:root {
    --g-size: 1;
    --body-min-width: 320px;
    --body-max-width: 100%;
    --body-background-color-rgb: #15181d;
    --body-background-color: 21, 24, 29;
    --container-width: calc(max(78.125rem, 1250px) * var(--g-size));
    --container-width-large: calc(max(112.5rem, 1800px) * var(--g-size));
    --navigation-height: calc(max(3.75rem, 60px) * var(--g-size));
    --navigation-height-scroll: calc(max(3.75rem, 60px) * var(--g-size));
    --font-0: "Open Sans", "PT Sans", Tahoma, Arial, sans-serif;
    --font-1: "Philosopher", "Times New Roman", Times, serif;
    --font-2: "Montserrat", 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: #ffb62f;
    --color-orange: 255, 182, 47;
    --color-pink-rgb: pink;
    --color-pink: 255, 192, 203;
    --color-purple-rgb: #cc17cc;
    --color-purple: 204, 23, 204;
    --color-blue-rgb: #3183ff;
    --color-blue: 49, 131, 255;
    --color-green-rgb: #1fe91f;
    --color-green: 31, 233, 31;
    --color-grey-rgb: gb(117, 117, 117);
    --color-grey: 117, 117, 117;
    --color-white-rgb: #fff;
    --color-white: 255, 255, 255;
    --color-black-rgb: #000;
    --color-black: 0, 0, 0;
    --color-brown-rgb: #c22929;
    --color-brown: 194, 41, 41;
    --color-aqua-rgb: #0ff;
    --color-aqua: 0, 255, 255;
    --color-0-rgb: #cbcbcb;
    --color-0: 203, 203, 203;
    --color-1-rgb: #141414;
    --color-1: 20, 20, 20;
    --color-2-rgb: #fff;
    --color-2: 255, 255, 255;
    --color-3-rgb: #493c3c;
    --color-3: 73, 60, 60;
    --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: #d3b681;
    --color-accent: 211, 182, 129;
    --color-accent-hover-rgb: #e3b45b;
    --color-accent-hover: 227, 180, 91;
    --color-accent-2-rgb: #907b5b;
    --color-accent-2: 144, 123, 91;
    --color-url-rgb: #d3b681;
    --color-url: 211, 182, 129;
    --input-width: auto;
    --input-height: calc(2.375rem * var(--g-size));
    --input-bg: #fff;
    --input-border: 1px solid #dadada;
    --input-border-radius: max(0.3125rem, 5px);
    --input-color: #455971;
    --input-text-align: left;
    --input-font-family: var(--font-0);
    --input-font-size: max(0.875rem, 14px);
    --input-font-weight: 400;
    --input-padding: max(0.1875rem, 3px) max(0.625rem, 10px);
    --input-box-shadow: none;
    --input-outline: none;
    --input-disabled-bg: #f9f9f9;
    --input-placeholder-color: #999;
    --input-placeholder-color-focus: transparent;
    --input-focus-width: var(--input-width);
    --input-focus-height: var(--input-height);
    --input-focus-bg: var(--input-bg);
    --input-focus-border: var(--input-border);
    --input-focus-border-radius: var(--input-border-radius);
    --input-focus-color: var(--input-color);
    --input-focus-text-align: var(--input-text-align);
    --input-focus-font-family: var(--input-font-family);
    --input-focus-font-size: var(--input-font-size);
    --input-focus-font-weight: var(--input-font-weight);
    --input-focus-padding: var(--input-padding);
    --input-focus-box-shadow: var(--input-box-shadow);
    --input-focus-outline: var(--input-outline);
    --input-focus-disabled-bg: var(--input-disabled-bg);
    --margin: calc(max(0.625rem, 10px) * var(--g-size));
    --margin-x2: calc(var(--margin *2));
    --margin-half: calc(var(--margin) / 2);
    --margin-third: calc(var(--margin) / 3);
    --negative-margin: calc(var(--margin) * -1);
    --table-bg: 38, 38, 38;
    --table-bg-2: 48, 48, 48;
    --table-bg-thead: 21, 21, 21;
    --table-border-width: max(0.0625rem, 1px);
    --table-border-type: solid;
    --table-border-color: 68, 68, 68;
    --spoiler-bg: 21, 21, 21;
    --spoiler-bg-heading: 21, 21, 21;
    --spoiler-bg-heading-hover: 32, 32, 32;
    --spoiler-border-color: 68, 68, 68;
    --tippy-bg-color: rgba(0, 0, 0, 0.7);
    --tippy-text-color: rgba(var(--color-0), 1);
    --tippy-font-size: max(0.875rem, 14px);
    --tippy-border-radius: 0;
    --tippy-border-color: #f1c93c;
    --border-radius: 0;
    --border-width: 1px;
    --border-type: solid;
    --border-color: var(--color-accent-2);
    --border: var(--border-width) var(--border-type) rgba(var(--border-color), 0.8);
    --shadow: 0px 7px 54px rgba(36, 30, 10, 0.1);
    --header-height: calc(100vh - var(--navigation-height));
    --header-max-height: 62.5rem;
    --header-padding-top: 1.25rem;
    --header-padding-bottom: 5rem;
    --header-char-right: 55%;
    --title-color: var(--color-accent);
    --desc-color: var(--color-0);
    --btn-color: 255, 255, 255;
    --btn-bg: url(../images/btn/btn.png);
    --scl-color-1: rgba(var(--color-0), 1);
    --scl-width: 3.5rem;
    --scl-height: 3.5rem;
    --scl-bg: url(../images/scl/bg.png);
    --scl-font-size: 1.125rem;
    --scl-list-gap: 1.25rem 1.5rem;
    --scl-sep-display: none
}

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: -2px
}

[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: #d3b681;
    color: rgba(var(--color-url), 1);
    transition-duration: .2s;
    transition-property: opacity, color, background-color;
    outline: 0
}

a:hover {
    text-decoration: none
}

a:active, a:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: #999;
    color: var(--input-placeholder-color);
    opacity: 1
}

:-moz-placeholder, ::-moz-placeholder {
    color: #999;
    color: var(--input-placeholder-color);
    opacity: 1
}

:-ms-input-placeholder {
    color: #999;
    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: solid #444;
    border: var(--table-border-width) var(--table-border-type) rgba(var(--table-border-color), 1);
    border-collapse: collapse
}

td, th {
    border: solid #444;
    border: var(--table-border-width) var(--table-border-type) rgba(var(--table-border-color), 1);
    padding: .625em 1em
}

thead {
    background: #151515;
    background: rgba(var(--table-bg-thead), 1)
}

p {
    min-height: 1px
}

html {
    scroll-behavior: smooth;
    line-height: 1.3;
    -webkit-text-size-adjust: 100%;
    font-family: Open Sans, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: 75%;
    font-weight: 400;
    color: #cbcbcb;
    color: rgba(var(--color-0), 1);
    cursor: default;
    height: auto !important
}

body, html {
    overflow-x: clip
}

body {
    top: 0 !important;
    position: relative !important;
    z-index: 0;
    margin: 0;
    background-color: #15181d;
    background-color: rgba(var(--body-background-color), 1);
    background-image: none;
    background-size: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 100vh;
    min-width: 320px;
    min-width: var(--body-min-width);
    display: flex;
    flex-direction: column
}

.other-page {
    --header-height: 37.5rem;
    --header-max-height: 62.5rem;
    --header-padding-top: 1.25rem;
    --header-padding-bottom: 0;
    --header-char-right: 50%
}

.page {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    min-height: 100vh;
    width: 100%;
    min-width: 320px;
    min-width: var(--body-min-width);
    max-width: 100%;
    max-width: var(--body-max-width);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    transition: all .3s;
    box-sizing: border-box
}

.page:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-image: url(../images/bg/footer.jpg?v1);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 75rem;
    z-index: -1;
    -webkit-mask: linear-gradient(0deg, #000 0, #000 5rem, #000 calc(100% - 20rem), transparent)
}

.section {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box
}

.section_dec {
    z-index: 4
}

.pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    pointer-events: none;
    background-color: transparent;
    background-image: url(../images/pattern.png);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat
}

.container {
    max-width: calc(max(78.125rem, 1250px) * 1 + max(.625rem, 10px) * 1 * 4);
    max-width: calc(var(--container-width) + var(--margin) * 4);
    width: 100%;
    min-width: 0;
    padding-right: calc(max(.625rem, 10px) * 1 * 2);
    padding-right: calc(var(--margin) * 2);
    padding-left: calc(max(.625rem, 10px) * 1 * 2);
    padding-left: calc(var(--margin) * 2);
    position: relative;
    z-index: 2;
    box-sizing: border-box
}

.container_large {
    max-width: calc(max(112.5rem, 1800px) * 1 + max(.625rem, 10px) * 1 * 4);
    max-width: calc(var(--container-width-large) + var(--margin) * 4)
}

.container_fluid {
    max-width: 100%
}

.container_padding_top {
    padding-top: 6.25rem
}

.container_padding_bottom {
    padding-bottom: 6.25rem
}

.rw {
    margin-left: calc(max(.625rem, 10px) * 1 * -1);
    margin-left: calc(var(--margin) * -1);
    margin-right: calc(max(.625rem, 10px) * 1 * -1);
    margin-right: calc(var(--margin) * -1)
}

.cl {
    box-sizing: border-box;
    padding-left: calc(max(.625rem, 10px) * 1);
    padding-left: calc(var(--margin));
    padding-right: calc(max(.625rem, 10px) * 1);
    padding-right: calc(var(--margin))
}

.spacer {
    flex-grow: 1;
    min-height: 6.5rem
}

.compensate-navigation {
    padding-top: calc(max(3.75rem, 60px) * 1);
    padding-top: var(--navigation-height);
    box-sizing: border-box
}

.section-decor {
    background-color: transparent;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: max(113.625rem, 1818px);
    height: max(6.25rem, 100px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none
}

.section-decor_type_1 {
    background-image: url(../images/section-decor-1.png)
}

.section-decor_type_2 {
    background-image: url(../images/section-decor-2.png)
}

.section-decor_pos_bottom {
    top: calc(100% - max(2.5rem, 40px))
}

.section-decor_pos_top {
    bottom: calc(100% - max(2.5rem, 40px))
}

.dec {
    z-index: 4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.dec__bottom, .dec__top {
    display: block;
    content: "";
    background-color: transparent;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 110.375rem;
    height: .625rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.dec__top {
    background-image: url(../images/dec-1.png);
    bottom: 100%
}

.dec__bottom {
    background-image: url(../images/dec-2.png);
    top: 100%
}

.dec__border {
    position: absolute;
    top: max(.1875rem, 3px);
    right: 0;
    bottom: max(.1875rem, 3px);
    left: 0;
    border-top: solid rgba(47, 49, 53, .4);
    border-bottom: solid rgba(47, 49, 53, .4)
}

.dec__border_features {
    border-top: 0;
    border-bottom: solid rgba(144, 123, 91, .7);
    border-bottom: max(.1875rem, 3px) solid rgba(var(--color-accent-2), .7);
    bottom: max(.25rem, 4px)
}

.link {
    text-decoration: underline
}

.link:hover, .link_tdn {
    text-decoration: none
}

.link_hover_tdu:hover {
    text-decoration: underline
}

.lnk {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    fill: #d3b681;
    fill: rgba(var(--color-accent), 1);
    cursor: pointer;
    font-style: normal;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    transition: all .3s;
    color: #7c7c7c;
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase
}

.lnk:hover {
    color: #d3b681;
    color: rgba(var(--color-accent), 1)
}

.lnk__pic {
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: .375rem;
    transition: all .2s
}

.lnk:hover .lnk__pic {
    opacity: .3
}

.lnk__img {
    display: block;
    fill: inherit;
    width: 100%;
    height: 100%
}

[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
    }
}

.btns {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-gap: max(.625rem, 10px);
    gap: max(.625rem, 10px);
    width: 100%
}

.btns__box, .btns_content_center {
    justify-content: center
}

.btns__box {
    width: 100%;
    max-width: max(15.625rem, 250px);
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 400;
    font-size: max(.75rem, 12px);
    line-height: 1.64;
    color: #cbcbcb;
    color: rgba(var(--color-0), 1);
    grid-gap: .3125rem;
    gap: .3125rem
}

.scroll {
    overflow-x: auto;
    scrollbar-width: none
}

.scroll::-webkit-scrollbar {
    width: max(.3125rem, 5px);
    height: max(.75rem, 12px);
    border-bottom: 5px solid #212023;
    background-color: transparent
}

.scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
    height: max(.3125rem, 5px);
    width: max(.3125rem, 5px);
    border-top: max(.5rem, 8px);
    border-bottom: solid #ffb62f;
    border-bottom: max(.3125rem, 5px) solid rgba(var(--color-orange), 1)
}

.itm {
    display: flex;
    align-items: flex-start;
    color: #cbcbcb;
    color: rgba(var(--color-0), 1);
    grid-gap: .875rem;
    gap: .875rem
}

.itm__pic {
    flex-shrink: 0
}

.itm__img {
    display: block;
    min-width: max(2rem, 32px)
}

.itm__title {
    font-family: Open Sans, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: 1.125rem
}

.itm__content {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #cbcbcb;
    color: rgba(var(--color-0), 1)
}

.itm__content, .title {
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.title {
    line-height: 1.1;
    color: #d3b681;
    color: rgba(var(--color-accent), 1);
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0
}

.title_color_inverse {
    color: #907b5b
}

.desc {
    color: #cbcbcb;
    color: rgba(var(--color-0), 1);
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4
}

.desc_color_inverse {
    color: #757575
}

.heading {
    display: grid;
    grid-gap: .5rem;
    gap: .5rem;
    text-align: center
}

.heading_mb {
    margin-bottom: 3.125rem
}

.auth {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .3125rem 1.25rem;
    gap: .3125rem 1.25rem
}

.content-style tr {
    background: rgba(38, 38, 38, .7);
    background: rgba(var(--table-bg), .7)
}

.content-style tr:nth-child(2n) {
    background: rgba(48, 48, 48, .7);
    background: rgba(var(--table-bg-2), .7)
}

.content-style img {
    vertical-align: middle
}

.content-style ul {
    list-style-type: none;
    padding-left: 0
}

.content-style li {
    margin: 10px 0;
    position: relative;
    z-index: 0
}

.content-style ul li {
    padding-left: 1.875rem
}

.content-style ul li:before {
    display: inline-block;
    content: "";
    background-color: transparent;
    background-image: url(../images/icons/point.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 1.2rem;
    height: .95rem;
    position: absolute;
    left: 0;
    top: .3125rem
}

.content-style h1, .content-style h2, .content-style h3, .content-style h4, .content-style h5, .content-style h6 {
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    text-transform: uppercase;
    color: #d3b681;
    color: rgba(var(--color-accent), 1);
    box-sizing: border-box;
    border-left: solid #d3b681;
    border-left: max(.125rem, 2px) solid rgba(var(--color-accent), 1);
    padding-left: 1.25rem
}

.cover {
    height: 15.625rem;
    width: 100%;
    margin: 1.875rem 0;
    filter: drop-shadow(0 0 1px rgba(211, 182, 129, 1)) drop-shadow(0 0 20px rgba(0, 0, 0, .7));
    filter: drop-shadow(0 0 1px rgba(var(--color-accent), 1)) drop-shadow(0 0 20px rgba(0, 0, 0, .7))
}

.cover img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    -webkit-clip-path: polygon(2.5rem 0, calc(100% - 2.5rem) 0, 100% 2.5rem, 100% calc(100% - 2.5rem), calc(100% - 2.5rem) 100%, 2.5rem 100%, 0 calc(100% - 2.5rem), 0 2.5rem);
    clip-path: polygon(2.5rem 0, calc(100% - 2.5rem) 0, 100% 2.5rem, 100% calc(100% - 2.5rem), calc(100% - 2.5rem) 100%, 2.5rem 100%, 0 calc(100% - 2.5rem), 0 2.5rem)
}

.item {
    display: flex;
    align-items: flex-start;
    color: rgba(var(--color-text-0), 1);
    grid-gap: 1rem;
    gap: 1rem
}

.item__pic {
    flex-shrink: 0
}

.item__img {
    display: block;
    min-width: 2rem
}

.item__title {
    font-size: 1.1rem;
    font-weight: 700
}

.item__content, .item__title {
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.item__content {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: 203, 203, 203;
    color: var(--color-0)
}

.ico-wrp {
    display: inline-block;
    min-height: 64px
}

.preload {
    background-color: #15181d;
    background-color: rgba(var(--body-background-color), 1);
    min-width: 320px;
    min-width: var(--body-min-width);
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: all .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 10px
}

.preload__logo {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block
}

.preload_fade {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.4)
}

@-webkit-keyframes preanimateout {
    0% {
        transform: translate(-50%, -50%) scale(1)
    }
    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: 5px;
    background: #c8816b
}

.preload__stars {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: max(.625rem, 10px);
    gap: max(.625rem, 10px);
    color: #ffe027
}

.gw-timer, .gw-timer__item {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.gw-timer__item {
    flex-direction: column;
    color: #fff;
    color: rgba(var(--color-2), 1);
    text-align: center;
    width: 4.6875rem;
    height: 5rem;
    line-height: 1
}

.gw-timer__dot {
    width: max(.0625rem, 1px);
    height: 2.5rem;
    color: #cbcbcb;
    color: rgba(var(--color-0), 1);
    font-size: 1.875rem;
    background: linear-gradient(180deg, rgba(143, 122, 91, 0) 0, #8f7a5b 50%, rgba(143, 122, 91, 0))
}

.gw-timer__dot:last-child {
    display: none
}

.gw-timer__amount {
    color: #cbcbcb;
    color: rgba(var(--color-0), 1);
    font-size: 2.1875rem;
    font-weight: 700
}

.gw-timer__amount, .gw-timer__desc {
    text-transform: uppercase;
    box-sizing: border-box
}

.gw-timer__desc {
    color: #fff;
    color: rgba(var(--color-2), 1);
    font-size: .875rem;
    font-weight: 400
}

.end-time {
    color: rgba(var(--color-1), .5);
    font-size: 1rem;
    line-height: 1.5rem;
    display: inline-block;
    background-color: #22222273;
    box-sizing: border-box;
    padding: .4rem .8rem;
    border-radius: .5rem;
    color: #fff;
    font-weight: 700;
}

.countdown__heading {
    color: #fff;
    color: rgba(var(--color-2), 1);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.375rem;
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: max(.875rem, 14px);
    font-weight: 400
}

.countdown__box {
    background-color: rgba(0, 0, 0, .33);
    border-left: solid #665945;
    border-bottom: solid #665945;
    border-right: solid #665945;
    position: relative;
    z-index: 0
}

.countdown__box:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: max(.0625rem, 1px);
    background: linear-gradient(270deg, #665945 0, #665945 37%, rgba(102, 89, 69, 0) 0, rgba(102, 89, 69, 0) 63%, #665945 0, #665945);
    z-index: 2
}

.countdown__decor {
    position: absolute;
    top: -.625rem;
    right: -.625rem;
    bottom: -.625rem;
    left: -.625rem;
    border-left: solid #907b5b;
    border-bottom: solid #907b5b;
    border-right: solid #907b5b
}

.countdown__decor-top {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: max(.125rem, 2px);
    background: linear-gradient(270deg, #907b5b 0, #907b5b 40%, rgba(144, 123, 91, 0) 0, rgba(144, 123, 91, 0) 60%, #907b5b 0, #907b5b);
    z-index: 2
}

.countdown__decor-top:after, .countdown__decor-top:before {
    display: block;
    content: "";
    background-color: #907b5b;
    width: .5625rem;
    height: .5625rem;
    border-radius: 50%;
    position: absolute;
    top: -.25rem
}

.countdown__decor-top:before {
    left: 40%
}

.countdown__decor-top:after {
    right: 40%
}

.btn {
    --w: 22rem;
    --h: 4.375rem;
    --scale: 0.8;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    grid-gap: .5rem;
    gap: .5rem;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
    font-style: normal;
    color: #fff;
    color: rgba(var(--btn-color), 1);
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: calc(1rem * var(--scale));
    font-weight: 700;
    cursor: pointer;
    text-shadow: none;
    box-shadow: none;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    outline: 0;
    background: transparent;
    border: 0;
    line-height: 1.2;
    padding: 0 calc(3.125rem * var(--scale));
    width: calc(var(--w) * var(--scale));
    height: calc(var(--h) * var(--scale))
}

.btn, .btn:before {
    transition: all .2s
}

.btn:before {
    --aw: var(--w);
    --ah: var(--h);
    display: block;
    content: "";
    position: absolute;
    top: calc(0px * var(--scale));
    left: calc(0px * var(--scale));
    z-index: -1;
    background-image: url(../images/btn/btn.png);
    background-image: var(--btn-bg);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: calc(var(--aw) * var(--scale));
    height: calc(var(--ah) * var(--scale));
    transform-style: preserve-3d;
    perspective: 1000px;
    pointer-events: none
}

.btn:hover:after, .btn:hover:before {
    filter: brightness(130%)
}

.btn_type_1 {
    --btn-bg: url(../images/btn/btn_type_1.png);
    --btn-color: 102, 102, 102
}

.points {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 20;
    padding: 0;
    display: none
}

.point, .points {
    align-items: center
}

.point {
    display: none;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 1.0625rem;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .5);
    color: rgba(var(--color-2), .5);
    cursor: pointer;
    margin: 0 .625rem;
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.point__dot {
    width: 1.5rem;
    height: 1.1875rem;
    flex-shrink: 0;
    transition: all .2s;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.point__dot:after {
    display: block;
    content: "";
    background: url(../images/points/point.png) no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 1.5rem;
    height: 1.1875rem;
    position: relative;
    z-index: 0;
    transition: all .2s
}

.point_active .point__dot:after, .point_active:hover .point__dot:after {
    opacity: 1
}

.point__name {
    display: none;
    position: absolute;
    white-space: nowrap;
    transition: all .2s;
    transform-origin: left center;
    left: 50%;
    bottom: 1.875rem;
    text-shadow: 0 max(.0625rem, 1px) max(.0625rem, 1px) #030303
}

.point:hover .point__name, .point_active .point__name, .point_active:hover .point__name {
    color: rgba(211, 182, 129, .7);
    color: rgba(var(--color-accent), .7)
}

.point_active .point__name, .point_active:hover .point__name {
    opacity: 1;
    pointer-events: none
}

.button {
    display: inline-grid;
    grid-auto-flow: column;
    grid-gap: .6rem;
    gap: .6rem;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
    font-style: normal;
    font-size: .875;
    color: hsla(0, 0%, 79.6%, .8);
    color: rgba(var(--color-0), .8);
    cursor: pointer;
    transition: all .2s;
    box-shadow: none;
    position: relative;
    z-index: 0;
    outline: 0;
    padding: .5rem 1.1rem;
    background: rgba(211, 182, 129, .2);
    background: rgba(var(--color-accent), .2);
    border: .0625rem solid rgba(211, 182, 129, .5);
    border: .0625rem solid rgba(var(--color-accent), .5);
    text-shadow: 0 .0625rem .0625rem #000;
    border-radius: .4rem
}

.button__content {
    z-index: 5
}

.button__arrow, .button__content {
    position: relative;
    display: inline-block
}

.button__arrow {
    transition: all .3s;
    z-index: 0
}

.button__arrow:after {
    content: "→"
}

.button:hover .button__arrow {
    transform: translateX(5px)
}

.button:hover {
    background: rgba(211, 182, 129, .4);
    background: rgba(var(--color-accent), .4);
    color: #cbcbcb;
    color: rgba(var(--color-0), 1)
}

.skiptranslate {
    display: none !important
}

.goog-text-highlight {
    background-color: inherit;
    box-shadow: none;
    box-sizing: inherit
}

.lang {
    width: auto;
    padding-right: max(1.5625rem, 25px);
    padding-left: max(.625rem, 10px);
    z-index: 10;
    font-weight: 700;
    color: #907b5b
}

.lang, .lang__current {
    box-sizing: border-box;
    position: relative;
    flex-shrink: 0;
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.lang__current {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 6px;
    gap: 6px;
    cursor: pointer;
    transition: all .3s;
    grid-template-columns:28px 1fr;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    z-index: 0;
    padding-left: max(.375rem, 6px)
}

.lang__current-img {
    transition: all .3s;
    display: block
}

.lang__current:before {
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    background-image: url(../images/lang/bg.png);
    width: 4rem;
    height: 4rem
}

.lang__current:after, .lang__current:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.lang__current:after {
    background-image: url(../images/lang/arrow-down.png);
    width: max(.75rem, 12px);
    height: max(.375rem, 6px);
    color: #4c4757;
    right: -1.5rem;
    transform: translateY(-50%);
    transition: all .3s;
    cursor: pointer;
    pointer-events: none
}

.lang__link {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    grid-template-columns:28px 1fr;
    flex-shrink: 0;
    text-decoration: none;
    padding: 5px 10px;
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    width: 100%;
    box-sizing: border-box;
    color: #cbcbcb;
    color: rgba(var(--color-0), 1)
}

.lang__link:hover {
    opacity: 1
}

.lang__name {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase
}

.lang__img {
    display: block;
    height: 28px;
    width: 28px;
    flex-shrink: 0;
    margin: 0;
    transition: all .2s;
    border-radius: 50%
}

.lang__link_sub {
    transition: all .2s;
    grid-gap: 0;
    gap: 0
}

.lang__link_sub:hover {
    background: hsla(0, 0%, 79.6%, .05);
    background: rgba(var(--color-0), .05)
}

.lang__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    transform: translateY(-10px);
    box-sizing: border-box;
    position: absolute;
    left: .25rem;
    top: calc(100% + max(1.25rem, 20px));
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    padding: 5px 0;
    background: rgba(26, 21, 13, .8);
    border-radius: .625rem
}

.lang__list:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: max(1.25rem, 20px);
    background-color: transparent
}

.lang:hover .lang__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.logo {
    display: inlnie-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0
}

.logo__img {
    display: block;
    margin: 0
}

.logo__img_hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    width: 100%
}

.logo:hover .logo__img_hover {
    -webkit-animation: logo .3s ease;
    animation: logo .3s ease
}

@-webkit-keyframes logo {
    0% {
        transform: scale(1);
        opacity: 0
    }
    20% {
        opacity: .3
    }
    to {
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes logo {
    0% {
        transform: scale(1);
        opacity: 0
    }
    20% {
        opacity: .3
    }
    to {
        transform: scale(1.3);
        opacity: 0
    }
}

.logotype {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    z-index: 0
}

.logotype__img {
    display: block;
    transition: all .3s
}

.logotype__img_hover_effect:hover {
    filter: brightness(120%)
}

.logotype__img_hover_animation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: all .2s;
    pointer-events: none
}

.logotype:hover .logotype__img_hover_animation {
    -webkit-animation: logotype .3s ease;
    animation: logotype .3s ease
}

@-webkit-keyframes logotype {
    0% {
        transform: scale(1);
        opacity: 0
    }
    20% {
        opacity: .3
    }
    to {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes logotype {
    0% {
        transform: scale(1);
        opacity: 0
    }
    20% {
        opacity: .3
    }
    to {
        transform: scale(1.2);
        opacity: 0
    }
}

[data-gw-anime] {
    opacity: 0;
    transition: all 1s
}

[data-gw-anime-custom] {
    opacity: 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(-12%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-12%)
    }
    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(12%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(12%)
    }
    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: translateX(-5vh)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateX(-5vh)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.scl-theme-1 {
    --scl-color-1: #4e4f51;
    --scl-width: 7.5rem;
    --scl-height: 7.5rem;
    --scl-bg: url(../images/scl/bg-theme-1.png);
    --scl-font-size: 1.875rem;
    --scl-list-gap: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .625rem;
    gap: .625rem
}

.scl-theme-1:after, .scl-theme-1:before {
    display: none;
    content: "";
    background-color: transparent;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 12.5625rem;
    height: 1.6875rem
}

.scl-theme-1:before {
    background-image: url(../images/scl/decor-left.png)
}

.scl-theme-1:after {
    background-image: url(../images/scl/decor-right.png)
}

.scl__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.25rem 1.5rem;
    gap: 1.25rem 1.5rem;
    grid-gap: var(--scl-list-gap);
    gap: var(--scl-list-gap)
}

.scl__list_start {
    justify-content: flex-start
}

.scl__item {
    color: #493c3c;
    color: rgba(var(--color-3), 1);
    text-decoration: none;
    position: relative;
    z-index: 0;
    width: 3.5rem;
    width: var(--scl-width);
    height: 3.5rem;
    height: var(--scl-height);
    background-color: transparent;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    font-size: 1.125rem;
    font-size: var(--scl-font-size);
    box-sizing: border-box
}

.scl__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all .2s;
    background-color: transparent;
    background-image: url(../images/scl/bg.png);
    background-image: var(--scl-bg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    pointer-events: none
}

.scl__item:hover:before {
    transform: scale(1.1)
}

.scl__sep {
    display: none;
    display: var(--scl-sep-display);
    background-color: transparent;
    background-image: url(../images/scl/sep.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 5.9375rem;
    height: .6875rem;
    z-index: -1;
    margin: 0 -1.5625rem
}

.el {
    --el-filter: grayscale(100%);
    --el-filter-active: grayscale(0);
    text-align: center
}

.el, .el__pic {
    width: 6.875rem
}

.el__pic {
    height: 6.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0
}

.el__pic:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: url(../images/el/bg.png);
    background-size: contain
}

.el__img, .el__pic:after {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat
}

.el__img {
    width: 4.3125rem;
    height: 4.3125rem;
    background-image: url(../images/el/img-def.jpg);
    background-size: cover;
    border-radius: 50%
}

.el__title {
    margin-top: .25rem;
    color: #ffe59f;
    font-family: Open Sans, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: .875rem;
    line-height: 1.2;
    text-transform: uppercase
}

.el__eff {
    transition: all .3s;
    filter: var(--el-filter)
}

.el:hover .el__eff {
    filter: var(--el-filter-active)
}
.spag {
    display: grid;
    grid-gap: 10px;
    gap: 10px;
    grid-template-columns:auto auto auto;
    align-items: center;
    justify-content: flex-start
}

.arrow {
    background-color: transparent;
    background-image: url(../images/swiper/arrow_next.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 5.125rem;
    height: 3.125rem;
    flex-shrink: 0;
    cursor: pointer;
    transition: all .3s
}

.arrow:hover {
    filter: brightness(120%)
}

.arrow_prev {
    background-image: url(../images/swiper/arrow_prev.png)
}

.arrow_next {
    background-image: url(../images/swiper/arrow_next.png) no-repeat
}

.arrow.swiper-button-disabled {
    opacity: .3;
    pointer-events: none
}

.dots {
    flex-wrap: wrap;
    grid-gap: 6px;
    gap: 6px
}

.dot, .dots {
    display: flex;
    justify-content: center;
    align-items: center
}

.dot {
    width: 40px;
    height: 40px;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    z-index: 0;
    opacity: .5;
    color: #fff;
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 700
}

.dot, .dot:after {
    background-color: transparent
}

.dot:after {
    display: block;
    content: "";
    background-image: var(--swiper-dot-bg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.dot_active {
    opacity: 1
}

.bullets {
    flex-wrap: wrap;
    grid-gap: 1rem;
    gap: 1rem
}

.bullet, .bullets {
    display: flex;
    justify-content: center;
    align-items: center
}

.bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: var(--swiper-bullet);
    cursor: pointer;
    position: relative;
    z-index: 0;
    opacity: 1;
    color: #fff;
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 700
}

.bullet_active {
    background-color: var(--swiper-bullet-active)
}

.tippy-box {
    background: rgba(0, 0, 0, .7);
    background: var(--tippy-bg-color);
    border-radius: 0;
    border-radius: var(--tippy-border-radius);
    border: var(--tippy-border);
    font-size: max(.875rem, 14px);
    font-size: var(--tippy-font-size);
    color: #cbcbcb;
    color: var(--tippy-text-color);
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    padding: .3125rem;
    max-width: 25rem !important
}

.tippy-box:after, .tippy-box:before {
    display: block;
    content: "";
    background-color: #907b5b;
    width: .5625rem;
    height: .5625rem;
    border-radius: 50%;
    position: absolute;
    top: .125rem
}

.tippy-box:before {
    left: 40%
}

.tippy-box:after {
    right: 40%
}

.tippy-content {
    padding: .8125rem;
    border-left: solid #907b5b;
    border-bottom: solid #907b5b;
    border-right: solid #907b5b;
    position: relative;
    z-index: 0
}

.tippy-content:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: max(.125rem, 2px);
    background: linear-gradient(270deg, #907b5b 0, #907b5b 40%, rgba(144, 123, 91, 0) 0, rgba(144, 123, 91, 0) 60%, #907b5b 0, #907b5b);
    z-index: 2
}

.tippy-arrow {
    width: max(1.125rem, 18px);
    height: max(.5625rem, 9px)
}

.tippy-arrow:before {
    content: none
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
    background: url(../images/tippy/arrow-top.png) no-repeat;
    top: max(-.25rem, -4px)
}

.tippy-box[data-placement^=top] > .tippy-arrow {
    background: url(../images/tippy/arrow-down.png) no-repeat;
    bottom: max(-.25rem, -4px)
}

[data-theme=tip-def][data-animation=translate][data-state=hidden] {
    opacity: 0
}

[data-theme=tip-def][data-animation=translate][data-state=visible] {
    opacity: 1
}

[data-theme=tip-featured][data-animation=featured][data-placement=bottom][data-state=hidden] {
    opacity: 0;
    transform: translateY(10px)
}

[data-theme=tip-featured][data-animation=featured][data-placement=bottom][data-state=visible] {
    opacity: 1;
    transform: translateY(0)
}

[data-theme=tip-featured][data-animation=featured][data-placement=top][data-state=hidden] {
    opacity: 0;
    transform: translateY(-10px)
}

[data-theme=tip-featured][data-animation=featured][data-placement=top][data-state=visible] {
    opacity: 1;
    transform: translateY(0)
}

.tcon {
    text-align: center;
    font-family: Open Sans, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0)
}

.tcon__title {
    color: #fff;
    text-transform: uppercase
}

.tcon__desc, .tcon__title {
    font-size: max(.875rem, 14px);
    font-weight: 500
}

.tcon__desc {
    color: #9d9d9d
}

[data-section=navigation] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    box-sizing: border-box;
    transition: all .2s
}

.nav-scroll [data-section=navigation] {
    box-shadow: 0 10px 30px rgba(15, 14, 8, .86);
    background-color: rgba(38, 36, 36, .96)
}

[data-container=navigation] {
    z-index: 10;
    position: static
}

.navigation {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: calc(max(3.75rem, 60px) * 1);
    height: var(--navigation-height);
    transition: all .6s
}

.navigation__gw-burger {
    align-self: center;
    flex-shrink: 0;
    margin-left: 1.25rem
}

.navigation__menu {
    flex-grow: 1
}

.navigation__logotype {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
    max-width: none;
    margin-right: auto
}

.navigation__lang {
    align-self: center;
    margin-left: 1.25rem
}

.navigation__el {
    display: none
}

.navigation__el_lang {
    display: flex;
    position: relative;
    z-index: 5
}

.navigation__el_auth {
    padding-left: 1.875rem
}

.events {
    font-family: Open Sans, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    box-sizing: border-box;
    max-width: 90.625rem;
    margin: 0 auto;
    width: 100%
}

.events, .events__wrapper {
    position: relative;
    z-index: 0
}

.events__wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.events__container {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%
}

.events__el {
    margin: 0 auto
}

[data-slider-next=events], [data-slider-prev=events] {
    margin-top: 1.875rem
}

[data-slider-prev=events] {
    margin-left: .625rem
}

[data-slider-next=events] {
    margin-right: .625rem
}

[data-section=header] {
    background-color: transparent;
    background-image: url(../images/header/bg-2.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: calc(max(3.75rem, 60px) * 1);
    padding-top: var(--navigation-height);
    padding-bottom: 1.875rem;
    box-sizing: border-box;
    z-index: 5
}

.header-decor {
    display: none;
    position: absolute;
    top: calc(max(3.75rem, 60px) * 1);
    top: var(--navigation-height);
    right: 3.125rem;
    bottom: 5.5rem;
    left: 3.125rem;
    background-color: transparent;
    background-image: url(../images/header/decor-full.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
    transition: all .3s
}

.header-decor_short {
    background-image: url(../images/header/decor-short.png)
}

.nav-scroll .decor-full {
    opacity: 0;
    transform: scale(1.1)
}

.header {
    display: flex;
    box-sizing: border-box
}

.header__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    grid-gap: .625rem;
    gap: .625rem;
    max-width: 43.75rem;
    min-width: 0;
    margin: 0 auto
}

.header__title {
    color: #c1a762
}

.header__desc {
    color: #262b2e
}

.header__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1rem;
    gap: 1rem;
    margin-top: 2.5rem
}

.header__countdown-mobile {
    margin-top: 1.625rem;
    margin-bottom: .9375rem
}

.header-scl-box {
    right: 2.6875rem;
    top: 0;
    bottom: 0;
    width: max(1.625rem, 26px);
    justify-content: center;
    align-items: center
}

.header-countdown-box, .header-scl-box {
    position: absolute;
    z-index: 10;
    display: none
}

.header-countdown-box {
    top: 7.5rem;
    left: 3.75rem
}

.header__char {
    display: none;
    position: absolute;
    bottom: 0;
    right: 55%;
    right: var(--header-char-right);
    -webkit-mask: linear-gradient(180deg, #000 0, #000 5rem, #000 calc(100% - 5rem), transparent);
    z-index: -5
}

.header__char_visible {
    -webkit-animation: header__char_visible 1s ease forwards;
    animation: header__char_visible 1s ease forwards
}

@-webkit-keyframes header__char_visible {
    0% {
        opacity: 0;
        transform: translateX(20%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes header__char_visible {
    0% {
        opacity: 0;
        transform: translateX(20%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.server {
    min-height: 5.75rem;
    box-sizing: border-box;
    padding: 1.3125rem 0;
    position: relative;
    z-index: 0;
    font-size: max(1.875rem, 22px);
    font-weight: 700;
    color: #85919a;
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    width: 25.375rem;
    max-width: 100%;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center
}

.server:before {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/server/dec-top.png), url(../images/server/dec-bottom.png);
    background-size: contain, contain;
    background-position: top, bottom;
    background-repeat: no-repeat, no-repeat;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

.server__count {
    color: #23cc72;
    margin-left: .3125rem
}

.feature {
    text-align: center;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-bottom: 1.5rem
}

.feature__media {
    box-sizing: border-box;
    padding: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 21.875rem
}

.feature__pic {
    width: 100%;
    height: 75%;
    position: relative;
    z-index: 0
}

.feature__pic:after {
    display: block;
    content: "";
    position: absolute;
    top: .625rem;
    right: .625rem;
    bottom: .625rem;
    left: .625rem;
    box-sizing: border-box;
    border: 1px solid rgba(144, 123, 91, .8);
    border: var(--border);
    pointer-events: none
}

.feature__img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    width: 100%;
    height: 100%;
    display: block
}

.feature__box {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 1.5rem
}

.feature__title {
    text-shadow: 0 .125rem .75rem rgba(0, 0, 0, .25);
    color: #d3b681;
    color: rgba(var(--color-accent), 1);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1
}

.feature__desc, .feature__title {
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-style: normal
}

.feature__desc {
    color: #cbcbcb;
    color: rgba(var(--color-0), 1);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 1rem
}

.feature__btns {
    margin-top: 2rem
}

[data-section=features] {
    background-color: transparent;
    background-image: url(../images/features/bg.jpg?v0);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 7.5rem 0 5rem
}

.features {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 43.75rem
}

.features__heading {
    margin-bottom: 3.125rem
}

.features__wrap {
    position: relative;
    z-index: 0;
    background-color: rgba(17, 22, 30, .48);
    padding: 1.875rem;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.features__wrap:after {
    content: "";
    position: absolute;
    top: .9375rem;
    right: .9375rem;
    bottom: .9375rem;
    left: .9375rem;
    z-index: -10;
    border: 1px solid rgba(144, 123, 91, .8);
    border: var(--border);
    border-color: rgba(211, 182, 129, .3);
    border-color: rgba(var(--color-accent), .3)
}

.features__nav {
    z-index: 5
}

.features__btn, .features__nav {
    display: flex;
    justify-content: center;
    align-items: center
}

.features__btn {
    flex-basis: 6.25rem;
    text-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .25);
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    padding: .625rem;
    min-height: 3.75rem;
    text-align: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    z-index: 0;
    flex-grow: 1;
    transition: all .2s;
    color: #fff;
    color: rgba(var(--color-2), 1);
    grid-gap: .75rem;
    gap: .75rem
}

.features__btn-decor {
    display: none;
    background-color: transparent;
    background-image: url(../images/features/btn-decor.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 9.125rem;
    height: .875rem;
    position: absolute;
    top: 100%;
    left: calc(50% - 4.5625rem);
    opacity: 0;
    transition: all .2s;
    transform: scaleY(.5);
    transform-origin: center top
}

.features__btn:where([data-open-tab-active=true]) .features__btn-decor {
    opacity: .7;
    transform: scaleY(1)
}

.features__btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: 0;
    background: linear-gradient(hsla(0, 0%, 100%, 0), #d3b681 51.04%, hsla(0, 0%, 100%, 0));
    background: linear-gradient(hsla(0, 0%, 100%, 0), rgba(var(--color-accent), 1) 51.04%, hsla(0, 0%, 100%, 0));
    width: 1px
}

.features__btn:where(:last-child):before {
    content: none
}

.features__btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -10;
    border-bottom: 1px solid rgba(144, 123, 91, .8);
    border-bottom: var(--border);
    background: linear-gradient(0deg, rgba(211, 182, 129, .1), rgba(27, 25, 24, 0) 70%);
    background: linear-gradient(0deg, rgba(var(--color-accent), .1), rgba(27, 25, 24, 0) 70%);
    transition: all .2s;
    opacity: 0;
    border-radius: .3125rem
}

.features__btn:where(:hover):after {
    opacity: .2
}

.features__btn:where([data-open-tab-active=true]):after {
    opacity: 1
}

.features__btn-ico {
    width: 1.625rem;
    height: 1.625rem
}

.features__btn-content {
    opacity: .6;
    transition: all .2s;
    display: none
}

:where(.features__btn:hover) .features__btn-content, :where([data-open-tab-active=true]) .features__btn-content {
    opacity: 1
}

.features__list {
    position: relative;
    z-index: 0;
    border-radius: max(.25rem, 4px);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.features__btn-more {
    position: absolute;
    bottom: .9375rem;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 1.875rem
}

[data-section=welcome] {
    background-image: url(../images/welcome/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.welcome {
    display: grid;
    grid-gap: 1.25rem 3.125rem;
    gap: 1.25rem 3.125rem;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    max-width: 43.75rem;
    width: 100%;
    margin: 0 auto
}

.welcome, .welcome__media {
    box-sizing: border-box
}

.welcome__content {
    max-width: 90%;
    margin: 0 auto
}

.welcome__desc {
    margin-top: 1.25rem
}

.welcome__btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2.25rem
}

.stream {
    height: max(14.3125rem, 200px);
    color: hsla(0, 0%, 84.3%, .5);
    font-size: 1rem;
    font-weight: 400;
    cursor: default;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 1.375rem 1.125rem;
    background-color: transparent;
    background-image: url(../images/stream/frame.png);
    background-size: 100% 100%
}

.stream, .stream__box {
    display: flex;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.stream__box {
    background-size: cover;
    background-color: #494f54;
    border-radius: max(.25rem, 4px);
    box-shadow: inset 0 0 4.25rem rgba(0, 0, 0, .35)
}

.stream iframe {
    width: 100%;
    height: 100%
}

.stream__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    color: #cbcbcb;
    color: rgba(var(--color-0), 1);
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.stream__ico {
    display: inline-block;
    font-size: max(2.125rem, 34px)
}

.stream__desc {
    margin-top: max(.375rem, 6px);
    margin-bottom: max(.375rem, 6px)
}

.stream__link {
    text-decoration: none;
    color: #d3b681;
    color: rgba(var(--color-accent), 1);
    transition: all .2s
}

.stream__link:hover {
    color: #e3b45b;
    color: rgba(var(--color-accent-hover), 1)
}

[data-section=streams] {
    background-color: transparent;
    background-image: url(../images/streams/bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat
}

.streams {
    box-sizing: border-box;
    padding: 3.125rem 0
}

.streams__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    max-width: 31.25rem
}

.streams__list {
    overflow: hidden;
    width: 100%;
    min-width: 0;
    margin-top: 1.875rem
}

.streams__stream:nth-child(2):last-child {
    margin-bottom: rem
}

.streams__stream {
    width: calc(100% - 1.25rem);
    margin: .625rem
}

.widget {
    box-sizing: border-box;
    padding: 1.875rem 1.625rem;
    background-color: transparent;
    background-image: url(../images/widget/frame.png);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat
}

.widget__inner {
    min-height: 28.125rem
}

.widget__inner iframe {
    width: 100%;
    min-height: 28.125rem
}

[data-section=widgets] {
    background-color: transparent;
    background-image: url(../images/widgets/bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat
}

.widgets {
    display: grid;
    grid-gap: 1.25rem 3.75rem;
    gap: 1.25rem 3.75rem;
    padding: max(1.25rem, 20px) 0;
    max-width: 43.75rem;
    width: 100%;
    margin: 0 auto
}

.widgets, .widgets__media {
    box-sizing: border-box
}

.widgets__content {
    max-width: 90%;
    margin: 0 auto
}

.widgets__desc {
    margin-top: 1.25rem
}

.widgets__btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2.25rem
}

.invite {
    box-sizing: border-box;
    padding: 4.375rem 0 10.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.invite__social {
    margin: 4.375rem 0
}

.invite__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2.8125rem
}

.file {
    min-height: 35.625rem;
    max-width: 27.25rem;
    display: flex;
    flex-direction: column;
    color: hsla(0, 0%, 84.3%, .5);
    font-size: 1rem;
    font-weight: 400;
    cursor: default;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 3.125rem 2.5rem 2.5rem;
    text-align: center
}

.file:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    height: 35.625rem;
    background-color: transparent;
    background-image: url(../images/file/frame.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-mask: linear-gradient(180deg, #000 0, #000 5rem, #000 calc(100% - 20rem), transparent)
}

.file__title {
    color: #fcfaf7;
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.5625rem;
    font-weight: 400;
    text-transform: uppercase
}

.file__desc {
    color: #7c7c87;
    font-family: Open Sans, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: .9375rem;
    font-weight: 400;
    margin-top: .9375rem;
    height: 3.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    flex-shrink: 0
}

.file__list {
    margin-top: .625rem;
    display: grid
}

.file__button {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.875rem;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 100%
}

.file__button:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.0625rem;
    height: .125rem;
    background-color: rgba(108, 102, 88, .35)
}

.file__button:last-child:after {
    content: none
}

.file__pic {
    display: none;
    background-image: url(../images/file/bg-ico.png);
    background-size: contain;
    width: 5.75rem;
    height: 5.75rem;
    margin-right: auto;
    justify-content: center;
    align-items: center
}

.file__ico, .file__pic {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat
}

.file__ico {
    overflow: hidden;
    border-radius: 50%;
    width: 3.625rem;
    height: 3.625rem;
    background-image: url(../images/file/ico-site.png);
    background-size: cover
}

[data-container=resources] {
    max-width: calc(87.5rem + max(.625rem, 10px) * 1 * 4);
    max-width: calc(87.5rem + var(--margin) * 4)
}

.resources {
    box-sizing: border-box;
    padding: 6.25rem 0
}

.resources__files {
    box-sizing: border-box;
    padding-top: 3.125rem;
    margin-bottom: 3.125rem;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-gap: 2.25rem;
    gap: 2.25rem
}

.resources__btns, .resources__files {
    display: flex;
    justify-content: center
}

.resources__btns {
    align-items: center;
    grid-gap: 1.875rem;
    gap: 1.875rem;
    margin-top: 3.125rem
}

.post {
    position: relative;
    z-index: 0
}

.post__link {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10
}

.post__pic {
    height: 11.25rem;
    overflow: hidden;
    border-radius: .3125rem;
    margin: 0 0 .75rem
}

.post__img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    transition: all .3s
}

.post:hover .post__img {
    transform: scale(1.1) rotate(3deg);
    filter: brightness(120%)
}

.post__title {
    color: #fff;
    color: rgba(var(--color-2), 1);
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0
}

.post__desc {
    margin: 0;
    color: hsla(0, 0%, 100%, .2);
    color: rgba(var(--color-2), .2);
    font-family: Open Sans, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: 1rem;
    font-weight: 400
}

.news-bg {
    background-color: transparent;
    background-image: url(../images/news/bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.news {
    box-sizing: border-box;
    padding: 6.25rem 0 8.75rem
}

.news__heading {
    margin-bottom: 3.125rem
}

.news__nav {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .625rem .9375rem;
    gap: .625rem .9375rem;
    margin: 0 0 3.125rem
}

.news__nav-item {
    text-decoration: none;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    color: rgba(var(--color-2), 1);
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: max(.875rem, 12px);
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    width: 16.125rem;
    height: 3.1875rem;
    filter: drop-shadow(0 0 12px rgb(88, 88, 88))
}

.news__nav-item:before {
    display: block;
    content: "";
    position: absolute;
    top: .3125rem;
    right: .9375rem;
    bottom: .3125rem;
    left: .9375rem;
    pointer-events: none;
    background-color: #4e4e4e;
    box-shadow: inset 0 0 21px rgba(255, 245, 210, .52);
    -webkit-clip-path: polygon(1.25rem 0, calc(100% - 1.25rem) 0, 100% 50%, calc(100% - 1.25rem) 100%, 1.25rem 100%, 0 50%);
    clip-path: polygon(1.25rem 0, calc(100% - 1.25rem) 0, 100% 50%, calc(100% - 1.25rem) 100%, 1.25rem 100%, 0 50%);
    z-index: -1;
    opacity: 0
}

.news__nav-item_active:before {
    opacity: .3
}

.news__nav-item:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    background-color: transparent;
    background-image: url(../images/news/btn.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    opacity: .6;
    transition: all .3s
}

.news__nav-item:hover:after, .news__nav-item_active:after {
    filter: grayscale(0);
    opacity: 1
}

.news__nav-item_active {
    filter: drop-shadow(0 0 12px rgb(88, 88, 88))
}

.news__nav-count {
    margin-left: .3125rem;
    color: rgba(211, 182, 129, .7);
    color: rgba(var(--color-accent), .7)
}

.news__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    max-width: 31.25rem
}

.news__list {
    width: 100%;
    overflow: hidden;
    padding-bottom: 1.25rem
}

[data-news-page-section] .swiper-wrapper {
    width: 100%;
    display: grid;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    grid-template-columns:1fr;
    overflow: hidden
}

[data-news-post] {
    -webkit-animation: post 1s ease forwards;
    animation: post 1s ease forwards
}

@-webkit-keyframes post {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes post {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

[data-news-page-section] .news__arrow {
    display: none
}

.static__content {
    line-height: 1.6
}

.fnav {
    flex-wrap: wrap;
    grid-gap: .25rem .75rem;
    gap: .25rem .75rem
}

.fnav, .fnav__item {
    display: flex;
    justify-content: center;
    align-items: center
}

.fnav__item {
    box-sizing: border-box;
    padding: .3125rem .9375rem;
    color: #fff;
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: max(.875rem, 12px);
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 0
}

.fnav__item:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: .375rem;
    opacity: 0;
    transition: all .2s
}

.fnav__item:hover:after {
    opacity: 1
}

.footer {
    box-sizing: border-box;
    padding: 3.125rem 0 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.footer__content {
    text-align: center;
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    max-width: 18.75rem;
    margin: 0 auto
}

.footer__copyright {
    color: #fff;
    font-size: max(.875rem, 14px);
    text-transform: uppercase
}

.footer__desc {
    margin-top: .9375rem;
    text-transform: uppercase;
    color: #a5a4a3;
    font-size: max(.75rem, 12px)
}

.footer__fnav {
    margin-top: 2.5rem;
    margin-bottom: 1.875rem
}

.footer__bnrs {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .625rem 1.25rem;
    gap: .625rem 1.25rem
}

.footer__bnrs a {
    text-decoration: none;
    display: inline-block
}

.ww {
    --ww-margin: 20px;
    max-width: 654px;
    background-color: transparent;
    box-shadow: 0 4px 28px rgba(51, 51, 51, .1)
}

.ww, .ww__inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0
}

.ww__inner {
    background: transparent;
    border: 0;
    box-shadow: none
}

.ww__body {
    background-color: #cbcbcb;
    background-color: rgba(var(--color-0), 1);
    border-radius: 14px;
    box-sizing: border-box
}

.ww__close {
    width: 24px;
    height: 24px;
    top: 17px;
    right: 15px;
    cursor: pointer;
    background-size: contain;
    border-radius: 50%
}

.ww__close, .ww__close:after, .ww__close:before {
    display: block;
    position: absolute;
    transition: all .3s
}

.ww__close:after, .ww__close:before {
    content: "";
    background: #cbcbcb;
    background: rgba(var(--color-0), 1);
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 2px
}

.ww__close:before {
    transform: rotate(-45deg)
}

.ww__close:after {
    transform: rotate(45deg)
}

.ww__close:hover:after, .ww__close:hover:before {
    filter: brightness(120%);
    transform: rotate(0)
}

.ww__head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    background: url(../images/ww/head.jpg) no-repeat;
    min-height: 62px;
    box-sizing: border-box;
    padding: 10px var(--ww-margin);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px
}

.ww__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.33;
    color: #cbcbcb;
    color: rgba(var(--color-0), 1)
}

.ww__box {
    box-sizing: border-box;
    padding: 18px var(--ww-margin)
}

.ww__box_bg {
    background-color: rgba(#fff, 1);
    background-color: rgba(var(--color-5), 1)
}

.ww__box_headline {
    padding: 25px var(--ww-margin) 18px var(--ww-margin)
}

.ww__invite {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 20px var(--ww-margin) 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(var(--color-text-0), 1);
    grid-gap: 10px;
    gap: 10px
}

.ww__invite-img {
    margin-left: auto
}

.fancybox-container {
    z-index: 666 !important
}

.fancybox-content {
    padding: 0;
    background: transparent
}

.fancybox-bg {
    background: rgba(7, 13, 19, .6)
}

.fancybox-is-open .fancybox-bg {
    opacity: 1
}

.gw-modal-close {
    display: none
}

.fancybox-is-open .ww_animated {
    -webkit-animation: modalIn .5s ease;
    animation: modalIn .5s ease
}

.fancybox-is-closing .ww_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)
    }
}

.wiki {
    box-sizing: border-box;
    padding: 7.5rem 0;
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1)
}

.wiki__heading {
    margin-bottom: 3.125rem
}

.d-flex {
    display: flex
}

.base__back {
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-decoration: none
}

.base__title {
    font-size: 64px;
    line-height: 125%;
    text-align: center;
    text-shadow: 0 0 24px rgba(20, 20, 32, .72);
    text-transform: none;
    z-index: 4;
    position: relative;
    margin-bottom: 24px;
    color: #fff
}

.base {
    position: relative;
    padding-bottom: 100px
}

.base:after {
    background: url(../img/bg1.jpg) no-repeat 50%;
    background-size: cover;
    position: fixed
}

.base:after, .base:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.base:before {
    position: absolute;
    background: rgba(0, 0, 0, .18039);
    background: rgba(0, 0, 0, .1803921568627451);
    z-index: 1
}

.base .container {
    position: relative;
    z-index: 2
}

.base-left__item {
    display: flex;
    grid-gap: 12px;
    gap: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    align-items: center;
    padding: 12px 0 12px 24px;
    position: relative;
    text-decoration: none;
    box-sizing: border-box
}

.base-left__item:after {
    content: "";
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .24));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease
}

.base-left__item.active:after {
    opacity: 1
}

.wiki-body {
    overflow: unset
}

.base__left {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 125px;
    width: 17.5rem;
    flex: 0 0 auto;
    border-right: 1px solid hsl(0deg 0% 100%/12%);
    padding-right: 24px;
    height: 78vh;
    box-sizing: border-box
}

.base__right {
    padding-left: 48px
}

.bri-small__text {
    color: #dbdee1;
    line-height: 140%;
    margin-bottom: 24px
}

.bri-small__text span {
    font-weight: 700;
    font-size: 16px
}

.bri-big__text {
    font-weight: 700;
    line-height: 140%;
    color: #fff;
    margin-bottom: 24px
}

.bri__cursive {
    font-style: italic;
    color: #fff;
    margin-bottom: 20px
}

.bri-list__item {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
    color: #fff;
    margin-bottom: 6px
}

.bri-list__item span {
    font-weight: 700
}

.bri__list {
    margin-bottom: 40px
}

.bri-info__icon img {
    width: 32px
}

.bri__info {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 150%;
    font-weight: 700;
    color: #fff;
    grid-gap: 20px;
    gap: 20px;
    margin-bottom: 24px
}

.bri__line {
    margin: 48px 0;
    height: 1px;
    background: hsl(0deg 0% 100%/15%);
    width: 100%
}

.footer-wiki {
    position: absolute;
    bottom: 0
}

.wiki-body {
    position: relative
}

.base__content {
    background: rgba(85, 81, 81, .14);
    padding-top: 40px;
    border-top: 1px solid #d3b681;
    border-top: 1px solid rgba(var(--color-accent), 1)
}

.bri__title {
    display: flex;
    align-items: center;
    font-size: 32px;
    line-height: 145%;
    margin-bottom: 24px;
    grid-gap: 17px;
    gap: 17px;
    color: #fff
}

.table {
    width: 90%;
    border: none;
    margin-bottom: 20px;
    color: #fff;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

.table thead th {
    font-weight: 700;
    background: rgba(4, 4, 4, 0);
    height: 52px
}

.table tbody td, .table thead th {
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    box-sizing: border-box
}

.table tbody td {
    vertical-align: top
}

.table tbody tr:nth-child(2n) {
    background: rgba(176, 152, 135, .03)
}

.table tbody tr td {
    line-height: 2
}

.table tbody tr td:first-child {
    display: flex;
    width: 70%
}

.table tbody tr td:last-child {
    width: 30%;
    text-align: center
}

.coins tbody tr td:first-child {
    width: 30% !important
}

.image_resized {
    margin-right: 8px
}

.coins thead th {
    text-align: center
}

.coins tbody tr td {
    display: table-cell !important;
    text-align: center
}

.base-left-item__icon img {
    height: 24px;
    width: 24px
}

.bri-small__text.Ahunt {
    display: flex;
    line-height: 2
}

.bri-small__text.Ahunt img {
    margin-right: 8px
}

.bri-small__text.Shop {
    display: flex;
    line-height: 2;
    font-size: 16px
}

.bri-small__text.Shop img {
    margin-right: 8px;
    height: 32px;
    width: 32px
}

.Shop span {
    margin-left: 4px
}

.tab {
    display: flex;
    flex-wrap: wrap
}

.tab > input[type=radio] {
    display: none
}

.tab-content {
    display: none;
    width: 100%;
    margin-top: 1rem
}

#tab-btn-1:checked ~ #content-1, #tab-btn-2:checked ~ #content-2, #tab-btn-3:checked ~ #content-3, #tab-btn-4:checked ~ #content-4, #tab-btn-5:checked ~ #content-5, #tab-btn-6:checked ~ #content-6, #tab-btn-7:checked ~ #content-7 {
    display: block
}

.tab > label {
    display: block;
    padding: .5rem 1rem;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-decoration: none;
    border-radius: .375rem
}

.tab > input[type=radio]:checked + label, .tab > label {
    position: relative;
    z-index: 10;
    font-size: 12px;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 21px
}

.tab > input[type=radio]:checked + label {
    background: linear-gradient(180deg, #342a18, #846b41);
    border: 1px solid #d8ae60;
    transition: all .3s linear
}

.bri-small__text.respawn {
    display: flex;
    line-height: 2
}

.bri-small__text.respawn img {
    margin-right: 8px
}

.small-epic {
    height: 32px;
    width: 32px
}

.interfaceTitle {
    margin-bottom: 20px
}

.interfaceText, .table span {
    font-size: 16px
}

.table span {
    margin-left: 4px;
    font-weight: 700
}

table.shopTable tbody tr td {
    font-size: 15px
}

.tabskill {
    display: flex;
    flex-wrap: wrap
}

.tabskill > input[type=radio] {
    display: none
}

.tabskill-content {
    display: none;
    width: 100%;
    margin-top: 1rem
}

#tabskill-btn-1:checked ~ #content-8, #tabskill-btn-2:checked ~ #content-9, #tabskill-btn-3:checked ~ #content-10, #tabskill-btn-4:checked ~ #content-11, #tabskill-btn-5:checked ~ #content-12, #tabskill-btn-6:checked ~ #content-13, #tabskill-btn-7:checked ~ #content-14, #tabskill-btn-8:checked ~ #content-15, #tabskill-btn-9:checked ~ #content-16, #tabskill-btn-10:checked ~ #content-17, #tabskill-btn-11:checked ~ #content-18 {
    display: block
}

.tabskill > label {
    display: block;
    padding: .5rem 1rem;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-decoration: none;
    border-radius: .375rem;
    box-sizing: border-box
}

.tabskill > input[type=radio]:checked + label, .tabskill > label {
    position: relative;
    z-index: 10;
    font-size: 12px;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 21px
}

.tabskill > input[type=radio]:checked + label {
    background: linear-gradient(180deg, #342a18, #846b41);
    border: 1px solid #d8ae60;
    transition: all .3s linear
}

.image {
    max-width: 100%;
    display: block;
    box-sizing: border-box
}

.tabskill figure {
    width: 64px;
    margin: 0;
    padding: 0;
    display: inline-block;
    box-sizing: border-box
}

.tabskill label {
    text-align: center;
    width: 100px
}

.tab-content, .tabskill-content {
    color: #fff
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 24px;
    border: 0 solid transparent;
    border-radius: .25rem;
    min-width: 350px
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 600
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #215179;
    background-color: #d9ebfa;
    border-color: #c9e3f9
}

.alert-primary hr {
    border-top-color: #b2d7f6
}

.alert-primary .alert-link {
    color: #163651
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #516a35;
    background-color: #ebf5e0;
    border-color: #e3f1d4
}

.alert-success hr {
    border-top-color: #d6ebc1
}

.alert-success .alert-link {
    color: #374824
}

.alert-info {
    color: #146771;
    background-color: #d4f4f8;
    border-color: #c2eff5
}

.alert-info hr {
    border-top-color: #ace9f1
}

.alert-info .alert-link {
    color: #0c4046
}

.alert-warning {
    color: #856915;
    background-color: #fff4d4;
    border-color: #fff0c3
}

.alert-warning hr {
    border-top-color: #ffeaaa
}

.alert-warning .alert-link {
    color: #59460e
}

.alert-danger {
    color: #7c2b2a;
    background-color: #fcdddc;
    border-color: #fbcfce
}

.alert-danger hr {
    border-top-color: #f9b8b6
}

.alert-danger .alert-link {
    color: #561e1d
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.download-form__login .download-form-item__input {
    flex-basis: 70%
}

.download-form__login .submit-btn {
    border: 1px solid hsl(0deg 0% 100%/24%);
    background: #11161e;
    color: #898b90;
    flex-basis: 10%;
    border-left: 0;
    border-right: 0
}

.download-form__login .prefix_select {
    padding: 20px 24px;
    border: 1px solid hsl(0deg 0% 100%/24%);
    background: #11161e;
    color: #898b90;
    flex-basis: 20%
}

.download-form__login {
    display: flex;
    align-items: stretch
}

.download-form__server {
    background: #11161e;
    width: 100%;
    border: 1px solid hsl(0deg 0% 100%/24%);
    padding: 20px 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #818488
}

details {
    margin-bottom: 22px
}

summary {
    font-weight: 500;
    text-align: left;
    color: #fff;
    line-height: 32px;
    border: none;
    padding: 10px 15px;
    background: rgba(77, 68, 58, .3);
    height: 32px;
    font-size: 14px
}

.gal, .gal label {
    display: flex;
    color: #fff
}

.gal label {
    width: 100%;
    margin-left: 10px
}

.gal label a {
    color: #fff;
    text-decoration: underline
}

.skill-header {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 10px;
    margin-bottom: 20px
}

.skill-icon {
    position: relative;
    margin-right: 10px;
    width: 52px;
    height: 52px
}

.iconSkill {
    display: block;
    border-radius: 3px;
    width: 52px;
    height: 52px
}

.skill-name {
    width: 100%;
    margin-left: 3px
}

.skill-desc {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 6px
}

.skill-type {
    font-size: 15px;
    margin: 0
}

.skill-type span {
    color: #ff9b00
}

.packages {
    width: 100%;
    display: flex
}

.packageBox {
    background: hsla(0, 0%, 100%, .05);
    width: 100%;
    margin-right: 10px
}

.packageBoxTop {
    display: flex;
    color: #fff
}

.packageBoxTitle {
    line-height: 27px;
    margin-left: 10px;
    text-align: center;
    display: block;
    width: 73%
}

.packageBoxContent {
    color: #fff;
    line-height: 1.8;
    display: block
}

.packageBoxPrice {
    text-align: center;
    width: 100%;
    display: block;
    color: #ffb300
}

@media (min-width: 540px) {
    html {
        font-size: 87%
    }

    .ww__invite {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row
    }
}

@media (min-width: 680px) {
    .title {
        font-size: 3.3375rem
    }

    .heading_text_left {
        text-align: left
    }

    .btn_size_huge {
        --scale: 1
    }

    .header-scl-box {
        display: flex
    }

    [data-news-page-section] .swiper-wrapper {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 720px) {
    .news__wrap, .streams__wrap {
        max-width: 62.5rem
    }

    .ww {
        --ww-margin: 30px
    }

    .ww__title {
        font-size: 24px
    }
}

@media (min-width: 840px) {
    html {
        font-size: 100%
    }

    .btn_size_huge {
        --scale: 1.15
    }

    .scl-theme-1 {
        --scl-sep-display: block
    }

    .header__desc {
        max-width: 90%
    }

    .header__char {
        display: block;
        width: auto;
        max-width: none;
        height: 100%
    }
}

@media (min-width: 900px) {
    .videobg__container, .videobg__source, .videobg__video {
        width: 1920px
    }
}

@media (min-width: 1050px) {
    .btns {
        grid-gap: max(1.25rem, 20px) max(1.875rem, 30px);
        gap: max(1.25rem, 20px) max(1.875rem, 30px)
    }

    .btn {
        --scale: 1
    }

    .btn_size_small {
        font-size: 1rem;
        --scale: 0.8
    }

    .btn_size_tiny {
        font-size: .8125rem;
        --scale: 0.55
    }

    .btn_size_large {
        --scale: 1.2
    }

    .btn_size_huge {
        --scale: 1.3
    }

    .scl-theme-1:after, .scl-theme-1:before {
        display: block
    }

    .header {
        padding-top: 1.25rem;
        padding-top: var(--header-padding-top);
        padding-bottom: 5rem;
        padding-bottom: var(--header-padding-bottom);
        min-height: calc(100vh - max(3.75rem, 60px) * 1);
        min-height: var(--header-height)
    }

    .header__box {
        margin: auto 0 auto auto
    }

    .header__countdown-mobile {
        display: none
    }

    .header-countdown-box {
        display: block
    }

    .welcome {
        max-width: none;
        min-width: 0;
        grid-template-columns:45% 1fr
    }

    .welcome__content {
        padding-top: .625rem;
        max-width: 100%
    }

    .widgets {
        max-width: none;
        min-width: 0;
        grid-template-columns:1fr 45%;
        align-items: center
    }

    .widgets__content {
        padding-top: .625rem;
        max-width: 100%
    }

    .file__pic {
        display: flex
    }

    .file__btn {
        font-size: .875rem;
        --scale: 0.7
    }

    [data-news-page-section] .swiper-wrapper {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (min-width: 1050px) and (orientation: portrait) {
    .header {
        min-height: auto;
        max-height: 62.5rem;
        max-height: var(--header-max-height)
    }
}

@media (min-width: 1200px) {
    :root {
        --navigation-height: calc(max(6.25rem, 100px) * var(--g-size));
        --navigation-height-scroll: calc(max(3.75rem, 60px) * var(--g-size))
    }

    .nav-scroll .navigation {
        height: calc(max(3.75rem, 60px) * 1);
        height: var(--navigation-height-scroll)
    }

    .navigation__menu {
        padding-left: .625rem;
        padding-right: .625rem
    }

    .navigation__el {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media (min-width: 1240px) {
    .header-countdown-box {
        top: 9.375rem;
        left: 7.5rem
    }

    .feature {
        min-height: 35rem;
        display: grid;
        grid-template-columns:55% 1fr;
        grid-gap: .625rem;
        gap: .625rem;
        padding: 0;
        text-align: left;
        align-items: center
    }

    .feature__media {
        height: 100%;
        margin: 0
    }

    .feature__box {
        padding: 3.125rem 2rem
    }

    .feature__title {
        font-size: 2.5rem
    }

    .feature__btns {
        margin-top: 3rem
    }

    .features {
        max-width: none
    }

    .features__btn {
        min-height: 5rem
    }

    .features__btn-decor {
        display: block
    }

    .features__btn:after {
        border: none
    }

    .features__btn-content {
        display: block
    }

    .news__nav {
        justify-content: flex-start
    }

    .news__wrap {
        max-width: none
    }

    .news__list {
        padding-bottom: 0
    }

    [data-news-page-section] .swiper-wrapper {
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (min-width: 1350px) {
    .streams__wrap {
        max-width: 100%
    }

    .streams__list {
        margin: 0 auto
    }

    .streams__arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .streams__arrow_prev {
        right: 100%
    }

    .streams__arrow_next {
        left: 100%
    }

    .news__arrow {
        position: absolute;
        top: 6.25rem;
        transform: translateY(-50%);
        z-index: 10
    }

    .news__arrow_prev {
        right: calc(100% + 1.875rem)
    }

    .news__arrow_next {
        left: calc(100% + 1.875rem)
    }
}

@media (min-width: 1440px) {
    .auth {
        flex-wrap: nowrap
    }

    .gw-burger {
        display: none
    }

    .menu {
        display: flex;
        align-self: stretch
    }

    .menu__content, .menu__list {
        display: flex;
        width: 100%
    }

    .menu__list {
        list-style-type: none;
        margin: 0;
        align-items: stretch;
        justify-content: flex-start;
        opacity: 1;
        visibility: visible;
        padding: 0;
        box-sizing: border-box
    }

    .menu__el {
        display: flex;
        position: relative;
        z-index: 0
    }

    .menu__el_desktop_none {
        display: none
    }

    .menu__item {
        padding: .625rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        fill: #d3b681;
        fill: rgba(var(--color-accent), 1);
        cursor: pointer;
        font-style: normal;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: all .3s;
        color: #7c7c7c;
        font-family: Philosopher, Times New Roman, Times, serif;
        font-family: var(--font-1);
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        font-size: max(1rem, 16px)
    }

    @media (min-width: 1550px) {
        .menu__item {
            padding: .625rem .9375rem
        }
    }.menu__el:hover [data-menu-open-sub-list], .menu__item:hover, .menu__item_accent, .menu__item_open:hover {
         color: #d3b681;
         color: rgba(var(--color-accent), 1)
     }

    .menu__item:after {
        display: block;
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        transition: all .3s;
        opacity: 0
    }

    .menu__item:hover:after {
        right: 0;
        left: 0;
        opacity: 1;
        transform: scale(1)
    }

    .menu__pic {
        display: none;
        width: 1.25rem;
        height: 1.25rem;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin-right: .375rem;
        transition: all .2s;
        display: flex
    }

    @media (min-width: 1720px) {
        .menu__pic {
            width: 1.875rem;
            height: 1.875rem
        }
    }.menu__el:hover [data-menu-open-sub-list] .menu__pic, .menu__item:hover .menu__pic, .menu__item_open:hover .menu__pic {
         opacity: .3
     }

    .menu__ico {
        fill: inherit;
        width: 100%;
        height: 100%
    }

    .menu__img {
        display: block
    }

    .menu__item-arrow {
        width: calc(max(.9375rem, 15px) * 1);
        width: calc(max(.9375rem, 15px) * var(--g-size));
        height: calc(max(.9375rem, 15px) * 1);
        height: calc(max(.9375rem, 15px) * var(--g-size));
        background-color: #d3b681;
        background-color: rgba(var(--color-accent), 1);
        color: #fff;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        box-sizing: border-box;
        font-size: calc(max(.875rem, 14px) * 1);
        font-size: calc(max(.875rem, 14px) * var(--g-size));
        position: relative;
        z-index: 0;
        left: calc(max(.375rem, 6px) * 1);
        left: calc(max(.375rem, 6px) * var(--g-size))
    }

    .menu__item-arrow:before {
        left: calc(max(.4375rem, 7px) * 1);
        left: calc(max(.4375rem, 7px) * var(--g-size));
        top: calc(max(.25rem, 4px) * 1);
        top: calc(max(.25rem, 4px) * var(--g-size));
        width: 1px;
        height: calc(max(.4375rem, 7px) * 1);
        height: calc(max(.4375rem, 7px) * var(--g-size))
    }

    .menu__item-arrow:after, .menu__item-arrow:before {
        display: block;
        content: "";
        position: absolute;
        background-color: #fff;
        transition: all .3s
    }

    .menu__item-arrow:after {
        top: calc(max(.4375rem, 7px) * 1);
        top: calc(max(.4375rem, 7px) * var(--g-size));
        left: calc(max(.25rem, 4px) * 1);
        left: calc(max(.25rem, 4px) * var(--g-size));
        height: 1px;
        width: calc(max(.4375rem, 7px) * 1);
        width: calc(max(.4375rem, 7px) * var(--g-size))
    }

    .menu__el:hover .menu__item-arrow:after {
        transform: rotate(90deg);
        opacity: 0
    }

    .menu__el:hover .menu__item-arrow:before {
        transform: rotate(90deg);
        opacity: 1
    }

    .menu__sub-list {
        position: absolute;
        left: 0;
        top: 80%;
        list-style: none;
        padding: 0;
        margin: 0;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        background: #fff;
        display: block !important;
        min-width: 100%;
        width: calc(max(12.5rem, 200px) * 1);
        width: calc(max(12.5rem, 200px) * var(--g-size));
        filter: drop-shadow(0 0 1px #ccc)
    }

    .menu__sub-list:before {
        display: block;
        content: "";
        border: calc(max(.625rem, 10px) * 1) solid transparent;
        border: calc(max(.625rem, 10px) * var(--g-size)) solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        left: calc(max(1.25rem, 20px) * 1);
        left: calc(max(1.25rem, 20px) * var(--g-size));
        bottom: 100%
    }

    .menu__sub-list:hover, [data-menu-open-sub-list]:hover + .menu__sub-list {
        opacity: 1;
        visibility: visible;
        top: 85%;
        padding: calc(max(.625rem, 10px) * 1) 0;
        padding: calc(max(.625rem, 10px) * var(--g-size)) 0
    }

    .menu__sub-item {
        padding: calc(max(.625rem, 10px) * 1) calc(max(.875rem, 14px) * 1);
        padding: calc(max(.625rem, 10px) * var(--g-size)) calc(max(.875rem, 14px) * var(--g-size));
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
        text-align: left;
        color: #cbcbcb;
        color: rgba(var(--color-0), 1);
        fill: #d3b681;
        fill: rgba(var(--color-accent), 1);
        cursor: pointer;
        font-style: normal;
        font-size: calc(max(.875rem, 14px) * 1);
        font-size: calc(max(.875rem, 14px) * var(--g-size));
        font-weight: 400;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: all .3s
    }

    .menu__sub-item:hover {
        background: hsla(0, 0%, 79.6%, .05);
        background: rgba(var(--color-0), .05)
    }

    .navigation__logotype {
        display: none
    }

    .events_pos {
        z-index: 20;
        position: absolute;
        bottom: 1.875rem
    }
}

@media (min-width: 1550px) {
    .btn_size_tiny {
        font-size: 1rem;
        --scale: 0.7
    }

    [data-section=header] {
        padding-bottom: 0
    }

    .header-decor {
        display: block
    }
}

@media (min-width: 1550px) and (orientation: landscape) {
    html {
        font-size: calc(.5vw + .55vh)
    }
}

@media (min-width: 1550px) and (orientation: portrait) {
    html {
        font-size: calc(.5vw + .3vh)
    }
}

@media (min-width: 1640px) {
    .points {
        display: flex;
        position: fixed;
        left: 2.75rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        list-style-type: none;
        padding: 0;
        margin: 0;
        right: auto;
        flex-direction: column
    }

    .point {
        display: flex;
        position: relative;
        z-index: 0;
        margin: 1rem 0
    }

    .point__name {
        display: block;
        bottom: auto;
        left: 2.625rem;
        top: calc(50% - .6rem)
    }
}

@media (min-width: 1920px) {
    .videobg__container, .videobg__source, .videobg__video {
        width: 100%;
        height: auto
    }
}

@media (max-width: 1439.98px) {
    .gw-burger {
        position: relative;
        z-index: 5;
        background-color: transparent;
        width: 20px;
        height: 14px;
        border-radius: 0;
        cursor: pointer;
        box-sizing: border-box;
        flex-shrink: 0
    }

    .gw-burger__line {
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #cbcbcb;
        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 .3s .4s;
        left: 30%
    }

    .gw-burger__line_pos_bottom {
        bottom: 0
    }

    .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 .3s
    }

    .mob-menu-active .gw-burger__line_pos_middle {
        opacity: 0;
        transition: all .3s .1s;
        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 .3s 0s, bottom .3s .1s, opacity 0s .1s, transform .3s .3s
    }

    .menu {
        border-top: 1px solid hsla(0, 0%, 79.6%, .15);
        border-top: 1px solid rgba(var(--color-0), .15);
        position: absolute;
        top: calc(max(3.75rem, 60px) * 1);
        top: var(--navigation-height);
        right: 0;
        left: 0;
        z-index: 2;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: 40px;
        height: calc(100vh - max(3.75rem, 60px) * 1);
        height: calc(100vh - var(--navigation-height));
        overflow-x: hidden;
        overflow-y: auto;
        display: flex;
        justify-content: flex-start;
        background: #15181d;
        background: rgba(var(--body-background-color), 1);
        background-blend-mode: normal, overlay, normal;
        opacity: 0;
        transition: all .5s .3s;
        visibility: hidden;
        box-shadow: 0 0 0 100vh #15181d;
        box-shadow: 0 0 0 100vh rgba(var(--body-background-color), 1)
    }

    .mob-menu-active .menu {
        visibility: visible;
        opacity: 1;
        transition: all .5s
    }

    .menu__content {
        transform: translateY(-40px);
        transition: all .3s;
        opacity: 0;
        width: 100%;
        box-sizing: border-box
    }

    .mob-menu-active .menu__content {
        transform: translateX(0);
        opacity: 1;
        transition: all .5s .3s
    }

    .menu__list {
        list-style-type: none;
        margin: 0;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        box-sizing: border-box;
        padding: 0 0 40px
    }

    .menu__el {
        width: 100%;
        position: relative;
        z-index: 0;
        border-bottom: 1px solid hsla(0, 0%, 79.6%, .15);
        border-bottom: 1px solid rgba(var(--color-0), .15)
    }

    .menu__el_continer {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        border-bottom: 0
    }

    .menu__el_continer_divider {
        padding-top: 20px;
        border-top: 1px solid rgba(#fff, 1);
        border-top: 1px solid rgba(var(--color-4), 1)
    }

    .menu__el_continer:hover {
        z-index: 10
    }

    .menu__item {
        padding: .625rem .9375rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
        text-align: center;
        fill: #d3b681;
        fill: rgba(var(--color-accent), 1);
        cursor: pointer;
        font-style: normal;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: all .3s;
        color: #7c7c7c;
        font-family: Philosopher, Times New Roman, Times, serif;
        font-family: var(--font-1);
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase
    }

    .menu__el:hover [data-menu-open-sub-list], .menu__item:hover, .menu__item_open:hover {
        color: #d3b681;
        color: rgba(var(--color-accent), 1)
    }

    .menu__item:after {
        display: block;
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        transition: all .3s;
        opacity: 0
    }

    .menu__item:hover:after {
        right: 0;
        left: 0;
        opacity: 1;
        transform: scale(1)
    }

    .menu__pic {
        width: max(1.875rem, 30px);
        height: max(1.875rem, 30px);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin-right: max(.375rem, 6px);
        transition: all .2s
    }

    .menu__el:hover [data-menu-open-sub-list] .menu__pic, .menu__item:hover .menu__pic, .menu__item_open:hover .menu__pic {
        opacity: .3
    }

    .menu__ico {
        fill: inherit;
        width: 100%;
        height: 100%
    }

    .menu__item_accent {
        color: #d3b681;
        color: rgba(var(--color-accent), 1)
    }

    .menu__sub-wrapper {
        display: none
    }

    .subnav__container {
        padding: 0
    }

    .mob-menu-active {
        overflow: hidden
    }

    [data-menu-open-sub-list]:after {
        display: block;
        content: "";
        background: url(../images/menu/arrow-down.svg) no-repeat;
        width: 10px;
        height: 6px;
        margin-left: 10px;
        position: relative;
        top: 0;
        transition: all .5s
    }

    .menu__item_open:after {
        transform: rotateX(180deg)
    }

    .menu__sub-list {
        list-style-type: none;
        padding: 8px 0;
        margin: 0;
        display: none;
        background-color: hsla(0, 0%, 79.6%, .04);
        background-color: rgba(var(--color-0), .04)
    }

    .menu__sub-item {
        display: flex;
        align-items: center;
        text-decoration: none;
        box-sizing: border-box;
        padding: 8px 20px;
        transition: all .3s;
        position: relative;
        z-index: 0;
        color: #cbcbcb;
        color: rgba(var(--color-0), 1);
        cursor: pointer;
        font-style: normal;
        font-size: max(1rem, 16px);
        text-align: center;
        min-height: 50px
    }

    .menu__sub-item:hover {
        color: #d3b681;
        color: rgba(var(--color-accent), 1)
    }

    .menu__sub-content {
        min-width: 0;
        flex-grow: 1
    }

    .menu__sub-name {
        font-size: 18px;
        line-height: 18px;
        color: #000;
        transition: all .2s
    }

    .menu__sub-desc {
        padding-top: 3px;
        font-size: 14px;
        line-height: 16px;
        color: rgba(0, 0, 0, .6);
        transition: all .2s
    }
}

@media screen and (max-width: 1400px)

;
@media screen and (max-width: 1200px)

;
@media screen and (max-width: 992px)

;
@media (max-width: 768px) and (min-width: 1px) {
    .container {
        padding: 0
    }

    .base__content {
        padding: 0 15px
    }
}

@media screen and (max-width: 768px) {
    .base__content {
        flex-direction: column
    }

    .base__left {
        width: 100%;
        border: 0;
        display: flex;
        flex-wrap: wrap
    }

    .base-left__item {
        width: 33.3%
    }

    .base__right {
        padding-left: 0;
        border-top: 1px solid hsla(0, 0%, 100%, .30980392156862746);
        margin-top: 40px;
        padding-top: 40px
    }

    .base__left {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: static
    }
}

@media screen and (max-width: 576px) {
    .base-left__item {
        width: 50%
    }

    .base {
        padding-bottom: 130px
    }
}

@media screen and (max-width: 480px) {
    .base-left__item {
        width: 100%;
        justify-content: center
    }
}

@media (max-width: 468px) and (min-width: 1px) {
    .chatter {
        width: 80%
    }
}

.pr {
    padding-right: calc(max(.625rem, 10px) * 1);
    padding-right: var(--margin)
}

.pl {
    padding-left: calc(max(.625rem, 10px) * 1);
    padding-left: var(--margin)
}

.pt {
    padding-top: calc(max(.625rem, 10px) * 1);
    padding-top: var(--margin)
}

.pb {
    padding-bottom: calc(max(.625rem, 10px) * 1);
    padding-bottom: var(--margin)
}

.mr {
    margin-right: calc(max(.625rem, 10px) * 1);
    margin-right: var(--margin)
}

.ml {
    margin-left: calc(max(.625rem, 10px) * 1);
    margin-left: var(--margin)
}

.mt {
    margin-top: calc(max(.625rem, 10px) * 1);
    margin-top: var(--margin)
}

.mb {
    margin-bottom: calc(max(.625rem, 10px) * 1);
    margin-bottom: var(--margin)
}

.m {
    margin: calc(max(.625rem, 10px) * 1);
    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: #ffb62f;
    color: rgba(var(--color-orange), 1)
}

.color-pink {
    color: pink;
    color: rgba(var(--color-pink), 1)
}

.color-purple {
    color: #cc17cc;
    color: rgba(var(--color-purple), 1)
}

.color-blue {
    color: #3183ff;
    color: rgba(var(--color-blue), 1)
}

.color-green {
    color: #1fe91f;
    color: rgba(var(--color-green), 1)
}

.color-grey {
    color: #757575;
    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: #c22929;
    color: rgba(var(--color-brown), 1)
}

.color-aqua {
    color: #0ff;
    color: rgba(var(--color-aqua), 1)
}

.color-0 {
    color: #cbcbcb;
    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: #493c3c;
    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: #d3b681;
    color: rgba(var(--color-accent), 1)
}

.color-main {
    color: #cbcbcb;
    color: rgba(var(--color-0), 1)
}

.color-primary {
    color: #141414;
    color: rgba(var(--color-1), 1)
}

.color-secondary {
    color: #fff;
    color: rgba(var(--color-2), 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
}

.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
}

.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%
}

.str {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-height: 650px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #444 #222;
}

.str::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.str::-webkit-scrollbar-track {
    background: #222;
}

.str::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 4px;
    border: 2px solid #222;
}

.gw-burger {
    cursor: pointer;
}
.video {
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-family: Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: default;
    box-sizing: border-box;
    overflow: hidden;
    letter-spacing: 1px;
    position: relative;
    z-index: 0;
    padding: 1.875rem 1.625rem
}

.video:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/video/frame.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.video:after, .video:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 10;
    pointer-events: none
}

.video:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/video/play.png) no-repeat;
    background-size: contain;
    width: 5.75rem;
    height: 5.6875rem;
    transition: all .3s
}

.video:hover:after {
    opacity: 0
}

.video iframe {
    width: 100%;
    height: 100%
}

.video__inner {
    height: 20.625rem;
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.video__preview {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #1a1106;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    transition: all .3s
}

.video__inner:hover .video__preview {
    transform: scale(1.06)
}

.video__link {
    display: block;
    z-index: 20;
    text-decoration: none
}

.video__link, .videobg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.videobg {
    overflow: hidden;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.videobg:before {
    z-index: 2;
    pointer-events: none;
    background-color: transparent;
    background-image: url(../images/videobg/smoke.png), url(../images/videobg/cloud-bottom.png);
    background-size: cover, 100% auto;
    background-position: bottom, bottom;
    background-repeat: no-repeat, no-repeat
}
.preload.fade-out {
    opacity: 0;
    visibility: hidden;
}
.videobg:after, .videobg:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.desc>p{
    margin: 0;
}
.videobg:after {
    background: linear-gradient(180deg, rgba(6, 6, 5, .9) 0, rgba(6, 6, 5, .5) 60%, rgba(6, 6, 5, .8));
    z-index: 1
}

.videobg__container {
    position: relative;
    z-index: 0;
    height: 100%
}

.videobg__source, .videobg__video {
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover
}
.swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}
.preload {
    background-color: #15181d;
    min-width: 320px;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
