@import url('/templates/moki-moki_v4_copy3/css/google-Jura.css');
@import url('/templates/moki-moki_v4_copy3/css/google-Comfortaa.css');
@import url("https://use.typekit.net/vyf1cjp.css");

@font-face {
    font-family: 'Copperplate';
    src: url('copperplate-webfont.woff2') format('woff2'),
         url('copperplate-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
  -webkit-font-smoothing: antialiased;
}





html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden; 
  overflow-y: auto;   
}



html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
}


* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}


p, span, a, button, label {
  -webkit-user-select: text;
  user-select: text;
}


/* ============================================
   ГЛОБАЛЬНЫЙ CSS RESET & БАЗОВЫЕ СТИЛИ
   ============================================ */

/* 1️⃣ BOX-SIZING: BORDER-BOX
   За что: Упрощает расчёты ширины и высоты
   Без этого: Padding и border добавляются к размеру элемента
   Результат: Более предсказуемая верстка, меньше багов
   Браузеры: Все современные (IE8+)
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2️⃣ УБИРАЕМ ДЕФОЛТНЫЕ ОТСТУПЫ
   За что: Разные браузеры имеют разные margin/padding по умолчанию
   Без этого: На разных браузерах элементы смещены по-разному
   Результат: Единообразный вид на всех браузерах
   Браузеры: Все

* {
  margin: 0;
  padding: 0;
}*/

/* 3️⃣ НАСЛЕДОВАНИЕ ШРИФТА ДЛЯ ФОРМ
   За что: input, button, textarea, select не наследуют шрифт по умолчанию
   Без этого: Форма имеет другой шрифт, чем остальной сайт
   Результат: Единый шрифт везде на сайте
   Браузеры: Все

input,
button,
textarea,
select,
optgroup {
  font: inherit;
  color: inherit;
}*/

/* 4️⃣ УБИРАЕМ ДЕФОЛТНЫЕ СТИЛИ КНОПОК
   За что: Кнопки имеют разные стили в разных браузерах
   Без этого: Кнопки выглядят по-разному (3D effects, разные цвета)
   Результат: Чистый холст для своего дизайна
   Браузеры: Все
*/
button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

/* 5️⃣ УБИРАЕМ ДЕФОЛТНЫЙ OUTLINE И СТИЛИ FOCUS
   За что: Браузеры добавляют свой outline при focus
   Без этого: Некрасивый синий контур вокруг элементов
   Результат: Чище внешний вид (если ты сам добавишь свой focus стиль)
   Браузеры: Все
*/
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* 6️⃣ УБИРАЕМ TAP HIGHLIGHT НА МОБИЛЬНЫХ
   За что: Chrome и Safari добавляют синий highlight при тапе
   Без этого: Синий квадрат при каждом нажатии (уже это сделали!)
   Результат: Чистый вид на мобильных
   Браузеры: Chrome, Safari, Edge на мобильных
*/
* {
  -webkit-tap-highlight-color: transparent;
}

/* 8️⃣ TOUCH-ACTION: MANIPULATION
   За что: Оптимизирует сенсорные события (удаляет задержку на 300ms)
   Без этого: При клике на кнопку - задержка 300ms (для определения двойного клика)
   Результат: Быстрая реакция на клики (только на мобильных)
   Браузеры: Chrome, Firefox, Safari на мобильных
*/
button,
a,
input[type="button"],
input[type="submit"] {
  touch-action: manipulation;
}

/* 🔟 УБИРАЕМ ДЕФОЛТНЫЙ СТИЛЬ ССЫЛОК
   За что: Браузеры добавляют подчеркивание и синий цвет
   Без этого: Все ссылки синие и подчёркнутые
   Результат: Чистый холст для своего дизайна
   Браузеры: Все
*/
a {
  color: inherit;
  text-decoration: none;
}

/* 1️⃣1️⃣ КАРТИНКИ НА 100% ШИРИНЫ КОНТЕЙНЕРА
   За что: Картинки должны быть responsive
   Без этого: Большие картинки переполняют контейнер
   Результат: Картинки масштабируются правильно
   Браузеры: Все
*/
img,
picture,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 1️⃣2️⃣ УБИРАЕМ ДЕФОЛТНЫЙ СТИЛЬ СПИСКОВ
   За что: ul/ol имеют дефолтные bullets и indent
   Без этого: Список с точками и отступом
   Результат: Чистый список без украшений
   Браузеры: Все
*/
ul,
ol {
  list-style: none;
}

/* 1️⃣3️⃣ ОТКЛЮЧАЕМ МАСШТАБИРОВАНИЕ НА DOUBLE TAP
   За что: На iOS при двойном тапе происходит zoom
   Без этого: Пользователь может случайно увеличить сайт
   Результат: Контролируешь масштабирование
   Браузеры: iOS Safari
*/
input[type="text"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-user-select: text;
  user-select: text;
}

/* 1️⃣5️⃣ УЛУЧШЕННЫЙ РЕНДЕРИНГ ШРИФТОВ
   За что: Делает шрифты гладче и чётче
   Без этого: Шрифты выглядят размытыми на Mac/Linux
   Результат: Лучший внешний вид текста
   Браузеры: Chrome, Safari, Firefox
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}





.popular { padding: 20px 235px; margin-top: -85px;  position: relative; z-index: 5;}

 .popular-item {
  
 }

 .popular-item__img { 
  width: 96px;
  height: 140px;
  cursor: pointer;
  background-color: #111;
  position: relative;
  border-radius: 3px;
}
.popular-item__ {position: absolute; z-index: 10; left: 0; bottom: 0; right: 0; 
  padding: 13px 15px; color: #fff; line-height: 1.3; word-wrap: break-word;
display:inline-block; position:relative; overflow:hidden}
.popular-item__img:before {content: ''; position: absolute; z-index: 5;  left: 0; right: 0; bottom: 0; height: 100%; }
.popular-item:hover .popular-item__img:before, .popular-item:hover .popular-item__title {opacity: 0;}

.popular-item__img:hover .first_edit_content {
  opacity: 0.8;
}

.popular-item__img:hover .first_anime {

  opacity: 0.6;
}

#ongoing-calendar {
  padding: 20px;
    background: #FFF;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #dcdcdc;  
}

.block {
    margin-bottom: 30px;
    line-height: 1.65;
    position: relative;
}

header.head {
  text-align:left;
  margin-bottom:20px;
}

header.head h1, header.head h2 {
    border-bottom: none;
    color: #123;
    display: inline-block;
    font-family: Open Sans, Helvetica Neue, Arial, Verdana, sans-serif;
    font-family: var(--font-alt);
    font-size: 30px;
    font-weight: normal;
}

header.head .notice {
    clear: left;
    color: #333;
    font-size: 13px;
    line-height: 1.65;
    margin: 2px 0 2px 1px;
}

.headline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #e8ebef;
    border-left: 5px solid #d8dde4;
    color: #686b6f;
    font-size: 18px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-family: Open Sans, Helvetica Neue, Arial, Verdana, sans-serif;
    font-family: var(--font-alt);
    letter-spacing: 0.13px;
    line-height: 1.65;
    margin-bottom: 10px;
    padding: 4px 10px 2px;
    text-transform: uppercase;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  text-align:left;
}

.count-ognoing {float:right;}

.cc-entries>.c-column {
    margin-bottom: 30px;
    line-height: 1.65;
    position: relative;
    float: left;
    position: relative;
    
  margin-right: 15px;
}

.c-anime-action {
  position: absolute;
  top:0;
  right:0;
  opacity:0;
  visibility: hidden;
  transition: opacity .1s linear,visibility .1s linear;
  background: #FFF;
  height: 24px;
}
.c-anime-action:hover svg {
  opacity: 1;
}
.c-anime-action svg {
  width:24px;
  height:24px;
  opacity: .7;
  transition: opacity .3s linear;
}

.cc-entries>.c-column:hover .c-anime-action {
  visibility: visible;
  opacity: 1;
}

.b-catalog_entry .cover .image-decor img {
    width: 100%;
}

.b-catalog_entry .cover .image-decor {
    display: block;
    line-height: 0px;
    position: relative;
}

.b-catalog_entry .cover .image-decor .image-cutter {
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
  max-width: 160px;
    max-height: 220.48px;
}

.b-catalog_entry .cover .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #176093;
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 1.65;
    margin-top: 5px;
  text-align:left;
  max-width: 160px;
}

.b-catalog_entry .cover .misc {
    color: #555;
    display: block;
    font-size: 11px;
    line-height: 17px;
  max-width: 160px;
}



.overlay-box { position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
opacity: 0.8; background-color: #000; cursor: pointer;}
.login-box {box-sizing: border-box; position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); 
background-color: #1E1B1C; padding: 30px 60px 40px 60px; border-top: 5px solid #EBD0EF; width: 400px;
box-shadow: 0 20px 60px rgba(0,0,0,0.5);}
.login-close {width: 26px; height: 26px; line-height: 26px; text-align: center; font-size: 24px; 
  cursor: pointer; position: absolute; top: -30px; right: -30px; color: #fff;}
.login-title {font-size: 24px;  font-family: 'Copperplate'; color: white; font-weight: 600; margin-bottom: 15px; text-align: center;}
.login-avatar {width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 25px auto; 
text-align: center; line-height: 60px; font-size: 24px; background-color: #090c10; color: #8fa7c6;}
.login-input {margin-bottom: 15px;}


.fx-start {
  background: transparent; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;
}

.favourite_count {

}
* {}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}



.img-box img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  max-width: 100%;
} 



input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 2px #C084FC, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #374151; opacity: 1; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.login-btn {

}

.login-btm {
  font-family: 'Copperplate';
}

.login-btn {
  color: #EBD0EF;
}

.login-btn button {
  width: 100%; 
  height: 35px; 
  margin: 15px 0; 
  background-color: #EBD0EF; 
  font-size: 16px;  
  font-family: 'Copperplate';
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.login-btn button:hover {
  background: #E4C7F5;
  box-shadow: 0 0 14px rgba(232, 121, 249, 0.7);
}


.login-btm a {
  border-bottom: 1px solid #D5AADC; 
  color: #D5AADC; 
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}

.login-btm a:hover {
  border-bottom: 0;
  opacity: 0.8;
}



.login-check {
  position: relative; 
  font-size: 14px; 
  font-family: 'Copperplate';
  margin-bottom: 15px;
}

.login-check label {
  cursor: pointer;
  display: block;
}

.login-check input {
  opacity: 0; 
  position: absolute; 
  cursor: pointer;
  pointer-events: none;
}

.login-check span {
  display: block; 
  padding-left: 36px; 
  height: 30px; 
  line-height: 30px; 
  color: #d4d4d4;
  cursor: pointer;
  user-select: none;
}

.login-check span:before, 
.login-check span:after {
  content: '';
  position: absolute;
  top: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


.login-check span:before {
  left: 0 !important; 
  height: 14px !important; 
  margin-top: -7px !important; 
  width: 28px !important; 
  border-radius: 7px !important; 
  background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%) !important;
  box-shadow: 0 0 8px rgba(46, 204, 113, 0.4), inset 0 1px 2px rgba(255,255,255,0.1) !important;
}

.login-check span:after {
  left: 14px !important; 
  height: 12px !important; 
  width: 12px !important; 
  margin-top: -6px !important; 
  background: #ffffff !important;
  border-radius: 50% !important; 
  box-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
}


.login-check input:checked + span:before {
  background: #3a3636 !important;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.4) !important;
}

.login-check input:checked + span:after {
  left: 2px !important; 
  background: #6b6b6b !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
}


.login-check:hover span:before {
  opacity: 0.9;
}

.login-check:hover span:after {
  transform: scale(1.05);
}


.login-check input:active + span:after {
  width: 14px;
}



.login-menu {
  border-top: 1px solid #3D3A3A; 
  border-left: 1px solid #3D3A3A; 
  color: white; 
  font-family: 'Copperplate';
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.login-menu li {
  text-align: center; 
  border-right: 1px solid #3D3A3A; 
  border-bottom: 1px solid #3D3A3A; 
  width: 50%;
  box-sizing: border-box;
  background-color: #2A2627;
  transition: all 0.2s;
}

.login-menu li:hover {
  background: #262223;
  border-right-color: #474343;
  border-bottom-color: #474343;
}

.login-menu a {
  display: block; 
  padding: 15px 5px; 
  font-size: 14px;
  text-decoration: none;
  color: inherit;
}

.login-menu li .fa {
  display: none; 
  height: 28px; 
  font-size: 22px; 
  color: #2c69b7;
}


.login-admin {
  text-align: center; 
  margin: -10px 0 25px 0;
}


.login-soc-title {
  display: flex; 
  align-items: center; 
  margin: 30px 0 15px 0; 
  font-family: 'Copperplate'; 
  color: white;
}

.login-soc-title:before, 
.login-soc-title:after {
  content: ''; 
  height: 1px; 
  background-color: #090c10; 
  flex: 1;
}

.login-soc-title:before {
  margin-right: 15px;
}

.login-soc-title:after {
  margin-left: 15px;
}

.login-soc-btns {
  text-align: center;
}

.login-soc-btns a {
  display: inline-block; 
  margin: 0 3px; 
  vertical-align: top;
  transition: opacity 0.2s;
}

.login-soc-btns a:hover {
  opacity: 0.8;
}

.login-soc-btns img {
  display: block; 
  width: 30px; 
  height: 30px; 
  border-radius: 50%;
}


.login-menu li {
  background-color: #2A2627;
}

.login-menu li:hover {
  background: #262223;
  border-right-color: #474343;  
  border-bottom-color: #474343;

}

.login-btn button:hover {
  background: #E4C7F5;
  box-shadow: 0 0 14px rgba(232, 121, 249, 0.7);
  
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}



.img-box, .img-wide, .img-resp, .img-resp-vert, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 70%;}
.img-resp-vert {padding-top: 140%;}

.img-resp img, .img-resp-vert img {position: absolute; left: 0; top: 0;}

.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
  max-width: 100%; min-width: 50px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong, .fw700 {font-weight: 600;}
.icon-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim, .btn, button, .popular-item-img:before, .short-item a, .sidebar a, .header-btn, 
.short-img, .footer a, .side-nav a {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 30px; font-size: 24px !important; font-weight: 600;}




#login_name {
  width: 278px;
  font-family: 'Copperplate'; 
  font-size: 14px;
}

#login_password {
  width: 278px;
  font-family: 'Copperplate'; 
}




.login-profile {
  
  width: 560px;                
  padding: 24px 30px 30px 30px;
  max-width: calc(100% - 40px);
}


.login-menu {
  max-width: 560px; 
  margin: 12px auto 0; 
  padding: 0;
  box-sizing: border-box;
  display: flex;        
  flex-wrap: wrap;
}


.login-menu li {
  width: 50%;           
  padding: 0;           
  box-sizing: border-box;
  background-color: #2A2627;
  border-right: 1px solid #3A3636;
  border-bottom: 1px solid #3A3636;
}


.login-menu li:nth-child(2n) {
  border-right: 0;
}


.login-menu a {
  display: block;
  padding: 14px 24px;   
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.login-menu li:hover {
  background: #262223;
  border-right-color: #474343;
  border-bottom-color: #474343;
}


@media (max-width: 430px) {
  .login-box {
    width: 318px;
    padding: 20px;
  }
  .login-menu {
    max-width: 100%;
    margin: 10px 0 0;
  }
  .login-menu li {
    width: 100%;
    border-right: 0;
  }
  .login-menu a {
    padding: 18px 16px;
  }
}




.login-profile {
  border-radius: 6px;                 
  box-shadow: 0 18px 50px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.02);
  background: linear-gradient(180deg, #201c1d 0%, #1c1919 100%); 
  border-top: 4px solid rgba(235,208,239,0.95); 
}


.login-title {
  font-size: 22px;
  letter-spacing: 2px;
  color: #f7f5f6;
  margin-bottom: 20px;
  text-transform: uppercase;
}




.login-menu li:hover,
.login-menu a:focus,
.login-menu a:hover {
  background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.005));
 
}


.login-menu a:focus {
  outline: 1px solid rgba(235,208,239,0.18);
  outline-offset: -3px;
}


.login-close {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: -18px;    
  right: -18px;
  background: #111;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.6);
  border: 2px solid rgba(255,255,255,0.04);
  cursor: pointer;
  transition: transform .12s ease, background .12s;
}
.login-close:hover { transform: scale(1.06); background: #222; }





#login_result {
  margin-top: 15px;
  font-size: 13px;
  padding: 10px 15px;
  border-radius: 4px;
  text-align: center;
  font-family: 'Copperplate';
  display: none; 
  animation: slideIn 0.3s ease;
}


@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


#login_result.success {
  display: block;
  background: rgba(46, 204, 113, 0.15);
  border: 1px solid #2ecc71;
  color: #2ecc71;
  box-shadow: 0 4px 12px rgba(46, 204, 113, 0.2);
}


#login_result.error {
  display: block;
  background: rgba(231, 76, 60, 0.15);
  border: 1px solid #e74c3c;
  color: #e74c3c;
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.2);
}


#login_result.loading {
  display: block;
  background: rgba(149, 165, 166, 0.15);
  border: 1px solid #95a5a6;
  color: #95a5a6;
}









.like:hover {
  background-color: #CDCDCD;
  
  transition: all 0.8s;


}

.like {
  box-sizing: border-box;
  width: 32px;
  padding: 7px;
  border-radius: 34%;
}



.like_txt {
  font-family: 'Copperplate', serif; 
  font-size: 15px; 
 position: relative;
 top: -9px;
 margin-left: -5px;
}



.ajax_info {
  font-family: 'Copperplate', serif; 
}

.comment-item__rating {
 margin-top: -17px;
  margin-left: 70px;

}




.favmod {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 28px;
  padding: 4px;
  margin-top: -36px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;  
  margin-bottom: -25px;
  text-decoration: none;
  
}


.addtolist {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 28px;
  padding: 4px;
  border-radius: 3px;
  margin-top: 45px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;  
  margin-left: -4px;
  margin-bottom: -25px;
    text-decoration: none;
}

.addtolist-button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EBD0EF; 
  border-radius: 2px;
  text-align: center;
  height:33px; line-height:33px;

}

.addtolist:hover {
  opacity: .6;
  
}
.addtolist.active:hover{
  opacity: .6;

}

.gototg {
   -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 28px;
  padding: 4px;
  margin-top: -36px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;  
  margin-left: 412px;
  margin-bottom: -25px;
  text-decoration: none;

}

.gototg-button{
  display: block;
    width: 100%;
    height: 100%;
    background-color: #C3E7F6; 
    border-radius: 2px;
  text-align: center;
  height:33px; line-height:33px;

}

.gototg:hover {
  opacity: .6;
  
}
.gototg.active:hover{
  opacity: .6;

}


.favmod:hover {
  opacity: .6;
  
}
.favmod.active:hover{
  opacity: .6;
  transition: opacity 0.3s ease-in-out;
}
  .favmod-add,
  .favmod-unset {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F6DD93; 
    border-radius: 2px;
  text-align: center;
  height:33px; line-height:33px;


  }

  .add_bookmark {
    margin-left: 7px;
  }

 .fa-bookmark {
  position: relative;
  top: 1px;
 }



  .favmod-unset {
    background-position: 0 -16px;
  }

  .favmod .favmod-unset,
  .favmod.active .favmod-add {
    display: none;
  }
  .favmod.active .favmod-unset {
    display: block;
  }


body {
  margin:0;
  padding:0;
}
.allmain_content {
    width:1440px; 
    height:100%; 
    margin:0 auto;
   overflow:visible;
    position:absolute;
    left:50%;
    margin-left:-720px;

   
    
}

.top-100 {
  cursor: pointer;
  color: #F3EBF0;
  align-items: center;
  position: absolute;
  margin-left: 247px;
  top: -10px;
  font-family: 'Copperplate', serif;
  font-size: 14px;
  cursor: pointer;
}

.top-100:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.raspisanie {
  cursor: pointer;
  color: #F3EBF0;
  align-items: center;
  position: absolute;
  left: 680px;
  top: -10px;
  font-family: 'Copperplate';
  font-size: calc(13px + 1.5 * (100vw / 1920));
}

.raspisanie:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.anime-year {
  cursor: pointer;
  color: #F3EBF0;
  align-items: center;
  position: absolute;
  top: -10px;
  left: 380px;
  font-family: 'Copperplate'; 
  font-weight: normal; 
  font-style: normal;
  font-size: 14px;
}

.anime-year:hover {
  text-decoration: underline;
  opacity: 0.8;
}


.films {
  cursor: pointer;
  color: #F3EBF0;
  position: absolute;
  align-items: center;
  top: -10px;
  left: 540px;
  font-family: 'Copperplate'; 
  font-weight: normal; 
  font-style: normal;
  font-size: 14px;
}

.films:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.playlist {
  color: #F3EBF0
    width: 120px;
    height: 30px;
  cursor: pointer;
  position: absolute;
  font-family: Copperplate;
  font-size: calc(13px + 1.5 * (100vw / 1920));
  display: grid;
  top: 5px;
  left: 1245px;
}

.playlist:hover {
  text-decoration: underline;
  opacity: 0.8;
}


.login-btn-container {
  position: absolute;
  top: -4px;
  left: 1255px; 
  width: 120px;
  height: 28px;
  padding: 4px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}

.login-btn-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EBD0EF;
  border-radius: 2px;
  text-align: center;
  height: 27px;
  line-height: 27px;
}

.login-btn-content {
  font-family: Copperplate;
  font-size: 13px;
  font-weight: 900;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.login-btn-container:hover {
  opacity: 0.6;
}


.profile-btn-container {
  position: absolute;
  top: -4px;
  left: 1235px; 
  width: 150px;
  height: 27px;
  padding: 4px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}

.profile-btn-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EBD0EF;
  border-radius: 2px;
  text-align: center;
  height: 27px;
  line-height: 27px;

}

.profile-btn-content {
  font-family: Copperplate;
  font-size: 13px;
  font-weight: 900;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: -20px;
}

.profile-btn-container:hover {
  
}

.profile-btn-hover {
   -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.profile-btn-hover:hover {
  opacity: 0.6;
}


.user-auth {
  
}

.user-auth img {
  cursor: pointer;
  position: absolute;
  width: 21px;
  height: 21px;
  left: 1355px;
  top: 3.5px;
  border-radius: 50%;
}


.login_txt {
  color: #fff;
  width: 120px;
    height: 30px;
  cursor: pointer;
  position: absolute;
  font-family: Copperplate;
  font-size: calc(13px + 1.5 * (100vw / 1920));
  display: grid;
  top: -8px;
  left: 1305px;
}

.login_txt:hover {
  text-decoration: underline;
}

.user-1 {
  cursor: pointer;
  position: absolute;
  width: 33px;
  height: 33px;
  left: 1345px;
  top: -3.5px;
}

.search {
  color: var(--black);
  position: absolute;
  align-items: center;
  top: 20px;
  left: 920px;
  font-family: Copperplate;
  font-weight: 300;
  font-size: 14px;
}

.search_form {
  margin-left: 850px;
  margin-top: 15px;
}

#story {
  opacity: 0.7;
}

.txt_search {

  height:3px; 
  width:300px;
  font-family: Copperplate;
  font-weight: 300;
  font-size: 13px;
  position: absolute;
  padding: 10px;
}

.line1 { 
    width: 535px; 
    height: 1px; 
    position: absolute; 
    margin-top: 28px; 
    background-color: #D0C7C7;
}

.search_icon {
  position: absolute;
  left: 820px;
  color: white;
}





.inform {
  display: flex;
  align-items: center;
}

.name_film {
  width: 100%;
  font-family: Copperplate;
  font-weight: 300;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  color: black;
  height: 17px;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 4px;
  margin-top:2px;
}

.name_anime {
  text-decoration: none;
  cursor: pointer;
  color: #F3EBF0; 
  text-align:center;
  margin-left: 7px;
}

.search_block {
  background-color: white;
  width: 535px;
  margin-top: 3px;
  position: relative;
  z-index: 999999;
}

.short_film_2 {
}

.short_film_2:hover {
  opacity: 1;
  background-color: #F1ECEB;
}

.rating_imdb {
    color: white;
    margin-left: 7px;
    width: 5px;
    height: 5px;
    padding: 1.5px;
    background-color: green;
    background-size: 10px;
}

.line1 {
    display: flex;
}

.search_result_block {
    cursor: pointer;
    background-color: #A6A6A6;
    display: flex;
    align-items: center;
}

.search_more_result {
  height: 25px;
  font-family: Copperplate;
  font-weight: 300;
  font-size: 12px;
  text-decoration: none;
  color: white; 
  display: flex;
  justify-content: center;
  text-align:center;
  align-items: center;
  margin-left: 200px;
}

.search_result_block:hover {
    background-color: #959595;
}

.main_back {
  width: 100%;
  height: 58px;
  background-color: #141014;
  position: absolute;
}

.under-line {
  width: 100%;
  height: 2px;
  background-color: #EBD0EE;
  position: relative;
  display: flex;
  justify-content: center;
  top: 58px;
}

.logo-img {
  position: absolute;
  width: 36px;
  height: 30px;
  left: 60px;
  top: -3px;
  cursor: pointer;
}

.moki {
  height: 110px; 
  position: absolute;
  top: -40px;
  left: 80px;
  pointer-events: none; 
}


.text-click-area {
  position: absolute;
  top: -20px; 
  left: 80px;
  width: 115px; 
  height: 60px; 
  cursor: pointer;
  
}



.logo-text:hover {
  opacity: 0.8;
}

.moki:hover {
  text-decoration: underline;

}


.now-popular {
    width: 125px;
 
  margin-top: 35px;
  display: flex;
  align-items: center;
  margin-top: 85px;
  margin-bottom: 85px;
  margin-left: 235px;
  color: #ECE3E8;
  font-family: Copperplate;
  font-weight: 300;
  
  font-size: calc(15px + 1.5 * (100vw / 1440));
  cursor: pointer;
  text-decoration: none;
}

.fa-chart-simple {
  position: relative;
  font-size: 15px;
  left: -7px;
}

.fa-camera-movie {
  position: relative;
  font-size: 15px;
  left: -7px;
}

.fa-calendar {
  position: relative;
  font-size: 15px;
  left: -7px;
}

.fa-rocket {
  position: relative;
  font-size: 15px;
  left: -7px;
  top: 1px;
}

.fa-circle-user {

  font-size: 20px;

  
}

.fa-magnifying-glass {
  font-size: 24px;
}





.now-popular::after {
   content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #ECE3E8;
  transition: width 0.3s ease;
}

.now-popular:hover::after {
  width: 100%;
}

.top_img {
  width: 96px;
  height: 140px;
  border-radius: 3px;
}

.top_img2 {
  width: 166px;
  height: 250px;
  border-radius: 3px;
}

.first_anime {

  transition: all 0.4s ease-out;
  
  cursor: pointer;
  position: relative;

}

.first_edit {
cursor: pointer;
  width: 96px;
  height: 140px;
  background-color: #111;
  position: relative;
  border-radius: 3px;
}

.second_edit {
  cursor: pointer;
  width: 166px;
  height: 250px;
  background-color: #111;
  position: relative;
  border-radius: 3px;
}


.first_edit:hover .first_edit_content {
  opacity: 0.8;
}

.first_edit:hover .first_anime {

  opacity: 0.6;
}

.second_edit:hover .first_edit_content {
  opacity: 0.8;
}

.second_edit:hover .first_anime {
  opacity: 0.6;
}


.first_edit_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.second_edit_content {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}



.edit_icon {
  color: white;
  padding-bottom: 8px;
  
}

.edit_icon2 {
  color: white;
  padding-bottom: 8px;
  opacity: 0.8;
}

.popular-item .fa {
  font-size: 30px;
}

.eren3 .fa {
  font-size: 38px;
}

.eren2 {
  float: left;
  display: inline-block;
  margin-top: -70px;

}

.eren3 {
  margin:0px 15px 65px 0px !important;
  flex-wrap: wrap;
  float: left
}

.eren3:hover .short-link3 a {
 text-decoration: underline;
}

.popular-item:hover .short-link a {
  text-decoration: underline;
}


.result_search {margin:20px 210px 0 183px; width:auto; float:none;   max-width: 800px;}
.result_search {float:none; width:100%; }

.shortstory-in {margin:0 210px 0 218px !important; width:auto; float:none;  }
.shortstory-in {float:none; width:100%; }

.now_movies {margin:20px 210px 0 178px; width:auto; float:none;   max-width: 800px;}
.now_movies {float:none; width:100%; }



.short-link {
  overflow:hidden; 
  width: 96px;
  margin: 8px 15px -8px 0;

}


.short-link3 {
  overflow:hidden; 
  width: 166px;
  margin: 4px 15px -10px 0;  
}

.short-link2 {
  cursor: pointer;
  color: #C9BFD0;
  text-decoration: none;
  font-family: 'Copperplate';
  font-weight: 300;
  font-size: 9px;
}

.short-link2 a {
  cursor: pointer;
  color: #C9BFD0;
  text-decoration: none;
  font-family: 'Copperplate';
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
}

.short-link a {
  cursor: pointer;
  font-family: 'Copperplate', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  color: #F3EBF0;
  text-decoration: none;
  text-align:center;
}

.short-link3 a {
  cursor: pointer;
  font-family: 'Copperplate', serif; 
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  color: #F3EBF0;
  text-decoration: none;
  text-align:center;
}

.first_anime .short-images-link {display:inline-block; position:relative; overflow:hidden}

.first_anime .short-images-link2 {display:inline-block; position:relative; overflow:hidden}


.text22 {
  width: 96px;
  height: 30px;
 margin-left: 20px;

}


.anime_sub {
  font-size: 9px;
  font-family: Copperplate;
  font-weight: 300;
  margin-left: 223px;
  margin-top: -14px;
}

.button {
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  line-height: 77px;
  width: 490px;
  height: 77px;
  
  
  background-image: linear-gradient(to right, rgba(248, 230, 233, 0.15) 0 100%),
    url(https://i.ibb.co/zfhxRsS/killua.png);
  background-size: cover;
  background-position: center;
  
  border: none;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  top: -10px;
  left: 182px;
  
  
  font-family: 'Copperplate', serif;
  font-size: 20px;
  font-weight: 700; 
  
  
  color: #ffffff;
  
  
  text-shadow: 
    0 0 10px rgba(174, 96, 200, 0.4),
    0 0 20px rgba(174, 96, 200, 0.3),
    0 0 30px rgba(174, 96, 200, 0.2),
    2px 2px 4px rgba(0, 0, 0, 0.4);
  
  
  filter: drop-shadow(0 0 15px rgba(174, 96, 200, 0.3));
  
  
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button2 {
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  line-height: 77px;
  width: 490px;
  height: 77px;
  
  
  background-image: linear-gradient(to right, rgba(248, 230, 233, 0.17) 0 100%),
    url(https://i.ibb.co/0BMd2yG/makima.png);
  background-size: cover;
  background-position: center;
  
  border: none;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  top: -10px;
  left: 762px;
  
  
  font-family: 'Copperplate', serif;
  font-size: 20px;
  font-weight: 700;
  
  
  color: #ffffff;
  
  
  text-shadow: 
    0 0 10px rgba(174, 96, 200, 0.4),
    0 0 20px rgba(174, 96, 200, 0.3),
    0 0 30px rgba(174, 96, 200, 0.2),
    2px 2px 4px rgba(0, 0, 0, 0.4);
  
  filter: drop-shadow(0 0 15px rgba(174, 96, 200, 0.3));
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


.button:hover {
  
  text-shadow: 
    0 0 15px rgba(174, 96, 200, 1.0),
    0 0 25px rgba(174, 96, 200, 0.8),
    0 0 35px rgba(174, 96, 200, 0.6),
    2px 2px 4px rgba(0, 0, 0, 0.9);
  
  filter: drop-shadow(0 0 25px rgba(174, 96, 200, 0.5));
  
  
  
  
  
  box-shadow: 0 8px 32px rgba(174, 96, 200, 0.3);
}

.button2:hover {
  
  text-shadow: 
    0 0 15px rgba(174, 96, 200, 1.0),
    0 0 25px rgba(174, 96, 200, 0.8),
    0 0 35px rgba(174, 96, 200, 0.6),
    2px 2px 4px rgba(0, 0, 0, 0.9);
  
  filter: drop-shadow(0 0 25px rgba(174, 96, 200, 0.5));
  
  box-shadow: 0 8px 32px rgba(174, 96, 200, 0.3);
}


.button:active {
  transform: translateY(0) scale(0.98);
  text-shadow: 
    0 0 8px rgba(174, 96, 200, 0.9),
    0 0 15px rgba(174, 96, 200, 0.7),
    0 0 20px rgba(174, 96, 200, 0.5),
    2px 2px 4px rgba(0, 0, 0, 0.8);
}

.button2:active {
  transform: translateY(0) scale(0.98);
  text-shadow: 
    0 0 8px rgba(174, 96, 200, 0.9),
    0 0 15px rgba(174, 96, 200, 0.7),
    0 0 20px rgba(174, 96, 200, 0.5),
    2px 2px 4px rgba(0, 0, 0, 0.8);
}


.rating_txt {
  text-decoration: underline;
}



.pagination {
  position: relative;
  padding-top: 170px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  clear: both;
  z-index: 99;
  text-align: center; 
}

.pagination__pages,
.pagination__pages-btn {
  display: inline; 
  font-family: 'Copperplate', serif;
  font-size: 14px;
  font-weight: 100;
}

.pagination__pages > a,
.pagination__pages > span,
.pagination__pages-btn > a,
.pagination__pages-btn > span {
  display: inline-block; 
  margin: 10px 5px 0 0;
  line-height: 20px;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  transition: all 0.2s ease;
  z-index: 999;
}

.pagination__pages .d-flex {
  text-decoration: none;
  display: inline; 
}


.pagination__pages > a {
  color: #F3EBF0;
  background: transparent;
}


.pagination__pages > a:hover {
  background: #ebd0ef;
  color: #000000;
  border-color: #ebd0ef;
}


.pagination__pages > span:not(.nav_ext) {
  background: #ebd0ef;
  color: #000000;
  border-color: #ebd0ef;
}


.pagination__pages-btn > a {
  background: #ebd0ef;
  color: #000000;
  border-color: #ebd0ef;
}

.pagination__pages-btn > span {
  background: #ebd0ef;
  color: grey;
  border-color: #ebd0ef;
}


.pagination__pages > span.nav_ext {
  color: #F3EBF0;
  background: transparent;
  border-color: #eaeaea;
}



@media screen and (max-width: 620px) {
  .pagination__pages > a,
  .pagination__pages > span,
  .pagination__pages-btn > a,
  .pagination__pages-btn > span {
    font-size: 12px; 
  }
}

@media screen and (max-width: 465px) {
  .pagination__pages > a,
  .pagination__pages > span,
  .pagination__pages-btn > a,
  .pagination__pages-btn > span {
    font-size: 12px; 
  }
}

@media screen and (max-width: 410px) {
  .pagination__pages > a,
  .pagination__pages > span,
  .pagination__pages-btn > a,
  .pagination__pages-btn > span {
    font-size: 11px; 
  }
}







.choice {
  font-family: 'Copperplate';
  font-weight:400;
  font-size: 13px;
  margin: 110px 0 0 184px;
}

.popularno {
  color: #000000;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: none;
  background-color: #ebd0ef;
  padding: 7px 10px;
  margin-right: 1px;
}

.soon {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: none;
}

.legends {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: none;
}

.now_watching {
  padding: 8px 10px;
  transition: all 0.2s ease;
  color: #F3EBF0;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: none;
  text-align: center;
  line-height: 1;
  background-color: transparent;
  outline: none;
}

.now_watching:hover {
  background-color: #ebd0ef;

  color: #000000;

}

.legends {
  padding: 8px 10px;
  transition: all 0.2s ease;
  color: #F3EBF0;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: none;
  text-align: center;
  line-height: 1;
  background-color: transparent;
  outline: none;
}

.legends:hover {
  background-color: #ebd0ef;
  color: #000000;
}

.soon {
  padding: 8px 10px;
  transition: all 0.2s ease;
  color: #F3EBF0;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: none;
  text-align: center;
  line-height: 1;
  background-color: transparent;
  outline: none;
}

.soon:hover {
  background-color: #ebd0ef;
  color: #000000;
}

.edit_icon2 {
  color: white;
  padding-bottom: 8px;
  opacity: 0.8;
}

.popularnie_anime {
  margin: 20px 0 0 -34px;
  max-width: 1100px;
}

.anime1 {
  width: 166px;
  height: 250px;
  transition: all 0.4s ease-out;
}

.anime1_edit {
  cursor: pointer;
  margin-left: 110px;
  margin-top: -140px;
  position: relative;
  width: 166px;
  height: 250px;
  overflow: hidden;
  background-color: #111;
  border-radius: 5px;
} 

.anime1_edit:hover .second_edit_content {
  opacity: 1;
}

.anime1_edit:hover .anime1 {
  opacity: 0.6;
}

.speedbar {
  font-family: 'CopperPlate';
  font-weight: 100;
  font-size: 19px;
  margin-top: -40px;
  margin-left: 360px;
  text-decoration: none;
  color: #F3EBF0;
  display: block;

}

.sppped {
  margin-bottom: 100px;
  display: block;
}

.speed2 {
  color: black;
  font-weight: 100;
}

.speedbar a{
  text-decoration: none;
  color: black;
}

.speedbar a:hover {
  text-decoration: underline;
}

.over {
   text-decoration: none;
}

.speed {
  text-decoration: none;
}

.under_anime_name2 {
  font-family: Copperplate;
  font-weight: 300;
  font-size: 11px;
  color: #F3EBF0;
  text-align: left;
  align-items: center;
}

.under_anime_name3 {
    font-family: Copperplate;
  font-weight: 300;
  font-size: 11px;
  position: absolute;
  color: #F3EBF0;
  text-align: left;
  align-items: center;
  margin-top: 5px;
}

.text11 {
  width: 166px;
  height: 30px;
  cursor: pointer;
}

.text22 {
  width: 166px;
  height: 30px;
  margin-left: 179px;
  margin-top: -40px;
  cursor: pointer;
}

.arrow {
  margin-left: 4px;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 10px;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.right {
  margin-left: -10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.anime_sub2 {
  font-size: 9px;
  font-family: Copperplate;
  font-weight: 300;
  margin-top: -28px;
}


.page-bg-block {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 1150px;
  min-height: 1750px;           
  height: auto;                 
  background: #141014;
  border-radius: 0px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  z-index: 1;
  pointer-events: none;
  transition: height 0.3s ease; 
}


.page-bg-category {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  min-height: 850px;          
  height: auto;                
  padding-bottom: 100px;       
  background: #141014;
  border-radius: 0px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  z-index: 1;
  pointer-events: none;
}



.main,
.popular,
.center_buttoms,
.popularnie_anime,
.choice,
.now-popular {
  position: relative;
  z-index: 2;
}



.owl-prev, .owl-next {box-sizing: border-box; border-color: #ffffff; display: block; cursor: pointer; background: #BFA5C8; color: var(--primary-text-color);
height: 60px; line-height: 0px; width: 31px; border-radius: 3px; text-align: center; 
position: absolute; top: 0; margin-top: -75px; font-size: 24px; box-shadow: 0 20px 50px rgba(0,0,0,0.1);}
.owl-prev {left: -50px}
.owl-next {right: -37px;}
.owl-prev:hover, .owl-next:hover {color: var(--primary-text-color); background: #8A6F91; opacity: 1;}





.tns-controls {
  position: absolute; 
  right: 0; 
  left: 0; 
  top: 50%; 
  z-index: 1;
}

.tns-controls button {
  box-sizing: border-box; 
  border-color: #ffffff; 
  display: block; 
  cursor: pointer; 
  background: #BFA5C8; 
  color: var(--primary-text-color);
  height: 60px; 
  line-height: 0px; 
  width: 31px; 
  border-radius: 3px; 
  text-align: center; 
  position: absolute; 
  top: 0; 
  margin-top: 40px; 
  font-size: 24px; 
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.tns-controls button[data-controls="prev"] {
  left: -50px;
}

.tns-controls button[data-controls="next"] {
  right: -50px;
}

.tns-controls button:hover {
  color: var(--primary-text-color); 
  background: #8A6F91; 
  opacity: 1;
}

.tns-controls button i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 24px;
}







.tns-controls {
  position: relative;
  z-index: 10;
}




.burger-menu-btn {
  position: absolute;
  left: 360px;
  top: 7.5px;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99; 
  background: transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.burger-menu-btn i {
  font-size: 26px;
  color: #EBD0EF;
  transition: all 0.3s ease;
}

.burger-menu-btn:hover {
  background: rgba(235, 208, 239, 0.1);
}

.burger-menu-btn:hover i {
  color: #fff;
}


.burger-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99999899999999;  
}

.burger-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}


.burger-menu-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  max-width: 85vw;
  height: 100%;
  background: linear-gradient(180deg, #1E1B1C 0%, #141014 100%);
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 99999999999999999999;  
  overflow-y: auto;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(235, 208, 239, 0.1);
}

.burger-menu-sidebar.active {
  transform: translateX(0);
}


.burger-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  border-bottom: 1px solid rgba(235, 208, 239, 0.15);
  background: rgba(235, 208, 239, 0.05);
}

.burger-menu-header h2 {
  font-family: 'Copperplate', serif;
  font-size: 22px;
  font-weight: 600;
  color: #EBD0EF;
  margin: 0;
  letter-spacing: 1px;
}

.burger-close-btn {
  background: transparent;
  border: none;
  
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.burger-close-btn i {
  font-size: 24px;
  color: #EBD0EF;
  transition: color 0.2s ease;
}

.burger-close-btn:hover {
  background: rgba(235, 208, 239, 0.1);
}

.burger-close-btn:hover i {
  color: #fff;
}


.burger-menu-content {
  padding: 20px 20px;
}


.burger-searchform {
  margin-bottom: 20px;
  position: relative;  
}

.burger-search-container {
  position: relative;
  width: 100%;
}

.burger-searchicon {
  position: absolute;
  left: 12px;
  top: 12px;              
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  transition: color 0.3s ease;
  z-index: 10;            
}

.burger-txtsearch {
  width: 100% !important;
  max-width: 280px !important;
  height: 38px !important;              
  padding: 8px 15px 8px 37px !important; 
  font-family: 'Copperplate', serif !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  background: rgba(255, 255, 255, 0.06) !important; 
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 5px !important;
  outline: none !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box !important;
  
  
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}


.burger-txtsearch::placeholder {
  color: rgba(255, 255, 255, 0.45);           
  font-size: 13px;
}


.burger-txtsearch:focus {
  background: #ffffff;                         
  color: #1E1B1C;                             
  border-color: rgba(235, 208, 239, 0.6);
  box-shadow: 0 0 0 3px rgba(235, 208, 239, 0.15);
}


.burger-search-container:focus-within .burger-searchicon {
  color: rgba(30, 27, 28, 0.6);
}


.burger-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.burger-nav-item {
  display: flex;
  align-items: center;
  gap: 5px;                                   
  padding: 13px 18px;
  font-family: 'Copperplate', serif;
  font-size: 13px;
  font-weight: 400;
  color: #F3EBF0;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;                          
  transition: all 0.25s ease;
}

.burger-nav-item i {
  font-size: 18px;
  color: #EBD0EF;
  width: 20px;
  text-align: center;
  transition: transform 0.25s ease;
}

.burger-nav-item:hover {
  background: rgba(235, 208, 239, 0.12);
  border-color: rgba(235, 208, 239, 0.3);
  color: #fff;
  transform: translateX(5px);
}

.burger-nav-item:hover i {
  transform: scale(1.1);
}

.burger-nav-item:active {
  transform: translateX(3px) scale(0.98);
}




@media screen and (max-width: 1000px) {
  .burger-menu-btn {
    display: flex;

  }
  
  
  .logo-img {
    left: 330px;
  }
  
  .moki {
    left: 350px;
  }
  
  .text-click-area {
    left: 350px;
  }
  
  
  .profile-btn-container {
    left: 603px;
  }
  
  .login-btn-container {
    left: 623px;
  }

  .eren3 .fa {
  font-size: 32px;
}
}

@media screen and (max-width: 810px) {
  .burger-menu-btn {
    left: 450px;

  }
  
  .logo-img {
    left: 330px;
  }
  
  .moki {
    left: 350px;
  }
  
  .text-click-area {
    left: 350px;
  }
  
  .profile-btn-container {
    left: 603px;
  }
  
  .login-btn-container {
    left: 623px;
  }
}

@media screen and (max-width: 620px) {
  .burger-menu-btn {
    left: 512px;
  }
  
  .burger-menu-sidebar {
    width: 290px;
  }
  
  .logo-img {
    left: 330px;
  }
  
  .moki {
    left: 350px;
  }
  
  .text-click-area {
    left: 350px;
  }
  
  .profile-btn-container {
    left: 483px;
  }
  
  .login-btn-container {
    left: 495px;
  }
}

@media screen and (max-width: 465px) {
  .burger-menu-btn {
    left: 534px;

  }

  .burger-nav-item {                                
    padding: 12px 18px;
    font-family: 'Copperplate', serif;
    font-size: 12px;
  }
  
  .burger-menu-btn i {
    font-size: 23px;
  }
  
  .burger-menu-sidebar {
    width: 270px;
  }

  .burger-txtsearch {
    font-size: 12px !important;
  }
  .burger-txtsearch::placeholder {
    color: rgba(255, 255, 255, 0.45);           
    font-size: 12px;
  }

  .burger-nav-item i {
    font-size: 17px;
    color: #EBD0EF;
    width: 20px;
    text-align: center;
    transition: transform 0.25s ease;
  }
  
  .logo-img {
    left: 330px;
  }
  
  .moki {
    left: 350px;
  }
  
  .text-click-area {
    left: 350px;
  }
  
  .profile-btn-container {
    left: 490px;
  }
  
  .login-btn-container {
    left: 490px;
  }

  .eren3 .fa {
    font-size: 29px;
  }
}

@media screen and (max-width: 410px) {
  .burger-menu-btn {
    left: 562px;
    
  }
  
  .burger-menu-sidebar {
    width: 260px;
  }

  .burger-txtsearch {
    font-size: 12px !important;
  }
  
  .logo-img {
    left: 330px;
  }
  
  .moki {
    left: 350px;
  }
  
  .text-click-area {
    left: 335px;
  }
  
  .profile-btn-container {
    left: 469px;
  }
  
  .login-btn-container {
    left: 469px;
  }

  .eren3 .fa {
    font-size: 33px;
  }
}

@media screen and (max-width: 375px) {
  .burger-menu-btn {
    left: 576px;
    
  }
  
  .burger-menu-sidebar {
    width: 260px;
  }
  
  .logo-img {
    left: 330px;
  }
  
  .moki {
    left: 350px;
  }
  
  .text-click-area {
    left: 335px;
  }
  
  .profile-btn-container {
    left: 457px;
  }
  
  .login-btn-container {
    left: 457px;
  }

  .eren3 .fa {
    font-size: 31px;
  }
}



@media screen and (max-width: 1350px) {

  .page-bg-block {
    height: 680px;
  }

.logo-img {
  left: 145px;
}

.moki {
  left: 165px;
}


.text-click-area {
  left: 165px;
}

.txt_search {
  width:160px;
}

.search_form {
  margin-left: 945px;
  margin-top: 15px;
} 

.search_icon { 
  left: 915px;
}

.login-btn-container {
  left: 1170px; 
}

.profile-btn-container {
  left: 1140px; 
}

.user-auth img {
  left: 1260px;
}

.top-100 {
  margin-left: 330px;
}

.raspisanie {
  left: 762px;
}

.anime-year {
  left: 463px;
}

.films {
  left: 625px;
}
 
  

}

@media screen and (max-width: 1170px) {



.page-bg-block {
  width: 1000px;
}

.popular { padding: 20px 320px; } 


.now-popular {
  margin-left: 320px;
}

.button {
  line-height: 70px;
  width: 400px;
  height: 70px;
  left: 267px;
}

.button2 {
  line-height: 70px;
  width: 400px;
  height: 70px;
  left: 770px;
}

.logo-img {
  left: 230px;
}

.moki {
  left: 250px;
}


.text-click-area {
  left: 250px;
}

.txt_search {
  width:110px;
}

.search_form {
  margin-left: 940px;
  margin-top: 15px;
} 

.search_icon { 
  left: 910px;
}

.login-btn-container {
  left: 1093px; 
}

.profile-btn-container {
  left: 1085px; 
  width: 120px;
}


.profile-btn-content {
  margin-left: 0px;
}

.user-auth img {
  display: none;
}

.top-100 {
  margin-left: 405px;
}

.raspisanie {
  left: 790px;
}

.anime-year {
  left: 522px;
}

.films {
  left: 670px;
}

.popularnie_anime {
  margin: 15px 0 0 52px;
  max-width: 930px;
}

.eren3 {
  margin:0px 18px 65px 0px !important;
}

.choice {
  margin: 110px 0 0 270px;
}

 .pop_anm.needs-sidebar {
    max-width: 600px !important; 
  }
  
  
  .sidebar-watched {
    margin-left: -170px;
  }


}
    

 

@media screen and (max-width: 1000px) {

.page-bg-block {
  width: max(810px, calc(100vw - 120px)); 
}
  

.popular { 
  padding: 20px 410px; margin-top: -90px; 

} 



.now-popular {
  margin-left: 409px;
}

.button {
  line-height: 63px;
  width: 330px;
  font-size: 16.5px;
  height: 65px;
  left: 357px;
}

.button2 {
  line-height: 63px;
  width: 330px;
    font-size: 16.5px;
  height: 65px;
  left: 749px;
}
  
  .top-100 {
  display: none;
}

.raspisanie {
  display: none;
}

.search_form {
  display: none;
}

.search_icon {
  display: none;
}

.txt_search {
  display: none;
}


.anime-year {
  display: none;
}
.films {
  display: none;
}


.logo-img {
  left: 655px;
  top: 11px;
}

.moki {
  top: -26px;
  left: 675px;
}

.text-click-area {
  left: 675px;
}

.login-btn-container {
  left: 957px; 
  top: 9px;
}

.profile-btn-container {
  position: absolute;
  top: 10px;
  left: 936px; 
  width: 140px;
  height: 27px;
  padding: 4px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}

.profile-btn-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EBD0EF;
  border-radius: 2px;
  text-align: center;
  height: 27px;
  line-height: 27px;

}

.profile-btn-content {
  font-family: Copperplate;
  font-size: 13px;
  font-weight: 900;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: -20px;
}

.user-auth img {
  cursor: pointer;
  position: absolute;
  width: 21px;
  height: 21px;
  left: 1050px;
  top: 17px;
  border-radius: 50%;
  display: block;
}

.choice {
  font-size: 11px;
  margin: 100px 0 0 359px;
}

.popularnie_anime {
  margin: 15px 0 0 140px;
  max-width: 800px;
}

.eren3 {
  margin:0px 17px 65px 0px !important;
}

.top_img2 {
  width: 131px;
  height: 197px;
  border-radius: 3px;
}

.second_edit {
  cursor: pointer;
  width: 131px;
  height: 197px;
  background-color: #111;
  position: relative;
  border-radius: 3px;
}

.short-link3 {
  overflow:hidden; 
  width: 131px;
  margin:5px 15px -7px 0;
}


.pop_anm.needs-sidebar {
    max-width: 450px !important; 
  }
  
  
  .sidebar-watched {
    margin-left: -280px; 
  }
  
  
  .youwatched_img {
    width: 52px;
  height: 44px;
  margin-top: -1px;
  }
  
  .youwatched_block {
    max-width: 260px !important; 
    height: 43px;
    
  }

  .marquee_txt {
    font-size: 12px;
  }
  
  .marquee_year {
    font-size: 10px;
    margin-top: -20px;
  }

  .youwatched_txt {
  margin-top: -72px;
  margin-left: 42px;
}

.youwatched {margin:20px 0px -7px 180px; float:none;  }

  
  
 
  
  
  
  
  .episode-progress-container {
    left: 43px !important; 
    width: calc(100% - 43px) !important;
  }
  
  
  .continue_prosmotr {
    font-size: 13px !important; 
  }

}




@media screen and (max-width: 810px) {
  
  
  #smart-continue-watching.reserved { 
    display: none !important; 
    opacity: 0 !important; 
    visibility: hidden !important; 
    pointer-events: none !important; 
  }

  #smart-continue-watching.moved-to-top {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 700px !important;
    margin: 80px auto -55px auto !important;
    padding: 0 80px !important;
    box-sizing: border-box !important;
    z-index: 10 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* На всякий случай явно обнулим стиль, если контейнер пуст */
  #smart-continue-watching.moved-to-top:empty {
    all: unset; 
    display: none !important;
  }

  
  #smart-continue-watching .continue_prosmotr_wrap {
  width: 100% !important;
  margin: 0 0 20px 0 !important;
  z-index: 11 !important;
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  top: 43px;

}

#smart-continue-watching .continue_prosmotr {
  font-size: 14px !important;
  color: #ECE3E8 !important;
  z-index: 11 !important;
  display: inline-block !important;
  margin: 0 auto !important;
}


  
  #smart-continue-watching .watched {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 10px !important;     
    column-gap: 30px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 11 !important;
  }

  
  #smart-continue-watching .youwatched {
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
    position: relative !important;
    z-index: 11 !important;
  }

  
  #smart-continue-watching .youwatched_block {
    width: 255px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 44px !important;
    border-radius: 15px 5px 5px 15px !important;
    border: 1px solid rgba(255,255,255,0.03) !important;
    background: linear-gradient(135deg, #161214 0%, #25181d 100%) !important;
    box-shadow: 0 12px 34px rgba(0,0,0,0.52) !important;
    position: relative !important;
    z-index: 11 !important;
    margin: 0 !important;
    transition: transform .14s ease, box-shadow .14s ease !important;
  }

  
  #smart-continue-watching .youwatched_img {
    width: 52px !important;
    height: 43px !important;
    border-radius: 3px 3px 0px 3px !important;
    margin-left: -1px !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.28) !important;
  }

  
  #smart-continue-watching .youwatched_txt {
    margin-top: -71px !important;
    margin-left: 49px !important;
    position: relative !important;
    z-index: 12 !important;
    width: calc(100% - 70px) !important;
    max-width: calc(100% - 70px) !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  
  #smart-continue-watching .marquee {
    padding-top: 7px !important;
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    box-sizing: border-box !important;
  }

  
  
#smart-continue-watching .marquee_txt {
  margin-left: 12px !important;
  font-size: 12px !important;
  color: #F3EBF0 !important;
  font-family: 'Copperplate', serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  display: inline-block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: calc(100% - 10px) !important; 
  vertical-align: top !important;
  transition: all 0.3s ease !important;
}


#smart-continue-watching .marquee:hover .marquee_txt {
  display: inline-block !important;
  overflow: visible !important; 
  text-overflow: clip !important; 
  animation: scroll-left-smooth 8s linear infinite !important;
  max-width: none !important; 
}


@keyframes scroll-left-smooth {
  0% { transform: translateX(0); }
  10% { transform: translateX(0); }
  90% { transform: translateX(-100%); }
  100% { transform: translateX(-100%); }
}


  
  #smart-continue-watching .marquee:hover .marquee_txt {
    display: inline-block !important;
    animation: scroll 10s infinite linear !important;
    width: 200% !important;
    text-overflow: clip !important;
  }

  @keyframes scroll {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
  }

  
  #smart-continue-watching .marquee_year {
    font-family: 'Copperplate', serif !important;
    font-weight: 300 !important;
    font-size: 10px !important;
   
  }

  
  #smart-continue-watching .episode-progress-container {
    position: absolute !important;
    bottom: 0 !important;
    left: 51px !important;
    width: calc(100% - 52px) !important;
    height: 3px !important;
    z-index: 12 !important;
  }

  #smart-continue-watching .episode-progress-bg {
    background: rgba(255, 255, 255, 0.15) !important;
    height: 3px !important;
    width: 100% !important;
  }

  #smart-continue-watching .episode-progress-bar {
    background: #EBD0EF !important;
    height: 3px !important;
  }

  
  #smart-continue-watching .youwatched_block:hover {
    cursor: pointer !important;
    opacity: 0.7 !important;
  }

  .pop_anm {
    max-width: 100% !important;
  }

  .sidebar-watched {
    display: none !important;
  }
}


@media screen and (max-width: 810px) {
.page-bg-block {
  width: max(620px, calc(100vw - 120px)); 
}
  

.popular { 
  padding: 20px 500px; margin-top: -90px; 

} 

#tiny-popular {
  margin-left: 4px;
}

.tns-controls button[data-controls="prev"] {
    
}
  
.tns-controls button[data-controls="next"] {
    
}

.now-popular {
  margin-left: 503px;
}

.button {
  line-height: 60px;
  width: 255px;
  font-size: 15px;
  height: 60px;
  left: 448px;
}

.button2 {
  line-height: 60px;
  width: 255px;
    font-size: 15px;
  height: 60px;
  left: 733px;
}


.logo-img {
  left: 655px;
  top: 11px;
}

.moki {
  top: -26px;
  left: 675px;
}

.text-click-area {
  left: 675px;
}

.login-btn-container {
  left: 866px; 
  top: 9px;
}

.profile-btn-container {
  left: 866px; 
  width: 120px;
  top: 9px;
  margin-left: 0px;
}

.profile-btn-content {
  margin-left: 0px;
}

.user-auth img {
  display: none;
}

.choice {
  font-size: 11px;
  margin: 95px 0 0 450px;
}

.popularnie_anime {
  margin: 15px 0 0 232px;
  max-width: 650px;
}

.eren3 {
  margin:0px 7px 65px 0px !important;
}

.top_img2 {
  width: 126px;
  height: 192px;
  border-radius: 3px;
}

.second_edit {
  cursor: pointer;
  width: 131px;
  height: 197px;
  background-color: #111;
  position: relative;
  border-radius: 3px;
}

.short-link3 {
  overflow:hidden; 
  width: 131px;
  margin:0px 15px -7px 0;
}




}



@media screen and (max-width: 620px) {
.page-bg-block {
  width: max(460px, calc(100vw - 100px)); 
}
  

.popular { 
  padding: 20px 569px; margin-top: -90px; 

} 

#tiny-popular {
  margin-left: 0px;
}

.tns-controls button[data-controls="prev"] {
    
}
  
.tns-controls button[data-controls="next"] {
    
}

.now-popular {
  margin-left: 568px;
}

.button {
  line-height: 50px;
  width: 190px;
  font-size: 13px;
  height: 53px;
  left: 518px;
  border-radius: 3px;
}

.button2 {
  line-height: 50px;
  width: 190px;
    font-size: 13px;
  height: 53px;
  left: 728px;
  border-radius: 3px;
}


.logo-img {
  left: 655px;
  top: 11px;
}

.moki {
  top: -26px;
  left: 675px;
}

.text-click-area {
  left: 675px;
}

.login-btn-container {
  left: 818px; 
  top: 9px;
  width: 98px;

}

.login-btn-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EBD0EF;
  border-radius: 2px;
  text-align: center;
  
}

.profile-btn-container {
  left: 806px; 
  width: 110px;
  top: 9px;
}

.profile-btn-content {
  margin-left: 0px;
}

.user-auth img {
  display: none;
}

.choice {
  font-size: 11px;
  margin: 80px 0 0 520px;
}

.popularnie_anime {
  margin: 15px 0 0 302px;
  max-width: 540px;
}

.eren3 {
  margin:0px 6px 65px 0px !important;
}

.button2css {
  width: 15px;
}

.top_img2 {
  width: 126px;
  height: 192px;
  border-radius: 3px;
}

.second_edit {
  cursor: pointer;
  width: 131px;
  height: 197px;
  background-color: #111;
  position: relative;
  border-radius: 3px;
}

.short-link3 {
  overflow:hidden; 
  width: 131px;
  margin:0px 15px -7px 0;
}

#smart-continue-watching .watched {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #smart-continue-watching {
    max-width: 100% !important;
    padding: 0 15px !important;
  }



#smart-continue-watching.moved-to-top {
    margin: 70px auto -50px auto !important;
    padding: 0 150px !important;
  }


  
  #smart-continue-watching .youwatched_block {
    width: 400px !important;
  }




}

@media screen and (max-width: 465px) {
.page-bg-block {
  width: max(400px, calc(100vw - 100px)); 
} 

#tiny-popular {
  margin-left: 0px;
}

.tns-controls button[data-controls="prev"] {
    margin-left: 5px;
}
  
.tns-controls button[data-controls="next"] {
    margin-right: 5px;
}

.tns-controls button {
  margin-top: 28.5px; 
}

.now-popular {
  margin-left: 586px;
}

.button {
  line-height: 50px;
  width: 170px;
  font-size: 11.5px;
  height: 53px;
  left: 540px;
  border-radius: 3px;
}

.button2 {
  line-height: 50px;
  width: 170px;
    font-size: 11.5px;
  height: 53px;
  left: 726px;
  border-radius: 3px;
}

.button2css {
  width: 12px;
}



.logo-img {
  left: 655px;
  top: 11px;
}

.moki {
  top: -26px;
  left: 675px;
}

.text-click-area {
  left: 675px;
}

.login-btn-container {
  left: 813px; 
  top: 9px;
  width: 80px;

}

.login-btn-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EBD0EF;
  border-radius: 2px;
  text-align: center;
  
}

.profile-btn-content span {
    font-size: 0; 
  }
  
  .profile-btn-content span::before {
    content: "Профиль"; 
    font-size: 12px; 
    font-family: Copperplate;
    font-weight: 900;
  }

.profile-btn-container {
  left: 813px; 
  top: 9px;
  width: 80px;

}

.profile-btn-content {
  margin-left: 0px;
}

.user-auth img {
  display: none;
}

.choice {
  font-size: 11px;
  margin: 80px 0 0 543px;
}

.popularnie_anime {
  margin: 15px 0 0 325px;
  max-width: 450px;
}

.eren3 {
  margin:0px 8px 65px 0px !important;
}

.popular { 
  padding: 20px 587px; margin-top: -90px; 

}

.top_img {
  width: 83px;
  height: 120px;
  border-radius: 3px;
}

.popular-item__img { 
  width: 83px;
  height: 120px;
  cursor: pointer;
  background-color: #111;
  position: relative;
  border-radius: 3px;
}

.short-link {
  overflow:hidden; 
  width: 84px;
  margin: 8px 15px -8px 0;

}

.short-link a {
  font-size: 10px;
}

.short-link2 a {
  cursor: pointer;
  color: #C9BFD0;
  text-decoration: none;
  font-family: 'Copperplate';
  font-style: normal;
  font-weight: 300;
  font-size: 9px;
}

.first_edit {
  width: 83px;
  height: 124px;
}

.top_img2 {
  width: 112px;
  height: 163px;
  border-radius: 3px;
}

.second_edit {
  cursor: pointer;
  width: 112px;
  height: 157px;
  background-color: #111;
  position: relative;
  border-radius: 3px;
}

.short-link3 {
  overflow:hidden; 
  width: 112px;
  margin:10px 15px -7px 0;
}

.short-link3 a {
  cursor: pointer;
  font-family: 'Copperplate', serif; 
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  color: #F3EBF0;
  text-decoration: none;
  text-align:center;
}

.popularno {
  padding: 7.25px 6px;
}

.now_watching {
  padding: 8px 6px;
}

.legends {
  padding: 8px 5px;
}

.soon {
  padding: 8px 5px;
}

#smart-continue-watching.moved-to-top {
    margin: 70px auto -50px auto !important;
    padding: 0 172px !important;
  }


  
  #smart-continue-watching .youwatched_block {
    width: 356px !important;
  }


}


@media screen and (max-width: 410px) {
.page-bg-block {
  width: max(370px, calc(100vw - 80px)); 
}
  

.popular { 
  padding: 20px 617px; margin-top: -90px; 

} 

#tiny-popular {
  margin-left: 1.5px;
}

.tns-controls button[data-controls="prev"] {
    margin-left: 5px;
}
  
.tns-controls button[data-controls="next"] {
    margin-right: 5px;
}

.tns-controls button {
  margin-top: 40px; 
}

.now-popular {
  margin-left: 617px;
}

.button {
  line-height: 50px;
  width: 296px;
  font-size: 13px;
  height: 53px;
  left: 570px;
  border-radius: 3px;
}

.button2 {
  display: none;
}


.logo-img {
  left: 655px;
  top: 11px;

  width: 34px;
  height: 29px;
}

.moki {
  top: -21px;
  left: 675px;

  height: 100px; 
}

.text-click-area {
  left: 660px;
}

.login-btn-container {
  left: 792px; 
  top: 9px;
  width: 72px;

}

.login-btn-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EBD0EF;
  border-radius: 2px;
  text-align: center;
  
}

.login-btn-content {
  font-family: Copperplate;
  font-size: 12px;
  font-weight: 900;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.profile-btn-container {
  left: 792px; 
  top: 9px;
  width: 72px;

}

.profile-btn-content {
  margin-left: 0px;
}

.user-auth img {
  display: none;
}

.choice {
  font-size: 11px;
  margin: 80px 0 0 572px;
}

.popularnie_anime {
  margin: 15px 0 0 353px;
  max-width: 400px;
}

.eren3 {
  margin:0px 13px 65px 0px !important;
}

.button2css {
  width: 15px;
}

.top_img2 {
  width: 142px;
  height: 212px;
  border-radius: 3px;
}

.second_edit {
  cursor: pointer;
  width: 142px;
  height: 205px;
  background-color: #111;
  position: relative;
  border-radius: 3px;
}

.short-link3 {
  overflow:hidden; 
  width: 144px;
  margin:10px 15px -7px 0;
}

.popularno {
  padding: 7.25px 6px;
}

.now_watching {
  padding: 8px 6px;
}

.legends {
  padding: 8px 5px;
}

.soon {
  padding: 8px 5px;
}


.top_img {
  width: 96px;
  height: 140px;
  border-radius: 3px;
}

.popular-item__img { 
  width: 96px;
  height: 140px;
  cursor: pointer;
  background-color: #111;
  position: relative;
  border-radius: 3px;
}

.short-link {
  overflow:hidden; 
  width: 96px;
  margin: 8px 15px -8px 0;

}


.short-link2 a {
  cursor: pointer;
  color: #C9BFD0;
  text-decoration: none;
  font-family: 'Copperplate';
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
}

.short-link a {
  cursor: pointer;
  font-family: 'Copperplate', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  color: #F3EBF0;
  text-decoration: none;
  text-align:center;
}

#smart-continue-watching.moved-to-top {
    margin: 70px auto -50px auto !important;
    padding: 0 202px !important;
  }


  
  #smart-continue-watching .youwatched_block {
    width: 296px !important;
  }
  

}


@media screen and (max-width: 375px) {

  .page-bg-block {
  width: max(320px, calc(100vw - 40px)); 
}

.logo-img {
  left: 655px;
  top: 11px;

  width: 32px;
  height: 27px;
}

.moki {
  top: -18px;
  left: 675px;

  height: 90px; 
}

.now-popular {
  margin-left: 632px;
}

.tns-controls button {
  margin-top: 28.5px; 
}

.text-click-area {
  left: 660px;
}

.login-btn-container {
  left: 780px; 
  top: 9px;
  width: 70px;

}

.profile-btn-container {
  left: 780px; 
  width: 70px;
  top: 9px;
}

.profile-btn-content {
  margin-left: 0px;
}

.user-auth img {
  display: none;
}

.button {
  line-height: 50px;
  width: 268px;
  font-size: 13px;
  height: 53px;
  left: 584px;
  border-radius: 3px;
}

.popularnie_anime {
  margin: 15px 0 0 368px;
  max-width: 330px;
}

.eren3 {
  margin:0px 10px 65px 0px !important;
}

.popular { 
  padding: 20px 631px; margin-top: -90px; 

}

.top_img {
  width: 83px;
  height: 120px;
  border-radius: 3px;
}

.popular-item__img { 
  width: 83px;
  height: 120px;
  cursor: pointer;
  background-color: #111;
  position: relative;
  border-radius: 3px;
}

.short-link {
  overflow:hidden; 
  width: 84px;
  margin: 8px 15px -8px 0;

}

.short-link a {
  font-size: 10px;
}

.short-link2 a {
  cursor: pointer;
  color: #C9BFD0;
  text-decoration: none;
  font-family: 'Copperplate';
  font-style: normal;
  font-weight: 300;
  font-size: 9px;
}

.first_edit {
  width: 83px;
  height: 124px;
}

.top_img2 {
  width: 129px;
  height: 190px;
  border-radius: 3px;
}

.second_edit {
  cursor: pointer;
  width: 129px;
  height: 190px;
  background-color: #111;
  position: relative;
  border-radius: 3px;
}

.short-link3 {
  overflow:hidden; 
  width: 129px;
  margin:3px 15px -7px 0;
}

.short-link3 a {
  cursor: pointer;
  font-family: 'Copperplate', serif; 
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  color: #F3EBF0;
  text-decoration: none;
  text-align:center;
}

.choice {
  font-size: 11px;
  margin: 80px 0 0 586px;
}

.popularno {
  padding: 7.25px 4.5px;
}

.now_watching {
  padding: 8px 4.5px;
}

.legends {
  padding: 8px 4.5px;
}

.soon {
  padding: 8px 4.5px;
}

.now_watching {
    font-size: 0; 
  }
  
  .now_watching::before {
    content: "Сейчас см..."; 
    font-size: 11px; 
    font-family: Copperplate;
    font-weight: 400;
  }

#smart-continue-watching.moved-to-top {
    margin: 70px auto -50px auto !important;
    padding: 0 216px !important;
  }


  
  #smart-continue-watching .youwatched_block {
    width: 268px !important;
  }

}



    
    
:root {
  /* Colors */
  --black: rgba(0, 0, 0, 1);
  --linen: #0A0608;
  --pale-violet-red: rgba(204, 126, 139, 1);
  --transparent-hot-pink: rgba(252, 118, 179, 0.62);
  --transparent-sandy-brown: rgba(250, 205, 104, 0.68);
  --transparent-white: rgba(255, 255, 255, 0.6);

  /* Typographies */
  /* jura-13-bold */
  --jura-13-bold-family: "Jura";
  --jura-13-bold-size: 13px;
  --jura-13-bold-weight: 700;
  --jura-13-bold-line-height: normal;

  /* jura-13-medium */
  --jura-13-medium-family: "Jura";
  --jura-13-medium-size: 13px;
  --jura-13-medium-weight: 500;
  --jura-13-medium-line-height: normal;

  /* jura-22-bold */
  --jura-22-bold-family: "Jura";
  --jura-22-bold-size: 22px;
  --jura-22-bold-weight: 700;
  --jura-22-bold-line-height: normal;

  /* This is the project stylesheet */
  /* Typographies */
  /* jura-20-regular */
  --jura-20-regular-family: "Jura";
  --jura-20-regular-size: 20px;
  --jura-20-regular-weight: 400;
  --jura-20-regular-line-height: normal;

  /* jura-20-semi-bold */
  --jura-20-semi-bold-family: "Jura";
  --jura-20-semi-bold-size: 20px;
  --jura-20-semi-bold-weight: 600;
  --jura-20-semi-bold-line-height: normal;

  /* jura-21-regular */
  --jura-21-regular-family: "Jura";
  --jura-21-regular-size: 21px;
  --jura-21-regular-weight: 500;
  --jura-21-regular-line-height: normal;

  /* jura-22-bold */
  --jura-22-bold-family: "Jura";
  --jura-22-bold-size: 22px;
  --jura-22-bold-weight: 700;
  --jura-22-bold-line-height: normal;

  /* jura-22-medium */
  --jura-22-medium-family: "Jura";
  --jura-22-medium-size: 22px;
  --jura-22-medium-weight: 500;
  --jura-22-medium-line-height: normal;

  /* jura-30-bold */
  --jura-30-bold-family: "Jura";
  --jura-30-bold-size: 30px;
  --jura-30-bold-weight: 700;
  --jura-30-bold-line-height: normal;

  /* jura-30-semi-bold */
  --jura-30-semi-bold-family: "Jura";
  --jura-30-semi-bold-size: 30px;
  --jura-30-semi-bold-weight: 600;
  --jura-30-semi-bold-line-height: normal;
}
