/*загрузка*/
.code-loader {
  color: #fff;
  font-family: var(--font-regular);
  font-weight: bold;
  font-size: 100px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.code-loader span {
  display: inline-block;
  animation: pulse_414 0.4s alternate infinite ease-in-out;
  color: rgba(241, 68, 68, 0.5);
}

.code-loader span:nth-child(odd) {
  animation-delay: 0.4s;
}

@keyframes pulse_414 {
  to {
    transform: scale(0.8);
    opacity: 0.5;
  }
}

/*конец загрузка*/



/* окно поверх всех для настроек */
.window-absolute {
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 999;
  align-items: center;
}

/* поделиться аниме */


.share-anime {
  display: flex;
  flex-direction: column;
  max-width: 1300px;
  width: 100%;
  border-radius: 16px;
  margin-top: 55px;
  max-height: 80vh;
  background-color: rgb(27, 29, 42);
}

.share-anime .title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 15px;
  border-radius: 12px 12px 0px 0px;
  margin-bottom: 0.2rem;
}

.title-column-h1-h2 {
  display: flex;
  flex-direction: column;
}

.click_close_window_absolute {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.click_close_window_absolute svg {
  fill: #5c5f6b;
}

.share-anime .title h1 {
  font-size: 1.4em;
  font-weight: 500;
  margin: 0px 0px 0.3rem 0px;
  padding: 0;
  color: rgba(255, 255, 255, 1.0);
}

.share-anime .title h2 {
  font-size: 1.1em;
  font-weight: 400;
  margin: 0px 0px 0.3rem 0px;
  padding: 0;
  color: rgba(255, 255, 255, 0.65);
}

/* лист друзей пользователя */
.list-friends-user {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 600px;
  padding: 10px 10px 15px 10px;
  border-radius: 0px 0px 12px 12px;
  overflow-y: auto;
}

.object-user {
  width: max-content;
  max-width: 380px;
  display: flex;
  flex-direction: row;
  border: solid 1px transparent;
  padding: 4px 6px;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
  align-items: center;
}

.object-user:hover {
  background-color: rgba(8, 9, 17, 1);
}

/* аватар и никнейм */
.avatar-nickname-user {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}

.nickname-user {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  margin-left: 1rem;
}

.nickname-user h3 {
  font-size: 1em;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: rgb(255, 255, 255);
  text-overflow: ellipsis;
  overflow: hidden;
}

.avatar-user {
  display: inline-block;
  position: relative;
}

#avatar-user {
  border-radius: 100%;
  width: 32px;
  height: 32px;
}

#maska-user {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  transform: scale(1.35);
}

/* отправка на почту */
.send-poctha {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.send-poctha button {
  border: none;
  outline: none;
  border-radius: 5px;
  background: rgb(84, 153, 93);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.3rem;
  font-size: 1em;
  color: rgba(255, 255, 255, 1.0);
  padding: 4px 6px;
}

.send-poctha button svg {
  fill: rgba(255, 255, 255, 1.0);
}



/* основной */

.color-back {
  width: 100%;
  height: 100%;
  max-height: calc(80vh + 10px);
  position: absolute;
  overflow: hidden;
  background: rgba(20, 22, 39, 0.65);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 15), rgba(0, 0, 0, 0));
}

#background-image {
  object-fit: cover;
  position: absolute;
  z-index: -99;
  width: 100%;
  filter: blur(5px) brightness(20%);
  -webkit-filter: blur(5px) brightness(20%);
  user-select: none;
}



.container {
  position: relative;
  height: 100%;
  width: auto;
  margin: 50px auto 0px auto;
  min-height: 100vh;
  z-index: 99;
  justify-content: center;
  transition: all 0.5s;
  display: flex;
  flex-direction: row;
  max-width: 1300px;
}


/*блок слева первый блок*/
.content_1 {
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
  transition: all 0.5s;
  box-sizing: border-box;
}

.content_1 .block_information {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

@media (min-width: 1200px) {
  .block_title h1 {
    font-size: 2.5em;
  }

  .block_title h2 {
    font-size: 1.3em;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .block_title h1 {
    font-size: 2.25em;
  }

  .block_title h2 {
    font-size: 1.3em;
  }
}

@media (max-width: 768px) {
  .block_title h1 {
    font-size: 1.65em;
  }

  .block_title h2 {
    font-size: 1.15em;
  }
}


.block_title > button {
  padding: 8px 15px;
  background: rgba(16, 18, 31, 0.95);
  color: #6b7283;
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 1.1em;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 0 0.5px rgba(255, 255, 255, 0.03);
}

.block_title > button:hover {
  color: #8b95a8;
  background: rgba(22, 24, 40, 0.95);
  box-shadow: 
    0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 0 0.5px rgba(255, 255, 255, 0.05);
}

.block_title > button:active {
  transform: scale(0.98);
}



.block_title h1 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-family: var(--font-semi-bold);
  color: rgba(255, 255, 255, 1.0);
}

.block_title h2 {
  margin: 0;
  padding: 3px 4px;
  font-weight: 400;
  font-family: var(--font-semi-bold);
  color: #6b7283;
}


.next_episode {
  display: flex;
  padding: 5px 5px 5px 15px;
  margin-top: 20px;
  background: linear-gradient(145deg, rgb(24, 26, 45, 0.35), rgb(24, 26, 45, 0.45));
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 6px rgba(8, 9, 17, 0.3), 0px 1px 3px rgba(8, 9, 17, 0.1);
  border-radius: 8px;
}


.next_episode::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(65, 90, 200, 0.2) 0%, rgba(65, 90, 200, 0) 70%);
  z-index: -1;
  border-radius: 12px;
  opacity: 0.7;
  pointer-events: none;
}


.next_episode h2 {
  color: rgba(255, 255, 255);
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.next_episode h2 span {
  color: #6b7283;
  font-size: 1em;
  font-weight: 400;
}

.block_data {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 15px 10px;
  margin-top: 25px;
}

.block_data .data-type-1 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.block_data .data-type-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.block_data .data-type-1 .title_cell_1 h3 {
  width: 150px;
  font-size: 1.15em;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #6b7283;
  height: 100%;
  margin: 0;
  padding: 0;
}

.block_data .data-type-1 .title_cell_1 h3 strong {
  font-weight: 500;
  font-family: var(--font-regular);
}

.block_data .data-type-2 .title_cell_1 h3 {
  width: 150px;
  font-size: 1.15em;
  font-weight: 500;
  font-family: var(--font-regular);
  letter-spacing: 0.5px;
  color: #6b7283;
  margin: 0;
  padding: 0;
}

.title_cell_2 {
  flex: 1;
  font-size: 1.05em;
  font-weight: 500;
  position: relative;
}

.title_cell_2 a {
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
  font-weight: 400;
  font-family: var(--font-regular);
}

.title_cell_2 span {
  color: #6b7283;
  font-weight: 400;
  font-family: var(--font-regular);
  font-size: 1.05em;
}

#description-anime {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
  position: relative;
}

.title_cell_2 #description-anime {
  color: #6b7283;
  font-weight: 400;
  font-family: var(--font-regular);
  font-size: 1.15em;
  display: block;
  height: 200px;
  overflow: hidden;
  transition: height 0.3s ease;
}

.title_cell_2 #description-anime.expanded {
  height: auto;
}

#toggle-button-description {
  border: 0;
  outline: 0;
  font-size: 1.15em;
  font-weight: 500;
  letter-spacing: 3px;
  color: #6b7283;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(12, 13, 24, .85);
}


.spisok_voice a {
  padding: 6px 12px;
  background: rgba(16, 18, 31, 0.95);
  color: #6b7283;
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 1em;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 0 0.5px rgba(255, 255, 255, 0.03);
}

.spisok_voice a:hover {
  color: #8b95a8;
  background: rgba(22, 24, 40, 0.95);
  box-shadow: 
    0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 0 0.5px rgba(255, 255, 255, 0.05);
}

.spisok_voice a:active {
  transform: scale(0.98);
}


.spisok_voice .list-elements {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.spisok_voice .elements .list_etc_elements #element {
  text-decoration: none;
}

.spisok_voice .elements .list_etc_elements {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.spisok_voice .list-elements .list_etc_elements {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
}

.list-elements {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.list-elements #element {
  padding: 0;
  display: flex;
  text-decoration: none;
}

.list-elements #element:not(:last-child)::after {
  content: ",";
  color: rgba(255, 255, 255, 0.65);
  font-size: 1em;
}

.list-elements #element:last-child::after {
  content: ".";
  color: rgba(255, 255, 255, 0.65);
  font-size: 1em;
}


.showmore {
  background: linear-gradient(145deg, rgb(24, 26, 45, 0.35), rgb(24, 26, 45, 0.45));
  box-shadow: 0px 4px 6px rgba(8, 9, 17, 0.3), 0px 1px 3px rgba(8, 9, 17, 0.1);
  white-space: nowrap;
  border-radius: 4px;
  font-size: 1em;
  line-height: 28px;
}

.showmore:hover {
  background: #0c0d18;
}

.send_button {
  width: clamp(130px, 50%, 160px);
  text-align: center;
  color: rgba(255, 255, 255, 1.0);
  cursor: pointer;
}

#ongoing {
  padding: 4px 8px;
  color: #FFFFFF;
  background-color: rgba(125, 142, 226, 0.65);
  border-radius: 4px;
  font-size: 0.9em;
  border: none;
  outline: none;
}

#released {
  padding: 4px 8px;
  color: #FFFFFF;
  background-color: rgba(75, 192, 118, 0.65);
  border-radius: 4px;
  font-size: 0.9em;
  border: none;
  outline: none;
}

#anons {
  padding: 4px 8px;
  color: #FFFFFF;
  background-color: rgba(235, 111, 145, 0.65);
  border-radius: 4px;
  font-size: 0.9em;
  border: none;
  outline: none;
}




/*блока справо второй блок*/

.content_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
  position: relative;
}

@media (min-width: 768px) {
  .content_2 {
    padding: 15px 10px 0px 0px;
  }
}

.block_content_2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}





@media (min-width: 2000px) {
  .content_1 {
    max-width: 900px;
    width: 100%;
  }

  .block_content_2 {
    max-width: 300px;
  }

  .sub-poster {
    width: 300px;
    height: 400px;
  }

  .poster {
    width: 300px;
    height: auto;
    max-height: 400px;
  }

  .poster-fon {
    width: 300px;
    height: 400px;
    max-height: 400px;
    z-index: -1;
    position: absolute;
    filter: blur(5px) grayscale(50%);
  }
}

@media (min-width: 1200px) and (max-width: 2000px) {
  .content_1 {
    max-width: 850px;
    width: 100%;
  }

  .block_content_2 {
    max-width: 280px;
  }

  .sub-poster {
    width: 280px;
    height: 380px;
  }

  .poster {
    width: 280px;
    height: auto;
    max-height: 380px;
  }

  .poster-fon {
    width: 280px;
    height: 380px;
    max-height: 380px;
    z-index: -1;
    position: absolute;
    filter: blur(5px) grayscale(50%);
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .content_1 {
    max-width: clamp(500px, 50%, 700px);
  }

  .block_content_2 {
    max-width: 230px;
  }

  .sub-poster {
    width: 230px;
    height: 312px;
  }

  .poster {
    width: 230px;
    height: auto;
    max-height: 312px;
  }

  .poster-fon {
    width: 230px;
    height: 312px;
    max-height: 312px;
    z-index: -1;
    position: absolute;
    filter: blur(5px) grayscale(50%);
  }
}



@media (max-width: 768px) {
  .container {
    display: flex;
    flex-direction: column;
    margin: 8px auto 0px auto;
  }

  .content_1 {
    max-width: 100%;
    width: 100%;
  }

  .sub-poster {
    width: 75vw;
  }

  .poster {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 400px;
  }

  .poster-fon {
    width: 100%;
    max-width: 100%;
    height: 380px;
    max-height: 400px;
    z-index: -1;
    position: absolute;
    filter: blur(5px) grayscale(50%);
  }

}

.sub-poster {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  user-select: none;
}

.poster {
  border-radius: 8px;
  display: none;
  z-index: 2;
}

.poster-fon {
  border-radius: 8px;
  display: none;
  clip-path: inset(0 0 0 0 round 8px);
}



/*система списка*/

.close-guest {
  background-color: #ef6c6c;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 1em;
  font-weight: 500;
  font-family: var(--font-regular);
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1),
    0px 2px 4px rgba(0, 0, 0, 0.2);
}

@media (hover:hover) {
  .close-guest:hover {
    background-color: #df5b5b;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15),
      0px 2px 4px rgba(0, 0, 0, 0.2);
  }
}

.close-guest:active {
  transform: scale(0.98);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1),
    0px 1px 2px rgba(0, 0, 0, 0.2);
}

.close-guest a {
  text-decoration: none;
  color: rgba(255, 255, 255, 1.0);
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
  font-family: var(--font-regular);
  letter-spacing: 0.8px;
}

#guest-close {
  font-size: 1em;
  font-weight: 400;
  color: rgba(121, 136, 156, 0.65);
}

@media (min-width: 768px) {
  .dropbtn {
    height: 40px;
    line-height: 40px;
  }

  .close-guest {
    line-height: 40px;
    max-height: 40px;
  }
}

@media (max-width: 768px) {
  .dropbtn {
    height: 35px;
    line-height: 35px;
  }

  .close-guest {
    line-height: 35px;
    max-height: 35px;
  }
}


.dropdown_1 {
  position: relative;
  display: inline-block;
  width: 100%;
  display: flex;
  flex-direction: row;
  border-radius: 6px;
}




/* списки кнопка */
.dropbtn {
  background-color: transparent;
  color: white;
  padding: 5px;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 400;
  font-family: var(--font-regular);
  letter-spacing: 0.8px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all .3s;
}

#BT_watching {
  border: solid 1px rgb(84, 153, 93);
  background-color: rgba(84, 153, 93, 0.45);
}

#BT_completed {
  border: solid 1px rgb(70, 100, 160);
  background-color: rgba(70, 100, 160, 0.45);
}

#BT_planned {
  border: solid 1px rgb(155, 105, 185);
  background-color: rgba(155, 105, 185, 0.45);
}

#BT_on_hold {
  border: solid 1px rgb(255, 178, 76);
  background-color: rgba(255, 178, 76, 0.45);
}

#BT_dropped {
  border: solid 1px rgb(235, 96, 94);
  background-color: rgba(235, 96, 94, 0.45);
}

#BT_default {
  background-color: #ef6c6c;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1),
    0px 2px 4px rgba(0, 0, 0, 0.2);
}



@media (hover:hover) {
  #BT_watching:hover {
    border: solid 1px rgb(84, 153, 93);
    background-color: rgba(84, 153, 93, 0.25);
  }

  #BT_completed:hover {
    border: solid 1px rgb(70, 100, 160);
    background-color: rgba(70, 100, 160, 0.25);
  }

  #BT_planned:hover {
    border: solid 1px rgb(155, 105, 185);
    background-color: rgba(155, 105, 185, 0.25);
  }

  #BT_on_hold:hover {
    border: solid 1px rgb(255, 178, 76);
    background-color: rgba(255, 178, 76, 0.25);
  }

  #BT_dropped:hover {
    border: solid 1px rgb(235, 96, 94);
    background-color: rgba(235, 96, 94, 0.25);
  }

  #BT_default:hover {
    background-color: #df5b5b;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15),
      0px 2px 4px rgba(0, 0, 0, 0.2);
  }
}




.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 160px;
  z-index: 3;
  top: calc(100% + 5px);
  border-radius: 6px;
  overflow: hidden;
}

.spisok_svg_button button svg {
  fill: rgba(255, 255, 255, 1.0);
}


/* Изменение цвета выпадающих ссылок при наведении курсора */
@media (hover: hover) {
  .dropdown-content button[data-type]:hover {
    color: #FFFFFF;
    background: rgb(44 45 83);
  }
}

/* Показать выпадающее меню */
.show {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0px 23px 21px 15px rgba(12, 13, 24, 0.65);
  -moz-box-shadow: 0px 23px 21px 15px rgba(12, 13, 24, 0.65);
  box-shadow: 0px 23px 21px 15px rgba(12, 13, 24, 0.65);
}

.dropdown-content button[data-type] {
  background: rgb(12, 13, 24, 1);
  width: 100%;
  color: #FFFFFF;
  font-size: 1em;
  text-align: left;
  padding-left: 40px;
  transition: all .3s;
  cursor: pointer;
  height: 40px;
  border: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  font-weight: 400;
  font-family: var(--font-regular);
}

/*конец системе списка*/


/*РЕЙТИНГ оценка аниме от юзера*/
.rating-container {
  width: 100%;
  margin: 15px 0px;
  padding: 5px 0px 15px 0px;
  background: linear-gradient(145deg, rgb(24, 26, 45, 0.35), rgb(24, 26, 45, 0.45));
  backdrop-filter: blur(10px);
  border-radius: 6px;
  box-shadow: 0px 4px 6px rgba(8, 9, 17, 0.3), 0px 1px 3px rgba(8, 9, 17, 0.1);
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.rating-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(65, 90, 200, 0.2) 0%, rgba(65, 90, 200, 0) 70%);
  z-index: -1;
  border-radius: 6px;
  opacity: 0.7;
  pointer-events: none;
  transition: all .3s;
}



.rating-container:hover::before {
  opacity: 0.9;
  background: linear-gradient(135deg,
      rgba(65, 90, 200, 0.25) 0%,
      rgba(65, 90, 200, 0) 60%);
}


.rating-title {
  position: relative;
  z-index: 2;
  user-select: none;
}

.rating-title h2 {
  font-size: 1.4em;
  font-weight: 500;
  font-family: var(--font-regular);
  color: rgba(255, 255, 255);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin: 0;
}


.rating-stars {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.rating-stars .star {
  font-size: 32px;
  color: #4a5568;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  user-select: none;
}

@media (max-width: 1200px) {
  .rating-stars .star {
    font-size: 26px;
  }

  .rating-title h2 {
    font-size: 1.2em;
  }
}

.rating-stars .star::before {
  content: '★';
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background: #df5b5b;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0;
  transition: all 0.3s ease;
}

.rating-stars .star:hover {
  transform: scale(1.2) rotate(10deg);
}

.rating-stars .star.active::before {
  opacity: 1;
  transform: scale(1.1);
}


.rating-value {
  font-size: 1.5em;
  font-weight: 600;
  font-family: var(--font-semi-bold);
  background: linear-gradient(145deg, rgb(24, 26, 45, 0.85), rgb(24, 26, 45, 0.95));
  padding: 5px 5px;
  border-radius: 20px;
  display: inline-block;
  min-width: 100px;
  color: #FFFFFF;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
  box-shadow: inset 0 0 30px #4a5568;
  transition: all 0.3s ease;
  user-select: none;
}

.rating-hint {
  font-size: 1.1em;
  color: #6b7283;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

.rating-emoji-feedback {
  font-size: 2em;
  margin-bottom: 5px;
  opacity: 1;
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
  user-select: none;
}

.confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f6e05e;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 768px) {
  .rating-stars .star {
    font-size: 32px;
  }

  .rating-title h2 {
    font-size: 1.3em;
  }

  .rating-value {
    font-size: 1.4em;
  }

  .emoji-feedback {
    font-size: 1.2em;
  }
}


/* конец блока оценки */

/* блок рекомендаций друзьям */
.block-notify-users {
  position: absolute;
  bottom: 1%;
  right: 1%;
  width: 100%;
  z-index: 2;
  max-width: max-content;
}

.recomendation-friends {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  position: relative;
}

.recomendation-friends svg {
  background: linear-gradient(145deg, rgb(24, 26, 45, 0.85), rgb(24, 26, 45, 0.95));
  box-shadow: 0px 4px 6px rgba(8, 9, 17, 0.3), 0px 1px 3px rgba(8, 9, 17, 0.1);
  fill: #607FF2;
  padding: 10px 10px;
  border-radius: 12px;
}

.recomendation-friends span {
  font-size: 1.2em;
  font-weight: 400;
  font-family: var(--font-regular);
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: all .3s ease;
  background: linear-gradient(145deg, rgb(24, 26, 45, 0.85), rgb(24, 26, 45, 0.95));
  box-shadow: 0px 4px 6px rgba(8, 9, 17, 0.3), 0px 1px 3px rgba(8, 9, 17, 0.1);
  padding: 3px 8px;
  border-radius: 6px;
  position: absolute;
  top: -100%;
  left: -370%;
  white-space: nowrap;
}

@media (hover:hover) {
  .recomendation-friends:hover span {
    opacity: 1;
    transform: translateY(10px);
  }
}

/* конец блок рекомендаций */



/* блок ня)) */
.block-support-author {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
  border-radius: 6px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .block-support-author {
    display: none;
  }
}

.block-support-author>a {
  text-decoration: none;
  margin-bottom: 10px;
}

.block-support-author img {
  max-width: 100%;
  user-select: none;
}

.support__span {
  background-color: #ef6c6c;
  outline: none;
  border: 0;
  width: 100%;
  font-size: 1em;
  line-height: 30px;
  cursor: pointer;
  border-radius: 0px 0px 6px 6px;
}

.support__span span {
  font-size: 1em;
  font-weight: 400;
  font-family: var(--font-regular);
  color: rgba(255, 255, 255, 1);
}

.support_items {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}

.support_items a {
  background: linear-gradient(145deg, rgb(24, 26, 45, 0.35), rgb(24, 26, 45, 0.45));
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 6px rgba(8, 9, 17, 0.3), 0px 1px 3px rgba(8, 9, 17, 0.1);
  text-decoration: none;
  width: 100%;
  padding: 5px;
  line-height: 30px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  font-size: 1em;
  cursor: pointer;
  justify-content: center;
  border-radius: 6px;
}

.support_items a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(65, 90, 200, 0.2) 0%, rgba(65, 90, 200, 0) 70%);
  z-index: -1;
  border-radius: 12px;
  opacity: 0.7;
  pointer-events: none;
}

.support_items a:hover::before {
  opacity: 0.9;
  background: linear-gradient(135deg,
      rgba(65, 90, 200, 0.25) 0%,
      rgba(65, 90, 200, 0) 60%);
}



.support_items a span {
  font-size: 1em;
  font-weight: 400;
  font-family: var(--font-regular);
  color: rgba(255, 255, 255, 0.85);
}

.support_items a svg {
  fill: #607FF2;
}

/* конец блока ня */


/* блок по центру */

/* блок оценки аниме */

.article_top_ratings {
  display: block;
  margin-top: 20px;
}

.article_top_ratings__list_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  max-width: max-content;
}

.article_top_ratings__list_items .item_raiting {
  position: relative;
  width: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max-content;
  border-radius: 8px;
  background: linear-gradient(145deg, rgb(24, 26, 45, 0.35), rgb(24, 26, 45, 0.45));
  box-shadow: 0px 4px 6px rgba(8, 9, 17, 0.3), 0px 1px 3px rgba(8, 9, 17, 0.1);
  backdrop-filter: blur(10px);
  cursor: pointer;
}


.article_top_ratings__list_items .item_raiting::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(65, 90, 200, 0.2) 0%, rgba(65, 90, 200, 0) 70%);
  z-index: -1;
  border-radius: 12px;
  opacity: 0.7;
  pointer-events: none;
}


.article_top_ratings__list_items .item_raiting .title {
  padding: 10px 15px;
  transition: all .5s;
  transition-delay: 0.1s;
}

.article_top_ratings__list_items .item_raiting .title h3 {
  margin: 0;
  padding: 0;
  font-size: 0.95em;
  color: rgba(255, 255, 255, 1.0);
  font-weight: 500;
}

.article_top_ratings__list_items .item_raiting .title_hover {
  opacity: 0;
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all .3s ease;
}

.article_top_ratings__list_items .item_raiting .title_hover span {
  font-size: 1em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

.item_raiting:hover .title_hover {
  opacity: 1;
}



/* end блок оценки аниме */



/*скриншоты*/
.null-fullscreen {
  height: 185px;
  width: 100%;
  display: none;
}


.block_screen {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 35px;
}

.block_slaider {
  overflow: hidden;
  position: relative;
  user-select: none;
  cursor: pointer;
}


.block_screen .swiper-slide {
  width: 275px;
  height: 165px;
  flex-shrink: 1;
  border-radius: 12px;
  cursor: zoom-in;
  display: flex;
  flex-direction: row;
}

#text_up_trailet {
  font-size: 0.9em;
  font-weight: 400;
  font-family: var(--font-regular);
  color: rgba(255, 255, 255, 0.65);
  background-color: rgb(0, 0, 0);
  padding: 2px 5px;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  left: 6px;
}

.block_screen .swiper-slide img {
  width: 275px;
  height: 165px;
  border-radius: 12px;
}

.block_screen .swiper-slide img[data-video-url] {
  object-fit: cover;
}

/*при фулл скрине*/
.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  min-height: 100%;
}

/* ошибка загрузки скриншотов */
.error_screens_load {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  padding: 15px 50px;
  width: 100%;
}

.error_screens_load .error-icon {
  background-color: rgba(239, 68, 68, 0.2);
  font-size: 2em;
  padding: 5px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error_screens_load .error-icon svg {
  fill: #bd575b;
}

.error_screens_load h2 {
  font-size: 1.3em;
  font-weight: 500;
  color: rgb(252, 165, 165);
  margin: 0;
  padding: 0;
}

.error_screens_load h3 {
  font-size: 1.1em;
  font-weight: 400;
  color: rgb(209, 213, 219);
  margin: 0;
  padding: 0;
}
.error_screens_load h3 a {
  color: rgb(147, 197, 253);
}
.error_screens_load .error-code {
  color: #fe787d;
  font-size: 1em;
  font-weight: 400;
  width: max-content;
}

/* end ошибка загрузки скриншотов */










.fullscreen .block_slaider .swiper-slide {
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}

@media (min-width: 1200px) {

  .fullscreen .block_slaider .swiper-slide img,
  .fullscreen .block_slaider .swiper-slide iframe {
    width: 100%;
    height: fit-content;
    max-width: 1280px;
    max-height: 720px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {

  .fullscreen .block_slaider .swiper-slide img,
  .fullscreen .block_slaider .swiper-slide iframe {
    width: 100%;
    height: fit-content;
  }
}

@media (max-width: 768px) {

  .fullscreen .block_slaider .swiper-slide img,
  .fullscreen .block_slaider .swiper-slide iframe {
    min-width: 100%;
    min-height: 35%;
    max-width: 100%;
    max-height: 35%;
  }
}

.fullscreen .block_slaider .swiper-slide iframe {
  height: 100%;
  border-radius: 12px;
}




/*Хронология*/
.history-anime {
  margin-bottom: 35px;
  max-width: 100%;
}

.history-anime>.title {
  padding: 8px 15px;
  border-radius: 8px 8px 0px 0px;
  margin-bottom: 3px;
}

.history-anime .title h2 {
  color: #6b7283;
  font-weight: 400;
  font-size: 1.3em;
  padding: 0;
  margin: 0;
}

.list-history-anime {
  display: flex;
  flex-direction: column;
  max-height: 350px;
  overflow-y: auto;
  padding: 0px 15px;
  overscroll-behavior: contain;
}


.list-history-anime::-webkit-scrollbar-track {
  background-color: rgb(50, 57, 71);
  border-radius: 10px;
}

.list-history-anime::-webkit-scrollbar {
  width: 0.3rem
}

.list-history-anime::-webkit-scrollbar-thumb {
  background-color: #d3bc8e;
  border-radius: 20px;
  border: 3px solid #d3bc8e;
}


.list-history-anime .item {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  min-height: 85px;
  max-height: 85px;
  border-radius: 12px;
  margin-top: 8px;
  transition: all .3s;
}

@media (hover:hover) {
  .list-history-anime .item:hover {
    /* background: linear-gradient(145deg, rgb(24, 26, 45, 0.35), rgb(24, 26, 45, 0.45));
    box-shadow: 0px 4px 6px rgba(8, 9, 17, 0.3), 0px 1px 3px rgba(8, 9, 17, 0.1); */

    background: linear-gradient(145deg, rgb(24, 26, 45, 0.35), rgb(24, 26, 45, 0.45));
    backdrop-filter: blur(10px);
    box-shadow: 0px 4px 6px rgba(8, 9, 17, 0.3), 0px 1px 3px rgba(8, 9, 17, 0.1);

    transform: translateX(+10px);
  }

  .list-history-anime .item:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(65, 90, 200, 0.2) 0%, rgba(65, 90, 200, 0) 70%);
    z-index: -1;
    border-radius: 12px;
    opacity: 0.7;
    pointer-events: none;
  }


  .list-history-anime .item:hover .item-column h3 {
    color: rgba(255, 255, 255, 0.95);
  }
}



.list-history-anime .item small {
  position: absolute;
  top: -10px;
  left: -5px;
  font-size: 1em;
  font-weight: 500;
  background: rgba(245, 84, 89, 1);
  color: rgba(255, 255, 255, 0.85);
  padding: 3px 10px;
  border-radius: 8px;
  z-index: 4;
  user-select: none;
}



.list-history-anime .item .item_img_blur {
  width: 65px;
  height: 85px;
  min-width: 65px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.list-history-anime .item .item_img_blur::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(12px);
  z-index: 1;
}

.list-history-anime .item .item_img_blur img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.item-column {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  overflow: hidden;
}

.item-column h3,
.item-column h4 {
  margin: 0;
  padding: 3px 0px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.item-column h3 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-family: var(--font-semi-bold);
  font-size: 1em;
}

.item-column h4 {
  color: #565a64;
  font-weight: 400;
  font-size: 1em;
}

.item-column-row {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.item-column-row #type-anime {
  color: #565a64;
  font-size: 0.95em;
  font-weight: 500;
}


/* end хронология */

/*content просмотра*/


.view_player {
  display: flex;
  flex-direction: column;
  z-index: 2;
  padding-top: 30px;
  margin-bottom: 25px;
}

.view_block_change_player {
  display: flex;
  justify-content: flex-end;
  padding: 0px 0px 5px 0px;
  position: relative;
  gap: 5px;
}

#select-player {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #1f223d;
  border-radius: 3px;
  padding: 5px;
  display: none;
  z-index: 2;
  color: rgba(255, 255, 255, 0.7);
}

#select-player.open {
  display: block;
}

#select-player div {
  padding: 5px;
  cursor: pointer;
  user-select: none;
}

#select-player div:hover {
  background-color: rgb(44 45 83);
  border-radius: 3px;
}

.view_block_change_player button {
  background-color: #1f223d;
  border: none;
  padding: 5px 10px;
  font-size: 0.95em;
  font-weight: 400;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  cursor: pointer;
}


.other_errors_player {
  display: none;
  text-align: center;
  color: #F58484;
  font-size: 1.5em;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
}

@media (min-width: 1200px) {
  .block-player {
    width: 100%;
    height: 500px;
  }

  .view_player {
    width: 100%;
    min-height: 500px;
  }

  .block_view {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .block-player {
    width: 100%;
    height: 500px;
  }

  .view_player {
    width: 100%;
    min-height: 500px;
  }
}

@media (max-width: 768px) {
  .block-player {
    width: 100%;
    height: 320px;
  }

  .view_player {
    width: 100%;
    min-height: 320px;
  }
}

.block-player {
  border-radius: 12px;
  overflow: hidden;
  background-color: rgba(35, 36, 63, 0.35);
  user-select: none;
  position: relative;
}



#kodik-player, #alloha-player {
  width: 100%;
  height: 100%;
  z-index: 1;
}



.view_player .title {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 5px 8px 0px 8px;
}

.view_player .title h1 {
  margin: 0;
  font-size: 1.3em;
  font-weight: 400;
  font-family: var(--font-regular);
  color: #6b7283;
  padding: 3px 5px;
}


.subtitle-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subtitle-view h2 {
  margin: 0;
  padding: 5px 8px;
  font-size: 1.2em;
  font-weight: 400;
  font-family: var(--font-regular);
  color: #6b7283;
  padding: 12px 8px;
}


/* история просмотра анмие */
.section_viewing_history_anime {
  display: flex;
  width: 100%;
  /* border-top: solid 1px #393e67; */
  padding-bottom: 15px;
}

.article_position_block {
  width: 100%;
  padding-bottom: 20px;
}

.history_view_anime_list {
  display: flex;
  flex-direction: column;
  position: relative;
}


.history_view_anime_list__title {
  padding: 5px 10px;
}

.history_view_anime_list__title button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 4px 25px;
  background-color: rgb(235, 96, 94);
  outline: 0;
  border: 0;
  border-radius: 5px;
  cursor: pointer;

}

.history_view_anime_list__title button span {
  font-size: 1.2em;
  font-weight: 400;
  font-family: var(--font-regular);
  color: #ffffff;
}

.history_view_anime_list__title button svg {
  fill: #ffffff;
  transition: all .3s;
}

.history_view_anime_list__content {
  flex-direction: column;
  position: relative;
  max-height: 0;
  overflow-y: auto;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}

.history_view_anime_list__content.active {
  max-height: 220px;
  overflow-y: auto;
  opacity: 1;
}

.history_view_anime_list__content::-webkit-scrollbar {
  width: 6px;
}

.history_view_anime_list__content::-webkit-scrollbar-track {
  background-color: transparent;
}

.history_view_anime_list__content::-webkit-scrollbar-thumb {
  background-color: #d3bc8e;
  border-radius: 20px;
  border: 3px solid #d3bc8e;
}




.item-view-history-anime {
  padding: 5px 10px 5px 20px;
  display: flex;
  flex-direction: column;
  transition: all .3s;
}

.item-view-history-anime:nth-child(even) {
  background: rgba(12, 13, 24, 0.65);
}


.history-item__text h3 {
  font-size: 1.15em;
  font-weight: 400;
  color: #6b7283;
  margin: 0;
  padding: 0;
}

.history-item__text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.history-item__details {
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.75);
}

.history-item__time {
  font-size: 1em;
  color: #6b7283;
  margin-bottom: 4px;
}

#NotUserHistoryViewAnime {
  font-size: 1.15em;
  font-weight: 400;
  color: #6b7283;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* end история просмотра анмие */

/* РЕКЛАМА */
.section_a-d-b {
  display: flex !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 0px 0px 30px 0px !important;
  border-radius: 12px !important;
}

.section_aniumi {
  display: flex !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 0px 0px 30px 0px !important;
  border-radius: 12px !important;
  background: rgba(35, 36, 63, 0.35) !important;
  align-items: center !important;
  justify-content: center !important;
}

.section_aniumi .block-message {
  padding: 20px;
  color: #fff;
  text-align: center;
  width: 100%;
}

.section_aniumi .block-message a {
  color: #607FF2 !important;
  text-decoration: none !important;
}

.section_aniumi .block-message a:hover {
  text-decoration: underline !important;
}

/* END РЕКЛАМА */



/* CHARACTERS */
.Section_main_anime_character {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
  padding: 10px 0px;
  position: relative;
  border-top: solid 1px #393e67;
}

@media (max-width: 768px) {
  .Section_main_anime_character {
    padding: 10px 0px;
  }
}

.Section_main_anime_character>.title {
  padding: 5px 0px;
}

.Section_main_anime_character>.title h2 {
  color: #6b7283;
  font-weight: 400;
  font-family: var(--font-semi-bold);
  font-size: 1.3em;
  padding: 0;
  margin: 0 0 0.4rem 0;
}

.Content_list_characters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px 0px;
}


.Content_list_characters #item-character {
  width: 160px;
  max-width: 160px;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: none;
}

.item-character__character {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  height: 100%;
}


.item-character__character img {
  width: 125px;
  max-width: 125px;
  border-radius: 8px;
  pointer-events: none;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .Content_list_characters #item-character {
    width: 120px;
    max-width: 120px;
  }

  .item-character__character img {
    width: 85px;
    max-width: 85px;
  }

  .item-character__character span {
    font-size: 0.81em !important;
  }
}


.item-character__character:hover {
  transform: translateY(-3px);
}


.item-character__character span {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
  font-family: var(--font-semi-bold);
  font-size: 0.98em;
  word-break: break-all;
  text-align: center;
  transition: all .3s;
}



/* END CHARACTERS */

/* LIST ANIME USERS */


.Section_main_anime_list {
  display: flex;
  flex-direction: column;
  padding: 10px 0px;
  position: relative;
  border-top: solid 1px #393e67;
}

@media (max-width: 768px) {
  .Section_main_anime_list {
    padding: 10px 0px;
  }
}

.Loader_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 22, 39, 0.65);
  z-index: 1;
}


.Loader_content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: gradient-animation_2 1.2s infinite alternate ease;
}

@keyframes gradient-animation_2 {
  0% {
    background-color: rgba(20, 22, 39, 0.9);
  }

  100% {
    background-color: rgba(20, 22, 39, 0.65);
  }
}

.Content_anime_list {
  display: flex;
  flex-direction: column;
}

.Content_anime_list>.title {
  padding: 5px;
}

.Content_anime_list>.title h4 {
  color: #6b7283;
  font-weight: 400;
  font-size: 1.3em;
  padding: 0;
  margin: 0 0 0.4rem 0;
}

.num_content_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 0px;
  margin-bottom: 10px;
  user-select: none;
}

@media (max-width: 768px) {
  .num_content_list {
    justify-content: space-evenly;
    gap: 10px 5px;
  }

  .num_content_list .item {
    font-size: 0.95em;
  }
}


.num_content_list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.num_content_list .item span {
  font-size: 0.9em;
  font-weight: 400;
  font-family: var(--font-regular);
  border-radius: 12px;
  padding: 3px 4px;
  color: rgba(255, 255, 255, 1);
}

.num_content_list .item h3 {
  font-size: 1.4em;
  margin: 0;
  padding: 3px 0px;
}

.num_content_list .item small {
  font-size: 1em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
}

#List_FT_0 {
  color: #6b7283;
}

#List_FT_1 {
  color: rgb(84, 153, 93);
}

#List_FT_2 {
  color: rgb(155, 105, 185);
}

#List_FT_3 {
  color: rgb(70, 100, 160);
}

#List_FT_4 {
  color: rgb(255, 178, 76);
}

#List_FT_5 {
  color: rgb(235, 96, 94);
}

.section_anime_list_user {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.tile {
  height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #4CAF50;
  color: white;
  position: relative;
  cursor: pointer;
  transition: all .3s;
  min-width: 10px
}


#List_BG_1 {
  background-color: rgb(84, 153, 93);
}

#List_BG_2 {
  background-color: rgb(155, 105, 185);
}

#List_BG_3 {
  background-color: rgb(70, 100, 160);
}

#List_BG_4 {
  background-color: rgb(255, 178, 76);
}

#List_BG_5 {
  background-color: rgb(235, 96, 94);
}



.tile:hover#List_BG_1 {
  box-shadow: 0 4px 15px rgb(84, 153, 93);
}

.tile:hover#List_BG_2 {
  box-shadow: 0 4px 15px rgb(155, 105, 185);
}

.tile:hover#List_BG_3 {
  box-shadow: 0 4px 15px rgba(70, 100, 160);
}

.tile:hover#List_BG_4 {
  box-shadow: 0 4px 15px rgb(255, 178, 76);
}

.tile:hover#List_BG_5 {
  box-shadow: 0 4px 15px rgb(235, 96, 94);
}

.tile:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.tile:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.tooltip {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 1);
  padding: 5px;
  border-radius: 5px;
  display: none;
  font-size: 14px;
}

.tile:hover .tooltip {
  display: block;
}

/*end LIST ANIME USERS */


/* коментарии к аниме разработка */
.main_section {
  width: 100%;
  height: auto;
  min-height: 400px;
  background-color: rgb(8, 9, 17);
  padding-bottom: 400px;
}

.section_block_comment {
  margin: 80px auto 0 auto;
  min-height: 150px;
}

@media (min-width: 1200px) {
  .section_block_comment {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
  }

  .section_block_one {
    max-width: 280px;
    width: 100%;
  }

  .section_block_two {
    max-width: 900px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section_block_comment {
    display: flex;
    flex-direction: row;
    max-width: 1100px;
  }
}

@media (max-width: 768px) {
  .section_block_comment {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    align-items: center;
  }
}


.section_block_two {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 35px 0px 75px 0px;
  min-height: 250px;
}

.comment_content_1 {
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
}

.comment_content_block {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.2rem;
  height: 35px;
}

.text-title-content {
  padding: 5px 15px;
}

.text-title-content span {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  font-family: var(--font-semi-bold);
  font-size: 1.25em;
  padding: 0;
  margin: 0;
}


.inputChatBlock {
  border-radius: 12px;
  cursor: text;
  background: linear-gradient(145deg, rgb(24, 26, 45, 0.35), rgb(24, 26, 45, 0.45));
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 6px rgba(8, 9, 17, 0.3), 0px 1px 3px rgba(8, 9, 17, 0.1);
  padding: 5px;
}

.inputChatBlock::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(65, 90, 200, 0.2) 0%, rgba(65, 90, 200, 0) 70%);
  z-index: -1;
  border-radius: 12px;
  opacity: 0.7;
  pointer-events: none;
}




.inputChatBlockHeight {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 15px 10px;
  position: relative;
}

@media (max-width: 768px) {
  .inputChatBlockHeight {
    flex-direction: column;
    gap: 5px;
  }
}



.ChatCharacter {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}


.ChatCharacter_down {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}


.ChatCharacter_down #character-count {
  font-size: 1em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  user-select: none;
}


.ChatCharacter_down button {
  margin: 0;
  border: 0;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 1em;
  background-color: #607FF2;
  color: #FFFFFF;
  border: 0;
  outline: none;
  transition: all .3s;
}

.ChatCharacter_down button:hover {
  background-color: #8060f2;
}



.inputChatBlockHeight textarea {
  width: 100%;
  min-height: 60px;
  max-height: 138px;
  box-sizing: border-box;
  border-radius: 8px;
  outline: 0;
  border: 0;
  padding: 10px 15px;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-family: var(--font-regular);
  resize: none;
  background-color: transparent;
}





.inputChatBlockHeight textarea::placeholder {
  color: rgba(163, 170, 189, 0.85);
}

.inputChatBlockHeight textarea::-webkit-scrollbar {
  width: 0.0rem;
}



/* коментарии сами */
.comment_content_2 {
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
}

.blockListComments {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}



/* блок когда отвечают на коменнтарий */

/* если комментарьев нет */
.block-not-write-comments {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
}

.block-not-write-comments .block-not-write-comments__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-not-write-comments .block-not-write-comments__content svg {
  fill: #4b5563;
}

.block-not-write-comments .block-not-write-comments__content h2 {
  font-size: 1.8em;
  font-family: var(--font-regular);
  color: #6b7283;
  margin: 0;
  padding: 0;
  text-align: center;
}

.block-not-write-comments .block-not-write-comments__content p {
  font-size: 1.3em;
  font-family: var(--font-regular);
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  padding: 0;
}

/* end если комментарьев нет */


.block-comment-spisok {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-left: 35px;
  padding-left: 20px; /* Отступ для линии */
}

.block-comment-spisok::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 2px; /* Толщина линии */
  background-color: rgba(255, 255, 255, 0.15); /* Цвет линии */
  border-radius: 2px;
}

/* .block-comment-spisok:first-child::before {
  top: 40px;
}

.block-comment-spisok:last-child::before {
  bottom: calc(100% - 40px);
} */


.view-under-commnets {
  display: flex;
  flex-direction: row;
  padding: 5px 10px;
}

.view-under-commnets button {
  font-size: 1.1em;
  font-weight: 400;
  color: #FFFFFF;
  outline: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

@media (hover:hover) {
  .view-under-commnets button:hover {
    color: #607FF2;
  }
}

.block-comment-spisok.hidden {
  height: 0;
  overflow: hidden;
}


.block-comment-spisok .hidden-open-list-comment {
  display: none;
}

.hidden-open-list-comment {
  width: 35px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.prew-line-comment {
  height: 100%;
  width: 0.1rem;
  background-color: #1A224D;
  margin: 0 0 20px 0px;
}

/* стандартный коментарий */
.default-comment {
  background: linear-gradient(145deg, rgb(24, 26, 45, 0.15), rgb(24, 26, 45, 0.25));
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 6px rgba(8, 9, 17, 0.3), 0px 1px 3px rgba(8, 9, 17, 0.1);
  min-height: 85px;
  padding: 10px 15px;
  margin: 15px 0px 0px 10px;
  border-radius: 12px;
  max-width: 90%;
  display: flex;
  flex-direction: column;
}


.default-comment::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(65, 90, 200, 0.1) 0%, rgba(65, 90, 200, 0) 70%);
  z-index: -1;
  border-radius: 12px;
  opacity: 0.7;
  pointer-events: none;
}



/* аватар имя */
.default-comment-name {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  max-width: 100%;
  align-items: center;
}

.default-comment-name-avatar-maska {
  display: inline-block;
  position: relative;
}

#name-avatar-user {
  border-radius: 100%;
}

#name-maska-user {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform: scale(1.35);
}

.name-nickname-user {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  max-width: 100%;
  overflow: hidden;
}

.name-nickname-user-a {
  display: flex;
  text-decoration: none;
  width: max-content;
  overflow: hidden;
  max-width: 100%;
}

.name-nickname-user-a span {
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  text-overflow: ellipsis;
  overflow: hidden;
}

.donate-comment {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.donate-comment a {
  text-decoration: none;
  font-size: 1em;
  padding: 2px 3px;
  border-radius: 4px;
}

.donate-comment #donate_Sakura {
  color: #ef6c6c;
  background-color: rgba(239, 108, 108, 0.15);
}

.donate-comment #donate_Kawaii {
  color: #607FF2;
  background-color: rgba(96, 127, 242, 0.15);
}

.donate-comment #donate_Senpai {
  color: #42c697;
  background-color: rgba(66, 198, 151, 0.15);
}



.data-time-comment {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background-color: rgba(8, 9, 17, 0.35);
  border-radius: 5px;
  margin-left: 0.4rem;
  max-width: fit-content;
  height: max-content;
}

.data-time-comment span {
  font-size: 0.93em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
}


/* текст */
.default-comment-text p {
  font-size: 1em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
  margin: 0;
  padding: 15px 5px;
}

.default-comment-text span {
  font-size: 1em;
  font-weight: 500;
  color: rgb(255, 142, 142);
}

/* кнопки функции */
.default-comment-function {
  display: flex;
  flex-direction: row;
}

.pack-functions > button {
  font-size: 1em;
  font-weight: 400;
  color: #FFFFFF;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}

.pack-functions > button a {
  font-size: 1em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

@media (hover:hover) {
  .pack-functions > button:hover {
    color: #607FF2;
  }
}

/*ETC functions*/




/*куки*/
.popur {
  position: fixed;
  bottom: 40px;
  left: 40px;
  background: #10111c;
  z-index: 99999;
  color: rgba(255, 255, 255, 1.0);
  font-size: 1.1em;
  padding: 5px 15px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  max-width: 400px;
  align-items: center;
  box-shadow: -2px 5px 21px 15px rgba(0, 0, 0, 1);
  -webkit-box-shadow: -2px 5px 21px 15px rgba(0, 0, 0, 1);
}

.popur svg {
  fill: #E6CEA0;
}

.popur_2 {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.popur span {
  padding: 3px 4px;
  font-weight: 400;
}

.popur .button-popur {
  color: rgba(255, 255, 255, 0.85);
  border: solid 1px rgba(125, 136, 255, 0.25);
  padding: 3px 12px;
  border-radius: 6px;
  font-size: 1.1em;
  font-weight: 400;
  background: transparent;
  cursor: pointer;
  width: 140px;
  display: flex;
  justify-content: center;
}

.popur .button-popur:hover {
  border: solid 1px rgba(125, 136, 255, 0.35);
  background-color: rgba(125, 136, 255, 0.15);
}

@media (max-width: 768px) {
  .popur {
    max-width: clamp(320px, 420px, 768px);
    left: 5px;
    bottom: 15px;
  }

  .popur .button-popur {
    line-height: 35px;
    width: 180px;
  }
}

/*ЭФФЕКТ АНМИАЦИИ*/
.effect_animations {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 9999;
}

.column_effects {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.effect_animations .column_effects h2 {
  font-size: 1em;
  font-weight: 400;
  background: rgba(245, 84, 89, 0.35);
  padding: 10px 15px;
  border-radius: 12px;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}


/* fotter */
.background_footer {
  margin: 0 auto !important;
}