:root {
    --body-min-width: 20rem;
    --body-max-width: 100%;
    --body-background-color-rgb: #010308;
    --body-background-color: 1, 3, 8;
    --container-width: 75rem;
    --font-0: "intro", Arial, sans-serif;
    --font-1: "Cormorant Garamond", "Trajan Pro 3", "Times New Roman", Times, serif;
    --font-2: "Intro Book", "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    --font-3: "Alice", "Times New Roman", Times, serif;
    --font-ico: "gwi";
    --color-light-rgb: #e8d1a6;
    --color-light: 232, 209, 166;
    --color-dark-rgb: #000;
    --color-dark: 0, 0, 0;
    --color-red-rgb: #ec1919;
    --color-red: 236, 25, 25;
    --color-yellow-rgb: #ff0;
    --color-yellow: 255, 255, 0;
    --color-orange-rgb: orange;
    --color-orange: 255, 165, 0;
    --color-pink-rgb: pink;
    --color-pink: 255, 192, 203;
    --color-purple-rgb: #850885;
    --color-purple: 133, 8, 133;
    --color-blue-rgb: #4478d8;
    --color-blue: 68, 120, 216;
    --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: #c8c8c8;
    --color-1: 200, 200, 200;
    --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: #457ad9;
    --color-accent: 69, 122, 217;
    --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: #457ad9;
    --color-url: 69, 122, 217;
    --color-url-hover-rgb: #569cdf;
    --color-url-hover: 86, 156, 223;
    --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: #457ad9;
    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: #2754a7
}

::-webkit-scrollbar-thumb:hover {
    background-color: #4478d8
}

* {
    scrollbar-width: thin;
    scrollbar-color: #4478d8 #0e1823
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: intro, Arial, sans-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: #010308;
    background-color: rgba(var(--body-background-color), 1);
    background-image: url(../images/bg-repeat-mobile.jpg);
    background-size: 100% auto;
    background-position: top;
    background-repeat: repeat-y;
    min-height: 100vh;
    min-height: 100dvh;
    min-width: 20rem;
    min-width: var(--body-min-width);
    display: flex;
    flex-direction: column;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums
}

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: 78.5rem;
    max-width: calc(var(--container-width) + var(--margin) * 4);
    width: 100%;
    min-width: 0;
    padding-right: 1.75rem;
    padding-right: calc(var(--margin) * 2);
    padding-left: 1.75rem;
    padding-left: calc(var(--margin) * 2);
    position: relative;
    z-index: 2;
    box-sizing: border-box
}

.container_fluid {
    max-width: 100%
}

.spacer {
    flex-grow: 1;
    min-height: 12.5rem
}

.compensate-navigation {
    height: 4.375rem;
    height: var(--navigation-height);
    box-sizing: border-box
}

[data-section-bg] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -10;
    background-color: transparent;
    background-image: url(../images/hero/bg-ultra.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 50rem;
    -webkit-mask: linear-gradient(180deg, transparent 0, #000 5rem, #000 calc(100% - 5rem), transparent);
    mask: linear-gradient(180deg, transparent 0, #000 5rem, #000 calc(100% - 5rem), transparent)
}

.link {
    text-decoration: underline;
    color: currentColor
}

.link:hover, .link_tdn {
    text-decoration: none
}

.link_hover_tdu:hover {
    text-decoration: underline
}

[data-tab] {
    display: none;
    opacity: 0;
    -webkit-animation: tab 1s ease forwards;
    animation: tab 1s ease forwards
}

@-webkit-keyframes tab {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes tab {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.bnr {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all .2s;
    pointer-events: all
}

.bnr__img {
    display: block
}

.title {
    margin: 0;
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    color: rgba(var(--color-0), 1);
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 0;
    letter-spacing: .05em
}

.title_style_2 {
    letter-spacing: .5em
}

.subtitle {
    color: #b1cde5;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.desc {
    font-size: 1rem;
    line-height: 1.2;
    color: #c8c8c8;
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    margin: 0;
    max-width: 27.5rem;
    text-wrap: balance
}

.hdec {
    height: 1.5rem;
    width: 100%;
    position: relative;
    z-index: 0
}

.hdec:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    pointer-events: none;
    background-color: transparent;
    background-image: url(../images/hdec.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    aspect-ratio: 369/24;
    width: 23.0625rem
}

.heading {
    flex-direction: column
}

.back-wrap, .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.back-wrap {
    margin-bottom: 1.25rem
}

.back {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .375rem;
    gap: .375rem;
    text-decoration: none;
    color: rgba(69, 122, 217, .7);
    color: rgba(var(--color-accent), .7);
    font-size: 1rem;
    font-weight: 400;
    transition: all .2s;
    text-transform: uppercase
}

.back:hover {
    color: #457ad9;
    color: rgba(var(--color-accent), 1)
}

.preload {
    background-color: #010308;
    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: .625rem;
    gap: .625rem;
    margin-top: .625rem
}

.preload__item {
    width: 3.125rem;
    height: 3.125rem;
    background-color: transparent;
    background-image: url(../images/preload/point.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

[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-width: 2.125rem;
    --lang-img-height: 1.5rem;
    --lang-list-offset: 1rem;
    width: auto;
    padding-right: 2.125rem;
    position: relative;
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: .75rem;
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    text-transform: uppercase
}

.lang, .lang__current {
    box-sizing: border-box;
    flex-shrink: 0
}

.lang__current {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .75rem;
    gap: .75rem;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s;
    grid-template-columns:var(--lang-img-width) 1fr;
    line-height: 1;
    text-decoration: none;
    padding: .125rem;
    width: 100%
}

.lang:hover .lang__current {
    opacity: .5
}

.lang__current-img {
    transition: all .3s;
    display: block;
    outline: .125rem solid #4a3d33
}

.lang__current:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/lang/arrow-down.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 1.4375rem;
    height: .6875rem;
    color: #fff;
    font-size: .75rem;
    position: absolute;
    right: 0;
    top: calc(50% - .375rem);
    pointer-events: none
}

.lang__current:after, .lang__link {
    transition: all .3s;
    cursor: pointer
}

.lang__link {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .75rem;
    gap: .75rem;
    overflow: hidden;
    grid-template-columns:var(--lang-img-width) 1fr;
    flex-shrink: 0;
    line-height: 1.31;
    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__name {
    text-transform: uppercase
}

.lang__img, .lang__name {
    display: block;
    flex-shrink: 0
}

.lang__img {
    width: var(--lang-img-width);
    height: var(--lang-img-height);
    border: 0 solid rgba(255, 178, 111, .14);
    box-sizing: border-box;
    border-radius: .25rem
}

.lang__link_sub:hover {
    background-color: hsla(0, 0%, 100%, .06)
}

.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(18, 17, 27, .7);
    border: 0 solid rgba(111, 185, 255, .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 {
    --logo-height: auto
}

.logo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    flex-shrink: 0;
    width: 100%;
    pointer-events: all
}

.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
    }
}

:root {
    --scl-scale: 0.7
}

.scl {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .875rem;
    gap: .875rem;
    grid-gap: calc(1.25rem * var(--scl-scale));
    gap: calc(1.25rem * var(--scl-scale))
}

.scl:after, .scl:before {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/scl/scl-decor-left.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    aspect-ratio: 106/24;
    flex-basis: 4.6375rem;
    flex-basis: calc(6.625rem * var(--scl-scale))
}

.scl:after {
    background-image: url(../images/scl/scl-decor-right.png)
}

.scl__list {
    grid-gap: .875rem;
    gap: .875rem;
    grid-gap: calc(1.25rem * var(--scl-scale));
    gap: calc(1.25rem * var(--scl-scale))
}

.scl__item, .scl__list {
    display: flex;
    justify-content: center;
    align-items: center
}

.scl__item {
    text-decoration: none;
    width: 2.8rem;
    width: calc(4rem * var(--scl-scale));
    height: 2.8rem;
    height: calc(4rem * var(--scl-scale));
    box-sizing: border-box;
    color: #c8c8c8;
    color: rgba(var(--color-1), 1);
    font-size: 1.3125rem;
    font-size: calc(1.875rem * var(--scl-scale));
    position: relative;
    z-index: 0;
    transition: all .2s
}

.scl__item:hover {
    color: #fff;
    color: rgba(var(--color-0), 1)
}

.scl__item:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: transparent;
    background-image: url(../images/scl/item-bg.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    filter: grayscale(1) brightness(.8);
    transition: all .2s
}

.scl__item:hover:after {
    filter: grayscale(0) brightness(1)
}

:root {
    --btn-w: 10.375rem;
    --btn-h: 3.125rem;
    --btn-fs: 1rem;
    --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;
    grid-gap: calc(0.5rem * var(--btn-scale));
    gap: calc(0.5rem * var(--btn-scale));
    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: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1rem;
    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: .3125rem .625rem;
    padding: calc(0.3125rem * var(--btn-scale)) calc(0.625rem * var(--btn-scale));
    width: 10.375rem;
    width: calc(var(--btn-w) * var(--btn-scale));
    height: 3.125rem;
    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:after, .btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    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:after {
    background-image: var(--btn-img-hover-url);
    opacity: 0;
    z-index: -1
}

.btn_accent_no:before {
    filter: grayscale(100%) brightness(50%)
}

.btn:hover:before, .btn_active:before, [data-open-tab-active=true]:before {
    filter: grayscale(0) brightness(130%)
}

.btn_type_2 {
    --btn-img-url: url(../images/btn/btn-2.png);
    --btn-img-hover-url: url(../images/btn/btn-2-hover.png)
}

.btn_type_2:hover:after {
    opacity: 1
}

:root {
    --btn2-w: 23.875rem;
    --btn2-h: 5.1875rem;
    --btn2-fs: 1.25rem;
    --btn2-scale: 0.65;
    --btn2-img-url: url(../images/btn2/btn2.png);
    --btn2-letter-spacing: 0.1em
}

.btn2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    grid-gap: .5rem;
    gap: .5rem;
    box-sizing: border-box;
    text-decoration: none;
    flex-shrink: 0;
    font-style: normal;
    color: #fff;
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: .8125rem;
    font-size: calc(var(--btn2-fs) * var(--btn2-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: .8;
    padding: .56875rem .60938rem .40625rem;
    padding: calc(0.875rem * var(--btn2-scale)) calc(0.9375rem * var(--btn2-scale)) calc(0.625rem * var(--btn2-scale)) calc(0.9375rem * var(--btn2-scale));
    min-width: 15.51875rem;
    min-width: calc(var(--btn2-w) * var(--btn2-scale));
    max-width: 100%;
    height: 3.37188rem;
    height: calc(var(--btn2-h) * var(--btn2-scale));
    text-wrap: balance;
    letter-spacing: .1em;
    letter-spacing: var(--btn2-letter-spacing);
    will-change: transform
}

.btn2:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all .2s;
    background-image: url(../images/btn2/btn2.png);
    background-image: var(--btn2-img-url);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    filter: grayscale(0) brightness(100%)
}

.btn2_accent_no:before {
    filter: grayscale(100%) brightness(50%)
}

.btn2:hover:before, .btn2_active:before, [data-open-tab-active=true]:before {
    filter: grayscale(0) brightness(135%)
}

:root {
    --button-w: 26.875rem;
    --button-h: 5.25rem;
    --button-fs: 1.75rem;
    --button-scale: 0.6;
    --button-img-url: url(../images/button/button.png);
    --button-img-w: 44.125rem;
    --button-img-h: 15.4375rem;
    --button-letter-spacing: 0.2em
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    grid-gap: .5rem;
    gap: .5rem;
    box-sizing: border-box;
    text-decoration: none;
    flex-shrink: 0;
    font-style: normal;
    color: #fff;
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.05rem;
    font-size: calc(var(--button-fs) * var(--button-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: .8;
    padding: .1875rem .5625rem;
    padding: calc(0.3125rem * var(--button-scale)) calc(0.9375rem * var(--button-scale));
    min-width: 16.125rem;
    min-width: calc(var(--button-w) * var(--button-scale));
    max-width: 100%;
    height: 3.15rem;
    height: calc(var(--button-h) * var(--button-scale));
    text-wrap: balance;
    letter-spacing: .2em;
    letter-spacing: var(--button-letter-spacing);
    will-change: transform
}

.button:before {
    display: block;
    content: "";
    position: absolute;
    top: -3.5625rem;
    top: calc(-5.9375rem * var(--button-scale));
    left: -5.175rem;
    left: calc(-8.625rem * var(--button-scale));
    z-index: -1;
    transition: all .2s;
    background-image: url(../images/button/button.png);
    background-image: var(--button-img-url);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 26.475rem;
    width: calc(var(--button-img-w) * var(--button-scale));
    height: 9.2625rem;
    height: calc(var(--button-img-h) * var(--button-scale));
    pointer-events: none;
    filter: grayscale(0) brightness(100%)
}

.button_accent_no:before {
    filter: grayscale(100%) brightness(50%)
}

.button:hover:before, .button_active:before, [data-open-tab-active=true]:before {
    filter: grayscale(0) brightness(135%)
}

:root {
    --fpnav-transition-duration: 0.2s
}

.fpnav {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: 9.375rem;
    height: 100vh;
    z-index: 6;
    box-sizing: border-box;
    padding: 3.125rem 0;
    border: 0;
    display: none;
    transition: all .2s;
    transition: var(--fpnav-transition-duration) all;
    overflow-y: auto
}

.fpnav:after {
    display: block;
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 0;
    right: 0;
    background-color: rgba(1, 3, 8, .5);
    border-right: 1px solid hsla(0, 0%, 100%, .15);
    z-index: -5;
    -webkit-mask: linear-gradient(180deg, transparent 0, #000 20%, #000 80%, transparent);
    mask: linear-gradient(180deg, transparent 0, #000 20%, #000 80%, transparent)
}

.fpnav__logobox {
    position: absolute;
    left: 50%;
    top: 1.25rem;
    transform: translateX(-50%);
    z-index: 2;
    max-width: 5rem
}

.fpnav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    grid-gap: .625rem;
    gap: .625rem;
    margin: auto 0
}

.fpnav__sep {
    width: 100%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .1);
    -webkit-mask: linear-gradient(90deg, transparent 0, #000 20%, #000 80%, transparent);
    mask: linear-gradient(90deg, transparent 0, #000 20%, #000 80%, transparent);
    margin: .625rem 0
}

.fpnav__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .2s;
    transition: var(--fpnav-transition-duration) all;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 5.625rem;
    padding-bottom: 1.25rem;
    color: #909192;
    text-decoration: none
}

.fpnav__item:hover, .fpnav__item_active {
    color: #fff
}

.fpnav__item:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/fpnav/decor.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 8.75rem;
    height: .875rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: all .2s;
    transition: var(--fpnav-transition-duration) all
}

.fpnav__item_active:after {
    opacity: 1
}

.fpnav__item-pic {
    width: 3.125rem;
    height: 3.125rem;
    position: relative;
    z-index: 0;
    margin-bottom: -.25rem
}

.fpnav__item-ico, .fpnav__item-pic {
    transition: all .2s;
    transition: var(--fpnav-transition-duration) all
}

.fpnav__item-ico {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1
}

.fpnav__item-ico_active {
    z-index: 2;
    opacity: 0
}

.fpnav__item:hover .fpnav__item-ico_active, .fpnav__item_active .fpnav__item-ico_active {
    opacity: 1
}

.fpnav__item-name {
    font-size: .875rem;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    letter-spacing: .02em
}

:root {
    --fp-transition-duration: 0.3s
}

.fp {
    width: 100%
}

.fp.swiper-initialized {
    opacity: 1
}

.fp__swiper-slide {
    height: auto;
    overflow: visible
}

[data-fp-scrollable]::-webkit-scrollbar {
    width: .5rem
}

[data-fp-scrollable]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .1);
    border-radius: .25rem
}

[data-fp-scrollable]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .3);
    border-radius: .25rem
}

[data-fp-scrollable]::-webkit-scrollbar-thumb:hover {
    background: hsla(0, 0%, 100%, .5)
}

.grabbing {
    background-color: transparent;
    background-image: url(../images/grabbing/cursor-hand-open.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-animation: grabbing 3s infinite;
    animation: grabbing 3s infinite
}

@-webkit-keyframes grabbing {
    0% {
        background-image: url(../images/grabbing/cursor-hand-open.svg);
        transform: translateX(0)
    }
    49% {
        background-image: url(../images/grabbing/cursor-hand-open.svg)
    }
    50% {
        background-image: url(../images/grabbing/cursor-hand-grab.svg);
        transform: translateX(2.5rem)
    }
    99% {
        background-image: url(../images/grabbing/cursor-hand-grab.svg)
    }
    to {
        background-image: url(../images/grabbing/cursor-hand-open.svg);
        transform: translateX(0)
    }
}

@keyframes grabbing {
    0% {
        background-image: url(../images/grabbing/cursor-hand-open.svg);
        transform: translateX(0)
    }
    49% {
        background-image: url(../images/grabbing/cursor-hand-open.svg)
    }
    50% {
        background-image: url(../images/grabbing/cursor-hand-grab.svg);
        transform: translateX(2.5rem)
    }
    99% {
        background-image: url(../images/grabbing/cursor-hand-grab.svg)
    }
    to {
        background-image: url(../images/grabbing/cursor-hand-open.svg);
        transform: translateX(0)
    }
}

.arrow {
    --arrow-scale: 0.8;
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: calc(7.5625rem * var(--arrow-scale));
    height: calc(4.1875rem * 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-2-prev.png)
}

.arrow_next {
    background-image: url(../images/swiper/arrow-2-next.png)
}

.arrow.swiper-button-disabled {
    opacity: .3;
    pointer-events: none;
    filter: grayscale(100%)
}

.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
}

:root {
    --tippy-bg-color: rgba(11, 14, 23, 0.95);
    --tippy-text-color: rgba(var(--color-0), 1);
    --tippy-font-size: 0.875rem;
    --tippy-border-radius: 0.3125rem
}

.tippy-box {
    background: rgba(11, 14, 23, .95);
    background: var(--tippy-bg-color);
    border-radius: .3125rem;
    border-radius: var(--tippy-border-radius);
    font-size: .875rem;
    font-size: var(--tippy-font-size);
    color: #fff;
    color: var(--tippy-text-color);
    border: 1px solid #675557;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    max-width: 30rem !important;
    font-family: intro, Arial, sans-serif;
    font-family: var(--font-0);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    -webkit-backdrop-filter: blur(.625rem);
    backdrop-filter: blur(.625rem)
}

.tip-content, .tippy-wrap {
    max-width: 32.0625rem
}

.tip-content {
    text-align: center;
    padding: 0
}

.tippy-content {
    box-sizing: border-box;
    padding: 0
}

.tippy-box[data-placement^=bottom] .tippy-content:after {
    transform: rotateX(180deg);
    bottom: -.5rem;
    top: auto
}

.tippy-arrow {
    color: #26221f;
    width: 1.625rem;
    height: 1.625rem
}

.tippy-box[data-placement] > .tippy-arrow:before {
    width: 1.625rem;
    height: 1.625rem;
    transform-origin: center center;
    box-sizing: border-box;
    background: #3f1a5e;
    border-width: 0
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -1.5625rem;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0)
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    background: #7b46a6;
    top: -1.5625rem;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 0 0)
}

:root {
    --countdown-scale: 0.9
}

.countdown {
    display: inline-flex;
    flex-direction: column;
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.countdown, .countdown__heading {
    align-items: center;
    justify-content: center
}

.countdown__heading {
    color: #fff;
    color: rgba(var(--color-0), 1);
    text-align: center;
    font-size: .9rem;
    font-size: calc(1rem * var(--countdown-scale));
    display: flex;
    width: 100%;
    grid-gap: .5625rem;
    gap: .5625rem;
    grid-gap: calc(0.625rem * var(--countdown-scale));
    gap: calc(0.625rem * var(--countdown-scale));
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 1.35rem;
    margin-bottom: calc(1.5rem * var(--countdown-scale));
    letter-spacing: .05em
}

.countdown__counter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    padding-top: .225rem;
    padding-top: calc(0.25rem * var(--countdown-scale))
}

.countdown__counter:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-color: transparent;
    background-image: url(../images/countdown/bg.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    aspect-ratio: 381/84;
    width: 21.43125rem;
    width: calc(23.8125rem * var(--countdown-scale))
}

.countdown__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    min-width: 4.725rem;
    min-width: calc(5.25rem * var(--countdown-scale));
    box-sizing: border-box;
    line-height: 1
}

.countdown__amount {
    color: #72a4ff;
    font-size: 1.6875rem;
    font-size: calc(1.875rem * var(--countdown-scale));
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums
}

.countdown__amount, .countdown__desc {
    text-transform: uppercase;
    box-sizing: border-box;
    line-height: 1
}

.countdown__desc {
    color: #dfdde3;
    font-size: .73125rem;
    font-size: calc(0.8125rem * var(--countdown-scale));
    font-weight: 400
}

.countdown__devider {
    font-size: 2.25rem;
    font-size: calc(2.5rem * var(--countdown-scale));
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: relative;
    z-index: 0;
    margin: 0 .3125rem;
    display: none
}

.countdown__devider:after {
    display: block;
    content: ":";
    margin-top: -1.35rem;
    margin-top: calc(-1.5rem * var(--countdown-scale))
}

.videobg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    z-index: -10;
    justify-content: center;
    align-items: flex-start;
    display: none
}

.videobg__container {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%
}

.videobg__source, .videobg__video {
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover
}

:root, [data-server-status=off] {
    --server-status-color: #c65565;
    --server-indicator: url(../images/server/server-indicator-off.png)
}

[data-server-status=on] {
    --server-status-color: #b2c655;
    --server-indicator: url(../images/server/server-indicator-on.png)
}

.server {
    flex-direction: column;
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    line-height: 1.1;
    min-width: 7.5rem
}

.server, .server__pic {
    display: flex;
    justify-content: center;
    align-items: center
}

.server__pic {
    width: 3.125rem;
    height: 3.125rem;
    font-size: .75rem;
    overflow: hidden
}

.server__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.server__title {
    font-size: .875rem;
    text-transform: uppercase
}

.server__status {
    font-size: .75rem;
    text-transform: uppercase;
    color: #c65565;
    color: var(--server-status-color);
    margin-top: .25rem
}

.server__indicator {
    width: 100%;
    height: 1.25rem;
    position: relative;
    z-index: 0;
    margin-top: .75rem
}

.server__indicator:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-color: transparent;
    background-image: url(../images/server/server-indicator-off.png);
    background-image: var(--server-indicator);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 10.125rem;
    height: 1.25rem;
    pointer-events: none
}

.servers-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.servers-desktop {
    display: none
}

:root {
    --navigation-height: 4.375rem;
    --navigation-height-scroll: 4.375rem
}

[data-section=navigation] {
    position: fixed;
    z-index: 50;
    background-color: transparent;
    box-sizing: border-box
}

[data-section=navigation], [data-section=navigation]:before {
    left: 0;
    right: 0;
    top: 0;
    transition: all .3s;
    pointer-events: none
}

[data-section=navigation]:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    z-index: -2;
    background: rgba(23, 23, 34, .77);
    opacity: 0;
    -webkit-backdrop-filter: blur(.1875rem);
    backdrop-filter: blur(.1875rem)
}

.nav-scroll [data-section=navigation]:before {
    opacity: 1
}

[data-container=navigation] {
    z-index: 10
}

.navigation {
    display: flex;
    justify-content: flex-start;
    height: 4.375rem;
    height: var(--navigation-height);
    transition: all .3s;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.nav-scroll .navigation {
    height: 4.375rem;
    height: var(--navigation-height-scroll)
}

.navigation__gw-burger {
    align-self: center;
    flex-shrink: 0;
    pointer-events: all
}

.navigation__logobox {
    max-width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.navigation__box {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
    max-width: none
}

.navigation__box_side_left {
    justify-content: flex-start;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.navigation__box_side_right {
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.navigation__el_desktop {
    display: none
}

.navigation__auth, .navigation__lang {
    pointer-events: all
}

.navigation__auth {
    box-sizing: border-box;
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 3.125rem
}

[data-section-bg=hero] {
    background-image: url(../images/hero/bg-mobile.jpg);
    height: 39.375rem
}

.hero {
    min-height: 100vh;
    box-sizing: border-box;
    padding-top: 15rem;
    padding-bottom: 5rem;
    transition: none;
    justify-content: flex-start
}

.hero, .hero__box {
    display: flex;
    align-items: center;
    flex-direction: column
}

.hero__box {
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: auto 0
}

.hero__logotype {
    margin-bottom: 1rem;
    max-width: 18.75rem
}

.hero__title {
    color: #778aaa;
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
    letter-spacing: .4em;
    text-transform: uppercase
}

.hero__title:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/hero/hero-title-decor.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    aspect-ratio: 369/24;
    width: 23.0625rem;
    margin: .875rem auto 0
}

.hero__desc {
    color: #c8c8c8;
    color: rgba(var(--color-1), 1);
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3;
    max-width: 25.75rem;
    margin: 1.25rem auto 0
}

.hero__btns {
    margin-top: 2.5rem
}

.hero__links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .625rem 1.25rem;
    gap: .625rem 1.25rem;
    margin-top: 1.875rem
}

.hero__link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #c8c8c8;
    color: rgba(var(--color-1), 1)
}

.hero__link:hover {
    color: #fff;
    color: rgba(var(--color-0), 1)
}

.hero__sclbox {
    margin-top: 1.875rem;
    width: 100%
}

.hero__countdownbox {
    margin-top: 1.875rem;
    margin-bottom: 1.25rem
}

.hero__servers {
    margin-top: 1.875rem;
    width: 100%
}

.switcher {
    overflow-y: auto;
    padding: 0 0 1rem;
    box-sizing: border-box;
    text-align: center
}

.switcher__list {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.switcher__item {
    cursor: pointer;
    color: #909192;
    text-transform: uppercase;
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.125rem;
    letter-spacing: .02;
    text-decoration: none;
    position: relative;
    z-index: 0;
    transition: all .2s;
    box-sizing: border-box;
    padding: 1.25rem 1.75rem
}

.switcher__item:hover, .switcher__item_active {
    color: #fff;
    color: rgba(var(--color-0), 1)
}

.switcher__item:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/switcher/item-dec.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 8.375rem;
    height: .875rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -.625rem);
    pointer-events: none;
    transition: all .2s;
    opacity: 0
}

.switcher__item_active:after {
    opacity: 1;
    transform: translate(-50%)
}

.switcher__sep {
    background-color: transparent;
    background-image: url(../images/switcher/sep.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 1.125rem;
    height: 1.1875rem
}

:root {
    --post-scale: 0.64;
    --post-height: calc(21.5rem * var(--post-scale));
    --post-width: calc(26.875rem * var(--post-scale));
    --post-transition: 0.3s all;
    --post-label-bg: url(../images/post/label-bg-1.png)
}

[data-post-type=important] {
    --post-label-bg: url(../images/post/label-bg-0.png)
}

[data-post-type=news] {
    --post-label-bg: url(../images/post/label-bg-1.png)
}

[data-post-type=promotions] {
    --post-label-bg: url(../images/post/label-bg-2.png)
}

[data-post-type=updates] {
    --post-label-bg: url(../images/post/label-bg-3.png)
}

.post {
    position: relative;
    z-index: 0;
    transition: all .3s;
    transition: var(--post-transition);
    box-sizing: border-box;
    padding: 1.6rem;
    padding: calc(2.5rem * var(--post-scale));
    max-width: 100%;
    height: 13.76rem;
    height: var(--post-height);
    width: 17.2rem;
    width: var(--post-width);
    color: #fff;
    color: rgba(var(--color-0), 1);
    display: flex;
    justify-content: center;
    align-items: center
}

.post__dec {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: url(../images/post/frame.png);
    background-size: 100% 100%;
    pointer-events: none
}

.post__dec, .post__dec:after {
    position: absolute;
    top: 0;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat
}

.post__dec:after {
    display: block;
    content: "";
    background-image: url(../images/post/frame-decor.png);
    background-size: contain;
    width: .88rem;
    width: calc(1.375rem * var(--post-scale));
    height: 1.2rem;
    height: calc(1.875rem * var(--post-scale));
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.post__pic {
    z-index: -2;
    -webkit-clip-path: polygon(.48rem 0, calc(100% - .48rem) 0, 100% .48rem, 100% calc(100% - .48rem), calc(100% - .48rem) 100%, .48rem 100%, 0 calc(100% - .48rem), 0 .48rem);
    -webkit-clip-path: polygon(calc(0.75rem * var(--post-scale)) 0, calc(100% - 0.75rem * var(--post-scale)) 0, 100% calc(0.75rem * var(--post-scale)), 100% calc(100% - 0.75rem * var(--post-scale)), calc(100% - 0.75rem * var(--post-scale)) 100%, calc(0.75rem * var(--post-scale)) 100%, 0 calc(100% - 0.75rem * var(--post-scale)), 0 calc(0.75rem * var(--post-scale)));
    clip-path: polygon(.48rem 0, calc(100% - .48rem) 0, 100% .48rem, 100% calc(100% - .48rem), calc(100% - .48rem) 100%, .48rem 100%, 0 calc(100% - .48rem), 0 .48rem);
    clip-path: polygon(calc(0.75rem * var(--post-scale)) 0, calc(100% - 0.75rem * var(--post-scale)) 0, 100% calc(0.75rem * var(--post-scale)), 100% calc(100% - 0.75rem * var(--post-scale)), calc(100% - 0.75rem * var(--post-scale)) 100%, calc(0.75rem * var(--post-scale)) 100%, 0 calc(100% - 0.75rem * var(--post-scale)), 0 calc(0.75rem * var(--post-scale)));
    background-color: #03030a
}

.post__pic, .post__pic:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.post__pic:after {
    display: block;
    content: "";
    z-index: 2;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .95) 60%)
}

.post__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .6s
}

.post:hover .post__img {
    transform: scale(1.06)
}

.post__content {
    width: 12.8rem;
    width: calc(20rem * var(--post-scale));
    flex-direction: column
}

.post__content, .post__label {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.post__label {
    background-color: transparent;
    background-image: url(../images/post/label-bg-1.png);
    background-image: var(--post-label-bg);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 3.48rem;
    width: calc(5.4375rem * var(--post-scale));
    height: 1.4rem;
    height: calc(2.1875rem * var(--post-scale));
    box-sizing: border-box;
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: .48rem;
    font-size: calc(0.75rem * var(--post-scale));
    text-transform: uppercase;
    margin-bottom: .4rem;
    margin-bottom: calc(0.625rem * var(--post-scale))
}

.post:hover .post__label {
    -webkit-animation: scale-up .4s forwards;
    animation: scale-up .4s forwards
}

@-webkit-keyframes scale-up {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
}

@keyframes scale-up {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
}

.post__title {
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.28rem;
    font-size: calc(2rem * var(--post-scale));
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    color: #fff;
    color: rgba(var(--color-0), 1)
}

.post__desc {
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    font-size: .72rem;
    font-size: calc(1.125rem * var(--post-scale));
    margin: .56rem 0 0;
    margin-top: calc(0.875rem * var(--post-scale));
    color: #c8c8c8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.post__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .4rem;
    gap: .4rem;
    grid-gap: calc(0.625rem * var(--post-scale));
    gap: calc(0.625rem * var(--post-scale));
    margin-top: .8rem;
    margin-top: calc(1.25rem * var(--post-scale))
}

.post__btn {
    cursor: pointer
}

.post__date {
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: .64rem;
    font-size: calc(1rem * var(--post-scale));
    text-transform: uppercase;
    color: #9a9898;
    margin-top: .4rem;
    margin-top: calc(0.625rem * var(--post-scale))
}

[data-section-bg=news] {
    background-image: url(../images/news/bg.jpg);
    height: 39.375rem
}

.news {
    min-height: 100vh;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    transition: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column
}

.news, .news__box {
    box-sizing: border-box
}

.news__box {
    margin: auto;
    min-width: 0;
    width: 100%
}

.news__grabbing {
    position: absolute;
    top: 12.5rem;
    left: -3.125rem;
    z-index: 2
}

.news__slider {
    box-sizing: border-box;
    padding-top: 1rem;
    padding-bottom: 1.875rem
}

.news__list {
    width: 100%;
    min-width: 0;
    cursor: -webkit-grab;
    cursor: grab;
    position: relative;
    z-index: 0;
    height: 30.02rem;
    height: calc(var(--post-height) * 2 + 2.5rem);
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

.news__swiper-wrapper {
    width: 100%
}

.news__swiper-slide {
    opacity: 1;
    transition: all .3s;
    pointer-events: all !important;
    width: 17.2rem;
    width: var(--post-width);
    height: 13.76rem !important;
    height: var(--post-height) !important;
    margin: 0 2.5rem 0 0 !important
}

.news__swiper-slide:nth-child(2n) {
    margin-top: auto !important
}

.news__swiper-slide.swiper-slide-active, .news__swiper-slide.swiper-slide-active ~ .news__swiper-slide {
    opacity: 1;
    pointer-events: all
}

.news__control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    grid-gap: 1.25rem;
    gap: 1.25rem;
    z-index: 2
}

.news__arrow {
    text-transform: uppercase;
    color: #999;
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: .875rem;
    cursor: pointer;
    box-sizing: border-box;
    padding: .5rem 0;
    transition: all .2s
}

.news__arrow:hover {
    color: #fff
}

.news__scrollbar {
    flex-grow: 1;
    height: .1875rem;
    background-color: #343a48;
    display: flex;
    align-items: center
}

.news__scrollbaritem {
    background-color: transparent;
    background-image: url(../images/news/scrollbaritem.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 8.375rem;
    height: 3.4375rem
}

[data-section-bg=start] {
    background-image: url(../images/start/bg-mobile.jpg);
    background-position: 0 0;
    height: 75.9375rem
}

.start {
    min-height: 100vh;
    box-sizing: border-box;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    transition: none
}

.start, .start__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column
}

.start__wrap {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    display: grid;
    grid-gap: 3.75rem 1.25rem;
    gap: 3.75rem 1.25rem;
    min-height: 37.5rem
}

.start__sep {
    position: relative;
    z-index: 0;
    width: 1.75rem;
    display: none
}

.start__sep:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/start/sep.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 29/786;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1
}

.start__informer {
    width: 100%;
    margin: 3.125rem auto 0;
    max-width: 47.5rem
}

.inform {
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    min-height: 12.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    grid-gap: .625rem;
    gap: .625rem;
    box-sizing: border-box;
    padding: 1.25rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #c8c8c8;
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    position: relative;
    z-index: 0
}

.inform:after, .inform:before {
    display: block;
    content: "";
    z-index: -2;
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50% + 1.875rem)
}

.inform:after {
    left: 0;
    background-image: url(../images/inform/bg-left.jpg);
    background-position: 0;
    -webkit-mask: linear-gradient(270deg, transparent 0, #000 .625rem);
    mask: linear-gradient(270deg, transparent 0, #000 .625rem)
}

.inform:after, .inform:before {
    background-size: auto 100%;
    background-repeat: no-repeat
}

.inform:before {
    right: 0;
    background-image: url(../images/inform/bg-right.jpg);
    background-position: 100%;
    -webkit-mask: linear-gradient(90deg, transparent 0, #000 .625rem);
    mask: linear-gradient(90deg, transparent 0, #000 .625rem)
}

.inform__title {
    font-size: 1.125rem;
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #afbbe1;
    margin: 0;
    text-transform: uppercase
}

.inform__title_2 {
    color: #fff
}

.inform__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: .625rem;
    gap: .625rem
}

.inform__pic {
    width: 7.125rem;
    display: none
}

.invite {
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    max-width: 30rem;
    width: 100%
}

.invite, .invite__logobox {
    display: flex;
    align-items: center
}

.invite__logobox {
    margin-top: 1.25rem;
    justify-content: center;
    max-width: 20.1875rem
}

.invite__logo {
    display: block;
    width: 100%
}

.invite__desc {
    margin-top: 1.25rem;
    color: #aeaeae;
    font-size: .9375rem;
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    text-wrap: balance
}

.invite__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-top: 3.125rem
}

.invite__link {
    text-decoration: none;
    font-size: 1.125rem;
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #acaab6;
    text-transform: uppercase;
    letter-spacing: .1em;
    transition: all .2s
}

.invite__link:hover {
    color: #fff
}

.resources {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    max-width: 20rem;
    max-width: calc(25rem * var(--resource-scale));
    width: 100%
}

.resources__desc {
    margin-top: .875rem;
    color: #c8c8c8;
    font-size: 1rem;
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2)
}

.resources__list {
    margin-top: 2.1875rem
}

.resources__info, .resources__list {
    width: 100%;
    display: grid;
    grid-gap: 1.125rem;
    gap: 1.125rem
}

.resources__info {
    margin-top: 2.875rem
}

.resources__info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: .625rem;
    gap: .625rem;
    color: #c8c8c8;
    font-size: .875rem;
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    text-transform: uppercase;
    line-height: 1.1;
    text-align: left
}

.resources__info-val {
    color: #a3b1d5
}

:root {
    --resource-scale: 0.8
}

.resource {
    background-image: url(../images/resource/bg.png);
    background-size: 100% 100%;
    max-width: 20rem;
    max-width: calc(25rem * var(--resource-scale));
    width: 100%;
    min-height: 4.15rem;
    min-height: calc(5.1875rem * var(--resource-scale));
    box-sizing: border-box;
    padding: .8rem 1.25rem .5rem;
    padding: calc(1rem * var(--resource-scale)) calc(1.5625rem * var(--resource-scale)) calc(0.625rem * var(--resource-scale)) calc(1.5625rem * var(--resource-scale));
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    grid-gap: .9rem;
    gap: .9rem;
    grid-gap: calc(1.125rem * var(--resource-scale));
    gap: calc(1.125rem * var(--resource-scale));
    font-size: .9rem;
    font-size: calc(1.125rem * var(--resource-scale));
    text-transform: uppercase;
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    letter-spacing: .05em;
    color: #fff;
    line-height: 1.1;
    text-decoration: none
}

.resource, .resource:after {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat
}

.resource:after {
    display: block;
    content: "";
    background-image: url(../images/resource/download-item.png);
    background-size: contain;
    width: 1.5rem;
    width: calc(1.875rem * var(--resource-scale));
    height: 1.4rem;
    height: calc(1.75rem * var(--resource-scale));
    margin-left: auto
}

.resource__ico {
    width: 2rem;
    width: calc(2.5rem * var(--resource-scale));
    height: 2rem;
    height: calc(2.5rem * var(--resource-scale));
    display: flex;
    justify-content: center;
    align-items: center
}

.resource__ico-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.resource__tooltip {
    display: none
}

.file {
    background-color: transparent;
    width: 100%;
    min-height: 4.15rem;
    min-height: calc(5.1875rem * var(--resource-scale));
    box-sizing: border-box;
    padding: 1.5rem 1.25rem;
    padding: calc(1.875rem * var(--resource-scale)) calc(1.5625rem * var(--resource-scale));
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    grid-gap: .9rem;
    gap: .9rem;
    grid-gap: calc(1.125rem * var(--resource-scale));
    gap: calc(1.125rem * var(--resource-scale));
    font-size: .9rem;
    font-size: calc(1.125rem * var(--resource-scale));
    text-transform: uppercase;
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    letter-spacing: .05em;
    color: #fff;
    line-height: 1.1;
    text-decoration: none;
    transition: all .2s
}

.file:hover {
    background-color: hsla(0, 0%, 100%, .05)
}

.file:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/resource/download-item.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 1.5rem;
    width: calc(1.875rem * var(--resource-scale));
    height: 1.4rem;
    height: calc(1.75rem * var(--resource-scale));
    margin-left: auto
}

.file__ico {
    width: 2rem;
    width: calc(2.5rem * var(--resource-scale));
    height: 2rem;
    height: calc(2.5rem * var(--resource-scale));
    display: flex;
    justify-content: center;
    align-items: center
}

.file__ico-img {
    display: block;
    width: 1.75rem;
    width: calc(2.1875rem * var(--resource-scale));
    height: auto
}

.files {
    width: 20rem;
    width: calc(25rem * var(--resource-scale));
    display: grid
}

.files__sep {
    background-color: rgba(44, 44, 56, .4);
    margin: 0 1.25rem;
    margin: 0 calc(1.5625rem * var(--resource-scale));
    height: 1px
}

.files__sep:first-child {
    display: none
}

[data-section-bg=community] {
    background-image: url(../images/community/bg.jpg);
    background-position: 50%;
    height: 75.9375rem
}

.community {
    min-height: 100vh;
    box-sizing: border-box;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    transition: none
}

.community, .community__box {
    display: flex;
    justify-content: flex-community;
    align-items: center;
    flex-direction: column
}

.community__socialbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.6875rem;
    gap: 1.6875rem;
    margin: 1.875rem auto 0;
    max-width: 47.5rem
}

.community__informer {
    width: 100%;
    margin: 2.5rem auto 0;
    max-width: 47.5rem
}

:root {
    --social-scale: 0.8
}

.social {
    position: relative;
    z-index: 0;
    width: 14.85rem;
    width: calc(18.5625rem * var(--social-scale));
    height: 17.85rem;
    height: calc(22.3125rem * var(--social-scale));
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    padding: 1.7rem 1.2rem 1.2rem;
    padding: calc(2.125rem * var(--social-scale)) calc(1.5rem * var(--social-scale)) calc(1.5rem * var(--social-scale)) calc(1.5rem * var(--social-scale))
}

.social__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: transparent;
    background-image: url(../images/social/bg-tg.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .2s
}

.social:hover .social__bg {
    filter: brightness(130%)
}

.social__picbox {
    width: 6.4rem;
    width: calc(8rem * var(--social-scale));
    height: 6.55rem;
    height: calc(8.1875rem * var(--social-scale));
    transition: all .2s
}

.social:hover .social__picbox {
    transform: scale(1.08)
}

.social__ico {
    display: block
}

.social__name {
    margin-top: .6rem;
    margin-top: calc(0.75rem * var(--social-scale));
    text-transform: uppercase;
    font-size: 1rem;
    font-size: calc(1.25rem * var(--social-scale));
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1);
    color: #fff;
    color: rgba(var(--color-0), 1);
    line-height: 1
}

.social__desc {
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    font-size: .7rem;
    font-size: calc(0.875rem * var(--social-scale));
    color: #c8c8c8;
    box-sizing: border-box;
    padding-bottom: .2rem;
    padding-bottom: calc(0.25rem * var(--social-scale));
    height: 2.9rem;
    height: calc(3.625rem * var(--social-scale));
    overflow: hidden;
    line-height: 1.34
}

.social__btns, .social__desc {
    margin-top: .5rem;
    margin-top: calc(0.625rem * var(--social-scale))
}

.social__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .5rem;
    gap: .5rem;
    grid-gap: calc(0.625rem * var(--social-scale));
    gap: calc(0.625rem * var(--social-scale))
}

.content {
    box-sizing: border-box;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    transition: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.content__heading {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left
}

.content__title {
    text-align: left;
    line-height: 1.2
}

.content__box {
    text-align: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto
}

.content__wrap {
    margin-top: .625rem;
    direction: rtl;
    overflow-y: auto;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    padding-left: 1.25rem;
    margin-left: -1.25rem;
    height: 100%;
    -webkit-mask: linear-gradient(180deg, transparent 0, #000 1.875rem, #000 calc(100% - 3.125rem), transparent);
    mask: linear-gradient(180deg, transparent 0, #000 1.875rem, #000 calc(100% - 3.125rem), transparent)
}

.content__text, .content__wrap {
    box-sizing: border-box;
    text-align: left
}

.content__text {
    color: #bebebe;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    direction: ltr;
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2)
}

[data-section=footer] {
    background: transparent;
    margin-top: auto;
    border-top: 1px solid hsla(0, 0%, 80%, .11);
    pointer-events: none
}

.footer {
    flex-direction: column;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    grid-gap: 1.875rem;
    gap: 1.875rem
}

.footer, .footer__bnrs {
    display: flex;
    justify-content: center;
    align-items: center
}

.footer__bnrs {
    flex-wrap: wrap;
    grid-gap: .5rem 1.5625rem;
    gap: .5rem 1.5625rem
}

.footer__content {
    max-width: 31.25rem;
    text-align: center
}

.footer__copyright {
    font-size: .75rem;
    color: #fff;
    color: rgba(var(--color-0), 1)
}

.footer__copyright, .footer__desc {
    line-height: 1.3;
    pointer-events: all
}

.footer__desc {
    font-size: .625rem;
    color: #6e7685;
    margin-top: .375rem
}

.footer__links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: .625rem;
    line-height: 1.2
}

.footer__link {
    text-decoration: none;
    color: #457ad9;
    margin: .1875rem .5rem;
    transition: all .2s;
    opacity: 1;
    pointer-events: all;
    text-transform: uppercase
}

.footer__link:hover {
    opacity: .7
}

.footer__link-sep {
    color: #bbbcbd
}

[data-section=consent] {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 200;
    -webkit-animation: consentShow 1s ease forwards;
    animation: consentShow 1s ease forwards;
    background: hsla(0, 0%, 40.8%, .2);
    -webkit-backdrop-filter: blur(.5rem);
    backdrop-filter: blur(.5rem);
    box-shadow: 0 0 3.75rem #000
}

[data-container=consent] {
    max-width: 87.5rem
}

@-webkit-keyframes consentShow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes consentShow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.consent {
    color: #fff;
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    font-size: .875rem;
    box-sizing: border-box;
    padding-top: .875rem;
    padding-bottom: .875rem;
    display: grid;
    align-items: center;
    text-align: center;
    grid-gap: 1.25rem 3.125rem;
    gap: 1.25rem 3.125rem
}

@media (min-width: 460px) {
    .news__list {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .resource, .resources {
        max-width: 24rem;
        max-width: calc(30rem * var(--resource-scale))
    }

    .files {
        width: 24rem;
        width: calc(30rem * var(--resource-scale))
    }
}

@media (min-width: 540px) {
    .server {
        min-width: 8.75rem
    }

    .navigation__box_side_left {
        grid-gap: 2rem;
        gap: 2rem
    }

    .navigation__auth {
        display: flex
    }

    .hero__title {
        font-size: 1.125rem;
        letter-spacing: .5em
    }

    :root {
        --post-width: calc(43.75rem * var(--post-scale))
    }

    .post {
        justify-content: flex-end
    }

    .content__text {
        font-size: .875rem
    }
}

@media (min-width: 680px) {
    .desc {
        font-size: 1.125rem
    }

    :root {
        --btn2-scale: 0.85;
        --button-scale: 0.8
    }

    .server {
        width: 10.125rem
    }

    .resources__desc {
        font-size: 1.375rem
    }

    :root {
        --resource-scale: 1
    }

    .consent__btns {
        text-align: right
    }
}

@media (min-width: 720px) {
    .hero, .news {
        align-items: flex-start
    }

    .community, .start {
        align-items: center;
        justify-content: center
    }
}

@media (min-width: 800px) {
    .footer {
        justify-content: space-between;
        flex-direction: row
    }

    .footer__content {
        text-align: right
    }

    .footer__links {
        justify-content: flex-end
    }
}

@media (min-width: 840px) {
    [data-section-bg] {
        height: 56.25rem
    }

    :root {
        --scl-scale: 1
    }

    .arrow {
        --arrow-scale: 0.9
    }

    :root {
        --countdown-scale: 1
    }

    .hero__logotype {
        max-width: none
    }

    .resources__info-item {
        font-size: 1rem
    }
}

@media (min-width: 1050px) {
    .btn {
        --btn-scale: 1
    }

    .news__list_compensate {
        padding-left: 2.5rem
    }
}

@media (min-width: 1200px) {
    :root {
        --container-width: 94%
    }

    [data-section-bg] {
        height: auto;
        bottom: 0;
        -webkit-mask: none;
        mask: none
    }

    .title {
        font-size: 2.1875rem
    }

    .subtitle {
        font-size: 1.625rem
    }

    .lang {
        --lang-img-width: 2.125rem
    }

    :root {
        --btn-fs: 1rem;
        --btn2-scale: 1;
        --btn2-fs: 1.25rem;
        --button-scale: 1;
        --button-fs: 1.75rem
    }

    .fpnav {
        display: flex
    }

    .fp {
        transition: all .3s;
        opacity: 0;
        height: 100vh;
        overflow: hidden
    }

    [data-slider-wrapper=fp] {
        height: 100%;
        flex-direction: row
    }

    .fp__swiper-slide {
        overflow: hidden;
        opacity: 0 !important;
        pointer-events: none !important
    }

    .fp__swiper-slide.swiper-slide-active {
        overflow: visible;
        opacity: 1 !important;
        pointer-events: auto !important
    }

    [data-fp-scrollable] {
        overflow-y: auto !important;
        height: 100vh;
        height: 100dvh;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }

    .fp__section {
        min-height: 100vh;
        overflow: hidden
    }

    .fp__box {
        min-height: max(50rem, 100vh);
        box-sizing: border-box;
        overflow-y: auto
    }

    .arrow {
        --arrow-scale: 1
    }

    .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)
    }

    .tippy-arrow {
        transform: none !important
    }

    .videobg {
        display: flex
    }

    .servers-list {
        flex-direction: column
    }

    .servers-desktop {
        display: block;
        position: fixed;
        top: 7.5rem;
        right: 4rem;
        z-index: 10
    }

    .gw-burger {
        display: none
    }

    :root {
        --navigation-height: 7.5rem;
        --navigation-height-scroll: 7.5rem
    }

    .navigation__logobox {
        display: none
    }

    .navigation__box_side_left {
        margin-right: 3.75rem
    }

    .navigation__box_side_right {
        margin-left: auto;
        display: flex;
        grid-gap: 1.875rem;
        gap: 1.875rem
    }

    .navigation__el_desktop {
        display: flex;
        justify-content: center
    }

    .navigation__menu {
        display: none
    }

    [data-section-bg=hero] {
        background-image: url(../images/hero/bg-ultra.jpg);
        height: auto
    }

    .hero {
        padding-top: 0;
        padding-bottom: .625rem
    }

    .hero__box {
        width: 50%
    }

    .hero__title {
        font-size: 1.25rem
    }

    .hero__desc {
        font-size: 1.375rem;
        line-height: 1.5
    }

    .hero__servers {
        display: none
    }

    :root {
        --post-scale: 0.9
    }

    [data-section-bg=news] {
        background-image: url(../images/news/bg.jpg);
        height: auto
    }

    .news {
        padding-top: 0;
        padding-bottom: .625rem
    }

    .news, .news__box {
        overflow: hidden
    }

    .news__slider {
        max-width: 112.5rem;
        margin: 0 auto;
        -webkit-mask: linear-gradient(90deg, transparent 0, #000 12.5rem, #000 calc(100% - 12.5rem), transparent);
        mask: linear-gradient(90deg, transparent 0, #000 12.5rem, #000 calc(100% - 12.5rem), transparent)
    }

    .news__list {
        height: 31.395rem;
        height: calc(var(--post-height) * 2 + 3.875rem);
        width: 100%;
        max-width: 100%;
        max-width: 91.25rem;
        margin: 0 auto
    }

    .news__list_compensate {
        padding-left: 3.75rem
    }

    .news__swiper-slide {
        pointer-events: none !important;
        margin: 0 3.75rem 0 0 !important
    }

    .fp__swiper-slide.swiper-slide-active .news__swiper-slide {
        pointer-events: all !important
    }

    .news__swiper-slide:nth-child(2n) {
        margin-top: auto !important
    }

    [data-section-bg=start] {
        background-image: url(../images/start/bg.jpg);
        background-position: 50%;
        height: auto
    }

    .start {
        padding-top: 0;
        padding-bottom: .625rem;
        overflow: hidden
    }

    .start__box_side_1 {
        align-items: flex-start
    }

    .start__box_side_2 {
        align-items: flex-end
    }

    .start__wrap {
        grid-template-columns:1fr auto 1fr
    }

    .start__sep {
        display: block
    }

    .start__informer {
        max-width: 80rem
    }

    .inform {
        padding: 1.875rem 3.75rem 1.875rem 2.5rem;
        justify-content: flex-start;
        flex-direction: row;
        text-align: left;
        font-size: 1rem
    }

    .inform__content {
        flex-grow: 1;
        margin-left: 1.25rem
    }

    .inform__title {
        font-size: 1.5625rem
    }

    .inform__pic {
        display: block
    }

    [data-section-bg=community] {
        background-image: url(../images/community/bg.jpg);
        background-position: 50%;
        height: auto
    }

    .community {
        padding-top: 0;
        padding-bottom: .625rem;
        overflow: hidden
    }

    .community__informer, .community__socialbox {
        max-width: 80rem
    }

    :root {
        --social-scale: 1
    }

    .content {
        min-height: 40.625rem;
        height: 100vh;
        max-height: 100vh;
        padding-top: 9.375rem;
        padding-bottom: 15.625rem;
        padding-left: 8.75rem;
        align-items: flex-start;
        justify-content: flex-start
    }

    .content__box {
        text-align: left;
        max-width: 60rem;
        flex-grow: 1;
        min-height: 0
    }

    .content__wrap {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        -webkit-mask: linear-gradient(180deg, transparent 0, #000 1.875rem, #000 calc(100% - 1.875rem), transparent);
        mask: linear-gradient(180deg, transparent 0, #000 1.875rem, #000 calc(100% - 1.875rem), transparent)
    }

    .content__text {
        font-size: 1rem
    }

    [data-section=footer] {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 20;
        border: 0
    }

    .footer {
        padding-top: 0
    }

    .consent {
        grid-template-columns:1fr auto;
        font-size: 1rem;
        text-align: left;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem
    }
}

@media (orientation: landscape) and (min-width: 1200px) {
    html {
        font-size: min(.76vw, 1.6vh)
    }
}

@media (max-width: 1200px) {
    [data-slider-wrapper=fp] {
        width: 100%;
        height: auto;
        flex-direction: column;
        transform: none !important
    }

    [data-fp-parallax] {
        transform: none !important;
        opacity: 1 !important
    }
}

@media (max-width: 1199.99px) {
    .mbar {
        height: 4.375rem;
        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: 4.375rem;
        top: var(--navigation-height);
        right: 0;
        left: 0;
        z-index: 2;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: 4.375rem;
        padding-bottom: var(--navigation-height);
        height: 100vh;
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        justify-content: flex-start;
        background-color: #010308;
        background-color: rgba(var(--body-background-color));
        opacity: 0;
        transition: all .5s .3s;
        visibility: hidden;
        box-shadow: 0 0 0 100vh #010308;
        box-shadow: 0 0 0 100vh rgba(var(--body-background-color), 1);
        pointer-events: all
    }

    @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;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        color: #fff;
        color: rgba(var(--color-0), 1);
        cursor: pointer;
        font-style: normal;
        font-size: 1.125rem;
        font-weight: 400;
        white-space: nowrap;
        text-transform: uppercase;
        width: 100%;
        min-height: 3.125rem;
        transition: all .2s;
        font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
        font-family: var(--font-1)
    }

    .menu__item:hover, .menu__item_open {
        color: #457ad9;
        color: rgba(var(--color-accent), 1)
    }

    .menu__sub-wrapper {
        display: none
    }

    .subnav__container {
        padding: 0
    }

    .mob-menu-active {
        overflow: hidden
    }

    [data-menu-open-sub-list]:after {
        display: block;
        content: "";
        background: url(../images/menu/arrow-down.png) no-repeat;
        width: .875rem;
        height: .875rem;
        margin-left: .625rem;
        position: relative;
        top: 0;
        transition: all .5s
    }

    .menu__item_open:after {
        transform: rotateX(180deg)
    }

    .menu__item_open, .menu__sub-list {
        background: hsla(0, 0%, 100%, .05);
        background: rgba(var(--color-0), .05)
    }

    .menu__sub-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: none
    }

    .menu__item_open ~ .menu__sub-list {
        display: block
    }

    .menu__sub-item {
        display: flex;
        align-items: center;
        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: left;
        min-height: 3.125rem;
        font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
        font-family: var(--font-1);
        text-transform: uppercase
    }

    .menu__sub-item:hover {
        color: #457ad9;
        color: rgba(var(--color-accent), 1)
    }

    .menu__sub-content {
        min-width: 0;
        flex-grow: 1
    }

    .menu__sub-name {
        font-size: 1.125rem;
        line-height: 1.125rem;
        color: #000;
        transition: all .2s
    }

    .menu__sub-desc {
        padding-top: .1875rem;
        font-size: .875rem;
        line-height: 1rem;
        color: rgba(0, 0, 0, .6);
        transition: all .2s
    }

    .menu__scl {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(var(--color-bg-0), 1);
        --scl-flex-basis: 100%
    }

    .menu__btnbar {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        grid-gap: .5rem;
        gap: .5rem;
        background-color: transparent;
        box-sizing: border-box;
        padding: .625rem 1.5rem;
        font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
        font-family: var(--font-2);
        font-size: .9375rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: .04em;
        text-transform: uppercase;
        text-decoration: none;
        z-index: 10;
        height: 4.375rem
    }

    .menu__btnbar, .menu__btnbar:after {
        transition: all .2s;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }

    .menu__btnbar:after {
        display: block;
        content: "";
        top: 0;
        z-index: -1;
        background-color: rgba(60, 44, 34, .6);
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat
    }

    .menu__btnbar-txt {
        color: #bdb1a5;
        background: var(--text-gradient);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: drop-shadow(0 .0625rem .25rem rgba(0, 0, 0, .5))
    }
}

@media (--v12-max) {
    .news__swiper-wrapper {
        grid-gap: .75rem;
        gap: .75rem
    }
}

@media (--v27) {
    .subtitle {
        font-size: 2.125rem
    }
}

.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: #ec1919;
    color: rgba(var(--color-red), 1)
}

.color-yellow {
    color: #ff0;
    color: rgba(var(--color-yellow), 1)
}

.color-orange {
    color: orange;
    color: rgba(var(--color-orange), 1)
}

.color-pink {
    color: pink;
    color: rgba(var(--color-pink), 1)
}

.color-purple {
    color: #850885;
    color: rgba(var(--color-purple), 1)
}

.color-blue {
    color: #4478d8;
    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: #c8c8c8;
    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: #457ad9;
    color: rgba(var(--color-accent), 1)
}

.color-url {
    color: #457ad9;
    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: intro, Arial, sans-serif;
    font-family: var(--font-0)
}

.font-family-1 {
    font-family: Cormorant Garamond, Trajan Pro\ 3, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.font-family-2 {
    font-family: Intro Book, Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2)
}

.font-family-3 {
    font-family: Alice, Times New Roman, Times, serif;
    font-family: var(--font-3)
}

.font-family-4 {
    font-family: var(--font-4)
}

.w-100 {
    width: 100%
}

.w-90 {
    width: 90%
}

.w-80 {
    width: 80%
}

.w-70 {
    width: 70%
}

.w-60 {
    width: 60%
}

.w-50 {
    width: 50%
}

.w-40 {
    width: 40%
}

.w-30 {
    width: 30%
}

.w-20 {
    width: 20%
}

.w-10 {
    width: 10%
}