: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: var(--input-placeholder-color);
    opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
    color: var(--input-placeholder-color);
    opacity: 1
}

:-ms-input-placeholder {
    color: var(--input-placeholder-color);
    opacity: 1
}

:focus::-webkit-input-placeholder {
    color: var(--input-placeholder-color-focus)
}

:focus:-moz-placeholder,
:focus::-moz-placeholder {
    color: var(--input-placeholder-color-focus)
}

:focus:-ms-input-placeholder {
    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: var(--table-border-width) var(--table-border-type) var(--table-border-color);
    border-collapse: collapse
}

td,
th {
    border: var(--table-border-width) var(--table-border-type) var(--table-border-color);
    padding: .625em 1em
}

::-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/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
    }
}

.preload {
    background-color: #0b0b0b;
    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 {
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 3.5rem;
    height: 4.25rem;
    flex-shrink: 0;
    cursor: pointer;
    transition: all .3s
}

.arrow:hover {
    filter: brightness(120%)
}

.arrow_prev {
    background-image: url(../images/arrow-prev.svg)
}

.arrow_next {
    background-image: url(../images/arrow-next.svg)
}

.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));
    min-width: 12.5rem;
    min-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 {
    --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/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/logo-part-1.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/logo-part-2.png);
    width: 0;
    height: 2rem;
    transition: all .2s;
    transition: var(--fpnav-transition-duration) all
}

.fpnav:hover .fpnav__logo-part-2 {
    width: 7.75rem
}

.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/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__item:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/arrow_1.png);
    background-size: 2.25rem auto;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 2.25rem;
    height: auto;
    position: absolute;
    right: -.8125rem;
    top: 0;
    bottom: 0;
    transition: all .2s;
    transition: var(--fpnav-transition-duration) all;
    opacity: 0;
    transform: scaleX(0);
    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__item_active:after {
    opacity: 1;
    transform: scaleX(1)
}

.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/ico-1_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)
}

.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;
    outline: .3125rem solid #000
}

.stream:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/decor-top.png), url(../images/decor-bottom.png);
    background-size: 31.3125rem 5.625rem, 31.3125rem 5.625rem;
    background-position: top, bottom;
    background-repeat: no-repeat, no-repeat;
    width: 31.3125rem;
    position: absolute;
    top: -2.375rem;
    bottom: -2.8125rem;
    left: calc(50% - 15.65625rem);
    z-index: 2;
    pointer-events: none
}

.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;
    height: 5.3125rem;
    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))
}

.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-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% + 6.25rem)
}

.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 {
    display: block;
    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
}

:root {
    --post-scale: 0.5
}

.post {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.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/post-decor.png);
    background-size: contain;
    background-position: 0;
    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(90deg, 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: center center;
    object-position: center center
}

.news {
    min-width: 0;
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
    position: relative;
    z-index: 0
}

.news__slider {
    min-width: 0;
    width: 100%;
    max-width: 31.25rem
}

.news__dots {
    margin-bottom: .875rem
}

.news__list {
    min-width: 0
}

: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/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
}

: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, .8);
    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
}

.help {
    line-height: 1.2
}

.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: flex-start;
    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
}

.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/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)
    }
}

.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
}

.streams {
    padding: 3.125rem 0
}

.notice,
.streams {
    box-sizing: border-box
}

.notice {
    min-height: 3.5rem;
    padding: .625rem 3.75rem;
    left: 0;
    top: 0;
    right: 0;
    z-index: 5;
    background-color: transparent;
    background-image: url(../images/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
}

@media (min-width:460px) {
    .hero__subtitle {
        font-size: 1.375rem
    }

    .hero__title {
        font-size: 1.875rem
    }
}

@media (min-width:540px) {
    .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
    }
}

@media (min-width:680px) {
    :root {
        --post-scale: 0.7
    }

    .post__btn {
        --btn-scale: 0.9
    }

    .news__slider {
        max-width: 468.75rem
    }

    .resource__btn {
        --btn-scale: 0.8
    }

    .mdl__heading {
        font-size: 2.5rem
    }

    .mdl__head {
        grid-gap: 1.875rem;
        gap: 1.875rem
    }

    .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
    }
}

@media (min-width:720px) {
    :root {
        --post-scale: 0.8
    }

    .notice {
        font-size: 1rem
    }
}

@media (min-width:840px) {
    .btn {
        min-height: 4.625rem;
        min-height: calc(4.625rem*var(--btn-scale));
        min-width: 17.5rem;
        min-width: calc(17.5rem*var(--btn-scale));
        font-size: 1.375rem;
        font-size: calc(1.375rem*var(--btn-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)
    }

    .hero__heading:after,
    .hero__heading:before,
    .lang__item:after {
        display: block
    }

    .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
    }

    .help__title {
        font-size: 1.625rem
    }

    .help__desc,
    .help__link {
        font-size: 1.25rem
    }

    .mdl__close {
        width: 1.875rem;
        height: 1.875rem;
        display: none
    }

    .mdl__inner {
        padding: 5rem 4.375rem
    }

    .mdl__btn-close {
        display: flex
    }

    .file__btn {
        --btn-scale: 0.8
    }
}

@media (min-width:940px) {
    :root {
        --post-scale: 0.9
    }

    .resources__container {
        padding: 3.125rem
    }
}

@media (min-width:1050px) {
    :root {
        --btn-scale: 1
    }

    .post__btn {
        --btn-scale: 0.9
    }

    .mdl__head:after {
        display: block
    }

    .file__btn {
        --btn-scale: 0.86
    }
}

@media (min-width:1200px) {
    html {
        font-size: calc(max(.5vw, .25rem) + max(.55vh, .25rem))
    }

    .page {
        overflow: hidden
    }

    .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/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
    }

    .hero__content:after,
    .hero__media {
        transform: scale(1)
    }

    .hero__subtitle {
        font-size: 2.375rem
    }

    .hero__title {
        font-size: 3.75rem
    }

    :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
    }

    .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
    }

    [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
    }

    :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 #898079;
        opacity: 0;
        transform: translateX(90%)
    }

    .swiper-slide-active .resources__container {
        opacity: 1;
        transform: translateX(0)
    }

    .resources__list {
        margin-top: 0
    }

    .resources__resource {
        border-bottom: .25rem solid #898079
    }

    .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)
    }
}

@media (min-width:2060px) {
    html {
        font-size: calc(max(.4vw, .25rem) + max(.65vh, .25rem))
    }

    .fp__box {
        min-height: max(58.75rem, 100vh)
    }

    :root {
        --resources-scale: 1
    }

    .resources__container {
        padding: 4.375rem 13.75rem 1.25rem 4.375rem
    }

    .resources__heading {
        font-size: 2.8125rem
    }

    .help__title {
        font-size: 1.75rem
    }
}

@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%
}