@font-face {
    font-family: 'Stapel';
    src: url(../fonts/Stapel-Medium.woff2) format('woff2'),
         url(../fonts/Stapel-Medium.woff) format('woff');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'Stapel';
    src: url(../fonts/Stapel-Bold.woff2) format('woff2'),
         url(../fonts/Stapel-Bold.woff) format('woff');
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: 'Manrope';
    src: url(../fonts/Manrope-Medium.woff2) format('woff2'),
         url(../fonts/Manrope-Medium.woff) format('woff');
    font-style: normal;
    font-weight: 500;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.65;
    color: #878787;
    background-color: #4d0608;
    margin: 0;
    padding: 0;
    text-rendering: optimizeSpeed;
}
.body-wrapper {
    overflow: clip;
    margin: 0;
}
a {
    text-decoration: none;
    transition: all .2s ease-in-out;
    color: #cdcdcd;
}
img, picture {
    max-width: 100%;
    display: block;
}
header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1001;
    background: radial-gradient(circle, #240004, #120000);
    background-size: 75% 75%;
    background-position: center;
    height: 90px;
    position: fixed;
}
.header__container {
    width: 100%;
    padding: 20px 40px;
    padding-right: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Stapel";
    letter-spacing: 0.03em;
    line-height: 1;
    color: #cdcdcd;
}
.header__first {
    display: flex;
    gap: 68px;
    align-items: center;
}
.header__logo {
    transition: all .2s ease-in-out;
}
.header__logo:hover {
    filter: drop-shadow(0 0 2px #f2ca7d) drop-shadow(0 0 10px #c90300);
}
.nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 50px;
    align-items: center;
    text-transform: uppercase;
}
.nav__list-el {
    margin: 0;
    padding: 0;
    position: relative;
}
.nav__list-el::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 25px;
    width: 2px;
    height: 30px;
    background: #1e0d0d;
}
.nav__list-item:hover {
    color: #fff;
}
.header__second {
    display: flex;
    align-items: center;
    gap: 40px;
}
.header__second .servers__list .server:not(:first-child)::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 25px;
    width: 2px;
    height: 30px;
    background: #270d0f;
}
.servers__list {
    display: flex;
    align-items: center;
    gap: 50px;
}
.server__list.small {
    display: none;
}
.server {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}
.server__img {
    transition: all .2s ease-in-out;
}
.server:hover .server__img {
    transform: scale(1.12);
}
.server__info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 6px;
    text-transform: uppercase;
}
.server__info-name span.online {
    color: #6e9a28;
}
.server__info-name span.off {
    color: #9a4b28;
}
.server__info-name span.beta {
    color: #919a28;
}
.server__info-desc {
    font-size: 12px;
    color: #534647;
}
.servers__list.small {
    display: none;
}
@media(max-width: 2000px) {
    .servers__list {
        display: none;
    }
    .servers__list.small {
        display: block;
        position: relative;
    }
    .servers__list-trigger {
        cursor: pointer;
        text-transform: uppercase;
        position: relative;
        padding-right: 16px;
    }
    .servers__list-trigger::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 9px;
        height: 6px;
        background: url(../img/lang-arrow.png) center no-repeat;
        background-size: contain;
        transition: all .3s ease-in-out;
    }
    .servers__list-container {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        margin-top: 15px;
        display: flex;
        gap: 25px;
        padding: 10px 20px;
        /* background: linear-gradient(to right, #200003, #130000); */
        background-color: rgba(26, 0, 2, 0.66);
        backdrop-filter: blur(12px);
        border-radius: 32px 0px 32px 0px;
        clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
        flex-wrap: wrap;
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease-in-out;
    }
    .servers__list.small .servers__list-container {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .servers__list:hover .servers__list-container {
        opacity: 1;
        visibility: visible;
    }
    .servers__list:hover .servers__list-trigger::after {
        transform: translateY(-50%) scale(1, -1);
    }
    .server {
        width: max-content;
    }
}
.auth {
    width: auto;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background: radial-gradient(circle, #8d3200, #790c0c);
    background-size: 150% 150%;
    background-position: center;
    border-radius: 16px 0px 16px 0px;
    clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
    transition: all .2s ease-in-out;
    will-change: transform, scale;
    text-transform: uppercase;
    position: relative;
    flex-shrink: 0;
}
.auth::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #090909, #fff0);
    background-size: 150% 150%;
    opacity: 0.25;
}
.auth:hover {
    filter: brightness(120%);
}
.header__right-btn:hover {
    filter: brightness(1.2);
    transform: scale(1.02) rotate(2deg);
}
.swap-lang-wrap {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    font-weight: bold;
}
.swap-lang {
    position: relative;
}
.swap-lang-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}
.lang-item-flag {
    width: 34px;
    height: 24px;
    border-radius: 4px;
}
.lang-item-flag img {
    object-fit: cover;
    object-position: center;
    width: 34px;
    height: 24px;
}
.lang-item-name {
    transition: all .2s ease-in-out;
    text-transform: uppercase;
}
.lang-list .swap-lang-item:hover .lang-item-name {
    color: #fff;
}
.lang-list .lang-item-flag {
    transition: all .2s ease-in-out;

}
.lang-list .swap-lang-item:hover .lang-item-flag {
    transform: scale(1.08);
}
.lang-list {
    position: absolute;
    top: 100%;
    margin-top: 7px;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    gap: 7px;
    transition: all .3s ease-in-out;
    z-index: 3;
    background: #120000;
    border-radius: 12px;
    padding-left: 10px;
    margin-left: -10px;
    padding-right: 10px;
    margin-right: -10px;
    padding-bottom: 12px;
    margin-bottom: -5px;
}
.swap-lang-wrap:hover .lang-list {
    opacity: 1;
    visibility: visible;
}
.swap-lang-arrow {
    background: url(../img/lang-arrow.png) center no-repeat;
    background-size: contain;
    width: 9px;
    height: 6px;
    transition: all .3s ease-in-out;
}
.swap-lang-wrap:hover .swap-lang-arrow {
    transform: scale(1, -1);
}
section {
    display: flex;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
section::after {
    content: "";
    width: 100%;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateY(-40%);
    background: url(../img/bg/section-divider.png) center center no-repeat;
    background-size: auto 100%;
    pointer-events: none;
}
@media(min-width: 2000px) {
    section::after {
        background-size: 100% 100%;
    }
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
h1, h2, h3, h4, h5, .section__title, .feature-title, .small-title, .tiny {
    font-family: "Stapel", sans-serif;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #ffb232;
    text-transform: uppercase;
}
h2 { font-size: 40px; }
h3, h4, h5 { font-size: 13px; }


/* PROMO LINE */
.promo-line {
    width: 100%;
    background: rgba(145, 11, 11, 0.7);
    font-family: "Stapel", sans-serif;
    font-size: 20px;
    letter-spacing: 0.03em;
    color: #ffb232;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 45px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    top: 90px;
}
.promo-line__close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Stapel", sans-serif;
    color: #ffb232;
    font-size: 14px;
    cursor: pointer;
    background: #b30808;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    transition: all 0.4s ease;
    right: 3%;
    padding: 0;
}
.promo-line__close:hover {
    transform: translateY(-50%) rotate(360deg);
}
.promo-line.hidden {
    display: none;
}


/* SIDEBAR */
.nav-sidebar {
    position: fixed;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}
.nav-sidebar::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 428px;
    background: linear-gradient(to bottom, rgba(155, 96, 44, 0) 0%, rgba(155, 96, 44, 1) 10%, rgba(155, 96, 44, 1) 90%, rgba(155, 96, 44, 0) 100%);
    border-radius: 50%;
}
.nav-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}
.nav-sidebar li {
    position: relative;
    margin: 0;
}
.nav-sidebar a {
    display: block;
    text-align: right;
    padding-right: 20px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
}
.nav-sidebar a::before {
    content: '';
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: radial-gradient(circle, #441a1c 4px, #813d1b 6px, #441a1c 9px);
    border-radius: 50%;
    /* border: 2px solid #e5e7eb; */
}
.nav-sidebar a:hover {
    filter: brightness(95%);
}
.nav-sidebar a.active {
    color: #1f1f26;
}
.nav-sidebar a.active::after {
    content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #ffa453;
    border-radius: 50%;
}
.nav-sidebar a.active::before {
    filter: drop-shadow(0 0 10px #ffb16d);
}
@media (max-width: 1600px) {
    .nav-sidebar {
        display: none;
    }
}
.nav-link-title {
    font-family: "Stapel", sans-serif;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #ffb232;
    text-transform: uppercase;
    padding-bottom: 6px;
}
.nav-link-desc {
    font-size: 13px;
    color: #bca888;
}


/* WELCOME */
section.welcome {
    background-image: url(../img/bg/welcome-bg.jpg);
    background-image: url(../img/bg/welcome-bg.webp);
    position: relative;
    overflow: hidden;
    padding-top: 90px;
}
section.welcome::after {
    display: none;
}
section.welcome .container {
    padding-bottom: 119px;
    text-align: center;
    justify-content: flex-end;
    height: calc(100vh - 90px);
    min-height: 600px;
}
.welcome__logo, .register__logo {
    transition: all .3s ease-in-out;
}
.welcome__logo:hover, .register__logo:hover {
    /* transform: scale(1.1); */
    filter: drop-shadow(0 0 2px #f2ca7d) drop-shadow(0 0 10px #c90300);
}
.section__title {
    font-size: 56px;
    margin: 0;
    line-height: 1;
    padding-bottom: 20px;
}
.section__subtitle {
    font-family: "Stapel", sans-serif;
    letter-spacing: 0.03em;
    font-size: 30px;
    color: #e9e9e9;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}
.red-btn {
    margin-top: 50px;
    width: 450px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/red-btn.png);
    background-image: url(../img/red-btn.webp);
    background-size: contain;
    font-family: "Stapel", sans-serif;
    letter-spacing: 0.04em;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffe7e7;
    transition: all .2s ease-in-out;
    will-change: transform;
    flex-shrink: 0;
}
.red-btn:hover {
    filter: brightness(120%);
    transform: scale(1.02);
}


/* STAGES */
section.stages {
    background-image: url(../img/bg/stages-bg.jpg);
    background-image: url(../img/bg/stages-bg.webp);
}
section.stages .container {
    /* padding: 0 60px; */
    padding-top: 140px;
    padding-bottom: 130px;
    max-width: 100vw;
}
.stages__header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    max-width: 600px;
}
.section__desc {
    margin: 0;
    width: 100%;
    font-size: 18px;
    color: #d9d9d9;
}
.stages__map {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 140px;
    gap: 50px;
}
.map__info {
    max-width: 460px;
    min-height: 410px;
    width: 100%;
    height: max-content;
    position: relative;
    align-self: center;
    margin-right: 650px;
    overflow: auto;
}
.map__info-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.content__header {
    display: block;
}
.small-title {
    margin: 0;
    font-family: "Stapel", sans-serif;
    letter-spacing: 0.03em;
    color: #ffb232;
    font-size: 28px;
    line-height: 1;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.small-subtitle {
    margin: 0;
    font-size: 16px;
    color: #d3d3d3;
    font-weight: 500;
    line-height: 1;
}
.content__desc span {
    color: #d3d3d3;
}
.map__slider {
    min-height: 300px;
}
.map__slider-item {
    /* max-width: 470px; */
    margin: 0 16px;
    max-height: 205px;
    transition: all .3s ease;
}
.map__slider-item.is-active {
    max-height: 300px;
}
.map__slider-content {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    max-width: 470px;
    border: 2px solid #341719;
    border-radius: 0 16px 0 16px;
    padding: 35px 38px;
    position: relative;
}
.map__slider-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #280b0f;
    border: 2px solid #341719;
    border-radius: 0 16px 0 16px;
    opacity: 1;
    transition: all .3s ease-in-out;
}
.map__slider-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: radial-gradient(circle, #551920, #2e070c);
    background-size: 150% 150%;
    background-position: center center;
    border: 2px solid #421313;
    border-radius: 0 16px 0 16px;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.stage__number {
    background: url(../img/stage-border.png) center no-repeat;
    width: 67px;
    height: 67px;
    font-size: 32px;
    line-height: 1;
    color: #c6c6c6;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all .3s ease-in-out;
}
.map__slider-item.is-active .stage__number {
    filter: brightness(180%) drop-shadow(0 0 5px #ffffff70);
}
.stage__header {
    line-height: 1;
}
.tiny {
    margin: 0;
    font-size: 22px;
    padding-bottom: 15px;
}
.tiny-subtitle {
    margin: 0;
    color: #8c8c8c;
    font-size: 16px;
}
.stage__desc {
    color: #bababa;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}
.map__slider-item.is-active .stage__desc {
    -webkit-line-clamp: unset;
    opacity: 1;
    transform: translateY(0);
}
.map__slider-item:not(.is-active) .stage__desc {
    opacity: 0.95;
    transform: translateY(-5px);
}
.map__slider-item.is-active .map__slider-content::after {
    opacity: 1;
}
.slick-dots {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    list-style: none !important;
}
.slick-dots li {
    list-style: none !important;
}
.slick-dots li::marker {
    content: "";
    display: none;
}
.slick-dots dot:focus,
.slick-dots dot:active {
    outline: none !important;
    box-shadow: none !important;
}
.dot {
    outline: none !important;
    box-shadow: none !important;
    width: 15px;
    height: 12px;
    border: none;
    cursor: pointer;
    background: rgba(147, 140, 122, 0.53);
    /* border-radius: 0 4px 0 4px; */
}
li.slick-active .dot {
    background: #a42220a3;;
}
/* .slick-track {
    min-height: 300px;
} */
@media(max-width: 1920px) {
    .map__slider-content {
        padding: 25px 20px;
        gap: 20px;
    }
    .stage__desc {
        font-size: 15px;  
    }
}


/* FEATURES */
section.features {
    background-image: url(../img/bg/features-bg.jpg);
    background-image: url(../img/bg/features-bg.webp);
}
section.features .container {
    padding-top: 140px;
    padding-bottom: 135px;
    max-width: 100vw;
    width: 100%;
}
.features__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.features__header .section__desc {
    max-width: 750px;
}
.features__slider {
    position: relative;
    max-width: 100vw;
    width: 100%;
}
.features__slider .slick-list {
    overflow: visible;
}
.features__slider-item {
    transform: scale(0.9);
    border-radius: 0 19px 0 19px;
    position: relative;
}
.features__slider-item::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(55, 1, 1, 0.26);
    border-radius: 0 19px 0 19px;
    opacity: 1;
    transition: all .3s ease;
}
.features__slider-item.slick-now {
    transform: scale(1);
}
.features__slider-item.slick-now::after {
    opacity: 0;
}
.features__slider-item, .features__slider .slick-slide {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.features__slider button {
    background: none;
    border: none;
    padding: 0;
}
.features__slider .slick-prev {
    background: url(../img/features__arrow-left.png) center no-repeat;
    background-size: cover;
}
.features__slider .slick-next {
    background: url(../img/features__arrow-right.png) center no-repeat;
    background-size: cover;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    width: 50px;
    height: 80px;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    filter: drop-shadow(0 0 27px #b02500);
    background-color: none;
}
.slick-prev { left: 41%; }
.slick-next { right: 41%; }
@media(max-width: 1920px) {
    .slick-prev { left: 40%; }
    .slick-next { right: 40%; }
}
@media(max-width: 1280px) {
    .slick-prev { left: 37%; }
    .slick-next { right: 37%; }   
}
.features__list {
    margin-top: 80px;
    text-align: center;
    max-width: 730px;
    width: 100%;
    min-height: 290px;
    position: relative;
}
.features__content {
    width: 100%;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.feature {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.feature-title {
    font-size: 40px;
    margin: 0;
    line-height: 1;
    padding-bottom: 28px;
}
.feature-desc {
    font-size: 18px;
    color: #d9d9d9;
    margin: 0;
}
.feature .start-play {
    margin-top: 38px;
}
.feature.active {
    visibility: visible;
    opacity: 1;
}


/* SKILLS */
section.skills {
    background-image: url(../img/bg/skills-bg.jpg);
    background-image: url(../img/bg/skills-bg.webp);
}
.skills__bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(40%);
}
section.skills > :not(.skills__demo) {
    z-index: 1;
}
section.skills .container {
    height: calc(100vh - 90px);
    min-height: 600px;
    justify-content: flex-end;
    padding-top: 0z;
    padding-bottom: 120px;
    width: 100%;
}
.skills__bg-video,
.skills__header-info {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.skills__bg-video.active,
.skills__header-info.active {
    opacity: 1;
    visibility: visible;
}
.skills__header {
    max-width: 1000px;
    width: 100%;
    min-height: 136px;
    position: relative;
}
.skills__header-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.skills__header-info .section__desc {
    overflow: auto;
}
.skills__list {
    margin-top: 40px;
    display: flex;
    justify-self: center;
    align-items: center;
    gap: 34px;
    padding: 20px 58px;
    clip-path: polygon(2.4% 0, 100% 0%, 97.6% 100%, 0% 100%);
    background: #000;
    border-radius: 40px 0 40px 0;
}
.skill {
    width: 80px;
    height: 80px;
    border-radius: 6px 12px 6px 12px;
    filter: brightness(35%);
    cursor: pointer;
    transition: all .3s ease;
}
.skill.active {
    filter: brightness(100%);
}


/* COMMUNITY */
section.community {
    background-image: url(../img/bg/community-bg.jpg);
    background-image: url(../img/bg/community-bg.webp);
}
section.community .container {
    padding-top: 200px;
    padding-bottom: 216px;
}
.community__header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.community__header .section__desc {
    max-width: 710px;
}
.community__links {
    padding-top: 44px;
    padding-bottom: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.link {
    width: 530px;
    height: 244px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    gap: 14px;
    border-radius: 0 16px 0 16px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    color: #d4d4d4;
    transition: all .3s ease-in-out;
}
.link:hover {
    filter: brightness(120%);
}
.link-name {
    display: flex;
    justify-self: center;
    align-items: center;
    gap: 12px;
    font-family: "Stapel", sans-serif;
    letter-spacing: 0.03em;
    font-size: 30px;
    text-transform: uppercase;
}
.link-discord {
    background-image: url(../img/discord-bg.png);
}
.link-telegram {
    background-image: url(../img/telegram-bg.png);
}
.community-feature {
    position: inherit;
    opacity: inherit;
    visibility: inherit;
    text-align: center;
    max-width: 700px;
}


/* INFO */
section.info {
    background-image: url(../img/bg/info-bg.jpg);
    background-image: url(../img/bg/info-bg.webp);
}
section.info .container {
    padding-top: 140px;
    padding-bottom: 128px;
    max-width: 1079px;
}
.info__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.info__header .section__desc {
    max-width: 850px;
}
section.info ul, section.info ol {
    padding: 0;
    padding-left: 1em;
}
.dash {
    list-style-type: none;
}
.dash li::marker, .dash li::marker {
    content: "-   ";
}


/* FOOTER */
footer {
    background: #120000;
    background-image: linear-gradient(to bottom, #3f1212 0px 3px,#120000 3px 6px, #3f1212 6px 7px);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 7px;
}
.footer__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 62px;
}
.footer__logo {
    margin-bottom: 35px;
    transition: all .3s ease;
}
.footer__logo:hover {
    transform: scale(1.05);
}
.footer__links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px;
}
.footer__link {
    color: #7d776b;
    line-height: 1;
}
.footer__link:hover {
    filter: brightness(150%);
}
.footer__copyright {
    font-family: "Stapel", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffb232;
    padding-top: 20px;
    padding-bottom: 35px;
}
.footer__watermark {
    color: #524740;
}
.footer__watermark svg {
    fill: currentColor;
    transition: all .2s ease-in-out;
}
.footer__watermark:hover {
    filter: brightness(180%);
}


/* ADAPTIVE */
.burger {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    display: none;
    z-index: 1002;
    background-color: transparent;
    cursor: pointer;
}
.burger span {
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #b2b2b2;
    left: 8px;
    transition: transform .5s;
    will-change: transform;
}
.burger span:nth-child(1) {
    transform: translateY(-10px);
} 
.burger span:nth-child(3) {
    transform: translateY(10px);
} 
.burger.active span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
} 
.burger.active span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}
.burger.active span:nth-child(2) {
    display: none;
} 
.menu {
    display: none;
    visibility: hidden;
    z-index: 1001;
    min-height: 100vh;
}
.menu__list {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
@media(max-width: 1440px) {
    .header__nav, .servers__list.small, .auth {
        display: none;
    }
    header {
        height: fit-content;
    }
    .header__container {
        padding: 10px 20px;
        height: inherit;
    }
    section.welcome .container, section.register .container {
        height: calc(100vh - 90px);
    }
    .logo {
        width: 35px;
        z-index: 1002;
    }
    .header__right {
        gap: 10px;
    }
    .burger {
        display: block;
        position: relative;
    }
    .menu__list {
        display: flex;
        flex-direction: column;
        gap: 0px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .menu__list li {
        text-align: center;
        font-size: 14px;
        width: 100%;
        border: 1px solid #cdcdcd27
    }
    .menu__item-special li {
        border: none;
    }
    .menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.95);
        padding: 60px 0;
        transform: translateX(100%);
        transition: all .5s;
        display: block;
    }
    .menu.active {
        transform: translateX(0);
        visibility: visible;
    }
    .menu__item a {
        color: #cdcdcd;
        font-size: 18px;
        text-transform: uppercase;
        font-family: "Stapel", sans-serif;
        width: 100%;
        height: 100%;
        display: flex;
        padding: 20px 25px;
    }
    .no-scroll {
        overflow: hidden;
    }
    .menu__list li.servers {
        border: none;
    }
    li.servers .servers__list-container {
        position: inherit;
        transform: none;
        visibility: visible;
        opacity: 1;
        background: none;
        justify-content: center;
        margin: 0;
        gap: 0;
        /* width: 100%; */
        padding: 0;
        border-radius: none;
        border: 1px solid #ff000036; /* cdcdcd27 */
        background: #53000017;
        clip-path: unset;
        margin-top: 25px;

    }
    li.servers a {
        width: inherit;
        justify-content: center;
        align-items: center;
    }
    .menu__item-special {
        padding: 25px 0;
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .menu__item-special .menu__item {
        max-width: fit-content;
    }
    .menu__item a.menu__item-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 180px;
        height: 44px;
        background: linear-gradient(to right, #f3c200, #ff9600);;
        border-radius: 28px;
        padding: 5px 10px;
    }
    .menu__item a.menu__item-btn {
        font-size: 20px;
        text-transform: uppercase;
        font-family: "AlbertusBold";
        font-weight: normal;
        color: #18140a;
        padding: 5px 10px;;
    }
    .menu-discord {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }
    .menu-discord svg {
        fill: currentColor;
        width: 24px;
        height: 18px;
    }
    .promo-line {
        top: 60px;
        padding: 0.7em 0.7em;
    }
}

@media(max-width: 1280px) {
    body {
        font-size: 12px;
    }
    h2 {
        font-size: 28px;
    }
    h3, h4, h5 {
        font-size: 9px;
    }

    .header__second {
        gap: 28px;
    }

    .promo-line {
        font-size: 14px;
    }
    .promo-line__close {
        font-size: 12px;
        width: 25px;
        height: 25px;
    }

    section.welcome .container {
        padding-bottom: 60px;
    }
    .welcome__logo, .register__logo {
        width: 70%;
        padding-bottom: 20px;
    }
    .section__title {
        font-size: 38px;
        padding-bottom: 14px;
    }
    .section__subtitle {
        font-size: 20px;
    }
    .red-btn {
        margin-top: 35px;
        width: 315px;
        height: 72px;
        font-size: 22px;
    }

    section.stages .container {
        padding: 60px 0;
    }
    .stages__header {
        max-width: 490px;
    }
    .stages__map {
        padding-top: 98px;
        gap: 35px;
    }
    .map__info {
        margin-right: 0;
        left: 3%;
        justify-self: left;
        align-self: start;
        min-height: 420px;
        max-width: 400px;
    }
    .small-title {
        font-size: 20px;
    }
    .small-subtitle {
        font-size: 12px;
    }
    .map__slider {
        min-height: 210px;
    }
    .map__slider-item {
        margin: 0 12px;
        max-height: 205px;
    }
    .map__slider-item.is-active {
        max-height: 210px;
    }
    .map__slider-content {
        padding: 18px 14px;
        gap: 14px;
        max-width: 316px;
    }
    .stage__number {
        width: 47px;
        height: 47px;
        font-size: 22px;
        background-size: contain;
    }
    .tiny {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .tiny-subtitle {
        font-size: 11px;
    }
    .stage__desc {
        font-size: 12px;
        overflow: auto;
    }

    section.features .container {
        padding: 60px 0;
    }
    .features__content {
        padding-top: 50px;
    }
    .slick-arrow {
        width: 35px;
        height: 56px;
    }
    .features__header .section__desc {
        max-width: 525px;
    }
    .section__desc {
        font-size: 13px;
    }
    .features__list {
        max-width: 515px;
        min-height: 205px;
    }
    .feature-title {
        font-size: 28px;
        padding-bottom: 20px;
    }
    .feature-desc {
        font-size: 13px;
    }
    .feature .start-play {
        margin-top: 26px;
    }

    section.skills .container {
        padding-top: 380px;
        padding-bottom: 60px;
    }
    .skills__header {
        max-width: 750px;
    }
    .skills__list {
        margin-top: 28px;
        padding: 14px 40px;
        gap: 24px;
        border-radius: 28px 0 28px 0;
    }
    .skill {
        width: 56px;
        height: 56px;
    }

    section.community .container {
        padding: 60px 0;
    }
    .community__links {
        padding-top: 30px;
        padding-bottom: 70px;
        gap: 21px;
    }
    .link {
        width: 370px;
        height: 170px;
        gap: 10px;
    }
    .link-name img {
        width: 38px;
        height: 28px;
        object-fit: contain;
    }
    .link-name {
        gap: 8px;
        font-size: 21px;
    }
    .community-feature {
        max-width: 515px;
    }

    section.info .container {
        padding: 60px 0;
        max-width: 755px;
    }

    .footer__container {
        padding: 40px 5px;
    }
    .footer__logo {
        margin-bottom: 25px;
    }
    .footer__logo img {
        width: 63px;
        height: 32px;
    }
    .footer__links {
        gap: 15px 30px;
        font-size: 12px;
        flex-wrap: wrap;
    }
    .footer__copyright {
        padding-top: 14px;
        padding-bottom: 16px;
        font-size: 12px;
    }

    section::after {
        content: "";
        width: 100%;
        height: 16px;
    }
}

@media(max-width: 780px) {
    .header__second {
        gap: 28px;
    }
    li.servers .servers__list-container {
        flex-direction: column;
        align-items: start;
    }
    li.servers a {
        padding: 10px 25px;
    }

    .promo-line {
        font-size: 12px;
    }
    .promo-line__content {
        max-width: 290px;
    }
    .promo-line__close {
        font-size: 12px;
        width: 25px;
        height: 25px;
    }
    .servers__list-container .server:nth-child(2) .server__img {
        width: 33px;
        display: flex;
        justify-content: center;
    }

    section.welcome .container {
        padding-bottom: 80px;
    }
    .welcome__logo, .register__logo {
        width: 70%;
        padding-bottom: 20px;
    }
    .section__title {
        font-size: 25px;
        padding-bottom: 10px;
        line-height: 1.2;
    }
    .section__subtitle {
        font-size: 13px;
    }
    .red-btn {
        margin-top: 22px;
        width: 205px;
        height: 47px;
        font-size: 14px;
    }

    section.stages .container {
        padding-right: 5px;
        padding-left: 5px;
    }
    .stages__header {
        max-width: 490px;
    }
    .stages__map {
        padding-top: 40px;
        gap: 20px;
    }
    .map__info {
        margin-right: 0;
        left: unset;
        left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
    }
    .map__info-content {
        height: 100%;
    }
    .content__header {
        text-align: center;
        background: rgba(26, 12, 12, 0.64);
        border-radius: 8px;
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .content__desc {
        background: rgba(26, 12, 12, 0.64);
        border-radius: 8px;
        padding: 0 10px 0px 10px;
        height: calc(100% - 66px);
        overflow: scroll;
    }


    .features__header {
        padding: 0 5px;
    }
    .slick-arrow {
        width: 17.5px;
        height: 28px;
    }
    .slick-prev {
        left: 31%;
    }
    .slick-next {
        right: 31%;
    }
    .features__list {
        margin-top: 40px;
        padding: 0 5px;
    }
    .feature-title {
        font-size: 18px;
        padding-bottom: 12px;
    }
    .feature-desc {
        font-size: 12px;
        padding-right: 10px;
    }
    .feature .start-play {
        margin-top: 18px;
    }

    section.skills .container {
        padding-right: 5px;
        padding-left: 5px;
    }
    .skills__list {
        gap: 15px;
    }
    .skill {
        width: 32px;
        height: 32px;
    }

    section.community .container {
        padding-right: 5px;
        padding-left: 5px;
    }
    .community__links {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .link {
        width: 296px;
        height: 136px;
    }

    section.info .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* BLOCKS ANIMATION */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.map__info.reveal-on-scroll {
    transform: translateY(0) translateX(-50px);
}
.reveal-on-scroll:not(.map__info).active {
    opacity: 1;
    transform: translateY(0);
    transform: translateX(0);
}
.map__info.reveal-on-scroll.active {
    opacity: 1;
    transform: translateY(0) translateX(0);
}
@media(max-width: 780px) {
    .map__info.reveal-on-scroll.active {
        opacity: 1;
        transform: translateY(0) translateX(0) translateX(-50%);
    }
}
.table.reveal-on-scroll {
    transform: translateY(0) translateX(-50px);
}
.table.reveal-on-scroll.active {
    transform: translateY(0) translateX(0);
}



/* ~~~ DOWNLOAD PADE ~~~ */
/* REGISTER */
section.register {
    background-image: url(../img/bg/register-bg.jpg);
    background-image: url(../img/bg/register-bg.webp);
    padding-top: 90px;
}
section.register::after {
    display: none;
}
section.register .container {
    flex-direction: row;
    height: calc(100vh - 90px);
    min-height: 600px;
    gap: 180px;
}
.register__header {
    max-width: 700px;
    text-align: center;
}
.register__about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.register__about .section__title {
    line-height: 1.2;
    padding-bottom: 30px;
}
.register__about .register__logo {
    padding-bottom: 40px;
}
.btn-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.btn-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    font-size: 16px;
    background: linear-gradient(to right, #2e070c 30%, #410f15 50%, #2e070c 70%);
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #421314;
    border-radius: 0 12px 0 12px;
    width: 220px;
    height: 48px;
}
.register__form {
    width: 724px;
}
.form {
    background: radial-gradient(circle, #551920, #2e070c);
    background-size: 150% 150%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0 32px 0 32px;
    padding: 52px 62px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.form__title {
    font-family: "Stapel", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    color: #ffb232;
    text-align: center;
    line-height: 1;
    padding-top: 20px;
}
.field {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.field__name {
    font-size: 18px;
    line-height: 1;
    color: #d9d9d9;
    text-transform: uppercase;
}
.field__input {
    padding: 25px;
    font-size: 16px;
    color: #8c8c8c;
    border-radius: 8px;
    border: none;
    outline: none;
    background-color: #5e2c32;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 100%;
}
.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 12px;
    height: 8px;
    transform: translateY(-50%);
    background: url('../img/form-arrow.png') center no-repeat;
    background-size: contain;
}
.fields {
    display: grid;
    grid-template-columns: 21% 77%;
    gap: 12px;
}
.field__input::placeholder {
    font-size: 16px;
    color: #8c8c8c;
}
.checkbox__label {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    line-height: 1;
    font-size: 16px;
    color: #8c8c8c;
}
.checkbox__label a {
    color: #ffb232;
    text-decoration: underline;
}
.checkbox__label a:hover {
    text-decoration: none;
}
.checkbox__input {
    display: none;
}
.checkbox__block {
    display: inline-block;
    width: 15px;
    height: 15px;
    box-shadow: inset 0 0 0 2px #8c8c8c;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}
.checkbox__input:checked + .checkbox__block::after {
    display: inline-block;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border-radius: 2px;
    position: absolute;
    content: url(../img/checkbox-v.png);
}
form button {
    background: none;
    border: none;
    outline: none;
    align-self: center;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
}
@media(max-width:2200px) {
    section.register .container {
        scale: 0.8
    }
    option {
        font-size: 12px;
    }
}
.small-link {
    width: 370px;
    height: 178px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    gap: 14px;
    border-radius: 0 16px 0 16px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    color: #d4d4d4;
    transition: all .3s ease-in-out;
}
.small-link.link-telegram {
    background-image: url(../img/small_telegram-bg.png);
}
.small-link.link-discord {
    background-image: url(../img/small_discord-bg.png);
}
.small-link.link-facebook {
    background-image: url(../img/small_facebook-bg.png);
}
.small-link.link-vkontakte {
    background-image: url(../img/small_vkontakte-bg.png);
}
.small-link:hover {
    filter: brightness(120%);
}
.small-link .link-name {
    font-size: 28px;
}

/* SOCIALS */
section.socials {
    background-image: url(../img/bg/socials-bg.jpg);
    background-image: url(../img/bg/socials-bg.webp);
}
section.socials .container {
    padding: 170px 0;
    gap: 80px;
}
.socials__links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    flex-wrap: wrap;
}

/* FILES */
section.files {
    background-image: url(../img/bg/files-bg.jpg);
    background-image: url(../img/bg/files-bg.webp)
}
section.files .container {
    padding: 160px 0;
}
.files__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.subtitle-yellow {
    color: #ffb232;
    font-size: 18px;
    padding-bottom: 30px;
}
.files__content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    padding-top: 50px;
}
.files__btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.files__btn {
    background-image: url(../img/red-btn-wide.png);
    position: relative;
    cursor: pointer;
    background-size: contain;
    gap: 30px;
    width: 500px;
    font-size: 28px;
    margin-top: 0;
}
.files__btn-arrow {
    background: url(../img/download-arrow.png) center no-repeat;
    background-size: cover;
    width: 16px;
    height: 10px;
    right: 0;
    transition: all .2s ease;
}
.files__links {
    height: 250px;
    width: 100%;
    background: radial-gradient(circle, #461218, #2e070c);
    border: 2px solid #46120e;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px 30px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.file__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
    padding: 20px 0;
    font-family: "Stapel", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffe7e7;
    line-height: 1;
    position: relative;;
}
.file__link:not(:last-child) {
    border-bottom: 2px solid #5b1213;
}
.files__link-icon {
    width: 50px;
    height: 38px;
    background: url(../img/file-icon.png);
    transition: all .2s ease;
}
.files__link-arrow {
    position: absolute;
    background: url(../img/file-arrow.png);
    width: 56px;
    height: 14px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease;
}
.files__btn-wrap.active .red-btn {
    filter: brightness(120%);
    transform: scale(1.02);
}
.files__btn-wrap.active .files__links {
    opacity: 1;
    visibility: visible;
}
.files__btn-wrap.active .files__btn-arrow {
    transform: scale(1, -1);
}
.file__link:hover .files__link-arrow {
    transform: translateY(-50%) translateX(-20%);
}
.file__link:hover .files__link-icon {
    filter: brightness(130%);
}

/* STEPS */
section.steps {
    background-image: url(../img/bg/steps-bg.jpg);
    background-image: url(../img/bg/steps-bg.webp)
}
section.steps .container {
    padding: 160px 0;
    gap: 100px;
}
.steps__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.steps__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.step {
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    align-items: center;
    padding: 26px 32px;
    /* background: #280b0f; */
    box-shadow: inset 0 0 0 2px #341719;
    border-radius: 0 16px 0 16px;
    width: 100%;
    z-index: 1;
    width: max-content;
}
.step::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #280b0f;
    box-shadow: inset 0 0 0 2px #341719;
    border-radius: 0 16px 0 16px;
    opacity: 1;
    transition: all .3s ease-in-out;
}
.step::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: radial-gradient(circle, #551920, #2e070c);
    background-size: 150% 150%;
    background-position: center center;
    box-shadow: inset 0 0 0 2px #421313;
    border-radius: 0 16px 0 16px;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.step:hover::after {
    opacity: 1;
}
.step:hover .stage__number {
    filter: brightness(180%) drop-shadow(0 0 5px #ffffff70);
}
.step__desc {
    max-width: 263px;
    font-size: 16px;
    margin: 0;
    color: #bababa;
}

/* REQUIRMENTS */
section.requirements {
    background-image: url(../img/bg/requirements-bg.jpg);
    background-image: url(../img/bg/requirements-bg.webp)
}
section.requirements .container {
    padding: 160px 10px;
}
.requirments__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.requirments__header .section__desc {
    max-width: 1300px;
    overflow: auto;
}
.table {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    text-align: center;
    max-width: 1282px;
    width: 100%;
    column-gap: 0px;
    font-family: "Stapel", sans-serif;
    font-size: 16px;
    color: #bababa;
    line-height: 1.2;
    border-spacing: 12px;
    gap: 12px;
}
.tr {
    display: flex;
    align-items: center;
    height: max-content;
}
.tr *:first-child {
    width: 24%;
    margin-right: 12px;
    text-transform: uppercase;
}
.tr *:not(:first-child) {
    width: 38%;
}
.td, .th {
    border-radius: 0 12px 0 12px;
    background: #31080d;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 68px;
    height: 100%;
    padding: 10px 0;
}
.th {
    font-weight: bold;
    color: #ffb232;
    text-transform: uppercase;
}
.tr *:nth-child(2) {
    border-radius: 12px 0 0 0;
}
.tr *:last-child {
    border-radius: 0 0 12px 0;
}


/* ABOUT */
section.about {
    background-image: url(../img/bg/about-bg.jpg);
    background-image: url(../img/bg/about-bg.webp);
}
section.about .container {
    padding: 160px 0;
}
section.about .section__title {
    line-height: 1.3;
    max-width: 650px;
    font-size: 40px;
    text-align: center;
}
.about__links {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.green-btn {
    width: 328px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/green-btn.png);
    background-image: url(../img/green-btn.png);
    background-size: contain;
    font-family: "Stapel", sans-serif;
    letter-spacing: 0.04em;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffe7e7;
    transition: all .2s ease-in-out;
    will-change: transform;
    flex-shrink: 0;
}
.green-btn:hover {
    filter: brightness(120%);
    transform: scale(1.02);
}


/* SERVER DESCIPTION PAGE */
section.description {
    padding-top: 90px;
    background-image: url(../img/bg/description-bg.jpg);
    background-image: url(../img/bg/description-bg.webp);
    background-color: #140000;
    background-size: contain;
}
section.description::after {
    display: none;
}
section.description .container {
    padding: 0 10px;
    padding-top: 140px;
    padding-bottom: 120px;
}
.description__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.description__header .section__title {
    padding-bottom: 30px;
}
.description__header-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-family: "stapel", sans-serif;
    font-weight: bold;
    color: #bababa;
    font-size: 16px;
    text-transform: uppercase;
}
.bonus, .opened {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 12px 0 12px;
    height: 50px;
}
.opened {
    background: linear-gradient(to right, #440505 30%, #5e0808 50%, #440505 70%);
    border: 2px solid #55110d;
    padding: 5px 34px;
}
.bonus {
    gap: 14px;
    background: linear-gradient(to right, #2a4c24 30%, #347b37 50%, #2a4c24 70%);
    border: 2px solid #404d21;
    padding: 5px 22px;
    height: 48px;
    transition: all .3s ease-in-out;
}
.bonus:hover {
    filter: brightness(130%);
    cursor: pointer;
}
.description__content {
    padding-top: 70px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    max-width: 1532px;
    width: 100%;
}
.description__nav-sidebar {
    max-width: 355px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 24px 0;
    padding-left: 20px;
    padding-right: 32px;
    background: #280b0f;
    border-radius: 0 32px 0 32px;
    position: sticky;
    top: 100px;
    max-height: 100vh;
}
.point__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    padding: 24px 0;
    width: 100%;
    background: none;
    color: inherit;
    margin: inherit;
    text-align: left;
    outline: none;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #441a1c;
    border-top: 1px solid #441a1c;
}
.sidebar__point:last-child .point__header {
    border-bottom: none;
}
.sidebar__point:last-child .point__header.open {
    border-bottom: 1px solid #441a1c;
}
.sidebar__point:first-child .point__header {
    border-top: none;
    padding-top: 0;
}
.point-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background: url(../img/point_bg.png) center no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0 0 12px 5px rgba(191, 69, 24, 0.15);
}
.point-icon img {
    filter: drop-shadow(0 0 8px rgba(255, 178, 50, 1));
}
.point-name {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1.1;
}
.point__h {
    font-family: "Stapel", sans-serif;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #ffb232;
    text-transform: uppercase;
}
.point__content {
    padding: 24px 0;
    padding-left: 20px;
    display: none;
}
.point__content.active {
    display: block;
}
.point__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
.point__el {
    padding-left: 36px;
    text-transform: uppercase;
    font-family: "Stapel", sans-serif;
    letter-spacing: 0.04em;
    font-size: 14px;
    position: relative;
}
.point__el::before {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, #441a1c 5px, #813d1b 6px, #441a1c 8px);
    transition: all .1s ease-in-out;
}
.point__el::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffa453;
    border-radius: 50%;
    opacity: 0;
    transition: all .1s ease-in-out;
}
.point__el a {
    color: #5c484a;
    transition: all .1s ease-in-out;
}
.point__el:not(.active):hover a {
    filter: brightness(150%);
}
.point__el.active a {
    color: #ffb232;
}
.point__el.active::after {
    opacity: 1;
}
.point__el.active::before {
    filter: drop-shadow(0 0 6px rgba(255, 156, 117, 0.6));
}
.desc__text {
    padding-left: 76px;
    padding-right: 84px;
    background: #280b0f;
    border-radius: 0 32px 0 32px;
}
.desc__desc {
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding: 60px 0;
    scroll-margin-top: 90px;
}
.desc__desc:not(:last-child) {
    border-bottom: 1px solid #441a1c;
}
.desc__header {
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    font-family: "Stapel", sans-serif;
    letter-spacing: 0.04em;
    color: #ffb232;
    padding-bottom: 20px;
}
.desc__h {
    font-family: "Stapel", sans-serif;
    color: #ffb232;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.desc__p {
    font-size: 16px;
    color: #bababa;
    letter-spacing: 0.04em;
}
.desc__server {
    display: flex;
    align-items: center;
    gap: 70px;
}
.desc__server-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
    gap: 10px;
}
.desc__server-block .desc__p {
    margin: 0;
}
.desc__strong {
    color: #bababa;
    font-weight: 500;
    font-size: 16px;
    font-family: "Stapel", sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.list {
    list-style: none;
    text-decoration: none;
    padding: 0;
    font-size: 15px;
    color: #bababa;
}
.list__li {
    position: relative;
    padding-left: 37px;
    letter-spacing: 0.04em;
    margin: 10px 0;
}
.list__li::after {
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    background: url(../img/list-marker.png) center no-repeat;
    filter: drop-shadow(0 0 5px rgba(191, 69, 24, 0.4));
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.spoiler {
	--spoiler-container-rows: 0fr;
	--spoiler-container-opacity: 0;
	--spoiler-container-maring: 0 0;
	--spoiler-container-padding: 0 32px;
	--spoiler-bgc-heading: #330f14;
	--spoiler-transition: 0.3s all;
	--spoiler-arrow-transform: scale(1);
	box-sizing: border-box;
	transition: var(--spoiler-transition);
    color: rgba(var(--color-0), 1);
    margin: 8px 0;
    background: #330f14;
    border: 2px solid #3b151a;
    border-radius: 0 12px 0 12px;

}
[data-spoiler="active"] {
	--spoiler-container-rows: 1fr;
	--spoiler-container-opacity: 1;
	--spoiler-container-maring: 0;
	--spoiler-container-padding: 0 32px;
	--spoiler-arrow-transform: scale(1, -1);
}
.spoiler__heading {
	/* background: var(--spoiler-bgc-heading); */
	transition: var(--spoiler-transition);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	padding: 0 32px;
	line-height: 1.1;
	min-height: 70px;
	box-sizing: border-box;
    border-bottom: 1px solid transparent;
}
[data-spoiler="active"] .spoiler__heading {
    border-bottom: 1px solid #4e2022;
}
[data-spoiler="active"] .spoiler__container {
    border-radius: 0 0 0 12px;
    border-top: 0;
}
[data-spoiler-trigger] {
	cursor: pointer;
}
.spoiler__arrow {
	display: flex;
    width: 12px;
    height: 8px;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
	color: rgba(var(--color-0), 1);
	margin-left: auto;
	transition: var(--spoiler-transition);
	transform: var(--spoiler-arrow-transform);
}
.spoiler__arrow:after {
    content: "";
	background: url(../img/spoiler-arrow.png) center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
	position: absolute;
}
.spoiler__content {
	display: grid;
}
.spoiler__container {
	margin: var(--spoiler-container-maring);
	padding: var(--spoiler-container-padding);
	display: grid;
	grid-template-rows: var(--spoiler-container-rows);
	overflow: hidden;
	opacity: var(--spoiler-container-opacity);
	transition: var(--spoiler-transition);
	box-sizing: border-box;
}
.spoiler__content {
	min-height: 0;
}
.spoiler__content > *:first-child {
    padding-top: 20px;
}
.spoiler__icon {
    display: block;
    width: 52px;
    height: 52px;
    background: radial-gradient(circle, #b64219 18px, #7e6b5c 20px, #592427 22px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 5px rgba(191, 69, 24, 0.4));
    flex-shrink: 0;
}
.spoiler__icon img {
    border-radius: 50%;
    width: 73.1%;
    height: 73.1%;
}
.desc__table {
    border-collapse: collapse;
    margin: 32px 0;
    width: 100%;
    text-align: center;
}
.desc__table th:last-child {
    border-radius: 0 12px 0 0;
}
.desc__table tr:last-child td:first-child {
    border-radius: 0 0 0 12px;
}
.desc__table td, .desc__table th {
    padding: 16px;
    box-shadow: inset 0 0 0 1px #4e2022;
}
.desc__table th {
    background: #341317;
}
.desc__table tr {
    background: #280b0f;
}
.desc__table tr:nth-child(odd) {
    background: #2c0e12;
} 
.item-table td:first-child, .desc__table th:first-child {
    padding-left: 32px;
}
.item-table th {
    background: #3d161b;
}
.item-table tr {
    background: #330f14;
}
.item-table tr:nth-child(odd) {
    background: #361116;
}
.item-table th:first-child, .item-table tr td:first-child {
    text-align: left;
}
.item {
    display: flex;
    position: relative;
    gap: 16px;
}
.item-header {
    display: flex;
    align-items: start;
    gap: 5px;
}
.item-header-general {
    display: flex;
    align-items: center;
    gap: 16px;
}
.item-image {
    display: block;
    width: 42px;
    height: 42px;
    background: radial-gradient(circle, #b64219 14px, #7e6b5c 16px, #592427 18px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 5px rgba(191, 69, 24, 0.4));
    flex-shrink: 0;
}
.item-image img {
    border-radius: 50%;
    width: 73.1%;
    height: 73.1%;
}
.item-name {
    font-family: "Stapel", sans-serif;
    color: #ffb232;
    font-size: 16px;
}
.item-desc {
    color: #bababa;
    margin: 0;
}
.item-tag {
    position: absolute;
    display: block;;
    right: 0;
    top: 0;
    color: #5c484a;
    font-size: 14px;
    margin-left: auto;
}
.toggle-desc {
    display: none;
}
.item-desc-wrap {
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 150px;
    transition: max-height 0.3s ease;
    margin-left: 58px;
}
.item-info {
    width: 100%;
}
.item-info.expanded .item-desc-wrap {
    max-height: 500px;
    -webkit-line-clamp: unset;

}
.toggle-btn {
    display: inline-block;
    color: #774043;
    cursor: pointer;
    font-size: 14px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    transition: all .2s ease-in-out;
    text-align: left;
}
.toggle-btn:hover {
    filter: brightness(130%);
}
.item-quantity {
    font-size: 18px;
}
.desc__picture {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 380px;
    border-radius: 0 12px 0 12px;
    overflow: hidden;
    background: #330f14;
}
.desc__picture img {
    object-fit: contain;
    object-position: center;
}
.up {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 25px;
    line-height: 1;
    color: #ffb232;
    background: #341317;
    position: fixed;
    right: 60px;
    bottom: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}
.up.visible {
    opacity: 1;
    visibility: visible;
}
@media(max-width: 2560px) {
    .up {
        width: 70px;
        height: 70px;
        font-size: 32px;
        right: 8%;
        bottom: 12%;
    }
}
@media(max-width: 2100px) {
    .up {
        right: 5%;
        bottom: 12%;
    }
}
@media(max-width: 1920px) {
    .up {
        right: 2%;
        bottom: 12%;
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
}
@media(max-width: 1280px) {
    .up {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}
@media(max-width: 1280px) {
    .up {
        bottom: 5%;
    }
}

/* ~~~ TEXT PAGE ~~~ */
section.chapter {
    background-image: url(../img/bg/chapter-bg.jpg);
    background-image: url(../img/bg/chapter-bg.webp);
    padding-top: 90px;
}
section.chapter::after {
    display: none;
}
section.chapter .container {
    padding: 200px 0;
}
section.textpage {
    background-image: url(../img/bg/textpage-bg.jpg);
    background-image: url(../img/bg/textpage-bg.webp);
    background-size: 100% 1320px;
    background-color: #030001;
}
section.textpage .container {
    padding-top: 30px;
    padding-bottom: 130px;
    max-width: 1100px;
    width: 100%;
    text-align: left;
    background-size: contain;
    display: block;
}
.textpage__h {
    font-family: "Stapel", sans-serif;
    font-size: 28px;
    letter-spacing: 0.04em;
    color: #ffb232;
    text-transform: uppercase;
    line-height: 1.2;
    padding-top: 100px;
}
section.textpage ol, section.textpage ul {
    padding-left: 1rem;
}
.textpage ol li::marker, .textpage ul li::marker {
    color: #ffb232;
}


/* ADAPTIVE FOR PAGES */
@media (max-width: 1440px) {
    section.register, section.description, section.chapter  {
        padding-top: 60px;
    }
}
@media(max-width: 1330px) {
    section.register .container {
        scale: 0.65;
    }
}
@media(max-width: 1280px) {
    section.socials .container {
        padding: 120px 0;
        gap: 56px;
    }
    .socials__links {
        gap: 12px;
    }
    .small-link {
        width: 260px;
        height: 125px;
        gap: 10px;
    }
    .small-link .link-name {
        font-size: 20px;
    }

    section.files .container {
        padding: 112px 0;
    }
    .subtitle-yellow {
        padding-bottom: 20px;
        font-size: 13px;
    }
    .files__content {
        gap: 50px;
        padding-top: 35px;
    }
    .files__btn-wrap {
        max-width: 350px;
        width: 100%;
    }
    .files__btn {
        font-size: 20px;
        width: 350px;
        gap: 20px;
    }
    .files__btn-arrow {
        width: 12px;
        height: 7px;
    }
    .files__links {
        height: 175px;
        padding: 4px 20px;
    }
    .file__link {
        gap: 16px;
        padding: 14px 0;
        font-size: 12px;
    }
    .files__link-icon {
        background-size: contain;
        width: 35px;
        height: 26px;
    }
    .files__link-arrow {
        width: 40px;
        height: 10px;
    }

    section.steps .container {
        padding: 112px 0;
        gap: 70px;
    }
    .steps__list {
        gap: 14px;
    }
    .step {
        padding: 18px 22px;
        gap: 17px;
    }
    .step__desc {
        font-size: 12px;
        max-width: 186px;
    }
    .requirments__header .section__desc {
        max-width: 910px;
    }

    section.requirements .container {
        padding: 112px 0;
    }
    .table {
        max-width: 898px;
        font-size: 12px;
        gap: 8px;
        padding-top: 70px;
    }
    .tr :first-child {
        margin-right: 8px;
    }
    .td, .th {
        min-height: 48px;
    }

    section.about .container {
        padding: 112px 0;
    }
    section.about .section__title {
        max-width: 455px;
        font-size: 28px;
    }
    .about__links {
        margin-top: 28px;
        gap: 20px;
    }
    .green-btn {
        width: 230px;
        height: 53px;
        padding: 7px 14px;
        font-size: 15px;
    }


    section.description .container {
        padding: 80px;
    }
    .description__header-content {
        gap: 8px;
        font-size: 12px;
    }
    .bonus, .opened {
        height: 35px;
    }
    .opened {
        padding: 4px 24px;
    }
    .bonus {
        height: 33px;
        gap: 10px;
    }
    .bonus img {
        width: 17px;
        height: 17px;
    }
    .description__content {
        padding-top: 50px;
        gap: 11px;
        max-width: 1072px;
    }
    .description__nav-sidebar {
        max-width: 248px;
        padding-left: 14px;
        padding-right: 22px;
        top: 70px;
    }
    .point__header {
        gap: 8px;
        padding: 16px 0;
    }
    .point-icon {
        width: 36px;
        height: 36px;
        background-size: contain;
    }
    .point-name {
        gap: 3px;
    }
    .point__h {
        font-size: 12px;
    }
    .point__content {
        padding: 16px 0;
        padding-left: 14px;
    }
    .point__list {
        gap: 14px;
    }
    .point__el {
        padding-left: 24px;
        font-size: 12px;
    }
    .point__el::before {
        width: 13.3px;
        height: 13.3px;
    }
    .point__el::after {
        width: 5px;
        height: 5px;
        left: 4.2px;
    }
    .desc__text {
        padding-left: 52px;
        padding-right: 58px;
    }
    .desc__desc {
        padding: 42px 0;
        scroll-margin-top: 60px;
    }
    .desc__header {
        font-size: 26px;
        padding-bottom: 14px;
    }
    .desc__server {
        gap: 49px;
    }
    .desc__server-block {
        gap: 7px;
    }
    .desc__h {
        font-size: 12px;
    }
    .desc__p {
        font-size: 12px;
    }
    .list {
        font-size: 12px;
    }
    .desc__strong {
        font-size: 12px;
    }
    .list__li {
        margin: 7px 0;
        padding-left: 26px;
    }
    .list__li::after {
        width: 17px;
        height: 17px;
        background-size: contain;
    }
    .spoiler {
        --spoiler-container-padding: 0 22px;
        margin: 6px 0;
    }
    .spoiler__heading {
        gap: 11px;
        padding: 0 22px;
        min-height: 50px;
    }
    .spoiler__arrow {
        width: 8.4px;
        height: 5.6px;
    }
    .spoiler__content > :first-child {
        padding-top: 14px;
    }
    .spoiler__icon {
        width: 36px;
        height: 36px;
        background: radial-gradient(circle, #b64219 12.6px, #7e6b5c 14px, #592427 15.4px);
    }
    .desc__table {
        margin: 22px 0;
    }
    .desc__table td, .desc__table th {
        padding: 11px;
    }
    .item-table td:first-child, .desc__table th:first-child {
        padding-left: 22px;
    }
    .item {
        gap: 11px;
    }
    .item-image {
        width: 29px;
        height: 29px;
        background: radial-gradient(circle, #b64219 9.8px, #7e6b5c 11.2px, #592427 12.6px);
    }
    .item-name {
        font-size: 12px;
    }
    .item-header-general {
        gap: 11px;
    };
    .item-desc-wrap {
        margin-top: 4px;
        max-height: 105px;
        margin-left: 40px;
    }
    .toggle-btn {
        font-size: 12px;
    }
    .item-tag {
        font-size: 12px;
        position: relative;
        max-width: 78px;
        text-align: right;
        line-height: 1.1;
    }
    .item-quantity {
        font-size: 13px;
    }
    .desc__picture {
        height: fit-content;
        margin: 14px 0;
    }


    section.chapter .container {
        padding: 140px 0;
    }
    section.textpage .container {
        padding-top: 20px;
        padding-bottom: 90px;
        max-width: 770px;
    }
    .textpage__h {
        font-size: 19px;
        padding-top: 70px;
    }
}
@media(max-width:1100px) {
    .socials__links {
        display: grid;
        grid-template-columns: auto auto;
    }
}
@media(max-width: 1000px) {
    section.register {
        height: auto;
    }
    section.register .container {
        scale: 1;
        flex-wrap: wrap;
        height: auto;
        padding: 60px 10px;
        gap: 60px;
    }
    .register__logo {
        width: 70%;
    }
    .register__about .section__title {
        padding-bottom: 15px;
    }
    .register__about .register__logo {
        padding-bottom: 20px;
    }
    .register__form {
        max-width: 350px;
        width: 100%;
    }
    .btn-box {
        gap: 15px;
    }
    .btn-desc {
        font-size: 12px;
        gap: 8px;
        width: 170px;
        height: 38px;
        border: 1px solid #421314;
    }
    .btn-desc img {
        width: 16px;
    }
    .form {
        padding: 20px 15px;
    }
    .form__title {
        padding-top: 10px;
        font-size: 20px;
    }
    .field {
        gap: 8px;
    }
    .field__name {
        font-size: 12px;
    }
    .field__input {
        padding: 14px;
    }
    .fields {
        gap: 6px;
    }
    .select-wrapper::after {
        top: 54%;
        width: 7px;
        height: 5px;
        right: 14px;
    }
    .checkbox__label {
        gap: 5px;
        font-size: 12px;
    }
    section.socials .container {
        padding: 60px 5px;
        gap: 40px;
        text-align: center;
    }
    .socials__links {
        display: flex;
        flex-wrap: wrap;
    }
    section.files .container {
        padding: 60px 5px;
    }
    .files__content {
        flex-direction: column;
        padding-top: 60px;
    }
    .files__btn-wrap {
        position: relative;
    }
    .files__btn {
        font-size: 16px;
        width: 280px;
        height: 58px;
    }
    .files__links {
        position: absolute;
        bottom: 110%;
        z-index: 2;
        padding: 3px 15px;
        height: 132px;
    }
    .file__link {
        gap: 12px;
        padding: 10.5px;
    }
    .files__link-icon {
        width: 26.25px;
        height: 19.5px;
    }
    .files__link-arrow {
        display: none;
    }
    section.steps .container {
        padding: 60px 5px;
        gap: 35px;
    }
    section.requirements .container {
        padding: 60px 5px;
    }
    .table {
        padding-top: 35px;
        font-size: 12px;
    }
    .tr *:nth-child(2) {
        margin-right: 8px;
    }
    section.about .container {
        padding: 60px 5px;
    }

    section.description {
        background-size: auto;
    }
    section.description .container {
        padding: 60px 10px;
        gap: 40px;
    }
    .description__header-content {
        flex-direction: column;
        gap: 10px;
    }
    .description__content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        gap: 40px;
    }
    .description__nav-sidebar {
        width: 100%;
        max-width: 100%;
        top: 0;
        position: unset;
    }
    .desc__text {
        padding-left: 16px;
        padding-right: 18px;
    }
    .desc__server {
        gap: 20px;
        align-items: flex-start;
    }
    .desc__desc {
        padding: 22px 0;
    }
    .spoiler {
        --spoiler-container-padding: 0 12px;
    }
    .spoiler__heading {
        padding: 0 12px;
    }
    .desc__table td, .desc__table th {
        padding: 6px;
    }
    .item-table td:first-child, .desc__table th:first-child {
        padding-left: 12px;
    }
    .item-table th:nth-child(2) {
        word-break: break-all;
    }
    .item-image {
        height: 24px;
        width: 24px;
    }
    .item-desc-wrap, .toggle-btn {
        margin-left: 29px;
    }
    


    section.chapter .container {
        padding: 60px 10px;
    }
    section.textpage .container {
        padding: 0 10px;
        padding-top: 10px;
        padding-bottom: 60px;
        width: 100%;
    }
    .textpage__h {
        font-size: 16px;
        padding-top: 35px;
    }
}
@media(max-width: 700px) {
    .item-header {
        flex-direction: column;
    }
    .item-tag {
        margin-left: 29px;
        text-align: left;
    }
}