/*загрузка*/
.code-loader {
  color: #fff;
  font-family: Consolas, Menlo, Monaco, monospace;
  font-weight: bold;
  font-size: 100px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  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;
  }
}

/*конец загрузка*/




.container_block_main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* блок фона заднего */
.profile_background {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
  user-select: none;
  z-index: -1;
}

@media (max-width: 768px) {
  .profile_background img {
    width: 100%;
    height: auto;
    display: flex;
    padding: 5px 5px 0px 5px;
    border-radius: 12px;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .profile_background img {
    display: none;
  }

  .position_fon {
    height: 450px;
  }
}

.position_fon {
  overflow: hidden;
  max-height: 450px;
  width: 100%;
  z-index: 1;
  position: relative;
}

.background_movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: .85;
  object-fit: cover;
}

.background_movie source {
  height: 100%;
  object-fit: cover;
}

/* end блок фона заднего */

/* линиия навигации профиля */


.app-main-block {
  display: flex;
  flex-direction: column;
  padding-bottom: 150px;
  /* background: 
    radial-gradient(farthest-side at bottom right, rgba(233, 154, 227, 0.6), transparent),
    radial-gradient(farthest-corner at bottom left, rgba(60, 53, 172, 0.8), transparent);
  background-color: rgba(142, 112, 233, 0.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  height: 100%;
  width: 100%;
}


/* ПК версия */
.profile_set_line_block {
  display: flex;
  flex-direction: row;
  background-color: rgba(16, 20, 36, 0.55);
  height: 75px;
  z-index: 2;
  flex-shrink: 1;
  padding: 0px 30px;
  user-select: none;
}

.profile_line_main {
  display: flex;
  flex-direction: row;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.profile_line_1 {
  width: 125px;
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: flex-end;
}

.profile_line_1 #avatar {
  border-radius: 100%;
  width: 125px;
  height: 125px;
}

.profile_line_1 #maska {
  position: absolute;
  transform: scale(1.35);
  width: 125px;
  height: 125px;
}

.profile_line_2 {
  display: flex;
  flex-direction: column;
  transform: translateY(-75px);
  height: 150px;
  margin-left: 20px;
  max-width: calc(1300px - 130px);
  width: 100%;
}

.line_2_info_1 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  height: 75px;
  align-items: flex-end;
}

.max-nickanme_id {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  flex-direction: row;
  padding: 3px 12px;
  border-radius: 6px 6px 0px 0px;
  background-color: rgba(16, 20, 36, 0.55);
}

.max-nickanme_id h1 {
  font-size: 1.3em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

.max-nickanme_id small {
  font-size: 1em;
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
}

.profile_data_info {
  max-width: max-content;
  white-space: nowrap;
  padding: 5px 12px;
  border-radius: 6px 6px 0px 0px;
  background-color: rgba(16, 20, 36, 0.55);
  margin-left: 5px;
}

.profile_data_info h2 {
  font-size: 1.1em;
  font-weight: 500;
  margin: 0;
}

.profile_data_info h2 a {
  text-decoration: none;
}

.profile_data_info #donate_Sakura a {
  color: #ef6c6c;
}

.profile_data_info #donate_Kawaii a {
  color: #607FF2;
}

.profile_data_info #donate_Senpai a {
  color: #42c697;
}

.profile_data_info #donate_not a {
  color: rgba(255, 255, 255, 0.65);
}

.profile_data_info #blocked_user {
  color: #ef6c6c;
}

.line_2_info_2 {
  display: flex;
  flex-direction: row;
  height: 75px;
}

.user-data-info_2 {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.account-basic-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  user-select: none;
}

.account-basic-item-num {
  font-weight: 600;
  font-size: 1.3em;
  color: #FFFFFF;
  margin: 0 .3rem;
}

.account-basic-item-name {
  color: #FFFFFF73;
  margin: 0 .3rem;
  font-size: 1em;
}

.account-basic-item-slash {
  margin: 0 .5rem;
  color: rgba(20, 22, 39, 0.65);
  font-size: 1.4em;
}


/* Мобильная версия */

@media (max-width: 768px) {
  .profile_set_line_block {
    display: none;
  }

  .profile_set_line_block_mobile {
    display: flex;
  }
}

@media (min-width: 768px) {
  .panel_profile_top_block {
    display: flex;
  }

  .profile_set_line_block_mobile {
    display: none;
  }
}

.profile_set_line_block_mobile {
  flex-direction: column;
  position: relative;
  user-select: none;
}

.profile_set_column_block_mobile {
  display: flex;
  flex-direction: column;
  background-color: rgba(16, 20, 36, 0.55);
  border-radius: 12px;
  max-width: 100%;
  margin: 5px;
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4)
}


.block_line_avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
}

.profile_avatar_mask {
  width: 125px;
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: flex-end;
}

.profile_avatar_mask #avatar {
  border-radius: 100%;
  width: 125px;
  height: 125px;
}

.profile_avatar_mask #maska {
  position: absolute;
  transform: scale(1.35);
  width: 125px;
  height: 125px;
}

.block_line_data {
  display: flex;
  flex-direction: column;
  margin: 70px auto 0 auto;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.user-data-info_1_mobile_b1,
.user-data-info_1_mobile_b2 {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: rgba(20, 22, 39, 0.35);
  padding: 5px 10px;
  margin: 0px 5px 2px 5px;
}

.user-data-info_1_mobile_b1 {
  border-radius: 8px 8px 0px 0px;
}

.user-data-info_1_mobile_b2 {
  border-radius: 0px 0px 8px 8px;
}



.user-data-info_1_mobile_1 {
  display: flex;
  flex-direction: row;
}

.user-data-info_1_mobile_1 h1 {
  font-size: 1.2em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

.user-data-info_1_mobile_1 small {
  font-size: 1em;
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
}

.user-data-info_1_mobile_2 h2 {
  font-size: 1.1em;
  font-weight: 500;
  margin: 0;
}

.user-data-info_1_mobile_2 h2 a {
  text-decoration: none;
}

.user-data-info_1_mobile_2 #donate_Sakura a {
  color: #ef6c6c;
}

.user-data-info_1_mobile_2 #donate_Kawaii a {
  color: #607FF2;
}

.user-data-info_1_mobile_2 #donate_Senpai a {
  color: #42c697;
}

.user-data-info_1_mobile_2 #donate_not a {
  color: rgba(255, 255, 255, 0.65);
}

.user-data-info_1_mobile_2 #blocked_user {
  color: #ef6c6c;
}

.user-data-info_2_mobile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1em;
  justify-content: space-around;
  padding: 10px 0px;
}

.account-basic-item_mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  line-height: 25px;
}

.account-basic-item_mobile .account-basic-item-num {
  font-weight: 600;
  font-size: 1.05em;
  color: #FFFFFF;
}

.account-basic-item_mobile .account-basic-item-name {
  color: #FFFFFF73;
  font-size: 1.0em;
}


/* end линиия навигации профиля */

/* сам контент ГЛАВНЫЙ */

@media (max-width: 768px) {
  .profile_blocks_sets {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .profile_blocks_sets {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 10px 15px;
    min-height: 100vh;
  }
}




/* блоки по центру */
.containers_modules_center {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px;
  box-sizing: border-box;
}

.containers_modules_right {
  padding: 5px;
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
  min-width: 350px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .containers_modules_right {
    max-width: 100%;
    min-width: auto;
  }
}




/* модуль нулевой блока друзья для user profile */
.module_content_0 {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  background-color: rgba(16, 20, 36, 0.55);
  border-radius: 12px;
  padding: 10px 15px;
  margin-bottom: 0.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4)
}

.module_list_user_friend {
  background-color: #0c0f1d;
  width: 100%;
  padding: 8px 6px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  box-sizing: border-box;
}

.item_user_add_item_1 {
  display: flex;
  align-items: center;
}

.item_user_add_item_1 svg {
  fill: #556DE5;
}

.item_user_add_item_2 {
  display: flex;
  align-items: center;
}



.reject-button_2,
.accept-button_2,
.cancel-button_2 {
  border-radius: 4px 0px 0px 4px;
  height: 35px;
  font-size: 1em;
  cursor: pointer;
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  gap: 0.2rem;
  border: none;
  align-items: center;
  background-color: transparent;
  margin-right: 0.3rem;
}

.reject-button_2:hover span,
.accept-button_2:hover span,
.cancel-button_2:hover span {
  color: rgba(255, 255, 255, 0.85);
}

.item_user_add_item_2 form {
  margin: 0;
}

.item_user_add_item_2 form button span {
  color: #556DE5;
  font-weight: 400;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

.item_user_add_item_2>span {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
  font-size: 1em;
  padding: 0;
  margin: 0;
}


/* модуль первый блока */

.module_content_1 {
  width: 100%;
  box-sizing: border-box;
  height: 45px;
  background-color: rgba(16, 20, 36, 0.55);
  border-radius: 12px 12px 0px 0px;
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4)
}

.module_content_1 .title {
  padding: 4px 5px;
}

.module_content_1 .title h1 {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

/* соц сети */
.social-data-account-list {
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
}

.social-data-account-item {
  display: block;
  cursor: pointer;
}

.social-data-account-item svg {
  border-radius: 6px;
}

.svg_social_1 {
  background-color: #0c4381;
  fill: #FFFFFF;
}

.svg_social_2 {
  background-color: #0088CC;
  fill: #FFFFFF;
}

.svg_social_3 {
  background-color: #010101;
  fill: #FFFFFF;
}

.svg_social_4 {
  background-color: #ffffff;
  fill: #0f0f0f;
}



/* модуль второго блока */
.module_content_2 {
  margin-top: 0.2rem;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  background-color: rgba(16, 20, 36, 0.55);
  border-radius: 0px 0px 12px 12px;
  padding: 10px 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4)
}


.module_content_2 .account-data-look {
  display: flex;
  flex-direction: column;
}

.module_content_2 .account-data-look .title-account {
  padding: 5px 5px 8px 5px;
  border-bottom: solid 1px rgba(20, 22, 39, 0.65);
  display: flex;
  flex-direction: row;
}

.title-account-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#online-user {
  color: rgba(60, 255, 180, 1);
  font-weight: 400;
  font-size: 1em;
  padding: 0;
  margin: 0px 0px 0px 0.3rem;
}

#offline-user {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
  font-size: 1em;
  padding: 0;
  margin: 0px 0px 0px 0.3rem;
}

/* online offline user */
#rank_admin_3 {
  color: rgb(255,132,166);
  letter-spacing: 1px;
}

#rank_admin_2 {
  color: rgb(156,180,240);
  letter-spacing: 1px;
}

#rank_admin_1 {
  color: rgb(243,186,113);
  letter-spacing: 1px;
}


/*user*/

/* admins + user */

.title-account-item-slash {
  margin: 0 1px;
  color: rgba(20, 22, 39, 0.65);
  font-size: 1.4em;
  font-weight: 600;
}

.title-account-item h2 {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-size: 1.075em;
  padding: 0;
  margin: 0;
}

.module_content_2 .account-data-look > h2 {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
  font-size: 1em;
  padding: 0px 0px 0px 0.3rem;
  margin: 0.4rem 0px 0px 0px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
  border-left: solid 0.3rem rgba(20, 22, 39, 0.65);
}
.module_content_2 .account-data-look > h2#blocked_user {
  color: #ef6c6c;
}


/* модуль 3 блока */
.module_content_3 {
  margin-top: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  min-height: 45px;
  background-color: rgba(16, 20, 36, 0.55);
  border-radius: 12px 12px 0px 0px;
  padding: 5px 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4)
}


.module_content_3 .title-block-navigation {
  padding: 4px 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) {
  .module_content_3 .title-block-navigation {
    gap: 8px;
  }
}


.title-block-navigation-item button.selected span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  background-color: #556DE5;
}

.title-block-navigation-item button.selected {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  padding-bottom: 8px;
}


.title-block-navigation-item button {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
  font-size: 1.1em;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}


/* модуль 4 блока */
.module_content_4 {
  margin-top: 0.2rem;
  width: 100%;
  box-sizing: border-box;
  min-height: 250px;
  height: auto;
  background-color: rgba(16, 20, 36, 0.55);
  border-radius: 0px 0px 12px 12px;
  padding: 10px 15px 30px 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4)
}

/* временно */
.module_content_4 span {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
  font-size: 1.075em;
  padding: 0;
  margin: 0;
}


.menu_module_room_1,
.menu_module_room_2,
.menu_module_room_3 {
  display: none;
}

#not-found-content {
  font-size: 1.1em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

/* Активность */

.menu_module_room_1 {
  flex-direction: column;
}


.menu_module_list_activity {
  padding: 15px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

@media (min-width: 768px) {
  .item__image img {
    width: 245px;
  }

  .menu_module_list_activity .item {
    width: 245px;
  }
}

@media (max-width: 768px) {
  .item__image img {
    width: 100%;
  }

  .menu_module_list_activity .item {
    width: 100%;
  }
}

.menu_module_list_activity .item {
  height: auto;
  margin: 0px 10px 10px;
  text-decoration: none;
}

.item__image {
  max-width: inherit;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.35);
  user-select: none;
}

.item__image img {
  height: 125px;
  object-fit: cover;
  filter: blur(1px) opacity(35%) brightness(0.35);
}

.item__image__info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.item__image__info span {
  font-size: 2em;
  font-weight: 500;
  color: #ef6c6c;
  white-space: nowrap;
}

.item__image__info small {
  font-size: 1.3em;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
}

.item__column_content {
  display: flex;
  flex-direction: column;
}

.item__column_content h2 {
  font-size: 1.1em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}





/* коллекции папки */

.menu_module_room_2 {
  flex-direction: column;
}

.menu_module_list_collection {
  padding: 15px 0px 10px 0px;
}


/*PC*/
@media (min-width: 1200px) {
  .menu_module_list_collection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 15px;
    margin-right: 15px;
  }

  .menu_module_list_collection .item {
    max-width: 280px;
    padding: 0px 10px 15px 0px;
  }

  #img-original {
    height: auto;
    width: 100%;
    z-index: 1;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .width-images-load {
    max-width: 100%;
    max-height: 150px;
  }
}

/*BOOK*/
@media (min-width: 768px) and (max-width: 1200px) {
  .menu_module_list_collection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 15px;
    margin-right: 15px;
  }

  .menu_module_list_collection .item {
    max-width: 225px;
    padding: 0px 10px 15px 0px;
  }

  #img-original {
    height: auto;
    width: 100%;
    z-index: 1;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .width-images-load {
    max-width: 100%;
    max-height: 125px;
  }
}

/*PHONE*/
@media (max-width: 768px) {
  .menu_module_list_collection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 10px;
  }

  .menu_module_list_collection .item {
    flex-basis: 100%;
    max-width: 100%;
  }

  #img-original {
    height: auto;
    width: 100%;
    z-index: 1;
    max-height: 96px;
    display: block;
    object-fit: cover;
  }

  .width-images-load {
    max-width: 100%;
  }
}



.menu_module_list_collection .item {
  position: relative;
  box-sizing: border-box;
}

.menu_module_list_collection .item img:hover {
  transform: scale(1.15);
}

.menu_module_list_collection a {
  text-decoration: none;
}

.width-images-load {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
}

#img-original {
  border-radius: 12px;
  display: none;
  transition: all .3s;
  user-select: none;
}


.title-collect {
  width: auto;
  height: auto;
  padding: 0px 5px;
  width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.85);
}

.title-collect span {
  font-size: 0.85em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

.title-collect h3 {
  padding: 0;
  margin: 0;
  word-break: break-word;
  color: rgba(255, 255, 255, 1.0);
  font-weight: 400;
  font-size: 1em;

}



/* аниме списки user */

.menu_module_room_3 {
  flex-direction: column;
}

.menu_module_list_comments {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 10px 0px;
}

/* стандартный коментарий */
.default-comment {
  background-color: #131624;
  min-height: 85px;
  padding: 10px 15px;
  margin: 15px 0px 0px 10px;
  border-radius: 16px;
  max-width: 90%;
  display: flex;
  flex-direction: column;
}

/* аватар имя */
.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: 1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
}



.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;
}

.data-href-anime {
  display: block;
  align-items: center;
  padding: 3px 4px;
  margin-left: 0.2rem;
  max-width: fit-content;
}

.data-href-anime a {
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
  color: rgba(84, 153, 93, 0.85);
  white-space: nowrap;
}

.data-href-anime a:hover {
  color: rgba(84, 153, 93, 1);
}

/* текст */
.default-comment-text {
  width: clamp(0px, 160px, 792px);
  min-width: 100%;
}

.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;
}

.default-comment-text span {
  font-size: 1em;
  font-weight: 500;
  color: rgb(255, 142, 142);
}






.menu_module_room_4 {
  flex-direction: column;
}

.menu_module_title {
  padding: 8px 5px;
  border-bottom: solid 1px rgba(20, 22, 39, 0.65);
}

.menu_module_title h2 {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-size: 1.075em;
  padding: 0;
  margin: 0;
}

.menu_module_list_anime {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 8px 0px;
}

.menu_module_list_anime a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
  background-color: rgba(20, 22, 39, 0.35);
  border-radius: 0px 12px 12px 0px;
}

.menu_module_list_anime a:hover {
  background-color: rgba(20, 22, 39, 0.65);
}

.menu_module_list_anime #one-item-list-1 .stick {
  background-color: rgba(84, 153, 93, 1);
}

.menu_module_list_anime #one-item-list-2 .stick {
  background-color: rgba(70, 100, 160, 1);
}

.menu_module_list_anime #one-item-list-3 .stick {
  background-color: rgba(155, 105, 185, 1);
}

.menu_module_list_anime #one-item-list-4 .stick {
  background-color: rgba(255, 178, 76, 1);
}

.menu_module_list_anime #one-item-list-5 .stick {
  background-color: rgba(235, 96, 94, 1);
}

.menu_module_list_anime a .stick {
  height: 100%;
  width: 0.2em;
  user-select: none;
}

.menu_module_list_anime a h2 {
  font-size: 1em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  padding: 0;
  margin: 0;
  margin-left: 0.3rem;
}




/* ПРАВЫЙ КОНТЕНт */



/* достижения */

@media (max-width: 768px) {
  .side_section_achivements_mobile {
    display: flex;
  }

  .side_section_achivements {
    display: none;
  }
}

@media (min-width: 768px) {
  .side_section_achivements_mobile {
    display: none;
  }

  .side_section_achivements {
    display: flex;
  }
}



.side_section_achivements,
.side_section_achivements_mobile {
  box-sizing: border-box;
  background-color: rgba(16, 20, 36, 0.55);
  flex-direction: column;
  width: 100%;
  border-radius: 12px;
  margin: 0px auto 10px auto;
  padding: 5px 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4)
}


.side_section_achivements .title,
.side_section_achivements_mobile .title {
  padding: 8px 5px;
  border-bottom: solid 1px rgba(20, 22, 39, 0.65);
}

.side_section_achivements .title h1,
.side_section_achivements_mobile .title h1 {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

.block-achivements {
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: nowrap;
  align-items: center;
}

.block-achivements .item-img {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all .3s;
  user-select: none;
  position: relative;
}

.block-achivements .item-img img {
  border-radius: 12px;
  width: 56px;
  height: 56px;
}

.block-achivements .item-img:hover,
.block-achivements .item-rankingLevel:hover {
  transform: translateY(-2px) scale(1.05);
}

.block-achivements .item-img>span,
.block-achivements .item-rankingLevel>span {
  position: absolute;
  top: 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: 0.95em;
  white-space: nowrap;
}

.block-achivements .item-img:hover>span {
  display: block;
}

.block-achivements .item-rankingLevel {
  border-radius: 12px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  box-sizing: border-box;
}

.block-achivements .item-rankingLevel b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: rgba(255, 255, 255, 1);
  padding: 5px;
  border-radius: 5px;
  font-size: 1.2em;
  white-space: nowrap;
  text-shadow: 1px 1px #1a1a1a;

}

.block-achivements .item-rankingLevel:hover>span {
  display: block;
}


/* Базовые стили */
.item-rankingLevel {
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  border: solid 3px;
}

/* Уровни 1-10: */
.item-rankingLevel[id="watching_1"] {
  border-color: rgba(255, 255, 255, 0.65);
}
.item-rankingLevel[id="watching_2"] {
  border-color: rgba(255, 146, 149, 0.65);
}
.item-rankingLevel[id="watching_3"] {
  border-color: rgba(233, 154, 227, 0.65);
}
.item-rankingLevel[id="watching_4"] {
  border-color: rgba(60, 53, 172, 0.65);
}
.item-rankingLevel[id="watching_5"] {
  border-color: rgba(155, 255, 213, 0.65);
}
.item-rankingLevel[id="watching_6"] {
  border-color: rgba(246, 242, 13, 0.65);
}
.item-rankingLevel[id="watching_7"] {
  border-color: rgba(255, 75, 114, 0.65);
}
.item-rankingLevel[id="watching_8"] {
  border-color: rgba(255, 75, 195, 0.65);
}
.item-rankingLevel[id="watching_9"] {
  border-color: rgba(105, 255, 75, 0.65);
}
.item-rankingLevel[id="watching_10"] {
  border-color: rgba(78, 75, 255, 0.65);
}

/* Уровни 11-20: Добавление анимации */
.item-rankingLevel[id="watching_11"] {
  border-color: rgba(255, 175, 0, 0.65);
  background-color: rgba(255, 175, 0, 0.15);
}
.item-rankingLevel[id="watching_12"] {
  border-color: rgba(102, 255, 235, 0.65);
  background-color: rgba(102, 255, 235, 0.15);
}
.item-rankingLevel[id="watching_13"] {
  border-color: rgba(255, 0, 255, 0.65);
  background-color: rgba(255, 0, 255, 0.15);
}
.item-rankingLevel[id="watching_14"] {
  border-color: rgba(0, 255, 128, 0.65);
  background-color: rgba(0, 255, 128, 0.15);
}
.item-rankingLevel[id="watching_15"] {
  border-color: rgba(255, 255, 0, 0.65);
  background-color: rgba(255, 255, 0, 0.15);
}
.item-rankingLevel[id="watching_16"] {
  border-color: rgba(0, 128, 255, 0.65);
  background-color: rgba(0, 128, 255, 0.15);
}
.item-rankingLevel[id="watching_17"] {
  border-color: rgba(255, 0, 0, 0.65);
  background-color: rgba(255, 0, 0, 0.15);
}
.item-rankingLevel[id="watching_18"] {
  border-color: rgba(0, 255, 0, 0.65);
  background-color: rgba(0, 255, 0, 0.15);
}
.item-rankingLevel[id="watching_19"] {
  border-color: rgba(128, 0, 255, 0.65);
  background-color: rgba(128, 0, 255, 0.15);
}
.item-rankingLevel[id="watching_20"] {
  border-color: rgba(255, 128, 0, 0.65);
  background-color: rgba(255, 128, 0, 0.15);
}


/* бегающая линия макс уровень */
.item-rankingLevel[id="watching_infinity"] {
  display: grid;
  place-content: center;
  color: white;
  text-shadow: 0 1px 0 #000;
  
  --border-angle: 0turn;
  --main-bg: conic-gradient(
      from var(--border-angle),
      #213,
      #112 5%,
      #112 60%,
      #213 95%
    );
  
  border: solid 5px transparent;
  border-radius: 2em;
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, rgba(102, 255, 235, 0.65), rgba(0, 128, 255, 0.65) 99%, transparent);
  
  background: 
    var(--main-bg) padding-box,
    var(--gradient-border) border-box, 
    var(--main-bg) border-box;
  
  background-position: center center;

  animation: bg-spin 3s linear infinite;
}

@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}


/* end достижения */







.side_section_info_2 {
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(16, 20, 36, 0.55);
  border-radius: 18px;
  padding: 10px 15px;
  height: auto;
  overflow: hidden;
  margin-bottom: 0.3rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4)
}

.side_section_info_2 .title {
  padding: 8px 5px;
  border-bottom: solid 1px rgba(20, 22, 39, 0.65);
}

.side_section_info_2 .title h1 {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

.list-anime-data-static {
  display: flex;
  flex-direction: column;
  padding: 8px 0px;
  gap: 0.4rem;
}

.list-anime-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 8px;
  background-color: rgba(20, 22, 39, 0.35);
  border-radius: 6px;
  text-decoration: none;
}

.list-anime-item-row-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.list-anime-item-row-1 svg {
  margin-right: 0.3rem;
}

.cubic-1,
.cubic-2,
.cubic-3,
.cubic-4,
.cubic-5 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 0.3rem;
}

.cubic-1 {
  background-color: rgb(84, 153, 93);
}

.cubic-2 {
  background-color: rgb(60, 73, 139);
}

.cubic-3 {
  background-color: rgb(138, 72, 147);
}

.cubic-4 {
  background-color: rgb(201, 116, 19);
}

.cubic-5 {
  background-color: rgb(235, 96, 94);
}

.list-anime-item-row-1 h2 {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

.list-anime-item-row-2 {
  display: flex;
  align-items: center;
}

.list-anime-item-row-2 span {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-size: 1em;
  padding: 0;
  margin: 0;
}





/* второй блок */
.side_section_info_1 {
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(16, 20, 36, 0.55);
  border-radius: 18px;
  padding: 10px 15px;
  height: auto;
  max-height: 335px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4)
}

.side_section_info_1 .title {
  padding: 8px 5px;
  border-bottom: solid 1px rgba(20, 22, 39, 0.65);
}

.side_section_info_1 .title h1 {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-size: 1em;
  padding: 0;
  margin: 0;
}


/* друзья список их */
.object_elements {
  max-height: 90%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  overflow-y: scroll;
  padding: 0px 5px 0px 0px;
  user-select: none;
}

.object_elements::-webkit-scrollbar-track {
  background-color: rgb(50, 57, 71);
  border-radius: 10px;
}

.object_elements::-webkit-scrollbar {
  width: 0.3rem
}

.object_elements::-webkit-scrollbar-thumb {
  background-color: #d3bc8e;
  border-radius: 20px;
  border: 3px solid #d3bc8e;
}

.object_elements .other_friends {
  padding: 5px 6px;
  background-color: #191d31;
  outline: 0;
  border: 0;
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
  transition: all .3s;
}
.object_elements .other_friends:hover {
  background-color: #1b1e35;
}

.object_elements .other_friends span {
  font-size: 1.2em;
  font-weight: 500;
  color: #FFFFFF;
}



.object-user {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  border: solid 1px transparent;
  padding: 4px 6px;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
  align-items: center;
  background-color: rgba(20, 22, 39, 0.35);
  min-height: 46px;
  max-height: 46px;
}

/* аватар и никнейм */
.avatar-nickname-user {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}

.nickname-user {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 1rem;
  max-width: 100%;
  overflow: hidden;
}

.nickname-user-a {
  display: flex;
  text-decoration: none;
  width: max-content;
  overflow: hidden;
  max-width: 100%;
}

.nickname-user-a h3 {
  font-size: 0.95em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  text-overflow: ellipsis;
  overflow: hidden;
}

.avatar-user {
  display: inline-block;
  position: relative;
}

#avatar-user {
  border-radius: 100%;
  width: 32px;
  height: 32px;
}


/* конец друзей списка */