:root {
    /* body */
    --body-min-width: 20rem;
    --body-max-width: 100%;
    --body-background-color-rgb: rgb(11, 15, 23);
    --body-background-color: 11, 15, 23;
    /* container */
    --container-width: 90%;
    /* fonts */
    /* colors */
    /* color palette */
    /* other colors */
    /* margin */
    /* other */
    /* --thumb-url: url(../images/thumb.jpg); */
}

@media (min-width: 1640px) {
    :root {
        --container-width: calc(100% - 10rem);
    }
}

:root {
    --font-0: "Indira K", "Philosopher", "Times New Roman", Times, serif;
    --font-1: "Indira df", "Philosopher", "Times New Roman", Times, serif;
    --font-2: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    --font-3: "Celtes SP", Arial, sans-serif;
    --font-4: "Sangha", "Open Sans", Tahoma, Arial, sans-serif;
    --font-5: "Intro Book", "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    --font-ico: "gwi";
    --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(255, 39, 39);
    --color-red: 255, 39, 39;
    --color-yellow-rgb: rgb(224, 211, 29);
    --color-yellow: 224, 211, 29;
    --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(128, 0, 128);
    --color-purple: 128, 0, 128;
    --color-blue-rgb: rgb(0, 0, 255);
    --color-blue: 0, 0, 255;
    --color-green-rgb: rgb(0, 187, 0);
    --color-green: 0, 187, 0;
    --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-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(195, 167, 129);
    --color-2: 195, 167, 129;
    --color-3-rgb: rgb(145, 146, 148);
    --color-3: 145, 146, 148;
    --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(240, 225, 154);
    --color-accent: 240, 225, 154;
    --color-accent-hover-rgb: rgb(250, 225, 100);
    --color-accent-hover: 250, 225, 100;
    --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;
    --color-url-rgb: rgb(194, 153, 86);
    --color-url: 194, 153, 86;
    --color-url-hover-rgb: rgb(255, 255, 0);
    --color-url-hover: 255, 255, 0;
    --margin: 0.875rem;
    --margin-x2: calc(var(--margin * 2));
    --margin-half: calc(var(--margin) / 2);
    --margin-third: calc(var(--margin) / 3);
    --negative-margin: calc(var(--margin) * -1);
    --border-radius: 0.3125rem;
    --border-width: 1px;
    --border-type: solid;
    --border-color: rgba(77, 63, 50, 0.5);
    --border: var(--border-width) var(--border-type) var(--border-color);
    --shadow: 0px 0.4375rem 3.375rem rgba(36, 30, 10, 0.1);
}

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(194, 153, 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.375em;
    margin: 0.625em 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.625em 1em;
}

/* 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: "Indira K", "Philosopher", "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 (min-width: 2200px) AND (min-height: 1100px) {
		font-size: calc(max(0.3vw, 4px) + max(0.7vh, 4px));
	} */
}

/* @media (--v5) {
		font-size: 87%;
	}

	@media (--v8) {
		font-size: 100%;
	} */
@media (min-width: 1200px) {
    html {
        font-size: calc(max(0.2vw, 0.25rem) + max(0.9vh, 0.25rem))
    }
}

body {
    position: relative;
    z-index: 0;
    overflow-x: clip;
    margin: 0;
    background-color: rgba(11, 15, 23, 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(90% + 0.875rem * 4);
    max-width: calc(var(--container-width) + var(--margin) * 4);
    width: 100%;
    min-width: 0;
    padding-right: calc(0.875rem * 2);
    padding-right: calc(var(--margin) * 2);
    padding-left: calc(0.875rem * 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: 5rem;
    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: 31.25rem;
    -webkit-mask: linear-gradient(to bottom,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) calc(100% - 5rem),
            rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(to bottom,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) calc(100% - 5rem),
            rgba(0, 0, 0, 0) 100%);
}

@media (min-width: 840px) {
    [data-section-bg] {
        height: 43.75rem
    }
}

@media (min-width: 1200px) {
    [data-section-bg] {
        height: auto;
        bottom: 0;
        -webkit-mask: none;
        mask: none
    }
}

/* section-devider */
.section-devider {
    height: 0;
    position: relative;
    z-index: 10;
    width: 100%;
    pointer-events: none;
}

@media (min-width: 1200px) {
    .section-devider {
        display: none
    }
}

.section-devider:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/section-devider.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 160rem;
    height: 5.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -2.375rem);
}

.section-devider_pos_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* link */
.link {
    text-decoration: underline;
    color: currentColor;
}

.link:hover {
    text-decoration: none;
}

.link_tdn {
    text-decoration: none;
}

.link_hover_tdu:hover {
    text-decoration: underline;
}

/* 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;
    }
}

/* title */
.title {
    margin: 0;
    font-size: 1.875rem;
    line-height: 1;
    font-family: "Indira df", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase;
    color: rgb(196, 196, 196);
    background-image: linear-gradient(to bottom, #ffffff 20%, #9c9c9c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    box-sizing: border-box;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
}

@media (min-width: 680px) {
    .title {
        font-size: 2.5rem
    }
}

@media (min-width: 840px) {
    .title {
        font-size: 3.75rem
    }
}

.title_2 {
    background-image: linear-gradient(to bottom, #c9c1be 20%, #f7f7f7 70%);
    font-family: "Celtes SP", Arial, sans-serif;
    font-family: var(--font-3);
}

@media (min-width: 680px) {
    .title_2 {
        font-size: 2.8125rem
    }
}

@media (min-width: 840px) {
    .title_2 {
        font-size: 4.6875rem
    }
}

.title_size_2 {
    font-size: 1.875rem;
}

@media (min-width: 680px) {
    .title_size_2 {
        font-size: 2.5rem
    }
}

@media (min-width: 840px) {
    .title_size_2 {
        font-size: 3.4375rem
    }
}

.title_size_3 {
    font-size: 1.25rem;
}

@media (min-width: 680px) {
    .title_size_3 {
        font-size: 1.875rem
    }
}

@media (min-width: 840px) {
    .title_size_3 {
        font-size: 2.1875rem
    }
}

/* subtitle */
.subtitle {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1;
    font-family: "Indira df", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase;
    color: #c3a781;
    box-sizing: border-box;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    text-wrap: balance;
}

@media (min-width: 680px) {
    .subtitle {
        font-size: 1rem
    }
}

@media (min-width: 840px) {
    .subtitle {
        font-size: 1.25rem
    }
}

.subtitle_2 {
    font-family: "Sangha", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-4);
    color: #c49a57;
}

@media (min-width: 680px) {
    .subtitle_2 {
        font-size: 1.25rem
    }
}

@media (min-width: 840px) {
    .subtitle_2 {
        font-size: 1.9375rem
    }
}

.subtitle_3 {
    font-family: "Indira df", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    color: #c49a57;
}

@media (min-width: 680px) {
    .subtitle_3 {
        font-size: 1.25rem
    }
}

@media (min-width: 840px) {
    .subtitle_3 {
        font-size: 2rem
    }
}

/* ttl */
.ttl {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.2;
    font-family: "Indira K", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-0);
    color: #bbab84;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 400;
}

@media (min-width: 680px) {
    .ttl {
        font-size: 1.375rem
    }
}

@media (min-width: 840px) {
    .ttl {
        font-size: 2.1875rem
    }
}

.ttl_mb {
    margin-bottom: 1.5625rem;
}

.ttl_mt {
    margin-top: 1.5625rem;
}

.ttl_size_small {
    font-size: 1rem;
}

@media (min-width: 680px) {
    .ttl_size_small {
        font-size: 1.25rem
    }
}

@media (min-width: 840px) {
    .ttl_size_small {
        font-size: 1.5625rem
    }
}

/* desc */
.desc {
    margin: 0;
    color: #b3b3b3;
    font-size: 0.875rem;
    font-family: "Indira df", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    line-height: 1.1;
}

@media (min-width: 680px) {
    .desc {
        font-size: 1rem
    }
}

@media (min-width: 1200px) {
    .desc {
        font-size: 1.5625rem
    }
}

/* heading */
.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}

.heading__bg {
    display: block;
    content: "";
    width: 52.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 26.25rem);
    z-index: -1;
    pointer-events: none;
    background-color: transparent;
    background-image: linear-gradient(to right,
            rgba(9, 6, 8, 0) 0%,
            rgba(9, 6, 8, 0.8) 50%,
            rgba(9, 6, 8, 0) 100%);
    background-position: center center;
    background-repeat: no-repeat;
}

.heading__bg_2 {
    width: 58.75rem;
    left: calc(50% - 29.375rem);
    background-image: linear-gradient(to right,
            rgba(4, 4, 4, 0) 0%,
            rgba(4, 4, 4, 0.8) 50%,
            rgba(4, 4, 4, 0) 100%);
}

.heading__overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 43.75rem;
    height: 15.625rem;
    background-color: rgba(26, 28, 35, 0.9);
    border-radius: 50%;
    z-index: -1;
    filter: blur(2.5rem);
}

.heading__content {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.heading__content_start {
    align-items: flex-start;
}

.heading__content_end {
    align-items: flex-end;
}

/* headline */
.headline {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

/* bnr */
.bnr {
    opacity: 0.5;
    transition: 0.2s all;
}

.bnr:hover {
    opacity: 1;
}

.bnr__img {
    display: block;
}

/* btnbox */
.btnbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    grid-gap: 1rem 1.875rem;
    gap: 1rem 1.875rem;
    width: 100%;
    min-width: 0;
}

@media (min-width: 680px) {
    .btnbox {
        flex-wrap: nowrap
    }
}

.btnbox:after,
.btnbox:before {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #97959a;
    display: none;
}

@media (min-width: 680px) {

    .btnbox:after,
    .btnbox:before {
        display: block
    }
}

.btnbox:after {
    -webkit-mask: linear-gradient(to right,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 30%,
            rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(to right,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 30%,
            rgba(0, 0, 0, 0) 100%);
}

.btnbox:before {
    -webkit-mask: linear-gradient(to left,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 30%,
            rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(to left,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 30%,
            rgba(0, 0, 0, 0) 100%);
}

/* cover */
.cover {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 12.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    border: 0.125rem solid #cfcfcf;
    border-radius: 1rem;
}

/* box-shadow: 0 0 2px 2px #000 inset; */
@media (min-width: 680px) {
    .cover {
        height: 18rem
    }
}

.cover_mt {
    margin-top: 2.8125rem;
}

.cover_mb {
    margin-bottom: 2.8125rem;
}

/* list */
.list {
    padding-left: 0;
    list-style-type: none;
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
}

.list li {
    position: relative;
    z-index: 0;
    padding-left: 1.5rem;
}

@media (min-width: 840px) {
    .list li {
        padding-left: 2.125rem
    }
}

.list li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 0.75rem;
    height: 0.8125rem;
    background-color: transparent;
    background-image: url(../images/list-marker.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

/* itm */
.itm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0.875rem;
    gap: 0.875rem;
    line-height: 1.3;
}

.itm__img {
    display: block;
    flex-shrink: 0;
}

.itm__content {
    /* margin: auto 0; */
    box-sizing: border-box;
}

.itm-list {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
}

/* table */
table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0.1875rem 0;
}

tr {
    background-color: #1c1c1c;
}

th,
td {
    border: 0;
    padding: 0.75rem 1.25rem;
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
}

@media (min-width: 1200px) {

    th,
    td {
        padding: 1rem 1.875rem
    }
}

td {
    background-color: #1c1c1c;
    color: #999992;
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
}

th {
    color: #fff;
    font-family: "Indira df", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase;
    background-color: #5d6179;
    border-radius: 0.3125rem;
}

tr:nth-child(even) td {
    background-color: #383838;
    border-radius: 0.3125rem;
}

/* tblbox */
.tblbox {
    max-width: 100%;
    overflow: auto;
    min-width: 0;
}

.tblbox>table {
    width: 100%;
    min-width: 62.5rem;
}

/* info */
.info {
    box-sizing: border-box;
    padding-left: 2.6875rem;
    position: relative;
    z-index: 0;
    text-align: left;
}

.info:before {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/info-marker.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 1.8125rem;
    height: 2.0625rem;
    position: absolute;
    left: 0;
    top: calc(50% - 1.03125rem);
}

/* inf */
.inf {
    box-sizing: border-box;
    padding: 0.3125rem 1.875rem 0.3125rem 3.75rem;
    position: relative;
    z-index: 0;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 1.25rem;
    background-color: rgba(0, 0, 0, 0.4);
    min-height: 2.375rem;
    font-size: 1.125rem;
    font-family: "Indira df", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase;
    line-height: 1.1;
}

@media (min-width: 680px) {
    .inf {
        font-size: 1.5625rem
    }
}

.inf:before {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/inf-marker.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 2.8125rem;
    height: 3.8125rem;
    position: absolute;
    left: 0;
    top: calc(50% - 1.90625rem);
}

.inf__content {}

.inf-list {
    display: grid;
    grid-gap: 1.625rem;
    gap: 1.625rem;
}

/* preload */
.preload {
    background-color: rgb(11, 15, 23);
    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;
}

.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: 1.25rem;
    gap: 1.25rem;
    margin-top: 0.9375rem;
}

.preload__item {
    width: 1.6875rem;
    height: 1.6875rem;
    background-color: transparent;
    background-image: url(../images/preload/item-decor.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

/* 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);
    }
}

/* spoiler */
.spoiler {
    --spoiler-container-rows: 0fr;
    --spoiler-container-opacity: 0;
    --spoiler-container-maring: 0 0;
    --spoiler-container-padding: 0 1rem;
    --spoiler-bgc-heading: #5d6179;
    --spoiler-transition: 0.3s all;
    --spoiler-arrow-transform: rotate(0deg);
    box-sizing: border-box;
    transition: var(--spoiler-transition);
    color: rgb(223, 223, 223);
    overflow: hidden;
    background: transparent;
    border-radius: 1.875rem;
}

@media (min-width: 840px) {
    .spoiler {
        --spoiler-container-padding: 0 1.25rem
    }
}

[data-spoiler="active"] {
    --spoiler-container-rows: 1fr;
    --spoiler-container-opacity: 1;
    --spoiler-container-maring: 0;
    --spoiler-container-padding: 1rem;
    background: rgb(38, 40, 51);
}

/* --spoiler-arrow-transform: rotate(90deg); */
@media (min-width: 840px) {
    [data-spoiler="active"] {
        --spoiler-container-padding: 1.25rem
    }
}

.spoiler__heading {
    background: var(--spoiler-bgc-heading);
    transition: var(--spoiler-transition);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    padding: 0.75rem 1.125rem;
    line-height: 1.1;
    min-height: 3.75rem;
    box-sizing: border-box;
    color: #fff;
    border-radius: 1.875rem;
}

@media (min-width: 840px) {
    .spoiler__heading {
        padding: 1.125rem 2rem
    }
}

[data-spoiler-trigger] {
    cursor: pointer;
}

.spoiler__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    color: rgb(204, 190, 156);
    margin-left: auto;
    transition: var(--spoiler-transition);
    transform: var(--spoiler-arrow-transform);
    width: 4.75rem;
    height: 0;
}

.spoiler__arrow:after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 4.75rem;
    height: 3rem;
    background-color: transparent;
    background-image: url(../images/spoiler/arrow.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spoiler__content {
    display: grid;
}

.spoiler__title {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Indira df", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase;
}

@media (min-width: 840px) {
    .spoiler__title {
        font-size: 1.125rem
    }
}

.spoiler__container {
    margin: var(--spoiler-container-maring);
    padding: var(--spoiler-container-padding);
    display: grid;
    grid-template-rows: var(--spoiler-container-rows);
    overflow: hidden;
    opacity: var(--spoiler-container-opacity);
    transition: var(--spoiler-transition);
    box-sizing: border-box;
}

.spoiler__content {
    min-height: 0;
    font-size: 0.875rem;
    line-height: 1.4;
}

@media (min-width: 840px) {
    .spoiler__content {
        font-size: 1.125rem
    }
}

/* spoiler-list */
.spoiler-list {
    display: grid;
    grid-gap: 1.625rem;
    gap: 1.625rem;
}

/* 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%;
}

.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;
    }
}

/* lang */
.lang {
    --lang-img-width: 2.125rem;
    --lang-img-height: 1.5rem;
    --lang-list-offset: 1rem;
    width: auto;
    box-sizing: border-box;
    padding-right: 1.25rem;
    position: relative;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-size: 0.9375rem;
    font-family: "Indira df", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .lang {
        --lang-img-width: 2.125rem
    }
}

.lang__current {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    grid-template-columns: var(--lang-img-width) 1fr;
    flex-shrink: 0;
    line-height: 1;
    text-decoration: none;
    padding: 1px 0;
    width: 100%;
    box-sizing: border-box;
}

.lang:hover .lang__current {
    opacity: 0.5;
}

.lang__current-img {
    transition: 0.3s all;
    /* box-shadow: 0 0 0 1px #fff; */
    display: block;
}

.lang:hover .lang__current-img {}

.lang__current-name {}

.lang__current:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/lang/arrow-down.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 0.875rem;
    height: 0.875rem;
    color: #fff;
    font-size: 0.75rem;
    position: absolute;
    right: 0;
    top: calc(50% - 0.5rem);
    transition: all 0.3s;
    cursor: pointer;
    pointer-events: none;
}

.lang__link {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    grid-template-columns: var(--lang-img-width) 1fr;
    flex-shrink: 0;
    line-height: 1.31;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    padding: 0.3125rem 1.25rem 0.3125rem 0.625rem;
    width: 100%;
    box-sizing: border-box;
}

.lang__link:hover {
    opacity: 1;
}

.lang__name {
    /* text-transform: uppercase; */
    display: block;
    flex-shrink: 0;
    text-transform: uppercase;
    /* @media (--v5) {
		display: block;
	} */
}

.lang__img {
    display: block;
    width: var(--lang-img-width);
    height: var(--lang-img-height);
    flex-shrink: 0;
    border: 0 solid rgba(255, 178, 111, 0.14);
    box-sizing: border-box;
    border-radius: 0.25rem;
}

.lang__link_sub {}

.lang__link_sub:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

.lang__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    transform: translateY(0);
    box-sizing: border-box;
    position: absolute;
    top: calc(100% + var(--lang-list-offset));
    left: -0.6875rem;
    width: calc(100% + 1.375rem);
    padding: 0.3125rem 0;
    border-radius: 0.1875rem;
    -webkit-backdrop-filter: blur(0.1875rem);
    backdrop-filter: blur(0.1875rem);
    background: rgba(18, 17, 27, 0.7);
    border: 0 solid rgba(111, 185, 255, 0.14);
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.lang__list:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: var(--lang-list-offset);
}

.lang:hover .lang__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* btn */
:root {
    --btn-w: 18.25rem;
    --btn-h: 4.875rem;
    --btn-fs: 0.9375rem;
    --btn-scale: 1;
    --btn-img-url: url(../images/btn/btn.png);
    --btn-letter-spacing: 0;
}

@media (min-width: 1050px) {
    :root {
        --btn-scale: 1
    }
}

@media (min-width: 1200px) {
    :root {
        --btn-fs: 0.9375rem
    }
}

.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: "Indira K", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-0);
    font-size: calc(0.9375rem * 1);
    font-size: calc(var(--btn-fs) * var(--btn-scale));
    font-weight: 400;
    cursor: pointer;
    transition: 0.2s all;
    box-shadow: none;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    outline: 0;
    background: transparent;
    border: 0;
    line-height: 1;
    padding: 0.375rem calc(1.875rem * 1) 0.3125rem calc(1.875rem * 1);
    padding: 0.375rem calc(1.875rem * var(--btn-scale)) 0.3125rem calc(1.875rem * var(--btn-scale));
    width: calc(18.25rem * 1);
    width: calc(var(--btn-w) * var(--btn-scale));
    height: calc(4.875rem * 1);
    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.1);
}

.btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    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;
    filter: grayscale(0%) brightness(100%);
}

.btn_accent_no:before {
    filter: grayscale(100%) brightness(50%);
}

.btn:hover:before,
.btn_active:before,
[data-open-tab-active="true"]:before {
    filter: grayscale(0%) brightness(130%);
    /* transform: scale(1.06); */
}

.btn__decor {
    position: absolute;
    background-color: transparent;
    background-image: url(../images/btn/decor-1.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 1.8125rem;
    height: 2.25rem;
    pointer-events: none;
    z-index: 3;
    transition: 0.2s all;
}

.btn__decor_1 {
    background-image: url(../images/btn/decor-1.png);
    width: 1.8125rem;
    height: 2.25rem;
    bottom: -0.625rem;
    left: 0.4375rem;
}

.btn:hover .btn__decor_1 {
    transform: translateX(1.25rem);
}

.btn__decor_2 {
    background-image: url(../images/btn/decor-2.png);
    width: 1.0625rem;
    height: 1.375rem;
    top: -0.3125rem;
    right: 0.75rem;
}

.btn:hover .btn__decor_2 {
    transform: translateX(-1.25rem);
}

/* btn_size_large */
.btn_size_large {
    --btn-w: 30.75rem;
    --btn-h: 7.5rem;
    --btn-fs: 1.5625rem;
    --btn-img-url: url(../images/btn/btn-large.png);
    --btn-scale: 0.6;
    color: #fffcf2;
    text-shadow: 0 0 1.625rem rgba(255, 255, 255, 0.8);
}

@media (min-width: 680px) {
    .btn_size_large {
        --btn-scale: 0.8
    }
}

@media (min-width: 1050px) {
    .btn_size_large {
        --btn-scale: 1
    }
}

@media (min-width: 1200px) {
    .btn_size_large {
        --btn-fs: 1.5625rem
    }
}

.btn_large-2 {
    --btn-w: 30.75rem;
    --btn-h: 7.5rem;
    --btn-fs: 1.5625rem;
    --btn-img-url: url(../images/btn/btn-large-2.png);
    --btn-scale: 0.6;
    color: #fffcf2;
    text-shadow: 0 0 1.625rem rgba(255, 255, 255, 0.8);
}

@media (min-width: 680px) {
    .btn_large-2 {
        --btn-scale: 0.8
    }
}

@media (min-width: 1050px) {
    .btn_large-2 {
        --btn-scale: 1
    }
}

@media (min-width: 1200px) {
    .btn_large-2 {
        --btn-fs: 1.5625rem
    }
}

/* btn_type_2 */
.btn_type_2 {
    --btn-scale: 0.8;
    --btn-img-url: url(../images/btn/btn-2.png);
    --btn-w: 18.375rem;
    --btn-h: 4.4375rem;
}

@media (min-width: 680px) {
    .btn_type_2 {
        --btn-scale: 1
    }
}

/* btn_type_3 */
.btn_type_3 {
    --btn-scale: 0.8;
    --btn-img-url: url(../images/btn/btn-3.png);
    --btn-w: 18.375rem;
    --btn-h: 4.4375rem;
}

@media (min-width: 680px) {
    .btn_type_3 {
        --btn-scale: 1
    }
}

/* btn_type_4 */
.btn_type_4 {
    --btn-scale: 0.8;
    --btn-img-url: url(../images/btn/btn-4.png);
    --btn-w: 18.375rem;
    --btn-h: 4.4375rem;
}

@media (min-width: 680px) {
    .btn_type_4 {
        --btn-scale: 1
    }
}

/* 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)
    }
}

/* 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: "Indira df", "Philosopher", "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;
}

/* fp */
.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;
        transition: 0.7s all
    }
}

/* border-top: 4px solid #3a3a3a; */
@media (min-width: 1200px) {
    .fp__swiper-slide:not(:first-child) {
        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__box {
        min-height: max(50rem, 100vh);
        box-sizing: border-box
            /* padding-bottom: var(--footer-height); */
    }
}

@media (min-width: 2060px) {
    .fp__box {
        min-height: max(58.75rem, 100vh)
    }
}

/* [data-fp-last-slide="true"] [data-slider-next="fp"] {
	opacity: 0;
	pointer-events: none;
} */
/* countdown */
.countdown {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Indira df", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    position: relative;
    z-index: 0;
}

.countdown__heading {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    text-align: center;
    margin-bottom: 0.375rem;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Celtes SP", Arial, sans-serif;
    font-family: var(--font-3);
    /* color: #f2c489;
	text-shadow: 0 0 10px rgba(242, 196, 137, 0.5); */
}

.countdown__title {
    background: linear-gradient(to bottom, #bababa 20%, #fefefe 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.countdown__counter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    grid-gap: 0.375rem;
    gap: 0.375rem;
    height: 3.4375rem;
}

.countdown__counter:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/countdown/bg.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 25.4375rem;
    height: 3.4375rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.countdown__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    /* min-width: 66px; */
    box-sizing: border-box;
    line-height: 1;
}

.countdown__amount {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    text-transform: uppercase;
    box-sizing: border-box;
    font-size: 1.875rem;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    background: linear-gradient(to bottom, #906028 0%, #f2c489 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.countdown__desc {
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-size: 0.6875rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}

.countdown__devider {
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: relative;
    z-index: 0;
}

.countdown__devider:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/countdown/dot.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 1.0625rem;
    height: 0.9375rem;
}

.servtime {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Indira K", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-0);
    position: relative;
    z-index: 0;
}

.servtime__heading {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    text-align: center;
    margin-bottom: 0.375rem;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    grid-gap: 0.125rem;
    gap: 0.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Celtes SP", Arial, sans-serif;
    font-family: var(--font-3);
    /* color: #f2c489;
	text-shadow: 0 0 10px rgba(242, 196, 137, 0.5); */
}

.servtime__title {}

.servtime__counter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    grid-gap: 0.25rem;
    gap: 0.25rem;
}

.servtime__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    min-width: 1.375rem;
    box-sizing: border-box;
    line-height: 1;
}

.servtime__amount {
    color: #f0e19a;
    text-transform: uppercase;
    box-sizing: border-box;
    font-size: 1.1875rem;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
}

.servtime__desc {
    box-sizing: border-box;
    color: #f3f3f3;
    font-size: 0.5rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}

.servtime__devider {
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: relative;
    z-index: 0;
    width: 0.4375rem;
    height: 0.4375rem;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-color: #f3f3f3;
}

/* server */
:root {
    --server-count-color: #a84b4b;
}

.server {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 15.75rem;
    text-align: center;
    font-size: 1.125rem;
    font-family: "Indira df", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    line-height: 1;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    padding-top: 1.8125rem;
}

[data-server="on"] {
    --server-count-color: #8ba84b;
}

.server__body {
    background-color: transparent;
    background-image: url(../images/server/bg.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 15.75rem;
    height: 4.375rem;
    position: relative;
    z-index: 0;
    padding-top: 1.5rem;
    box-sizing: border-box;
}

.server__pic {
    width: 3.75rem;
    height: 3.75rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1.625rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
    filter: drop-shadow(0 0 0.625rem rgba(255, 255, 255, 0.9));
    transition: 0.3s all;
}

.server:hover .server__pic {
    transform: translateX(-50%) scale(1.2);
}

.server__ico {
    width: 6.25rem;
    height: 100%;
    display: block;
}

.server__title {
    text-transform: uppercase;
}

.server__bar {
    background-color: transparent;
    background-image: url(../images/server/bar.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 2rem;
    width: 100%;
    box-sizing: border-box;
    margin-top: -1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #f0e19a;
    font-size: 0.875rem;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.server__online {
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    font-size: 0.75rem;
    color: #a6a6a6;
    text-transform: uppercase;
    margin-top: 0.25rem;
}

.server__count {
    color: #a84b4b;
    color: var(--server-count-color);
}

/* servers */
.servers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 0.875rem;
    gap: 0.875rem;
}

@media (min-width: 1200px) {
    .servers {
        flex-wrap: nowrap
    }
}

@media (min-width: 1550px) {
    .servers {
        grid-gap: 1.625rem;
        gap: 1.625rem
    }
}

/* scl */
:root {
    --scl-scale: 1;
    --scl-list-direction: column;
}

.scl {}

.scl_type_mobile {
    --scl-item-border: none;
    --scl-list-direction: row;
}

.scl_type_desk {
    position: fixed;
    right: 3.125rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

@media (min-width: 1640px) {
    .scl_type_desk {
        right: 5rem
    }
}

.scl__list {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-direction: var(--scl-list-direction);
    grid-gap: 1.5625rem;
    gap: 1.5625rem;
}

.scl__item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: calc(4.125rem * 1);
    width: calc(4.125rem * var(--scl-scale));
    height: calc(4.125rem * 1);
    height: calc(4.125rem * var(--scl-scale));
    box-sizing: border-box;
    color: #fff;
    font-size: calc(1.75rem * 1);
    font-size: calc(1.75rem * var(--scl-scale));
    position: relative;
    z-index: 0;
    transition: 0.3s all;
    /* padding-bottom: 8px; */
    opacity: 0.6;
    border-radius: 50%;
    border: 0.125rem solid #fff;
}

.scl__item:hover {
    opacity: 1;
    transform: scale(1.1);
}

.scl__item:before {
    display: block;
    content: "";
    position: absolute;
    left: 0.3125rem;
    top: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    border-radius: 50%;
    z-index: -1;
    border: 0.125rem solid rgba(255, 255, 255, 0.3);
}

.scl__decor {
    position: absolute;
    left: -0.625rem;
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    pointer-events: none;
    z-index: 2;
    transition: 0.3s all;
}

.scl__item:hover .scl__decor {
    transform: rotate(180deg);
}

.scl__star {
    position: absolute;
    right: 0.3125rem;
    top: 3.125rem;
    width: calc(1.625rem * 1);
    width: calc(1.625rem * var(--scl-scale));
    height: calc(2.125rem * 1);
    height: calc(2.125rem * var(--scl-scale));
    background-color: transparent;
    background-image: url(../images/scl/dec-1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.scl__star_1 {
    background-image: url(../images/scl/dec-1.png);
}

.scl__star_2 {
    background-image: url(../images/scl/dec-2.png);
    left: 0.3125rem;
    top: 0.625rem;
    width: calc(1.25rem * 1);
    width: calc(1.25rem * var(--scl-scale));
    height: calc(1.625rem * 1);
    height: calc(1.625rem * var(--scl-scale));
}

.scl__pic {
    width: calc(1.875rem * 1);
    width: calc(1.875rem * var(--scl-scale));
    height: auto;
    display: block;
    flex-shrink: 0;
}

.scl__ico {
    background-image: linear-gradient(to bottom, #c9c1be 20%, #f7f7f7 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media (max-width: 1199.99px) {

    /* mbar */
    .mbar {
        height: 5rem;
        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: 5rem;
        top: var(--navigation-height);
        right: 0;
        left: 0;
        z-index: 2;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: 5rem;
        padding-bottom: var(--navigation-height);
        height: 100vh;
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        justify-content: flex-start;
        /* align-items: center; */
        background-color: rgba(11, 15, 23);
        background-color: rgba(var(--body-background-color));
        opacity: 0;
        transition: 0.5s all 0.3s;
        visibility: hidden;
        box-shadow: 0 0 0 100vh rgba(11, 15, 23, 1);
        box-shadow: 0 0 0 100vh rgba(var(--body-background-color), 1);
    }

    @supports (height: 100dvh) {
        .menu {
            height: 100dvh;
        }
    }

    .mob-menu-active .menu {
        visibility: visible;
        opacity: 1;
        transition: 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;
        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: rgba(255, 255, 255, 1);
        color: rgba(var(--color-0), 1);
        cursor: pointer;
        font-style: normal;
        font-size: 1.125rem;
        font-weight: 400;
        white-space: nowrap;
        text-transform: uppercase;
        width: 100%;
        min-height: 3.125rem;
        transition: 0.2s all;
        font-family: "Indira df", "Philosopher", "Times New Roman", Times, serif;
        font-family: var(--font-1);
    }

    .menu__item_open,
    .menu__item:hover {
        color: rgba(240, 225, 154, 1);
        color: rgba(var(--color-accent), 1);
    }

    .menu__sub-wrapper {
        display: none;
    }

    .subnav__container {
        padding: 0;
    }

    .mob-menu-active {
        overflow: hidden;
    }

    [data-menu-open-sub-list]:after {
        display: block;
        content: "";
        background: url(../images/menu/arrow-down.png) no-repeat;
        width: 0.875rem;
        height: 0.875rem;
        margin-left: 0.625rem;
        position: relative;
        top: 0;
        transition: 0.5s all;
    }

    .menu__item_open:after {
        transform: rotateX(180deg);
    }

    .menu__item_open {
        background: rgba(255, 255, 255, 0.05);
        background: rgba(var(--color-0), 0.05);
    }

    /* menu__sub-list */
    .menu__sub-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: none;
        background: rgba(255, 255, 255, 0.05);
        background: rgba(var(--color-0), 0.05);
    }

    .menu__item_open~.menu__sub-list {
        display: block;
    }

    .menu__sub-item {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-sizing: border-box;
        padding: 0.5rem 1.25rem;
        transition: 0.3s all;
        position: relative;
        z-index: 0;
        color: rgba(255, 255, 255, 1);
        color: rgba(var(--color-0), 1);
        cursor: pointer;
        font-style: normal;
        font-size: 1.125rem;
        text-align: left;
        min-height: 3.125rem;
        font-family: "Indira df", "Philosopher", "Times New Roman", Times, serif;
        font-family: var(--font-1);
        text-transform: uppercase;
    }

    .menu__sub-item:hover {
        color: rgba(240, 225, 154, 1);
        color: rgba(var(--color-accent), 1);
    }

    .menu__sub-content {
        min-width: 0;
        flex-grow: 1;
    }

    .menu__sub-name {
        font-size: 1.125rem;
        line-height: 1.125rem;
        color: #000;
        transition: 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", "Open Sans", Tahoma, 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: 1.25rem;
        gap: 1.25rem;
    }

    @media (min-width: 1350px) {
        .menu__list {
            grid-gap: 1.875rem;
            gap: 1.875rem
        }
    }

    @media (min-width: 1440px) {
        .menu__list {
            grid-gap: 2.5rem;
            gap: 2.5rem
        }
    }

    @media (min-width: 1550px) {
        .menu__list {
            grid-gap: 3.125rem;
            gap: 3.125rem
        }
    }

    @media (min-width: 2060px) {
        .menu__list {
            grid-gap: 3.125rem;
            gap: 3.125rem
        }
    }

    .nav-static .menu__list {}

    .menu__el {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 0;
    }

    .menu__el_desktop_none {
        display: none;
    }

    .menu__item {
        padding: 1.25rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        color: rgba(255, 255, 255, 1);
        color: rgba(var(--color-0), 1);
        cursor: pointer;
        font-style: normal;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 400;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: 0.3s all;
        font-family: "Indira K", "Philosopher", "Times New Roman", Times, serif;
        font-family: var(--font-0);
    }

    .menu__el:hover [data-menu-open-sub-list],
    .menu__item:hover,
    .menu__item_open:hover,
    .menu__item_point_active {
        transform: scale(1.2);
    }

    .menu__item:after {
        display: block;
        content: "";
        background-color: #7a1e1e;
        width: 120%;
        height: 1.25rem;
        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,
    .menu__item_point_active:after {
        opacity: 1;
    }

    .menu__dot {
        background-color: transparent;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 0.375rem;
        height: 0.375rem;
        display: block;
        flex-shrink: 0;
        border: 0.125rem solid rgba(255, 255, 255, 0.5);
        border: 0.125rem solid rgba(var(--color-0), 0.5);
        transform: rotate(45deg);
        align-self: center;
    }

    .menu__el_continer {
        display: none;
    }

    /* menu__sub-list */
    .menu__sub-list {
        position: absolute;
        left: 50%;
        top: calc(100%);
        list-style: none;
        margin: 0;
        z-index: 100;
        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);
        padding: 0 0;
        /* background-color: rgba(255, 255, 255, 0.05); */
        background: rgba(18, 17, 27, 0.7);
        /* backdrop-filter: blur(9px); */
        /* background-color: rgba(var(--color-5), 0.85);
		backdrop-filter: blur(9px); */
        /* border: 1px solid rgba(var(--color-3), 1); */
        border-top: 0;
        border-radius: 0.3125rem;
        overflow: hidden;
    }

    /* .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.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        width: 0.875rem;
        height: 0.875rem;
        margin-left: 0.625rem;
        position: relative;
        top: -1px;
        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(100%);
        transform: translateX(-50%) translateY(0);
    }

    .menu__sub-item {
        padding: 0.625rem 1.625rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
        color: rgba(255, 255, 255, 1);
        color: rgba(var(--color-0), 1);
        fill: rgba(255, 136, 0, 1);
        fill: rgba(var(--color-accent-2), 1);
        cursor: pointer;
        font-style: normal;
        font-size: 1rem;
        font-weight: 400;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: 0.3s all;
        font-family: "Indira df", "Philosopher", "Times New Roman", Times, serif;
        font-family: var(--font-1);
        text-transform: uppercase;
    }

    /* .menu__sub-item:hover {
		background-color: rgba(51, 105, 155, 0.4);
	} */
    .menu__sub-item:after {
        display: block;
        content: "";
        background-color: rgba(255, 255, 255, 0.5);
        width: 120%;
        height: 1.25rem;
        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__sub-item:hover:after {
        opacity: 1;
    }
}

/* hero */
[data-section="hero"] {}

[data-container="hero"] {
    max-width: calc(50rem + 0.875rem * 4);
    max-width: calc(50rem + var(--margin) * 4);
}

.hero {
    min-height: 40.625rem;
    box-sizing: border-box;
    padding-top: 18.75rem;
    padding-bottom: 5rem;
    transition: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 840px) {
    .hero {
        padding-top: 22.5rem
    }
}

@media (min-width: 1200px) {
    .hero {
        min-height: 40.625rem;
        max-height: 100vh;
        padding-top: 11.25rem;
        padding-bottom: 16.25rem;
        height: 100vh
    }
}

@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%;
}

.hero__btns {
    margin-top: 2.1875rem;
}

.hero__servers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3.125rem;
}

@media (min-width: 1200px) {
    .hero__servers {
        display: none
    }
}

/* navigation */
:root {
    /* navigation */
    --navigation-height: 5rem;
    --navigation-height-scroll: 5rem;
}

@media (min-width: 1200px) {
    :root {
        --navigation-height: 11.25rem;
        --navigation-height-scroll: 11.25rem
    }
}

[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;
    /* backdrop-filter: blur(3px); */
    transition: 0.3s all;
}

[data-section="navigation"]:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 8.75rem;
    pointer-events: none;
    z-index: -2;
    opacity: 0;
    transition: 0.3s all;
    background: linear-gradient(180deg,
            rgba(11, 15, 23, 0.9) 36%,
            rgba(11, 15, 23, 0) 100%);
}

@media (min-width: 1200px) {
    [data-section="navigation"]:before {
        height: 12.5rem
    }
}

.nav-scroll [data-section="navigation"]:before {
    opacity: 1;
}

[data-container="navigation"] {
    z-index: 10;
}

@media (min-width: 1200px) {
    [data-container="navigation"] {
        --container-width: 100%
    }
}

@media (min-width: 1640px) {
    [data-container="navigation"] {
        --container-width: calc(100% - 10rem)
    }
}

.navigation {
    display: flex;
    justify-content: flex-start;
    height: 5rem;
    height: var(--navigation-height);
    transition: 0.3s all;
    grid-gap: 1rem;
    gap: 1rem;
}

@media (min-width: 1200px) {
    .navigation {
        grid-gap: 0;
        gap: 0
    }
}

.nav-scroll .navigation {
    height: 5rem;
    height: var(--navigation-height-scroll);
}

.navigation__gw-burger {
    align-self: center;
    flex-shrink: 0;
}

.navigation__menu {
    flex-grow: 1;
    z-index: -1;
}

.navigation__box {
    /* position: relative;
	z-index: 5; */
    display: flex;
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
    max-width: none;
}

.navigation__box_side_left {
    justify-content: flex-start;
    grid-gap: 1.25rem;
    gap: 1.25rem;
}

@media (min-width: 1200px) {
    .navigation__box_side_left {
        margin-right: 1.5625rem;
        flex-basis: 62.5rem;
        position: relative;
        z-index: 5
    }
}

@media (min-width: 1720px) {
    .navigation__box_side_left {
        margin-right: 4.0625rem
    }
}

.navigation__box_side_right {
    justify-content: flex-end;
    margin-left: auto;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    position: relative;
    z-index: 5;
}

@media (min-width: 1200px) {
    .navigation__box_side_right {
        margin-left: 1.875rem;
        display: flex;
        flex-basis: 62.5rem
    }
}

@media (min-width: 1720px) {
    .navigation__box_side_right {
        margin-left: 3.75rem;
        grid-gap: 3.75rem;
        gap: 3.75rem
    }
}

.navigation__box_center {
    position: relative;
    z-index: 5;
}

@media (min-width: 1200px) {
    .navigation__box_center {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.navigation__el_desktop {
    display: none;
}

@media (min-width: 1200px) {
    .navigation__el_desktop {
        display: flex;
        justify-content: center
    }
}

/* .navigation__lang {
	margin: 0 40px 0 20px;
} */
.navigation__logobox {
    max-width: 9.375rem;
    filter: drop-shadow(0px 0 0.875rem rgba(0, 0, 0, 0.8));
}

@media (min-width: 1200px) {
    .navigation__logobox {
        max-width: 15.5rem
    }
}

.navigation__auth {
    box-sizing: border-box;
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 3.125rem;
}

@media (min-width: 1200px) {
    .navigation__auth {
        display: flex
    }
}

.navigation__servers {
    display: none;
}

@media (min-width: 1200px) {
    .navigation__servers {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

/* footer */
@media (min-width: 1200px) {
    [data-section="footer"] {
        position: absolute;
        bottom: 1.25rem;
        left: 0;
        right: 0
    }
}

@media (min-width: 1200px) {
    [data-container="footer"] {
        --container-width: 100%
    }
}

@media (min-width: 1640px) {
    [data-container="footer"] {
        --container-width: calc(100% - 10rem)
    }
}

[data-container="footer"]:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #5c6078;
    border: 0.1875rem solid #a1a2a5;
    box-sizing: border-box;
    z-index: -3;
    -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%);
    border-radius: 1.25rem;
    opacity: 0.25;
}

.footer {
    display: grid;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    min-height: 6.25rem;
    box-sizing: border-box;
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    color: #6e7685;
    font-size: 0.875rem;
}

@media (min-width: 720px) {
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.footer__bnrs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 0.5rem 0.9375rem;
    gap: 0.5rem 0.9375rem;
    order: -100;
}

.footer__content {
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 720px) {
    .footer__content {
        text-align: right
    }
}

.footer__copyright {
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
}

.footer__desc {
    font-size: 0.625rem;
}

.footer__links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 0.5rem;
    gap: 0.5rem;
}

@media (min-width: 720px) {
    .footer__links {
        justify-content: flex-end
    }
}

.footer__link {
    text-decoration: none;
    font-size: 0.625rem;
    line-height: 1;
    color: #f0e19a;
    transition: 0.2s all;
}

.footer__link:hover {
    color: #fde56c;
}

/* resources */
[data-section="resources"] {
    background-color: transparent;
    background-image: url(../images/bg-def.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

[data-container="resources"] {
    --container-width: 87.5rem;
}

.resources {
    min-height: 40.625rem;
    box-sizing: border-box;
    padding-top: 9.375rem;
    padding-bottom: 6.25rem;
    transition: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .resources {
        padding-top: 11.25rem;
        padding-bottom: 10rem;
        min-height: 100vh
    }
}

@media (min-height: 1100px) {
    .resources {
        padding-bottom: 10rem
    }
}

.resources__btnbox {
    margin-top: 1rem;
    position: relative;
    z-index: 2;
}

.resources__slider {
    width: 100%;
    margin-top: 1.75rem;
    position: relative;
    z-index: 1;
}

.resources__way {
    max-width: 42.75rem;
    width: 100%;
    margin: 1.5rem auto 0 auto;
}

/* static */
[data-section="static"] {}

[data-section="static"]:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/static/bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 56.25rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-mask: linear-gradient(to bottom,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) calc(100% - 18.75rem),
            rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(to bottom,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) calc(100% - 18.75rem),
            rgba(0, 0, 0, 0) 100%);
    max-height: 100vh;
    overflow: hidden;
}

[data-container="static"] {
    --container-width: 87.5rem;
}

.static {
    min-height: 40.625rem;
    box-sizing: border-box;
    padding-top: 9.375rem;
    padding-bottom: 6.25rem;
    transition: none;
    min-width: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .static {
        padding-top: 17.5rem;
        padding-bottom: 17.5rem;
        min-height: 100vh
    }
}

.static__headline {
    margin-bottom: 3.75rem;
}

.static__content {
    min-width: 0;
    max-width: 100%;
    font-size: 1rem;
    color: #aaaaaa;
    line-height: 1.5;
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
}

@media (min-width: 840px) {
    .static__content {
        font-size: 1.125rem
    }
}

/* next */
.next {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-family: "Indira K", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-0);
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    transition: opacity 0.3s ease;
}

.next_pos {
    position: absolute;
    bottom: 8.75rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
    display: none;
}

@media (min-width: 1200px) {
    .next_pos {
        display: flex
    }
}

/* [data-fp-current="0"] .next_pos {
	opacity: 1;
	pointer-events: all;
} */
.next__pic {
    background-color: transparent;
    background-image: url(../images/next/btn.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 7.5625rem;
    height: 4.3125rem;
    transition: transform 0.3s ease;
}

.next:hover .next__pic {
    transform: scale(1.05);
}

/* features */
[data-section="features"] {}

[data-container="features"] {
    max-width: 93.75rem;
}

.features {
    min-height: 40.625rem;
    box-sizing: border-box;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    transition: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .features {
        min-height: 40.625rem;
        max-height: 100vh;
        padding-top: 11.25rem;
        padding-bottom: 11.25rem;
        height: 100vh;
        justify-content: center
    }
}

.features__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
    width: 100%;
    min-width: 0;
    min-height: 0;
}

.features__sliderbox {
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    display: grid;
    position: relative;
    z-index: 0;
    grid-gap: 1.875rem 3.125rem;
    gap: 1.875rem 3.125rem;
    margin-top: 3.125rem;
    box-sizing: border-box;
}

@media (min-width: 1050px) {
    .features__sliderbox {
        grid-template-columns: 25rem 1fr
    }
}

@media (min-width: 1200px) {
    .features__sliderbox {
        grid-gap: 0 3.125rem;
        gap: 0 3.125rem;
        margin-top: 4.375rem;
        padding: 0 3.75rem
    }
}

.features__cards {
    max-width: 25rem;
    margin: 0 auto;
    width: 100%;
    height: calc(26rem * 0.5);
    height: calc(26rem * var(--card-scale));
    min-width: 0;
    box-sizing: border-box;
    padding-left: 6.25rem;
    /* transform-style: preserve-3d; */
    perspective: 75rem;
    position: relative;
    z-index: 0;
}

.features__next {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.features__cards * {
    /* transform-style: preserve-3d; */
}

.features__card {
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative;
	z-index: 0; */
    transition: 0.3s all;
    pointer-events: all;
    transform: rotate(0) translateX(-1.25rem) translateY(-0.9375rem) scale(0.9);
}

@media (min-width: 1200px) {
    .features__card {
        /* pointer-events: none; */
    }
}

.features__card:hover {
    filter: brightness(1.3);
}

.features__swiper-slide.swiper-slide-prev .features__card {
    transform: rotate(-20deg) translateX(-3.75rem) translateY(0.625rem) scale(0.9);
}

.features__swiper-slide.swiper-slide-active .features__card {
    --card-cover-opacity: 0;
    --card-cover-glow: 1;
    --card-title-text-shadow: 0 0 0.625rem transparent;
    --card-overlay-filter: grayscale(0);
    scale: 1;
    z-index: 1;
    filter: drop-shadow(0 0 1.5625rem rgba(111, 124, 184, 0.8));
    transform: rotate(0deg) translateX(0px) translateY(0px) scale(1);
}

@media (min-width: 1200px) {
    .features__swiper-slide.swiper-slide-active .features__card {
        pointer-events: all
    }
}

[data-slide-direction="next"] .features__swiper-slide.swiper-slide-active .features__card {
    -webkit-animation: featureCardNext 0.5s ease-out 0s 1 normal forwards;
    animation: featureCardNext 0.5s ease-out 0s 1 normal forwards;
}

@-webkit-keyframes featureCardNext {
    from {
        opacity: 0;
        transform: scale(1) rotate(20deg) translateX(5rem) translateY(0.625rem);
    }

    50% {
        transform: scale(1.12) rotate(10deg) translateX(2.5rem) translateY(1.25rem);
    }

    to {
        opacity: 1;
        transform: scale(1) rotate(0deg) translateX(0px) translateY(1.875rem);
    }
}

@keyframes featureCardNext {
    from {
        opacity: 0;
        transform: scale(1) rotate(20deg) translateX(5rem) translateY(0.625rem);
    }

    50% {
        transform: scale(1.12) rotate(10deg) translateX(2.5rem) translateY(1.25rem);
    }

    to {
        opacity: 1;
        transform: scale(1) rotate(0deg) translateX(0px) translateY(1.875rem);
    }
}

[data-slide-direction="prev"] .features__swiper-slide.swiper-slide-active .features__card {
    -webkit-animation: featureCardPrev 0.5s ease-out 0s 1 normal forwards;
    animation: featureCardPrev 0.5s ease-out 0s 1 normal forwards;
}

@-webkit-keyframes featureCardPrev {
    from {
        transform: scale(1) rotate(-20deg) translateX(-3.75rem) translateY(0.625rem);
    }

    50% {
        transform: scale(1.12) rotate(-10deg) translateX(-2.5rem) translateY(1.25rem);
    }

    to {
        transform: scale(1) rotate(0deg) translateX(0px) translateY(1.875rem);
    }
}

@keyframes featureCardPrev {
    from {
        transform: scale(1) rotate(-20deg) translateX(-3.75rem) translateY(0.625rem);
    }

    50% {
        transform: scale(1.12) rotate(-10deg) translateX(-2.5rem) translateY(1.25rem);
    }

    to {
        transform: scale(1) rotate(0deg) translateX(0px) translateY(1.875rem);
    }
}

.features__swiper-slide.swiper-slide-active~.features__swiper-slide .features__card {
    opacity: 0;
    transform: translateX(3.125rem) scale(0.8);
    pointer-events: none;
}

.features__cards .swiper-slide {
    overflow: visible;
    transition: 0.3s all;
}

.features__list {
    display: grid;
    grid-template-columns: repeat(3, 5rem);
    align-items: center;
    height: auto;
    perspective: 75rem;
    transform-style: preserve-3d;
    pointer-events: none;
    margin-top: 3.75rem;
}

@media (min-width: 540px) {
    .features__list {
        margin-top: 0;
        height: 25rem;
        grid-template-columns: repeat(5, 5rem)
    }
}

@media (min-width: 720px) {
    .features__list {
        height: 32.5rem;
        grid-template-columns: repeat(5, 8.75rem)
    }
}

@media (min-width: 1200px) {
    .features__list {
        height: 37.5rem;
        grid-template-columns: repeat(5, 15.625rem);
        max-width: 100%
    }
}

.features__about {
    min-width: 0;
    font-size: 0.875rem;
    font-family: "Intro Book", "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-5);
    /* overflow: hidden; */
    min-height: 0;
}

@media (min-width: 840px) {
    .features__about {
        font-size: 1rem
    }
}

@media (min-width: 1200px) {
    .features__about {
        font-size: 1.125rem
    }
}

.features__swiper-slide-tab .features__tab {
    transition: 0.4s all;
    transform: scale(0.4) translateX(-50%);
    transform-origin: left center;
}

.features__swiper-slide-tab.swiper-slide-active .features__tab {
    transform: scale(1) translateX(0px);
}

.features__swiper-slide-tab {
    opacity: 0 !important;
    pointer-events: none;
    transition: 0.4s all;
}

.features__swiper-slide-tab.swiper-slide-active {
    opacity: 1 !important;
    pointer-events: all;
}

/* @keyframes featuresTab {
	from {
		opacity: 0;
		transform: translateX(-130px) scale(0.7);
	}
	to {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
} */
.features__ttl {
    margin-bottom: 1rem;
}

.features__control {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.875rem;
    gap: 1.875rem;
}

@media (min-width: 1050px) {
    .features__control {
        order: -100;
        grid-column: span 2
    }
}

@media (min-width: 1200px) {
    .features__control {
        position: relative;
        z-index: 4
    }
}

@media (min-width: 1200px) {
    .features__arrow {
        position: absolute;
        top: 15.625rem;
    }

    .features__arrow_prev {
        left: -6.25rem;
    }

    .features__arrow_next {
        right: -6.25rem;
    }
}

.features__btnbox {
    margin-top: 5.625rem;
}

/* help */
[data-section="help"] {}

[data-container="help"] {}

.help {
    min-height: 40.625rem;
    box-sizing: border-box;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    transition: none;
    display: flex;
    justify-content: сenter;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .help {
        min-height: 40.625rem;
        max-height: 100vh;
        padding-top: 11.25rem;
        padding-bottom: 16.25rem;
        height: 100vh
    }
}

@media (min-height: 1100px) {
    .help {
        padding-bottom: 17.5rem
    }
}

.help__box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
    min-width: 0;
    max-width: 100%;
}

@media (min-width: 940px) {
    .help__box {
        width: 54%;
        margin-left: auto
    }
}

@media (min-width: 1120px) {
    .help__box {
        width: calc(50% - 2.5rem)
    }
}

.help__btns {
    width: 100%;
    height: 21.875rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

@media (min-width: 940px) {
    .help__btns {
        justify-content: flex-start
    }
}

.help__tabs {
    max-width: 42.5rem;
    margin-top: 2.875rem;
    text-align: left;
}

.help__tab {
    display: none;
    opacity: 0;
    -webkit-animation: tab 1s ease forwards;
    animation: tab 1s ease forwards;
    min-height: 16.25rem;
}

.help__tab_max_height {
    height: 16.25rem;
    overflow-y: auto;
}

.help__tab_active {
    display: block;
}

.help__headline {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: rgb(196, 196, 196);
    background-image: linear-gradient(to bottom, #ffffff 20%, #9c9c9c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

@media (min-width: 1050px) {
    .help__headline {
        font-size: 2.125rem
    }
}

.help__about {
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    text-transform: uppercase;
    color: #a5a5a5;
    font-size: 0.875rem;
    margin-top: 0.375rem;
    line-height: 1.3;
}

@media (min-width: 1050px) {
    .help__about {
        font-size: 1rem
    }
}

.help__control {
    margin-top: 0.625rem;
}

/* card */
:root {
    --card-scale: 0.5;
    --card-transition: 0.3s all;
    --card-cover-opacity: 1;
    --card-cover-glow: 0;
    --card-overlay-filter: grayscale(100%);
    --card-title-text-shadow: 0 0 0 transparent;
}

@media (min-width: 720px) {
    :root {
        --card-scale: 0.7
    }
}

@media (min-width: 1200px) {
    :root {
        --card-scale: 1
    }
}

.card {
    width: calc(19.3125rem * 0.5);
    width: calc(19.3125rem * var(--card-scale));
    height: calc(26rem * 0.5);
    height: calc(26rem * var(--card-scale));
    position: relative;
    z-index: 0;
    line-height: 1;
    transition: 0.3s all;
    transition: var(--card-transition);
    flex-shrink: 0;
}

.card_active {
    --card-cover-opacity: 0;
    --card-cover-glow: 1;
    --card-title-text-shadow: 0 0 0.625rem #b82f4f;
    --card-overlay-filter: grayscale(0);
}

.card__bg {
    background-color: transparent;
    background-image: url(../images/card/card-bg.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    transition: 0.3s all;
    transition: var(--card-transition);
    box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.2);
}

.card__pic {
    width: calc(15.9375rem * 0.5);
    width: calc(15.9375rem * var(--card-scale));
    height: calc(22.6875rem * 0.5);
    height: calc(22.6875rem * var(--card-scale));
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.6875rem;
    z-index: 2;
    -webkit-clip-path: polygon(calc(0.625rem * 0.5) 0%,
            calc(100% - 0.625rem * 0.5) 0%,
            100% calc(0.625rem * 0.5),
            100% calc(100% - 0.625rem * 0.5),
            calc(100% - 0.625rem * 0.5) 100%,
            calc(0.625rem * 0.5) 100%,
            0% calc(100% - 0.625rem * 0.5),
            0% calc(0.625rem * 0.5));
    clip-path: polygon(calc(0.625rem * 0.5) 0%,
            calc(100% - 0.625rem * 0.5) 0%,
            100% calc(0.625rem * 0.5),
            100% calc(100% - 0.625rem * 0.5),
            calc(100% - 0.625rem * 0.5) 100%,
            calc(0.625rem * 0.5) 100%,
            0% calc(100% - 0.625rem * 0.5),
            0% calc(0.625rem * 0.5));
    -webkit-clip-path: polygon(calc(0.625rem * var(--card-scale)) 0%,
            calc(100% - 0.625rem * var(--card-scale)) 0%,
            100% calc(0.625rem * var(--card-scale)),
            100% calc(100% - 0.625rem * var(--card-scale)),
            calc(100% - 0.625rem * var(--card-scale)) 100%,
            calc(0.625rem * var(--card-scale)) 100%,
            0% calc(100% - 0.625rem * var(--card-scale)),
            0% calc(0.625rem * var(--card-scale)));
    clip-path: polygon(calc(0.625rem * var(--card-scale)) 0%,
            calc(100% - 0.625rem * var(--card-scale)) 0%,
            100% calc(0.625rem * var(--card-scale)),
            100% calc(100% - 0.625rem * var(--card-scale)),
            calc(100% - 0.625rem * var(--card-scale)) 100%,
            calc(0.625rem * var(--card-scale)) 100%,
            0% calc(100% - 0.625rem * var(--card-scale)),
            0% calc(0.625rem * var(--card-scale)));
    transition: 0.3s all;
    transition: var(--card-transition);
    -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%);
}

.card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s all;
    transition: var(--card-transition);
}

.card__content {
    position: absolute;
    left: calc(2.1875rem * 0.5);
    left: calc(2.1875rem * var(--card-scale));
    right: calc(2.1875rem * 0.5);
    right: calc(2.1875rem * var(--card-scale));
    bottom: calc(3.125rem * 0.5);
    bottom: calc(3.125rem * var(--card-scale));
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    grid-gap: calc(0.5rem * 0.5);
    gap: calc(0.5rem * 0.5);
    grid-gap: calc(0.5rem * var(--card-scale));
    gap: calc(0.5rem * var(--card-scale));
    transition: 0.3s all;
    transition: var(--card-transition);
}

.card__title {
    margin: 0;
    font-size: calc(1.4375rem * 0.5);
    font-size: calc(1.4375rem * var(--card-scale));
    text-transform: uppercase;
    text-shadow: 0 0 0 transparent;
    text-shadow: var(--card-title-text-shadow);
    transition: 0.3s all;
    transition: var(--card-transition);
    font-family: "Sangha", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-4);
}

.card__desc {
    margin: 0;
    font-size: calc(1rem * 0.5);
    font-size: calc(1rem * var(--card-scale));
    text-transform: uppercase;
    transition: 0.3s all;
    transition: var(--card-transition);
}

.card__overlay {
    background-color: transparent;
    background-image: url(../images/card/overlay-active.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(20.75rem * 0.5);
    height: calc(20.75rem * var(--card-scale));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    transition: 0.3s all;
    transition: var(--card-transition);
    filter: grayscale(100%);
    filter: var(--card-overlay-filter);
}

.card__glow {
    background-color: transparent;
    background-image: url(../images/card/glow.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(49.1875rem * 0.5);
    width: calc(49.1875rem * var(--card-scale));
    height: calc(66.6875rem * 0.5);
    height: calc(66.6875rem * var(--card-scale));
    position: absolute;
    left: calc(-11.875rem * 0.5);
    left: calc(-11.875rem * var(--card-scale));
    top: calc(-16.0625rem * 0.5);
    top: calc(-16.0625rem * var(--card-scale));
    z-index: -10;
    pointer-events: none;
    transition: 0.3s all;
    transition: var(--card-transition);
    opacity: 0;
    opacity: var(--card-cover-glow);
    display: none;
}

.card__cover {
    opacity: 1;
    opacity: var(--card-cover-opacity);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    background-color: rgba(40, 20, 22, 0.47);
    transition: 0.3s all;
    transition: var(--card-transition);
    display: none;
}

/* hnav */
:root {
    --hnav-transition-duration: 0.2s;
    --hnav-scale: 0.8;
}

@media (min-width: 680px) {
    :root {
        --hnav-scale: 1
    }
}

.hnav {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: calc(2.5rem * 0.8);
    height: calc(2.5rem * var(--hnav-scale));
    z-index: 6;
    box-sizing: border-box;
    padding: 0 calc(1.875rem * 0.8);
    padding: 0 calc(1.875rem * var(--hnav-scale));
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: 0.2s all;
    transition: var(--hnav-transition-duration) all;
    position: relative;
}

.hnav:after {
    display: block;
    content: "";
    position: absolute;
    left: calc(-3.75rem * 0.8);
    left: calc(-3.75rem * var(--hnav-scale));
    right: calc(-3.75rem * 0.8);
    right: calc(-3.75rem * var(--hnav-scale));
    top: calc(50% - 1px);
    background-color: #f2eae2;
    z-index: -1;
    height: 0.125rem;
    -webkit-mask: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) calc(3.125rem * 0.8),
            rgba(0, 0, 0, 1) calc(100% - 3.125rem * 0.8),
            rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) calc(3.125rem * 0.8),
            rgba(0, 0, 0, 1) calc(100% - 3.125rem * 0.8),
            rgba(0, 0, 0, 0) 100%);
    -webkit-mask: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) calc(3.125rem * var(--hnav-scale)),
            rgba(0, 0, 0, 1) calc(100% - 3.125rem * var(--hnav-scale)),
            rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) calc(3.125rem * var(--hnav-scale)),
            rgba(0, 0, 0, 1) calc(100% - 3.125rem * var(--hnav-scale)),
            rgba(0, 0, 0, 0) 100%);
}

.hnav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: calc(3.5rem * 0.8);
    gap: calc(3.5rem * 0.8);
    grid-gap: calc(3.5rem * var(--hnav-scale));
    gap: calc(3.5rem * var(--hnav-scale));
}

.hnav__item {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.2s all;
    transition: var(--hnav-transition-duration) all;
    position: relative;
    z-index: 0;
    width: calc(4rem * 0.8);
    width: calc(4rem * var(--hnav-scale));
    height: calc(4rem * 0.8);
    height: calc(4rem * var(--hnav-scale));
}

.hnav__item:before,
.hnav__item:after {
    display: block;
    content: "";
    box-sizing: border-box;
    transition: 0.2s all;
    transition: var(--hnav-transition-duration) all;
    background-color: transparent;
    background-image: url(../images/hnav/point-no-active.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(7.5rem * 0.8);
    width: calc(7.5rem * var(--hnav-scale));
    height: calc(7.5rem * 0.8);
    height: calc(7.5rem * var(--hnav-scale));
    position: absolute;
    top: calc(50% - 3.75rem * 0.8);
    top: calc(50% - 3.75rem * var(--hnav-scale));
    left: calc(50% - 3.75rem * 0.8);
    left: calc(50% - 3.75rem * var(--hnav-scale));
    z-index: 2;
    pointer-events: none;
}

.hnav__item:hover:before {
    transform: scale(1.2);
}

/* .hnav__item:hover:before, */
.hnav__item_active:before {
    opacity: 0;
}

.hnav__item:after {
    background-image: url(../images/hnav/point-active.png);
    opacity: 0;
    transform: scale(0.6);
}

/* .hnav__item:hover:after, */
.hnav__item_active:after {
    opacity: 1;
    transform: scale(1);
}

.hnav__btn {
    position: absolute;
    bottom: calc(2.5rem * 0.8);
    bottom: calc(2.5rem * var(--hnav-scale));
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-family: "Sangha", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-4);
    font-size: calc(1rem * 0.8);
    font-size: calc(1rem * var(--hnav-scale));
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0;
    line-height: 1;
    opacity: 0.4;
    transition: 0.2s all;
    transition: var(--hnav-transition-duration) all;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(5.375rem * 0.8);
    width: calc(5.375rem * var(--hnav-scale));
    height: calc(17.1875rem * 0.8);
    height: calc(17.1875rem * var(--hnav-scale));
    text-transform: uppercase;
    padding-top: calc(0.625rem * 0.8);
    padding-top: calc(0.625rem * var(--hnav-scale));
}

.hnav__item:hover .hnav__btn,
.hnav__item_active .hnav__btn {
    opacity: 1;
    height: calc(18.4375rem * 0.8);
    height: calc(18.4375rem * var(--hnav-scale));
    padding-top: 0;
}

.hnav__btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: transparent;
    background-image: url(../images/hnav/btn.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    filter: grayscale(100%);
}

.hnav__item_active .hnav__btn:after {
    opacity: 1;
    filter: grayscale(0);
}

.hnav__text {
    line-height: 0.95;
    font-size: calc(0.9375rem * 0.8);
    font-size: calc(0.9375rem * var(--hnav-scale));
    position: absolute;
    right: calc(100% + 0.3125rem * 0.8);
    right: calc(100% + 0.3125rem * var(--hnav-scale));
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.hnav__num {
    font-size: calc(3.4375rem * 0.8);
    font-size: calc(3.4375rem * var(--hnav-scale));
}

.hnav__step {
    font-size: calc(1.25rem * 0.8);
    font-size: calc(1.25rem * var(--hnav-scale));
    text-transform: uppercase;
}

/* sldmedia */
.sldmedia {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-width: 0;
}

.sldmedia:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/sldmedia/bg-overlay.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 97.8125rem;
    height: 45.8125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -5;
    pointer-events: none;
    opacity: 0.3;
}

.sldmedia__list {
    overflow: hidden;
    max-width: 42.75rem;
    width: 100%;
    margin: 0 auto;
}

.sldmedia__backlist {
    overflow: hidden;
    /* max-width: 684px; */
    width: 100%;
    margin: 0 auto;
    max-width: 81.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: grayscale(100%) brightness(140%);
    opacity: 0.4;
    -webkit-mask: linear-gradient(to right,
            transparent 5%,
            black 25%,
            black 75%,
            transparent 95%);
    mask: linear-gradient(to right,
            transparent 5%,
            black 25%,
            black 75%,
            transparent 95%);
    display: none;
}

@media (min-width: 940px) {
    .sldmedia__backlist {
        display: block
    }
}

.sldmedia__swiper-slide {
    opacity: 0;
    transition: 0.3s all;
    pointer-events: none;
}

.sldmedia__swiper-slide.swiper-slide-active,
.sldmedia__swiper-slide.swiper-slide-prev,
.sldmedia__swiper-slide.swiper-slide-next {
    opacity: 1;
    pointer-events: auto;
}

.sldmedia__item {
    width: 100%;
    box-sizing: border-box;
    aspect-ratio: 684 / 404;
}

.sldmedia__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.sldmedia__control {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-top: 0.625rem;
}

@media (min-width: 940px) {
    .sldmedia__control {
        position: static;
        height: 0;
        margin-top: 0
    }
}

@media (min-width: 940px) {
    .sldmedia__arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5
    }
}

.sldmedia__arrow:hover {
    transform: translateY(-50%) scale(1.1);
}

@media (min-width: 940px) {
    .sldmedia__arrow_prev {
        left: 0.625rem
    }
}

@media (min-width: 680px) {
    .sldmedia__arrow_next {
        right: 0.625rem
    }
}

/* way */
.way {
    width: 100%;
}

.way__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem 0.625rem;
    gap: 1.25rem 0.625rem;
    width: 100%;
    position: relative;
    z-index: 0;
}

@media (min-width: 540px) {
    .way__list {
        display: flex;
        justify-content: space-around;
        align-items: flex-end
    }
}

.way__list:after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.6875rem;
    background-color: #f2eae2;
    z-index: -1;
    height: 0.125rem;
    -webkit-mask: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) calc(3.125rem),
            rgba(0, 0, 0, 1) calc(100% - 3.125rem),
            rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) calc(3.125rem),
            rgba(0, 0, 0, 1) calc(100% - 3.125rem),
            rgba(0, 0, 0, 0) 100%);
}

@media (min-width: 540px) {
    .way__list:after {
        display: block
    }
}

.way__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 0.8125rem;
    font-family: "Indira K", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-0);
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    text-transform: uppercase;
}

.way__content {
    line-height: 1.3;
}

.way__point {
    width: 4.875rem;
    height: 4.875rem;
    margin-bottom: -0.875rem;
    margin-top: -0.625rem;
    pointer-events: none;
    transition: 0.2s all;
    position: relative;
    z-index: 0;
}

.way__point:before,
.way__point:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-image: url(../images/way/point.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.2s all;
}

.way__item:hover .way__point:before {
    opacity: 0;
    transform: scale(0.5);
    z-index: -1;
}

.way__point:after {
    transform: scale(0.5);
    z-index: 2;
    opacity: 0;
    background-image: url(../images/way/point-active.png);
}

.way__item:hover .way__point:after {
    opacity: 1;
    transform: scale(1);
}

.way__step {
    color: #a79b9d;
}

/* about */
[data-section="about"] {}

[data-container="about"] {
    max-width: 93.75rem;
}

.about {
    min-height: 40.625rem;
    box-sizing: border-box;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    transition: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .about {
        min-height: 40.625rem;
        max-height: 100vh;
        padding-top: 13.125rem;
        padding-bottom: 11.25rem;
        height: 100vh;
        justify-content: center
    }
}

.about__box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
}

.about__heading {
    align-items: flex-start;
    text-align: left;
    margin-right: auto;
    margin-bottom: 2.5rem;
}

.about__inf-list {
    max-width: 40rem;
    width: 100%;
}

.about__bar {
    margin-top: 2.8125rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .about__bar {
        margin-left: 0
    }
}

.about__slogan {
    text-align: center;
    width: 100%;
    font-size: 1.25rem;
    font-family: "Indira df", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase;
    line-height: 1.1;
    /* margin-top: auto; */
    box-sizing: border-box;
    /* padding-top: 60px; */
    position: relative;
    z-index: 0;
    padding: 0.5rem 1.25rem;
    margin-top: 2.5rem;
    text-wrap: balance;
}

@media (min-width: 840px) {
    .about__slogan {
        font-size: 1.625rem;
        margin-top: 3.75rem
    }
}

@media (min-width: 1200px) {
    .about__slogan {
        text-align: right;
        font-size: 2.1875rem;
        margin-top: 5rem
    }
}

.about__slogan:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-color: transparent;
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.2) 30%,
            rgba(0, 0, 0, 0.2) 70%,
            rgba(0, 0, 0, 0) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

/* promotions */
[data-section="promotions"] {}

[data-container="promotions"] {
    max-width: 93.75rem;
}

.promotions {
    min-height: 40.625rem;
    box-sizing: border-box;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    transition: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .promotions {
        min-height: 40.625rem;
        max-height: 100vh;
        padding-top: 13.125rem;
        padding-bottom: 11.25rem;
        height: 100vh;
        justify-content: center
    }
}

.promotions__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
}

.promotions__control {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.875rem;
    gap: 1.875rem;
    margin-top: 1rem;
}

@media (min-width: 1200px) {
    .promotions__control {
        margin: 0
    }
}

.promotions__slider {
    min-width: 0;
    max-width: 100%;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    position: relative;
    z-index: 0;
}

@media (min-width: 1200px) {
    .promotions__slider {
        box-sizing: border-box;
        padding: 0 10rem
    }
}

.promotions__list {
    min-width: 0;
    max-width: 100%;
    border-radius: 0.625rem;
    overflow: hidden;
}

.promotions__swiper-slide {}

.promotions__item {
    height: 23.75rem;
    border-radius: 0.625rem;
    overflow: hidden;
    box-sizing: border-box;
    padding: 1.875rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 0;
    background-color: #0f1118;
    text-align: center;
}

.promotions__pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.promotions__pic:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg,
            rgba(15, 17, 24, 0) 0%,
            rgb(15, 17, 24, 0.8) 70%,
            rgb(15, 17, 24, 0.95) 100%);
    z-index: 1;
}

.promotions__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.promotions__info {}

.promotions__info-content {
    font-size: 1rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Indira df", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-1);
    margin: 0;
}

@media (min-width: 840px) {
    .promotions__info-content {
        font-size: 1.375rem
    }
}

.promotions__info-btns {
    margin-top: 1.25rem;
}

@media (min-width: 1200px) {
    .promotions__arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .promotions__arrow_prev {
        left: 0px;
    }

    .promotions__arrow_next {
        right: 0;
    }
}

.promotions__btnbox {
    margin-top: 1.875rem;
}

/* videobg */
.videobg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    z-index: -10;
    justify-content: center;
    align-items: flex-start;
    display: none;
}

@media (min-width: 1200px) {
    .videobg {
        display: flex
    }
}

.videobg__container {
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.videobg__video,
.videobg__source {
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
}

/* 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%;
}