:root {
    --g-size: 1;
    --body-min-width: 320px;
    --body-max-width: 100%;
    --body-background-color-rgb: #fff;
    --body-background-color: 255, 255, 255;
    --color-bg-0-rgb: #fff;
    --color-bg-0: 255, 255, 255;
    --container-width: 93.75rem
}

@media (min-width: 1050px) {
    :root {
        --container-width: 90%
    }
}

@media (min-width: 1720px) {
    :root {
        --container-width: 96.875rem
    }
}

:root {
    --navigation-height: 3.75rem;
    --navigation-height-scroll: 3.75rem
}

@media (min-width: 1200px) {
    :root {
        --navigation-height: 5rem;
        --navigation-height-scroll: 3.75rem
    }
}

:root {
    --font-0: "Manrope", "PT Sans", Tahoma, Arial, sans-serif;
    --font-1: "Philosopher", "PT Sans", Tahoma, Arial, sans-serif;
    --font-2: "Montserrat", Arial, sans-serif;
    --font-3: "Alice", "Times New Roman", Times, serif;
    --font-ico: "gwi";
    --stone-700: #fff;
    --color-light-rgb: #fddc9e;
    --color-light: 253, 220, 158;
    --color-dark-rgb: #000;
    --color-dark: 0, 0, 0;
    --color-red-rgb: #cd0000;
    --color-red: 205, 0, 0;
    --color-yellow-rgb: #ff0;
    --color-yellow: 255, 255, 0;
    --color-orange-rgb: orange;
    --color-orange: 255, 165, 0;
    --color-pink-rgb: #ff94a6;
    --color-pink: 255, 148, 166;
    --color-purple-rgb: #850d85;
    --color-purple: 133, 13, 133;
    --color-blue-rgb: #1872d8;
    --color-blue: 24, 114, 216;
    --color-green-rgb: #18ad39;
    --color-green: 24, 173, 57;
    --color-grey-rgb: grey;
    --color-grey: 128, 128, 128;
    --color-white-rgb: #fff;
    --color-white: 255, 255, 255;
    --color-black-rgb: #000;
    --color-black: 0, 0, 0;
    --color-brown-rgb: brown;
    --color-brown: 165, 42, 42;
    --color-aqua-rgb: #06dbdb;
    --color-aqua: 0, 255, 255;
    --color-0-rgb: #131010;
    --color-0: 19, 16, 16;
    --color-1-rgb: #fff;
    --color-1: 255, 255, 255;
    --color-2-rgb: #fff;
    --color-2: 255, 255, 255;
    --color-3-rgb: #cacddb;
    --color-3: 202, 205, 219;
    --color-4-rgb: #a8aabc;
    --color-4: 168, 170, 188;
    --color-5-rgb: #646673;
    --color-5: 100, 102, 115;
    --color-6-rgb: #e5e7eb;
    --color-6: 229, 231, 235;
    --color-7-rgb: #3d3e4b;
    --color-7: 61, 62, 75;
    --color-8-rgb: #fff;
    --color-8: #fff;
    --color-9-rgb: #fff;
    --color-9: #fff;
    --color-accent-rgb: #C5A059;
    --color-accent: 197, 160, 89;
    --color-accent-1-rgb: #D8B775;
    --color-accent-1: 216, 183, 117;
    --color-accent-2-rgb: #93743C;
    --color-accent-2: 147, 116, 60;
    --color-url-rgb: #93743C;
    --color-url: 147, 116, 60;
    --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);
    --border-radius: 0.75rem;
    --border-width: 1px;
    --border-type: solid;
    --border-color: rgba(var(--color-accent), 0.2);
    --border: var(--border-width) var(--border-type) var(--border-color);
    --shadow: 0px 7px 54px rgba(36, 30, 10, 0.1);
    --text-gradient: linear-gradient(180deg, #f7f9f5, #ccbead);
    --table-heading-bg: rgba(var(--color-accent), 0.1);
    --table-bg: rgba(var(--color-accent), 0.1);
    --table-border-width: 1px;
    --table-border-type: solid;
    --table-border-color: rgba(var(--color-accent), 0.5);
    --tippy-bg-color: rgba(var(--color-bg-0), 1);
    --tippy-text-color: rgba(var(--color-0), 1);
    --tippy-font-size: 1rem;
    --tippy-border-radius: 0;
    --scl-color-1: rgba(var(--color-1), 1);
    --scl-color-1-hover: rgba(var(--color-1), 1);
    --scl-flex-basis: 1.625rem;
    --scl-width: 1.625rem;
    --scl-height: 1.625rem;
    --scl-bg: transparent;
    --scl-bg-hover: rgba(var(--color-accent-1), 1);
    --scl-font-size: 0.875rem;
    --scl-list-gap: 0.3125rem;
    --scl-sep-display: none;
    --lang-color: var(--color-0);
    --lang-arrow: url(../images/lang/arrow-down.svg)
}

@media (min-width: 600px) {
    :root {
        --scl-list-gap: 0.3125rem 0.9375rem
    }
}

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: #bf4444;
    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;
    line-height: inherit
}

ol,
ul {
    padding-left: 1.375em;
    margin: .625em 0
}

table {
    border: 1px solid rgba(191, 68, 68, .5);
    border: var(--table-border-width) var(--table-border-type) var(--table-border-color);
    border-collapse: collapse
}

td,
th {
    border: 1px solid rgba(191, 68, 68, .5);
    border: var(--table-border-width) var(--table-border-type) var(--table-border-color);
    padding: .625em 1em
}

::-webkit-scrollbar {
    width: .375rem;
    height: .125rem;
    background-color: rgba(66, 66, 66, .4)
}

::-webkit-scrollbar-thumb {
    background-color: #C5A059;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D8B775;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: Manrope, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: 100%;
    font-weight: 400;
    color: #131010;
    color: rgba(var(--color-0), 1);
    cursor: default
}

@media (min-width: 1200px) {
    html {
        font-size: calc(max(.55vw, 4px) + max(.51vh, 4px))
    }
}

body {
    z-index: 0;
    margin: 0;
    background-color: #fff;
    background-color: rgba(var(--body-background-color), 1);
    background-image: none;
    background-size: auto;
    background-position: 50%;
    background-repeat: no-repeat
}

.page,
body {
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
    min-width: 320px;
    min-width: var(--body-min-width);
    display: flex;
    flex-direction: column
}

.page {
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    max-width: var(--body-max-width);
    flex-grow: 1;
    transition: all .3s;
    box-sizing: border-box
}

.section {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.container,
.section {
    position: relative;
    z-index: 2;
    box-sizing: border-box
}

.container {
    max-width: calc(93.75rem + 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)
}

.container_fluid {
    max-width: 100%
}

.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.25rem
}

.compensate-navigation {
    padding-top: 3.75rem;
    padding-top: var(--navigation-height);
    box-sizing: border-box
}

.link {
    text-decoration: underline;
    color: currentColor
}

.link:hover,
.link_tdn {
    text-decoration: none
}

.link_hover_tdu:hover {
    text-decoration: underline
}

[data-tab] {
    display: none;
    opacity: 0;
    -webkit-animation: tab 1s ease forwards;
    animation: tab 1s ease forwards
}

@-webkit-keyframes tab {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes tab {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.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%
}

@media (min-width: 1050px) {
    .btns {
        grid-gap: max(1.25rem, 20px) max(1.875rem, 30px);
        gap: max(1.25rem, 20px) max(1.875rem, 30px)
    }
}

.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, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 400;
    font-size: max(.75rem, 12px);
    line-height: 1.64;
    color: #131010;
    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 orange;
    border-bottom: max(.3125rem, 5px) solid rgba(var(--color-orange), 1)
}

.author {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-size: max(.875rem, 14px);
    color: #a8aabc;
    color: rgba(var(--color-4), 1);
    text-decoration: none;
    transition: all .2s
}

@media (min-width: 1050px) {
    .author {
        font-size: .875rem
    }
}

@media (min-width: 1200px) {
    .author {
        justify-content: flex-end;
        text-align: right
    }
}

[href].author:hover {
    color: #fff;
    color: rgba(var(--color-1), 1)
}

.author__logo_ml {
    margin-left: 3px
}

.bnrs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 1.125rem;
    gap: 1.125rem
}

.bnrs a {
    display: inline-block;
    text-decoration: none;
    font-size: max(.75rem, 12px)
}

.bnrs img {
    display: block
}

.devider_mobile_none {
    display: none
}

@media (min-width: 1200px) {
    .devider_mobile_none {
        display: block
    }
}

.title {
    font-family: Philosopher, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.12;
    color: #131010;
    color: rgba(var(--color-0), 1);
    text-transform: uppercase
}

@media (min-width: 1200px) {
    .title {
        font-size: 2rem
    }
}

.desc {
    color: #131010;
    color: rgba(var(--color-0), 1);
    font-family: Manrope, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

.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, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1)
}

.item__content {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: 19, 16, 16;
    color: var(--color-0)
}

.heading {
    --heading-content-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    grid-gap: 2.125rem .875rem;
    gap: 2.125rem .875rem
}

@media (min-width: 720px) {
    .heading {
        --heading-content-align: flex-start;
        min-height: 3.25rem;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: left
    }
}

@media (min-width: 720px) {
    .heading_center {
        --heading-content-align: center;
        justify-content: center;
        text-align: center
    }
}

.heading_mb {
    margin-bottom: 1.625rem
}

@media (min-width: 720px) {
    .heading_mb {
        margin-bottom: 1.875rem
    }
}

.preload {
    background-color: #ffffff;
    background-color: rgba(var(--body-background-color, 255, 255, 255), 1);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.preload_fade {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preload__logo {
    width: 280px;
    height: auto !important;
    max-width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.preload__logo img,
.preload__logo svg {
    width: 100% !important;
    height: auto !important;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

.preload__logo::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: shimmer 1.8s infinite;
}

@keyframes shimmer {
    100% {
        left: 150%;
    }
}

@-webkit-keyframes preanimateout {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(0);
    }
}

@keyframes preanimateout {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(0);
    }
}

.preload__progress {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: #C5A059;
}

.preload__items {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
    width: 36px;
    height: 36px;
    border: 3px solid rgba(197, 160, 89, 0.2);
    border-radius: 50%;
    border-top-color: #C5A059;
    animation: preloader-spin 1s linear infinite;
}

.preload__items > * {
    display: none !important;
}

@keyframes preloader-spin {
    to {
        transform: rotate(360deg);
    }
}

.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;
    max-width: 100%;
    width: 16.25rem;
    height: auto !important;
    object-fit: contain;
}

@media (min-width: 840px) {
    .logotype__img {
        width: 22.5rem;
    }
}

.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
    }
}

.prop {
    font-family: Philosopher, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    color: rgba(var(--color-1), 1);
    text-align: center;
    width: 3.75rem;
    height: 6.25rem;
    box-sizing: border-box;
    line-height: 1;
    position: relative;
    z-index: 0;
    grid-gap: .1875rem;
    gap: .1875rem
}

@media (min-width: 1200px) {
    .prop {
        width: 4.375rem;
        height: 7.5rem
    }
}

.prop:after,
.prop:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: .3125rem;
    background-color: rgba(191, 68, 68, .7);
    background-color: rgba(var(--color-accent), .7);
    border-radius: .3125rem
}

.prop:before {
    top: 0;
    -webkit-animation: count-down-decor-top 1s ease forwards;
    animation: count-down-decor-top 1s ease forwards
}

.prop:after {
    bottom: 0;
    -webkit-animation: count-down-decor-bottom 1s ease forwards;
    animation: count-down-decor-bottom 1s ease forwards
}

.prop__name {
    text-transform: uppercase;
    box-sizing: border-box;
    color: #bf4444;
    color: rgba(var(--color-accent), 1);
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 400
}

@media (min-width: 1200px) {
    .prop__name {
        font-size: 2.5rem
    }
}

.prop__desc {
    box-sizing: border-box;
    color: #131010;
    color: rgba(var(--color-0), 1);
    font-weight: 400;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1;
    white-space: nowrap
}

@media (min-width: 1200px) {
    .prop__desc {
        font-size: 1.25rem
    }
}

.play {
    position: relative;
    z-index: 0;
    font-size: 6.25rem
}

.play:after {
    content: "\F144";
    font-family: gwi;
    font-family: var(--font-ico);
    color: #bf4444;
    color: rgba(var(--color-accent), 1);
    width: 6.25rem;
    height: 6.25rem;
    pointer-events: none;
    transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 1.875rem rgba(255, 255, 255, 1)) drop-shadow(0 0 .625rem rgba(255, 255, 255, 1));
    filter: drop-shadow(0 0 1.875rem rgba(var(--color-1), 1)) drop-shadow(0 0 .625rem rgba(var(--color-1), 1))
}

.play:hover:after {
    transform: translate(-50%, -50%) scale(1.15)
}

.play_size_small:after {
    width: 2.5rem;
    height: 2.5rem
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    font-family: Manrope, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    line-height: 1;
    cursor: pointer;
    transition: all .2s;
    flex-shrink: 0;
    text-shadow: none;
    position: relative;
    z-index: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    color: rgba(var(--color-1), 1);
    text-decoration: none;
    grid-gap: .625rem;
    gap: .625rem;
    padding: .625rem 1.875rem;
    min-height: 3.25rem
}

.btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #C5A059;
    background-color: rgba(var(--color-accent), 1);
    background: linear-gradient(90deg, #C5A059, #C5A059 33%, #fff 50%, #C5A059 65%, #C5A059);
    background: linear-gradient(90deg, rgba(var(--color-accent), 1), rgba(var(--color-accent), 1) 33%, #fff 50%, rgba(var(--color-accent), 1) 65%, rgba(var(--color-accent), 1));
    background-size: 300% 300%;
    border-radius: .25rem;
    z-index: -1
}

.btn:hover:after {
    transition: all .3s;
    background-position: 100% 100%
}

.btn__arrow {
    transition: all .2s
}

.btn_hov:hover .btn__arrow,
.btnhov:hover .btn__arrow {
    transform: translateX(4px)
}

.btn__gwi {
    font-size: 18px
}

.btn_fill {
    width: 100%
}

.btn_min-width {
    min-width: 12.5rem
}

.btn_disabled,
[data-open-tab-active=true].btn,
[disabled].btn {
    cursor: default;
    pointer-events: none
}

.btn_disabled:after,
.btn_disabled:hover:after,
[data-open-tab-active=true].btn:after,
[data-open-tab-active=true].btn:hover:after,
[disabled].btn:after,
[disabled].btn:hover:after {
    opacity: .5
}

@media (max-width: 699.99px) {
    .btn_mobile_none {
        display: none
    }
}

@media (min-width: 700px) {
    .btn_desktop_none {
        display: none
    }
}

.button {
    display: inline-flex;
    grid-gap: .5rem;
    gap: .5rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    color: rgba(var(--color-1), 1);
    font-family: Manrope, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1;
    padding: 1.125rem 2.75rem;
    min-height: 4.375rem;
    min-width: 10.625rem;
    cursor: pointer;
    flex-shrink: 0;
    text-shadow: none;
    position: relative;
    z-index: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    filter: drop-shadow(0 .25rem 1rem rgba(125, 83, 0, .35))
}

.button,
.button:before {
    box-sizing: border-box;
    transition: all .2s
}

.button:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(191, 68, 68, .65);
    background-color: rgba(var(--color-accent), .65);
    background-image: none;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background: linear-gradient(180deg, #ee6c44, #bf4444);
    box-shadow: inset 0 0 .5rem #ffce1c;
    border-radius: .875rem
}

.button:hover:before {
    box-shadow: inset 0 0 1rem #ffce1c
}

.bt {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    font-family: Manrope, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    line-height: 1;
    cursor: pointer;
    transition: all .2s;
    flex-shrink: 0;
    text-shadow: none;
    position: relative;
    z-index: 0;
    outline: 0;
    background-color: transparent;
    box-shadow: none;
    background: transparent;
    font-weight: 600;
    font-size: .875rem;
    color: #bf4444;
    color: rgba(var(--color-accent), 1);
    text-decoration: none;
    grid-gap: .5rem;
    gap: .5rem;
    padding: .375rem 1.125rem;
    min-height: 1.875rem;
    border: .0625rem solid #bf4444;
    border: .0625rem solid rgba(var(--color-accent), 1);
    border-radius: .4375rem
}

.bt:hover {
    background-color: #bf4444;
    background-color: rgba(var(--color-accent), 1);
    color: #fff;
    color: rgba(var(--color-1), 1)
}

[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(-20%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation: fadeInRight 1s ease forwards;
    animation: fadeInRight 1s ease forwards
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInUp {
    -webkit-animation: fadeInUp 1s ease forwards;
    animation: fadeInUp 1s ease forwards
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(5vh)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(5vh)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInDown {
    -webkit-animation: fadeInDown 1s ease forwards;
    animation: fadeInDown 1s ease forwards
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-5vh)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-5vh)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.turnRight {
    -webkit-animation: turnRight 1s ease forwards;
    animation: turnRight 1s ease forwards;
    transform-origin: center
}

@-webkit-keyframes turnRight {
    0% {
        opacity: 0;
        transform: translateX(-15%) rotate(-15deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

@keyframes turnRight {
    0% {
        opacity: 0;
        transform: translateX(-15%) rotate(-15deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

.turLeft {
    -webkit-animation: turLeft 1s ease forwards;
    animation: turLeft 1s ease forwards;
    transform-origin: center
}

@-webkit-keyframes turLeft {
    0% {
        opacity: 0;
        transform: translateX(15%) rotate(15deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

@keyframes turLeft {
    0% {
        opacity: 0;
        transform: translateX(15%) rotate(15deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

.tippy-box {
    background-color: #fff;
    background-color: var(--tippy-bg-color);
    border-radius: 0;
    border-radius: var(--tippy-border-radius);
    border: 0;
    font-size: 1rem;
    font-size: var(--tippy-font-size);
    color: #131010;
    color: var(--tippy-text-color);
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    max-width: 31.25rem !important;
    padding: .625rem 1rem;
    font-family: Manrope, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    filter: drop-shadow(0 0 1px rgba(19, 16, 16, .6));
    filter: drop-shadow(0 0 1px rgba(var(--color-0), .6))
}

.tip-content,
.tippy-wrap {
    max-width: 31.25rem
}

.tip-content {
    text-align: center
}

.tippy-arrow {
    color: #fff;
    color: var(--tippy-bg-color);
    width: 1.25rem;
    height: 1.25rem
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -.5625rem;
    border-width: .625rem .625rem 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -.5625rem;
    border-width: 0 .625rem .625rem
}

.spag {
    display: grid;
    grid-gap: 10px;
    gap: 10px;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: flex-start
}

.sarrow {
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    z-index: 0
}

.sarrow,
.sarrow:after {
    display: flex;
    justify-content: center;
    align-items: center
}

.sarrow:after {
    content: "";
    width: 2.375rem;
    height: 2.375rem;
    border-radius: .25rem;
    z-index: 10;
    pointer-events: none;
    background-color: #bf4444;
    background-color: rgba(var(--color-accent), 1);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    font-family: gwi;
    font-family: var(--font-ico);
    color: #fff;
    color: rgba(var(--color-1));
    font-size: 1.125rem;
    border: .0625rem solid #bf4444;
    border: .0625rem solid rgba(var(--color-accent), 1);
    transition: all .2s
}

.sarrow_prev:after {
    content: "\E80F"
}

.sarrow_next:after {
    content: "\E80E"
}

.sarrow:hover:after {
    background-color: #e75d5d;
    background-color: rgba(var(--color-accent-1), 1)
}

.sarrow.swiper-button-disabled {
    pointer-events: none
}

.sarrow.swiper-button-disabled:after {
    color: rgba(231, 93, 93, .3);
    color: rgba(var(--color-accent-1), .3);
    border-color: rgba(231, 93, 93, .3);
    border-color: rgba(var(--color-accent-1), .3);
    background-color: transparent
}

.sarrows {
    grid-gap: 1.125rem;
    gap: 1.125rem
}

.dots,
.sarrows {
    display: flex;
    justify-content: center;
    align-items: center
}

.dots {
    grid-gap: .625rem;
    gap: .625rem;
    width: auto !important
}

.dot {
    width: .75rem;
    height: .75rem;
    background-color: transparent;
    box-sizing: border-box;
    opacity: 1;
    cursor: pointer;
    flex-shrink: 0;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(191, 68, 68, .1);
    background: rgba(var(--color-accent), .1);
    border: 1px solid rgba(191, 68, 68, .5);
    border: 1px solid rgba(var(--color-accent), .5);
    border-radius: .1875rem
}

.dot_active {
    background: #bf4444;
    background: rgba(var(--color-accent), 1);
    border-color: #bf4444;
    border-color: rgba(var(--color-accent), 1)
}

.ww {
    max-width: 51.25rem;
    background-color: transparent;
    box-shadow: 0 .9375rem 1.875rem rgba(255, 0, 0, .1);
    font-family: Manrope, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0)
}

.ww,
.ww__inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0
}

.ww__inner {
    background: transparent;
    border: 0;
    box-shadow: none
}

.ww__body {
    background-color: #fff;
    background-color: rgba(var(--color-1), 1);
    background-size: auto;
    background-position: 50%;
    background-repeat: repeat;
    box-sizing: border-box;
    padding: 1.25rem .625rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border: 1px solid rgba(191, 68, 68, .5);
    border: 1px solid rgba(var(--color-accent), .5);
    border-radius: .75rem;
    border-radius: var(--border-radius)
}

@media (min-width: 460px) {
    .ww__body {
        padding: 1.5rem
    }
}

.ww__close {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    background-size: contain;
    border-radius: 50%;
    z-index: 20;
    top: .625rem;
    right: .625rem
}

.ww__close,
.ww__close:after,
.ww__close:before {
    display: block;
    transition: all .3s;
    position: absolute
}

.ww__close:after,
.ww__close:before {
    content: "";
    background: #131010;
    background: rgba(var(--color-0), 1);
    top: calc(50% - .0625rem);
    left: 0;
    right: 0;
    height: .125rem;
    border-radius: .125rem
}

.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: center;
    align-items: center;
    flex-direction: column;
    grid-gap: .875rem;
    gap: .875rem;
    text-align: center;
    color: #131010;
    color: rgba(var(--color-0), 1);
    font-family: Philosopher, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    font-weight: 700;
    padding: 1.375rem 0;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(191, 68, 68, .5);
    border-bottom: 1px solid rgba(var(--color-accent), .5);
    margin: -1.375rem auto 1.25rem
}

.ww__title {
    font-size: 1.125rem
}

@media (min-width: 1200px) {
    .ww__title {
        font-size: 1.5rem
    }
}

.fancybox-container {
    z-index: 666 !important
}

.fancybox-content {
    padding: 0;
    background: transparent
}

.fancybox-bg {
    background: #000
}

.fancybox-is-open .fancybox-bg {
    opacity: .5
}

.gw-modal-close {
    display: none
}

.fancybox-image {
    border-radius: .75rem;
    border-radius: var(--border-radius)
}

.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)
    }
}

:root {
    --scl-bg-color: rgba(var(--color-accent), 1);
    --scl-font-size: 1.375rem;
    --scl-item-border: 1px solid hsla(0, 0%, 100%, 0.1);
    --scl-list-direction: column
}

.scl_type_mobile {
    --scl-item-border: none;
    --scl-list-direction: row;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.scl_type_desk {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}

.scl__list {
    background-color: #bf4444;
    background-color: var(--scl-bg-color);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    flex-direction: column;
    flex-direction: var(--scl-list-direction)
}

.scl__item,
.scl__list {
    display: flex;
    justify-content: center;
    align-items: center
}

.scl__item {
    text-decoration: none;
    width: 3.5rem;
    height: 3.5rem;
    box-sizing: border-box;
    color: #fff;
    color: rgba(var(--color-1), 1);
    font-size: 1.375rem;
    font-size: var(--scl-font-size)
}

.scl__item:hover {
    background-color: hsla(0, 0%, 100%, .05)
}

.scl__item:where(:not(:last-child)) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    border-bottom: var(--scl-item-border)
}

.logo {
    display: inlnie-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0
}

.logo__img {
    display: block;
    margin: 0;
    width: 6.25rem
}

@media (min-width: 540px) {
    .logo__img {
        width: 9.375rem
    }
}

@media (min-width: 1200px) {
    .logo__img {
        width: 12rem
    }
}

.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
    }
}

.lang {
    width: auto;
    padding-right: 1rem;
    position: relative;
    color: #131010;
    color: rgba(var(--lang-color), 1)
}

.lang,
.lang__current {
    box-sizing: border-box;
    flex-shrink: 0
}

.lang__current {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .375rem;
    gap: .375rem;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s;
    grid-template-columns: 1.25rem 1fr;
    text-decoration: none;
    padding: .3125rem 0;
    font-family: Manrope, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: .875rem;
    width: 100%
}

.lang__current-img {
    border-radius: 50%;
    transition: all .3s;
    display: block
}

.lang__current:after {
    display: block;
    content: "";
    background-image: url(../images/lang/arrow-down.svg);
    background-image: var(--lang-arrow);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: .625rem;
    height: .375rem;
    color: #4c4757;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    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: .375rem;
    gap: .375rem;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    grid-template-columns: 1.25rem 1fr;
    flex-shrink: 0;
    text-decoration: none;
    padding: .3125rem 0 .3125rem .625rem;
    font-family: Manrope, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    width: 100%;
    box-sizing: border-box;
    color: #131010;
    color: rgba(var(--color-0), 1)
}

.lang__link:hover {
    opacity: 1
}

.lang__name {
    text-transform: uppercase;
    display: block
}

.lang__img {
    display: block;
    height: 1.25rem;
    width: 1.25rem;
    flex-shrink: 0;
    margin: 0;
    border-radius: 50%
}

.lang__img,
.lang__link_sub {
    transition: all .2s
}

.lang__link_sub:hover {
    background: rgba(19, 16, 16, .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: -.625rem;
    top: calc(100% + 1.0625rem);
    width: 5rem;
    padding: .3125rem 0;
    background: #fff;
    background: rgba(var(--color-1), 1);
    filter: drop-shadow(0 0 1px #ccc)
}

.lang__list:after {
    left: 0;
    right: 0;
    height: 1.0625rem;
    background-color: transparent
}

.lang__list:after,
.lang__list:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 100%
}

.lang__list:before {
    border: .625rem solid transparent;
    border-bottom-color: #fff;
    left: .625rem
}

.lang:hover .lang__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.server {
    box-sizing: border-box;
    padding: .75rem 2.5rem;
    position: relative;
    z-index: 0;
    font-size: max(1.625rem, 26px);
    font-weight: 600;
    color: rgba(19, 16, 16, .7);
    color: rgba(var(--color-0), .7);
    font-family: Philosopher, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    max-width: 100%;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center
}

.server:before {
    display: block;
    content: "";
    opacity: .6;
    background-color: hsla(0, 0%, 100%, .8);
    background-size: contain, contain;
    background-position: top, bottom;
    background-repeat: no-repeat, no-repeat;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-top: .125rem solid #bf4444;
    border-top: .125rem solid rgba(var(--color-accent), 1);
    border-bottom: .125rem solid #bf4444;
    border-bottom: .125rem solid rgba(var(--color-accent), 1);
    -webkit-mask: linear-gradient(90deg, transparent 0, #000 20%, #000 80%, transparent)
}

.server__count {
    margin-left: .3125rem;
    position: relative;
    z-index: 0
}

[data-server=on] .server__count {
    color: #18ad39;
    color: rgba(var(--color-green), 1);
    margin-left: .3125rem
}

.server__count-hidden {
    opacity: 0;
    visibility: hidden
}

.server__count-visible {
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 1199.98px) {
    .mbar {
        height: 3.75rem;
        height: var(--navigation-height);
        display: grid;
        grid-template-columns: 1fr 40%
    }

    .mbar__box {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .3125rem calc(max(.625rem, 10px) * 1 * 2);
        padding: .3125rem calc(var(--margin) * 2)
    }

    .mbar__box_start {
        justify-content: flex-start
    }

    .mbar__box_end {
        justify-content: flex-end
    }

    .gw-burger {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 10;
        cursor: pointer
    }

    .gw-burger__box {
        position: relative;
        z-index: 5;
        background-color: transparent;
        width: 30px;
        height: 26px;
        border-radius: 0;
        box-sizing: border-box;
        flex-shrink: 0
    }

    .gw-burger__line {
        height: 4px;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #3d3e4b;
        background-color: rgba(var(--color-7), 1);
        border-radius: 0;
        transition: top .3s .3s, right .3s .3s, left .3s .2s, bottom .3s .3s, opacity .3s .4s, transform .3s 0s;
        border-radius: 2px
    }

    .gw-burger__line_pos_top {
        top: 0
    }

    .gw-burger__line_pos_middle {
        top: 50%;
        transform: translateY(-50%);
        transition: all .3s .4s;
        left: 40%
    }

    .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;
        transition: top .3s .1s, right .3s .1s, left .3s 0s, bottom .3s .1s, opacity 0s .1s, transform .3s .3s
    }

    .menu {
        position: absolute;
        top: 3.75rem;
        top: var(--navigation-height);
        right: 0;
        left: 0;
        z-index: 2;
        box-sizing: border-box;
        padding-top: 0;
        height: calc(100vh - 3.75rem);
        height: calc(100vh - var(--navigation-height));
        overflow-x: hidden;
        overflow-y: auto;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        background: #fff;
        background: rgba(var(--color-bg-0), 1);
        background-blend-mode: normal, overlay, normal;
        opacity: 0;
        transition: all .5s .3s;
        visibility: hidden;
        box-shadow: 0 0 0 100vh #fff;
        box-shadow: 0 0 0 100vh rgba(var(--color-bg-0), 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 3.75rem;
        padding-bottom: var(--navigation-height)
    }

    .menu__el {
        width: 100%;
        position: relative;
        z-index: 0
    }

    .menu__el_atop {
        position: relative;
        z-index: 5
    }

    .menu__el_bar {
        margin-bottom: 30px
    }

    .menu__el_continer {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px
    }

    .menu__el_continer_divider {
        padding-top: 20px;
        border-top: 1px solid #a8aabc;
        border-top: 1px solid rgba(var(--color-4), 1)
    }

    .menu__el_continer:hover {
        z-index: 10
    }

    .menu__item {
        padding: .625rem calc(max(.625rem, 10px) * 1 * 2);
        padding: .625rem calc(var(--margin) * 2);
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
        text-align: left;
        color: #131010;
        color: rgba(var(--color-0), 1);
        cursor: pointer;
        font-style: normal;
        font-size: max(1rem, 16px);
        font-weight: 600;
        white-space: nowrap;
        width: 100%;
        min-height: 50px;
        transition: all .2s
    }

    .menu__item:hover {
        background: rgba(191, 68, 68, .2);
        background: rgba(var(--color-accent), .2)
    }

    .menu__sub-wrapper {
        display: none
    }

    .subnav__container {
        padding: 0
    }

    .mob-menu-active {
        overflow: hidden
    }

    [data-menu-open-sub-list]:after {
        display: block;
        content: "\F004";
        font-family: gwi;
        font-family: var(--font-ico);
        font-size: .75rem;
        margin-left: 10px;
        position: relative;
        top: 0;
        transition: all .5s
    }

    .menu__item_open:after {
        transform: rotateX(180deg)
    }

    .menu__item_open {
        background-color: rgba(191, 68, 68, .2);
        background-color: rgba(var(--color-accent), .2)
    }

    .menu__sub-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: none;
        background-color: rgba(191, 68, 68, .1);
        background-color: rgba(var(--color-accent), .1)
    }

    .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: #131010;
        color: rgba(var(--color-0), 1);
        cursor: pointer;
        font-style: normal;
        font-size: max(1rem, 16px);
        text-align: left;
        min-height: 50px
    }

    .menu__sub-item:hover {
        background-color: rgba(191, 68, 68, .1);
        background-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
    }

    .menu__auth {
        height: 3.75rem;
        height: var(--navigation-height);
        overflow: hidden;
        display: flex
    }
}

@media (min-width: 1200px) {
    .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;
        justify-content: space-around;
        align-items: stretch;
        opacity: 1;
        visibility: visible;
        padding: 0;
        box-sizing: border-box;
        grid-gap: 0;
        gap: 0
    }

    .menu__el {
        display: flex;
        position: relative;
        z-index: 0
    }

    .menu__el_desktop_none {
        display: none
    }

    .menu__item {
        padding: .625rem 1.5625rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        color: #131010;
        color: rgba(var(--color-0), 1);
        fill: #bf4444;
        fill: rgba(var(--color-accent), 1);
        cursor: pointer;
        font-style: normal;
        font-size: 1rem;
        font-weight: 600;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: all .2s
    }

    .menu__el:hover [data-menu-open-sub-list],
    .menu__item:hover,
    .menu__item_open:hover {
        color: #fff;
        color: rgba(var(--color-1), 1)
    }

    .menu__item:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -2;
        background-color: #bf4444;
        background-color: rgba(var(--color-accent), 1);
        transition: all .2s;
        transform: scaleX(1);
        opacity: 0
    }

    .menu__el:hover [data-menu-open-sub-list]:before,
    .menu__item:hover:before,
    .menu__item_open:hover:before {
        color: #fff;
        color: rgba(var(--color-1), 1);
        transform: scaleX(1);
        opacity: 1
    }

    .menu__pic {
        width: max(1.5rem, 24px);
        height: max(1.5rem, 24px);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin-right: max(.875rem, 14px)
    }

    @media (--vr) {
        .menu__pic {
            width: 1.5rem;
            height: 1.5rem;
            margin-right: .875rem
        }
    }

    .menu__ico {
        fill: inherit;
        width: 100%;
        height: 100%
    }

    .menu__img {
        display: block
    }

    .menu__sub-list {
        position: absolute;
        left: 50%;
        top: 100%;
        list-style: none;
        margin: 0;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        background-color: hsla(0, 0%, 100%, .9);
        background-color: rgba(var(--body-background-color), .9);
        display: block !important;
        min-width: 100%;
        transform: translateX(-50%);
        transform-origin: top center;
        padding: 1rem 0;
        border: 1px solid rgba(191, 68, 68, .2);
        border: 1px solid rgba(var(--color-accent), .2);
        box-sizing: border-box
    }

    [data-menu-open-sub-list]:after {
        display: block;
        content: "\F004";
        font-family: gwi;
        font-family: var(--font-ico);
        font-size: .75rem;
        margin-left: 10px;
        position: relative;
        top: 0
    }

    .menu__item_open:after {
        transform: rotateX(180deg)
    }

    .menu__sub-list:hover,
    [data-menu-open-sub-list]:hover+.menu__sub-list {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: translateX(-50%)
    }

    .menu__sub-item {
        padding: .625rem 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
        color: #131010;
        color: rgba(var(--color-0), 1);
        fill: #bf4444;
        fill: rgba(var(--color-accent), 1);
        cursor: pointer;
        font-style: normal;
        font-size: 1rem;
        font-weight: 600;
        white-space: nowrap;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        transition: all .2s
    }

    .menu__sub-item:hover {
        background-color: #bf4444;
        background-color: rgba(var(--color-accent), 1);
        color: #fff;
        color: rgba(var(--color-1), 1)
    }
}

[data-section=navigation] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    background-color: hsla(0, 0%, 100%, .9);
    background-color: rgba(var(--body-background-color), .9);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px)
}

.nav-scroll [data-section=navigation],
[data-section=navigation] {
    border-bottom: 1px solid #bf4444;
    border-bottom: 1px solid rgba(var(--color-accent), 1)
}

.nav-scroll [data-section=navigation] {
    box-shadow: 0 .625rem 1.875rem rgba(36, 30, 10, .3)
}

[data-container=navigation] {
    z-index: 10;
    max-width: 100%
}

@media (min-width: 1200px) {
    [data-container=navigation] {
        padding: 0
    }
}

[data-container=navigation] {
    position: static
}

.navigation {
    display: flex;
    justify-content: flex-start;
    height: 3.75rem;
    height: var(--navigation-height);
    transition: all .2s;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.nav-scroll .navigation {
    height: 3.75rem;
    height: var(--navigation-height-scroll)
}

.navigation__gw-burger {
    align-self: center;
    flex-shrink: 0
}

.navigation__container {
    flex-grow: 1;
    display: flex;
    justify-content: center
}

.navigation__box {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
    max-width: none
}

@media (min-width: 1200px) {
    .navigation__box {
        flex-basis: 21.25rem
    }
}

.navigation__box_side_left {
    justify-content: flex-start;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

@media (min-width: 540px) {
    .navigation__box_side_left {
        grid-gap: 2rem;
        gap: 2rem
    }
}

@media (min-width: 1200px) {
    .navigation__box_side_left {
        margin-right: .625rem;
        padding-left: 2rem
    }
}

.navigation__box_side_right {
    justify-content: flex-end;
    display: none
}

@media (min-width: 1200px) {
    .navigation__box_side_right {
        margin-left: .625rem;
        display: flex
    }
}

.navigation__el {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10
}

.navigation__el_center {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 1199px) {
    .navigation__el_mobile_none {
        display: none
    }
}

.navigation__authbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    grid-gap: .5rem;
    gap: .5rem;
    background-color: transparent;
    box-sizing: border-box;
    padding: .625rem 1.25rem;
    transition: all .2s;
    font-family: Manrope, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: .9375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    z-index: 0;
    text-decoration: none;
    color: #bf4444;
    color: rgba(var(--color-accent), 1)
}

@media (--v3x) {
    .navigation__authbtn {
        padding: .625rem 1.5rem
    }
}

.navigation__authbtn:hover {
    filter: brightness(120%)
}

.navigation__authbtn_bg_active {
    color: #fff;
    color: rgba(var(--color-1), 1)
}

@media (--v3x) {
    .navigation__authbtn_bg_active {
        padding: .625rem 2rem
    }
}

.navigation__authbtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #bf4444;
    background-color: rgba(var(--color-accent), 1);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .2s
}

.navigation__authbtn_bg_active:after {
    opacity: 1
}

[data-section=header] {
    background-color: #aea384;
    background-image: url(../images/header/bg.jpg?v=1);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 1 !important;
    -webkit-mask: linear-gradient(0deg, transparent 0, #000 6.25rem, #000)
}

.header {
    box-sizing: border-box;
    padding: 10rem 0 6.25rem;
    padding: calc(6.25rem + var(--navigation-height)) 0 6.25rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media (min-width: 1200px) {
    .header {
        min-height: 50rem;
        height: 100vh;
        height: 100dvh;
        max-height: 67.5rem;
        padding: 8.75rem 0 5rem;
        padding: calc(5rem + var(--navigation-height)) 0 5rem
    }
}

.header__box {
    text-align: center;
    max-width: 33.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .3s;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

@media (min-width: 1200px) {
    .header__box {
        transform: translateX(17.5rem)
    }
}

.header__logotype,
.header__servers {
    display: flex;
    justify-content: center;
    align-items: center
}

.header__servers {
    flex-direction: column;
    grid-gap: .625rem;
    gap: .625rem
}

.header__content {
    box-sizing: border-box;
    position: relative;
    z-index: 0
}

.header__content:after {
    display: block;
    content: "";
    position: absolute;
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
    z-index: -1;
    background-color: hsla(0, 0%, 100%, .7);
    filter: blur(1.25rem);
    border-radius: 2.5rem
}

.header__title {
    font-size: 1.5rem;
    font-weight: 400;
    color: #131010;
    color: rgba(var(--color-0), 1);
    text-transform: uppercase;
    margin: 0;
    font-family: Philosopher, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1)
}

@media (min-width: 840px) {
    .header__title {
        font-size: 2.5rem
    }
}

.header__desc {
    font-size: .875rem;
    font-weight: 400;
    color: rgba(19, 16, 16, .8);
    color: rgba(var(--color-0), .8);
    margin: .625rem 0 0;
    font-family: Manrope, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0)
}

@media (min-width: 840px) {
    .header__desc {
        font-size: 1.25rem
    }
}

.header__btns {
    display: flex;
    justify-content: center;
    align-items: center
}

[data-gw-anime=header-visible] .header__box {
    opacity: 0;
    transform: translateX(0);
    transition: all 1s .4s
}

.header-visible .header__box {
    -webkit-animation: header-visible-box-mobile 1s ease .5s forwards;
    animation: header-visible-box-mobile 1s ease .5s forwards
}

@media (min-width: 1200px) {
    .header-visible .header__box {
        -webkit-animation: header-visible-box 1s ease .5s forwards;
        animation: header-visible-box 1s ease .5s forwards
    }
}

@-webkit-keyframes header-visible-box-mobile {
    0% {
        opacity: 0;
        transform: translateY(2.5rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes header-visible-box-mobile {
    0% {
        opacity: 0;
        transform: translateY(2.5rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes header-visible-box {
    0% {
        opacity: 0;
        transform: translateX(5rem)
    }

    to {
        opacity: 1;
        transform: translateX(17.5rem)
    }
}

@keyframes header-visible-box {
    0% {
        opacity: 0;
        transform: translateX(5rem)
    }

    to {
        opacity: 1;
        transform: translateX(17.5rem)
    }
}

[data-gw-anime=header-visible] .scene__char-box {
    opacity: 0;
    transform: translateX(0);
    transition: all 1s .4s
}

.header-visible .scene__char-box {
    -webkit-animation: header-visible-char-mobile 1s ease .5s forwards;
    animation: header-visible-char-mobile 1s ease .5s forwards
}

@media (min-width: 1200px) {
    .header-visible .scene__char-box {
        -webkit-animation: header-visible-char 1s ease .5s forwards;
        animation: header-visible-char 1s ease .5s forwards
    }
}

@-webkit-keyframes header-visible-char-mobile {
    0% {
        opacity: 0;
        transform: translateY(5rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes header-visible-char-mobile {
    0% {
        opacity: 0;
        transform: translateY(5rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes header-visible-char {
    0% {
        opacity: 0;
        transform: translateX(12.5rem)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes header-visible-char {
    0% {
        opacity: 0;
        transform: translateX(12.5rem)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.scene {
    right: 0;
    bottom: 0;
    z-index: -10;
    background-color: transparent;
    background-image: url(../images/scene/bg.jpg?v=1);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    pointer-events: none
}

.scene-2 {
    background-image: none
}

.scene {
    height: 100%
}

.scene,
.scene__char-box {
    position: absolute;
    left: 0;
    top: 0
}

.scene__char-box {
    right: 0;
    bottom: 0
}

.scene__char {
    height: 86%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-100%);
    max-width: none
}

@media (min-width: 680px) {
    .scene__char {
        transform: translateX(-120%)
    }
}

@media (min-width: 1200px) {
    .scene__char {
        transform: translateX(-110%)
    }
}

.scene__cloud-front {
    background-color: transparent;
    background-image: url(../images/scene/cloud-front.png);
    background-size: 125rem 32.875rem;
    background-position: 50%;
    background-repeat: repeat-x;
    height: 32.875rem;
    position: absolute;
    left: -3.125rem;
    right: -3.125rem;
    bottom: 0;
    z-index: 10
}

@media (min-width: 1200px) {
    .scene__cloud-front {
        -webkit-animation: move-cloud-front 40s linear infinite;
        animation: move-cloud-front 40s linear infinite
    }
}

@-webkit-keyframes move-cloud-front {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 62.5rem 0
    }

    to {
        background-position: 125rem 0
    }
}

.scene__clouds {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -20;
    display: none
}

@media (min-width: 1200px) {
    .scene__clouds {
        display: block
    }
}

.scene__cloud {
    background-color: transparent;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0
}

.scene__cloud_n_1 {
    background-image: url(../images/scene/cloud-1.png);
    background-size: 124.0625rem 41.8125rem;
    -webkit-animation: move-cloud-1 10s linear infinite;
    animation: move-cloud-1 10s linear infinite;
    height: 41.8125rem
}

@-webkit-keyframes move-cloud-1 {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 124.0625rem 0
    }
}

.scene__cloud_n_2 {
    background-image: url(../images/scene/cloud-2.png);
    -webkit-animation: move-cloud-2 25s linear infinite;
    animation: move-cloud-2 25s linear infinite;
    opacity: .7
}

.scene__cloud_n_2,
.scene__cloud_n_3 {
    background-size: 184.25rem 29.5rem;
    height: 29.5rem;
    bottom: auto;
    top: 0
}

.scene__cloud_n_3 {
    background-image: url(../images/scene/cloud-3.png);
    -webkit-animation: move-cloud-2 30s linear infinite;
    animation: move-cloud-2 30s linear infinite;
    opacity: .6
}

.scene__cloud_n_4 {
    background-image: url(../images/scene/cloud-4.png);
    background-size: 184.25rem 29.5rem;
    -webkit-animation: move-cloud-2 40s linear infinite;
    animation: move-cloud-2 40s linear infinite;
    height: 29.5rem;
    opacity: .6
}

@-webkit-keyframes move-cloud-2 {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 184.25rem 0
    }
}

[data-section=aboutserv] {
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.aboutserv {
    padding: 3.125rem 0;
    display: grid;
    grid-gap: 2.5rem;
    gap: 2.5rem
}

@media (min-width: 840px) {
    .aboutserv {
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width: 1200px) {
    .aboutserv {
        grid-gap: 2.5rem 5rem;
        gap: 2.5rem 5rem;
        grid-template-columns: 52% 1fr;
        padding: 5rem 0
    }
}

.aboutserv__media {
    display: flex
}

.aboutserv__video {
    width: 100%;
    height: 15.625rem;
    position: relative;
    z-index: 0;
    background-color: transparent;
    background-image: url(../images/aboutserv/video-cover.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    border: .1875rem solid #bf4444;
    border: .1875rem solid rgba(var(--color-accent), 1);
    border-radius: .75rem;
    display: block;
    text-decoration: none
}

@media (min-width: 680px) {
    .aboutserv__video {
        height: 25rem
    }
}

@media (min-width: 840px) {
    .aboutserv__video {
        height: 34.375rem
    }
}

.aboutserv__box {
    display: flex;
    flex-direction: column
}

.aboutserv__title {
    font-family: Philosopher, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    text-transform: uppercase;
    font-size: 2rem
}

@media (min-width: 840px) {
    .aboutserv__title {
        font-size: 2.5rem
    }
}

@media (min-width: 1200px) {
    .aboutserv__title {
        font-size: 4rem
    }
}

.aboutserv__desc {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 1.625rem
}

.aboutserv__specifications {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: auto 0;
    padding: 2.5rem 0;
    grid-gap: 1.875rem .625rem;
    gap: 1.875rem .625rem
}

@media (min-width: 1200px) {
    .aboutserv__specifications {
        grid-gap: 1.875rem 1rem;
        gap: 1.875rem 1rem
    }
}

.aboutserv__btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 1.25rem;
    padding-bottom: .3125rem;
    margin-top: auto
}

.post {
    --size-title: 1.125rem;
    --size-desc: 0.875rem;
    --size-date: 0.75rem;
    --size-status: 0.875rem;
    --desc-max-height: 4.125rem;
    --line-clamp: 5;
    position: relative;
    z-index: 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5rem 2.1875rem 1.875rem;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: 20rem;
    background-color: #131010;
    background-color: rgba(var(--color-0), 1);
    color: #fff;
    color: rgba(var(--color-1), 1);
    border-radius: .75rem
}

@media (min-width: 720px) {
    .post {
        min-height: 24.375rem
    }
}

@media (min-width: 1200px) {
    .post {
        --size-title: 1.25rem;
        --size-desc: 1rem;
        --size-date: 0.875rem;
        --size-status: 1rem
    }
}

.post:after {
    display: block;
    content: "";
    background: linear-gradient(0deg, #252121, rgba(37, 33, 33, 0) 90%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.post__link {
    z-index: 5;
    display: block
}

.post__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    transition: all .3s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.post:hover .post__bg {
    transform: scale(1.1)
}

.post__date {
    position: absolute;
    top: 2rem;
    left: 2.1875rem;
    color: #fff;
    color: rgba(var(--color-1), 1);
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .4);
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--size-date);
    grid-gap: .625rem;
    gap: .625rem;
    margin-bottom: .75rem
}

.post__container {
    margin-top: auto;
    max-width: 37.5rem
}

.post__title {
    color: #fff;
    font-size: var(--size-title);
    font-weight: 700;
    margin: 0
}

.post__desc {
    color: #fff;
    color: rgba(var(--color-1), 1);
    font-size: var(--size-desc);
    line-height: 1.6;
    font-weight: 400;
    margin-top: .75rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--line-clamp);
    overflow: hidden
}

.post__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    text-decoration: none
}

.post__status {
    position: absolute;
    right: 2.1875rem;
    top: 1.5rem;
    background-color: #bf4444;
    background-color: rgba(var(--color-accent), 1);
    font-size: var(--size-status);
    color: #fff;
    color: rgba(var(--color-1), 1);
    padding: .5rem 1.25rem;
    border-radius: 1.875rem
}

.post__status_hot:before {
    content: "\0E80";
    font-family: gwi;
    font-family: var(--font-ico);
    margin-right: .625rem
}

.post__bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1.5rem;
    grid-gap: 1.875rem;
    gap: 1.875rem
}

.news {
    box-sizing: border-box;
    padding: 3.125rem 0
}

@media (min-width: 1200px) {
    .news {
        padding: 5rem 0
    }
}

.news__dots {
    margin-top: 2.125rem
}

.news__swiper-slide.swiper-slide-duplicate-next~.swiper-slide,
.news__swiper-slide.swiper-slide-next~.swiper-slide {
    opacity: .3
}

.news__swiper-slide {
    opacity: .3;
    transition: all .3s;
    pointer-events: none
}

.news__swiper-slide.swiper-slide-active,
.news__swiper-slide.swiper-slide-duplicate-active,
.news__swiper-slide.swiper-slide-duplicate-next,
.news__swiper-slide.swiper-slide-duplicate-next+.news__swiper-slide,
.news__swiper-slide.swiper-slide-next,
.news__swiper-slide.swiper-slide-next+.news__swiper-slide {
    opacity: 1;
    pointer-events: all
}

.top {
    background-color: #f9f9f9;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border: 1px solid rgba(191, 68, 68, .2);
    border: var(--border);
    border-radius: .75rem;
    border-radius: var(--border-radius);
    padding: 1.5rem
}

@media (min-width: 1200px) {
    .top {
        padding: 2rem
    }
}

.top__title {
    font-family: Philosopher, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.12;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 1200px) {
    .top__title {
        font-size: 1.5rem
    }
}

.top__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2rem
}

.top__table {
    line-height: 1.2;
    width: 100%;
    margin-top: 1.5rem;
    border: 0
}

.top__row {
    color: #131010;
    color: rgba(var(--color-0), 1)
}

.top__cell {
    height: 3rem;
    padding: .375rem .625rem;
    box-sizing: border-box;
    border: 0;
    border-top: 1px solid rgba(191, 68, 68, .2);
    border-top: var(--border);
    border-bottom: 1px solid rgba(191, 68, 68, .2);
    border-bottom: var(--border)
}

.top__cell_icon,
.top__cell_num {
    display: none;
    width: 3rem;
    padding: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    font-family: Philosopher, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1)
}

@media (min-width: 1200px) {

    .top__cell_icon,
    .top__cell_num {
        display: table-cell
    }
}

.top__cell_name {
    padding-left: 1rem;
    text-align: left;
    font-family: Philosopher, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    border-right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.top__row:where(:first-child) {
    color: #fff;
    color: rgba(var(--color-1), 1);
    background-color: #bf4444;
    background-color: rgba(var(--color-accent), 1)
}

.top__cell_score {
    text-align: right;
    font-family: Montserrat, Arial, sans-serif;
    font-family: var(--font-2);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    border-left: 0
}

.top__row:where(:first-child) .top__cell_score {
    font-weight: 500
}

.top__icon {
    height: 2.125rem;
    margin: 0 auto;
    max-width: none;
    opacity: .6;
    display: flex;
    justify-content: center;
    align-items: center
}

.top__row:where(:first-child) .top__icon {
    opacity: 1
}

.rating {
    padding: 5rem 0
}

.rating__bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 1.5rem;
    gap: 1.5rem
}

@media (min-width: 720px) {
    .rating__bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: space-between;
        align-items: center;
        margin-bottom: .9375rem
    }
}

.rating__btns-wrp {
    overflow-y: auto;
    max-width: 100%;
    width: 100%;
    min-width: 0;
    display: flex
}

@media (min-width: 720px) {
    .rating__btns-wrp {
        overflow: visible;
        width: auto
    }
}

.rating__btns {
    display: flex;
    justify-content: center;
    grid-gap: .625rem;
    gap: .625rem;
    box-sizing: border-box;
    margin: auto;
    width: 100%
}

@media (min-width: 720px) {
    .rating__btns {
        justify-content: flex-end
    }
}

.rating__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3.5rem;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: .625rem 1.25rem;
    transition: all .2s;
    cursor: pointer;
    position: relative;
    z-index: 0;
    flex-grow: 1
}

@media (min-width: 1200px) {
    .rating__btn {
        padding: .625rem 1.875rem;
        min-height: 4.5rem
    }
}

.rating__btn:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/rating/btn-active.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 10.5rem;
    height: 4rem;
    position: absolute;
    left: calc(50% - 5.25rem);
    bottom: -.8125rem;
    opacity: 0;
    transition: all .2s
}

@media (min-width: 1200px) {
    .rating__btn:after {
        background-image: url(../images/rating/btn-active-large.png);
        width: 24.625rem;
        height: 5.25rem;
        left: calc(50% - 12.3125rem)
    }
}

[data-open-tab-active=true].rating__btn:after {
    opacity: 1
}

.rating__btn-txt {
    text-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .25);
    font-size: .875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .014em;
    text-transform: uppercase;
    white-space: nowrap;
    background: linear-gradient(180deg, #f7f9f5, #ccbead);
    background: var(--text-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .6;
    transition: all .2s
}

.rating__btn:hover .rating__btn-txt {
    opacity: .9
}

[data-open-tab-active=true].rating__btn .rating__btn-txt {
    opacity: 1
}

.rating__server {
    overflow: hidden
}

.rating__dots {
    margin-top: 1.5rem
}

[data-slider-dots=rating].swiper-pagination-lock {
    display: none
}

:root {
    --slider-margin: 20px;
    --slide-height: 8.75rem;
    --box-height: calc(var(--slide-height) * 2 + var(--slider-margin))
}

@media (min-width: 720px) {
    :root {
        --slide-height: 15rem
    }
}

.gallery {
    max-width: 100%;
    min-width: 0;
    border-radius: .75rem;
    border-radius: var(--border-radius);
    overflow: hidden;
    padding: 5rem 0
}

.gallery__wrapper {
    max-width: 100%;
    width: 100%;
    height: calc(17.5rem + 20px);
    height: var(--box-height)
}

.gallery__item,
.gallery__slide {
    height: 8.75rem;
    height: var(--slide-height)
}

.gallery__item {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 0;
    border-radius: .75rem;
    border-radius: var(--border-radius);
    overflow: hidden
}

.gallery__item:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(191, 68, 68, .5);
    background-color: rgba(var(--color-accent), .5);
    background-image: url(../images/gallery/zoom.png);
    background-size: 3.75rem 3.75rem;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: scale(1.2);
    opacity: 0;
    transition: all .3s
}

.gallery__item:hover:before {
    transform: scale(1);
    opacity: 1
}

.gallery__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.file {
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
    gap: 1rem;
    padding: 0;
    border-radius: .75rem
}

.file__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .375rem 2%;
    gap: .375rem 2%
}

.file__btn {
    min-height: 2.875rem
}

@media (min-width: 680px) {
    .file__btn {
        min-width: 8.375rem
    }
}

.downloads__files {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem
}

.downloads__heading {
    display: grid;
    grid-gap: .125rem;
    gap: .125rem;
    margin: 0 auto .875rem;
    text-align: center
}

.downloads__title {
    font-size: 1.125rem;
    font-weight: 500;
    color: #131010;
    color: rgba(var(--color-0), 1)
}

.downloads__desc {
    font-size: .875rem;
    color: #666
}

.downloads__box {
    background-color: rgba(19, 16, 16, .04);
    background-color: rgba(var(--color-0), .04);
    padding: 1.125rem;
    border-radius: .375rem
}

.downloads__box_mb {
    margin-bottom: 1rem
}

.downloads__box_mt {
    margin-top: 1.625rem
}

.downloads__about {
    font-size: 1rem;
    color: #131010;
    color: rgba(var(--color-0), 1);
    text-align: center;
    margin-top: 1.5rem
}

.downloads__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3.125rem
}

.static {
    box-sizing: border-box
}

.static__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Philosopher, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    color: #131010;
    color: rgba(var(--color-0), 1);
    text-transform: uppercase;
    padding: 6.25rem 0
}

@media (min-width: 1200px) {
    .static__heading {
        font-size: 2rem
    }
}

.static__content {
    line-height: 1.6;
    font-size: 1rem;
    box-sizing: border-box;
    padding: 1.25rem;
    background-color: #fff;
    border-radius: .75rem;
    border-radius: var(--border-radius);
    box-shadow: 0 .625rem 1.875rem rgba(0, 0, 0, .2);
    border: 1px solid rgba(191, 68, 68, .2);
    border: var(--border)
}

@media (min-width: 840px) {
    .static__content {
        padding: 2.5rem
    }
}

.streams {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 17.5rem;
    z-index: 100;
    padding: 0;
    box-sizing: border-box;
    background-color: #fff;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    box-shadow: 0;
    transform: translateX(-100%);
    transition: all .3s
}

@media (min-width: 460px) {
    .streams {
        width: 21.25rem
    }
}

[data-streams=active] {
    transform: translateX(0);
    box-shadow: 0 0 50vw 40vw #fff
}

[data-streams-overlay] {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99
}

[data-streams=active]~[data-streams-overlay] {
    display: block
}

.streams__btn {
    background-color: #bf4444;
    background-color: rgba(var(--color-accent), 1);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
    transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: center left;
    position: fixed;
    left: 100%;
    bottom: 50%;
    display: none;
    padding: .625rem 2.5rem
}

@media (min-width: 540px) {
    .streams__btn {
        display: flex
    }
}

.streams__btn:hover {
    filter: brightness(120%)
}

.streams__btn-txt {
    filter: drop-shadow(0 .125rem .75rem rgba(0, 0, 0, .25));
    font-family: Manrope, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0);
    font-size: .9375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.12;
    color: #fff;
    color: rgba(var(--color-1), 1)
}

.streams__ico {
    position: fixed;
    left: calc(100% - .5rem);
    top: 4.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(191, 68, 68, .6);
    color: rgba(var(--color-accent), .6);
    cursor: pointer;
    background-color: transparent
}

@media (min-width: 540px) {
    .streams__ico {
        display: none
    }
}

.streams__ico:after {
    display: block;
    content: "\F16A";
    font-family: gwi;
    font-family: var(--font-ico);
    font-size: 1.875rem
}

.streams__list {
    padding: 1.25rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    grid-gap: 1rem;
    gap: 1rem;
    overflow-y: auto
}

@media (min-width: 460px) {
    .streams__list {
        padding: 2rem
    }
}

.streams__item {
    position: relative;
    z-index: 0;
    height: 8.125rem;
    width: 100%;
    background-color: transparent;
    background-image: var(--thumb-url);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border: 1px solid rgba(191, 68, 68, .2);
    border: var(--border);
    text-decoration: none;
    flex-shrink: 0
}

@media (min-width: 460px) {
    .streams__item {
        height: 9.375rem
    }
}

.streams__item iframe {
    width: 100%;
    height: 100%;
    display: block
}

.streams__item_play:after {
    content: "\F144";
    font-family: gwi;
    font-family: var(--font-ico);
    color: #bf4444;
    color: rgba(var(--color-accent), 1);
    font-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    pointer-events: none;
    transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 1.25rem rgba(255, 255, 255, 1)) drop-shadow(0 0 .3125rem rgba(255, 255, 255, 1));
    filter: drop-shadow(0 0 1.25rem rgba(var(--color-1), 1)) drop-shadow(0 0 .3125rem rgba(var(--color-1), 1))
}

.streams__item_play:hover:after {
    transform: translate(-50%, -50%) scale(1.15)
}

.streams__item_play:not(:empty):after,
.streams__item_play[\:has\(iframe\)]:after {
    content: none
}

.streams__item_play:has(iframe):after,
.streams__item_play:not(:empty):after {
    content: none
}

.inav {
    margin: 0;
    list-style-type: none;
    display: grid;
    grid-gap: 0;
    gap: 0;
    align-items: flex-start;
    border-radius: 0;
    padding: 0
}

@media (min-width: 1050px) {
    .inav {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        grid-gap: 1.5rem;
        gap: 1.5rem
    }
}

.inav__el {
    margin: 0
}

.inav__ico {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: .875rem;
    font-size: 2rem
}

.inav__img {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    pointer-events: none;
    display: block;
    border-radius: 6px
}

@media (min-width: 1050px) {
    .inav__img {
        width: 48px;
        height: 48px
    }
}

.inav__item {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3rem;
    box-sizing: border-box;
    padding: .375rem;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    z-index: 0;
    color: #bf4444;
    color: rgba(var(--color-accent), 1);
    font-size: .875rem;
    font-weight: 500;
    border: .0625rem solid rgba(191, 68, 68, .5);
    border: .0625rem solid rgba(var(--color-accent), .5);
    border-radius: .75rem;
    border-radius: var(--border-radius);
    overflow: hidden
}

@media (min-width: 1050px) {
    .inav__item {
        padding: .375rem 1.25rem
    }
}

.inav__item:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(191, 68, 68, 0);
    background-color: rgba(var(--color-accent), 0);
    transition: all .3s;
    z-index: -5
}

.inav__item:hover:before {
    background-color: rgba(191, 68, 68, .1);
    background-color: rgba(var(--color-accent), .1)
}

.inav__item[data-open-tab-active=true],
.inav__item[data-open-tab-active=true]:hover {
    color: #fff;
    color: rgba(var(--color-1), 1)
}

.inav__item[data-open-tab-active=true]:before,
.inav__item[data-open-tab-active=true]:hover:before {
    background: #bf4444;
    background: rgba(var(--color-accent), 1)
}

.inav__title {
    font-size: 1.25rem;
    line-height: 1.3
}

.atab__btns,
.atab_m {
    margin: 1.25rem 0
}

.atab__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: .3125rem 1rem;
    gap: .3125rem 1rem
}

@media (min-width: 680px) {
    .atab__btns {
        flex-wrap: nowrap
    }
}

.atab__btn {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    min-height: 3.375rem;
    transition: all .3s;
    color: #bf4444;
    color: rgba(var(--color-accent), 1);
    font-size: 1rem;
    font-weight: 600;
    border: .0625rem solid #bf4444;
    border: .0625rem solid rgba(var(--color-accent), 1);
    padding: .375rem;
    box-sizing: border-box
}

@media (min-width: 680px) {
    .atab__btn {
        flex-basis: 50%
    }
}

.atab__btn:hover {
    background-color: rgba(191, 68, 68, .1);
    background-color: rgba(var(--color-accent), .1)
}

[data-atab-btn-active=true],
[data-atab-btn-active=true]:hover {
    color: #fff;
    color: rgba(var(--color-1), 1);
    background-color: #bf4444;
    background-color: rgba(var(--color-accent), 1)
}

.atab__content {
    display: none;
    -webkit-animation: atab__content 1s ease forwards;
    animation: atab__content 1s ease forwards
}

@-webkit-keyframes atab__content {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes atab__content {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.about__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Philosopher, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    color: #131010;
    color: rgba(var(--color-0), 1);
    text-transform: uppercase;
    padding: 6.25rem 0
}

@media (min-width: 1200px) {
    .about__heading {
        font-size: 2rem
    }
}

.about__desc {
    font-weight: 400;
    font-size: 1.25rem;
    color: #fff;
    color: rgba(var(--color-1), 1);
    box-sizing: border-box;
    padding-left: 1.875rem;
    margin-top: .875rem
}

.about__container {
    display: grid;
    grid-gap: 2.125rem;
    gap: 2.125rem;
    box-sizing: border-box;
    line-height: 1.6;
    font-size: 1rem;
    padding: 1.25rem;
    background-color: #fff;
    border-radius: .75rem;
    border-radius: var(--border-radius);
    box-shadow: 0 .625rem 1.875rem rgba(0, 0, 0, .2);
    border: 1px solid rgba(191, 68, 68, .2);
    border: var(--border);
    margin-top: 3.125rem
}

@media (min-width: 840px) {
    .about__container {
        padding: 2.5rem
    }
}

.about__content-list {
    min-width: 0
}

.about__content {
    border-radius: 0;
    -webkit-animation: about__content .6s ease forwards;
    animation: about__content .6s ease forwards;
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.4;
    color: #131010;
    color: rgba(var(--color-0), 1);
    overflow: auto
}

@-webkit-keyframes about__content {
    0% {
        opacity: 0;
        transform: translateY(1.25rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes about__content {
    0% {
        opacity: 0;
        transform: translateY(1.25rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.about__content-head {
    margin: 0 0 2.125rem;
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
    font-family: Philosopher, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1)
}

.about__cover {
    width: 100%;
    display: block;
    margin-bottom: 1.875rem;
    margin-top: 1.875rem
}

.about__inav {
    display: none
}

@media (min-width: 1050px) {
    .about__inav {
        display: flex
    }
}

.about__content-inav {
    border-radius: 0;
    padding: 0;
    margin: 0 0 1.5rem
}

@media (min-width: 1050px) {
    .about__content-inav {
        display: none
    }
}

.fnav {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: left;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

@media (min-width: 540px) {
    .fnav {
        display: grid;
        grid-template-columns: repeat(3, auto);
        align-items: flex-start
    }
}

@media (min-width: 1200px) {
    .fnav {
        justify-content: space-between
    }
}

.fnav__box {
    min-width: 0;
    flex-grow: 1
}

.fnav__header {
    font-size: 1.125rem;
    font-weight: 700;
    color: hsla(0, 0%, 100%, .6);
    color: rgba(var(--color-1), .6);
    font-family: Philosopher, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1);
    margin-bottom: 1.25rem
}

@media (min-width: 1050px) {
    .fnav__header {
        font-size: 1.5rem
    }
}

.fnav__list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-gap: 1.25rem;
    gap: 1.25rem
}

.fnav__link {
    text-decoration: none;
    transition: all .2s;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.3;
    color: #fff;
    color: rgba(var(--color-1), 1)
}

@media (min-width: 1050px) {
    .fnav__link {
        font-size: 1rem
    }
}

.fnav__link:hover {
    color: #e75d5d;
    color: rgba(var(--color-accent-1), 1)
}

[data-section=footer] {
    background-color: #242d3e;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: auto;
    z-index: 1
}

.footer {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    display: grid;
    grid-gap: 2.5rem;
    gap: 2.5rem;
    color: #fff;
    color: rgba(var(--color-1), 1);
    text-align: left;
    font-size: .875rem
}

@media (min-width: 1050px) {
    .footer {
        font-size: 1rem
    }
}

@media (min-width: 1200px) {
    .footer {
        display: grid;
        grid-template-columns: 24% 1fr 24%;
        align-items: flex-start;
        grid-gap: 6.25rem;
        gap: 6.25rem
    }
}

.footer__about {
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    max-width: 28.125rem
}

.footer__about,
.footer__logotype {
    display: flex;
    justify-content: flex-start
}

.footer__logotype {
    align-items: center;
    grid-gap: 1.25rem;
    gap: 1.25rem;
    position: relative;
    z-index: 10
}

.footer__name {
    font-weight: 500;
    color: #fff;
    color: rgba(var(--color-1), 1);
    text-transform: uppercase
}

.footer__copyright {
    font-size: .875rem;
    margin-top: .625rem
}

.footer__links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    grid-gap: .375rem 1.25rem;
    gap: .375rem 1.25rem;
    margin-top: .625rem
}

@media (min-width: 1200px) {
    .footer__links {
        margin-left: auto;
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: wrap
    }
}

.footer__link {
    color: inherit;
    text-decoration: none;
    font-size: .875rem
}

@media (min-width: 1050px) {
    .footer__link {
        font-size: 1rem
    }
}

.footer__link:hover {
    color: #e75d5d;
    color: rgba(var(--color-accent-1), 1)
}

.footer__desc {
    margin-top: .875rem;
    margin-bottom: .875rem
}

.footer__authors,
.footer__desc {
    font-size: .875rem
}

@media (min-width: 1050px) {
    .footer__authors {
        font-size: 1rem
    }
}

.footer__media {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    grid-gap: 1.5rem;
    gap: 1.5rem
}

@media (min-width: 1200px) {
    .footer__media {
        align-items: flex-end;
        text-align: right
    }
}

.footer__bnrs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    grid-gap: 1rem;
    gap: 1rem
}

@media (min-width: 1200px) {
    .footer__bnrs {
        justify-content: flex-end
    }
}

.bnr {
    display: block;
    transition: all .2s
}

.bnr,
.bnr:hover {
    opacity: 1
}

.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: #fddc9e;
    color: rgba(var(--color-light), 1)
}

.color-dark {
    color: #000;
    color: rgba(var(--color-dark), 1)
}

.color-red {
    color: #cd0000;
    color: rgba(var(--color-red), 1)
}

.color-yellow {
    color: #ff0;
    color: rgba(var(--color-yellow), 1)
}

.color-orange {
    color: orange;
    color: rgba(var(--color-orange), 1)
}

.color-pink {
    color: #ff94a6;
    color: rgba(var(--color-pink), 1)
}

.color-purple {
    color: #850d85;
    color: rgba(var(--color-purple), 1)
}

.color-blue {
    color: #1872d8;
    color: rgba(var(--color-blue), 1)
}

.color-green {
    color: #18ad39;
    color: rgba(var(--color-green), 1)
}

.color-grey {
    color: grey;
    color: rgba(var(--color-grey), 1)
}

.color-white {
    color: #fff;
    color: rgba(var(--color-white), 1)
}

.color-black {
    color: #000;
    color: rgba(var(--color-black), 1)
}

.color-brown {
    color: brown;
    color: rgba(var(--color-brown), 1)
}

.color-aqua {
    color: #0ff;
    color: rgba(var(--color-aqua), 1)
}

.color-0 {
    color: #131010;
    color: rgba(var(--color-0), 1)
}

.color-1 {
    color: #fff;
    color: rgba(var(--color-1), 1)
}

.color-2 {
    color: #fff;
    color: rgba(var(--color-2), 1)
}

.color-3 {
    color: #cacddb;
    color: rgba(var(--color-3), 1)
}

.color-4 {
    color: #a8aabc;
    color: rgba(var(--color-4), 1)
}

.color-5 {
    color: #646673;
    color: rgba(var(--color-5), 1)
}

.color-6 {
    color: #e5e7eb;
    color: rgba(var(--color-6), 1)
}

.color-7 {
    color: #3d3e4b;
    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: #bf4444;
    color: rgba(var(--color-accent), 1)
}

.color-main {
    color: #131010;
    color: rgba(var(--color-0), 1)
}

.color-primary {
    color: #fff;
    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
}

.font-family-0 {
    font-family: Manrope, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-0)
}

.font-family-1 {
    font-family: Philosopher, PT Sans, Tahoma, Arial, sans-serif;
    font-family: var(--font-1)
}

.font-family-2 {
    font-family: Montserrat, Arial, sans-serif;
    font-family: var(--font-2)
}

.font-family-3 {
    font-family: Alice, Times New Roman, Times, serif;
    font-family: var(--font-3)
}

.font-family-4 {
    font-family: var(--font-4)
}

.w-100 {
    width: 100%
}

.w-90 {
    width: 90%
}

.w-80 {
    width: 80%
}

.w-70 {
    width: 70%
}

.w-60 {
    width: 60%
}

.w-50 {
    width: 50%
}

.w-40 {
    width: 40%
}

.w-30 {
    width: 30%
}

.w-20 {
    width: 20%
}

.w-10 {
    width: 10%
}