:root {
    --body-min-width: 20rem;
    --body-max-width: 100%;
    --body-background-color-rgb: #0f1416;
    --body-background-color: 15, 20, 22;
    --container-width: 81.25rem;
    --navigation-bg-rgb: #131518;
    --navigation-bg: 19, 50, 24;
    --navigation-height: 3.75rem;
    --navigation-height-scroll: 3.75rem;
    --font-0: "BeaufortforLOL", "Times New Roman", Times, serif;
    --font-1: "Intro", "Open Sans", Tahoma, Arial, sans-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: #ff2727;
    --color-red: 255, 39, 39;
    --color-yellow-rgb: #ff0;
    --color-yellow: 255, 255, 0;
    --color-orange-rgb: #ffb731;
    --color-orange: 255, 183, 49;
    --color-pink-rgb: pink;
    --color-pink: 255, 192, 203;
    --color-purple-rgb: purple;
    --color-purple: 128, 0, 128;
    --color-blue-rgb: #3887ff;
    --color-blue: 56, 135, 255;
    --color-green-rgb: #3af83a;
    --color-green: 58, 248, 58;
    --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: #fff;
    --color-0: 255, 255, 255;
    --color-1-rgb: #d1d1d1;
    --color-1: 209, 209, 209;
    --color-2-rgb: #fff4e1;
    --color-2: 255, 244, 225;
    --color-3-rgb: #c4b8aa;
    --color-3: 196, 184, 170;
    --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: #dfc683;
    --color-accent: 223, 198, 131;
    --color-accent-hover-rgb: #ffe59f;
    --color-accent-hover: 255, 229, 159;
    --color-accent-2-rgb: #ffe59f;
    --color-accent-2: 255, 229, 159;
    --color-accent-2-hover-rgb: #ffe59f;
    --color-accent-2-hover: 255, 229, 159;
    --color-url-rgb: #ffe59f;
    --color-url: 255, 229, 159;
    --color-url-hover-rgb: #ffdb76;
    --color-url-hover: 255, 219, 118;
    --input-width: auto;
    --input-height: 3.125rem;
    --input-bg: #fff;
    --input-border: 1px solid #dadada;
    --input-border-radius: 0.3125rem;
    --input-color: #455971;
    --input-text-align: left;
    --input-font-family: var(--font-0);
    --input-font-size: 1rem;
    --input-font-weight: 400;
    --input-padding: 0.1875rem 0.625rem;
    --input-box-shadow: none;
    --input-outline: none;
    --input-disabled-bg: #f9f9f9;
    --input-placeholder-color: #999;
    --input-placeholder-color-focus: transparent;
    --input-focus-width: var(--input-width);
    --input-focus-height: var(--input-height);
    --input-focus-bg: var(--input-bg);
    --input-focus-border: var(--input-border);
    --input-focus-border-radius: var(--input-border-radius);
    --input-focus-color: var(--input-color);
    --input-focus-text-align: var(--input-text-align);
    --input-focus-font-family: var(--input-font-family);
    --input-focus-font-size: var(--input-font-size);
    --input-focus-font-weight: var(--input-font-weight);
    --input-focus-padding: var(--input-padding);
    --input-focus-box-shadow: var(--input-box-shadow);
    --input-focus-outline: var(--input-outline);
    --input-focus-disabled-bg: var(--input-disabled-bg);
    --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.3125rem;
    --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);
    --table-heading-bg: #1f6ea8;
    --table-bg: #2f7eb8;
    --table-border-width: 0.125rem;
    --table-border-type: solid;
    --table-border-color: #4a4c4e;
    --tippy-bg-color: #fff;
    --tippy-text-color: rgba(var(--color-1), 1);
    --tippy-font-size: 0.875rem;
    --tippy-border-radius: 0.3125rem;
    --tippy-border-color: #f1c93c
}

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
}

iframe,
img,
video {
    max-width: 100%
}

a {
    background-color: transparent;
    color: #ffe59f;
    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: #999;
    color: var(--input-placeholder-color);
    opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
    color: #999;
    color: var(--input-placeholder-color);
    opacity: 1
}

:-ms-input-placeholder {
    color: #999;
    color: var(--input-placeholder-color);
    opacity: 1
}

:focus::-webkit-input-placeholder {
    color: transparent;
    color: var(--input-placeholder-color-focus)
}

:focus:-moz-placeholder,
:focus::-moz-placeholder {
    color: transparent;
    color: var(--input-placeholder-color-focus)
}

:focus:-ms-input-placeholder {
    color: transparent;
    color: var(--input-placeholder-color-focus)
}

[class*=" gwi_"]:before,
[class^=gwi_]:before {
    margin: 0;
    width: auto
}

ol,
ul {
    padding-left: 1.375em;
    margin: .625em 0
}

table {
    border: 0;
    border-collapse: collapse
}

td,
th {
    border: 0;
    border-bottom: .125rem solid #4a4c4e;
    border-bottom: var(--table-border-width) var(--table-border-type) var(--table-border-color);
    padding: .625em 1em
}

::-webkit-scrollbar {
    width: max(.375rem, .375rem);
    height: max(.125rem, .125rem);
    background-color: rgba(0, 0, 0, .4)
}

::-webkit-scrollbar-thumb {
    background-color: #745b41
}

::-webkit-scrollbar-thumb:hover {
    background-color: #dfc683
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: BeaufortforLOL, Times New Roman, Times, serif;
    font-family: var(--font-0);
    font-size: 100%;
    font-weight: 400;
    color: #fff;
    color: rgba(var(--color-0), 1);
    cursor: default
}

.section-slider-active [data-section=navigation] {
    margin-right: 0 !important
}

body {
    top: 0 !important;
    position: relative !important;
    z-index: 0;
    overflow-x: clip;
    margin: 0;
    background-color: #0f1416;
    background-color: rgba(var(--body-background-color), 1);
    background-image: url(../images/bg/bg-repeat.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: repeat-y;
    min-height: 100vh;
    min-height: 100dvh;
    min-width: 20rem;
    min-width: var(--body-min-width);
    display: flex;
    flex-direction: column;
	background-attachment: fixed;
}

@media (max-width: 768px) {
 .footer__box_side_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__box_side_1 > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__box_side_1 > div:last-child a {
  margin-right: 0 !important;
  text-align: center;
}
}

.bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0
}

.bg,
.bg__img {
    position: absolute;
    top: 0;
    -webkit-mask: linear-gradient(180deg, #000 0, #000 calc(100% - 18.75rem), transparent)
}

.bg__img {
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
    width: max(100%, 93.75rem);
    z-index: 1
}

.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;
    overflow-x: clip
}

.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: 84.75rem;
    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
}

.navigation-height-compensate {
    height: 3.75rem;
    height: var(--navigation-height);
    box-sizing: border-box
}

.link {
    text-decoration: underline;
    color: currentColor
}

.link:hover,
.link_tdn {
    text-decoration: none
}

.link_hover_tdu:hover {
    text-decoration: underline
}

[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
    }
}

.scroll {
    overflow-x: auto;
    scrollbar-width: none
}

.scroll::-webkit-scrollbar {
    width: max(.3125rem, .3125rem);
    height: max(.75rem, .75rem);
    border-bottom: .3125rem solid #212023;
    background-color: transparent
}

.scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
    height: max(.3125rem, .3125rem);
    width: max(.3125rem, .3125rem);
    border-top: max(.5rem, .5rem);
    border-bottom: solid #ffb731;
    border-bottom: max(.3125rem, .3125rem) solid rgba(var(--color-orange), 1)
}

.author {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-size: .75rem;
    color: rgba(#fff, 1);
    color: rgba(var(--color-4), 1);
    text-decoration: none;
    transition: all .2s
}

[href].author:hover {
    color: #d1d1d1;
    color: rgba(var(--color-1), 1)
}

.author__logo_ml {
    margin-left: .1875rem
}

.auth {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .3125rem 1.5625rem;
    gap: .3125rem 1.5625rem
}

.auth__btn {
    color: #d1d1d1;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s
}

.auth__btn:hover {
    color: #dfc683;
    color: rgba(var(--color-accent), 1)
}

.decbox {
    background-color: #343f44;
    box-sizing: border-box;
    padding: .375rem;
    position: relative;
    z-index: 0
}

.decbox:after {
    display: block;
    content: "";
    position: absolute;
    top: .375rem;
    left: .375rem;
    right: .375rem;
    bottom: .375rem;
    border: 1px solid hsla(0, 0%, 100%, .2);
    pointer-events: none;
    z-index: -1
}

.bnr {
    text-decoration: none;
    display: inline-block
}

.bnr img,
.cover {
    display: block
}

.cover {
    width: 100%
}

.cover_mb {
    margin-bottom: 1.25rem
}

.title {
    font-family: BeaufortforLOL, Times New Roman, Times, serif;
    font-family: var(--font-0);
    font-size: 2.1875rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin: 0;
    color: #fff;
    color: rgba(var(--color-0), 1)
}

.title_mb {
    margin-bottom: 3.125rem
}

.back-wrap {
    text-align: center;
    margin-bottom: 1.25rem
}

.back,
.back-wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.back {
    grid-gap: .375rem;
    gap: .375rem;
    text-decoration: none;
    color: #ffe59f;
    color: rgba(var(--color-accent-2), 1);
    font-size: .875rem;
    font-weight: 400;
    transition: all .2s;
    text-transform: uppercase
}

.back:hover {
    color: #dfc683;
    color: rgba(var(--color-accent), 1)
}

.aposnow {
    pointer-events: none;
    z-index: 20
}

.aposnow,
.preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.preload {
    background-color: #0f1416;
    background-color: rgba(var(--body-background-color), 1);
    min-width: 20rem;
    min-width: var(--body-min-width);
    z-index: 500;
    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: #c8816b
}

.preload__items {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .9375rem;
    gap: .9375rem;
    margin-top: .9375rem
}

[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)
    }
}

:root {
    --button-w: 27.5rem;
    --button-h: 5.625rem;
    --button-fs: 1.25rem;
    --button-scale: 0.7;
    --button-img-url: url(../images/button/button.png);
    --button-img-w: 34.1875rem;
    --button-img-h: 13.75rem;
    --button-letter-spacing: 0
}

.button {
    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: #fff;
    color: rgb(253 244 159);
    font-family: BeaufortforLOL, Times New Roman, Times, serif;
    font-family: var(--font-0);
    font-size: .875rem;
    font-size: calc(var(--button-fs)*var(--button-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 2.0125rem;
    padding: .3125rem calc(2.875rem*var(--button-scale));
    width: 19.25rem;
    width: calc(var(--button-w)*var(--button-scale));
    height: 3.9375rem;
    height: calc(var(--button-h)*var(--button-scale));
    text-wrap: balance;
    letter-spacing: 0;
    letter-spacing: var(--button-letter-spacing);
    will-change: transform
}

.button:before {
    display: block;
    content: "";
    position: absolute;
    top: -2.8rem;
    top: calc(-4rem*var(--button-scale));
    left: -2.3625rem;
    left: calc(-3.375rem*var(--button-scale));
    width: 23.93125rem;
    width: calc(var(--button-img-w)*var(--button-scale));
    height: 9.625rem;
    height: calc(var(--button-img-h)*var(--button-scale));
    z-index: -1;
    transition: all .2s;
    background-image: url(../images/button/button.png);
    background-image: var(--button-img-url);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    transform-style: preserve-3d;
    perspective: 43.75rem;
    pointer-events: none
}

.button:hover:before {
    filter: brightness(130%)
}

:root {
    --btn-w: 16.3125rem;
    --btn-h: 2.9375rem;
    --btn-fs: 0.875rem;
    --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: #d1d1d1;
    color: rgba(var(--color-1), 1);
    font-family: BeaufortforLOL, Times New Roman, Times, serif;
    font-family: var(--font-0);
    font-size: .875rem;
    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 2.5rem;
    padding: .3125rem calc(2.5rem*var(--btn-scale));
    width: 16.3125rem;
    width: calc(var(--btn-w)*var(--btn-scale));
    height: 2.9375rem;
    height: calc(var(--btn-h)*var(--btn-scale));
    max-width: 100%;
    text-wrap: balance;
    letter-spacing: 0;
    letter-spacing: var(--btn-letter-spacing);
    will-change: transform
}

.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;
    transform-style: preserve-3d;
    perspective: 43.75rem;
    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(130%)
}

.btn_size_small {
    --btn-w: 14.125rem;
    --btn-h: 3rem;
    --btn-img-url: url(../images/btn/btn-small.png)
}

.btn_type_1 {
    --btn-w: 10.9375rem;
    --btn-h: 2.25rem;
    --btn-img-url: url(../images/btn/btn_type_1.png);
    --btn-fs: 0.75rem;
    padding: .3125rem 1.875rem;
    padding: .3125rem calc(1.875rem*var(--btn-scale))
}

:root {
    --scl-color-1: rgba(var(--color-0), 1);
    --scl-width: 4.6875rem;
    --scl-height: 4.8125rem;
    --scl-font-size: 1.125rem;
    --scl-list-gap: 1.25rem 1.5rem;
    --scl-sep-display: none
}

/* Для Telegram (первая кнопка) */
.scl__item:has(.gwi_c-telegram) {
    background-image: url(../images/scl/bg.png);
}

/* Для Discord (вторая кнопка) */
.scl__item:has(.gwi_discord) {
    background-image: url(../images/scl/bg1.png);
}

.scl__item {
    transition: transform 0.2s ease; /* Плавное изменение */
}

.scl__item:active {
    transform: scale(0.95); /* Уменьшаем кнопку на 5% */
}

.scl__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.25rem 1.5rem;
    gap: 1.25rem 1.5rem;
    grid-gap: var(--scl-list-gap);
    gap: var(--scl-list-gap)
}

.scl__list_start {
    justify-content: flex-start
}

.scl__item {
    color: #c4b8aa;
    color: rgba(var(--color-3), 1);
    text-decoration: none;
    position: relative;
    z-index: 0;
    width: 4.6875rem;
    width: var(--scl-width);
    height: 4.8125rem;
    height: var(--scl-height);
    background-color: transparent;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    font-size: 1.125rem;
    font-size: var(--scl-font-size);
    box-sizing: border-box
}

.scl__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all .2s;
    background-color: transparent;
    background-image: url(../images/scl/bg.png);
    background-image: var(--scl-bg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    pointer-events: none
}

.scl__item:hover:before {
    transform: rotate(90deg)
}

.scl__ico-c-telegram {
    margin-right: .1875rem;
    margin-top: .125rem
}

:root {
    --logo-height: auto
}

@-webkit-keyframes logo {
    0% {
        transform: scale(1);
        opacity: 0
    }

    20% {
        opacity: .3
    }

    to {
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes logo {
    0% {
        transform: scale(1);
        opacity: 0
    }

    20% {
        opacity: .3
    }

    to {
        transform: scale(1.3);
        opacity: 0
    }
}

.ww {
    max-width: 85.625rem;
    background-color: transparent;
    box-shadow: 0 .9375rem 1.875rem rgb(255 174 35 / 29%);
    font-family: BeaufortforLOL, Times New Roman, Times, serif;
    font-family: var(--font-0)
}

.ww,
.ww__inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0
}

.ww__inner {
    border: 0;
    box-shadow: none;
    background-color: #201e1df5;
    position: relative;
    z-index: 0
}

.ww__inner:before {
    box-shadow: inset 0 0 2.875rem #6f6b5a;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.ww__inner:after,
.ww__inner:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1
}

.ww__inner:after {
    top: .375rem;
    left: .375rem;
    right: .375rem;
    bottom: .375rem;
    border: 1px solid hsla(0, 0%, 100%, .2);
    pointer-events: none
}

.ww__body {
    background-color: transparent;
    background-size: auto;
    background-position: 50%;
    background-repeat: repeat;
    box-sizing: border-box;
    padding: 1.375rem .625rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border: 1px solid rgba(var(--color-0), .1);
    border-radius: 0
}

.ww__close {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    background-size: contain;
    border-radius: 50%;
    z-index: 20;
    top: .625rem;
    right: .625rem
}

.ww__close,
.ww__close:after,
.ww__close:before {
    display: block;
    transition: all .3s;
    position: absolute
}

.ww__close:after,
.ww__close:before {
    content: "";
    background: rgba(255, 244, 225, .5);
    background: rgba(var(--color-2), .5);
    top: calc(50% - .0625rem);
    left: 0;
    right: 0;
    height: .125rem;
    border-radius: .125rem
}

.ww__close:before {
    transform: rotate(-45deg)
}

.ww__close:after {
    transform: rotate(45deg)
}

.ww__close:hover:after,
.ww__close:hover:before {
    filter: brightness(120%);
    transform: rotate(0)
}

.ww__head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: .875rem;
    gap: .875rem;
    text-align: center;
    color: #ffe59f;
    color: rgba(var(--color-accent-2), 1);
    font-weight: 700;
    padding: 1.375rem 0;
    margin: -1.375rem auto 0;
    position: relative;
    z-index: 0;
    text-transform: uppercase
}

.ww__title {
    font-size: 1.125rem
}

.fancybox-container {
    z-index: 666 !important
}

.fancybox-content {
    padding: 0;
    background: transparent
}

.fancybox-bg {
    background: #000
}

.fancybox-is-open .fancybox-bg {
    opacity: .5
}

.gw-modal-close {
    display: none
}

.fancybox-is-open .ww_animated {
    -webkit-animation: modalIn .5s ease;
    animation: modalIn .5s ease
}

.fancybox-is-closing .ww_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)
    }
}

.arrow {
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 1.625rem;
    height: 3.0625rem;
    flex-shrink: 0;
    cursor: pointer;
    transition: all .3s
}

.arrow:hover {
    filter: brightness(120%)
}

.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: 1.25rem;
    height: 1.25rem;
    box-sizing: border-box;
    opacity: 1;
    cursor: pointer;
    flex-shrink: 0;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    background-image: url(../images/swiper/dot.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.dot_active {
    background-image: url(../images/swiper/dot-active.svg);
    filter: drop-shadow(0 0 .6875rem #5865f2)
}

.slider-points {
    grid-gap: calc(max(.375rem, .375rem)*var(--g-size));
    gap: calc(max(.375rem, .375rem)*var(--g-size));
    width: auto !important
}

.slider-point,
.slider-points {
    display: flex;
    justify-content: center;
    align-items: center
}

.slider-point {
    width: calc(max(.5rem, .5rem)*var(--g-size));
    height: calc(max(.5rem, .5rem)*var(--g-size));
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 1;
    cursor: pointer;
    flex-shrink: 0;
    transition: all .3s;
    background-color: hsla(0, 0%, 100%, .2);
    background-color: rgba(var(--color-0), .2)
}

.slider-point_active {
    background-color: #dfc683;
    background-color: rgba(var(--color-accent), 1)
}

.slider-control {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .3125rem;
    gap: .3125rem
}

:root {
    --countdown-scale: 0.8
}

.gw-timer,
.gw-timer__item {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-family: BeaufortforLOL, Times New Roman, Times, serif;
    font-family: var(--font-0)
}

.gw-timer__item {
    flex-direction: column;
    color: #fff4e1;
    color: rgba(var(--color-2), 1);
    text-align: center;
    width: 3.75rem;
    width: calc(4.6875rem*var(--countdown-scale));
    height: 4rem;
    height: calc(5rem*var(--countdown-scale));
    line-height: 1
}

.gw-timer__dot {
    width: 1px;
    height: 2rem;
    height: calc(2.5rem*var(--countdown-scale));
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: 1rem;
    background: linear-gradient(180deg, rgba(143, 122, 91, 0) 0, #8f7a5b 50%, rgba(143, 122, 91, 0))
}

.gw-timer__dot:last-child {
    display: none
}

.gw-timer__amount {
    color: rgba(var(--color-acccent), 1);
    font-size: 1.75rem;
    font-size: calc(2.1875rem*var(--countdown-scale));
    font-weight: 700
}

.gw-timer__amount,
.gw-timer__desc {
    text-transform: uppercase;
    box-sizing: border-box
}

.gw-timer__desc {
    color: #fff4e1;
    color: rgba(var(--color-2), 1);
    font-size: .7rem;
    font-size: calc(0.875rem*var(--countdown-scale));
    font-weight: 400
}

.end-time {
    color: hsla(0, 0%, 82%, .5);
    color: rgba(var(--color-1), .5);
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: hsla(0, 0%, 100%, .3);
    background-color: rgba(var(--color-0), .3);
    box-sizing: border-box;
    padding: .4rem .8rem;
    border-radius: .5rem
}

.countdown,
.end-time {
    display: inline-block
}

.countdown_pos {
    position: relative;
    z-index: 10;
    margin-bottom: 1.875rem
}

.countdown-main {
    display: none;
    pointer-events: none
}

.countdown__heading {
    color: #fff4e1;
    color: rgba(var(--color-2), 1);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.375rem;
    font-family: BeaufortforLOL, Times New Roman, Times, serif;
    font-family: var(--font-0);
    font-size: max(.875rem, .875rem);
    font-weight: 400
}

.countdown__box {
    background-color: rgba(0, 0, 0, .33);
    border-left: 1px solid #665945;
    border-bottom: 1px solid #665945;
    border-right: 1px solid #665945;
    position: relative;
    z-index: 0
}

.countdown__box:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(270deg, #665945 0, #665945 37%, rgba(102, 89, 69, 0) 0, rgba(102, 89, 69, 0) 63%, #665945 0, #665945);
    z-index: 2
}

.countdown__decor {
    position: absolute;
    top: -.625rem;
    right: -.625rem;
    bottom: -.625rem;
    left: -.625rem;
    border-left: .125rem solid #907b5b;
    border-bottom: .125rem solid #907b5b;
    border-right: .125rem solid #907b5b
}

.countdown__decor-top {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: .125rem;
    background: linear-gradient(270deg, #907b5b 0, #907b5b 40%, rgba(144, 123, 91, 0) 0, rgba(144, 123, 91, 0) 60%, #907b5b 0, #907b5b);
    z-index: 2
}

.countdown__decor-top:after,
.countdown__decor-top:before {
    display: block;
    content: "";
    background-color: #907b5b;
    width: .5625rem;
    height: .5625rem;
    border-radius: 50%;
    position: absolute;
    top: -.25rem
}

.countdown__decor-top:before {
    left: 40%
}

.countdown__decor-top:after {
    right: 40%
}

.skiptranslate {
    display: none !important
}

.goog-text-highlight,
font>font {
    background-color: inherit !important;
    box-shadow: none !important;
    box-sizing: inherit !important
}

.lang {
    width: auto;
    padding-right: max(1.5625rem, 1.5625rem);
    padding-left: max(.625rem, .625rem);
    z-index: 10;
    font-weight: 700;
    color: #8a8174
}

.lang,
.lang__current {
    box-sizing: border-box;
    position: relative;
    flex-shrink: 0;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1)
}

.lang__current {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .375rem;
    gap: .375rem;
    cursor: pointer;
    transition: all .3s;
    grid-template-columns: 1.75rem 1fr;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    z-index: 0;
    padding-left: max(.375rem, .375rem)
}

.lang__current-img {
    transition: all .3s;
    display: block
}

.lang__current:before {
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    background-image: url(../images/lang/bg.png);
    width: 4rem;
    height: 4rem
}

.lang__current:after,
.lang__current:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.lang__current:after {
    background-image: url(../images/lang/arrow-down.png);
    width: max(.75rem, .75rem);
    height: max(.375rem, .375rem);
    color: #5f5b59;
    right: -1.5rem;
    transform: translateY(-50%);
    transition: all .3s;
    cursor: pointer;
    pointer-events: none
}

.lang__link {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .625rem;
    gap: .625rem;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    grid-template-columns: 1.75rem 1fr;
    flex-shrink: 0;
    text-decoration: none;
    padding: .3125rem .625rem;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    color: rgba(var(--color-0), 1)
}

.lang__link:hover {
    opacity: 1
}

.lang__name {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase
}

.lang__img {
    display: block;
    height: 1.75rem;
    width: 1.75rem;
    flex-shrink: 0;
    margin: 0;
    transition: all .2s;
    border-radius: 50%
}

.lang__link_sub {
    transition: all .2s;
    grid-gap: 0;
    gap: 0
}

.lang__link_sub:hover {
    background: hsla(0, 0%, 100%, .05);
    background: rgba(var(--color-0), .05)
}

.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;
    left: .25rem;
    top: calc(100% + max(1.25rem, 1.25rem));
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    padding: .3125rem 0;
    background: rgba(27, 26, 23, .8);
    border-radius: .625rem
}

.lang__list:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: max(1.25rem, 1.25rem);
    background-color: transparent
}

.lang:hover .lang__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

:root {
    --soc-width: 3.4375rem;
    --soc-height: 3.4375rem;
    --soc-bg-img: url(../images/soc/dec.png);
    --soc-gap: 1.5625rem
}

.soc_type_2 {
    --soc-width: 4rem;
    --soc-height: 4rem;
    --soc-bg-img: url(../images/soc/dec-2.png);
    --soc-gap: 0
}

.soc__list {
    flex-wrap: nowrap;
    grid-gap: 1.5625rem;
    gap: 1.5625rem;
    grid-gap: var(--soc-gap);
    gap: var(--soc-gap)
}

.soc__item,
.soc__list {
    display: flex;
    justify-content: center;
    align-items: center
}

.soc__item {
    width: 3.4375rem;
    width: var(--soc-width);
    height: 3.4375rem;
    height: var(--soc-height);
    color: #fff;
    color: rgba(var(--color-0), 1);
    text-decoration: none;
    font-size: 1.0625rem;
    transition: all .2s;
    position: relative;
    z-index: 0
}

.soc__item:hover {
    color: #dfc683;
    color: rgba(var(--color-accent), 1)
}

.soc__item:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-image: url(../images/soc/dec.png);
    background-image: var(--soc-bg-img);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all .2s
}

.soc__item:hover:after {
    opacity: .5
}

.soc__ico-c-telegram {
    margin-right: .1875rem
}

.heading {
    height: 5rem;
    width: 20rem;
    max-width: 100%;
    position: relative;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto
}

.heading:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/heading/dec.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 162.5rem;
    height: 10.8125rem;
    position: absolute;
    left: 50%;
    top: -5.25rem;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1
}



.heading__title {
    color: #fff4e1;
    color: rgba(var(--color-2), 1);
    font-family: BeaufortforLOL, Times New Roman, Times, serif;
    font-family: var(--font-0);
    font-size: 2.3125rem;
    font-weight: 500;
    line-height: .8
}

.heading__desc,
.heading__title {
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap
}

.heading__desc {
    position: absolute;
    left: 50%;
    bottom: -.3125rem;
    transform: translateX(-50%);
    color: #c4b8aa;
    color: rgba(var(--color-3), 1);
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    font-size: .875rem;
    font-weight: 300;
    line-height: 1;
    box-sizing: border-box;
    padding: 1px .3125rem;
    border-radius: .625rem
}

.timer {
    display: inline-flex;
    flex-direction: column
}

.timer,
.timer__heading {
    align-items: center;
    justify-content: center
}

.timer__heading {
    color: #ffe59f;
    color: rgba(var(--color-accent-2), 1);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: .375rem;
    font-family: BeaufortforLOL, Times New Roman, Times, serif;
    font-family: var(--font-0);
    font-size: 1.125rem;
    font-weight: 400;
    display: flex;
    width: 100%;
    grid-gap: .625rem;
    gap: .625rem
}

.timer__heading:after,
.timer__heading:before {
    display: block;
    content: "";
    height: .125rem;
    flex-grow: 1;
    background-color: #ffe59f;
    background-color: rgba(var(--color-accent-2), 1)
}

.timer__counter {
    grid-gap: .3125rem;
    gap: .3125rem
}

.timer__counter,
.timer__item {
    display: flex;
    justify-content: center;
    align-items: center
}

.timer__item {
    flex-direction: column;
    color: #fff4e1;
    color: rgba(var(--color-2), 1);
    text-align: center;
    width: 4.125rem;
    height: 4.125rem;
    box-sizing: border-box;
    line-height: 1;
    background-color: rgba(0, 0, 0, .6);
    border-radius: .625rem
}

.timer__amount {
    color: #ffe59f;
    color: rgba(var(--color-accent-2), 1);
    font-size: 1.5rem;
    font-weight: 700
}

.timer__amount,
.timer__desc {
    text-transform: uppercase;
    box-sizing: border-box
}

.timer__desc {
    color: #fff4e1;
    color: rgba(var(--color-2), 1);
    font-size: .625rem;
    font-weight: 400
}

.points {
    display: none
}

[data-section=navigation] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    background-color: transparent;
    box-sizing: border-box
}

[data-section=navigation]:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1.875rem;
    left: 0;
    background: linear-gradient(180deg, rgb(9 9 9 / 93%) 60%, rgb(1 1 1 / 2%));
    pointer-events: none;
    z-index: -1;
}


[data-container=navigation] {
    z-index: 10
}

.navigation {
    display: flex;
    justify-content: flex-start;
    height: 3.75rem;
    height: var(--navigation-height);
    transition: all .2s
}

.nav-scroll .navigation {
    height: 3.75rem;
    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
}

.navigation__el_desktop {
    display: none
}

.navigation__gw-burger {
    margin-left: auto
}

.navigation__lang {
    margin: 0 1.25rem
}

.navigation__social {
    display: none
}

.header-scl-box {
    position: absolute;
    right: 2.6875rem;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: max(1.625rem, 1.625rem);
    display: none;
    justify-content: center;
    align-items: center
}

.header {
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 25rem;
    padding-top: calc(21.25rem + var(--navigation-height));
    padding-bottom: 6.25rem;
    text-align: center;
    box-sizing: border-box
}

.header__box {
    max-width: 43.75rem;
    width: 100%
}

.header__content {
    filter: drop-shadow(0 -.625rem 2.25rem #000) drop-shadow(0 -.625rem 2.25rem #000) drop-shadow(0 -.625rem 2.25rem #000)
}

.header__title {
    color: #dfc683;
    color: rgba(var(--color-accent), 1);
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1
}

.header__desc {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    font-size: 1rem;
    font-weight: 300;
    max-width: 33.75rem;
    margin: .625rem auto 0
}

.header__btns {
    margin-top: 1.875rem;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.header__btns,
.header__timer {
    display: flex;
    justify-content: center;
    align-items: center
}

.header__timer {
    margin: 1.25rem auto
}

.card {
    width: calc(15.0625rem*var(--inform-scale));
    height: calc(23.25rem*var(--inform-scale));
    z-index: 0;
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, .2);
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0
}

[data-card] {
    cursor: pointer
}

.card__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: calc(2.25rem*var(--inform-scale));
    padding-top: calc(2.25rem*var(--inform-scale))
}

.card__inner,
.card__inner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .2s
}

.card__inner:before {
    display: block;
    content: "";
    z-index: -1;
    background-color: transparent;
    background-image: url(../images/inform/card.jpg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.card__inner:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 60%;
    background-color: rgba(0, 0, 0, .82745);
    background-color: rgba(0, 0, 0, .8274509803921568);
    filter: blur(3.125rem);
    z-index: -2
}

.card:hover .card__inner {
    transform: scale(1.04) translateY(-5%)
}

.card:hover .card__inner:before {
    filter: brightness(120%)
}

.card__ico {
    background-image: url(../images/inform/ico-1.png);
    width: calc(10.625rem*var(--inform-scale));
    height: calc(10.625rem*var(--inform-scale));
    position: absolute;
    top: calc(5.3125rem*var(--inform-scale));
    left: 50%;
    transform: translateX(-50%)
}

.card__ico,
.card__status {
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.card__status {
    background-image: url(../images/inform/status-off.png);
    width: calc(9rem*var(--inform-scale));
    height: calc(3.25rem*var(--inform-scale));
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: calc(0.75rem*var(--inform-scale));
    box-sizing: border-box;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    font-size: calc(1.125rem*var(--inform-scale));
    font-weight: 300;
    line-height: 1;
    color: #ffdbdb;
    margin-top: auto
}

[data-status-server=off]:after {
    content: attr(data-status-name-off)
}

[data-status-server=on] {
    color: #f1ffdb;
    background-image: url(../images/inform/status-on.png)
}

[data-status-server=on]:after {
    content: attr(data-status-name-on)
}

.card__title {
    color: #fff;
    font-size: 2.1875rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center
}

.inform {
    --inform-scale: 0.8;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column
}

.inform,
.inform__box {
    box-sizing: border-box
}

.inform__box {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.inform__title {
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    font-size: 2.1875rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin: 0;
    -webkit-animation: inform__title 1.6s ease 1s forwards;
    animation: inform__title 1.6s ease 1s forwards
}

@-webkit-keyframes inform__title {
    0% {
        transform: translateY(1.875rem);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes inform__title {
    0% {
        transform: translateY(1.875rem);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.inform__servers {
    background-color: transparent;
    width: calc(15.0625rem*var(--inform-scale));
    height: calc(23.25rem*var(--inform-scale));
    position: relative;
    z-index: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box;
    transform: scale(.6);
    margin: 0 auto
}

.inform__tab {
    -webkit-animation: inform__tab 1.6s ease 1s forwards;
    animation: inform__tab 1.6s ease 1s forwards
}

@-webkit-keyframes inform__tab {
    0% {
        transform: translateY(-1.875rem);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes inform__tab {
    0% {
        transform: translateY(-1.875rem);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.inform__list {
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.inform__item,
.inform__list {
    display: flex;
    align-items: center
}

.inform__item {
    justify-content: flex-start;
    flex-direction: column;
    flex-shrink: 0;
    grid-gap: .375rem;
    gap: .375rem
}

.inform__icon {
    background-color: transparent;
    background-image: url(../images/inform/ico-quest.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    flex-shrink: 0;
    width: calc(7.5rem*var(--inform-scale));
    height: calc(7.125rem*var(--inform-scale));
    transition: all .2s
}

.inform__item:hover .inform__icon {
    transform: scale(1.06) translateY(-.625rem);
    filter: brightness(130%)
}

.inform__name {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .2s
}

.inform__item:hover .inform__name {
    color: #dfc683;
    color: rgba(var(--color-accent), 1)
}

.inform__desc {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-family: Intro;
    font-size: 1rem;
    font-weight: 300;
    max-width: 65.625rem;
    margin: 1.25rem auto 0;
    text-align: center;
    min-height: 5.625rem
}

:root {
    --post-size-title: 1rem;
    --post-size-desc: 0.875rem;
    --post-size-status: 0.875rem;
    --post-desc-max-height: auto;
    --post-desc-display: -webkit-box;
    --post-line-clamp: 10;
    --post-bg-mask: linear-gradient(180deg, #000 0%, #000 7.5rem, transparent);
    --post-bg-height: 18.75rem;
    --post-bg-opacity: 1
}

.post {
    position: relative;
    z-index: 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: var(--post-height);
    color: #fff;
    color: rgba(var(--color-0), 1);
    background-color: #343f44;
    border-radius: .625rem
}

.post:after {
    display: block;
    content: "";
    box-shadow: inset 0 0 2.875rem #6f6b5a;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.post__link {
    z-index: 5;
    display: block
}

[href="javascript:;"].post__link {
    display: none
}

.post__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -2;
    transition: all .3s;
    background-color: transparent;
    background-image: url(../images/post/img-def-0.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 18.75rem;
    height: var(--post-bg-height);
    opacity: 1;
    opacity: var(--post-bg-opacity);
    -webkit-mask: linear-gradient(180deg, #000 0, #000 7.5rem, transparent);
    -webkit-mask: var(--post-bg-mask)
}

.post:hover .post__bg {
    transform: scale(1.1)
}

.post__date {
    box-sizing: border-box;
    font-size: .75rem;
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-align: center;
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-weight: 400;
    background-color: #a3865f;
    border-radius: .3125rem;
    padding: .5rem .75rem;
    line-height: 1;
    margin-bottom: 1rem;
    letter-spacing: .06em
}

.post__date-accent {
    font-size: 1.0625rem
}

.post__container {
    margin-top: auto;
    box-sizing: border-box;
    padding: .875rem .875rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.post__title {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: 1rem;
    font-size: var(--post-size-title);
    font-weight: 400;
    margin: 0;
    line-height: 1;
    text-transform: uppercase
}

.post__desc {
    color: #beb6b6;
    font-size: .875rem;
    font-size: var(--post-size-desc);
    line-height: 1.5;
    font-weight: 400;
    margin-top: .75rem;
    margin-bottom: 0;
    display: -webkit-box;
    display: var(--post-desc-display);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    -webkit-line-clamp: var(--post-line-clamp);
    overflow: hidden;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1)
}

.post__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    text-decoration: none
}

.post__status {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    background-color: rgba(#fff, 1);
    background-color: rgba(var(--color-8), 1);
    font-size: .875rem;
    font-size: var(--post-size-status);
    color: #fff;
    color: rgba(var(--color-0), 1);
    padding: .5rem 1.25rem;
    border-radius: 0;
    font-weight: 500
}

.post__status_hot:before {
    content: "\0E80";
    font-family: gwi;
    font-family: var(--font-ico);
    margin-right: .625rem
}

.post__btns {
    margin-top: 1.25rem
}

.news {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column
}

.news,
.news__box {
    box-sizing: border-box;
    min-width: 0
}

.news__box {
    margin: auto;
    padding-top: 2.5rem;
    padding-bottom: 4.375rem;
    overflow: hidden;
    max-width: 100%;
    width: 100%
}

.news__control {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    box-sizing: border-box;
    margin: 0 0 2.5rem;
    min-height: 3.0625rem
}

.news__btns {
    --btn-scale: 0.7;
    grid-gap: .625rem 0;
    gap: .625rem 0;
    display: grid;
    grid-template-columns: auto auto
}

.news__wrap {
    max-width: 43.75rem;
    margin: 0 auto
}

.news__list {
    height: 33.75rem;
    overflow: hidden
}

.news__dots {
    margin-top: 2.125rem
}

.news__swiper-slide.swiper-slide-active,
.news__swiper-slide.swiper-slide-duplicate-active,
.news__swiper-slide.swiper-slide-duplicate-next,
.news__swiper-slide.swiper-slide-next {
    opacity: 1;
    pointer-events: all
}

.news__swiper-slide {
    display: flex;
    flex-direction: column;
    grid-gap: 2.5rem;
    gap: 2.5rem
}

.news__post {
    opacity: 0;
    -webkit-animation: postFadeIn 1s ease forwards;
    animation: postFadeIn 1s ease forwards;
    flex-grow: 1
}

.news__post:first-child:last-child {
    --line-clamp: 5
}

@-webkit-keyframes postFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes postFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.news__swiper-slide_even {
    --post-desc-display: none;
    --post-bg-opacity: 1;
    --post-bg-mask: linear-gradient(-160deg, #000, transparent 60%);
    display: grid;
    grid-template-columns: 1fr
}

.news__swiper-slide_even .post__date {
    display: none
}

.news__swiper-slide_even .news__post:first-child:last-child {
    --post-desc-display: -webkit-box;
    --post-bg-mask: linear-gradient(180deg, #000 0%, #000 7.5rem, transparent)
}

.top {
    color: #fff4e1;
    color: rgba(var(--color-2), 1);
    font-size: .875rem;
    font-weight: 400;
    width: 100%
}

.top__td {
    box-sizing: border-box;
    padding: .625rem
}

.top__td_num {
    width: 3.125rem
}

.top__td_head {
    color: #f4d398;
    padding-bottom: 1.25rem;
    text-transform: uppercase
}

.top__td_mobile_hide {
    display: none
}

.rating {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column
}

.rating,
.rating__box {
    box-sizing: border-box;
    min-width: 0
}

.rating__box {
    margin: auto;
    padding-top: 2.125rem;
    padding-bottom: 4.375rem;
    overflow: hidden;
}

.rating__desc {
    color: #757575;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    font-size: 1rem;
    font-weight: 400;
    max-width: 37.5rem;
    margin: 0 auto 2.5rem;
    text-align: center
}

.rating__btns {
    --btn-scale: 0.55;
    grid-gap: .625rem;
    gap: .625rem;
    box-sizing: border-box;
    margin: 0 0 2.5rem;
    min-height: 3.0625rem
}

.rating__btns,
.rating__links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.rating__links {
    grid-gap: 1.25rem;
    gap: 1.25rem;
}

@media (max-width: 768px) { 
    .rating__links {
        margin-top: 1rem; 
    }
}

.rating__servers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .9375rem 1.875rem;
    gap: .9375rem 1.875rem;
    margin-bottom: 2.5rem
}

:root {
    --social-pic-width: 9.8125rem;
    --social-pic-height: 9.625rem
}

.social {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    padding: 2.5rem 1.25rem
}

.social:before {
    display: block;
    content: "";
    position: absolute;
    top: .375rem;
    left: .375rem;
    right: .375rem;
    bottom: .375rem;
    background-color: hsla(0, 0%, 100%, .1);
    opacity: 0;
    transition: all .2s;
    pointer-events: none;
    z-index: -1
}

.social:hover:before {
    opacity: 1
}

.social__pic {
    background-color: transparent;
    background-image: url(../images/social/icon-bg.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 9.8125rem;
    width: var(--social-pic-width);
    height: 9.8125rem;
    height: var(--social-pic-width);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: 3.125rem;
    margin-bottom: 1.5rem
}

.social__c-telegram {
    margin-right: .375rem
}

.social__title {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: 1.5625rem;
    font-weight: 400;
    text-transform: uppercase
}

.social__desc {
    margin-top: .625rem;
    color: #cfcfcf;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    font-size: 1.125rem;
    font-weight: 400;
    -webkit-mask: linear-gradient(180deg, #000 0, #000 70%, transparent)
}

.theme {
    position: relative;
    z-index: 0;
    min-height: 3.75rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: .3125rem 1rem;
    transition: all .2s
}

:where(.theme:not(:last-child)):after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 1rem;
    right: 1rem;
    background-color: hsla(0, 0%, 100%, .2);
    z-index: -1;
    height: .125rem
}

.theme:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.theme__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    text-decoration: none;
    z-index: 10
}

.theme__marker {
    width: .6875rem;
    height: .6875rem;
    background-color: #d6cebf;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    margin-right: .625rem
}

.theme__title {
    color: #fff4e1;
    color: rgba(var(--color-2), 1);
    flex-grow: 1;
    min-width: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.theme__date,
.theme__title {
    font-size: 1.125rem;
    font-weight: 400
}

.theme__date {
    width: 5.625rem;
    flex-shrink: 0;
    text-align: right;
    color: #939393;
    text-transform: uppercase;
    margin-left: .625rem;
    display: none
}

.community {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column
}

.community,
.community__box {
    box-sizing: border-box;
    min-width: 0
}

.community__box {
    margin: auto;
    padding-top: 2.5rem;
    padding-bottom: 4.375rem;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-gap: 1.875rem;
    gap: 1.875rem
}

.community__container {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden
}

.community__title {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: 1.875rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 1.875rem
}

.community__forum {
    background-color: #343f44;
    box-sizing: border-box;
    padding: .375rem;
    position: relative;
    z-index: 0
}

.community__social-list {
    display: grid;
    flex-grow: 1;
    grid-gap: 1.875rem;
    gap: 1.875rem
}

.downloads__list {
    padding: 2.8125rem 0;
    display: grid
}

.downloads__box,
.downloads__list {
    box-sizing: border-box;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.downloads__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(11, 9, 12, .3);
    position: relative;
    z-index: 0;
    padding: 1.25rem
}

.downloads__box:after {
    display: block;
    content: "";
    position: absolute;
    top: .375rem;
    left: .375rem;
    right: .375rem;
    bottom: .375rem;
    border: 1px solid hsla(0, 0%, 100%, .2);
    pointer-events: none;
    z-index: -1
}

.downloads__title {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: 1.5625rem;
    font-weight: 400;
    text-transform: uppercase
}

.downloads__btns {
    flex-wrap: wrap;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.downloads__btns,
.downloads__invite {
    display: flex;
    justify-content: center;
    align-items: center
}

.downloads__invite {
    margin-top: 2.8125rem
}

[data-section=footer] {
    margin-top: auto
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 1.875rem 0;
    position: relative;
    z-index: 0;
    width: 100%;
    grid-gap: 1.875rem;
    gap: 1.875rem;
    text-align: center
}

.footer:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, .2);
    width: 100vw;
    width: 100dvw;
    z-index: -2;
    pointer-events: none
}

.footer__bnrs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1rem;
    gap: 1rem;
    width: 100%
}

.footer__copyright {
    color: #fff;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    font-size: .875rem;
    font-weight: 400
}

[data-container=wiki] {
    max-width: 100rem
}

.wiki {
    box-sizing: border-box;
    padding: 7.5rem 0;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1)
}

.wiki__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-bottom: 1.25rem
}

.wiki__heading {
    margin-bottom: 3.125rem
}

.d-flex {
    display: flex
}

.base__back {
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto .625rem;
    text-decoration: none;
    grid-gap: .3125rem;
    gap: .3125rem
}

.base__title {
    font-size: 4rem;
    line-height: 125%;
    text-align: center;
    text-shadow: 0 0 1.5rem rgba(20, 20, 32, .72);
    text-transform: none;
    z-index: 4;
    position: relative;
    margin-bottom: 1.5rem;
    color: #fff
}

.base {
    position: relative;
    padding-bottom: 6.25rem
}

.base:after {
    background: url(../img/bg1.jpg) no-repeat 50%;
    background-size: cover;
    position: fixed
}

.base:after,
.base:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.base:before {
    position: absolute;
    background: rgba(0, 0, 0, .18039);
    background: rgba(0, 0, 0, .1803921568627451);
    z-index: 1
}

.base .container {
    position: relative;
    z-index: 2
}

.base-left__item {
    display: flex;
    grid-gap: .75rem;
    gap: .75rem;
    text-transform: uppercase;
    color: #fff;
    align-items: center;
    padding: .75rem 0 .75rem 1.5rem;
    position: relative;
    text-decoration: none;
    box-sizing: border-box
}

.base-left__item:after {
    content: "";
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .24));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease
}

.base-left__item.active:after {
    opacity: 1
}

.wiki-body {
    overflow: unset
}

.base__left {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 7.8125rem;
    width: 17.5rem;
    flex: 0 0 auto;
    border-right: 1px solid hsl(0deg 0% 100%/12%);
    padding-right: 1.5rem;
    height: 90vh;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    box-sizing: border-box;
    font-family: BeaufortforLOL, Times New Roman, Times, serif;
    font-family: var(--font-0)
}

.base__right {
    padding-left: 3rem
}

.bri-small__text {
    color: #dbdee1;
    line-height: 140%;
    margin-bottom: 1.5rem
}

.bri-small__text span {
    font-weight: 700;
    font-size: 1rem
}

.bri-big__text {
    font-weight: 700;
    line-height: 140%;
    color: #fff;
    margin-bottom: 1.5rem
}

.bri__cursive {
    font-style: italic;
    color: #fff;
    margin-bottom: 1.25rem
}

.bri-list__item {
    display: flex;
    align-items: center;
    grid-gap: .625rem;
    gap: .625rem;
    color: #fff;
    margin-bottom: .375rem
}

.bri-list__item span {
    font-weight: 700
}

.bri__list {
    margin-bottom: 2.5rem
}

.bri-info__icon img {
    width: 2rem
}

.bri__info {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 150%;
    font-weight: 700;
    color: #fff;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-bottom: 1.5rem
}

.bri__line {
    margin: 3rem 0;
    height: 1px;
    background: hsl(0deg 0% 100%/15%);
    width: 100%
}

.footer-wiki {
    position: absolute;
    bottom: 0
}

.wiki-body {
    position: relative
}

.base__content {
    background: rgba(85, 81, 81, .14);
    padding-top: 2.5rem;
    border-top: 1px solid #dfc683;
    border-top: 1px solid rgba(var(--color-accent), 1)
}

.bri__title {
    display: flex;
    align-items: center;
    font-size: 2rem;
    line-height: 145%;
    margin-bottom: 1.5rem;
    grid-gap: 1.0625rem;
    gap: 1.0625rem;
    color: #fff
}

.table {
    width: 90%;
    border: none;
    margin-bottom: 1.25rem;
    color: #fff
}

.table thead th {
    font-weight: 700;
    background: rgba(176, 152, 135, .03);
    height: 3.25rem;
    text-transform: uppercase;
    color: #dfc683;
    color: rgba(var(--color-accent), 1)
}

.table tbody td,
.table thead th {
    text-align: left;
    border: none;
    padding: .625rem .9375rem;
    font-size: .875rem;
    box-sizing: border-box
}

.table tbody td {
    vertical-align: top
}

.table tbody tr:nth-child(2n) {
    background: rgba(176, 152, 135, .03)
}

.table tbody tr td {
    line-height: 2
}

.table tbody tr td:first-child {
    display: flex;
    width: 70%
}

.table tbody tr td:last-child {
    width: 30%;
    text-align: center
}

.coins tbody tr td:first-child {
    width: 30% !important
}

.image_resized {
    margin-right: .5rem
}

.coins thead th {
    text-align: center
}

.coins tbody tr td {
    display: table-cell !important;
    text-align: center
}

.base-left-item__icon img {
    height: 1.5rem;
    width: 1.5rem
}

.bri-small__text.Ahunt {
    display: flex;
    line-height: 2
}

.bri-small__text.Ahunt img {
    margin-right: .5rem;
    align-self: flex-start
}

.bri-small__text.Shop {
    display: flex;
    line-height: 2;
    font-size: 1rem
}

.bri-small__text.Shop img {
    margin-right: .5rem;
    height: 2rem;
    width: 2rem
}

.Shop span {
    margin-left: .25rem
}

.tab {
    display: flex;
    flex-wrap: wrap
}

.tab>input[type=radio] {
    display: none
}

.tab-content {
    display: none;
    width: 100%;
    margin-top: 1rem
}

#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3,
#tab-btn-4:checked~#content-4,
#tab-btn-5:checked~#content-5,
#tab-btn-6:checked~#content-6,
#tab-btn-7:checked~#content-7 {
    display: block
}

.tab>label {
    display: block;
    padding: .5rem 1rem;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-decoration: none;
    border-radius: .375rem
}

.tab>input[type=radio]:checked+label,
.tab>label {
    position: relative;
    z-index: 10;
    font-size: .75rem;
    -webkit-backdrop-filter: blur(.46875rem);
    backdrop-filter: blur(.46875rem);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 1.3125rem
}

.tab>input[type=radio]:checked+label {
    background: linear-gradient(180deg, #342a18, #846b41);
    border: 1px solid #d8ae60;
    transition: all .3s linear
}

.bri-small__text.respawn {
    display: flex;
    line-height: 2
}

.bri-small__text.respawn img {
    margin-right: .5rem
}

.small-epic {
    height: 2rem;
    width: 2rem
}

.interfaceTitle {
    margin-bottom: 1.25rem
}

.interfaceText,
.table span {
    font-size: 1rem
}

.table span {
    margin-left: .25rem;
    font-weight: 700
}

table.shopTable tbody tr td {
    font-size: .9375rem
}

.tabskill {
    display: flex;
    flex-wrap: wrap
}

.tabskill>input[type=radio] {
    display: none
}

.tabskill-content {
    display: none;
    width: 100%;
    margin-top: 1rem
}

#tabskill-btn-1:checked~#content-8,
#tabskill-btn-2:checked~#content-9,
#tabskill-btn-3:checked~#content-10,
#tabskill-btn-4:checked~#content-11,
#tabskill-btn-5:checked~#content-12,
#tabskill-btn-6:checked~#content-13,
#tabskill-btn-7:checked~#content-14,
#tabskill-btn-8:checked~#content-15,
#tabskill-btn-9:checked~#content-16,
#tabskill-btn-10:checked~#content-17,
#tabskill-btn-11:checked~#content-18 {
    display: block
}

.tabskill>label {
    display: block;
    padding: .5rem 1rem;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-decoration: none;
    border-radius: .375rem;
    box-sizing: border-box;
    border: 1px solid transparent
}

.tabskill>input[type=radio]:checked+label,
.tabskill>label {
    position: relative;
    z-index: 10;
    font-size: .75rem;
    -webkit-backdrop-filter: blur(.46875rem);
    backdrop-filter: blur(.46875rem);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 1.3125rem
}

.tabskill>input[type=radio]:checked+label {
    background: linear-gradient(180deg, #342a18, #846b41);
    border: 1px solid #d8ae60;
    transition: all .3s linear
}

.image {
    display: block
}

.image,
.tabskill figure {
    max-width: 100%;
    box-sizing: border-box
}

.tabskill figure {
    width: 4rem;
    margin: 0;
    padding: 0;
    display: inline-block
}

.tabskill label {
    text-align: center;
    width: 6.25rem
}

.tab-content,
.tabskill-content {
    color: #fff
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1.5rem;
    border: 0 solid transparent;
    border-radius: .25rem;
    min-width: 21.875rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 600
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #215179;
    background-color: #d9ebfa;
    border-color: #c9e3f9
}

.alert-primary hr {
    border-top-color: #b2d7f6
}

.alert-primary .alert-link {
    color: #163651
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #516a35;
    background-color: #ebf5e0;
    border-color: #e3f1d4
}

.alert-success hr {
    border-top-color: #d6ebc1
}

.alert-success .alert-link {
    color: #374824
}

.alert-info {
    color: #146771;
    background-color: #d4f4f8;
    border-color: #c2eff5
}

.alert-info hr {
    border-top-color: #ace9f1
}

.alert-info .alert-link {
    color: #0c4046
}

.alert-warning {
    color: #856915;
    background-color: #fff4d4;
    border-color: #fff0c3
}

.alert-warning hr {
    border-top-color: #ffeaaa
}

.alert-warning .alert-link {
    color: #59460e
}

.alert-danger {
    color: #7c2b2a;
    background-color: #fcdddc;
    border-color: #fbcfce
}

.alert-danger hr {
    border-top-color: #f9b8b6
}

.alert-danger .alert-link {
    color: #561e1d
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.download-form__login .download-form-item__input {
    flex-basis: 70%
}

.download-form__login .submit-btn {
    border: 1px solid hsl(0deg 0% 100%/24%);
    background: #11161e;
    color: #898b90;
    flex-basis: 10%;
    border-left: 0;
    border-right: 0
}

.download-form__login .prefix_select {
    padding: 1.25rem 1.5rem;
    border: 1px solid hsl(0deg 0% 100%/24%);
    background: #11161e;
    color: #898b90;
    flex-basis: 20%
}

.download-form__login {
    display: flex;
    align-items: stretch
}

.download-form__server {
    background: #11161e;
    width: 100%;
    border: 1px solid hsl(0deg 0% 100%/24%);
    padding: 1.25rem 1.5rem;
    font-weight: 400;
    font-size: .875rem;
    line-height: 145%;
    color: #818488
}

details {
    margin-bottom: 1.375rem
}

summary {
    font-weight: 500;
    text-align: left;
    color: #fff;
    line-height: 2rem;
    border: none;
    padding: .625rem .9375rem;
    background: rgba(77, 68, 58, .3);
    height: 2rem;
    font-size: .875rem
}

.gal,
.gal label {
    display: flex;
    color: #fff
}

.gal label {
    width: 100%;
    margin-left: .625rem
}

.gal label a {
    color: #fff;
    text-decoration: underline
}

.skill-header {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding-top: .625rem;
    margin-bottom: 1.25rem
}

.skill-icon {
    position: relative;
    margin-right: .625rem
}

.iconSkill,
.skill-icon {
    width: 3.25rem;
    height: 3.25rem
}

.iconSkill {
    display: block;
    border-radius: .1875rem
}

.skill-name {
    width: 100%;
    margin-left: .1875rem
}

.skill-desc {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5625rem;
    margin: 0 0 .375rem
}

.skill-type {
    font-size: .9375rem;
    margin: 0
}

.skill-type span {
    color: #ff9b00
}

.packages {
    width: 100%;
    display: flex
}

.packageBox {
    background: hsla(0, 0%, 100%, .05);
    width: 100%;
    margin-right: .625rem
}

.packageBoxTop {
    display: flex;
    color: #fff
}

.packageBoxTitle {
    line-height: 1.6875rem;
    margin-left: .625rem;
    text-align: center;
    display: block;
    width: 73%
}

.packageBoxContent {
    color: #fff;
    line-height: 1.8;
    display: block
}

.packageBoxPrice {
    text-align: center;
    width: 100%;
    display: block;
    color: #ffb300
}

.static {
    padding: 6.25rem 0
}

.static__content {
    line-height: 1.6;
    background: rgba(85, 81, 81, .14);
    border-top: 1px solid #dfc683;
    border-top: 1px solid rgba(var(--color-accent), 1);
    box-sizing: border-box;
    padding: .875rem;
    font-size: .875rem
}

.streams {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 17.5rem;
    z-index: 100;
    padding: 0;
    box-sizing: border-box;
    background-color: transparent;
    background-image: url(../images/bg/bg-repeat.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: repeat-y;
    box-shadow: 0;
    transform: translateX(-100%);
    transition: all .3s;
    border-right: 1px solid rgba(223, 198, 131, .2);
    border-right: 1px solid rgba(var(--color-accent), .2)
}

[data-streams=active] {
    transform: translateX(0);
    box-shadow: 0 0 50vw 40vw rgba(21, 25, 28, .8)
}

[data-streams-overlay] {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99
}

[data-streams=active]~[data-streams-overlay] {
    display: block
}

.streams__btn {
    background-color: transparent;
    width: 4.6875rem;
    height: 4.8125rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
    transform-origin: center left;
    position: fixed;
    left: calc(100% + .625rem);
    top: 50%;
    transform: translateY(-50%);
    display: none;
    padding: 0 0 .625rem .625rem;
    box-sizing: border-box
}

.streams__btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-image: url(../images/streams/btn.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: -2;
    -webkit-animation: streams-btn-bg-animation 2s infinite;
    animation: streams-btn-bg-animation 2s infinite
}

@-webkit-keyframes streams-btn-bg-animation {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 1.25rem #ffe6af)
    }

    to {
        transform: scale(1)
    }
}

@keyframes streams-btn-bg-animation {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 1.25rem #ffe6af)
    }

    to {
        transform: scale(1)
    }
}

.streams__btn-txt {
    background-color: #1d2025;
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: .125rem .3125rem;
    border-radius: .3125rem;
    transition: all .2s
}

.streams__btn:hover .streams__btn-txt {
    color: #dfc683;
    color: rgba(var(--color-accent), 1)
}

.streams__ico {
    position: fixed;
    left: calc(100% - .5rem);
    top: 4.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(223, 198, 131, .6);
    color: rgba(var(--color-accent), .6);
    cursor: pointer;
    background-color: transparent
}

.streams__ico:after {
    display: block;
    content: "\F16A";
    font-family: gwi;
    font-family: var(--font-ico);
    font-size: 1.875rem
}

.streams__list {
    padding: 1.25rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    grid-gap: 1rem;
    gap: 1rem;
    overflow-y: auto
}

.streams__item {
    position: relative;
    z-index: 0;
    height: 8.125rem;
    width: 100%;
    background-color: transparent;
    background-image: var(--thumb-url);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border: 1px solid rgba(77, 63, 50, .5);
    border: var(--border);
    text-decoration: none;
    flex-shrink: 0
}

.streams__item iframe {
    width: 100%;
    height: 100%;
    display: block
}

.streams__item_play:after {
    content: "\F16A";
    font-family: gwi;
    font-family: var(--font-ico);
    color: #dfc683;
    color: rgba(var(--color-accent), 1);
    font-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    pointer-events: none;
    transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 1.25rem #000)
}

.streams__item_play:hover:after {
    color: #ffe59f;
    color: rgba(var(--color-accent-hover), 1)
}

.streams__item_play:not(:empty):after,
.streams__item_play[\:has\(iframe\)]:after {
    content: none
}

.streams__item_play:has(iframe):after,
.streams__item_play:not(:empty):after {
    content: none
}

.broadcast {
    box-sizing: border-box;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    min-width: 0
}

.broadcast__wrap {
    margin-top: 5rem;
    margin-bottom: 5rem;
    flex-grow: 1
}

.broadcast__list,
.broadcast__wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.broadcast__list {
    flex-wrap: wrap;
    width: 100%;
    grid-gap: 2.75rem;
    gap: 2.75rem
}

.broadcast__itembox {
    width: 18.125rem;
    position: relative;
    z-index: 0
}

.broadcast__itembox:after,
.broadcast__itembox:before {
    content: "";
    display: block;
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 11.75rem;
    height: .3125rem;
    position: absolute;
    left: calc(50% - 5.875rem);
    pointer-events: none
}

.broadcast__itembox:before {
    background-image: url(../images/broadcast/dec-top.png);
    bottom: calc(100% + .125rem)
}

.broadcast__itembox:after {
    background-image: url(../images/broadcast/dec-bottom.png);
    top: calc(100% + .125rem)
}

.broadcast__item {
    height: 11.25rem;
    width: 100%;
    background-image: url(../images/broadcast/item-bg.jpg);
    background-size: cover;
    -webkit-clip-path: polygon(1.25rem 0, calc(100% - 1.25rem) 0, 100% 1.25rem, 100% calc(100% - 1.25rem), calc(100% - 1.25rem) 100%, 1.25rem 100%, 0 calc(100% - 1.25rem), 0 1.25rem);
    clip-path: polygon(1.25rem 0, calc(100% - 1.25rem) 0, 100% 1.25rem, 100% calc(100% - 1.25rem), calc(100% - 1.25rem) 100%, 1.25rem 100%, 0 calc(100% - 1.25rem), 0 1.25rem);
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

.broadcast__item,
.broadcast__item-play {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat
}

.broadcast__item-play {
    background-image: url(../images/broadcast/play.png);
    background-size: contain;
    width: 4.875rem;
    height: 4.875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.broadcast__item iframe {
    width: 100%;
    height: 100%;
    display: block
}

.broadcast__btns {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-top: 3.125rem
}

.server {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    grid-template-columns: 4.375rem 1fr;
    grid-gap: 1rem;
    gap: 1rem;
    font-family: BeaufortforLOL, Times New Roman, Times, serif;
    font-family: var(--font-0);
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    padding: .3125rem .625rem
}

.server:after {
    content: "";
    z-index: -1;
    background: rgba(0, 0, 0, .2);
    border-radius: .625rem
}

.server:after,
.server__link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.server__link {
    z-index: 10;
    text-decoration: none
}

.server__link:hover~* {
    opacity: .7
}

.server__pic {
    width: 4.375rem;
    height: 4.375rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s
}

.server__ico {
    background-color: transparent;
    background-image: url(../images/server/ico-1.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    flex-shrink: 0
}

.server__container {
    display: grid;
    grid-gap: .25rem;
    gap: .25rem;
    box-sizing: border-box;
    transition: all .2s
}

.server__head {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .625rem;
    gap: .625rem
}

.server__rate {
    color: #dfc683
}

.server__status {
    width: 4.75rem;
    height: 1.75rem;
    background-color: #974848;
    border-radius: .3125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    margin-left: auto
}

[data-server-status=OLD] {
    background-color: #977e48
}

[data-server-status=NEW] {
    background-color: #5e9748
}

[data-server-status=SOON] {
    background-color: #974848
}

[data-server-status=OBT] {
    background-color: #486897
}

[data-server-status=ZBT] {
    background-color: #484997
}

.server__desc {
    color: #999;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    max-width: 12.5rem
}

.server__time {
    color: #ffe191
}

.servers {
    padding: 0 .625rem 3.125rem;
    box-sizing: border-box
}

.servers__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

@media (min-width:460px) {
    .btn_size_large {
        --btn-w: 20.5rem;
        --btn-h: 3.6875rem;
        --btn-img-url: url(../images/btn/btn-large.png)
    }

    .inform__list {
        grid-gap: 2.5rem;
        gap: 2.5rem
    }

    .news__btns {
        --btn-scale: 1;
        grid-gap: 1.25rem;
        gap: 1.25rem
    }

    .streams {
        width: 21.25rem
    }

    .streams__list {
        padding: 2rem
    }

    .streams__item {
        height: 9.375rem
    }
}

@media (min-width:540px) {
    .title {
        font-size: 2.8125rem
    }

    .timer__heading {
        font-size: 1.25rem
    }

    .timer__counter {
        grid-gap: .625rem;
        gap: .625rem
    }

    .timer__item {
        width: 5rem;
        height: 5rem
    }

    .timer__amount {
        font-size: 1.875rem
    }

    .timer__desc {
        font-size: .75rem
    }

    .navigation__box_side_left {
        grid-gap: 2rem;
        gap: 2rem
    }

    .inform__title {
        font-size: 2.8125rem
    }

    .inform__servers {
        margin: 3.75rem auto 1.875rem;
        transform: scale(1)
    }

    .inform__desc {
        font-size: 1.125rem
    }

    .news__swiper-slide_even {
        grid-template-columns: repeat(2, 1fr)
    }

    .news__swiper-slide_even .post__date {
        display: flex
    }

    .news__swiper-slide_even .news__post:first-child,
    .news__swiper-slide_even .news__post:nth-child(2):last-child {
        grid-column: 1/3
    }

    .top {
        font-size: 1.125rem
    }

    .top__td {
        padding: 1.25rem
    }

    .top__td_head {
        padding-bottom: 2.5rem
    }

    .rating__desc {
        font-size: 1.125rem
    }

    .rating__btns {
        --btn-scale: 0.7
    }

    .rating__tabs {
        min-height: 27.5rem
    }

    .theme__date {
        display: block
    }

    .community__social-list {
        grid-template-columns: 1fr 1fr
    }

    .streams__btn {
        display: flex
    }

    .streams__ico {
        display: none
    }
}

@media (min-width:680px) {
    .cover_mb {
        margin-bottom: 2.5rem
    }

    .ww__body {
        padding: 3.125rem
    }

    .header-scl-box {
        display: flex
    }

    .header__title {
        font-size: 3.4375rem
    }

    .header__desc {
        font-size: 1.25rem
    }

    .inform {
        --inform-scale: 1
    }

    .post__container {
        padding: 1.875rem
    }

    .static__content {
        padding: 1.25rem;
        font-size: 1rem
    }
}

@media (min-width:720px) {
    .rating__btns {
        --btn-scale: 0.9
    }
}

@media (min-width:840px) {
    :root {
        --button-scale: 1;
        --countdown-scale: 1
    }

    .top__td_mobile_hide {
        display: table-cell
    }

    .rating__btns {
        --btn-scale: 1;
        grid-gap: 1rem;
        gap: 1rem
    }
}

@media (min-width:1050px) {
    .author {
        font-size: .875rem
    }

    .button {
        --button-scale: 1
    }

    .btn {
        --btn-scale: 1
    }

    :root {
        --post-line-clamp: 5;
        --post-size-title: 1.125rem
    }

    .news__btns {
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .news__wrap {
        max-width: none
    }

    .news__swiper-slide_even {
        --post-size-title: 1rem
    }

    .news__swiper-slide_even .news__post:first-child:last-child {
        --post-line-clamp: 5
    }

    .community__box {
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:1200px) {
    .navigation__el_desktop {
        display: flex;
        justify-content: center
    }
}

@media (min-width:1300px) {
    :root {
        --navigation-height: 5rem;
        --navigation-height-scroll: 5rem
    }

    html {
        font-size: calc(max(.5vw, .25rem) + max(.5vh, .25rem))
    }

    .author {
        justify-content: flex-end;
        text-align: right
    }

    :root {
        --button-fs: 1.5625rem;
        --btn-fs: 1rem
    }

    .btn_size_large {
        --btn-fs: 1.125rem
    }

    .btn_type_1 {
        --btn-fs: 0.75rem
    }

    .ww__title {
        font-size: 1.5rem
    }

    .countdown-main {
        display: block;
        position: absolute;
        right: 12%;
        top: 6.25rem
    }

    .points {
        display: flex;
        position: fixed;
        left: 1.25rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        list-style-type: none;
        padding: 0;
        margin: 0;
        right: auto;
        flex-direction: column;
        box-sizing: border-box
    }

    .points__overlay {
        display: block;
        content: "";
        position: absolute;
        top: -.5rem;
        left: 100%;
        bottom: -.5rem;
        width: 13.75rem;
        z-index: -1;
        border: 0;
        opacity: 0;
        transition: all .2s;
        visibility: hidden;
        -webkit-backdrop-filter: blur(.125rem);
        backdrop-filter: blur(.125rem)
    }

    .points:hover .points__overlay,
    .points_open .points__overlay {
        opacity: 1;
        visibility: visible
    }

    .point {
        justify-content: flex-start;
        font-size: 1.0625rem;
        color: #7a7a7a;
        font-family: BeaufortforLOL, Times New Roman, Times, serif;
        font-family: var(--font-0);
        cursor: pointer;
        text-transform: uppercase;
        margin: 1rem 0
    }

    .point,
    .point__dot {
        align-items: center;
        display: flex;
        position: relative;
        z-index: 0
    }

    .point__dot {
        width: 1.375rem;
        height: 1.375rem;
        justify-content: center
    }

    .point__dot,
    .point__dot:before {
        flex-shrink: 0;
        transition: all .2s
    }

    .point__dot:before {
        display: block;
        content: "";
        background-color: transparent;
        background-image: url(../images/points/dot.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        width: 1.875rem;
        height: 1.875rem;
        z-index: -5;
        position: absolute;
        top: -.3125rem;
        left: -.3125rem;
        filter: grayscale(100%) brightness(60%);
        opacity: .7
    }

    .point_active .point__dot:before,
    .point_active:hover .point__dot:before {
        opacity: 1;
        filter: grayscale(0) brightness(100%)
    }

    .point__name {
        position: absolute;
        white-space: nowrap;
        opacity: 0;
        transition: all .2s;
        transform-origin: right center;
        display: block;
        bottom: auto;
        left: 1.5625rem;
        top: calc(50% - 1rem);
        visibility: hidden;
        text-transform: uppercase;
        box-sizing: border-box;
        padding-left: 1.25rem
    }

    .points:hover .point__name,
    .points_open .point__name {
        opacity: 1;
        visibility: visible
    }

    .point:hover .point__name {
        visibility: visible;
        color: rgba(223, 198, 131, .7);
        color: rgba(var(--color-accent), .7)
    }

    .point_active,
    .point_active:hover .point__name {
        color: #dfc683;
        color: rgba(var(--color-accent), 1)
    }

    .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: center;
        opacity: 1;
        visibility: visible;
        padding: 0;
        box-sizing: border-box;
        grid-gap: 1rem;
        gap: 1rem
    }

    .menu__el {
        display: flex;
        position: relative;
        z-index: 0
    }

    .menu__el_desktop_none {
        display: none
    }

    .menu__item {
        padding: 1.25rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        color: #fff;
        color: rgba(var(--color-0), 1);
        cursor: pointer;
        font-style: normal;
        font-size: 1rem;
        font-weight: 400;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: all .3s;
        font-family: BeaufortforLOL, Times New Roman, Times, serif;
        font-family: var(--font-0);
        text-transform: uppercase
    }

    .menu__el:hover [data-menu-open-sub-list],
    .menu__item:hover,
    .menu__item_open:hover {
        color: #dfc683;
        color: rgba(var(--color-accent), 1)
    }

    .menu__dot {
        background-color: transparent;
        background-image: url(../images/menu/dot.png);
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        width: .75rem;
        height: .75rem;
        display: block;
        flex-shrink: 0
    }

    .menu__el_continer {
        display: none
    }

    .menu__sub-list {
        position: absolute;
        left: 50%;
        top: 100%;
        list-style: none;
        margin: 0;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        min-width: 100%;
        transform: translateX(-50%) translateY(0);
        padding: 1rem 0;
        background-color: rgb(9 9 9 / 68%);
        -webkit-backdrop-filter: blur(.5625rem);
        backdrop-filter: blur(.5625rem);
        border-top: 0
    }

    [data-menu-open-sub-list]:after {
        display: block;
        content: "";
        background: url(../images/menu/arrow.svg) no-repeat;
        background-size: contain;
        width: .625rem;
        height: .875rem;
        margin-left: .625rem;
        position: relative;
        top: 0;
        transition: all .5s
    }

    .menu__sub-list:hover,
    [data-menu-open-sub-list]:hover~.menu__sub-list {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: translateX(-50%) translateY(0)
    }

    .menu__sub-item {
        padding: .625rem 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
        color: #fff;
        color: rgba(var(--color-0), 1);
        fill: #ffe59f;
        fill: rgba(var(--color-accent-2), 1);
        cursor: pointer;
        font-style: normal;
        font-size: .9375rem;
        font-weight: 400;
        text-transform: uppercase;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: all .3s
    }

    .menu__sub-item:hover {
        background-color: hsla(0, 0%, 100%, .06);
        background-color: rgba(var(--color-0), .06)
    }

    [data-container=navigation] {
        padding: 0;
        max-width: 100%
    }

    .navigation__box_side_left {
        margin-right: 5rem;
        padding-left: 2.5rem
    }

    .navigation__box_side_right {
        margin-left: 2.5rem;
        padding-right: 2.5rem;
        display: flex
    }

    .navigation__social {
        display: block
    }

    .header {
        padding-top: 27.5rem;
        padding-top: calc(23.75rem + var(--navigation-height))
    }

    :root {
        --post-size-title: 1.375rem;
        --post-size-desc: 1rem;
        --post-size-status: 0.875rem
    }

    .news__control {
        flex-direction: row;
        justify-content: space-between
    }

    .news__swiper-slide_even {
        --post-size-title: 1.25rem
    }

    .news__swiper-slide_even .news__post:first-child:last-child {
        --post-size-title: 1.375rem
    }

    .downloads__box {
        text-align: left;
        display: grid;
        grid-template-columns: 12.5rem 1fr;
        padding: 1.875rem 1.875rem 1.875rem 2.5rem
    }

    .footer {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }

    .footer__bnrs {
        justify-content: flex-end
    }

    .footer__copyright {
        text-align: left
    }

    .points~.streams .streams__btn {
        top: calc(50% - 12.5rem)
    }

    .server {
        padding: 0
    }

    .server:after {
        content: none
    }

    .servers {
        position: absolute;
        right: 5.5rem;
        top: 8.125rem;
        z-index: 10;
        padding: 0
    }

    .servers__list {
        display: grid;
        grid-gap: 2.5rem;
        gap: 2.5rem
    }
}

@media (min-width:1300px) AND (min-height:700px) {
    .section-slider-active {
        overflow: hidden;
        margin: 0 !important
    }

    .section-slider-active body {
        margin: 0 !important
    }
}

@media (min-width:1440px) {
    .soc_type_2 {
        --soc-gap: 0 0.3125rem
    }
}

@media (max-width:1299.99px) {
    .mbar {
        height: 3.75rem;
        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: #fff;
        background-color: rgba(var(--color-0), 1);
        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: #fff;
        background-color: rgba(var(--color-0), 1)
    }

    .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: 3.75rem;
        top: var(--navigation-height);
        right: 0;
        left: 0;
        z-index: 2;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: 3.75rem;
        padding-bottom: var(--navigation-height);
        height: 100vh;
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        justify-content: flex-start;
        background-color: #0f1416;
        background-color: rgba(var(--body-background-color));
        opacity: 0;
        transition: all .5s .3s;
        visibility: hidden;
        box-shadow: 0 0 0 100vh #0f1416;
        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 {
        list-style-type: none;
        margin: auto;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        box-sizing: border-box;
        padding: 3.75rem 0 0;
        padding-top: var(--navigation-height);
        width: 100%
    }

    .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 #d1d1d1;
        border-top: 1px solid rgba(var(--color-1), 1)
    }

    .menu__el_continer:hover {
        z-index: 10
    }

    .menu__item {
        padding: max(.625rem, .625rem) max(.9375rem, .9375rem);
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        color: #fff;
        color: rgba(var(--color-0), 1);
        cursor: pointer;
        font-style: normal;
        font-size: 1.25rem;
        font-weight: 400;
        white-space: nowrap;
        text-transform: uppercase;
        width: 100%;
        min-height: 3.125rem;
        transition: all .2s;
        font-family: BeaufortforLOL, Times New Roman, Times, serif;
        font-family: var(--font-0)
    }

    .menu__sub-wrapper {
        display: none
    }

    .subnav__container {
        padding: 0
    }

    .mob-menu-active {
        overflow: hidden
    }

    [data-menu-open-sub-list]:after {
        display: block;
        content: "";
        background: url(../images/menu/arrow.svg) no-repeat;
        width: .625rem;
        height: .875rem;
        margin-left: .625rem;
        position: relative;
        top: 0;
        transition: all .5s
    }

    .menu__item_open:after {
        transform: rotateX(180deg)
    }

    .menu__item_open,
    .menu__sub-list {
        background: hsla(0, 0%, 100%, .05);
        background: rgba(var(--color-0), .05)
    }

    .menu__sub-list {
        width: 100%;
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: none
    }

    .menu__item_open~.menu__sub-list {
        display: block
    }

    .menu__sub-item {
        display: flex;
        align-items: center;
        text-decoration: none;
        box-sizing: border-box;
        padding: .5rem 1.25rem;
        transition: all .3s;
        position: relative;
        z-index: 0;
        color: rgba(#fff, 1);
        color: rgba(var(--color-4), 1);
        cursor: pointer;
        font-style: normal;
        font-size: max(1rem, 1rem);
        min-height: 3.125rem;
        text-transform: uppercase;
        text-align: center
    }

    .menu__sub-item:hover {
        color: #fff;
        color: rgba(var(--color-0), 1)
    }

    .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%
    }
}

@media (max-width:768px) and (min-width:1px) {
    .base__content {
        padding: 0 .9375rem
    }
}

@media screen and (max-width:768px) {
    .base__content {
        flex-direction: column
    }

    .base__left {
        width: 100%;
        border: 0;
        display: flex;
        flex-wrap: wrap
    }

    .base-left__item {
        width: 33.3%
    }

    .base__right {
        padding-left: 0;
        border-top: 1px solid hsla(0, 0%, 100%, .30980392156862746);
        margin-top: 2.5rem;
        padding-top: 2.5rem
    }

    .base__left {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: static
    }
}

@media screen and (max-width:576px) {
    .base-left__item {
        width: 50%
    }

    .base {
        padding-bottom: 8.125rem
    }
}

@media screen and (max-width:480px) {
    .base-left__item {
        width: 100%;
        justify-content: center
    }
}

@media (max-width:468px) and (min-width:1px) {
    .chatter {
        width: 80%
    }
}

.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: #ff2727;
    color: rgba(var(--color-red), 1)
}

.color-yellow {
    color: #ff0;
    color: rgba(var(--color-yellow), 1)
}

.color-orange {
    color: #ffb731;
    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: #3887ff;
    color: rgba(var(--color-blue), 1)
}

.color-green {
    color: #3af83a;
    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: #fff;
    color: rgba(var(--color-0), 1)
}

.color-1 {
    color: #d1d1d1;
    color: rgba(var(--color-1), 1)
}

.color-2 {
    color: #fff4e1;
    color: rgba(var(--color-2), 1)
}

.color-3 {
    color: #c4b8aa;
    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: #dfc683;
    color: rgba(var(--color-accent), 1)
}

.color-main {
    color: #fff;
    color: rgba(var(--color-0), 1)
}

.color-primary {
    color: #d1d1d1;
    color: rgba(var(--color-1), 1)
}

.color-secondary {
    color: #fff4e1;
    color: rgba(var(--color-2), 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: BeaufortforLOL, Times New Roman, Times, serif;
    font-family: var(--font-0)
}

.font-family-1 {
    font-family: Intro, Open Sans, Tahoma, Arial, sans-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%
}


.footer__box_side_1 > div[style*="flex-direction: column"] {
  flex-direction: row !important;
  gap: 8px; 
}

.footer__box_side_1 a {
  font-size: 12px;
  line-height: 1.4;
}


.timer__heading, .header__desc, .content-title {
    text-shadow: 
        0 4px 10px rgba(0, 0, 0, 0.425),
        0 8px 20px rgba(0, 0, 0, 0.45),
        0 16px 30px rgba(0, 0, 0, 0.475),
        0 24px 50px rgba(0, 0, 0, 1);
}

a.button[data-open-window="modal-downloads"] {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.425))
            drop-shadow(0 4px 10px rgba(0, 0, 0, 0.45))
            drop-shadow(0 8px 15px rgba(0, 0, 0, 0.475))
            drop-shadow(0 12px 25px rgba(0, 0, 0, 1));
    transform: translateZ(0);
    backface-visibility: hidden;
}

.timer__title, .timer__heading {
    display: none;
}

.timer__item {
    border: 1px solid #ceac7c8c;
}

@media (max-width: 767px) {
    .video-replacement {
        object-position: 51.5% 50%;
    }
}

img[src*="status.ico"] {
  display: none;
}
