:root {
    --g-size: 1;
    --body-min-width: 20rem;
    --body-max-width: 100%;
    --body-background-color-rgb: #070d18;
    --body-background-color: 7, 13, 24;
    --container-width: 85rem;
    --navigation-bg: 8, 14, 26;
    --navigation-height: calc(5rem * var(--g-size));
    --navigation-height-scroll: calc(5rem * var(--g-size));

    --font-0: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    --font-1: "ChelseaCYR", "OlympiaDeco", "Averia Libre", "Times New Roman", Times, serif;
    --font-2: "AngelusMedieval", "Philosopher", "Times New Roman", Times, serif;
    --font-3: "Alice", "Times New Roman", Times, serif;
    --font-ico: "gwi";

    --color-light-rgb: #cfe9ff;
    --color-light: 207, 233, 255;
    --color-dark-rgb: #000;
    --color-dark: 0, 0, 0;

    --color-red-rgb: #ff4a4a;
    --color-red: 255, 74, 74;
    --color-yellow-rgb: #f5f1c2;
    --color-yellow: 245, 241, 194;
    --color-orange-rgb: #ffb347;
    --color-orange: 255, 179, 71;
    --color-pink-rgb: #ff9ad6;
    --color-pink: 255, 154, 214;
    --color-purple-rgb: #9c7bff;
    --color-purple: 156, 123, 255;
    --color-blue-rgb: #4db8ff;
    --color-blue: 77, 184, 255;
    --color-green-rgb: #2be38c;
    --color-green: 43, 227, 140;
    --color-grey-rgb: #7e8aa6;
    --color-grey: 126, 138, 166;
    --color-white-rgb: #fff;
    --color-white: 255, 255, 255;
    --color-black-rgb: #000;
    --color-black: 0, 0, 0;
    --color-brown-rgb: #1a2333;
    --color-brown: 26, 35, 51;
    --color-aqua-rgb: #00eaff;
    --color-aqua: 0, 234, 255;

    --color-0-rgb: #ffffff;
    --color-0: 255, 255, 255;
    --color-1-rgb: #0e1626;
    --color-1: 14, 22, 38;
    --color-2-rgb: #cfe9ff;
    --color-2: 207, 233, 255;
    --color-3-rgb: #7e8aa6;
    --color-3: 126, 138, 166;
    --color-4-rgb: #9dd8ff;
    --color-4: 157, 216, 255;
    --color-5-rgb: #4db8ff;
    --color-5: 77, 184, 255;
    --color-6-rgb: #2f7eb8;
    --color-6: 47, 126, 184;
    --color-7-rgb: #1c2f4d;
    --color-7: 28, 47, 77;
    --color-8-rgb: #101a2d;
    --color-8: 16, 26, 45;
    --color-9-rgb: #070d18;
    --color-9: 7, 13, 24;

    --color-accent-rgb: #9dd8ff;
    --color-accent: 157, 216, 255;
    --color-url-rgb: #4db8ff;
    --color-url: 77, 184, 255;

    --input-width: auto;
    --input-height: 3.75rem;
    --input-bg: #0f1a2d;
    --input-border: 0.0625rem solid #2f7eb8;
    --input-border-radius: 0.625rem;
    --input-color: #ffffff;
    --input-text-align: left;
    --input-font-family: var(--font-0);
    --input-font-size: 1.25rem;
    --input-font-weight: 400;
    --input-padding: 0.2rem 1.125rem;
    --input-box-shadow: 0 0 0.75rem rgba(77, 184, 255, .2);
    --input-outline: none;
    --input-disabled-bg: #0c1424;
    --input-placeholder-color: #6e7f9e;
    --input-placeholder-color-focus: transparent;

    --margin: 1rem;
    --margin-x2: calc(var(--margin *2));
    --margin-half: calc(var(--margin) / 2);
    --margin-third: calc(var(--margin) / 3);
    --negative-margin: calc(var(--margin) * -1);

    --border-radius: 0.9375rem;
    --border-width: calc(max(0.0625rem, 0.0625rem) * var(--g-size));
    --border-type: solid;
    --border-color: #2f7eb8;

    --shadow: 0 0.4375rem 3.375rem rgba(0, 0, 0, 0.4);

    --arrow-down: url(../images/icons/arrow-down.svg);
    --ico-play: url(../images/icons/play.png);
    --ico-play-small: url(../images/icons/play-small.png);

    --table-heading-bg: #0f1a2d;
    --table-bg: #0c1626;
    --table-border-width: 0.0625rem;
    --table-border-type: solid;
    --table-border-color: #1c2f4d;

    --spoiler-bg: 12, 22, 38;
    --spoiler-bg-heading: 18, 32, 55;
    --spoiler-bg-heading-hover: 14, 26, 45;
    --spoiler-border-color: 47, 126, 184;

    --tippy-bg-color: rgba(10, 18, 30, 0.9);
    --tippy-text-color: rgba(var(--color-0), 1);
    --tippy-font-size: max(0.875rem, 0.875rem);
    --tippy-border-radius: 0.375rem;
    --tippy-border-color: #4db8ff;

    --scl-color-1: #cfe9ff;
    --scl-color-1-hover: #ffffff;
    --scl-flex-basis: 8.5625rem;
    --scl-width: 8.5625rem;
    --scl-height: 7.8125rem;
    --scl-bg-color: transparent;
    --scl-bg: url(../images/scl/bg.png);
    --scl-bg-accent: url(../images/scl/bg.png);
    --scl-font-size: 2.5rem;
    --scl-list-gap: 3.125rem;
    --scl-sep-display: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

img {
    border-style: none;
    display: inline-block;
}

iframe, img {
    max-width: 100%;
}

a {
    background-color: transparent;
    color: #ffc24c;
    color: rgba(var(--color-url), 1);
    transition-duration: .2s;
    transition-property: opacity, color, background-color;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

a:active, a:focus {
    outline: 0;
}

::-webkit-input-placeholder {
    color: #847f7d;
    color: var(--input-placeholder-color);
    opacity: 1;
}

:-moz-placeholder, ::-moz-placeholder {
    color: #847f7d;
    color: var(--input-placeholder-color);
    opacity: 1;
}

:-ms-input-placeholder {
    color: #847f7d;
    color: var(--input-placeholder-color);
    opacity: 1;
}

:focus::-webkit-input-placeholder {
    color: transparent;
    color: var(--input-placeholder-color-focus);
}

:focus:-moz-placeholder, :focus::-moz-placeholder {
    color: transparent;
    color: var(--input-placeholder-color-focus);
}

:focus:-ms-input-placeholder {
    color: transparent;
    color: var(--input-placeholder-color-focus);
}

[class*=" gwi_"]:before {
    margin: 0;
    width: auto;
}

ul {
    padding-left: 1.375em;
    margin: .625em 0;
}

::-webkit-scrollbar {
    width: max(.375rem, 0.375rem);
    height: max(.125rem, 0.125rem);
    background-color: rgba(0, 0, 0, .4);
}

::-webkit-scrollbar-thumb {
    background-color: #6b4725;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #9b6635;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: 70%;
    font-weight: 400;
    color: #fff;
    color: rgba(var(--color-0), 1);
    cursor: default;
}

body {
    position: relative;
    z-index: 0;
    overflow-x: hidden;
    margin: 0;
    background-color: #100805;
    background-color: rgba(var(--body-background-color), 1);
    background-image: none;
    background-size: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 1.25rem;
    top: 0 !important;
    position: static !important;
}

.page, body {
    min-height: 100vh;
    min-width: 20rem;
    min-width: var(--body-min-width);
    display: flex;
    flex-direction: column;
}

.page {
    position: relative;
    margin: 0 auto;
    z-index: auto;
    width: 100%;
    max-width: 100%;
    max-width: var(--body-max-width);
    flex-grow: 1;
    transition: all .3s;
    box-sizing: border-box;
}
[data-container=header] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/bg/bg-3.png?v=4);
}

.page:before {
    top: 0;
    background-image: url(../images/bg/bg-3.png?v=4);
    height: 90.25rem;
    z-index: -2;
}

.page:after, .page:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.page:after {
    bottom: 0;
    background-image: url(../images/footer-main-bg.jpg);
    height: 87.5rem;
    z-index: -1;
}

.section {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container, .section {
    width: 100%;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.container {
    max-width: 109rem;
    max-width: calc(var(--container-width) + var(--margin) * 4);
    min-width: 0;
    padding-right: 2rem;
    padding-right: calc(var(--margin) * 2);
    padding-left: 2rem;
    padding-left: calc(var(--margin) * 2);
}

[data-section=wrapper] {
    padding: 12.375rem 0;
    z-index: 4;
    flex-grow: 1;
    justify-content: flex-start;
}

.section-decor {
    display: block;
    content: "";
    background: linear-gradient(270deg, #4db8ff 0, #4db8ff calc(50% - 2.1875rem), rgba(157, 216, 255, 0) calc(50% - 2.1875rem), rgba(157, 216, 255, 0) calc(50% + 2.1875rem), #4db8ff calc(50% + 2.1875rem), #4db8ff);
    z-index: 2;
    height: .125rem;
    box-shadow: 0 0 0.5rem rgba(77, 184, 255, .6);
}

.section-decor_pos_top {
    position: absolute;
    left: 0;
    right: 0;
    top: -.0625rem;
}

.section-decor:before,
.section-decor:after {
    display: block;
    content: "";
    background: radial-gradient(circle, #e6f7ff 0%, #9dd8ff 40%, #4db8ff 70%, rgba(77, 184, 255, 0) 100%);
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    position: absolute;
    top: -.1875rem;
    box-shadow: 0 0 0.625rem rgba(157, 216, 255, .9);
}

.section-decor:before {
    left: 0;
}

.section-decor:after {
    right: 0;
}

.section-decor:before {
    left: calc(50% - 2.1875rem);
}

.section-decor:after {
    right: calc(50% - 2.1875rem);
}

.section-decor__figure {
    background-color: transparent;
    background-image: url(../images/decor.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

[data-tab] {
    display: none;
    opacity: 0;
    -webkit-animation: tab 1s ease forwards;
    animation: tab 1s ease forwards;
}

@-webkit-keyframes tab {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes tab {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.title {
    font-family: ChelseaCYR, OlympiaDeco, Averia Libre, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.title {
    color: #ffc24c;
    color: rgba(var(--color-accent), 1);
    font-size: 2.1875rem;
}

[data-gw-anime=gw-anime-wrapper-visible] {
    opacity: 1 !important;
}

.button {
    --w: 32.5rem;
    --h: 7.875rem;
    --scale: 0.7;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    grid-gap: .5rem;
    gap: .5rem;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
    font-style: normal;
    text-shadow: 0 0.0625rem 0 #fff0a3, 0 0 1.3125rem #fed995;
    color: #543e2e;
    font-size: 2.1875rem;
    font-weight: 400;
    font-family: ChelseaCYR, OlympiaDeco, Averia Libre, Times New Roman, Times, serif;
    font-family: var(--font-1);
    cursor: pointer;
    transition: all .2s;
    box-shadow: none;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    outline: 0;
    background: transparent;
    border: 0;
    line-height: 1.2;
    padding: 0 calc(3rem * var(--scale)) .625rem calc(3rem * var(--scale));
    width: calc(var(--w) * var(--scale));
    height: calc(var(--h) * var(--scale));
}

.button:before {
    --aw: var(--w);
    --ah: var(--h);
    display: block;
    content: "";
    position: absolute;
    top: calc(0 * var(--scale));
    left: calc(0 * var(--scale));
    z-index: -1;
    transition: all .2s;
    background-image: url(../images/btn.svg);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(var(--ah) * var(--scale));
    transform-style: preserve-3d;
    perspective: 62.5rem;
    pointer-events: none;
}

.button:hover:after, .button:hover:before {
    filter: brightness(120%);
}

.sarrow {
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    z-index: 0;
    background-image: none;
    background-size: cover;
    width: 2.8125rem;
    height: 3rem;
}

.sarrow, .sarrow:after {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
}

.sarrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    font-family: gwi;
    font-family: var(--font-ico);
    color: rgba(255, 194, 76, .8);
    color: rgba(var(--color-accent), .8);
    font-size: 1.875rem;
    border: 0;
    transition: all .2s;
    background-image: url(../images/swiper/arrow-next.png);
    background-size: contain;
}

.sarrow_prev:after {
    background-image: url(../images/swiper/arrow-prev.png);
}

.sarrow_next:after {
    background-image: url(../images/swiper/arrow-next.png);
}

.sarrow:hover:after {
    color: #ffc24c;
    color: rgba(var(--color-accent), 1);
    filter: brightness(120%);
}

.sarrow.swiper-button-disabled {
    opacity: .4;
    pointer-events: none;
}

.scl, .scl__list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.scl__list {
    grid-gap: 3.125rem;
    gap: 3.125rem;
    grid-gap: var(--scl-list-gap);
    gap: var(--scl-list-gap);
    flex-wrap: wrap;
}

.logo {
    display: inlnie-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
}

.logo__img {
    display: block;
    margin: 0;
}

.logo__img_hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    width: 100%;
}

.logo:hover .logo__img_hover {
    -webkit-animation: logo .3s ease;
    animation: logo .3s ease;
}

@-webkit-keyframes logo {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        opacity: .3;
    }

    to {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes logo {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        opacity: .3;
    }

    to {
        transform: scale(1.3);
        opacity: 0;
    }
}

.logotype {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 0.75rem;
    position: relative;
    z-index: 0;
}

.logotype__img {
    display: block;
    transition: all .3s;
    width: 100%;
}

.logotype__img_hover_animation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: all .2s;
    pointer-events: none;
}

.logotype:hover .logotype__img_hover_animation {
    -webkit-animation: logotype .3s ease;
    animation: logotype .3s ease;
}

@-webkit-keyframes logotype {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        opacity: .3;
    }

    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes logotype {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        opacity: .3;
    }

    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

.end-time {
    color: #ffc24c;
    color: rgba(var(--color-accent), 1);
    font-size: 1.5rem;
    line-height: 1.1;
    display: inline-block;
    background-color: hsla(0, 0%, 100%, .1);
    background-color: rgba(var(--color-0), .1);
    box-sizing: border-box;
    padding: .625rem 1.25rem;
    border-radius: .9375rem;
    border-radius: var(--border-radius);
}

[data-gw-anime] {
    opacity: 1 !important;
    transition: all 1s;
}

.fadeIn {
    -webkit-animation: fadeIn 1s ease forwards;
    animation: fadeIn 1s ease forwards;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeInDown {
    -webkit-animation: fadeInDown 1s ease forwards;
    animation: fadeInDown 1s ease forwards;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-5vh);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-5vh);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.points {
    bottom: 0;
    justify-content: center;
    z-index: 20;
    position: fixed;
    left: 4.375rem;
    top: 50%;
    transform: translateY(-50%);
    list-style-type: none;
    padding: 0;
    margin: 0;
    right: auto;
    flex-direction: column;
}

.point, .points {
    align-items: center;
    display: none;
}

.point {
    justify-content: flex-start;
    font-size: 1rem;
    line-height: 1;
    color: #000;
    cursor: pointer;
    margin: 0 .625rem;
}

.point:after {
    display: block;
    position: absolute;
    left: calc(50% - .0625rem);
    top: calc(100% + .1875rem);
    height: 1.875rem;
    width: .125rem;
    background-color: rgba(254, 236, 151, .3);
    background-color: rgba(var(--color-2), .3);
    pointer-events: none;
}

.point:last-child:after {
    content: none;
}

.point__dot {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #000;
    border: .0625rem solid #feec97;
    border: .0625rem solid rgba(var(--color-2), 1);
    flex-shrink: 0;
    transition: all .2s;
    position: relative;
    z-index: 0;
    transform: rotate(45deg);
}

.point__dot:after {
    display: block;
    content: "";
    background: #feec97;
    background: rgba(var(--color-2), 1);
    width: .75rem;
    height: .75rem;
    position: absolute;
    top: .15rem;
    left: .15rem;
    opacity: 0;
    transition: all .2s;
}

.point:hover .point__dot:after {
    opacity: .5;
}

.point_active .point__dot:after, .point_active:hover .point__dot:after {
    opacity: 1;
}

.point__name {
    display: none;
    position: absolute;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: all .2s;
    transform-origin: left center;
    left: 50%;
    bottom: 1.875rem;
    transform: scale(1) translateX(-50%);
    background-color: #feec97;
    background-color: rgba(var(--color-2), 1);
    padding: .25rem .9375rem;
    -webkit-clip-path: polygon(.3125rem 0, calc(100% - .3125rem) 0, 100% 50%, calc(100% - .3125rem) 100%, .3125rem 100%, 0 50%);
    clip-path: polygon(.3125rem 0, calc(100% - .3125rem) 0, 100% 50%, calc(100% - .3125rem) 100%, .3125rem 100%, 0 50%);
}

.point_active .point__name, .point_active:hover .point__name {
    opacity: 1;
}

[data-section=header] {
    width: 100%;
    opacity: 1;
}

.header {
    box-sizing: border-box;
    grid-gap: 2.25rem;
    gap: 2.25rem;
    padding-top: var(--header-padding-top);
    padding-bottom: var(--header-padding-bottom);
    min-height: var(--header-min-height);
    height: var(--header-height);
    opacity: 1;
}

.header, .header__container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.header__container {
    width: 100%;
}

.header__box {
    max-width: 45rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 1.25rem;
    gap: 1.25rem;
}

.header__logobox {
    margin-bottom: -1.25rem;
}

.header__btns {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-top: 2.875rem;
}

[data-section=aboutserv] {
    background-color: transparent;
    background-image: url(../images/server-media1.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

[data-section=community] {
    background-color: transparent;
    background-image: url(../images/server-media.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

[data-section=media] {
    background-color: transparent;
    background-image: url(../images/game-features.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.media {
    padding: 6rem 0;

}
.ffa {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .8rem;
}
.media__scl {
    margin-top: 3.75rem;
}

.media__btns {
    padding-top: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.stream {
    --stream-height: 13.75rem;
    height: var(--stream-height);
    display: flex;
    color: hsla(0, 0%, 100%, .8);
    color: rgba(var(--color-0), .8);
    font-size: 1rem;
    font-weight: 500;
    cursor: default;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
    background-color: #100805;
    background-color: rgba(var(--body-background-color), 1);
    background-image: url(../images/stream/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: .9375rem;
}

.stream iframe {
    width: 100%;
    height: 100%;
}

.streams {
    box-sizing: border-box;
}

.streams__title {
    text-align: center;
}

.streams__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.875rem;
    gap: 1.875rem;
    position: relative;
    z-index: 0;
    max-width: NaNrem;
    margin: 0 auto;
}

.streams__list {
    overflow: hidden;
    width: 100%;
    padding: 6.25rem 0 .9375rem;
}

.streams__sarrow {
    position: absolute;
    top: 1.875rem;
}

.streams__sarrow_prev {
    left: 0;
}

.streams__sarrow_next {
    right: 0;
}

.fnav {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.fnav__box {
    min-width: 0;
    flex-grow: 1;
}

.fnav__header {
    font-size: .875rem;
    font-weight: 400;
    color: #feec97;
    color: rgba(var(--color-2), 1);
    margin-bottom: 1.25rem;
    font-family: AngelusMedieval, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-2);
    text-transform: uppercase;
}

.fnav__list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.fnav__el {
    margin-bottom: 1rem;
}

.fnav__link {
    text-decoration: none;
    transition: all .2s;
    font-size: 1rem;
    line-height: 1.3;
    color: #7c7c7c;
    color: rgba(var(--color-3), 1);
    text-transform: uppercase;
}

.fnav__link:hover {
    color: #ccc;
}

[data-section=footer] {
    margin-top: auto;
}

.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: grid;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    color: #7c7c7c;
    color: rgba(var(--color-3), 1);
    text-align: left;
    font-size: .875rem;
}

.footer__about {
    flex-direction: column;
    text-align: center;
    max-width: 30rem;
    margin: 0 auto;
}

.footer__about, .footer__logotype {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer__logotype {
    grid-gap: .75rem;
    gap: .75rem;
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.footer__desc {
    font-size: 1rem;
    margin-top: .875rem;
    margin-bottom: .875rem;
    line-height: 1.2;
}

.bnr {
    --bnr-size: 1;
    position: fixed;
    right: calc(2.5rem * var(--bnr-size));
    bottom: calc(2.5rem * var(--bnr-size));
    z-index: 15;
    width: calc(18.375rem * var(--bnr-size));
    height: calc(6.875rem * var(--bnr-size));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    box-sizing: border-box;
    padding-top: calc(1.5rem * var(--bnr-size));
    line-height: 1.2;
    display: none;
}

.bnr:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/bnr/bnr.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: calc(18.9375rem * var(--bnr-size));
    height: calc(12.5625rem * var(--bnr-size));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    transition: all .2s;
}

.bnr:hover:after {
    filter: brightness(130%);
}

.bnr__title {
    color: #ffc24c;
    color: rgba(var(--color-accent), 1);
    font-family: ChelseaCYR, OlympiaDeco, Averia Libre, Times New Roman, Times, serif;
    font-family: var(--font-1);
}

.bnr__desc, .bnr__title {
    font-weight: 400;
    text-transform: uppercase;
}

.bnr__desc {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
}

@media (min-width: 600px) {
    .streams__wrap {
        max-width: 62.5rem;
    }
}

@media (min-width: 680px) {

    .fnav {
        display: flex;
    }
}

@media (min-width: 720px) {
    .title {
        font-size: 2.2125rem;
    }
}

@media (min-width: 1050px) {

    .button {
        --scale: 1;
    }

    .fnav__header {
        font-size: 1.125rem;
    }

    .footer {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    :root {
        --navigation-height: calc(7.5rem * var(--g-size));
        --navigation-height-scroll: calc(7.5rem * var(--g-size));
    }

    .title {
        font-size: 3.0625rem;
    }

    .point, .points {
        display: flex;
    }

    .point {
        position: relative;
        z-index: 0;
        margin: .9375rem 0;
    }

    .point:after {
        content: "";
    }

    .point__name {
        display: block;
        bottom: auto;
        left: 2.5rem;
        top: calc(50% - .75rem);
        transform: scale(1) translateX(-1.875rem);
    }

    .point:hover .point__name {
        opacity: .3;
        transform: scale(1) translateX(0);
    }

    .point_active .point__name, .point_active:hover .point__name {
        opacity: 1;
        transform: scale(1) translateX(0);
    }

    .header__container {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }

    .header__box {
        order: 100;
    }

    .header__logobox {
        margin-bottom: -2.5rem;
    }

    .stream {
        --stream-height: 15.625rem;
    }

    .streams__wrap {
        margin-top: 4.375rem;
        max-width: 93.75rem;
    }

    .streams__list {
        padding: .9375rem 0;
    }

    .streams__sarrow {
        top: 50%;
        transform: translateY(-50%);
    }

    .streams__sarrow_prev {
        left: auto;
        right: calc(100% + 1.875rem);
    }

    .streams__sarrow_next {
        right: auto;
        left: calc(100% + 1.875rem);
    }

    .fnav {
        margin-left: auto;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        grid-gap: 7.5rem;
        gap: 7.5rem;
    }

    .fnav__box {
        flex-grow: 0;
        flex-basis: auto;
    }

    .footer {
        display: grid;
        grid-template-columns: 30% 1fr;
        align-items: flex-start;
        grid-gap: 3.125rem;
        gap: 3.125rem;
    }

    .footer__about {
        align-items: flex-start;
        text-align: left;
        margin: 0;
    }

    .bnr {
        display: flex;
    }
}

@media (min-width: 1440px) {
    html {
    }
}

@media (max-width: 1199.98px) {
    /* Шапка - теперь прозрачная по умолчанию */
    /* Шапка становится коричневой только при открытом меню */
    /* Бургер-меню - все линии одинакового размера */
    /* Превращение в крестик при открытии */
    /* Основное меню */
    /* Пункты меню */
    /* Подменю */
    /* Социальные иконки */
    /* Декоративные элементы внизу меню */
    /* Анимации */
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(0.625rem);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

.text-uppercase {
    text-transform: uppercase;
}

.fs_plus_2 {
    font-size: 1.2em;
}

.event__date:not(:hover),
.event__title:not(:hover) {
    text-shadow: 0 0 0.625rem rgba(0, 0, 0),
    0 0 1.25rem rgba(0, 0, 0),
    0 0 1.875rem rgba(0, 0, 0);
}

@media (max-width: 768px) {
    a[href="https://l2oops.com"] {
        display: none !important;
    }
}

.scl-floating {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1rem 0.6rem;
    z-index: 1000;
}

.scl-floating__item {
    color: #e1d3ae;
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    text-decoration: none;
    background-color: rgb(0 0 0 / 57%);
    border-radius: 0.75rem;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

/* Эффект при наведении */
.scl-floating__item:hover {
    transform: translateX(-0.5rem) scale(1.1);
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.15);
}

/* Свечение иконки */
.scl-floating__item:hover i {
    filter: drop-shadow(0 0 0.375rem rgba(225, 211, 174, 0.7));
    transform: scale(1.1);
}

/* Плавное появление */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(1.25rem);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.scl-floating__item {
    animation: fadeIn 0.6s ease-out forwards;
    opacity: 0;
}

.scl-floating__item:nth-child(1) {
    animation-delay: 0.1s;
}

.scl-floating__item:nth-child(2) {
    animation-delay: 0.3s;
}

.scl-floating__item:nth-child(3) {
    animation-delay: 0.5s;
}

/* Адаптив - сохраняем справа для мобильных */
@media (max-width: 768px) {
    .scl-floating {
        padding: 0.8rem 0.5rem; /* Уменьшаем отступы для мобильных */
    }

    .scl-floating__item {
        width: 4rem; /* Чуть уменьшаем размер для мобильных */
        height: 4rem;
        font-size: 1.4rem;
    }

    .scl-floating__item:hover {
        transform: translateX(-0.3125rem) scale(1.1); /* Меньшее смещение на мобильных */
    }
}

@media (max-width: 768px) {
    .scl-floating {
        display: none !important;
    }
}

.server-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
    background: rgba(22, 16, 10, 0.85);
    border-radius: 0.75rem;
    padding: 1.875rem;
    border: 0.0625rem solid rgba(166, 140, 90, 0.3);
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.server-info-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    z-index: -1;
    border-radius: inherit;
}

/* Медиа блок */

/* Контент сервера */
.server-info-content {
    flex: 1 1 45%;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.server-info-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.9375rem;
    margin-bottom: 1.25rem;
}

.server-info-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 4vw, 2rem);
    color: #fff;
    text-shadow: 0 0 0.625rem rgba(254, 194, 76, 0.5);
    line-height: 1.2;
    flex: 1;
}

.highlight-text {
    color: #f6c944;
}

.server-status-info {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    background: rgba(56, 40, 25, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 1.25rem;
    border: 0.0625rem solid rgba(166, 140, 90, 0.3);
    backdrop-filter: blur(0.3125rem);
    flex-shrink: 0;
}

.server-status-indicator {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: #3ee242;
    box-shadow: 0 0 0.625rem #3ee242;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

.server-status-text {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #f6c944;
}

/* Статистика сервера */

/* Рейты сервера */

/* Бонусы */

/* Кнопки */

/* Адаптация для планшетов */
@media (max-width: 992px) {
    .server-info-wrapper {
        flex-direction: column;
        padding: 1.5625rem;
        gap: 1.5625rem;
    }

    .server-info-content {
        flex: 1 1 100%;
        min-width: 0;
        width: 100%;
    }
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {

    .server-info-wrapper {
        padding: 1.25rem;
        border-radius: 0.5rem;
    }

    .server-status-info {
        padding: 0.375rem 0.75rem;
    }

    .menu__item {
        font-size:1.3rem!important;
    }
}

@media (max-width: 576px) {
    .server-info-wrapper {
        padding: 0.9375rem;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .server-info-header {
        flex-direction: column;
        align-items: center;
        gap: 0.625rem;
    }

    .server-status-info {
        width: 50%;
        justify-content: center;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/**/
.section[data-section="navigation"]{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:10000;
    background:linear-gradient(180deg,#0a1424,#0c1a2d);
    border-bottom:1px solid rgba(120,200,255,.25);
    backdrop-filter:blur(6px);
}

.navigation{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:4.8rem;
}

.navigation__logotype img{
    height:3rem;
}

.menu__list{
    display:flex;
    gap:2rem;
    align-items:center;
}

.menu__item{
    position:relative;
    display:flex;
    align-items:center;
    gap:.5rem;
    font-size:1rem;
    letter-spacing:.15rem;
    text-transform:uppercase;
    color:#a8d8ff;
    font-weight:600;
    transition:.25s;
}

.menu__item:after{
    content:"";
    position:absolute;
    bottom:-6px;
    left:50%;
    width:0;
    height:2px;
    background:linear-gradient(90deg,#6fd0ff,#d6f4ff);
    box-shadow:0 0 10px rgba(120,200,255,.8);
    transition:.25s;
    transform:translateX(-50%);
}

.menu__item:hover{
    color:#fff;
    text-shadow:0 0 10px rgba(120,200,255,.9);
}

.menu__item:hover:after{
    width:100%;
}

.menu__el_nav{
    position:relative;
}

.menu__sub-list{
    position:absolute;
    top:3.8rem;
    left:0;
    background:#0b1626;
    border:1px solid rgba(120,200,255,.35);
    border-radius:.4rem;
    padding:.4rem 0;
    min-width:13rem;
    display:none;
    box-shadow:0 15px 40px rgba(0,0,0,.7);
}

.menu__el_nav:hover .menu__sub-list{
    display:block;
}

.menu__sub-item{
    display:flex;
    gap:.6rem;
    padding:.6rem 1rem;
    font-size:.8rem;
    color:#a8d8ff;
    transition:.2s;
}

.menu__sub-item:hover{
    background:rgba(120,200,255,.08);
    color:#fff;
}

.account-info-btn{
    display:flex;
    align-items:center;
    gap:.4rem;
    padding:.55rem 1.2rem;
    border-radius:.35rem;
    font-size:1.1rem;
    font-weight:700;
    background:linear-gradient(135deg,#9ee4ff,#38b6ff);
    color:#06121c;
    box-shadow:0 0 12px rgba(120,200,255,.7);
    transition:.2s;
}

.account-info-btn:hover{
    box-shadow:0 0 25px rgba(120,200,255,.9);
}

.navigation__gw-burger{
    display:none;
    width:38px;
    height:38px;
    border-radius:6px;
    border:1px solid rgba(120,200,255,.35);
    background:rgba(12,20,35,.7);
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.navigation__gw-burger span{
    width:18px;
    height:2px;
    background:#a8d8ff;
    position:relative;
    transition:.3s;
}

.navigation__gw-burger span:before,
.navigation__gw-burger span:after{
    content:"";
    position:absolute;
    width:18px;
    height:2px;
    background:#a8d8ff;
    transition:.3s;
}

.navigation__gw-burger span:before{top:-6px;}
.navigation__gw-burger span:after{top:6px;}

.navigation__gw-burger.active span{
    background:transparent;
}

.navigation__gw-burger.active span:before{
    transform:rotate(45deg);
    top:0;
}

.navigation__gw-burger.active span:after{
    transform:rotate(-45deg);
    top:0;
}

.menu__overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(5,10,20,.75);
    backdrop-filter:blur(4px);
    opacity:0;
    pointer-events:none;
    transition:.3s;
    z-index:9000;
}

.menu__overlay.active{
    opacity:1;
    pointer-events:auto;
}

.menu__content{
    display:flex;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}

@media (max-width:62rem){

    .navigation__gw-burger{
        display:flex;
    }

    .menu__content{
        position:fixed;
        top:0;
        right:-100%;
        width:18rem;
        height:100vh;
        background:#0b1626;
        padding:6rem 1.5rem;
        transition:.35s;
        z-index:9999;
        flex-direction:column;
    }

    .menu__content.active{
        right:0;
    }

    .menu__list{
        flex-direction:column;
        align-items:flex-start;
        gap:1.5rem;
    }

    .menu__sub-list{
        position:static;
        border:none;
        box-shadow:none;
        display:none;
        padding-left:.8rem;
    }

    .menu__el_nav.open .menu__sub-list{
        display:block;
    }

    .navigation__el_desktop{
        display:none;
    }

}
.lang-select{
    position:relative;
    font-size:.75rem;
    font-weight:600;
    text-transform:uppercase;
}
.lang-arrow{
    margin-left:4px;
    font-size:.65rem;
    opacity:.8;
    transition:transform .25s ease;
}

.lang-select.active .lang-arrow{
    transform:rotate(180deg);
}
.lang-current{
    display:flex;
    align-items:center;
    gap:.4rem;
    padding:.35rem .7rem;
    border:1px solid rgba(120,200,255,.35);
    border-radius:.35rem;
    background:rgba(10,18,30,.7);
    backdrop-filter:blur(4px);
    color:#a8d8ff;
    cursor:pointer;
    transition:.25s;
    font-size: 1rem;
}

.lang-current:hover{
    color:#fff;
    box-shadow:0 0 10px rgba(120,200,255,.6);
}

.lang-current img{
    width:18px;
    height:12px;
    object-fit:cover;
    border-radius:2px;
}

.lang-arrow{
    margin-left:4px;
    font-size:1rem;
    opacity:.8;
}

.lang-dropdown{
    position:absolute;
    top:calc(100% + 6px);
    right:0;
    background:#0b1626;
    border:1px solid rgba(120,200,255,.35);
    border-radius:.4rem;
    overflow:hidden;
    opacity:0;
    pointer-events:none;
    transform:translateY(-6px);
    transition:.25s;
    box-shadow:0 10px 30px rgba(0,0,0,.8),0 0 20px rgba(120,200,255,.15);
    z-index:10000;
}

.lang-select.active .lang-dropdown{
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
}

.lang-option{
    display:flex;
    align-items:center;
    gap:.5rem;
    padding:.45rem .7rem;
    font-size:1rem;
    color:#a8d8ff;
    cursor:pointer;
    transition:.2s;
}

.lang-option img{
    width:20px;
    height:20px;
    border-radius:2px;
}

.lang-option:hover{
    background:rgba(120,200,255,.08);
    color:#fff;
}
/**/