:root {
    --body-min-width: 20rem;
    --body-max-width: 100%;
    --body-background-color-rgb: #201c1b;
    --body-background-color: 32, 28, 27;
    --container-width: 87.5rem;
    --font-0: "DIN Next W1G", Tahoma, Arial, sans-serif;
    --font-1: "BeaufortforLOL", "Philosopher", "Times New Roman", Times, serif;
    --font-2: "Montserrat", Arial, sans-serif;
    --font-3: "Alice", "Times New Roman", Times, serif;
    --font-ico: "gwi";
    --color-light-rgb: #e8d1a6;
    --color-light: 232, 209, 166;
    --color-dark-rgb: #000;
    --color-dark: 0, 0, 0;
    --color-red-rgb: #ac0000;
    --color-red: 172, 0, 0;
    --color-yellow-rgb: #ff0;
    --color-yellow: 255, 255, 0;
    --color-orange-rgb: orange;
    --color-orange: 255, 165, 0;
    --color-pink-rgb: pink;
    --color-pink: 255, 192, 203;
    --color-purple-rgb: purple;
    --color-purple: 128, 0, 128;
    --color-blue-rgb: #00f;
    --color-blue: 0, 0, 255;
    --color-green-rgb: #0b0;
    --color-green: 0, 187, 0;
    --color-grey-rgb: grey;
    --color-grey: 128, 128, 128;
    --color-white-rgb: #fff;
    --color-white: 255, 255, 255;
    --color-black-rgb: #000;
    --color-black: 0, 0, 0;
    --color-brown-rgb: brown;
    --color-brown: 165, 42, 42;
    --color-aqua-rgb: #0ff;
    --color-aqua: 0, 255, 255;
    --color-0-rgb: #bab2a8;
    --color-0: 186, 178, 168;
    --color-1-rgb: #141414;
    --color-1: 20, 20, 20;
    --color-2-rgb: #fff;
    --color-2: 255, 255, 255;
    --color-3-rgb: #fff;
    --color-3: #fff;
    --color-4-rgb: #fff;
    --color-4: #fff;
    --color-5-rgb: #fff;
    --color-5: #fff;
    --color-6-rgb: #fff;
    --color-6: #fff;
    --color-7-rgb: #fff;
    --color-7: #fff;
    --color-8-rgb: #fff;
    --color-8: #fff;
    --color-9-rgb: #fff;
    --color-9: #fff;
    --color-accent-rgb: #ffb751;
    --color-accent: 255, 183, 81;
    --color-accent-hover-rgb: #ff0;
    --color-accent-hover: 255, 255, 0;
    --color-accent-2-rgb: #f80;
    --color-accent-2: 255, 136, 0;
    --color-accent-2-hover-rgb: #f80;
    --color-accent-2-hover: 255, 136, 0;
    --color-url-rgb: #ffb751;
    --color-url: 255, 183, 81;
    --color-url-hover-rgb: #ff0;
    --color-url-hover: 255, 255, 0;
    --margin: 0.875rem;
    --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.375rem;
    --border-width: 1px;
    --border-type: solid;
    --border-color: rgba(77, 63, 50, 0.5);
    --border: var(--border-width) var(--border-type) var(--border-color);
    --shadow: 0px 0.4375rem 3.375rem rgba(36, 30, 10, 0.1)
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-color: rgba(0, 0, 0, .15)
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -.125rem
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

img {
    border-style: none;
    display: inline-block;
    vertical-align: middle
}

iframe, img, video {
    max-width: 100%
}

a {
    background-color: transparent;
    color: #ffb751;
    color: rgba(var(--color-url), 1);
    transition-duration: .2s;
    transition-property: opacity, color, background-color;
    outline: 0;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

a:active, a:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: var(--input-placeholder-color);
    opacity: 1
}

:-moz-placeholder, ::-moz-placeholder {
    color: var(--input-placeholder-color);
    opacity: 1
}

:-ms-input-placeholder {
    color: var(--input-placeholder-color);
    opacity: 1
}

:focus::-webkit-input-placeholder {
    color: var(--input-placeholder-color-focus)
}

:focus:-moz-placeholder, :focus::-moz-placeholder {
    color: var(--input-placeholder-color-focus)
}

:focus:-ms-input-placeholder {
    color: var(--input-placeholder-color-focus)
}

[class*=" gwi_"]:before, [class^=gwi_]:before {
    margin: 0;
    width: auto
}

ol, ul {
    padding-left: 1.375em;
    margin: .625em 0
}

table {
    border: 0;
    border-spacing: 0 .1875rem;
    text-align: center;
    font-size: .875rem;
    color: #aaa39a
}

td, th {
    border-top: 1px solid #433e3b;
    border-bottom: 1px solid #433e3b;
    padding: .1875rem .625rem;
    background-color: rgba(67, 62, 59, .149);
    height: 3.375rem;
    box-sizing: border-box
}

td:first-child, th:first-child {
    border-left: 1px solid #433e3b;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem
}

td:last-child, th:last-child {
    border-right: 1px solid #433e3b;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem
}

th {
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-weight: 700;
    text-transform: uppercase
}

tr:nth-child(2n) td, tr:nth-child(2n) th {
    background-color: #2e2b29
}

.table-heading {
    color: #fff8ed
}

::-webkit-scrollbar {
    width: .375rem;
    height: .25rem;
    background-color: rgba(0, 0, 0, .4)
}

::-webkit-scrollbar-thumb {
    background-color: #6b4725
}

::-webkit-scrollbar-thumb:hover {
    background-color: #9b6635
}

* {
    scrollbar-width: thin;
    scrollbar-color: #cba74c #13100e
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: 100%;
    font-weight: 400;
    color: #bab2a8;
    color: rgba(var(--color-0), 1);
    cursor: default;
    overflow-x: clip
}

:root {
    --body-bg-image: url(../images/bg.jpg)
}

body {
    position: relative;
    z-index: 0;
    overflow-x: clip;
    margin: 0;
    background-color: #201c1b;
    background-color: rgba(var(--body-background-color), 1);
    background-image: url(../images/bg.jpg);
    background-image: var(--body-bg-image);
    background-size: max(160rem, 100%) auto;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 100vh;
    min-height: 100dvh;
    min-width: 20rem;
    min-width: var(--body-min-width);
    display: flex;
    flex-direction: column
}

body[\:has\(.fancybox-active\)

]
,
body[\:has\(.mob-menu-active\)

]
,
html[\:has\(.fancybox-active\)

]
,
html[\:has\(.mob-menu-active\)

]
{
    overflow: hidden
}
body:has(.fancybox-active), body:has(.mob-menu-active), html:has(.fancybox-active), html:has(.mob-menu-active) {
    overflow: hidden
}

.body_2 {
    --body-bg-image: url(../images/bg-2.jpg)
}

.body_3 {
    --body-bg-image: url(../images/bg-3.jpg)
}

.page {
    margin: 0 auto;
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
    min-width: 20rem;
    min-width: var(--body-min-width);
    max-width: 100%;
    max-width: var(--body-max-width);
    flex-grow: 1;
    transition: all .3s;
    background-color: transparent;
    background-image: url(../images/bg.jpg);
    background-image: var(--body-bg-image);
    background-size: max(160rem, 100%) auto;
    background-position: top;
    background-repeat: no-repeat
}

.page, .section {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    box-sizing: border-box
}

.section {
    flex-shrink: 0;
    justify-content: center;
    align-items: center
}

.container {
    max-width: 91rem;
    max-width: calc(var(--container-width) + var(--margin) * 4);
    width: 100%;
    min-width: 0;
    padding-right: 1.75rem;
    padding-right: calc(var(--margin) * 2);
    padding-left: 1.75rem;
    padding-left: calc(var(--margin) * 2);
    position: relative;
    z-index: 2;
    box-sizing: border-box
}

.container_fluid {
    max-width: 100%
}

.spacer {
    flex-grow: 1;
    min-height: 12.5rem
}

.compensate-navigation {
    height: 5rem;
    height: var(--navigation-height);
    box-sizing: border-box
}

[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 {
    color: #fff8ed;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0
}

.title_size_small {
    font-size: 1.5rem
}

.title_size_tiny {
    font-size: 1.125rem
}

.desc {
    color: #c1b9af;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0
}

.desc_size_small {
    font-size: .75rem
}

.desc_size_large {
    font-weight: 500;
    font-size: 1rem
}

.desc_font-weight_400 {
    font-weight: 400
}

.desc_font-weight_500 {
    font-weight: 500
}

.ttl {
    color: #fff8ed;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0
}

.ttl_color_accent {
    color: #e5a64d
}

.ttl_center {
    text-align: center
}

.ttl_mb {
    margin-bottom: 1.25rem
}

.ttl_mt {
    margin-top: 1.25rem
}

.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    grid-gap: .375rem;
    gap: .375rem
}

.heading_2 {
    grid-gap: .125rem;
    gap: .125rem
}

.heading_3 {
    grid-gap: .625rem;
    gap: .625rem
}

.heading_mb {
    margin-bottom: 2.1875rem
}

.heading_mb_2 {
    margin-bottom: 2.4375rem
}

.heading_mb_3 {
    margin-bottom: 1.875rem
}

.heading_mb_4 {
    margin-bottom: 4rem
}

.heading_mt {
    margin-top: 2.1875rem
}

.tblbox {
    max-width: 100%;
    overflow: auto;
    min-width: 0
}

.tblbox > table {
    width: 100%;
    min-width: 56.25rem
}

.table-font-size {
    font-size: .875rem
}

.itm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 1.125rem;
    gap: 1.125rem;
    line-height: 1.3
}

.itm__img {
    display: block;
    flex-shrink: 0
}

.itm__content {
    box-sizing: border-box
}

.itm-list {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem
}

.content-box {
    background-color: #2e2b29;
    border-radius: .375rem;
    box-sizing: border-box;
    padding: .875rem
}

.content-info {
    color: #544a45;
    font-size: .75rem
}

.text-1 {
    line-height: 1.5
}

.preload {
    background-color: #161413;
    min-width: 20rem;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: all .5s cubic-bezier(.64, .14, .34, 1.32);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 .625rem
}

.preload__logo {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block
}

.preload_fade {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.4)
}

@-webkit-keyframes preanimateout {
    0% {
        transform: translate(-50%, -50%) scale(1)
    }
    to {
        transform: translate(-50%, -50%) scale(0)
    }
}

@keyframes preanimateout {
    0% {
        transform: translate(-50%, -50%) scale(1)
    }
    to {
        transform: translate(-50%, -50%) scale(0)
    }
}

.preload__progress {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 0;
    height: .3125rem;
    background: #ffce8f
}

.preload__items {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-top: .9375rem
}

.preload__item {
    width: .875rem;
    height: .875rem;
    background: #decfbe;
    border-radius: 50%;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)
}

[data-gw-anime] {
    opacity: 0;
    transition: all 1s
}

[data-gw-anime-custom] {
    opacity: 1
}

.zoomIn {
    -webkit-animation: zoomIn 1s ease forwards;
    animation: zoomIn 1s ease forwards
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(.8)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(.8)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.zoomInDown {
    -webkit-animation: zoomInDown 1s ease forwards;
    animation: zoomInDown 1s ease forwards
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale(.8) translateY(-5vh)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale(.8) translateY(-5vh)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.zoomInUp {
    -webkit-animation: zoomInUp 1s ease forwards;
    animation: zoomInUp 1s ease forwards
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale(.8) translateY(5vh)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale(.8) translateY(5vh)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.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
    }
}

.fadeInLeft {
    -webkit-animation: fadeInLeft 1s ease forwards;
    animation: fadeInLeft 1s ease forwards
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation: fadeInRight 1s ease forwards;
    animation: fadeInRight 1s ease forwards
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInUp {
    -webkit-animation: fadeInUp 1s ease forwards;
    animation: fadeInUp 1s ease forwards
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(5vh)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(5vh)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.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)
    }
}

.turnRight {
    -webkit-animation: turnRight 1s ease forwards;
    animation: turnRight 1s ease forwards;
    transform-origin: center
}

@-webkit-keyframes turnRight {
    0% {
        opacity: 0;
        transform: translateX(-15%) rotate(-15deg)
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

@keyframes turnRight {
    0% {
        opacity: 0;
        transform: translateX(-15%) rotate(-15deg)
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

.turLeft {
    -webkit-animation: turLeft 1s ease forwards;
    animation: turLeft 1s ease forwards;
    transform-origin: center
}

@-webkit-keyframes turLeft {
    0% {
        opacity: 0;
        transform: translateX(15%) rotate(15deg)
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

@keyframes turLeft {
    0% {
        opacity: 0;
        transform: translateX(15%) rotate(15deg)
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

.countdown {
    display: inline-flex;
    flex-direction: column;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.countdown, .countdown__heading {
    align-items: center;
    justify-content: center
}

.countdown__heading {
    color: #bab2a8;
    color: rgba(var(--color-0), 1);
    text-align: center;
    margin-bottom: .375rem;
    font-size: 1.25rem;
    display: flex;
    width: 100%;
    grid-gap: .625rem;
    gap: .625rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase
}

.countdown__counter, .countdown__item {
    display: flex;
    justify-content: center;
    align-items: center
}

.countdown__item {
    flex-direction: column;
    text-align: center;
    min-width: 4.125rem;
    box-sizing: border-box;
    line-height: 1
}

.countdown__amount {
    color: #bab2a8;
    color: rgba(var(--color-0), 1);
    font-size: 2.5rem;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums
}

.countdown__amount, .countdown__desc {
    text-transform: uppercase;
    box-sizing: border-box;
    line-height: 1
}

.countdown__desc {
    color: rgba(186, 178, 168, .7);
    color: rgba(var(--color-0), .7);
    font-size: .75rem;
    font-weight: 400
}

.countdown__devider {
    font-size: 2.5rem;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: relative;
    z-index: 0;
    margin: 0 .3125rem
}

.countdown__devider:after {
    display: block;
    content: ":";
    margin-top: -1.5rem
}

:root {
    --tippy-bg-color: #12100f;
    --tippy-border-radius: 0.375rem;
    --tippy-font-size: 0.875rem;
    --tippy-text-color: #f5eee4
}

.tippy-box {
    background-color: #12100f;
    background-color: var(--tippy-bg-color);
    border-radius: .375rem;
    border-radius: var(--tippy-border-radius);
    border: 0;
    font-size: .875rem;
    font-size: var(--tippy-font-size);
    color: #f5eee4;
    color: var(--tippy-text-color);
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    max-width: 25rem !important;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    filter: drop-shadow(0 0 1px #242322) drop-shadow(0 0 1px #242322)
}

.tip-content, .tippy-wrap {
    max-width: 25rem
}

.tip-content {
    min-width: 11.875rem;
    text-align: center;
    box-sizing: border-box;
    padding: .75rem 1rem
}

.tippy-arrow {
    color: #12100f;
    color: var(--tippy-bg-color);
    width: 1.25rem;
    height: 1.25rem
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -.5rem;
    border-width: .625rem .625rem 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -.5rem;
    border-width: 0 .625rem .625rem
}

:root {
    --btn-w: 11.9375rem;
    --btn-h: 2.5rem;
    --btn-fs: 0.9375rem;
    --btn-scale: 1;
    --btn-img-url: url(../images/btn/btn.png);
    --btn-letter-spacing: 0
}

.btn {
    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;
    color: #292120;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: .9375rem;
    font-size: calc(var(--btn-fs) * var(--btn-scale));
    font-weight: 700;
    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;
    padding: .3125rem .3125rem .375rem;
    padding: calc(0.3125rem * var(--btn-scale)) calc(0.3125rem * var(--btn-scale)) calc(0.375rem * var(--btn-scale)) calc(0.3125rem * var(--btn-scale));
    width: 11.9375rem;
    width: calc(var(--btn-w) * var(--btn-scale));
    min-width: 0;
    max-width: 100%;
    min-height: 2.5rem;
    min-height: calc(var(--btn-h) * var(--btn-scale));
    text-wrap: balance;
    letter-spacing: 0;
    letter-spacing: var(--btn-letter-spacing);
    will-change: transform;
    text-shadow: 0 1px 0 rgba(232, 202, 160, .8);
    white-space: nowrap
}

.btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all .2s;
    background-image: url(../images/btn/btn.png);
    background-image: var(--btn-img-url);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    filter: grayscale(0) brightness(100%)
}

.btn_accent_no:before {
    filter: grayscale(100%) brightness(50%)
}

.btn:hover:before, .btn_active:before, [data-open-tab-active=true]:before {
    filter: grayscale(0) brightness(112%)
}

.btn__icon {
    display: block;
    position: relative;
    top: 1px
}

.btn_size_small {
    --btn-w: 10rem;
    --btn-h: 2.625rem;
    --btn-fs: 0.875rem
}

.btn_size_medium {
    --btn-img-url: url(../images/btn/btn-medium.png);
    --btn-w: 14.375rem;
    --btn-h: 3rem;
    --btn-fs: 1.125rem
}

.btn_size_large {
    --btn-img-url: url(../images/btn/btn-large.png);
    --btn-w: 20.5625rem;
    --btn-h: 4.125rem;
    --btn-fs: 1.625rem;
    --btn-scale: 0.8
}

.btn_size_long {
    --btn-img-url: url(../images/btn/btn-long.png);
    --btn-w: 21.875rem;
    --btn-h: 3.25rem;
    --btn-fs: 1.08375rem;
    --btn-scale: 0.8
}

.btn_size_2 {
    --btn-img-url: url(../images/btn/btn-2.png);
    --btn-w: 11.25rem;
    --btn-h: 2.875rem;
    --btn-fs: 1rem
}

.btn_size_3 {
    --btn-img-url: url(../images/btn/btn-3.png);
    --btn-w: 16.25rem;
    --btn-h: 3.125rem;
    --btn-fs: 1.125rem;
    --btn-scale: 0.9
}

.btn_size_4 {
    --btn-img-url: url(../images/btn/btn-4.png);
    --btn-w: 12.875rem;
    --btn-h: 3rem;
    --btn-fs: 1.125rem;
    --btn-scale: 0.9
}

.btn_size_5 {
    --btn-img-url: url(../images/btn/btn-5.png);
    --btn-w: 20rem;
    --btn-h: 2.625rem;
    --btn-fs: 0.875rem;
    --btn-scale: 1
}

.btn_size_6 {
    --btn-img-url: url(../images/btn/btn-6.png);
    --btn-w: 18.4375rem;
    --btn-h: 3.1875rem;
    --btn-fs: 0.875rem;
    --btn-scale: 1;
    padding: .3125rem;
    padding: calc(0.3125rem * var(--btn-scale)) calc(0.3125rem * var(--btn-scale)) calc(0.3125rem * var(--btn-scale)) calc(0.3125rem * var(--btn-scale))
}

.bt {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: .5rem;
    background: transparent;
    min-height: 2.5rem;
    padding: .75rem 1.5rem;
    box-sizing: border-box;
    color: #e5cfae;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all .2s;
    border: .125rem solid #4b4847;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.bt:hover {
    background-color: rgba(75, 72, 71, .5);
    color: #ffe9c8
}

.bttn {
    border: 1px solid #b69c75;
    border-radius: .25rem;
    min-width: 10.9375rem;
    height: 2.25rem;
    font-size: .875rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #e5cfae;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    grid-gap: .375rem;
    gap: .375rem;
    box-sizing: border-box;
    padding: .375rem 1rem;
    text-decoration: none
}

.bttn:hover {
    background-color: rgba(229, 207, 174, .1)
}

.mdl {
    --mdl-inner-bg: url(../images/mdl/bg.jpg);
    max-width: 34.375rem;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    border: 0;
    border-radius: .375rem;
    border-radius: var(--border-radius);
    padding: .75rem !important
}

.mdl_welcome {
    max-width: 52.5rem;
    --mdl-inner-bg: url(../images/welcome/bg.jpg)
}

.mdl_welcome[\:has\(.mdl__close_2\)

]
{
    max-width: 52.875rem
}
.mdl_welcome:has(.mdl__close_2) {
    max-width: 52.875rem
}

.mdl__close {
    width: 1.5625rem;
    height: 1.5625rem;
    display: block;
    cursor: pointer;
    transition: all .2s;
    border-radius: 50%;
    z-index: 20;
    position: absolute;
    top: .625rem;
    right: .625rem;
    background-color: transparent;
    background-image: url(../images/mdl/close.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.mdl__close_2 {
    background-image: url(../images/mdl/close-2.png);
    width: 1.9375rem;
    height: 1.9375rem
}

.mdl__close:hover {
    filter: brightness(120%)
}

.mdl__inner {
    color: #c1b9af;
    width: 100%;
    box-shadow: none;
    padding: 1.875rem 1rem;
    border-radius: .375rem;
    border-radius: var(--border-radius);
    background-color: #2a2726;
    background-image: var(--mdl-inner-bg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

.mdl__body, .mdl__inner {
    box-sizing: border-box;
    border: 0;
    position: relative;
    z-index: 0
}

.mdl__body {
    background-size: auto;
    background-position: 50%;
    background-repeat: repeat;
    overflow: hidden;
    border-radius: 0
}

.fancybox-container {
    z-index: 666 !important
}

.fancybox-content {
    padding: 0;
    background: transparent
}

.fancybox-bg {
    background: #1c1918
}

.fancybox-is-open .fancybox-bg {
    opacity: .95
}

.gw-modal-close {
    display: none
}

.fancybox-is-open .mdl_animated {
    -webkit-animation: modalIn .5s ease;
    animation: modalIn .5s ease
}

.fancybox-is-closing .mdl_animated {
    -webkit-animation: modalout .5s ease;
    animation: modalout .5s ease
}

@-webkit-keyframes modalIn {
    0% {
        opacity: 0;
        transform: translateY(-10vh)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes modalIn {
    0% {
        opacity: 0;
        transform: translateY(-10vh)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes modalout {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(10vh)
    }
}

@keyframes modalout {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(10vh)
    }
}

.lang {
    --lang-img-size: 1.3125rem;
    --lang-list-offset: 0.75rem;
    width: auto;
    position: relative;
    color: #bab2a8;
    color: rgba(var(--color-0), 1);
    font-size: 1rem;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0)
}

.lang, .lang__box {
    box-sizing: border-box;
    flex-shrink: 0
}

.lang__box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: .375rem;
    gap: .375rem;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s;
    line-height: 1;
    text-decoration: none;
    padding: 0;
    width: 100%
}

.lang__box:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/lang/arrow-down.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: .4375rem;
    height: .1875rem;
    color: #fff;
    font-size: .75rem;
    transition: all .2s;
    cursor: pointer;
    pointer-events: none
}

.lang:hover .lang__box:after {
    transform: rotateX(180deg)
}

.lang__icon {
    width: 2.0625rem;
    height: 2.0625rem;
    background-color: #110f0f;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.lang__current-img {
    width: 1.3125rem;
    height: 1.3125rem;
    display: block;
    flex-shrink: 0
}

.lang__title {
    text-transform: uppercase
}

.lang__link, .lang__title {
    font-size: 1rem;
    font-weight: 500;
    color: #aea599
}

.lang__link {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .8125rem;
    gap: .8125rem;
    overflow: hidden;
    grid-template-columns:var(--lang-img-size) 1fr;
    flex-shrink: 0;
    width: 100%;
    padding: .3125rem 1.75rem .3125rem 1.875rem;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    transition: all .3s;
    line-height: 1;
    min-height: 2.5rem
}

.lang__link:hover {
    opacity: 1
}

.lang__name {
    text-transform: capitalize;
    padding-right: .125rem
}

.lang__img, .lang__name {
    display: block;
    flex-shrink: 0;
    box-sizing: border-box
}

.lang__img {
    height: var(--lang-img-size);
    width: var(--lang-img-size);
    border: 0 solid rgba(255, 200, 155, .55);
    border-radius: 50%
}

.lang__link_sub:hover {
    background-color: hsla(0, 0%, 100%, .04)
}

.lang__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    transform: translateY(.625rem);
    box-sizing: border-box;
    position: absolute;
    top: calc(100% + var(--lang-list-offset));
    left: -1.625rem;
    width: calc(100% + 1.625rem);
    -webkit-backdrop-filter: blur(.1875rem);
    backdrop-filter: blur(.1875rem);
    background: rgba(43, 31, 21, .8);
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: .75rem 0;
    border-radius: .5rem;
    background: #12100f;
    border: .125rem solid #443f3a
}

.lang__list:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: var(--lang-list-offset)
}

.lang:hover .lang__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

:root {
    --logo-height: auto
}

.logo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    flex-shrink: 0
}

.logo, .logo__img {
    transition: all .2s
}

.logo__img {
    display: block;
    margin: 0;
    height: auto;
    height: var(--logo-height);
    width: auto
}

.logo:hover {
    filter: brightness(130%)
}

.logotype {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: .75rem;
    position: relative;
    z-index: 0
}

.logotype__img {
    display: block;
    transition: all .3s
}

.logotype__img_hover_effect:hover {
    filter: brightness(120%)
}

.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
    }
}

:root {
    --link-w: 26.25rem;
    --link-h: 3.5rem;
    --link-fs: 1.0625rem;
    --link-scale: 1;
    --link-img-url: none;
    --link-letter-spacing: 0;
    --link-color: #ebca98
}

.link {
    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;
    color: #ebca98;
    color: var(--link-color);
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.0625rem;
    font-size: calc(var(--link-fs) * var(--link-scale));
    font-weight: 700;
    cursor: pointer;
    transition: all .2s;
    box-shadow: none;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    outline: 0;
    background: transparent;
    line-height: 1;
    padding: .3125rem;
    padding: calc(0.3125rem * var(--link-scale));
    width: 26.25rem;
    width: calc(var(--link-w) * var(--link-scale));
    min-width: 0;
    max-width: 100%;
    min-height: 3.5rem;
    min-height: calc(var(--link-h) * var(--link-scale));
    text-wrap: balance;
    letter-spacing: 0;
    letter-spacing: var(--link-letter-spacing);
    will-change: transform;
    border: .125rem solid #c8ac82;
    border-radius: .375rem
}

.link:hover {
    background-color: rgba(229, 207, 174, .1)
}

.link:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all .2s;
    background-image: none;
    background-image: var(--link-img-url);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    filter: grayscale(0) brightness(100%)
}

.link_accent_no:before {
    filter: grayscale(100%) brightness(50%)
}

.link:hover:before, .link_active:before, [data-open-tab-active=true]:before {
    filter: grayscale(0) brightness(112%)
}

.link__icon {
    display: block;
    position: relative;
    z-index: 0;
    top: 1px
}

.link_type_2 {
    --link-img-url: url(../images/link/link-bg.png);
    --link-color: #292120;
    text-shadow: 0 1px 0 rgba(232, 202, 160, .8);
    border: 0
}

.link_type_2:hover {
    background-color: transparent
}

.links {
    display: grid;
    grid-gap: .75rem;
    gap: .75rem;
    max-width: 26.25rem;
    margin: 0 auto
}

:root {
    --swiper-arrow-scale: 0.7
}

.arrow {
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 1.75rem;
    width: calc(2.5rem * var(--swiper-arrow-scale));
    height: 3.325rem;
    height: calc(4.75rem * var(--swiper-arrow-scale));
    flex-shrink: 0;
    cursor: pointer;
    transition: all .2s
}

.arrow:hover {
    filter: brightness(130%)
}

.arrow_prev {
    background-image: url(../images/swiper/arrow-prev.png)
}

.arrow_next {
    background-image: url(../images/swiper/arrow-next.png)
}

.arrow.swiper-button-disabled {
    opacity: .3;
    pointer-events: none
}

.arrows {
    grid-gap: 2.5rem;
    gap: 2.5rem
}

.arrows, .dots {
    display: flex;
    justify-content: center;
    align-items: center
}

.dots {
    grid-gap: .625rem;
    gap: .625rem;
    width: auto !important
}

.dot {
    width: .875rem;
    height: .875rem;
    box-sizing: border-box;
    opacity: 1;
    cursor: pointer;
    flex-shrink: 0;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #312919;
    border-radius: 50%
}

.dot_active {
    background-color: #cfa249;
    filter: drop-shadow(0 0 .6875rem #ffc251)
}

.control__arrow {
    margin-bottom: 1.5625rem
}

.control__arrow_prev {
    margin-right: .625rem
}

.control__arrow_next {
    margin-left: .625rem
}

[data-section=informer] {
    background-color: #ffc066
}

.informer {
    font-size: .875rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #231e1c;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    padding: .4375rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .8125rem;
    gap: .8125rem
}

.informer__close {
    background-color: transparent;
    background-image: url(../images/informer/close.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    text-decoration: none;
    position: absolute;
    right: .75rem;
    top: calc(50% - .5rem);
    cursor: pointer;
    transition: all .2s
}

.informer__close:hover {
    filter: invert(.3)
}

.abtn {
    background-color: #ac0000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .375rem;
    gap: .375rem;
    text-decoration: none;
    font-size: .8125rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    box-sizing: border-box;
    padding: .375rem .625rem;
    border-radius: .1875rem;
    transition: all .2s
}

.abtn:hover {
    background-color: #d30b0b
}

:root {
    --navigation-height: 5rem;
    --navigation-height-scroll: 5rem
}

[data-section=navigation] {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    background-color: transparent;
    box-shadow: none;
    box-sizing: border-box
}

[data-section=navigation]:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    background: #1f1c1a;
    background-color: transparent;
    background-image: url(../images/navigation/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

[data-container=navigation] {
    z-index: 10
}

.navigation {
    display: flex;
    justify-content: flex-start;
    height: 5rem;
    height: var(--navigation-height);
    transition: all .2s;
    position: relative;
    z-index: 0
}

.nav-scroll .navigation {
    height: 5rem;
    height: var(--navigation-height-scroll)
}

.navigation__gw-burger {
    align-self: center;
    flex-shrink: 0
}

.navigation__menu {
    flex-grow: 1
}

.navigation__box {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
    max-width: none
}

.navigation__box_side_left {
    justify-content: flex-start;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.navigation__box_side_right {
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 1.25rem
}

.navigation__el_desktop {
    display: none
}

.navigation__auth {
    margin-left: 1.25rem;
    box-sizing: border-box;
    display: flex;
    min-height: 3.125rem
}

.navigation__auth, .navigation__bnrs {
    justify-content: center;
    align-items: center
}

.navigation__bnrs {
    position: absolute;
    display: none;
    flex-wrap: wrap;
    grid-gap: .125rem .3125rem;
    gap: .125rem .3125rem;
    left: 0;
    top: calc(100% + 1.25rem)
}

.navigation__bnrs a {
    flex-shrink: 0
}

.body-other .navigation__bnrs {
    display: none
}

[data-section=hero] {
    background-color: transparent;
    background-image: url(../images/hero/intro-bg.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

[data-container=hero] {
    max-width: 53.5rem;
    max-width: calc(50rem + var(--margin) * 4)
}

.hero {
    box-sizing: border-box;
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
    transition: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column
}

.hero__box {
    max-width: 31.25rem
}

.hero__box, .hero__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%
}

.hero__logotype {
    margin-bottom: 4.375rem
}

.hero__title {
    font-size: 1.5rem;
    margin: 0
}

.hero__subtitle, .hero__title {
    color: #fff8ed;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-weight: 700;
    line-height: 1
}

.hero__subtitle {
    font-size: 1.125rem;
    margin: .1875rem 0 0;
    text-transform: uppercase
}

.hero__desc {
    color: #c1b9af;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: 1rem;
    font-weight: 400;
    margin: .9375rem 0 0;
    line-height: 1.4;
    text-align: center;
    max-width: 33.125rem
}

.hero__btns {
    margin-top: 1.875rem
}

.server {
    --server-status-color: #ffb751;
    cursor: default
}

.server__box {
    justify-content: flex-start;
    text-align: left;
    min-height: 3.375rem;
    line-height: 1
}

.server__box, .server__pic {
    display: flex;
    align-items: center
}

.server__pic {
    background-color: transparent;
    background-image: url(../images/server/ico-bg.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 3.375rem;
    height: 3.375rem;
    flex-shrink: 0;
    position: relative;
    z-index: 0;
    margin-right: 1rem;
    justify-content: center
}

.server__ico {
    display: block;
    width: 100%;
    height: 100%
}

.server__content {
    position: relative;
    z-index: 2;
    flex-basis: 7.8125rem;
    display: grid;
    min-width: 0;
    grid-gap: .625rem;
    gap: .625rem;
    box-sizing: border-box;
    margin-right: auto
}

.server__title {
    font-size: 1.25rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff8ed;
    font-weight: 700
}

.server__desc {
    font-size: .8125rem;
    color: #ffb751
}

.server__border {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: .125rem;
    height: 2.625rem;
    display: block;
    flex-shrink: 0;
    border: 0;
    align-self: center;
    background-image: linear-gradient(90deg, rgba(194, 179, 170, .1) 50%, rgba(0, 0, 0, .5) 0);
    margin: 0 .625rem
}

.server__info {
    display: grid;
    min-width: 0;
    grid-gap: .625rem;
    gap: .625rem;
    box-sizing: border-box;
    text-align: right;
    margin-left: auto;
    position: relative;
    z-index: 0;
    width: 5.3125rem;
    flex-shrink: 0
}

.server__status {
    font-size: 1.25rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: var(--server-status-color);
    font-weight: 700
}

.server__time {
    font-size: .8125rem;
    color: #f5eee4;
    padding-right: 1px;
    box-sizing: border-box
}

.server__line {
    width: 100%;
    height: .125rem;
    background-image: linear-gradient(180deg, rgba(194, 179, 170, .1) 50%, rgba(0, 0, 0, .6) 0);
    margin: .875rem 0 .625rem
}

.server__about {
    min-height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: .125rem;
    grid-gap: 2rem;
    gap: 2rem
}

.server__more {
    font-weight: 500;
    text-decoration: none;
    position: relative;
    font-size: .8125rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #6d6860;
    text-transform: uppercase
}

.server__more:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #6d6860;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.125rem;
    transition: all .3s;
    pointer-events: none
}

.server__more:hover:after {
    opacity: 0;
    bottom: -.5rem
}

.server__more_color_light {
    color: #9b876a
}

.server__more_color_light:after {
    background-color: #9b876a
}

.server__giftbox {
    width: 1.4375rem;
    height: 1.5rem;
    position: absolute;
    top: -.625rem;
    left: -.25rem
}

.server__gift {
    background-color: transparent;
    background-image: url(../images/server/gift.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 1.4375rem;
    height: 1.5rem;
    pointer-events: none;
    -webkit-animation: server__gift 1.5s ease-in-out infinite;
    animation: server__gift 1.5s ease-in-out infinite
}

@-webkit-keyframes server__gift {
    0% {
        transform: translateY(.3125rem)
    }
    50% {
        transform: translateY(-.3125rem)
    }
    to {
        transform: translateY(.3125rem)
    }
}

@keyframes server__gift {
    0% {
        transform: translateY(.3125rem)
    }
    50% {
        transform: translateY(-.3125rem)
    }
    to {
        transform: translateY(.3125rem)
    }
}

[data-server-status=on] {
    --server-status-color: #0af34b
}

[data-server-status=off] {
    --server-status-color: #f73919
}

.servinfo {
    font-size: .75rem;
    line-height: 1.2
}

.servinfo__content_large {
    font-size: .8125rem
}

.servinfo__mt {
    margin-top: .3125rem
}

.servinfo__link {
    font-weight: 400;
    text-decoration: none;
    position: relative;
    font-size: .75rem;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    color: #f5eee4;
    text-transform: uppercase
}

.servinfo__link:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #f5eee4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.125rem;
    transition: all .3s;
    pointer-events: none
}

.servinfo__link:hover:after {
    opacity: 0;
    bottom: -.5rem
}

[data-section=servers] {
    background-color: #191411;
    background-image: url(../images/servers/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

[data-container=servers] {
    min-height: 10.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.servers {
    box-sizing: border-box;
    padding: 1.25rem 0;
    width: 100%;
    display: grid;
    grid-gap: 3.125rem;
    gap: 3.125rem;
    max-width: 18.75rem;
    margin: 0 auto
}

.servers__server {
    flex-basis: 18.75rem;
    min-width: 0
}

.servers__border {
    margin: auto;
    height: 5.625rem;
    width: .125rem;
    background-image: linear-gradient(90deg, rgba(194, 179, 170, .1) 50%, rgba(0, 0, 0, .5) 0);
    display: none
}

:root {
    --post-height: 16.5rem;
    --post-size-title: 1.125rem;
    --post-size-desc: 0.875rem;
    --post-desc-max-height: auto;
    --post-desc-mt: 1rem;
    --post-desc-display: -webkit-box;
    --post-line-clamp: 5;
    --post-pic-height: 100%;
    --post-pic-overlay: linear-gradient(0deg, #282524, rgba(40, 37, 36, 0.85) 30%, rgba(40, 37, 36, 0.7));
    --post-bar-mt: 1.5rem
}

.post {
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    min-height: 16.5rem;
    min-height: var(--post-height);
    color: #bab2a8;
    color: rgba(var(--color-0), 1);
    background-color: #282524;
    overflow: hidden;
    border-radius: .125rem
}

.post, .post__body {
    position: relative;
    z-index: 0;
    display: flex
}

.post__body {
    flex-direction: column;
    width: 100%
}

.post__body:after {
    display: block;
    content: "";
    background-image: linear-gradient(0deg, #282524, rgba(40, 37, 36, .85) 30%, rgba(40, 37, 36, .7));
    background-image: var(--post-pic-overlay);
    z-index: -1
}

.post__body:after, .post__pic {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    height: var(--post-pic-height)
}

.post__pic {
    z-index: -2;
    overflow: hidden;
    border-radius: .125rem;
    background-color: rgba(var(--bg), 1)
}

.post__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    transition: all 1s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.post__container {
    margin-top: auto;
    box-sizing: border-box;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.post__title {
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.125rem;
    font-size: var(--post-size-title);
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff8ed;
    font-style: normal
}

.post__desc {
    font-size: .875rem;
    font-size: var(--post-size-desc);
    line-height: 1.5;
    font-weight: 400;
    margin-top: 1rem;
    margin-top: var(--post-desc-mt);
    margin-bottom: 0;
    display: -webkit-box;
    display: var(--post-desc-display);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    -webkit-line-clamp: var(--post-line-clamp);
    line-clamp: 5;
    line-clamp: var(--post-line-clamp);
    overflow: hidden;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    color: #b2aaa1;
    font-style: normal
}

.post__desc > p {
    margin: 0
}

.post__bar {
    margin-top: 1.5rem;
    margin-top: var(--post-bar-mt);
    flex-wrap: wrap;
    grid-gap: .625rem 1.875rem;
    gap: .625rem 1.875rem
}

.post__bar, .post__informer {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.post__informer {
    grid-gap: .375rem 1rem;
    gap: .375rem 1rem
}

.post__info {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .375rem;
    gap: .375rem;
    font-size: .875rem;
    color: #fff8ed;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.post__info-ico {
    font-size: 1.3em;
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.post__info-ico_time {
    background-image: url(../images/post/ico-clock.png);
    width: .875rem;
    height: .9375rem
}

[data-section=news] {
    background-color: #1f1c1b;
    background-image: url(../images/news/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.news {
    box-sizing: border-box;
    padding-top: 4.0625rem;
    padding-bottom: 4.6875rem
}

.news__list {
    display: grid;
    grid-gap: 1.375rem;
    gap: 1.375rem
}

.news__more {
    background-color: #282524;
    padding: 1.5rem;
    display: grid;
    grid-gap: 1.25rem 3.125rem;
    gap: 1.25rem 3.125rem;
    text-align: center;
    align-items: center;
    margin-top: 1.375rem;
    border-radius: .125rem;
    color: #b2aaa1
}

.news__more-content {
    max-width: 54.375rem
}

.social {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    text-align: center
}

.social__content {
    display: grid;
    grid-gap: 1.5rem;
    gap: 1.5rem;
    max-width: 30.625rem
}

.social__title {
    font-size: 1.625rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff8ed;
    font-weight: 700;
    line-height: 1
}

.social__desc {
    font-size: .875rem;
    color: #bab2a8;
    line-height: 1.286
}

.social__list {
    display: grid;
    grid-gap: 1.375rem;
    gap: 1.375rem;
    grid-template-columns:repeat(auto-fill, minmax(6.625rem, 1fr));
    justify-content: center
}

.social__item {
    box-sizing: border-box;
    border: .125rem solid #373432;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .3125rem;
    aspect-ratio: 1/1;
    font-size: 2.5rem;
    color: #a49e9c;
    text-decoration: none;
    transition: all .2s
}

.social__item:hover {
    background-color: rgba(184, 174, 167, .2)
}

.social__pic {
    display: block;
    width: 2.875rem;
    height: 2.875rem;
    transition: all .2s
}

.social__item:hover .social__pic {
    filter: brightness(130%)
}

.fnav {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(12.5rem, 1fr));
    text-align: center;
    justify-content: center;
    grid-gap: 1.25rem 3.125rem;
    gap: 1.25rem 3.125rem
}

.fnav__box {
    min-width: 0;
    box-sizing: border-box
}

.fnav__header {
    font-size: .875rem;
    font-weight: 700;
    color: #ffb751;
    color: rgba(var(--color-accent), 1);
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    margin-bottom: 1rem;
    text-transform: uppercase
}

.fnav__list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-gap: .625rem;
    gap: .625rem
}

.fnav__link {
    text-decoration: none;
    transition: all .2s;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.1;
    color: #c1bbb3;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase
}

.fnav__link:hover {
    color: #faf5ee
}

[data-section=footer] {
    margin-top: auto;
    z-index: 1;
    background-color: transparent;
    background-image: url(../images/footer/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.footer {
    padding-top: 4.25rem;
    padding-bottom: 4.0625rem;
    color: #bab2a8
}

.footer__socialbox {
    box-sizing: border-box;
    padding-bottom: 4.1875rem
}

.footer__line {
    height: 1px;
    background-color: #282524;
    width: 100%
}

.footer__container {
    display: grid;
    align-items: flex-start;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    padding-top: 3.3125rem
}

.footer__about {
    font-size: .875rem;
    text-align: center
}

.footer__copyright {
    font-size: .875rem;
    font-weight: 700;
    color: #ffb751;
    color: rgba(var(--color-accent), 1);
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    margin-bottom: 1.25rem;
    text-transform: uppercase
}

.footer__desc {
    font-size: .875rem;
    line-height: 1.3;
    max-width: 37.5rem;
    margin: 0 auto
}

.footer__links {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: center;
    grid-gap: .375rem 1.25rem;
    gap: .375rem 1.25rem;
    margin-top: 1.375rem
}

.footer__link {
    text-decoration: none;
    font-size: .75rem;
    color: #736f69;
    line-height: 1.1
}

.footer__link:hover {
    color: #c2bcb2
}

.footer__authors {
    font-size: .75rem;
    margin-top: 1.375rem;
    flex-direction: column
}

.footer__author, .footer__authors {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .625rem;
    gap: .625rem
}

.footer__author {
    color: #736f69;
    text-decoration: none;
    transition: all .2s
}

.footer__author:hover {
    filter: brightness(120%)
}

.footer__bnrs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    grid-gap: 1rem;
    gap: 1rem
}

.bnr {
    display: block;
    transition: all .2s
}

.bnr, .bnr:hover {
    opacity: 1
}

:root {
    --feature-size-title: 1.125rem;
    --feature-size-desc: 0.875rem;
    --feature-desc-mt: 1rem;
    --feature-desc-display: -webkit-box;
    --feature-line-clamp: 7
}

.feature {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.feature__title {
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.125rem;
    font-size: var(--feature-size-title);
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffb751;
    color: rgba(var(--color-accent), 1);
    font-style: normal
}

.feature__desc {
    font-size: .875rem;
    font-size: var(--feature-size-desc);
    line-height: 1.5;
    font-weight: 400;
    margin-top: 1.875rem;
    margin-bottom: 0;
    display: -webkit-box;
    display: var(--feature-desc-display);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    -webkit-line-clamp: var(--feature-line-clamp);
    overflow: hidden;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    color: #b2aaa1;
    font-style: normal
}

[data-feature-anime] {
    opacity: 0;
    transition: all .2s ease-in-out
}

.swiper-slide-active [data-feature-anime] {
    opacity: 1
}

[data-feature-anime=title] {
    transform: translateY(1.25rem)
}

[data-feature-anime=desc] {
    transform: translateY(-1.25rem)
}

.swiper-slide-active [data-feature-anime=desc], .swiper-slide-active [data-feature-anime=title], .swiper-slide-duplicate-active [data-feature-anime=desc], .swiper-slide-duplicate-active [data-feature-anime=title] {
    opacity: 1;
    transform: translateY(0);
    transition: all .5s ease-in-out
}

[data-section=features] {
    background-color: #1f1c1b;
    background-image: url(../images/features/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.features {
    box-sizing: border-box;
    padding-top: 4.0625rem;
    padding-bottom: 2.5rem
}

.features__wrap {
    max-width: 100%;
    min-width: 0;
    position: relative;
    z-index: 0;
    background-color: transparent;
    background-image: url(../images/features/slider-bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 23.875rem;
    border-radius: .3125rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 1.25rem
}

.features__arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-top: 1.25rem
}

.features__list {
    overflow: hidden;
    display: flex;
    width: 100%;
    max-width: 32.5rem;
    margin: 0 auto;
    flex-grow: 1
}

.features__slide {
    display: flex
}

.features__thumbs {
    max-width: 30.625rem;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2rem 0
}

.features__slide-thumbs {
    width: 33.33333%;
    height: 100%
}

.features__slide-thumbs, .features__thumb {
    display: flex;
    justify-content: center;
    align-items: center
}

.features__thumb {
    background-color: transparent;
    background-image: url(../images/features/thumb-bg.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 4.75rem;
    height: 4.75rem;
    filter: drop-shadow(0 0 .625rem rgba(255, 221, 190, 0)) grayscale(1) brightness(.6);
    transition: all .3s;
    cursor: pointer;
    transform: scale(.9)
}

.swiper-slide-active .features__thumb, .swiper-slide-duplicate-active .features__thumb {
    filter: drop-shadow(0 0 .625rem rgba(255, 221, 190, .5)) grayscale(0) brightness(1);
    transform: scale(1)
}

.features__thumb-img {
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: .1875rem solid rgba(59, 47, 44, 0);
    box-sizing: border-box
}

.event {
    border-radius: .5rem;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    background-color: transparent;
    background-image: url(../images/event/bg-0.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 20rem;
    box-sizing: border-box;
    padding: 1.75rem .875rem
}

.event, .event__pic {
    display: flex;
    align-items: center
}

.event__pic {
    height: 6.375rem;
    justify-content: center
}

.event__img {
    display: block
}

.event__title {
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.0625rem;
    font-weight: 700;
    margin: 1.25rem 0 0;
    line-height: 1;
    text-transform: uppercase;
    color: #fff8ed
}

.event__desc {
    margin: 1rem 0 0;
    font-size: 1rem;
    color: #c1b9af;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden
}

.event__desc > p {
    margin: 0
}

.event__btns {
    margin-top: auto;
    padding-top: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box
}

[data-section=events] {
    background-color: #1f1c1b;
    background-image: url(../images/events/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.events {
    box-sizing: border-box;
    padding-top: 4.0625rem;
    padding-bottom: 5.375rem
}

.events__list {
    display: grid;
    grid-gap: 2.3125rem;
    gap: 2.3125rem;
    max-width: 28.75rem;
    margin: 0 auto
}

.events__more {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-top: 2.3125rem
}

.up {
    background-color: transparent;
    background-image: url(../images/up/ico.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 4.75rem;
    height: 2.5rem;
    cursor: pointer;
    transition: all .5s;
    display: none
}

.up:hover {
    filter: brightness(130%)
}

.up_position_fixed {
    position: fixed;
    bottom: 3.125rem;
    right: 3.125rem;
    z-index: 10
}

[data-gw-scrollto].up {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.nav-scroll [data-gw-scrollto].up {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0)
}

[data-section=consent] {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 20;
    -webkit-animation: consentShow 1s ease forwards;
    animation: consentShow 1s ease forwards;
    background: #1c1a19;
    -webkit-backdrop-filter: blur(.5rem);
    backdrop-filter: blur(.5rem);
    box-shadow: 0 0 3.75rem #000
}

@-webkit-keyframes consentShow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes consentShow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.consent {
    color: #c1b9af;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: .875rem;
    box-sizing: border-box;
    padding-top: .625rem;
    padding-bottom: .625rem;
    display: grid;
    align-items: center;
    text-align: center;
    grid-gap: 1.25rem 3.125rem;
    gap: 1.25rem 3.125rem
}

.invite {
    background-color: transparent;
    background-image: url(../images/invite/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 1.5rem 1.25rem 1.875rem;
    border-radius: .375rem
}

.invite, .invite__body {
    display: flex;
    justify-content: center;
    align-items: center
}

.invite__body {
    flex-direction: column;
    text-align: center;
    max-width: 52.5rem;
    width: 100%
}

.invite__title {
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 0
}

.invite__desc {
    margin: 1.375rem 0 0;
    font-size: 1rem;
    color: #c1b9af;
    line-height: 1.333
}

.invite__btns {
    margin-top: 2.0625rem
}

.requirements__body {
    background-color: transparent;
    background-image: url(../images/requirements/bg-body.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: .375rem;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    color: #aaa39a;
    font-size: 1rem
}

.requirements__list {
    display: grid;
    grid-gap: .1875rem;
    gap: .1875rem;
    box-sizing: border-box
}

.requirements__row {
    border: 1px solid #433e3b;
    border-radius: .375rem;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    min-height: 3.375rem;
    align-items: center;
    padding: .3125rem;
    box-sizing: border-box
}

.requirements__item {
    box-sizing: border-box;
    padding: 0 .3125rem;
    font-size: .75rem;
    color: #aaa39a
}

.requirements__item_head {
    font-weight: 700;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase;
    color: #fff8ed;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.resource {
    flex-direction: column;
    text-align: left;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    box-sizing: border-box;
    padding: .9375rem;
    min-height: 6.3125rem;
    border: 1px solid #4d4947;
    border-radius: .3125rem
}

.resource, .resource__pic {
    display: flex;
    justify-content: center;
    align-items: center
}

.resource__pic {
    background-color: transparent;
    background-image: none;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 4.25rem;
    height: 4.25rem;
    flex-shrink: 0
}

.resource__ico {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.resource__title {
    font-size: 1.5rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff8ed;
    font-weight: 700;
    line-height: 1
}

.resource__content {
    flex-grow: 1;
    min-width: 0
}

.resource__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

.resources__body {
    background-color: transparent;
    background-image: url(../images/resources/bg-body.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 1.25rem 1rem;
    display: grid;
    border-radius: .375rem;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    color: #c1b9af;
    font-size: 1rem
}

.resources__about {
    margin-top: -.375rem
}

.resources__about-accent-text {
    color: #fff8ed
}

.resources__about-ttl {
    font-size: 1.375rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff8ed;
    font-weight: 700;
    margin: 0 0 .4375rem
}

.resources__about-list {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-gap: .625rem;
    gap: .625rem;
    margin: 0 0 .75rem
}

.resources__about-num {
    color: #fff8ed
}

.resources__btns {
    margin-top: .625rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .875rem;
    gap: .875rem
}

.resources__list {
    display: grid;
    grid-gap: 1.625rem;
    gap: 1.625rem
}

.resources__invitebox {
    margin-top: 2.875rem
}

.resources__requirementsbox {
    margin-top: 6.125rem
}

.resources__warn {
    background-color: transparent;
    background-image: url(../images/resources/bg-warn.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border: 1px solid rgba(25, 23, 20, .5);
    border-radius: .375rem;
    box-sizing: border-box;
    padding: 1.5625rem 1.25rem;
    text-align: center;
    font-size: 1rem;
    color: #c1b9af;
    line-height: 1.1
}

.resources__warn-title {
    font-size: 1.25rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff8ed;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.resources__warn-text {
    margin: 1.4375rem 0 0
}

.general {
    box-sizing: border-box;
    padding-top: 6.25rem;
    padding-bottom: 7.5rem
}

.files__list {
    display: grid;
    grid-gap: .8125rem;
    gap: .8125rem;
    max-width: 20rem;
    width: 100%;
    margin: 0 auto;
    min-width: 0
}

.files__link {
    border: .125rem solid #c8ac82;
    border-radius: .375rem;
    width: 100%;
    height: 2.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: .875rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #ebca98;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    min-width: 0
}

.files__link:hover {
    background-color: rgba(235, 202, 152, .1)
}

.files__btn {
    --btn-w: 100%;
    width: 100%
}

.welcome {
    text-align: center;
    font-size: .875rem;
    color: #c1b9af;
    line-height: 1.333
}

.welcome__langbox {
    margin-bottom: 2.5rem
}

.welcome__title {
    margin: 0;
    font-size: 1.625rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff8ed;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2
}

.welcome__text {
    margin-top: 1.5625rem
}

.welcome__btns {
    display: grid;
    grid-gap: .625rem;
    gap: .625rem;
    max-width: 18.4375rem;
    margin: 2.5rem auto 0
}

.welcome__link {
    border: .125rem solid #918673;
    border-radius: .375rem;
    width: 100%;
    height: 3.1875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: .875rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #e5cfae;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    min-width: 0
}

.welcome__link:hover {
    background-color: rgba(229, 207, 174, .1)
}

.welcome__btn {
    --btn-w: 100%;
    width: 100%
}

.welcome__control {
    text-align: center;
    margin-top: 1.375rem
}

.welcome__hide-link {
    font-size: .875rem;
    color: #66635f;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
    transition: all .2s
}

.welcome__hide-link:hover {
    color: #9b9792;
    text-decoration: underline
}

.language {
    grid-gap: .875rem;
    gap: .875rem
}

.language, .language__item {
    display: flex;
    justify-content: center;
    align-items: center
}

.language__item {
    flex-direction: column;
    text-align: center;
    width: 3.125rem;
    height: 4.5625rem;
    font-size: .875rem;
    color: #aea599;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    border-radius: .4375rem;
    background-color: #24201f;
    text-decoration: none;
    grid-gap: .5rem;
    gap: .5rem;
    transition: all .2s;
    box-sizing: border-box;
    padding-top: .125rem
}

.language__item:hover, .language__item_active {
    background-color: #12100f
}

.language__img {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    border-radius: 50%
}

.support__body {
    background-color: transparent;
    background-image: url(../images/support/bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: grid;
    grid-gap: 1.5rem;
    gap: 1.5rem;
    box-sizing: border-box;
    padding: 1rem;
    text-align: center
}

.support__title {
    margin-bottom: 1.25rem
}

.support__desc {
    line-height: 1.26
}

.support__desc_small_width {
    max-width: 31.25rem;
    margin: 0 auto
}

.support__box {
    box-sizing: border-box
}

.support__links_mt {
    margin-top: 2rem
}

.support__links_mb {
    margin-bottom: 2rem
}

.support__spacer {
    height: .3125rem
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .5rem;
    gap: .5rem;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.pagination_mt {
    margin-top: 1.875rem
}

.pagination__item_prev {
    margin-right: .625rem
}

.pagination__item_next {
    margin-left: .625rem
}

.pagination__link {
    font-size: 1.25rem;
    color: #8c7e6c;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    height: 1.875rem;
    box-sizing: border-box;
    text-decoration: none;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-weight: 700;
    padding: 0 .625rem
}

.pagination__link_active {
    pointer-events: none;
    color: #ecd4b0
}

.pagination__link:hover {
    color: #ecd4b0
}

.pagination__link_next, .pagination__link_prev {
    background-color: transparent;
    background-image: url(../images/pagination/arrow-prev.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    min-width: 1.5625rem;
    height: 2.625rem
}

.pagination__link_next {
    background-image: url(../images/pagination/arrow-next.png)
}

.pagination__link_next:hover, .pagination__link_prev:hover {
    filter: brightness(130%)
}

.blog__categories {
    margin-top: 2.8125rem;
    flex-wrap: wrap;
    grid-gap: 1rem;
    gap: 1rem
}

.blog__categories, .blog__category {
    display: flex;
    justify-content: center;
    align-items: center
}

.blog__category {
    font-size: .75rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #c3aa87;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    min-width: 9.375rem;
    min-height: 2.25rem;
    box-sizing: border-box;
    padding: .375rem .3125rem .3125rem;
    border: .125rem solid #c3aa87;
    border-radius: .25rem;
    text-decoration: none;
    transition: all .3s
}

.blog__category:hover {
    background-color: rgba(117, 102, 80, .4);
    color: #e7ca9f
}

.blog__category_active {
    color: #e7ca9f;
    border: .125rem solid #e7ca9f;
    background-color: transparent
}

.blog__list {
    display: grid;
    grid-template-columns:1;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    max-width: 23.75rem;
    width: 100%;
    margin: 2.625rem auto 0
}

.blog__post {
    --post-pic-height: 18.4375rem;
    --post-pic-overlay: linear-gradient(0deg, #282524, rgba(40, 37, 36, 0.85) 30%, rgba(40, 37, 36, 0.7));
    --post-desc-mt: 2rem;
    --post-bar-mt: 4.375rem;
    --post-line-clamp: 4
}

.blog__control {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .625rem;
    gap: .625rem
}

.blog__control_mt {
    margin-top: 1.875rem
}

:root {
    --article-height: 25rem;
    --article-size-title: 1.125rem;
    --article-size-desc: 0.875rem;
    --article-desc-max-height: auto;
    --article-desc-mt: 1.625rem;
    --article-desc-display: -webkit-box;
    --article-line-clamp: 5;
    --article-pic-height: 15.625rem;
    --article-pic-overlay: linear-gradient(0deg, #282524, rgba(40, 37, 36, 0.85) 30%, rgba(40, 37, 36, 0.7));
    --article-bar-mt: 1.875rem
}

.article {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    max-width: 100%;
    min-height: 25rem;
    min-height: var(--article-height);
    color: #bab2a8;
    color: rgba(var(--color-0), 1);
    background-color: #282524;
    border-radius: .375rem;
    overflow: hidden
}

.article__type {
    z-index: 5;
    pointer-events: none;
    position: absolute;
    left: 1.25rem;
    top: 1.25rem;
    font-size: .75rem;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: rgba(234, 213, 183, .7);
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: .25rem;
    border: 1px solid rgba(234, 213, 183, .5);
    width: 7.375rem;
    height: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.article__body {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    width: 100%
}

.article__body:after {
    display: block;
    content: "";
    background-image: linear-gradient(0deg, #282524, rgba(40, 37, 36, .85) 30%, rgba(40, 37, 36, .7));
    background-image: var(--article-pic-overlay);
    z-index: -1
}

.article__body:after, .article__pic {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 15.625rem;
    height: var(--article-pic-height)
}

.article__pic {
    z-index: -2;
    overflow: hidden;
    border-radius: .375rem;
    background-color: rgba(var(--bg), 1)
}

.article__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    transition: all 1s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.article__container {
    margin-top: auto;
    box-sizing: border-box;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.article__title {
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.125rem;
    font-size: var(--article-size-title);
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff8ed;
    font-style: normal
}

.article__desc {
    font-size: .875rem;
    font-size: var(--article-size-desc);
    line-height: 1.5;
    font-weight: 400;
    margin-top: 1.625rem;
    margin-top: var(--article-desc-mt);
    margin-bottom: 0;
    display: -webkit-box;
    display: var(--article-desc-display);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    -webkit-line-clamp: var(--article-line-clamp);
    line-clamp: 5;
    line-clamp: var(--article-line-clamp);
    overflow: hidden;
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    color: #b2aaa1;
    font-style: normal
}

.article__desc p {
    margin: 0
}

.article__bar {
    margin-top: 1.875rem;
    margin-top: var(--article-bar-mt);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .625rem 1.875rem;
    gap: .625rem 1.875rem
}

.article__btn {
    min-width: 9.125rem;
    border-radius: .25rem
}

.article__informer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .375rem 1rem;
    gap: .375rem 1rem
}

.article__info {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .375rem;
    gap: .375rem;
    font-size: .875rem;
    color: #fff8ed;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.article__info-ico {
    font-size: 1.3em;
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.article__info-ico_time {
    background-image: url(../images/article/ico-clock.png);
    width: .875rem;
    height: .9375rem
}

[data-article-visible] {
    -webkit-animation: article-show 1s ease-in-out;
    animation: article-show 1s ease-in-out
}

@-webkit-keyframes article-show {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes article-show {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

[data-article-visible=false] {
    display: none
}

.content {
    color: #c1b9af;
    font-size: .875rem;
    line-height: 1.11;
    vertical-align: middle
}

.content__body {
    background-color: #262321;
    padding: 1.25rem
}

.content__body, .spoiler {
    border-radius: .375rem;
    box-sizing: border-box
}

.spoiler {
    --spoiler-container-rows: 0fr;
    --spoiler-container-opacity: 0;
    --spoiler-container-maring: 0 0;
    --spoiler-container-padding: 0 0.875rem;
    --spoiler-bgc-heading: #373532;
    --spoiler-transition: 0.3s all;
    --spoiler-arrow-transform: rotateX(0deg);
    transition: var(--spoiler-transition);
    color: #c1b9af;
    overflow: hidden
}

[data-spoiler=active] {
    --spoiler-container-rows: 1fr;
    --spoiler-container-opacity: 1;
    --spoiler-container-maring: 0;
    --spoiler-container-padding: 0.875rem;
    --spoiler-arrow-transform: rotateX(180deg)
}

.spoiler__heading {
    background-color: var(--spoiler-bgc-heading);
    background-image: none;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: var(--spoiler-transition);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .625rem;
    gap: .625rem;
    padding: .75rem .875rem;
    line-height: 1.1;
    min-height: 2.5rem;
    box-sizing: border-box;
    color: #fff
}

[data-spoiler-trigger] {
    cursor: pointer
}

.spoiler__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    color: #fff;
    margin-left: auto;
    transition: var(--spoiler-transition);
    transform: var(--spoiler-arrow-transform);
    width: 1.3125rem;
    height: .625rem;
    background-image: url(../images/spoiler/arrow.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    flex-shrink: 0
}

.spoiler__content {
    display: grid
}

.spoiler__title {
    font-size: .875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.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;
    background: #2e2b29
}

.spoiler__content {
    min-height: 0;
    font-size: .875rem;
    line-height: 1.4
}

.spoiler__ico {
    flex-shrink: 0;
    display: none
}

.spoiler-list {
    display: grid;
    grid-gap: .4375rem;
    gap: .4375rem
}

@media (min-width: 460px) {
    .requirements__body {
        padding: 2.5rem
    }

    .resource {
        padding: .9375rem 2rem
    }

    .resources__body {
        padding: 2.8125rem 2.5rem
    }

    .spoiler__heading {
        grid-gap: 1.125rem;
        gap: 1.125rem
    }

    .spoiler__ico {
        display: block
    }
}

@media (min-width: 540px) {
    .countdown__heading {
        font-size: 2rem
    }

    .countdown__amount {
        font-size: 2.5rem
    }

    .countdown__desc {
        font-size: .875rem
    }

    .btn_size_large, .btn_size_long {
        --btn-scale: 0.9
    }

    .btn_size_long {
        --btn-w: 25.5625rem
    }

    .btn_size_3, .btn_size_4, .btn_size_5, .btn_size_6 {
        --btn-scale: 1
    }

    .mdl__inner {
        padding: 2.5rem
    }

    .mdl__inner_2 {
        padding: 3.125rem 1.875rem 3.75rem
    }

    .mdl__inner_welcome {
        padding: 2.5rem 2.5rem 2rem
    }

    .hero__title {
        font-size: 1.875rem
    }

    .hero__subtitle {
        font-size: 1.5rem
    }

    .hero__desc {
        font-size: 1.0625rem
    }
}

@media (min-width: 680px) {
    .content-box {
        padding: 1.5625rem
    }

    .content-info {
        font-size: 1rem
    }

    .mdl[\:has\(.mdl__close_2\)

] {
    padding: .9375rem !important
}.mdl:has(.mdl__close_2) {
     padding: .9375rem !important
 }

    .mdl__close {
        top: 0;
        right: 0
    }

    .servers {
        max-width: 40rem;
        grid-template-columns:repeat(2, 1fr)
    }

    .features__slide-thumbs {
        width: 20%
    }

    .consent {
        grid-template-columns:1fr auto;
        font-size: 1rem;
        text-align: left;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .consent__btns {
        text-align: right
    }

    .resource {
        justify-content: flex-start;
        flex-direction: row
    }

    .welcome {
        font-size: 1.125rem
    }

    .welcome__title {
        font-size: 2.375rem
    }

    .blog__categories {
        grid-gap: 1.625rem;
        gap: 1.625rem
    }

    .blog__category {
        min-height: 2.5rem;
        font-size: .875rem;
        min-width: 11.25rem
    }

    .blog__list {
        grid-template-columns:repeat(2, 1fr);
        max-width: 50rem
    }

    :root {
        --article-line-clamp: 4
    }

    .content {
        font-size: 1.125rem
    }

    .content__body {
        padding: 2.5rem 3.125rem
    }

    .spoiler {
        --spoiler-container-padding: 0 1.5625rem
    }

    [data-spoiler=active] {
        --spoiler-container-padding: 1.5625rem
    }

    .spoiler__heading {
        padding: .875rem 1.5625rem;
        min-height: 4rem
    }
}

@media (min-width: 720px) {
    .title {
        font-size: 2rem
    }

    .title_size_small {
        font-size: 1.75rem
    }

    .title_size_tiny {
        font-size: 1.25rem
    }

    .desc {
        font-size: 1rem
    }

    .desc_size_small {
        font-size: .875rem
    }

    .desc_size_large {
        font-size: 1.125rem
    }

    .ttl {
        font-size: 1.25rem
    }

    .ttl_mb {
        margin-bottom: 1.625rem
    }

    .ttl_mt {
        margin-top: 1.875rem
    }

    .invite__title, .social__title {
        font-size: 1.75rem
    }

    .requirements__row {
        padding: .625rem
    }

    .support__title {
        font-size: 1.625rem;
        margin-bottom: 1.6875rem
    }
}

@media (min-width: 840px) {
    td, th {
        padding: .375rem 1rem
    }

    td:first-child, th:first-child {
        padding-left: 2.375rem
    }

    td:last-child, th:last-child {
        padding-right: 2.375rem
    }

    .countdown__item {
        min-width: 5.125rem
    }

    .countdown__amount {
        font-size: 4.5rem
    }

    .countdown__devider {
        font-size: 5rem
    }

    .informer {
        font-size: 1.25rem
    }

    .post__container {
        padding: 2.5rem 3.125rem
    }

    .news__more {
        grid-template-columns:auto auto;
        padding: 1.875rem 3.125rem;
        text-align: left
    }

    .news__more-btns {
        margin-left: auto
    }

    .features__wrap {
        flex-direction: row
    }

    .features__arrows {
        margin: 0
    }

    .features__arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .features__arrow_prev {
        left: 3.125rem
    }

    .features__arrow_next {
        right: 3.125rem
    }

    .events__list {
        max-width: none;
        grid-template-columns:repeat(3, 1fr)
    }

    .invite {
        padding: 2.8125rem 3.125rem 3.75rem
    }

    .requirements__item {
        padding: 0 .625rem;
        font-size: 1rem
    }

    .resources__warn {
        padding: 3.125rem 3.125rem 3.625rem;
        font-size: 1.375rem
    }

    .resources__warn-title {
        font-size: 1.625rem
    }

    .support__body {
        padding: 1.875rem
    }

    .support__box {
        padding: 2.1875rem;
        border-radius: .375rem;
        border: .125rem solid rgba(74, 69, 66, .7)
    }

    .article__type {
        left: 2rem;
        top: 2rem
    }

    .article__container {
        padding: 2rem
    }

    .spoiler__content, .spoiler__title {
        font-size: 1.125rem
    }
}

@media (min-width: 940px) {
    .blog__control_mt, .pagination_mt {
        margin-top: 3.125rem
    }
}

@media (min-width: 1050px) {
    .content-box {
        padding: 2.5rem
    }

    :root {
        --post-line-clamp: 3;
        --post-size-title: 1.5rem
    }

    .news__list {
        grid-template-columns:43% 1fr
    }

    .news__post:first-child {
        --post-pic-height: 19.875rem;
        --post-pic-overlay: linear-gradient(0deg, #282524, rgba(40, 37, 36, 0.85) 30%, rgba(40, 37, 36, 0.7));
        --post-desc-mt: 1.625rem;
        --post-bar-mt: 4.375rem;
        --post-line-clamp: 12;
        grid-row: span 2;
        min-height: 34.375rem
    }

    .social {
        grid-template-columns:1fr 30.625rem;
        text-align: left
    }

    :root {
        --feature-line-clamp: 8;
        --feature-size-title: 1.5rem
    }

    .features__arrow_prev {
        left: 6.75rem
    }

    .features__arrow_next {
        right: 6.75rem
    }

    :root {
        --article-size-title: 1.3125rem
    }

    .spoiler {
        --spoiler-container-padding: 0 2.5rem
    }

    [data-spoiler=active] {
        --spoiler-container-padding: 2.5rem
    }

    .spoiler__heading {
        padding: 1rem 2.5rem
    }
}

@media (min-width: 1200px) {
    table {
        font-size: 1rem
    }

    .title {
        font-size: 2.375rem
    }

    .title_size_small {
        font-size: 2.0625rem
    }

    .title_size_tiny {
        font-size: 1.25rem
    }

    .desc {
        font-size: 1rem
    }

    .desc_size_small {
        font-size: .875rem
    }

    .desc_size_large {
        font-size: 1.125rem
    }

    .ttl {
        font-size: 1.5rem
    }

    .table-font-size {
        font-size: 1.125rem
    }

    :root {
        --btn-fs: 0.9375rem
    }

    .btn_size_small {
        padding: .3125rem 1rem;
        padding: .3125rem calc(1rem * var(--btn-scale))
    }

    .btn_size_large, .btn_size_long {
        --btn-scale: 1
    }

    .btn_size_2 {
        --btn-fs: 1rem
    }

    .btn_size_3, .btn_size_4 {
        --btn-scale: 1;
        --btn-fs: 1.125rem
    }

    .btn_size_5, .btn_size_6 {
        --btn-scale: 1;
        --btn-fs: 0.875rem
    }

    .lang {
        --lang-img-size: 1.3125rem
    }

    :root {
        --link-fs: 1.0625rem;
        --swiper-arrow-scale: 1
    }

    .control__arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        margin: 0
    }

    .control__arrow_prev {
        right: calc(100% + 1.875rem)
    }

    .control__arrow_next {
        left: calc(100% + 1.875rem)
    }

    .gw-burger {
        display: none
    }

    .menu {
        display: flex;
        align-self: stretch
    }

    .menu__content, .menu__list {
        display: flex;
        width: 100%
    }

    .menu__list {
        list-style-type: none;
        margin: 0;
        justify-content: flex-start;
        align-items: stretch;
        opacity: 1;
        visibility: visible;
        padding: 0;
        box-sizing: border-box;
        grid-gap: 0;
        gap: 0
    }

    .menu__el {
        display: flex;
        position: relative;
        z-index: 0
    }

    .menu__el_desktop_none {
        display: none
    }

    .menu__item {
        padding: .625rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        color: #aea599;
        cursor: pointer;
        font-style: normal;
        font-size: 1rem;
        font-weight: 500;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: all .3s;
        font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
        font-family: var(--font-0);
        text-shadow: none;
        text-transform: uppercase
    }

    @media (min-width: 1350px) {
        .menu__item {
            padding: .625rem 1.3125rem
        }
    }.menu__el:hover [data-menu-open-sub-list], .menu__item:hover, .menu__item_open:hover {
         color: #fff8ed
     }

    .menu__dot {
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        width: .125rem;
        height: 2.5rem;
        display: block;
        flex-shrink: 0;
        border: 0;
        align-self: center;
        background-image: linear-gradient(90deg, rgba(194, 179, 170, .071) 50%, rgba(0, 0, 0, .302) 0)
    }

    .menu__el_continer {
        display: none
    }

    .menu__sub-list {
        position: absolute;
        left: -.625rem;
        top: calc(100% - .6875rem);
        list-style: none;
        margin: 0;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        display: block !important;
        min-width: 100%;
        transform: translateY(.625rem);
        padding: .75rem 0;
        border-radius: .5rem;
        background: #12100f;
        border: .125rem solid #443f3a
    }

    .menu__sub-list:hover, [data-menu-open-sub-list=open] ~ .menu__sub-list, [data-menu-open-sub-list]:hover ~ .menu__sub-list {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    [data-menu-open-sub-list] .menu__item-arrow {
        display: block;
        content: "";
        background-color: transparent;
        background-image: url(../images/menu/arrow-down.svg);
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        width: .4375rem;
        height: .1875rem;
        margin-top: 1px;
        margin-left: .3125rem;
        position: relative;
        top: 0;
        transition: all .2s
    }

    .menu__el[\:has\(\[data-menu-open-sub-list\]\)]:hover .menu__item-arrow, .menu__item_open .menu__item-arrow {
        transform: rotateX(180deg)
    }

    .menu__el:has([data-menu-open-sub-list]):hover .menu__item-arrow, .menu__item_open .menu__item-arrow {
        transform: rotateX(180deg)
    }

    .menu__sub-item {
        padding: .3125rem 1.75rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        text-decoration: none;
        color: #aea599;
        cursor: pointer;
        font-style: normal;
        font-size: 1rem;
        font-weight: 500;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: all .3s;
        line-height: 1;
        min-height: 2.5rem
    }

    .menu__sub-item:hover {
        color: #fff8ed;
        background-color: rgba(255, 248, 237, .06)
    }

    :root {
        --navigation-height: 5rem;
        --navigation-height-scroll: 5rem
    }

    .navigation__box_side_left {
        margin-right: 1.5rem
    }

    .navigation__box_side_right {
        margin-left: 2.5rem;
        margin-right: 0;
        display: flex
    }

    .navigation__el_desktop {
        display: flex;
        justify-content: center
    }

    .navigation__auth {
        margin-left: 1.875rem
    }

    .navigation__bnrs {
        display: flex
    }

    [data-container=hero] {
        max-width: 86rem;
        max-width: calc(82.5rem + var(--margin) * 4)
    }

    .hero {
        min-height: 41.5rem
    }

    .hero__box {
        max-width: 40.625rem
    }

    .hero__title {
        font-size: 2.375rem
    }

    .hero__subtitle {
        font-size: 1.75rem;
        line-height: 1.5
    }

    .hero__desc {
        font-size: 1.125rem
    }

    .servers {
        max-width: none;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 1.5625rem;
        gap: 1.5625rem
    }

    .servers__border {
        display: block
    }

    :root {
        --post-size-title: 1.75rem;
        --post-size-desc: 1rem
    }

    .fnav {
        grid-gap: 1.25rem 6.25rem;
        gap: 1.25rem 6.25rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left
    }

    .fnav__box {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .fnav__header {
        font-size: 1rem
    }

    .fnav__link {
        font-size: .8125rem
    }

    .footer__container {
        grid-template-columns:1fr 30.625rem;
        text-align: left
    }

    .footer__about {
        text-align: left
    }

    .footer__copyright {
        font-size: 1rem
    }

    .footer__desc {
        margin: 0
    }

    .footer__links {
        margin-left: auto;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left
    }

    .footer__authors {
        align-items: flex-start;
        font-size: .875rem
    }

    .footer__author, .footer__authors {
        justify-content: flex-start
    }

    .footer__bnrs {
        justify-content: flex-end
    }

    :root {
        --feature-size-title: 1.75rem;
        --feature-size-desc: 1rem
    }

    .features__list {
        max-width: 46.875rem
    }

    .event {
        padding: 1.75rem
    }

    .event__title {
        font-size: 1.1875rem
    }

    .events__list {
        grid-template-columns:repeat(3, 1fr)
    }

    .consent {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem;
        font-size: 1.125rem
    }

    .invite__title {
        font-size: 2.0625rem
    }

    .invite__desc {
        font-size: 1.125rem
    }

    .resources__body {
        grid-template-columns:1fr 1fr
    }

    .support__body {
        padding: 2.5rem
    }

    .support__title {
        font-size: 1.625rem
    }

    .blog__list {
        max-width: none;
        grid-template-columns:repeat(3, 1fr)
    }

    :root {
        --article-size-title: 1.5rem;
        --article-size-desc: 1rem
    }

    .content__body {
        padding: 3.625rem 5rem
    }
}

@media (min-width: 1440px) {
    .up {
        display: block
    }
}

@media (min-width: 1720px) {
    .navigation__bnrs {
        left: auto;
        right: calc(100% + 6.25rem);
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (min-width: 1860px) {
    .navigation__bnrs {
        right: calc(100% + 9.375rem)
    }
}

@media (max-width: 1199.99px) {
    .mbar {
        height: 5rem;
        height: var(--navigation-height);
        display: flex
    }

    .mbar__box {
        flex-basis: 50%;
        display: flex
    }

    .gw-burger {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
        cursor: pointer;
        pointer-events: all
    }

    .gw-burger, .gw-burger__box {
        background-color: transparent;
        position: relative
    }

    .gw-burger__box {
        z-index: 5;
        width: 1.5rem;
        height: 1.1875rem;
        border-radius: 0;
        box-sizing: border-box;
        flex-shrink: 0
    }

    .gw-burger__line {
        height: .125rem;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #aea599;
        border-radius: 0;
        transition: top .3s .3s, right .3s .3s, left .3s .2s, bottom .3s .3s, opacity .3s .4s, transform .3s 0s
    }

    .gw-burger__line_pos_top {
        top: 0
    }

    .gw-burger__line_pos_middle {
        top: 50%;
        left: 25%;
        transform: translateY(-50%);
        transition: all 0s .4s
    }

    .gw-burger__line_pos_bottom {
        bottom: 0;
        left: 50%
    }

    .mob-menu-active .gw-burger__line {
        background-color: #aea599
    }

    .mob-menu-active .gw-burger__line_pos_top {
        transform: rotate(45deg) translateY(-50%);
        transform-origin: center top;
        top: 50%;
        right: 0;
        transition: top .3s .1s, right .3s .1s, left .3s 0s, bottom .3s .1s, opacity 0s .1s, transform .3s .4s
    }

    .mob-menu-active .gw-burger__line_pos_middle {
        opacity: 0;
        transition: opacity .3s .3s, transform .3s .1s, left .3s .3s;
        left: 100%
    }

    .mob-menu-active .gw-burger__line_pos_bottom {
        transform: rotate(-45deg) translateY(50%);
        transform-origin: center bottom;
        bottom: 50%;
        right: 0;
        left: 0;
        transition: top .3s .1s, right .3s .1s, left .1s .3s, bottom .3s .1s, opacity 0s .1s, transform .3s .4s
    }

    .menu {
        position: absolute;
        top: 5rem;
        top: var(--navigation-height);
        right: 0;
        left: 0;
        z-index: 2;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: 5rem;
        padding-bottom: var(--navigation-height);
        height: 100vh;
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        justify-content: flex-start;
        background-color: #201c1b;
        background-color: rgba(var(--body-background-color));
        opacity: 0;
        transition: all .5s .3s;
        visibility: hidden;
        box-shadow: 0 0 0 100vh #201c1b;
        box-shadow: 0 0 0 100vh rgba(var(--body-background-color), 1)
    }

    @supports (height:100dvh) {
        .menu {
            height: 100dvh
        }
    }.mob-menu-active .menu {
         visibility: visible;
         opacity: 1;
         transition: all .5s
     }

    .menu__content {
        transition: all .3s;
        opacity: 0;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        display: flex
    }

    .mob-menu-active .menu__content {
        opacity: 1;
        transition: all .5s .3s
    }

    .menu__list {
        width: 100%;
        list-style-type: none;
        padding: 1.25rem 0;
        margin: auto;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        box-sizing: border-box
    }

    .menu__dot {
        display: none
    }

    .menu__el {
        width: 100%;
        position: relative;
        z-index: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    .menu__el_auth, .menu__el_scl {
        margin-top: 1.25rem
    }

    .menu__el_atop {
        position: relative;
        z-index: 5
    }

    .menu__el_bar {
        margin-bottom: 1.875rem
    }

    .menu__el_continer {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.25rem
    }

    .menu__el_continer_divider {
        padding-top: 1.25rem;
        border-top: 1px solid rgba(174, 165, 153, .05)
    }

    .menu__el_continer:hover, [data-place-from=auth] {
        z-index: 10
    }

    .menu__item {
        padding: .625rem .9375rem;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        color: #aea599;
        cursor: pointer;
        font-style: normal;
        font-size: 1rem;
        font-weight: 500;
        white-space: nowrap;
        text-transform: uppercase;
        width: 100%;
        min-height: 3.125rem;
        transition: all .2s;
        font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
        font-family: var(--font-0)
    }

    .menu__item:hover, .menu__item_open {
        color: #fff8ed
    }

    .menu__sub-wrapper {
        display: none
    }

    .subnav__container {
        padding: 0
    }

    .mob-menu-active {
        overflow: hidden
    }

    [data-menu-open-sub-list]:after {
        display: block;
        content: "";
        background-color: transparent;
        background-image: url(../images/menu/arrow-down.svg);
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        width: .4375rem;
        height: .1875rem;
        margin-top: 1px;
        margin-left: .3125rem;
        position: relative;
        top: 0;
        transition: all .5s
    }

    .menu__item_open:after {
        transform: rotateX(180deg)
    }

    .menu__item_open, .menu__sub-list {
        background: rgba(255, 248, 237, .05)
    }

    .menu__sub-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: none;
        width: 100%
    }

    .menu__item_open ~ .menu__sub-list {
        display: block
    }

    .menu__sub-item {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-sizing: border-box;
        padding: .5rem 1.25rem;
        transition: all .3s;
        position: relative;
        z-index: 0;
        color: #aea599;
        cursor: pointer;
        font-style: normal;
        font-size: 1rem;
        font-weight: 500;
        min-height: 3.125rem;
        text-align: center
    }

    .menu__sub-item:hover {
        color: #fff8ed
    }

    .menu__sub-content {
        min-width: 0;
        flex-grow: 1
    }

    .menu__sub-name {
        font-size: 1.125rem;
        line-height: 1.125rem;
        color: #000;
        transition: all .2s
    }

    .menu__sub-desc {
        padding-top: .1875rem;
        font-size: .875rem;
        line-height: 1rem;
        color: rgba(0, 0, 0, .6);
        transition: all .2s
    }

    .menu__scl {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(var(--color-bg-0), 1);
        --scl-flex-basis: 100%
    }

    .menu__btnbar {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        grid-gap: .5rem;
        gap: .5rem;
        background-color: transparent;
        box-sizing: border-box;
        padding: .625rem 1.5rem;
        font-family: Montserrat, Arial, sans-serif;
        font-family: var(--font-2);
        font-size: .9375rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: .04em;
        text-transform: uppercase;
        text-decoration: none;
        z-index: 10;
        height: 4.375rem
    }

    .menu__btnbar, .menu__btnbar:after {
        transition: all .2s;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }

    .menu__btnbar:after {
        display: block;
        content: "";
        top: 0;
        z-index: -1;
        background-color: rgba(60, 44, 34, .6);
        background-image: url(http://destarion.site/template/site/destarion/images/menu/btnbarbg.png);
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat
    }

    .menu__btnbar-txt {
        color: #bdb1a5;
        background: var(--text-gradient);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: drop-shadow(0 .0625rem .25rem rgba(0, 0, 0, .5))
    }
}

.pr {
    padding-right: .875rem;
    padding-right: var(--margin)
}

.pl {
    padding-left: .875rem;
    padding-left: var(--margin)
}

.pt {
    padding-top: .875rem;
    padding-top: var(--margin)
}

.pb {
    padding-bottom: .875rem;
    padding-bottom: var(--margin)
}

.mr {
    margin-right: .875rem;
    margin-right: var(--margin)
}

.ml {
    margin-left: .875rem;
    margin-left: var(--margin)
}

.mt {
    margin-top: .875rem;
    margin-top: var(--margin)
}

.mb {
    margin-bottom: .875rem;
    margin-bottom: var(--margin)
}

.m {
    margin: .875rem;
    margin: var(--margin)
}

.mra {
    margin-right: auto
}

.mla {
    margin-left: auto
}

.mta {
    margin-top: auto
}

.ma {
    margin: auto
}

.mba {
    margin-bottom: auto
}

.mr0 {
    margin-right: 0
}

.ml0 {
    margin-left: 0
}

.mt0 {
    margin-top: 0
}

.mb0 {
    margin-bottom: 0
}

.m0 {
    margin: 0
}

.color-light {
    color: #e8d1a6;
    color: rgba(var(--color-light), 1)
}

.color-dark {
    color: #000;
    color: rgba(var(--color-dark), 1)
}

.color-red {
    color: #ac0000;
    color: rgba(var(--color-red), 1)
}

.color-yellow {
    color: #ff0;
    color: rgba(var(--color-yellow), 1)
}

.color-orange {
    color: orange;
    color: rgba(var(--color-orange), 1)
}

.color-pink {
    color: pink;
    color: rgba(var(--color-pink), 1)
}

.color-purple {
    color: purple;
    color: rgba(var(--color-purple), 1)
}

.color-blue {
    color: #00f;
    color: rgba(var(--color-blue), 1)
}

.color-green {
    color: #0b0;
    color: rgba(var(--color-green), 1)
}

.color-grey {
    color: grey;
    color: rgba(var(--color-grey), 1)
}

.color-white {
    color: #fff;
    color: rgba(var(--color-white), 1)
}

.color-black {
    color: #000;
    color: rgba(var(--color-black), 1)
}

.color-brown {
    color: brown;
    color: rgba(var(--color-brown), 1)
}

.color-aqua {
    color: #0ff;
    color: rgba(var(--color-aqua), 1)
}

.color-0 {
    color: #bab2a8;
    color: rgba(var(--color-0), 1)
}

.color-1 {
    color: #141414;
    color: rgba(var(--color-1), 1)
}

.color-2 {
    color: #fff;
    color: rgba(var(--color-2), 1)
}

.color-3 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-3), 1)
}

.color-4 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-4), 1)
}

.color-5 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-5), 1)
}

.color-6 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-6), 1)
}

.color-7 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-7), 1)
}

.color-8 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-8), 1)
}

.color-9 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-9), 1)
}

.color-accent {
    color: #ffb751;
    color: rgba(var(--color-accent), 1)
}

.color-url {
    color: #ffb751;
    color: rgba(var(--color-url), 1)
}

.clear {
    clear: both
}

.hidden {
    display: none
}

.text-decoration-underline {
    text-decoration: underline
}

.text-decoration-none {
    text-decoration: none
}

.text-uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.d-flex, .flex {
    display: flex
}

.justify-content-start {
    justify-content: start
}

.justify-content-center {
    justify-content: center
}

.justify-content-end {
    justify-content: end
}

.fs_minus_5 {
    font-size: .5em
}

.fs_minus_4 {
    font-size: .6em
}

.fs_minus_3 {
    font-size: .7em
}

.fs_minus_2 {
    font-size: .8em
}

.fs_minus_1 {
    font-size: .9em
}

.fs_plus_1 {
    font-size: 1.1em
}

.fs_plus_2 {
    font-size: 1.2em
}

.fs_plus_3 {
    font-size: 1.3em
}

.fs_plus_4 {
    font-size: 1.4em
}

.fs_plus_5 {
    font-size: 1.5em
}

.font-family-0 {
    font-family: DIN Next W1G, Tahoma, Arial, sans-serif;
    font-family: var(--font-0)
}

.font-family-1 {
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.font-family-2 {
    font-family: Montserrat, Arial, sans-serif;
    font-family: var(--font-2)
}

.font-family-3 {
    font-family: Alice, Times New Roman, Times, serif;
    font-family: var(--font-3)
}

.font-family-4 {
    font-family: var(--font-4)
}

.w-100 {
    width: 100%
}

.w-90 {
    width: 90%
}

.w-80 {
    width: 80%
}

.w-70 {
    width: 70%
}

.w-60 {
    width: 60%
}

.w-50 {
    width: 50%
}

.w-40 {
    width: 40%
}

.w-30 {
    width: 30%
}

.w-20 {
    width: 20%
}

.w-10 {
    width: 10%
}
.stream-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #0b0a09;
    box-shadow:
            0 10px 20px rgba(0,0,0,.85),
            inset 0 0 0 1px rgba(255,210,140,.08);
    transition: transform .4s ease, box-shadow .4s ease;
}

.stream-card:hover {
    box-shadow:
            0 10px 30px rgba(0,0,0,.95),
            inset 0 0 0 1px rgba(255,210,140,.18);
}

.stream-card__preview {
    position: relative;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.stream-card__preview iframe,
.stream-card__preview video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1;
}

.stream-card__preview::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at top, rgba(255,180,90,.28), transparent 60%),
            linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,.88));
    z-index: 2;
}

.stream-card__preview::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            120deg,
            rgba(255,215,140,.08),
            rgba(0,0,0,0) 40%
    );
    animation: streamGlow 6s linear infinite;
    z-index: 2;
}

@keyframes streamGlow {
    0% { opacity: .15 }
    50% { opacity: .35 }
    100% { opacity: .15 }
}

.stream-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
    color: #fff;
    background: linear-gradient(135deg,#ff3b3b,#8f0000);
    border-radius: 999px;
    box-shadow:
            0 0 22px rgba(255,60,60,.75),
            inset 0 0 8px rgba(255,255,255,.25);
}

.live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    animation: livePulse 1.1s infinite;
}

@keyframes livePulse {
    0% { transform: scale(1); opacity: 1 }
    50% { transform: scale(1.7); opacity: .45 }
    100% { transform: scale(1); opacity: 1 }
}

.stream-card__body {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    z-index: 4;
    padding: 18px 20px;
    background: linear-gradient(
            to top,
            rgba(0,0,0,.96),
            rgba(0,0,0,.65) 55%,
            rgba(0,0,0,0)
    );
}

.stream-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    font-size: 13px;
}

.stream-card__user {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.stream-card__user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255,215,140,.75);
    box-shadow:
            0 0 14px rgba(255,200,120,.55),
            inset 0 0 6px rgba(255,255,255,.35);
}

.stream-card__name {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stream-card__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #f1cf8f;
}

.stream-card__meta .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff3b3b;
    box-shadow: 0 0 10px rgba(255,60,60,.9);
}

.stream-card__time {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #ffd98a;
    text-shadow:
            0 0 14px rgba(255,210,120,.75),
            0 0 30px rgba(255,170,60,.35);
}

.streams__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

@media (max-width: 1200px) {
    .streams__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    .streams__grid {
        grid-template-columns: 1fr;
    }
}
.streams-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    text-align: center;
    background: linear-gradient(180deg,#1a1714,#0e0c0a);
    border-radius: 22px;
    box-shadow:
            inset 0 0 0 1px rgba(255,215,140,.08),
            0 30px 80px rgba(0,0,0,.65);
}

.streams-empty__icon {
    font-size: 56px;
    margin-bottom: 16px;
    filter: drop-shadow(0 0 12px rgba(255,210,140,.6));
}

.streams-empty__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.streams-empty__desc {
    font-size: 14px;
    color: #c8bfae;
    line-height: 1.6;
    max-width: 420px;
}
