:root {
    --g-size: 1;
    /* body */
    --body-min-width: 320px;
    --body-max-width: 100%;
    --body-background-color-rgb: rgb(14, 27, 43);
    --body-background-color: 14, 27, 43;
    /* container */
    --container-width: 105rem;
    /* navigation */
    --navigation-bg: 0, 0, 0;
    --navigation-height: calc(5rem * var(--g-size));
    --navigation-height-scroll: calc(5rem * var(--g-size));
    /* fonts */
    /* colors */
    /* color palette */
    /* other colors */
    /* input */
    /* input:placeholder */
    /* input:focus */
    /* margin */
    /* other */
    /* table */
    /* spoiler */
    /* tippy */
    /* scl */
}

:root {
    --font-0: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    --font-1: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, serif;
    --font-2: "AngelusMedieval", "Philosopher", "Times New Roman", Times, 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(50, 88, 255);
    --color-blue: 50, 88, 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(84, 62, 46);
    --color-1: 84, 62, 46;
    --color-2-rgb: rgb(254, 236, 151);
    --color-2: 254, 236, 151;
    --color-3-rgb: rgb(124, 124, 124);
    --color-3: 124, 124, 124;
    --color-4-rgb: rgb(244, 209, 138);
    --color-4: 244, 209, 138;
    --color-5-rgb: rgb(149, 143, 137);
    --color-5: 149, 143, 137;
    --color-6-rgb: rgb(119, 117, 116);
    --color-6: 119, 117, 116;
    --color-7-rgb: rgb(62, 62, 62);
    --color-7: 62, 62, 62;
    --color-8-rgb: rgb(170, 143, 93);
    --color-8: 170, 143, 93;
    --color-9-rgb: rgb(214, 243, 255);
    --color-9: 214, 243, 255;
    --color-accent-rgb: rgb(255, 194, 76);
    --color-accent: 255, 194, 76;
    --color-url-rgb: rgb(255, 194, 76);
    --color-url: 255, 194, 76;
    --input-width: auto;
    --input-height: 3.75rem;
    --input-bg: rgb(31, 39, 58);
    --input-border: 0.0625rem solid rgb(115, 91, 54);
    --input-border-radius: 0.625rem;
    --input-color: #ffffff;
    --input-text-align: left;
    --input-font-family: var(--font-0);
    --input-font-size: 1.25rem;
    --input-font-weight: 400;
    --input-padding: 0.2rem 1.125rem;
    --input-box-shadow: none;
    --input-outline: none;
    --input-disabled-bg: #f9f9f9;
    --input-placeholder-color: rgb(132, 127, 125);
    --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: 1rem;
    --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.9375rem;
    --border-width: calc(max(0.0625rem, 1px) * var(--g-size));
    --border-type: solid;
    --border-color: #2f7eb8;
    --shadow: 0px 7px 54px rgba(36, 30, 10, 0.1);
    --arrow-down: url(../images/icons/arrow-down.svg);
    --ico-play: url(../images/icons/play.png);
    --ico-play-small: url(../images/icons/play-small.png);
    --table-heading-bg: rgb(56, 40, 25);
    --table-bg: rgb(56, 40, 25);
    --table-border-width: 0.0625rem;
    --table-border-type: solid;
    --table-border-color: rgb(56, 40, 25);
    --spoiler-bg: 26, 41, 59;
    --spoiler-bg-heading: 43, 82, 130;
    --spoiler-bg-heading-hover: 43, 56, 72;
    --spoiler-border-color: 68, 68, 68;
    --tippy-bg-color: rgba(0, 0, 0, 0.7);
    --tippy-text-color: rgba(var(--color-0), 1);
    --tippy-font-size: max(0.875rem, 14px);
    --tippy-border-radius: 0;
    --tippy-border-color: #f1c93c;
    --scl-color-1: rgb(84, 62, 46);
    --scl-color-1-hover: rgb(84, 62, 46);
    --scl-flex-basis: 8.5625rem;
    --scl-width: 8.5625rem;
    --scl-height: 7.8125rem;
    --scl-bg-color: transparent;
    --scl-bg: url(../images/scl/bg.png);
    --scl-bg-accent: url(../images/scl/bg.png);
    --scl-font-size: 2.5rem;
    --scl-list-gap: 3.125rem;
    --scl-sep-display: none;
}

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(255, 194, 76, 1);
    color: rgba(var(--color-url), 1);
    transition-duration: 0.2s;
    transition-property: opacity, color, background-color;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

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

::-webkit-input-placeholder {
    color: rgb(132, 127, 125);
    color: var(--input-placeholder-color);
    opacity: 1;
}

::-moz-placeholder {
    color: rgb(132, 127, 125);
    color: var(--input-placeholder-color);
    opacity: 1;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: rgb(132, 127, 125);
    color: var(--input-placeholder-color);
    opacity: 1;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: rgb(132, 127, 125);
    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 {
    color: rgb(185, 170, 134);
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: 1.125rem;
    font-weight: 400;
    width: 100%;
    text-align: left;
    border: 0.0625rem solid rgb(56, 40, 25);
    border: var(--table-border-width) var(--table-border-type) var(--table-border-color);
    border-collapse: collapse;
}

tr {
    background-color: rgba(14, 27, 43, 1);
}

tr:nth-child(2n) {
    background-color: rgba(72, 84, 107, 0.8);
}

td,
th {
    border: 0.0625rem solid rgb(14, 27, 43);
    border: var(--table-border-width) var(--table-border-type) var(--table-border-color);
    padding: 0.625em 1em;
}

th {
    color: rgb(176, 162, 140);
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.th-head {
    color: rgb(255, 243, 146);
    background-color: rgb(123, 94, 51);
}

.th-large {
    width: 50%;
}

.td-name {
    color: rgba(201, 201, 201, 0.8);
    font-weight: 400;
}

.table-style-1 {
    border: 0;
}

.table-style-1 td,
.table-style-1 th {
    border: 0;
}

.table-style-1 tr {
    background-color: rgba(14, 27, 43, 0.8);
}

.table-style-1 tr:nth-child(2n) {
    background-color: rgba(72, 84, 107, 0.7);
}

/* 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: #3d4b64;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #7d899f;
}

/* main */
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: 70%;
    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%;
	} */
    /* @media (--v20) {
		font-size: calc(max(0.5vw, 4px) + max(0.5vh, 4px));
	} */
}

/* 
	@media (--v13) {
		font-size: calc(max(0.5vw, 4px) + max(0.5vh, 4px));
	} */
body {
    position: relative;
    z-index: 0;
    overflow-x: hidden;
    margin: 0;
    background-color: rgba(16, 8, 5, 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;
    font-size: 1.25rem;
    top: 0 !important;
    position: static !important;
}

.page {
    position: relative;
    z-index: 2;
    overflow: 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;
}

.page:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: transparent;
    background-image: url(../images/bg/bg-top.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 106.25rem;
    z-index: -2;
    -webkit-mask: linear-gradient(to bottom,
            rgb(0, 0, 0) 0%,
            rgb(0, 0, 0) 20rem,
            rgb(0, 0, 0) calc(100% - 20rem),
            rgba(0, 0, 0, 0) 100%);
}

.page:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-image: url(../images/bg/bg-bottom.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 87.5rem;
    z-index: -1;
    -webkit-mask: linear-gradient(to top,
            rgb(0, 0, 0) 0%,
            rgb(0, 0, 0) 20rem,
            rgb(0, 0, 0) calc(100% - 20rem),
            rgba(0, 0, 0, 0) 100%);
}

.section {
    width: 100%;
    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(105rem + 1rem * 4);
    max-width: calc(var(--container-width) + var(--margin) * 4);
    width: 100%;
    min-width: 0;
    padding-right: calc(1rem * 2);
    padding-right: calc(var(--margin) * 2);
    padding-left: calc(1rem * 2);
    padding-left: calc(var(--margin) * 2);
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.container_fluid {
    max-width: 100%;
}

.rw {
    margin-left: calc(1rem * -1);
    margin-left: calc(var(--margin) * -1);
    margin-right: calc(1rem * -1);
    margin-right: calc(var(--margin) * -1);
}

.cl {
    box-sizing: border-box;
    padding-left: calc(1rem);
    padding-left: calc(var(--margin));
    padding-right: calc(1rem);
    padding-right: calc(var(--margin));
}

.spacer {
    flex-grow: 1;
    min-height: calc(6.5rem * 1);
    min-height: calc(6.5rem * var(--g-size));
}

.compensate-navigation {
    padding-top: calc(5rem * 1);
    padding-top: var(--navigation-height);
    box-sizing: border-box;
}

[data-section="wrapper"] {
    padding: 9.375rem 0;
    z-index: 4;
    flex-grow: 1;
    justify-content: flex-start;
}

/* section-decor */
.section-decor {
    display: block;
    content: "";
    background: linear-gradient(to left,
            rgb(166, 140, 90) 0%,
            rgb(166, 140, 90) calc(50% - 2.1875rem),
            rgba(210, 183, 128, 0) calc(50% - 2.1875rem),
            rgba(210, 183, 128, 0) calc(50% + 2.1875rem),
            rgb(166, 140, 90) calc(50% + 2.1875rem),
            rgb(166, 140, 90) 100%);
    z-index: 2;
    height: 0.125rem;
}

.section-decor_pos_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.0625rem;
}

.section-decor_pos_top {
    position: absolute;
    left: 0;
    right: 0;
    top: -0.0625rem;
}

.section-decor:before,
.section-decor:after {
    display: block;
    content: "";
    background-color: rgb(166, 140, 90);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    position: absolute;
    top: -0.1875rem;
}

.section-decor:before {
    left: calc(50% - 2.1875rem);
}

.section-decor:after {
    right: calc(50% - 2.1875rem);
}

.section-decor__figure {
    background-color: transparent;
    background-image: url(../images/section-decor-figure.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 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: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, 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;
    text-transform: uppercase;
}

/* 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.875rem;
    color: rgba(84, 62, 46, 1);
    color: rgba(var(--color-1), 1);
    text-decoration: none;
    transition: 0.2s all;
}

[href].author:hover {
    color: rgba(84, 62, 46, 0.7);
    color: rgba(var(--color-1), 0.7);
}

.author__logo_ml {
    margin-left: 3px;
}

/* itm */
.itm {
    display: flex;
    align-items: flex-start;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    grid-gap: 0.875rem;
    gap: 0.875rem;
}

.itm__pic {
    flex-shrink: 0;
}

.itm__img {
    display: block;
    min-width: max(2rem, 32px);
    /* margin-top: max(0.625rem, 10px); */
}

.itm__box {}

.itm__title {
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: 1.125rem;
}

.itm__content {
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
}

/* play */
.play {
    position: relative;
    z-index: 0;
}

.play:after {
    display: block;
    content: "";
    width: 6.1875rem;
    height: 6.8125rem;
    background-color: transparent;
    background-image: url(../images/icons/play.png);
    background-image: var(--ico-play);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
    transition: 0.3s all;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.play:hover:after {
    transform: translate(-50%, -50%) scale(1.15);
}

.play_size_small:after {
    background-image: url(../images/icons/play-small.png);
    background-image: var(--ico-play-small);
    width: 4.4375rem;
    height: 4.75rem;
}

/* subtitle */
.subtitle {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, serif;
    font-family: var(--font-1);
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

/* title */
.title {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, serif;
    font-family: var(--font-1);
    font-size: 2.1875rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

/* title2 */
.title2 {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-8), 1);
    font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, serif;
    font-family: var(--font-1);
    font-size: 2.1875rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

/* desc */
.desc {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-size: 1.25rem;
    line-height: 1.4;
}
/* desc */
.desc2 {
    color: rgb(149, 143, 137);
    color: rgba(var(--color-5), 1);
    font-size: 1.25rem;
    line-height: 1.4;
}

/* ttl */
.ttl {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, serif;
    font-family: var(--font-1);
    font-size: 2.1875rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.ttl_size_small {
    font-size: 1.5625rem;
}

.ttl_size_large {
    font-size: 2.8125rem;
}

/* dec */
.dec {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    border-radius: 0.9375rem;
    border-radius: var(--border-radius);
}

/* .dec_pos {
	top: -0.3125rem;
	right: -0.3125rem;
	bottom: -0.3125rem;
	left: -0.3125rem;
} */
.dec:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    border-radius: inherit;
    border: max(0.125rem, 2px) solid rgba(254, 236, 151, 1);
    border: max(0.125rem, 2px) solid rgba(var(--color-2), 1);
    -webkit-clip-path: polygon(calc(50% - 1.625rem) 0.625rem,
            calc(50% + 1.625rem) 0.625rem,
            calc(50% + 1.625rem) 0,
            100% 0,
            100% 100%,
            0 100%,
            0 0,
            calc(50% - 1.625rem) 0);
    clip-path: polygon(calc(50% - 1.625rem) 0.625rem,
            calc(50% + 1.625rem) 0.625rem,
            calc(50% + 1.625rem) 0,
            100% 0,
            100% 100%,
            0 100%,
            0 0,
            calc(50% - 1.625rem) 0);
    -webkit-mask: linear-gradient(to top,
            rgb(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.8) 50%,
            rgba(0, 0, 0) 100%);
}

.dec:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/dec.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 3.25rem;
    height: 1.3125rem;
    position: absolute;
    left: calc(50% - 1.625rem);
    top: -0.625rem;
    z-index: 10;
}

/* content-style */
.content-style img {
    vertical-align: middle;
}

.content-style li {
    margin: 10px 0;
    position: relative;
    z-index: 0;
}

/* cover */
.cover {
    height: 22.5rem;
    width: 100%;
    margin: 1.875rem 0;
    position: relative;
    z-index: 0;
    border-radius: 0.9375rem;
    border-radius: var(--border-radius);
}

.cover img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    border-radius: 0.9375rem;
    border-radius: var(--border-radius);
}

/* item */
.item {
    display: flex;
    align-items: flex-start;
    color: rgba(var(--color-text-0), 1);
    grid-gap: 1rem;
    gap: 1rem;
}

.item__pic {
    flex-shrink: 0;
}

.item__img {
    display: block;
    min-width: 2rem;
    /* margin-top: max(0.625rem, 10px); */
}

.item__box {}

.item__title {
    font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, serif;
    font-family: var(--font-1);
    font-size: 1.1rem;
    text-transform: uppercase;
}

.item__content {
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: 255, 255, 255;
    color: var(--color-0);
}

/* ico-wrp */
.ico-wrp {
    display: inline-block;
    min-height: 64px;
}

/* fancybox */
.fancybox-container {
    z-index: 666 !important;
}

.fancybox-content {
    padding: 0;
    background: transparent;
}

.fancybox-bg {
    background: rgba(19, 14, 7, 0.7);
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

.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);
    }
}

/* Прячем панель гугла */
.skiptranslate {
    display: none !important;
}

/* Убираем подсветку ссылок */
.goog-text-highlight {
    background-color: inherit;
    box-shadow: none;
    box-sizing: inherit;
}

[type="text"],
[type="email"],
[type="tel"],
[type="url"],
[type="password"],
[type="number"],
[type="search"],
[type="button"],
[type="color"],
[type="time"],
[type="date"],
[type="datetime-local"],
[type="file"],
[type="image"],
[type="month"],
[type="reset"],
[type="week"],
select,
textarea,
.inpbox {
    box-sizing: border-box;
    transition: none;
    width: auto;
    width: var(--input-width);
    height: 3.75rem;
    height: var(--input-height);
    background-color: rgb(31, 39, 58);
    background-color: var(--input-bg);
    border: 0.0625rem solid rgb(115, 91, 54);
    border: var(--input-border);
    border-radius: 0.625rem;
    border-radius: var(--input-border-radius);
    padding: 0.2rem 1.125rem;
    padding: var(--input-padding);
    color: #ffffff;
    color: var(--input-color);
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--input-font-family);
    font-size: 1.25rem;
    font-size: var(--input-font-size);
    line-height: 1.25rem;
    line-height: var(--input-font-size);
    font-weight: 400;
    font-weight: var(--input-font-weight);
    text-align: left;
    text-align: var(--input-text-align);
    outline: none;
    outline: var(--input-outline);
    box-shadow: none;
    box-shadow: var(--input-box-shadow);
    min-width: 0;
}

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

textarea {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 70px;
    resize: none;
    max-height: 70px;
    text-align: left;
    padding: 5px 10px;
    line-height: calc(1.25rem + 2px);
    line-height: calc(var(--input-font-size) + 2px);
}

textarea:focus {
    height: auto;
    max-height: none;
    resize: vertical;
}

[type="text"]:focus,
[type="email"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="color"]:focus,
[type="time"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="file"]:focus,
[type="image"]:focus,
[type="month"]:focus,
[type="reset"]:focus,
[type="week"]:focus {
    box-sizing: border-box;
    transition: none;
    width: auto;
    width: var(--input-focus-width);
    height: 3.75rem;
    height: var(--input-focus-height);
    background-color: rgb(32, 21, 17);
    background-color: var(--input-focus-bg);
    border: 0.0625rem solid rgb(115, 91, 54);
    border: var(--input-focus-border);
    border-radius: 0.625rem;
    border-radius: var(--input-focus-border-radius);
    padding: 0.2rem 1.125rem;
    padding: var(--input-focus-padding);
    color: #ffffff;
    color: var(--input-focus-color);
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--input-focus-font-family);
    font-size: 1.25rem;
    font-size: var(--input-focus-font-size);
    line-height: 1.25rem;
    line-height: var(--input-focus-font-size);
    font-weight: 400;
    font-weight: var(--input-focus-font-weight);
    text-align: left;
    text-align: var(--input-focus-text-align);
    outline: none;
    outline: var(--input-focus-outline);
    box-shadow: none;
    box-shadow: var(--input-focus-box-shadow);
    min-width: 0;
}

option {
    background-color: #1b1b1b;
    color: #ffffff;
    color: var(--input-color);
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--input-font-family);
    font-size: 1.25rem;
    font-size: var(--input-font-size);
    font-weight: 400;
    font-weight: var(--input-font-weight);
    text-align: left;
}

option:hover {
    color: #000;
    background-color: #757575;
}

/* Оформление checkbox */
.checkbox {
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
}

.checkbox__label {
    height: 1.25rem;
    display: inline-flex;
    align-items: center;
    /*   padding-right: 10px; */
}

.checkbox__name {
    margin-right: 0.625rem;
}

.checkbox__block {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-color: rgb(32, 21, 17);
    background-color: var(--input-bg);
    border: 0.0625rem solid rgb(115, 91, 54);
    border: var(--input-border);
    box-sizing: border-box;
    border-radius: 0.3125rem;
    position: relative;
    cursor: pointer;
    margin-right: 0.625rem;
}

.checkbox__block:after {
    content: "";
    position: absolute;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    left: 0rem;
    opacity: 0;
    transition: 0.2s all;
    pointer-events: none;
    background-color: rgba(255, 194, 76, 1);
    background-color: rgba(var(--color-accent), 1);
    transform: scale(0.5);
    display: block;
    border-radius: 0.3125rem;
}

.checkbox__input {
    display: none;
}

.checkbox__input:checked+.checkbox__block:after {
    opacity: 1;
    transform: scale(1);
}

.checkbox__content {
    padding-top: 0.125rem;
}

/* field */
.field {
    position: relative;
    z-index: 0;
    display: grid;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    line-height: 1;
}

.field_mb {
    margin-bottom: 1.25rem;
}

.field_mt {
    margin-top: 1.25rem;
}

.field__name {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-family: var(---font-1);
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
}

.field__desc {
    color: rgb(132, 127, 125);
    color: var(--input-placeholder-color);
    font-size: 1rem;
    font-weight: 400;
}

.field__box {
    position: relative;
    z-index: 0;
    display: flex;
    grid-gap: 0.625rem;
    gap: 0.625rem;
}

.field__input,
.field__input:focus {
    width: 100%;
}

.field__tool {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.875rem;
    cursor: pointer;
    color: rgba(255, 194, 76, 1);
    color: rgba(var(--color-accent), 1);
    text-decoration: none;
}

.field__tool-2 {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.field__input[type="text"]~.field__tool_switcher .field__tool-1 {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.field__input[type="text"]~.field__tool_switcher .field__tool-2 {
    opacity: 1;
    visibility: visible;
    display: block;
}

/* selection */
.selection {
    padding-left: 0;
    padding-right: 36px;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(../images/icons/selection-arrow-down.svg) no-repeat calc(100% - 5px) center;
    font-size: 24px;
    line-height: 24px;
    color: var(--color-main);
    font-family: var(--font-primary);
}

/* form */
.form {}

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

.form__sep {
    width: 100%;
}

/* preload */
.preload {
    background-color: rgba(16, 8, 5, 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: 1rem;
    gap: 1rem;
}

/* char */
.char {
    display: none;
    position: absolute;
    left: calc(50% - 32.5rem);
    top: 0rem;
    /* bottom: 5rem; */
    width: 0;
    height: 100%;
    /* height: calc(100% - 1.875rem * 2); */
    z-index: -2;
    opacity: 1;
    will-change: transform;
    /* transform: translateZ(12.5rem) scale(0.8); */
    /* transform-origin: center bottom; */
}

/* filter: drop-shadow(0 0 0.625rem #ffd15496); */
.char__content {
    transition: 1s all 0.6s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
}

.char__img {
    display: block;
    height: 108.625rem;
    width: auto;
    max-width: none;
    transform: translateX(-50%);
    transition: 0.3s all;
}

[data-gw-anime="gw-anime-wrapper-visible"] {
    opacity: 1 !important;
}

[data-section="wrapper"]:not(.gw-anime-wrapper-visible) .char__content_animated_1 {
    transform: translateY(10%);
    opacity: 0;
    transition: 0.2s all 0s;
}

.scene {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    /* position: absolute;
	top: -1.875rem;
	right: -6.25rem;
	bottom: -1.875rem;
	left: -6.25rem;
	perspective: 62.5rem;
	z-index: -1; */
}

.scene__box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* transform-style: preserve-3d;
	transform: rotateX(calc(var(--move-y) * 0.002))
		rotateY(calc(var(--move-x) * 0.001));
	will-change: transform;
	transition: transform var(--transition);

	@media (--v20) {
		transform: rotateX(calc(var(--move-y) * 0.0005))
			rotateY(calc(var(--move-x) * 0.0003));
	} */
}

/* btn */
.btn {
    --w: 22.5rem;
    --h: 4.375rem;
    --scale: 0.8;
    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(244, 209, 138, 1);
    color: rgba(var(--color-0), 1);
    font-family: "AngelusMedieval", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-2);
    font-size: 1.25rem;
    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.2;
    padding: 0.1875rem calc(1rem * var(--scale)) 0;
    width: calc(var(--w) * var(--scale));
    height: calc(var(--h) * var(--scale));
    max-width: 100%;
}

.btn:hover {
    color: rgb(250, 223, 170);
    text-shadow: 0 0 15px rgba(250, 223, 170, 0.6);
}

.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-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transform-style: preserve-3d;
    perspective: 1000px;
    pointer-events: none;
}

.btn:hover:before,
.btn:hover:after {
    /* filter: brightness(80%); */
}

/* button */
.button {
    --w: 32.5rem;
    --h: 7.875rem;
    --scale: 0.7;
    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;
    text-shadow: 0 1px 0 rgb(255, 240, 163), 0 0 21px rgb(254, 217, 149);
    color: rgb(84, 62, 46);
    font-size: 2.1875rem;
    font-weight: 400;
    font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, serif;
    font-family: var(--font-1);
    cursor: pointer;
    transition: 0.2s all;
    box-shadow: none;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    outline: 0;
    background: transparent;
    border: 0;
    line-height: 1.2;
    /* padding: 0 calc(3rem * var(--scale)) 0.625rem calc(3rem * var(--scale));*/
	/*padding: 1rem calc(3rem * var(--scale)) 0 calc(3rem * var(--scale));*/
	padding: 0.6rem calc(3rem * var(--scale)) 0 calc(3rem * var(--scale)); /* Ajuste sutil */
    width: calc(var(--w) * var(--scale));
    height: calc(var(--h) * var(--scale));
}

.button:hover {}

.button:before {
    --aw: var(--w);
    --ah: var(--h);
    display: block;
    content: "";
    position: absolute;
    top: calc(-0px * var(--scale));
    left: calc(-0px * var(--scale));
    z-index: -1;
    transition: 0.2s all;
    background-image: url(../images/button/button.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(var(--aw) * var(--scale));
    height: calc(var(--ah) * var(--scale));
    transform-style: preserve-3d;
    perspective: 1000px;
    pointer-events: none;
}

.button:hover:before,
.button:hover:after {
    filter: brightness(120%);
}

.button_size_small {
    --scale: 0.6;
}

/* swiper */
/* spag */
.spag {
    display: grid;
    grid-gap: 10px;
    gap: 10px;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: flex-start;
}

/* sarrow */
.sarrow {
    flex-shrink: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 2.8125rem;
    height: 3rem;
}

/* .sarrow:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	pointer-events: none;
	background-color: transparent;
	background-image: none;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: 0;
	transition: 0.2s all;
	opacity: 0;
}

.sarrow:hover:before {
	opacity: 1;
} */
.sarrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    font-family: "gwi";
    font-family: var(--font-ico);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 194, 76, 0.8);
    color: rgba(var(--color-accent), 0.8);
    font-size: 1.875rem;
    border: 0;
    transition: 0.2s all;
    background-color: transparent;
    background-image: url(../images/swiper/arrow-next.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.sarrow_prev:after {
    background-image: url(../images/swiper/arrow-prev.png);
}

.sarrow_next:after {
    background-image: url(../images/swiper/arrow-next.png);
}

.sarrow:hover:after {
    color: rgba(255, 194, 76, 1);
    color: rgba(var(--color-accent), 1);
    filter: brightness(120%);
}

.sarrow.swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

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

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

.dots.swiper-pagination-lock {
    display: none;
}

.dot {
    width: 0.5rem;
    height: 0.5rem;
    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: rgba(84, 62, 46, 1);
    background-color: rgba(var(--color-1), 1);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0.5rem;
}

.dot_active {
    background-color: rgba(var(--color-accent-2), 1);
    width: 3.75rem;
}

/* 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(255, 194, 76, 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;
}

/* scl */
.scl {
    display: flex;
    justify-content: center;
    align-items: center;
}

.scl__list {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 3.125rem;
    gap: 3.125rem;
    grid-gap: var(--scl-list-gap);
    gap: var(--scl-list-gap);
    flex-wrap: wrap;
}

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

.scl__item {
    color: rgb(84, 62, 46);
    color: var(--scl-color-1);
    text-decoration: none;
    position: relative;
    z-index: 0;
    flex-basis: 8.5625rem;
    flex-basis: var(--scl-flex-basis);
    min-width: 8.5625rem;
    min-width: var(--scl-width);
    height: 7.8125rem;
    height: var(--scl-height);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s all;
    font-size: 2.5rem;
    font-size: var(--scl-font-size);
    box-sizing: border-box;
    padding-right: 0.1875rem;
}

.scl__item:hover {
    color: rgb(84, 62, 46);
    color: var(--scl-color-1-hover);
}

.scl__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    transition: 0.2s all;
    background-color: transparent;
    background-color: var(--scl-bg-color);
    background-image: url(../images/scl/bg.png);
    background-image: var(--scl-bg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.scl__item:hover:before {
    transform: scale(1.1);
    /* background-image: var(--scl-bg-hover); */
}

.scl__ico-c-telegram {
    margin: 0.0625rem 0.1875rem 0 0;
}

.scl__ico-vkontakte {
    margin: 0 0.0625rem 0 0;
}

/* logo */
.logo {
    display: inlnie-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
}

.logo__img {
    display: block;
    margin: 0;
}

.logo__img_short {
    height: 5rem;
}

.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;
    width: 100%;
}

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

/* lang */
.lang {
    width: auto;
    box-sizing: border-box;
    padding-right: 1rem;
    position: relative;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-size: 1.25rem;
}

.lang__current {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0.875rem;
    gap: 0.875rem;
    cursor: pointer;
    transition: all 0.3s;
    grid-template-columns: 2.0625rem 1fr;
    flex-shrink: 0;
    line-height: 1;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    padding: 0.625rem 0;
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: 0.875rem;
    width: 100%;
    box-sizing: border-box;
}

.lang__current-img {
    border-radius: 50%;
    transition: 0.3s all;
    /* box-shadow: 0 0 0 1px #fff; */
    border: 1px solid transparent;
    outline: 1px solid rgba(254, 236, 151, 1);
    outline: 1px solid rgba(var(--color-2), 1);
    display: block;
}

.lang:hover .lang__current-img {}

.lang__current:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/icons/arrow-down.svg);
    background-image: var(--arrow-down);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 0.9375rem;
    height: 0.5rem;
    color: #4c4757;
    font-size: 0.75rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(calc(-50%));
    transition: all 0.3s;
    cursor: pointer;
    pointer-events: none;
}

.lang__link {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    grid-template-columns: 2.0625rem 1fr;
    flex-shrink: 0;
    line-height: 1.31;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    padding: 0.3125rem 0 0.3125rem 0.625rem;
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}

.lang__link:hover {
    opacity: 1;
}

.lang__name {
    text-transform: uppercase;
    display: block;
    flex-shrink: 0;
}

.lang__img {
    display: block;
    height: 2.0625rem;
    width: 2.0625rem;
    flex-shrink: 0;
    border: 1px solid transparent;
}

.lang__link_sub {}

.lang__link_sub:hover {
    background-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(var(--color-0), 0.1);
}

.lang__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transform: translateY(-0.625rem);
    box-sizing: border-box;
    position: absolute;
    left: -0.6875rem;
    width: 6.25rem;
    padding: 0.625rem 0;
    background-color: rgba(16, 8, 5, 0.6);
    background-color: rgba(var(--body-background-color), 0.6);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(var(--color-0), 0.1);
    border-radius: 0.625rem;
}

/* .lang__list:after {
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(76, 71, 87, 0.35);
    border-radius: 10px;
    z-index: -1;
} */
.lang:hover .lang__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* gw-timer */
.gw-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-family: "AngelusMedieval", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-2);
    grid-gap: 2.125rem;
    gap: 2.125rem;
}

.gw-timer__item {
    font-family: "AngelusMedieval", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgba(254, 236, 151, 1);
    color: rgba(var(--color-2), 1);
    text-align: center;
    width: 4rem;
    height: 8.125rem;
    box-sizing: border-box;
    line-height: 1;
    position: relative;
    z-index: 0;
}

.gw-timer__item:before,
.gw-timer__item:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1.3125rem;
    background-color: transparent;
    background-image: url(../images/countdown/dec-top.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.gw-timer__item:before {
    top: 0;
    -webkit-animation: count-down-decor-top 1s ease forwards;
    animation: count-down-decor-top 1s ease forwards;
}

.gw-timer__item:after {
    bottom: 0;
    background-image: url(../images/countdown/dec-bottom.png);
    -webkit-animation: count-down-decor-bottom 1s ease forwards;
    animation: count-down-decor-bottom 1s ease forwards;
}

@-webkit-keyframes count-down-decor-top {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-0.5rem);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes count-down-decor-top {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-0.5rem);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes count-down-decor-bottom {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(0.5rem);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes count-down-decor-bottom {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(0.5rem);
    }

    100% {
        transform: translateY(0);
    }
}

.gw-timer__dot {
    width: max(0.0625rem, 1px);
    height: 2.5rem;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-size: 1.875rem;
    background: linear-gradient(to bottom,
            rgba(143, 122, 91, 0) 0%,
            rgb(143, 122, 91) 50%,
            rgba(143, 122, 91, 0) 100%);
    display: none;
}

.gw-timer__dot:last-child {
    display: none;
}

.gw-timer__amount {
    text-transform: uppercase;
    box-sizing: border-box;
    color: rgba(255, 194, 76, 1);
    color: rgba(var(--color-8), 1);
    font-size: 2.8125rem;
    line-height: 1;
    font-weight: 400;
    /* letter-spacing: 0.1em;
	position: relative;
	left: 0.1em; */
}

.gw-timer__desc {
    box-sizing: border-box;
    color: rgbargba(62, 62, 62, 1);
    color: rgba(var(--color-7), 1);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1;
}

.end-time {
    color: rgba(255, 194, 76, 1);
    color: rgba(var(--color-accent), 1);
    font-size: 1.5rem;
    line-height: 1.1;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(var(--color-0), 0.1);
    box-sizing: border-box;
    padding: 0.625rem 1.25rem;
    border-radius: 0.9375rem;
    border-radius: var(--border-radius);
}

/* countdown */
.countdown {}

.countdown__heading {
    color: rgba(254, 236, 151, 1);
    color: rgba(var(--color-2), 1);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.375rem;
    font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, serif;
    font-family: var(--font-1);
    font-size: max(0.875rem, 14px);
    font-weight: 400;
}

.countdown__box {
    position: relative;
    z-index: 0;
}

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

[data-gw-anime-custom] {
    opacity: 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);
    }
}

/* points */
.points {
    bottom: 0;
    justify-content: center;
    align-items: center;
    z-index: 20;
    display: none;
    position: fixed;
    left: 4.375rem;
    top: 50%;
    transform: translateY(-50%);
    list-style-type: none;
    padding: 0;
    margin: 0;
    right: auto;
    flex-direction: column;
}

.point {
    display: none;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    line-height: 1;
    color: black;
    cursor: pointer;
    margin: 0 0.625rem;
}

.point:after {
    display: block;
    position: absolute;
    left: calc(50% - 0.0625rem);
    top: calc(100% + 0.1875rem);
    height: 1.875rem;
    width: 0.125rem;
    background-color: rgba(254, 236, 151, 0.3);
    background-color: rgba(var(--color-2), 0.3);
    pointer-events: none;
}

.point:nth-last-child(1):after {
    content: none;
}

.point__dot {
    width: 1.25rem;
    height: 1.25rem;
    background-color: black;
    border: 0.0625rem solid rgba(254, 236, 151, 1);
    border: 0.0625rem solid rgba(var(--color-2), 1);
    flex-shrink: 0;
    transition: 0.2s all;
    position: relative;
    z-index: 0;
    transform: rotate(45deg);
}

.point__dot:after {
    display: block;
    content: "";
    background: rgba(254, 236, 151, 1);
    background: rgba(var(--color-2), 1);
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transition: 0.2s all;
}

.point:hover .point__dot:after {
    opacity: 0.5;
}

.point_active .point__dot:after,
.point_active:hover .point__dot:after {
    opacity: 1;
}

.point__name {
    display: none;
    position: absolute;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: 0.2s all;
    transform-origin: left center;
    left: 50%;
    bottom: 1.875rem;
    transform: scale(1) translateX(-50%);
    background-color: rgba(254, 236, 151, 1);
    background-color: rgba(var(--color-2), 1);
    padding: 0.25rem 0.9375rem;
    -webkit-clip-path: polygon(0.3125rem 0,
            calc(100% - 0.3125rem) 0,
            100% 50%,
            calc(100% - 0.3125rem) 100%,
            0.3125rem 100%,
            0% 50%);
    clip-path: polygon(0.3125rem 0,
            calc(100% - 0.3125rem) 0,
            100% 50%,
            calc(100% - 0.3125rem) 100%,
            0.3125rem 100%,
            0% 50%);
}

.point_active .point__name,
.point_active:hover .point__name {
    opacity: 1;
}

/* prop */
.prop {
    font-family: "AngelusMedieval", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgba(254, 236, 151, 1);
    color: rgba(var(--color-2), 1);
    text-align: center;
    width: 4rem;
    height: 8.125rem;
    box-sizing: border-box;
    line-height: 1;
    position: relative;
    z-index: 0;
    grid-gap: 0.1875rem;
    gap: 0.1875rem;
}

.prop:before,
.prop:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1.3125rem;
    background-color: transparent;
    background-image: url(../images/countdown/dec-top.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.prop:before {
    top: 0;
    -webkit-animation: count-down-decor-top 1s ease forwards;
    animation: count-down-decor-top 1s ease forwards;
}

.prop:after {
    bottom: 0;
    background-image: url(../images/countdown/dec-bottom.png);
    -webkit-animation: count-down-decor-bottom 1s ease forwards;
    animation: count-down-decor-bottom 1s ease forwards;
}

.prop__name {
    text-transform: uppercase;
    box-sizing: border-box;
    color: rgba(255, 194, 76, 1);
    color: rgba(var(--color-accent), 1);
    font-size: 2.8125rem;
    line-height: 1;
    font-weight: 400;
    /* letter-spacing: 0.1em;
	position: relative;
	left: 0.1em; */
}

.prop__desc {
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1;
    white-space: nowrap;
}

/* spoiler */
.spoiler {
    transition: 0.3s all;
}

.spoiler_active {}

.spoiler__heading {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 3.75rem;
    padding: 0.625rem 2.1875rem;
    background-color: rgba(43, 82, 130, 1);
    background-color: rgba(var(--spoiler-bg-heading), 0.7);
    transition: 0.3s all;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-left: max(0.125rem, 2px) solid rgba(166, 140, 90, 1);
}

.spoiler__heading:hover,
.spoiler_active .spoiler__heading {
    background-color: rgba(43, 56, 72, 0.7);
    background-color: rgba(var(--spoiler-bg-heading-hover), 0.7);
}

.spoiler__line,
.spoiler__body:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 20%;
    background: linear-gradient(to right,
            rgba(166, 140, 90, 1) 0%,
            rgba(166, 140, 90, 1) 50%,
            rgba(166, 140, 90, 0) 100%);
    z-index: 10;
    height: max(0.125rem, 2px);
    transition: 0.3s all;
}

.spoiler_active .spoiler__line {
    right: 0;
    opacity: 0.2;
}

.spoiler__decor {
    position: absolute;
    top: 0;
    left: 0;
    right: 70%;
    z-index: 10;
    height: max(0.125rem, 2px);
    background: rgba(166, 140, 90, 1);
}

.spoiler__decor:after {
    display: block;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    right: -0.25rem;
    top: -0.25rem;
    background: rgba(166, 140, 90, 1);
    border-radius: 50%;
}

.spoiler_active .spoiler__heading {
    /* border-color: rgba(var(--color-accent), 1); */
    /* margin-bottom: 0.625rem; */
}

.spoiler__ttl {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-size: 1.25rem;
    font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, serif;
    font-family: var(--font-1);
    font-weight: 600;
    flex-grow: 1;
    text-transform: uppercase;
}

.spoiler__close {
    width: 1.875rem;
    height: 1rem;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    background-image: url(../images/icons/arrow-down.svg);
    background-image: var(--arrow-down);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s all;
}

.spoiler_active .spoiler__close {
    transform: rotateX(60deg);
}

.spoiler__body {
    background-color: rgba(26, 41, 59, 0.7);
    background-color: rgba(var(--spoiler-bg), 0.7);
    padding: 1.25rem 2.1875rem;
    border-left: max(0.125rem, 2px) solid rgba(166, 140, 90, 1);
    align-items: center;
    box-sizing: border-box;
    display: none;
    position: relative;
    z-index: 0;
}

/* tippy */
.tippy-box {
    background: rgba(0, 0, 0, 0.7);
    background: var(--tippy-bg-color);
    border-radius: 0;
    border-radius: var(--tippy-border-radius);
    border: var(--tippy-border);
    font-size: max(0.875rem, 14px);
    font-size: var(--tippy-font-size);
    color: rgba(255, 255, 255, 1);
    color: var(--tippy-text-color);
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    padding: 0.3125rem;
    max-width: 25rem !important;
    text-align: center;
}

.tippy-box:before,
.tippy-box:after {
    display: block;
    content: "";
    background-color: rgba(144, 123, 91, 1);
    width: 0.5625rem;
    height: 0.5625rem;
    border-radius: 50%;
    position: absolute;
    top: 0.125rem;
}

.tippy-box:before {
    left: 40%;
}

.tippy-box:after {
    right: 40%;
}

.tippy-content {
    padding: 0.8125rem;
    border-left: max(0.125rem, 2px) solid rgb(144, 123, 91);
    border-bottom: max(0.125rem, 2px) solid rgb(144, 123, 91);
    border-right: max(0.125rem, 2px) solid rgb(144, 123, 91);
    position: relative;
    z-index: 0;
}

.tippy-content:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: max(0.125rem, 2px);
    background: linear-gradient(to left,
            rgba(144, 123, 91, 1) 0%,
            rgba(144, 123, 91, 1) 40%,
            rgba(144, 123, 91, 0) 40%,
            rgba(144, 123, 91, 0) 60%,
            rgba(144, 123, 91, 1) 60%,
            rgba(144, 123, 91, 1) 100%);
    z-index: 2;
}

.tippy-arrow {
    width: max(1.125rem, 18px);
    height: max(0.5625rem, 9px);
}

.tippy-arrow::before {
    content: none;
}

.tippy-box[data-placement^="bottom"]>.tippy-arrow {
    background: url(../images/tippy/arrow-top.png) no-repeat;
    top: max(-0.25rem, -4px);
}

.tippy-box[data-placement^="top"]>.tippy-arrow {
    background: url(../images/tippy/arrow-down.png) no-repeat;
    bottom: max(-0.25rem, -4px);
}

/* [data-theme="tip-def"] */
[data-theme="tip-def"] {}

[data-theme="tip-def"][data-animation="translate"][data-state="hidden"] {
    opacity: 0;
}

[data-theme="tip-def"][data-animation="translate"][data-state="visible"] {
    opacity: 1;
}

/* [data-theme="tip-featured"] */
[data-theme="tip-featured"] {}

[data-theme="tip-featured"][data-animation="featured"][data-placement="bottom"][data-state="hidden"] {
    opacity: 0;
    transform: translateY(10px);
}

[data-theme="tip-featured"][data-animation="featured"][data-placement="bottom"][data-state="visible"] {
    opacity: 1;
    transform: translateY(0);
}

[data-theme="tip-featured"][data-animation="featured"][data-placement="top"][data-state="hidden"] {
    opacity: 0;
    transform: translateY(-10px);
}

[data-theme="tip-featured"][data-animation="featured"][data-placement="top"][data-state="visible"] {
    opacity: 1;
    transform: translateY(0px);
}

/* tcon */
.tcon {
    text-align: center;
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
}

.tcon__title {
    color: #fff;
    font-size: max(0.875rem, 14px);
    text-transform: uppercase;
    font-weight: 500;
}

.tcon__desc {
    color: rgb(157, 157, 157);
    font-size: max(0.875rem, 14px);
    font-weight: 500;
}

/* navigation */
[data-section="navigation"] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    background-color: rgba(62, 62, 62, 0.5);
    background-color: rgba(var(--navigation-bg), 0);
    transition: 0.2s all;
}

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

[data-container="navigation"] {
    position: static;
}

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

.nav-scroll .navigation {
    height: calc(5rem * 1);
    height: var(--navigation-height-scroll);
}

.navigation__gw-burger {
    align-self: center;
    flex-shrink: 0;
    /* margin-left: auto; */
}

.navigation__el {
    position: relative;
    z-index: 2;
}

.navigation__el_lang {
    align-self: center;
    margin-left: auto;
    margin-right: 1.875rem;
}

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

.navigation__menu {
    flex-grow: 1;
}

.navigation__logotype {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
    /* margin-right: calc(max(1.625rem, 26px) * var(--g-size)); */
    max-width: none;
    grid-gap: 0.75rem;
    gap: 0.75rem;
}

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

/* header */
[data-section="header"] {
    width: 100%;
    /* background-color: transparent;
	background-image: url(../images/bg/bg-top.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	box-sizing: border-box; */
    /* -webkit-mask: linear-gradient(
		to bottom,
		rgb(0, 0, 0) 0%,
		rgb(0, 0, 0) 10rem,
		rgb(0, 0, 0) calc(100% - 10rem),
		rgba(0, 0, 0, 0) 100%
	); */
    opacity: 1;
}

.header {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    grid-gap: 2.25rem;
    gap: 2.25rem;
    padding-top: var(--header-padding-top);
    padding-bottom: var(--header-padding-bottom);
    min-height: var(--header-min-height);
    height: var(--header-height);
    opacity: 1;
}

.header__container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.header__box {
    max-width: 45rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 1.25rem;
    gap: 1.25rem;
}

.header__logobox {
    margin-bottom: -1.25rem;
}

.header__subtitle {
    text-shadow: 0 0 15px rgb(111, 101, 81);
    color: rgba(170, 143, 93, 1);
    color: rgba(var(--color-8), 1);
    font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, serif;
    font-family: var(--font-1);
    font-size: 1.875rem;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.header__title {
    text-shadow: 0 0 15px rgb(111, 101, 81);
	color: rgba(62, 62, 62, 1);
    color: rgba(var(--color-7), 1);
    font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, serif;
    font-family: var(--font-1);
    font-size: 2.8125rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.1;
}

.header__content {
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.8);
    color: rgba(var(--color-0), 0.8);
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1));
}

.header__btns {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    margin-top: 2.875rem;
}

/* event */
/* events */
.events {
    padding-top: 4.375rem;
    display: grid;
    grid-gap: 3.125rem;
    gap: 3.125rem;
}

/* feature */
.feature {
    text-align: center;
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    line-height: 1.3;
}

.feature_animated {
    -webkit-animation: feature_animated 0.6s ease forwards;
    animation: feature_animated 0.6s ease forwards;
}

@-webkit-keyframes feature_animated {
    0% {
        opacity: 0;
        transform: translateY(1rem);
    }

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

@keyframes feature_animated {
    0% {
        opacity: 0;
        transform: translateY(1rem);
    }

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

.feature__title {
    color: rgba(170, 143, 93, 1);
    color: rgba(var(--color-8), 1);
    font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, serif;
    font-family: var(--font-1);
    font-size: 2.1875rem;
    text-transform: uppercase;
}

.feature__desc {
    color: rgb(149, 143, 137);
    font-size: 1.375rem;
    line-height: 1.4;
    padding: 2.25rem 0 0 0;
    min-height: 20rem;
    box-sizing: border-box;
}

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

/* features */
[data-section="features"] {
    background-color: transparent;
    background-image: url(../images/features/bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

[data-container="features"] {}

.features {
    box-sizing: border-box;
    padding: 9.375rem 0;
}

.features__box {
    min-width: 0;
}

.features__heading {
    color: rgba(170, 143, 93, 1);
    color: rgba(var(--color-8), 1);
    font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, serif;
    font-family: var(--font-1);
    font-size: 4.0625rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

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

.features__content {
    max-width: 81.25rem;
    margin: 0 auto;
}

.features__dots {
    margin-top: 2rem;
}

.features__slider-wrp {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.features__slider {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.features__el {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    max-width: 11.25rem;
    margin: 1.625rem auto;
    cursor: pointer;
    grid-gap: 1.875rem;
    gap: 1.875rem;
    transition: 0.3s all;
}

.features__el:hover {
    filter: brightness(120%) drop-shadow(0 0 6px rgba(255, 194, 76, 0.5));
    filter: brightness(120%) drop-shadow(0 0 6px rgba(var(--color-accent), 0.5));
}

.swiper-slide-active .features__el {
    filter: brightness(120%) drop-shadow(0 0 10px rgba(255, 194, 76, 1));
    filter: brightness(120%) drop-shadow(0 0 10px rgba(var(--color-accent), 1));
}

.features__el-pic {
    margin: 0 auto;
    background-color: transparent;
    background-image: url(../images/features/example-ico-1.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 9rem;
    height: 8.75rem;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: inset 0 0 1.25rem rgba(154, 135, 103, 0.63);
    position: relative;
    z-index: 0;
}

.features__el-pic:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    background-image: url(../images/features/el-frame.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 9.25rem;
    height: 11.25rem;
}

.features__el-title {
    color: rgba(119, 117, 116, 1);
    color: rgba(var(--color-6), 1);
    font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, serif;
    font-family: var(--font-1);
    font-size: 1.125rem;
    line-height: 1.1;
    text-transform: uppercase;
}

[data-slider-prev="features"],
[data-slider-next="features"] {
    margin-top: 8.125rem;
}

[data-slider-prev="features"] {
    margin-left: 0.625rem;
}

[data-slider-next="features"] {
    margin-right: 0.625rem;
}

/* aboutserv */
[data-section="aboutserv"] {
    background-color: transparent;
    background-image: url(../images/aboutserv/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

[data-container="aboutserv"] {}

.aboutserv {
    padding: 4.375rem 0;
    display: grid;
    grid-gap: 2.5rem;
    gap: 2.5rem;
}

.aboutserv__media {
    display: flex;
}

.aboutserv__video {
    width: 100%;
    height: 15.625rem;
    position: relative;
    z-index: 0;
    background-color: transparent;
    background-image: url(../images/aboutserv/video-cover.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0.125rem solid #53452e;
    border-radius: 0.9375rem;
    display: block;
    text-decoration: none;
}

.aboutserv__box {
    display: flex;
    flex-direction: column;
}

.aboutserv__title {
    font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase;
    font-size: 2.125rem;
}

.aboutserv__desc {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 1.625rem;
}

.aboutserv__specifications {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: auto 0;
    padding: 2.5rem 0;
    grid-gap: 1rem;
    gap: 1rem;
}

.aboutserv__btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 1.25rem;
    padding-bottom: 0.3125rem;
    margin-top: auto;
}

/* advantage */
.advantage {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 3.125rem;
    gap: 3.125rem;
    margin: 0 auto;
}

.advantage__pic {
    display: block;
    text-decoration: none;
    box-shadow: 0 0 2.5rem rgba(255, 255, 255, 0.33);
    max-width: 43.75rem;
    margin: 0 auto;
}

.advantage__img {
    display: block;
    width: 100%;
}

.advantage__desc {
    margin-top: 2.5rem;
    margin-bottom: 3.125rem;
}

.advantage__btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

/* advantages */
[data-section="advantages"] {
    background-color: transparent;
    background-image: url(../images/advantages/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

[data-container="advantages"] {}

.advantages {
    padding: 9.375rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
    position: relative;
    z-index: 0;
}

.advantages__swiper-slide {
    opacity: 0;
    transform: scale(0.3);
    transition: 0.3s all;
    pointer-events: none;
}

.swiper-slide-duplicate-active.advantages__swiper-slide,
.swiper-slide-active.advantages__swiper-slide {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
}

.advantages__sarrow {
    position: absolute;
    top: 3.125rem;
}

.advantages__sarrow_prev {
    left: 0;
}

.advantages__sarrow_next {
    right: 0;
}

/* community */
[data-section="community"] {
    background-color: transparent;
    background-image: url(../images/community/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

[data-container="community"] {}

.community {
    padding: 9.375rem 0;
    display: grid;
    position: relative;
    z-index: 0;
    grid-gap: 3.125rem;
    gap: 3.125rem;
}

.community__desc {
    margin-top: 2.5rem;
    margin-bottom: 3.125rem;
}

.community__desc2 {
    margin-top: 2.5rem;
    margin-bottom: 3.125rem;
}

.community__btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.community__widget {
    height: 34.375rem;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}

/* padding: 0.3125rem; */
.community__widget iframe {
    width: 100%;
    height: 100%;
    border-radius: 0.9375rem;
    border-radius: var(--border-radius);
    overflow: hidden;
}

/* gallery */
[data-section="gallery"] {
    background-color: transparent;
    background-image: url(../images/gallery/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

[data-container="gallery"] {}

.gallery {
    padding: 9.375rem 0;
    display: grid;
    position: relative;
    z-index: 0;
    grid-gap: 3.125rem;
    gap: 3.125rem;
}

.gallery__main {}

.gallery__pic {
    display: inline-flex;
    text-decoration: none;
    width: 100%;
    position: relative;
    z-index: 0;
}

.gallery__main-subtitle {
    margin-top: 1.875rem;
}

.gallery__main-desc {
    margin-top: 0.625rem;
    color: rgb(255, 255, 255);
}

.gallery__item {
    position: relative;
    z-index: 0;
    width: 100%;
}

.gallery__thumb {
    border-radius: 0.9375rem;
    display: block;
    width: 100%;
}

.gallery__desc {
    margin-top: 2.5rem;
}

.gallery__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.875rem;
    gap: 1.875rem;
    margin-top: 2.5rem;
}

/* media */
[data-section="media"] {
    background-color: transparent;
    background-image: url(../images/media/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

[data-container="media"] {}

.media {
    padding: 9.375rem 0;
}

.media__scl {
    margin-top: 3.75rem;
}

.media__btns {
    padding-top: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* stream */
.stream {
    --stream-height: 13.75rem;
    height: var(--stream-height);
    display: flex;
    color: rgba(255, 255, 255, 0.8);
    color: rgba(var(--color-0), 0.8);
    font-size: 1rem;
    font-weight: 500;
    cursor: default;
    /* border: 1px solid rgba(66, 72, 81, 0.25); */
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
    background-color: rgba(16, 8, 5, 1);
    background-color: rgba(var(--body-background-color), 1);
    background-image: url(../images/stream/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0.9375rem;
}

.stream iframe {
    width: 100%;
    height: 100%;
}

.stream__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    padding: 1.25rem;
    width: 100%;
}

.stream__ico {
    display: inline-block;
    font-size: 4.375rem;
    color: rgba(255, 255, 255, 0.2);
    color: rgba(var(--color-0), 0.2);
}

.stream__desc {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
}

.stream__btn {
    color: rgba(255, 194, 76, 0.7);
    color: rgba(var(--color-accent), 0.7);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
}

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

/* streams */
.streams {
    box-sizing: border-box;
}

.streams__title {
    text-align: center;
}
.streams__title2 {
    text-align: center;
}

.streams__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.875rem;
    gap: 1.875rem;
    position: relative;
    z-index: 0;
    max-width: NaNrem;
    margin: 0 auto;
}

.streams__list {
    overflow: hidden;
    width: 100%;
    padding: 6.25rem 0 0.9375rem;
}

.streams__sarrow {
    position: absolute;
    top: 1.875rem;
}

.streams__sarrow_prev {
    left: 0;
}

.streams__sarrow_next {
    right: 0;
}

.streams__dots {
    margin-top: max(2.25rem, 36px);
}

/* fnav */
.fnav {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

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

.fnav__header {
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(254, 236, 151, 1);
    color: rgba(var(--color-2), 1);
    margin-bottom: 1.25rem;
    font-family: "AngelusMedieval", "Philosopher", "Times New Roman", Times, serif;
    font-family: var(--font-2);
    text-transform: uppercase;
}

.fnav__list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.fnav__el {
    margin-bottom: 1rem;
}

.fnav__link {
    text-decoration: none;
    transition: 0.2s all;
    font-size: 1rem;
    line-height: 1.3;
    color: rgba(124, 124, 124, 1);
    color: rgba(var(--color-3), 1);
    text-transform: uppercase;
}

.fnav__link:hover {
    color: rgb(204, 204, 204);
}

/* footer */
[data-section="footer"] {
    background-color: rgba(14, 27, 43, 0.8);
    margin-top: auto;
}

.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: grid;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    color: rgba(124, 124, 124, 1);
    color: rgba(var(--color-3), 1);
    text-align: left;
    font-size: 0.875rem;
}

.footer__about {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    max-width: 30rem;
    margin: 0 auto;
}

.footer__logotype {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0.75rem;
    gap: 0.75rem;
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.footer__copyright {
    font-size: 0.875rem;
    margin-top: 0.625rem;
}

.footer__links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    grid-gap: 0.375rem 0.75rem;
    gap: 0.375rem 0.75rem;
}

.footer__link {
    text-decoration: none;
    font-size: 0.875rem;
    color: rgba(84, 62, 46, 1);
    color: rgba(var(--color-1), 1);
}

.footer__link:hover {
    color: rgba(255, 194, 76, 1);
    color: rgba(var(--color-accent), 1);
}

.footer__desc {
    font-size: 1rem;
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
    line-height: 1.2;
}

.footer__authors {
    font-size: 0.875rem;
}

/* bnr */
.bnr {
    --bnr-size: 1;
    position: fixed;
    right: calc(2.5rem * var(--bnr-size));
    bottom: calc(2.5rem * var(--bnr-size));
    z-index: 15;
    width: calc(18.375rem * var(--bnr-size));
    height: calc(6.875rem * var(--bnr-size));
    /* outline: 1px solid #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    box-sizing: border-box;
    padding-top: calc(1.5rem * var(--bnr-size));
    line-height: 1.2;
    display: none;
}

.bnr:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/bnr/bnr.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(18.9375rem * var(--bnr-size));
    height: calc(12.5625rem * var(--bnr-size));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    transition: 0.2s all;
}

.bnr:hover:after {
    filter: brightness(130%);
}

.bnr__title {
    color: rgba(255, 194, 76, 1);
    color: rgba(var(--color-accent), 1);
    font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
        Times, serif;
    font-family: var(--font-1);
    font-size: calc(1.1875rem * var(--bnr-size));
    font-weight: 400;
    text-transform: uppercase;
}

.bnr__desc {
    color: rgba(255, 255, 255, 1);
    color: rgba(var(--color-0), 1);
    font-family: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: calc(0.9375rem * var(--bnr-size));
    font-weight: 400;
    text-transform: uppercase;
}

/* file */
.file {
    box-sizing: border-box;
    padding: 2.1875rem 0;
}

.file__title {
    margin-bottom: 1.5625rem;
    color: rgba(244, 209, 138, 1);
    color: rgba(var(--color-4), 1);
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.file_bb {
    box-sizing: border-box;
    border-bottom: 0.1875rem solid rgba(255, 194, 76, 0.2);
    border-bottom: 0.1875rem solid rgba(var(--color-accent), 0.2);
}

.file__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.25rem;
    gap: 1.25rem;
}

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

[data-container="resources"] {}

.resources {
    display: grid;
    grid-gap: 4.375rem;
    gap: 4.375rem;
    padding: 6.25rem 0;
}

.resources__box {
    min-width: 0;
    padding: 1.25rem 0.625rem;
    border-radius: 0.9375rem;
    border-radius: var(--border-radius);
    background-color: rgba(14, 27, 43, 0.8);
    position: relative;
    z-index: 0;
}

.resources__ttl {
    text-align: center;
    margin-bottom: 1.25rem;
}

.resources__tablebox {
    max-width: 100%;
    overflow-x: auto;
}

.resources__help {
    padding: 2.1875rem 0;
    font-size: 1rem;
}

.resources__help-list {
    color: rgba(244, 209, 138, 1);
    color: rgba(var(--color-4), 1);
    display: grid;
    grid-gap: 0.625rem 0;
    gap: 0.625rem 0;
}

/* static */
.static {
    box-sizing: border-box;
    padding: 9.375rem 0;
}

.static__content {
    line-height: 1.6;
    color: rgb(170, 170, 170);
}

@media (min-width: 460px) {
    .gw-timer {
        grid-gap: 4.375rem;
        gap: 4.375rem
    }
}

@media (min-width: 540px) {
    .events {
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width: 600px) {
    .streams__wrap {
        max-width: 1000px
    }
}

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

    .header__title {
        font-size: 3.25rem
    }

    .aboutserv__video {
        height: 34.375rem
    }

    .aboutserv__title {
        font-size: 4.5rem
    }

    .fnav {
        display: flex
    }

    .resources__box {
        padding: 2.5rem 3.75rem
    }
}

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

@media (min-width: 720px) {
    .title2 {
        font-size: 2.8125rem;
    }
}
@media (min-width: 840px) {
    .header__content {
        font-size: 1.25rem
    }

    .aboutserv {
        grid-template-columns: 1fr 1fr
    }

    .advantage {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .advantage__pic {
        max-width: none;
        width: 100%
    }

    .advantage__content {
        flex-grow: 1
    }

    .community {
        grid-template-columns: 42% 1fr
    }

    .gallery {
        grid-template-columns: 54% 1fr
    }
}

@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 {
        --scale: 1
    }

    .btn_size_small {
        font-size: 1rem;
        --scale: 0.8
    }

    .button {
        --scale: 1
    }

    .button_size_small {
        --scale: 0.8
    }

    .events {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .fnav__header {
        font-size: 1.125rem
    }

    .footer {
        font-size: 1rem
    }

    .footer__link {
        font-size: 1rem
    }

    .file__btn {
        --scale: 0.7
    }
}

@media (min-width: 1200px) {
    :root {
        --navigation-height: calc(7.5rem * var(--g-size));
        --navigation-height-scroll: calc(7.5rem * var(--g-size));
    }

    .author {
        justify-content: flex-end;
        text-align: right
    }

    .subtitle {
        font-size: 1.875rem
    }

    .title {
        font-size: 4.0625rem
    }

	.title2 {
        font-size: 4.0625rem
    }
    .char {
        display: flex;
        align-items: flex-start
    }

    .logo__img_short {
        height: 7rem
    }

    .points {
        display: flex
    }

    .point {
        display: flex;
        position: relative;
        z-index: 0;
        margin: 0.9375rem 0
    }

    .point:after {
        content: ""
    }

    .point__name {
        display: block;
        bottom: auto;
        left: 2.5rem;
        top: calc(50% - 0.75rem);
        transform: scale(1) translateX(-1.875rem)
    }

    .point:hover .point__name {
        opacity: 0.3;
        transform: scale(1) translateX(0px)
    }

    .point_active .point__name,
    .point_active:hover .point__name {
        opacity: 1;
        transform: scale(1) translateX(0px)
    }

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

    /* menu */
    .menu {
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

    .menu__list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        /* overflow: hidden; */
        opacity: 1;
        visibility: visible;
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
        grid-gap: 0.75rem;
        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.5rem 1.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
		color: #4b4b4b;
        /*color: rgba(255, 255, 255, 1);
        color: rgba(var(--color-0), 1);*/
        fill: rgba(255, 194, 76, 1);
        fill: rgba(var(--color-accent), 1);
        font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
            Times, serif;
        font-family: var(--font-1);
        cursor: pointer;
        font-style: normal;
        font-size: 1.25rem;
        font-weight: 400;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: 0.3s all;
        border-radius: 0.625rem;
        text-transform: uppercase;
    }

    .menu__el:hover [data-menu-open-sub-list],
    .menu__item:hover,
    .menu__item_open:hover {
        /* color: rgba(var(--color-0), 1); */
        /* color: rgba(var(--color-accent), 1); */
        /* font-weight: bold; */
        background-color: rgba(255, 255, 255, 0.1);
        background-color: rgba(var(--body-background-color), 0.2);
    }

    /* 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(16, 8, 5, 0.6);
        background-color: rgba(var(--body-background-color), 0.6);
        -webkit-backdrop-filter: blur(9px);
        backdrop-filter: blur(9px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(var(--color-0), 0.1);
        border-radius: 0.625rem;
    }

    .menu__sub-list:before {
        display: block;
        content: "";
        height: 1.25rem;
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        opacity: 0;
    }

    [data-menu-open-sub-list] .menu__item-arrow {
        display: block;
        content: "";
        background-color: transparent;
        background-image: url(../images/icons/arrow-down.svg);
        background-image: var(--arrow-down);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        width: 0.9375rem;
        height: 0.5rem;
        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(1.25rem);
    }

    .menu__sub-item {
        padding: 0.5rem 1.25rem;
        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, 194, 76, 1);
        fill: rgba(var(--color-accent), 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__sub-item:hover {
        background-color: rgba(255, 255, 255, 0.06);
        background-color: rgba(var(--color-0), 0.06);
    }

    [data-section="navigation"] {
        position: absolute
    }

    .navigation__el_lang {
        margin-left: 0;
        margin-right: 1.875rem
    }

    .navigation__logotype {
        margin-right: 1.875rem
    }

    .navigation__el_desktop {
        display: flex;
        justify-content: center
    }

    .header__container {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between
    }

    .header__box {
        order: 100;
        margin: 0 3.125rem 0 auto
    }

    .header__logobox {
        margin-bottom: -2.5rem
    }

    .header__subtitle {
        font-size: 2.8125rem
    }

    .header__title {
        font-size: 4.0625rem;
        margin-top: -1rem
    }

    .event {
        --sh: 20.25rem;
        max-width: 23.75rem;
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 0;
        transition: 0.3s all;
    }

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

    .event__box {
        position: relative;
        z-index: 0;
        height: var(--sh);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .event__box:before {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-1.25rem) scale(1);
        z-index: -1;
        background-color: transparent;
        background-image: url(../images/event/event-dec-bottom.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        width: 10.3125rem;
        height: 3.6875rem;
        transition: 0.3s all;
    }

    .event:hover .event__box:before {
        opacity: 0;
        transform: translateX(-50%) translateY(0) scale(1.2);
    }

    .event__box:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background-color: transparent;
        background-image: url(../images/event/event-dec.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        transition: 0.3s all;
        opacity: 0;
        transform: scale(0.9);
        /* transform-origin: center bottom; */
    }

    .event:hover .event__box:after {
        opacity: 1;
        transform: scale(1);
    }

    .event__date {
        color: rgba(214, 243, 255, 1);
        color: rgba(var(--color-9), 1);
        font-family: "AngelusMedieval", "Philosopher", "Times New Roman", Times, serif;
        font-family: var(--font-2);
        font-size: 2.8125rem;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        transition: 0.3s all;
    }

    .event:hover .event__date {
        color: rgba(254, 236, 151, 1);
        color: rgba(var(--color-2), 1);
    }

    .event__title {
        color: rgba(255, 255, 255, 1);
        color: rgba(var(--color-0), 1);
        font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
            Times, serif;
        font-family: var(--font-1);
        font-size: 3.125rem;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
    }

    .event__about {
        position: absolute;
        top: -1.875rem;
        left: -3.125rem;
        right: -3.125rem;
        padding: calc(var(--sh) + 4.375rem) 3.125rem 1.875rem 3.125rem;
        background-color: transparent;
        background-image: url(../images/event/event-bg.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: -5;
        border-radius: 0.9375rem;
        box-shadow: 0 0.5rem 3.125rem rgba(0, 0, 0, 0.5);
        transition: 0.3s all;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-1.25rem);
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .event:hover .event__about {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .event__desc {
        color: rgba(255, 255, 255, 1);
        color: rgba(var(--color-0), 1);
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.3;
        min-height: 14.375rem;
        margin-bottom: auto;
    }

    .event__btns {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        grid-gap: 0.5rem;
        gap: 0.5rem;
        margin-top: 1.25rem;
    }

    .events {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap
    }

    .aboutserv {
        grid-gap: 2.5rem 5rem;
        gap: 2.5rem 5rem;
        grid-template-columns: 52% 1fr
    }

    .advantage {
        grid-gap: 6.25rem;
        gap: 6.25rem
    }

    .advantages {
        padding: 9.375rem 5rem;
        min-height: 50rem
    }

    .advantages__sarrow {
        top: 50%;
        transform: translateY(-50%)
    }

    .community {
        padding: 13.75rem 0
            /* min-height: 43.75rem; */
    }

    .community__widget {
        height: 34.375rem
    }

    .gallery {
        padding: 13.75rem 0
            /* min-height: 43.75rem; */
    }

    .stream {
        --stream-height: 15.625rem
    }

    .streams__wrap {
        margin-top: 4.375rem;
        max-width: 93.75rem
    }

    .streams__list {
        padding: 0.9375rem 0
    }

    .streams__sarrow {
        top: 50%;
        transform: translateY(-50%)
    }

    .streams__sarrow_prev {
        left: auto;
        right: calc(100% + 1.875rem)
    }

    .streams__sarrow_next {
        right: auto;
        left: calc(100% + 1.875rem)
    }

    .fnav {
        margin-left: auto;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        grid-gap: 7.5rem;
        gap: 7.5rem
    }

    .fnav__box {
        flex-grow: 0;
        flex-basis: auto
    }

    .footer {
        display: grid;
        grid-template-columns: 30% 1fr;
        align-items: flex-start;
        grid-gap: 3.125rem;
        gap: 3.125rem
    }

    .footer__about {
        align-items: flex-start;
        text-align: left;
        margin: 0
    }

    .footer__links {
        justify-content: flex-end;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: right
    }

    .bnr {
        display: flex
    }

    .file__title {
        text-align: left
    }

    .file__list {
        justify-content: flex-start
    }

    .resources {
        grid-template-columns: 1fr 40%
    }

    .resources__box_2 {
        order: -100
    }
}

@media (min-width: 1440px) {
    html {
        font-size: calc(max(0.4vw, 4px) + max(0.4vh, 4px))
    }
}
/*
@media (max-width: 1199.99px) {
    .nav-scroll [data-section="navigation"] {
        background-color: rgba(16, 8, 5, 0.5);
        background-color: rgba(var(--navigation-bg), 0.5);
        box-shadow: 0 0.625rem 1.875rem rgba(36, 30, 10, 0.3);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px)
    }
*/
@media (max-width: 1199.99px) {
    [data-section="navigation"] {
        background-color: rgba(62, 62, 62, 0.5); /* Marrom escuro semi-transparente */
        background-color: rgba(var(--navigation-bg), 0.5); /* Marrom escuro com variável */
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        box-shadow: 0 0.625rem 1.875rem rgba(36, 30, 10, 0.3); /* Sombra */
    }
	
    .event {
        text-align: center;
        position: relative;
        z-index: 0;
        transition: 0.3s all;
        background-color: transparent;
        background-image: url(../images/event/event-bg.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 1.25rem;
        border-radius: 0.9375rem;
        box-shadow: 0 0.5rem 3.125rem rgba(0, 0, 0, 0.5);
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

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

    .event__box {
        position: relative;
        z-index: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .event__date {
        color: rgba(124, 124, 124, 1);
        color: rgba(var(--color-3), 1);
        font-family: "AngelusMedieval", "Philosopher", "Times New Roman", Times, serif;
        font-family: var(--font-2);
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        transition: 0.3s all;
    }

    .event__title {
        color: rgba(254, 236, 151, 1);
        color: rgba(var(--color-2), 1);
        font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
            Times, serif;
        font-family: var(--font-1);
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
    }

    .event__about {
        margin-top: 1.25rem;
    }

    .event__desc {
        color: rgba(255, 255, 255, 1);
        color: rgba(var(--color-0), 1);
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.3;
    }

    .event__btns {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        grid-gap: 0.5rem;
        gap: 0.5rem;
        margin-top: 1.25rem;
    }
}

@media (max-width: 1199.98px) {

    /* mbar */
    .mbar {
        height: calc(5rem * 1);
        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(254, 236, 151, 1);
        background-color: rgba(var(--color-2), 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_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: calc(5rem * 1);
        top: var(--navigation-height);
        right: 0;
        left: 0;
        z-index: 2;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: calc(5rem * 1);
        padding-bottom: var(--navigation-height);
        height: calc(100vh - calc(5rem * 1));
        height: calc(100vh - var(--navigation-height));
        overflow-x: hidden;
        overflow-y: auto;
        display: flex;
        justify-content: flex-start;
        /* align-items: center; */
        background: rgba(16, 8, 5, 1);
        background: rgba(var(--body-background-color), 1);
        background-blend-mode: normal, overlay, normal;
        opacity: 0;
        transition: 0.5s all 0.3s;
        visibility: hidden;
        box-shadow: 0 0 0 100vh rgba(16, 8, 5, 1);
        box-shadow: 0 0 0 100vh rgba(var(--body-background-color), 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: calc(5rem * 1);
        padding-bottom: var(--navigation-height);
    }

    .menu__el {
        width: 100%;
        position: relative;
        z-index: 0;
    }

    .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(244, 209, 138, 1);
        border-top: 1px solid rgba(var(--color-4), 1);
    }

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

    .menu__item {
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
        text-align: left;
        padding: 10px 15px;
        color: rgba(255, 255, 255, 1);
        color: rgba(var(--color-0), 1);
        fill: rgba(255, 194, 76, 1);
        fill: rgba(var(--color-accent), 1);
        font-family: "America XIX", "OlympiaDeco", "Averia Libre", "Times New Roman",
            Times, serif;
        font-family: var(--font-1);
        cursor: pointer;
        font-style: normal;
        font-size: 16px;
        font-weight: 400;
        white-space: nowrap;
        width: 100%;
        min-height: 50px;
        transition: 0.2s all;
        text-transform: uppercase;
    }

    .menu__item_open,
    .menu__item:hover {
        color: rgba(255, 255, 255, 1);
        color: rgba(var(--color-0), 1);
        background: rgba(255, 255, 255, 0.05);
        background: rgba(var(--color-0), 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-color: transparent;
        background-image: url(../images/icons/arrow-down.svg);
        background-image: var(--arrow-down);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        width: 15px;
        height: 8px;
        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;
        transition: 0.3s all;
        position: relative;
        z-index: 0;
        padding: 10px 25px;
        color: rgba(255, 255, 255, 1);
        color: rgba(var(--color-0), 1);
        fill: rgba(255, 194, 76, 1);
        fill: rgba(var(--color-accent), 1);
        /* font-family: var(--font-1); */
        cursor: pointer;
        font-style: normal;
        font-size: 14px;
        text-align: left;
        min-height: 50px;
        text-transform: uppercase;
    }

    .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(16, 8, 5, 1);
        background: rgba(var(--body-background-color), 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%;
}