:root {
    --g-size: 1;
    /* body */
    --body-min-width: 320px;
    --body-max-width: 100%;
    --body-background-color-rgb: rgb(39, 38, 37);
    --body-background-color: 39, 38, 37;
    /* container */
    --container-width: 93.75rem;
    /* navigation */
    --navigation-bg-rgb: rgb(255, 255, 255);
    --navigation-bg: 255, 255, 255;
    --navigation-height: 3.75rem;
    --navigation-height-scroll: 3.75rem;
    /* fonts */
    /* colors */
    /* color palette */
    /* other colors */
    /* input */
    /* input:placeholder */
    /* input:focus */
    /* margin */
    /* other */
    /* table */
    /* tippy */
}

:root {
    --font-0: "Philosopher", "Times New Roman", Times, serif;
    --font-1: "PT Sans", Tahoma, Arial, sans-serif;
    --font-2: "Montserrat", Arial, sans-serif;
    --font-3: "Alice", "Times New Roman", Times, serif;
    --font-ico: "gwi";
    --color-light-rgb: 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(255, 255, 0);
    --color-yellow: 255, 255, 0;
    --color-orange-rgb: rgb(255, 165, 0);
    --color-orange: 255, 165, 0;
    --color-pink-rgb: rgb(255, 192, 203);
    --color-pink: 255, 192, 203;
    --color-purple-rgb: rgb(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(112, 112, 112);
    --color-1: 255, 255, 255;
    --color-2-rgb: rgb(111, 94, 76);
    --color-2: 111, 94, 76;
    --color-3-rgb: #fff;
    --color-3: #fff;
    --color-4-rgb: #fff;
    --color-4: #fff;
    --color-5-rgb: #fff;
    --color-5: #fff;
    --color-6-rgb: #fff;
    --color-6: #fff;
    --color-7-rgb: #fff;
    --color-7: #fff;
    --color-8-rgb: #fff;
    --color-8: #fff;
    --color-9-rgb: #fff;
    --color-9: #fff;
    --color-accent-rgb: rgb(225, 140, 68);
    --color-accent: 225, 140, 68;
    --color-accent-2-rgb: rgb(255, 217, 145);
    --color-accent-2: 255, 217, 145;
    --color-accent-3-rgb: rgb(254, 201, 141);
    --color-accent-3: 254, 201, 141;
    --color-url-rgb: rgb(225, 140, 68);
    --color-url: 225, 140, 68;
    --input-width: auto;
    --input-height: 3.125rem;
    --input-bg: #fff;
    --input-border: 1px solid #dadada;
    --input-border-radius: 0.3125rem;
    --input-color: #455971;
    --input-text-align: left;
    --input-font-family: var(--font-0);
    --input-font-size: 1rem;
    --input-font-weight: 400;
    --input-padding: 0.1875rem 0.625rem;
    --input-box-shadow: none;
    --input-outline: none;
    --input-disabled-bg: #f9f9f9;
    --input-placeholder-color: #999999;
    --input-placeholder-color-focus: transparent;
    --input-focus-width: var(--input-width);
    --input-focus-height: var(--input-height);
    --input-focus-bg: var(--input-bg);
    --input-focus-border: var(--input-border);
    --input-focus-border-radius: var(--input-border-radius);
    --input-focus-color: var(--input-color);
    --input-focus-text-align: var(--input-text-align);
    --input-focus-font-family: var(--input-font-family);
    --input-focus-font-size: var(--input-font-size);
    --input-focus-font-weight: var(--input-font-weight);
    --input-focus-padding: var(--input-padding);
    --input-focus-box-shadow: var(--input-box-shadow);
    --input-focus-outline: var(--input-outline);
    --input-focus-disabled-bg: var(--input-disabled-bg);
    --margin: 0.875rem;
    --margin-x2: calc(var(--margin * 2));
    --margin-half: calc(var(--margin) / 2);
    --margin-third: calc(var(--margin) / 3);
    --negative-margin: calc(var(--margin) * -1);
    --border-radius: 0.3125rem;
    --border-width: max(0.0625rem, 1px);
    --border-type: solid;
    --border-color: #2f7eb8;
    --shadow: 0px 7px 54px rgba(36, 30, 10, 0.1);
    --frame-url: url(../images/frame.png);
    --play-url: url(../images/play.png);
    --table-heading-bg: #1f6ea8;
    --table-bg: #2f7eb8;
    --table-border-width: max(0.0625rem, 1px);
    --table-border-type: solid;
    --table-border-color: #2f7eb8;
    --tippy-bg-color: #fff;
    --tippy-text-color: rgba(var(--color-1), 1);
    --tippy-font-size: 0.875rem;
    --tippy-border-radius: 0.3125rem;
    --tippy-border-color: #f1c93c;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 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: -2px;
    /* 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(225, 140, 68, 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: #999999;
    color: var(--input-placeholder-color);
    opacity: 1;
}

::-moz-placeholder {
    color: #999999;
    color: var(--input-placeholder-color);
    opacity: 1;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #999999;
    color: var(--input-placeholder-color);
    opacity: 1;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #999999;
    color: var(--input-placeholder-color);
    opacity: 1;
}

:focus::-webkit-input-placeholder {
    color: transparent;
    color: var(--input-placeholder-color-focus);
}

:focus::-moz-placeholder {
    color: transparent;
    color: var(--input-placeholder-color-focus);
}

:focus:-moz-placeholder {
    color: transparent;
    color: var(--input-placeholder-color-focus);
}

:focus:-ms-input-placeholder {
    color: transparent;
    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: max(0.0625rem, 1px) solid #2f7eb8;
    border: var(--table-border-width) var(--table-border-type) var(--table-border-color);
    border-collapse: collapse;
}

td,
th {
    border: max(0.0625rem, 1px) solid #2f7eb8;
    border: var(--table-border-width) var(--table-border-type) var(--table-border-color);
    padding: 0.625em 1em;
}

/* scrollbar */
::-webkit-scrollbar {
    width: max(0.375rem, 6px);
    height: max(0.125rem, 2px);
    background-color: rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb {
    background-color: #6b4725;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #9b6635;
}

/* main */
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: "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;
}

/* @media (--v5) {
		font-size: 87%;
	}

	@media (--v8) {
		font-size: 100%;
	} */
body {
    position: relative;
    z-index: 0;
    overflow-x: hidden;
    margin: 0;
    background-color: rgba(39, 38, 37, 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-width: 320px;
    min-width: var(--body-min-width);
    display: flex;
    flex-direction: column;
}

.page {
    position: relative;
    z-index: 2;
    overflow-x: hidden;
    margin: 0 auto;
    min-height: 100vh;
    width: 100%;
    min-width: 320px;
    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;
    padding-top: 3.75rem;
    padding-top: var(--navigation-height);
}

.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(93.75rem + 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: 3.75rem;
    height: var(--navigation-height);
    box-sizing: border-box;
}

/* 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;
    }
}

/* btns */
.btns {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-gap: max(0.625rem, 10px);
    gap: max(0.625rem, 10px);
    width: 100%;
}

.btns_content_center {
    justify-content: center;
}

.btns__box {
    width: 100%;
    max-width: max(15.625rem, 250px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-family: "PT Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 400;
    font-size: max(0.75rem, 12px);
    line-height: 1.64;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
}

/* scroll */
.scroll {
    overflow-x: auto;
    scrollbar-width: none;
    /* padding-bottom: 22px; */
}

.scroll::-webkit-scrollbar {
    width: max(0.3125rem, 5px);
    height: max(0.75rem, 12px);
    /* background-color: rgba(221, 221, 221, 1); */
    /* border-radius: calc(max(0.3125rem, 5px) * var(--g-size)); */
    /* border-top: 20px solid rgba(0, 0, 0, 0); */
    border-bottom: 5px solid #212023;
    background-color: transparent;
    /* background: #212023; */
}

.scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
    /* background: rgba(var(--color-accent), 1); */
    height: max(0.3125rem, 5px);
    width: max(0.3125rem, 5px);
    /* border-radius: calc(max(0.3125rem, 5px) * var(--g-size)); */
    border-top: max(0.5rem, 8px);
    border-bottom: max(0.3125rem, 5px) solid rgba(255, 165, 0, 1);
    border-bottom: max(0.3125rem, 5px) solid rgba(var(--color-orange), 1);
}

/* author */
.author {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-size: 0.75rem;
    color: rgba(#fff, 1);
    color: rgba(var(--color-4), 1);
    text-decoration: none;
    transition: 0.2s all;
}

[href].author:hover {
    color: rgba(112, 112, 112, 1);
    color: rgba(var(--color-1), 1);
}

.author__logo_ml {
    margin-left: 3px;
}

/* ttl */
.ttl {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-family: "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-0);
    text-transform: uppercase;
}

.ttl_color_1 {
    color: rgba(254, 201, 141, 1);
    color: rgba(var(--color-accent-3), 1);
}

.ttl_color_2 {
    color: rgba(254, 255, 255, 1);
}

.ttl_color_3 {
    color: rgb(255, 217, 145);
}

.ttl_color_4 {
    color: rgba(255, 255, 255, 1);
}

.ttl_color_5 {
    color: rgb(255, 132, 0);
}

.ttl_size_tiny {
    font-size: 1.125rem;
}

.ttl_size_small {
    font-size: 1.5rem;
}

.ttl_size_big {
    font-size: 1.875rem;
}

.ttl_size_huge {
    font-size: 2.5rem;
}

/* heading */
.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 0.375rem;
    gap: 0.375rem;
    text-align: center;
    font-size: 1.125rem;
}

/* decsep */
.decsep {
    background-color: transparent;
    background-image: url(../images/decsep.png);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 1.8125rem;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
}

.decsep_position_top {
    top: -0.5rem;
}

.decsep_position_bottom {
    bottom: -1.375rem;
}

/* preload */
.preload {
    background-color: rgba(39, 38, 37, 1);
    background-color: rgba(var(--body-background-color), 1);
    min-width: 320px;
    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 10px;
}

.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: 5px;
    background: rgb(200, 129, 107);
}

.preload__items {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.5625rem;
    gap: 1.5625rem;
    margin-top: 1.875rem;
}

/* 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);
    }
}

/* btn */
:root {
    --btn-w: 28.5625rem;
    --btn-h: 7.875rem;
    --btn-fs: 1.875rem;
    --btn-scale: 0.5;
    --btn-img: url(../images/btn/btn.png);
}

.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: "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-0);
    font-size: calc(1.875rem * 0.5);
    font-size: calc(var(--btn-fs) * var(--btn-scale));
    font-weight: 400;
    cursor: pointer;
    transition: 0.2s all;
    text-shadow: none;
    box-shadow: none;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    outline: 0;
    background: transparent;
    border: 0;
    line-height: 1;
    padding: 0.625rem 0;
    width: calc(28.5625rem * 0.5);
    width: calc(var(--btn-w) * var(--btn-scale));
    height: calc(7.875rem * 0.5);
    height: calc(var(--btn-h) * var(--btn-scale));
    max-width: 100%;
    text-wrap: balance;
    text-shadow: 0 max(0.0625rem, 1px) max(0.0625rem, 1px) rgba(112, 112, 112, 0.8);
    text-shadow: 0 max(0.0625rem, 1px) max(0.0625rem, 1px) rgba(var(--color-1), 0.8);
}

.btn:hover {}

.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);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transform-style: preserve-3d;
    perspective: 1000px;
    pointer-events: none;
}

.btn:hover:before {
    filter: brightness(110%);
}

/* btn_type_2 */
.btn_type_2 {
    --btn-w: 23.625rem;
    --btn-h: 6.375rem;
    --btn-fs: 1.875rem;
    --btn-scale: 0.5;
    --btn-img: url(../images/btn/btn-2.png);
    filter: drop-shadow(0rem 0.625rem 1.5625rem rgba(46, 41, 29, 0.7));
}

/* bt */
:root {
    --bt-fs: 1.125rem;
    --bt-scale: 1;
    --bt-bg-body: url(../images/bt/bt-1-body.png);
    --bt-bg-left: url(../images/bt/bt-1-left.png);
    --bt-bg-right: url(../images/bt/bt-1-right.png);
}

.bt {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
    font-style: normal;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-family: "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-0);
    font-size: calc(1.125rem * 1);
    font-size: calc(var(--bt-fs) * var(--bt-scale));
    font-weight: 400;
    cursor: pointer;
    transition: 0.2s all;
    text-shadow: none;
    box-shadow: none;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    outline: 0;
    background: transparent;
    border: 0;
    line-height: 1;
    padding: 0.1875rem 3.125rem;
    min-width: 9.375rem;
    height: 3.125rem;
    max-width: 100%;
    text-wrap: balance;
}

.bt:hover {}

.bt:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 1.75rem;
    bottom: 0;
    left: 1.75rem;
    z-index: -5;
    transition: 0.2s all;
    background-image: url(../images/bt/bt-1-body.png);
    background-image: var(--bt-bg-body);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: repeat-x;
    transform-style: preserve-3d;
    perspective: 1000px;
    pointer-events: none;
}

.bt:hover:before {
    filter: brightness(90%);
}

.bt:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: 0.2s all;
    background-image: url(../images/bt/bt-1-left.png), url(../images/bt/bt-1-right.png);
    background-image: var(--bt-bg-left), var(--bt-bg-right);
    background-size: auto 100%, auto 100%;
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    transform-style: preserve-3d;
    perspective: 1000px;
    pointer-events: none;
}

.bt:hover:after {
    filter: brightness(90%);
}

/* bt_color_2 */
.bt_color_2 {
    --bt-bg-body: url(../images/bt/bt-2-body.png);
    --bt-bg-left: url(../images/bt/bt-2-left.png);
    --bt-bg-right: url(../images/bt/bt-2-right.png);
}

/* authbtns */
.authbtns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.authbtns__bt_offset {
    padding-right: 4.375rem;
    margin-right: -3.375rem;
}

/* swiper */
/* arrow */
.arrow {
    --arrow-prev-img: url(../images/swiper/arrow-prev.png);
    --arrow-next-img: url(../images/swiper/arrow-next.png);
    background-color: transparent;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 5.5rem;
    height: 4rem;
    flex-shrink: 0;
    cursor: pointer;
    transition: 0.3s all;
}

.arrow_type_2 {
    --arrow-prev-img: url(../images/swiper/arrow-prev-type-2.png);
    --arrow-next-img: url(../images/swiper/arrow-next-type-2.png);
}

.arrow_type_3 {
    --arrow-prev-img: url(../images/swiper/arrow-prev-type-3.png);
    --arrow-next-img: url(../images/swiper/arrow-next-type-3.png);
}

.arrow:hover {
    filter: brightness(120%);
}

.arrow_prev {
    background-image: var(--arrow-prev-img);
}

.arrow_next {
    background-image: var(--arrow-next-img);
}

.arrow.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

/* dots */
.dots {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: calc(max(0.625rem, 10px) * 1);
    gap: calc(max(0.625rem, 10px) * 1);
    grid-gap: calc(max(0.625rem, 10px) * var(--g-size));
    gap: calc(max(0.625rem, 10px) * var(--g-size));
    width: auto !important;
}

.dot {
    width: 1.25rem;
    height: 1.25rem;
    box-sizing: border-box;
    opacity: 1;
    cursor: pointer;
    flex-shrink: 0;
    transition: 0.3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    background-image: url(../images/swiper/dot.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.dot_active {
    background-image: url(../images/swiper/dot-active.svg);
    filter: drop-shadow(0px 0px 11px #5865f2);
}

/* dots */
.slider-points {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: calc(max(0.375rem, 6px) * 1);
    gap: calc(max(0.375rem, 6px) * 1);
    grid-gap: calc(max(0.375rem, 6px) * var(--g-size));
    gap: calc(max(0.375rem, 6px) * var(--g-size));
    width: auto !important;
}

.slider-point {
    width: calc(max(0.5rem, 8px) * 1);
    width: calc(max(0.5rem, 8px) * var(--g-size));
    height: calc(max(0.5rem, 8px) * 1);
    height: calc(max(0.5rem, 8px) * var(--g-size));
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 1;
    cursor: pointer;
    flex-shrink: 0;
    transition: 0.3s all;
    background-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(var(--color-0), 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-point_active {
    background-color: rgba(225, 140, 68, 1);
    background-color: rgba(var(--color-accent), 1);
}

/* slider-control */
.slider-control {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
}

/* ww */
.ww {
    max-width: 72.625rem;
    width: 100%;
    box-shadow: none;
    box-sizing: border-box;
    background-color: transparent;
    padding: 0;
    font-family: "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-0);
}

.ww__inner {
    background: transparent;
    border: 0;
    width: 100%;
    box-shadow: none;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    padding: 1.125rem 0;
}

.ww__inner:before,
.ww__inner:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/ww/dec-bottom.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 5.6875rem;
    height: 2.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    -webkit-mask: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgb(0, 0, 0) 1.25rem,
            rgb(0, 0, 0) calc(100% - 1.25rem),
            rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.ww__inner:before {
    background-image: url(../images/ww/dec-top.svg);
    top: 0;
}

.ww__inner:after {
    background-image: url(../images/ww/dec-bottom.svg);
    bottom: 0;
}

.ww__body {
    background-color: rgba(39, 38, 37, 1);
    background-color: rgba(var(--body-background-color), 1);
    background-size: auto;
    background-position: center center;
    background-repeat: repeat;
    box-sizing: border-box;
    padding: 2.625rem 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border: 1px solid rgba(225, 140, 68, 1);
    border: 1px solid rgba(var(--color-accent), 1);
    border-radius: 0;
}

.ww__close {
    width: 1.875rem;
    height: 1.875rem;
    display: block;
    cursor: pointer;
    transition: 0.3s all;
    border-radius: 50%;
    z-index: 20;
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    background-color: transparent;
    background-image: url(../images/ww/close-bg.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.ww__close:before,
.ww__close:after {
    display: block;
    content: "";
    background: rgba(225, 140, 68, 1);
    background: rgba(var(--color-accent), 1);
    position: absolute;
    top: calc(50% - 0.0625rem);
    left: 0.3125rem;
    right: 0.3125rem;
    height: 0.125rem;
    border-radius: 0.125rem;
    transition: 0.3s all;
}

.ww__close:before {
    transform: rotate(-45deg);
}

.ww__close:after {
    transform: rotate(45deg);
}

.ww__close:hover:before,
.ww__close:hover:after {
    /* filter: brightness(120%); */
    transform: rotate(0);
}

.ww__head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 1rem;
    gap: 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    margin: 0 auto;
    padding: 0 1.25rem;
    position: relative;
    z-index: 0;
    margin-bottom: 2.5rem;
}

.ww__title {
    font-size: 1.5rem;
}

.ww__corner {
    width: 2.1875rem;
    height: 1px;
    background: rgba(225, 140, 68, 1);
    background: rgba(var(--color-accent), 1);
    position: absolute;
}

.ww__corner_top-left {
    top: 0;
    left: 0;
    transform: translate(0, 1.5rem) rotate(-45deg);
    transform-origin: top left;
}

.ww__corner_top-right {
    top: 0;
    right: 0;
    transform: translate(0, 1.5rem) rotate(45deg);
    transform-origin: top right;
}

.ww__corner_bottom-right {
    bottom: 0;
    right: 0;
    transform: translate(0, -1.5rem) rotate(-45deg);
    transform-origin: bottom right;
}

.ww__corner_bottom-left {
    bottom: 0;
    left: 0;
    transform: translate(0, -1.5rem) rotate(45deg);
    transform-origin: bottom left;
}

/* fancybox */
.fancybox-container {
    z-index: 666 !important;
}

.fancybox-content {
    padding: 0;
    background: transparent;
}

.fancybox-bg {
    background: rgb(0, 0, 0);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
}

.gw-modal-close {
    display: none;
}

/* Custom animation */
.fancybox-is-open .ww_animated {
    -webkit-animation: modalIn 0.5s ease;
    animation: modalIn 0.5s ease;
}

.fancybox-is-closing .ww_animated {
    -webkit-animation: modalout 0.5s ease;
    animation: modalout 0.5s ease;
}

@-webkit-keyframes modalIn {
    0% {
        opacity: 0;
        transform: translateY(-10vh);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes modalIn {
    0% {
        opacity: 0;
        transform: translateY(-10vh);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes modalout {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(10vh);
    }
}

@keyframes modalout {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(10vh);
    }
}

/* lang */
.lang {
    position: relative;
    z-index: 0;
    min-width: 0;
}

.lang__item {
    width: 2.25rem;
    height: 2.25rem;
    -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: rgb(181, 157, 123);
    background-image: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    border: 0.0625rem solid transparent;
}

.lang__img {
    display: block;
    width: 100%;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.lang__item_hover:hover {
    transition: 0.2s all;
    filter: brightness(1.2);
}

.lang__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transition: 0.2s all;
    opacity: 0;
    visibility: hidden;
}

.lang:hover .lang__list {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

/* logo */
:root {
    --logo-height: auto;
}

.logo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
}

.logo__img {
    display: block;
    margin: 0;
    height: auto;
    height: var(--logo-height);
    width: auto;
}

.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;
    }
}

/* logotype */
.logotype {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    z-index: 0;
}

.logotype__img {
    display: block;
    transition: 0.3s all;
    max-width: 100%;
    height: 12.5rem;
}

.logotype__img_hover_effect:hover {
    filter: brightness(120%);
}

.logotype__img_hover_animation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: 0.2s all;
    pointer-events: none;
}

.logotype:hover .logotype__img_hover_animation {
    -webkit-animation: logotype 0.3s ease;
    animation: logotype 0.3s ease;
}

@-webkit-keyframes logotype {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes logotype {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

/* navigation */
[data-section="navigation"] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--navigation-bg), 1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    /* @media (--v12) {
		position: absolute;
	} */
}

.nav-scroll [data-section="navigation"] {
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(var(--navigation-bg), 1);
    box-shadow: 0 10px 30px rgba(36, 30, 10, 0.6);
}

[data-container="navigation"] {
    z-index: 10;
}

[data-container="navigation"] {
    position: static;
}

.navigation {
    display: flex;
    justify-content: flex-start;
    height: 3.75rem;
    height: var(--navigation-height);
    transition: 0.2s all;
}

.nav-scroll .navigation {
    height: 3.75rem;
    height: var(--navigation-height-scroll);
}

.navigation__gw-burger {
    align-self: center;
    flex-shrink: 0;
}

.navigation__el_lang {
    align-self: center;
    position: relative;
    z-index: 5;
    margin-right: 1.875rem;
}

.navigation__menu {
    flex-grow: 1;
}

.navigation__logotype {
    --logo-height: calc(var(--navigation-height) * 0.8);
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
    margin-right: auto;
    max-width: none;
    grid-gap: 0.75rem;
    gap: 0.75rem;
    padding: 0.375rem 0;
}

.navigation__logotype-content {
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    margin: 0;
    text-decoration: none;
}

.navigation__el_desktop {
    display: none;
}

.navigation__el_auth {
    align-self: stretch;
}

/* scene */
.scene {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -10;
    background-color: transparent;
    background-image: url(../images/scene/bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.scene-2 {
    background-image: none;
}

.scene {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.scene__char-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.scene__char {
    height: 96%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-80%);
    max-width: none;
}

.scene__cloud-front {
    background-color: transparent;
    background-image: url(../images/scene/cloud-front.png);
    background-size: 125rem 32.875rem;
    background-position: center center;
    background-repeat: repeat-x;
    height: 32.875rem;
    position: absolute;
    left: -3.125rem;
    right: -3.125rem;
    bottom: 0;
    z-index: 10;
}

@-webkit-keyframes move-cloud-front {
    from {
        background-position: 0 0;
    }

    50% {
        background-position: 62.5rem 0;
    }

    to {
        background-position: 125rem 0;
    }
}

.scene__clouds {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -20;
    display: none;
}

.scene__cloud {
    background-color: transparent;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.scene__cloud_n_1 {
    background-image: url(../images/scene/cloud-1.png);
    background-size: 124.0625rem 41.8125rem;
    -webkit-animation: move-cloud-1 10s linear infinite;
    animation: move-cloud-1 10s linear infinite;
    height: 41.8125rem;
}

@-webkit-keyframes move-cloud-1 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 124.0625rem 0;
    }
}

.scene__cloud_n_2 {
    background-image: url(../images/scene/cloud-2.png);
    background-size: 184.25rem 29.5rem;
    -webkit-animation: move-cloud-2 25s linear infinite;
    animation: move-cloud-2 25s linear infinite;
    height: 29.5rem;
    bottom: auto;
    top: 0;
    opacity: 0.7;
}

@-webkit-keyframes move-cloud-2 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 184.25rem 0;
    }
}

.scene__cloud_n_3 {
    background-image: url(../images/scene/cloud-3.png);
    background-size: 184.25rem 29.5rem;
    -webkit-animation: move-cloud-2 30s linear infinite;
    animation: move-cloud-2 30s linear infinite;
    height: 29.5rem;
    bottom: auto;
    top: 0;
    opacity: 0.6;
}

@-webkit-keyframes move-cloud-2 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 184.25rem 0;
    }
}

.scene__cloud_n_4 {
    background-image: url(../images/scene/cloud-4.png);
    background-size: 184.25rem 29.5rem;
    -webkit-animation: move-cloud-2 40s linear infinite;
    animation: move-cloud-2 40s linear infinite;
    height: 29.5rem;
    opacity: 0.6;
}

@-webkit-keyframes move-cloud-2 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 184.25rem 0;
    }
}

/* header */
[data-section="header"] {
    background-color: #aea384;
    background-image: url(../images/header/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1 !important;
}

[data-container="header"] {}

.header {
    box-sizing: border-box;
    padding: 6.25rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header__box {
    text-align: center;
    max-width: 40rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.3s all;
}

.header__logotype {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5625rem;
}

.header__title {
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0 0.1875rem 0 rgba(46, 41, 29, 0.7);
}

.header__desc {
    font-size: 1.125rem;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin: 0;
    text-shadow: 0 0.125rem 0 rgb(91, 86, 74);
    margin-top: 0.625rem;
}

.header__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4.375rem;
}

/* header-visible */
[data-gw-anime="header-visible"] .header__box {
    opacity: 0;
    transform: translateX(0);
    transition: 1s all 0.4s;
}

.header-visible .header__box {
    -webkit-animation: header-visible-box-mobile 1s ease 0.5s forwards;
    animation: header-visible-box-mobile 1s ease 0.5s forwards;
}

@-webkit-keyframes header-visible-box-mobile {
    from {
        opacity: 0;
        transform: translateY(2.5rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes header-visible-box-mobile {
    from {
        opacity: 0;
        transform: translateY(2.5rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes header-visible-box {
    from {
        opacity: 0;
        transform: translateX(5rem);
    }

    to {
        opacity: 1;
        transform: translateX(17.5rem);
    }
}

@keyframes header-visible-box {
    from {
        opacity: 0;
        transform: translateX(5rem);
    }

    to {
        opacity: 1;
        transform: translateX(17.5rem);
    }
}

[data-gw-anime="header-visible"] .scene__char-box {
    opacity: 0;
    transform: translateX(0);
    transition: 1s all 0.4s;
}

.header-visible .scene__char-box {
    -webkit-animation: header-visible-char-mobile 1s ease 0.5s forwards;
    animation: header-visible-char-mobile 1s ease 0.5s forwards;
}

@-webkit-keyframes header-visible-char-mobile {
    from {
        opacity: 0;
        transform: translateY(5rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes header-visible-char-mobile {
    from {
        opacity: 0;
        transform: translateY(5rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes header-visible-char {
    from {
        opacity: 0;
        transform: translateX(12.5rem);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes header-visible-char {
    from {
        opacity: 0;
        transform: translateX(12.5rem);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* feature */
.feature {
    border: max(0.0625rem, 1px) solid rgb(224, 205, 183);
    box-sizing: border-box;
    padding: 0.375rem 1.25rem 4.375rem 1.25rem;
    height: 28.75rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transition: 0.3s all;
}

.feature:hover {
    border-color: rgba(224, 205, 183, 0.5);
}

.feature:after {
    --feature-arrow-width: 4.9375rem;
    --feature-arrow-height: 3.5625rem;
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/feature/arrow.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: var(--feature-arrow-width);
    height: var(--feature-arrow-height);
    position: absolute;
    left: calc(50% - var(--feature-arrow-width) / 2);
    bottom: 0.9375rem;
    z-index: 2;
    transition: 0.3s all;
}

.feature:hover:after {
    transform: translateY(-0.3125rem);
}

.feature__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    text-decoration: none;
}

.feature__bg {
    border: max(0.0625rem, 1px) solid rgb(224, 205, 183);
    position: absolute;
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
    z-index: -1;
    overflow: hidden;
    transition: 0.3s all;
    box-sizing: border-box;
    background-color: rgb(8, 8, 8);
}

.feature__img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.3s all;
    -webkit-mask: linear-gradient(to bottom,
            rgba(0, 0, 0) 0%,
            rgb(0, 0, 0) calc(100% - 15.625rem),
            rgba(0, 0, 0, 0) 100%);
}

.feature:hover .feature__img {
    transform: scale(1.1);
}

.feature__title {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    max-width: 85%;
    line-height: 1.1;
}

/* features */
[data-section="features"] {
    z-index: 3;
    margin-bottom: -8.75rem;
}

[data-features-bg] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 8.75rem;
    z-index: -1;
    background-color: #837666;
    background-image: url(../images/features/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

[data-features-char] {
    position: absolute;
    bottom: 0;
    height: 100%;
    display: none;
}

[data-features-char="1"] {
    left: 0;
}

[data-features-char="2"] {
    right: 0;
}

[data-container="features"] {}

.features {
    padding: 4.375rem 0 2.5rem;
}

.features__arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.features__wrap {
    position: relative;
    z-index: 0;
}

.features__list {
    overflow: hidden;
    padding: 0.3125rem 0 0.3125rem;
}

.features__swiper-slide {
    transition: 0.3s all;
}

/* advantage  */
.advantage {
    color: rgb(124, 109, 89);
    text-align: center;
    font-size: 1rem;
}

.advantage_animated {
    -webkit-animation: advantage_animated 1s ease;
    animation: advantage_animated 1s ease;
}

@-webkit-keyframes advantage_animated {
    0% {
        opacity: 0;
        transform: translateY(1.875rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes advantage_animated {
    0% {
        opacity: 0;
        transform: translateY(1.875rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.advantage__title {
    color: rgb(240, 168, 73);
    font-size: 1.875rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    line-height: 1.1;
    display: none;
}

.advantage__desc {
    line-height: 1.2;
	color: rgb(255, 255, 255);
}

/* advantages */
[data-section="advantages"] {
    background-color: #f7f8f3;
    background-image: url(../images/advantages/bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

[data-advantages-char] {
    position: absolute;
    bottom: 0;
    height: 100%;
    display: none;
}

[data-advantages-char="1"] {
    left: 0;
}

[data-advantages-char="2"] {
    right: 0;
}

[data-container="advantages"] {}

.advantages {
    box-sizing: border-box;
    padding: 11.25rem 0 5rem;
}

.advantages__wrap {
    min-width: 0;
    position: relative;
    z-index: 0;
}

.advantages__arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.advantages__heading {}

.advantages__content {
    max-width: 81.25rem;
    margin: 0 auto;
    min-height: 20rem;
}

.advantages__dots {
    margin-top: 2rem;
}

.advantages__slider {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    margin-bottom: -3.75rem;
}

.advantages__el {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 1.875rem auto 0;
    cursor: pointer;
    grid-gap: 3.75rem;
    gap: 3.75rem;
    transition: 0.3s all;
    color: rgb(196, 124, 52);
    font-size: 1.25rem;
    transform-origin: center top;
}

.advantages__el:hover {}

.advantages__swiper-slide .advantages__el {
    opacity: 0.5;
    transform: scale(0.5);
}

.advantages__swiper-slide.swiper-slide-active .advantages__el,
.advantages__swiper-slide.swiper-slide-duplicate-active .advantages__el {
    opacity: 1;
    transform: scale(0.7);
}

.advantages__el-pic {
    margin: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 0;
}

.advantages__el-pic:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    background-image: url(../images/frame.png);
    background-image: var(--frame-url);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 17rem;
    height: 17rem;
}

.advantages__el-ico {
    background-color: transparent;
    background-image: url(../images/advantages/example-ico-0.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 12.5rem;
    height: 12.5rem;
    flex-shrink: 0;
    position: relative;
    z-index: 0;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.advantages__el-title {
    line-height: 1;
	color: rgb(255, 201, 130);
}

/* stage */
.stage {
    --stage-item-scale: 0.5;
}

.stage__line {
    background-color: transparent;
    background-image: url(../images/stage/line.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: max(0.25rem, 4px);
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin: 3.75rem auto 0 0.9375rem;
    box-sizing: border-box;
    padding: 0 1.25rem 0 0;
}

.stage__line-lvl {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 0.25rem;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.375rem;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 1.6875rem;
    line-height: 1;
}

.stage__line-lvl:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/stage/lune-mark.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 2.0625rem;
    height: 2.125rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 0.5rem);
}

.stage__line-rate {
    color: rgb(232, 229, 195);
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    margin-bottom: 3.125rem;
    line-height: 1;
}

.stage__line-rate:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/stage/lune-marker.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 3.4375rem;
    height: 2.125rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 0rem);
}

.stage__list {
    margin-top: 3.75rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: calc(1.875rem * var(--stage-item-scale));
    gap: calc(1.875rem * var(--stage-item-scale));
}

.stage__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    grid-gap: 0.75rem;
    gap: 0.75rem;
}

.stage__item-pic {
    background-color: transparent;
    background-image: url(../images/stage/ico-bg.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(8rem * var(--stage-item-scale));
    height: calc(8rem * var(--stage-item-scale));
    display: flex;
    justify-content: center;
    align-items: center;
}

.stage__item-ico {
    display: block;
    width: 5rem;
    height: 5rem;
}

.stage__item-desc {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-size: calc(1.5rem * var(--stage-item-scale));
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}

/* stages */
[data-section="stages"] {
    background-color: #312e29;
    background-image: url(../images/stages/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

[data-container="stages"] {}

.stages {
    padding: 3.75rem 0;
}

.stages__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.875rem;
    gap: 1.875rem;
    margin-top: 3.75rem;
}

.stages__info {
    text-align: center;
    color: rgb(196, 196, 196);
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 1.875rem;
    line-height: 1.1;
}

.stages__link {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
}

.stages__link:hover {
    text-decoration: underline;
}

/* stages__slider-btns */
.stages__slider-btns {
    overflow: hidden;
    margin-top: 2.5rem;
}

.stages__item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-size: 1.25rem;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.625rem;
    line-height: 1;
    padding: 1rem 0;
    cursor: pointer;
    width: 100%;
    transition: 1s all;
}

.stages__btns-swiper-slide .stages__item {
    opacity: 0.5;
    transform: scale(0.9);
}

.stages__btns-swiper-slide.swiper-slide-active .stages__item {
    opacity: 1;
    transform: scale(1);
}

/* stages__slider */
.stages__sldwrp {
    margin-top: 2.5rem;
    position: relative;
    z-index: 0;
}

.stages__slider {
    overflow: hidden;
    padding: 0.625rem 0;
}

.stages__swiper-slide {
    transition: 1s all;
    opacity: 0.5;
    transform: scale(0.5);
}

.stages__swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

/* stages__arrows */
.stages__arrows {
    display: none;
}

/* referral */
[data-section="referral"] {
    background-color: #eae9e4;
    background-image: url(../images/referral/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

[data-container="referral"] {}

.referral {
    box-sizing: border-box;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

/* about */
[data-section="about"] {}

[data-container="about"] {}

.about {
    width: 100%;
}

.about__video {
    width: 100%;
    text-decoration: none;
    min-height: 12.5rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about__video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: transparent;
    background-image: url(../images/about/video-bg-def.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s all;
}

.about__video:hover .about__video-bg {
    transform: scale(1.1);
}

.about__video-play {
    background-color: transparent;
    background-image: url(../images/play.png);
    background-image: var(--play-url);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 5rem;
    height: 5rem;
    pointer-events: none;
    transition: 0.3s all;
}

.about__video:hover .about__video-play {
    transform: scale(0.9);
}

.about__box {
    background-color: transparent;
    background-image: url(../images/about/box-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: calc(0.875rem * 2);
    padding: calc(var(--margin) * 2);
}

.about__title {
    font-size: 1.375rem;
    line-height: 1.2;
}

.about__content {
    margin-top: 1.5625rem;
    color: rgb(255, 255, 255);
    font-family: Philosopher;
    font-weight: 400;
    line-height: 1.4;
    text-wrap: balance;
    font-size: 1rem;
}

/* launch */
[data-section="launch"] {
    background-color: #fdfdfd;
    background-image: url(../images/launch/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

[data-container="launch"] {
    max-width: calc(100rem + 0.875rem * 4);
    max-width: calc(100rem + var(--margin) * 4);
}

.launch {
    padding: 6.25rem 0rem 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.launch__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 1.875rem;
    gap: 1.875rem;
}

.launch__heading {}

.launch__link {
    display: block;
    text-decoration: none;
    transition: 0.3s all;
}

.launch__link:hover {
    filter: brightness(1.2);
}

.launch__img {
    display: block;
}

/* event */
.event {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    padding: 1.25rem 0.625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 15rem;
    border-radius: 0.625rem;
    box-shadow: 0 0.625rem 2.5rem 0.375rem rgba(46, 41, 29, 0.4);
    overflow: hidden;
    background-color: #28201e;
}

.event__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background-color: transparent;
    background-image: url(../images/event/img-0.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s all;
}

.event:hover .event__bg {
    transform: scale(1.1);
    opacity: 0.3;
}

.event__date {
    position: absolute;
    top: 0;
    right: 0.625rem;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.875rem;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    line-height: 1;
    padding-top: 0.625rem;
    pointer-events: none;
}

.event__date:after {
    display: block;
    content: "";
    position: absolute;
    top: -0.9375rem;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ac7616;
    z-index: -1;
    border-radius: 0.375rem;
    transform: skewY(20deg);
}

.event__day {
    font-size: 1.5rem;
}

.event__month {}

.event__title {
    text-shadow: 0.125rem 0.125rem 0 rgb(0, 0, 0);
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    box-sizing: border-box;
    text-align: center;
}

.event__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0.625rem;
}

.event__btns {
    flex-shrink: 0;
    margin-bottom: 0.625rem;
}

.event__btn {
    min-height: 2.5rem;
    min-width: 7.5rem;
    background-image: linear-gradient(to top,
            rgb(191, 126, 2) 0%,
            rgb(254, 189, 12) 51%,
            rgb(196, 130, 3) 100%);
    text-align: center;
    color: rgb(45, 45, 45);
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3125rem;
    transition: 0.2s all;
}

.event__btn:hover {
    filter: brightness(1.2);
}

.event__desc {
    text-shadow: 0.125rem 0.125rem 0 rgb(0, 0, 0);
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
}

/* events */
[data-section="events"] {
    background-color: #b1a99f;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

[data-container="events"] {}

.events {
    padding: 3.5rem 0;
}

.events__list {
    grid-gap: 3.125rem;
    gap: 3.125rem;
    box-sizing: border-box;
    display: grid;
    margin: 0 auto;
    max-width: 32.5rem;
}

/* ps */
[data-section="ps"] {
    background-color: #ddd;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

[data-container="ps"] {}

.ps {
    box-sizing: border-box;
    padding: 5rem 0;
}

.ps__list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    grid-gap: 0.625rem 1.25rem;
    gap: 0.625rem 1.25rem;
    flex-wrap: wrap;
}

.ps__bnr {
    max-width: 6.875rem;
}

/* social */
.social {
    background-color: #0a0a0a;
    display: grid;
    width: 100%;
}

.social__item {
    min-height: 15.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    padding: 1.25rem;
    width: 100%;
    transition: 0.2s all;
    overflow: hidden;
}

.social__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: transparent;
    background-image: url(../images/social/bg-0.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.2s all;
}

.social__item:hover .social__bg {
    transform: scale(1.1);
    opacity: 0.4;
}

.social__ico {
    display: block;
    max-width: 70%;
}

/* footer */
[data-section="footer"] {
    background-color: #e5e5e5;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    grid-gap: 1.5625rem;
    gap: 1.5625rem;
    color: rgb(45, 45, 45);
    font-size: 1rem;
    box-sizing: border-box;
    padding: 2.1875rem 0 1.25rem;
}

.footer__box {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 49%;
}

.footer__sep {
    width: max(0.0625rem, 1px);
    background-color: rgb(179, 180, 165);
    height: 7.5rem;
    flex-shrink: 0;
    display: none;
}

.footer__bnrs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.5625rem;
    gap: 1.5625rem;
}

@media (min-width: 460px) {
    .ww__body {
        padding: 2.625rem 0
    }

    .stage__line-lvl {
        min-width: 4.125rem;
        padding: 0.375rem 0.625rem
    }
}

@media (min-width: 680px) {
    :root {
        --btn-scale: 0.7
    }

    .btn_type_2 {
        --btn-scale: 0.7
    }

    .scene__char {
        transform: translateX(-120%)
    }

    .features__list {
        padding: 3.125rem 0 0.3125rem
    }

    .features__swiper-slide.swiper-slide-next,
    .features__swiper-slide.swiper-slide-next+.features__swiper-slide+.features__swiper-slide {
        transform: translateY(-2.8125rem)
    }

    .advantage__title {
        display: block
    }

    .stage__line {
        padding: 0 3.125rem
    }

    .about {
        display: flex;
        min-height: 25rem
    }

    .about__video {
        flex-basis: 50%;
        flex-shrink: 0
    }

    .social {
        grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr))
    }
}

@media (min-width: 840px) {
    .ttl {
        font-size: 3rem
    }

    .ttl_size_tiny {
        font-size: 1.875rem
    }

    .ttl_size_small {
        font-size: 2.25rem
    }

    .ttl_size_big {
        font-size: 3.125rem
    }

    .ttl_size_huge {
        font-size: 4.5rem
    }

    :root {
        --btn-scale: 1
    }

    .btn_type_2 {
        --btn-scale: 1
    }

    .ww__close {
        width: 2.625rem;
        height: 2.625rem;
        top: 1.25rem;
        right: 1.25rem
    }

    .ww__close:before,
    .ww__close:after {
        left: 0.625rem;
        right: 0.625rem
    }

    .logotype__img {
        height: 18.0625rem
    }

    .navigation__gw-burger {
        margin-left: 1.875rem
    }

    .navigation__el_lang {
        margin-left: 1.875rem;
        margin-right: 0
    }

    .navigation__el_auth {
        display: flex;
        justify-content: center
    }

    .header__title {
        font-size: 2.5rem
    }

    .header__desc {
        font-size: 1.5rem
    }

    .advantage {
        font-size: 1.125rem
    }

    .stage {
        --stage-item-scale: 0.7
    }

    .stages__info {
        font-size: 1.5rem
    }

    .event__btn {
        font-size: 1.125rem
    }

    .events__list {
        max-width: none;
        grid-template-columns: repeat(3, 1fr)
    }

    .social__item {
        min-height: 28.125rem
    }

    .footer {
        flex-direction: row
    }

    .footer__box_sise_1 {
        text-align: right
    }

    .footer__box_sise_2 {
        text-align: left
    }

    .footer__sep {
        display: block
    }

    .footer__bnrs {
        justify-content: flex-start
    }
}

@media (min-width: 1050px) {
    .btns {
        grid-gap: max(1.25rem, 20px) max(1.875rem, 30px);
        gap: max(1.25rem, 20px) max(1.875rem, 30px)
    }

    .author {
        font-size: 0.875rem
    }

    .btn {
        --btn-scale: 1
    }

    .bt {
        --bt-scale: 1
    }

    [data-section="referral"] {
        background-position: left center
    }

    .referral {
        min-height: 36.25rem
    }

    .referral__heading {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 35rem;
        margin: 0 auto;
        transform: translateX(40%)
    }

    .about__box {
        padding: 3.75rem 6.25rem 3.75rem 5rem
    }
}

@media (min-width: 1200px) {
    :root {
        --navigation-height: 5.625rem;
        --navigation-height-scroll: 5.625rem;
    }

    html {
        font-size: calc(max(0.55vw, 4px) + max(0.5vh, 4px))
    }

    .author {
        justify-content: flex-end;
        text-align: right
    }

    .heading {
        font-size: 1.5rem
    }

    .lang__item {
        width: 3.25rem;
        height: 3.25rem
    }

    /* 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;
        /* gap: 0.75rem; */
    }

    .nav-static .menu__list {}

    .menu__el {
        display: flex;
        position: relative;
        z-index: 0;
    }

    .menu__el_desktop_none {
        display: none;
    }

    .menu__item {
        padding: 0.625rem 0.9375rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        color: rgb(123, 123, 123);
        fill: rgba(255, 217, 145, 1);
        fill: rgba(var(--color-accent-2), 1);
        cursor: pointer;
        font-style: normal;
        font-size: 1.125rem;
        font-weight: 400;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: 0.3s all;
        text-transform: uppercase;
    }

    .menu__el:hover [data-menu-open-sub-list],
    .menu__item:hover,
    .menu__item_open:hover {
        color: rgb(75, 75, 75);
        /* color: rgba(var(--color-accent), 1); */
        /* font-weight: bold; */
        /* background-color: rgba(var(--color-accent), 0.35); */
    }

    .menu__pic {
        width: 1.5rem;
        height: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin-right: 0.875rem;
    }

    .menu__ico {
        fill: inherit;
        width: 100%;
        height: 100%;
    }

    .menu__img {
        display: block;
    }

    /* 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: 1rem 0;
        background-color: rgba(255, 255, 255, 0.85);
        background-color: rgba(var(--navigation-bg), 0.85);
        -webkit-backdrop-filter: blur(9px);
        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;
    }

    /* .menu__el_nav:before {
		display: block;
		content: "";
		background-color: transparent;
		background-image: url(../images/menu/decor.svg);
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		width: 2.5rem;
		height: 2.5rem;
		position: absolute;
		top: calc(100% - 1.25rem);
		left: calc(50% - 1.25rem);
		z-index: 130;
		transition: 0.3s all;
		pointer-events: none;
		transform: translateY(50%);
		opacity: 0;
	}

	.menu__el_nav:hover:before,
	.menu__sub-list:hover:before {
		transform: translateY(0);
		opacity: 1;
	} */
    [data-menu-open-sub-list] .menu__item-arrow {
        display: block;
        content: "";
        background-color: transparent;
        background-image: url(../images/menu/arrow-down.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        width: 0.875rem;
        height: 0.875rem;
        margin-left: 0.625rem;
        position: relative;
        top: 0;
        transition: 0.5s all;
    }

    .menu__item_open .menu__item-arrow {
        transform: rotateX(180deg);
    }

    [data-menu-open-sub-list]:hover~.menu__sub-list,
    .menu__sub-list:hover {
        opacity: 1;
        visibility: visible;
        top: calc(100%);
        transform: translateX(-50%) translateY(0);
    }

    .menu__sub-item {
        padding: 0.625rem 1rem;
        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, 217, 145, 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;
    }

    .menu__sub-item:hover {
        background-color: rgba(255, 255, 255, 0.06);
        background-color: rgba(var(--color-0), 0.06);
    }

    .menu__decor {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        pointer-events: none;
        /* height: max(0.125rem, 2px); */
        background-color: rgba(255, 217, 145, 0.3);
        background-color: rgba(var(--color-accent-2), 0.3);
        opacity: 0;
        transition: 0.2s all;
        /* border-bottom: 0.0625rem solid rgba(var(--color-accent), 1); */
        box-sizing: border-box;
    }

    .menu__el:hover .menu__decor {
        opacity: 1;
    }

    .navigation__logotype {
        margin-right: 1.875rem
    }

    .navigation__el_desktop {
        display: flex;
        justify-content: center
    }

    .scene__char {
        transform: translateX(-110%)
    }

    .scene__cloud-front {
        -webkit-animation: move-cloud-front 40s linear infinite;
        animation: move-cloud-front 40s linear infinite
    }

    .scene__clouds {
        display: block
    }

    .header {
        min-height: 50rem;
        height: calc(100vh - 3.75rem);
        height: calc(100vh - var(--navigation-height));
        max-height: 67.5rem;
        padding: 5rem 0
    }

    .header__box {
        transform: translateX(17.5rem)
    }

    .header-visible .header__box {
        -webkit-animation: header-visible-box 1s ease 0.5s forwards;
        animation: header-visible-box 1s ease 0.5s forwards
    }

    .header-visible .scene__char-box {
        -webkit-animation: header-visible-char 1s ease 0.5s forwards;
        animation: header-visible-char 1s ease 0.5s forwards
    }

    [data-features-char] {
        display: block
    }

    .features__arrow {
        position: absolute;
        top: 50%
    }

    .features__arrow_prev {
        right: calc(100% + 3.125rem)
    }

    .features__arrow_next {
        left: calc(100% + 3.125rem)
    }

    .advantage {
        font-size: 1.5rem
    }

    .advantage__title {
        font-size: 3rem
    }

    [data-advantages-char] {
        display: block
    }

    .advantages__arrows {
        margin: 0
    }

    .advantages__arrow {
        position: absolute;
        top: 9.75rem
    }

    .advantages__arrow_prev {
        right: calc(100% + 3.125rem)
    }

    .advantages__arrow_next {
        left: calc(100% + 3.125rem)
    }

    .advantages__slider {
        margin-bottom: 1.25rem;
        padding-top: 3.75rem
    }

    .advantages__swiper-slide .advantages__el {
        transform: scale(0.8) translateY(1.25rem)
    }

    .advantages__swiper-slide.swiper-slide-active .advantages__el,
    .advantages__swiper-slide.swiper-slide-duplicate-active .advantages__el {
        transform: scale(1) translateY(0)
    }

    .stage {
        --stage-item-scale: 1
    }

    .stages__arrows {
        display: block
    }

    .stages__arrow {
        position: absolute;
        top: 2.5rem
    }

    .stages__arrow_prev {
        right: calc(100% + 3.125rem)
    }

    .stages__arrow_next {
        left: calc(100% + 3.125rem)
    }

    .about__video-play {
        width: 7.125rem;
        height: 7.125rem
    }

    .about__title {
        font-size: 3rem
    }

    .about__content {
        font-size: 1.875rem
    }

    .launch {
        justify-content: flex-start
    }

    .event {
        padding: 1.25rem 1.875rem
    }

    .event__date {
        font-size: 1.5rem;
        width: 5.625rem;
        height: 6.25rem
    }

    .event__day {
        font-size: 3rem
    }

    .event__title {
        text-align: left;
        padding-right: 3.75rem;
        font-size: 2.25rem
    }

    .event__content {
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: row
    }

    .event__btns {
        margin: 0;
        width: 40%
    }

    .event__desc {
        font-size: 1.5rem
    }

    [data-section="events"] {
        background-image: url(../images/events/bg.jpg)
    }

    [data-section="ps"] {
        background-image: url(../images/ps/bg.jpg)
    }

    .ps__bnr {
        max-width: 15.625rem
    }
}

@media (min-width: 1920px) {
    .launch__img {
        width: 62.375rem
    }
}

@media (max-width: 1199.98px) {

    /* mbar */
    .mbar {
        height: 3.75rem;
        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;
    }

    .gw-burger__box {
        position: relative;
        z-index: 5;
        background-color: transparent;
        width: 24px;
        height: 19px;
        border-radius: 0;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .gw-burger__line {
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        background-color: rgba(112, 112, 112, 1);
        background-color: rgba(var(--color-1), 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: 0.3s all 0.4s;
    }

    .gw-burger__line_pos_bottom {
        bottom: 0;
        left: 50%;
    }

    .mob-menu-active .gw-burger__line {
        /* background-color: rgba(var(--color-yellow), 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.3s;
    }

    .mob-menu-active .gw-burger__line_pos_middle {
        opacity: 0;
        transition: 0.3s all 0.1s;
    }

    .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.3s left 0s, 0.3s bottom 0.1s,
            0s opacity 0.1s, 0.3s transform 0.3s;
    }

    /* menu */
    .menu {
        position: absolute;
        top: 3.75rem;
        top: var(--navigation-height);
        right: 0;
        left: 0;
        z-index: 2;
        box-sizing: border-box;
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        padding-bottom: var(--navigation-height);
        height: calc(100vh - 3.75rem);
        height: calc(100vh - var(--navigation-height));
        overflow-x: hidden;
        overflow-y: auto;
        display: flex;
        justify-content: flex-start;
        /* align-items: center; */
        background: rgba(255, 255, 255, 1);
        background: rgba(var(--navigation-bg), 1);
        background-blend-mode: normal, overlay, normal;
        opacity: 0;
        transition: 0.5s all 0.3s;
        visibility: hidden;
        box-shadow: 0 0 0 100vh rgba(255, 255, 255, 1);
        box-shadow: 0 0 0 100vh rgba(var(--navigation-bg), 1);
    }

    .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;
    }

    .mob-menu-active .menu__content {
        transform: translateX(0);
        opacity: 1;
        transition: 0.5s all 0.3s;
    }

    .menu__list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        /* height: 70vh; */
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        box-sizing: border-box;
        padding-bottom: 3.75rem;
        padding-bottom: var(--navigation-height);
    }

    .menu__el {
        width: 100%;
        position: relative;
        z-index: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .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: 30px;
    }

    .menu__el_continer {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .menu__el_continer_divider {
        padding-top: 20px;
        border-top: 1px solid rgba(#fff, 1);
        border-top: 1px solid rgba(var(--color-4), 1);
    }

    .menu__el_continer:hover {
        z-index: 10;
    }

    .menu__item {
        padding: max(0.625rem, 10px) max(0.9375rem, 15px);
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: left;
        color: rgba(112, 112, 112, 1);
        color: rgba(var(--color-1), 1);
        cursor: pointer;
        font-style: normal;
        font-size: max(1rem, 16px);
        font-weight: 700;
        white-space: nowrap;
        width: 100%;
        min-height: 50px;
        transition: 0.2s all;
        text-transform: uppercase;
    }

    .menu__item_open,
    .menu__item:hover {
        color: rgba(112, 112, 112, 1);
        color: rgba(var(--color-1), 1);
        background: rgba(112, 112, 112, 0.05);
        background: rgba(var(--color-1), 0.05);
    }

    .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.svg) no-repeat;
        width: 10px;
        height: 14px;
        margin-left: 10px;
        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;
        text-decoration: none;
        box-sizing: border-box;
        padding: 8px 20px;
        transition: 0.3s all;
        position: relative;
        z-index: 0;
        color: rgba(#fff, 1);
        color: rgba(var(--color-4), 1);
        cursor: pointer;
        font-style: normal;
        font-size: max(1rem, 16px);
        text-align: left;
        min-height: 50px;
    }

    .menu__sub-item:hover {
        color: rgba(255, 255, 255, 1);
        color: rgba(var(--color-0), 1);
    }

    .menu__sub-content {
        min-width: 0;
        flex-grow: 1;
    }

    .menu__sub-name {
        font-size: 18px;
        line-height: 18px;
        color: #000;
        transition: 0.2s all;
    }

    .menu__sub-desc {
        padding-top: 3px;
        font-size: 14px;
        line-height: 16px;
        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: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(var(--color-bg-0), 1);
        --scl-flex-basis: 100%;
    }
}

/* 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);
}

/* alternative naming */
.color-main {
    color: rgba(var(--color-0), 1);
}

.color-primary {
    color: rgba(var(--color-1), 1);
}

.color-secondary {
    color: rgba(var(--color-2), 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 {
    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%;
}