:root {
    --body-bg-color: #07070B;
    --color-primary: #191A1E;
    --color-secondary: #232429;
    --color-accent: #4FB5FF;
    --color-main: #ffffff;
    --header-footer-bg: #101115;
    --copyright-color: #101115;
    --link-in-text-color: #4FB5FF;
    --btn-android-bg: #4FB5FF;
    --btn-android-color: #ffffff;
    --btn-ios-bg: #ffffff;
    --btn-ios-color: #4FB5FF;
    --btn-header-border: #ffffff;
    --btn-basic-bg: #FFFFFF1A;
    --btn-basic-color: #ffffff;
    --btn-header-bg: #4FB5FF;
    --btn-header-color: #ffffff;
    --first-screen: url("../images/bg-main.png");
    --first-screen-mobile: url("../images/bg-mobile.png");
    --first-screen-other: url("../images/bg-main.png");
    --btn-bonus-bg: #ffffff;
    --btn-bonus-color: #4FB5FF;
    --btn-promo-bg: #289AEC;
    --btn-promo-color: #ffffff;
    --banner-big-bg: url("../images/bgcr.png");
    --banner-small-bg: url("../images/bgcr.png");
    --bg-footer-bar: #101115;
    --table-color: #ffffff;
    --table-header-bg: #101115;
    --table-bg-second: #1D1E22;
    --table-bg-first: #191A1E;
    --table-border: #ffffff29;
    --table-link: blue
}

li,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-family: Heebo, sans-serif;
    text-transform: none;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    color: var(--color-main)
}

.h1,
h1 {
    font-size: 32px;
    margin-bottom: 20px
}

.h1 span,
h1 span {
    color: var(--color-accent)
}

.h2,
h2 {
    font-size: 24px;
    margin-bottom: 20px
}

@media(max-width:1024px) {

    .h1,
    h1 {
        font-size: 24px
    }

    .h2,
    h2 {
        font-size: 20px
    }
}

.h2 span,
h2 span {
    color: var(--color-accent)
}

.h3,
h3 {
    font-size: 20px;
    margin-bottom: 20px
}

.h3 span,
h3 span {
    color: var(--color-accent)
}

.h4,
h4 {
    font-size: 18px
}

@media(max-width:1024px) {

    .h3,
    h3 {
        font-size: 18px
    }

    .h4,
    h4 {
        font-size: 16px
    }
}

.h5,
h5 {
    font-size: 16px
}

a {
    text-decoration: none;
    outline: 0
}

p>a {
    color: var(--link-in-text-color)
}

img {
    max-width: 100%;
    height: auto
}

button,
button:active,
button:focus {
    border: none;
    color: var(--color-main);
    cursor: pointer
}

ol {
    counter-reset: myCounter
}

ol li {
    margin-bottom: 20px
}

ol li::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    background: var(--color-accent);
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    border-radius: 6px
}

.wp-block-table {
    color: var(--table-color);
    font-family: 700;
    border-collapse: 0;
    border-radius: 12px
}

.wp-block-table a {
    color: var(--table-link)
}

.wp-block-table thead {
    border: none
}

.wp-block-table thead tr {
    border: none;
    background-color: var(--table-header-bg)
}

.wp-block-table thead tr th {
    padding: 20px;
    border: none;
    text-align: left;
    border: .5px solid var(--table-border)
}

.wp-block-table tbody tr:nth-child(2n) {
    background-color: var(--table-bg-first)
}

.wp-block-table tbody tr:nth-child(2n+1) {
    background-color: var(--table-bg-second)
}

.wp-block-table tbody tr td {
    border: none;
    padding: 20px;
    text-align: left;
    border: .5px solid var(--table-border)
}

.ui-breadcrumbs {
    margin-bottom: 20px
}

.ui-breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ui-breadcrumbs ul li {
    margin-right: 5px;
    margin-left: 10px
}

.ui-breadcrumbs ul li::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-accent);
    border-right: 2px solid var(--color-accent);
    margin: 16px 0 0 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 1s;
    transition: 1s
}

.ui-breadcrumbs ul li:last-child::after {
    opacity: 0
}

.ui-breadcrumbs ul li:first-child {
    margin-left: 0
}

.tag-block ul:not([class]) {
    margin-bottom: 16px
}

.tag-block ul:not([class]) li:not([class]) {
    position: relative;
    padding-left: 43px;
    margin-bottom: 10px
}

.tag-block ul:not([class]) li:not([class])::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--color-accent);
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.rank-math-breadcrumb a {
    color: var(--color-accent)
}

.button-group {
    text-align: center;
    margin-bottom: 80px
}

@media(max-width:1024px) {

    .h5,
    h5 {
        font-size: 14px
    }

    .button-group {
        margin-bottom: 40px
    }
}

.button-group button {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 32px;
    padding: 0 20px;
    margin-right: 20px;
    margin-bottom: 16px;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: var(--color-accent);
    color: var(--color-main);
    font-weight: 700;
    font-size: 16px
}

.button-group button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.promocode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-promocode {
    width: 110px;
    outline: 0;
    border: none
}

.row {
    display: -webkit-box;
    display: -webkit-inline-box;
    display: inline-flex;
    display: -ms-flex;
    display: -ms-inline-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px
}

.flex {
    display: -webkit-box;
    display: -webkit-inline-box;
    display: inline-flex;
    display: -ms-flex;
    display: -ms-inline-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.valign-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-align-items: center;
    align-items: center
}

.justify-center {
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

[class*=col-] {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

.clear {
    padding-left: 0;
    padding-right: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width:300px) {
    .col-ss-0 {
        display: none
    }

    .col-ss-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-ss-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-ss-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-ss-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-ss-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-ss-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-ss-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-ss-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-ss-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-ss-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-ss-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-ss-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:400px) {
    .col-us-0 {
        display: none
    }

    .col-us-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-us-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-us-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-us-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-us-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-us-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-us-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-us-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-us-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-us-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-us-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-us-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:576px) {
    .col-xs-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xs-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xs-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xs-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xs-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xs-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xs-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xs-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xs-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xs-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xs-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xs-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:768px) {
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:1024px) {
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:1170px) {
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:1330px) {
    .col-l-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-l-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-l-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-l-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-l-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-l-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-l-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-l-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-l-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-l-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-l-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-l-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.col-line {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.ui-btn {
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 10px 30px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 1.2;
    border-radius: 32px;
    max-height: 52px
}

.ui-btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.ui-btn__circle {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    opacity: .7;
    background-color: var(--btn-header-border)
}

.ui-btn__circle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 35px;
    max-height: 40px
}

.ui-btn__circle--inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 6px;
    width: 40px;
    height: 40px;
    z-index: 2;
    border-radius: 50%
}

.ui-btn__circle--inner svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 35px;
    max-height: 40px
}

.ui-btn__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0
}

.ui-btn__banner {
    max-width: 190px;
    color: var(--color-accent)
}

.ui-btn__banner .ui-btn__title {
    font-size: 14px
}

.ui-btn__banner .ui-btn__circle {
    background-color: var(--btn-bonus-border)
}

.ui-btn__banner .ui-btn__circle--inner {
    background-color: var(--btn-bonus-color)
}

.ui-btn__header {
    color: var(--btn-header-color);
    background-color: var(--btn-header-bg)
}

.ui-btn__header svg {
    fill: var(--btn-header-bg)
}

.ui-btn__header .ui-btn__circle {
    background-color: var(--btn-header-border)
}

.ui-btn__header .ui-btn__circle--inner {
    background-color: var(--btn-header-color)
}

.ui-btn__promo {
    width: 178px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 178px;
    flex: 0 0 178px;
    background-color: var(--btn-promo-bg);
    color: var(--btn-promo-color)
}

.ui-btn__promo svg {
    fill: var(--btn-promo-bg);
    margin-top: 2px
}

.ui-btn__promo .ui-btn__circle {
    background-color: var(--btn-promo-border)
}

.ui-btn__android {
    width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    background-color: var(--btn-android-bg);
    color: var(--btn-android-color)
}

.ui-btn__android svg {
    fill: var(--btn-android-bg)
}

.ui-btn__android .ui-btn__circle {
    background-color: var(--btn-android-border)
}

.ui-btn__android .ui-btn__circle--inner {
    background-color: var(--btn-android-color)
}

.ui-btn__ios {
    width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    background-color: var(--btn-ios-bg);
    color: var(--btn-ios-color)
}

.ui-btn__ios .ui-btn__circle {
    background-color: var(--btn-ios-border)
}

.ui-btn__ios .ui-btn__circle--inner {
    background-color: var(--btn-ios-color)
}

.ui-btn__ios svg {
    fill: var(--btn-ios-bg)
}

.ui-btn__bonus {
    width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    background-color: var(--btn-bonus-bg);
    color: var(--btn-bonus-color)
}

.ui-btn__bonus .ui-btn__circle,
.ui-btn__bonus .ui-btn__circle--inner {
    background-color: var(--btn-bonus-color)
}

.ui-btn__bonus svg {
    fill: var(--btn-bonus-bg)
}

.ui-btn__title {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px
}

@media(max-width:1024px) {
    .ui-btn__title {
        font-size: 14px
    }
}

.ui-btn__subtitle {
    display: block;
    opacity: .7;
    font-size: 12px
}

.ui-btn--basic {
    color: var(--btn-basic-color);
    background-color: var(--btn-basic-bg)
}

@media(max-width:1024px) {
    .ui-btn__subtitle {
        font-size: 10px
    }

    .ui-btn--basic {
        padding-left: 0 !important
    }
}

.ui-btn--basic .ui-btn--subtitle {
    color: var(--btn-basic-color)
}

.ui-btn--basic .ui-btn__circle {
    background-color: var(--btn-basic-bg)
}

.ui-btn--basic .ui-btn__circle--inner {
    background-color: var(--btn-basic-color)
}

.promo {
    border-radius: 32px;
    padding-left: 20px;
    padding-right: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.promo:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.promo__txt {
    font-weight: 700
}

.promo__name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding-left: 20px;
    border-radius: 32px;
    background-color: var(--btn-promo-bg);
    color: var(--btn-promo-color);
    text-align: left
}

.promo__subtitle {
    font-size: 12px;
    display: block
}

.promo__code {
    font-weight: 700;
    font-size: 24px;
    margin-right: 20px;
    color: var(--btn-promo-bg);
    letter-spacing: 5px
}

.promo__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 32px
}

.promo svg {
    fill: var(--btn-promo-bg);
    margin-top: 2px
}

.ui-breadcrumbs li {
    color: var(--color-accent);
    position: relative
}

.ui-breadcrumbs a {
    color: var(--color-main)
}

.header {
    position: relative;
    padding-top: 15px;
    background-color: var(--header-footer-bg)
}

.header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

@media(max-width:1024px) {
    .header__body {
        margin-bottom: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 147px;
    flex: 0 0 147px;
    max-width: 147px;
    margin-right: 20px;
    max-height: 40px
}

.header__logo img {
    margin-right: 5px
}

.header__eng {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.header__space {
    width: 24px;
    border-bottom: 2px solid var(--color-main);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: .3
}

@media(max-width:1024px) {
    .header__eng {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .header__space {
        display: none
    }

    .header__btns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px;
        margin-top: 15px;
        border-top: 1px solid;
        padding-top: 10px
    }

    .header__btns .ui-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        text-align: center;
        padding: 7px 0 7px 30px
    }

    .header__btns .ui-btn__title {
        font-size: 14px
    }

    .header__btns .ui-btn__subtitle {
        font-size: 10px
    }
}

.header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.header__btns svg {
    max-width: 25px
}

.header__name {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-main)
}

.header .menu li {
    display: inline-block
}

.header .menu li a {
    line-height: 1.2;
    font-size: 14px;
    color: var(--header-color)
}

.header .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header .menu a:hover {
    text-decoration: underline
}

.header .menu .menu-item-has-children {
    position: relative;
    padding-right: 15px
}

.header .menu .menu-item-has-children::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 5px;
    width: 5px;
    height: 5px;
    border-top: 1px solid var(--color-main);
    border-right: 1px solid var(--color-main);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 7px
}

.header .menu .menu-item-has-children>a::before {
    position: absolute;
    display: inline-block;
    content: "";
    padding: 8px 60px;
    margin-left: -20px;
    top: 20px
}

.header .menu .menu-item-has-children .sub-menu,
.header .menu .menu-item-has-children .sub-menu a::after {
    display: none
}

.header .menu .menu-item-has-children .sub-menu a:hover {
    text-decoration: unset
}

@media(max-width:1024px) {
    .header .menu li a {
        font-weight: 600
    }

    .header .menu li {
        border-bottom: 1px solid var(--color-main);
        padding-bottom: 20px
    }

    .header .menu li .sub-menu li {
        border: 0;
        padding-bottom: 0
    }

    .header .menu {
        display: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header .menu .menu-item-has-children::after {
        right: 13px;
        border-top: 4px solid var(--color-main);
        border-right: 4px solid var(--color-main)
    }

    .header .menu .menu-item-has-children>a {
        display: inline;
        margin-bottom: 10px
    }

    .header .menu .menu-item-has-children .sub-menu a {
        margin-bottom: 0
    }
}

.header .menu .menu-item-has-children.open .sub-menu {
    width: 140px;
    position: absolute;
    margin-top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    padding: 20px;
    background-color: var(--color-primary);
    border-radius: 12px
}

.header .menu .menu-item-has-children.open::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px
}

.header__bottom {
    padding: 10px 32px 10px 0;
    background: var(--color-primary);
    white-space: nowrap
}

.header__bottom .container {
    padding-right: 0
}

@media(max-width:1024px) {
    .header .menu .menu-item-has-children.open .sub-menu {
        background-color: rgba(0, 0, 0, 0);
        position: relative;
        padding: 15px 0 0 15px;
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
        width: auto
    }

    .header .menu .menu-item-has-children.open .sub-menu li a {
        font-weight: 400
    }

    .header__bottom {
        width: 100vw;
        overflow: scroll;
        padding-right: 0
    }

    .header__bottom .container {
        padding-right: 20px
    }

    .header-item {
        margin-bottom: 5px
    }
}

.header-item {
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    background-color: var(--color-secondary);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--header-color);
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.header-item img {
    width: auto;
    height: 20px;
    margin-right: 12px;
    vertical-align: middle
}

.header-item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.header__list {
    padding-left: 0
}

@media(min-width:1024px) {
    .header__list {
        overflow: hidden;
        overflow-x: auto;
        padding-left: 16px
    }
}

.header__list::-webkit-scrollbar {
    display: none
}

.header-burger {
    display: none;
    position: relative;
    width: 21px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21px;
    flex: 0 0 21px;
    height: 17px;
    margin-right: 8px;
    margin-top: -3px
}

@media(max-width:379px) {
    .header-burger {
        margin-right: 4px
    }
}

.header-burger__span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 7px;
    background-color: var(--color-main);
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 12px
}

.header-burger::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    background-color: var(--color-main);
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 12px
}

.header-burger::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: var(--color-main);
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 12px
}

.header .mobile-menu {
    height: calc(100vh - 15px);
    overflow-y: auto
}

.header .mobile-menu .header-burger__span {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.header .mobile-menu .header-burger::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px
}

.header .mobile-menu .header-burger::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px
}

.header .mobile-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.header .mobile-menu .header__body {
    margin-bottom: 0
}

.header .mobile-menu .header__bottom {
    display: none
}

@media(max-width:1024px) {
    .header-burger {
        display: block
    }

    .header {
        position: fixed;
        width: 100%;
        z-index: 10
    }
}

.no_scroll {
    overflow: hidden
}

.footer {
    padding-top: 20px;
    padding-bottom: 60px;
    background-color: var(--header-footer-bg)
}

.footer-bar {
    position: fixed;
    bottom: 20px;
    width: 100%;
    z-index: 6
}

@media(min-width:768px) {
    .footer-bar {
        display: none
    }
}

.footer-bar__body {
    border-radius: 64px;
    width: 100%;
    padding: 0 30px;
    background-color: var(--bg-footer-bar);
    color: var(--color-main);
    max-width: 100%
}

.footer-bar__body.buttons {
    border-radius: 25px;
    padding: 20px
}

@media(max-width:450px) {
    .footer-bar__body {
        padding: 0
    }
}

.footer-bar__name {
    font-size: 10px;
    opacity: .5;
    color: var(--color-main)
}

.footer-bar__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-bar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    padding: 15px 20px
}

@media(max-width:370px) {
    .footer-bar__item {
        padding: 15px
    }
}

.footer-bar__item span {
    display: block
}

.footer-bar__item:hover {
    border-bottom: 3px solid #4fb5ff
}

.footer-bar__item--center {
    position: relative;
    width: 52px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #fff;
    border: 6px solid rgba(1, 6, 8, .7098039216);
    animation: 1.2s infinite shake;
    -webkit-animation: 1.2s infinite shake
}

@media(max-width:380px) {
    .footer-bar__item--center {
        width: 42px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
        flex: 0 0 42px;
        height: 42px
    }
}

.footer-bar__item--center img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer-bar__item--center::after {
    position: absolute;
    right: 5px;
    top: 5px;
    display: inline-block;
    content: "2";
    background-color: #e53737;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    font-size: 10px;
    text-align: center
}

.footer-bar__img {
    height: 30px
}

.footer-bar__img img {
    width: 30px;
    height: 30px
}

.footer-bar__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-bar__app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.footer-bar__app__info_name {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px
}

.footer-bar__app__info_sub-title {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    opacity: .5
}

.footer-bar__bonuses {
    position: absolute;
    bottom: 90px;
    border-radius: 12px;
    padding: 20px;
    background-color: var(--color-main);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: none
}

.footer-bar__bonuses.open {
    display: block
}

.footer-bar__bonuses_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-bar__bonuses_info-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    width: 97px
}

.footer-bar__bonuses_info-date {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    color: #07070b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.footer-bar__bonuses_button {
    border-radius: 32px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.footer-bar__bonuses_button button {
    width: 192px;
    background: rgba(0, 0, 0, 0)
}

.footer-bar__bonuses::after {
    content: " ";
    width: 30px;
    height: 30px;
    background-color: var(--color-main);
    left: 50%;
    margin-left: -15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute
}

.footer-bar__bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    border-left: 3px solid;
    padding-left: 10px
}

.footer-banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-banners__item {
    margin-right: 10px
}

.footer-banners__item img {
    width: 100px
}

.footer__container {
    height: calc(100% - 20px);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    background-color: var(--color-primary)
}

.footer__container li,
.footer__container ol,
.footer__container ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer__copyright {
    font-size: 12px;
    text-align: center;
    opacity: .7;
    color: var(--copyright-color)
}

.footer__title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700
}

@media(max-width:1024px) {
    .footer__menu {
        margin-bottom: 10px
    }
}

.footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__menu ul li a {
    font-size: 14px;
    opacity: .7;
    color: var(--color-main)
}

.footer__menu ul li a:hover {
    text-decoration: underline
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.footer__icon img {
    max-height: 28px
}

.footer__icon a {
    -webkit-transition: .3s;
    transition: .3s
}

.footer__icon a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.footer__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px
}

.footer__payments--icon {
    -webkit-transition: .3s;
    transition: .3s
}

.footer__payments--icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.footer__invert img {
    -webkit-filter: invert(1);
    filter: invert(1);
    max-height: 40px
}

.footer__respons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 20px
}

.footer__description {
    color: var(--color-main);
    opacity: .7;
    font-size: 14px
}

.footer__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-weight: 700;
    font-size: 24px
}

.footer__logo img {
    max-width: 50px;
    margin-right: 5px
}

.footer .to-top {
    display: none
}

@media(min-width:768px) {
    .footer .to-top {
        position: fixed;
        right: 15px;
        bottom: 5vh;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: var(--color-main);
        -webkit-transition: background-color .25s ease-in, color .25s ease-in;
        transition: background-color .25s ease-in, color .25s ease-in
    }

    .footer .to-top svg * {
        stroke: currentColor
    }

    .footer .to-top svg * path {
        fill: var(--color-accent)
    }

    .footer .to-top.show-up {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer .to-top:hover {
    cursor: pointer;
    background-color: var(--color-accent);
    -webkit-transition: background-color .25s ease-in, color .25s ease-in;
    transition: background-color .25s ease-in, color .25s ease-in
}

.footer .to-top:hover svg path {
    fill: var(--color-main)
}

@keyframes shake {

    0%,
    100% {
        transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -webkit-transform: rotateZ(0)
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg)
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg)
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg)
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg)
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg)
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg)
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg)
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg)
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg)
    }
}

@-webkit-keyframes shake {

    0%,
    100% {
        transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -webkit-transform: rotateZ(0)
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg)
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg)
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg)
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg)
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg)
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg)
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg)
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg)
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg)
    }
}

.ui__border {
    border-radius: 12px 0
}

.bk-rating {
    margin-bottom: 50px
}

.bk-rating__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 30px;
    border: 4px solid #15b0e1;
    background-color: var(--color-primary)
}

.bk-rating__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media(max-width:1024px) {
    .bk-rating {
        margin-bottom: 30px
    }

    .bk-rating__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px
    }

    .bk-rating__top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.bk-rating__title {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #15b0e1
}

.bk-rating__name {
    color: #fff
}

.bk-rating__subtitle {
    display: block;
    font-size: 8px;
    color: #e4e1e1
}

.bk-rating__name {
    font-size: 16px;
    font-weight: 700
}

.bk-rating__bonus {
    display: inline-block;
    font-size: 42px;
    color: #f2245e
}

.bk-rating__bonus--span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    color: #fff
}

.bk-rating__bar {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border: 1px solid #fcfaf4;
    font-size: 14px;
    color: #fcfaf4;
    border-radius: 16px
}

.bk-rating__bars {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px
}

@media(max-width:1024px) {
    .bk-rating__bars {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: none;
        margin-bottom: 20px
    }
}

.bk-rating__link {
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 8px 75px 8px 20px;
    background-color: #f2245e;
    font-weight: 700;
    color: #fff
}

.bk-rating__link--span {
    display: block
}

.info-block {
    margin-bottom: 80px
}

.info-block li,
.info-block ol,
.info-block ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.info-block h2 {
    margin-bottom: 20px
}

.info-block__img img {
    border-radius: 60px 0
}

.info-block__container {
    width: 100%
}

.info-block ul li {
    display: block;
    position: relative;
    padding: 10px 20px 10px 50px;
    margin-bottom: 5px;
    background-color: var(--color-primary);
    border-radius: 8px
}

.info-block ul li::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--color-accent);
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.info-block ol {
    counter-reset: myCounter;
    margin-bottom: 10px
}

.info-block ol li {
    margin-bottom: 20px
}

.info-block ol li::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    background: var(--color-accent);
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    border-radius: 6px
}

.info-block .flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:1024px) {
    .info-block h2 {
        margin-bottom: 10px
    }

    .info-block__img {
        text-align: center;
        margin-bottom: 20px
    }

    .info-block .order_1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .info-block .order_2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.info-block .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.info-block .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.info-block p {
    margin-bottom: 20px
}

.info-block--table {
    background-color: var(--color-primary);
    border-radius: 16px;
    padding: 20px
}

.info-block--table li {
    background-color: var(--color-secondary) !important
}

.info-block--table .row:first-child {
    margin-bottom: 20px
}

.info-block--table .table {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px
}

.info-block--table .table__overflow {
    overflow-x: auto
}

.info-block--table .table__img {
    margin-bottom: 5px
}

.info-block--table .table__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.info-block--table .table__wrap:first-child {
    margin-bottom: 10px
}

.info-block--table .table__wrap:last-child .table__plus::before {
    content: "";
    background-image: url(../images/svg/tr.svg);
    background-repeat: no-repeat;
    width: 8px;
    height: 5px;
    margin-left: 1px
}

.info-block--table .table__plus {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: top
}

.info-block--table .table__plus::before {
    position: absolute;
    content: "+";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--color-accent)
}

.info-block--table .table__price {
    font-weight: 700
}

.info-block--table .table thead tr th {
    text-align: left;
    font-weight: 700;
    padding: 10px;
    background-color: var(--color-secondary)
}

.info-block--table .table tbody tr td {
    padding: 20px
}

.info-block--table .table tbody tr td:first-child {
    padding: 20px 10px
}

.info-block--table .table tbody tr:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, .0588235294)
}

.info-block--table .table tbody tr:nth-child(2n) {
    background-color: var(--color-secondary)
}

.faq {
    margin-bottom: 80px
}

.faq h2 {
    margin-bottom: 40px
}

@media(max-width:1024px) {
    .faq {
        margin-bottom: 40px
    }

    .faq h2 {
        margin-bottom: 30px
    }
}

.faq h3 {
    color: var(--color-main)
}

.faq__container {
    position: relative;
    margin-bottom: 10px;
    background-color: var(--color-primary);
    cursor: pointer;
    border-radius: 8px
}

@media(max-width:1024px) {
    .faq__container {
        margin-bottom: 20px
    }
}

.faq__arrow {
    position: absolute;
    background-color: var(--color-accent);
    right: 20px;
    top: 20px;
    border-radius: 50%;
    width: 32px;
    height: 32px
}

.faq__arrow img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.faq details {
    color: var(--color-main);
    padding: 25px 65px 25px 20px
}

.faq details p {
    margin: 0
}

.faq details h3 {
    margin-bottom: 0
}

.faq details[open] .faq__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq details[open] h3 {
    margin-bottom: 30px
}

.faq summary {
    display: block
}

.faq summary::-webkit-details-marker {
    display: none
}

.how-to {
    padding: 20px;
    background-color: var(--color-primary);
    border-radius: 16px;
    margin-bottom: 80px
}

@media(max-width:1024px) {
    .how-to {
        margin-bottom: 40px
    }
}

.how-to li,
.how-to ol,
.how-to ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.how-to__description {
    margin-bottom: 16px
}

.how-to__item {
    position: relative;
    margin-bottom: 70px;
    padding: 20px;
    border-radius: 10px;
    background-color: var(--color-secondary)
}

.how-to__item ol {
    counter-reset: myCounter;
    margin-bottom: 10px
}

.how-to__item ol li {
    margin-bottom: 20px
}

.how-to__item ol li::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    background: var(--color-accent);
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    border-radius: 6px
}

.how-to__item ul li {
    display: block;
    position: relative;
    padding: 10px 20px 10px 50px;
    margin-bottom: 5px;
    background-color: var(--color-primary);
    border-radius: 8px
}

.how-to__item ul li::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--color-accent);
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.how-to__item:last-child {
    margin-bottom: 0
}

.how-to__item:last-child::after {
    display: none
}

.how-to__item::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="50" viewBox="0 0 18 50" fill="none"><path d="M9 50L17.6603 35H0.339746L9 50ZM7.5 0V2.08333H10.5V0H7.5ZM7.5 6.25V10.4167H10.5V6.25H7.5ZM7.5 14.5833V18.75H10.5V14.5833H7.5ZM7.5 22.9167V27.0833H10.5V22.9167H7.5ZM7.5 31.25V35.4167H10.5V31.25H7.5ZM7.5 39.5833V43.75H10.5V39.5833H7.5Z" fill="url(%23paint0_linear_187_7928)"/><defs><linearGradient id="paint0_linear_187_7928" x1="9" y1="0" x2="9" y2="50" gradientUnits="userSpaceOnUse"><stop stop-color="%234FB5FF" stop-opacity="0"/><stop offset="1" stop-color="%232899EC"/></linearGradient></defs></svg>');
    color: var(--color-accent);
    bottom: -60px
}

.how-to__item img {
    border-radius: 12px
}

.how-to__container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .how-to__item::after {
        bottom: -40px;
        height: 40px;
        -webkit-transform: translate(-50%, 0) scale(.8);
        transform: translate(-50%, 0) scale(.8)
    }

    .how-to__item {
        margin-bottom: 44px;
        padding: 10px
    }

    .how-to__container {
        height: auto;
        margin-bottom: 10px
    }
}

.how-to__step {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 6px;
    background-color: var(--color-accent);
    padding: 10px
}

@media(max-width:1024px) {
    .how-to__step {
        font-size: 16px;
        padding: 5px
    }

    .how-to .row .col-md-6:last-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.how-to__subtitle {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px
}

.pros-cons {
    margin-bottom: 80px;
    padding: 20px;
    border-radius: 20px;
    background-color: var(--color-primary)
}

.pros-cons li,
.pros-cons ol,
.pros-cons ul {
    padding: 0;
    margin: 0;
    list-style: none
}

@media(max-width:1024px) {
    .pros-cons {
        margin-bottom: 40px
    }
}

.pros-cons__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

.pros-cons__title--accent {
    color: var(--color-accent)
}

.pros-cons__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px
}

.pros-cons__item {
    width: 100%;
    color: var(--color-accent)
}

.pros-cons__item p {
    margin: 0
}

.pros-cons__item--reverse .pros-cons__top {
    color: #fff;
    background-color: #101115
}

.pros-cons__top {
    padding: 20px;
    background-color: #289aec;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-main)
}

.pros-cons__body {
    padding: 20px
}

.pros-cons__body ul {
    margin: -20px
}

.pros-cons__body ul li {
    padding: 20px;
    font-weight: 600;
    color: #289aec
}

.pros-cons__body ul li:nth-child(2n) {
    background-color: #edf6fc
}

.pros-cons__body ul li::before {
    content: "✓";
    display: inline-block;
    border-radius: 50%;
    margin-right: 20px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    font-size: 12px;
    color: #fff;
    background-color: #289aec;
    text-align: center
}

.pros-cons__item {
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden
}

@media(max-width:1024px) {
    .pros-cons__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 20px
    }

    .pros-cons__body ul li {
        font-size: 14px
    }

    .pros-cons__item {
        margin-bottom: 40px
    }
}

.pros-cons__item--reverse .pros-cons__body {
    background-color: #232429
}

.pros-cons__item--reverse ul li {
    color: #fff
}

.pros-cons__item--reverse ul li:nth-child(2n) {
    background-color: #1d1e22
}

.pros-cons__item--reverse ul li::before {
    content: "⨯";
    background-color: #fff;
    color: #101115;
    font-size: 16px;
    line-height: .9
}

.main-review {
    padding-top: 56px;
    margin-bottom: 200px
}

@media(max-width:1024px) {
    .main-review {
        margin-bottom: 100px
    }
}

.main-review__bar {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    margin-right: 5px;
    border-radius: 6px;
    color: #28ecb1;
    background-color: rgba(40, 236, 177, .3490196078);
    text-transform: uppercase
}

.main-review__bar--accent {
    color: var(--color-accent);
    background-color: rgba(0, 178, 255, .2901960784)
}

.main-review__bars {
    margin-bottom: 30px;
    margin-top: 50px
}

.main-review__title {
    margin-bottom: 40px
}

.main-review__title--accent {
    color: var(--color-accent)
}

.main-review__stars {
    margin-right: 10px
}

.main-review__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.main-review__counter {
    font-size: 24px;
    font-weight: 700;
    margin-right: 10px
}

.main-review__bottom {
    margin-bottom: 40px
}

.main-review__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.main-review__reviews {
    opacity: .5
}

.main-review__data {
    opacity: .5
}

.main-review__time {
    font-weight: 600;
    opacity: 1
}

.main-review .ui-breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px
}

.banner {
    margin-bottom: 80px;
    color: var(--color-main)
}

@media(max-width:1024px) {
    .main-review__counter {
        font-size: 20px
    }

    .main-review__bottom {
        font-size: 12px
    }

    .main-review__btns .ui-btn {
        max-width: 49%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%
    }

    .main-review__reviews {
        font-size: 14px
    }

    .main-review__img {
        text-align: center
    }

    .main-review .order_1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .main-review .order_2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .banner {
        margin-bottom: 40px
    }
}

.banner-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 80px 20px;
    background-image: var(--banner-big-bg);
    background-repeat: no-repeat;
    background-size: cover
}

.banner-big__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 68px;
    max-width: 560px
}

@media(max-width:1024px) {
    .banner-big {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .banner-big__title {
        width: 100%;
        max-width: 100%;
        font-size: 28px
    }
}

.banner-big__wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media(max-width:1024px)and (max-width:1024px) {
    .banner-big__wrap:last-child {
        display: none
    }
}

.banner-big__subtitle {
    margin-bottom: 20px;
    opacity: .5
}

.banner-big__bonus {
    font-size: 130px;
    font-weight: 700
}

@media(max-width:1024px) {
    .banner-big__wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .banner-big__bonus {
        font-size: 63px
    }
}

.banner-big__txt {
    display: block;
    font-weight: 400;
    font-size: 40px
}

.banner__row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
    gap: 5px
}

.banner__item {
    position: relative;
    padding: 20px;
    background-image: var(--banner-small-bg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    border-radius: 16px
}

@media(max-width:1024px) {
    .banner-big__txt {
        font-size: 24px
    }

    .banner__row {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr))
    }

    .banner__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px
    }
}

.banner__item:nth-child(2) .banner__title,
.banner__item:nth-child(3) .banner__title {
    line-height: 1
}

.banner__img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.banner__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

@media(max-width:1024px) {
    .banner__title {
        font-size: 28px
    }
}

.banner__title--span {
    font-size: 68px
}

.banner__subtitle {
    margin-bottom: 20px;
    font-size: 12px;
    opacity: .5
}

@media(max-width:1024px) {
    .banner__subtitle {
        margin-bottom: 10px
    }
}

.banner__wrap {
    max-width: 220px
}

.banner .ui-btn {
    padding: 10px 0 10px 20px
}

.banner .ui-btn__subtitle {
    font-size: 10px
}

.banner .ui-btn svg {
    max-width: 24px
}

.main-screen {
    padding-top: 20px;
    margin-bottom: 50px
}

@media(max-width:1024px) {
    .main-screen {
        margin-bottom: 50px;
        padding-top: 75px
    }

    .main-screen__description {
        font-size: 14px
    }
}

.main-screen__description {
    margin-bottom: 20px
}

.main-screen__container {
    padding: 20px;
    border-radius: 16px;
    background-color: var(--color-primary)
}

@media(max-width:1024px) {
    .main-screen__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: initial
    }
}

.main-screen__bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 110px;
    font-weight: 700;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    color: var(--color-accent)
}

@media(max-width:1024px) {
    .main-screen__bonus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 100px;
        margin-bottom: 0
    }
}

.main-screen__txt {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 400;
    color: var(--color-main)
}

.main-screen__time {
    font-weight: 700
}

.main-screen__accent {
    color: var(--color-accent)
}

.main-screen__date {
    margin-left: 20px
}

@media(max-width:1024px) {
    .main-screen__txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 2px;
        -moz-column-gap: 2px;
        column-gap: 2px;
        font-size: 20px
    }

    .main-screen__wrap {
        margin-bottom: 20px
    }

    .main-screen__wrap:first-child {
        margin-bottom: 0
    }

    .main-screen__date {
        text-align: center;
        margin-left: 0;
        margin-top: 10px
    }
}

.main-screen__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-screen__bottom .ui-btn svg {
    max-width: 30px
}

@media(max-width:1024px) {
    .main-screen__bottom {
        display: block
    }

    .main-screen__img {
        margin-bottom: 20px;
        text-align: center
    }
}

.main-screen__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    margin-bottom: 50px
}

.main-screen__grid .grid-col-1 {
    grid-column: 1
}

.main-screen__grid .grid-col-2 {
    grid-column: 2;
    grid-row: 1/4
}

.main-promo .main-screen__bonus {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 170px;
    margin-bottom: 30px
}

@media(max-width:1024px) {
    .main-screen__grid {
        display: block
    }

    .main-promo .main-screen__bonus {
        font-size: 110px
    }
}

.main-promo .main-screen__txt {
    margin-bottom: 0;
    font-size: 44px
}

.main-promo .main-screen__container {
    background-color: rgba(0, 0, 0, 0)
}

.main-promo .main-screen__description {
    margin-bottom: 40px
}

.main-promo .main-screen__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.main-promo .main-screen__bottom {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.reviews {
    padding: 20px;
    background-color: var(--color-primary);
    border-radius: 16px;
    margin-bottom: 80px
}

@media(max-width:1024px) {
    .main-promo .main-screen__txt {
        font-size: 37px
    }

    .main-promo .main-screen__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px
    }

    .main-promo .main-screen__bottom .ui-btn__title {
        font-size: 16px
    }

    .main-promo .main-screen__bottom .ui-btn__subtitle {
        font-size: 12px
    }

    .reviews {
        margin-bottom: 40px
    }
}

.reviews__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700
}

.reviews__title--accent {
    color: var(--color-accent)
}

.reviews__body .col-md-6 {
    margin-bottom: 20px
}

.reviews__item {
    height: 100%;
    padding: 20px;
    background-color: var(--color-secondary);
    border-radius: 16px
}

.reviews__item--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.reviews__item--rating {
    font-size: 14px;
    opacity: .5;
    margin-bottom: 14px
}

.reviews__bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.reviews__bottom::before {
    position: absolute;
    content: "“";
    left: 0;
    top: -5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: 36px
}

.reviews__image img {
    width: 80px;
    margin-right: 20px;
    border-radius: 16px
}

@media(max-width:1024px) {
    .reviews__item {
        padding: 10px;
        margin-bottom: 20px;
        height: auto
    }

    .reviews__image img {
        width: 52px
    }
}

.reviews__status {
    display: inline-block;
    margin-top: 10px;
    padding: 4px;
    border-radius: 8px;
    background-color: rgba(40, 154, 236, .3490196078);
    color: #289aec;
    font-weight: 700
}

.reviews__status--correspondent {
    background-color: rgba(147, 70, 248, .253);
    color: #9446f8
}

.reviews__bar {
    padding: 0 5px;
    height: 27px;
    line-height: 27px;
    background-color: rgba(12, 226, 124, .4705882353);
    color: #0ce27c;
    font-weight: 700;
    border-radius: 8px
}

.reviews__bar img {
    display: inline-block;
    vertical-align: sub
}

.reviews__span {
    display: inline-block;
    padding: 0 5px;
    margin-right: 6px;
    height: 27px;
    line-height: 27px;
    font-weight: 700;
    background-color: var(--color-accent);
    border-radius: 8px
}

.reviews__name {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px
}

@media(max-width:1024px) {
    .reviews__name {
        font-size: 16px;
        margin-bottom: 5px
    }

    .reviews__description {
        font-size: 14px
    }
}

.reviews__description {
    margin-bottom: 20px
}

.reviews__data {
    font-size: 12px;
    font-weight: 700;
    opacity: .5
}

@media(max-width:1024px) {
    .reviews__subtitle {
        font-size: 14px
    }

    .feedback .reviews__item--top {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

.reviews__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px
}

.reviews__rating--span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 20px;
    margin-left: 10px
}

.feedback .reviews__data {
    display: block;
    margin-bottom: 5px
}

.feedback .reviews__subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.feedback .reviews__plate {
    display: inline-block;
    padding: 3px 5px;
    font-weight: 700;
    background-color: rgba(12, 226, 123, .2196078431);
    color: #0ce27c;
    border-radius: 8px
}

.games {
    margin-bottom: 80px
}

.games svg {
    max-width: 20px
}

.games__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    overflow: hidden;
    overflow-x: auto
}

@media(max-width:1024px) {
    .games {
        margin-bottom: 40px
    }

    .games__body {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-y: auto
    }
}

.games__body::-webkit-scrollbar {
    width: 24px;
    height: 8px;
    background-color: #143861
}

.games__body::-webkit-scrollbar-thumb {
    background-color: #843465;
    border-radius: 9em;
    -webkit-box-shadow: inset 1px 1px 10px #f3faf7;
    box-shadow: inset 1px 1px 10px #f3faf7
}

.games__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    gap: 30px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

@media(max-width:1024px) {
    .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 278px;
        flex: 0 0 278px;
        max-width: 278px
    }
}

.games__item:hover .games__item--container {
    opacity: 1
}

.games__item:hover .games__item--img img {
    opacity: .5
}

.games__item--container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    opacity: 0
}

.games__item .ui-btn__title {
    font-size: 14px
}

.games__item .ui-btn__subtitle {
    font-size: 10px
}

.games__item .ui-btn__circle {
    width: 42px;
    height: 42px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px
}

.games__item .ui-btn {
    width: 160px;
    max-height: 42px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.games__item .ui-btn__circle--inner {
    height: 36px;
    width: 36px;
    right: 3px
}

.games__more {
    position: relative;
    opacity: .5;
    white-space: nowrap;
    padding-right: 16px
}

.games__more::after {
    position: absolute;
    right: 0;
    display: inline-block;
    content: "";
    width: 10px;
    height: 18px;
    vertical-align: bottom;
    background-image: url(../images/svg/arrow.svg)
}

.games__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.games__top a {
    color: var(--colot-white)
}

.games__top a:hover {
    text-decoration: underline
}

.games__title {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 700
}

.games__title--subtitle {
    display: block;
    font-size: 14px;
    opacity: .5
}

.games__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.games__img {
    display: inline-block;
    margin-right: 8px
}

.games__img img {
    width: 32px
}

.games__txt {
    font-size: 14px;
    margin-bottom: 20px
}

.games__demo {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    max-width: 160px;
    background-color: #303135;
    border-radius: 32px;
    color: var(--color-white);
    -webkit-transition: .3s;
    transition: .3s
}

.games__demo:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.sport {
    margin-bottom: 80px;
    padding: 20px;
    background-color: var(--color-primary);
    border-radius: 16px
}

.sport__body {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
    gap: 19px
}

.sport__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 25px;
    border-radius: 12px;
    background-color: var(--color-secondary);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.sport__item img {
    width: 90%;
    max-height: 85px
}

.sport__item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media(max-width:1024px) {
    .sport {
        margin-bottom: 40px
    }

    .sport__body {
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
        gap: 5px
    }

    .sport__item {
        padding: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.sport__status {
    position: absolute;
    height: 20px;
    line-height: 20px;
    font-weight: 700;
    font-size: 12px;
    padding: 0 5px;
    left: 0;
    top: 0;
    color: var(--color-main);
    background-color: #7300ce;
    border-radius: 4px
}

.sport__status--new {
    background-color: #c71f1f
}

.sport__status--popular {
    background-color: #d6771f
}

.sport__status--recommended {
    background-color: #009758
}

@media(max-width:1024px) {
    .sport__status {
        font-size: 8px
    }
}

.sport__subtitle {
    display: inline-block;
    font-size: 14px;
    color: var(--color-main)
}

.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    background-color: var(--color-primary);
    border-radius: 16px;
    margin-bottom: 80px
}

@media(max-width:1024px) {
    .sport__subtitle {
        font-size: 10px
    }

    .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .content__list li {
        margin-bottom: 10px
    }
}

.content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 5px
}

.content__list li a {
    color: var(--color-main);
    padding-right: 10px
}

.content__list li a:hover {
    text-decoration: underline
}

.content__list li::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 13px;
    background-image: url(../images/Vector.png)
}

.content__title {
    font-weight: 700;
    font-size: 24px;
    margin-right: 80px
}

@media(max-width:1024px) {
    .content__title {
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
        font-size: 20px
    }
}

.tabs {
    background-color: var(--color-primary);
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 80px
}

.tabs li,
.tabs ol,
.tabs ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.tabs__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media(max-width:1024px) {
    .tabs {
        margin-bottom: 40px
    }

    .tabs__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.tabs__description {
    margin-bottom: 16px
}

.tabs__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700
}

.tabs__wrap {
    gap: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px
}

@media(max-width:1024px) {
    .tabs__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin-bottom: 20px
    }

    .tabs__content {
        font-size: 14px
    }
}

.tabs__content {
    display: none
}

.tabs__content img {
    border-radius: 16px
}

.tabs .tabs__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
    margin-bottom: 5px !important;
    background-color: var(--color-secondary);
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.tabs .tabs__tab:last-child {
    margin-bottom: 0
}

.tabs .tabs__tab:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.tabs .tabs__tab img {
    margin-right: 10px;
    max-width: 24px
}

.tabs .tabs__tab--active {
    font-weight: 700;
    background-color: var(--color-accent) !important
}

.tabs__content--active {
    display: block
}

.tabs__container {
    width: 100%;
    padding: 20px;
    background-color: var(--color-secondary);
    border-radius: 6px
}

.tabs__container ul li {
    display: block;
    position: relative;
    padding: 10px 20px 10px 50px;
    margin-bottom: 5px;
    background-color: var(--color-primary);
    border-radius: 8px
}

.tabs__container ul li::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--color-accent);
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media(max-width:1024px) {
    .tabs .tabs__tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        font-size: 13px
    }

    .tabs__container {
        padding: 10px
    }
}

.tabs p {
    margin-top: 0
}

.tabs ol {
    counter-reset: myCounter;
    margin-bottom: 10px
}

.tabs ol li {
    margin-bottom: 20px
}

.tabs ol li::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    background: var(--color-accent);
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    border-radius: 6px
}

.rating {
    margin-bottom: 80px;
    padding: 20px;
    background-color: var(--color-primary);
    border-radius: 16px;
    color: var(--color-main)
}

@media(max-width:1024px) {
    .rating {
        margin-bottom: 40px
    }
}

.rating__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700
}

.rating__title--accent {
    color: var(--color-accent)
}

.rating__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 16px;
    overflow: hidden
}

.rating__img {
    margin-right: 10px
}

.rating__stars {
    margin-left: 20px
}

.rating__stars--number {
    font-weight: 700
}

.rating__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating__wrapper img {
    margin-right: 5px;
    max-width: 24px
}

.rating__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    font-weight: 700
}

@media(min-width:1024px) {

    .rating__item:nth-child(6n+1),
    .rating__item:nth-child(6n+2),
    .rating__item:nth-child(6n+3) {
        background-color: var(--color-secondary)
    }
}

@media(max-width:1024px) {
    .rating__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 14px;
        padding: 14px 10px
    }

    .rating__item:nth-child(odd) {
        background-color: var(--color-secondary)
    }

    .rating__wrap:last-child {
        display: none
    }
}

.rating__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 190px
}

.rating__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.rating__wrap:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

@media(max-width:1024px) {
    .rating__wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.rating__txt {
    font-size: 14px
}

.rating__number {
    font-size: 24px;
    font-weight: 700
}

.rating__number img {
    display: inline-block;
    vertical-align: text-top
}

.rating__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.rating .ui-btn__title {
    margin-right: 15px
}

.main-tabs {
    margin-bottom: 80px
}

.main-tabs li,
.main-tabs ol,
.main-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.main-tabs details {
    width: 100%
}

.main-tabs details .faq__arrow {
    top: 0
}

.main-tabs details summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.main-tabs details summary::-webkit-details-marker {
    display: none
}

.main-tabs details[open] .faq__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-tabs details[open] summary {
    margin-bottom: 5px
}

.main-tabs__wrapper {
    padding: 20px;
    background-color: var(--color-primary);
    border-radius: 20px
}

.main-tabs__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:1024px) {
    .main-tabs {
        margin-bottom: 40px
    }

    .main-tabs__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.main-tabs__title {
    margin-right: 80px;
    font-size: 24px;
    font-weight: 700
}

.main-tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -6px
}

.main-tabs ul li {
    margin-right: 40px
}

.main-tabs ul li a {
    color: var(--color-main)
}

.main-tabs ul li a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-accent);
    border-right: 2px solid var(--color-accent);
    margin: 16px 0 0 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 1s;
    transition: 1s
}

.slider {
    margin: 20px 0;
    position: relative;
    height: 295px;
    overflow: hidden
}

@media(max-width:1024px) {
    .slider {
        overflow-x: auto
    }

    .slider__item:last-child {
        margin-right: 0
    }
}

.slider__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    -webkit-transition: left .3s;
    transition: left .3s;
    padding: 10px 6px
}

.slider::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    z-index: 1
}

.slider__item {
    max-width: 227px;
    width: 227px;
    padding: 17px 19px;
    margin-right: 60px;
    background: var(--bg-body);
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    border: 1px solid var(--color--accent);
    border-radius: 10px;
    overflow: hidden
}

.slider__item span {
    line-height: 142.69%
}

.slider__item-img {
    margin: -20px -20px 0
}

.slider__item-img img {
    width: 100%;
    height: auto
}

.slider__item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 142.69%;
    border-bottom: 1px solid #e3e2e2;
    padding-bottom: 6px;
    margin-bottom: 12px;
    margin-top: 0
}

.slider__arrow .count {
    width: 39px;
    height: 30px;
    position: absolute;
    bottom: -3px;
    left: 46px;
    font-size: 17px;
    font-weight: 600;
    color: gray;
    display: none
}

@media(max-width:1024px) {
    .slider__arrow {
        display: none
    }
}

.slider-arrow {
    box-shadow: 0 0 25px rgba(0, 0, 0, .0705882353);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .0705882353);
    border-radius: 6px;
    width: 39px;
    height: 30px;
    bottom: 0;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    border: unset;
    background-color: var(--color-accent);
    position: absolute
}

.next {
    left: 60px
}

@media(max-width:500px) {
    .slider__arrow .count {
        display: block
    }

    .next {
        left: 90px
    }
}

.slider-arrow.next::after {
    position: absolute;
    display: inline-block;
    content: "🠐";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider-arrow.prev::before {
    position: absolute;
    display: inline-block;
    content: "🠒";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mini-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    gap: 20px;
    border-radius: var(--border-radius);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-size: 58%;
    background-image: url(../images/svg/background_cricles.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 12%;
    margin-bottom: 20px
}

.mini-banner__title_thin {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px
}

.mini-banner__title_big {
    font-size: 70px;
    font-weight: 700;
    line-height: 90px
}

@media(max-width:1144px) {
    .mini-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        background-image: url(../images/svg/background_cricles-mobile.svg);
        background-position-y: 50%;
        background-size: 100%
    }

    .mini-banner__title_big {
        font-size: 100px
    }
}

.mini-banner__sub_title {
    font-size: 24px;
    font-weight: 400;
    line-height: 39px
}

.comment-form {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px
}

.comment-form input,
.comment-form textarea {
    background-color: var(--color-primary);
    border: none;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    color: var(--color-main)
}

.comment-form textarea {
    grid-column: 2;
    grid-row: 1/3
}

.comment-form input {
    grid-column: 1
}

.comment-form #submit {
    width: 180px;
    height: 42px;
    padding: 0 20px;
    border-radius: 32px;
    background: var(--btn-header-bg);
    color: var(--btn-header-color);
    font-weight: 700
}

.sld-carrousel-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none
}

.sld-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0
}

.sld-card img {
    border-radius: 10px
}

.sld-card a {
    display: block
}

.sld-card:hover {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0
}

.sld-card:last-child {
    margin-right: 15px
}

.sld-card:last-child:after {
    content: " ";
    display: inline-block
}

.sld-title {
    margin-bottom: 10px;
    margin-top: 8px;
    overflow: hidden;
    font-weight: 700
}

.sld-start-from {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sld-carrousel,
.sld-carrousel-flexbox {
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.sld-carrousel-flexbox::-webkit-scrollbar,
.sld-carrousel::-webkit-scrollbar {
    display: none
}

.deals-paddle {
    z-index: 2;
    height: 40px;
    width: 60px;
    color: #fff;
    border: 0 solid;
    margin: auto;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: var(--border-radius)
}

.deals-scroll-left,
.deals-scroll-right {
    background-color: unset
}

.deals-scroll-left {
    top: 0;
    left: 5px;
    bottom: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.deals-scroll-right {
    top: 0;
    bottom: 0;
    right: 5px;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0)
}

.icon-right-circle-bf:before,
.icon-right-circle:after {
    content: "";
    display: inline-block;
    text-decoration: inherit;
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #fff;
    border-radius: 25px;
    background-size: inherit;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="22" viewBox="0 0 32 22" fill="none"><path d="M16 0.818726L0 16.8187L4.3625 21.1812L16 9.54373L27.6375 21.1812L32 16.8187L16 0.818726Z" fill="%23289AEC"></path></svg>')
}

#modal-screen {
    -webkit-tap-highlight-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

#modal-screen.modal {
    display: none;
    position: fixed;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

#modal-screen.modal #overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10
}

#modal-screen.modal .modal-content {
    max-height: 700px
}

@media only screen and (max-width:700px) {
    #modal-screen.modal .modal-content {
        max-height: 500px
    }
}

#modal-screen.modal #caption {
    text-align: center;
    color: #ccc;
    padding: 10px 0
}

#modal-screen.modal #caption,
#modal-screen.modal .modal-content {
    -webkit-animation-name: zoom;
    animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    z-index: 11;
    position: relative
}

#modal-screen.modal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 11
}

#modal-screen.modal .close:focus,
#modal-screen.modal .close:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

#modal-screen.modal .modal_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 11;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#modal-screen.modal .modal_content .next,
#modal-screen.modal .modal_content .prev {
    -webkit-tap-highlight-color: transparent;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17a1 1 0 0 1-.707-.293l-4-4a1 1 0 0 1 0-1.414l4-4a1 1 0 1 1 1.414 1.414L11.414 12l3.293 3.293A1 1 0 0 1 14 17z" style="fill:%23FFFFFF"/></svg>')
}

#modal-screen.modal .modal_content .next {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.lang-toggle {
    margin: 0;
    position: relative;
    z-index: 100;
    width: 70px
}

.lang-toggle .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.lang-toggle a {
    display: block
}

.lang-toggle img {
    width: 20px;
    height: 20px;
    border-radius: 20px
}

.lang-toggle .country-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    text-transform: uppercase
}

.lang-toggle__more::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 4px;
    width: 5px;
    height: 5px;
    border-top: 4px solid var(--color-main);
    border-right: 4px solid var(--color-main);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 3px
}

.lang-toggle .non-active {
    position: absolute;
    top: 30px;
    right: 0;
    width: 94px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 2px;
    background-color: var(--header-footer-bg);
    border-radius: 5px;
    padding-top: 5px
}

@media screen and (max-width:768px) {
    .lang-toggle .non-active {
        left: -5px;
        right: unset
    }
}

.lang-toggle .non-active li {
    margin: 0 auto
}

.lang-toggle.hide .non-active {
    display: none
}

@media screen and (min-width:768px) {
    .lang-toggle {
        position: relative;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        min-width: 35px;
        margin-left: 10px
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: var(--color-main);
    background-color: var(--body-bg-color)
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding-left: 32px;
    padding-right: 32px
}

main {
    background-size: 100%;
    background-image: url(../images/svg/background_cricles.svg);
    background-repeat: no-repeat
}

@media(max-width:1024px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }

    main {
        padding-top: 130px
    }
}

@media(max-width:576px) {
    main {
        background-image: unset
    }
}