@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #121212;
    max-width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.header_logo {
    display: block;
    flex-shrink: 0;
    width: 140px;
    height: 54px;
    background-repeat: no-repeat;
}
.header_logo img {

}

.header {
    position: absolute;
     display: flex;
     flex-wrap: wrap;
     width: 100%;
     padding: 20px 0px;
     justify-content: center;
     align-items: center;
     gap: 32px;
     z-index: 100;
     border-bottom: 1px solid var(--White-Blur, rgba(255, 255, 255, 0.14));
     background-color:rgba(12, 12, 12, 0.14);
}


.header_list {
    display: flex;
    flex-grow: 1;
    list-style-type: none;
    padding: 0;
}
.header_ent {
    display: flex;
    align-items: flex-start;
    list-style-type: none;
    padding: 0;
    gap: 16px;
}
.header_start {
    background: #fff;
    color: #121212;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    padding: 14px 24px 16px 24px;
    border-radius: 12px;
    cursor: pointer;
}

.header_link {
    color: #C0C0C7;
    font-size: 16px;
    border-radius: 12px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    padding: 14px 12px 16px;
    transition: background-color 0.3s, color 0.3s; 
}


.header_link:hover {
    background: var(--White-Blur, rgba(255, 255, 255, 0.14));
    color: #fff; 
}

.header_link:active, .header_link.active {
    color: #fff; 
    background: var(--White-Blur, rgba(255, 255, 255, 0.20)); 
}

.header_link_ent {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    background: #292929;
    padding: 14px 24px 16px 24px;
    border-radius: 12px;
    cursor: pointer;

}


.form {
    position: relative;
}
.form_buttom {
    position: absolute;
    display: block;
    background-image: url(../img/Search.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    top: calc(50% - 12px);
    left: 16px;
}

.form_imput {
    color: #fff;
    width: 460px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.14);
    background: var(--White-Blur, rgba(255, 255, 255, 0.14));
    padding: 14px 16px 16px 48px;  
}

.form_imput:focus {
    outline: none;
}

.form_imput::placeholder {
    color: #C0C0C7;
}

.form_imput.text-entered {
    background: white; /* Фон белый */
    color: black; /* Текст черный */
    border: 2px solid rgba(255, 255, 255, 0.14); /* Граница */
}

.form_imput::placeholder {
    color: #C0C0C7;
}

.form_imput:focus {
    outline: none;
}

.video-banner {
    position: relative;
    height: 700px;
    overflow: hidden;
    bottom: 97px;

}

.video-background {
    position: absolute;
    width: 100%;
    height: 700px;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.70) 0%, rgba(22, 22, 22, 0.69) 3.25%, rgba(22, 22, 22, 0.68) 6.5%, rgba(22, 22, 22, 0.64) 9.74%, rgba(22, 22, 22, 0.60) 12.99%, rgba(22, 22, 22, 0.54) 16.24%, rgba(22, 22, 22, 0.47) 19.49%, rgba(22, 22, 22, 0.39) 22.73%, rgba(22, 22, 22, 0.31) 25.98%, rgba(22, 22, 22, 0.23) 29.23%, rgba(22, 22, 22, 0.16) 32.48%, rgba(22, 22, 22, 0.10) 35.72%, rgba(22, 22, 22, 0.06) 38.97%, rgba(22, 22, 22, 0.02) 42.22%, rgba(22, 22, 22, 0.01) 45.47%, rgba(22, 22, 22, 0.00) 48.71%), 
                radial-gradient(80.14% 78.29% at 0% 50%, rgba(22, 22, 22, 0.60) 0%, rgba(22, 22, 22, 0.59) 6.67%, rgba(22, 22, 22, 0.58) 13.33%, rgba(22, 22, 22, 0.55) 20%, rgba(22, 22, 22, 0.51) 26.67%, rgba(22, 22, 22, 0.46) 33.33%, rgba(22, 22, 22, 0.40) 40%, rgba(22, 22, 22, 0.33) 46.67%, rgba(22, 22, 22, 0.27) 53.33%, rgba(22, 22, 22, 0.20) 60%, rgba(22, 22, 22, 0.14) 66.67%, rgba(22, 22, 22, 0.09) 73.33%, rgba(22, 22, 22, 0.05) 80%, rgba(22, 22, 22, 0.02) 86.67%, rgba(22, 22, 22, 0.01) 93.33%, rgba(22, 22, 22, 0.00) 100%);
    z-index: 2;
    background-repeat: no-repeat;
}


.video-content {
    position: absolute;
    bottom: 200px;
    left: 64px;
    text-align: left;
    z-index: 3;
}

.video-content h1 {
    font-size: 56px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -2px;
    text-transform: capitalize;
    align-self: stretch;
    color: #fff;
}

.video-content p {
    max-width: 600px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    white-space: normal;
    margin-bottom: 24px;
    color: #E6E6E6;
}


.video-buttons {
    margin-top: 20px;
}

.btn {
    padding: 14px 24px 16px 24px;
    align-items: flex-start;
    border: none;
    border-radius: 12px;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn.details {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 24px 16px;
    background-color: #f0f0f0;
    text-decoration: none; 
    color: #121212;
}

.btn.watch {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 22px 16px;
    background-color: #292929;
    text-decoration: none; 
    color: white;
}


.btn.watch img {
    position: relative;
    width: 14px;
    height: 20px;
    left: 4.83%;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 0px 9px 0px 0px;
    top: 4px;
}

.btn:hover {
    background-color: rgb(230, 230, 230);
}

.btn.watch:hover {
    background-color: rgb(33, 33, 33);
}

footer {
    width: 100%;
    height: 94px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-top: 1px solid rgb(33, 33, 33); 
    background: rgb(18, 18, 18);
    padding: 0px 77px 0px 77px;
  }

.footer-social {
    display: flex;
    gap: 14px;
}
  
.footer-nav {
    width: 367px;
    height: 54px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  
.footer-link {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none; 
    width: 104px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 14px 12px 16px 12px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
  }

.social-link img {
    width: 32px;
    height: 32px;
}
  
.social {
    display: flex;
    gap: 16px;
  }
  
.social-link {
    color: #FFFFFF;
    text-decoration: none;
  }



.footer-termsPrivacy, .footerContacts {
    color: rgb(192, 192, 199);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none; 
    position: static;
    width: 123px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 14px 12px 16px 12px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
  }
 /*Стили для авторизированного пользователя*/
.header_nav_user {
    display: flex;
    align-items: center;
}

.library {
    display: flex;
    align-items: center;
    padding: 14px 16px 16px 16px;
    border-radius: 12px;
    cursor: pointer;
}

.library_item:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Подсветка при наведении */
    border-radius: 12px;
    height: 48px;
}


.library:hover {
    background-color: rgba(255, 255, 255, 0.14); /* Полупрозрачный светлый фон при наведении */
}

.library_text {
    color: rgb(192, 192, 199);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-right: 4px; /* Расстояние между текстом и иконкой */
}

.library_icon {
    margin-left: 4px;
    width: 13px;
}

.library_menu {
    position: absolute;
    width: 403px;
    height: 74px;
    right: 315px;
    top: 80px;
    cursor: pointer;
    background-color: rgba(33, 33, 33);
    border-radius: 12px;
    padding: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.library_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 20px 14px 20px;
    width: 61px;
    height: 74px;
    margin: 0;
}

.library_item_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.avatar_item:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Подсветка при наведении */
    border-radius: 12px;
    height: 48px;
}

.watching .library_icon_item{
    width: 24px;
    height: 24px;
}
.will_watch .library_icon_item{
    width: 14px;
    height: 24px;
}
.watched .library_icon_item {
    width: 24px;
    height: 24px;
}

.book-library .library_icon_item {
    width: 20px;
    height: 24px;
}

.watching .library_label,
.will_watch .library_label,
.watched .library_label,
.book-library .library_label {
    color: rgb(192, 192, 199);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-top: 4px;
}

.avatar {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 12px;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
}

  /*Стили для авторизированного пользователя 2*/

.avatar_menu {
    position: absolute;
    width: auto;
    height: 74px;
    right: -18px;
    top: 56px;
    background-color: rgba(33, 33, 33);
    border-radius: 12px;
    padding: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0px 12px;
    
}

.avatar_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 20px 14px 20px;
    width: 61px;
    height: 74px;
    margin: 0;
}

.profile .avatar_icon_item {
    width: 24px;
    height: 24px;
}

.settings .avatar_icon_item {
    width: 24px;
    height: 24px;
}

.logout .avatar_icon_item {
    width: 24px;
    height: 24px;
}

.admin .avatar_icon_item {
    width: 24px;
    height: 24px;
}

.profile .avatar_label,
.settings .avatar_label,
.logout .avatar_label,
.admin .avatar_label {
    color: rgb(192, 192, 199);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-top: 4px;
}
.avatar_menu a {
    text-decoration: none; /* Убираем подчеркивание для ссылок */
    color: inherit; /* Наследуем цвет от родителя */
}

.avatar_menu a:hover {
    text-decoration: none; /* Убираем подчеркивание при наведении */
}

.avatar_menu .avatar_label a {
    text-decoration: none; /* Специфичный стиль для ссылок внутри .avatar_label */
    color: inherit; /* Наследуем цвет от родителя */
}
.avatar_item_link {
    display: flex; /* Сохраняем вертикальную ориентацию элементов */
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
}

.avatar_item_link:hover {
    text-decoration: none; /* Убираем подчеркивание при наведении */
}


/*уведомления*/
.notification_bell {
    display: flex;
    position: relative;
    margin: 0px 0px 0px 10px; /* Добавляем отступы между библиотекой и аватаркой */
}

.notification_bell img {
    width: 24px; /* Размер иконки колокольчика */
    cursor: pointer;
}

.notification_menu {
    position: absolute;
    top: 44px; /* Смещение меню вниз относительно колокольчика */
    right: 0;
    width: 300px;
    background-color: rgba(33, 33, 33);
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-direction: row;
    justify-content: space-around;
}

.notification_item {
    padding: 10px;
    display: flex;
    align-items: center;
}

.notification_icon_item {
    width: 20px;
    margin-right: 10px;
}

.notification_text {
    color: rgb(192, 192, 199);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-top: 4px;
}

.news-background {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.news-content {
    position: absolute;
    bottom: 200px;
    left: 64px;
    text-align: left;
    z-index: 3;
}

.news-content h1 {
    font-size: 56px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -2px;
    text-transform: capitalize;
    align-self: stretch;
    color: #fff;
    MAX-WIDTH: 57%;
}
col__xs-5.col__lg-3 {
    display: none;
}

.no-anime {
    text-align: center;
    font-size: 18px;
    color: #ff4d4d;
    margin: 20px 0;
}

 