: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: "Alice", "Times New Roman", Times, 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: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-color: rgba(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: -.25em
}

sup {
    top: -.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: .35em .75em .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: -.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: .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: .625em 0
}

table {
    border: 1px solid rgba(252, 197, 91, .1);
    border: 1px solid rgba(var(--color-accent), .1);
    border-collapse: collapse;
    background-color: #111;
    border-radius: .125rem;
    color: #ebebeb
}

td,
th {
    border: 1px solid rgba(252, 197, 91, .1);
    border: 1px solid rgba(var(--color-accent), .1);
    padding: .625em 1em
}

th {
    color: #ccbe9c;
    font-weight: 700
}

th,
tr:where(:nth-child(odd)) {
    background-color: #1b1817
}

::-webkit-scrollbar {
    width: max(.375rem, .375rem);
    height: max(.125rem, .125rem);
    background-color: rgba(0, 0, 0, .4)
}

::-webkit-scrollbar-thumb {
    background-color: #6b4725
}

::-webkit-scrollbar-thumb:hover {
    background-color: #9b6635
}

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 .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
}

@-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: .1875rem solid #ffeba5;
    filter: drop-shadow(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: .125rem solid #928a7e
}

.heading_bt {
    padding-top: 1.25rem;
    border-top: .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: .625rem;
    gap: .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: .4em;
    top: var(--list-marker-top);
    left: 0;
    width: 1rem;
    height: 1rem;
    border: .1875rem solid #ffeba5;
    filter: drop-shadow(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: .875rem;
    gap: .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 .5s cubic-bezier(.64, .14, .34, 1.32);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 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: .3125rem;
    background: #c8816b
}

.preload__items {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .625rem;
    gap: .625rem;
    margin-top: .9375rem
}

.preload__item {
    width: .625rem;
    height: .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(.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(.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(.8) translateY(-5vh)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale(.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(.8) translateY(5vh)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale(.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 .3s;
    filter: grayscale(100%) brightness(.4) drop-shadow(0 .25rem .75rem rgba(0, 0, 0, 0)) drop-shadow(0 0 .625rem rgba(255, 213, 44, 0))
}

.arrow:hover {
    filter: grayscale(0) brightness(1) drop-shadow(0 .25rem .75rem rgba(0, 0, 0, .6)) drop-shadow(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: .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: .25rem;
    gap: .25rem;
    width: auto !important
}

.dot {
    width: 1rem;
    height: 1rem;
    transform: scale(.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 .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, .5));
    transform: scale(1)
}

.dot_active:after {
    background-color: #ffeba5
}

.control__arrow {
    margin-bottom: 1.5625rem
}

.control__arrow_prev {
    margin-right: .625rem
}

.control__arrow_next {
    margin-left: .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 .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: .625rem;
    gap: .625rem;
    grid-gap: calc(0.625rem*var(--btn-scale));
    gap: calc(0.625rem*var(--btn-scale));
    padding: .625rem;
    padding: calc(0.625rem*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, .6);
    border: .125rem solid #ffeba5;
    border-radius: .9375rem;
    border-radius: calc(0.9375rem*var(--btn-scale));
    text-transform: uppercase
}

.btn:hover {
    color: #fff;
    box-shadow: inset 0 0 2.875rem .9375rem rgba(255, 235, 165, .5);
    letter-spacing: .1em
}

: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 .2s;
    flex-shrink: 0;
    text-shadow: none;
    position: relative;
    z-index: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-weight: 300;
    font-size: .875rem;
    font-size: calc(var(--bt-fs)*var(--bt-scale));
    color: #fff;
    text-decoration: none;
    grid-gap: .4375rem;
    gap: .4375rem;
    grid-gap: calc(0.625rem*var(--bt-scale));
    gap: calc(0.625rem*var(--bt-scale));
    padding: .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: .65625rem;
    border-radius: calc(0.9375rem*var(--bt-scale));
    text-transform: uppercase
}

.bt:after {
    content: "";
    position: absolute;
    top: .3125rem;
    left: .3125rem;
    right: .3125rem;
    bottom: .3125rem;
    background-color: rgba(112, 105, 96, .5);
    border-radius: .4375rem;
    border-radius: calc(0.625rem*var(--bt-scale));
    z-index: -1;
    transition: all .2s
}

.bt:hover:after,
[data-open-tab-active=true]:after {
    background-color: #604b32
}

: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: .625rem;
    top: .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;
    right: 100%;
    top: calc(50% - 2.375rem);
    pointer-events: none
}

.lang__list {
    position: absolute;
    right: calc(100% + .625rem);
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .625rem;
    gap: .625rem;
    grid-gap: var(--lang-gap);
    gap: var(--lang-gap);
    top: 0;
    opacity: 0;
    transform: translateX(1.875rem);
    transition: all .2s;
    visibility: hidden;
    z-index: 2
}

.lang__list:after {
    display: block;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 3.75rem
}

.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: .875rem;
    font-size: var(--lang-font-size);
    text-shadow: 0 .1875rem 0 rgba(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, .5);
    z-index: -1;
    transition: all .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: -.625rem;
    top: -.625rem;
    right: -.625rem;
    bottom: -.625rem;
    border-radius: 50%;
    border: 1px solid #585142;
    z-index: -1;
    transition: all .2s;
    pointer-events: none
}

.lang__item:hover:after {
    opacity: 0;
    transform: scale(.9)
}

.lang__ico {
    transition: all .2s
}

.lang__item:hover .lang__ico {
    filter: drop-shadow(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 .1875rem 0 rgba(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, .5);
    z-index: -1;
    transition: all .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: -.625rem;
    top: -.625rem;
    right: -.625rem;
    bottom: -.625rem;
    border-radius: 50%;
    border: 1px solid #585142;
    z-index: -1;
    transition: all .2s;
    pointer-events: none
}

.scl__item:hover:after {
    opacity: 0;
    transform: scale(.9)
}

.scl__ico {
    transition: all .2s
}

.scl__item:hover .scl__ico {
    filter: drop-shadow(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: .25rem solid #bbac8b
}

:root {
    --fpnav-transition-duration: 0.2s;
    --fpnav-width: 8.125rem;
    --fpnav-width-hover: 17.9375rem
}

.fpnav {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    right: auto !important;
    bottom: 7.5rem !important;
    bottom: var(--footer-height) !important;
    width: 8.125rem !important;
    width: var(--fpnav-width) !important;
    background-color: rgba(22, 15, 2, .5);
    z-index: 6;
    box-sizing: border-box;
    border-right: .25rem solid #bbac8b;
    display: none;
    flex-direction: column;
    transition: all .2s;
    transition: var(--fpnav-transition-duration) all
}

.fpnav:hover {
    width: 17.9375rem !important;
    width: var(--fpnav-width-hover) !important
}

.fpnav__logobox {
    height: 6.875rem
}

.fpnav__logo,
.fpnav__logobox {
    display: flex;
    justify-content: center;
    align-items: center
}

.fpnav__logo {
    flex-grow: 1;
    position: relative;
    z-index: 0;
    text-decoration: none;
    grid-gap: 0;
    gap: 0;
    transition: all .2s;
    transition: var(--fpnav-transition-duration) all
}

.fpnav:hover .fpnav__logo {
    grid-gap: 1rem;
    gap: 1rem
}

.fpnav__logo-part-1 {
    background-image: url(../images/sro/z-logo.png);
    width: 2.3125rem;
    height: 3.875rem
}

.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/sro/logo.png);
    width: 0;
    height: 2rem;
    transition: all .2s;
    transition: var(--fpnav-transition-duration) all
}

.fpnav:hover .fpnav__logo-part-2 {
    width: 7.75rem
}

.fpnav__listbox {
    position: relative;
    z-index: 0
}

.fpnav__list,
.fpnav__listbox {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.fpnav__item {
    box-sizing: border-box;
    padding-left: 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;
    justify-content: flex-start;
    align-items: center;
    max-height: 10rem;
    cursor: pointer
}

.fpnav__item,
.fpnav__item:before {
    transition: all .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-image: url(../images/fpnav/bgdecor.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scaleY(.6);
    transform-origin: right center;
    pointer-events: none
}

.fpnav__item:hover:before {
    opacity: 1;
    transform: scaleY(1)
}

.fpnav__marker {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/fpnav/arrow.png);
    background-size: 2.25rem auto;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 2.25rem;
    height: auto;
    position: absolute;
    right: -.8125rem;
    top: 0;
    transition: all .2s;
    transition: var(--fpnav-transition-duration) all;
    filter: grayscale(0) drop-shadow(0 .25rem .75rem rgba(0, 0, 0, .46)) drop-shadow(0 0 .625rem rgba(255, 213, 44, .7));
    pointer-events: none
}

.fpnav:hover .fpnav__item {
    padding-left: 2.5rem
}

.fpnav__item:hover,
.fpnav__item_active {
    color: #e1ce87
}

.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 .2s;
    transition: var(--fpnav-transition-duration) all;
    filter: grayscale(100%) drop-shadow(0 .25rem .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 .25rem .75rem rgba(0, 0, 0, .6)) drop-shadow(0 0 .625rem rgba(255, 213, 44, 1))
}

.fpnav__item-name {
    position: absolute;
    left: 5.625rem;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: all .2s;
    transition: var(--fpnav-transition-duration) all;
    white-space: nowrap;
    opacity: 0;
    transform-origin: left center
}

.fpnav:hover .fpnav__item-name {
    opacity: 1;
    left: 7.875rem;
    transform: translateY(-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: .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: -.46875rem 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: .8125rem;
    font-size: calc(1.625rem*var(--defcontent-content-scale));
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: .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: .3125rem;
    gap: .3125rem;
    grid-gap: calc(0.625rem*var(--defcontent-content-scale));
    gap: calc(0.625rem*var(--defcontent-content-scale));
    margin-top: .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: .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: .875rem;
    font-weight: 400;
    line-height: 1.1;
    position: absolute
}

.notice__content {
    max-width: 75rem;
    margin: auto
}

: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, .8);
    border-radius: .9375rem;
    border: .1875rem solid #ffecbd;
    box-shadow: 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: .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 .625rem rgba(255, 213, 44, 1));
    transition: all .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, .8);
    border-radius: .9375rem;
    padding: .625rem 4.0625rem .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: .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: .625rem;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%)
}

.server__title {
    text-shadow: 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, .9);
    border-radius: .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 .2s;
    transform: translateY(.5rem);
    visibility: hidden;
    opacity: 0;
    bottom: calc(100% + .01rem)
}

.server .server__about {
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.server__about:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -.625rem;
    bottom: -.625rem;
    z-index: -1
}

.server__bar {
    width: 100%;
    border-bottom: .125rem solid #585548;
    box-sizing: border-box;
    padding-bottom: .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: .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: .625rem;
    gap: .625rem
}

.server__info-item {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    padding-left: 1rem
}

.server__info-item:after {
    display: block;
    content: "";
    width: .5rem;
    height: .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: .4em
}

.server__info-val {
    color: #f0b963
}

.server__btns,
.server__countdown {
    margin-top: .625rem
}

.server__btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-area: .625rem;
    --bt-scale: 0.7;
    --bt-fs: 1.25rem;
    --bt-border-width: 1px
}

.hero {
    box-sizing: border-box;
    padding-top: 6.875rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: max(50rem, 100vh);
    padding-bottom: 10rem;
    padding-bottom: calc(var(--footer-height) + 2.5rem)
}

.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(.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: .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 {
    z-index: 0;
    position: absolute;
    top: calc(50% + 5.625rem)
}

.hero__content:after {
    display: block;
    content: "";
    pointer-events: none;
    background: #1e1811;
    width: 50rem;
    height: 12.5rem;
    position: absolute;
    left: calc(50% - 25rem);
    top: calc(50% - 6.25rem);
    z-index: -1;
    border-radius: 50%;
    filter: blur(3.75rem);
    transform: scale(.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:after,
.hero__heading:before {
    content: "";
    pointer-events: none;
    background-color: transparent;
    background-image: url(../images/header-dec-left.png);
    background-image: var(--header-dec-left);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 18.6875rem;
    height: 4.9375rem;
    display: none;
    min-width: 0
}

.hero__heading:after {
    background-image: url(../images/header-dec-right.png);
    background-image: var(--header-dec-right)
}

.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: rgba(var(--color-0), 1);
    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: rgba(var(--color-accent), 1);
    font-size: 1.5rem
}

.hero__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .625rem;
    gap: .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: .625rem;
    gap: .625rem
}

: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: .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: -.46875rem 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: .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: .3125rem;
    gap: .3125rem;
    grid-gap: calc(0.625rem*var(--post-scale));
    gap: calc(0.625rem*var(--post-scale));
    margin-top: .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, .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: .875rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.news__list {
    min-width: 0
}

.news__swiper-slide .post {
    opacity: 0;
    visibility: hidden;
    transition: all .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 .375rem 3.125rem;
    overflow: hidden
}

.streams__stream {
    width: 100%;
    height: auto;
    aspect-ratio: 669/361;
    transition: all .3s;
    opacity: 0
}

.streams__swiper-slide .streams__stream {
    box-sizing: border-box;
    padding: .625rem;
    transform: scale(.8);
    pointer-events: none;
    opacity: .4
}

.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: #fff;
    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: .5rem;
    gap: .5rem;
    margin-top: 1rem
}

.help__link {
    color: #8a8785;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    font-size: .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: .875rem;
    font-weight: 300;
    color: #bdb7a0;
    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: .9375rem;
    box-sizing: border-box;
    padding: 1rem 1.25rem;
    grid-gap: .625rem 1.25rem;
    gap: .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: .875rem;
    gap: .875rem
}

:root {
    --resources-scale: 1
}

.resource {
    display: flex;
    flex-direction: column;
    text-align: center;
    grid-gap: .625rem;
    gap: .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: #fff;
    color: rgba(var(--color-0), 1);
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    font-size: .75rem;
    font-size: calc(0.75rem*var(--resources-scale));
    font-weight: 400;
    line-height: 1.1;
    display: grid;
    grid-gap: .3125rem;
    gap: .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 {
    padding: 3.125rem 0
}

.resources__container {
    background-color: rgba(41, 34, 25, .93);
    padding: 3.125rem 1rem;
    box-sizing: border-box;
    border-radius: 1rem;
    max-width: 31.25rem;
    width: 100%;
    margin: 0 auto;
    border: .125rem solid #898079;
    transition: all .7s ease
}

.resources__heading {
    margin: 0;
    color: #fff;
    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: .125rem solid #898079;
    box-sizing: border-box
}

.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, .2));
    filter: drop-shadow(0 0 4.375rem rgba(var(--color-accent), .2));
    border: .125rem solid #bfac5e;
    border-radius: .5rem
}

.mdl__close {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    background-size: contain;
    border-radius: 50%;
    z-index: 20;
    top: .625rem;
    right: .625rem
}

.mdl__close,
.mdl__close:after,
.mdl__close:before {
    display: block;
    transition: all .3s;
    position: absolute
}

.mdl__close:after,
.mdl__close:before {
    content: "";
    background: #9a8771;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    height: .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: .5rem;
    border: .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: .625rem;
    gap: .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: .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 .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: .5
}

.gw-modal-close {
    display: none
}

.fancybox-is-open .mdl_animated {
    -webkit-animation: modalIn .5s ease;
    animation: modalIn .5s ease
}

.fancybox-is-closing .mdl_animated {
    -webkit-animation: modalout .5s ease;
    animation: modalout .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 .2s;
    width: 100%;
    width: var(--input-width);
    height: 2.75rem;
    height: var(--input-height);
    background-color: #f5f5f5;
    background-color: var(--input-bg);
    border: .125rem solid #ffeba5;
    border: var(--input-border);
    border-radius: .9375rem;
    border-radius: var(--input-border-radius);
    padding: .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: .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 .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: .125rem solid #ffeba5;
    border: var(--input-focus-border);
    border-radius: .9375rem;
    border-radius: var(--input-focus-border-radius);
    padding: .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: .625rem;
    gap: .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: .25rem;
    position: relative;
    cursor: pointer;
    transition: all .2s;
    background-color: rgba(32, 26, 19, .6);
    border: .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: .125rem;
    left: 1px;
    opacity: 0;
    transition: all .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, .6);
    min-width: 0;
    border: .125rem solid #ffeba5;
    box-sizing: border-box;
    border-radius: .9375rem;
    border-radius: var(--input-border-radius)
}

.field[\:has\(.field__input\:focus\)] {
    border: .125rem solid #ffeba5
}

.field:has(.field__input:focus) {
    border: .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: .3125rem;
    border: 1px solid rgba(87, 76, 63, .2)
}

.field__input:where(textarea) {
    height: auto;
    min-height: 4.625rem;
    line-height: 1.125rem;
    line-height: calc(var(--input-font-size) + .125rem);
    padding-top: .3125rem;
    padding-bottom: .3125rem
}

.field[\:has\(textarea\)] {
    height: auto
}

.field:has(textarea) {
    height: auto
}

.fielddesc,
.fieldname {
    color: #fff;
    color: rgba(var(--color-0), 1);
    font-size: .625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.fieldbox {
    display: grid;
    grid-gap: .3125rem;
    gap: .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: .625rem;
    gap: .625rem
}

.form__btns_start {
    justify-content: flex-start
}

.form__links {
    text-align: center;
    font-size: .75rem
}

.form__links_mt {
    margin-top: .625rem
}

.form__links_mb {
    margin-bottom: .625rem
}

.noUi-marker-horizontal.noUi-marker {
    width: 1px;
    background: #928a7e
}

.noUi-value-horizontal {
    transform: translate(-50%, .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: .1875rem
}

.noUi-target {
    background: transparent;
    border-radius: .3125rem;
    border: 0;
    box-shadow: none;
    height: 1.25rem;
    cursor: pointer
}

.noUi-target:after {
    content: "";
    position: absolute;
    width: 100%;
    height: .25rem;
    border-radius: .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: .875rem;
    height: .875rem;
    right: -.4375rem;
    top: -.375rem;
    box-sizing: border-box;
    border-radius: 0;
    background: #2b1f09;
    box-shadow: none;
    border: .25rem solid #ffeba5;
    filter: drop-shadow(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: .625rem;
    border-radius: .9375rem;
    cursor: pointer;
    transition: all .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(.7) brightness(80%);
    filter: var(--playment-filter);
    transition: all .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: .625rem;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #d15050;
    border-radius: .3125rem;
    box-sizing: border-box;
    padding: .125rem .625rem
}

.payment__bg {
    background-color: rgba(32, 26, 19, .6);
    border-radius: .9375rem;
    box-sizing: border-box;
    z-index: -5;
    filter: grayscale(1) opacity(.7) brightness(80%);
    filter: var(--playment-filter);
    border: .125rem solid #ffeba5;
    overflow: hidden
}

.payment__bg,
.payment__bg:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .2s
}

.payment__bg:before {
    display: block;
    content: "";
    z-index: 1;
    background-image: linear-gradient(180deg, #4f46b1, rgba(26, 25, 39, .5));
    background-image: linear-gradient(180deg, var(--payment-bg-color-start), var(--payment-bg-color-end))
}

.payment__check {
    position: absolute;
    left: 0;
    bottom: .5rem;
    right: 0;
    text-align: center;
    color: #ffeba5;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2);
    font-size: .625rem;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    opacity: 0;
    transition: all .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: .625rem;
    gap: .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: .625rem 1.25rem;
    gap: .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%, .2);
    -webkit-backdrop-filter: blur(.5rem);
    backdrop-filter: blur(.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: .875rem;
    box-sizing: border-box;
    padding-top: .625rem;
    padding-bottom: .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: .625rem 1rem;
    gap: .625rem 1rem;
    margin-bottom: 1.875rem
}

:root {
    --footer-height: 7.5rem
}

[data-section=footer] {
    border-top: .25rem solid #bbac8b;
    background-color: rgba(22, 15, 2, .5);
    box-sizing: border-box;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

[data-section=footer]:before {
    background-color: hsla(0, 0%, 63.9%, .4);
    height: .125rem;
    left: 0;
    right: 0;
    top: .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: -2.375rem
}

.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: .625rem;
    gap: .625rem
}

.footer,
.footer__links {
    display: flex;
    justify-content: center;
    align-items: center
}

.footer__links {
    flex-wrap: wrap;
    grid-gap: .5rem;
    gap: .5rem;
    color: #ffeba5;
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: .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: .875rem
}

.footer__desc {
    color: #6e7685;
    font-size: .625rem
}

.footer__side {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.footer__nav {
    display: none
}

.timer {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Intro, Open Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-2)
}

.timer__heading {
    color: #fff;
    color: rgba(var(--color-0), 1);
    text-align: left;
    margin: 0 0 .375rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    grid-gap: .625rem;
    gap: .625rem;
    font-style: normal;
    font-size: .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: .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 .3125rem
}

.timer__devider:after {
    display: block;
    content: ":";
    width: .5rem;
    height: .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%)
}

@media (min-width:460px) {
    .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(.7) translateY(6.25rem)
    }

    .hero__content:after {
        transform: scale(.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
    }
}

@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
    }
}

@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) {
    .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 {
        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))
    }

    .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: .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.875rem
    }

    .lang__current:after {
        display: block
    }

    .lang__list {
        right: calc(100% + 3.75rem)
    }

    .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 .25rem #000
    }

    .stream__title {
        bottom: calc(100% + 1.875rem);
        font-size: 1.875rem
    }

    .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, .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: .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;
        max-width: none
    }

    .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: .625rem;
        padding-bottom: .625rem
    }

    .payment__pic {
        width: 72%
    }

    .payment__check {
        font-size: .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.125rem
    }
}

@media (min-width:1050px) {
    .heading:after {
        display: block
    }

    :root {
        --btn-scale: 1;
        --bt-scale: 1;
        --bt-fs: 1rem;
        --bt-border-width: 0.1875rem
    }

    .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) {
    html {
        font-size: calc(max(.5vw, .25rem) + max(.55vh, .25rem))
    }

    .page {
        overflow: hidden
    }

    .ttl {
        font-size: 1.375rem
    }

    .heading {
        font-size: 2.5rem
    }

    .heading_bb {
        padding-bottom: 2.875rem;
        border-bottom: .25rem solid #928a7e
    }

    .heading_bt {
        padding-top: 2.875rem;
        border-top: .25rem solid #928a7e
    }

    .heading_mb {
        margin-bottom: 2.5rem
    }

    .heading_mt {
        margin-top: 2.5rem
    }

    .arrow {
        --arrow-scale: 1
    }

    .dots {
        grid-gap: .875rem;
        gap: .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: .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 .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 .2s ease;
        opacity: 0;
        transform: scaleX(.6);
        transform-origin: center bottom;
        pointer-events: none
    }

    .menu__link-decor:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: .25rem;
        background-color: #ffeba5;
        box-shadow: 0 .25rem 1.5rem rgba(0, 0, 0, .8), 0 0 1.3125rem rgba(255, 213, 44, .43)
    }

    .menu__link:hover .menu__link-decor {
        opacity: 1;
        transform: scaleX(1)
    }

    .menu__devider {
        width: .1875rem;
        height: 3.5rem;
        background-color: #676158;
        align-self: center
    }

    .fp {
        transition: all .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: .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: .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: .9375rem 4.0625rem .9375rem 1.875rem;
        font-size: 1rem
    }

    .server__about {
        transform: translateY(-.5rem);
        top: calc(100% + .5rem);
        bottom: auto
    }

    .hero__content:after,
    .hero__media {
        transform: scale(1)
    }

    .hero__subtitle {
        font-size: 2.375rem
    }

    .hero__title {
        font-size: 3.75rem
    }

    .hero__servers {
        top: auto;
        bottom: calc(50% + 6.25rem);
        left: 14%;
        transform: translateX(0)
    }

    :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: .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 .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: .625rem 0;
        padding: calc(0.625rem*var(--resources-scale)) 0
    }

    .resource__btn {
        --btn-scale: 0.7
    }

    .resources__container {
        border-radius: 0;
        width: 50%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 7.5rem;
        bottom: var(--footer-height);
        padding: 3.125rem 12.5rem 1.875rem 3.125rem;
        border: 0;
        border-left: .25rem solid #ffeba5;
        opacity: 0;
        transform: translateX(90%);
        background-color: rgba(41, 34, 25, .8)
    }

    .swiper-slide-active .resources__container {
        opacity: 1;
        transform: translateX(0)
    }

    .resources__list {
        margin-top: 0
    }

    .resources__resource {
        border-bottom: .25rem solid #898079
    }

    :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: .3125rem 1.25rem;
        font-size: .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: 20vh;
        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
    }
}

@media (min-width:2060px) {
    html {
        font-size: calc(max(.4vw, .25rem) + max(.65vh, .25rem))
    }

    .fp__box {
        min-height: max(58.75rem, 100vh)
    }

    :root {
        --defcontent-content-scale: 1
    }

    .help__title {
        font-size: 1.75rem
    }

    :root {
        --resources-scale: 1
    }

    .resources__container {
        padding: 4.375rem 13.75rem 1.25rem 4.375rem
    }

    .resources__heading {
        font-size: 2.8125rem
    }
}

@media (min-width:2600px) AND (min-height:1000px) {
    html {
        font-size: calc(max(.2vw, .25rem) + max(1.1vh, .3125rem))
    }
}

@media (min-width:1200px) AND (max-height:820px) {
    .hero__content {
        top: calc(50% + 2.5rem)
    }
}

@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: .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 .125rem .125rem #000)
    }

    .gw-burger__line {
        height: .125rem;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #fff;
        background-color: rgba(var(--color-0), 1);
        border-radius: 0;
        transition: top .3s .3s, right .3s .3s, left .3s .2s, bottom .3s .3s, opacity .3s .4s, transform .3s 0s
    }

    .gw-burger__line_pos_top {
        top: 0
    }

    .gw-burger__line_pos_middle {
        top: 50%;
        transform: translateY(-50%);
        transition: all 0s .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 .3s .1s, right .3s .1s, left .3s 0s, bottom .3s .1s, opacity 0s .1s, transform .3s .4s
    }

    .mob-menu-active .gw-burger__line_pos_middle {
        opacity: 0;
        transition: opacity .3s .3s, transform .3s .1s, left .3s .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 .3s .1s, right .3s .1s, left .1s .3s, bottom .3s .1s, opacity 0s .1s, transform .3s .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, .3));
        mask: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .3));
        opacity: 0;
        pointer-events: none;
        transition: all .5s .3s
    }

    .mob-menu-active .menuoverlay {
        opacity: 1;
        pointer-events: all;
        transition: all .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 .5s .3s;
        visibility: hidden;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        transform: translateX(-100%);
        border-right: .1875rem solid #ffecbd
    }

    .mob-menu-active .menubox {
        visibility: visible;
        opacity: 1;
        transition: all .5s;
        transform: translateX(0)
    }

    .menubox__body {
        width: 100%;
        overflow-y: auto
    }

    .menu__link {
        padding: .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 .2s;
        font-family: Albertus, Philosopher, Times New Roman, Times, serif;
        font-family: var(--font-0)
    }

    .menu__devider {
        display: none
    }

    .menu__container {
        padding: .625rem 1.875rem;
        box-sizing: border-box;
        margin-top: .625rem
    }
}

.pr {
    padding-right: .875rem;
    padding-right: var(--margin)
}

.pl {
    padding-left: .875rem;
    padding-left: var(--margin)
}

.pt {
    padding-top: .875rem;
    padding-top: var(--margin)
}

.pb {
    padding-bottom: .875rem;
    padding-bottom: var(--margin)
}

.mr {
    margin-right: .875rem;
    margin-right: var(--margin)
}

.ml {
    margin-left: .875rem;
    margin-left: var(--margin)
}

.mt {
    margin-top: .875rem;
    margin-top: var(--margin)
}

.mb {
    margin-bottom: .875rem;
    margin-bottom: var(--margin)
}

.m {
    margin: .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: .5em
}

.fs_minus_4 {
    font-size: .6em
}

.fs_minus_3 {
    font-size: .7em
}

.fs_minus_2 {
    font-size: .8em
}

.fs_minus_1 {
    font-size: .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: Alice, Times New Roman, Times, 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%
}

.registration-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background-color: rgba(30, 24, 17, 0.6);
    border: 0.125rem solid #ffeba5;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 235, 165, 0.3);
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.form-group label {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}
.form-control {
    padding: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffeba5;
    background-color: rgba(30, 24, 17, 0.6);
    border: 0.125rem solid #ffeba5;
    border-radius: 5px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    height: 3.5rem;
}
.form-control:focus {
    outline: none;
    border-color: #fff5cc;
    box-shadow: 0 0 8px rgba(255, 235, 165, 0.5);
}
.form-control::placeholder {
    color: #ffeba5;
    opacity: 0.7;
}
.resource__btn.btn {
    padding: 12px 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffeba5;
    background: rgba(30, 24, 17, .6);
    border: 0.125rem solid #ffeba5;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.resource__btn.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 12px rgba(255, 235, 165, 0.5);
}
.g-recaptcha {
    margin: 15px 0;
}
@media (max-width: 768px) {
    .registration-form {
        padding: 15px;
    }
    .form-group label {
        font-size: 14px;
    }
    .form-control {
        font-size: 12px;
        padding: 10px;
    }
    .resource__btn.btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}
.modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
}
.modal {
    background-color: #000000c7;
    border-radius: 0.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    width: 100%;
    max-width: 400px;
    padding: 1.5rem;
    position: relative;
}
.close-button {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: none;
    border: none;
    color: #9CA3AF;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
}
.close-button:hover {
    color: white;
}
.discord-logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.discord-logo {
    border-radius: 1rem;
    padding: 1rem;
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-content {
    text-align: center;
}
.modal-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.modal-description {
    color: #D1D5DB;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}
.discord-button {
    background-color: #5865F2;
    color: white;
    border: none;
    border-radius: 0.375rem;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    text-decoration: none;
}
.discord-button:hover {
    background-color: #4752C4;
}
.show-modal-button {
    background-color: #22C55E;
    color: white;
    border: none;
    border-radius: 0.375rem;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s;
}
.show-modal-button:hover {
    background-color: #16A34A;
}
.hidden {
    display: none;
}
.iti__country-list {
    background-color: rgb(30 24 17);
}