:root {
    /* Основные цвета фона */
    --background-primary: #171924;
    --background-secondary: #23242e;
    --background-tertiary: #1e1f28;
    --background-quaternary: #2d2f3c;

    /* Цвета текста */
    --text-primary: #ffffff;
    --text-secondary: #75798b;
    --text-tertiary: #64656b;

    /* Акцентные цвета */
    --accent-primary: #e84d18;
    --accent-secondary: #e85618;
    --accent-gradient: linear-gradient(to right, #e84a18, #e85618);
    --accent-gradient-alt: linear-gradient(to bottom left, #e84a18, #e85618);

    /* Границы */
    --border-primary: #2d2f3c;
    --border-secondary: #242630;
    --border-light: rgba(255, 255, 255, 0.1);

    /* Оверлеи и фоны */
    --overlay-light: rgba(255, 255, 255, 0.05);
    --overlay-medium: rgba(255, 255, 255, 0.1);
    --overlay-dark: rgba(0, 0, 0, 0.8);

    /* Специальные цвета */
    --success-color: rgb(82, 255, 0);
    --success-bg: rgba(82, 255, 0, 0.2);
    --discord-color: #5865f2;
    --discord-bg: rgba(88, 101, 242, 0.1);

    /* Тени */
    --shadow-primary: 0 0 10px 0 #4a4e60;

    /* Размытие */
    --blur-amount: 8px;

    /* другие переменные */
    --card-background: #171924;
    --reviews-background: #30303e;

    --banner-gradient: linear-gradient(to right, var(--background-secondary) 70%, transparent);
    --banner-overlay: #23242e;
}

[data-theme="light"] {
    /* Основные цвета фона */
    --background-primary: #ffffff;
    --background-secondary: #f5f5f5;
    --background-tertiary: #eaeaea;
    --background-quaternary: #e5e7eb;

    /* Цвета текста */
    --text-primary: #171924;
    --text-secondary: #4a4e60;
    --text-tertiary: #75798b;

    /* Границы */
    --border-primary: #e5e7eb;
    --border-secondary: #d1d5db;
    --border-light: rgba(0, 0, 0, 0.1);

    /* Оверлеи и фоны */
    --overlay-light: rgba(0, 0, 0, 0.05);
    --overlay-medium: rgba(0, 0, 0, 0.1);
    --overlay-dark: rgba(255, 255, 255, 0.8);

    /* Тени */
    --shadow-primary: 0 0 10px 0 rgba(0, 0, 0, 0.1);

    /* другие переменные */
    --card-background: #dedcdc;
    --reviews-background: #f0f0f5;


    .popup-close img,
    .banner-content-socs__item:hover img:first-child,
    .header-right-item-help__icon::before,
    .banner-content-socs__item img {
        filter: brightness(.1);
        -webkit-filter: brightness(.1);
    }
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Bold.eot");
  src: url("../fonts/WorkSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/WorkSans-Bold.woff2") format("woff2"),
    url("../fonts/WorkSans-Bold.woff") format("woff"),
    url("../fonts/WorkSans-Bold.ttf") format("truetype"),
    url("../fonts/WorkSans-Bold.svg#WorkSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff"),
    url("../fonts/Inter-Regular.ttf") format("truetype"),
    url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter-SemiBold.woff") format("woff"),
    url("../fonts/Inter-SemiBold.ttf") format("truetype"),
    url("../fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff"),
    url("../fonts/Inter-Bold.ttf") format("truetype"),
    url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input::-webkit-input-placeholder {
  -webkit-transition: 250ms ease all;
  transition: 250ms ease all;
}

input::-moz-placeholder {
  -moz-transition: 250ms ease all;
  transition: 250ms ease all;
}

input:-ms-input-placeholder {
  -ms-transition: 250ms ease all;
  transition: 250ms ease all;
}

input::-ms-input-placeholder {
  -ms-transition: 250ms ease all;
  transition: 250ms ease all;
}

input::placeholder {
  -webkit-transition: 250ms ease all;
  transition: 250ms ease all;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder {
  opacity: 0;
}

html,
body {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  overflow-y: hidden;
  transition: background-color 0.3s ease, color 0.3s ease;
  background: var(--background-primary);
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  border: 0;
}

:focus,
a:focus,
a:active :active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

img {
  display: block;
  vertical-align: top;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-big {
  max-width: 1920px;
  padding: 0 30px;
  margin: 0 auto;
  padding-right: 0;
}

.header-left__logo {
  font-family: "Work Sans";
  font-weight: 700;
  color: var(--text-primary);
  font-size: 24px;
}
.header-left__logo span {
  background: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#e84a18),
    to(#e85618)
  );
  background: linear-gradient(to bottom left, #e84a18, #e85618);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-right-item__server {
  background: linear-gradient(to right, #e84a18, #e85618);
  height: 100%;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  padding: 0 24px;
  color: #fff;
  display: flex;
  align-items: center;
  transition: 250ms ease all;
  justify-content: center;
}
.header-right-item__server:hover {
  filter: brightness(1.2);
}
.preview-slider-item--btn:hover {
  filter: brightness(1.2);
  transform: scale(1.1);
}
.owl-nav button:hover {
  transform: scale(1.1) translateY(-47%);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.header-right-item-server__icon,
.preview-slider-item--btn {
  transition: 250ms ease all;
}
.header-right-item__server:hover .header-right-item-server__icon {
  transform: rotate(90deg);
}
.header-right-item-server__icon {
  width: 20px;
  height: 20px;
  background: url(../img/header-btn-icon.svg) no-repeat center center;
  background-size: contain;
}
.header__left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 53px;
}

.header__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 87px;
}

.header-left__theme {
    width: 48px;
    height: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: var(--background-quaternary);
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
    transition: 250ms ease all;
}

.header-left__theme .header-left-theme__dark,
.header-left__theme .header-left-theme__light {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 6px;
    transition: 250ms ease all;
}

.header-left__theme .header-left-theme__dark {
    background: url(../img/moon.svg) no-repeat center center;
    background-size: contain;
    opacity: 1;
}

.header-left__theme .header-left-theme__light {
    background: url(../img/sun.svg) no-repeat center center;
    background-size: contain;
    opacity: 0;
}

[data-theme="light"] .header-left__theme {
    background: var(--accent-primary);
}

[data-theme="light"] .header-left__theme .header-left-theme__light {
    opacity: 1;
    right: 24px;
}

[data-theme="light"] .header-left__theme .header-left-theme__dark {
    opacity: 0;
    right: 24px;
}

.header-right__item {
    cursor: pointer;
}
.header__nav {
  height: 100%;
}
.header__nav ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  gap: 0;
}
.header__nav ul li {
  height: 100%;
  position: relative;
}

.header__nav ul li.header-right__item--username {
  position: relative;
}

/* Ограничение ширины dropdown в навигации - чтобы не заходил на соседние элементы */
.header__nav ul li.header-right__item--username {
  width: auto;
  max-width: fit-content;
  overflow: visible;
}

.header__nav ul li.header-right__item--username .header-right-item-username__dropdown {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  right: auto !important;
  left: 0 !important;
  box-sizing: border-box;
}
.header__nav ul li a,
.header-right__item {
  height: 100%;
  display: flex;
  justify-content: center;
  font-size: 16px;
  align-items: center;
  line-height: 1.5;
  color: var(--text-secondary);
  border-left: 1px solid var(--border-primary);
  transition: 250ms ease all;
  padding: 0 24px;
}
.header-right__item--username__top {
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 100%;
  line-height: 1.5;
}
.header-right__item--username {
  padding: 0;
  position: relative;
}
.header__nav ul li a:hover,
.header-right__item:hover {
    color: var(--text-primary);
    background: var(--background-secondary);
}
.header__left {
  height: 100%;
}
.header {
  border-bottom: 1px solid #2d2f3c;
  position: relative;
  z-index: 100;
}
.header__right {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__wrapper {
  justify-content: space-between;
}
.header-right-item-help__icon {
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
}
.header-right-item-help__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/help-icon.svg) no-repeat center center;
  background-size: contain;
  transition: 250ms ease all;
}
.header-right-item-help__icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/help-icon-hover.svg) no-repeat center center;
  background-size: contain;
  transition: 250ms ease all;
  opacity: 0;
}
.header-right__item:hover .header-right-item-help__icon::after {
  opacity: 0;
}
.header-right__item:hover .header-right-item-help__icon::before {
  opacity: 1;
}
.header-right__item--lang {
  padding: 0;
}
.header-right__item--lang:hover,
.header-right__item--username:hover {
  color: #75798b;
  background: unset;
}
.header-right-item__top:hover {
  color: var(--text-primary);
  background: var(--background-secondary);
}

.header-right__item {
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative;
}
.header-right-item__top {
  padding: 0 24px;
  transition: 250ms ease all;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.header-right__item:hover .header-right-item__top {
  color: var(--text-primary);
  background: var(--background-secondary);
}
.header-right-item-dropdown__item {
  transition: 250ms ease all;
}
.header-right-item-dropdown__item:hover {
  color: var(--text-primary);
  background: var(--background-secondary);
}
.header-right-item__dropdown {
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  opacity: 0;
  transition: 250ms ease all;
  visibility: hidden;
  top: calc(100% + 1px);
  border-left: 1px solid #2d2f3c;
  border-right: 1px solid #2d2f3c;
  z-index: 2;
  transform: translateY(-10px);
  backdrop-filter: blur(8px);
}

.header-right-item-username-d__item {
    display: flex;
    gap: 8px;
    position: relative;
    padding: 12px 18px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    color: var(--text-secondary);
    border-bottom: 1px solid #2d2f3c;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    overflow: visible;
    min-height: auto;
    text-align: center;
}
.header-right-item-username-d__item span {
    overflow: visible;
    text-overflow: clip;
    font-size: 15px;
    max-width: 100%;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
    line-height: 1.4;
    text-align: center;
}
.header-right-item-username-d__item:last-child {
  border-bottom: 0;
}
.header-right-item-username__dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  border-left: 1px solid #2d2f3c;
  border-right: 1px solid #2d2f3c;
  z-index: 101;
  transition: 250ms ease all;
  transform: translateY(-10px);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #2d2f3c;
  background: var(--background-secondary);
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

/* Специальное правило для dropdown в навигации - переопределяет базовые стили */
.header__nav .header-right-item-username__dropdown {
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  right: auto !important;
  left: 0 !important;
}

/* Дополнительное правило для элементов внутри dropdown в навигации */
.header__nav .header-right-item-username-d__item {
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  justify-content: center;
}
.header-right__item--username:hover .header-right-item-username__dropdown,
.header-right__item--username.active .header-right-item-username__dropdown {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

/* Исправление позиционирования дропдауна на десктопе */
@media (min-width: 993px) {
  .header-right-item-username__dropdown {
    left: 0;
    width: 100%;
  }

  /* Специальное правило для dropdown в навигации */
  .header__nav ul li.header-right__item--username {
    width: auto;
    max-width: fit-content;
    overflow: visible;
  }

  .header__nav ul li.header-right__item--username .header-right-item-username__dropdown {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    right: auto !important;
    left: 0 !important;
    box-sizing: border-box;
  }

  .header-right-item-username-d__item {
    padding: 12px 18px;
    justify-content: flex-start;
  }
}
.header-right__item--username-angle {
  transition: 250ms ease all;
}
.header-right__item--username:hover .header-right__item--username-angle,
.header-right__item--username.active .header-right__item--username-angle {
  transform: rotate(180deg);
}
.header-right__item:hover .header-right-item__dropdown {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
.header-right-item-dropdown__item {
  display: flex;
  gap: 10px;
  position: relative;
  padding: 27px 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #2d2f3c;
}
.header-right-item-dropdown__item a {
    color: var(--text-secondary);
}
.header-right__item--username-angle {
  width: 10px;
  height: 5px;
  position: relative;
  flex-shrink: 0;
  align-self: center;
}
.header-right__item--username-angle::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/angle-down.svg) no-repeat center center;
  background-size: contain;
  transition: 250ms ease all;
}
.header-right__item--username-angle::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/angle-down-active.svg) no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: 250ms ease all;
}
.header-right__item--username__top:hover
  .header-right__item--username-angle::after,
.header-right__item--username.active
  .header-right__item--username-angle::after {
  opacity: 0;
}
.header-right__item--username__top:hover
  .header-right__item--username-angle::before,
.header-right__item--username.active
  .header-right__item--username-angle::before {
  opacity: 1;
}
.header-right__item--username-name {
  transition: 250ms ease all;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.header-right-item-username-d__item {
  transition: 250ms ease all;
}
.header-right__item--username__top:hover,
.header-right__item--username.active .header-right__item--username__top,
.header-right-item-username-d__item:hover {
  color: var(--text-primary);
}
.container {
  max-width: 1460px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
}
.footer-top-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-top-left__list a {
  color: #75798b;
  font-size: 16px;
  line-height: 24px;
  transition: 250ms ease all;
}
.footer-top-left__list a:hover {
  color: var(--text-primary);
}
.footer-top-left__list {
  gap: 32px;
}
.footer-top-left__help {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #75798b;
  transition: 250ms ease all;
  font-size: 16px;
}
.footer-top-left__help:hover .header-right-item-help__icon::after {
  opacity: 0;
}
.footer-top-left__help:hover {
  color: var(--text-secondary);
}
.footer-top-left__help:hover .header-right-item-help__icon::before {
  opacity: 1;
}
.footer__top {
  padding: 32px 0;
  border-bottom: 1px solid var(--border-secondary);
  margin-bottom: 24px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom__copyrights {
  color: #64656b;
  font-size: 16px;
}
.footer-right__logo img {
  transition: 250ms ease all;
}
.footer-bottom-developed {
  align-items: center;
  gap: 16px;
  font-size: 16px;
  transition: 250ms ease all;
  color: #64656b;
}
.footer-right__logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.footer-right__logo {
  position: relative;
}
.footer-bottom-developed:hover {
  color: var(--text-primary);
}
.footer-bottom-developed:hover img:first-child {
  opacity: 0;
}
.footer-bottom-developed:hover img:nth-child(2) {
  opacity: 1;
}
.footer__bottom {
  padding-bottom: 28px;
}
.banner__back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner-back__img {
  max-width: 1010px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.banner__wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.banner__content {
  position: relative;
  z-index: 2;
}
.banner-back__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.banner-content__title {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
}
.banner-back__gray {
  background: var(--banner-gradient);
  position: absolute;
  width: 65%;
  height: 100%;
  left: -5px;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner__content {
  padding: 45px;
}
.banner-content__text {
  font-size: 16px;
  color: #75798b;
  line-height: 24px;
  max-width: 680px;
  margin-bottom: 32px;
}
.banner-content-socs__item {
  width: 56px;
  height: 56px;
  transition: 250ms ease all;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  position: relative;
  border: 1px solid #75798b;
}
.banner-content__socs {
  gap: 8px;
}

.banner-content-socs__item img {
  transition: 250ms ease all;
}
.banner-content-socs__item img:last-child {
  opacity: 0;
  position: absolute;
}
.banner-content-socs__item:hover img:last-child {
  opacity: 1;
}
.banner-content-socs__item:hover {
  border: 1px solid #fff;
}
.banner-content-socs__item:hover img:first-child {
  opacity: 0;
}
.banner {
  padding: 40px 0 50px;
}
.news {
  padding: 40px 0;
}
.news-list-item-top__one {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.news-list-item__top {
  height: 260px;
}
.news-list-item-top__one img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.news-list-item-bottom__date {
  color: #75798b;
  line-height: 20px;
}
.news__list {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3% - 12px));
  justify-content: space-between;
}
.section__title {
  font-weight: 700;
  font-size: 24px;
  color: var(--text-primary);
}
.news-list-item-bottom__title {
  font-weight: 600;
  color: var(--text-primary);
  margin: 24px 0 8px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}
.news-list-item-bottom__title a {
    color: inherit;
}
.news-list-item__video {
  height: 164px;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.news-list-item__video .news-list-item-video__back img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.news-list-item__top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nlibl__item {
  width: calc(33.3% - 16px);
  position: relative;
}
.news-list-item-video__btn {
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 20%);
  background: rgba(255, 255, 255, 5%);
  position: absolute;
  width: 56px;
  height: 56px;
  backdrop-filter: blur(10px);
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
.news-list-item-video__btn::after {
  content: "";
  width: 10px;
  height: 11px;
  background: url(../img/play.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
}
.nlibl__item {
  height: 80px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.nlibl__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.news-list-item__bottom-list {
  justify-content: space-between;
}
.servers__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.servers-top__right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.servers-top-filter__icon {
  width: 24px;
  height: 24px;
  background: url(../img/filter.svg) no-repeat center center;
  background-size: contain;
}
.servers-top__filter {
  align-items: center;
  gap: 8px;
}
.servers-top__filter {
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border-secondary);
  border-radius: 12px;
  height: 48px;
  padding: 0 16px;
  color: #75798b;
  font-size: 16px;
  flex: 0 0 auto;
}
.servers-top__version {
  height: 48px;
  color: #75798b;
  font-size: 16px;
  flex: 0 0 auto;
  transition: 250ms ease all;
  cursor: pointer;
}
.servers-top__version .custom-select {
  width: 100%;
  line-height: 1.2;
}
.servers-top-version__angle {
  width: 14px;
  height: 16px;
  position: relative;
  transition: 250ms ease all;
}
.servers-top-version__angle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/angle-down.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  transition: 250ms ease all;
  height: 100%;
}
.servers-top-version__angle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/angle-down-active.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  opacity: 0;
  transition: 250ms ease all;
  height: 100%;
}
.servers-top__version.active .servers-top-version__angle {
  transform: rotate(180deg);
}

.servers-top__right {
  width: -webkit-fill-available;
}
.section__title {
  flex: 0 0 auto;
}
.servers__top {
  gap: 130px;
  margin-bottom: 16px;
}
.servers-top__search {
  width: -webkit-fill-available;
}
.servers-top__search input {
  width: 100%;
  background: var(--background-secondary);
  height: 48px;
  border-radius: 12px;
  padding: 0 48px 0;
  color: var(--text-primary);
  font-size: 16px;
}
.servers-top__search input::placeholder {
   color: var(--text-secondary);
}
.servers-top__icon {
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  position: absolute;
}
.servers-top__icon::before {
  content: "";
  background: url(../img/search.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 150ms ease all;
}
.servers-top__icon::after {
  content: "";
  background: url(../img/search-color.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 150ms ease all;
}
.servers-top__search.active .servers-top__icon::before {
  opacity: 0;
}
.servers-top__search.active .servers-top__icon::after {
  opacity: 1;
}
.servers-top__search {
  position: relative;
}
.servers {
  padding: 40px 0;
}
.servers-tabs-click__item {
  padding: 24px 16px;
  color: #75798b;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  transition: 250ms ease all;
  cursor: pointer;
}
.servers-tabs-click__item.active {
  color: var(--text-primary);
}
.servers-tabs-click__item::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 250ms ease all;
  background: var(--background-secondary);
}
.servers-tabs-click__item::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 250ms ease all;
  background: linear-gradient(to bottom left, #e84a18, #e85618);
}
.servers-tabs-click__item.active::before {
  opacity: 1;
}

.servers-tabs-click__item.active::after {
  opacity: 0;
}
.header__burger {
  display: none;
}
/* overlay for mobile/tablet menu */
.header__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: 200ms ease all;
  z-index: 5; /* ниже, чем .header__nav (10) и .header__right (10), выше контента */
}
.header__overlay.active {
  opacity: 1;
  visibility: visible;
}
/* блокируем скролл, когда меню открыто */
html.menu-open, body.menu-open {
  overflow: hidden !important;
  touch-action: none;
}
/* iOS Safari: фиксируем body, чтобы не было прокрутки фона */
body.menu-open {
  position: fixed;
  width: 100%;
}
.stbtli-bottom-other__btn-icon {
  width: 16px;
  height: 16px;
  background: url(../img/gift.svg) no-repeat center center;
  background-size: contain;
}
.stbtli__top {
  height: 80px;
  position: relative;
  background: #2d2f3b;
}
.stbtli-top__back {
  background: #2d2f3c;
  width: 100%;
  height: 100%;
  position: relative;
}

.servers-tabs-content--tab-list__item {
  border-radius: 12px;
  background: var(--background-secondary);
  overflow: hidden;
  position: relative;
}
.stbtli__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.servers-top__search input {
  transition: 150ms ease all;
}
.servers-top__search.active input {
  filter: brightness(1.1);
}
.servers-tabs-content--tab__list {
  display: grid;
  grid-template-columns: repeat(5, calc(20% - 24px));
  row-gap: 24px;
  justify-content: space-between;
}
.stbtli-top__date {
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 4px;
  background: #0e0f16;
  font-weight: 500;
  font-size: 12px;
  color: var(--text-primary);
  line-height: 20px;
  padding: 5px 9px 4px;
  border-radius: 12px;
}
.stbtli-bottom__avatar {
  border: 2px solid #1c1d25;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  background: #111116;
  margin-top: -24px;
  margin-bottom: 8px;
}

.stbtli-bottom__avatar img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.stbtli-top__back img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  top: 0;
}
.stbtli__bottom {
  background: var(--background-secondary);
  padding: 0 16px 16px;
}
.stbtli-bottom__username {
  display: flex;
  align-items: center;
}
.stbtli-bottom__username {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  gap: 6px;
  color: var(--text-primary);
  line-height: 24px;
  margin-bottom: 4px;
}
.stbtli-bottom__info {
  display: flex;
  align-items: center;
  color: #75798b;
  font-size: 12px;
  margin-bottom: 16px;
  line-height: 20px;
}
.stbtli-bottom-info__item {
  padding-right: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.stbtli-bottom-other__btn.gradient {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(to right, #284fb4, #7323b2);
  font-size: 12px;
  color: var(--text-primary);
  border-radius: 100px;
  width: fit-content;
  padding: 6px 9px;
}
.stbtli-bottom__other {
  display: flex;
  gap: 4px;
  align-items: center;
}
.stbtli-bottom-other__btn.black {
  border-radius: 100px;
  background: #0e0f16;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
}
.stbtli-bottom-info__item::after {
  content: "·";
  position: absolute;
  right: 10px;
}
.stbtli-bottom-info__item:last-child:after {
  display: none;
}
.stbtli--verified {
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(to bottom right, #e84a18, #e8a118);
}
.stbtli-bottom__avatar-no-avatar img {
  width: 24px;
  height: 24px;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.servers-tabs__content {
  margin-top: 32px;
}
.news__list {
  margin-top: 35px;
}
.server-big-back__gradient {
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
  position: absolute;
  width: 543px;
  background: linear-gradient(to right, #23242e, transparent);
  top: 0;
  height: 100%;
  left: 0;
  backdrop-filter: blur(3px);
}
.server-big__name {
  align-items: center;
  gap: 8px;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 32px;
  color: var(--text-primary);
}
.server-big-name__icon img {
  width: 35px;
}
.server-big-info__item {
  padding-right: 20px;
  position: relative;
}
.server-big__info {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #75798b;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 24px;
}
.server-big-info__item::after {
  content: "·";
  position: absolute;
  right: 10px;
}
.server-big {
  padding: 40px 0;
}
input:focus ~ .servers-top__icon::before {
  opacity: 0;
}
input:focus ~ .servers-top__icon::after {
  opacity: 1;
}
#countdown {
  display: flex;
  gap: 16px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
  align-items: center;
}
.days-label,
.hours-label,
.minutes-label {
  color: var(--text-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  gap: 10px;
}
.days,
.hours,
.minutes {
  color: var(--text-primary);
  font-size: 32px;
  font-weight: 600;
}
.server-big__back {
  width: 102%;
  height: 102%;
  top: -1%;
  left: -1%;
}
.server-big-back__main img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 40px;
  top: 0;
  object-fit: cover;
}
.server-big-info__item:last-child:after {
  display: none;
}
.server-big__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reccomend-top__how {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 8px;
  color: #75798b;
}
.preview-slider-item__content {
  position: absolute;
  bottom: 48px;
  width: 546px;
  left: 50%;
  transform: translateX(-50%);
}
.owl-item .preview-slider-item__inner {
  height: 430px;
  margin: 0 12px;
  transition: 300ms ease all;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  border: 1px solid #2b2c32;
}
.preview__slider {
  width: 1186px;
  margin: 0 auto;
  height: 500px;
  position: relative;
}
.owl-stage {
  display: flex;
  align-items: center;
  height: 500px;
}
.owl-item.center {
  transition: 300ms ease all;
}
.preview-slider__item .preview-slider-item--back img {
  position: absolute;
  width: 101%;
  height: 101%;
  object-fit: cover;
  top: -0.5%;
  left: -0.5%;
}
.owl-nav button {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: 250ms ease all;
  z-index: 2;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}

.owl-dots {
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 32px;
}
.owl-dots button {
  background: #4a4e60;
  width: 10px;
  height: 10px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  border-radius: 100px;
  transition: 300ms ease all;
}
.owl-dots .owl-dot.active {
  width: 16px;
  height: 16px;
  transition: 250ms ease all;
  box-shadow: 0 0 10px 0 #4a4e60;
}
.owl-dots.owl-dot {
  transition: 250ms ease all;
}
.owl-dots .owl-dot:hover {
  filter: brightness(1.2);
  transform: scale(1.1);
}

.preview {
  padding: 40px 0 62px;
}

.owl-dots .owl-dot::after {
  content: "";
  background: linear-gradient(to bottom, #4a4e60ad, #a1a8c975);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 300ms ease all;
  height: 100%;
}
.owl-dots .owl-dot::after {
  opacity: 1;
}
.owl-nav .owl-next {
  right: -60px;
  left: unset;
}
.owl-next::before {
  transform: rotate(180deg);
}
.owl-nav button::before {
  content: "";
  width: 8px;
  height: 15px;
  background: url(../img/slider-angle.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
}
.swiper-slide .preview-slider-item__inner {
  height: 380px;
  transition: 500ms ease all;
  position: relative;
  width: 100%;
}
.preview__slider--box {
  position: relative;
}
.swiper-button-prev {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  font-size: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: 250ms ease all;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
}
.swiper-button-next {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  font-size: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: 250ms ease all;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
}
.swiper-pagination {
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
  height: 16px;
  position: static;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  background: #4a4e60;
  width: 10px;
  height: 10px;
  font-size: 0;
  opacity: 1;
  overflow: hidden;
  position: relative;
  border-radius: 100px;
  transition: 300ms ease all;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  transition: 250ms ease all;
  box-shadow: 0 0 10px 0 #4a4e60;
}
.swiper-pagination-clickable .swiper-pagination-bullet::after {
  content: "";
  background: linear-gradient(to bottom, #4a4e60ad, #a1a8c975);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 300ms ease all;
  height: 100%;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  width: 8px;
  height: 15px;
  background: url(../img/slider-angle.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  transform: scale(1.1) translateY(-47%);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.swiper-button-next:after {
  transform: rotate(180deg);
}
.swiper-wrapper {
  box-sizing: border-box;
  align-items: center;
}
.swiper-slide-active .preview-slider-item__inner,
.swiper-slide-duplicate-active .preview-slider-item__inner {
  height: 100%;
  transition: 600ms ease all;
}
.preview-slider__item {
  display: flex;
  align-items: center;
}
.preview-slider-item--back {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #2b2c32;
}
.owl-item.center .preview-slider-item__inner {
  height: 500px;
}
.preview-slider-item--back::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 228px;
  backdrop-filter: blur(4px);
  bottom: -2px;
  clip-path: polygon(50% 49%, 100% 0, 100% 100%, 0 100%, 0 0);
  background: linear-gradient(to top, #0c1524, transparent);
}
.servers-tabs-content--tab__list {
  margin-top: 32px;
}
.recommend {
  padding: 40px 0;
}
.preview-slider-item--btn {
  background: linear-gradient(to right, #e84a18, #e85618);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 20px;
  padding: 12px 21px;
  border-radius: 7px;
  display: flex;
  margin: 0 auto;
  width: fit-content;
}
.recommend-top-how__icon {
  width: 24px;
  height: 24px;
  position: relative;
  transition: 250ms ease all;
}
.recommend-top-how__icon::before {
  content: "";
  background: url(../img/recommend-icon.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 250ms ease all;
}
.recommend-top-how__icon::after {
  content: "";
  background: url(../img/recommend-icon-color.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  top: 0;
  transition: 250ms ease all;
}
.reccomend-top__how {
  transition: 250ms ease all;

  cursor: pointer;
}
.reccomend-top__how:hover {
  color: var(--text-primary);
}
.reccomend-top__how:hover .recommend-top-how__icon::after {
  opacity: 1;
}
.reccomend-top__how:hover .recommend-top-how__icon::before {
  opacity: 0;
}
.preview-slider-item--text {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  color: var(--text-primary);
  line-height: 34px;
  margin-bottom: 20px;
}
.recommend__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.server-big-right__countdown {
  background: #0e0f16;
  padding: 27px 46px;
  border-radius: 12px;
}
.countdown__title {
  color: #75798b;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 17px;
}
.server-big__wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.server-big-back__gradient::before {
  content: "";
  width: 133%;
  top: -10%;
  height: 156%;
  left: -50%;
  background: var(--background-secondary);
  position: absolute;
  z-index: -1;
  transform: rotate(55deg);
  filter: blur(15px);
  box-shadow: 0 0 61px 62px #23242e;
}
.server-big__back {
  position: relative;
}
.server-big__wrapper {
  height: 232px;
}
.servers-tabs-content--tab {
  display: none;
}
.servers-tabs-content--tab:first-child {
  display: block;
}
.servers-tabs-click__item:hover {
  color: var(--text-primary);
}
.anons__preview {
  padding: 64px 0 48px;
}
.anons-preview__title {
  color: var(--text-primary);
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 16px;
}
.anons-preview__text {
  color: #75798b;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 64px;
}
.anons-preview-add__item {
  width: calc(33.3% - 16px);
  border-radius: 4px;
  overflow: hidden;
  height: 80px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.anons-preview-add-item__empty--text {
  color: #75798b;
  font-size: 13px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.anons-preview-add__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.anons-preview-add__item:hover img {
  transform: scale(1.05);
}
.anons-preview-add__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 250ms ease all;
  top: 0;
  object-fit: cover;
  left: 0;
}
.anons-preview__add {
  justify-content: space-between;
}
.acli-wrap-list__item {
  justify-content: space-between;
  background: var(--background-secondary);
  border-bottom: 1px solid var(--border-secondary);
}
.acli-wrap-list__item:last-child {
  border-bottom: 0;
}
.acli-wrap-list-item__left {
  align-items: center;
  gap: 8px;
}
.acliwlil__name {
  font-size: 14px;
  color: #75798b;
  font-weight: 500;
  line-height: 24px;
}
.acli-wrap-list__item {
  padding: 8px 12px;
}
.preview-slider__item {
  width: 100%;
  position: relative;
  height: 100%;
}
.acli-wrap__list {
  border-radius: 4px;
  overflow: hidden;
  margin-top: 24px;
}
.acli-wrap__title {
  font-size: 24px;
  line-height: 1;
  color: var(--text-primary);
  font-weight: 700;
}
.acli-wrap-list__item--top {
  background: linear-gradient(to right, #e84d18, #e89518);
}

/* Anons highlight variants by type */
.acli-highlight-diamond{background:linear-gradient(to right, #e84d18, #e89518)}
.acli-highlight-gold{background:linear-gradient(90deg,#e8b11a,#ffd85e)}
.acli-highlight-blue{background:linear-gradient(90deg,#4a86e8,#77a7ff)}
.acli-highlight-diamond .acliwlil__name,
.acli-highlight-gold .acliwlil__name,
.acli-highlight-blue .acliwlil__name,
.acli-highlight-diamond .acliwlir__x,
.acli-highlight-gold .acliwlir__x,
.acli-highlight-blue .acliwlir__x,
.acli-highlight-diamond .acliwlir__server,
.acli-highlight-gold .acliwlir__server,
.acli-highlight-blue .acliwlir__server,
.acli-highlight-diamond .acliwlir__date,
.acli-highlight-gold .acliwlir__date,
.acli-highlight-blue .acliwlir__date{color:#fff}
.anons-content__left {
  width: calc(100% - 332px);
}
.acli-wrap-list__item--middle .acliwlil__name,
.acli-wrap-list__item--middle .acliwlir__x,
.acli-wrap-list__item--middle .acliwlir__server,
.acli-wrap-list__item--middle .acliwlir__date {
  background: linear-gradient(to bottom left, #00b2ff, #2864fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.pcri-security__edit {
  justify-content: space-between;
  align-items: center;
}
.pcri-security-edit__box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pcri-securit-edit__switch {
  width: 48px;
  height: 26px;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  transition: 250ms ease all;
  background: #272933;
  border: 1px solid #36373f;
}
.profile-content-right-top__angle {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-content-right-top__angle {
  cursor: pointer;
  transition: 250ms ease all;
}
.profile-content-right-top__angle:hover {
  border: 1px solid #fff;
}
.profile-content-right__item-inner {
  padding-bottom: 10px;
}
.sign-form {
  width: 400px;
}
.sign__text {
  color: #75798b;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 24px;
}
.sign__socs {
  display: flex;
  justify-content: space-between;
}
.sign-socs-item {
  width: calc(33.3% - 8px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 56px;
  transition: 250ms ease all;
}
.sign-or {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #75798b;
  font-size: 16px;
  margin: 24px 0;
  justify-content: center;
}
.sign-or::before,
.sign-or::after {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: -webkit-fill-available;
  height: 1px;
}
.sign-socs-item img {
  transition: 250ms ease all;
}
.sign-socs-item:hover {
  border: 1px solid #fff;
}
.sign-socs-item:hover img:last-child {
  opacity: 1;
}

.sign-socs-item img:last-child {
  position: absolute;
  opacity: 0;
}
.sign-other {
  display: flex;
  margin-top: 12px;
  align-items: center;
  justify-content: space-between;
}
.sign-bottom {
  text-align: center;
  margin-top: 32px;
  color: #75798b;
  font-size: 16px;
  line-height: 24px;
}
.sign-bottom a {
  color: #e85618;
}
.sign-other a {
  color: #75798b;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  top: 4px;
  transition: 250ms ease all;
}
.sign-other a:hover {
  color: var(--text-primary);
}
.sign__title {
  font-size: 24px;
  color: var(--text-primary);
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 12px;
}
.sign-field:not(:first-child) {
  margin-top: 8px;
}
.sign::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  box-shadow: 0 0 1000px 300px #ff6b27;
  opacity: 0.3;
  z-index: 0;
  right: 450px;
  bottom: -69px;
}
.sign__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px 0;
}
.profile-content-right-top {
  gap: 24px;
  align-items: center;
  margin-bottom: 20px;
}
.profile-content-right-top .pcri-title {
  margin: 0 !important;
}
.profile-content-right-top__angle::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/angle-left.svg) no-repeat center center;
  position: absolute;

  background-size: cover;
}
.pcri-securit-edit__switch.active {
  border: 1px solid transparent;
  background: #e85618;
}
.pcri-securit-edit__switch--change {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 100px;
  top: 50%;
  transition: 250ms ease all;
  transform: translateY(-50%);
  filter: brightness(0.5);
  right: 25px;
}
.pcri-profile__activity {
  margin-top: 24px;
}
.pcri-profile__activity--list {
  margin-top: 10px;
  max-height: 147px;
  overflow: auto;
}
.pcri-profile__activity--list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding: 12px 0;
  line-height: 24px;
  color: var(--text-primary);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pcri-profile__activity--list-item:last-child {
  border-bottom: 0;
}
.pcri-securit-edit__switch.active .pcri-securit-edit__switch--change {
  right: 4px;
  filter: brightness(1);
}
.acli-wrap-list__item {
  transition: 250ms ease all;
}
.acli-wrap-list__item:hover {
  filter: brightness(1.2);
}
.anons-content__right {
  width: 320px;
}
.anons-content__wrapper {
  gap: 32px;
}
.anons-content-right__top {
  background: var(--background-tertiary);
  width: 100%;
  padding: 24px;
  border-radius: 4px;
}
.acrtl-item__left {
  display: flex;
  align-items: center;
  color: #75798b;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.acrtl-item__left--name {
  color: #75798b;
}
.acrtl-item__right--icon {
  background: url(../img/like.svg) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.acrtl-item__right {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #75798b;
}
.acrsl__item--empty__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #75798b;
  font-size: 13px;
  line-height: 24px;
}
.acrsl__item {
  border-radius: 4px;
  position: relative;
  height: 100px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.acrsl__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 250ms ease all;
  top: 0;
  left: 0;
  object-fit: cover;
}
.tac {
  text-align: center;
}
.acrsl__item:hover img {
  transform: scale(1.05);
}
.anons-content-right__popular--tags {
  background: var(--background-tertiary);
  border-radius: 4px;
  padding: 24px;
}

.sign-mail {
  color: #75798b;
  font-size: 16px;
  width: 75%;
  text-align: center;
  line-height: 24px;
  margin: 0 auto;
}
.sign-mail span {
  color: #e85618;
}
#custom-select-selectized {
  display: none !important;
}
.selectize-dropdown [data-selectable].option {
  padding: 12px 16px;
  color: #75798b;
  cursor: pointer;
  transition: 250ms ease all;
}
.selectize-input > * {
  vertical-align: baseline;
  display: flex;
  zoom: 1;
  height: 100%;
  align-items: center;
}

.single.selectize-dropdown {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 10%);
  background: var(--background-secondary);
  border-top: 1px solid #393a43;
  width: 100%;
  z-index: 3;
  border-radius: 0 0 8px 8px;
}
.option.active {
  background: #393a43 !important;
  filter: brightness(1.3);
}
.selectize-input input {
  display: none;
}
.selectize-input:after {
  content: "";
  border: 0px !important;
  background: url(../img/angle-down-popup.svg) no-repeat center center;
  background-size: contain;
  margin-top: 1px !important;
  width: 16px !important;
  height: 16px !important;
  transition: 250ms ease all;
}
.selectize-control.single .selectize-input:after {
  top: 15px !important;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: 1px;
  transform: rotate(180deg);
}
.selectize-control.single .selectize-input.input-active,
.selectize-input {
  border-radius: 8px 8px 0 0;
}
.selectize-dropdown .selected {
  background-color: #393a43;
  color: #fff !important;
}
.selectize-input.dropdown-active::before {
  display: none !important;
}
.selectize-control.single .selectize-input {
  box-shadow: unset !important;
}
.acrpt-list__item {
  background: rgb(117 121 139 / 10%);
  font-weight: 500;
  color: #75798b;
  line-height: 24px;
  font-size: 14px;
  transition: 250ms ease all;
  padding: 4px 9px;
  border-radius: 100px;
}
.acrpt-list__item:hover {
  filter: brightness(1.2);
  color: var(--text-primary);
}
.acrpt__list {
  flex-wrap: wrap;
  gap: 8px;
}
.anons-content__right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.acrsl__item--empty__text {
  color: #75798b;
  font-size: 13px;
  line-height: 24px;
}
.anons-content-right-sponsors__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.upcoming-preview-list-left__item,
.upcoming-preview-list-right__item {
  width: 238px;
  height: 238px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  position: absolute;
  transition: 250ms ease all;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
}
.upcoming-preview-list-left__item:hover,
.upcoming-preview-list-right__item:hover {
  background: rgba(255, 255, 255, 0.25);
}
.upcoming-preview__list {
  position: relative;
  display: flex;
}
.upcoming-preview-list-left__item:first-child {
  left: 213px;
  top: -145px;
}
.upcoming-preview-list-left__item:nth-child(2) {
  left: 0;
  top: 50%;
  width: 193px;
  height: 193px;
  transform: translateY(-50%);
}
.upcoming-preview-list-left__item:nth-child(3) {
  width: 218px;
  height: 218px;
  left: 238px;
  bottom: -68px;
}
.upcoming-preview-list-right__item:nth-child(1) {
  right: 228px;
  width: 231px;
  height: 231px;
  top: -90px;
}
.acrtl__item {
  display: flex;
}
.upcoming-news__list {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, calc(33.3% - 24px));
}
.upcoming-news-list-item__img {
  position: relative;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.upcoming-news-list-item__img img {
  width: 101%;
  height: 101%;
  position: absolute;
  left: -2px;
  object-fit: cover;
  top: -2px;
}
.upcoming-news-list-item__text {
  font-size: 18px;
  color: var(--text-primary);
  line-height: 24px;
  text-align: center;
  margin-top: 24px;
}
.upcoming-news-list__item {
  position: relative;
  padding: 2px;
  border-radius: 24px;
  overflow: hidden;
}
.upcoming-news-list__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
}

.upcoming-news-list__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 250ms ease all;
  opacity: 0;
  left: 0;
  background: linear-gradient(to right bottom, #ff7a00 -30%, #292b33 32%);
}
.upcoming-news__title {
  color: var(--text-primary);
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 80px;
  max-width: 584px;
  line-height: 1;
}
.anons-content__left {
  flex-wrap: wrap;
}
.upcoming-news {
  padding-top: 135px;
}
.upcoming-news-list__item:hover::before {
  opacity: 1;
}
.upcoming-news-list-item__content {
  padding: 16px;
  border-radius: 24px;
  background: var(--card-background);
  position: relative;
  z-index: 1;
}
.upcoming-preview {
  position: relative;
}
.upcoming-preview .container {
  position: relative;
  z-index: 2;
}
.upcoming-preview::after {
  content: "";
  background: url(../img/anons-back.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 95px;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  height: 1256px;
  width: 100%;
  filter: brightness(0.4) blur(10px);
  /* -webkit-mask: linear-gradient(to right, transparent 0%, white 700px, white calc(100% - 600px), transparent 100%), linear-gradient(to bottom, transparent 0%, white 700px, white calc(100% - 600px), transparent 100%); */
  mask: linear-gradient(
      to right,
      transparent 0%,
      white 300px,
      white calc(100% - 300px),
      transparent 100%
    ),
    linear-gradient(
      to bottom,
      transparent 0%,
      white 300px,
      white calc(100% - 300px),
      transparent 100%
    );
  mask-composite: intersect;
}
.upcoming-news {
  position: relative;
  z-index: 1;
}
.upcoming-preview-list-right__item:nth-child(1)::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: var(--background-secondary);
  bottom: 50px;
  position: absolute;
  cursor: default;
  right: -89px;
}
.upcoming-preview-list-left__item:nth-child(2)::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: var(--background-secondary);
  top: 7px;
  position: absolute;
  cursor: default;
  right: -89px;
}
.upcoming-preview-list__other {
  width: 200px;
  height: 200px;
  transition: 250ms ease all;
  position: absolute;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary);
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -255px;
}
.upcoming-preview-list__other:hover {
  background: rgba(255, 255, 255, 0.25);
}
.acli-wrap-list__item {
  display: flex;
}
.upcoming-preview-inner {
  padding-bottom: 255px;
}
.upcoming-preview-list-right__item:last-child {
  top: 355px;
  right: 237px;
  width: 214px;
  height: 214px;
}
.upcoming-news__list {
  display: grid;
}
.upcoming-preview-list-right__item:last-child::before {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 100px;
  background: var(--background-secondary);
  bottom: -47px;
  left: -47px;
  position: absolute;
  cursor: default;
}
.upcoming-preview-list-right__item:nth-child(2) {
  right: 13px;
  transform: translateY(-50%);
  width: 181px;
  height: 181px;
  top: 50%;
}

.upcoming-preview-list__center {
  width: 450px;
  height: 450px;
  border-radius: 450px;
  border: 2px solid #e84c18;
  padding: 6px;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  align-items: center;
}
.upcoming-preview__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 24px;
}
.upcoming-preview-title__bottom {
  display: block;
}
.upcoming-preview-title__gradient {
  background: -webkit-gradient(
    linear-gradient(to bottom left, #e8311800, #e84c18 71%)
  );
  background: linear-gradient(to bottom left, #e8311800, #e84c18 71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.upcoming-preview__text {
  font-size: 18px;
  color: var(--text-primary);
  text-align: center;
  max-width: 643px;
  margin: 0 auto 224px;
}
.upcoming {
  padding: 80px 0 140px;
}
.upcoming-preview__servers {
  position: absolute;
  right: 25px;
  top: 39px;
  width: 64px;
  height: 64px;
  font-size: 16px;
  color: var(--text-primary);
  font-weight: 500;
  border: 4px solid #413e3c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #e84c18;
}
.upcoming-preview__content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e84c18;
  border-radius: 450px;
}
.acrtl__item {
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-secondary);
}
.anons-content-right-top__title {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
.acli-wrap-list__item--top--middle .acliwlil__name,
.acli-wrap-list__item--top--middle .acliwlir__x,
.acli-wrap-list__item--top--middle .acliwlir__server,
.acli-wrap-list__item--top--middle .acliwlir__date {
  background: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#e84a18),
    to(#e85618)
  );
  background: linear-gradient(to bottom left, #ff7a00, #e85618);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.acli-wrap-list__more {
  border-radius: 4px;
  transition: 250ms ease all;
  border: 1px solid #2b2c32;
  border-radius: 4px;
  transition: 250ms ease all;
  height: 48px;
  display: flex;
  gap: 12px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.acli-wrap-list__more:hover {
  filter: brightness(1.2);
}
.acli-wrap-list__more:hover .acli-wrap-list-more__text {
  filter: brightness(1.2);
}
.acli-wrap-list__more:hover .acli-wrap-list-more__icon {
  transform: rotate(90deg);
}
.acli-wrap-list-more__text {
  transition: 250ms ease all;

  gap: 12px;
  color: #75798b;
  font-size: 16px;
  line-height: 24px;
}
.acli-wrap-list-more__icon {
  width: 12px;
  transition: 250ms ease all;
  height: 12px;
  background: url(../img/plus.svg) no-repeat center center;
  background-size: cover;
}
.rating-list-box__item {
  padding: 32px 16px 16px;
  background: var(--background-secondary);
  border-radius: 4px;
}
.rlbii-top-left__username,
.rlbii-top-left__username a {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--text-primary);
}
.rating-list {
  padding-bottom: 40px;
}
.rlbii-top-left__username.rlbii-top-left__username--top {
  background: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#e84a18),
    to(#e85618)
  );
  background: linear-gradient(to bottom left, #ff7a00, #e85618);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rlbii-top__left {
  display: flex;
  gap: 8px;
  align-items: center;
}
.rating-list-box__item {
  display: flex;
  gap: 16px;
}
.rlbii__top {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  justify-content: space-between;
}
.rlbii-top-right__discord,
.rlbii-top-right__reviews,
.rlbii-top-right__liked {
  color: #5865f2;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgb(88 101 242 / 10%);
  height: 32px;
  padding: 0 12px;
  border-radius: 4px;
  transition: 250ms ease all;
}
.rlbii__text {
  color: #75798b;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 12px;
  max-width: 100%;
  overflow: hidden;
  word-wrap: break-word;
}
.rlbii__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
}
.rlbii-bottom-rating__stars {
  display: flex;
  align-items: center;
}
.rlbii-bottom__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #75798b;
}
.rlbii-bottom-rating__num {
  padding-top: 6px;
}
.rlbii__pic {
  width: 100%;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.rating-list-box-item__inner {
  flex-grow: 1;
  min-width: 0;
}
.rlbii__pic img {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
}
.gw-timer {
  display: flex;
  color: var(--text-primary);
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.rlbii-top-right__liked {
  background: #e84f18;
  line-height: 1;
  color: #fff;
}
.gw-timer__desc {
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}
.gw-timer__amount {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 4px;
}
.gw-timer__item {
  position: relative;
}
.gw-timer__item:last-child {
  margin: 0;
}
.gw-timer-dot {
  color: var(--text-primary);
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}
.gw-timer__item:last-child:after {
  display: none;
}
.selectize-control.single .selectize-input {
  border: 1px solid rgb(255 255 255 / 10%);
  height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  cursor: pointer;
  color: #75798b;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
}
.selectize-control.single .selectize-input.input-active,
.selectize-input {
  background-color: transparent;
  filter: brightness(1.1);
}

.selectize-input input {
  width: 4px;
  opacity: 1;
  position: relative;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(255, 255, 255);
}
.rlbii-top-right__discord:hover,
.rlbii-top-right__reviews:hover {
  filter: brightness(1.2);
}
.rlbii-top-right__reviews {
    color: var(--text-secondary);
    background: var(--reviews-background);
}
.rlbii-top__right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rating-list-box-item__num {
  background: rgb(232 86 24 / 20%);
  width: 32px;
  border-radius: 4px;
  flex-shrink: 0;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e85618;
  flex: 0 0 auto;
  font-size: 16px;
}
.rating-list {
  width: 100%;
}
.rating-list__box {
  margin-top: 24px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.acli-wrap-list__item--top--middle .acliwlil__name {
  font-weight: 600;
}
.anons-content__left {
    justify-content: space-between;
    align-items: flex-start;
    height: fit-content;
    row-gap: 32px;
}
.acrsl__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.anons-content__left--item {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: calc(50% - 8px);
}
.acli-wrap-list__item--middle {
  font-weight: 600;
}
.acli-wrap-list__item--middle .acliwlil__name {
  font-weight: 700;
}
.acli-wrap-list__item--top .acliwlil__name,
.acli-wrap-list__item--top .acliwlir__x,
.acli-wrap-list__item--top .acliwlir__server,
.acli-wrap-list__item--top .acliwlir__date {
  color: var(--text-primary);
}
.acliwlil__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acliwlir__x,
.acliwlir__server,
.acliwlir__date {
  font-size: 13px;
  color: #75798b;
  font-weight: 500;
  line-height: 24px;
}
.acliwlir__date {
  width: 83px;
  text-align: right;
}
.acliwlir__server {
  width: 80px;
  text-align: right;
}
.rating-info__top {
  width: 100%;
}
.rating-info__top .rating-list-box__item {
  background: transparent;
  padding: 0;
  padding-bottom: 48px;
  padding-top: 30px;
}
.rating-info__top .rlbii-top-left__username {
  font-size: 32px;
}
.rating-info__top .rlbii-top-left__icon img {
  width: 26px;
}
.rating-info__top .rlbii-top__left {
  gap: 10px;
}
.rating-info-tabs__top {
  border-bottom: 1px solid var(--border-secondary);
  display: flex;
  margin-bottom: 32px;
  align-items: center;
}
.rating-info-tabs-top__item {
  padding: 16px;
  color: #75798b;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
.rating-info-tabs-top__item {
  cursor: pointer;
}
.rating-info-tabs-content__item {
  display: none;
}
.rating-info-tabs-content__item:first-child {
  display: block;
}
.rating-info-tabs-content__item h3 {
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.anons-content-right-top__title:not(:first-child) {
  margin-top: 24px;
}
.anons-content-right-details__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.anons-content-right-top__socs {
  gap: 6px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.anons-content-right-details-socs {
  display: flex;
  align-items: center;
  color: #75798b;
  gap: 12px;
  width: fit-content;
  font-size: 16px;
  transition: 250ms ease all;
  font-weight: 500;
}
.privacy__info h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 16px;
  line-height: 24px;
}
.privacy__info h2:not(:first-child) {
  margin-top: 24px;
}
.profile-content-left-nav__item {
  padding: 16px 24px;
  color: #75798b;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  border-radius: 100px;
  display: flex;
  transition: 250ms ease all;
  width: fit-content;
}
.profile-content-left {
  flex: 0 0 auto;
  justify-content: space-between;
}
.profile-content-left-nav__item:not(.active):hover {
  background-color: rgba(255, 255, 255, 0.02);
}
.pcri-profile-photo__img {
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 16px;
  border-radius: 100px;
}
.pcri-profile-photo__edit,
.pcri-profile-personal__list-item--edit {
  gap: 8px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 24px 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: 250ms ease all;
  cursor: pointer;
}
.profile {
  position: relative;
}
.profile-project {
    background: var(--background-secondary);
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.pcri-profile-personal__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.pcri-profile-personal__list-item {
    flex: 1 1 150px;
    text-align: center;
}
.profile-project {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.prcip-project--add {
  display: flex;
  align-items: center;
  gap: 8px;
}
.prcip-project--add {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 500;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}
.form-group {
  display: flex;
  margin-top: 8px;
  align-items: center;
}
.form-group label {
  color: #75798b;
  font-size: 16px;
  line-height: 24px;
}
.form-group label a {
  color: #e85618;
}
.form-group label a:hover {
  text-decoration: underline;
}
.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
  width: 5px;
  height: 12px;
  border: solid #e85618;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.prcip-project--add {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
  height: 48px;
  cursor: pointer;
  transition: 250ms ease all;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  margin-top: 24px;
}
.prcip-project--add:hover {
  border: 1px solid #fff;
}
.prcip-project--add:hover .prcip-project-add__plus {
  transform: rotate(90deg);
}
.prcip-project-add__plus {
  width: 24px;
  height: 24px;
  transition: 250ms ease all;
  background: url(../img/plus-white.svg) no-repeat center center;
  background-size: cover;
}
.profile::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  box-shadow: 0 0 1000px 300px #ff6b27;
  opacity: 0.3;
  z-index: 0;
  right: 450px;
  bottom: -69px;
}
.header-inner {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 250ms ease all;
  z-index: 100;
  display: flex;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  align-items: center;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.popup-dropdown__main {
  border: 1px solid rgb(255 255 255 / 10%);
  height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  cursor: pointer;
  color: #75798b;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-field::placeholder {
  color: #75798b;
}
.popup-dropdown-main__angle {
  transition: 250ms ease all;
}
.popup-dropdown-choise__item {
  padding: 12px 16px;
  color: #75798b;
  cursor: pointer;
  transition: 250ms ease all;
}
.popup-dropdown-choise__item:hover {
  background: rgb(255 255 255 / 5%);
}
.wallet-select-top {
  border: 1px solid rgb(255 255 255 / 10%);
  height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  cursor: pointer;
  color: #75798b;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-select-top.active {
  border-radius: 8px 8px 0 0;
}
.wallet-select-top__angle {
  transition: 250ms ease all;
}
.wallet-select-top.active .wallet-select-top__angle {
  transform: rotate(180deg);
}
.wallet-select-dropdown.active {
  opacity: 1;
  visibility: visible;
}
.wallet-select-dropdown-item {
  padding: 12px 16px;
  color: #75798b;
  cursor: pointer;
  transition: 250ms ease all;
}
.wallet-select-dropdown-item:hover {
  background: rgb(255 255 255 / 5%);
}
.wallet-select {
  position: relative;
}
.wallet-select-dropdown {
  position: absolute;
  top: 100%;
  border: 1px solid rgb(255 255 255 / 10%);
  background: var(--background-secondary);
  border-top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  border-radius: 0 0 8px 8px;
}
.popup-dropdown__choise {
  position: absolute;
  top: 100%;
  border: 1px solid rgb(255 255 255 / 10%);
  background: var(--background-secondary);
  border-top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  border-radius: 0 0 8px 8px;
}
.popup-dropdown__main.active .popup-dropdown-main__angle {
  transform: rotate(180deg);
}
.popup-dropdown__main {
  transition: 250ms ease all;
}
.popup-dropdown__main.active {
  border-radius: 8px 8px 0 0;
}
.popup-close {
  transition: 250ms ease all;
}
.popup-close:hover {
  transform: rotate(90deg);
  cursor: pointer;
}
.popup-dropdown__choise.active {
  opacity: 1;
  visibility: visible;
}
.popup__dropdown {
  position: relative;
}
.popup-save {
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  background: linear-gradient(to right, #e84a18, #e85618);
  border-radius: 8px;
  margin-top: 32px;
  transition: 250ms ease all;
}
.popup-save:hover {
  letter-spacing: 1.5px;
  filter: brightness(1.2);
}
.popup-form__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.textarea-box textarea {
  background: rgb(255 255 255 / 5%);
  color: var(--text-primary);
  border-radius: 8px;
  padding: 14px 16px;
  width: 100%;
  font-size: 16px;
  height: 140px;
  resize: none;
}
.textarea-box textarea::placeholder {
  color: #75798b;
}
.popup-project .popup-content {
  min-width: 600px;
  max-height: 90%;
  overflow-y: auto;
}
.popup-add {
  width: 132px;
  margin-left: auto;
}
.popup-text__bottom {
  font-size: 14px;
  color: #75798b;
  margin-top: 8px;
}
.pcri-profile .servers-top__search {
  margin-bottom: 24px;
}
.popup-file {
  position: relative;
  height: 80px;
  cursor: pointer;
  border-radius: 8px;
  border: dashed 1px rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--text-primary);
  font-size: 16px;
}
.pptr__more span {
  width: 4px;
  height: 4px;
  background-color: var(--text-primary);
  border-radius: 100px;
}
.profile-project__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-project__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pptl__name {
  color: #75798b;
  margin-top: 7px;
  font-size: 14px;
  transition: 250ms ease all;
}
.pptr__more:hover {
  border: 1px solid #fff;
}
.profile-project-top__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.profile-project-top-left__moderation {
  border: 1px solid rgb(82 255 0 / 20%);
  border-radius: 100px;
  padding: 5px 8px 4px;
  color: rgb(82 255 0 / 60%);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 16px;
}
.profile-project-top-left__name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--text-primary);
}
.pptl__top {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pptr__more {
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 48px;
  transition: 250ms ease all;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.popup-file input {
  font-size: 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
  position: absolute;
  outline: none;
  border: 0;
  opacity: 0;
  left: 0;
  top: 0;
}
.popup-field {
  background: rgb(255 255 255 / 5%);
  color: var(--text-primary);
  border-radius: 8px;
  padding: 14px 16px;
  width: 100%;
  font-size: 16px;
}
.popup__title {
  color: var(--text-primary);
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
.popup-content {
  min-width: 400px;
  position: relative;
  z-index: 1;
  max-width: 400px;
  padding: 32px;
  background: var(--background-secondary);
  border-radius: 12px;
}
.popup__back {
  background: rgb(23 25 36 / 80%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pcri-profile-personal__list-item--edit {
  margin: unset;
}
.pcri-profile-personal__list-item--edit:hover {
  background: rgba(255, 255, 255, 0.1);
}
.pcri-profile-personal__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pcri-ppli__info {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-primary);
}
.pcri-ppli__top {
  color: #75798b;
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 20px;
}
.pcri-profile-personal__title {
  color: var(--text-primary);
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 600;
  line-height: 24px;
}
.pcri-profile__photo {
  margin-bottom: 16px;
}
.pcri-profile-photo__edit:hover {
  background: rgba(255, 255, 255, 0.1);
}
.pcri-profile-photo__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;

  object-fit: cover;
}
.profile-content-left {
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  gap: 250px;
}
.profile-content-left__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pcri-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 24px;
}
.wallet-prcip-project--add {
  width: fit-content;
  margin: 0 auto;
  padding: 0 16px;
}
.wallet-balance {
  text-align: center;
  color: var(--text-primary);
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 16px;
}
.wallet-service {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, calc(33.3% - 8px));
}
.pcri-title:not(:first-child) {
  margin-top: 24px;
}
.pcri-back {
  background: rgba(255, 255, 255, 0.02);
  padding: 24px;
  position: relative;
  border-radius: 12px;
}
.wallet-vote-choise__top {
  display: flex;
  align-items: center;
}
.wallet-vote-choise__change {
  height: 4px;
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
}
.wallet-vote-choise-top__item {
  color: #75798b;
  font-size: 16px;
  line-height: 24px;
  width: 25%;
}
.range-slider {
  width: 100%;
  margin: 60px auto 22px;
  position: relative;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    to right,
    #e84d18 0%,
    #e84d18 0%,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  outline: none;
  -webkit-transition: 0.25s;
  transition: opacity 0.25s;
}

input[type="range"]:hover {
  opacity: 1;
}
.wallet-vote-choise__result {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.wvcra__price {
  color: var(--text-primary);
  font-size: 16px;
  line-height: 24px;
}
.pcri-profile__account--box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.wallet-vote-choise-result__btn {
  font-size: 16px;
  color: var(--text-primary);
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  background: linear-gradient(to right, #e84a18, #e85618);
  border-radius: 100px;
  transition: 250ms ease all;
  padding: 0 24px;
}
.pcri-profile__account--top {
  margin-top: 24px;
  margin-bottom: 24px;
}
.wallet-vote-choise-result__btn:hover {
  filter: brightness(1.2);
}
.wvcra__text {
  color: #75798b;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e84d18;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}

.slider-value {
  color: #75798b;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: -36px;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}
.wallet-vote-choise-top__item:nth-child(3),
.wallet-vote-choise-top__item:nth-child(4) {
  text-align: right;
}
.wallet-text {
  text-align: center;
  color: #75798b;
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 20px;
}
.wallet-service__item {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px;
  transition: 250ms ease all;
}
.wallet-service-item__price {
  color: #75798b;
  font-size: 14px;
  line-height: 20px;
}
.wallet-service-item__price span {
  font-size: 24px;
  line-height: 32px;
  color: var(--text-primary);
  font-weight: 600;
  margin-right: 7px;
}
.wallet-service-item__btn {
  width: 100%;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 12px;
  line-height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 250ms ease all;
  overflow: hidden;
}
.wallet-service-item__btn span {
  position: relative;
  z-index: 1;
}
.wallet-service-item__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: 250ms ease all;
  top: 0;
  opacity: 0;
  background: linear-gradient(to right, #e84a18, #e85618);
}
.wallet-service-item__btn:hover::after {
  opacity: 1;
}
.wallet-service-item__btn:hover {
  border: 1px solid transparent;
}
.wallet-service-item-list-point__icon {
  width: 16px;
  height: 16px;
  background: url(../img/mark.svg) no-repeat center center;
  background-size: cover;
}
.wallet-service-item__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.wallet-service-item-list__point {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 1.1;
}
.wallet-service-item__title {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}
.wallet-service__item:hover {
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0.05);
}
.wallet-free {
  position: absolute;
  right: 8px;
  top: 8px;
  background: rgb(0 238 253 / 10%);
  color: #00eefd;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  padding: 5px 8px;
}
.profile-content-right {
  width: 100%;
}
.profile-content-left__delete {
  padding: 16px 24px;
  text-align: center;
  color: #e83118;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  border-radius: 100px;
  transition: 250ms ease all;
}
.profile-content-left__delete:hover {
  background: rgb(232 49 24 / 10%);
}
.pcri-profile__account--box .popup-dropdown__main {
  border-radius: 8px;
}
.pcri-profile__account--box .popup-dropdown__main.active {
  border-radius: 8px 8px 0 0;
}
.profile-content-left-nav__item.active {
  color: var(--text-primary);
  cursor: default;
  background-color: rgba(255, 255, 255, 0.05);
}
.profile__wrapper {
  min-height: 100vh;
  margin: 0 auto;
  width: fit-content;
  padding: 64px 0 120px;
}
.profile-content {
  width: 900px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 2%);
  border: 1px solid rgba(255, 255, 255, 5%);
  backdrop-filter: blur(200px);
}
.profile-title {
  color: #ffffff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 32px;
}
.privacy__info p,
.privacy__info ul li {
  color: #75798b;
  font-size: 13px;
  line-height: 24px;
}
.privacy__info table tr td {
  color: #75798b;
  width: 50%;
  font-size: 12px;
  padding: 10px 12px;
  line-height: 1.3;
  border: 1px solid #75798b;
}
.privacy__info table {
  border-collapse: collapse;
}
.privacy__info ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #75798b;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 7px;
  margin-right: 3px;
}
.privacy__info a {
  color: #75798b;
}
.privacy {
  padding: 64px 0 40px;
}
.privacy__info {
  background: var(--background-secondary);
  padding: 24px;
  border-radius: 4px;
}
.anons-content-right-details-socs:hover {
  filter: brightness(2);
}
.anons-content-right-details-info__item span {
  color: #75798b;
  font-weight: 400;
}
.anons-content-right-details-info__item {
  color: #b5b8c3;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.rating-info-tabs-content__item p,
.rating-info-tabs-content__item ul li {
  font-size: 16px;
  line-height: 24px;
  color: #75798b;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  word-wrap: break-word;
}
.anons-content-right__details {
  border-radius: 4px;
  background: var(--background-tertiary);
  padding: 24px;
}
.rating-info-tabs-content__item iframe {
  margin-top: 24px;
}
.rating-info-tabs-content__item ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #75798b;
  border-radius: 100px;
  margin-left: 3px;
  margin-right: 9px;
  position: relative;
  top: -2px;
}
.rating-info-tabs-content__item a {
  color: #75798b;
  transition: 250ms ease all;
  text-decoration: underline;
}
.rating-info-tabs-content__item a:hover {
  color: var(--text-primary);
  text-decoration: unset;
}
.rating-info-tabs-top__item::after {
  content: "";
  bottom: -1px;
  transition: 250ms ease all;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background: linear-gradient(to right, #ff7a00, #e85618);
}
.rating-info-tabs-top__item.active::after {
  opacity: 1;
}
.rating-info-tabs-top__item.active {
  color: var(--text-primary);
}
.ritcr-top-left__avatar {
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  width: 48px;
  height: 48px;
}
.ritcr-top-left__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ritcr-top__left {
  display: flex;
  gap: 12px;
}
.rating-info-tabs {
  width: 100%;
}
.ritcr-text__box {
  overflow: hidden;
  max-width: 1004px;
}

.ritcr-top-left__username {
  color: var(--text-primary);
  font-size: 18px;
  margin-top: 3px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 3px;
}
.ritcr-text__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  color: #75798b;
}
.ritcr-top__days {
  color: #75798b;
  font-size: 13px;
}
.ritcr-item {
  width: 100%;
  background: var(--background-tertiary);
  padding: 24px;
  border-radius: 4px;
}
.ritcr__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
a.acli-wrap-list__more {
  text-decoration: unset;
}
.ritcr-text__box {
  transition: 250ms ease all;
}
.rating-info-tabs-content__reviews {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rating-info-tabs {
  padding-bottom: 40px;
}
.ritcr-item .moreless-button {
  color: #e84f18;
  text-decoration: unset;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  display: block;
  cursor: pointer;
  width: fit-content;
  transition: 250ms ease all;
}
.ritcr-item .moreless-button:hover {
  color: var(--text-primary);
}
.ritcr-text__box.active {
  max-height: 192px;
  overflow: hidden;
}
.ritcr-text__box.active p:last-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1600px) {
  .container-big {
    padding: 0 25px;
    padding-right: 0;
  }
  .header-left__logo {
    font-size: 23px;
  }
  .header__left {
    gap: 35px;
  }
  .header__nav ul li a,
  .header-right__item {
    padding: 0 20px;
    font-size: 15px;
  }
  .header__wrapper {
    height: 75px;
  }
  .header-right__item--lang {
    padding: 0;
  }
  .header-right__item--username {
    padding: 0;
  }
  .preview__slider {
    width: 1100px;
  }
  .preview-slider-item--text {
    font-size: 26px;
    line-height: 32px;
  }
  .owl-nav button {
    left: -50px;
  }
  .owl-item .preview-slider-item__inner {
    height: 380px;
  }
  .owl-item.center .preview-slider-item__inner,
  .owl-stage {
    height: 436px;
  }
  .owl-dots {
    margin-top: 40px;
  }
  .slick-next.slick-arrow {
    right: -50px;
    left: unset;
  }
  .preview-slider__item.slick-center,
  .preview__slider {
    height: 450px;
  }
  .preview {
    padding: 35px 0 60px;
  }
  .slick-dots {
    margin-top: 30px;
  }
  .container {
    padding: 0 25px;
  }
  .section__title {
    font-size: 23px;
  }
  .server-big,
  .news {
    padding: 35px 0;
  }
  .server-big__content,
  .banner__content {
    padding: 40px;
  }
  .server-big__name {
    font-size: 30px;
  }
  .server-big-name__icon img {
    width: 32px;
  }
  .server-big__info {
    margin-top: 18px;
    margin-bottom: 22px;
  }

  .servers__top {
    gap: 120px;
  }
  .servers-tabs-click__item {
    padding: 20px 16px;
  }
  .servers-tabs-content--tab__list {
    grid-template-columns: repeat(5, calc(20% - 20px));
    row-gap: 20px;
  }
  .news-list-item-bottom__title {
    font-size: 17px;
  }
  .banner-content__title {
    font-size: 30px;
    margin-bottom: 21px;
  }
  .banner-content__text {
    margin-bottom: 30px;
  }
  .footer__top {
    padding: 30px 0;
  }
  .anons-preview__title {
    font-size: 57px;
  }
  .anons-preview__text {
    margin-bottom: 55px;
  }
  .anons-preview-add__item {
    width: calc(33.3% - 12px);
  }
  .acli-wrap__title {
    font-size: 23px;
  }
  .acli-wrap__list {
    margin-top: 21px;
  }
  .anons-content-right-top__title {
    font-size: 17px;
    margin-bottom: 22px;
  }
  .acrsl__item {
    height: 85px;
  }
  .upcoming-preview__title {
    font-size: 54px;
  }
  .upcoming-preview-list-left__item:nth-child(2) {
    width: 152px;
    height: 152px;
  }
  .upcoming-preview-list-left__item:nth-child(2) img {
    width: 98px;
  }
  .upcoming-preview-list-left__item:first-child {
    width: 200px;
    height: 200px;
  }
  .upcoming-preview-list-left__item:first-child img {
    width: 150px;
  }
  .upcoming-preview-list-right__item:nth-child(1) {
    width: 200px;
    height: 200px;
  }

  .upcoming-preview-list-right__item:last-child {
    width: 185px;
    height: 185px;
  }
  .upcoming-preview-list-right__item:last-child img {
    width: 100px;
  }
  .upcoming-preview-list-left__item:nth-child(3) {
    width: 190px;
    height: 190px;
  }
  .upcoming-preview-list-left__item:nth-child(3) img {
    width: 115px;
  }
  .upcoming-preview-list__other {
    width: 160px;
    height: 160px;
    font-size: 16px;
  }
  .upcoming-preview-list__center {
    width: 350px;
    height: 350px;
  }
  .upcoming-preview__content img {
    width: 250px;
  }
  .upcoming-news__list {
    grid-template-columns: repeat(3, calc(33.3% - 18px));
  }
  .upcoming-news__title {
    font-size: 43px;
    max-width: 450px;
  }
  .upcoming-preview__servers {
    right: 13px;
    top: 28px;
  }
  .upcoming-preview-list-right__item:nth-child(1) img {
    width: 115px;
  }
  .upcoming-preview-list-right__item:nth-child(2) {
    width: 150px;
    height: 150px;
  }
  .upcoming-preview-list-right__item:nth-child(2) img {
    width: 60px;
  }
  .upcoming-preview::after {
    top: 0;
    height: 122%;
    mask: linear-gradient(
        to right,
        transparent 0%,
        white 500px,
        white calc(100% - 500px),
        transparent 100%
      ),
      linear-gradient(
        to bottom,
        transparent 0%,
        white 500px,
        white calc(100% - 500px),
        transparent 100%
      );
  }
}
@media screen and (max-width: 1400px) {
  .header__right {
    position: absolute;
    top: calc(100% + 1px);
    height: fit-content;
    justify-content: flex-end;
    flex-direction: column;
    right: 0;
    z-index: 10;
    right: -150%;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid #2d2f3c;
    border-top: 0;
    border-right: 0;
  }
  .container-big {
    position: relative;
  }
  .header-right__item,
  .header-right-item__top,
  .header-right__item--username__top {
    width: 100%;
    border-left: 0;
    justify-content: center;
    padding: 15px 0;
    height: auto;
    min-height: 46px;
  }

  /* Исключаем навигацию из мобильных стилей на средних экранах (993px+) */
  @media (min-width: 993px) {
    .header__nav ul li.header-right__item--username {
      width: auto !important;
      max-width: none !important;
      overflow: visible !important;
    }

    .header__nav ul li.header-right__item--username .header-right__item--username__top {
      width: auto !important;
      padding: 0 24px !important;
      border-top: 0 !important;
      border-left: 1px solid var(--border-primary) !important;
      height: 100% !important;
      min-height: auto !important;
      justify-content: center !important;
    }
  }
  .header-right__item--lang,
  .header-right__item--username {
    padding: 0;
    border-top: 0;
  }
  /* Явно сбросить высоту элементов справа на мобильных (iOS Safari fix) */
  .header-right__item { height: auto; }
  .header-right-item__top,
  .header-right__item--username__top { height: auto; }
  .header-right-item__server {
    height: 60px;
  }
  .header-right-item__dropdown {
    right: 100%;
    left: unset;
    flex-direction: row;
    display: flex;
    width: 100%;
    top: 0;
    height: 100%;
    border-top: 1px solid #2d2f3c;
    background: #171924;
  }
  .header__right {
    transition: 250ms ease all;
  }
  .header__right.active {
    right: 0;
  }
  .header-right-item-dropdown__item {
    padding: 0;
  }
  .header-right-item-dropdown__item:last-child {
    border-left: 1px solid #2d2f3c;
  }
  .header-right__item .header-right-item__dropdown {
    transform: translateX(-10px);
  }
  .header-right__item.active .header-right-item__dropdown {
    transform: translateX(0px);
  }
  .header-right-item-username__dropdown {
    right: 100%;
    top: 0;
    background: #171924;
    border-bottom: 0;
  }

  /* Специальное правило для dropdown в навигации на средних экранах */
  /* На средних экранах (993px+) навигация должна работать как на десктопе */
  @media (min-width: 993px) {
    /* Отменяем мобильные стили для навигации */
    .header__nav ul li.header-right__item--username {
      width: auto !important;
      max-width: none !important;
      overflow: visible !important;
    }

    .header__nav ul li.header-right__item--username .header-right-item--username__top {
      width: auto !important;
      padding: 0 24px !important;
      border-top: 0 !important;
      border-left: 1px solid var(--border-primary) !important;
      height: 100% !important;
      min-height: auto !important;
    }

    .header__nav ul li.header-right__item--username .header-right-item-username__dropdown {
      right: auto !important;
      left: 0 !important;
      top: calc(100% + 1px) !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      border-top: 0 !important;
      border-bottom: 1px solid #2d2f3c !important;
      background: var(--background-secondary) !important;
    }
  }
  .header-right-item-username-d__item {
    padding: 10px 20px;
    min-height: auto;
    height: auto;
    line-height: 1.4;
  }
  .header-right__item:first-child {
    border-top: 0;
  }
  .container-big {
    padding: 0 20px;
  }
  .header__burger {
    flex-direction: column;
    width: 30px;
    height: 23px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }
  .header__burger span {
    width: 100%;
    height: 2px;
    transition: 250ms ease all;
    background: #4a4e60;
    position: relative;
  }
  .header__burger.active span {
    background: #fff;
  }
  .header__burger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
  }
  .header__burger.active span:nth-child(2) {
    opacity: 0;
  }
  .header__burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: -10px;
  }
  .preview {
    padding: 30px 0 50px;
  }
  .preview-slider__item.slick-center,
  .preview__slider,
  .slick-track {
    height: 400px;
  }
  .preview {
    padding: 30px 0 20px;
  }
  .preview-slider-item--text {
    font-size: 24px;
  }
  .slick-arrow {
    left: -30px;
  }
  .slick-next.slick-arrow {
    right: -30px;
  }
  .servers-tabs-content--tab__list {
    grid-template-columns: repeat(4, calc(25% - 15px));
    row-gap: 15px;
  }
  .recommend {
    padding: 30px 0;
  }
  .server-big,
  .news {
    padding: 30px 0;
  }
  .server-big__content,
  .banner__content {
    padding: 30px;
  }
  .server-big__name {
    font-size: 28px;
  }
  .countdown-item-settings span {
    font-size: 29px;
  }

  .server-big__wrapper {
    height: 200px;
  }
  .section__title {
    font-size: 22px;
  }
  .news-list-item__top {
    height: 218px;
    row-gap: 13px;
  }
  .nlibl__item {
    width: calc(33.3% - 8px);
  }
  .banner-content__title {
    font-size: 27px;
    margin-bottom: 16px;
  }
  .banner-content__text {
    max-width: 580px;
  }
  .banner-content__text {
    margin-bottom: 25px;
  }
  .banner-content-socs__item {
    width: 50px;
    height: 50px;
  }
  .banner {
    padding: 30px 0 30px;
  }
  .footer-top-left__list {
    gap: 26px;
  }
  .footer__bottom {
    padding-bottom: 23px;
  }
  .acli-wrap__title {
    font-size: 22px;
  }
  .anons-preview__title {
    font-size: 53px;
  }
  .anons__preview {
    padding: 54px 0 38px;
  }
  .anons-content__left--item {
    gap: 30px;
  }
  .rating-list-box__item {
    gap: 13px;
    padding: 25px 15px 14px;
  }
  .rlbii-top-left__username {
    font-size: 17px;
  }
  .rlbii-top-left__icon img {
    width: 18px;
  }
  .rlbii-top-right__discord,
  .rlbii-top-right__reviews,
  .rlbii-top-right__liked {
    height: 30px;
    padding: 0 10px;
  }
  .rlbii__text {
    max-width: 540px;
  }
  .rlbii__pic {
    height: 90px;
  }
  .rlbii__bottom {
    margin-top: 20px;
  }
  .rating-info__top .rating-list-box__item {
    padding-bottom: 35px;
    padding-top: 20px;
  }
  .rating-info__top .rlbii-top-left__username {
    font-size: 28px;
  }
  .rating-info__top .rlbii-top-left__icon img {
    width: 23px;
  }
  .rlbii__text {
    margin-top: 20px;
  }
  .rating-info-tabs-content__item p,
  .rating-info-tabs-content__item ul li {
    font-size: 15px;
    line-height: 22px;
  }
  .ritcr-item {
    padding: 22px;
  }
  .upcoming-preview-list-left__item:nth-child(3) {
    left: 185px;
  }
  .upcoming-preview-list-right__item:nth-child(1) {
    right: 160px;
  }
  .upcoming-preview-list-right__item:last-child {
    right: 190px;
  }
  .upcoming-news-list-item__img {
    height: 190px;
  }
  .upcoming-preview__title {
    font-size: 48px;
  }
  .header-right-item-username-d__item:last-child {
    border-bottom: 1px solid #2d2f3c;
  }
  .swiper-slide .preview-slider-item__inner {
    height: 320px;
  }
  .preview__slider {
    width: 990px;
  }
  .swiper-slide-active .preview-slider-item__inner {
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .preview__slider {
    width: 800px;
  }
  .preview-slider__item.slick-center,
  .preview__slider,
  .slick-track {
    height: 300px;
  }

  .preview-slider-item--back::after {
    height: 120px;
  }
  .servers-tabs-content--tab__list {
    grid-template-columns: repeat(3, calc(33.3% - 15px));
  }
  .owl-item.center .preview-slider-item__inner,
  .owl-stage {
    height: 322px;
  }
  .owl-item .preview-slider-item__inner {
    height: 263px;
  }
  .anons-content-right-sponsors__list {
    grid-template-columns: repeat(3, calc(33.3% - 9px));
    display: grid;
    gap: unset;
    justify-content: space-between;
    row-gap: 13px;
  }
  .anons-preview__title {
    font-size: 45px;
  }
  .anons__preview {
    padding: 44px 0 38px;
  }
  .anons-content__wrapper {
    gap: 32px;
    flex-direction: column;
  }
  .anons-content__right {
    width: 100%;
  }
  .anons-content-right-top__list {
    display: flex;
    flex-wrap: wrap;
  }
  .acrtl__item {
    width: 50%;
  }
  .acrtl__item:nth-child(odd) {
    padding-right: 20px;
    border-right: 1px solid var(--border-secondary);
  }
  .acrtl__item:nth-child(even) {
    padding-left: 20px;
  }
  .anons-content-right__top,
  .anons-content-right__popular--tags {
    padding: 20px;
  }
  .anons-content-right-top__title {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .anons-content__left {
    width: 100%;
  }
  .acli-wrap__title {
    font-size: 20px;
  }
  .profile-title {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .profile-content {
    width: 850px;
    padding: 20px;
  }
  .profile-content-left-nav__item,
  .profile-content-left__delete {
    padding: 14px 22px;
  }
  .popup-content {
    min-width: 380px;
    padding: 28px;
  }
  .popup__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .pcri-title {
    font-size: 22px;
  }
  .pcri-profile-photo__img {
    width: 60px;
    height: 60px;
  }
  .pcri-profile-photo__edit,
  .pcri-profile-personal__list-item--edit {
    padding: 10px 22px 10px 20px;
  }
  .pcri-profile-photo__edit img,
  .pcri-profile-personal__list-item--edit img {
    width: 22px;
  }
  .pcri-back {
    padding: 22px;
  }
  .pcri-profile-personal__title {
    font-size: 17px;
    margin-bottom: 19px;
  }
  .pcri-ppli__info {
    font-size: 15px;
  }
  .textarea-box textarea {
    height: 120px;
  }
  .wallet-balance {
    font-size: 28px;
    margin-bottom: 13px;
  }
  .prcip-project--add {
    height: 43px;
  }
  .wallet-service__item {
    padding: 20px;
  }
  .wallet-service-item__price span {
    font-size: 22px;
  }
  .wallet-service-item__btn {
    height: 42px;
  }
  .wallet-vote-choise-result__btn {
    height: 41px;
  }
  .upcoming-preview-list-left__item:first-child {
    width: 150px;
    height: 150px;
  }
  .upcoming-preview-list-left__item:first-child img {
    width: 110px;
  }
  .upcoming-preview-list__center {
    width: 280px;
    height: 280px;
  }
  .upcoming-preview-list-right__item:nth-child(1) {
    width: 160px;
    height: 160px;
  }
  .upcoming-preview-list-right__item:nth-child(1) img {
    width: 110px;
  }
  .upcoming-preview-list-left__item:nth-child(3) {
    left: 155px;
    width: 140px;
    height: 140px;
    bottom: -120px;
  }
  .upcoming-preview-list-right__item:last-child {
    right: 165px;
    width: 140px;
    height: 140px;
    top: 250px;
  }
  .upcoming-preview-list-left__item:nth-child(3) img {
    width: 95px;
  }
  .upcoming-preview-list-right__item:last-child img {
    width: 90px;
  }
  .upcoming-preview__content img {
    width: 200px;
  }
  .upcoming-preview__servers {
    right: 1px;
    top: 18px;
  }
  .upcoming-preview__title {
    font-size: 43px;
  }
  .upcoming-news-list-item__img {
    height: 150px;
  }
  .upcoming {
    padding: 70px 0 100px;
  }
  .swiper-slide .preview-slider-item__inner {
    height: 250px;
  }
  .swiper-slide-active .preview-slider-item__inner {
    height: 100%;
  }
  .preview__slider {
    width: 700px;
  }
  .gw-timer__amount {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .servers-tabs-content--tab__list {
    grid-template-columns: repeat(2, calc(50% - 7px));
  }
  .reccomend-top__how {
    font-size: 15px;
  }
  .section__title {
    font-size: 21px;
  }

  .servers-tabs-click__item {
    width: 33.3%;
    text-align: center;
  }
  .news__list {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 12px));
    row-gap: 24px;
  }
  .banner-content__title {
    font-size: 25px;
    margin-bottom: 14px;
  }
  .banner-content__text {
    max-width: 385px;
    margin-bottom: 20px;
  }
  .footer-top-left {
    flex-wrap: wrap;
    gap: 20px;
  }
  .servers-tabs__click {
    flex-wrap: wrap;
  }
  .news-list-item__top {
    height: 186px;
  }
  .banner-content__text {
    max-width: 510px;
  }
  .header__nav {
    position: absolute;
    top: calc(100% + 1px);
    z-index: 10;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    transition: 250ms ease all;
    background: #17192482;
  }
  .header-right-item__server {
    width: 100%;
  }
  .header-right-item-username__dropdown,
  .header-right-item__dropdown {
    right: 0;
    top: 100%;
  }

  .header__nav.active {
    opacity: 1;
    visibility: visible;
  }
  .header__right {
    top: calc(100% + 1px);
    width: 100%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    background: #17192482;
    z-index: 9; /* ниже, чем .header__nav (10), чтобы меню не перекрывалось */
    flex-direction: column;
    align-items: stretch;
  }
  .header__right.active {
    visibility: visible;
    opacity: 1;
  }
  .header__nav ul li {
    height: auto;
    width: 100%;
    border-bottom: 0;
    margin-left: 0 !important;
  }
.header__nav ul li a {
    padding: 14px 20px;
    justify-content: center;
    text-align: center;
  }
  .preview__slider {
    width: 600px;
  }
  .preview-slider-item__content {
    width: 85%;
  }
  .preview-slider-item--text {
    font-size: 20px;
  }
  .preview-slider-item__content {
    bottom: 30px;
  }
  .servers__top {
    gap: 60px;
  }
  .anons-preview-add__item {
    width: calc(50% - 9px);
  }
  .anons-preview__add {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 19px;
  }
  .anons-preview__title {
    font-size: 41px;
  }
  .anons-preview__text {
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 21px;
  }
  .anons-content-right-sponsors__list {
    grid-template-columns: repeat(2, calc(50% - 7px));
  }
  .anons-content__left {
    flex-direction: column;
    gap: 23px;
  }
  .anons-content__left--item {
    width: 100%;
  }
  .acli-wrap__title {
    font-size: 19px;
  }
  .acli-wrap-list-more__text {
    font-size: 15px;
  }
  .anons-content__left--item {
    gap: 23px;
  }
  .rating-list-box-item__num {
    font-size: 15px;
    width: 30px;
    height: 45px;
  }
  .rlbii__text {
    margin-top: 20px;
  }
  .ritcr-item {
    padding: 17px;
  }
  .ritcr-top-left__username {
    font-size: 16px;
  }
  .rating-info-tabs-top__item {
    padding: 14px;
  }
  .rating-info-tabs-content__item p,
  .rating-info-tabs-content__item ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .profile-content {
    width: 700px;
    padding: 18px;
  }
  .popup-content {
    min-width: 360px;
    padding: 23px;
  }
  .popup__title {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .popup-close img {
    width: 22px;
  }
  .popup-field {
    padding: 12px 14px;
    font-size: 15px;
  }
  .popup-dropdown__main {
    height: 43px;
    font-size: 15px;
    padding: 12px 14px;
  }
  .popup-save {
    font-size: 15px;
    margin-top: 22px;
  }
  .profile-title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .profile-content {
    padding: 15px;
  }
  .profile-content-left-nav__item,
  .profile-content-left__delete {
    padding: 10px 20px;
    font-size: 15px;
  }
  .pcri-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .pcri-profile-photo__img {
    width: 55px;
    height: 55px;
  }
  .pcri-profile-photo__edit img,
  .pcri-profile-personal__list-item--edit img {
    width: 20px;
  }
  .pcri-profile-photo__edit,
  .pcri-profile-personal__list-item--edit {
    padding: 8px 20px 8px 16px;
    font-size: 15px;
  }
  .pcri-profile-personal__title {
    font-size: 16px;
    margin-bottom: 17px;
  }
  .profile-content {
    width: 100%;
  }
  .profile-content {
    padding: 10px;
  }
  .profile-wrapper-box {
    width: 100%;
  }
  .textarea-box textarea {
    height: 100px;
  }
  .profile__wrapper {
    width: 100%;
  }
  .profile__wrapper {
    padding: 44px 0 80px;
  }
  .wallet-service__item {
    padding: 15px;
  }
  .wallet-service-item__price span {
    font-size: 20px;
    margin-right: 5px;
  }
  .sign__wrapper {
    padding: 100px 0;
  }
  .sign__title {
    font-size: 22px;
  }
  .sign-socs-item {
    height: 50px;
  }
  .sign-or {
    margin: 21px 0 17px;
  }
  .upcoming-preview-list__left {
    display: none;
  }
  .upcoming-preview-list__right {
    display: none;
  }
  .upcoming-preview-list__center {
    width: 450px;
    height: 450px;
  }
  .upcoming-preview__content img {
    width: 300px;
  }
  .upcoming-preview__servers {
    right: 48px;
  }
  .upcoming-preview__text {
    font-size: 16px;
    margin-bottom: 70px;
  }
  .upcoming-preview-list__other {
    bottom: -215px;
  }
  .upcoming-news__title {
    font-size: 36px;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .upcoming-news__list {
    grid-template-columns: repeat(2, calc(50% - 11px));
    row-gap: 22px;
  }
  .upcoming {
    padding: 70px 0 70px;
  }
  .upcoming-preview__title {
    font-size: 39px;
  }
  .upcoming-news {
    padding-top: 68px;
  }
  .header-right-item__top.active + .header-right-item__dropdown,
  .header-right__item--username__top.active
    + .header-right-item-username__dropdown {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    height: auto;
  }
  .header-right__item--username {
    flex-direction: column;
    gap: 0;
  }
  .header-right__item--username__top.active {
    color: var(--text-primary);
    background: var(--background-secondary);
  }

  .header-right__item--username__top.active
    .header-right__item--username-angle::before {
    opacity: 1;
  }
  .header-right__item--username__top.active
    .header-right__item--username-angle::after {
    opacity: 0;
  }
  .header-right-item__top.active {
    color: var(--text-primary);
    background: var(--background-secondary);
  }
  .header__right-anons {
    top: calc(100% + 1px);
  }
  .header-right__item--username__top.active
    .header-right__item--username-angle {
    transform: rotate(180deg);
  }
  .header-right-item-dropdown__item {
    height: 40px;
  }
  .header-right-item__top:hover .header-right-item__dropdown {
    transform: unset;
  }
  .header-right__item .header-right-item__dropdown,
  .header-right-item-username__dropdown {
    position: static;
    opacity: 1;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transform: unset;
    opacity: 0;
  }
  .header-right__item--lang {
    gap: 0;
    flex-direction: column;
  }
  .header-right-item-dropdown__item {
    border-bottom: 0;
    border-top: 0;
  }
  .upcoming-preview::after {
    display: none;
  }
  .header__left {
    height: fit-content;
  }
  .header__nav ul {
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
  }
  .header__nav ul li {
    height: auto;
    width: 100%;
  }
  .header__nav {
    height: auto;
  }
  .header__right {
    border-top: 1px solid #2d2f3c;
  }
  .header__nav ul li a {
    border-left: 0;
    padding: 14px 20px;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .preview__slider {
    width: 520px;
  }
  .slick-arrow {
    left: -10px;
  }
  .owl-item .preview-slider-item__inner {
    height: 170px;
    margin: 0 8px;
  }
  .owl-nav {
    display: none;
  }
  .owl-item.center .preview-slider-item__inner,
  .owl-stage,
  .preview__slider {
    height: 200px;
  }
  .preview-slider-item--text {
    font-size: 18px;
    line-height: 25px;
  }
  .rlbii__top {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
  }
  .rlbii__pic {
    height: 80px;
  }
  .slick-next.slick-arrow {
    right: -10px;
  }
  .server-big__content {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
  .server-big__wrapper {
    min-height: 360px;
  }
  .server-big-back__gradient {
    width: 150%;
  }
  .servers-tabs-click__item {
    width: 50%;
  }
  .servers-tabs-click__item {
    padding: 18px 12px;
    font-size: 15px;
  }
  .servers__top {
    gap: 30px;
    flex-direction: column;
  }
  .news-list-item__top {
    height: 150px;
  }
  .news-list-item__top--video .news-list-item__top {
    height: 200px;
  }
  .news-list-item-bottom__title {
    font-size: 16px;
    margin-top: 16px;
  }
  .banner-content__title {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .banner-back__gray {
    width: 100%;
  }
  .servers-top__right {
    flex-wrap: wrap;
  }
  .servers-top__filter,
  .servers-top__version {
    width: 49%;
  }
  .footer-top-left__list {
    gap: 26px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .rating-info-tabs-content__item iframe {
    width: 100%;
  }
  .profile-content {
    flex-direction: column;
    height: fit-content;
    gap: 22px;
  }
  .profile-content-left {
    gap: 10px;
  }
  .profile-content-left__nav {
    flex-direction: row;
  }
  .profile-content-left-nav__item,
  .profile-content-left__delete {
    padding: 8px 17px;
    font-size: 14px;
  }
  .profile-content-left__nav {
    justify-content: space-between;
  }
  .profile-content-left {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .profile-content-left__delete {
    width: fit-content;
    margin: 0 auto;
  }
  .pcri-title {
    font-size: 19px;
    margin-bottom: 15px;
    text-align: center;
  }
  .profile-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  .pcri-back {
    padding: 18px;
  }
  .countdown__title {
    text-align: center;
  }
  .pcri-profile-photo__img {
    width: 50px;
    height: 50px;
  }
  .pcri-profile-photo__edit img,
  .pcri-profile-personal__list-item--edit img {
    width: 18px;
    font-size: 14px;
  }
  .pcri-profile-personal__title {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  .popup-project .popup-content {
    min-width: unset;
    width: 93%;
    max-width: unset;
  }
  .header__right-anons {
    top: calc(100% + 1px);
  }
  .swiper-slide .preview-slider-item__inner {
    height: 150px;
  }
  .swiper-slide-active .preview-slider-item__inner {
    height: 100%;
  }
  .swiper-button-prev {
    left: 0;
    width: 45px;
    height: 45px;
  }
  .swiper-button-next {
    right: 0;
    width: 45px;
    height: 45px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    height: 11px;
  }
  .preview__slider {
    width: 77%;
  }
}
@media screen and (max-width: 576px) {
  .header__nav ul {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .header__nav ul li {
    width: 100%;
    height: auto;
  }
  .header__right {
    top: calc(100% + 1px);
  }

  .slick-arrow {
    display: none !important;
  }
  .preview__slider {
    width: 100%;
  }
  .slick-list {
    padding: 0 !important;
  }
  .recommend__top {
    flex-direction: column;
    gap: 12px;
  }
  .servers-tabs-content--tab__list {
    grid-template-columns: repeat(1, 100%);
  }
  .servers-top__filter,
  .servers-top__version {
    width: 100%;
  }
  .servers-tabs-click__item {
    width: 100%;
  }
  .section__title {
    text-align: center;
  }
  .news__list {
    display: grid;
    grid-template-columns: repeat(1, 100%);
  }
  .footer__bottom {
    flex-direction: column;
    gap: 10px;
  }
  .anons-preview__title {
    font-size: 33px;
    text-align: center;
  }
  .anons-preview__text {
    margin-bottom: 31px;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
  .anons-preview-add__item {
    width: 100%;
  }
  .anons-preview__add {
    row-gap: 12px;
  }
  .anons-preview-add__item {
    height: 70px;
  }
  .anons-content-right__top,
  .anons-content-right__popular--tags {
    padding: 15px;
  }
  .anons-content-right-top__title {
    margin-bottom: 15px;
    text-align: center;
  }
  .acrtl__item {
    width: 100%;
  }
  .acrtl__item:nth-child(odd) {
    border-right: 0;
    padding-right: 0;
  }
  .acrtl__item:nth-child(even) {
    padding-left: 0;
  }
  .anons-content-right-sponsors__list {
    grid-template-columns: repeat(1, 100%);
  }
  .acrsl__item {
    height: 65px;
  }
  .acrpt-list__item {
    font-size: 13px;
    padding: 3px 7px;
  }
  .acli-wrap-list__item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
  }
  .acli-wrap__title {
    font-size: 18px;
    text-align: center;
  }
  .rlbii-top__right {
    flex-wrap: wrap;
  }
  .profile-content {
    width: 100%;
  }
  .popup-content {
    padding: 18px;
  }
  .popup__title {
    font-size: 17px;
    margin-bottom: 13px;
    line-height: 1.2;
  }
  .popup-close img {
    width: 20px;
  }
  .popup-field {
    padding: 10px 12px;
    font-size: 14px;
  }
  .privacy__info p,
  .privacy__info ul li {
    line-height: 22px;
  }
  .privacy__info {
    padding: 20px;
  }
  .popup-dropdown__main {
    height: 37px;
    font-size: 14px;
    padding: 10px 12px;
  }
  .popup-save {
    font-size: 14px;
    margin-top: 19px;
    height: 39px;
  }
  .profile-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .profile-content-left__nav {
    flex-wrap: wrap;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .profile-content-left-nav__item {
    width: 48%;
    text-align: center;
    justify-content: center;
  }
  .textarea-box textarea {
    height: 60px;
    font-size: 14px;
    padding: 12px;
  }
  .profile-project__top {
    flex-direction: column;
  }
  .profile-project-top__left {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .sign__title {
    font-size: 20px;
  }
  .sign__text {
    line-height: 21px;
    font-size: 14px;
  }
  .sign-form {
    width: 100%;
  }
  .sign-socs-item {
    height: 47px;
  }
  .pcri-profile-personal__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 10px;
    justify-content: flex-start;
  }
  .selectize-control.single .selectize-input {
    height: 36px;
    font-size: 13px;
    padding: 0 12px;
  }
  .selectize-dropdown [data-selectable].option {
    padding: 9px 12px;
    font-size: 13px;
  }
  .prcip-project--add {
    height: 42px;
    font-size: 15px;
  }
  .prcip-project-add__plus {
    width: 20px;
    height: 20px;
  }
  .wallet-service {
    grid-template-columns: repeat(1, calc(100%));
    row-gap: 13px;
  }
  .form-group label {
    font-size: 14px;
  }
  .upcoming-news__list {
    grid-template-columns: repeat(1, calc(100%));
  }
  .upcoming-preview-list__center {
    width: 300px;
    height: 300px;
  }

  .upcoming-preview__content img {
    width: 218px;
  }
  .upcoming-preview__servers {
    right: 7px;
  }
  .upcoming-preview__title {
    font-size: 34px;
  }
  .header__right-anons {
    top: calc(100% + 1px);
  }
  .header__nav ul li a {
    height: 45px;
  }
  .servers-top__version .selectize-control.single .selectize-input {
    height: 100%;
  }
}

.error {
    color: red;
}

@media (max-width: 991px) {
  .header-right-item-username__dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }

  .header-right__item--username.active > .header-right-item-username__dropdown {
    color: #fff;
    z-index: 9999;
    position: static;
    width: 100%;
    overflow: visible;
  }

  .header-right-item-username-d__item {
    padding: 10px 20px !important;
    min-height: auto !important;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.4;
  }
}

/* ДОПОЛНИТЕЛЬНЫЕ ИСПРАВЛЕНИЯ ДЛЯ МОБИЛЬНЫХ */
@media screen and (max-width: 768px) {
  /* Исправление заголовка превью анонсов */
  .anons-preview__title {
    font-size: 32px !important;
    line-height: 1.2;
    word-wrap: break-word;
  }

  .anons-preview__text {
    font-size: 14px !important;
    line-height: 1.4;
  }

  /* Исправление секции с баннерами */
  .anons-preview__add {
    flex-direction: column;
    gap: 12px;
  }

  .anons-preview-add__item {
    width: 100% !important;
    height: 80px;
  }

  /* Исправление контента анонсов */
  .anons-content__wrapper {
    flex-direction: column !important;
  }

  .anons-content__left {
    width: 100% !important;
  }

  .anons-content__right {
    width: 100% !important;
    margin-top: 24px;
  }

  /* Исправление шапки рейтинга */
  .rating-info__top .rlbii__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .rlbii-top__left {
    width: 100%;
  }

  .rlbii-top__right {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }

  .rlbii-top-left__username {
    font-size: 18px !important;
    word-wrap: break-word;
    max-width: 100%;
  }

  .rating-info__top .rlbii-top-left__username {
    font-size: 24px !important;
  }

  .rlbii-top-right__discord,
  .rlbii-top-right__liked,
  .rlbii-top-right__reviews {
    flex: 1;
    min-width: fit-content;
    justify-content: center;
  }

  /* Исправление табов */
  .rating-info-tabs-top__item {
    font-size: 14px;
    padding: 12px 8px;
    flex: 1;
    text-align: center;
  }

  /* Исправление текста */
  .rlbii__text {
    font-size: 13px;
    line-height: 1.6;
    word-wrap: break-word;
    max-width: 100%;
  }

  /* Исправление правой колонки с деталями */
  .anons-content-right__details {
    padding: 16px;
  }

  .anons-content-right-top__title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .anons-content-right-details-info__item {
    font-size: 14px;
    word-wrap: break-word;
  }
}

@media screen and (max-width: 576px) {
  /* Еще больше сжимаем для маленьких экранов */
  .anons-preview__title {
    font-size: 24px !important;
  }

  .anons-preview__text {
    font-size: 13px !important;
    margin-bottom: 24px !important;
  }

  .rating-info__top .rlbii-top-left__username {
    font-size: 20px !important;
  }

  .rlbii-top-left__username {
    font-size: 16px !important;
  }

  .rlbii-top-right__discord,
  .rlbii-top-right__liked,
  .rlbii-top-right__reviews {
    width: 100%;
    flex: unset;
  }

  .rating-info-tabs-top__item {
    font-size: 13px;
    padding: 10px 6px;
  }

  .rlbii__text {
    font-size: 12px;
  }

  /* Исправление для rating-list-box */
  .rating-list-box__item {
    padding: 16px 12px;
  }

  .rating-list-box-item__num {
    width: 28px;
    height: 40px;
    font-size: 14px;
  }

  /* Исправление для мелких кнопок */
  .rlbii-bottom__rating {
    font-size: 12px;
  }
}

/* ИСПРАВЛЕНИЕ ДЛЯ ОЧЕНЬ МАЛЫХ ЭКРАНОВ (320px-480px) */
@media screen and (max-width: 480px) {
  .anons-preview__wrapper {
    padding: 0;
  }

  .anons-preview__title {
    font-size: 20px !important;
    margin-bottom: 12px;
  }

  .anons-preview__text {
    font-size: 12px !important;
    margin-bottom: 20px !important;
  }

  .rating-info__top .rating-list-box__item {
    padding: 12px 8px;
    padding-top: 16px;
  }

  .rating-info__top .rlbii-top-left__username {
    font-size: 18px !important;
    line-height: 1.3;
  }

  .rlbii-top-left__icon img {
    width: 16px;
  }

  .rlbii-top-right__discord,
  .rlbii-top-right__liked,
  .rlbii-top-right__reviews {
    font-size: 12px;
    padding: 0 8px;
    height: 28px;
  }

  .rlbii-top-right__discord img,
  .rlbii-top-right__liked img {
    width: 14px;
    height: 14px;
  }
.pagination-premium {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

.pagination-premium__btn {
    min-width: 110px;
    height: 36px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #aeb6cf;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: none;
    transition: all 0.2s ease;
}

.pagination-premium__btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08);
    transform: none;
}

.pagination-premium__btn--disabled {
    opacity: 0.28;
    pointer-events: none;
    color: #6e768d;
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.03);
}

.pagination-premium__btn--prev,
.pagination-premium__btn--next {
    margin: 0;
}

.pagination-premium__arrow {
    font-size: 14px;
    line-height: 1;
    opacity: 0.8;
}
    .acli-wrap__toggle {
    display: flex;
    align-items: center;
}

.acli-wrap__toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #9f9bbd;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.acli-wrap__toggle-btn:hover {
    color: #ffffff;
    opacity: 1;
}

.acli-wrap__toggle-btn:focus {
    outline: none;
}

.acli-wrap__toggle-btn .js-more-label,
.acli-wrap__toggle-btn .js-less-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
    }
