* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:before, :after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

footer, header, menu, nav, section {
    display: block;
}

html {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
    max-width: 100%;
}

:root {
    --font-size-main: 16px;
    --line-height-main: 1;
    --font-size: 14px;
    --line-height: 18px;
    --bg-main: #141414;
    --color-text: #ffffff;
    --bg-items: #031717;
    --card-txt-1: #D2EEED;
    --card-txt-2: #3B6F6D;
    --card-txt-2-contrast: #68ABA8;
    --card-txt-3: #444852;
    --card-txt-4: #444852;
    --card-txt-5: #ffffff;
    --menu-text: #D2EEED;
    --menu-text-hover: #ffffff;
    --menu-text-active: #ffffff;
    --button-primary-txt-pressed: #c2c4c9;
    --link-color: var(--card-txt-1);
    --link-color-hover: #ffffff;
    --sidebar-width: 210px;
    --sidebar-bg: #00100E;
    --sidebar-bg-secondary: #0d1016;
    --sidebar-line: #262c38;
    --brand-primary: #ff2400;
    --brand-secondary: #04CFAA;
    --brand-secondary-light: rgba(0, 207, 166, .15);
    --additionals-danger: #ff2400;
    --additionals-success: #00CFA6;
    --additionals-warning: #ffc700;
    --additionals-favorites: #ffc700;
    --button-primary-bg: #ff2400;
    --button-primary-bg-animation: rgba(255, 36, 0, .5);
    --button-primary-bg-hover: linear-gradient(0deg, rgba(49, 51, 52, .15), rgba(49, 51, 52, .15)), #ff2400;
    --button-primary-bg-pressed: linear-gradient(0deg, rgba(13, 16, 22, .2), rgba(13, 16, 22, .2)), #ff2400;
    --button-color-first: #E61F00;
    --button-color-second: linear-gradient(0deg, rgba(49, 51, 52, .15), rgba(49, 51, 52, .15)), #ff2400;
    --button-color-third: rgba(255, 36, 0, .5);
    --button-color-type2-first: none;
    --button-color-type2-second: #ff2400;
    --button-color-type2-third: rgba(255, 36, 0, .5);
    --buttons-height: 40px;
    --buttons-width: 296px;
    --buttons-font-size: 16px;
    --buttons-color: rgba(0, 0, 0, .9);
    --buttons-radius: 4px;
    --sections-radius: 4px;
    --h2-size: 48px;
    --h1-size: calc(var(--h2-size) * 1.3);
    --h3-size: calc(var(--h2-size) * 0.7);
    --gradient-menu: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .35) 27.6%, rgba(255, 255, 255, .7) 52.62%, rgba(255, 255, 255, .35) 74.48%, rgba(255, 255, 255, 0) 100%);
    --sidebar-line-2: #4e535c;
}

@media (max-width: 767px) {
    :root {
        --h2-size: 34px;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("css/fonts/icomoon.eot?r1fr71");
    src: url("css/fonts/icomoon.eot?r1fr71#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?r1fr71") format("truetype"), url("css/fonts/icomoon.woff?r1fr71") format("woff"), url("css/fonts/icomoon.svg?r1fr71#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body, html {
    overflow-x: hidden;
    min-width: 350px;
}

body {
    font-family: 'Roboto', 'Arial', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: var(--font-size-main);
    color: var(--color-text);
    line-height: var(--line-height-main);
    background: var(--bg-main);
}

body.hidden_scroll-y {
    overflow-y: hidden;
}

h1 {
    font-size: var(--h1-size);
    color: var(--card-txt-1);
}

h2 {
    font-size: var(--h2-size);
    color: var(--card-txt-1);
}

h3 {
    font-size: var(--h3-size);
    color: var(--card-txt-1);
}

a {
    color: var(--link-color);
    outline: none !important;
    transition: 0.2s;
}

a:hover {
    color: var(--link-color-hover);
}

a:active {
    color: var(--link-color-hover);
}

.style, [class*="section-box"], section, footer {
    width: 100%;
    float: left;
}

[class*="section-box"], section, footer {
    position: relative;
}

section, header, nav, article, aside, footer, address {
    display: block;
}

.container {
    min-width: 300px;
}

.bold {
    font-weight: 700;
}

.container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1920px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-top: 0;
}

.col {
    flex: 1 0 0%;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-6 {
    order: 6 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-6 {
        order: 6 !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-6 {
        order: 6 !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-6 {
        order: 6 !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-6 {
        order: 6 !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-6 {
        order: 6 !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

.header-main {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--sidebar-width);
    border-right: 1px solid var(--sidebar-line);
    background: var(--bg-main);
    z-index: 9;
}

.header-main:before {
    content: '';
    right: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #ffffff 50%, rgba(255, 255, 255, 0) 80%);
    opacity: 0;
    transform: scaleY(0);
    transition: 0.2s;
}

.header-main:hover:before {
    opacity: 1;
    transform: scaleY(1);
    transition: 0.5s;
}

.header-main__logo {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    background: var(--bg-main);
    z-index: 3;
}

.header-main__support {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 16px;
    right: 0;
    background: var(--bg-main);
    z-index: 3;
    padding-top: 16px;
}

.header-main__support:before {
    content: '';
    width: 100%;
    height: 38px;
    position: absolute;
    left: 0;
    top: -37px;
    z-index: 2;
    background: linear-gradient(180deg, rgba(14, 17, 24, 0) 0%, #0f1218 100%);
}

.header-main__support_title {
    text-align: center;
    font-size: var(--font-size);
    color: #fff;
}

.header-main__support_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header-main__support_items_item {
    width: 101px;
    padding: 16px 6px 0 6px;
}

.header-main__support_items_item a {
    border: 1px solid var(--sidebar-line-2);
    border-radius: var(--buttons-radius);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: var(--buttons-height);
    font-size: 12px;
    transition: 0.2s;
    color: #fff;
}

.header-main__support_items_item a:hover {
    background: var(--sidebar-line-2);
}

.header-main__support_items_item a:hover span:before {
    color: #fff;
}

.header-main__support_items_item a span {
    position: relative;
    padding-left: 34px;
}

.header-main__support_items_item a span:before {
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-main__support_items_item a.chat span:before {
    font-family: 'icomoon';
    content: '\e96b';
}

.header-main__support_items_item a.tg {
    padding-left: 0;
}

.header-main__support_items_item a.tg span {
    width: 40px;
}

.header-main__support_items_item a.tg span:before {
    font-family: 'icomoon';
    content: '\e90e';
    width: 40px;
}

.header-main__menu {
    overflow: hidden;
    height: 100vh;
}

.header-main__menu_section {
    overflow: auto;
    margin-right: -24px;
    padding-right: 24px;
    height: 100%;
    padding-top: 73px;
    padding-bottom: 131px;
    z-index: 2;
}

.header-main__nav li {
    list-style: none;
}

.header-main__nav li a {
    padding-left: 16px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    font-size: var(--font-size);
    min-height: 40px;
    align-items: center;
}

.header-main__nav li a[class*="icon-type-"] {
    padding-left: 46px;
    position: relative;
    text-overflow: ellipsis;
}

.header-main__nav li a[class*="icon-type-"]:before {
    font-family: 'icomoon';
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    width: 24px;
    color: var(--card-txt-2);
    font-size: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.header-main__nav li a[class*="icon-type-"]:hover:before {
    color: var(--link-color-hover);
    transform: scale(1.2);
}

.header-main__nav li.active a {
    color: var(--link-color-hover);
}

.header-main__nav li.active a:before {
    color: var(--link-color-hover);
    transform: scale(1.2);
}

.header-main__download {
    position: relative;
    margin-top: 16px;
    padding-top: 27px;
    width: var(--sidebar-width);
}

.header-main__download:before {
    position: absolute;
    content: '';
    left: 16px;
    top: 0;
    right: 17px;
    height: 1px;
    background: var(--gradient-menu);
}

.header-main__download_title {
    text-align: center;
    color: #fff;
    font-size: var(--font-size);
}

.header-main__download_rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: var(--font-size);
    padding-top: 16px;
}

.header-main__download_rating_stars {
    margin-left: 8px;
    width: 110px;
    height: 18px;
    background-image: url(../images/icons/star-full.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    top: -1px;
}

.header-main__download_item {
    display: flex;
    flex-wrap: wrap;
}

.header-main__download_item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    width: 180px;
    max-width: 100%;
    height: var(--buttons-height);
    border: 1px solid var(--sidebar-line-2);
    border-radius: var(--buttons-radius);
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    font-size: 12px;
    transition: 0.2s;
}

.header-main__download_item a:hover {
    background: var(--sidebar-line-2);
    color: var(--link-color-hover);
}

.header-main__download_item a:hover span {
    color: var(--link-color-hover);
}

.header-main__download_item a:hover:before {
    border-right: 1px solid #fff;
}

.header-main__download_item a span {
    text-align: center;
    color: #fff;
}

.header-main__download_item a i {
    display: block;
    font-style: normal;
    width: 100%;
    font-size: 15px;
}

.header-main__download_item a:before {
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    width: 40px;
    border-right: 1px solid var(--sidebar-line-2);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.header-main__download_item a.android:before {
    content: "\eac0";
}

.header-main__download_item a.ios:before {
    content: "\eabe";
}

.header-main__nav li a.icon-type-1:before {
    content: "\e900";
}

.header-main__nav li a.icon-type-2:before {
    content: "\e901";
    font-size: 14px;
}

.header-main__nav li a.icon-type-3:before {
    content: "\e902";
}

.header-main__nav li a.icon-type-4:before {
    content: "\e903";
}

.header-main__nav li a.icon-type-5:before {
    content: "\e904";
}

.header-main__nav li a.icon-type-6:before {
    content: "\e905";
}

.header-main__nav li a.icon-type-7:before {
    content: "\e906";
}

.header-main__nav li a.icon-type-8:before {
    content: "\e907";
}

.header-main__nav li a.icon-type-9:before {
    content: "\e908";
}

.header-main__nav li a.icon-type-10:before {
    content: "\e909";
}

.header-main__nav li a.icon-type-11:before {
    content: "\e90a";
}

.header-main__nav li a.icon-type-12:before {
    content: "\e90b";
}

.header-main__nav li a.icon-type-13:before {
    content: "\e90c";
}

.header-main__nav li a.icon-type-14:before {
    content: "\e90d";
}

.header-main__nav li a.icon-type-15:before {
    content: "\e915";
}

.header-main__nav li a.icon-type-16:before {
    content: "\e916";
}

.header-main__nav li a.icon-type-17:before {
    content: "\e917";
}

.header-main__nav li a.icon-type-18:before {
    content: "\e918";
}

.header-main__nav li a.icon-type-19:before {
    content: "\e91a";
}

.header-main__nav li a.icon-type-20:before {
    content: "\e91b";
}

.header-main__nav li a.icon-type-21:before {
    content: "\e941";
}

.header-main__nav li a.icon-type-22:before {
    content: "\e94e";
}

.header-main__nav li a.icon-type-23:before {
    content: "\e964";
}

.header-main__nav li a.icon-type-24:before {
    content: "\e96b";
}

.header-main__nav li a.icon-type-25:before {
    content: "\e970";
}

.header-main__nav li a.icon-type-26:before {
    content: "\e99e";
}

.header-main__nav li a.icon-type-27:before {
    content: "\e99f";
}

.header-main__nav li a.icon-type-28:before {
    content: "\e9a9";
}

.header-main__nav li a.icon-type-29:before {
    content: "\e9b3";
}

.header-main__nav li a.icon-type-30:before {
    content: "\ea95";
}

.header-main__nav li a.icon-type-31:before {
    content: "\eabe";
}

.header-main__nav li a.icon-type-32:before {
    content: "\eac0";
}

.header-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-left: var(--sidebar-width);
    z-index: 8;
}

.header-top > .container {
    padding-top: 14px;
    padding-bottom: 14px;
    background: var(--sidebar-bg);
    background: var(--sidebar-bg);
    background: -moz-linear-gradient(top, var(--sidebar-bg) 0%, var(--bg-items) 100%);
    background: -webkit-linear-gradient(top, var(--sidebar-bg) 0%, var(--bg-items) 100%);
    background: linear-gradient(to bottom, var(--sidebar-bg) 0%, var(--bg-items) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
}

.header-top__menu_button {
    width: 24px;
    position: relative;
    height: 16px;
    cursor: pointer;
    margin-right: 8px;
}

.header-top__menu_button:before {
    border-radius: var(--buttons-radius);
    position: absolute;
    content: '';
    left: -8px;
    right: -8px;
    top: -9px;
    bottom: -9px;
    transition: 0.2s;
    background: var(--sidebar-line);
}

.header-top__menu_button span {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 8px;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.2s;
}

.header-top__menu_button span:first-child {
    margin-top: 1px;
}

.header-top__menu_button span:first-child:before {
    margin-top: 0;
}

.header-top__menu_button span:last-child {
    margin-top: 15px;
}

.header-top__menu_button.open span {
    transform: rotate(-45deg);
    margin-top: 6px;
}

.header-top__menu_button.open span:first-child {
    transform: rotate(45deg);
    margin-top: 6px;
}

.header-top__text {
    font-size: var(--font-size-main);
    color: var(--card-txt-1);
    cursor: default;
}

.header-top__text:hover {
    color: #ffffff;
}

@media (min-width: 20000px) {
    .header-links {
        display: flex;
        flex-wrap: wrap;
        font-weight: 700;
    }

    .header-links li {
        float: left;
        padding: 0 16px;
        position: relative;
        list-style: none;
        width: 100%;
    }

    .header-links li .anchor-scroll {
        cursor: pointer;
        position: relative;
        line-height: 25px;
        font-size: 16px;
        display: block;
        font-weight: 700;
        margin: 3px 0;
        padding-top: 7px;
        padding-bottom: 7px;
        color: var(--color-text);
        display: inline-block;
        align-items: center;
    }

    .header-links li .anchor-scroll:hover, .header-links li .anchor-scroll.active {
        text-decoration: none;
    }

    .header-links li .anchor-scroll:hover {
        color: var(--link-color);
    }

    .header-links li .anchor-scroll.active {
        color: var(--link-color-hover);
    }

    .header-button {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -6px;
    }

    .header-button > div {
        padding: 0 6px;
    }

    .button-mobile-menu {
        width: 24px;
        float: left;
        position: fixed;
        right: 24px;
        margin-top: 0;
        top: 21px;
        height: 16px;
        cursor: pointer;
        z-index: 6;
    }

    .button-mobile-menu:before {
        border-radius: var(--buttons-radius);
        position: absolute;
        content: '';
        left: -8px;
        right: -8px;
        top: -9px;
        bottom: -9px;
        transition: 0.25s;
        background: var(--button-color-first);
    }

    .button-mobile-menu div {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 14px;
        width: 100%;
        height: 2px;
        background: #333;
        transition: 0.22s;
    }

    .button-mobile-menu div:first-child {
        margin-top: 0;
    }

    .button-mobile-menu div:first-child:before {
        margin-top: 0;
    }

    .button-mobile-menu div:before {
        width: 100%;
        height: 100%;
        position: absolute;
        content: '';
        top: 0;
        margin-top: -7px;
        left: 0;
        background: #333;
        transition: 0.22s;
    }

    .button-mobile-menu.open div {
        transform: rotate(-45deg);
        margin-top: 6px;
    }

    .button-mobile-menu.open div:first-child {
        transform: rotate(45deg);
        margin-top: 6px;
    }

    .button-mobile-menu.open div:before {
        margin-top: 0;
    }

    .mobile-menu {
        padding-right: 60px;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        overflow-y: scroll;
        background: #1e1e1e;
        height: 100%;
        margin-right: -110%;
        transition: 0.35s;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        padding-bottom: 40px;
        padding-top: 55px;
        z-index: 5;
    }

    .mobile-menu.open {
        margin-right: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }

    .mobile-menu .header-button {
        margin-top: 28px;
        margin-right: -60px;
    }

    header {
        position: fixed;
        bottom: auto;
        top: 0;
        left: auto;
        right: 0;
    }
}

@media (min-width: 20000px) and (min-width: 768px) {
    .header-button {
        margin-left: -6px;
        margin-right: -6px;
    }

    header {
        width: var(--sidebar-width);
        left: 0;
        top: 0;
        bottom: 0;
    }

    header:before {
        content: '';
        position: absolute;
        right: -2px;
        top: var(--header-height);
        bottom: var(--footer-height);
        width: 3px;
        background: var(--color-green-contrast-2);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--color-green) 45%, var(--color-green) 55%, rgba(0, 0, 0, 0) 100%);
        filter: blur(1px);
    }

    header > .container-fluid {
        overflow: hidden;
    }

    header > .container-fluid > .row {
        padding-top: 24px;
        padding-bottom: 24px;
        overflow-y: scroll;
        height: 100vh;
        width: 267px;
    }

    header nav {
        display: flex;
        flex-wrap: wrap;
        width: 190px;
        max-width: 100%;
    }

    header .header-links {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }

    header .header-links li {
        padding: 0;
        position: relative;
        width: 100%;
        margin-top: 14px;
    }

    header .header-links li:first-child {
        margin-top: 0;
    }

    header .header-links li .anchor-scroll {
        padding-top: 0;
        padding-bottom: 0;
        display: block;
        color: var(--color-text);
        transition: 0.15s;
        position: relative;
        margin: 0;
        line-height: 1.2;
        font-size: 12px;
        text-transform: uppercase;
    }

    header .header-links li .anchor-scroll:hover {
        text-decoration: underline;
    }

    header .header-button {
        padding-top: 36px;
        transform: translateX(-60px);
        opacity: 0;
        transition: 0.25s;
    }

    header .header-button > div {
        margin-top: 12px;
    }

    .mobile-menu {
        flex: 0 0 auto;
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        overflow: auto;
        background: none;
        height: auto;
        margin: 0;
        opacity: 1;
        padding-top: 48px;
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-top__text {
        font-size: var(--font-size);
        line-height: var(--line-height);
    }
}

@media (min-width: 768px) and (max-width: 825px) {
    .header-top__text {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .header-main__menu_section {
        padding-top: 0;
    }

    .header-main {
        left: auto;
        right: 0;
        margin-right: -120%;
        opacity: 0;
        transition: 0.2s;
        border-left: 1px solid var(--sidebar-line);
        border-right: 0;
        top: 69px;
        width: 100%;
    }

    .header-main.open {
        margin-right: 0;
        opacity: 1;
    }

    .header-main:before {
        right: auto;
        left: -1px;
        opacity: 1;
        transform: scaleY(1);
    }

    .header-main__download {
        width: 100%;
        margin-bottom: 69px;
    }

    .header-top {
        padding-left: 0;
        transition: 0.35s;
    }

    .header-top .buttons {
        font-size: 14px;
        height: 28px;
    }

    .header-top > .container-fluid {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header__menu_section {
        padding-top: 18px;
    }
}

@media (max-width: 575px) {
    .header-top .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .header-top .row > * {
        padding-left: 6px;
        padding-right: 6px;
    }

    .header-top__menu_button {
        margin-left: 6px;
        margin-right: 6px;
    }
}

@media (max-width: 420px) {
    .header-top__menu_button {
        margin-left: 3px;
        margin-right: 3px;
        width: 20px;
    }

    .header-top__menu_button:before {
        left: -5px;
        right: -5px;
        top: -7px;
        bottom: -6px;
    }
}

@media (max-width: 360px) {
    .header-top {
        padding-left: 0;
        transition: 0.35s;
    }

    .header-top .buttons {
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

.flow-slider-outer {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.flow-slider-stage {
    display: flex;
}

.flow-slider-stage > * {
    padding-left: 12px;
    padding-right: 12px;
}

.flow-back, .flow-next {
    position: absolute;
    width: 26px;
    height: 26px;
    cursor: pointer;
    top: 50%;
    margin-top: -26px;
    display: none;
    z-index: 2;
}

.flow-back:before, .flow-next:before {
    content: '';
    border: 3px solid var(--card-txt-1);
    border-top: 0;
    border-left: 0;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.flow-back.disabled, .flow-next.disabled {
    cursor: default;
}

.flow-back.disabled:before, .flow-next.disabled:before {
    border: 3px solid var(--card-txt-1);
    border-top: 0;
    border-left: 0;
}

.flow-back {
    left: -35px;
}

.flow-back:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    left: 8px;
}

.flow-next {
    right: -35px;
}

.flow-next:before {
    left: -8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.flow-dots {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 1;
    margin-top: 24px;
}

.flow-dots.disabled {
    display: none;
}

.flow-dots .flow-dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 4px;
    margin-left: 4px;
    position: relative;
    float: left;
    z-index: 3;
    background: var(--card-txt-1);
    margin-top: 8px;
    transition: width 0.5s;
}

.flow-dots .flow-dot:before {
    position: absolute;
    content: '';
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    z-index: 1;
    opacity: 0;
}

.flow-dots .flow-dot.active {
    width: 40px;
    background: var(--brand-primary);
    cursor: default;
}

.flow-dots .flow-dot.active:hover {
    background: var(--brand-primary);
}

.flow-dots .flow-dot:hover {
    background: var(--card-txt-1);
}

@media (min-width: 1024px) {
    .flow-back, .flow-next {
        display: block;
    }
}

@media (max-width: 1400px) {
    .flow-back {
        left: -16px;
    }

    .flow-next {
        right: -16px;
    }
}

main {
    padding-top: 100px;
    padding-left: var(--sidebar-width);
    overflow: hidden;
    padding-bottom: 1px;
}

.pages-title {
    color: var(--card-txt-1);
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.main-banner {
    margin-top: 72px;
}

.main-banner .buttons {
    font-size: 24px;
    width: 260px;
    height: 70px;
    font-weight: 500;
}

.main-banner__big {
    padding-top: calc(62.5% - 32px);
    position: relative;
    max-width: 831px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    min-height: 100%;
}

.main-banner__big:before {
    content: '';
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    position: absolute;
    background: var(--sidebar-line);
    z-index: 2;
    border-radius: 10px;
    transition: 0.2s;
}

.main-banner__big:hover:before {
    filter: blur(1px);
    background: linear-gradient(110.74deg, #fff, #fff0);
}

.main-banner__big > div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    background: var(--bg-items);
    border-radius: 10px;
    overflow: hidden;
}

.main-banner__big > div img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: 4;
    opacity: 0.75;
}

.main-banner__big_text {
    position: absolute;
    z-index: 4;
    top: 24px;
    right: 36px;
    left: 1px;
    bottom: 1px;
    padding: 16px;
    padding-bottom: 102px;
}

.main-banner__big_text div {
    color: var(--card-txt-1);
    margin-top: 16px;
}

.main-banner__big_text div:first-child {
    margin-top: 0;
}

.main-banner__big_text div.bold {
    font-weight: 700;
}

.main-banner__big_text div.light {
    font-weight: 200;
    font-family: 'Roboto', 'Arial', sans-serif;
}

.main-banner__big_text div.italic {
    font-style: italic;
}

.main-banner__big_text div.small {
    font-size: 28.8px;
    text-transform: uppercase;
}

.main-banner__big_text div.medium {
    font-size: 38.4px;
    text-transform: uppercase;
}

.main-banner__big_text div.big {
    font-size: 48px;
    text-transform: uppercase;
}

.main-banner__big_text div.fs {
    background: linear-gradient(180deg, #ffcb00 26.48%, #fa8500);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 58px;
}

.main-banner__big_text_button {
    position: absolute;
    left: 16px;
    bottom: 16px;
}

.main-banner__big_text .buttons {
    margin-left: 0;
}

.main-banner__wrapp-slides {
    position: relative;
    height: 100%;
}

.main-banner__wrapp-slides:before {
    content: '';
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    position: absolute;
    background: var(--sidebar-line);
    z-index: -1;
    border-radius: 10px;
    transition: 0.2s;
}

.main-banner__wrapp-slides:hover:before {
    filter: blur(1px);
    background: linear-gradient(110.74deg, #fff, #fff0);
}

.main-banner__slides {
    height: 100%;
    background: var(--sidebar-bg);
    background: var(--sidebar-bg);
    background: -moz-linear-gradient(left, var(--sidebar-bg) 0%, var(--bg-items) 100%);
    background: -webkit-linear-gradient(left, var(--sidebar-bg) 0%, var(--bg-items) 100%);
    background: linear-gradient(to right, var(--sidebar-bg) 0%, var(--bg-items) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.main-banner__slides:before {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    background: -moz-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
    background: linear-gradient(to bottom, black 28%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
}

.main-banner__slides .flow-slider-outer {
    position: relative;
    z-index: 2;
}

.main-banner__slides .flow-slider-outer, .main-banner__slides .flow-slider-stage {
    height: 100%;
}

.main-banner__slides .flow-dots {
    margin-top: -32px;
    z-index: 2;
    justify-content: flex-start;
    padding-left: 12px;
}

.main-banner__slides_item {
    min-height: 100%;
    padding: 16px 175px 118px 16px;
    position: relative;
}

.main-banner__slides_item_text {
    padding-top: 32px;
    font-size: 18px;
    line-height: 1.2;
}

.main-banner__slides_item_button {
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.main-banner__slides_item_button .buttons {
    margin-left: 0;
}

@media (max-width: 1700px) {
    .main-banner__slides_item {
        padding-right: 150px;
    }
}

@media (max-width: 1600px) {
    .main-banner__slides_item {
        padding-right: 80px;
    }
}

@media (max-width: 1399px) {
    .main-banner__slides_item_text {
        padding-top: 22px;
        font-size: 16px;
    }

    .main-banner__slides_item_title {
        font-size: 38px;
    }

    .main-banner__big_text {
        top: 8px;
    }

    .main-banner__big_text div.small {
        font-size: 24px;
    }

    .main-banner__big_text div.medium {
        font-size: 32px;
    }

    .main-banner__big_text div.big {
        font-size: 40px;
    }

    .main-banner__big_text div.fs {
        font-size: 46px;
    }
}

@media (max-width: 1199px) {
    .main-banner__slides_item {
        padding-right: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-banner__slides_item_title {
        font-size: 28px;
    }

    .main-banner__slides_item_text {
        padding-top: 12px;
        font-size: 14px;
    }

    .main-banner__big {
        min-height: 320px;
    }

    .main-banner .buttons {
        font-size: 22px;
        width: 220px;
        height: 60px;
    }
}

@media (max-width: 991px) {
    .main-banner__big {
        padding-top: 0;
        height: 350px;
    }

    .main-banner__big_col {
        padding-top: 22px;
    }
}

@media (max-width: 767px) {
    .main-banner__big {
        width: 400px;
        max-width: 100%;
    }

    .main-banner__wrapp-slides {
        height: 450px;
        overflow: hidden;
    }

    .main-banner__slides {
        display: flex;
        overflow-x: scroll;
        height: 450px;
    }

    .main-banner__slides.flow-slider {
        flex-wrap: wrap;
    }

    .main-banner__slides_item {
        width: 100%;
        flex: 0 0 auto;
    }

    .main-banner__big_text div.small {
        font-size: 20.4px;
        text-transform: none;
    }

    .main-banner__big_text div.medium {
        font-size: 27.2px;
        text-transform: none;
    }

    .main-banner__big_text div.big {
        font-size: 34px;
        text-transform: none;
    }

    .main-banner .buttons {
        font-size: 20px;
        width: 190px;
        height: 60px;
    }

    .main-banner__slides_item_title {
        font-family: 'Arial', sans-serif;
    }
}

.banners-items {
    margin-top: 59px;
}

.banners-items__col {
    padding-top: 40px;
}

.banners-items__col_item a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    text-transform: uppercase;
    font-size: 32px;
    padding-bottom: 24px;
    background: var(--bg-items);
    border-radius: var(--sections-radius);
    height: 255px;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banners-items__col_item a > * {
    z-index: 2;
    position: relative;
}

.banners-items__col_item a:hover b {
    opacity: 0.55;
}

.banners-items__col_item a:hover img {
    transform: scale(1.2);
}

.banners-items__col_item a:hover:before, .banners-items__col_item a:hover:after {
    opacity: 1;
}

.banners-items__col_item a:hover:after {
    background: linear-gradient(110.74deg, #fff, #fff0);
}

.banners-items__col_item a:before, .banners-items__col_item a:after {
    content: '';
    position: absolute;
    transition: 0.2s;
}

.banners-items__col_item a:before {
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: var(--sections-radius);
    filter: blur(4px);
    background: linear-gradient(110.74deg, #fff6, #fff0);
    z-index: -1;
}

.banners-items__col_item a:after {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: var(--sections-radius);
    padding: 1px;
    z-index: 1;
    background: var(--sidebar-line);
    mask: linear-gradient(#fff 0%) content-box, linear-gradient(#fff 100%);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.banners-items__col_item a b {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    transition: 0.2s;
}

.banners-items__col_item a i {
    position: absolute;
    left: 0;
    right: 0;
    top: -24px;
    height: 180px;
}

.banners-items__col_item a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.2s;
}

@media (max-width: 1320px) {
    .banners-items__col_item a i {
        height: 160px;
    }
}

@media (max-width: 1199px) {
    .banners-items__col_item a {
        height: 195px;
    }

    .banners-items__col_item a i {
        height: 130px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banners-items__col_item a i {
        left: 20px;
        right: 20px;
        height: 115px;
    }
}

@media (max-width: 767px) {
    .banners-items {
        margin-top: 38px;
    }

    .banners-items__col_item a {
        height: 220px;
    }

    .banners-items__col_item a i {
        height: 150px;
    }
}

.headers-text {
    color: var(--card-txt-1);
    position: relative;
    padding-bottom: 18px;
}

.headers-text:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 207, 167, 0) 30%, #fff 50%, rgba(0, 207, 167, 0) 70%);
}

.headers-text h2, .headers-text h3, .headers-text h4 {
    text-align: center;
}

.headers-text p {
    margin-top: 16px;
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    .headers-text p {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .headers-text p {
        max-width: 60%;
    }
}

.slots-container {
    margin-top: 78px;
}

.slots-container .headers-text:before {
    background: linear-gradient(90deg, rgba(0, 207, 167, 0) 30%, var(--brand-primary) 50%, rgba(0, 207, 167, 0) 70%);
}

.slots-container__row {
    margin-top: 26px;
    margin-left: -6px;
    margin-right: -6px;
}

.slots-container__col {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 12px;
}

.slots-container__col a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 65.52%;
}

.slots-container__col a:before {
    content: '';
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    position: absolute;
    background: var(--sidebar-line);
    border-radius: var(--sections-radius);
    transition: 0.2s;
    z-index: -1;
}

.slots-container__col a:hover:before {
    filter: blur(1px);
    background: linear-gradient(110.74deg, #fff, #fff0);
}

.slots-container__col a:hover .slots-container__col_img img {
    transform: scale(1.2);
    opacity: 0.5;
}

.slots-container__col a:hover .slots-container__col_buttons .buttons {
    opacity: 1;
    transform: translateY(0) scaleY(1);
}

.slots-container__col_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: var(--sections-radius);
    overflow: hidden;
    background: var(--sidebar-line);
}

.slots-container__col_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.25s;
}

.slots-container__col_buttons {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.slots-container__col_buttons > div {
    position: relative;
}

.slots-container__col_buttons .buttons {
    width: 100px;
    margin: 12px 0;
    transition: transform 0.25s;
    opacity: 0;
}

.slots-container__col_buttons .buttons.demo {
    transform: translateY(-9px);
}

.slots-container__col_buttons .buttons.play {
    transform: translateY(9px);
}

.slots-container__col .slots-container__col_buttons .buttons.demo:hover {
    border-color: #fff;
    background: #fff;
    color: #333;
}

@media (min-width: 1200px) and (max-width: 1249px) {
    .slots-container__row {
        justify-content: center;
    }

    .slots-container__col {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .slots-container__col_buttons .buttons {
        display: none;
    }
}

.content {
    margin-top: 83px;
}

.content__tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    margin-top: 24px;
    justify-content: center;
}

.content__tabs li {
    padding: 16px 16px 0 16px;
    list-style: none;
}

.content__tabs li span {
    font-size: 22px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    color: var(--card-txt-1);
}

.content__tabs li span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--card-txt-1);
    z-index: -1;
    transition: 0.2s;
}

.content__tabs li span:hover:before {
    background: var(--brand-secondary);
}

.content__tabs li.active span:before {
    display: none;
}

@media (max-width: 767px) {
    .content__tabs li {
        padding: 16px 12px 0 12px;
    }

    .content__tabs li span {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .content__tabs li {
        padding: 16px 12px 0 12px;
    }

    .content__tabs li span {
        font-size: 19px;
    }
}

@media (max-width: 410px) {
    .content__tabs li span {
        font-size: 16px;
    }
}

.comments-container {
    margin-top: 83px;
}

.comments-container .headers-text:before {
    background: linear-gradient(90deg, rgba(0, 207, 167, 0) 30%, #00b0fc 50%, rgba(0, 207, 167, 0) 70%);
}

.comments-container .comments-container__row_slides, .comments-container .flow-slider-outer, .comments-container .flow-slider-stage {
    min-height: 100%;
}

.comments-container .flow-slider-stage {
    padding-bottom: 1px;
}

.comments-container__row_img {
    position: relative;
    padding-top: 100%;
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.comments-container__row_img img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.comments-container__row_col_item {
    text-align: center;
    margin-top: 24px;
    border-radius: var(--sections-radius);
    padding: 24px 14px 32px 14px;
    position: relative;
    color: #fff;
    max-width: 538px;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100% - 24px);
}

.comments-container__row_col_item:hover:after {
    filter: blur(1px);
    background: linear-gradient(110.74deg, #fff, #fff0);
}

.comments-container__row_col_item > * {
    position: relative;
    z-index: 2;
}

.comments-container__row_col_item:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: var(--bg-items);
    border-radius: 10px;
}

.comments-container__row_col_item:after {
    content: '';
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    position: absolute;
    background: var(--sidebar-line);
    border-radius: 10px;
    transition: 0.2s;
    z-index: 1;
}

.comments-container__row_col_item_author {
    font-weight: 700;
    font-size: 24px;
    position: relative;
    z-index: 3;
    font-family: 'Arial', sans-serif;
    letter-spacing: 1px;
}

.comments-container__row_col_item_date {
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    margin-top: 16px;
    position: relative;
    padding-bottom: 0;
    z-index: 3;
}

.comments-container__row_col_item_date span {
    position: relative;
    padding-right: 122px;
}

.comments-container__row_col_item_date span:before {
    position: absolute;
    width: 110px;
    height: 18px;
    background-image: url(images/icons/star-red.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    right: 0;
    bottom: 0;
    content: '';
}

.comments-container__row_col_item_text {
    font-size: var(--font-size);
    line-height: var(--line-height);
    margin-top: 16px;
    position: relative;
    z-index: 3;
    padding-bottom: 16px;
}

.comments-container__row_col_item_text:before {
    left: 20%;
    right: 20%;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0;
    background: var(--brand-primary);
}

@media (min-width: 768px) and (max-width: 850px) {
    .comments__col {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .comments-container__row {
        margin-top: 24px;
    }

    .comments-container__row_img {
        padding-top: 280px;
        width: 280px;
    }
}

.faq-container {
    margin-top: 83px;
    padding-left: 12px;
    padding-right: 12px;
}

.faq-container .container {
    padding-bottom: 64px;
    padding-top: 32px;
    background: var(--card-txt-2);
    border-radius: 10px;
}

.faq-container amp-accordion {
    display: flex;
    flex-wrap: wrap;
}

.faq-container .headers-text {
    padding-bottom: 24px;
}

.faq-container .headers-text:before {
    display: none;
}

.faq-container .headers-text h2, .faq-container .headers-text h3, .faq-container .headers-text h4 {
    color: #ffffff;
}

.faq-container__section {
    overflow: hidden;
    padding-bottom: 2px;
    margin-top: 12px;
    background: var(--bg-items);
    border-radius: var(--sections-radius);
    width: auto;
    float: none;
}

.faq-container__section:hover h3 {
    color: #fff;
}

.faq-container__section:hover h3 .arrow:before, .faq-container__section:hover h3 .arrow:after {
    background: #ffffff;
}

.faq-container__section_title {
    position: relative;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    padding: 17px 65px 15px 16px;
    cursor: pointer;
    transition: 0.3s;
    color: var(--card-txt-1);
    transition: 0.2s;
}

.faq-container__section_title .arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: -2px;
    width: 50px;
    transition: 0.25s;
}

.faq-container__section_title .arrow:before, .faq-container__section_title .arrow:after {
    position: absolute;
    content: '';
    background: var(--card-txt-1);
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transition: 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.4, 0.7);
}

.faq-container__section_title .arrow:before {
    width: 16px;
    height: 2px;
    margin-top: -1px;
    margin-left: -8px;
}

.faq-container__section_title .arrow:after {
    width: 2px;
    height: 16px;
    margin-top: -8px;
    margin-left: -1px;
}

.faq-container__section_text {
    height: 0;
    overflow: hidden;
    transition: 0.2s;
    position: relative;
}

.faq-container__section_text_height {
    height: auto;
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
    padding-left: 12px;
    padding-right: 50px;
    color: #fff;
    font-size: var(--font-size-main);
    line-height: 24px;
}

.faq-container__section_text_height > * {
    margin-top: 16px;
}

.faq-container__section_text_height > *:first-child {
    margin-top: 0;
}

.faq-container__section_text_height > *:last-child {
    margin-bottom: 16px;
}

.faq-container__section.open:before {
    opacity: 0;
}

.faq-container__section.open:last-child {
    margin-bottom: 0;
}

.faq-container__section.open .faq-container__section_title {
    color: #fff;
}

.faq-container__section.open .faq-container__section_title .arrow {
    transform: rotate(45deg);
}

.faq-container__section.open .faq-container__section_title .arrow:before {
    transform: rotate(-45deg);
}

.faq-container__section.open .faq-container__section_title .arrow:after {
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .faq-container .container {
        padding-bottom: 32px;
    }

    .faq-container__section:first-child {
        margin-top: 0;
    }

    .faq-container__section_title {
        padding: 18px 52px 15px 12px;
        font-size: 16px;
    }

    .faq-container__section_title .arrow {
        width: 40px;
    }

    .faq-container__section_text_height > * {
        margin-top: 14px;
    }

    .faq-container__section_text_height > *:last-child {
        margin-bottom: 19px;
    }
}

@media (max-width: 767px) {
    main {
        padding-left: 0;
        transition: 0.35s;
    }

    .pages-title {
        min-height: 45px;
        font-family: 'Arial', sans-serif;
    }
}

.buttons {
    height: var(--buttons-height);
    border-radius: var(--buttons-radius);
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
    font-size: var(--buttons-font-size);
    color: #ffffff;
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 700;
    background: var(--button-color-first);
    transition: 0.2s;
}

.buttons span {
    line-height: 1;
}

.buttons:hover {
    background: var(--button-primary-bg-hover);
    color: var(--button-primary-txt-pressed);
}

.buttons:active {
    background: var(--button-primary-bg-pressed);
    color: var(--button-primary-txt-pressed);
}

.buttons.login, .slots-container__col_buttons .buttons.demo {
    background: none;
    border: 1px solid var(--button-color-first);
}

.buttons.login:hover, .slots-container__col_buttons .buttons.demo:hover {
    background: var(--button-color-first);
    border: 1px solid var(--button-color-first);
}

.buttons.animation:before, .slots-container__col_buttons .buttons.play:before {
    content: "";
    animation: button-pulse 1.6s ease-out infinite .5s;
    position: absolute;
    border-radius: .25rem;
    transform: scale(0.7, 0.5);
    background: var(--button-primary-bg-animation);
    z-index: -1;
    transition: transform .5s linear;
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
}

.buttons.animation:active:before, .slots-container__col_buttons .buttons.play:active:before {
    display: none;
}

@keyframes button-pulse {
    0% {
        transform: scale(0.7, 0.5);
        opacity: 0;
        border-radius: .25rem;
    }
    12% {
        opacity: 1;
    }
    34% {
        transform: scale(1);
    }
    38% {
        opacity: 0;
    }
    40% {
        transform: scale(1);
        opacity: 0;
        border-radius: .5rem;
    }
    100% {
        transform: scale(1);
        opacity: 0;
        border-radius: .25rem;
    }
}

.button-type-2 {
    color: var(--color-text);
    background: none;
    border: 1px solid var(--button-color-first);
}

.button-type-3 {
    background: var(--color-green-contrast-2);
}

.button-type-3:hover {
    background: var(--color-green);
}

.button-type-1, .button-type-2, .button-type-3 {
    width: auto;
    max-width: 190px;
}

.button-type-1 span, .button-type-2 span, .button-type-3 span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .buttons {
        width: 164px;
    }

    .btn-login {
        width: 110px;
    }
}

@media (max-width: 767px) {
    .buttons {
        padding-left: 16px;
        padding-right: 16px;
    }

    .btn-login {
        width: 94px;
    }
}

.content-table-wrap .content__text {
    padding-top: 38px;
}

.content-text-wrap .headers-text:before {
    background: linear-gradient(90deg, rgba(0, 207, 167, 0) 30%, #f0228f 50%, rgba(0, 207, 167, 0) 70%);
}

.content__text {
    padding-top: 40px;
    position: relative;
    z-index: 4;
    font-size: var(--font-size);
    line-height: var(--line-height);
}

.content__text a {
    color: var(--link-color-hover);
    text-decoration: underline;
}

.content__text a:hover {
    color: var(--link-color-hover);
    text-decoration: none;
}

.content__text a:active {
    color: var(--link-color-hover);
}

.content__text > h2:first-child, .content__text h1:first-child {
    position: relative;
    z-index: 1;
}

.content__text h1, .content__text h2, .content__text h3, .content__text h4, .content__text h5, .content__text h6 {
    margin-top: 34px;
    padding-bottom: 4px;
    color: var(--card-txt-1);
    font-weight: 700;
    line-height: 1;
}

.content__text h4 {
    font-size: 30px;
}

.content__text h5 {
    font-size: 24px;
}

.content__text h6 {
    font-size: 22px;
}

.content__text > * {
    margin-top: 22px;
}

.content__text > *:first-child {
    margin-top: 0;
}

.content__text > *:first-child h1, .content__text > *:first-child h2, .content__text > *:first-child h3 {
    padding-bottom: 0;
}

.content__text ul, .content__text ol {
    margin-top: 24px;
}

.content__text ul li, .content__text ol li {
    position: relative;
    margin-top: 14px;
}

.content__text ol {
    list-style: none;
    list-style-position: inside;
    counter-reset: item;
}

.content__text ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: var(--brand-secondary);
    font-weight: 700;
}

.content__text ul li {
    padding-left: 16px;
    list-style: none;
}

.content__text ul li:before {
    content: '';
    width: 3px;
    height: 18px;
    left: 0;
    top: -1px;
    position: absolute;
    background: var(--brand-secondary);
}

.content__text hr {
    display: block;
    border: 0;
    height: 1px;
    background: var(--button-color-first);
    margin-top: 22px;
}

.content__text .editor-table {
    border-radius: var(--buttons-radius);
    overflow: hidden;
}

.content__text .editor-table table {
    margin-right: 12px;
}

.content__text table {
    width: 100%;
    max-width: 100%;
    margin: 36px auto 0 auto;
    overflow: hidden;
    border-collapse: separate;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.content__text table td, .content__text table th {
    padding-left: 22px;
    padding-right: 22px;
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 8px;
    line-height: 1.3;
    height: 50px;
}

.content__text table td {
    transition: 0.15s;
    font-size: 14px;
    border-bottom: 2px solid var(--brand-secondary);
    border-left: 0;
}

.content__text table th {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    height: 50px;
    border: 2px solid var(--brand-secondary);
    border-left: 0;
    padding-bottom: 4px;
}

.content__text table th:first-child {
    border-top-left-radius: var(--brand-secondary);
    border-left: 2px solid var(--brand-secondary);
}

.content__text table th:last-child {
    border-top-right-radius: var(--buttons-radius);
}

.content__text table tr td:first-child {
    border-left: 2px solid var(--brand-secondary);
}

.content__text table tr td:last-child {
    border-right: 2px solid var(--brand-secondary);
}

.content__text table tr:hover td {
    background: rgba(255, 255, 255, 0.2);
    transition: 0.25s;
}

.content__text img {
    border-radius: 6px;
}

.content__text .buttons {
    text-decoration: none;
}

.content__text .buttons.margin-left {
    margin-left: 6px;
}

.content__text .buttons.margin-right {
    margin-right: 6px;
}

.footer {
    padding-left: var(--sidebar-width);
    overflow: hidden;
    margin-top: 90px;
    color: #fff;
    background: linear-gradient(180deg, rgba(14, 17, 24, 0) 0%, #0f1218 100%);
}

.footer__provider.flow-slider {
    padding-right: 150px;
    position: relative;
}

.footer__provider.flow-slider:before {
    content: '';
    position: absolute;
    width: 150px;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #141414 67%);
    z-index: 2;
}

.footer__provider .flow-slider-outer {
    overflow: visible;
}

.footer__provider_item {
    text-align: center;
}

.footer__provider_item img {
    filter: grayscale(1);
    transition: 0.25s;
}

.footer__provider_item img:hover {
    filter: grayscale(0);
}

.footer__help_row {
    margin-top: 24px;
    padding-bottom: 24px;
    background: var(--bg-items);
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.footer__help_row:hover:after {
    filter: blur(1px);
    background: linear-gradient(110.74deg, #fff, #fff0);
}

.footer__help_row:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: var(--bg-items);
    border-radius: 10px;
}

.footer__help_row:after {
    content: '';
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    position: absolute;
    background: var(--sidebar-line);
    border-radius: 10px;
    transition: 0.2s;
    z-index: 1;
}

.footer__help_row_col {
    padding-top: 24px;
    position: relative;
    z-index: 3;
}

.footer__help_row_col img {
    filter: grayscale(1);
    transition: 0.2s;
}

.footer__help_row_col img:hover {
    filter: grayscale(0);
}

.footer__logo_text {
    margin-top: 48px;
}

.footer__soc {
    display: inline-block;
    position: relative;
    float: right;
}

.footer__soc_text {
    margin-top: 44px;
}

.footer__soc ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.footer__soc ul li {
    list-style: none;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
}

.footer__soc ul li:first-child {
    margin-left: 0;
}

.footer__soc ul li:last-child {
    margin-right: 0;
}

.footer__soc ul li a, .footer__soc ul li span {
    display: flex;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid var(--card-txt-2);
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.footer__soc ul li a:hover, .footer__soc ul li span:hover {
    background: var(--card-txt-2);
}

.footer__soc ul li a:hover svg, .footer__soc ul li span:hover svg {
    fill: #fff;
}

.footer__soc ul li svg {
    width: 24px;
    height: 24px;
    fill: var(--card-txt-2);
    vertical-align: top;
    transition: 0.2s;
    position: relative;
}

.footer__text {
    font-size: var(--font-size);
    line-height: var(--line-height);
    margin-top: 44px;
}

.footer__text a {
    text-decoration: underline;
}

.footer__text a:hover {
    text-decoration: none;
}

.footer__text_age {
    font-weight: 700;
    font-size: 20px;
    padding-top: 4px;
}

.footer__menu_row {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 16px;
    margin-top: 45px;
}

.footer__menu_row:hover:after {
    filter: blur(1px);
    background: linear-gradient(110.74deg, #fff, #fff0);
}

.footer__menu_row:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: var(--bg-items);
    border-radius: 10px;
}

.footer__menu_row:after {
    content: '';
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    position: absolute;
    background: var(--sidebar-line);
    border-radius: 10px;
    transition: 0.2s;
    z-index: 1;
}

.footer__menu_row_item {
    position: relative;
    padding-top: 20px;
    padding-bottom: 24px;
    z-index: 3;
}

.footer__menu_row_item ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    justify-content: center;
    padding-top: 4px;
}

.footer__menu_row_item ul li {
    list-style: none;
    position: relative;
    font-size: var(--font-size);
    white-space: nowrap;
    color: var(--brand-secondary);
}

.footer__menu_row_item ul li.active a {
    color: var(--card-txt-1);
}

.footer__menu_row_item ul li.active a:before, .footer__menu_row_item ul li.active a:after {
    height: 4px;
    top: 9px;
    border-radius: 100%;
    background: var(--card-txt-1);
}

.footer__menu_row_item ul li a {
    color: inherit;
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: underline;
    font-size: 15px;
}

.footer__menu_row_item ul li a:hover {
    color: var(--card-txt-1);
    text-decoration: none;
}

@media (max-width: 900px) {
    .footer__soc ul {
        margin-left: -6px;
        margin-right: -6px;
    }

    .footer__soc ul li {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .footer .logo img {
        width: 142px;
        height: 41px;
    }
}

@media (max-width: 767px) {
    .footer {
        transition: 0.35s;
        padding-left: 0;
    }

    .footer__menu_row_item ul li a {
        font-size: 16px;
    }

    .footer__text {
        margin-top: 39px;
        text-align: center;
    }

    .footer__soc_text {
        text-align: center;
    }
}

@media (min-width: 768px) {
    ::-webkit-scrollbar {
        width: 4px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: var(--sidebar-line);
        border-radius: 6px;
    }

    ::-webkit-scrollbar-track {
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.049);
    }
}

@media (max-width: 767px) {
    .move {
        overflow-y: hidden;
    }

    .hidden-scrl {
        overflow: hidden;
        position: relative;
        touch-action: none;
        -ms-touch-action: none;
    }
}
