:root {
    --body-min-width: 20rem;
    --body-max-width: 100%;
    --body-background-color-rgb: #15110c;
    --body-background-color: 21, 17, 12;
    --container-width: 160rem;
    --font-0: "Albertus", "Philosopher", "Times New Roman", Times, serif;
    --font-1: "Albertus Extra", "Philosopher", "Times New Roman", Times, serif;
    --font-2: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    --font-3: "Intro Book", "Intro", "Open Sans", Tahoma, Arial, sans-serif;
    --font-ico: "gwi";
    --color-light-rgb: #e8d1a6;
    --color-light: 232, 209, 166;
    --color-dark-rgb: #000;
    --color-dark: 0, 0, 0;
    --color-red-rgb: #ff2727;
    --color-red: 255, 39, 39;
    --color-yellow-rgb: #ff0;
    --color-yellow: 255, 255, 0;
    --color-orange-rgb: orange;
    --color-orange: 255, 165, 0;
    --color-pink-rgb: pink;
    --color-pink: 255, 192, 203;
    --color-purple-rgb: purple;
    --color-purple: 128, 0, 128;
    --color-blue-rgb: #00f;
    --color-blue: 0, 0, 255;
    --color-green-rgb: #0b0;
    --color-green: 0, 187, 0;
    --color-grey-rgb: grey;
    --color-grey: 128, 128, 128;
    --color-white-rgb: #fff;
    --color-white: 255, 255, 255;
    --color-black-rgb: #000;
    --color-black: 0, 0, 0;
    --color-brown-rgb: brown;
    --color-brown: 165, 42, 42;
    --color-aqua-rgb: #0ff;
    --color-aqua: 0, 255, 255;
    --color-0-rgb: #fff;
    --color-0: 255, 255, 255;
    --color-1-rgb: #141414;
    --color-1: 20, 20, 20;
    --color-2-rgb: #fff;
    --color-2: 255, 255, 255;
    --color-3-rgb: #fff;
    --color-3: #fff;
    --color-4-rgb: #fff;
    --color-4: #fff;
    --color-5-rgb: #fff;
    --color-5: #fff;
    --color-6-rgb: #fff;
    --color-6: #fff;
    --color-7-rgb: #fff;
    --color-7: #fff;
    --color-8-rgb: #fff;
    --color-8: #fff;
    --color-9-rgb: #fff;
    --color-9: #fff;
    --color-accent-rgb: #fcc55b;
    --color-accent: 252, 197, 91;
    --color-accent-hover-rgb: #f0af2c;
    --color-accent-hover: 240, 175, 44;
    --color-accent-2-rgb: #f80;
    --color-accent-2: 255, 136, 0;
    --color-accent-2-hover-rgb: #f80;
    --color-accent-2-hover: 255, 136, 0;
    --color-url-rgb: #f3df9a;
    --color-url: 243, 223, 154;
    --color-url-hover-rgb: #ff0;
    --color-url-hover: 255, 255, 0;
    --margin: 0.875rem;
    --margin-x2: calc(var(--margin * 2));
    --margin-half: calc(var(--margin) / 2);
    --margin-third: calc(var(--margin) / 3);
    --negative-margin: calc(var(--margin) * -1);
    --border-radius: 0.3125rem;
    --border-width: 1px;
    --border-type: solid;
    --border-color: rgba(77, 63, 50, 0.5);
    --border: var(--border-width) var(--border-type) var(--border-color);
    --shadow: 0px 0.4375rem 3.375rem rgba(36, 30, 10, 0.1);
    --play: url(../images/play.png);
    /* --header-dec-left: url(../images/header-dec-left.png);
    --header-dec-right: url(../images/header-dec-right.png); */
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-color: rgba(0, 0, 0, 0.15);
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -0.125rem;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
img {
    border-style: none;
    display: inline-block;
}
iframe,
img,
video {
    max-width: 100%;
}
a {
    background-color: transparent;
    color: #f3df9a;
    color: rgba(var(--color-url), 1);
    transition-duration: 0.2s;
    transition-property: opacity, color, background-color;
    outline: 0;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:active,
a:focus {
    outline: 0;
}
::-webkit-input-placeholder {
    color: #b1b0a7;
    color: var(--input-placeholder-color);
    opacity: 1;
}
:-moz-placeholder,
::-moz-placeholder {
    color: #b1b0a7;
    color: var(--input-placeholder-color);
    opacity: 1;
}
:-ms-input-placeholder {
    color: #b1b0a7;
    color: var(--input-placeholder-color);
    opacity: 1;
}
:focus::-webkit-input-placeholder {
    color: transparent;
    color: var(--input-placeholder-color-focus);
}
:focus:-moz-placeholder,
:focus::-moz-placeholder {
    color: transparent;
    color: var(--input-placeholder-color-focus);
}
:focus:-ms-input-placeholder {
    color: transparent;
    color: var(--input-placeholder-color-focus);
}
[class*=" gwi_"]:before,
[class^="gwi_"]:before {
    margin: 0;
    width: auto;
}
ol,
ul {
    padding-left: 1.375em;
    margin: 0.625em 0;
}
table {
    border: 1px solid rgba(252, 197, 91, 0.1);
    border: 1px solid rgba(var(--color-accent), 0.1);
    border-collapse: collapse;
    background-color: #111;
    border-radius: 0.125rem;
    color: #ebebeb;
}
td,
th {
    border: 1px solid rgba(252, 197, 91, 0.1);
    border: 1px solid rgba(var(--color-accent), 0.1);
    padding: 0.625em 1em;
}
th {
    color: #ccbe9c;
    font-weight: 700;
}
th,
tr:where(:nth-child(odd)) {
    background-color: #1b1817;
}
::-webkit-scrollbar {
    width: max(0.375rem, 0.375rem);
    height: max(0.125rem, 0.125rem);
    background-color: rgba(0, 0, 0, 0.4);
}
::-webkit-scrollbar-thumb {
    background-color: #6b4725;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #9b6635;
}
.scroll {
    scrollbar-width: thin;
    scrollbar-color: #9b6635 rgba(0, 0, 0, 0.4);
}
.scroll::-webkit-scrollbar {
    width: 0.1875rem;
}
.scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0.625rem;
}
.scroll::-webkit-scrollbar-thumb {
    background: #9b6635;
    border-radius: 0.625rem;
}
.scroll::-webkit-scrollbar-thumb:hover {
    background: #c29739;
}
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family:
        Albertus,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-0);
    font-size: 100%;
    font-weight: 400;
    color: #fff;
    color: rgba(var(--color-0), 1);
    cursor: default;
    overflow-x: clip;
}
body {
    z-index: 0;
    overflow-x: clip;
    margin: 0;
    background-color: #15110c;
    background-color: rgba(var(--body-background-color), 1);
    background-image: none;
    background-size: auto;
    background-position: 50%;
    background-repeat: no-repeat;
}
.page,
body {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    min-width: 20rem;
    min-width: var(--body-min-width);
    display: flex;
    flex-direction: column;
}
.page {
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    max-width: var(--body-max-width);
    flex-grow: 1;
    transition: all 0.3s;
    box-sizing: border-box;
}
.section {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container,
.section {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
.container {
    max-width: 163.5rem;
    max-width: calc(var(--container-width) + var(--margin) * 4);
    width: 100%;
    min-width: 0;
    padding-right: 1.75rem;
    padding-right: calc(var(--margin) * 2);
    padding-left: 1.75rem;
    padding-left: calc(var(--margin) * 2);
}
.container_fluid {
    max-width: 100%;
}
.spacer {
    flex-grow: 1;
    min-height: 12.5rem;
}
.compensate-navigation {
    height: var(--navigation-height);
    box-sizing: border-box;
}
[data-section-bg] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -10;
    background-color: transparent;
    background-image: url(../images/hero/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.link {
    text-decoration: underline;
    color: currentColor;
}
.link:hover,
.link_tdn {
    text-decoration: none;
}
.link_hover_tdu:hover {
    text-decoration: underline;
}
[data-tab] {
    display: none;
    opacity: 0;
    -webkit-animation: tab 1s ease forwards;
    animation: tab 1s ease forwards;
}
[data-tab][data-tab-active="true"] {
    display: block;
    opacity: 1;
}
@-webkit-keyframes tab {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes tab {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.ttl {
    position: relative;
    z-index: 0;
    padding-left: 1.875rem;
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-family:
        Albertus,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-0);
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
}
.ttl,
.ttl:before {
    box-sizing: border-box;
}
.ttl:before {
    display: block;
    content: "";
    width: 1rem;
    height: 1rem;
    border: 0.1875rem solid #ffeba5;
    filter: drop-shadow(0 0 0.5rem rgba(255, 213, 44, 1));
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.heading {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-family:
        Albertus,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-0);
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    box-sizing: border-box;
    margin: 0;
    line-height: 1.2;
}
.heading:after {
    display: none;
    content: "";
    background-color: transparent;
    background-image: url(../images/heading-decor.png);
    background-size: contain;
    background-position: 0;
    background-repeat: no-repeat;
    width: 8.8125rem;
    height: 1.9375rem;
    min-width: 0;
}
.heading_bb {
    padding-bottom: 1.25rem;
    border-bottom: 0.125rem solid #928a7e;
}
.heading_bt {
    padding-top: 1.25rem;
    border-top: 0.125rem solid #928a7e;
}
.heading_mb {
    margin-bottom: 1.25rem;
}
.heading_mt {
    margin-top: 1.25rem;
}
:root {
    --list-marker-top: 0.4em;
}
.list {
    --list-li-padding: 1.5rem;
    padding-left: 0;
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
}
.list,
.list_type_1 {
    list-style-type: none;
}
.list_type_1 {
    --list-marker-content: none;
    --list-li-padding: 0;
    font-size: 1rem;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    text-align: center;
}
.list li {
    position: relative;
    z-index: 0;
    padding-left: var(--list-li-padding);
}
.list li:before {
    content: var(--list-marker-content);
    display: inline-block;
    position: absolute;
    top: 0.4em;
    top: var(--list-marker-top);
    left: 0;
    width: 1rem;
    height: 1rem;
    border: 0.1875rem solid #ffeba5;
    filter: drop-shadow(0 0 0.5rem rgba(255, 213, 44, 1));
    box-sizing: border-box;
    transform: rotate(45deg);
}
.tblbox {
    max-width: 100%;
    overflow: auto;
    min-width: 0;
}
.tblbox > table {
    width: 100%;
    min-width: 56.25rem;
}
.itm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0.875rem;
    gap: 0.875rem;
    line-height: 1.3;
}
.itm__img {
    display: block;
    flex-shrink: 0;
}
.itm__content {
    box-sizing: border-box;
}
.itm-list {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
}
.preload {
    background-color: #15110c;
    min-width: 20rem;
    min-width: var(--body-min-width);
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s cubic-bezier(0.64, 0.14, 0.34, 1.32);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 0.625rem;
}
.preload__logo {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}
.preload_fade {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.4);
}
@-webkit-keyframes preanimateout {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        transform: translate(-50%, -50%) scale(0);
    }
}
@keyframes preanimateout {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        transform: translate(-50%, -50%) scale(0);
    }
}
.preload__progress {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 0;
    height: 0.3125rem;
    background: #c8816b;
}
.preload__items {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    margin-top: 0.9375rem;
}
.preload__item {
    width: 0.625rem;
    height: 0.625rem;
    background: #c4c4c4;
    border-radius: 50%;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
[data-gw-anime] {
    opacity: 0;
    transition: all 1s;
}
[data-gw-anime-custom] {
    opacity: 1;
}
.zoomIn {
    -webkit-animation: zoomIn 1s ease forwards;
    animation: zoomIn 1s ease forwards;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.zoomInDown {
    -webkit-animation: zoomInDown 1s ease forwards;
    animation: zoomInDown 1s ease forwards;
}
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(-5vh);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(-5vh);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.zoomInUp {
    -webkit-animation: zoomInUp 1s ease forwards;
    animation: zoomInUp 1s ease forwards;
}
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(5vh);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(5vh);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.fadeIn {
    -webkit-animation: fadeIn 1s ease forwards;
    animation: fadeIn 1s ease forwards;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeInLeft {
    -webkit-animation: fadeInLeft 1s ease forwards;
    animation: fadeInLeft 1s ease forwards;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation: fadeInRight 1s ease forwards;
    animation: fadeInRight 1s ease forwards;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInUp {
    -webkit-animation: fadeInUp 1s ease forwards;
    animation: fadeInUp 1s ease forwards;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(5vh);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(5vh);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInDown {
    -webkit-animation: fadeInDown 1s ease forwards;
    animation: fadeInDown 1s ease forwards;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-5vh);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-5vh);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.turnRight {
    -webkit-animation: turnRight 1s ease forwards;
    animation: turnRight 1s ease forwards;
    transform-origin: center;
}
@-webkit-keyframes turnRight {
    0% {
        opacity: 0;
        transform: translateX(-15%) rotate(-15deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}
@keyframes turnRight {
    0% {
        opacity: 0;
        transform: translateX(-15%) rotate(-15deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}
.turLeft {
    -webkit-animation: turLeft 1s ease forwards;
    animation: turLeft 1s ease forwards;
    transform-origin: center;
}
@-webkit-keyframes turLeft {
    0% {
        opacity: 0;
        transform: translateX(15%) rotate(15deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}
@keyframes turLeft {
    0% {
        opacity: 0;
        transform: translateX(15%) rotate(15deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}
.arrow {
    --arrow-scale: 0.6;
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: calc(5.5625rem * var(--arrow-scale));
    height: calc(4.5rem * var(--arrow-scale));
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.3s;
    filter: grayscale(100%) brightness(0.4) drop-shadow(0 0.25rem 0.75rem rgba(0, 0, 0, 0))
        drop-shadow(0 0 0.625rem rgba(255, 213, 44, 0));
}
.arrow:hover {
    filter: grayscale(0) brightness(1) drop-shadow(0 0.25rem 0.75rem rgba(0, 0, 0, 0.6))
        drop-shadow(0 0 0.625rem rgba(255, 213, 44, 1));
}
.arrow_prev {
    background-image: url(../images/swiper/arrow-prev.png);
}
.arrow_next {
    background-image: url(../images/swiper/arrow-next.png);
}
.arrow.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}
.arrows {
    justify-content: center;
    grid-gap: 2.5rem;
    gap: 2.5rem;
}
.arrows,
.dots {
    display: flex;
    align-items: center;
}
.dots {
    justify-content: flex-start;
    grid-gap: 0.25rem;
    gap: 0.25rem;
    width: auto !important;
}
.dot {
    width: 1rem;
    height: 1rem;
    transform: scale(0.8);
    box-sizing: border-box;
    opacity: 1;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.dot,
.dot:after {
    transition: all 0.3s;
}
.dot:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #a9a9a9;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.dot_active {
    filter: drop-shadow(0 0 1.25rem rgba(255, 210, 0, 1)) drop-shadow(0 0 1.25rem rgba(255, 210, 0, 0.5));
    transform: scale(1);
}
.dot_active:after {
    background-color: #ffeba5;
}
.control__arrow {
    margin-bottom: 1.5625rem;
}
.control__arrow_prev {
    margin-right: 0.625rem;
}
.control__arrow_next {
    margin-left: 0.625rem;
}
:root {
    --btn-scale: 1;
}
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
    text-shadow: none;
    position: relative;
    z-index: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-weight: 400;
    font-size: 1rem;
    font-size: calc(1rem * var(--btn-scale));
    color: #ffeba5;
    text-decoration: none;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    grid-gap: calc(0.625rem * var(--btn-scale));
    gap: calc(0.625rem * var(--btn-scale));
    padding: 0.3125rem;
    padding: calc(0.3125rem * var(--btn-scale));
    min-height: 3.125rem;
    min-height: calc(3.125rem * var(--btn-scale));
    width: 12.5rem;
    width: calc(12.5rem * var(--btn-scale));
    background-color: rgba(30, 24, 17, 0.6);
    border: 0.125rem solid #ffeba5;
    border-radius: 0.9375rem;
    border-radius: calc(0.9375rem * var(--btn-scale));
    text-transform: uppercase;
}
.btn:hover {
    color: #fff;
    box-shadow: inset 0 0 2.875rem 0.9375rem rgba(255, 235, 165, 0.5);
    letter-spacing: 0.1em;
    padding-left: 0;
    padding-right: 0;
}
.btn_size_auto {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.btn_size_auto,
.btn_size_auto:hover {
    padding: 0.3125rem 1rem;
    padding: calc(0.3125rem * var(--btn-scale)) calc(1rem * var(--btn-scale));
    letter-spacing: 0;
}
:root {
    --bt-scale: 0.7;
    --bt-fs: 1.25rem;
    --bt-border-width: 1px;
}
.bt {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
    text-shadow: none;
    position: relative;
    z-index: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-weight: 300;
    font-size: 0.875rem;
    font-size: calc(var(--bt-fs) * var(--bt-scale));
    color: #fff;
    text-decoration: none;
    grid-gap: 0.4375rem;
    gap: 0.4375rem;
    grid-gap: calc(0.625rem * var(--bt-scale));
    gap: calc(0.625rem * var(--bt-scale));
    padding: 0.4375rem;
    padding: calc(0.625rem * var(--bt-scale));
    min-height: 2.1875rem;
    min-height: calc(3.125rem * var(--bt-scale));
    min-width: 8.75rem;
    min-width: calc(12.5rem * var(--bt-scale));
    background-color: transparent;
    border: 1px solid #cdb371;
    border: var(--bt-border-width) solid #cdb371;
    border-radius: 0.65625rem;
    border-radius: calc(0.9375rem * var(--bt-scale));
    text-transform: uppercase;
}
.bt:after {
    content: "";
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    background-color: rgba(112, 105, 96, 0.5);
    border-radius: 0.4375rem;
    border-radius: calc(0.625rem * var(--bt-scale));
    z-index: -1;
    transition: all 0.2s;
}
.bt:hover:after,
[data-open-tab-active="true"]:after {
    background-color: #604b32;
}
:root {
    --bttn-scale: 1;
    --bttn-fs: 0.875rem;
}
.bttn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
    text-shadow: none;
    position: relative;
    z-index: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-weight: 700;
    font-size: 0.875rem;
    font-size: calc(var(--bttn-fs) * var(--bttn-scale));
    color: #fff;
    text-decoration: none;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    grid-gap: calc(0.625rem * var(--bttn-scale));
    gap: calc(0.625rem * var(--bttn-scale));
    padding: 0.3125rem;
    padding: calc(0.3125rem * var(--bttn-scale));
    min-height: 3.125rem;
    min-height: calc(3.125rem * var(--bttn-scale));
    width: 11.25rem;
    width: calc(11.25rem * var(--bttn-scale));
    border: 0;
    border-radius: 0.9375rem;
    border-radius: calc(0.9375rem * var(--bttn-scale));
    text-transform: uppercase;
}
.bttn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-image: url(../images/bttn/bg.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 0.2s;
}
.bttn:hover:after,
[data-open-tab-active="true"]:after {
    filter: brightness(1.3);
}
:root {
    --lang-font-size: 0.875rem;
    --lang-item-border: 1px solid #8a7f65;
    --lang-item-border-radius: 50%;
    --lang-item-width: 2.5rem;
    --lang-item-height: 2.5rem;
    --lang-gap: 0.625rem;
}
.lang {
    position: relative;
    z-index: 0;
}
.lang_pos {
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    z-index: 36;
}
.lang__current {
    position: relative;
    z-index: 0;
}
.lang__current:after {
    display: none;
    content: "";
    background-color: transparent;
    background-image: url(../images/lang/arrow.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 3.6875rem;
    height: 4.8125rem;
    position: absolute;
    pointer-events: none;
    top: 3.25rem;
    transform: rotate(-90deg);
    left: 0.5rem;
}
.lang__list {
    position: absolute;
    top: calc(100% + 0.625rem);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    grid-gap: var(--lang-gap);
    gap: var(--lang-gap);
    left: 0;
    opacity: 0;
    transform: translateY(-1.875rem);
    transition: all 0.2s;
    visibility: hidden;
    z-index: 2;
}
.lang__list:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 3.125rem;
}
.lang:hover .lang__list {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}
.lang__item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 2.5rem;
    width: var(--lang-item-width);
    height: 2.5rem;
    height: var(--lang-item-height);
    box-sizing: border-box;
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: 0.875rem;
    font-size: var(--lang-font-size);
    text-shadow: 0 0.1875rem 0 rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 0;
}
.lang__item:hover {
    color: #ffeba5;
}
.lang__item:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border-radius: var(--lang-item-border-radius);
    border: 1px solid #857a63;
    background-color: rgba(52, 47, 56, 0.5);
    z-index: -1;
    transition: all 0.2s;
    pointer-events: none;
}
.lang__item:hover:before {
    filter: brightness(120%);
    transform: scale(1.1);
    background-color: #55473e;
}
.lang__item:after {
    content: "";
    display: none;
    position: absolute;
    left: -0.625rem;
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    border-radius: 50%;
    border: 1px solid #585142;
    z-index: -1;
    transition: all 0.2s;
    pointer-events: none;
}
.lang__item:hover:after {
    opacity: 0;
    transform: scale(0.9);
}
.lang__ico {
    transition: all 0.2s;
}
.lang__item:hover .lang__ico {
    filter: drop-shadow(0 0 0.625rem rgba(255, 213, 44, 1));
}
:root {
    --scl-font-size: 1.75rem;
    --scl-item-border: 1px solid #8a7f65;
    --scl-item-border-radius: 50%;
    --scl-item-width: 4.375rem;
    --scl-item-height: 4.375rem;
    --scl-list-direction: column;
    --scl-gap: 2.875rem;
    --scl-item-after: block;
}
.scl_type_mobile {
    --scl-item-border: none;
    --scl-list-direction: row;
    --scl-gap: 0.5rem;
    --scl-item-after: none;
    --scl-font-size: 1.125rem;
    --scl-item-border-radius: 50%;
    --scl-item-width: 2.5rem;
    --scl-item-height: 2.5rem;
}
.scl_type_desk {
    position: absolute;
    right: 1.875rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.scl__list {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    flex-direction: column;
    flex-direction: var(--scl-list-direction);
    grid-gap: 2.875rem;
    gap: 2.875rem;
    grid-gap: var(--scl-gap);
    gap: var(--scl-gap);
}
.scl__item,
.scl__list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.scl__item {
    text-decoration: none;
    width: 4.375rem;
    width: var(--scl-item-width);
    height: 4.375rem;
    height: var(--scl-item-height);
    box-sizing: border-box;
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: 1.75rem;
    font-size: var(--scl-font-size);
    text-shadow: 0 0.1875rem 0 rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 0;
}
.scl__item:hover {
    color: #ffeba5;
}
.scl__item:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border-radius: var(--scl-item-border-radius);
    border: 1px solid #857a63;
    background-color: rgba(52, 47, 56, 0.5);
    z-index: -1;
    transition: all 0.2s;
    pointer-events: none;
}
.scl__item:hover:before {
    filter: brightness(120%);
    transform: scale(1.1);
    background-color: #55473e;
}
.scl__item:after {
    content: "";
    display: block;
    display: var(--scl-item-after);
    position: absolute;
    left: -0.625rem;
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    border-radius: 50%;
    border: 1px solid #585142;
    z-index: -1;
    transition: all 0.2s;
    pointer-events: none;
}
.scl__item:hover:after {
    opacity: 0;
    transform: scale(0.9);
}
.scl__ico {
    transition: all 0.2s;
}
.scl__item:hover .scl__ico {
    filter: drop-shadow(0 0 0.625rem rgba(255, 213, 44, 1));
}
.fp {
    width: 100%;
}
.fp.swiper-initialized {
    opacity: 1;
}
.fp__swiper-slide {
    height: auto;
    overflow: visible;
}
.fp__swiper-slide:not(:first-child) {
    border-top: 0.25rem solid #bbac8b;
}
:root {
    --fpnav-transition-duration: 0.2s;
    --fpnav-height: 8.125rem;
    --fpnav-height-hover: 11rem;
}
.fpnav {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    height: 8.125rem !important;
    height: var(--fpnav-height) !important;
    width: auto !important;
    background-color: rgba(22, 15, 2, 0.5);
    z-index: 6;
    box-sizing: border-box;
    border-bottom: 0.25rem solid #c79f47;
    display: none;
    flex-direction: row;
    transition: all 0.2s;
    transition: var(--fpnav-transition-duration) all;
}
.fpnav:hover {
    height: 17.9375rem !important;
    height: var(--fpnav-height-hover) !important;
}
.fpnav__logobox {
    width: 6.875rem;
    height: 100%;
    flex-shrink: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
}
.fpnav__logo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 0;
    text-decoration: none;
    padding-top: 1.375rem;
    transition: all 0.2s;
    transition: var(--fpnav-transition-duration) all;
}
.fpnav:hover .fpnav__logo {
    padding-top: 2.8rem;
}
.fpnav__logo-part-1 {
    background-image: url(../images/fpnav/logo-part-1.png);
    width: 4.3125rem;
    height: 5rem;
    flex-shrink: 0;
}
.fpnav__logo-part-1,
.fpnav__logo-part-2 {
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.fpnav__logo-part-2 {
    background-image: url(../images/fpnav/logo-part-2.png);
    width: 7.75rem;
    height: 2rem;
    position: absolute;
    top: 7.300rem;
    left: 50%;
    transform: translateX(-50%) scale(0);
    opacity: 0;
    transition: all 0.2s;
    transition: var(--fpnav-transition-duration) all;
    transform-origin: center top;
    pointer-events: none;
}
.fpnav:hover .fpnav__logo-part-2 {
    transform: translateX(-50%) scale(1);
    opacity: 1;
}
.fpnav__listbox {
    position: relative;
    z-index: 0;
    flex-grow: 1;
}
.fpnav__list,
.fpnav__listbox {
    display: flex;
    flex-direction: row;
}
.fpnav__item {
    box-sizing: border-box;
    padding-top: 1.375rem;
    color: #e2dccd;
    font-family:
        Albertus,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-0);
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    z-index: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 10rem;
    cursor: pointer;
}
.fpnav__item,
.fpnav__item:before {
    transition: all 0.2s;
    transition: var(--fpnav-transition-duration) all;
}
.fpnav__item:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: transparent;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scaleX(0.6);
    transform-origin: center top;
    pointer-events: none;
}
.fpnav__item:hover:before {
    opacity: 1;
    transform: scaleX(1);
}
.fpnav__marker {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/fpnav/arrow.png);
    background-size: 3.6rem auto;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 3.7rem;
    height: 14.7rem;
    position: absolute;
    left: 0;
    bottom: -7.43rem;
    transition: all 0.2s;
    transition: var(--fpnav-transition-duration) all;
    filter: grayscale(0) drop-shadow(0 0.25rem 0.75rem rgba(0, 0, 0, 0.46))
        drop-shadow(0 0 0.625rem rgba(255, 213, 44, 0.7));
    pointer-events: none;
    transform: rotate(90deg);
    transform-origin: center center;
}
.fpnav:hover .fpnav__item {
    padding-top: 2.5rem;
}
.fpnav__item:hover,
.fpnav__item_active {
    color: #c79f47;
}
.fpnav__item-ico {
    width: 5rem;
    height: 5rem;
    background-color: transparent;
    background-image: url(../images/fpnav/ico-1.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    flex-shrink: 0;
    transition: all 0.2s;
    transition: var(--fpnav-transition-duration) all;
    filter: grayscale(100%) drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0)) drop-shadow(0 0 0 rgba(255, 213, 44, 0));
}
.fpnav__item:hover .fpnav__item-ico,
.fpnav__item_active .fpnav__item-ico {
    filter: grayscale(0) drop-shadow(0 0.25rem 0.75rem rgba(0, 0, 0, 0.6))
        drop-shadow(0 0 0.625rem rgba(255, 213, 44, 1));
}
.fpnav__item-name {
    position: absolute;
    top: 5.625rem;
    left: 50%;
    transform: translateX(-50%) scale(0);
    transition: all 0.2s;
    transition: var(--fpnav-transition-duration) all;
    white-space: nowrap;
    opacity: 0;
    transform-origin: center top;
}
.fpnav:hover .fpnav__item-name {
    opacity: 1;
    top: 7.875rem;
    transform: translateX(-50%) scale(1);
}
:root {
    --defcontent-content-scale: 0.5;
}
.defcontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.defcontent__subtitle {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: 0.9375rem;
    font-size: calc(1.875rem * var(--defcontent-content-scale));
}
.defcontent__subtitle,
.defcontent__title {
    font-family:
        Albertus Extra,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-1);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
}
.defcontent__title {
    color: #fcc55b;
    color: rgba(var(--color-accent), 1);
    font-size: 1.25rem;
    font-size: calc(2.5rem * var(--defcontent-content-scale));
}
.defcontent__decor {
    background-color: transparent;
    background-image: url(../images/header-decor-center.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 2.46875rem;
    height: calc(4.9375rem * var(--defcontent-content-scale));
    margin: -0.46875rem 0 -0.3125rem;
    margin: calc(-0.9375rem * var(--defcontent-content-scale)) 0 calc(-0.625rem * var(--defcontent-content-scale));
}
.defcontent__desc {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-size: 0.8125rem;
    font-size: calc(1.625rem * var(--defcontent-content-scale));
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0.625rem;
    margin-bottom: calc(1.25rem * var(--defcontent-content-scale));
}
.defcontent__btns {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
    grid-gap: calc(0.625rem * var(--defcontent-content-scale));
    gap: calc(0.625rem * var(--defcontent-content-scale));
    margin-top: 0.3125rem;
    margin-top: calc(0.625rem * var(--defcontent-content-scale));
}
.defcontent__btn {
    --btn-scale: 0.8;
    width: 13.75rem;
    width: calc(13.75rem * var(--btn-scale));
}
.notice {
    min-height: 3.5rem;
    padding: 0.625rem 3.75rem;
    box-sizing: border-box;
    left: 0;
    top: 0;
    right: 0;
    z-index: 5;
    background-color: transparent;
    background-image: url(../images/notice/bg.png);
    background-size: max(100%, 154.5rem) 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.1;
    position: absolute;
}
.notice__content {
    max-width: 75rem;
    margin: auto;
}
.timer {
    flex-direction: column;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    box-sizing: border-box;
    border: 0.125rem solid #ffeba5;
    border-radius: 1rem;
    padding: 0.5rem;
}
.timer,
.timer__heading {
    display: flex;
    align-items: center;
    justify-content: center;
}
.timer__heading {
    color: #fff;
    color: rgba(var(--color-0), 1);
    text-align: left;
    margin: 0 0 0.375rem;
    width: 100%;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    font-style: normal;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.timer__counter,
.timer__item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.timer__item {
    flex-direction: column;
    min-width: 2.25rem;
}
.timer__amount,
.timer__item {
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
}
.timer__amount {
    text-transform: uppercase;
    font-style: normal;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    color: #fddb93;
    font-size: 1.5rem;
    font-weight: 700;
}
.timer__desc {
    box-sizing: border-box;
    color: #fff;
    color: rgba(var(--color-0), 1);
    line-height: 1;
    font-size: 0.5rem;
    font-weight: 400;
    text-transform: uppercase;
}
.timer__devider {
    font-size: 2.5rem;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: relative;
    z-index: 0;
    margin: 0 0.3125rem;
}
.timer__devider:after {
    display: block;
    content: ":";
    width: 0.5rem;
    height: 0.5rem;
    background-color: #6c6c6c;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.award {
    position: relative;
    z-index: 0;
}
.award__icon {
    display: block;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    border-radius: 0.875rem;
    border-radius: calc(var(--serv-scale) * 1.25rem);
    max-width: 2.1875rem;
    max-width: calc(var(--serv-scale) * 3.125rem);
    border: 1px solid #5d5d5d;
}
.award:hover .award__icon {
    filter: brightness(140%);
}
.award__content {
    position: absolute;
    left: 50%;
    top: calc(100% + 0.21875rem);
    top: calc(100% + var(--serv-scale) * 0.3125rem);
    transform: translateX(-50%);
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-size: 0.7rem;
    font-size: calc(var(--serv-scale) * 1rem);
    font-weight: 400;
    min-width: 7.875rem;
    min-width: calc(var(--serv-scale) * 11.25rem);
    padding: 0.4375rem;
    padding: calc(var(--serv-scale) * 0.625rem);
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.8);
    border: 0.7px solid rgba(255, 235, 165, 0.6);
    border: calc(var(--serv-scale) * 1px) solid rgba(255, 235, 165, 0.6);
    border-radius: 0.4375rem;
    border-radius: calc(var(--serv-scale) * 0.625rem);
    background-clip: padding-box;
    pointer-events: none;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.award:hover .award__content {
    opacity: 1;
    visibility: visible;
}
.awards {
    display: grid;
    grid-gap: 0.75rem;
    gap: 0.75rem;
    min-width: 0;
    position: relative;
    z-index: 3;
}
.awards__title {
    width: 5.125rem;
    height: 0.875rem;
    text-shadow:
        0 0.25rem 1.125rem rgba(0, 0, 0, 0.8),
        0 0 1rem rgba(255, 213, 44, 0.9);
    color: #ffeba5;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625rem;
    text-transform: uppercase;
}
.awards__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0.25rem;
    gap: 0.25rem;
}
:root {
    --stream-play-width: 5.375rem;
    --stream-play-height: 5.3125rem;
}
.stream {
    position: relative;
    z-index: 0;
    width: 27.6875rem;
    height: 14.9375rem;
    background-color: rgba(22, 15, 2, 0.8);
    border-radius: 0.9375rem;
    border: 0.1875rem solid #ffecbd;
    box-shadow: 0 0 0 0.1875rem #000;
}
.stream:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/stream/decor-top.png), url(../images/stream/decor-bottom.png);
    background-size:
        31.3125rem 5.625rem,
        31.3125rem 5.625rem;
    background-position: top, bottom;
    background-repeat: no-repeat, no-repeat;
    width: 100%;
    position: absolute;
    top: -2.375rem;
    bottom: -2.8125rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
    -webkit-mask: linear-gradient(90deg, transparent 0, #000 1.875rem, #000 calc(100% - 1.875rem), transparent);
    mask: linear-gradient(90deg, transparent 0, #000 1.875rem, #000 calc(100% - 1.875rem), transparent);
}
.stream_size_large {
    --stream-play-width: 8.125rem;
    --stream-play-height: 8.0625rem;
    width: 41.8125rem;
    height: 22.5625rem;
}
.stream iframe,
.stream img,
.stream video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.9375rem;
    border: none;
    outline: none;
}
.stream img {
    -o-object-fit: cover;
    object-fit: cover;
}
.stream__play {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5.375rem;
    width: var(--stream-play-width);
    height: 5.3125rem;
    height: var(--stream-play-height);
    transform: translate(-50%, -50%) scale(1);
    z-index: 13;
    background-color: transparent;
    background-image: url(../images/play.png);
    background-image: var(--play);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 0.625rem rgba(255, 213, 44, 1));
    transition: all 0.3s;
}
[href].stream__play:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
.stream__title {
    position: absolute;
    left: 0;
    bottom: calc(100% + 1.5625rem);
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-family:
        Albertus Extra,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-1);
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    gap: 1rem;
}
.stream__title:before {
    display: block;
    content: "";
    width: 1.1875rem;
    height: 1.1875rem;
    background-color: #ffeba5;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.server {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0.9375rem;
    padding: 0.625rem 4.0625rem 0.625rem 1.875rem;
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-size: 0.875rem;
    font-weight: 300;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.server:after {
    content: "";
    display: block;
    background-color: transparent;
    background-image: url(../images/server/arrow.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 1.375rem;
    height: 0.625rem;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.server__title {
    text-shadow: 0 0 0.625rem #ffd52c;
    color: #ffeba5;
}
.server__online,
.server__title {
    text-transform: uppercase;
}
.server__about {
    position: absolute;
    min-width: 100%;
    left: 0;
    background-color: rgba(23, 21, 12, 0.9);
    border-radius: 0.9375rem;
    box-sizing: border-box;
    padding: 1.25rem 1.875rem;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    transition: all 0.2s;
    transform: translateY(0.5rem);
    visibility: hidden;
    opacity: 0;
    bottom: calc(100% + 0.5rem);
}
.server:hover .server__about {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.server__about:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.625rem;
    bottom: -0.625rem;
    z-index: -1;
}
.server__bar {
    width: 100%;
    border-bottom: 0.125rem solid #585548;
    box-sizing: border-box;
    padding-bottom: 0.625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-area: 1rem;
}
.server__name {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
}
.server__name-accent {
    color: #ffeda5;
}
.server__status {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    color: #fffffd;
}
.server__status-name {
    color: #b9d750;
}
.server__info-list {
    margin: 0.625rem 0;
    padding: 0;
    list-style-type: none;
    font-family: Intro;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    color: #94907f;
    display: grid;
    grid-gap: 0.625rem;
    gap: 0.625rem;
}
.server__info-item {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    padding-left: 1rem;
}
.server__info-item:after {
    display: block;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background-color: #e9d087;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    position: absolute;
    left: 0;
    top: 0.4em;
}
.server__info-val {
    color: #f0b963;
}
.server__countdown {
    margin-top: 0.75rem;
}
.server__btns {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: 0.625rem;
    --bt-scale: 0.7;
    --bt-fs: 1.25rem;
    --bt-border-width: 1px;
}
.server__awards {
    margin-top: 1rem;
}
.hero {
    box-sizing: border-box;
    padding-top: 6.875rem;
    padding-bottom: 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 35rem;
}
.hero__layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}
.hero__content--left {
    flex: 1;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-self: flex-start;
    padding-top: 2rem;
}
.hero__server-status {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero__server-box {
    width: 100%;
    max-width: 28rem;
    background: rgba(22, 15, 2, 0.85);
    border: 0.1875rem solid #c79f47;
    border-radius: 0.9375rem;
    padding: 1.875rem;
    box-sizing: border-box;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.6), inset 0 0 2rem rgba(199, 159, 71, 0.1);
}
.hero__server-header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.875rem;
    padding-bottom: 1.25rem;
    border-bottom: 0.125rem solid rgba(199, 159, 71, 0.3);
}
.hero__server-icon {
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(199, 159, 71, 0.1);
    border: 0.125rem solid #c79f47;
    border-radius: 0.5rem;
}
.hero__server-icon img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}
.hero__server-info {
    flex: 1;
}
.hero__server-name {
    font-family: var(--font-0);
    font-size: 1.5rem;
    color: #ffeba5;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 0.625rem #ffd52c;
}
.hero__server-state {
    font-family: var(--font-2);
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
}
.hero__server-state--online {
    color: #b9d750;
    text-shadow: 0 0 0.625rem rgba(185, 215, 80, 0.6);
}
.hero__server-state--offline {
    color: #ff4e4e;
    text-shadow: 0 0 0.625rem rgba(255, 78, 78, 0.6);
}
.hero__server-stats {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero__server-stat {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}
.hero__server-stat-value {
    font-family: var(--font-2);
    font-size: 2rem;
    font-weight: 700;
    color: #ffeba5;
    text-shadow: 0 0 0.625rem #ffd52c;
    line-height: 1;
    white-space: nowrap;
}
.hero__server-stat-label {
    font-family: var(--font-2);
    font-size: 0.875rem;
    color: #c79f47;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
}
.hero__mediabox {
    z-index: 0;
    position: absolute;
    bottom: calc(50% + 7.5rem);
}
.hero__media {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(0.6) translateY(8.75rem);
}
.hero__media:after {
    --hero-media-bg-width: 55.8125rem;
    --hero-media-bg-height: 38.625rem;
    display: block;
    content: "";
    pointer-events: none;
    background-color: transparent;
    background-image: url(../images/hero/hero-media-bg.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: var(--hero-media-bg-width);
    height: var(--hero-media-bg-height);
    position: absolute;
    top: -15rem;
    left: calc(50% - var(--hero-media-bg-width) / 2);
    z-index: -1;
    opacity: 0.8;
}
.hero__media-heading {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-family:
        Albertus Extra,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-1);
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hero__media-title {
    color: #fcc55b;
    color: rgba(var(--color-accent), 1);
    margin: 0;
}
.hero__media-subtitle {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0;
}
.hero__stream {
    margin-top: 1.875rem;
}
.hero__content {
    margin-top: auto;
}
.hero__content:after {
    display: block;
    content: "";
    pointer-events: none;
    background: rgba(14, 11, 8, 0.527);
    width: 75rem;
    height: 25rem;
    position: absolute;
    left: calc(50% - 37.5rem);
    top: calc(50% - 6.25rem);
    z-index: -1;
    border-radius: 50%;
    filter: blur(6.25rem);
    transform: scale(0.6);
}
.hero__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    text-align: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
}
.hero__heading-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.hero__subtitle {
    color: #fff;
    color: rgb(214 253 65);
    font-size: 1.125rem;
}
.hero__subtitle,
.hero__title {
    font-family:
        Albertus Extra,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-1);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
}
.hero__title {
    color: #fcc55b;
    color: rgb(235 170 17);
    font-size: 1.5rem;
}
.hero__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    margin-top: 1.25rem;
}
.hero__servers {
    position: absolute;
    z-index: 2;
    bottom: 2.25rem;
    left: 50%;
    transform: translateX(-50%);
}
.hero__servers-list {
    display: grid;
    grid-gap: 0.4375rem;
    gap: 0.4375rem;
}
.hero__player {
    position: absolute;
    z-index: 2;
    display: none;
}
:root {
    --post-scale: 0.5;
}
.post {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.post__subtitle {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: 0.9375rem;
    font-size: calc(1.875rem * var(--post-scale));
}
.post__subtitle,
.post__title {
    font-family:
        Albertus Extra,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-1);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
}
.post__title {
    color: #fcc55b;
    color: rgba(var(--color-accent), 1);
    font-size: 1.25rem;
    font-size: calc(2.5rem * var(--post-scale));
}
.post__decor {
    background-color: transparent;
    background-image: url(../images/header-decor-center.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 2.46875rem;
    height: calc(4.9375rem * var(--post-scale));
    margin: -0.46875rem 0 -0.3125rem;
    margin: calc(-0.9375rem * var(--post-scale)) 0 calc(-0.625rem * var(--post-scale));
}
.post__desc {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-size: 0.8125rem;
    font-size: calc(1.625rem * var(--post-scale));
    font-weight: 300;
    line-height: 1.4;
}
.post__btns {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
    grid-gap: calc(0.625rem * var(--post-scale));
    gap: calc(0.625rem * var(--post-scale));
    margin-top: 0.9375rem;
    margin-top: calc(1.875rem * var(--post-scale));
}
.post__btn {
    --btn-scale: 0.8;
}
.postcovers {
    overflow: hidden;
    min-width: 0;
}
.postcovers,
.postcovers:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.postcovers:after {
    display: block;
    content: "";
    z-index: 10;
    background: linear-gradient(0deg, rgba(22, 19, 14, 0.9), transparent);
}
.postcovers__swiper-slide {
    height: 100vh;
}
.postcovers__cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 70% center;
    object-position: 70% center;
}
[data-section-bg="resources"] {
    background-position: 35%;
}
.news {
    min-width: 0;
    padding-top: 12.5rem;
    padding-bottom: 3.125rem;
    position: relative;
    z-index: 0;
}
.news__slider {
    min-width: 0;
    width: 100%;
    max-width: 31.25rem;
}
.news__dots {
    margin-bottom: 0.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news__list {
    min-width: 0;
}
.news__swiper-slide .post {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.news__swiper-slide.swiper-slide-active .post {
    opacity: 1;
    visibility: visible;
}
.streams {
    box-sizing: border-box;
    padding: 6.25rem 0 3.125rem;
}
.streams__slider {
    box-sizing: border-box;
    max-width: 31.25rem;
    margin: 0 auto;
}
.streams__list {
    box-sizing: border-box;
    padding: 5rem 0.375rem 3.125rem;
    overflow: hidden;
}
.streams__stream {
    width: 100%;
    height: auto;
    aspect-ratio: 669/361;
    transition: all 0.3s;
    opacity: 0;
}
.streams__swiper-slide .streams__stream {
    box-sizing: border-box;
    padding: 0.625rem;
    transform: scale(0.8);
    pointer-events: none;
    opacity: 0.4;
}
.swiper-slide-active .streams__swiper-slide.swiper-slide-active .streams__stream {
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
}
.streams__control {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}
.help {
    line-height: 1.2;
    text-align: center;
}
.help__title {
    color: #f0e111;
    font-family:
        Albertus,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-0);
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
.help__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    margin-top: 1rem;
}
.help__link {
    color: #8a8785;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-size: 0.875rem;
    font-weight: 300;
    text-decoration: underline;
}
.help__link:hover {
    color: #f3df9a;
    text-decoration: underline;
}
.help__desc {
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-size: 0.875rem;
    font-weight: 300;
    color: #c79f47;
    margin-top: 1rem;
}
.file {
    display: flex;
    flex-direction: column;
    font-family: Intro;
    font-size: 1.125rem;
    font-weight: 300;
    color: #ebe8d7;
    background-color: #372c21;
    border-radius: 0.9375rem;
    box-sizing: border-box;
    padding: 1rem 1.25rem;
    grid-gap: 0.625rem 1.25rem;
    gap: 0.625rem 1.25rem;
    line-height: 1.1;
}
.file,
.file__pic {
    justify-content: center;
    align-items: center;
}
.file__pic {
    display: none;
}
.file__highlight {
    color: #ffda99;
}
.file__btn {
    --btn-scale: 0.8;
}
.files {
    display: grid;
    grid-gap: 0.875rem;
    gap: 0.875rem;
}
:root {
    --resources-scale: 1;
}
.resource {
    display: flex;
    flex-direction: column;
    text-align: center;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    grid-gap: calc(0.625rem * var(--resources-scale));
    gap: calc(0.625rem * var(--resources-scale));
    box-sizing: border-box;
    padding: 1.25rem 0;
    padding: calc(1.25rem * var(--resources-scale)) 0;
}
.resource,
.resource__pic {
    justify-content: center;
    align-items: center;
}
.resource__pic {
    display: none;
}
.resource__ico {
    display: block;
    width: 5.625rem;
    max-width: 100%;
}
.resource__content {
    color: #c79f47;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-size: 0.75rem;
    font-size: calc(0.75rem * var(--resources-scale));
    font-weight: 400;
    line-height: 1.1;
    display: grid;
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
}
.resource__title {
    font-family:
        Albertus,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-0);
    font-size: 1rem;
    font-size: calc(1rem * var(--resources-scale));
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}
.resource__btn {
    --btn-scale: 0.8;
}
.resources .btn {
    background: linear-gradient(135deg, rgba(60, 48, 30, 0.8) 0%, rgba(80, 64, 40, 0.9) 100%);
    border: 0.125rem solid #d4a853;
    border-radius: 0.75rem;
    color: #ffeba5;
    box-shadow: 
        0 0 1rem rgba(212, 168, 83, 0.3),
        inset 0 0 1rem rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}
.resources .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 235, 165, 0.2), 
        transparent);
    transition: left 0.5s;
}
.resources .btn:hover {
    background: linear-gradient(135deg, rgba(80, 64, 40, 0.9) 0%, rgba(100, 80, 50, 1) 100%);
    border-color: #ffeba5;
    box-shadow: 
        0 0 1.5rem rgba(255, 235, 165, 0.6),
        inset 0 0 2rem rgba(255, 235, 165, 0.3),
        0 0.25rem 1rem rgba(0, 0, 0, 0.5);
    transform: translateY(-0.125rem);
}
.resources .btn:hover::before {
    left: 100%;
}
.resources {
    padding: 13rem 0 3.125rem;
}
.resources__container {
    background: linear-gradient(135deg, rgba(30, 24, 16, 0.95) 0%, rgba(45, 36, 25, 0.95) 50%, rgba(30, 24, 16, 0.95) 100%);
    padding: 3.125rem 1rem;
    box-sizing: border-box;
    border-radius: 1.25rem;
    max-width: 50rem;
    width: 90%;
    margin: 0 auto;
    border: 0.1875rem solid #d4a853;
    box-shadow: 
        0 0 2rem rgba(212, 168, 83, 0.4),
        inset 0 0 3rem rgba(0, 0, 0, 0.5),
        0 0.5rem 2rem rgba(0, 0, 0, 0.6);
    position: relative;
    transition: all 0.7s ease;
    opacity: 0;
    transform: translateY(3rem);
}
.resources__container::before {
    content: '';
    position: absolute;
    top: 0.375rem;
    left: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    border: 0.0625rem solid rgba(255, 235, 165, 0.3);
    border-radius: 1rem;
    pointer-events: none;
}
.swiper-slide-active .resources__container,
.resources__container.animate-in {
    opacity: 1;
    transform: translateY(0);
}
.resources__heading {
    margin: 0;
    color: #f0e111;
    font-family:
        Albertus,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-0);
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
}
.resources__heading:after {
    display: block;
    content: "";
    pointer-events: none;
    background-color: transparent;
    /* background-image: url(../images/header-dec-right.png);
    background-image: var(--header-dec-right); */
    background-size: contain;
    background-position: 0;
    background-repeat: no-repeat;
    width: 18.6875rem;
    height: 4.9375rem;
    display: none;
    min-height: 0;
}
.resources__heading-txt {
    margin: 0;
    white-space: nowrap;
}
.resources__list {
    margin-top: 1.875rem;
}
.resources__resource {
    border-bottom: 0;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.resources__resource::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 0.125rem;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(212, 168, 83, 0.3) 20%, 
        rgba(212, 168, 83, 0.8) 50%, 
        rgba(212, 168, 83, 0.3) 80%, 
        transparent 100%);
    box-shadow: 0 0 0.5rem rgba(212, 168, 83, 0.4);
}
.resources__resource:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.resources__resource:last-child::after {
    display: none;
}
.resources__help {
    margin-top: 2.5rem;
}
.mdl {
    max-width: 67.5rem;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    padding: 0;
    font-family:
        Albertus,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-0);
    filter: drop-shadow(0 0 4.375rem rgba(252, 197, 91, 0.2));
    filter: drop-shadow(0 0 4.375rem rgba(var(--color-accent), 0.2));
    border: 0.125rem solid #bfac5e;
    border-radius: 0.5rem;
}
.mdl__close {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    background-size: contain;
    border-radius: 50%;
    z-index: 20;
    top: 0.625rem;
    right: 0.625rem;
}
.mdl__close,
.mdl__close:after,
.mdl__close:before {
    display: block;
    transition: all 0.3s;
    position: absolute;
}
.mdl__close:after,
.mdl__close:before {
    content: "";
    background: #9a8771;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    height: 0.125rem;
    border-radius: 0;
}
.mdl__close:before {
    transform: rotate(-45deg);
}
.mdl__close:after {
    transform: rotate(45deg);
}
.mdl__close:hover:after,
.mdl__close:hover:before {
    filter: brightness(120%);
    transform: rotate(0);
}
.mdl__inner {
    color: #433721;
    width: 100%;
    box-shadow: none;
    padding: 1.875rem 1rem;
    background-color: #ebe8d7;
    border-radius: 0.5rem;
    border: 0.375rem solid #000;
}
.mdl__body,
.mdl__inner {
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}
.mdl__body {
    background-size: auto;
    background-position: 50%;
    background-repeat: repeat;
    overflow: hidden;
    border: 0;
    border-radius: 0;
}
.mdl__heading {
    color: #433721;
    font-family:
        Albertus,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-0);
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1.875rem;
}
.mdl__head,
.mdl__heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mdl__head {
    grid-gap: 0.625rem;
    gap: 0.625rem;
}
.mdl__head:after {
    display: none;
    content: "";
    background-color: transparent;
    background-image: url(../images/mdl/head-decor.png);
    background-size: contain;
    background-position: 0;
    background-repeat: no-repeat;
    width: 8.8125rem;
    height: 1.9375rem;
    min-width: 0;
}
.mdl__btn-close {
    width: 12.5rem;
    height: 3.375rem;
    background-color: #d0cdbc;
    border-radius: 0.9375rem;
    min-width: 0;
    margin-left: auto;
    color: #433721;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-size: 1.375rem;
    font-weight: 300;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    cursor: pointer;
    display: none;
}
.mdl__btn-close:hover {
    background-color: #b3b09f;
}
.fancybox-container {
    z-index: 666 !important;
}
.fancybox-content {
    padding: 0;
    background: transparent;
}
.fancybox-bg {
    background: #000;
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
}
.gw-modal-close {
    display: none;
}
.fancybox-is-open .mdl_animated {
    -webkit-animation: modalIn 0.5s ease;
    animation: modalIn 0.5s ease;
}
.fancybox-is-closing .mdl_animated {
    -webkit-animation: modalout 0.5s ease;
    animation: modalout 0.5s ease;
}
@-webkit-keyframes modalIn {
    0% {
        opacity: 0;
        transform: translateY(-10vh);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes modalIn {
    0% {
        opacity: 0;
        transform: translateY(-10vh);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes modalout {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(10vh);
    }
}
@keyframes modalout {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(10vh);
    }
}
:root {
    --input-width: 100%;
    --input-height: 2.75rem;
    --input-bg: #f5f5f5;
    --input-border: 0.125rem solid #ffeba5;
    --input-border-radius: 0.9375rem;
    --input-color: #ffeba5;
    --input-text-align: left;
    --input-font-family: var(--font-2);
    --input-font-size: 1rem;
    --input-font-weight: 400;
    --input-padding: 0.25rem 1rem;
    --input-box-shadow: none;
    --input-outline: none;
    --input-disabled-bg: #dadada;
    --input-placeholder-color: #b1b0a7;
    --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: 0.125rem solid #ffeba5;
    --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);
    --input-hover-bg: var(--input-bg);
}
.fileds-dark-theme {
    --input-bg: #1e2730;
    --input-border: 1px solid #1e2730;
    --input-color: rgba(var(--color-0), 1);
    --input-placeholder-color: rgba(var(--color-0), 0.5);
    --input-focus-bg: #2f4254;
    --input-focus-border: 1px solid hsla(0, 0%, 100%, 0.2);
    --input-focus-color: var(--input-color);
    --input-hover-bg: #2f4254;
}
[type="button"],
[type="color"],
[type="date"],
[type="datetime-local"],
[type="email"],
[type="file"],
[type="image"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
    box-sizing: border-box;
    transition: all 0.2s;
    width: 100%;
    width: var(--input-width);
    height: 2.75rem;
    height: var(--input-height);
    background-color: #f5f5f5;
    background-color: var(--input-bg);
    border: 0.125rem solid #ffeba5;
    border: var(--input-border);
    border-radius: 0.9375rem;
    border-radius: var(--input-border-radius);
    padding: 0.25rem 1rem;
    padding: var(--input-padding);
    color: #ffeba5;
    color: var(--input-color);
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--input-font-family);
    font-size: 1rem;
    font-size: var(--input-font-size);
    line-height: 1rem;
    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;
}
textarea {
    height: auto;
    resize: none;
    text-align: left;
}
textarea:focus {
    resize: vertical;
}
[type="button"]:hover,
[type="color"]:hover,
[type="date"]:hover,
[type="datetime-local"]:hover,
[type="email"]:hover,
[type="file"]:hover,
[type="image"]:hover,
[type="month"]:hover,
[type="number"]:hover,
[type="password"]:hover,
[type="reset"]:hover,
[type="search"]:hover,
[type="tel"]:hover,
[type="text"]:hover,
[type="time"]:hover,
[type="url"]:hover,
[type="week"]:hover {
    border: 0.125rem solid #ffeba5;
    border: var(--input-focus-border);
    background-color: #f5f5f5;
    background-color: var(--input-hover-bg);
}
[type="button"]:focus,
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="file"]:focus,
[type="image"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="reset"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus {
    box-sizing: border-box;
    transition: all 0.2s;
    width: 100%;
    width: var(--input-focus-width);
    height: 2.75rem;
    height: var(--input-focus-height);
    background-color: #f5f5f5;
    background-color: var(--input-focus-bg);
    border: 0.125rem solid #ffeba5;
    border: var(--input-focus-border);
    border-radius: 0.9375rem;
    border-radius: var(--input-focus-border-radius);
    padding: 0.25rem 1rem;
    padding: var(--input-focus-padding);
    color: #ffeba5;
    color: var(--input-focus-color);
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--input-focus-font-family);
    font-size: 1rem;
    font-size: var(--input-focus-font-size);
    line-height: 1rem;
    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: #272727;
    color: #ffeba5;
    color: var(--input-color);
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--input-font-family);
    font-size: 1rem;
    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;
}
.input {
    flex-grow: 1;
    background: transparent;
    border: 0;
}
.input:focus,
.input:hover {
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
}
.selection {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.checkbox {
    display: flex;
    align-items: center;
    line-height: 1;
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: 1.25rem;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-style: normal;
    font-weight: 400;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    text-align: left;
}
.checkbox__label {
    height: 1.875rem;
    display: inline-flex;
    align-items: center;
}
.checkbox__block {
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    background: transparent;
    box-sizing: border-box;
    border-radius: 0.25rem;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
    background-color: rgba(32, 26, 19, 0.6);
    border: 0.125rem solid #ffeba5;
}
.checkbox__block:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
    border-radius: 0;
}
.checkbox__block:after {
    font-family: gwi;
    content: "\e904";
    position: absolute;
    top: 0.125rem;
    left: 1px;
    opacity: 0;
    transition: all 0.2s;
    pointer-events: none;
    font-size: 1.625rem;
    color: #000;
    transform: scale(1);
}
.checkbox__input {
    display: none;
}
.checkbox__input:checked + .checkbox__block {
    background: #ffeba5;
}
.checkbox__input:checked + .checkbox__block:after {
    opacity: 1;
    transform: scale(1);
}
.checkbox__content {
    margin: 0;
}
.field {
    --input-width: 100%;
    position: relative;
    z-index: 0;
    display: flex;
    background: rgba(32, 26, 19, 0.6);
    min-width: 0;
    border: 0.125rem solid #ffeba5;
    box-sizing: border-box;
    border-radius: 0.9375rem;
    border-radius: var(--input-border-radius);
}
.field[\:has\(.field__input\:focus\)] {
    border: 0.125rem solid #ffeba5;
}
.field:has(.field__input:focus) {
    border: 0.125rem solid #ffeba5;
}
.field__input {
    flex-grow: 1;
    min-width: 0;
}
.field__pic {
    flex-shrink: 0;
    position: relative;
    z-index: 0;
    height: 2.4375rem;
    margin: auto 0;
    box-sizing: border-box;
    background-color: transparent;
    background-image: url(../images/icons/ico-helm.png);
    background-position: 50%;
    background-repeat: no-repeat;
    width: 2.875rem;
    background-size: 1.75rem 1.75rem;
}
.field__captcha {
    width: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
    padding: 0.3125rem;
    border: 1px solid rgba(87, 76, 63, 0.2);
}
.field__input:where(textarea) {
    height: auto;
    min-height: 4.625rem;
    line-height: 1.125rem;
    line-height: calc(var(--input-font-size) + 0.125rem);
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}
.field[\:has\(textarea\)] {
    height: auto;
}
.field:has(textarea) {
    height: auto;
}
.fielddesc,
.fieldname {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.fieldbox {
    display: grid;
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
    min-width: 0;
}
.form__list {
    display: grid;
    grid-gap: 1.25rem;
    gap: 1.25rem;
}
.form__list_start {
    justify-content: flex-start;
}
.form__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 0.625rem;
    gap: 0.625rem;
}
.form__btns_start {
    justify-content: flex-start;
}
.form__links {
    text-align: center;
    font-size: 0.75rem;
}
.form__links_mt {
    margin-top: 0.625rem;
}
.form__links_mb {
    margin-bottom: 0.625rem;
}
.noUi-marker-horizontal.noUi-marker {
    width: 1px;
    background: #928a7e;
}
.noUi-value-horizontal {
    transform: translate(-50%, 0.4375rem);
    color: #fff;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-weight: 300;
}
.noUi-marker-horizontal.noUi-marker-large {
    background: #928a7e;
    height: 0.1875rem;
}
.noUi-target {
    background: transparent;
    border-radius: 0.3125rem;
    border: 0;
    box-shadow: none;
    height: 1.25rem;
    cursor: pointer;
}
.noUi-target:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.25rem;
    border-radius: 0.3125rem;
    left: 0;
    top: 0;
    background: transparent;
    box-shadow: none;
    display: block;
    background: #928a7e;
}
.noUi-handle:after,
.noUi-handle:before {
    display: none;
}
.noUi-horizontal .noUi-handle {
    width: 0.875rem;
    height: 0.875rem;
    right: -0.4375rem;
    top: -0.375rem;
    box-sizing: border-box;
    border-radius: 0;
    background: #2b1f09;
    box-shadow: none;
    border: 0.25rem solid #ffeba5;
    filter: drop-shadow(0 0 0.5rem rgba(255, 213, 44, 1));
    transform: rotate(45deg);
    cursor: pointer;
}
.noUi-pips-horizontal {
    padding: 0;
    top: 1rem;
    pointer-events: none;
}
:root {
    --payment-bg-color-start: #4f46b1;
    --payment-bg-color-end: rgba(26, 25, 39, 0.5);
    --playment-filter: grayscale(1) opacity(0.7) brightness(80%);
    --playment-filter-active: grayscale(0) opacity(1) brightness(100%);
}
.payment {
    aspect-ratio: 243/189;
    width: 100%;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.625rem;
    border-radius: 0.9375rem;
    cursor: pointer;
    transition: all 0.2s;
}
.payment:hover,
.payment[\:has\(.payment__input\:checked\)] {
    --playment-filter: var(--playment-filter-active);
}
.payment:has(.payment__input:checked),
.payment:hover {
    --playment-filter: var(--playment-filter-active);
}
.payment_emty {
    pointer-events: none;
    --payment-bg-color-start: hsla(0, 0%, 100%, 0.2);
    --payment-bg-color-end: transparent;
    --playment-filter: grayscale(1) opacity(0.5) brightness(80%);
    --playment-filter-active: grayscale(1) opacity(0.5) brightness(80%);
}
.payment__input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -5;
    opacity: 0;
    pointer-events: none;
}
.payment__pic {
    width: 90%;
    filter: grayscale(1) opacity(0.7) brightness(80%);
    filter: var(--playment-filter);
    transition: all 0.2s;
}
.payment__img {
    display: block;
    width: 100%;
}
.payment__marker {
    color: #fff;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-size: 0.625rem;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #d15050;
    border-radius: 0.3125rem;
    box-sizing: border-box;
    padding: 0.125rem 0.625rem;
}
.payment__bg {
    background-color: rgba(32, 26, 19, 0.6);
    border-radius: 0.9375rem;
    box-sizing: border-box;
    z-index: -5;
    filter: grayscale(1) opacity(0.7) brightness(80%);
    filter: var(--playment-filter);
    border: 0.125rem solid #ffeba5;
    overflow: hidden;
}
.payment__bg,
.payment__bg:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.2s;
}
.payment__bg:before {
    display: block;
    content: "";
    z-index: 1;
    background-image: linear-gradient(180deg, #4f46b1, rgba(26, 25, 39, 0.5));
    background-image: linear-gradient(180deg, var(--payment-bg-color-start), var(--payment-bg-color-end));
}
.payment__check {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    right: 0;
    text-align: center;
    color: #ffeba5;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-size: 0.625rem;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(1rem);
}
.payment__input:checked ~ .payment__check {
    opacity: 1;
    transform: translateY(0);
}
.donat {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 3.125rem 0;
}
.donat__body {
    margin: auto;
    max-width: 90.625rem;
    width: 100%;
}
.donat__heading {
    text-align: center;
    justify-content: center;
}
.donat__contanier {
    display: grid;
    grid-gap: 3.125rem 1.875rem;
    gap: 3.125rem 1.875rem;
}
.donat__ttl {
    margin-bottom: 1.125rem;
}
.donat__inputs {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
}
.donat__payments {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.625rem;
    gap: 0.625rem;
}
.donat__payment {
    min-width: 0;
}
.donat__countslider {
    margin-top: 2.5rem;
}
.donate__bonusbox {
    color: #ffcc50;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.1;
    width: 100%;
}
.donate__bonusbox,
.donate__price {
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    text-transform: uppercase;
}
.donate__price {
    color: #ffe44a;
    font-size: 2.5rem;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.donate__price-currency {
    color: #e4c333;
}
.donat__box {
    min-width: 0;
}
.donat__box_payments {
    order: -1;
}
.donat__box_price {
    text-align: center;
}
.donat__box_btns,
.donat__box_price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 0.625rem 1.25rem;
    gap: 0.625rem 1.25rem;
}
[data-section="consent"] {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 20;
    -webkit-animation: consentShow 1s ease forwards;
    animation: consentShow 1s ease forwards;
    background: hsla(0, 0%, 96.9%, 0.2);
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
    box-shadow: 0 0 3.75rem #000;
}
[data-container="consent"] {
    max-width: 93.75rem;
}
@-webkit-keyframes consentShow {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes consentShow {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.consent {
    color: #fff;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-size: 0.875rem;
    box-sizing: border-box;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    display: grid;
    align-items: center;
    text-align: center;
    grid-gap: 1.25rem 3.125rem;
    gap: 1.25rem 3.125rem;
}
[data-section-bg="info"] {
    display: none;
}
.info {
    padding: 3.125rem 0;
}
.info,
.info__btns {
    display: flex;
    justify-content: center;
    align-items: center;
}
.info__btns {
    flex-wrap: wrap;
    grid-gap: 0.5rem 0.75rem;
    gap: 0.5rem 0.75rem;
    margin-bottom: 1.875rem;
}
.info__btns .bt {
    position: relative;
    min-width: auto;
    padding: 0.65rem 1.25rem;
    min-height: auto;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    border: 2px solid rgba(201, 159, 71, 0.4);
    border-radius: 0.375rem;
    background: linear-gradient(135deg, rgba(40, 35, 28, 0.8) 0%, rgba(60, 50, 38, 0.9) 100%);
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 235, 165, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    letter-spacing: 0.05em;
}
.info__btns .bt:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 235, 165, 0.2), transparent);
    transition: left 0.5s ease;
    z-index: 0;
}
.info__btns .bt:after {
    display: none;
}
.info__btns .bt:hover {
    border-color: rgba(248, 151, 24, 0.8);
    background: linear-gradient(135deg, rgba(60, 50, 38, 0.95) 0%, rgba(80, 65, 45, 1) 100%);
    box-shadow: 
        0 4px 16px rgba(255, 213, 44, 0.3),
        inset 0 1px 0 rgba(255, 235, 165, 0.2);
    transform: translateY(-2px);
    color: #ffeba5;
}
.info__btns .bt:hover:before {
    left: 100%;
}
.info__btns .bt[data-open-tab-active="true"] {
    border-color: rgba(248, 151, 24, 0.8);
    background: linear-gradient(135deg, rgba(80, 65, 45, 1) 0%, rgba(107, 71, 37, 1) 100%);
    box-shadow: 
        0 0 20px rgba(255, 213, 44, 0.5),
        0 4px 16px rgba(0, 0, 0, 0.4),
        inset 0 1px 2px rgba(255, 235, 165, 0.3);
    color: #ffeba5;
    text-shadow: 0 0 10px rgba(255, 213, 44, 0.5);
}
.info__btns .bt[data-open-tab-active="true"]:before {
    display: none;
}
:root {
    --footer-height: 7.5rem;
}
[data-section="footer"] {
    /* border-top: 0.25rem solid #c79f47; */
    background-color: rgba(22, 15, 2, 0.5);
    box-sizing: border-box;
    padding-top: 4rem;
    padding-bottom: 2.5rem;
    position: relative;
}
[data-section="footer"]:before {
    /* background-color: hsla(0, 0%, 63.9%, 0.4); */
    height: 0.125rem;
    left: 0;
    right: 0;
    top: 0.375rem;
}
[data-section="footer"]:after,
[data-section="footer"]:before {
    display: block;
    content: "";
    position: absolute;
    pointer-events: none;
}
[data-section="footer"]:after {
    background-color: transparent;
    background-image: url(../images/footer/decor.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 65.3125rem;
    height: 5.625rem;
    left: calc(50% - 32.625rem);
    top: -3.4rem;
    z-index: 10;
}
.footer {
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    color: #fff;
    color: rgba(var(--color-0), 1);
    flex-direction: column;
    grid-gap: 0.625rem;
    gap: 0.625rem;
}
.footer,
.footer__links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__links {
    flex-wrap: wrap;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    color: #ffeba5;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 0.1875rem;
}
.footer__links-devider {
    display: inline-block;
}
.footer__links-devider:after {
    display: block;
    content: "|";
}
.footer__links-item {
    color: inherit;
    text-decoration: none;
}
.footer__links-item:hover {
    text-decoration: underline;
}
.footer__content {
    text-transform: uppercase;
}
.footer__copyright {
    font-size: 0.875rem;
}
.footer__desc {
    color: #6e7685;
    font-size: 0.625rem;
}
.footer__side {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footer__nav {
    display: none;
}
.player {
    width: 100%;
    max-width: 25rem;
    display: grid;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    position: relative;
    z-index: 0;
}
.player__heading {
    border-radius: 0.9375rem;
    padding: 1.0625rem 3.125rem 0.9375rem 1.25rem;
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-size: 0.875rem;
    font-weight: 300;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    background-image: url(../images/player/panel.png);
    background-size: 100% 100%;
    width: 100%;
    height: 3.4375rem;
    max-width: 21.5625rem;
    min-width: 0;
}
.player__heading,
.player__heading:after {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
}
.player__heading:after {
    content: "";
    display: block;
    background-image: url(../images/player/arrow-down.png);
    background-size: contain;
    width: 1.375rem;
    height: 0.625rem;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
}
.player__accent {
    text-shadow: 0 0 0.625rem #ffd52c;
    color: #ffeba5;
    text-transform: uppercase;
}
.player__container {
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
    left: 0;
    background-color: rgba(23, 21, 12, 0.9);
    border-radius: 0.9375rem;
    box-sizing: border-box;
    padding: 0.625rem;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    transition: all 0.2s;
}
.player:hover .player__container {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.player__body {
    width: 100%;
}
.player__control {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    gap: 1rem;
}
.player__to {
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 2.75rem;
    height: 2.75rem;
    cursor: pointer;
    transition: all 0.2s;
}
.player__to:hover {
    filter: brightness(1.2);
}
.player__to_prev {
    background-image: url(../images/player/btn-prev.png);
}
.player__to_next {
    background-image: url(../images/player/btn-next.png);
}
.player__play {
    background-color: transparent;
    width: 6.25rem;
    height: 6.25rem;
    position: relative;
    z-index: 0;
    outline-offset: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
}
.player__play:hover {
    filter: brightness(1.2);
}
.player__play:before {
    background-image: url(../images/player/play-bg.png);
    border-radius: 50%;
    transition: all 0.2s;
}
.player__play:after,
.player__play:before {
    content: "";
    display: block;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.75rem;
    height: 7.875rem;
    pointer-events: none;
}
.player__play:after {
    background-image: url(../images/player/play-start.png);
}
.player__play[data-player-play="true"]:after {
    background-image: url(../images/player/play-pause.png);
}
.player__time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: -0.1875rem;
    margin-top: -0.625rem;
    pointer-events: none;
}
.player__time-current {
    color: #fbc55b;
}
[data-player="progress"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 0.625rem;
    background: #444;
    border-radius: 0.1875rem;
    outline: none;
    cursor: pointer;
    transition: background 0.2s ease;
}
[data-player="progress"]::-webkit-slider-runnable-track {
    height: 0.625rem;
    background: transparent;
    border-radius: 0.1875rem;
}
[data-player="progress"]::-moz-range-track {
    height: 0.625rem;
    background: transparent;
    border-radius: 0.1875rem;
}
[data-player="progress"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #fff;
    border: 0;
    margin-top: -0.1875rem;
    position: relative;
    z-index: 1;
}
[data-player="progress"]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #fff;
    border: 0;
    position: relative;
    z-index: 1;
}
.player__listbox {
    max-height: 20rem;
    overflow-y: auto;
    box-sizing: border-box;
}
.player__tracks {
    padding: 0;
    list-style: none;
    margin: 0.625rem 0 0;
}
.player__track {
    --player-track-color: #94907f;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    color: var(--player-track-color);
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.625rem;
    background-color: hsla(0, 0%, 100%, 0);
    height: 2.75rem;
    box-sizing: border-box;
    padding: 0.625rem 1.25rem;
    transition: all 0.2s;
}
.player__track:hover,
.player__track_active {
    --player-track-color: #ffeba5;
}
.player__track_active {
    background-color: hsla(0, 0%, 100%, 0.071);
}
.player__track:before {
    content: "";
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    background-color: var(--player-track-color);
    margin-right: 1.125rem;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transition: all 0.2s;
    flex-shrink: 0;
}
.player__track-title {
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex-grow: 1;
    transition: all 0.2s;
}
.player__track-state {
    background-color: transparent;
    background-image: url(../images/player/track-play.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 1.6875rem;
    height: 1.625rem;
    flex-shrink: 0;
    margin-left: 0.625rem;
    filter: drop-shadow(0 0 0.375rem rgba(255, 213, 44, 0.5)) drop-shadow(0 0 0.375rem rgba(0, 0, 0, 0.5));
}
[data-player-play="true"] .player__track_active .player__track-state {
    background-image: url(../images/player/track-pause.png);
}
.playerbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.25rem;
}
.srv {
    width: 25rem;
}
.srv__main {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0.9375rem;
    padding: 0.625rem 1.5rem;
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-size: 0.75rem;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    font-weight: 300;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0.375rem;
    gap: 0.375rem;
    width: 100%;
    box-sizing: border-box;
}
.srv__main,
.srv__title {
    text-transform: uppercase;
}
.srv__title {
    text-shadow: 0 0 0.625rem #ffd52c;
    color: #ffeba5;
}
.srv__start {
    background-color: rgba(109, 69, 190, 0.6);
    min-width: 11.875rem;
}
.srv__marker,
.srv__start {
    border-radius: 0.625rem;
    box-shadow: inset 0 -0.625rem 0.5625rem 0 hsla(0, 0%, 100%, 0.1);
    height: 1.6875rem;
    z-index: 88;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.875rem;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    margin-left: auto;
}
.srv__marker {
    background-color: rgba(221, 46, 46, 0.6);
    min-width: 5rem;
}
.srv__body {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0.3125rem;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    width: 100%;
    margin-top: 0.1875rem;
    display: none;
}
.srv__awards,
.srv__body {
    border-radius: 0.9375rem;
    box-sizing: border-box;
}
.srv__awards {
    background-color: rgba(74, 75, 76, 0.5);
    padding: 0.625rem 1.25rem;
    position: relative;
    z-index: 2;
}
.srv__awards-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.3125rem;
}
.srv__awards-title {
    flex-grow: 1;
    min-width: 0;
    color: #ffeba5;
    text-align: left;
    text-shadow: 0 0 1rem rgba(255, 213, 44, 0.8);
}
.srv__awards-status,
.srv__awards-title {
    font-size: 1rem;
    line-height: 1;
    font-weight: 300;
}
.srv__awards-status {
    color: #87ff45;
    text-shadow: 0 0 1rem rgba(134, 255, 69, 0.8);
}
.srv__awards-box {
    grid-gap: 0.625rem;
    gap: 0.625rem;
}
.srv__awards-box,
.srv__awards-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.srv__awards-list {
    flex-grow: 1;
    min-width: 0;
    grid-gap: 1px;
    gap: 1px;
}
.srv__bt {
    background-color: transparent;
    background-image: url(../images/srv/btn.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 11.25rem;
    height: 2.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9375rem;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    transition: all 0.2s;
}
.srv__bt:hover {
    filter: brightness(120%);
}
.srv__item {
    background-image: url(../images/srv/item-bg.png);
    background-size: 100% 100%;
    aspect-ratio: 1/1;
    width: 6rem;
    flex-basis: 6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #dad6c7;
    font-size: 0.8125rem;
    line-height: 0.9;
    box-sizing: border-box;
    padding-top: 0.5rem;
    font-family:
        Intro Book,
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-3);
    grid-gap: 0.25rem;
    gap: 0.25rem;
}
.srv__item,
.srv__item-ico {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
}
.srv__item-ico {
    background-image: url(../images/srv/status-ico-1.png);
    background-size: contain;
    width: 1.8125rem;
    height: 1.8125rem;
    filter: drop-shadow(0 0 0.625rem #ffd52c);
}
.srv__item-val {
    color: #ffcd6d;
    font-size: 0.9375rem;
}
.srv__info {
    grid-gap: 0.25rem;
    gap: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.25rem;
}
.srv__countdownbox {
    box-sizing: border-box;
    padding: 0.625rem;
}
.ctnd__title {
    font-size: 1.125rem;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    color: #ffeba5;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    text-shadow: 0 0 0.875rem #ffd52c;
}
.ctnd__item {
    background-color: transparent;
    background-image: url(../images/srv/item-bg.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    width: 6rem;
    flex-basis: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.ctnd__val {
    color: #ffeba5;
    text-shadow: 0 0 0.875rem #ffd52c;
    font-size: 2.1875rem;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    font-weight: 700;
    line-height: 1;
}
.ctnd__prop {
    font-size: 0.8125rem;
    font-family:
        Intro Book,
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-3);
    color: #dad6c7;
}
.ctnd__list {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
    margin-top: 1rem;
}
.ctnd__list,
.srv__btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.srv__btn {
    color: #ffd99d;
    text-decoration: none;
    font-size: 0.875rem;
    font-family:
        Intro Book,
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-3);
    text-align: center;
    grid-gap: 0.375rem;
    gap: 0.375rem;
    height: 2.5rem;
    border: 0.125rem solid #ffeba5;
    border-radius: 0.625rem;
    background-color: rgba(30, 24, 17, 0.6);
    flex-basis: 9.125rem;
    flex-grow: 1;
    box-sizing: border-box;
}
.srv__btn:hover {
    background-color: rgba(87, 69, 50, 0.6);
}
.srv__btn-ico {
    width: 1.3125rem;
    display: block;
    filter: drop-shadow(0 0 0.5rem rgba(255, 213, 44, 0.8));
}
.srv__btns {
    box-sizing: border-box;
    padding: 0 1.25rem;
    margin-top: 0.625rem;
    margin-bottom: 0.3125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
}
:root {
    --serv-scale: 0.7;
}
.servtimer {
    text-align: center;
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    line-height: 1;
}
.servtimer__list {
    width: 10.9375rem;
    width: calc(var(--serv-scale) * 15.625rem);
    height: 2.3625rem;
    height: calc(var(--serv-scale) * 3.375rem);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.65625rem;
    border-radius: calc(var(--serv-scale) * 0.9375rem);
    background-color: rgba(0, 0, 0, 0.6);
}
.servtimer__point {
    width: 0.35rem;
    width: calc(var(--serv-scale) * 0.5rem);
    height: 0.35rem;
    height: calc(var(--serv-scale) * 0.5rem);
    background-color: #6c6c6c;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.servtimer__item {
    width: 2.1875rem;
    width: calc(var(--serv-scale) * 3.125rem);
}
.servtimer__val {
    font-size: 1.05rem;
    font-size: calc(var(--serv-scale) * 1.5rem);
    color: #fddb93;
    font-weight: 700;
}
.servtimer__prop {
    font-size: 0.4375rem;
    font-size: calc(var(--serv-scale) * 0.625rem);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
:root {
    --serv-height: calc(var(--serv-scale) * 9.125rem);
    --serv-status-color: #ff4e4e;
    --serv-box-bg: url(../images/serv/box-bg-1.png);
    --serv-about-bg: rgba(12, 7, 5, 0.9);
    --serv-about-bg-gradient: linear-gradient(0deg, #2b1f0a, rgba(43, 31, 10, 0));
}
.serv {
    line-height: 1.2;
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    height: 6.3875rem;
    height: var(--serv-height);
    width: 100%;
}
.serv:hover {
    z-index: 2;
}
[data-serv-status="on"] {
    --serv-status-color: #e5ff39;
}
.serv_type_1 {
    --serv-box-bg: url(../images/serv/box-bg-1.png);
    --serv-about-bg: rgba(12, 7, 5, 0.9);
    --serv-about-bg-gradient: linear-gradient(0deg, #2b1f0a, rgba(43, 31, 10, 0) 80%);
}
.serv_type_2 {
    --serv-box-bg: url(../images/serv/box-bg-2.png);
    --serv-about-bg: rgba(5, 6, 12, 0.9);
    --serv-about-bg-gradient: linear-gradient(0deg, #0a162b, rgba(10, 22, 43, 0) 80%);
}
.serv_type_3 {
    --serv-box-bg: url(../images/serv/box-bg-3.png);
    --serv-about-bg: rgba(5, 12, 5, 0.9);
    --serv-about-bg-gradient: linear-gradient(0deg, #0a2b0d, rgba(10, 43, 13, 0) 80%);
}
.serv__box {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    padding-top: 0.13125rem;
    padding-top: calc(var(--serv-scale) * 0.1875rem);
    min-width: 0;
    width: 100%;
}
.serv__box:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5.8625rem;
    height: calc(var(--serv-scale) * 8.375rem);
    background-color: transparent;
    background-image: url(../images/serv/box-bg-1.png);
    background-image: var(--serv-box-bg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-mask: linear-gradient(180deg, #000 0, #000 calc(100% - 0.875rem), transparent);
    mask: linear-gradient(180deg, #000 0, #000 calc(100% - 0.875rem), transparent);
    -webkit-mask: linear-gradient(180deg, #000 0, #000 calc(100% - var(--serv-scale) * 1.25rem), transparent);
    mask: linear-gradient(180deg, #000 0, #000 calc(100% - var(--serv-scale) * 1.25rem), transparent);
}
.serv__status {
    width: 5.25rem;
    width: calc(var(--serv-scale) * 7.5rem);
    flex-direction: column;
}
.serv__pic,
.serv__status {
    display: flex;
    justify-content: center;
    align-items: center;
}
.serv__pic {
    width: 2.625rem;
    width: calc(var(--serv-scale) * 3.75rem);
    height: 2.625rem;
    height: calc(var(--serv-scale) * 3.75rem);
}
.serv__ico {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.serv__state {
    color: #ff4e4e;
    color: var(--serv-status-color);
}
.serv__count,
.serv__state {
    font-size: 0.7rem;
    font-size: calc(var(--serv-scale) * 1rem);
    text-transform: uppercase;
}
.serv__count {
    color: #e2e2e2;
}
.serv__content {
    min-width: 0;
    max-width: 100%;
    flex-grow: 1;
    display: grid;
    grid-gap: 0.0875rem;
    gap: 0.0875rem;
    grid-gap: calc(var(--serv-scale) * 0.125rem);
    gap: calc(var(--serv-scale) * 0.125rem);
}
.serv__title {
    color: #e2dccd;
    font-size: 0.7rem;
    font-size: calc(var(--serv-scale) * 1rem);
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 0;
    max-width: 100%;
    font-family:
        Albertus,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-0);
}
.serv__descbox {
    filter: drop-shadow(0 0 0.4375rem #ffeba5);
    filter: drop-shadow(0 0 calc(var(--serv-scale) * 0.625rem) #ffeba5);
}
.serv__desc {
    font-size: 0.7rem;
    font-size: calc(var(--serv-scale) * 1rem);
    color: #ffeba5;
    font-family:
        Intro Book,
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-3);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 0;
    max-width: 100%;
}
.serv__awards-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    min-width: 0;
    grid-gap: 0.35rem;
    gap: 0.35rem;
    grid-gap: calc(var(--serv-scale) * 0.5rem);
    gap: calc(var(--serv-scale) * 0.5rem);
    border-radius: 0.65625rem;
    border-radius: calc(var(--serv-scale) * 0.9375rem);
    background-color: rgba(74, 75, 76, 0.6);
    box-sizing: border-box;
    padding: 0.35rem 0.4375rem;
    padding: calc(var(--serv-scale) * 0.5rem) calc(var(--serv-scale) * 0.625rem);
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.serv__control {
    width: 2.5375rem;
    width: calc(var(--serv-scale) * 3.625rem);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-self: stretch;
    position: relative;
    z-index: 0;
}
.serv__arrow {
    display: block;
    background-image: url(../images/serv/arrow-down.png);
    width: 0.9625rem;
    width: calc(var(--serv-scale) * 1.375rem);
    height: 0.4375rem;
    height: calc(var(--serv-scale) * 0.625rem);
}
.serv__arrow,
.serv__info {
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.serv__info {
    background-image: url(../images/serv/info.png);
    width: 1.1375rem;
    width: calc(var(--serv-scale) * 1.625rem);
    height: 1.1375rem;
    height: calc(var(--serv-scale) * 1.625rem);
    position: absolute;
    left: calc(50% - 0.56875rem);
    left: calc(50% - var(--serv-scale) * 0.8125rem);
    top: 0.7rem;
    top: calc(var(--serv-scale) * 1rem);
    transition: all 0.2s;
}
.serv__info:hover {
    cursor: pointer;
    filter: drop-shadow(0 0 0.35rem rgba(255, 255, 255, 0.6)) brightness(1.2);
    filter: drop-shadow(0 0 calc(var(--serv-scale) * 0.5rem) rgba(255, 255, 255, 0.6)) brightness(1.2);
}
.serv__about {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: 100%;
    padding-top: 6.3875rem;
    padding-top: var(--serv-height);
    box-sizing: border-box;
    padding-bottom: 0.875rem;
    padding-bottom: calc(var(--serv-scale) * 1.25rem);
    border: 0.7px solid #988e80;
    border: calc(var(--serv-scale) * 1px) solid #988e80;
    border-top: 0;
    border-bottom-left-radius: 0.65625rem;
    border-bottom-left-radius: calc(var(--serv-scale) * 0.9375rem);
    border-bottom-right-radius: 0.65625rem;
    border-bottom-right-radius: calc(var(--serv-scale) * 0.9375rem);
    -webkit-backdrop-filter: blur(0.35rem);
    -webkit-backdrop-filter: blur(calc(var(--serv-scale) * 0.5rem));
    backdrop-filter: blur(0.35rem);
    backdrop-filter: blur(calc(var(--serv-scale) * 0.5rem));
    z-index: -3;
    background-color: rgba(12, 7, 5, 0.9);
    background-color: var(--serv-about-bg);
    background-image: linear-gradient(0deg, #2b1f0a, rgba(43, 31, 10, 0));
    background-image: var(--serv-about-bg-gradient);
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(-0.4375rem);
    transform: translateY(calc(var(--serv-scale) * -0.625rem));
    pointer-events: none;
}
.serv:hover .serv__about {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.serv__stats {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 0.21875rem;
    gap: 0.21875rem;
    grid-gap: calc(var(--serv-scale) * 0.3125rem);
    gap: calc(var(--serv-scale) * 0.3125rem);
}
.serv__item {
    background-image: url(../images/serv/stat-bg.png);
    background-size: 100% 100%;
    aspect-ratio: 128/96;
    width: 5.6rem;
    width: calc(var(--serv-scale) * 8rem);
    flex-basis: 5.6rem;
    flex-basis: calc(var(--serv-scale) * 8rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #dad6c7;
    font-size: 0.56875rem;
    font-size: calc(var(--serv-scale) * 0.8125rem);
    line-height: 0.9;
    box-sizing: border-box;
    padding-top: 0.35rem;
    padding-top: calc(var(--serv-scale) * 0.5rem);
    font-family:
        Intro Book,
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-3);
    grid-gap: 0.175rem;
    gap: 0.175rem;
    grid-gap: calc(var(--serv-scale) * 0.25rem);
    gap: calc(var(--serv-scale) * 0.25rem);
}
.serv__item,
.serv__item-ico {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
}
.serv__item-ico {
    background-image: url(../images/serv/status-ico-1.png);
    background-size: contain;
    width: 1.26875rem;
    width: calc(var(--serv-scale) * 1.8125rem);
    height: 1.26875rem;
    height: calc(var(--serv-scale) * 1.8125rem);
    filter: drop-shadow(0 0 0.4375rem #ffd52c);
    filter: drop-shadow(0 0 calc(var(--serv-scale) * 0.625rem) #ffd52c);
    margin-bottom: 0.175rem;
    margin-bottom: calc(var(--serv-scale) * 0.25rem);
}
.serv__item-val {
    color: #ffcd6d;
    font-size: 0.65625rem;
    font-size: calc(var(--serv-scale) * 0.9375rem);
}
.serv-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-self: stretch;
    flex-direction: column;
    grid-gap: 0.1875rem;
    gap: 0.1875rem;
    width: 100%;
}
:root {
    --nav-height: auto;
}
[data-section="nav"] {
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-direction: row;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    display: none;
}
[data-fp-current="0"] [data-section="nav"] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.fpnav:hover ~ .fp [data-section="nav"],
.fpnav:hover ~ [data-section="nav"] {
    padding-left: 17.9375rem;
    padding-left: var(--fpnav-width-hover);
}
[data-section-nav-bg] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-bottom: 0.25rem solid #bbac8b;
    background-color: rgba(22, 15, 2, 0.5);
    transition: all 0.2s;
    transition: var(--fpnav-transition-duration) all;
}
[data-section-nav-bg]:before {
    background-color: hsla(0, 0%, 63.9%, 0.4);
    height: 0.125rem;
    left: 0;
    right: 0;
    bottom: 0.375rem;
}
[data-section-nav-bg]:after,
[data-section-nav-bg]:before {
    display: block;
    content: "";
    position: absolute;
    pointer-events: none;
}
[data-section-nav-bg]:after {
    background-color: transparent;
    background-image: url(../images/nav/decor.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 65.3125rem;
    height: 4.25rem;
    left: calc(50% - 32.625rem);
    bottom: -2.875rem;
}
[data-container="nav"] {
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-direction: row;
}
.nav {
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
    color: #fff;
    color: rgba(var(--color-0), 1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 0.625rem;
    gap: 0.625rem;
    width: 100%;
}
.nav__servers {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-self: stretch;
}
@media (min-width: 460px) {
    .hero__content--left {
        padding-left: 2rem;
        padding-top: 2.5rem;
    }
    .hero__server-box {
        padding: 1.5rem;
    }
    .hero__subtitle {
        font-size: 1.375rem;
    }
    .hero__title {
        font-size: 1.875rem;
    }
}
@media (min-width: 540px) {
    .heading {
        font-size: 1.625rem;
    }
    :root {
        --defcontent-content-scale: 0.6;
    }
    .hero__media {
        transform: scale(0.7) translateY(6.25rem);
    }
    .hero__content:after {
        transform: scale(0.7);
    }
    .hero__subtitle {
        font-size: 1.875rem;
    }
    .hero__title {
        font-size: 2.5rem;
    }
    :root {
        --post-scale: 0.6;
    }
    .mdl__inner {
        padding: 2.5rem 1.875rem;
    }
    .donat__payments {
        grid-gap: 1.25rem;
        gap: 1.25rem;
    }
    .srv {
        width: 31.25rem;
    }
}
@media (min-width: 680px) {
    :root {
        --defcontent-content-scale: 0.7;
    }
    .defcontent__btn {
        --btn-scale: 0.9;
    }
    :root {
        --post-scale: 0.7;
    }
    .post__btn {
        --btn-scale: 0.9;
    }
    .news__slider {
        max-width: 468.75rem;
    }
    .streams__list {
        margin-top: 1.25rem;
    }
    .file {
        display: grid;
        min-height: 6.25rem;
        padding: 1rem 1.25rem;
        font-size: 1.75rem;
        grid-template-columns: 3.75rem 1fr auto;
    }
    .file__pic {
        display: flex;
    }
    .file__btn {
        --btn-scale: 1;
    }
    .resource__btn {
        --btn-scale: 0.8;
    }
    .mdl__heading {
        font-size: 2.5rem;
    }
    .mdl__head {
        grid-gap: 1.875rem;
        gap: 1.875rem;
    }
    .consent {
        grid-template-columns: 1fr auto;
        font-size: 1rem;
        text-align: left;
        padding-top: 1rem;
        padding-bottom: 1.25rem;
    }
    .consent__btns {
        text-align: right;
    }
    .serv {
        width: 21.2625rem;
        width: calc(var(--serv-scale) * 30.375rem);
    }
    .serv-list {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media (min-width: 720px) {
    :root {
        --defcontent-content-scale: 0.8;
    }
    .notice {
        font-size: 1rem;
    }
    :root {
        --post-scale: 0.8;
    }
    .donat {
        padding: 4.375rem 0;
    }
    .donat__heading {
        text-align: left;
        justify-content: flex-start;
    }
    .donat__contanier {
        grid-template-columns: 1fr 1fr;
    }
    .donat__box_payments {
        order: 0;
    }
    .donat__box_price {
        justify-content: flex-start;
        text-align: left;
    }
    .donat__box_btns {
        justify-content: flex-end;
    }
    .info {
        padding: 4.375rem 0;
    }
    .info__btns {
        grid-gap: 1.25rem 1.875rem;
        gap: 1.25rem 1.875rem;
        justify-content: flex-start;
        margin-bottom: 3.75rem;
    }
}
@media (min-width: 840px) {
    .hero__layout {
        gap: 2.5rem;
    }
    .hero__content--left {
        padding-top: 4rem;
    }
    .hero__server-box {
        padding: 2.5rem;
    }
    .hero__server-name {
        font-size: 1.75rem;
    }
    .hero__server-stat-value {
        font-size: 2.5rem;
    }
    .heading {
        font-size: 2.125rem;
    }
    .list {
        --list-li-padding: 2.125rem;
    }
    .list_type_1 {
        --list-marker-top: 0.5em;
        --list-marker-content: "";
        --list-li-padding: 2.125rem;
        font-size: 1.875rem;
        grid-gap: 1.875rem;
        gap: 1.875rem;
        text-align: left;
    }
    .arrow {
        --arrow-scale: 0.8;
    }
    .btn {
        padding: 0.625rem;
        padding: calc(0.625rem * var(--btn-scale));
        min-height: 4.625rem;
        min-height: calc(4.625rem * var(--btn-scale));
        width: 17.5rem;
        width: calc(17.5rem * var(--btn-scale));
        font-size: 1.375rem;
        font-size: calc(1.375rem * var(--btn-scale));
    }
    .btn_size_middle {
        width: 21.875rem;
        width: calc(21.875rem * var(--btn-scale));
    }
    .btn_size_long {
        width: 25rem;
        width: calc(25rem * var(--btn-scale));
    }
    .btn_size_auto,
    .btn_size_auto:hover {
        padding: 0.625rem 1.5rem;
        padding: calc(0.625rem * var(--btn-scale)) calc(1.5rem * var(--btn-scale));
    }
    .bt {
        min-height: 3.0625rem;
        min-height: calc(4.375rem * var(--bt-scale));
        min-width: 12.25rem;
        min-width: calc(17.5rem * var(--bt-scale));
        font-size: 0.9625rem;
        font-size: calc(1.375rem * var(--bt-scale));
    }
    :root {
        --lang-font-size: 1.5rem;
        --lang-item-border: 1px solid #8a7f65;
        --lang-item-border-radius: 50%;
        --lang-item-width: 4.375rem;
        --lang-item-height: 4.375rem;
        --lang-gap: 1.875rem;
    }
    .lang_pos {
        right: 1.875rem;
        top: 1.94375rem;
        top: calc(var(--serv-height) / 2 - var(--lang-item-height) / 2);
    }
    .lang__current:after {
        display: block;
    }
    .lang__list {
        top: calc(100% + 3.125rem);
    }
    .lang__item:after {
        display: block;
    }
    .defcontent {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
    .defcontent__decor {
        background-image: url(../images/header-decor-long.png);
        background-position: 0;
    }
    .defcontent__btn {
        width: 18.75rem;
        width: calc(18.75rem * var(--btn-scale));
    }
    .stream {
        box-shadow: 0 0 0 0.25rem #000;
    }
    .stream__title {
        bottom: calc(100% + 1.875rem);
        font-size: 1.875rem;
    }
    .hero {
        min-height: 41.25rem;
    }
    .hero__heading:after,
    .hero__heading:before {
        display: block;
    }
    .post {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
    .post__decor {
        background-image: url(../images/header-decor-long.png);
        background-position: 0;
    }
    .postcovers:after {
        background: linear-gradient(90deg, rgba(22, 19, 14, 0.9), transparent);
    }
    .postcovers__cover {
        -o-object-position: center center;
        object-position: center center;
    }
    .news__dots {
        justify-content: flex-start;
    }
    .streams__slider {
        max-width: none;
    }
    .streams__control {
        margin: 0.375rem auto 0 0;
    }
    .help {
        text-align: left;
    }
    .help__title {
        font-size: 1.625rem;
    }
    .help__list {
        align-items: flex-start;
    }
    .help__desc,
    .help__link {
        font-size: 1.25rem;
    }
    .file__btn {
        --btn-scale: 0.8;
    }
    .resource {
        display: grid;
        grid-template-columns: 5.625rem 1fr auto;
        grid-template-columns: calc(5.625rem * var(--resources-scale)) 1fr auto;
        grid-gap: 1.25rem;
        gap: 1.25rem;
        grid-gap: calc(1.25rem * var(--resources-scale));
        gap: calc(1.25rem * var(--resources-scale));
        text-align: left;
    }
    .resource__pic {
        display: flex;
    }
    .resource__content {
        font-size: 1.25rem;
        font-size: calc(1.25rem * var(--resources-scale));
    }
    .resource__title {
        font-size: 1.75rem;
        font-size: calc(1.75rem * var(--resources-scale));
    }
    .resources__container {
        margin: 0 auto;
        max-width: 60rem;
        width: 85%;
    }
    .resources__heading {
        font-size: 2.5rem;
        justify-content: flex-start;
        text-align: left;
    }
    .resources__heading:after {
        display: block;
    }
    .mdl__close {
        width: 1.875rem;
        height: 1.875rem;
        display: none;
    }
    .mdl__inner {
        padding: 5rem 4.375rem;
    }
    .mdl__btn-close {
        display: flex;
    }
    .field__input:where(textarea) {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    .payment__pic {
        width: 72%;
    }
    .payment__check {
        font-size: 0.9375rem;
        bottom: 1rem;
    }
    .donat__ttl {
        margin-bottom: 1.875rem;
    }
    .donate__bonusbox {
        width: auto;
    }
}
@media (min-width: 940px) {
    :root {
        --defcontent-content-scale: 0.9;
        --post-scale: 0.9;
    }
    .resources__container {
        padding: 3.75rem 3.125rem;
    }
}
@media (min-width: 1050px) {
    .heading:after {
        display: block;
    }
    :root {
        --btn-scale: 1;
        --bt-scale: 1;
        --bt-fs: 1rem;
        --bt-border-width: 0.1875rem;
        --bttn-scale: 1;
        --bttn-fs: 0.875rem;
    }
    .defcontent__btn {
        --btn-scale: 0.9;
    }
    .server__btns {
        --bt-scale: 0.7;
        --bt-fs: 1.25rem;
        --bt-border-width: 1px;
    }
    .post__btn {
        --btn-scale: 0.9;
    }
    .file__btn {
        --btn-scale: 0.86;
    }
    .mdl__head:after {
        display: block;
    }
}
@media (min-width: 1200px) {
    .hero__content--left {
        padding-left: 8.125rem;
    }
    html {
        font-size: calc(max(0.5vw, 0.25rem) + max(0.55vh, 0.25rem));
    }
    .page {
        overflow: hidden;
    }
    .ttl {
        font-size: 1.375rem;
    }
    .heading {
        font-size: 2.5rem;
    }
    .heading_bb {
        padding-bottom: 2.875rem;
        border-bottom: 0.25rem solid #928a7e;
    }
    .heading_bt {
        padding-top: 2.875rem;
        border-top: 0.25rem solid #928a7e;
    }
    .heading_mb {
        margin-bottom: 2.5rem;
    }
    .heading_mt {
        margin-top: 2.5rem;
    }
    .servers-desktop {
        display: none;
    }
    .arrow {
        --arrow-scale: 1;
    }
    .dots {
        grid-gap: 0.875rem;
        gap: 0.875rem;
    }
    .dot {
        width: 2.125rem;
        height: 2.125rem;
    }
    .control__arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        margin: 0;
    }
    .control__arrow_prev {
        right: calc(100% + 1.875rem);
    }
    .control__arrow_next {
        left: calc(100% + 1.875rem);
    }
    .menu {
        padding-top: 0.375rem;
    }
    .menu,
    .menu__link {
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }
    .menu__link {
        align-items: center;
        color: #8e8d74;
        font-family:
            Albertus,
            Philosopher,
            Times New Roman,
            Times,
            serif;
        font-family: var(--font-0);
        font-size: 1.25rem;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        padding: 2.5rem;
        width: 23.375rem;
        position: relative;
        z-index: 0;
        transition: all 0.2s ease;
        overflow: hidden;
    }
    .menu__link:hover {
        color: #fff;
    }
    .menu__link-decor {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background-color: transparent;
        background-image: url(../images/menu/link-decor.png);
        background-size: 100% 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        transition: all 0.2s ease;
        opacity: 0;
        transform: scaleX(0.6);
        transform-origin: center bottom;
        pointer-events: none;
    }
    .menu__link-decor:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0.25rem;
        background-color: #ffeba5;
        box-shadow:
            0 0.25rem 1.5rem rgba(0, 0, 0, 0.8),
            0 0 1.3125rem rgba(255, 213, 44, 0.43);
    }
    .menu__link:hover .menu__link-decor {
        opacity: 1;
        transform: scaleX(1);
    }
    .menu__devider {
        width: 0.1875rem;
        height: 3.5rem;
        background-color: #676158;
        align-self: center;
    }
    .fp {
        transition: all 0.3s;
        opacity: 0;
    }
    [data-slider-wrapper="fp"] {
        height: 100%;
        flex-direction: row;
    }
    .fp__swiper-slide {
        overflow: hidden;
        opacity: 0 !important;
        pointer-events: none !important;
    }
    .fp__swiper-slide:not(:first-child) {
        border: 0;
    }
    .fp__swiper-slide.swiper-slide-active {
        overflow: visible;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
    .fp__section {
        height: 100%;
    }
    .fp__box {
        min-height: max(50rem, 100vh);
        box-sizing: border-box;
        padding-bottom: 7.5rem;
        padding-bottom: var(--footer-height);
    }
    .fpnav {
        display: flex;
    }
    .defcontent__subtitle {
        font-size: 1.09375rem;
        font-size: calc(2.1875rem * var(--defcontent-content-scale));
    }
    .defcontent__title {
        font-size: 2.03125rem;
        font-size: calc(4.0625rem * var(--defcontent-content-scale));
    }
    .defcontent__desc {
        font-size: 0.9375rem;
        font-size: calc(1.875rem * var(--defcontent-content-scale));
        margin-bottom: 1.25rem;
        margin-bottom: calc(2.5rem * var(--defcontent-content-scale));
    }
    .notice {
        position: fixed;
        min-height: 4rem;
        padding: 0.625rem 3.75rem;
        font-size: 1.25rem;
        -webkit-mask: linear-gradient(90deg, transparent 0, #000 18.75rem, #000 calc(100% - 18.75rem), transparent);
        mask: linear-gradient(90deg, transparent 0, #000 18.75rem, #000 calc(100% - 18.75rem), transparent);
    }
    .stream_size_large:after {
        background-image: url(../images/stream/decor-top-large.png), url(../images/stream/decor-bottom-large.png);
        background-size:
            43.75rem 7.1875rem,
            43.75rem 7.1875rem;
        position: absolute;
        top: -3.0625rem;
        bottom: -3.4375rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        pointer-events: none;
    }
    .server {
        padding: 0.9375rem 4.0625rem 0.9375rem 1.875rem;
        font-size: 1rem;
    }
    .server__about {
        transform: translateY(-0.5rem);
        top: calc(100% + 0.5rem);
        bottom: auto;
    }
    .server_open .server__about {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
    .hero {
        min-height: max(50rem, 100vh);
        padding-bottom: 10rem;
        padding-bottom: calc(var(--footer-height) + 2.5rem);
    }
    .hero__layout {
        flex-direction: row;
        gap: 3rem;
        align-items: center;
        justify-content: space-between;
    }
    .hero__content--left {
        flex: 1;
        max-width: 50%;
        align-items: flex-start;
        align-self: flex-start;
        padding-bottom: 30rem;
    }
    .hero__server-status {
        flex: 0 0 auto;
    }
    .hero__server-box {
        max-width: 32rem;
    }
    .hero__heading {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
    .hero__heading-box {
        align-items: flex-start;
    }
    .hero__subtitle,
    .hero__title {
        text-align: left;
    }
    .hero__btns {
        justify-content: flex-start;
    }
    .hero__media {
        transform: scale(1);
    }
    .hero__content {
        margin-bottom: 5rem;
    }
    .hero__content:after {
        transform: scale(1);
    }
    .hero__subtitle {
        font-size: 2.375rem;
    }
    .hero__title {
        font-size: 3.75rem;
    }
    .hero__btns_mobile {
        display: none;
    }
    .hero__servers {
        bottom: auto;
        top: calc(50% - 15rem);
        left: auto;
        right: calc(50% + 21.875rem);
        transform: translateX(0);
    }
    .hero__player {
        top: auto;
        top: calc(50% - 15rem);
        left: calc(50% + 21.875rem);
        transform: translateX(0);
        width: 21.6875rem;
        display: block;
    }
    :root {
        --post-scale: 1;
    }
    .post__subtitle {
        font-size: 1.1875rem;
        font-size: calc(2.375rem * var(--post-scale));
    }
    .post__title {
        font-size: 2.03125rem;
        font-size: calc(4.0625rem * var(--post-scale));
    }
    .post__desc {
        font-size: 0.9375rem;
        font-size: calc(1.875rem * var(--post-scale));
    }
    .postcovers:after {
        display: none;
    }
    [data-section-bg="resources"] {
        background-position: 50%;
    }
    .news__slider {
        position: absolute;
        left: 10rem;
        left: calc(var(--fpnav-width) + 1.875rem);
        top: calc(100% - 15rem);
        top: calc(100% - var(--footer-height) - 7.5rem);
        transition: all 0.2s;
        transition: var(--fpnav-transition-duration) all;
        transform: translateY(-100%);
        max-width: 56.25rem;
    }
    .fpnav:hover ~ .fp .news__slider {
        left: 19.1875rem;
        left: calc(var(--fpnav-width-hover) + 1.25rem);
    }
    .news__dots {
        margin-bottom: 2.75rem;
    }
    .streams__content {
        position: absolute;
        right: calc(50% + 10rem);
        bottom: 25vh;
    }
    .streams__slider {
        position: absolute;
        bottom: 25vh;
        left: calc(50% - 6.6875rem);
        width: calc(50% + 6.6875rem);
    }
    :root {
        --resources-scale: 0.8;
    }
    .resource {
        min-height: 13vh;
        padding: 0.625rem 0;
        padding: calc(0.625rem * var(--resources-scale)) 0;
    }
    .resource__btn {
        --btn-scale: 0.7;
    }
    .resources__container {
        border-radius: 1.5rem;
        max-width: 62.5rem;
        width: 80%;
        margin: 0 auto;
        padding: 4.375rem 3.125rem;
        border: 0.1875rem solid #d4a853;
        box-shadow: 
            0 0 2.5rem rgba(212, 168, 83, 0.5),
            inset 0 0 4rem rgba(0, 0, 0, 0.5),
            0 0.75rem 2.5rem rgba(0, 0, 0, 0.7);
        opacity: 0;
        transform: translateY(5rem);
        background: linear-gradient(135deg, rgba(30, 24, 16, 0.95) 0%, rgba(45, 36, 25, 0.95) 50%, rgba(30, 24, 16, 0.95) 100%);
    }
    .resources__container::before {
        top: 0.5rem;
        left: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        border-radius: 1.25rem;
    }
    .swiper-slide-active .resources__container {
        opacity: 1;
        transform: translateY(0);
    }
    .resources__list {
        margin-top: 0;
    }
    .resources__resource {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .resources__resource::after {
        height: 0.1875rem;
        left: 5%;
        right: 5%;
    }
    :root {
        --input-height: 5rem;
        --input-font-size: 1.5625rem;
        --input-padding: 0.625rem 1.875rem;
    }
    .field__pic {
        width: 5.25rem;
        background-size: 2.4375rem 2.4375rem;
    }
    .payment {
        padding: 1.25rem;
    }
    .payment__marker {
        padding: 0.3125rem 1.25rem;
        font-size: 0.9375rem;
    }
    .donat {
        padding: 5rem 0 8.75rem;
    }
    .donat__contanier {
        grid-gap: 3.75rem;
        gap: 3.75rem;
    }
    .donate__bonusbox {
        font-size: 1.5625rem;
    }
    .consent {
        padding-top: 1.375rem;
        padding-bottom: 1.375rem;
        font-size: 1.25rem;
    }
    [data-section-bg="info"] {
        display: block;
    }
    .info__body {
        position: absolute;
        top: 15vh;
        left: 16%;
    }
    [data-section="footer"] {
        margin-top: 0;
        z-index: 6;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 7.5rem;
        height: var(--footer-height);
        display: flex;
    }
    .footer {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
    }
    .footer__links,
    .footer__side_1 {
        justify-content: flex-start;
    }
    .footer__side_2 {
        justify-content: flex-end;
    }
    .footer__content {
        text-align: left;
    }
    .footer__nav {
        display: flex;
    }
    .footer__nav .menu__link {
        background-image: url(../images/footer/button.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 25px 40px;
        display: inline-block;
        text-align: center;
        min-width: 200px;
        position: relative;
        transition: all 0.3s;
    }
    .footer__nav .menu__link:hover {
        filter: brightness(1.3) drop-shadow(0 0 10px rgba(255, 213, 44, 0.8));
    }
    .footer__nav .menu__link-decor {
        display: none;
    }
    .footer__nav .menu__devider {
        display: none;
    }
    .player__heading {
        font-size: 1rem;
    }
    .player__container {
        transform: translateY(0.5rem);
        visibility: hidden;
        opacity: 0;
        position: absolute;
        transform: translateY(-0.5rem);
        top: calc(100% + 0.5rem);
        bottom: auto;
    }
    .player_open .player__container {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
    .fancybox-container[\:has\(\%23modal-player\)] {
        display: none;
    }
    .fancybox-container:has(#modal-player) {
        display: none;
    }
    .srv__main {
        padding: 0.9375rem 1.5rem;
        font-size: 1rem;
    }
    .srv__body {
        display: block;
    }
    :root {
        --serv-scale: 0.92;
    }
    .serv-list {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    [data-section="nav"] {
        margin-top: 0;
        z-index: 6;
        transition: all 0.2s;
        transition: var(--fpnav-transition-duration) all;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: auto;
        height: var(--nav-height);
        display: flex;
        padding-left: 8.125rem;
        padding-left: var(--fpnav-width);
    }
    [data-section-nav-bg] {
        -webkit-clip-path: polygon(8.125rem 0, 100% 0, 300% 300%, 8.125rem 100%);
        -webkit-clip-path: polygon(var(--fpnav-width) 0, 100% 0, 300% 300%, var(--fpnav-width) 100%);
        clip-path: polygon(8.125rem 0, 100% 0, 300% 300%, 8.125rem 100%);
        clip-path: polygon(var(--fpnav-width) 0, 100% 0, 300% 300%, var(--fpnav-width) 100%);
    }
    .fpnav:hover ~ .fp [data-section="nav"] [data-section-nav-bg],
    .fpnav:hover ~ [data-section="nav"] [data-section-nav-bg] {
        -webkit-clip-path: polygon(17.9375rem 0, 100% 0, 300% 300%, 17.9375rem 100%);
        -webkit-clip-path: polygon(var(--fpnav-width-hover) 0, 100% 0, 300% 300%, var(--fpnav-width-hover) 100%);
        clip-path: polygon(17.9375rem 0, 100% 0, 300% 300%, 17.9375rem 100%);
        clip-path: polygon(var(--fpnav-width-hover) 0, 100% 0, 300% 300%, var(--fpnav-width-hover) 100%);
    }
    [data-container="nav"] {
        padding: 0;
    }
    .nav {
        flex-direction: row;
        justify-content: space-between;
        box-sizing: border-box;
        padding-right: 11.25rem;
    }
}
@media (min-width: 1350px) {
    :root {
        --serv-scale: 1;
    }
}
@media (min-width: 2060px) {
    html {
        font-size: calc(max(0.4vw, 0.25rem) + max(0.65vh, 0.25rem));
    }
    .fp__box {
        min-height: max(58.75rem, 100vh);
    }
    :root {
        --defcontent-content-scale: 1;
    }
    .hero__layout {
        gap: 4rem;
    }
    .hero__server-box {
        padding: 3rem;
        max-width: 36rem;
    }
    .hero__server-name {
        font-size: 2rem;
    }
    .hero__server-stat-value {
        font-size: 3rem;
    }
    .hero__servers {
        right: calc(50% + 27.5rem);
    }
    .hero__player {
        left: calc(50% + 27.5rem);
    }
    .help__title {
        font-size: 1.75rem;
    }
    :root {
        --resources-scale: 1;
    }
    .resources__container {
        padding: 5rem 4.375rem;
        max-width: 75rem;
    }
    .resources__heading {
        font-size: 2.8125rem;
    }
}
@media (min-width: 2600px) AND (min-height: 1000px) {
    html {
        font-size: calc(max(0.2vw, 0.25rem) + max(1.1vh, 0.3125rem));
    }
}
@media (max-width: 1200px) {
    [data-slider-wrapper="fp"] {
        width: 100%;
        height: auto;
        flex-direction: column;
        transform: none !important;
    }
    [data-fp-parallax] {
        transform: none !important;
        opacity: 1 !important;
    }
}
@media (max-width: 1199.99px) {
    .gw-burger {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        left: 0.625rem;
        top: 1.25rem;
        z-index: 30;
        cursor: pointer;
        pointer-events: all;
    }
    .gw-burger,
    .gw-burger__box {
        background-color: transparent;
    }
    .gw-burger__box {
        position: relative;
        z-index: 5;
        width: 1.5rem;
        height: 1.1875rem;
        border-radius: 0;
        box-sizing: border-box;
        flex-shrink: 0;
        filter: drop-shadow(0 0.125rem 0.125rem #000);
    }
    .gw-burger__line {
        height: 0.125rem;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #fff;
        background-color: rgba(var(--color-0), 1);
        border-radius: 0;
        transition:
            top 0.3s 0.3s,
            right 0.3s 0.3s,
            left 0.3s 0.2s,
            bottom 0.3s 0.3s,
            opacity 0.3s 0.4s,
            transform 0.3s 0s;
    }
    .gw-burger__line_pos_top {
        top: 0;
    }
    .gw-burger__line_pos_middle {
        top: 50%;
        transform: translateY(-50%);
        transition: all 0s 0.4s;
    }
    .gw-burger__line_pos_bottom {
        bottom: 0;
    }
    .mob-menu-active .gw-burger__line {
        background-color: #fff;
        background-color: rgba(var(--color-0), 1);
    }
    .mob-menu-active .gw-burger__line_pos_top {
        transform: rotate(45deg) translateY(-50%);
        transform-origin: center top;
        top: 50%;
        right: 0;
        transition:
            top 0.3s 0.1s,
            right 0.3s 0.1s,
            left 0.3s 0s,
            bottom 0.3s 0.1s,
            opacity 0s 0.1s,
            transform 0.3s 0.4s;
    }
    .mob-menu-active .gw-burger__line_pos_middle {
        opacity: 0;
        transition:
            opacity 0.3s 0.3s,
            transform 0.3s 0.1s,
            left 0.3s 0.3s;
        left: 100%;
    }
    .mob-menu-active .gw-burger__line_pos_bottom {
        transform: rotate(-45deg) translateY(50%);
        transform-origin: center bottom;
        bottom: 50%;
        right: 0;
        left: 0;
        transition:
            top 0.3s 0.1s,
            right 0.3s 0.1s,
            left 0.1s 0.3s,
            bottom 0.3s 0.1s,
            opacity 0s 0.1s,
            transform 0.3s 0.4s;
    }
    .menuoverlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        right: 0;
        bottom: 0;
        background-color: #15110c;
        background-color: rgba(var(--body-background-color), 1);
        -webkit-mask: linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0.3));
        mask: linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0.3));
        opacity: 0;
        pointer-events: none;
        transition: all 0.5s 0.3s;
    }
    .mob-menu-active .menuoverlay {
        opacity: 1;
        pointer-events: all;
        transition: all 0.5s;
    }
    .menubox {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
        box-sizing: border-box;
        padding-top: 3.75rem;
        padding-bottom: 1.25rem;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        justify-content: flex-start;
        background-color: #15110c;
        background-color: rgba(var(--body-background-color));
        opacity: 0;
        transition: all 0.5s 0.3s;
        visibility: hidden;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        transform: translateX(-100%);
        border-right: 0.1875rem solid #ffecbd;
    }
    .mob-menu-active .menubox {
        visibility: visible;
        opacity: 1;
        transition: all 0.5s;
        transform: translateX(0);
    }
    .menubox__body {
        width: 100%;
        overflow-y: auto;
    }
    .menu__link {
        padding: 0.875rem 1.875rem;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
        text-align: center;
        color: #ccbea2;
        cursor: pointer;
        font-style: normal;
        font-size: 1.25rem;
        font-weight: 400;
        white-space: nowrap;
        width: 100%;
        min-height: 3.125rem;
        transition: all 0.2s;
        font-family:
            Albertus,
            Philosopher,
            Times New Roman,
            Times,
            serif;
        font-family: var(--font-0);
    }
    .menu__devider {
        display: none;
    }
    .menu__container {
        padding: 0.625rem 1.875rem;
        box-sizing: border-box;
        margin-top: 0.625rem;
    }
}
.pr {
    padding-right: 0.875rem;
    padding-right: var(--margin);
}
.pl {
    padding-left: 0.875rem;
    padding-left: var(--margin);
}
.pt {
    padding-top: 0.875rem;
    padding-top: var(--margin);
}
.pb {
    padding-bottom: 0.875rem;
    padding-bottom: var(--margin);
}
.mr {
    margin-right: 0.875rem;
    margin-right: var(--margin);
}
.ml {
    margin-left: 0.875rem;
    margin-left: var(--margin);
}
.mt {
    margin-top: 0.875rem;
    margin-top: var(--margin);
}
.mb {
    margin-bottom: 0.875rem;
    margin-bottom: var(--margin);
}
.m {
    margin: 0.875rem;
    margin: var(--margin);
}
.mra {
    margin-right: auto;
}
.mla {
    margin-left: auto;
}
.mta {
    margin-top: auto;
}
.ma {
    margin: auto;
}
.mba {
    margin-bottom: auto;
}
.mr0 {
    margin-right: 0;
}
.ml0 {
    margin-left: 0;
}
.mt0 {
    margin-top: 0;
}
.mb0 {
    margin-bottom: 0;
}
.m0 {
    margin: 0;
}
.color-light {
    color: #e8d1a6;
    color: rgba(var(--color-light), 1);
}
.color-dark {
    color: #000;
    color: rgba(var(--color-dark), 1);
}
.color-red {
    color: #ff2727;
    color: rgba(var(--color-red), 1);
}
.color-yellow {
    color: #ff0;
    color: rgba(var(--color-yellow), 1);
}
.color-orange {
    color: orange;
    color: rgba(var(--color-orange), 1);
}
.color-pink {
    color: pink;
    color: rgba(var(--color-pink), 1);
}
.color-purple {
    color: purple;
    color: rgba(var(--color-purple), 1);
}
.color-blue {
    color: #00f;
    color: rgba(var(--color-blue), 1);
}
.color-green {
    color: #0b0;
    color: rgba(var(--color-green), 1);
}
.color-grey {
    color: grey;
    color: rgba(var(--color-grey), 1);
}
.color-white {
    color: #fff;
    color: rgba(var(--color-white), 1);
}
.color-black {
    color: #000;
    color: rgba(var(--color-black), 1);
}
.color-brown {
    color: brown;
    color: rgba(var(--color-brown), 1);
}
.color-aqua {
    color: #0ff;
    color: rgba(var(--color-aqua), 1);
}
.color-0 {
    color: #fff;
    color: rgba(var(--color-0), 1);
}
.color-1 {
    color: #141414;
    color: rgba(var(--color-1), 1);
}
.color-2 {
    color: #fff;
    color: rgba(var(--color-2), 1);
}
.color-3 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-3), 1);
}
.color-4 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-4), 1);
}
.color-5 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-5), 1);
}
.color-6 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-6), 1);
}
.color-7 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-7), 1);
}
.color-8 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-8), 1);
}
.color-9 {
    color: rgba(#fff, 1);
    color: rgba(var(--color-9), 1);
}
.color-accent {
    color: #fcc55b;
    color: rgba(var(--color-accent), 1);
}
.color-url {
    color: #f3df9a;
    color: rgba(var(--color-url), 1);
}
.clear {
    clear: both;
}
.hidden {
    display: none;
}
.text-decoration-underline {
    text-decoration: underline;
}
.text-decoration-none {
    text-decoration: none;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.d-flex,
.flex {
    display: flex;
}
.justify-content-start {
    justify-content: start;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-end {
    justify-content: end;
}
.fs_minus_5 {
    font-size: 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-0 {
    font-family:
        Albertus,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-0);
}
.font-family-1 {
    font-family:
        Albertus Extra,
        Philosopher,
        Times New Roman,
        Times,
        serif;
    font-family: var(--font-1);
}
.font-family-2 {
    font-family:
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-2);
}
.font-family-3 {
    font-family:
        Intro Book,
        Intro,
        Open Sans,
        Tahoma,
        Arial,
        sans-serif;
    font-family: var(--font-3);
}
.font-family-4 {
    font-family: var(--font-4);
}
.w-100 {
    width: 100%;
}
.w-90 {
    width: 90%;
}
.w-80 {
    width: 80%;
}
.w-70 {
    width: 70%;
}
.w-60 {
    width: 60%;
}
.w-50 {
    width: 50%;
}
.w-40 {
    width: 40%;
}
.w-30 {
    width: 30%;
}
.w-20 {
    width: 20%;
}
.w-10 {
    width: 10%;
}
