:root {
    --body-min-width: 20rem;
    --body-max-width: 100%;
    --body-background-color-rgb: #151514;
    --body-background-color: 21, 21, 20;
    --container-width: 103.75rem;
    --font-0: "Indira K", "Philosopher", "Times New Roman", Times, serif;
    --font-1: "Indira df", "Philosopher", "Times New Roman", Times, serif;
    --font-2: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    --font-3: "Intro Book", "Intro", "Open Sans", Tahoma, Arial, sans-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: #a22b2b;
    --color-red: 162, 43, 43;
    --color-yellow-rgb: #e0c10f;
    --color-yellow: 224, 193, 15;
    --color-orange-rgb: orange;
    --color-orange: 255, 165, 0;
    --color-pink-rgb: pink;
    --color-pink: 255, 192, 203;
    --color-purple-rgb: #850885;
    --color-purple: 133, 8, 133;
    --color-blue-rgb: #0d4eda;
    --color-blue: 13, 78, 218;
    --color-green-rgb: #0eb90e;
    --color-green: 14, 185, 14;
    --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: #141414;
    --color-1: 20, 20, 20;
    --color-2-rgb: #fff;
    --color-2: 255, 255, 255;
    --color-3-rgb: #fff;
    --color-3: #fff;
    --color-4-rgb: #fff;
    --color-4: #fff;
    --color-5-rgb: #fff;
    --color-5: #fff;
    --color-6-rgb: #fff;
    --color-6: #fff;
    --color-7-rgb: #fff;
    --color-7: #fff;
    --color-8-rgb: #fff;
    --color-8: #fff;
    --color-9-rgb: #fff;
    --color-9: #fff;
    --color-accent-rgb: #ffce70;
    --color-accent: 255, 206, 112;
    --color-accent-hover-rgb: #ff0;
    --color-accent-hover: 255, 255, 0;
    --color-accent-2-rgb: #f80;
    --color-accent-2: 255, 136, 0;
    --color-accent-2-hover-rgb: #f80;
    --color-accent-2-hover: 255, 136, 0;
    --color-url-rgb: #ffce70;
    --color-url: 255, 206, 112;
    --color-url-hover-rgb: #ff0;
    --color-url-hover: 255, 255, 0;
    --margin: 0.875rem;
    --margin-x2: calc(var(--margin *2));
    --margin-half: calc(var(--margin) / 2);
    --margin-third: calc(var(--margin) / 3);
    --negative-margin: calc(var(--margin) * -1);
    --thumb-url: url(../images/thumb.jpg)
}

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: #ffce70;
    color: rgba(var(--color-url), 1);
    transition-duration: .2s;
    transition-property: opacity, color, background-color;
    outline: 0;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

a:active, a:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: var(--input-placeholder-color);
    opacity: 1
}

:-moz-placeholder, ::-moz-placeholder {
    color: var(--input-placeholder-color);
    opacity: 1
}

:-ms-input-placeholder {
    color: var(--input-placeholder-color);
    opacity: 1
}

:focus::-webkit-input-placeholder {
    color: var(--input-placeholder-color-focus)
}

:focus:-moz-placeholder, :focus::-moz-placeholder {
    color: var(--input-placeholder-color-focus)
}

:focus:-ms-input-placeholder {
    color: var(--input-placeholder-color-focus)
}

[class*=" gwi_"]:before, [class^=gwi_]:before {
    margin: 0;
    width: auto
}

ol, ul {
    padding-left: 1.375rem;
    margin: .625rem 0
}

table {
    border: 1px solid hsla(0, 0%, 80%, .3);
    border-collapse: collapse
}

td, th {
    border: 1px solid hsla(0, 0%, 80%, .3);
    padding: .625rem 1rem
}

::-webkit-scrollbar {
    width: .375rem;
    height: .25rem;
    background-color: rgba(0, 0, 0, .4)
}

::-webkit-scrollbar-thumb {
    background-color: #6b4725
}

::-webkit-scrollbar-thumb:hover {
    background-color: #9b6635
}

* {
    scrollbar-width: thin;
    scrollbar-color: #cba74c #13100e
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: Indira K, Philosopher, 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
}

body, html {
    overflow-x: clip
}

body {
    position: relative;
    z-index: 0;
    margin: 0;
    background-color: #151514;
    background-color: rgba(var(--body-background-color), 1);
    background-image: none;
    background-size: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 100vh;
    min-height: 100dvh;
    min-width: 20rem;
    min-width: var(--body-min-width);
    display: flex;
    flex-direction: column
}

body[\:has\(.fancybox-active\)

]
,
body[\:has\(.mob-menu-active\)

]
,
html[\:has\(.fancybox-active\)

]
,
html[\:has\(.mob-menu-active\)

]
{
    overflow: hidden
}
body:has(.fancybox-active), body:has(.mob-menu-active), html:has(.fancybox-active), html:has(.mob-menu-active) {
    overflow: hidden
}

.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
}

.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: 107.25rem;
    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: 6.25rem
}

.compensate-navigation {
    height: 5rem;
    height: var(--navigation-height);
    box-sizing: border-box
}

.link {
    text-decoration: underline
}

.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
    }
}

.cover {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 12.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #000;
    border-radius: 1rem
}

.cover_mt {
    margin-top: 1.875rem
}

.cover_mb {
    margin-bottom: 1.875rem
}

table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%
}

tr {
    background-color: #1c1c1c
}

td, th {
    border: 0;
    padding: .75rem 1.25rem;
    text-align: left;
    font-weight: 400;
    font-size: 1rem
}

td {
    background-color: #1c1c1c;
    color: #999992;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2)
}

th {
    color: #fff;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase;
    background-color: #442121;
    border-radius: 0
}

tr:nth-child(2n) td {
    background-color: #242424;
    border-radius: 0
}

.tblbox {
    max-width: 100%;
    overflow: auto;
    min-width: 0
}

.tblbox > table {
    width: 100%;
    min-width: 43.75rem
}

.headline {
    position: relative;
    z-index: 0;
    height: 11.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    line-height: 1.1;
    box-sizing: border-box;
    padding-bottom: .375rem
}

.headline_m {
    margin: 2.5rem auto
}

.headline:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/headline-bg.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 23.375rem;
    height: 14rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2
}

.headline__title {
    margin: 0;
    font-weight: 400;
    font-size: 1.875rem;
    color: #fff;
    color: rgba(var(--color-0), 1);
    text-transform: uppercase
}

.headline__title_accent {
    color: #d3ad6c
}

.list {
    padding-left: 0;
    list-style-type: none;
    display: grid;
    grid-gap: 1rem;
    gap: 1rem
}

.list li {
    position: relative;
    z-index: 0;
    padding-left: 1.5rem
}

.list li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: .4em;
    left: 0;
    width: .75rem;
    height: .8125rem;
    background-color: transparent;
    background-image: url(../images/list-marker.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.itm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .875rem;
    gap: .875rem;
    line-height: 1.3
}

.itm__img {
    display: block;
    flex-shrink: 0
}

.itm__content {
    box-sizing: border-box
}

.itm-list {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem
}

.ttl {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.2;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fdf9d7;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 400
}

.ttl_mb {
    margin-bottom: 1.5625rem
}

.ttl_mt {
    margin-top: 1.5625rem
}

.ttl_size_small {
    font-size: 1rem
}

.bnr {
    opacity: .4;
    transition: all .2s
}

.bnr:hover {
    opacity: 1
}

.bnr__img {
    display: block
}

.preload {
    background-color: #151514;
    background-color: rgba(var(--body-background-color), 1);
    min-width: 20rem;
    min-width: var(--body-min-width);
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: all .5s cubic-bezier(.64, .14, .34, 1.32);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 .625rem
}

.preload__logo {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block
}

.preload_fade {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.4)
}

@-webkit-keyframes preanimateout {
    0% {
        transform: translate(-50%, -50%) scale(1)
    }
    to {
        transform: translate(-50%, -50%) scale(0)
    }
}

@keyframes preanimateout {
    0% {
        transform: translate(-50%, -50%) scale(1)
    }
    to {
        transform: translate(-50%, -50%) scale(0)
    }
}

.preload__progress {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 0;
    height: .3125rem;
    background: #c8816b
}

.preload__items {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-top: -.625rem
}

.preload__item {
    width: 1.125rem;
    height: 1.125rem;
    display: block
}

[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)
    }
}

.lang {
    --lang-img-size: 1.875rem;
    --lang-list-offset: 1rem;
    width: auto;
    box-sizing: border-box;
    padding-right: 1.875rem;
    position: relative;
    flex-shrink: 0;
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: 1rem;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    pointer-events: all;
    text-transform: uppercase
}

.lang__current {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
    line-height: 1;
    text-decoration: none;
    width: 3.1875rem;
    height: 3.1875rem;
    box-sizing: border-box;
    background-image: url(../images/lang/bg.png)
}

.lang__current, .lang__current:after {
    cursor: pointer;
    transition: all .3s;
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.lang__current:after {
    display: block;
    content: "";
    background-image: url(../images/lang/arrow-down.png);
    width: 1.125rem;
    height: 1.125rem;
    color: #fff;
    font-size: .75rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    filter: drop-shadow(0 0 .375rem #fff)
}

.lang__link {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .5rem;
    gap: .5rem;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s;
    grid-template-columns:var(--lang-img-size) 1fr;
    flex-shrink: 0;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    color: rgba(var(--color-0), 1);
    padding: .3125rem 1.25rem .3125rem .625rem;
    width: 100%;
    box-sizing: border-box
}

.lang__link:hover {
    opacity: 1
}

.lang__img, .lang__name {
    display: block;
    flex-shrink: 0
}

.lang__img {
    height: var(--lang-img-size);
    width: var(--lang-img-size);
    border: 0 solid rgba(255, 200, 155, .55);
    box-sizing: border-box;
    border-radius: 50%
}

.lang__current-img {
    border-radius: 50%;
    transition: all .3s;
    display: block;
    opacity: 1
}

.lang:hover .lang__current-img {
    opacity: 1
}

.lang__link_sub:hover {
    background-color: hsla(0, 0%, 100%, .04)
}

.lang__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    transform: translateY(0);
    box-sizing: border-box;
    position: absolute;
    top: calc(100% + var(--lang-list-offset));
    left: -.6875rem;
    width: calc(100% + 1.375rem);
    padding: .3125rem 0;
    border-radius: .1875rem;
    -webkit-backdrop-filter: blur(.1875rem);
    backdrop-filter: blur(.1875rem);
    background: rgba(43, 21, 27, .8);
    border: 1px solid rgba(255, 111, 123, .14);
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.lang__list:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: var(--lang-list-offset)
}

.lang:hover .lang__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

:root {
    --btn-w: 19.0625rem;
    --btn-h: 4.375rem;
    --btn-fs: 1.25rem;
    --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: #fff;
    color: rgba(var(--color-0), 1);
    font-family: Indira K, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-0);
    font-size: 1.25rem;
    font-size: calc(var(--btn-fs) * var(--btn-scale));
    font-weight: 400;
    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: .375rem 1rem .3125rem;
    padding: .375rem calc(1rem * var(--btn-scale)) .3125rem calc(1rem * var(--btn-scale));
    width: 19.0625rem;
    width: calc(var(--btn-w) * var(--btn-scale));
    height: 4.375rem;
    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(50%) brightness(100%)
}

.btn:hover:before, .btn_active:before, [data-open-tab-active=true]:before {
    filter: grayscale(0) brightness(130%)
}

.btn_type_2 {
    --btn-img-url: url(../images/btn/btn-2.png);
    --btn-w: 29.6875rem;
    --btn-h: 7rem;
    --btn-fs: 1.75rem;
    --btn-scale: 0.8;
    color: #2d2d2d;
    padding: .5rem 1rem .3125rem;
    padding: .5rem calc(1rem * var(--btn-scale)) .3125rem calc(1rem * var(--btn-scale))
}

.btn_type_3 {
    --btn-img-url: url(../images/btn/btn-3.png);
    --btn-w: 18.875rem;
    --btn-h: 4.25rem;
    --btn-fs: 1.5625rem;
    --btn-scale: 0.8
}

.btn_type_3, .btn_type_4 {
    color: #fff;
    padding: .5rem 1rem .3125rem;
    padding: .5rem calc(1rem * var(--btn-scale)) .3125rem calc(1rem * var(--btn-scale))
}

.btn_type_4 {
    --btn-img-url: url(../images/btn/btn-4.png);
    --btn-w: 18.4375rem;
    --btn-h: 4.125rem;
    --btn-fs: 0.875rem;
    --btn-scale: 0.8
}

.btn_type_5 {
    --btn-img-url: url(../images/btn/btn-5.png);
    --btn-w: 18.4375rem;
    --btn-h: 4.125rem;
    --btn-fs: 0.875rem;
    --btn-scale: 0.8
}

.btn_type_5, .btn_type_6 {
    color: #fff;
    padding: .5rem 1rem .3125rem;
    padding: .5rem calc(1rem * var(--btn-scale)) .3125rem calc(1rem * var(--btn-scale))
}

.btn_type_6 {
    --btn-img-url: url(../images/btn/btn-6.png);
    --btn-w: 18.4375rem;
    --btn-h: 4.125rem;
    --btn-fs: 0.875rem;
    --btn-scale: 0.8
}

.btn_type_7 {
    --btn-img-url: url(../images/btn/btn-7.png);
    --btn-w: 18.4375rem;
    --btn-h: 4.125rem;
    --btn-fs: 0.875rem;
    --btn-scale: 0.8;
    color: #fff;
    padding: .5rem 1rem .3125rem;
    padding: .5rem calc(1rem * var(--btn-scale)) .3125rem calc(1rem * var(--btn-scale))
}

:root {
    --logo-height: auto
}

.logo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    flex-shrink: 0;
    width: 100%
}

.logo__img {
    display: block;
    margin: 0;
    width: 100%
}

.logo__img_hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    width: 100%
}

.logo:hover .logo__img_hover {
    -webkit-animation: logo .3s ease;
    animation: logo .3s ease
}

@-webkit-keyframes logo {
    0% {
        transform: scale(1);
        opacity: 0
    }
    20% {
        opacity: .3
    }
    to {
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes logo {
    0% {
        transform: scale(1);
        opacity: 0
    }
    20% {
        opacity: .3
    }
    to {
        transform: scale(1.3);
        opacity: 0
    }
}

.logotype {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: .75rem;
    position: relative;
    z-index: 0
}

.logotype__img {
    display: block;
    transition: all .3s
}

.logotype__img_hover_effect:hover {
    filter: brightness(120%)
}

.logotype__img_hover_animation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: all .2s;
    pointer-events: none
}

.logotype:hover .logotype__img_hover_animation {
    -webkit-animation: logotype .3s ease;
    animation: logotype .3s ease
}

@-webkit-keyframes logotype {
    0% {
        transform: scale(1);
        opacity: 0
    }
    20% {
        opacity: .3
    }
    to {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes logotype {
    0% {
        transform: scale(1);
        opacity: 0
    }
    20% {
        opacity: .3
    }
    to {
        transform: scale(1.2);
        opacity: 0
    }
}

.arrow {
    --arrow-scale: 0.8;
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: calc(2.6875rem * var(--arrow-scale));
    height: calc(4rem * var(--arrow-scale));
    flex-shrink: 0;
    cursor: pointer;
    transition: all .3s;
    opacity: .7
}

.arrow:hover {
    opacity: 1
}

.arrow_prev {
    background-image: url(../images/swiper/arrow-prev.png)
}

.arrow_next {
    background-image: url(../images/swiper/arrow-next.png)
}

.arrow_small {
    width: calc(1.25rem * var(--arrow-scale));
    height: calc(1.875rem * var(--arrow-scale))
}

.arrow.swiper-button-disabled {
    opacity: .3;
    pointer-events: none
}

.arrows {
    justify-content: center;
    grid-gap: 2.5rem;
    gap: 2.5rem
}

.arrows, .dots {
    display: flex;
    align-items: center
}

.dots {
    justify-content: flex-start;
    grid-gap: .25rem;
    gap: .25rem;
    width: auto !important
}

.dot {
    width: 1rem;
    height: 1rem;
    transform: scale(.8);
    box-sizing: border-box;
    opacity: 1;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.dot, .dot:after {
    transition: all .3s
}

.dot:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #a9a9a9;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)
}

.dot_active {
    filter: drop-shadow(0 0 1.25rem rgba(255, 210, 0, 1)) drop-shadow(0 0 1.25rem rgba(255, 210, 0, .5));
    transform: scale(1)
}

.dot_active:after {
    background-color: #ffeba5
}

.control__arrow {
    margin-bottom: 1.5625rem
}

.control__arrow_prev {
    margin-right: .625rem
}

.control__arrow_next {
    margin-left: .625rem
}

.mdl {
    max-width: 103.125rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0
}

.mdl, .mdl__close {
    background-color: transparent
}

.mdl__close {
    width: 1.5625rem;
    height: 1.5625rem;
    display: block;
    cursor: pointer;
    transition: all .3s;
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/mdl/close.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.mdl__close:hover {
    filter: brightness(1.4)
}

.mdl__inner {
    background-color: transparent;
    color: #fff;
    color: rgba(var(--color-0), 1);
    width: 100%;
    box-shadow: none;
    box-sizing: border-box;
    border: 0 solid #ffce70;
    border: 0 solid rgba(var(--color-accent), 1);
    padding: 1.875rem 0
}

.mdl__body {
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    border: 0;
    border-radius: 0
}

.fancybox-container {
    z-index: 666 !important
}

.fancybox-content {
    padding: 0;
    background: transparent
}

.fancybox-bg {
    background: rgba(0, 0, 0, .85)
}

.fancybox-is-open .fancybox-bg {
    opacity: 1
}

.gw-modal-close {
    display: none
}

.fancybox-is-open .mdl_animated {
    -webkit-animation: modalIn .5s ease;
    animation: modalIn .5s ease
}

.fancybox-is-closing .mdl_animated {
    -webkit-animation: modalout .5s ease;
    animation: modalout .5s ease
}

@-webkit-keyframes modalIn {
    0% {
        opacity: 0;
        transform: translateY(-10vh)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes modalIn {
    0% {
        opacity: 0;
        transform: translateY(-10vh)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes modalout {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(10vh)
    }
}

@keyframes modalout {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(10vh)
    }
}

.spoiler {
    --spoiler-container-rows: 0fr;
    --spoiler-container-opacity: 0;
    --spoiler-container-maring: 0 0;
    --spoiler-container-padding: 0 1rem;
    --spoiler-bgc-heading: #313131;
    --spoiler-transition: 0.3s all;
    --spoiler-arrow-transform: rotate(0deg);
    box-sizing: border-box;
    transition: var(--spoiler-transition);
    color: #cfcfcf;
    overflow: hidden;
    background: transparent;
    border-radius: 1rem
}

[data-spoiler=active] {
    --spoiler-container-rows: 1fr;
    --spoiler-container-opacity: 1;
    --spoiler-container-maring: 0;
    --spoiler-container-padding: 1rem;
    background: #242424
}

.spoiler__heading {
    background: var(--spoiler-bgc-heading);
    transition: var(--spoiler-transition);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .625rem;
    gap: .625rem;
    padding: .75rem 1.125rem;
    line-height: 1.1;
    min-height: 3.75rem;
    box-sizing: border-box;
    color: #cbbc8f;
    border-radius: 1rem
}

[data-spoiler-trigger] {
    cursor: pointer
}

.spoiler__arrow {
    position: relative;
    z-index: 0;
    color: #ccbe9c;
    margin-left: auto;
    transition: var(--spoiler-transition);
    transform: var(--spoiler-arrow-transform);
    height: 0
}

.spoiler__arrow, .spoiler__arrow:after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4375rem
}

.spoiler__arrow:after {
    content: "";
    text-align: center;
    height: 2.25rem;
    background-color: transparent;
    background-image: url(../images/spoiler/arrow.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.spoiler__content {
    display: grid
}

.spoiler__title {
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase
}

.spoiler__container {
    margin: var(--spoiler-container-maring);
    padding: var(--spoiler-container-padding);
    display: grid;
    grid-template-rows:var(--spoiler-container-rows);
    overflow: hidden;
    opacity: var(--spoiler-container-opacity);
    transition: var(--spoiler-transition);
    box-sizing: border-box
}

.spoiler__content {
    min-height: 0;
    font-size: .875rem;
    line-height: 1.4
}

.spoiler-list {
    display: grid;
    grid-gap: 1.625rem;
    gap: 1.625rem
}

:root {
    --scl-scale: 1;
    --scl-list-direction: column
}

.scl_type_mobile {
    --scl-item-border: none;
    --scl-list-direction: row
}

.scl_type_desk {
    position: fixed;
    left: 3.125rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}

.scl__list {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    flex-direction: column;
    flex-direction: var(--scl-list-direction);
    grid-gap: 1rem;
    gap: 1rem
}

.scl__item, .scl__list {
    display: flex;
    justify-content: center;
    align-items: center
}

.scl__item {
    text-decoration: none;
    width: 4.0625rem;
    width: calc(4.0625rem * var(--scl-scale));
    height: 4.0625rem;
    height: calc(4.0625rem * var(--scl-scale));
    box-sizing: border-box;
    color: #fff;
    font-size: 1.75rem;
    font-size: calc(1.75rem * var(--scl-scale));
    position: relative;
    z-index: 0;
    transition: all .3s;
    opacity: .6;
    border-radius: 50%;
    filter: drop-shadow(0 0 0 #b99c75)
}

.scl__item:hover {
    opacity: 1;
    transform: scale(1.1);
    filter: drop-shadow(0 0 .625rem #b99c75)
}

.scl__item:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: -1;
    background-color: transparent;
    background-image: url(../images/scl/item-bg.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .3s;
    filter: grayscale(100%)
}

.scl__item:hover:before {
    transform: rotate(180deg);
    filter: grayscale(0)
}

.scl__pic {
    width: 1.875rem;
    width: calc(1.875rem * var(--scl-scale));
    height: auto;
    display: block;
    flex-shrink: 0
}

.scl__ico {
    background-image: linear-gradient(0deg, #cfcfcf 20%, #f7f7f7 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.countdown {
    display: inline-flex;
    flex-direction: column;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    position: relative;
    z-index: 0
}

.countdown, .countdown__heading {
    align-items: center;
    justify-content: center
}

.countdown__heading {
    color: #fff;
    color: rgba(var(--color-0), 1);
    text-align: center;
    margin-bottom: .375rem;
    font-size: 1.25rem;
    display: flex;
    width: 100%;
    grid-gap: .625rem;
    gap: .625rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-3)
}

.countdown__title {
    background: linear-gradient(180deg, #bababa 20%, #fefefe 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.countdown__counter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    grid-gap: .375rem;
    gap: .375rem;
    height: 3.4375rem
}

.countdown__counter:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/countdown/bg.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 25.4375rem;
    height: 3.4375rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

.countdown__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    line-height: 1
}

.countdown__amount {
    text-transform: uppercase;
    font-size: 1.875rem;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    background: linear-gradient(180deg, #906028 0, #f2c489);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.countdown__amount, .countdown__desc {
    color: #fff;
    color: rgba(var(--color-0), 1);
    box-sizing: border-box;
    line-height: 1
}

.countdown__desc {
    font-size: .6875rem;
    font-weight: 400;
    text-transform: uppercase
}

.countdown__devider {
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: relative;
    z-index: 0
}

.countdown__devider:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/countdown/dot.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 1.0625rem;
    height: .9375rem
}

.bg {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    overflow: hidden
}

.bg, .bg__cover {
    position: absolute;
    top: 0
}

.bg__cover {
    display: block;
    left: 50%;
    transform: translateX(-72%);
    z-index: 1;
    background-color: transparent;
    background-image: url(../images/bg/bg.jpg?v=1100);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    aspect-ratio: 2600/2335;
    width: clamp(93.75rem, 100vw, 162.5rem);
    -webkit-mask: linear-gradient(180deg, #000 0, transparent calc(100% - 25rem), transparent);
    mask: linear-gradient(180deg, #000 0, transparent calc(100% - 25rem), transparent)
}

:root {
    --navigation-height: 5rem;
    --navigation-height-scroll: 5rem
}

[data-section=navigation] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    background-color: transparent;
    box-sizing: border-box;
    transition: all .3s
}

[data-section=navigation]:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 8.75rem;
    pointer-events: none;
    z-index: -2;
    opacity: 1;
    transition: all .3s;
    background: linear-gradient(180deg, rgba(21, 21, 20, .97) 46%, rgba(21, 21, 20, 0))
}

.nav-scroll [data-section=navigation]:before {
    opacity: 1
}

[data-container=navigation] {
    z-index: 10
}

.navigation {
    display: flex;
    justify-content: flex-start;
    height: 5rem;
    height: var(--navigation-height);
    transition: all .3s;
    grid-gap: 1rem;
    gap: 1rem
}

.nav-scroll .navigation {
    height: 5rem;
    height: var(--navigation-height-scroll)
}

.navigation__gw-burger {
    align-self: center;
    flex-shrink: 0
}

.navigation__menu {
    flex-grow: 1
}

.navigation__box {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
    max-width: none
}

.navigation__box_side_left {
    justify-content: flex-start;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.navigation__box_side_right {
    justify-content: flex-end;
    margin-left: auto;
    grid-gap: 1rem;
    gap: 1rem
}

.navigation__el_desktop {
    display: none
}

.navigation__logobox {
    max-width: 1.875rem
}

.navigation__auth {
    box-sizing: border-box;
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 3.125rem
}

.navigation__servers {
    display: none
}

.hero {
    box-sizing: border-box;
    padding-top: 15.625rem;
    padding-bottom: 3.75rem;
    transition: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    min-height: 40.625rem
}

.hero__box {
    max-width: 51.25rem
}

.hero__box, .hero__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%
}

.hero__logotype {
    position: relative;
    z-index: 0;
    max-width: 34.375rem
}

.hero__logotype:after {
    display: block;
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    z-index: -1;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(2.8125rem) opacity(.7)
}

.hero__about {
    --hero-about-decor-scale: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(12.5rem * var(--hero-about-decor-scale));
    position: relative;
    z-index: 0
}

.hero__about:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/hero/decor.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: calc(36.8125rem * var(--hero-about-decor-scale));
    height: calc(22.1875rem * var(--hero-about-decor-scale));
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none
}

.hero__title {
    color: #fff;
    color: rgba(var(--color-0), 1);
    text-align: center;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.375rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.33;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    text-wrap: balance;
    max-width: 31.25rem
}

.hero__btns {
    margin-top: 2.5rem
}

.fnav {
    display: grid;
    text-align: left;
    grid-gap: 2.5rem;
    gap: 2.5rem
}

.fnav__box {
    min-width: 0;
    flex-grow: 1
}

.fnav__header {
    font-size: 1rem;
    font-weight: 400;
    color: #ffce70;
    color: rgba(var(--color-accent), 1);
    font-family: Indira K, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-0);
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

.fnav__list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-gap: 1rem;
    gap: 1rem
}

.fnav__link {
    text-decoration: none;
    transition: all .2s;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.3;
    color: #fff;
    color: rgba(var(--color-0), 1);
    text-transform: uppercase;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2)
}

.fnav__link:hover {
    color: #ffce70;
    color: rgba(var(--color-accent), 1)
}

[data-section=footer] {
    margin-top: auto;
    z-index: 1
}

[data-section=footer]:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50rem;
    background: #010b16;
    -webkit-mask: linear-gradient(0deg, #000 40%, transparent);
    mask: linear-gradient(0deg, #000 40%, transparent);
    z-index: -1
}

.footer {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    display: grid;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    text-align: left;
    font-size: .875rem;
    color: #fff;
    color: rgba(var(--color-0), 1)
}

.footer__about {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-size: .625rem;
    grid-gap: 1.875rem;
    gap: 1.875rem;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2)
}

.footer__desc {
    box-sizing: border-box;
    padding-top: 2.5rem
}

.footer__copyright {
    font-size: .9375rem;
    font-weight: 400;
    margin-bottom: .625rem
}

.footer__logotype {
    display: none;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    position: relative;
    z-index: 10;
    max-width: 5.625rem;
    flex-shrink: 0
}

.footer__bnrs, .footer__logotype {
    justify-content: flex-start;
    align-items: center
}

.footer__bnrs {
    display: flex;
    flex-wrap: wrap;
    grid-gap: .5rem .9375rem;
    gap: .5rem .9375rem;
    margin-top: 1rem
}

.post {
    --size-title: 1.125rem;
    --size-desc: 0.875rem;
    --size-subtitle: 0.9375rem;
    --size-type: 0.875rem;
    --size-date: 1rem;
    --desc-height: 0;
    --desc-opacity: 0;
    --line-clamp: 3;
    --post-box-height: 100%;
    --post-padding-bottom: 4.375rem;
    --post-background-color: transparent;
    --post-type-color: #ffae00;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    color: #fff;
    color: rgba(var(--color-0), 1);
    width: 100%;
    text-align: center;
    transition: all .3s;
    pointer-events: none
}

[data-post-type=news] {
    --post-type-color: #759421
}

[data-post-type=important] {
    --post-type-color: #ff3c00
}

[data-post-type=shop] {
    --post-type-color: #ffae00
}

[data-post-type=promotions] {
    --post-type-color: #aa8ad2
}

.post:hover {
    --desc-height: 3rem;
    --desc-opacity: 1;
    --post-box-height: 100%;
    --post-padding-bottom: 1.875rem;
    --post-background-color: #222223
}

.post__box {
    pointer-events: all;
    position: relative;
    z-index: 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 1.25rem 1.25rem var(--post-padding-bottom) 1.25rem;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    height: var(--post-box-height);
    color: #fff;
    color: rgba(var(--color-0), 1);
    width: 100%;
    border-radius: .625rem;
    text-align: center;
    background-color: var(--post-background-color);
    transition: all .3s
}

.post__link {
    z-index: 5;
    display: block
}

.post__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    transition: all .3s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    -webkit-mask: linear-gradient(180deg, #000 10%, transparent 76%);
    mask: linear-gradient(180deg, #000 10%, transparent 76%)
}

.post:hover .post__bg {
    transform: scale(1.1)
}

.post__date {
    position: absolute;
    top: 1rem;
    left: 0;
    color: #2d2d2d;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--size-date);
    grid-gap: .625rem;
    gap: .625rem;
    margin-bottom: .75rem;
    background-image: linear-gradient(90deg, #fff, #c3c3c3);
    height: 2.375rem;
    padding: .3125rem .75rem .3125rem 1rem;
    border-top-right-radius: .625rem;
    border-bottom-right-radius: .625rem;
    text-transform: uppercase;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.post__container {
    margin-top: auto
}

.post__title {
    color: #fff;
    font-size: var(--size-title);
    margin: 0
}

.post__title, .post__type {
    font-weight: 400;
    text-transform: uppercase;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    line-height: 1.1
}

.post__type {
    font-size: var(--size-type);
    color: var(--post-type-color);
    margin: 0 0 .125rem
}

.post__subtitle {
    color: #a5a5a5;
    font-size: var(--size-subtitle);
    margin: 1rem 0 0;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2)
}

.post__desc, .post__subtitle {
    font-weight: 400;
    line-height: 1.1
}

.post__desc {
    color: #898989;
    font-size: var(--size-desc);
    margin-top: .625rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--line-clamp);
    overflow: hidden;
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-3);
    height: var(--desc-height);
    transition: all .3s;
    opacity: var(--desc-opacity)
}

.post__btns {
    margin-top: 1.5625rem
}

.post__btn, .post__btns {
    display: flex;
    justify-content: center;
    align-items: center
}

.post__btn {
    min-width: 10.625rem;
    height: 2.75rem;
    background-color: #9d804e;
    border-radius: .625rem;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: .875rem;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase;
    transition: all .2s;
    border: 1px solid #9d804e;
    box-sizing: border-box
}

.post__btn:hover {
    background-color: #6b5631
}

.post__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    text-decoration: none
}

.post__bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1.5rem;
    grid-gap: 1.875rem;
    gap: 1.875rem
}

.news__list {
    display: grid;
    grid-gap: 2.125rem;
    gap: 2.125rem;
    max-width: 50rem;
    margin: 2.5rem auto 0
}

.news-list-anime {
    opacity: 1
}

.news__post {
    opacity: 0;
    transition: all .3s
}

.news-list-anime .news__post {
    -webkit-animation: fadeIn .6s ease 0s 1 normal forwards;
    animation: fadeIn .6s ease 0s 1 normal forwards
}

@-webkit-keyframes news__post {
    0% {
        opacity: 0;
        transform: translateY(3.75rem)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes news__post {
    0% {
        opacity: 0;
        transform: translateY(3.75rem)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.news-list-anime .news__post:first-child {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.news-list-anime .news__post:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.news-list-anime .news__post:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.news-list-anime .news__post:nth-child(4) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

[data-section=features] {
    margin-top: 5rem
}

.features {
    box-sizing: border-box;
    padding: .3125rem .3125rem 1.25rem;
    border-radius: .625rem;
    background-color: #1c1c1b;
    background-image: url(../images/features/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.features__btnswrap {
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    width: 100%;
    background-color: rgba(17, 17, 17, .8);
    box-sizing: border-box;
    border: 1px solid #272727;
    border-radius: .625rem;
    margin-bottom: 1.25rem
}

.features__btns, .features__btnswrap {
    display: flex;
    position: relative;
    z-index: 0;
    min-width: 0
}

.features__btns {
    margin: 0;
    padding: 0;
    list-style-type: none;
    grid-gap: 0;
    gap: 0;
    justify-content: center;
    height: 4.375rem;
    flex-shrink: 0;
    flex-grow: 1
}

.features__btn {
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #999;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 400;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    line-height: 1.2;
    position: relative;
    z-index: 0;
    padding: .625rem 1.625rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.features__btn, .features__btn:after {
    transition: all .2s;
    box-sizing: border-box
}

.features__btn:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: transparent;
    background-image: url(../images/features/bg-active.png);
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    border-bottom: .1875rem solid #9d804e;
    opacity: 0;
    z-index: -1
}

[data-open-tab-active=true].features__btn:after {
    opacity: 1;
    height: 4.1875rem
}

.features__btn:hover, [data-open-tab-active=true].features__btn {
    color: #fff
}

.features__sep {
    width: 0;
    height: 2rem;
    position: relative;
    z-index: 0;
    align-self: center;
    pointer-events: none
}

.features__sep:after {
    content: "";
    display: block;
    width: .125rem;
    height: 100%;
    background-color: #8d8c8c;
    position: absolute;
    left: -1px;
    top: 0
}

.features__tabs {
    box-sizing: border-box
}

.features__tab {
    display: grid;
    grid-gap: 1.875rem;
    gap: 1.875rem
}

.features__pic {
    border-radius: .625rem;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.features__img-link {
    text-decoration: none;
    display: block;
    width: 100%
}

.features__img {
    width: 100%;
    height: auto;
    display: block
}

.features__content {
    padding-top: .625rem;
    box-sizing: border-box
}

.features__title {
    color: #fdf9d7;
    font-size: 1.375rem;
    margin: 0 0 1.875rem
}

.features__subtitle, .features__title {
    text-transform: uppercase;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    line-height: 1.1
}

.features__subtitle {
    color: #a22b2b;
    font-size: 1.125rem;
    margin: 0 0 .875rem
}

.features__text {
    color: #bababa;
    font-size: .875rem;
    line-height: 1.5;
    margin: 0;
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-3)
}

.features__bar {
    margin-top: 1.625rem
}

.stream {
    height: 10rem;
    background-color: transparent;
    background-image: url(../images/thumb.jpg);
    background-image: var(--thumb-url);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: .625rem
}

.stream iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.stream__content {
    width: 80%;
    box-sizing: border-box;
    padding: .3125rem 1.25rem;
    background: rgba(11, 8, 5, .9);
    border-radius: .3125rem
}

.streams {
    max-width: 100%;
    box-sizing: border-box;
    padding: 2.5rem 1.5625rem 0
}

.streams, .streams__list {
    min-width: 0;
    overflow: hidden
}

.streams__list {
    border-radius: .625rem
}

.streams__bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    grid-gap: .625rem 1.25rem;
    gap: .625rem 1.25rem
}

.streams__heading {
    margin-bottom: 1.25rem
}

.streams__title {
    color: #878586;
    line-height: 1;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.75rem;
    text-transform: uppercase;
    margin: 0
}

.streams__accent {
    color: #fbf7d5
}

.streams__link {
    text-decoration: none;
    color: #878586
}

.streams__link:hover {
    text-decoration: none;
    color: #adadad
}

.streams__desc {
    margin: .5rem 0 0;
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-3);
    color: #87837d;
    font-size: 1rem
}

.streams__arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

[data-section=widgets] {
    margin-top: 5rem
}

.widgets {
    display: grid;
    grid-gap: 2.5rem;
    gap: 2.5rem
}

.widgets_anime {
    opacity: 1
}

.widgets__widget {
    flex-basis: 30%;
    min-width: 0;
    opacity: 0;
    transition: all .3s
}

.widgets_anime .widgets__widget {
    -webkit-animation: fadeIn .6s ease 0s 1 normal forwards;
    animation: fadeIn .6s ease 0s 1 normal forwards
}

@-webkit-keyframes widgets__widget {
    0% {
        opacity: 0;
        transform: translateY(3.75rem)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes widgets__widget {
    0% {
        opacity: 0;
        transform: translateY(3.75rem)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.widgets_anime .widgets__widget:first-child {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.widgets_anime .widgets__widget:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.widgets_anime .widgets__widget:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.widgets_anime .widgets__widget:nth-child(4) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.widgets__frame {
    overflow-y: auto;
    height: 20.625rem;
    border-radius: .625rem;
    background-image: linear-gradient(0deg, #17131c, #252525);
    box-shadow: 0 .5rem .3125rem 0 rgba(0, 0, 0, .06)
}

.widgets__frame iframe {
    width: 100%;
    height: 100%;
    border: none
}

.widgets__frame img, .widgets__frame video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.widgets__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin-top: .625rem;
    border-radius: .625rem;
    background-color: #9d804e;
    box-shadow: inset 0 -.3125rem 1.5rem 0 rgba(218, 195, 160, .8);
    height: 3.125rem;
    transition: all .2s
}

.widgets__btn:hover {
    background-color: #c59f5c
}

:root {
    --server-status-color: #974848
}

.server {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 1rem;
    gap: 1rem;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    padding: .3125rem 0 .3125rem 1.25rem;
    height: 5rem
}

.server:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: transparent;
    background-image: url(../images/server/bg.png);
    background-size: auto 100%;
    background-position: 0;
    background-repeat: no-repeat;
    transition: all .2s;
    transform-origin: right center
}

.server[\:has\(.server__link\)

]
:hover:after {
    transform: scaleX(1.03)
}

.server:has(.server__link):hover:after {
    transform: scaleX(1.03)
}

.server__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    text-decoration: none
}

.server__pic {
    width: 3.125rem;
    height: 3.125rem;
    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;
    filter: drop-shadow(0 0 .3125rem rgba(255, 255, 255, .6))
}

.server__container {
    display: grid;
    grid-gap: 0;
    gap: 0;
    box-sizing: border-box;
    transition: all .2s;
    min-width: 10.9375rem
}

.server__title {
    font-size: 1.0625rem;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff;
    line-height: 1.2
}

.server__rate {
    color: #ffc36a
}

.server__status {
    width: 6rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin-left: auto;
    position: relative;
    z-index: 0
}

.server__status:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #974848;
    background-color: var(--server-status-color);
    border-radius: .3125rem;
    z-index: -1;
    -webkit-mask: linear-gradient(90deg, #000 0, transparent);
    mask: linear-gradient(90deg, #000 0, transparent)
}

[data-server-status=OLD] {
    --server-status-color: #885710
}

[data-server-status=NEW] {
    --server-status-color: #335c08
}

[data-server-status=SOON] {
    --server-status-color: #5c0808
}

[data-server-status=OBT] {
    --server-status-color: #08415c
}

[data-server-status=ZBT] {
    --server-status-color: #26287e
}

.server__desc {
    color: #ffc36a;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    text-transform: uppercase
}

.server__time {
    color: #ffc36a
}

.servers {
    padding: 2.5rem .625rem 4.375rem;
    box-sizing: border-box
}

.servers_desktop {
    display: none
}

.servers__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .75rem;
    gap: .75rem
}

[data-container=wiki] {
    max-width: 93.75rem
}

.wiki {
    box-sizing: border-box;
    padding: 7.5rem 0;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2)
}

.wiki__btns {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-bottom: 1.25rem
}

.d-flex, .wiki__btns {
    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 .container {
    position: relative;
    z-index: 2
}

.base-left__item {
    display: flex;
    grid-gap: .75rem;
    gap: .75rem;
    text-transform: uppercase;
    color: #999;
    font-size: .8125rem;
    align-items: center;
    padding: .75rem 1.125rem;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .3s ease;
    min-height: 3.75rem
}

.active.base-left__item, .base-left__item:hover {
    color: #fff
}

.base-left__item:before {
    display: block;
    content: "";
    position: absolute;
    left: 1.875rem;
    right: 1.875rem;
    bottom: 0;
    height: .125rem;
    background-color: #8a8b8b;
    transition: all .3s ease
}

.active.base-left__item:before {
    left: 0;
    right: 0;
    background-color: #9d804e
}

.base-left__item:last-child:before {
    display: none
}

.base-left__item:after {
    content: "";
    background-color: transparent;
    background-image: url(../images/wiki/menu-item-active.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease;
    z-index: -1
}

.base-left__item.active:after {
    opacity: 1
}

.wiki-body {
    overflow: unset
}

.base__left {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 7.8125rem;
    width: 16.875rem;
    flex: 0 0 auto;
    border: 1px solid rgba(66, 66, 66, .35);
    padding: 0;
    height: 90vh;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    box-sizing: border-box;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    background-color: rgba(43, 44, 44, .35);
    border-radius: .9375rem;
    overflow: hidden;
    margin-right: 1.875rem
}

.base__right {
    min-width: 0
}

.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-list-item__text {
    width: 100%
}

.bri-list-item__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.25rem
}

.bri-list-item__icon img {
    display: block;
    width: 100%
}

.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(0, 0, 0, .35);
    padding: 2.1875rem;
    border-top: 1px solid rgba(66, 66, 66, .35)
}

.bri__title {
    display: flex;
    align-items: center;
    font-size: 2rem;
    line-height: 145%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    grid-gap: 1.0625rem;
    gap: 1.0625rem;
    color: #fff
}

.wiki .table {
    margin-bottom: 1.25rem
}

.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: 2.625rem;
    width: 2.625rem;
    display: block;
    filter: drop-shadow(0 0 .3125rem rgba(255, 249, 214, .5))
}

.bri-title__icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.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: 400;
    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
}

.wiki details {
    margin: 1.25rem 0;
    background-color: #292929;
    border-radius: .9375rem;
    padding: 0 .625rem;
    box-sizing: border-box;
    border: 1px solid #292929
}

.wiki .bri-list__item details {
    margin: 0
}

.wiki summary {
    text-align: left;
    color: #cbbc8f;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.2;
    border: none;
    padding: 1.25rem .9375rem;
    background-color: #313131;
    min-height: 3.75rem;
    border-radius: .9375rem;
    box-sizing: border-box;
    margin-left: -.625rem;
    margin-right: -.625rem;
    cursor: pointer
}

.wiki details table {
    margin: .625rem 0
}

.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;
    line-height: 1.3
}

.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;
    font-weight: 400
}

.skill-type {
    font-size: .9375rem;
    margin: 0;
    font-weight: 400
}

.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
}

.table.coins td.levels {
    text-align: left
}

.level-item {
    display: flex;
    align-items: center;
    grid-gap: .25rem;
    gap: .25rem;
    line-height: 1.4
}

.level-dot {
    font-size: .625rem
}

.static {
    padding-top: 7.5rem;
    transition: none
}

.static, .static__content {
    box-sizing: border-box;
    min-width: 0
}

.static__content {
    max-width: 100%;
    color: #aaa;
    line-height: 1.5;
    background: rgba(0, 0, 0, .35);
    padding: .625rem;
    border-top: 1px solid rgba(66, 66, 66, .35);
    border-radius: .9375rem;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2)
}

.file {
    border: .125rem solid #525252;
    border-radius: 1.5625rem;
    background-color: #161616;
    box-sizing: border-box;
    padding: .875rem
}

.file__head {
    margin-bottom: 1rem
}

.file__title {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fbf7d5
}

.file__desc, .file__title {
    margin: 0;
    font-weight: 400;
    line-height: 1.1
}

.file__desc {
    font-size: .875rem;
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-3);
    color: #87837d
}

.file__btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.25rem 2.5rem;
    gap: 1.25rem 2.5rem
}

.download {
    --download-container-rows: 0fr;
    --download-container-opacity: 0;
    --download-container-maring: 0 0;
    --download-container-padding: 0 1rem;
    --download-bgc-heading: transparent;
    --download-transition: 0.3s all;
    --download-arrow-scale: 0.5;
    --download-arrow-transform: rotateX(0deg);
    --download-arrow-opacity: 0.5;
    box-sizing: border-box;
    transition: var(--download-transition);
    color: #cfcfcf;
    overflow: hidden;
    background: linear-gradient(180deg, #1f1f1f, #333);
    border-radius: 1rem
}

[data-download=active] {
    --download-container-rows: 1fr;
    --download-container-opacity: 1;
    --download-container-maring: 0;
    --download-container-padding: 1rem;
    --download-bgc-heading: transparent;
    --download-arrow-transform: rotateX(180deg);
    --download-arrow-opacity: 1
}

.download__heading {
    background: var(--download-bgc-heading);
    transition: var(--download-transition);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    grid-gap: .625rem;
    gap: .625rem;
    padding: .875rem 1.125rem;
    line-height: 1.1;
    min-height: 5rem;
    box-sizing: border-box;
    color: #cbbc8f;
    border-radius: 1rem;
    position: relative;
    z-index: 0
}

[data-download-trigger] {
    cursor: pointer
}

.download__arrow {
    color: #ccbe9c;
    margin-left: auto;
    transition: var(--download-transition);
    transform: var(--download-arrow-transform);
    height: 0;
    opacity: var(--download-arrow-opacity);
    right: .625rem;
    top: 1.25rem
}

.download__arrow, .download__arrow:after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(3.8125rem * var(--download-arrow-scale));
    position: absolute
}

.download__arrow:after {
    content: "";
    text-align: center;
    height: calc(3.5rem * var(--download-arrow-scale));
    background-color: transparent;
    background-image: url(../images/download/arrow.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.download__head {
    box-sizing: border-box
}

.download__title {
    font-size: 1.125rem;
    color: #fff
}

.download__subtitle, .download__title {
    font-style: normal;
    font-weight: 400;
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase;
    margin: 0;
    line-height: 1.1
}

.download__subtitle {
    font-size: .875rem;
    color: #d3ad6c
}

.download__desc {
    color: #bababa;
    font-size: .75rem;
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-3);
    line-height: 1.2
}

.download__container {
    margin: var(--download-container-maring);
    padding: var(--download-container-padding);
    display: grid;
    grid-template-rows:var(--download-container-rows);
    overflow: hidden;
    opacity: var(--download-container-opacity);
    transition: var(--download-transition);
    box-sizing: border-box
}

.download__content {
    min-height: 0;
    font-size: .875rem;
    line-height: 1.4
}

.download__grp {
    min-height: 0;
    display: grid;
    grid-gap: 1.25rem 3.75rem;
    gap: 1.25rem 3.75rem
}

.download-list {
    display: grid;
    grid-gap: 1.625rem;
    gap: 1.625rem
}

.downloads {
    display: grid;
    grid-gap: 1.875rem;
    gap: 1.875rem
}

.downloads__grp {
    display: grid;
    grid-gap: 3.125rem;
    gap: 3.125rem
}

.downloads__requirements {
    min-width: 0;
    width: 100%
}

.downloads__tablebox {
    max-width: 100%;
    overflow: auto;
    min-width: 0
}

.downloads__table {
    width: 100%;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    min-width: 31.25rem
}

.downloads__box, .downloads__list {
    display: grid;
    grid-gap: 1.875rem;
    gap: 1.875rem
}

.downloads__devider {
    width: 100%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .15);
    background-color: rgba(var(--color-0), .15)
}

.downloads__heading {
    display: grid;
    grid-gap: .375rem;
    gap: .375rem
}

.downloads__title {
    color: #ffce70;
    color: rgba(var(--color-accent), 1);
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.25rem;
    text-transform: uppercase;
    transition: all .2s;
    font-weight: 400;
    line-height: 1.1
}

.downloads__desc {
    color: #141414;
    color: rgba(var(--color-1), 1);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    transition: all .2s
}

.downloads__desc_accent_no {
    color: rgba(20, 20, 20, .8);
    color: rgba(var(--color-1), .8)
}

.downloads__btns {
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.downloads__btns, .downloads__links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.downloads__links {
    grid-gap: .625rem 1.25rem;
    gap: .625rem 1.25rem
}

.downloads__social-desc {
    max-width: 35rem;
    color: #141414;
    color: rgba(var(--color-1), 1);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    transition: all .2s
}

.downloads__social {
    margin-top: 1.875rem
}

.downloads__social, .downloads__social-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

@media (min-width: 460px) {
    .footer__logotype {
        display: flex
    }
}

@media (min-width: 540px) {
    .btn_type_2, .btn_type_3, .btn_type_4, .btn_type_5, .btn_type_6, .btn_type_7 {
        --btn-scale: 1
    }

    .hero__about {
        --hero-about-decor-scale: 1
    }

    .hero__title {
        font-size: 1.75rem
    }

    .fnav {
        grid-template-columns:1fr 1fr
    }

    .news__list {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 680px) {
    .cover {
        height: 17.5rem
    }

    .ttl {
        font-size: 1.375rem
    }

    .ttl_size_small {
        font-size: 1.25rem
    }

    .widgets {
        display: grid;
        grid-template-columns:repeat(2, 1fr)
    }

    .widgets__widget_big {
        grid-column: span 2
    }

    .static__content {
        padding: 2.1875rem
    }
}

@media (min-width: 840px) {
    .headline__title {
        font-size: 2.5rem
    }

    .list li {
        padding-left: 2.125rem
    }

    .ttl {
        font-size: 1.875rem
    }

    .ttl_size_small {
        font-size: 1.5625rem
    }

    .mdl__close {
        width: 3.4375rem;
        height: 3.4375rem
    }

    .mdl__inner {
        padding: 5rem 0
    }

    .spoiler {
        --spoiler-container-padding: 0 1.5rem
    }

    [data-spoiler=active] {
        --spoiler-container-padding: 1.5rem
    }

    .spoiler__heading {
        padding: 1.125rem 1.5rem
    }

    .spoiler__content, .spoiler__title {
        font-size: 1.125rem
    }

    .bg__cover {
        left: 50%;
        transform: translateX(-50%)
    }

    .features {
        padding: 1.25rem 1.25rem 3.75rem
    }

    .features__btnswrap {
        margin-bottom: 4.0625rem
    }

    .features__btns {
        height: 6rem
    }

    .features__tab {
        grid-template-columns:1fr 48%
    }

    .file {
        padding: 2.75rem
    }

    .download__content {
        font-size: 1.125rem
    }

    .downloads__title {
        font-size: 1.5rem
    }

    .downloads__desc {
        font-size: 1.125rem
    }
}

@media (min-width: 940px) {
    .fnav {
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap
    }
}

@media (min-width: 1050px) {
    .btn {
        --btn-scale: 1
    }

    .fnav__link {
        font-size: .875rem
    }

    .wiki summary {
        font-size: 1.125rem
    }

    .download {
        --download-arrow-scale: 1;
        --download-container-padding: 0 3.75rem
    }

    [data-download=active] {
        --download-container-padding: 1.25rem 3.75rem 3.75rem 3.75rem
    }

    .download__heading {
        flex-direction: row;
        align-items: center;
        padding: 1.875rem 3.75rem;
        min-height: 8.75rem;
        grid-gap: 1.875rem;
        gap: 1.875rem
    }

    .download__arrow {
        position: static
    }

    .download__head {
        border-right: .25rem solid #532728;
        padding-right: 1.875rem
    }
}

@media (min-width: 1200px) {
    html {
        font-size: calc(max(.5vw, .25rem) + max(.55vh, .25rem))
    }

    td, th {
        padding: 1rem 1.875rem
    }

    .lang {
        --lang-img-size: 1.875rem
    }

    :root {
        --btn-fs: 1.25rem
    }

    .btn_type_2 {
        --btn-fs: 1.75rem
    }

    .btn_type_3 {
        --btn-fs: 1.5625rem
    }

    .btn_type_4, .btn_type_5, .btn_type_6, .btn_type_7 {
        --btn-fs: 0.875rem
    }

    .dots {
        grid-gap: .875rem;
        gap: .875rem
    }

    .dot {
        width: 2.125rem;
        height: 2.125rem
    }

    .control__arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        margin: 0
    }

    .control__arrow_prev {
        right: calc(100% + 1.875rem)
    }

    .control__arrow_next {
        left: calc(100% + 1.875rem)
    }

    .gw-burger {
        display: none
    }

    .menu {
        display: flex;
        align-self: stretch
    }

    .menu__content, .menu__list {
        display: flex;
        width: 100%
    }

    .menu__list {
        list-style-type: none;
        margin: 0;
        justify-content: flex-start;
        align-items: stretch;
        opacity: 1;
        visibility: visible;
        padding: 0;
        box-sizing: border-box;
        grid-gap: 1.25rem;
        gap: 1.25rem
    }

    @media (min-width: 1350px) {
        .menu__list {
            grid-gap: 1.875rem;
            gap: 1.875rem
        }
    }@media (min-width: 1440px) {
    .menu__list {
        grid-gap: 2.5rem;
        gap: 2.5rem
    }
}@media (min-width: 1550px) {
    .menu__list {
        grid-gap: 3.125rem;
        gap: 3.125rem
    }
}@media (min-width: 2060px) {
    .menu__list {
        grid-gap: 4.0625rem;
        gap: 4.0625rem
    }
}.menu__el {
     display: flex;
     align-items: center;
     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;
        text-transform: uppercase;
        font-size: 1.25rem;
        font-weight: 400;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: all .3s;
        font-family: Indira df, Philosopher, Times New Roman, Times, serif;
        font-family: var(--font-1)
    }

    .menu__el:hover [data-menu-open-sub-list], .menu__item:hover, .menu__item_open:hover, .menu__item_point_active {
        color: #d3ad6c
    }

    .menu__el:hover [data-menu-open-sub-list]:after, .menu__item:hover:after, .menu__item_open:hover:after, .menu__item_point_active:after {
        opacity: 1
    }

    .menu__dot {
        background-color: transparent;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        width: .375rem;
        height: .375rem;
        display: block;
        flex-shrink: 0;
        border: .125rem solid hsla(0, 0%, 100%, .5);
        border: .125rem solid rgba(var(--color-0), .5);
        transform: rotate(45deg);
        align-self: center
    }

    .menu__el_continer {
        display: none
    }

    .menu__sub-list {
        position: absolute;
        left: -1.875rem;
        top: calc(50% + 3.125rem);
        list-style: none;
        margin: 0;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        display: block !important;
        min-width: 13.75rem;
        transform: translateX(0) translateY(0);
        padding: .625rem 0;
        background: rgba(37, 37, 37, .9);
        border-bottom-left-radius: .3125rem;
        border-bottom-right-radius: .3125rem;
        border-top: .1875rem solid #9d804e;
        overflow: hidden
    }

    [data-menu-open-sub-list] .menu__item-arrow {
        display: block;
        content: "";
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 1.125rem;
        height: 1.125rem;
        margin-left: .5rem;
        position: relative;
        top: -1px;
        transition: all .3s;
        background-color: #fff;
        -webkit-mask-image: url(../images/menu/arrow-down.png);
        mask-image: url(../images/menu/arrow-down.png);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }

    .menu__el:hover .menu__item-arrow, .menu__item_open .menu__item-arrow {
        background-color: #d3ad6c
    }

    .menu__el:hover .menu__sub-list, .menu__sub-list:hover, [data-menu-open-sub-list]:hover ~ .menu__sub-list {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: translateX(0) translateY(0)
    }

    .menu__sub-item {
        padding: .625rem 1.875rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        text-decoration: none;
        color: #fff;
        color: rgba(var(--color-0), 1);
        fill: #f80;
        fill: rgba(var(--color-accent-2), 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: Indira df, Philosopher, Times New Roman, Times, serif;
        font-family: var(--font-1);
        text-transform: uppercase;
        overflow: hidden
    }

    .menu__sub-item:after {
        display: block;
        content: "";
        background-color: rgba(209, 172, 107, .6);
        width: 120%;
        height: 1.25rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        z-index: -1;
        filter: blur(.875rem);
        opacity: 0;
        transition: all .3s
    }

    .menu__sub-item:hover:after {
        opacity: 1
    }

    :root {
        --navigation-height: 7.5rem;
        --navigation-height-scroll: 7.5rem
    }

    [data-section=navigation]:before {
        height: 10rem
    }

    [data-container=navigation] {
        --container-width: 100%
    }

    .navigation {
        grid-gap: 0;
        gap: 0
    }

    .navigation__box_side_left {
        margin-right: 1.875rem
    }

    .navigation__box_side_right {
        margin-left: 1.25rem;
        display: flex
    }

    .navigation__el_desktop {
        display: flex;
        justify-content: center
    }

    .navigation__logobox {
        max-width: 2.5rem
    }

    .navigation__auth {
        display: flex
    }

    .navigation__servers {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .hero {
        align-items: flex-start;
        min-height: 57.5rem;
        padding-bottom: 5.625rem
    }

    .hero__title {
        font-size: 2.25rem;
        font-weight: 400;
        max-width: 100%
    }

    .fnav__box {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .fnav__header {
        font-size: 1.125rem
    }

    .footer {
        display: grid;
        grid-template-columns:25rem 1fr;
        align-items: flex-start;
        grid-gap: 3.75rem;
        gap: 3.75rem
    }

    .post {
        --size-title: 1.5rem;
        --size-desc: 1rem;
        --size-subtitle: 1.0625rem;
        --size-type: 1rem;
        --size-date: 1.125rem;
        --post-box-height: 30.625rem;
        aspect-ratio: auto;
        height: 36.875rem
    }

    .post:hover {
        --desc-height: 3.375rem;
        --post-box-height: 36.875rem
    }

    .news__list {
        grid-template-columns:repeat(4, 1fr);
        max-width: 100%
    }

    .news-list-anime .news__post {
        -webkit-animation: news__post .6s ease 0s 1 normal forwards;
        animation: news__post .6s ease 0s 1 normal forwards
    }

    .features__btn {
        font-size: .9375rem;
        flex-basis: 30%
    }

    .features__tabs {
        padding-left: 6.25rem;
        padding-right: 3.75rem;
        min-height: 26.875rem
    }

    .features__tab {
        grid-gap: 3.125rem;
        gap: 3.125rem;
        grid-template-columns:1fr 54%
    }

    .features__content {
        padding-top: 3.125rem
    }

    .features__title {
        font-size: 2.5rem
    }

    .features__subtitle {
        font-size: 2.1875rem
    }

    .features__text {
        font-size: 1.25rem
    }

    .widgets {
        display: flex;
        justify-content: center;
        align-items: flex-start
    }

    .widgets_anime .widgets__widget {
        -webkit-animation: widgets__widget .6s ease 0s 1 normal forwards;
        animation: widgets__widget .6s ease 0s 1 normal forwards
    }

    .widgets__widget_big {
        flex-basis: 40%
    }

    [data-section=servers] {
        display: none
    }

    .servers_desktop {
        display: block;
        position: absolute;
        right: 2.5rem;
        top: 8.75rem;
        z-index: 10;
        padding: 0
    }

    .servers__list {
        display: grid
    }

    .file__title {
        font-size: 1.75rem
    }

    .file__desc {
        font-size: 1rem
    }

    .file__btns {
        justify-content: space-between
    }

    .download__title {
        font-size: 2.8125rem
    }

    .download__subtitle {
        font-size: 1.5625rem
    }

    .download__desc {
        font-size: 1rem
    }

    .download__grp {
        grid-template-columns:1fr 1fr
    }

    .downloads__grp {
        grid-template-columns:1fr 31.25rem
    }
}

@media (min-width: 1640px) {
    .scl_type_desk {
        left: 5rem
    }

    [data-container=navigation] {
        --container-width: calc(100% - 10rem)
    }

    .fnav {
        grid-gap: 1.25rem 5rem;
        gap: 1.25rem 5rem
    }

    .footer {
        grid-gap: 6.25rem;
        gap: 6.25rem
    }
}

@media (min-width: 1720px) {
    .navigation__box_side_left {
        margin-right: 5rem
    }
}

@media (min-width: 2060px) {
    .navigation__box_side_left {
        margin-right: 6.25rem
    }
}

@media (max-width: 1199.99px) {
    .mbar {
        height: 5rem;
        height: var(--navigation-height);
        display: flex
    }

    .mbar__box {
        flex-basis: 50%;
        display: flex
    }

    .gw-burger {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
        cursor: pointer;
        pointer-events: all
    }

    .gw-burger, .gw-burger__box {
        background-color: transparent;
        position: relative
    }

    .gw-burger__box {
        z-index: 5;
        width: 1.5rem;
        height: 1.1875rem;
        border-radius: 0;
        box-sizing: border-box;
        flex-shrink: 0
    }

    .gw-burger__line {
        height: .125rem;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #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: 5rem;
        top: var(--navigation-height);
        right: 0;
        left: 0;
        z-index: 2;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: 5rem;
        padding-bottom: var(--navigation-height);
        height: 100vh;
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        justify-content: flex-start;
        background-color: #151514;
        background-color: rgba(var(--body-background-color));
        opacity: 0;
        transition: all .5s .3s;
        visibility: hidden;
        box-shadow: 0 0 0 100vh #151514;
        box-shadow: 0 0 0 100vh rgba(var(--body-background-color), 1)
    }

    @supports (height:100dvh) {
        .menu {
            height: 100dvh
        }
    }.mob-menu-active .menu {
         visibility: visible;
         opacity: 1;
         transition: all .5s
     }

    .menu__content {
        transition: all .3s;
        opacity: 0;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        display: flex
    }

    .mob-menu-active .menu__content {
        opacity: 1;
        transition: all .5s .3s
    }

    .menu__list {
        width: 100%;
        list-style-type: none;
        padding: 1.25rem 0;
        margin: auto;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        box-sizing: border-box
    }

    .menu__dot {
        display: none
    }

    .menu__el {
        width: 100%;
        position: relative;
        z-index: 0;
        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 hsla(0, 0%, 100%, .2);
        border-top: 1px solid rgba(var(--color-0), .2)
    }

    .menu__el_continer:hover {
        z-index: 10
    }

    .menu__item {
        padding: .625rem 1rem;
        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;
        text-transform: uppercase;
        font-size: 1.25rem;
        font-weight: 400;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: all .3s;
        font-family: Indira df, Philosopher, Times New Roman, Times, serif;
        font-family: var(--font-1)
    }

    .menu__el:hover [data-menu-open-sub-list], .menu__item:hover, .menu__item_open, .menu__item_open:hover, .menu__item_point_active {
        color: #d3ad6c
    }

    .menu__sub-wrapper {
        display: none
    }

    .subnav__container {
        padding: 0
    }

    .mob-menu-active {
        overflow: hidden
    }

    [data-menu-open-sub-list] .menu__item-arrow {
        display: block;
        content: "";
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 1.125rem;
        height: 1.125rem;
        margin-left: .5rem;
        position: relative;
        top: -1px;
        transition: all .3s;
        background-color: #fff;
        -webkit-mask-image: url(../images/menu/arrow-down.png);
        mask-image: url(../images/menu/arrow-down.png);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }

    .menu__el:hover .menu__item-arrow, .menu__item_open .menu__item-arrow {
        background-color: #d3ad6c
    }

    .menu__sub-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: none;
        background: hsla(0, 0%, 100%, .05);
        background: rgba(var(--color-0), .05)
    }

    .menu__item_open ~ .menu__sub-list {
        display: block
    }

    .menu__sub-item {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-sizing: border-box;
        padding: .5rem 1.25rem;
        transition: all .3s;
        position: relative;
        z-index: 0;
        color: #fff;
        color: rgba(var(--color-0), 1);
        cursor: pointer;
        font-style: normal;
        font-size: 1.125rem;
        text-align: center;
        min-height: 3.125rem;
        font-family: Indira df, Philosopher, Times New Roman, Times, serif;
        font-family: var(--font-1);
        text-transform: uppercase
    }

    .menu__sub-item:hover {
        color: #d3ad6c
    }
}

@media (max-width: 768px) and (min-width: 1px) {
    .base__content {
        padding: 0 .9375rem
    }
}

@media screen and (max-width: 768px) {
    .base__content {
        flex-direction: column;
        border: 0;
        background: transparent;
        padding: 0
    }

    .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%
    }
}

@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: #a22b2b;
    color: rgba(var(--color-red), 1)
}

.color-yellow {
    color: #e0c10f;
    color: rgba(var(--color-yellow), 1)
}

.color-orange {
    color: orange;
    color: rgba(var(--color-orange), 1)
}

.color-pink {
    color: pink;
    color: rgba(var(--color-pink), 1)
}

.color-purple {
    color: #850885;
    color: rgba(var(--color-purple), 1)
}

.color-blue {
    color: #0d4eda;
    color: rgba(var(--color-blue), 1)
}

.color-green {
    color: #0eb90e;
    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: #141414;
    color: rgba(var(--color-1), 1)
}

.color-2 {
    color: #fff;
    color: rgba(var(--color-2), 1)
}

.color-3 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-3), 1)
}

.color-4 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-4), 1)
}

.color-5 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-5), 1)
}

.color-6 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-6), 1)
}

.color-7 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-7), 1)
}

.color-8 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-8), 1)
}

.color-9 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-9), 1)
}

.color-accent {
    color: #ffce70;
    color: rgba(var(--color-accent), 1)
}

.color-url {
    color: #ffce70;
    color: rgba(var(--color-url), 1)
}

.clear {
    clear: both
}

.hidden {
    display: none
}

.text-decoration-underline {
    text-decoration: underline
}

.text-decoration-none {
    text-decoration: none
}

.text-uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.d-flex, .flex {
    display: flex
}

.justify-content-start {
    justify-content: start
}

.justify-content-center {
    justify-content: center
}

.justify-content-end {
    justify-content: end
}

.fs_minus_5 {
    font-size: .5em
}

.fs_minus_4 {
    font-size: .6em
}

.fs_minus_3 {
    font-size: .7em
}

.fs_minus_2 {
    font-size: .8em
}

.fs_minus_1 {
    font-size: .9em
}

.fs_plus_1 {
    font-size: 1.1em
}

.fs_plus_2 {
    font-size: 1.2em
}

.fs_plus_3 {
    font-size: 1.3em
}

.fs_plus_4 {
    font-size: 1.4em
}

.fs_plus_5 {
    font-size: 1.5em
}

.font-family-0 {
    font-family: Indira K, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-0)
}

.font-family-1 {
    font-family: Indira df, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.font-family-2 {
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2)
}

.font-family-3 {
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-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%
}