:root {
    /* body */
    --body-min-width: 20rem;
    --body-max-width: 100%;
    --body-background-color-rgb: rgb(15, 14, 13);
    --body-background-color: 15, 14, 13;
    /* container */
    --container-width: 100%;
    /* fonts */
    --font-0:
        "Cormorant Garamond", "Trajan Pro 3", "Times New Roman", Times, serif;
    --font-1: "Trajan Pro 3", "Times New Roman", Times, serif;
    --font-2: "intro", Arial, sans-serif;
    --font-3: "Intro Book", "intro", Arial, sans-serif;
    --font-ico: "gwi";
    /* colors */
    --color-light-rgb: rgb(232, 209, 166);
    --color-light: 232, 209, 166;
    --color-dark-rgb: rgb(0, 0, 0);
    --color-dark: 0, 0, 0;
    --color-red-rgb: rgb(236, 25, 25);
    --color-red: 236, 25, 25;
    --color-yellow-rgb: rgb(255, 255, 0);
    --color-yellow: 255, 255, 0;
    --color-orange-rgb: rgb(255, 165, 0);
    --color-orange: 255, 165, 0;
    --color-pink-rgb: rgb(255, 192, 203);
    --color-pink: 255, 192, 203;
    --color-purple-rgb: rgb(133, 8, 133);
    --color-purple: 133, 8, 133;
    --color-blue-rgb: rgb(13, 78, 218);
    --color-blue: 13, 78, 218;
    --color-green-rgb: rgb(14, 185, 14);
    --color-green: 14, 185, 14;
    --color-grey-rgb: rgb(128, 128, 128);
    --color-grey: 128, 128, 128;
    --color-white-rgb: rgb(255, 255, 255);
    --color-white: 255, 255, 255;
    --color-black-rgb: rgb(0, 0, 0);
    --color-black: 0, 0, 0;
    --color-brown-rgb: rgb(165, 42, 42);
    --color-brown: 165, 42, 42;
    --color-aqua-rgb: rgb(0, 255, 255);
    --color-aqua: 0, 255, 255;
    /* color palette */
    --color-0-rgb: rgb(255, 255, 255);
    --color-0: 255, 255, 255;
    --color-1-rgb: rgb(20, 20, 20);
    --color-1: 20, 20, 20;
    --color-2-rgb: rgb(255, 255, 255);
    --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: rgb(218, 170, 86);
    --color-accent: 218, 170, 86;
    --color-accent-hover-rgb: rgb(255, 255, 0);
    --color-accent-hover: 255, 255, 0;
    --color-accent-2-rgb: rgb(255, 136, 0);
    --color-accent-2: 255, 136, 0;
    --color-accent-2-hover-rgb: rgb(255, 136, 0);
    --color-accent-2-hover: 255, 136, 0;
    /* other colors */
    --color-url-rgb: rgb(218, 170, 86);
    --color-url: 218, 170, 86;
    --color-url-hover-rgb: rgb(255, 255, 0);
    --color-url-hover: 255, 255, 0;
    /* margin */
    --margin: 0.625rem;
    --margin-x2: calc(var(--margin * 2));
    --margin-half: calc(var(--margin) / 2);
    --margin-third: calc(var(--margin) / 3);
    --negative-margin: calc(var(--margin) * -1);
    /* other */
    --thumb-url: url(../images/thumb.jpg);
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-color: rgba(0, 0, 0, 0.15);
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -0.125rem;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
}

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

a {
    background-color: transparent;
    color: rgba(218, 170, 86, 1);
    color: rgba(var(--color-url), 1);
    transition-duration: 0.2s;
    transition-property: opacity, color, background-color;
    outline: 0;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* убираем выделение ссылок пунктирной рамкой в FF и IE */
a:active,
a:focus {
    outline: 0;
}

::-webkit-input-placeholder {
    color: var(--input-placeholder-color);
    opacity: 1;
}

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

/* Firefox 19+ */
:-moz-placeholder {
    color: var(--input-placeholder-color);
    opacity: 1;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: var(--input-placeholder-color);
    opacity: 1;
}

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

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

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

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

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

/* list */
ul,
ol {
    padding-left: 1.375rem;
    margin: 0.625rem 0;
}

/* table */
table {
    border: 1px solid rgba(204, 204, 204, 0.3);
    border-collapse: collapse;
}

td,
th {
    border: 1px solid rgba(204, 204, 204, 0.3);
    padding: 0.625rem 1rem;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 0.375rem;
    height: 0.25rem;
    background-color: rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb {
    background-color: #6b4725;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #9b6635;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #cba74c #13100e;
}

/* main */
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: "Cormorant Garamond", "Trajan Pro 3", "Times New Roman", Times, serif;
    font-family: var(--font-0);
    font-size: 100%;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    cursor: default;
    overflow-x: clip;
    /* @media (orientation: landscape) and (--v12) {
		font-size: 1.65vh;
	}

	@media (orientation: portrait) and (--v12) {
		font-size: 1vw;
	} */
}

/* @media (--v12) {
		font-size: calc(max(0.2vw, 4px) + max(0.9vh, 4px));
	} */
@media (min-width: 1200px) {
    html {
        font-size: calc(max(0.44vw, 0.25rem) + max(0.55vh, 0.25rem))
    }
}

/* @media (min-width: 1200px) AND (max-height: 860px) {
		font-size: calc(max(0.4vw, 4px) + max(0.65vh, 4px));
	} */
@media (min-width: 2060px) {
    html {
        font-size: calc(max(0.4vw, 0.25rem) + max(0.65vh, 0.25rem))
    }
}

/* @media (--v5) {
		font-size: 87%;
	}

	@media (--v8) {
		font-size: 100%;
	} */
@media (min-width: 2600px) AND (min-height: 1000px) {
    html {
        font-size: calc(max(0.2vw, 0.25rem) + max(1.1vh, 0.3125rem))
    }
}

body {
    position: relative;
    z-index: 0;
    overflow-x: clip;
    margin: 0;
    background-color: rgba(15, 14, 13, 1);
    background-color: rgba(var(--body-background-color), 1);
    background-image: none;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100vh;
    min-height: 100dvh;
    min-width: 20rem;
    min-width: var(--body-min-width);
    display: flex;
    flex-direction: column;
}

body[\:has\(.mob-menu-active\)],
body[\:has\(.fancybox-active\)],
html[\:has\(.mob-menu-active\)],
html[\:has\(.fancybox-active\)] {
    overflow: hidden;
}

body:has(.mob-menu-active),
body:has(.fancybox-active),
html:has(.mob-menu-active),
html:has(.fancybox-active) {
    overflow: hidden;
}

.page {
    position: relative;
    z-index: 2;
    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);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    transition: 0.3s all;
    box-sizing: border-box;
}

.section {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}

.container {
    max-width: calc(100% + 0.625rem * 4);
    max-width: calc(var(--container-width) + var(--margin) * 4);
    width: 100%;
    min-width: 0;
    padding-right: calc(0.625rem * 2);
    padding-right: calc(var(--margin) * 2);
    padding-left: calc(0.625rem * 2);
    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.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 50rem;
    -webkit-mask: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 5rem,
            rgba(0, 0, 0, 1) calc(100% - 5rem),
            rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 5rem,
            rgba(0, 0, 0, 1) calc(100% - 5rem),
            rgba(0, 0, 0, 0) 100%);
}

@media (min-width: 840px) {
    [data-section-bg] {
        height: 56.25rem
    }
}

@media (min-width: 1200px) {
    [data-section-bg] {
        height: auto;
        bottom: 0;
        -webkit-mask: none;
        mask: none
    }
}

/* gwtab */
[data-tab] {
    display: none;
    opacity: 0;
    -webkit-animation: tab 1s ease forwards;
    animation: tab 1s ease forwards;
}

@-webkit-keyframes tab {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tab {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* bnr */
.bnr {
    pointer-events: all;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    transition: 0.3s all;
}

.bnr:hover {
    opacity: 1;
}

.bnr__img {
    display: block;
}

.bnr__img_s_1 {
    width: auto;
    height: 2.5rem;
}

/* subtitle */
.subtitle {
    color: #ffe5a7;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
    font-family: var(--font-1);
}

@media (min-width: 1200px) {
    .subtitle {
        font-size: 1.625rem
    }
}

@media (--v27) {
    .subtitle {
        font-size: 2.125rem
    }
}

/* title */
.title {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
    font-family: var(--font-1);
}

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

@media (--v27) {
    .title {
        font-size: 3.875rem
    }
}

@media (min-width: 1200px) {
    .title_size_small {
        font-size: 2rem
    }
}

@media (--v27) {
    .title_size_small {
        font-size: 2.8125rem
    }
}

/* desc */
.desc {
    color: #aeaeae;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    font-family: "Intro Book", "intro", Arial, sans-serif;
    font-family: var(--font-3);
}

@media (min-width: 840px) {
    .desc {
        font-size: 0.875rem
    }
}

@media (min-width: 1200px) {
    .desc {
        font-size: 0.9375rem
    }
}

@media (--v27) {
    .desc {
        font-size: 1rem
    }
}

.desc_mt {
    margin-top: 1.25rem;
}

/* heading */
.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    grid-gap: 0.375rem;
    gap: 0.375rem;
}

@media (min-width: 1200px) {
    .heading {
        align-items: flex-start;
        text-align: left
    }
}

/* gwtab */
[data-tab] {
    display: none;
    opacity: 0;
    -webkit-animation: tab 1s ease forwards;
    animation: tab 1s ease forwards;
}

@keyframes tab {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* preload */
.preload {
    background-color: #0f0e0d;
    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 0.5s cubic-bezier(0.64, 0.14, 0.34, 1.32);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 0.625rem;
}

.preload__logo {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    width: 18.75rem;
}

.preload_fade {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.4);
}

@-webkit-keyframes preanimateout {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        transform: translate(-50%, -50%) scale(0);
    }
}

@keyframes preanimateout {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        transform: translate(-50%, -50%) scale(0);
    }
}

.preload__progress {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 0;
    height: 0.3125rem;
    background: rgb(200, 129, 107);
}

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

.preload__item {
    width: 1.25rem;
    height: 1.25rem;
    background: rgb(100, 70, 24);
    background-color: transparent;
    background-image: url(../images/preload/item.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/* gw-anime */
[data-gw-anime] {
    opacity: 0;
    transition: 1s all;
}

[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(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        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(0.8) translateY(-5vh);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(-5vh);
    }

    100% {
        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(0.8) translateY(5vh);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(5vh);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20%);
    }

    100% {
        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%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }

    100% {
        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);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(5vh);
    }

    100% {
        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);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-5vh);
    }

    100% {
        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);
    }

    100% {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}

@keyframes turnRight {
    0% {
        opacity: 0;
        transform: translateX(-15%) rotate(-15deg);
    }

    100% {
        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);
    }

    100% {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}

@keyframes turLeft {
    0% {
        opacity: 0;
        transform: translateX(15%) rotate(15deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}

/* swiper */
/* arrow */
.arrow {
    --arrow-scale: 0.8;
    background-color: transparent;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(7.5625rem * var(--arrow-scale));
    height: calc(4.1875rem * var(--arrow-scale));
    flex-shrink: 0;
    cursor: pointer;
    transition: 0.3s all;
    opacity: 0.7;
}

@media (min-width: 840px) {
    .arrow {
        --arrow-scale: 0.9
    }
}

@media (min-width: 1200px) {
    .arrow {
        --arrow-scale: 1
    }
}

.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: 0.3;
    pointer-events: none;
    filter: grayscale(100%);
}

/* arrows */
.arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 2.5rem;
    gap: 2.5rem;
}

/* dots */
.dots {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0.25rem;
    gap: 0.25rem;
    width: auto !important;
}

@media (min-width: 1200px) {
    .dots {
        grid-gap: 0.875rem;
        gap: 0.875rem
    }
}

.dot {
    width: 1rem;
    height: 1rem;
    transform: scale(0.8);
    box-sizing: border-box;
    opacity: 1;
    cursor: pointer;
    flex-shrink: 0;
    transition: 0.3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 1200px) {
    .dot {
        width: 2.125rem;
        height: 2.125rem
    }
}

.dot:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(169, 169, 169);
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transition: 0.3s all;
}

.dot_active {
    filter: drop-shadow(0 0 1.25rem rgba(255, 210, 0, 1)) drop-shadow(0 0 1.25rem rgba(255, 210, 0, 0.5));
    transform: scale(1);
}

.dot_active:after {
    background-color: rgb(255, 235, 165);
}

/* control */
.control__arrow {
    margin-bottom: 1.5625rem;
}

@media (min-width: 1200px) {
    .control__arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        margin: 0
    }
}

.control__arrow_prev {
    margin-right: 0.625rem;
}

@media (min-width: 1200px) {
    .control__arrow_prev {
        right: calc(100% + 1.875rem)
    }
}

.control__arrow_next {
    margin-left: 0.625rem;
}

@media (min-width: 1200px) {
    .control__arrow_next {
        left: calc(100% + 1.875rem)
    }
}

/* fp */
:root {
    /* fp */
    --fp-transition-duration: 0.3s;
    --fp-margin: 0.625rem;
}

@media (min-width: 2200px) and (min-aspect-ratio: 21/10) {
    :root {
        --fp-margin: 24.75rem
    }
}

.fp {
    width: 100%;
}

@media (min-width: 1200px) {
    .fp {
        transition: 0.3s all;
        opacity: 0;
        height: 100vh;
        overflow: hidden
    }
}

.fp.swiper-initialized {
    opacity: 1;
}

/* .fp:not(.swiper-initialized) [data-fp-parallax] {
	transform: none !important;
	opacity: 1 !important;
} */
@media (max-width: 1200px) {
    [data-slider-wrapper="fp"] {
        width: 100%;
        height: auto;
        flex-direction: column;
        transform: none !important
    }
}

@media (min-width: 1200px) {
    [data-slider-wrapper="fp"] {
        height: 100%;
        flex-direction: row
    }
}

@media (max-width: 1200px) {
    [data-fp-parallax] {
        transform: none !important;
        opacity: 1 !important
    }
}

.fp__swiper-slide {
    height: auto;
    overflow: visible;
}

@media (min-width: 1200px) {
    .fp__swiper-slide {
        overflow: hidden;
        opacity: 0 !important;
        pointer-events: none !important
    }
}

/* .fp__swiper-slide:not(:first-child) {
	border-top: 4px solid #3a3a3a;

	@media (--v12) {
		border: 0;
	}
} */
@media (min-width: 1200px) {
    .fp__swiper-slide.swiper-slide-active {
        overflow: visible;
        opacity: 1 !important;
        pointer-events: auto !important
    }
}

@media (min-width: 1200px) {
    .fp__section {
        height: 100%
    }
}

@media (min-width: 1200px) {
    .fp__container {
        padding-right: 0
    }
}

.fp__box {
    /* @media (--v20) {
		min-height: max(940px, 100vh);
	} */
}

@media (min-width: 1200px) {
    .fp__box {
        min-height: max(50rem, 100vh);
        box-sizing: border-box;
        overflow-y: auto;
        padding-right: calc(0.625rem * 2);
        padding-right: calc(var(--margin) * 2)
            /* padding-bottom: var(--footer-height); */
    }
}

/* [data-fp-last-slide="true"] [data-slider-next="fp"] {
	opacity: 0;
	pointer-events: none;
} */
/* fpnav */
:root {
    /* fpnav */
    --fpnav-transition-duration: 0.2s;
}

.fpnav {
    position: absolute;
    left: 2.875rem !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateY(-50%);
    width: 2.5rem;
    z-index: 6;
    box-sizing: border-box;
    padding: 3.125rem 0;
    border: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.2s all;
    transition: var(--fpnav-transition-duration) all;
}

@media (min-width: 1200px) {
    .fpnav {
        display: flex
    }
}

@media (min-width: 1640px) {
    .fpnav {
        left: 4.125rem !important
    }
}

.fpnav:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 1px);
    background-color: #f2eae2;
    z-index: -1;
    width: 0.125rem;
    -webkit-mask: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 1.875rem,
            rgba(0, 0, 0, 1) calc(100% - 1.875rem),
            rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 1.875rem,
            rgba(0, 0, 0, 1) calc(100% - 1.875rem),
            rgba(0, 0, 0, 0) 100%);
}

.fpnav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 3.125rem;
    gap: 3.125rem;
}

.fpnav__item {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.2s all;
    transition: var(--fpnav-transition-duration) all;
    position: relative;
    z-index: 0;
    width: 4rem;
    height: 4rem;
}

.fpnav__item:before,
.fpnav__item:after {
    display: block;
    content: "";
    box-sizing: border-box;
    transition: 0.2s all;
    transition: var(--fpnav-transition-duration) all;
    background-color: transparent;
    background-image: url(../images/fpnav/point-no-active.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 7.5rem;
    height: 7.5rem;
    position: absolute;
    top: calc(50% - 3.75rem);
    left: calc(50% - 3.75rem);
    z-index: 2;
    pointer-events: none;
}

.fpnav__item:hover:before {
    transform: scale(1.2);
}

/* .fpnav__item:hover:before, */
.fpnav__item_active:before {
    opacity: 0;
}

.fpnav__item:after {
    background-image: url(../images/fpnav/point-active.png);
    opacity: 0;
    transform: scale(0.6);
}

/* .fpnav__item:hover:after, */
.fpnav__item_active:after {
    opacity: 1;
    transform: scale(1);
}

.fpnav__item-name {
    position: absolute;
    left: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    font-size: 1rem;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 0.875rem 0 0;
    line-height: 1.2;
    opacity: 0;
    transition: 0.2s all;
    transition: var(--fpnav-transition-duration) all;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13.6875rem;
    height: 4rem;
    text-transform: uppercase;
    text-decoration: none;
}

.fpnav__item:hover .fpnav__item-name

/* , .fpnav__item_active .fpnav__item-name  */
    {
    opacity: 1;
}

.fpnav__item-name:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: transparent;
    background-image: url(../images/fpnav/btn.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.2;
}

.fpnav__item_active .fpnav__item-name:after {
    opacity: 1;
}

/* lang */
.lang {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    gap: 1rem;
}

@media (min-width: 1440px) {
    .lang {
        grid-gap: 1.875rem;
        gap: 1.875rem
    }
}

.lang__item {
    text-decoration: none;
    position: relative;
    z-index: 0;
    font-family: "Cormorant Garamond", "Trajan Pro 3", "Times New Roman", Times, serif;
    font-family: var(--font-0);
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1;
    opacity: 0.5;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    transition: 0.3s all;
    pointer-events: all;
    box-sizing: border-box;
    padding: 0.25rem;
}

.lang__item_active,
.lang__item:hover {
    opacity: 1;
}

.lang__item:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: calc(100% + 0.25rem);
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--color-0), 1);
    opacity: 0;
    transition: 0.3s all;
    pointer-events: none;
}

.lang__item_active:after,
.lang__item:hover:after {
    opacity: 1;
}

/* btn */
:root {
    --btn-w: 24.75rem;
    --btn-h: 7.3125rem;
    --btn-fs: 1.3125rem;
    --btn-scale: 0.7;
    --btn-img-url: url(../images/btn/btn.png);
    --btn-img-hover-url: url(../images/btn/btn-hover.png);
    --btn-letter-spacing: 0;
}

@media (min-width: 1200px) {
    :root {
        --btn-fs: 1.3125rem;
        --btn-scale: 1
    }
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
    font-style: normal;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-family: "Cormorant Garamond", "Trajan Pro 3", "Times New Roman", Times, serif;
    font-family: var(--font-0);
    font-size: calc(1.3125rem * 0.7);
    font-size: calc(var(--btn-fs) * var(--btn-scale));
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s all;
    box-shadow: none;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    outline: 0;
    background: transparent;
    border: 0;
    line-height: 1;
    padding: calc(1.25rem * 0.7) calc(2.5rem * 0.7);
    padding: calc(1.25rem * var(--btn-scale)) calc(2.5rem * var(--btn-scale));
    width: calc(24.75rem * 0.7);
    width: calc(var(--btn-w) * var(--btn-scale));
    height: calc(7.3125rem * 0.7);
    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:hover {
    transform: scale(1);
}

.btn:before,
.btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -4;
    transition: 0.2s all;
    background-image: url(../images/btn/btn.png);
    background-image: var(--btn-img-url);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transform-style: preserve-3d;
    perspective: 43.75rem;
    pointer-events: none;
}

.btn:hover:before {
    filter: brightness(140%);
}

.btn:after {
    opacity: 0;
    z-index: -2;
    visibility: hidden;
    background-image: url(../images/btn/btn-hover.png);
    background-image: var(--btn-img-hover-url);
}

.btn:hover:after {
    opacity: 1;
    visibility: visible;
}

/* btn_type_2 */
.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_3 */
.btn_type_3 {
    --btn-img-url: url(../images/btn/btn-3.png);
    --btn-img-hover-url: url(../images/btn/btn-3-hover.png);
}

/* btn_size_2 */
/* --btn-scale: .91; */
@media (min-width: 1200px) {
    .btn_size_2 {
        --btn-scale: 0.91
    }
}

/* bt */
:root {
    --bt-w: 15.375rem;
    --bt-h: 4.5625rem;
    --bt-fs: 1rem;
    --bt-scale: 0.7;
    --bt-img-url: url(../images/bt/bt-1.png);
    --bt-img-active-url: url(../images/bt/bt-active.png);
    --bt-letter-spacing: 0;
}

@media (min-width: 1200px) {
    :root {
        --bt-fs: 1rem;
        --bt-scale: 1
    }
}

.bt {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
    font-style: normal;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-family: "Cormorant Garamond", "Trajan Pro 3", "Times New Roman", Times, serif;
    font-family: var(--font-0);
    font-size: calc(1rem * 0.7);
    font-size: calc(var(--bt-fs) * var(--bt-scale));
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s all;
    box-shadow: none;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    outline: 0;
    background: transparent;
    border: 0;
    line-height: 1;
    padding: calc(1.25rem * 0.7) calc(2.5rem * 0.7);
    padding: calc(1.25rem * var(--bt-scale)) calc(2.5rem * var(--bt-scale));
    width: calc(15.375rem * 0.7);
    width: calc(var(--bt-w) * var(--bt-scale));
    height: calc(4.5625rem * 0.7);
    height: calc(var(--bt-h) * var(--bt-scale));
    max-width: 100%;
    text-wrap: balance;
    letter-spacing: 0;
    letter-spacing: var(--bt-letter-spacing);
    will-change: transform;
}

.bt:hover {
    transform: scale(1);
}

.bt:before,
.bt:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -4;
    transition: 0.2s all;
    background-image: url(../images/bt/bt-1.png);
    background-image: var(--bt-img-url);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transform-style: preserve-3d;
    perspective: 43.75rem;
    pointer-events: none;
}

.bt:hover:before {
    filter: brightness(140%);
}

.bt:after {
    opacity: 0;
    z-index: -2;
    visibility: hidden;
    background-image: url(../images/bt/bt-active.png);
    background-image: var(--bt-img-active-url);
}

.bt_gray,
[data-open-tab].bt {
    filter: grayscale(100%);
    color: #b6b6b6;
}

.bt_gray:hover,
[data-open-tab].bt:hover {
    filter: grayscale(0%);
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
}

[data-open-tab-active="true"].bt {
    filter: grayscale(0%);
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
}

.bt_hover_solid:hover:after,
[data-open-tab-active="true"].bt:after {
    opacity: 1;
    visibility: visible;
}

/* logo */
: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 0.3s ease;
    animation: logo 0.3s ease;
}

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

    20% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

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

    20% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

/* countdown */
.countdown {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
    font-family: var(--font-1);
}

.countdown__heading {
    color: rgba(255, 255, 255, 0.9);
    color: rgba(var(--color-0), 0.9);
    text-align: center;
    margin-bottom: 0.3125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 900;
}

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

.countdown__title {}

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

.countdown__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    min-width: 6.25rem;
    box-sizing: border-box;
    line-height: 1;
    padding: 0 1rem;
}

@media (min-width: 840px) {
    .countdown__item {
        min-width: 1.0625rem;
        min-width: 8.4375rem
    }
}

.countdown__amount {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    text-transform: uppercase;
    box-sizing: border-box;
    font-size: 3.25rem;
    text-align: center;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
}

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

@media (min-width: 840px) {
    .countdown__amount {
        font-size: 6.75rem
    }
}

.countdown__desc {
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.6);
    color: rgba(var(--color-0), 0.6);
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 0.25rem;
}

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

.countdown__devider {
    font-size: 2.5rem;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: relative;
    z-index: 0;
    margin: 0 0.3125rem;
}

@media (min-width: 840px) {
    .countdown__devider {
        font-size: 5rem
    }
}

.countdown__devider:after {
    display: block;
    content: "";
    margin-top: -0.5625rem;
    width: 0.125rem;
    height: 1rem;
    background-color: #5a504d;
}

@media (min-width: 540px) {
    .countdown__devider:after {
        margin-top: -1rem;
        height: 1.625rem
    }
}

/* cntdwn */
.cntdwn {}

.cntdwn__counter {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 0.25rem;
    gap: 0.25rem;
}

@media (min-width: 1200px) {
    .cntdwn__counter {
        grid-gap: 0.5rem;
        gap: 0.5rem
    }
}

.cntdwn__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.cntdwn__desc {
    color: rgba(20, 20, 20, 1);
    color: rgba(var(--color-1), 1);
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    z-index: 1;
    margin-bottom: -0.3125rem;
}

@media (min-width: 1200px) {
    .cntdwn__desc {
        font-size: 0.75rem
    }
}

.cntdwn__amount {
    color: rgba(#fff, 1);
    color: rgba(var(--color-4), 1);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    line-height: 1;
    padding: 0.4375rem;
    border-radius: 0.75rem;
    background: #000;
}

@media (min-width: 1200px) {
    .cntdwn__amount {
        font-size: 2rem;
        padding: 0.625rem
    }
}

/* srvcntd */
.srvcntd {
    display: grid;
}

.srvcntd__counter {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: calc(0.5rem * 0.7);
    gap: calc(0.5rem * 0.7);
    grid-gap: calc(0.5rem * var(--server-scale));
    gap: calc(0.5rem * var(--server-scale));
}

.srvcntd__item {
    width: calc(3rem * 0.7);
    width: calc(3rem * var(--server-scale));
    height: calc(3rem * 0.7);
    height: calc(3rem * var(--server-scale));
    box-sizing: border-box;
    border: calc(1px * 0.7) solid #736141;
    border: calc(1px * var(--server-scale)) solid #736141;
    border-radius: calc(0.3125rem * 0.7);
    border-radius: calc(0.3125rem * var(--server-scale));
    background-color: rgba(29, 29, 26, 0.96);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.srvcntd__amount {
    font-size: calc(1.25rem * 0.7);
    font-size: calc(1.25rem * var(--server-scale));
    color: #fff;
    font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
    font-family: var(--font-1);
}

.srvcntd__desc {
    font-size: calc(0.625rem * 0.7);
    font-size: calc(0.625rem * var(--server-scale));
    color: #a09887;
    font-family: "Intro Book", "intro", Arial, sans-serif;
    font-family: var(--font-3);
    text-transform: uppercase;
}

/* progress */
.progress {
    width: 100%;
    height: calc(0.375rem * 0.7);
    height: calc(0.375rem * var(--server-scale));
    position: relative;
    z-index: 0;
    background: #444038;
}

.progress__load {
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #c5a059;
    border-radius: 0;
    transition: 2s all;
}

/* server */
:root {
    --server-scale: 0.7;
    --server-indicator-color: #d82e2e;
    --server-indicator-bg-url: url(../images/server/server-off.png);
}

@media (min-width: 460px) {
    :root {
        --server-scale: 0.8
    }
}

@media (min-width: 1200px) {
    :root {
        --server-scale: 1
    }
}

.server {
    background-color: transparent;
    background-image: url(../images/server/server-bg.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(25rem * 0.7);
    width: calc(25rem * var(--server-scale));
    height: calc(6.125rem * 0.7);
    height: calc(6.125rem * var(--server-scale));
    box-sizing: border-box;
    padding: calc(0.625rem * 0.7) calc(0.875rem * 0.7) calc(0.625rem * 0.7) calc(2.5rem * 0.7);
    padding: calc(0.625rem * var(--server-scale)) calc(0.875rem * var(--server-scale)) calc(0.625rem * var(--server-scale)) calc(2.5rem * var(--server-scale));
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.1;
    font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    position: relative;
    z-index: 0;
}

[data-server-status="off"] {
    --server-indicator-color: #d82e2e;
    --server-indicator-bg-url: url(../images/server/server-off.png);
}

[data-server-status="on"] {
    --server-indicator-color: #4add80;
    --server-indicator-bg-url: url(../images/server/server-on.png);
}

[data-server-status="new"] {
    --server-indicator-color: #edc844;
    --server-indicator-bg-url: url(../images/server/server-new.png);
}

.server__indicator {
    position: absolute;
    left: calc(0.3125rem * 0.7);
    left: calc(0.3125rem * var(--server-scale));
    top: calc(2.625rem * 0.7);
    top: calc(2.625rem * var(--server-scale));
    width: calc(1.0625rem * 0.7);
    width: calc(1.0625rem * var(--server-scale));
    height: calc(1.0625rem * 0.7);
    height: calc(1.0625rem * var(--server-scale));
    /* clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
    /* background-color: var(--server-indicator-color); */
    background-color: transparent;
    background-image: url(../images/server/server-off.png);
    background-image: var(--server-indicator-bg-url);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.server__container {
    flex-grow: 1;
    display: grid;
    grid-gap: calc(1.125rem * 0.7);
    gap: calc(1.125rem * 0.7);
    grid-gap: calc(1.125rem * var(--server-scale));
    gap: calc(1.125rem * var(--server-scale));
}

.server__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: calc(0.5rem * 0.7);
    gap: calc(0.5rem * 0.7);
    grid-gap: calc(0.5rem * var(--server-scale));
    gap: calc(0.5rem * var(--server-scale));
    flex-grow: 1;
}

.server__title {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-size: calc(1.25rem * 0.7);
    font-size: calc(1.25rem * var(--server-scale));
    font-style: normal;
}

.server__subtitle {
    color: #989794;
    font-size: calc(1rem * 0.7);
    font-size: calc(1rem * var(--server-scale));
}

.server__count {
    font-family: "Intro Book", "intro", Arial, sans-serif;
    font-family: var(--font-3);
    font-size: calc(1rem * 0.7);
    font-size: calc(1rem * var(--server-scale));
    color: #c5a059;
    margin-left: auto;
}

.server__count-hide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.server__count-visible {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.server__mark {
    position: absolute;
    right: calc(0.875rem * 0.7);
    right: calc(0.875rem * var(--server-scale));
    top: 0;
    transform: translateY(-50%);
    z-index: 4;
}

.server__gift {
    background-color: transparent;
    background-image: url(../images/server/gift.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(5.5rem * 0.7);
    width: calc(5.5rem * var(--server-scale));
    height: calc(5.5625rem * 0.7);
    height: calc(5.5625rem * var(--server-scale));
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: calc(-4.375rem * 0.7);
    top: calc(-4.375rem * var(--server-scale));
    z-index: -1;
    pointer-events: none;
}

.server__bonusbox {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: calc(10rem * 0.7);
    min-width: calc(10rem * var(--server-scale));
    height: calc(1.625rem * 0.7);
    height: calc(1.625rem * var(--server-scale));
    box-sizing: border-box;
    border: calc(1px * 0.7) solid #554932;
    border: calc(1px * var(--server-scale)) solid #554932;
    background-color: rgba(29, 29, 26, 0.96);
    border-radius: calc(0.3125rem * 0.7);
    border-radius: calc(0.3125rem * var(--server-scale));
    padding: calc(0.25rem * 0.7) calc(0.625rem * 0.7);
    padding: calc(0.25rem * var(--server-scale)) calc(0.625rem * var(--server-scale));
}

.server__bonus {
    font-family: "intro", Arial, sans-serif;
    font-family: var(--font-2);
    font-size: calc(0.6875rem * 0.7);
    font-size: calc(0.6875rem * var(--server-scale));
    text-transform: uppercase;
    color: #b7a586;
}

.server__inform {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: calc(0.3125rem * 0.7);
    gap: calc(0.3125rem * 0.7);
    grid-gap: calc(0.3125rem * var(--server-scale));
    gap: calc(0.3125rem * var(--server-scale));
}

.server__marker {
    font-family: "intro", Arial, sans-serif;
    font-family: var(--font-2);
    font-size: calc(0.75rem * 0.7);
    font-size: calc(0.75rem * var(--server-scale));
    text-transform: uppercase;
    color: #000;
    background-image: linear-gradient(to bottom, #b3792d 0%, #ebb125 100%);
    min-width: calc(3.125rem * 0.7);
    min-width: calc(3.125rem * var(--server-scale));
    height: calc(1.25rem * 0.7);
    height: calc(1.25rem * var(--server-scale));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: calc(0.3125rem * 0.7);
    border-radius: calc(0.3125rem * var(--server-scale));
}

.server__inform-text {
    font-family: "Intro Book", "intro", Arial, sans-serif;
    font-family: var(--font-3);
    font-size: calc(0.75rem * 0.7);
    font-size: calc(0.75rem * var(--server-scale));
    color: #fff;
    text-transform: uppercase;
}

/* server-list */
.servers-desktop {
    display: none;
}

@media (min-width: 1200px) {
    .servers-desktop {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 16;
        display: block
    }
}

.server-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: calc(1rem * 0.7);
    gap: calc(1rem * 0.7);
    grid-gap: calc(1rem * var(--server-scale));
    gap: calc(1rem * var(--server-scale));
}

@media (min-width: 1200px) {
    .server-list {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        grid-gap: calc(1rem * 0.7);
        gap: calc(1rem * 0.7);
        grid-gap: calc(1rem * var(--server-scale));
        gap: calc(1rem * var(--server-scale))
    }
}

/* consent */
[data-section="consent"] {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 20;
    -webkit-animation: consentShow 1s ease forwards;
    animation: consentShow 1s ease forwards;
    background: rgba(104, 104, 104, 0.2);
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
    box-shadow: 0 0 3.75rem #000;
}

[data-container="consent"] {
    max-width: 93.75rem;
}

@-webkit-keyframes consentShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes consentShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.consent {
    color: #fff;
    font-family: "intro", Arial, sans-serif;
    font-family: var(--font-2);
    font-size: 0.875rem;
    box-sizing: border-box;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    display: grid;
    align-items: center;
    text-align: center;
    grid-gap: 1.25rem 3.125rem;
    gap: 1.25rem 3.125rem;
}

@media (min-width: 680px) {
    .consent {
        grid-template-columns: 1fr auto;
        font-size: 1rem;
        text-align: left;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

@media (min-width: 1200px) {
    .consent {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
        font-size: 1.25rem
    }
}

@media (min-width: 680px) {
    .consent__btns {
        text-align: right
    }
}

/* player */
.player {
    width: 100%;
    max-width: 25rem;
    display: grid;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    position: relative;
    z-index: 0;
    pointer-events: all;
}

.player_active .btn__text_player_1 {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.player_active .btn:after {
    opacity: 1;
    visibility: visible;
}

.btn__text_player_2 {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.player_active .btn__text_player_2 {
    opacity: 1;
    visibility: visible;
    display: block;
}

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

@media (min-width: 1200px) {
    .player__btns {
        display: flex
    }
}

.player__container {
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
    left: 0;
    background-color: #171717;
    border-radius: 0.1875rem;
    box-sizing: border-box;
    padding: 0.75rem 1rem 1.375rem 1rem;
    font-family: "intro", Arial, sans-serif;
    font-family: var(--font-2);
    transition: 0.2s all;
}

@media (min-width: 1200px) {
    .player__container {
        min-width: 0;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        bottom: calc(100% + 0.625rem);
        left: 1.625rem;
        right: 1.625rem;
        transform: translateY(0.625rem)
    }
}

.player .player__container {
    display: none;
    transform: translateY(0);
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 1200px) {
    .player .player__container {
        display: block
    }
}

.player_active .player__container {
    display: block;
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

@media (min-width: 1200px) {
    .player_active .player__container {
        display: block
    }
}

.player__body {
    width: 100%;
    display: grid;
}

.player__control {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 2rem;
    gap: 2rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

.player__to {
    background-color: transparent;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 2.75rem;
    height: 2.75rem;
    cursor: pointer;
    transition: 0.2s all;
    filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.5));
}

.player__to:hover {
    filter: brightness(1.2);
}

.player__to_prev {
    background-image: url(../images/player/btn-prev.png);
}

.player__to_next {
    background-image: url(../images/player/btn-next.png);
}

.player__play {
    background-color: transparent;
    width: 3.75rem;
    height: 3.75rem;
    position: relative;
    z-index: 0;
    outline-offset: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s all;
    /* outline: 1px solid #fff; */
}

.player__play:hover {
    filter: brightness(1.2);
}

.player__play:before {
    content: "";
    display: block;
    background-image: url(../images/player/play-bg.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -1rem;
    left: -1.25rem;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
    transition: 0.2s all;
    pointer-events: none;
}

.player__play:after {
    content: "";
    display: block;
    background-image: url(../images/player/play-start.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -1rem;
    left: -1.25rem;
    width: 6.25rem;
    height: 6.25rem;
    pointer-events: none;
}

.player__play[data-player-play="true"]:after {
    background-image: url(../images/player/play-pause.png);
}

.player__time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-family: "intro", Arial, sans-serif;
    font-family: var(--font-2);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0.3125rem;
    pointer-events: none;
}

.player__time-current {
    color: #fbc55b;
}

.player__time-duration {}

.player__progress {}

[data-player="progress"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 0.625rem;
    background: #444;
    /* fallback */
    border-radius: 0.1875rem;
    outline: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

[data-player="progress"]::-webkit-slider-runnable-track {
    height: 0.625rem;
    background: transparent;
    /* overridden via JS */
    border-radius: 0.1875rem;
}

[data-player="progress"]::-moz-range-track {
    height: 0.625rem;
    background: transparent;
    border-radius: 0.1875rem;
}

[data-player="progress"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #fff;
    border: 0;
    margin-top: -0.1875rem;
    position: relative;
    z-index: 1;
}

[data-player="progress"]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #fff;
    border: 0;
    position: relative;
    z-index: 1;
}

.player__listbox {
    max-height: 20rem;
    overflow-y: auto;
    box-sizing: border-box;
    /* margin-left: -10px;
	margin-right: -10px; */
    /* padding: 0 10px; */
}

.player__tracks {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 0.625rem;
}

.player__track {
    --player-track-color: rgb(148, 144, 127);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "intro", Arial, sans-serif;
    font-family: var(--font-2);
    color: var(--player-track-color);
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.625rem;
    background-color: rgba(255, 255, 255, 0);
    height: 2.75rem;
    box-sizing: border-box;
    padding: 0.625rem 1.25rem;
    transition: 0.2s all;
}

.player__track:hover {
    --player-track-color: #ffeba5;
}

.player__track_active {
    --player-track-color: #ffeba5;
    background-color: rgba(255, 255, 255, 0.071);
}

.player__track:before {
    content: "";
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    background-color: var(--player-track-color);
    margin-right: 1.125rem;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transition: 0.2s all;
    flex-shrink: 0;
}

.player__track-title {
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex-grow: 1;
    transition: 0.2s all;
}

.player__track-state {
    background-color: transparent;
    background-image: url(../images/player/track-play.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 1.6875rem;
    height: 1.625rem;
    flex-shrink: 0;
    margin-left: 0.625rem;
    /* filter: drop-shadow(0 0 6px rgba(255, 213, 44, 0.5))
		drop-shadow(0 0 6px rgba(0, 0, 0, 0.5)); */
}

[data-player-play="true"] .player__track_active .player__track-state {
    background-image: url(../images/player/track-pause.png);
}

.playerbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.25rem;
}

@media (min-width: 1200px) {
    .fancybox-container[\:has\(\%23modal-player\)] {
        display: none
    }
}

@media (min-width: 1200px) {
    .fancybox-container:has(#modal-player) {
        display: none
    }
}

@media (max-width: 1199.99px) {

    /* mbar */
    .mbar {
        height: 4.375rem;
        height: var(--navigation-height);
        display: flex;
    }

    .mbar__box {
        flex-basis: 50%;
        display: flex;
    }

    /* gw-burger */
    .gw-burger {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        position: relative;
        z-index: 10;
        cursor: pointer;
        pointer-events: all;
    }

    .gw-burger__box {
        position: relative;
        z-index: 5;
        background-color: transparent;
        width: 1.5rem;
        height: 1.1875rem;
        border-radius: 0;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .gw-burger__line {
        height: 0.125rem;
        position: absolute;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 1);
        background-color: rgba(var(--color-0), 1);
        border-radius: 0;
        transition:
            0.3s top 0.3s,
            0.3s right 0.3s,
            0.3s left 0.2s,
            0.3s bottom 0.3s,
            0.3s opacity 0.4s,
            0.3s transform 0s;
    }

    .gw-burger__line_pos_top {
        top: 0;
    }

    .gw-burger__line_pos_middle {
        top: 50%;
        left: 25%;
        transform: translateY(-50%);
        transition: 0s all 0.4s;
    }

    .gw-burger__line_pos_bottom {
        bottom: 0;
        left: 50%;
    }

    .mob-menu-active .gw-burger__line {
        background-color: rgba(255, 255, 255, 1);
        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:
            0.3s top 0.1s,
            0.3s right 0.1s,
            0.3s left 0s,
            0.3s bottom 0.1s,
            0s opacity 0.1s,
            0.3s transform 0.4s;
    }

    .mob-menu-active .gw-burger__line_pos_middle {
        opacity: 0;
        transition:
            0.3s opacity 0.3s,
            0.3s transform 0.1s,
            0.3s left 0.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:
            0.3s top 0.1s,
            0.3s right 0.1s,
            0.1s left 0.3s,
            0.3s bottom 0.1s,
            0s opacity 0.1s,
            0.3s transform 0.4s;
    }

    /* menu */
    .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;
        /* align-items: center; */
        background-color: rgba(15, 14, 13);
        background-color: rgba(var(--body-background-color));
        opacity: 0;
        transition: 0.5s all 0.3s;
        visibility: hidden;
        box-shadow: 0 0 0 100vh rgba(15, 14, 13, 1);
        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: 0.5s all;
    }

    .menu__content {
        /* margin: auto 0; */
        /* transform: translateY(-40px); */
        transition: 0.3s all;
        opacity: 0;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        display: flex;
    }

    .mob-menu-active .menu__content {
        /* transform: translateX(0); */
        opacity: 1;
        transition: 0.5s all 0.3s;
    }

    .menu__list {
        width: 100%;
        list-style-type: none;
        padding: 1.25rem 0;
        margin: auto;
        /* height: 70vh; */
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        box-sizing: border-box;
        /* padding-top: var(--navigation-height); */
        /*
		padding-bottom: var(--navigation-height); */
    }

    .menu__dot {
        display: none;
    }

    .menu__el {
        width: 100%;
        position: relative;
        z-index: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .menu__el_auth {
        margin-top: 1.25rem;
    }

    .menu__el_scl {
        margin-top: 1.25rem;
    }

    .menu__el_atop {
        position: relative;
        z-index: 5;
    }

    .menu__el_bar {
        margin-bottom: 1.875rem;
    }

    .menu__el_continer {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.25rem;
    }

    .menu__el_continer_divider {
        padding-top: 1.25rem;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-top: 1px solid rgba(var(--color-0), 0.2);
    }

    .menu__el_continer:hover {
        z-index: 10;
    }

    .menu__item {
        padding: 0.625rem 1rem;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        color: #b5b5b5;
        cursor: pointer;
        font-style: normal;
        font-size: 1.125rem;
        font-weight: 400;
        white-space: nowrap;
        width: 100%;
        min-height: 3.125rem;
        transition: 0.2s all;
        font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
        font-family: var(--font-1);
    }

    .menu__item_open,
    .menu__item:hover {
        color: rgba(255, 255, 255, 1);
        color: rgba(var(--color-0), 1);
    }

    .menu__sub-wrapper {
        display: none;
    }

    .subnav__container {
        padding: 0;
    }

    .mob-menu-active {
        overflow: hidden;
    }

    .menu__item_open {
        background: rgba(255, 255, 255, 0.02);
        background: rgba(var(--color-0), 0.02);
    }

    /* menu__sub-list */
    .menu__sub-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: none;
        background: rgba(255, 255, 255, 0.02);
        background: rgba(var(--color-0), 0.02);
        width: 100%;
    }

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

    .menu__sub-item {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-sizing: border-box;
        padding: 0.5rem 1.25rem;
        transition: 0.3s all;
        position: relative;
        z-index: 0;
        min-height: 3.125rem;
        text-align: center;
        color: #7a7876;
        cursor: pointer;
        font-style: normal;
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase;
        font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
        font-family: var(--font-1);
    }

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

    .menu__sub-content {
        min-width: 0;
        flex-grow: 1;
    }

    .menu__sub-name {
        font-size: 1.125rem;
        line-height: 1.125rem;
        color: #000;
        transition: 0.2s all;
    }

    .menu__sub-desc {
        padding-top: 0.1875rem;
        font-size: 0.875rem;
        line-height: 1rem;
        color: rgba(0, 0, 0, 0.6);
        transition: 0.2s all;
    }

    /* .menu__sub-item:hover {
        background: rgba(255, 255, 255, 0.05);
    } */
    .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: 0.5rem;
        gap: 0.5rem;
        background-color: transparent;
        box-sizing: border-box;
        padding: 0.625rem 1.5rem;
        transition: 0.2s all;
        font-family: "intro", Arial, sans-serif;
        font-family: var(--font-2);
        font-size: 0.9375rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        text-decoration: none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        height: 4.375rem;
    }

    .menu__btnbar:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background-color: rgba(60, 44, 34, 0.6);
        background-image: url(../images/menu/btnbarbg.png);
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        transition: 0.2s all;
    }

    .menu__btnbar-txt {
        color: #bdb1a5;
        background: var(--text-gradient);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: drop-shadow(0px 0.0625rem 0.25rem rgba(0, 0, 0, 0.5));
    }
}

@media (min-width: 1200px) {

    /* gw-burger  */
    .gw-burger {
        display: none;
    }

    /* menu */
    .menu {
        display: flex;
        align-self: stretch;
    }

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

    .menu__list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        /* overflow: hidden; */
        opacity: 1;
        visibility: visible;
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
        grid-gap: 0;
        gap: 0;
    }

    .nav-static .menu__list {}

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

    .menu__el_desktop_none {
        display: none;
    }

    .menu__item {
        padding: 1.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        color: #b5b5b5;
        cursor: pointer;
        font-style: normal;
        font-size: 1.25rem;
        font-weight: 400;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: 0.3s all;
        font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
        font-family: var(--font-1);
        /* text-shadow: 0 1px 2px rgb(0, 0, 0); */
        /* text-transform: uppercase; */
        pointer-events: all;
    }

    @media (min-width: 1440px) {
        .menu__item {
            padding: 1.25rem 2.5rem
        }
    }

    .menu__el:hover [data-menu-open-sub-list],
    .menu__item:hover,
    .menu__item_open:hover {
        color: #fff;
    }

    .menu__item:after {
        display: block;
        content: "";
        background-color: rgba(255, 255, 255, 0.6);
        width: 80%;
        height: 0.625rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        z-index: -1;
        filter: blur(0.875rem);
        opacity: 0;
        transition: 0.3s all;
    }

    .menu__el:hover [data-menu-open-sub-list]:after,
    .menu__item:hover:after,
    .menu__item_open:hover:after {
        opacity: 1;
    }

    .menu__item:before {
        display: block;
        content: "";
        background-color: transparent;
        background-image: url(../images/menu/item-decor.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 5.25rem;
        height: 4.8125rem;
        position: absolute;
        left: 50%;
        top: calc(50% - 0.3125rem);
        transform: translateX(-50%) translateY(-50%);
        pointer-events: none;
        opacity: 0;
        transition: 0.3s all;
    }

    .menu__el:hover .menu__item:before,
    .menu__item:hover:before,
    .menu__item_open:hover:before {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }

    .menu__dot {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 0.8125rem;
        height: 0.8125rem;
        display: block;
        flex-shrink: 0;
        -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        align-self: center;
        background-color: #9c8050;
        position: relative;
        z-index: 4;
    }

    .menu__el_continer {
        display: none;
    }

    /* menu__sub-list */
    .menu__sub-list {
        position: absolute;
        left: 50%;
        top: 50%;
        list-style: none;
        margin: 0;
        z-index: -3;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
        display: block !important;
        min-width: 100%;
        /* width: 10rem; */
        /* filter: drop-shadow(0 0 1px #cccccc62); */
        transform: translateX(-50%) translateY(-0.625rem);
        padding: 3.75rem 0.625rem 1.25rem 0.625rem;
        background: #14120f;
        pointer-events: all;
    }

    .menu__sub-list:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0.125rem;
        background-image: linear-gradient(to right,
                transparent,
                #6b512b 40%,
                #6b512b 60%,
                transparent);
    }

    /* .menu__el_nav:before {
		display: block;
		content: "";
		background-color: transparent;
		background-image: url(../images/menu/decor.svg);
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		width: 2.5rem;
		height: 2.5rem;
		position: absolute;
		top: calc(100% - 1.25rem);
		left: calc(50% - 1.25rem);
		z-index: 130;
		transition: 0.3s all;
		pointer-events: none;
		transform: translateY(50%);
		opacity: 0;
	}

	.menu__el_nav:hover:before,
	.menu__sub-list:hover:before {
		transform: translateY(0);
		opacity: 1;
	} */
    [data-menu-open-sub-list] .menu__item-arrow {
        display: block;
        content: "";
        background-color: transparent;
        background-image: url(../images/menu/arrow-down.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        width: 0.625rem;
        height: 0.875rem;
        margin-left: 0.375rem;
        position: relative;
        top: 0;
        transition: 0.5s all;
    }

    .menu__item_open .menu__item-arrow {
        transform: rotateX(180deg);
    }

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

    .menu__sub-item {
        padding: 0.5rem 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
        color: #7a7876;
        cursor: pointer;
        font-style: normal;
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase;
        font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
        font-family: var(--font-1);
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: 0.3s all;
    }

    .menu__sub-item:hover {
        color: #fff;
    }
}

/* navigation */
:root {
    /* navigation */
    --navigation-height: 4.375rem;
    --navigation-height-scroll: 4.375rem;
}

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

[data-section="navigation"] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    background-color: transparent;
    /* box-shadow: 0px 0.25rem 1.25rem 0px rgba(0, 0, 0, 0.25); */
    box-sizing: border-box;
    padding-top: 1rem;
    /* backdrop-filter: blur(3px); */
    pointer-events: none;
}

@media (min-width: 1200px) {
    [data-section="navigation"] {
        padding-top: 2.5rem
    }
}

[data-section="navigation"]:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: calc(100% + 3.125rem);
    pointer-events: none;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.7) 50%,
            rgba(0, 0, 0, 0) 100%);
}

.nav-scroll [data-section="navigation"] {}

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

@media (min-width: 1200px) {
    [data-container="navigation"] {
        padding: 0;
        max-width: 100%
    }
}

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

.nav-scroll .navigation {
    height: 4.375rem;
    height: var(--navigation-height-scroll);
}

.navigation__gw-burger {
    align-self: center;
    flex-shrink: 0;
}

.navigation__logobox {
    width: 100%;
    max-width: 8.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
}

@media (min-width: 1200px) {
    .navigation__logobox {
        max-width: 11.1875rem;
        width: 11.1875rem
    }
}

.navigation__menu {}

.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;
    flex-shrink: 0;
}

@media (min-width: 540px) {
    .navigation__box_side_left {
        grid-gap: 2rem;
        gap: 2rem
    }
}

@media (min-width: 1200px) {
    .navigation__box_side_left {
        margin-right: 1.25rem;
        padding-left: 3.75rem
    }
}

.navigation__box_side_right {
    justify-content: flex-end;
    /* display: none; */
    margin-left: auto;
    margin-right: 1.25rem;
}

@media (min-width: 1200px) {
    .navigation__box_side_right {
        flex-grow: 1;
        margin-left: 2.5rem;
        margin-right: 0;
        padding-right: 3.125rem;
        display: flex
    }
}

.navigation__el_desktop {
    display: none;
}

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

.navigation__line {
    height: 0.125rem;
    flex-grow: 1;
    /* background-color: #6b512b; */
    background-image: linear-gradient(to left,
            #6b512b 0,
            #6b512b 50%,
            rgba(107, 81, 43, 0) 100%);
    background-image: linear-gradient(to left,
            #6b512b 0,
            #6b512b 50%,
            #6b512b00 100%);
    margin-right: 1.875rem;
}

/* .navigation__lang {
	margin: 0 40px 0 20px;
} */
.navigation__auth {
    margin-left: 1.25rem;
    box-sizing: border-box;
    display: none;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    /* @media (--v12) {
		margin-left: 40px;
		padding-left: 40px;
	} */
}

@media (min-width: 1200px) {
    .navigation__auth {
        display: flex
    }
}

/* hero */
[data-section="hero"] {}

[data-container="hero"] {
    /* padding-left: var(--fp-margin); */
    /* max-width: calc(100% - 60px);

	@media (--w21) {
		max-width: calc(1720px + var(--margin) * 4);
	} */
    /* max-width: calc(1300px + var(--margin) * 4);

	@media (--v20) {
		max-width: calc(1720px + var(--margin) * 4);
	} */
}

.hero {
    /* min-height: 650px; */
    box-sizing: border-box;
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
    transition: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 840px) {
    .hero {
        /* padding-top: 360px; */
    }
}

@media (min-width: 1200px) {
    .hero {
        height: 40.625rem;
        max-height: 100vh;
        padding-top: 9.375rem;
        padding-bottom: 11.25rem;
        padding-left: calc(0.625rem + 1.625rem);
        padding-left: calc(var(--fp-margin) + 1.625rem);
        height: 100vh;
        align-items: flex-start;
        justify-content: flex-start
    }
}

@media (min-height: 1100px) {
    .hero {
        padding-bottom: 17.5rem
    }
}

.hero__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin: auto;
    max-width: 37.5rem;
}

@media (min-width: 1200px) {
    .hero__box {
        text-align: left;
        align-items: flex-start;
        margin: auto 0;
        max-width: 56.25rem
    }
}

.hero__btns {
    margin-top: 2.1875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .hero__btns {
        margin-left: -1.9375rem;
        justify-content: flex-start
    }
}

.hero__desc {
    max-width: 46.25rem;
}

.hero__servers {
    margin-top: 5rem;
    max-width: 50rem;
}

@media (min-width: 1200px) {
    .hero__servers {
        display: none
    }
}

/* footer */
@media (min-width: 1200px) {
    [data-section="footer"] {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        padding-bottom: 2.5rem;
        box-sizing: border-box
    }
}

[data-section="footer"]:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: calc(100% + 3.125rem);
    pointer-events: none;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.7) 50%,
            rgba(0, 0, 0, 0) 100%);
}

.footer {
    display: grid;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    grid-gap: 1.875rem;
    gap: 1.875rem;
}

@media (min-width: 1200px) {
    .footer {
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding: 0 2.5rem 0 0.5rem;
        box-sizing: border-box
    }
}

.footer__fbtns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 1.25rem 0;
    gap: 1.25rem 0;
    pointer-events: all;
}

@media (min-width: 1200px) {
    .footer__fbtns {
        flex-direction: row
    }
}

.footer__line {
    height: 0.125rem;
    flex-grow: 1;
    /* background-color: #6b512b; */
    background-image: linear-gradient(to right,
            rgba(107, 81, 43, 0) 0,
            #6b512b 50%,
            rgba(107, 81, 43, 0) 100%);
    background-image: linear-gradient(to right,
            #6b512b00 0,
            #6b512b 50%,
            #6b512b00 100%);
}

@media (min-width: 1200px) {
    .footer__line {
        background-image: linear-gradient(to right,
                #6b512b 0,
                #6b512b 50%,
                rgba(107, 81, 43, 0) 100%);
        background-image: linear-gradient(to right,
                #6b512b 0,
                #6b512b 50%,
                #6b512b00 100%)
    }
}

.footer__bnrs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 0.5rem 0.9375rem;
    gap: 0.5rem 0.9375rem;
    pointer-events: all;
}

.footer__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 1.25rem 0;
    gap: 1.25rem 0;
}

@media (min-width: 1200px) {
    .footer__content {
        justify-content: flex-start;
        flex-direction: row;
        grid-gap: 3.75rem;
        gap: 3.75rem
    }
}

.footer__info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    max-width: 23.125rem;
    font-family: "intro", Arial, sans-serif;
    font-family: var(--font-2);
    line-height: 1.3;
    grid-gap: 0.375rem;
    gap: 0.375rem;
    pointer-events: all;
}

@media (min-width: 1200px) {
    .footer__info {
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

.footer__copyright {
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
}

.footer__desc {
    font-size: 0.625rem;
    color: #6e7685;
    text-transform: uppercase;
}

.footer__links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 0.3125rem 0.625rem;
    gap: 0.3125rem 0.625rem;
}

@media (min-width: 1200px) {
    .footer__links {
        justify-content: flex-start
    }
}

.footer__link-sep {
    height: 0.625rem;
    width: 1px;
    background-color: #ffecaa;
}

.footer__link {
    text-decoration: none;
    font-size: 0.625rem;
    color: #ffecaa;
    transition: 0.2s all;
    text-transform: uppercase;
}

.footer__link:hover {
    text-decoration: underline;
}

/* notification */
.notification {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    border: 1px solid #624f36;
    position: relative;
    z-index: 0;
    padding: 0.875rem;
    text-align: left;
}

@media (min-width: 680px) {
    .notification {
        padding: 1.875rem
    }
}

.notification__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background-color: transparent;
    background-image: url(../images/notification/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.notification__subtitle {
    color: #ffe5a7;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    line-height: 1.2;
    width: 100%;
}

@media (min-width: 680px) {
    .notification__subtitle {
        font-size: 1.5625rem
    }
}

.notification__title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase;
    line-height: 1.2;
    width: 100%;
}

@media (min-width: 680px) {
    .notification__title {
        font-size: 1.875rem
    }
}

.notification__content {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    flex-grow: 1;
    overflow-y: auto;
    font-size: 0.75rem;
    color: #fff;
    font-family: "Intro Book", "intro", Arial, sans-serif;
    font-family: var(--font-3);
    width: 100%;
}

@media (min-width: 680px) {
    .notification__content {
        font-size: 1rem
    }
}

.color-accent {}

.notification__bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    width: 100%;
}

.notification__btns {}

.notification__date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    color: #9c9c9c;
    font-size: 0.875rem;
    font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
    font-family: var(--font-1);
}

@media (min-width: 680px) {
    .notification__date {
        font-size: 1.125rem
    }
}

.notification__date-ico {
    width: 0.375rem;
    height: 0.375rem;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
    transform: rotate(45deg);
}

.notification__date-text {}

.notification__line {
    height: 0.125rem;
    width: 2.9375rem;
    display: block;
    background-image: linear-gradient(to right,
            #6b512b 0,
            #6b512b 50%,
            rgba(107, 81, 43, 0) 100%);
    background-image: linear-gradient(to right,
            #6b512b 0,
            #6b512b 50%,
            #6b512b00 100%);
    margin-right: -1.25rem;
}

/* post */
:root {
    --post-transition-duration: 0.3s;
    --post-height: 12.5rem;
}

.post {
    height: 12.5rem;
    height: var(--post-height);
    box-sizing: border-box;
    border: 1px solid #624f36;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    font-size: 0.75rem;
    color: #fff;
    font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
    font-family: var(--font-1);
}

@media (min-width: 680px) {
    .post {
        font-size: 1rem
    }
}

.post__pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post__content {
    width: 100%;
    margin-top: auto;
    box-sizing: border-box;
    padding: 0 0.75rem 0.5rem 0.75rem;
    position: relative;
    z-index: 0;
    text-align: left;
    transition: 0.3s all;
    transition: var(--post-transition-duration) all;
}

@media (min-width: 680px) {
    .post__content {
        padding: 0 1.25rem 1rem 1.25rem
    }
}

.post:hover .post__content {
    opacity: 0;
}

.post__content:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 6.25rem;
    background-image: linear-gradient(to top,
            rgba(0, 0, 0, 0.9) 10%,
            rgba(0, 0, 0, 0) 100%);
}

.post__title {
    font-size: 0.875rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

@media (min-width: 680px) {
    .post__title {
        font-size: 1.125rem
    }
}

.post__info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    margin-top: 0.3125rem;
}

.post__date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    color: #9c9c9c;
    /* text-transform: uppercase; */
    font-size: 0.6875rem;
}

@media (min-width: 680px) {
    .post__date {
        font-size: 0.8125rem
    }
}

.post__date-ico {
    width: 0.375rem;
    height: 0.375rem;
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
    transform: rotate(45deg);
    position: relative;
    top: -1px;
}

.post__front {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
    transition: var(--post-transition-duration) all;
    text-decoration: none;
}

.post:hover .post__front {
    opacity: 1;
}

/* news */
[data-section="news"] {}

[data-container="news"] {}

.news {
    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;
}

@media (min-width: 840px) {}

@media (min-width: 1200px) {
    .news {
        min-height: 40.625rem;
        max-height: 100vh;
        padding-top: 9.375rem;
        padding-bottom: 11.25rem;
        padding-left: calc(0.625rem + 1.625rem);
        padding-left: calc(var(--fp-margin) + 1.625rem);
        height: 100vh;
        align-items: flex-start;
        justify-content: flex-start
    }
}

@media (min-height: 1100px) {
    .news {
        padding-bottom: 17.5rem
    }
}

.news__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media (min-width: 1200px) {
    .news__box {
        text-align: left;
        align-items: flex-start
    }
}

.news__btns {
    margin-top: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .news__btns {
        margin-left: -1rem;
        justify-content: flex-start;
        flex-wrap: nowrap
    }
}

.news__tabs {
    width: 100%;
    margin-top: 2.75rem;
}

.news__tab {}

.news__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    margin: 0 auto;
}

@media (min-width: 680px) {
    .news__wrap {
        grid-gap: 2.5rem;
        gap: 2.5rem
    }
}

@media (min-width: 1200px) {
    .news__wrap {
        height: calc(12.5rem * 2 + 2.5rem);
        height: calc(var(--post-height) * 2 + 2.5rem);
        grid-gap: 2.5rem;
        gap: 2.5rem;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        margin: 0
    }
}

.news__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 44.125rem;
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 0.625rem;
    gap: 0.625rem;
}

@media (min-width: 680px) {
    .news__list {
        grid-gap: 2.5rem;
        gap: 2.5rem
    }
}

.news__notificationbox {
    display: flex;
    max-width: 44.125rem;
    width: 100%;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
}

@media (min-width: 1200px) {
    .news__notificationbox {
        aspect-ratio: none
    }
}

.news__tab {
    display: none;
}

.news__tab[data-open-tab-active="true"] {
    display: block;
}

/* resources */
[data-section="resources"] {}

[data-container="resources"] {}

.resources {
    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;
}

@media (min-width: 840px) {}

@media (min-width: 1200px) {
    .resources {
        min-height: 40.625rem;
        max-height: 100vh;
        padding-top: 11.25rem;
        padding-bottom: 11.25rem;
        padding-left: calc(0.625rem + 1.625rem);
        padding-left: calc(var(--fp-margin) + 1.625rem);
        height: 100vh;
        align-items: flex-start;
        justify-content: flex-start
    }
}

@media (min-height: 1100px) {
    .resources {
        padding-bottom: 17.5rem
    }
}

.resources__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    flex-grow: 1;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    max-width: 44.125rem;
}

@media (min-width: 1200px) {
    .resources__box {
        text-align: left;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        grid-gap: 5rem;
        gap: 5rem;
        max-width: none
    }
}

@media (min-width: 1640px) {
    .resources__box {
        grid-gap: 7.5rem;
        gap: 7.5rem
    }
}

.resources__files {
    margin: auto 0;
    width: 100%;
    max-width: 56.25rem;
}

@media (min-width: 1200px) {
    .resources__files {
        width: auto
    }
}

.resources__downloads-list {
    margin-top: 2.1875rem;
    display: grid;
    grid-gap: 2.1875rem;
    gap: 2.1875rem;
    /* @media (--v8) {
		max-width: 800px;
	} */
}

.resources__invitebox {
    align-self: stretch;
    display: flex;
}

@media (min-width: 1200px) {
    .resources__invitebox {
        max-width: 36.25rem
    }
}

/* downloads */
.downloads {
    background-image: linear-gradient(to bottom,
            rgba(28, 25, 21, 0.7) 0,
            rgba(28, 25, 21, 0.7) 50%,
            rgba(28, 25, 21, 0) 100%);
    box-sizing: border-box;
    padding: 1.25rem 0.625rem;
    text-align: center;
}

@media (min-width: 540px) {
    .downloads {
        padding: 1.25rem 0.875rem
    }
}

@media (min-width: 1200px) {
    .downloads {
        text-align: left;
        background-image: linear-gradient(to right,
                rgba(28, 25, 21, 0.7) 0,
                rgba(28, 25, 21, 0.7) 50%,
                rgba(28, 25, 21, 0) 100%);
        padding: 1.25rem 1.875rem
    }
}

.downloads__title {
    color: #ffe5a7;
    font-size: 1.25rem;
    font-weight: 400;
    font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    line-height: 1.1;
}

@media (min-width: 1200px) {
    .downloads__title {
        font-size: 2rem
    }
}

.downloads__desc {
    color: #aeaeae;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "intro", Arial, sans-serif;
    font-family: var(--font-2);
    line-height: 1.1;
    margin-top: 0.3125rem;
}

@media (min-width: 1200px) {
    .downloads__desc {
        font-size: 1rem
    }
}

.downloads__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}

@media (min-width: 1200px) {
    .downloads__btns {
        margin-left: -1rem;
        justify-content: flex-start;
        grid-gap: 0.3125rem 0;
        gap: 0.3125rem 0;
        display: grid;
        grid-template-columns: auto auto auto
    }
}

/* invite */
.invite {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 1.25rem 1.25rem 3.125rem 1.25rem;
    background-image: linear-gradient(to bottom,
            rgba(15, 14, 12, 0.75) 0,
            rgba(15, 14, 12, 0.75) 50%,
            rgba(15, 14, 12, 0) 100%);
    position: relative;
    z-index: 0;
}

@media (min-width: 540px) {
    .invite {
        padding: 1.25rem 1.875rem 5rem 1.875rem
    }
}

.invite:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    border: 1px solid #624f36;
    border-bottom: 0;
    -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(to bottom, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.invite__img {
    width: 3.75rem;
    display: block;
}

@media (min-width: 540px) {
    .invite__img {
        width: 4.6875rem
    }
}

.invite__title {
    margin-top: 1.25rem;
    color: #ffe5a7;
    font-size: 1.75rem;
    font-weight: 400;
    font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    line-height: 1.1;
}

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

.invite__desc {
    margin-top: 1rem;
    color: #aeaeae;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Intro Book", "intro", Arial, sans-serif;
    font-family: var(--font-3);
    line-height: 1.5;
}

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

.invite__btns {
    margin-top: 2.5rem;
}

/* content */
[data-section="content"] {}

[data-container="content"] {}

.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;
    /* @media (--h11) {
		padding-bottom: 280px;
	} */
}

@media (min-width: 840px) {}

@media (min-width: 1200px) {
    .content {
        min-height: 40.625rem;
        height: 100vh;
        max-height: 100vh;
        padding-top: 12.5rem;
        padding-bottom: 17.5rem;
        padding-left: calc(0.625rem + 1.625rem);
        padding-left: calc(var(--fp-margin) + 1.625rem);
        align-items: flex-start;
        justify-content: flex-start
    }
}

.content__box {
    text-align: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

@media (min-width: 1200px) {
    .content__box {
        text-align: left;
        max-width: 60rem;
        flex-grow: 1;
        min-height: 0
    }
}

.content__wrap {
    box-sizing: border-box;
    margin-top: 0.625rem;
    direction: rtl;
    text-align: left;
    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(to bottom,
            rgb(0, 0, 0, 0) 0%,
            rgb(0, 0, 0) 1.875rem,
            rgb(0, 0, 0) calc(100% - 3.125rem),
            rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(to bottom,
            rgb(0, 0, 0, 0) 0%,
            rgb(0, 0, 0) 1.875rem,
            rgb(0, 0, 0) calc(100% - 3.125rem),
            rgba(0, 0, 0, 0) 100%);
}

@media (min-width: 1200px) {
    .content__wrap {
        /* max-width: 83%; */
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        -webkit-mask: linear-gradient(to bottom,
                rgb(0, 0, 0, 0) 0%,
                rgb(0, 0, 0) 1.875rem,
                rgb(0, 0, 0) calc(100% - 1.875rem),
                rgba(0, 0, 0, 0) 100%);
        mask: linear-gradient(to bottom,
                rgb(0, 0, 0, 0) 0%,
                rgb(0, 0, 0) 1.875rem,
                rgb(0, 0, 0) calc(100% - 1.875rem),
                rgba(0, 0, 0, 0) 100%)
    }
}

.content__text {
    box-sizing: border-box;
    color: #6a655d;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    /* max-width: 340px; */
    width: 100%;
    direction: ltr;
    text-align: left;
    font-family: "Intro Book", "intro", Arial, sans-serif;
    font-family: var(--font-3);
}

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

@media (min-width: 1200px) {
    .content__text {
        font-size: 1rem
    }
}

/* def */
.pr {
    padding-right: var(--margin);
}

.pl {
    padding-left: var(--margin);
}

.pt {
    padding-top: var(--margin);
}

.pb {
    padding-bottom: var(--margin);
}

.mr {
    margin-right: var(--margin);
}

.ml {
    margin-left: var(--margin);
}

.mt {
    margin-top: var(--margin);
}

.mb {
    margin-bottom: var(--margin);
}

.m {
    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;
}

/* colors */
.color-light {
    color: rgba(var(--color-light), 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* color palette */
.color-0 {
    color: rgba(var(--color-0), 1);
}

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

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

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

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

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

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

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

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

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

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

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

/* other */
.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;
}

/* flex */
.flex,
.d-flex {
    display: flex;
}

.justify-content-start {
    justify-content: start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}

/* fs */
.fs_minus_5 {
    font-size: 0.5em;
}

.fs_minus_4 {
    font-size: 0.6em;
}

.fs_minus_3 {
    font-size: 0.7em;
}

.fs_minus_2 {
    font-size: 0.8em;
}

.fs_minus_1 {
    font-size: 0.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 */
.font-family-0 {
    font-family: var(--font-0);
}

.font-family-1 {
    font-family: var(--font-1);
}

.font-family-2 {
    font-family: var(--font-2);
}

.font-family-3 {
    font-family: var(--font-3);
}

.font-family-4 {
    font-family: var(--font-4);
}

/* width */
.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%;
}