
/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    box-sizing: inherit
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media(min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px
    }
}

@media(min-width:1490px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1490px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

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

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

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

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

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

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

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

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width:1490px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

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

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

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

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

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

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

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

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

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

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

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

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

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

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

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

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

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

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

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

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

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

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

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

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

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

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

@media(min-width:1490px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

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

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

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

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

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

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

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

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

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

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

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

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

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

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

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

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

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

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

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

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

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

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

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

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

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

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

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

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

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

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

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

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

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

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

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

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

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

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

    .justify-content-md-around {
        justify-content: space-around !important
    }

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

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

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

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

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

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

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

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

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

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

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

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

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

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

    .justify-content-lg-around {
        justify-content: space-around !important
    }

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

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

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

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

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

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

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

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

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

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

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

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

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

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

    .justify-content-xl-around {
        justify-content: space-around !important
    }

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

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

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

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

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

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

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

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

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

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

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

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

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

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1490px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

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

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

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

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

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

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

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

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

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

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

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

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

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

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media(min-width:1490px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(/fonts/Roboto-Thin.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 100;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(/fonts/Roboto-Thinitalic.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(/fonts/Robotolight.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(/fonts/Roboto-Lightitalic.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(/fonts/Roboto-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(/fonts/Roboto-Italic.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(/fonts/Roboto-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(/fonts/Roboto-Mediumitalic.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(/fonts/Roboto-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(/fonts/Roboto-Bolditalic.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(/fonts/Roboto-Black.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 900;
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(/fonts/Roboto-Blackitalic.ttf) format("truetype")
}

body {
    background: linear-gradient(0deg, #1c1f2d, #1c1f2d), #f2f4f9;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative
}

body.no-scroll {
    height: 100%;
    overflow: hidden
}

.registration-container {
    background-color: transparent;
    border-radius: 11px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
    margin: auto;
    max-width: 570px
}

@media screen and (max-width:767.98px) {
    .registration-container {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media screen and (min-width:576px)and (max-width:767.98px) {
    .registration-container .-group .select__active {
        width: 380px
    }
}

a {
    border-bottom: 1px dashed transparent;
    color: #35b972;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 22px;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content
}

a,
a.-angle:after {
    display: inline-block
}

a.-angle:after {
    background: url(../img/icons/arrow-green-right.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    height: 9px;
    margin-left: 5px;
    width: 6px
}

.padding {
    padding: 90px 160px
}

.bg-gray {
    background-color: #f6f4f9
}

.bg-dark {
    background-color: #363945
}

.bg-dark .button {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1) !important
}

.border-radius {
    border-radius: 5px
}

.border-radius-big {
    border-radius: 11px
}

hr {
    border: 0;
    border-bottom: 1px solid #474f63
}

@media screen and (min-width:576.98px) {
    .container {
        padding-bottom: 60px;
        padding-top: 50px
    }
}

@media screen and (min-width:768px) {
    .container {
        padding-bottom: 30px;
        padding-top: 30px
    }
}

@media screen and (min-width:992px) {
    .container {
        padding: 30px 40px
    }
}

@media screen and (min-width:1200px) {
    .container {
        padding: 60px 80px 45px
    }
}

@media screen and (min-width:1490px) {
    .container {
        padding: 120px 160px 90px
    }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 0;
    padding-right: 0
}

.footer {
    margin: 0 auto;
    max-width: 1392px;
    width: 100%
}

@media(max-width:1392px) {
    .footer {
        max-width: 1232px;
        padding: 0 24px
    }
}

@media(max-width:700px) {
    .footer {
        padding: 0 12px
    }
}

.footer__logo {
    margin-right: 50px
}

@media(max-width:600px) {
    .footer__logo {
        margin: 0 0 24px
    }

    .footer__logo img {
        width: 83px
    }
}

.footer__block {
    background: #151825;
    border-radius: 16px;
    color: #fff;
    display: flex;
    padding: 48px 76px 48px 48px
}

@media(max-width:1392px) {
    .footer__block {
        padding: 48px
    }
}

@media(max-width:600px) {
    .footer__block {
        display: block;
        padding: 24px
    }
}

.footer__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 220px));
    grid-column-gap: 24px;
    margin: 0 auto
}

@media(max-width:1045px) {
    .footer__links {
        grid-template-columns: repeat(2, minmax(200px, 220px));
        grid-row-gap: 36px
    }
}

@media(max-width:825px) {
    .footer__links {
        grid-template-columns: repeat(1, minmax(200px, 220px));
        grid-row-gap: 36px
    }
}

@media(max-width:600px) {
    .footer__links {
        margin-bottom: 30px
    }
}

.footer__links-section {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    gap: 6px;
    line-height: 20px;
    margin: 0
}

.footer__links-section svg {
    fill: #fff
}

.footer__links-section:hover {
    color: #2b99ff
}

.footer__links-section:hover svg {
    fill: #2b99ff
}

.footer__links-section.arabic svg {
    transform: rotate(180deg)
}

.footer__links-section__title {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    gap: 6px;
    line-height: 20px;
    margin: 0
}

.footer__links li,
.footer__links nav,
.footer__links ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__links li .footer__links-item,
.footer__links nav .footer__links-item,
.footer__links ul .footer__links-item {
    align-items: center;
    border: 0;
    color: #8d94ab;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    gap: 2px;
    letter-spacing: normal;
    line-height: 20px;
    margin: 18px 0 0
}

.footer__links li .footer__links-item svg,
.footer__links nav .footer__links-item svg,
.footer__links ul .footer__links-item svg {
    stroke: #8d94ab
}

.footer__links li .footer__links-item:hover,
.footer__links nav .footer__links-item:hover,
.footer__links ul .footer__links-item:hover {
    color: #fff
}

.footer__links li .footer__links-item:hover svg,
.footer__links nav .footer__links-item:hover svg,
.footer__links ul .footer__links-item:hover svg {
    stroke: #fff
}

.footer__social-title {
    color: #8d94ab
}

.footer__social-item,
.footer__social-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.footer__social-item {
    align-items: center;
    background: rgba(2, 111, 211, .1);
    border-radius: 8px;
    color: #026fd3;
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    max-width: 177px;
    padding: 12px 24px;
    width: 100%
}

@media(max-width:1110px) {
    .footer__social-item {
        max-width: none;
        width: auto
    }
}

@media(max-width:600px) {
    .footer__social-item {
        width: 176px
    }
}

.footer__social-item i {
    flex: none;
    margin-right: 24px
}

.footer__social-item div {
    text-align: center;
    width: 100%
}

.footer__social-item:hover {
    background: rgba(2, 111, 211, .2)
}

.footer__playmarket {
    display: block;
    height: 40px;
    margin: 8px 0 6px
}

.footer__pwamarket {
    display: block;
    margin-bottom: 24px
}

.footer__container {
    display: grid;
    gap: 24px;
    grid-template-columns: 300px 1fr;
    padding: 48px
}

@media(max-width:600px) {
    .footer__container {
        gap: 28px;
        grid-template-columns: 1fr;
        padding: 24px
    }
}

.footer__container-section {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin: 0
}

.footer__container-section:hover {
    color: #2b99ff
}

.footer__container li,
.footer__container nav,
.footer__container ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__container li .footer__links-item,
.footer__container nav .footer__links-item,
.footer__container ul .footer__links-item {
    border: 0;
    color: #9a9da6;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 14px;
    margin: 18px 0 0
}

.footer__container li .footer__links-item:hover,
.footer__container nav .footer__links-item:hover,
.footer__container ul .footer__links-item:hover {
    color: #fff
}

.footer__text p {
    color: #9a9da6;
    font-weight: 400
}

.footer__section-title,
.footer__text p {
    font-size: 12px;
    font-style: normal;
    line-height: 16px
}

.footer__section-title {
    align-items: center;
    color: #fff;
    display: flex;
    font-weight: 700;
    margin: 0
}

.header {
    background-color: transparent;
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 1
}

@media(max-width:680px) {
    .header {
        padding: 6px 0;
        position: relative
    }
}

.header a {
    border: none
}

.header__wrapper {
    height: auto;
    position: static;
    width: auto;
    z-index: 10
}

.header__wrapper-sticky {
    height: 480px;
    inset: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 10
}

@media(max-width:1024px) {
    .header__wrapper-sticky {
        height: 420px
    }
}

@media(max-width:680px) {
    .header__wrapper-sticky {
        height: auto;
        position: static;
        width: auto
    }
}

.header__wrapper-sticky>* {
    pointer-events: auto
}

.header__buttons {
    align-items: center;
    display: flex;
    position: relative
}

@media(max-width:1024px) {
    .header__buttons {
        margin-left: auto;
        margin-right: 24px
    }
}

.header__button {
    background: #0faf59;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgba(53, 184, 114, .25);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 20px;
    white-space: nowrap
}

@media(max-width:680px) {
    .header__button {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 12px
    }
}

.header__button:hover {
    background: #05c55e
}

.header__button-log-in {
    background: #2b3040;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-inline-end: 12px;
    padding: 12px 20px;
    text-align: center;
    white-space: nowrap
}

@media(max-width:680px) {
    .header__button-log-in {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 12px
    }
}

.header__button-log-in:hover {
    background: #353a4d;
    color: #fff
}

.header__language {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 24px;
    padding: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

.header__language.arabic {
    margin: 0 24px 0 0
}

@media(max-width:1024px) {
    .header__language {
        display: none
    }
}

.header__language svg {
    fill: #fff
}

.header__language.is-active {
    background: rgba(2, 111, 211, .1);
    border-radius: 4px;
    color: #2b99ff
}

.header__language.is-active svg {
    fill: #2b99ff
}

.header__language-text {
    margin: 0 8px;
    text-transform: uppercase
}

.header__menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1392px;
    position: relative;
    width: 100%
}

@media(max-width:1392px) {
    .header__menu {
        padding: 0 24px
    }
}

@media(max-width:1024px) {
    .header__menu {
        display: grid;
        grid-template-columns: 1fr 1fr 38px;
        grid-template-rows: auto 1fr;
        height: 100%
    }
}

@media(max-width:680px) {
    .header__menu {
        padding: 0 12px
    }
}

.header__logo {
    vertical-align: middle
}

.header__logo:hover {
    border: none
}

.header__links {
    left: 50%;
    position: absolute;
    transform: translate(-50%)
}

@media(max-width:1024px) {
    .header__links {
        display: none
    }
}

.header__list {
    cursor: pointer;
    display: flex;
    gap: 48px;
    list-style-type: none;
    padding: 0
}

.header__list--item {
    font-size: 16px;
    line-height: 20px;
    position: relative
}

.header__list--item.active:after {
    border-bottom: 4px solid #2b99ff;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(2, 111, 211, .45);
    content: "";
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    top: 25px;
    transform: translate(-50%);
    width: calc(100% + 10px)
}

.header__list--item a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.header__list--item a:hover {
    border: none;
    color: #2b99ff;
    font-weight: 700
}

.header__list--item .active {
    color: #35b972
}

.header__list--item:hover>a {
    color: #4a8ded;
    font-weight: 700
}

.header__mobile-button {
    align-items: center;
    background: transparent;
    border: 0;
    display: none;
    height: 38px;
    justify-content: center;
    padding: 0;
    width: 38px;
    z-index: 1
}

@media(max-width:1024px) {
    .header__mobile-button {
        display: flex
    }
}

.header__mobile-container {
    display: none;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: relative
}

.header__mobile-container__nav {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 24px;
    padding: 12px;
    text-align: center
}

.header__mobile-container__nav a {
    color: #fff !important;
    width: 100%
}

.header__mobile-container__nav a:hover {
    font-size: 16px;
    line-height: 20px
}

.header__mobile-container__footer {
    bottom: 24px;
    color: hsla(0, 0%, 100%, .25);
    display: flex;
    font-size: 12px;
    justify-content: right;
    line-height: 16px;
    right: 24px;
    text-align: center;
    width: calc(100% - 48px)
}

.header__mobile-container__footer-wrapper {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-top: auto
}

.header__mobile-container__footer-buttons {
    display: flex;
    z-index: 1
}

.header__mobile-container__footer-log-in {
    background: #2b3040;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-right: 12px;
    padding: 10px 12px;
    text-align: center;
    white-space: nowrap
}

.header__mobile-container__footer-log-in:hover {
    background: #353a4d;
    color: #fff
}

.header__mobile-container__footer-sign-up {
    background: #0faf59;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgba(53, 184, 114, .25);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 10px 12px;
    white-space: nowrap
}

.header__mobile-container__footer-sign-up:hover {
    background: #05c55e
}

.header__mobile-container__footer-language {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    gap: 8px;
    line-height: 20px;
    padding: 9px;
    text-transform: uppercase;
    width: 100%
}

.header__mobile-container__footer-language.is-active {
    background: rgba(2, 111, 211, .1);
    border-radius: 4px;
    color: #2b99ff
}

.header__mobile-container__footer-language.is-active svg {
    fill: #2b99ff
}

.header__mobile-container__footer-language__flag {
    align-items: center;
    display: flex;
    justify-content: center
}

.header__mobile-container__footer-language__flag svg {
    fill: #fff;
    height: 24px !important;
    width: 24px !important
}

.header__mobile-container__footer-language svg {
    margin-left: auto
}

.header__mobile-block {
    flex: 1 1 0;
    margin-top: 27px;
    min-height: 0;
    overflow-y: auto
}

.header.is-mobile {
    background-color: #1c1f2d;
    height: 100vh;
    height: 100dvh;
    padding-bottom: 14px
}

.header.is-mobile .header__mobile-container {
    display: flex;
    grid-column: span 3
}

.media {
    display: inline-flex;
    margin-left: -30px;
    margin-right: -30px
}

@media screen and (max-width:575.98px) {
    .media {
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px
    }
}

.media__item {
    display: flex;
    justify-content: space-between;
    margin-left: 30px;
    margin-right: 30px
}

@media screen and (max-width:575.98px) {
    .media__item {
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px
    }
}

.media__icon {
    margin-right: 15px;
    min-width: 24px
}

.media__icon.right {
    margin-left: 15px;
    margin-right: 0
}

.media__text {
    color: #5f636f;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 18px
}

.img-error {
    padding-top: 80px;
    text-align: center
}

.img-error img {
    max-width: 100%;
    width: 490px
}

.error-title {
    margin-top: 0
}

@media screen and (max-width:575.98px) {
    .error-title {
        margin-top: 20px
    }
}

.scrolling-wrapper {
    overflow: hidden
}

.scrolling-wrapper__inner {
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    margin-bottom: -20px;
    padding: 0 0 20px
}

.scrolling-wrapper__inner>div {
    min-width: 1010px
}

.icon {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 10px;
    position: relative;
    vertical-align: middle;
    width: 10px
}

.icon-row {
    display: flex;
    justify-content: space-between
}

.icon__arrow-right-white {
    background-image: url(../img/icons/arrow-right-white.svg);
    height: 8px;
    width: 14px
}

.icon__arrow-contact {
    background-image: url(../img/icons/arrow-contact.svg);
    height: 18px;
    width: 18px
}

.icon__online-learning {
    background-image: url(../img/icons/online-learning.svg);
    height: 25px;
    width: 24px
}

.icon__mind {
    background-image: url(../img/icons/mind.svg);
    height: 25px;
    width: 24px
}

.icon__bubble-speak {
    background-image: url(../img/icons/bubble-speak.svg);
    height: 25px;
    width: 24px
}

.icon__visa {
    background-image: url(../img/icons/visa.svg);
    height: 30px;
    width: 96px
}

.icon__mastercard {
    background-image: url(../img/icons/mastercard.svg);
    height: 58px;
    width: 72px
}

.icon__skrill {
    background-image: url(../img/icons/skrill.svg);
    height: 32px;
    width: 92px
}

.icon__neteller {
    background-image: url(../img/icons/neteller.svg);
    height: 22px;
    width: 117px
}

.icon__yandex {
    background-image: url(../img/icons/yandex.svg);
    height: 58px;
    width: 128px
}

.icon__webmoney {
    background-image: url(../img/icons/webmoney.svg);
    height: 30px;
    width: 125px
}

.icon__qiwi {
    background-image: url(../img/icons/qiwi.svg);
    height: 60px;
    width: 131px
}

.icon__rupay {
    background-image: url(../img/icons/rupay.svg);
    height: 58px;
    width: 126px
}

.icon__airtel {
    background-image: url(../img/icons/airtel.svg);
    height: 58px;
    width: 138px
}

.icon__olamoney {
    background-image: url(../img/icons/olamoney.svg);
    height: 44px;
    width: 44px
}

.icon__upi {
    background-image: url(../img/icons/upi.svg);
    height: 58px;
    width: 84px
}

.icon__paytm {
    background-image: url(../img/icons/paytm.svg);
    height: 58px;
    width: 126px
}

.icon__bank_indian {
    background-image: url(../img/icons/bank_indian.svg);
    height: 58px;
    width: 143px
}

.icon__bni {
    background-image: url(../img/icons/bni.svg);
    height: 58px;
    width: 126px
}

.icon__mandiri {
    background-image: url(../img/icons/mandiri.svg);
    height: 58px;
    width: 124px
}

.icon__danamon {
    background-image: url(../img/icons/danamon.svg);
    height: 58px;
    width: 151px
}

.icon__bank_indonesian {
    background-image: url(../img/icons/bank_indonesian.svg);
    height: 58px;
    width: 157px
}

.icon__pix {
    background-image: url(../img/icons/pix.svg);
    height: 58px;
    width: 142px
}

.icon__paylivre {
    background-image: url(../img/icons/paylivre.svg);
    height: 58px;
    width: 211px
}

.icon__itau {
    background-image: url(../img/icons/itau.svg);
    height: 58px;
    width: 58px
}

.icon__maybank {
    background-image: url(../img/icons/maybank.svg);
    height: 58px;
    width: 208px
}

.icon__rhb_bank {
    background-image: url(../img/icons/rhb_bank.svg);
    height: 58px;
    width: 100px
}

.icon__cimb {
    background-image: url(../img/icons/cimb.svg);
    height: 58px;
    width: 138px
}

.icon__hong_leon {
    background-image: url(../img/icons/hong_leon.svg);
    height: 58px;
    width: 218px
}

.icon__public_bank {
    background-image: url(../img/icons/public_bank.svg);
    height: 58px;
    width: 132px
}

.icon__bank_malasia {
    background-image: url(../img/icons/bank_malasia.svg);
    height: 58px;
    width: 148px
}

.icon__promptpay {
    background-image: url(../img/icons/promptpay.svg);
    height: 58px;
    width: 130px
}

.icon__perfect_money {
    background-image: url(../img/icons/perfect_money.svg);
    height: 58px;
    width: 239px
}

.icon__bank_thailand {
    background-image: url(../img/icons/bank_thailand.svg);
    height: 58px;
    width: 151px
}

.icon__grabpay {
    background-image: url(../img/icons/grabpay.svg);
    height: 58px;
    width: 58px
}

.icon__gcash {
    background-image: url(../img/icons/gcash.svg);
    height: 58px;
    width: 197px
}

.icon__paymaya {
    background-image: url(../img/icons/paymaya.svg);
    height: 58px;
    width: 226px
}

.icon__coins_ph {
    background-image: url(../img/icons/coins_ph.svg);
    height: 58px;
    width: 190px
}

.icon__momo {
    background-image: url(../img/icons/momo.svg);
    height: 58px;
    width: 58px
}

.icon__bank_vietnam {
    background-image: url(../img/icons/bank_vietnam.svg);
    height: 58px;
    width: 151px
}

.icon__yomoney {
    background-image: url(../img/icons/yomoney.svg);
    height: 58px;
    width: 147px
}

.icon__fkwallet {
    background-image: url(../img/icons/fkwallet.svg);
    height: 58px;
    width: 58px
}

.icon__appendix-playmarket {
    background-image: url(../img/icons/appendix-playmarket.svg);
    height: 63px;
    width: 212px
}

.icon__appendix-appstore {
    background-image: url(../img/icons/appendix-appstore.svg);
    height: 63px;
    width: 188px
}

.icon__appendix-pwamarket {
    background-image: url(../img/icons/appendix-pwamarket.svg);
    height: 63px;
    width: 214px
}

.icon__chart {
    background-image: url(../img/icons/chart.svg);
    height: 153px;
    width: 566px
}

.icon__features-user-friendly-interface {
    background-image: url(../img/icons/features-user-friendly-interface.svg);
    height: 48px;
    width: 48px
}

.icon__features-integrated-signals {
    background-image: url(../img/icons/features-integrated-signals.svg);
    height: 48px;
    width: 48px
}

.icon__features-trading-indicators {
    background-image: url(../img/icons/features-trading-indicators.svg);
    height: 48px;
    width: 48px
}

.icon__features-support {
    background-image: url(../img/icons/features-support.svg);
    height: 48px;
    width: 48px
}

.icon__features-bonus-programs {
    background-image: url(../img/icons/features-bonus-programs.svg);
    height: 48px;
    width: 48px
}

.icon__features-deposits-withdrawals {
    background-image: url(../img/icons/features-deposits-withdrawals.svg);
    height: 48px;
    width: 48px
}

.icon__features-demo {
    background-image: url(../img/icons/features-demo.svg);
    height: 90px;
    width: 125px
}

.icon__analytics {
    background-image: url(../img/icons/analytics.svg);
    height: 24px;
    width: 24px
}

.icon__diagram {
    background-image: url(../img/icons/diagram.svg);
    height: 24px;
    width: 24px
}

.icon__graph {
    background-image: url(../img/icons/graph.svg);
    height: 24px;
    width: 24px
}

.icon__award {
    background-image: url(../img/icons/award.svg);
    height: 24px;
    width: 24px
}

.icon__rocket {
    background-image: url(../img/icons/rocket.svg);
    height: 24px;
    width: 24px
}

.icon__businessman {
    background-image: url(../img/icons/businessman.svg);
    height: 24px;
    width: 24px
}

.icon__youtube {
    background-image: url(../img/icons/youtube.svg);
    height: 16px;
    width: 16px
}

.icon__facebook {
    background-image: url(../img/icons/facebook.svg);
    height: 16px;
    width: 16px
}

.icon__instagram {
    background-image: url(../img/icons/instagram.svg);
    height: 16px;
    width: 16px
}

.icon__twitter {
    background-image: url(../img/icons/twitter.svg);
    height: 16px;
    width: 16px
}

.icon__telegram {
    background-image: url(../img/icons/telegram.svg);
    height: 16px;
    width: 16px
}

.icon__youtube-white {
    background-image: url(../img/icons/youtube-white.svg);
    height: 16px;
    width: 16px
}

.icon__facebook-white {
    background-image: url(../img/icons/facebook-white.svg);
    height: 16px;
    width: 16px
}

.icon__instagram-white {
    background-image: url(../img/icons/instagram-white.svg);
    height: 16px;
    width: 16px
}

.icon__twitter-white {
    background-image: url(../img/icons/twitter-white.svg);
    height: 16px;
    width: 16px
}

.icon__arrow-dark-down {
    background-image: url(../img/icons/arrow-dark-down.svg);
    height: 9px;
    width: 9px
}

.icon__arrow-white-down {
    background-image: url(../img/icons/arrow-white-down.svg);
    height: 10px;
    width: 10px
}

.icon__arrow-close {
    background-image: url(../img/icons/arrow-close.svg);
    height: 10px;
    width: 10px
}

.icon__english {
    background-image: url(../img/countries/english.svg);
    height: 16px;
    width: 16px
}

.icon__russia {
    background-image: url(../img/countries/russia.svg);
    height: 16px;
    width: 16px
}

.icon__portugal {
    background-image: url(../img/countries/portugal.svg);
    height: 16px;
    width: 16px
}

.icon__spain {
    background-image: url(../img/countries/spain.svg);
    height: 16px;
    width: 16px
}

.icon__italian {
    background-image: url(../img/countries/italian.svg);
    height: 16px;
    width: 16px
}

.icon__poland {
    background-image: url(../img/countries/poland.svg);
    height: 16px;
    width: 16px
}

.icon__france {
    background-image: url(../img/countries/france.svg);
    height: 16px;
    width: 16px
}

.icon__deutsch {
    background-image: url(../img/countries/deutsch.svg);
    height: 16px;
    width: 16px
}

.icon__ukraine {
    background-image: url(../img/countries/ukraine.svg);
    height: 16px;
    width: 16px
}

.icon__china {
    background-image: url(../img/countries/china.svg);
    height: 16px;
    width: 16px
}

.icon__turkey {
    background-image: url(../img/countries/turkey.svg);
    height: 16px;
    width: 16px
}

.icon__indonesian {
    background-image: url(../img/countries/indonesian.svg);
    height: 16px;
    width: 16px
}

.icon__india {
    background-image: url(../img/countries/india.svg);
    height: 16px;
    width: 16px
}

.icon__iran {
    background-image: url(../img/countries/iran.svg);
    height: 16px;
    width: 16px
}

.icon__thailand {
    background-image: url(../img/countries/thailand.svg);
    height: 16px;
    width: 16px
}

.icon__saudi {
    background-image: url(../img/countries/saudi.svg);
    height: 16px;
    width: 16px
}

.icon__vietnam {
    background-image: url(../img/countries/vietnam.svg);
    height: 16px;
    width: 16px
}

.icon__malay {
    background-image: url(../img/countries/malay.svg);
    height: 16px;
    width: 16px
}

.icon__philippines {
    background-image: url(../img/countries/philippines.svg);
    height: 16px;
    width: 16px
}

.icon__brazil {
    background-image: url(../img/countries/brazil.svg);
    height: 16px;
    width: 16px
}

.icon__japan {
    background-image: url(../img/countries/japan.svg);
    height: 16px;
    width: 16px
}

.icon__bangladesh {
    background-image: url(../img/countries/bangladesh.svg);
    height: 16px;
    width: 16px
}

.icon__article {
    background-image: url(../img/icons/article.svg);
    height: 16px;
    width: 16px
}

.icon__video {
    background-image: url(../img/icons/video.svg);
    height: 16px;
    width: 16px
}

.icon__facebook-color {
    background-image: url(../img/icons/facebook-color.svg);
    height: 32px;
    width: 32px
}

.icon__google-color {
    background-image: url(../img/icons/google-color.svg);
    height: 32px;
    width: 32px
}

.icon__vk-color {
    background-image: url(../img/icons/vk-color.svg);
    height: 32px;
    width: 32px
}

.icon__facebook-login {
    background-image: url(../img/icons/facebook-login.svg);
    height: 24px;
    width: 24px
}

.icon__google {
    background-image: url(../img/icons/google.svg);
    height: 24px;
    width: 24px
}

.icon__vk {
    background-image: url(../img/icons/vk.svg);
    height: 24px;
    width: 24px
}

.icon__error {
    background-image: url(../img/icons/error.svg);
    height: 48px;
    width: 48px
}

.icon__tw-blue {
    background-image: url(../img/icons/tw-blue.svg);
    height: 20px;
    width: 20px
}

.icon__tg-blue {
    background-image: url(../img/icons/tg-blue.svg);
    height: 20px;
    width: 20px
}

.icon__inst-blue {
    background-image: url(../img/icons/inst-blue.svg);
    height: 20px;
    width: 20px
}

.icon__fb-blue {
    background-image: url(../img/icons/fb-blue.svg);
    height: 20px;
    width: 20px
}

.h1,
h1 {
    color: #fff;
    font-family: Roboto;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px
}

@media(max-width:567px) {

    .h1,
    h1 {
        font-size: 20px;
        line-height: 24px
    }
}

.h2,
h2 {
    color: #fff;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px
}

@media(max-width:567px) {

    .h2,
    h2 {
        font-size: 20px;
        line-height: 24px
    }
}

.h3,
h3 {
    color: #fff;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px
}

@media(max-width:567px) {

    .h3,
    h3 {
        font-size: 16px;
        line-height: 20px
    }
}

.h4,
h4 {
    color: #363945;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 21px
}

.h5,
h5 {
    font-size: 16px;
    line-height: 26px
}

.h5,
.h6,
h5,
h6 {
    color: #5f636f;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .01em
}

.h6,
h6 {
    font-size: 14px;
    line-height: 22px
}

.text-white {
    color: #fff !important
}

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

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

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

.text-justify {
    text-align: justify !important
}

@media screen and (max-width:575.98px) {

    .list,
    ul.list {
        padding-left: 15px
    }
}

.list li,
ul.list li {
    color: #35b972;
    margin-bottom: 30px;
    position: relative
}

.list li span,
ul.list li span {
    color: hsla(0, 0%, 6%, .95)
}

@media screen and (max-width:575.98px) {

    .list li,
    ul.list li {
        margin-bottom: 10px
    }

    .list li p,
    ul.list li p {
        margin-bottom: 10px;
        margin-top: 10px
    }
}

.list__title,
ul.list__title {
    color: #434a5c;
    font-size: 16px;
    font-weight: 500
}

.list p,
.list__title,
ul.list p,
ul.list__title {
    font-family: Roboto;
    font-style: normal;
    letter-spacing: .01em;
    line-height: 22px
}

.list p,
ul.list p {
    color: #5f636f;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0
}

p {
    color: hsla(0, 0%, 100%, .7);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0
}

@media(max-width:1023px) {
    p {
        font-size: 14px;
        line-height: 18px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

ul {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 40px
}

.ttu {
    text-transform: uppercase
}

.button {
    align-items: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #7f7f7f;
    cursor: pointer;
    display: inline-flex;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .03em;
    line-height: 20px;
    min-height: 46px;
    padding-left: 23px;
    padding-right: 23px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: -moz-fit-content;
    width: fit-content
}

.button .icon {
    margin-left: 9px;
    max-width: 16px
}

.button .icon.right {
    margin-left: 0;
    margin-right: 9px
}

.button:hover {
    text-decoration: none
}

.button.-big {
    letter-spacing: .05em;
    min-height: 60px;
    padding-left: 28px;
    padding-right: 28px
}

.button.-primary {
    background-color: #35b972;
    border-color: #35b972;
    box-shadow: 0 4px 12px #b9d6c6;
    color: #fff
}

.button.-primary:hover {
    background-color: #4fd38c;
    border-color: #4fd38c
}

.button.countries__trigger:hover {
    border-color: #4fd38c
}

.button.-danger {
    background-color: #e26e61;
    border-color: #e26e61;
    box-shadow: 0 4px 12px #b9d6c6;
    color: #fff
}

.button.-danger:hover {
    background-color: #f3887c;
    border-color: #f3887c
}

.button.-link {
    background-color: transparent;
    border: 2px solid #e2ddea;
    color: #7e859d
}

.button.-link:hover {
    color: #35b972
}

.button.-ar-left:before {
    background-image: url(../img/icons/arrow-dark-left.svg);
    margin-right: 5px
}

.button.-ar-left:before,
.button.-ar-right:after {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 10px;
    width: 8px
}

.button.-ar-right:after {
    background-image: url(../img/icons/arrow-dark-right.svg);
    margin-left: 5px
}

.button.-no-border,
.button.-no-border:hover {
    border-color: transparent !important
}

.button-group {
    position: relative
}

.button-group>.button:not(:first-child) {
    margin-left: 30px
}

.button-group>.button:not(:first-child).right {
    margin-left: 0;
    margin-right: 30px
}

button {
    outline: transparent
}

@media screen and (max-width:575.98px) {
    .button {
        width: 100%
    }

    .button-group>.button:not(:first-child) {
        margin-left: 0;
        margin-top: 15px
    }
}

.content__inner {
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    margin: auto;
    width: 100%
}

.tabs,
.tabs__nav {
    position: relative
}

@media screen and (max-width:991.98px) {
    .tabs__nav {
        max-width: 680px !important;
        min-width: 680px !important
    }
}

.tabs__nav-decoration {
    border-bottom: 1px solid #35b972;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width .2s linear 0s, transform .2s ease-out 0s;
    z-index: 1
}

.tabs__nav-list {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px;
    padding-left: 0;
    position: relative;
    z-index: 5
}

.tabs__nav-item {
    color: #a6aec7;
    cursor: pointer;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 19px;
    padding: 15px;
    transition-delay: 0s;
    transition-timing-function: linear;
    white-space: nowrap
}

.tabs__nav-item,
.tabs__nav-item.js-active {
    transition-duration: .2s;
    transition-property: all
}

.tabs__nav-item.js-active {
    color: #35b972;
    transition-delay: .05s;
    transition-timing-function: linear
}

.tabs__panels {
    margin-top: 25px;
    min-height: 470px;
    position: relative
}

@media screen and (max-width:575.98px) {
    .tabs__panels {
        max-width: 590px !important;
        min-height: 300px;
        min-width: 590px !important
    }
}

.tabs__panel {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(.99);
    transition: none;
    width: 100%
}

.tabs__panel.js-active {
    opacity: 1;
    transform: scale(1);
    transition: all .25s linear 0s;
    z-index: 999
}

.tabs__panel-card {
    display: flex;
    margin-bottom: 30px;
    padding: 15px
}

.tabs__panel-card:last-child {
    margin-bottom: 0
}

.tabs__panel-table {
    table-layout: fixed;
    width: 100%
}

.tabs__panel-table th {
    color: #a6aec7;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-variant: small-caps;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 20px;
    text-align: left
}

@media screen and (max-width:575.98px) {
    .tabs__panel-table th {
        font-size: 14px;
        line-height: 16px
    }
}

.tabs__panel-table td,
.tabs__panel-table th {
    height: 50px;
    width: 100%
}

@media screen and (max-width:575.98px) {
    .tabs__panel-table th {
        height: 32px;
        vertical-align: top
    }
}

.tabs__panel-table td {
    color: #363945;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 20px
}

@media screen and (max-width:575.98px) {
    .tabs__panel-table td {
        font-size: 14px;
        height: 28px
    }
}

.tabs__panel-table td.up {
    color: #35b972
}

.tabs__panel-table td.up:after {
    background: url(../img/icons/arrow-green-up.svg);
    content: "";
    display: inline-block;
    height: 13px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    width: 14px
}

.tabs__panel-table td.down {
    color: #e26e61
}

.tabs__panel-table td.down:after {
    background: url(../img/icons/arrow-red-down.svg);
    content: "";
    display: inline-block;
    height: 13px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    width: 14px
}

.tabs__panel-table tbody td {
    border-bottom: 1px solid #e2ddea
}

.chart {
    background: linear-gradient(to bottom, var(--page-bg-color-0) 35%, var(--page-bg-color-100) 20%)
}

.chart p {
    padding-bottom: 5px;
    padding-top: 5px
}

.chart__wrapper {
    border-radius: 11px;
    padding-bottom: 80px;
    padding-top: 60px
}

@media screen and (max-width:991.98px) {
    .chart__wrapper {
        padding-bottom: 30px;
        padding-top: 25px
    }
}

@media screen and (max-width:575.98px) {
    .chart__wrapper {
        border-radius: 0
    }
}

.chart__container {
    display: block;
    margin: auto;
    max-height: 470px;
    max-width: 970px;
    position: relative;
    width: 100%
}

.chart__steps {
    padding-bottom: 100px;
    padding-top: 70px
}

@media screen and (max-width:575.98px) {
    .chart__steps {
        padding-bottom: 40px;
        padding-top: 20px
    }

    .chart__steps .h2 {
        margin-bottom: 5px
    }
}

.chart__step {
    align-items: flex-start;
    display: flex;
    margin-top: 15px
}

@media screen and (max-width:575.98px) {
    .chart__step {
        align-items: center;
        flex-direction: column;
        margin-bottom: 15px
    }
}

.chart__number {
    align-items: center;
    border-radius: 7px;
    display: flex;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: .01em;
    line-height: 23px;
    margin-right: 20px;
    min-height: 48px;
    min-width: 48px;
    width: 48px
}

@media screen and (max-width:575.98px) {
    .chart__number {
        margin-right: 0
    }
}

.chart__number.-green {
    background-color: #e1f8eb;
    color: #35b972
}

.chart__number.-red {
    background-color: #fcebe9;
    color: #e26e61
}

.chart__number.-blue {
    background-color: #e2eaf7;
    color: #4a8ded
}

.chart__number.right {
    margin-left: 20px;
    margin-right: 0
}

.chart__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

@media screen and (max-width:575.98px) {
    .chart__body a {
        text-align: center
    }
}

.chart__title {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 22px;
    margin-top: 15px
}

@media screen and (max-width:575.98px) {
    .chart__title {
        margin-top: 10px;
        text-align: center
    }
}

.chart__text {
    color: #5f636f;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 15px
}

@media screen and (max-width:575.98px) {
    .chart__text {
        margin-bottom: 10px;
        text-align: center
    }
}

.chart .button-group {
    display: flex;
    justify-content: center
}

@media screen and (max-width:575.98px) {
    .chart .button-group {
        flex-wrap: wrap
    }

    .chart .button-group>.button:not(:first-child) {
        margin-top: 10px
    }
}

.chart__scene {
    align-items: center;
    justify-content: space-between;
    min-height: 130px;
    padding: 5px 160px 30px
}

@media screen and (max-width:1489.98px) {
    .chart__scene {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media screen and (max-width:991.98px) {
    .chart__scene {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:767.98px) {
    .chart__scene {
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px
    }
}

.chart__scene p {
    margin-bottom: 15px;
    margin-top: 0
}

.chart__scene#sceneOne {
    display: none
}

.chart__scene#sceneOne.is-active {
    display: block
}

.chart__scene#sceneFive,
.chart__scene#sceneFour,
.chart__scene#sceneThree,
.chart__scene#sceneTwo {
    display: none
}

.chart__scene#sceneFive.is-active,
.chart__scene#sceneFour.is-active,
.chart__scene#sceneThree.is-active,
.chart__scene#sceneTwo.is-active {
    display: flex
}

.chart__scene--w8 {
    text-align: center;
    width: 100%
}

.chart__scene--income,
.chart__scene--w8 {
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .015em;
    line-height: 23px
}

.chart__scene--income {
    margin-right: 90px
}

.chart__scene--income,
.chart__scene--income span {
    align-self: center;
    display: flex;
    justify-content: center
}

@media screen and (max-width:1489.98px) {
    .chart__scene--income {
        margin-right: 30px
    }
}

@media screen and (max-width:767.98px) {
    .chart__scene--income {
        margin-top: 15px;
        max-width: 50%;
        order: 2
    }
}

@media screen and (max-width:575.98px) {
    .chart__scene--income {
        margin-left: 0;
        margin-right: 0;
        min-width: 100%
    }
}

.chart__scene--info {
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .015em;
    line-height: 23px;
    margin-right: 10px;
    text-align: right
}

@media screen and (max-width:767.98px) {
    .chart__scene--info {
        max-width: 100%;
        min-width: 100%;
        order: 1;
        text-align: center;
        width: 100%
    }
}

.chart__scene--action {
    display: flex;
    justify-content: flex-end;
    min-width: 240px
}

@media screen and (max-width:767.98px) {
    .chart__scene--action {
        margin-top: 15px;
        max-width: 50%;
        min-width: 50%;
        order: 3;
        width: 50%
    }
}

@media screen and (max-width:575.98px) {
    .chart__scene--action {
        margin-left: 0;
        margin-right: 0;
        min-width: 100%
    }
}

.chart__scene--value {
    color: #f9aa64;
    font-family: Roboto;
    font-size: 44px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 38px
}

.chart__scene--text-right {
    margin-right: 30px;
    text-align: right
}

.chart__inner {
    display: flex;
    justify-content: center;
    margin: auto
}

.chart__inner>svg {
    height: auto;
    max-width: 100%
}

#svgChart.down #chartBgFill {
    fill: #0048b4
}

#chartVerticalLine {
    opacity: 0
}

#svgChart.down #chartVerticalLine,
#svgChart.up #chartVerticalLine {
    opacity: 1
}

#chartCurveLine.animate {
    animation: dash 5s linear alternate;
    stroke-dasharray: 467;
    stroke-dashoffset: 0
}

.chartArrows {
    animation: pulse 1.5s ease-in-out infinite
}

#svgChart.down .chartArrows,
#svgChart.up .chartArrows {
    animation: none;
    opacity: 0
}

.chartCircleInner,
.chartCircleOuter,
.chartCurveLine,
.chartVerticalLine {
    transition: all .15s ease-in-out
}

@keyframes dash {
    0% {
        stroke-dashoffset: 467
    }

    to {
        stroke-dashoffset: 0
    }
}

.dropdown {
    position: relative
}

.dropdown__trigger {
    display: inline-flex;
    position: relative
}

.dropdown__trigger:hover+.dropdown__menu,
.dropdown__trigger:hover>.dropdown__menu {
    display: block
}

.dropdown__menu {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 8px 16px rgba(177, 183, 211, .25);
    display: none;
    left: 0;
    list-style-type: none;
    margin: 0;
    min-width: 12rem;
    padding: 20px 20px 20px 0;
    position: absolute;
    top: 100%;
    width: -moz-max-content;
    width: max-content;
    z-index: 20
}

#nav-icon {
    cursor: pointer;
    display: grid;
    height: 24px;
    overflow: hidden;
    place-items: center;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    width: 24px
}

#nav-icon span {
    background: #fff;
    border-radius: 9px;
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 24px
}

#nav-icon.open span:first-child {
    transform: rotate(-45deg) translate(-15%, 160%);
    transform-origin: center center
}

#nav-icon.open span:nth-child(2) {
    transform: rotate(45deg) translate(-15%, -160%);
    transform-origin: center center
}

.quotex-logo {
    background-image: url("../img/logo.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 30px;
    width: 150px
}

@media(max-width:765px) {
    .quotex-logo {
        background-image: url("../img/quotex_logo-white.svg");
        width: 40px
    }
}

@media screen and (max-width:991.98px) {
    .payment-system {
        margin-bottom: 80px;
        margin-top: 30px
    }
}

@media screen and (max-width:575.98px) {
    .data-tables {
        padding-bottom: 30px;
        padding-top: 35px
    }
}

.countries__menu {
    background: #494f65;
    border-radius: 6px;
    color: #fff;
    display: none;
    left: auto;
    padding: 5px;
    position: absolute;
    right: 24px;
    top: 48px;
    z-index: 999
}

@media(max-width:1024px) {
    .countries__menu {
        bottom: 50px;
        left: 0;
        right: 0;
        top: auto !important
    }
}

.countries__menu.right {
    left: 0;
    right: auto
}

.countries__menu.mobile {
    display: none
}

.countries__menu.is-active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: -moz-max-content;
    width: max-content
}

@media(max-width:1024px) {
    .countries__menu.is-active {
        max-height: calc(100% - 80px);
        max-width: 100%;
        overflow-y: auto;
        text-align: left;
        width: 100%
    }
}

.countries__menu i {
    margin-right: 14px
}

.countries__menu i.right {
    margin-left: 10px;
    margin-right: 0
}

.countries__menu a {
    color: #fff;
    flex: 0 0 25%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 10px 15px 21px;
    width: 100%
}

.countries__menu a:hover {
    background: hsla(0, 0%, 100%, .05);
    border-radius: 6px;
    color: #fff
}

.cookie-bar {
    background-color: rgba(59, 66, 84, .94);
    bottom: 0;
    left: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    position: fixed;
    right: 0
}

.cookie-bar .container {
    padding-bottom: 0;
    padding-top: 0
}

.cookie-bar .row {
    align-items: center
}

.cookie-bar__text {
    color: #a6aec7;
    font-size: 12px;
    line-height: 16px;
    margin: 0
}

.cookie-bar__button {
    background-color: #555e76;
    border: 1px solid #3b4254;
    color: #fff;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-variant: all-small-caps;
    letter-spacing: .05em;
    line-height: 20px;
    padding: 18px 28px;
    transition: background-color .2s ease
}

.cookie-bar__button:hover {
    background-color: #4f576d
}

:root {
    --balloon-border-radius: 2px;
    --balloon-color: hsla(0, 0%, 6%, .95);
    --balloon-text-color: #fff;
    --balloon-font-size: 12px;
    --balloon-move: 4px
}

button[aria-label][data-balloon-pos] {
    overflow: visible
}

[aria-label][data-balloon-pos] {
    cursor: pointer;
    position: relative
}

[aria-label][data-balloon-pos]:after {
    background: var(--balloon-color);
    border-radius: 2px;
    border-radius: var(--balloon-border-radius);
    color: var(--balloon-text-color);
    content: attr(aria-label);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-size: var(--balloon-font-size);
    font-style: normal;
    font-weight: 400;
    padding: .5em 1em;
    text-indent: 0;
    text-shadow: none;
    white-space: nowrap
}

[aria-label][data-balloon-pos]:after,
[aria-label][data-balloon-pos]:before {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: all .18s ease-out .18s;
    z-index: 10
}

[aria-label][data-balloon-pos]:before {
    border: 5px solid transparent;
    border-top: 5px solid var(--balloon-color);
    content: "";
    height: 0;
    width: 0
}

[aria-label][data-balloon-pos]:hover:after,
[aria-label][data-balloon-pos]:hover:before,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,
[aria-label][data-balloon-pos][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-visible]:before {
    opacity: 1;
    pointer-events: none
}

[aria-label][data-balloon-pos].font-awesome:after {
    font-family: FontAwesome, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif
}

[aria-label][data-balloon-pos][data-balloon-break]:after {
    white-space: pre
}

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
    white-space: pre-line;
    word-break: break-word
}

[aria-label][data-balloon-pos][data-balloon-blunt]:after,
[aria-label][data-balloon-pos][data-balloon-blunt]:before {
    transition: none
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:before {
    transform: translate(-50%)
}

[aria-label][data-balloon-pos][data-balloon-pos*=-left]:after {
    left: 0
}

[aria-label][data-balloon-pos][data-balloon-pos*=-left]:before {
    left: 5px
}

[aria-label][data-balloon-pos][data-balloon-pos*=-right]:after {
    right: 0
}

[aria-label][data-balloon-pos][data-balloon-pos*=-right]:before {
    right: 5px
}

[aria-label][data-balloon-pos][data-balloon-po*=-left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-po*=-left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-po*=-left][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-po*=-left][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos*=-right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos*=-right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos*=-right][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos*=-right][data-balloon-visible]:before {
    transform: translate(0)
}

[aria-label][data-balloon-pos][data-balloon-pos^=up]:after,
[aria-label][data-balloon-pos][data-balloon-pos^=up]:before {
    bottom: 100%;
    transform: translateY(var(--balloon-move));
    transform-origin: top
}

[aria-label][data-balloon-pos][data-balloon-pos^=up]:after {
    margin-bottom: 10px
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:after,
[aria-label][data-balloon-pos][data-balloon-pos=up]:before {
    left: 50%;
    transform: translate(-50%, var(--balloon-move))
}

[aria-label][data-balloon-pos][data-balloon-pos^=down]:after,
[aria-label][data-balloon-pos][data-balloon-pos^=down]:before {
    top: 100%;
    transform: translateY(calc(var(--balloon-move)*-1))
}

[aria-label][data-balloon-pos][data-balloon-pos^=down]:after {
    margin-top: 10px
}

[aria-label][data-balloon-pos][data-balloon-pos^=down]:before {
    border: 5px solid transparent;
    border-bottom: 5px solid var(--balloon-color);
    height: 0;
    width: 0
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:after,
[aria-label][data-balloon-pos][data-balloon-pos=down]:before {
    left: 50%;
    transform: translate(-50%, calc(var(--balloon-move)*-1))
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:before {
    transform: translateY(-50%)
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:after,
[aria-label][data-balloon-pos][data-balloon-pos=left]:before {
    right: 100%;
    top: 50%;
    transform: translate(var(--balloon-move), -50%)
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:after {
    margin-right: 10px
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:before {
    border: 5px solid transparent;
    border-left: 5px solid var(--balloon-color);
    height: 0;
    width: 0
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:after,
[aria-label][data-balloon-pos][data-balloon-pos=right]:before {
    left: 100%;
    top: 50%;
    transform: translate(calc(var(--balloon-move)*-1), -50%)
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:after {
    margin-left: 10px
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:before {
    border: 5px solid transparent;
    border-right: 5px solid var(--balloon-color);
    height: 0;
    width: 0
}

[aria-label][data-balloon-pos][data-balloon-length]:after {
    white-space: normal
}

[aria-label][data-balloon-pos][data-balloon-length=small]:after {
    width: 80px
}

[aria-label][data-balloon-pos][data-balloon-length=medium]:after {
    width: 150px
}

[aria-label][data-balloon-pos][data-balloon-length=large]:after {
    width: 260px
}

[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
    width: 380px
}

@media screen and (max-width:768px) {
    [aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
        width: 90vw
    }
}

[aria-label][data-balloon-pos][data-balloon-length=fit]:after {
    width: 100%
}

.tooltip-danger {
    --balloon-color: #e26e61
}

.tooltip-danger[aria-label][data-balloon-pos][data-balloon-pos=up-left]:before {
    border: 10px solid transparent;
    border-top: 10px solid var(--balloon-color);
    bottom: calc(100% - 10px);
    left: -4px
}

.tooltip-danger[aria-label][data-balloon-pos][data-balloon-pos=up-left]:after {
    border-radius: 6px;
    box-shadow: 0 4px 4px hsla(6, 39%, 55%, .15);
    color: #fff;
    font-size: 14px;
    left: -44px;
    letter-spacing: .02em;
    line-height: 16px;
    padding: 10px
}

.tooltip-danger[aria-label][data-balloon-pos][data-balloon-pos=up-left][data-balloon-hide]:after,
.tooltip-danger[aria-label][data-balloon-pos][data-balloon-pos=up-left][data-balloon-hide]:before {
    opacity: 0 !important;
    transform: translateY(var(--balloon-move)) !important
}

.alert {
    color: #e26e61;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 16px;
    margin: 0 0 20px;
    padding-left: 24px;
    position: relative
}

.alert:before {
    background-image: url(../img/icons/alert.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px
}

.hint {
    background-color: rgba(2, 111, 211, .05);
    border-radius: 4px;
    color: #353a4d;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 30px;
    padding: 18px 25px;
    position: relative;
    text-align: left
}

.hint:before {
    background-color: #026fd3;
    border-radius: 1px;
    bottom: 9px;
    content: "";
    left: 0;
    position: absolute;
    top: 9px;
    width: 2px
}

.hint:last-of-type {
    margin-bottom: 18px
}

.hint a {
    font-size: 12px;
    line-height: 16px
}

.hint.-danger {
    background-color: rgba(219, 70, 53, .05);
    color: #db4635
}

.hint.-danger:before {
    background-color: #db4635
}

.hint.-success {
    background-color: rgba(15, 175, 89, .05);
    color: #0faf59
}

.hint.-success:before {
    background-color: #0faf59
}

.breadcrumbs {
    background: #f6f4f9;
    height: 80px
}

.breadcrumbs .container {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0
}

.breadcrumbs ul {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    list-style-type: none
}

.breadcrumbs li {
    padding-left: 10px;
    padding-right: 10px
}

.breadcrumbs li.right:after {
    left: -10px;
    right: auto
}

.breadcrumbs li.right:first-child {
    padding-left: 10px;
    padding-right: 0
}

.breadcrumbs li.right:last-child {
    padding-left: 0;
    padding-right: 10px
}

.breadcrumbs li.right:last-child:after {
    content: none
}

.breadcrumbs li:after {
    content: "-";
    display: inline-block;
    position: relative;
    right: -10px
}

.breadcrumbs li:first-child {
    padding-left: 0
}

.breadcrumbs li:last-child {
    padding-right: 0
}

.breadcrumbs li:last-child:after {
    content: none
}

.breadcrumbs li.is-active a {
    color: #363945
}

.breadcrumbs a {
    color: #a6aec7;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-variant: small-caps;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 20px
}

.breadcrumbs a:hover {
    border-bottom: none;
    text-decoration: none
}

.page-content .h1,
.page-content h1 {
    margin-bottom: .67em;
    margin-top: 38px
}

.page-content .h2,
.page-content h2 {
    margin-bottom: 20px;
    margin-top: 40px
}

.page-content .container,
.page-content.container {
    padding-top: 45px
}

.page-content blockquote {
    background: #f6f4f9;
    color: #363945;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 34px;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 50px 60px 50px 135px;
    position: relative
}

.page-content blockquote.right {
    padding-left: 60px;
    padding-right: 135px
}

.page-content blockquote.right:before {
    left: auto;
    right: 50px;
    transform: rotate(180deg)
}

.page-content blockquote:before {
    background-image: url(../img/icons/quote.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 64px;
    left: 50px;
    position: absolute;
    top: 43px;
    vertical-align: middle;
    width: 64px
}

@media screen and (max-width:767.98px) {
    .page-content blockquote {
        padding: 30px 40px 30px 100px
    }

    .page-content blockquote:before {
        height: 40px;
        left: 30px;
        top: 23px;
        width: 40px
    }
}

@media screen and (max-width:575.98px) {
    .page-content blockquote {
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px 15px 30px 50px
    }

    .page-content blockquote:before {
        height: 20px;
        left: 15px;
        top: 30px;
        width: 20px
    }
}

.page-content .img-hero {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 60px;
    max-width: calc(100% + 30px)
}

.page-content img {
    height: auto;
    max-width: 100%
}

.page-content .img-title {
    color: #7e859d;
    display: block;
    font-family: Roboto;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 26px;
    margin-top: 10px;
    text-align: center
}

.page-content .img-row {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    margin-top: 40px;
    row-gap: 15px
}

.page-content .img-row img {
    margin-bottom: 0;
    margin-top: 0
}

@media screen and (max-width:575.98px) {
    .page-content .img-row {
        grid-template-columns: 1fr;
        margin-left: -15px;
        margin-right: -15px
    }

    .page-content .img-row img {
        align-self: center
    }
}

.page-content .img-row--about {
    margin-bottom: 20px
}

.page-content.-text h1,
.page-content.-text h2,
.page-content.-text h3,
.page-content.-text h4,
.page-content.-text h5,
.page-content.-text h6,
.page-content.-text p {
    padding-left: 80px;
    padding-right: 80px
}

@media screen and (max-width:991.98px) {

    .page-content.-text h1,
    .page-content.-text h2,
    .page-content.-text h3,
    .page-content.-text h4,
    .page-content.-text h5,
    .page-content.-text h6,
    .page-content.-text p {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width:767.98px) {

    .page-content .container,
    .page-content.container {
        padding-top: 10px
    }
}

.posts {
    padding-top: 35px
}

.posts a:not(.button) {
    color: inherit;
    font-size: inherit;
    font-weight: inherit
}

.posts a:not(.button):hover {
    border: none;
    color: #35b972
}

.posts__item {
    border-bottom: 1px solid #e2ddea;
    -moz-column-gap: 120px;
    column-gap: 120px;
    display: grid;
    grid-template-areas: "type            thumb" "title           thumb" "description     thumb" "info            thumb";
    grid-template-columns: 1fr 270px;
    grid-template-rows: 18px auto auto;
    margin-bottom: 41px;
    padding-bottom: 21px
}

@media screen and (max-width:1489.98px) {
    .posts__item {
        -moz-column-gap: 60px;
        column-gap: 60px
    }
}

@media screen and (max-width:767.98px) {
    .posts__item {
        -moz-column-gap: 15px;
        column-gap: 15px;
        grid-template-areas: "type            thumb" "title           thumb" "description     description" "info            info";
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width:575.98px) {
    .posts__item {
        border-bottom: none;
        -moz-column-gap: 15px;
        column-gap: 15px;
        grid-template-areas: "thumb            thumb" "type           type" "title           title" "description     description" "info            info";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        margin-bottom: 40px;
        padding-bottom: 0
    }
}

.posts__type {
    color: #e26e61;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-variant: small-caps;
    font-weight: 700;
    grid-area: type;
    height: 14px;
    letter-spacing: .01em;
    line-height: 14px
}

@media screen and (max-width:575.98px) {
    .posts__type {
        margin-bottom: 5px;
        margin-top: 20px
    }
}

.posts__type.-video {
    color: #4a8ded
}

.posts__type.-article {
    color: #e26e61
}

.posts__title {
    color: #363945;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    grid-area: title;
    letter-spacing: .015em;
    line-height: 23px
}

.posts__title.h1,
.posts__title.h2,
.posts__title.h3,
.posts__title.h4,
.posts__title.h5,
.posts__title.h6,
.posts__titleh1,
.posts__titleh2,
.posts__titleh3,
.posts__titleh4,
.posts__titleh5,
.posts__titleh6 {
    margin: 0
}

.posts__title {
    height: -moz-max-content;
    height: max-content;
    margin: 0
}

@media screen and (max-width:767.98px) {
    .posts__title {
        text-align: left
    }
}

@media screen and (max-width:575.98px) {
    .posts__title {
        margin-bottom: 15px
    }
}

.posts__description {
    align-self: center;
    color: #7e859d;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    grid-area: description;
    height: -moz-max-content;
    height: max-content;
    letter-spacing: .01em;
    line-height: 22px
}

@media screen and (max-width:1199.98px) {
    .posts__description {
        padding-bottom: 5px;
        padding-top: 5px
    }
}

.posts__description p {
    margin: 0
}

.posts__info {
    align-self: center;
    grid-area: info
}

.posts__author {
    margin-right: 28px
}

.posts__author,
.posts__date {
    color: #7e859d;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-variant: small-caps;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 20px
}

.posts__thumb {
    grid-area: thumb;
    position: relative
}

.posts__thumb img {
    height: auto;
    max-width: 100%
}

@media screen and (max-width:575.98px) {
    .posts__thumb {
        justify-self: center;
        width: 100%;
        width: calc(100% + 30px)
    }

    .posts__thumb a {
        width: 100%
    }

    .posts__thumb img {
        height: auto;
        width: 100%
    }
}

.posts__type-icon {
    align-items: center;
    background: #343b4d;
    display: flex;
    height: 40px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px
}

.posts__navigation {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:575.98px) {
    .posts__navigation .button {
        width: auto
    }
}

.to-top {
    align-items: center;
    background: #35b972;
    border-radius: 15px;
    bottom: -37px;
    display: block;
    display: flex;
    height: 76px;
    justify-content: center;
    position: absolute;
    right: 75px;
    transform: rotate(45deg);
    width: 76px
}

.to-top:after {
    background-image: url(../img/icons/to-top.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 26px;
    transform: rotate(-45deg);
    width: 14px
}

@media screen and (max-width:767.98px) {
    .to-top {
        display: none
    }
}

.body-blackout {
    background: rgba(0, 0, 0, .3);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1010
}

.body-blackout.-blacked-out {
    display: block
}

.popup-modal {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
    height: auto;
    left: 50%;
    opacity: 0;
    overflow-x: hidden;
    padding: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
    width: 570px;
    z-index: 1011
}

@media screen and (max-width:1199.98px) {
    .popup-modal {
        max-height: 100vh;
        overflow-y: auto
    }
}

@media screen and (max-width:575.98px) {
    .popup-modal {
        width: 100%
    }
}

.popup-modal.-visible {
    opacity: 1;
    pointer-events: auto
}

.popup-modal__close {
    align-items: center;
    background-color: #35b972;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1.2rem;
    height: 30px;
    justify-content: center;
    line-height: 5px;
    padding: 5px;
    position: absolute;
    right: -10px;
    right: -15px;
    top: -10px;
    top: -15px;
    width: 30px
}

@media screen and (max-width:575.98px) {
    .popup-modal__close {
        border-radius: 7px;
        border-top-right-radius: 0;
        right: 0;
        top: 0
    }
}

.popup-modal__header {
    align-items: center;
    background: #f6f4f9;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    display: flex;
    height: 80px;
    min-height: 80px
}

@media screen and (max-width:575.98px) {
    .popup-modal__header {
        border-radius: 0
    }
}

@media screen and (min-width:992px)and (max-width:1489.98px) {
    .popup-modal__header {
        height: 60px;
        min-height: 60px
    }
}

.popup-modal__header .tabs__links {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.popup-modal__header .tabs__links .tabs__link {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    color: #7e859d;
    cursor: pointer;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 26px;
    text-align: center;
    width: 50%
}

.popup-modal__header .tabs__links .tabs__link.active {
    color: #35b972;
    font-weight: 700
}

.popup-modal__body {
    background: #fff;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    padding: 36px 80px 46px
}

@media screen and (max-width:575.98px) {
    .popup-modal__body {
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width:992px)and (max-width:1489.98px) {
    .popup-modal__body {
        padding-bottom: 25px;
        padding-top: 25px
    }
}

.popup-modal__alert {
    background-color: rgba(251, 187, 0, .19);
    color: #4f5876;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 16px;
    margin: 8px -80px 34px;
    padding: 18px 105px
}

.popup-modal__footer {
    background: #fff;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    padding-left: 80px;
    padding-right: 80px
}

@media screen and (max-width:575.98px) {
    .popup-modal__footer {
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px
    }
}

.if-blocked {
    align-items: center;
    display: flex;
    flex-direction: column
}

.modal__main-img {
    padding-bottom: 15px;
    text-align: center
}

.modal__main-title {
    color: #363945;
    font-weight: 500;
    padding-bottom: 12px;
    text-align: center
}

.modal__description {
    color: #7e859d;
    text-align: center
}

.modal__description span {
    font-weight: 600
}

.modal__redirect {
    padding-bottom: 50px;
    padding-top: 27px
}

.modal__redirect a {
    align-items: center;
    background: #35b972;
    border-radius: 5px;
    box-shadow: 0 4px 12px #b9d6c6;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    width: 100%
}

.modal__redirect a:hover {
    color: #fff
}

.time-left {
    padding-left: 3px
}

.modal-registration {
    display: none;
    opacity: 1
}

.form__field {
    position: relative;
    width: 100%
}

.form__field .button {
    width: 100%
}

@media screen and (min-width:992px)and (max-width:1489.98px) {
    .form__field .button {
        height: 50px;
        min-height: 50px
    }
}

.form__field {
    padding-bottom: 20px;
    padding-top: 10px
}

.form__field.-xs {
    padding-bottom: 10px;
    padding-top: 0
}

.form__field-title {
    text-align: center
}

.form__field-text {
    color: #5f636f;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center
}

.form__field__email-title {
    color: #353a4d;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 5px 0
}

.form__field__email-container {
    background-color: rgba(2, 111, 211, .05);
    color: #7e859d;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
    padding: 15px 10px 10px;
    text-align: center
}

.form__field__email-container.-bg-green {
    background-color: rgba(15, 175, 89, .1)
}

.form__field.-group {
    align-items: center;
    display: flex;
    flex-wrap: nowrap
}

.form__field.-group .form__select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: 2px;
    min-width: 81px;
    width: 81px
}

.form__field.-group .form__input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    max-width: calc(100% - 81px);
    width: calc(100% - 81px)
}

.form__input,
.form__textarea {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f6f4f9;
    border: 1px solid transparent;
    border-radius: 7px;
    color: #7e859d;
    display: inline-flex;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 60px;
    letter-spacing: .02em;
    line-height: 16px;
    max-width: 100%;
    outline: none;
    padding-left: 25px;
    padding-right: 25px;
    transition: all .3s ease-in-out;
    width: 100%
}

.form__input:active,
.form__input:focus,
.form__textarea:active,
.form__textarea:focus {
    border-color: #6ca4f3
}

.form__input.-danger+.form__error,
.form__textarea.-danger+.form__error {
    display: block
}

.form__input.-danger,
.form__input.-danger:active,
.form__input.-danger:focus,
.form__textarea.-danger,
.form__textarea.-danger:active,
.form__textarea.-danger:focus {
    border-color: #e26e61
}

@media screen and (min-width:992px)and (max-width:1489.98px) {

    .form__input,
    .form__textarea {
        height: 50px
    }
}

.form__checkbox {
    align-items: flex-start;
    border: 1px solid transparent;
    border-radius: 7px;
    display: flex;
    flex-direction: row;
    padding-bottom: 5px;
    padding-right: 25px;
    padding-top: 5px
}

.form__checkbox--inner {
    margin-left: 10px;
    width: calc(100% - 14px)
}

.form__checkbox input[type=checkbox] {
    height: 14px;
    margin-top: 5px;
    width: 14px
}

.form__checkbox,
.form__radio {
    color: #7e859d;
    cursor: pointer;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 22px
}

.form__checkbox.-danger .form__error,
.form__radio.-danger .form__error {
    display: block
}

.form__checkbox.-danger:active,
.form__checkbox.-danger:focus,
.form__radio.-danger:active,
.form__radio.-danger:focus {
    border-color: #e26e61
}

.form__select {
    background: #f6f4f9;
    border-radius: 7px;
    height: 60px
}

.form__select,
.form__select .select__options {
    padding-left: 25px;
    padding-right: 25px
}

@media screen and (min-width:992px)and (max-width:1489.98px) {
    .form__select {
        height: 50px
    }
}

.form__hint {
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 16px;
    margin-top: 5px
}

.form__hint p {
    margin: 0
}

.-danger~.form__hint,
.form__error,
.form__hint.-danger {
    color: #e26e61
}

.form__error {
    bottom: -5px;
    display: none;
    font-size: 14px;
    position: absolute
}

.form__checkbox .form__error,
.form__radio .form__error {
    background-color: #e26e61;
    border-radius: 7px;
    bottom: calc(100% + 5px);
    color: #fff;
    margin-left: -50px;
    padding: 5px 15px;
    width: 100%
}

.form__checkbox .form__error:after,
.form__radio .form__error:after {
    border: 10px solid transparent;
    border-top-color: #e26e61;
    bottom: -19px;
    content: "";
    left: 46px;
    position: absolute
}

@media screen and (max-width:575.98px) {

    .form__checkbox .form__error,
    .form__radio .form__error {
        margin-left: -25px
    }

    .form__checkbox .form__error:after,
    .form__radio .form__error:after {
        left: 21px
    }
}

.login-with {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.login-with__header {
    color: #7e859d;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 26px;
    margin-bottom: 18px;
    min-width: 100%;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.login-with__header:after,
.login-with__header:before {
    background: #e2ddea;
    border: solid #fff;
    border-width: 0 1em;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 100%
}

.login-with__header:before {
    margin-left: -100%
}

.login-with__header:after {
    margin-right: -100%
}

.login-with__links {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.login-with__link:hover {
    border-bottom: none !important
}

.login-with__link:not(:last-child) {
    margin-right: 30px
}

.tabs__item {
    display: none
}

.tabs__item.active {
    display: block
}

.select {
    position: relative
}

.select__element {
    display: none
}

.select__wrapper {
    display: block;
    position: relative
}

.select__wrapper--contact {
    background: #f6f4f9;
    border-radius: 5px;
    color: #7e859d;
    height: 50px;
    padding: 10px;
    width: 100%
}

.select__wrapper.active {
    border: 1px solid #fff
}

.select__wrapper.active .select__icon {
    transform: rotate(180deg)
}

.select__result {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: space-between;
    letter-spacing: .02em;
    line-height: 16px
}

.select__result .icon {
    height: 12px !important;
    width: 16px !important
}

.select__result div {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.select__result:hover {
    cursor: pointer
}

.select__wrapper .select__icon {
    background-image: url(../img/icons/arrow-dark-down.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 10px;
    pointer-events: none;
    position: relative;
    transition: .3s;
    vertical-align: middle;
    width: 10px
}

.select__wrapper .select__icon:hover {
    cursor: pointer
}

.display-none {
    display: none !important
}

.selected-value {
    cursor: default !important;
    font-size: 16px !important;
    line-height: 20px !important
}

.selected-value,
.selected-value span:hover {
    color: hsla(0, 0%, 100%, .3) !important
}

.-group .select__options {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 15px;
    grid-column-gap: 30px
}

@media screen and (max-width:575.98px) {
    .-group .select__options {
        grid-template-columns: repeat(2, 1fr)
    }
}

.-group .select__result .select__text {
    display: none
}

.select__options {
    display: grid;
    grid-template-columns: 1fr;
    height: 0;
    left: 0;
    top: calc(100% + 2px);
    width: 100%;
    grid-row-gap: 30px;
    background: #f6f4f9;
    border-radius: 7px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
    color: #7e859d;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 16px;
    overflow: hidden;
    position: absolute
}

.select__options div {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row
}

.select__options .icon {
    margin-right: 10px
}

.select__options div:first-child {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important
}

.select__options:disabled {
    display: none
}

.select__options {
    scrollbar-color: hsla(0, 0%, 100%, .3) transparent;
    scrollbar-width: thin
}

.select__options::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

.select__options::-webkit-scrollbar-corner {
    background: transparent
}

.select__options::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0
}

.select__options::-webkit-scrollbar-track {
    background: none
}

.select__options::-webkit-scrollbar-track:hover {
    background: hsla(0, 0%, 100%, .05)
}

.select__options::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .3);
    background-clip: content-box;
    border-radius: 2px;
    min-height: 15px !important
}

.select__options::-webkit-scrollbar-thumb:hover {
    background-clip: content-box;
    background: hsla(0, 0%, 100%, .5)
}

.first-item {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important
}

.-group .select__active {
    width: 410px
}

@media screen and (max-width:575.98px) {
    .-group .select__active {
        width: calc(100vw - 30px)
    }
}

.select__active {
    height: auto;
    max-height: 200px;
    overflow-y: auto;
    padding: 15px 25px;
    z-index: 9
}

.select__active .select__result:after {
    transform: rotate(0deg)
}

.select-input-container {
    margin: 0 auto 24px;
    max-width: 366px;
    position: relative;
    width: 100%
}

.select-input-container.active .modal-sign__input-select {
    border: 1px solid #fff
}

.select-input-container.active .select__icon {
    transform: rotate(180deg)
}

.select-input-container .modal-sign__input .modal-sign__input-select .select__result div {
    color: transparent
}

.select-input {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 16px;
    left: 38px;
    line-height: 20px;
    position: absolute;
    top: 14px;
    width: calc(100% - 95px);
    z-index: 100
}

.select-input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .3);
    font-size: 16px;
    line-height: 20px
}

.select-input::placeholder {
    color: hsla(0, 0%, 100%, .3);
    font-size: 16px;
    line-height: 20px
}

.select-input:focus-visible {
    outline: none
}

.-no-matches {
    color: hsla(0, 0%, 100%, .3);
    display: block;
    font-size: 16px;
    line-height: 20px
}

.select-button-close {
    background: transparent;
    background-image: url(../img/icons/arrow-close.svg);
    background-size: cover;
    border: 0;
    box-shadow: none;
    color: transparent;
    cursor: pointer;
    display: none;
    height: 10px;
    padding: 0;
    position: absolute;
    right: 36px;
    top: 18px;
    width: 10px;
    z-index: 100
}

.select-button-close.active {
    display: inline-block
}

@media(max-width:575.98px) {
    .g-recaptcha div {
        margin: 0 auto
    }
}

.contact-form {
    display: flex;
    flex-flow: row wrap;
    max-width: 810px;
    position: relative
}

.contact-form:before {
    background: url(../img/icons/plainCon.svg);
    background-repeat: no-repeat;
    content: "";
    height: 230px;
    left: 100%;
    position: absolute;
    top: 0;
    width: 241px
}

@media(max-width:1199.98px) {
    .contact-form:before {
        display: none
    }
}

@media(max-width:1489.98px) {
    .contact-form {
        max-width: 760px
    }
}

@media(max-width:991.98px) {
    .contact-form {
        max-width: 100%
    }
}

.contact__main-title {
    margin: 0;
    padding: 0
}

@media(max-width:575.98px) {
    .contact__main-title {
        padding-top: 20px
    }
}

.contact__item-form {
    flex: 0 0 33.333%;
    padding-right: 30px
}

@media(max-width:575.98px) {
    .contact__item-form {
        flex: 0 0 100%;
        margin-bottom: 10px;
        padding-right: 0
    }
}

.contact__item-form--padding {
    padding: 0
}

.contact__item-form select {
    background: #f6f4f9;
    border: none;
    border-radius: 6px;
    color: #363945;
    font-size: 14px;
    height: 100%;
    padding-left: 25px;
    width: 100%
}

@media(max-width:575.98px) {
    .contact__item-form select {
        height: 60px
    }
}

.contact__textarea {
    flex: 0 0 100%;
    margin-bottom: 10px;
    padding-top: 20px
}

.contact__textarea textarea {
    background: #f6f4f9;
    border-radius: 6px;
    color: #7e859d;
    min-height: 140px;
    padding: 20px;
    resize: none;
    width: 100%
}

.contact__btn {
    flex: 0 0 24%
}

@media(max-width:991.98px) {
    .contact__btn {
        flex: 0 0 36%
    }
}

@media(max-width:575.98px) {
    .contact__btn {
        flex: 0 0 100%;
        order: 2;
        padding-bottom: 10px
    }
}

.contact__btn .button {
    height: 60px;
    max-width: 185px;
    position: relative;
    width: 100%
}

@media(max-width:575.98px) {
    .contact__btn .button {
        max-width: 100%
    }
}

.contact__secc {
    align-items: center;
    border-radius: 5px;
    display: flex;
    padding: 18px
}

@media(max-width:575.98px) {
    .contact__secc {
        font-size: 10px
    }
}

.contact__secc span {
    color: #363945;
    font-weight: 600;
    padding: 0 5px
}

.contact__secc img {
    margin-right: 15px
}

.contact__good {
    background: rgba(53, 185, 114, .1);
    margin-bottom: 5px
}

.contact__bad {
    background: hsla(6, 69%, 63%, .1)
}

.contact__captha {
    flex: 0 0 27%;
    padding: 0 13px
}

@media(max-width:1489.98px) {
    .contact__captha {
        flex: 0 0 25%
    }
}

@media(max-width:991.98px) {
    .contact__captha {
        flex: 0 0 50%
    }
}

@media(max-width:575.98px) {
    .contact__captha {
        flex: 0 0 100%;
        order: 1;
        padding: 0 0 10px
    }
}

.contact__done {
    padding-top: 10px;
    text-align: center;
    width: 100%
}

@media(max-width:991.98px) {
    .contact__done {
        padding-top: 20px
    }
}

@media(max-width:575.98px) {
    .contact__done {
        order: 3;
        padding: 0
    }
}

.contact__adress-wrap {
    display: flex;
    flex-flow: row wrap;
    position: relative
}

.contact__item {
    flex: 0 0 65%
}

@media(max-width:575.98px) {
    .contact__item {
        flex: 0 0 100%
    }
}

.contact__item:before {
    background: url(../img/icons/beforecontact.svg);
    background-repeat: no-repeat;
    content: "";
    height: 229px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 130px
}

@media(max-width:991.98px) {
    .contact__item:before {
        display: none
    }
}

.contact__item--second {
    flex: 0 0 35%
}

@media(max-width:575.98px) {
    .contact__item--second {
        flex: 0 0 100%
    }
}

.contact__conect-with-us {
    margin: 0;
    padding: 60px 0 30px
}

.contact__list-item p {
    margin: 20px 0 0
}

.upload-control {
    align-items: center;
    background-color: rgba(2, 111, 211, .05);
    border: 1px dashed #026fd3;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: relative;
    text-align: center;
    transition: all .2s linear;
    transition-property: background-color, box-shadow
}

.upload-control:hover {
    background-color: rgba(2, 111, 211, .1)
}

.upload-control.error {
    background: rgba(219, 70, 53, .1);
    border: 1px dashed #db4635
}

.upload-control.error:hover {
    background: rgba(219, 70, 53, .1) !important
}

.upload-control.loading {
    background: rgba(255, 138, 0, .1);
    border: 1px solid rgba(255, 138, 0, .25)
}

.upload-control.loading:hover {
    background: rgba(255, 138, 0, .1) !important
}

.upload-control+.upload-control {
    margin-top: 10px
}

.upload-control.active * {
    pointer-events: none
}

.upload-control.valid:after,
.upload-control.valid:before {
    display: block
}

.upload-control.valid:before {
    background-color: #0faf59;
    border-radius: 50%
}

@media(max-width:567px) {
    .upload-control {
        padding: 20px 10px
    }
}

.upload-control:after,
.upload-control:before {
    content: "";
    display: none;
    height: 20px;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 20px
}

.upload-control.active:after,
.upload-control.active:before {
    left: 8px
}

.upload-control__input {
    opacity: 0;
    overflow: hidden
}

.upload-control__input,
.upload-control__input:after {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.upload-control__input:after {
    content: ""
}

.upload-control__label {
    color: hsla(0, 0%, 100%, .8);
    font-weight: 900;
    margin-bottom: 10px
}

.upload-control__value {
    background-color: rgba(53, 58, 77, .05);
    border-radius: 14px;
    font-weight: 700;
    margin: 0 0 4px;
    max-width: 75%;
    overflow: hidden;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.upload-control__value:before {
    color: rgba(53, 58, 77, .3);
    content: "File:";
    display: inline-block;
    font-weight: 400;
    margin-right: 6px
}

.upload-control--dark .upload-control__value {
    background-color: hsla(0, 0%, 100%, .05)
}

.upload-control--dark .upload-control__value:before {
    color: hsla(0, 0%, 100%, .3)
}

.upload-control__remove {
    background-color: #db4635;
    border: none;
    border-radius: 50%;
    color: #fff;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 12px;
    transition: background-color .2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 20px
}

.upload-control__remove:hover {
    background-color: #ff402b
}

.upload-control__remove svg {
    height: 10px;
    margin: 0 auto;
    width: 8px
}

.upload-control__count {
    color: var(--color-black-30)
}

.upload-control__icon {
    content: "";
    left: 12px;
    position: absolute;
    top: 12px
}

.upload-control.valid .upload-control__icon {
    display: none
}

.upload-control__help {
    margin: 0
}

.upload-control__dragdrop {
    align-items: center;
    background-color: #fff;
    border: 2px dashed #026fd3;
    border-radius: 4px;
    bottom: -1px;
    box-shadow: 0 0 5px rgba(2, 111, 211, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: -1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: -1px;
    text-align: center;
    top: -1px;
    transition: all .2s linear;
    transition-property: opacity, box-shadow;
    z-index: 10
}

.upload-control__dragdrop>:not(:last-child) {
    margin-bottom: 2px
}

.upload-control__dragdrop [class*=icon] {
    margin: 0 auto 10px
}

.upload-control.active .upload-control__dragdrop {
    box-shadow: 0 4px 10px rgba(2, 111, 211, .25);
    opacity: 1
}

.upload-control-form {
    margin-bottom: 24px;
    max-width: 617px;
    width: 100%
}

.upload-control-files {
    counter-reset: files-counter;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.upload-control-files li {
    counter-increment: files-counter;
    display: flex;
    font-weight: 700;
    margin: 0 10px;
    padding: 10px 0
}

.upload-control-files li:not(:last-of-type) {
    border-bottom: 1px solid var(--color-black-10)
}

.upload-control-files li {
    color: #fff
}

.upload-control-files li:before {
    color: var(--color-black-30);
    content: counter(files-counter) ". ";
    font-weight: 400;
    margin-right: 8px
}

.upload-control-files__file {
    color: #fff;
    margin-right: 8px;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.upload-control-files__remove {
    background: none;
    border: none;
    color: #db4635;
    cursor: pointer;
    margin-left: auto;
    margin-right: -4px;
    min-width: 20px;
    padding: 2px 4px;
    text-align: center;
    transition: color .1333333333333s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.upload-control-files__remove:hover {
    color: #ff402b
}

.misspell-hint {
    height: auto;
    opacity: 1;
    transition: all .3s
}

.misspell-hint.hint.-danger {
    color: #fff
}

.misspell-hint.hide {
    height: 0 !important;
    margin: 0 !important;
    opacity: 0;
    padding: 0 25px !important
}

.misspell-hint .misspell-hint-suggestion {
    border-bottom: 1px solid #db4635;
    cursor: pointer;
    font-weight: 700
}

.about_us__quotex {
    max-width: 726px;
    width: 100%
}

.about_us__quotex__container {
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    display: flex;
    justify-content: space-between;
    margin: 120px auto 0;
    max-width: 1242px;
    padding-bottom: 47px;
    width: 100%
}

@media(max-width:1242px) {
    .about_us__quotex__container {
        margin: 60px auto 0;
        padding: 0 16px 47px
    }
}

@media(max-width:568px) {
    .about_us__quotex__container {
        border-bottom: 0;
        flex-flow: column-reverse;
        margin: 48px auto 0;
        max-width: 100%;
        padding: 0 16px 47px
    }
}

.about_us__quotex-title {
    margin: 48px 0 24px
}

@media(max-width:568px) {
    .about_us__quotex-title {
        margin: 13px 0
    }
}

.about_us__quotex-text {
    font-size: 21px;
    font-weight: 400;
    line-height: 34px
}

@media(max-width:568px) {
    .about_us__quotex-text {
        margin: 13px 0
    }

    .about_us__quotex-image {
        display: block;
        width: 100%
    }
}

.about_us__desires {
    margin-top: 70px;
    max-width: 598px;
    width: 100%
}

@media(max-width:870px) {
    .about_us__desires {
        border-bottom: 1px solid hsla(0, 0%, 100%, .1);
        margin: 0 16px;
        max-width: calc(100% - 32px);
        padding: 0 0 24px
    }
}

.about_us__desires p {
    font-size: 21px;
    font-weight: 400;
    line-height: 34px
}

.about_us__desires-container {
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1242px;
    padding-bottom: 100px;
    width: 100%
}

@media(max-width:1242px) {
    .about_us__desires-container {
        padding: 0 16px 0 0
    }
}

@media(max-width:870px) {
    .about_us__desires-container {
        border-bottom: 0;
        display: block;
        max-width: 100%;
        padding-bottom: 0
    }
}

@media(max-width:567px) {
    .about_us__desires-container {
        padding: 0 16px 0 0
    }
}

.about_us__desires-image {
    display: block;
    margin-left: -19%;
    margin-top: -30px;
    width: 773px
}

@media(max-width:870px) {
    .about_us__desires-image {
        display: none
    }
}

.about_us__desires-image__mobile {
    display: none
}

@media(max-width:870px) {
    .about_us__desires-image__mobile {
        display: block;
        margin: 53px 0 28px;
        width: 100%
    }
}

.about_us__desires-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px
}

@media(max-width:870px) {
    .about_us__desires-title {
        margin-bottom: 16px
    }
}

.about_us__desires-text {
    margin-bottom: 24px
}

.about_us__modern {
    background: url(../img/about-us-modern.png) no-repeat center 130px;
    padding: 55px 0 0;
    width: 100%
}

@media(max-width:1242px) {
    .about_us__modern {
        padding: 0 16px
    }
}

@media(max-width:870px) {
    .about_us__modern {
        background: url(../img/about-us-modern-mobile.png) no-repeat 0 0;
        padding: 24px 0 0
    }
}

.about_us__modern-title {
    margin: 0 auto 64px;
    text-align: center
}

@media(max-width:870px) {
    .about_us__modern-title {
        margin: 0 16px 68px;
        text-align: left
    }
}

.about_us__modern-items {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1392px;
    padding-bottom: 72px;
    width: 100%
}

@media(max-width:870px) {
    .about_us__modern-items {
        border-bottom: 0;
        flex-wrap: wrap;
        max-width: 100%;
        padding: 0 16px
    }
}

.about_us__modern-item {
    background: #262b3c;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 24px;
    opacity: .9;
    padding: 48px;
    text-align: center;
    width: 25%
}

.about_us__modern-item:last-child {
    margin-right: 0
}

@media(max-width:870px) {
    .about_us__modern-item {
        margin-right: 8px;
        padding: 24px 11px 32px;
        width: calc(50% - 4px)
    }

    .about_us__modern-item:nth-child(2) {
        margin-bottom: 8px;
        margin-right: 0
    }

    .about_us__modern-item:first-child {
        margin-bottom: 8px
    }
}

.about_us__work-container {
    margin: 45px auto 100px;
    max-width: 1224px;
    width: 100%
}

@media(max-width:1242px) {
    .about_us__work-container {
        padding: 0 16px
    }
}

@media(max-width:568px) {
    .about_us__work-container {
        margin: 45px auto 34px;
        max-width: 100%
    }
}

.about_us__work-title {
    margin-bottom: 11px
}

@media(max-width:568px) {
    .about_us__work-title {
        margin: 0 16px 8px
    }
}

.about_us__work-subtitle {
    color: #fff;
    font-size: 32px;
    line-height: 68px;
    margin-bottom: 51px;
    opacity: .3
}

@media(max-width:568px) {
    .about_us__work-subtitle {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        margin: 0 16px 8px;
        opacity: .4
    }
}

.about_us__work-step {
    max-width: 184px;
    width: 100%
}

@media(max-width:568px) {
    .about_us__work-step {
        margin-right: 9px;
        max-width: calc(50% - 4.5px)
    }

    .about_us__work-step:nth-child(2) {
        margin-bottom: 15px;
        margin-right: 0
    }

    .about_us__work-step:first-child {
        margin-bottom: 15px
    }

    .about_us__work-step:nth-child(4) {
        margin-right: 0
    }
}

.about_us__work-steps {
    display: flex;
    justify-content: space-between
}

@media(max-width:568px) {
    .about_us__work-steps {
        border-bottom: 0;
        flex-wrap: wrap;
        max-width: 100%;
        padding: 0
    }
}

.about_us__work-steps-block {
    align-items: center;
    background: rgba(38, 43, 60, .8);
    border-radius: 8px;
    display: flex;
    height: 135px;
    justify-content: center
}

.about_us__work-steps__title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 24px 0 12px
}

@media(max-width:568px) {
    .about_us__work-steps__title {
        margin: 15px 0 8px
    }
}

.about_us__problem {
    display: flex;
    padding-top: 60px
}

@media(max-width:568px) {
    .about_us__problem {
        display: block;
        padding: 24px 24px 0
    }
}

.about_us__problem-container {
    background: rgba(38, 43, 60, .8);
    margin: 0 auto;
    max-width: 1224px;
    overflow: hidden;
    width: 100%
}

@media(max-width:1242px) {
    .about_us__problem-container {
        margin: 0 16px;
        max-width: calc(100% - 32px)
    }
}

.about_us__problem-quotes {
    background-image: url(../img/about-us-problem-quotes.svg);
    height: 80px;
    margin: 0 97px 0 123px;
    width: 104px
}

@media(max-width:1242px) {
    .about_us__problem-quotes {
        margin: 0 30px
    }
}

@media(max-width:568px) {
    .about_us__problem-quotes {
        margin: 0 auto 20px
    }
}

.about_us__problem-text {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    max-width: 686px;
    opacity: .7;
    width: 100%
}

@media(max-width:1242px) {
    .about_us__problem-text {
        max-width: calc(100% - 164px)
    }
}

@media(max-width:568px) {
    .about_us__problem-text {
        font-size: 14px;
        line-height: 18px;
        max-width: 100%
    }
}

.about_us__demo {
    max-width: 529px;
    width: 100%
}

@media(max-width:1242px) {
    .about_us__demo {
        padding: 0 16px
    }
}

@media(max-width:870px) {
    .about_us__demo {
        margin: 0 auto;
        padding: 0
    }
}

.about_us__demo-container {
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .05);
    display: flex;
    justify-content: space-between;
    margin: 90px auto 0;
    max-width: 1224px;
    padding-bottom: 90px;
    width: 100%
}

@media(max-width:870px) {
    .about_us__demo-container {
        border-bottom: 0;
        flex-wrap: wrap-reverse;
        margin-top: 34px;
        max-width: 100%;
        padding: 0 16px
    }
}

.about_us__demo-title {
    margin-bottom: 40px
}

@media(max-width:870px) {
    .about_us__demo-title {
        margin-bottom: 12px
    }
}

.about_us__demo-text {
    margin-bottom: 40px
}

@media(max-width:870px) {
    .about_us__demo-text {
        margin-bottom: 12px
    }
}

.about_us__demo-button {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 6px;
    color: #353a4d;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 72px;
    justify-content: center;
    line-height: 20px;
    margin-right: 22px;
    width: 345px
}

.about_us__demo-button:hover {
    background: linear-gradient(0deg, #686f86, #686f86), #fff;
    color: #fff
}

@media(max-width:870px) {
    .about_us__demo-button {
        height: 64px;
        width: 100%
    }
}

.about_us__demo-image {
    position: relative
}

@media(max-width:870px) {
    .about_us__demo-image {
        margin: 0 auto 15px
    }

    .about_us__demo-image img {
        display: block;
        width: 100%
    }
}

.about_us__demo-image__text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    left: 50%;
    line-height: 27px;
    max-width: 240px;
    position: absolute;
    text-align: center;
    top: 5%;
    transform: translate(-50%);
    width: 100%
}

.about_us__innovation-container {
    margin: 40px auto 0;
    max-width: 1224px;
    width: 100%
}

@media(max-width:568px) {
    .about_us__innovation-container {
        background: url(../img/about-us-innovation-mobile.png) no-repeat;
        background-size: cover;
        margin: 60px 0 68px;
        max-width: 100%;
        padding-bottom: 103px
    }
}

.about_us__innovation-title {
    margin: 0 auto 73px;
    max-width: 940px;
    text-align: center;
    width: 100%
}

@media(max-width:568px) {
    .about_us__innovation-title {
        margin-bottom: 0
    }
}

.about_us__innovation-button {
    align-items: center;
    bottom: 96px;
    display: flex;
    justify-content: center;
    position: relative
}

@media(max-width:568px) {
    .about_us__innovation-button {
        bottom: 0;
        display: block;
        margin: 34px auto 0;
        width: 240px
    }
}

.about_us__innovation-image {
    display: block;
    height: 100%;
    width: 100%
}

@media(max-width:568px) {
    .about_us__innovation-image {
        display: none
    }
}

.about_us__innovation-real {
    align-items: center;
    background: #35b972;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(53, 184, 114, .25);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 72px;
    justify-content: center;
    line-height: 20px;
    margin-right: 22px;
    width: 296px
}

.about_us__innovation-real:hover {
    background: #4fd38c
}

@media(max-width:568px) {
    .about_us__innovation-real {
        font-size: 14px;
        height: 48px;
        line-height: 18px;
        margin: 0 0 15px;
        width: 240px
    }
}

.about_us__innovation-demo {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 6px;
    color: #353a4d;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 72px;
    justify-content: center;
    line-height: 20px;
    margin-right: 22px;
    width: 296px
}

.about_us__innovation-demo:hover {
    background: linear-gradient(0deg, #686f86, #686f86), #fff;
    color: #fff
}

@media(max-width:568px) {
    .about_us__innovation-demo {
        font-size: 14px;
        height: 48px;
        line-height: 18px;
        width: 240px
    }
}

.about_us__help-page {
    color: #fff;
    margin: 120px auto 0;
    max-width: 1392px;
    padding: 0 16px 200px;
    width: 100%
}

.about_us__help-title {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px
}

.about_us__help-container {
    display: flex;
    justify-content: space-between
}

.about_us__help-subtitle {
    font-size: 21px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 48px;
    max-width: 730px;
    opacity: .7;
    width: 100%
}

.about_us__help-subtitle a {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px
}

.about_us__help-address {
    max-width: 272px;
    position: relative;
    width: 100%
}

@media(max-width:568px) {
    .about_us__help-address {
        display: none
    }
}

.about_us__help-address-mobile {
    display: none;
    margin-top: 100px;
    position: relative;
    width: 100%
}

@media(max-width:568px) {
    .about_us__help-address-mobile {
        display: block
    }
}

.about_us__help-address__bg {
    background: #026fd3;
    border-radius: 67.0914px;
    filter: blur(90px);
    height: 100%;
    opacity: .15;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.about_us__help-address__header {
    color: hsla(0, 0%, 100%, .8);
    display: flex;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px
}

.about_us__help-address__header svg {
    flex: none;
    height: 22px;
    margin-right: 8px;
    width: 22px
}

.about_us__help-address__social {
    align-items: center;
    display: flex;
    padding: 0 0 0 30px
}

.about_us__help-address__social a {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 12px;
    width: 40px
}

.about_us__help_subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px
}

.about_us__help-buttons {
    align-items: center;
    display: flex
}

.about_us__help-buttons.arabic {
    justify-content: right
}

.about_us__help-button {
    background: linear-gradient(0deg, #353a4d, #353a4d), hsla(0, 0%, 100%, .05);
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 24px;
    padding: 12px 20px
}

.about_us__help-button.active {
    background: linear-gradient(0deg, #2f80ed, #2f80ed), linear-gradient(0deg, #353a4d, #353a4d), hsla(0, 0%, 100%, .05)
}

.about_us__help-button:last-child {
    margin-left: 12px
}

.about_us__help-button:hover {
    background: #474c5d
}

.about_us__help-block {
    background: #282c3d;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-width: 730px;
    width: 100%
}

.about_us__help-block.arabic {
    margin-left: auto
}

.about_us__help-block__padding {
    padding: 30px
}

@media(max-width:568px) {
    .about_us__help-block__padding {
        padding: 15px
    }
}

.about_us__help-block__title {
    align-items: center;
    display: flex;
    font-weight: 700;
    margin-bottom: 20px
}

.about_us__help-block__title.arabic {
    justify-content: right
}

.about_us__help-block__title.arabic svg {
    margin-left: 10px;
    margin-right: 0
}

.about_us__help-block__title.success {
    margin: 0
}

.about_us__help-block__title svg {
    height: 20px;
    margin-right: 10px;
    width: 20px
}

.about_us__help-block__text {
    margin-left: 30px
}

.about_us__help-block__text ol {
    padding: 0 0 0 23px
}

.about_us__help-block__text li {
    color: #2b99ff;
    font-weight: 900;
    margin-bottom: 20px
}

.about_us__help-block__text li span {
    color: #fff;
    font-weight: 400
}

.about_us__help-block__text ul {
    padding: 0 0 0 17px
}

.about_us__help-block__text ul li {
    margin-bottom: 15px
}

.about_us__help-block__text ul em {
    color: #fff;
    font-weight: 400
}

.about_us__help-block__button {
    background: hsla(0, 0%, 100%, .05);
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 20px
}

.about_us__help-block__button:hover {
    background: #474c5d
}

.about_us__help-block__warning {
    background: rgba(255, 138, 0, .1);
    border: 2px solid rgba(255, 138, 0, .3);
    border-radius: 4px
}

.about_us__help-block__info,
.about_us__help-block__warning {
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px
}

.about_us__help-block__info {
    background: rgba(2, 111, 211, .1);
    border: 2px solid rgba(2, 111, 211, .3);
    border-radius: 4px
}

.about_us__help-block__success {
    background: rgba(15, 175, 89, .1);
    border: 2px solid rgba(15, 175, 89, .3);
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    padding: 20px
}

.about_us__help-block__form {
    background: #2e3345;
    border-radius: 8px;
    padding: 24px
}

.about_us__help-block__form .modal-sign__input {
    margin-bottom: 28px !important;
    max-width: 100% !important;
    width: 100%
}

.about_us__help-block__form .contacts__textarea {
    margin-bottom: 20px !important;
    max-width: 100% !important;
    width: 100%
}

.about_us__help-block__form input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .2) !important
}

.about_us__help-block__form input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .2) !important
}

.about_us__help-block__form textarea::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .2) !important
}

.about_us__help-block__form textarea::-moz-placeholder {
    color: hsla(0, 0%, 100%, .2) !important
}

.about_us__help-block__form-label {
    background: linear-gradient(0deg, #2e3345, #2e3345), #282c3d !important;
    color: hsla(0, 0%, 100%, .4) !important;
    font-weight: 400
}

.about_us__help-block__form-drop-label {
    font-size: 14px;
    font-weight: 900;
    line-height: 18px;
    margin-bottom: 10px
}

.about_us__help-block__form-drop-help {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.about_us__help-block__form-button {
    background: #0faf59;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(53, 184, 114, .25);
    color: #fff;
    cursor: pointer;
    padding: 18px 0;
    text-align: center;
    width: 100%
}

.about_us__help-block__form-button:disabled {
    cursor: not-allowed;
    opacity: .5
}

.hidden {
    display: none !important
}

.reviews {
    color: #fff;
    margin: 48px auto 120px;
    max-width: 1400px;
    width: 100%
}

@media(max-width:1500px) {
    .reviews {
        margin: 0 auto;
        padding: 48px 24px
    }
}

@media(max-width:768px) {
    .reviews {
        margin-bottom: 70px;
        max-width: 100%;
        padding: 50px 20px
    }
}

@media(max-width:568px) {
    .reviews {
        padding: 48px 12px
    }
}

.reviews__title {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin: 0 0 24px
}

@media(max-width:1025px) {
    .reviews__title {
        margin: 0
    }
}

@media(max-width:568px) {
    .reviews__title {
        font-size: 24px;
        line-height: normal;
        margin: 0 0 24px
    }
}

.reviews__subtitle {
    font-size: 21px;
    line-height: 34px;
    margin: 24px 0 48px;
    max-width: 920px;
    opacity: .7
}

@media(max-width:568px) {
    .reviews__subtitle {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 48px
    }
}

.reviews__container {
    display: grid;
    gap: 24px;
    grid-template-columns: 100%
}

@media(min-width:768px) {
    .reviews__container {
        gap: 48px
    }
}

@media(min-width:1024px) {
    .reviews__container {
        gap: 4%;
        grid-template-columns: 65% 31.5%
    }
}

@media(max-width:1167px) {
    .reviews__items {
        width: 100%
    }
}

.reviews__item {
    background: var(--Grey-100, #272a37);
    border-radius: 16px;
    margin-bottom: 24px;
    padding: 48px
}

@media(max-width:568px) {
    .reviews__item {
        margin-bottom: 12px;
        padding: 12px
    }
}

.reviews__item-user {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

.reviews__item-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

@media(max-width:568px) {
    .reviews__item-name {
        font-size: 20px;
        line-height: 24px
    }
}

.reviews__item-rating {
    display: flex;
    gap: 2px;
    margin-left: auto
}

@media(max-width:568px) {
    .reviews__item-rating {
        margin-top: 4px
    }
}

.reviews__item-label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
    margin-right: 6px;
    opacity: .5
}

@media(max-width:568px) {
    .reviews__item-label {
        font-size: 14px;
        line-height: 18px
    }
}

.reviews__item-value {
    font-size: 14px;
    line-height: 18px;
    opacity: .7
}

@media(max-width:568px) {
    .reviews__item-value {
        font-size: 14px;
        line-height: 18px
    }
}

.reviews__item-text {
    display: -webkit-box;
    font-size: 18px;
    line-height: 28px;
    margin: 24px 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    opacity: .7;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width:568px) {
    .reviews__item-text {
        font-size: 16px;
        -webkit-line-clamp: 6;
        line-height: 24px
    }
}

.reviews__item-button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #026fd3;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 6px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

@media(max-width:568px) {
    .reviews__item-button {
        font-size: 16px;
        line-height: 20px
    }
}

.reviews__item-button:hover {
    color: #2b99ff
}

.reviews__block {
    order: -1;
    width: 100%
}

@media(min-width:1024px) {
    .reviews__block {
        align-self: start;
        order: 0;
        position: sticky;
        top: 20px
    }
}

.reviews__rating-title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 12px;
    padding: 0 10px 0 24px
}

@media(max-width:568px) {
    .reviews__rating-title {
        padding: 0 12px
    }
}

.reviews__rating-subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
    opacity: .7;
    padding: 0 24px
}

@media(max-width:568px) {
    .reviews__rating-subtitle {
        padding: 0 12px
    }
}

.reviews__rating-number {
    font-size: 36px;
    font-weight: 700;
    line-height: 38px
}

@media(max-width:568px) {
    .reviews__rating-number {
        font-size: 24px;
        line-height: 30px
    }
}

.reviews__rating-stars {
    align-items: center;
    display: flex;
    gap: 2px;
    margin: 0 12px
}

@media(max-width:568px) {
    .reviews__rating-stars svg {
        height: 18px;
        width: 18px
    }
}

.reviews__rating-votes {
    flex: none;
    font-size: 14px;
    line-height: 18px;
    opacity: .7
}

@media(max-width:568px) {
    .reviews__rating-votes {
        font-size: 12px;
        line-height: 16px
    }
}

.reviews__rating-grade {
    background: #272a37;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    padding: 24px
}

@media(max-width:568px) {
    .reviews__rating-grade {
        font-size: 12px;
        line-height: 16px;
        padding: 12px
    }
}

.reviews__rating-grade__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px
}

@media(max-width:568px) {
    .reviews__rating-grade__title {
        font-size: 16px;
        line-height: 20px
    }
}

.reviews__rating-grade__star {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-top: 12px
}

.reviews__rating-grade__star-name {
    flex: none
}

.reviews__rating-grade__star-line {
    background-color: #474c5d;
    border-radius: 4px;
    height: 4px;
    max-width: inherit;
    position: relative;
    width: 100%
}

.reviews__rating-grade__star-progres {
    background-color: #0faf59;
    border-radius: 4px;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10%;
    z-index: 0
}

.reviews__bonus {
    background: #212634;
    border-radius: 16px;
    margin-bottom: 12px;
    margin-top: 24px;
    padding: 24px
}

@media(min-width:568px) {
    .reviews__bonus {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 0
    }
}

@media(min-width:1024px) {
    .reviews__bonus {
        display: block
    }
}

.reviews__bonus-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    text-align: center
}

@media(min-width:568px) {
    .reviews__bonus-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
        margin-right: 24px
    }
}

@media(min-width:1024px) {
    .reviews__bonus-title {
        margin-bottom: 24px;
        margin-right: 0
    }
}

.reviews__bonus-button {
    align-items: center;
    background: #0faf59;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgba(53, 184, 114, .25);
    color: #fff;
    cursor: pointer;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
    padding: 12px 20px
}

.reviews__bonus-button:hover {
    background: #05c55e
}

@media(max-width:568px) {
    .reviews__bonus-button {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 12px
    }
}

@media(min-width:568px) {
    .reviews__bonus-button {
        margin: 0
    }
}

@media(min-width:1024px) {
    .reviews__bonus-button {
        margin: 0 auto
    }
}

.reviews__bonus-button_arrow {
    align-items: center;
    background: hsla(0, 0%, 100%, .3);
    border-radius: 100px;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px
}

.review {
    color: #fff;
    margin: 48px auto 120px;
    max-width: 1400px;
    width: 100%
}

@media(max-width:1500px) {
    .review {
        margin: 0 auto;
        padding: 48px 24px
    }
}

@media(max-width:768px) {
    .review {
        max-width: 100%;
        padding: 50px 20px
    }
}

@media(max-width:568px) {
    .review {
        padding: 48px 12px
    }
}

.review__links {
    align-items: center;
    display: flex;
    gap: 6px
}

.review__links>div {
    color: #9a9da6
}

@media(max-width:568px) {
    .review__links {
        flex-flow: wrap
    }
}

.review__links>.review__links-page:last-child {
    color: #fff
}

.review__links-page {
    color: #9a9da6;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width:568px) {
    .review__links-page {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.review__title {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin: 24px 0 48px
}

@media(max-width:568px) {
    .review__title {
        font-size: 24px;
        line-height: normal;
        margin: 12px 0 24px
    }
}

.review__body {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0
}

@media(min-width:1024px) {
    .review__body {
        grid-template-columns: 65% 31.5%;
        grid-gap: 4%
    }
}

@media(max-width:568px) {
    .review__body {
        padding-top: 24px
    }
}

.review__container {
    background: #272a37;
    border-radius: 16px;
    padding: 48px
}

@media(max-width:1024px) {
    .review__container {
        margin-top: 48px
    }
}

@media(max-width:568px) {
    .review__container {
        padding: 12px
    }
}

.review__user {
    align-items: center;
    display: flex;
    margin-bottom: 12px
}

@media(max-width:568px) {
    .review__user {
        display: block
    }
}

.review__user-block {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media(max-width:568px) {
    .review__user-block {
        display: block
    }
}

.review__user-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 6px
}

@media(max-width:568px) {
    .review__user-name {
        font-size: 20px;
        line-height: 24px
    }
}

.review__user-label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
    margin-right: 6px;
    opacity: .5
}

@media(max-width:568px) {
    .review__user-label {
        font-size: 14px;
        line-height: 18px
    }
}

.review__user-value {
    font-size: 14px;
    line-height: 18px;
    opacity: .7
}

@media(max-width:568px) {
    .review__user-value {
        font-size: 14px;
        line-height: 18px
    }
}

.review__user-rating {
    display: flex;
    gap: 2px;
    margin-left: auto
}

@media(max-width:568px) {
    .review__user-rating {
        margin-top: 12px
    }
}

.review__user-comment {
    color: hsla(0, 0%, 100%, .7);
    font-size: 18px;
    line-height: 28px;
    margin-top: 24px
}

.review__line {
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .1) 50.63%, hsla(0, 0%, 100%, 0));
    height: 1px;
    margin: 48px 0;
    width: 100%
}

@media(max-width:568px) {
    .review__line {
        margin: 36px 0
    }
}

.review__admin {
    margin: 0 0 0 48px
}

@media(max-width:967px) {
    .review__admin {
        margin: 48px 0 0 30px
    }
}

@media(max-width:568px) {
    .review__admin {
        margin: 0 0 0 12px
    }
}

.review__admin-block {
    display: flex
}

.review__admin-avatar {
    background-image: url(../img/icons/admin-avatar.svg);
    border-radius: 16px;
    flex: none;
    height: 52px;
    margin-right: 12px;
    width: 52px
}

.review__admin-name {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    line-height: 24px
}

.review__admin-service {
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
    opacity: .5
}

.review__admin-answer {
    color: hsla(0, 0%, 100%, .7);
    font-size: 18px;
    line-height: 28px;
    margin: 24px 0 0
}

@media(max-width:967px) {
    .review__admin-answer {
        max-width: none
    }
}

@media(max-width:568px) {
    .review__admin-answer {
        font-size: 16px;
        line-height: 24px;
        margin: 12px 0 0
    }
}

@media(max-width:1024px) {
    .review__block {
        order: -1;
        width: 100%
    }
}

.review__rating-title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 12px;
    padding: 0 10px 0 24px
}

@media(max-width:568px) {
    .review__rating-title {
        padding: 0 12px
    }
}

.review__rating-subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
    opacity: .7;
    padding: 0 24px
}

@media(max-width:568px) {
    .review__rating-subtitle {
        padding: 0 12px
    }
}

.review__rating-number {
    flex: none;
    font-size: 36px;
    font-weight: 700;
    line-height: 38px
}

@media(max-width:568px) {
    .review__rating-number {
        font-size: 24px;
        line-height: 30px
    }
}

.review__rating-stars {
    align-items: center;
    display: flex;
    gap: 2px;
    margin: 0 12px
}

@media(max-width:568px) {
    .review__rating-stars svg {
        height: 18px;
        width: 18px
    }
}

.review__rating-votes {
    color: #026fd3;
    flex: none;
    font-size: 14px;
    line-height: 18px;
    margin: 0
}

@media(max-width:568px) {
    .review__rating-votes {
        font-size: 12px;
        line-height: 16px
    }
}

.review__rating-grade {
    background: #272a37;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    padding: 24px
}

@media(max-width:568px) {
    .review__rating-grade {
        font-size: 12px;
        line-height: 16px;
        padding: 12px
    }
}

.review__rating-grade__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px
}

@media(max-width:568px) {
    .review__rating-grade__title {
        font-size: 16px;
        line-height: 20px
    }
}

.review__rating-grade__star {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-top: 12px
}

.review__rating-grade__star-name {
    flex: none
}

.review__rating-grade__star-line {
    background-color: #474c5d;
    border-radius: 4px;
    height: 4px;
    max-width: inherit;
    position: relative;
    width: 100%
}

.review__rating-grade__star-progres {
    background-color: #0faf59;
    border-radius: 4px;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10%;
    z-index: 0
}

.review__bonus {
    background: #212634;
    border-radius: 16px;
    margin-bottom: 12px;
    margin-top: 24px;
    padding: 24px
}

@media(min-width:568px) {
    .review__bonus {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 0
    }
}

@media(min-width:1024px) {
    .review__bonus {
        display: block
    }
}

.review__bonus-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
    text-align: center
}

@media(min-width:568px) {
    .review__bonus-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
        margin-right: 24px
    }
}

@media(min-width:1024px) {
    .review__bonus-title {
        margin-bottom: 24px;
        margin-right: 0
    }
}

.review__bonus-button {
    align-items: center;
    background: #0faf59;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgba(53, 184, 114, .25);
    color: #fff;
    cursor: pointer;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
    padding: 12px 20px
}

.review__bonus-button:hover {
    background: #05c55e
}

@media(max-width:568px) {
    .review__bonus-button {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 12px
    }
}

@media(min-width:568px) {
    .review__bonus-button {
        margin: 0
    }
}

@media(min-width:1024px) {
    .review__bonus-button {
        margin: 0 auto
    }
}

.review__bonus-button_arrow {
    align-items: center;
    background: hsla(0, 0%, 100%, .3);
    border-radius: 100px;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px
}

.review__more {
    margin-top: 120px
}

@media(max-width:568px) {
    .review__more {
        margin-top: 48px
    }
}

.review__more-title {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 48px
}

@media(max-width:1024px) {
    .review__more-title {
        margin-bottom: 24px
    }
}

@media(max-width:568px) {
    .review__more-title {
        font-size: 24px;
        line-height: 30px
    }
}

.review__more-items {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr
}

@media(max-width:1024px) {
    .review__more-items {
        gap: 12px
    }
}

@media(max-width:568px) {
    .review__more-items {
        display: block
    }
}

.review__more-item {
    background: #272a37;
    border-radius: 16px;
    padding: 48px
}

@media(max-width:1024px) {
    .review__more-item {
        padding: 24px
    }
}

@media(max-width:568px) {
    .review__more-item {
        margin-bottom: 12px
    }
}

.review__more-item__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 6px
}

@media(max-width:1024px) {
    .review__more-item__title {
        font-size: 20px;
        line-height: 24px
    }
}

.review__more-item-stars {
    align-items: center;
    display: flex;
    gap: 2px;
    margin: 24px 0
}

@media(max-width:568px) {
    .review__more-item-stars svg {
        height: 18px;
        width: 18px
    }
}

.review__more-item-text {
    display: -webkit-box;
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    opacity: .7;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width:568px) {
    .review__more-item-text {
        font-size: 16px;
        -webkit-line-clamp: 5;
        line-height: 24px
    }
}

.review__more-item-button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #026fd3;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 6px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.review__more-item-button:hover {
    color: #2b99ff
}

.questions {
    color: #fff;
    margin: 120px auto;
    max-width: 1392px;
    width: 100%
}

@media(max-width:1392px) {
    .questions {
        padding: 0 24px
    }
}

@media(max-width:680px) {
    .questions {
        margin: 48px auto;
        padding: 0 12px
    }
}

.questions-title {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px
}

@media(max-width:680px) {
    .questions-title {
        font-size: 24px
    }
}

.questions-subtitle {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    grid-column-gap: 12px;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px
}

@media(max-width:680px) {
    .questions-subtitle {
        font-size: 16px;
        line-height: 20px
    }
}

.questions-subtitle svg {
    display: block;
    grid: none;
    height: 30px;
    width: 30px
}

.questions-help {
    color: hsla(0, 0%, 100%, .7);
    font-size: 21px;
    font-weight: 400;
    line-height: 34px
}

@media(max-width:680px) {
    .questions-help {
        font-size: 16px;
        line-height: 26px
    }
}

.questions__container {
    margin-top: 48px;
    max-width: 920px;
    width: 100%
}

.questions__accordion-label {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    gap: 24px;
    justify-content: space-between;
    line-height: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width:680px) {
    .questions__accordion-label {
        font-size: 16px;
        line-height: 24px
    }
}

.questions__accordion-label svg {
    flex: none
}

.questions__accordion__minus {
    display: none
}

.questions__accordion-text {
    color: hsla(0, 0%, 100%, .7);
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .3s ease, max-height .3s ease
}

@media(max-width:680px) {
    .questions__accordion-text {
        font-size: 14px;
        line-height: 24px
    }
}

@media(max-width:520px) {
    .questions__accordion-text {
        padding-right: 0
    }
}

.questions__accordion-block {
    background: #272a37;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 24px
}

@media(max-width:680px) {
    .questions__accordion-block {
        padding: 12px
    }
}

.questions__accordion-block:hover {
    background: #2b3040
}

.questions__accordion-checkbox {
    display: none
}

.questions__accordion-checkbox:checked+.questions__accordion-block {
    background: rgba(53, 58, 77, .5);
    border-radius: 9px;
    margin-bottom: 18px
}

.questions__accordion-checkbox:checked+.questions__accordion-block .questions__accordion-label {
    color: #fff
}

.questions__accordion-checkbox:checked+.questions__accordion-block .questions__accordion-text {
    margin-top: 12px;
    max-height: 100%;
    opacity: 1
}

.questions__accordion-checkbox:checked+.questions__accordion-block .questions__accordion__plus {
    display: none
}

.questions__accordion-checkbox:checked+.questions__accordion-block .questions__accordion__minus {
    display: block
}

.pwa {
    padding: 25px 12px
}

@media(min-width:768px) {
    .pwa {
        padding: 40px 24px
    }
}

@media(min-width:1024px) {
    .pwa {
        margin: 0 auto;
        max-width: 1392px;
        padding: 60px 24px
    }
}

.pwa-header {
    align-items: center;
    background: #212634;
    border-radius: 24px;
    box-shadow: 20px 0 80px 0 rgba(27, 31, 45, .2);
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 36px;
    padding: 24px
}

@media(min-width:568px) {
    .pwa-header {
        flex-direction: row
    }
}

@media(min-width:768px) {
    .pwa-header {
        flex-direction: column;
        gap: 48px;
        margin-bottom: 60px;
        padding: 48px
    }
}

@media(min-width:1024px) {
    .pwa-header {
        flex-direction: row;
        justify-content: space-between
    }
}

.pwa-header__block {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.pwa-header__title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-align: center
}

@media(min-width:568px) {
    .pwa-header__title {
        text-align: left
    }
}

@media(min-width:768px) {
    .pwa-header__title {
        font-size: 60px;
        text-align: center
    }
}

@media(min-width:1024px) {
    .pwa-header__title {
        text-align: left
    }
}

@media(min-width:1536px) {
    .pwa-header__title {
        font-size: 70px
    }
}

.pwa-header__subtitle {
    color: hsla(0, 0%, 100%, .8);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center
}

@media(min-width:568px) {
    .pwa-header__subtitle {
        text-align: left
    }
}

@media(min-width:768px) {
    .pwa-header__subtitle {
        font-size: 21px;
        line-height: 34px;
        text-align: center
    }
}

@media(min-width:1024px) {
    .pwa-header__subtitle {
        text-align: left
    }
}

.pwa-header__logo {
    padding: 12px 24px;
    position: relative;
    z-index: 0
}

.pwa-header__logo:before {
    background: rgba(60, 96, 226, .3);
    border-radius: 50%;
    content: "";
    filter: blur(25px);
    height: 60%;
    left: 0;
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 1
}

.pwa-header__logo img {
    position: relative;
    width: 137px;
    z-index: 3
}

@media(min-width:768px) {
    .pwa-header__logo img {
        width: 212px
    }
}

@media(min-width:1536px) {
    .pwa-header__logo img {
        width: 267px
    }
}

.pwa-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    text-align: center
}

@media(min-width:768px) {
    .pwa-title {
        font-size: 44px
    }
}

.pwa-subtitle {
    color: hsla(0, 0%, 100%, .7);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 12px 0;
    text-align: center
}

@media(min-width:768px) {
    .pwa-subtitle {
        font-size: 21px;
        line-height: 34px;
        margin: 24px 0
    }
}

.pwa-tabs {
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    display: flex;
    justify-content: center;
    margin-bottom: 24px
}

@media(min-width:768px) {
    .pwa-tabs {
        margin-bottom: 48px
    }
}

.pwa-tab {
    background: transparent;
    border: 0;
    color: hsla(0, 0%, 100%, .5);
    cursor: pointer;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    transition: color .25s ease
}

.pwa-tab:focus-visible {
    border-radius: 6px;
    outline: 2px solid hsla(0, 0%, 100%, .5);
    outline-offset: 2px
}

.pwa-tab:after {
    background: #026fd3;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transition: width .25s ease, left .25s ease;
    width: 0
}

.pwa-tab.active {
    color: #026fd3
}

.pwa-tab.active:after {
    left: 0;
    width: 100%
}

.pwa-tab__new {
    background: #0faf59;
    border-radius: 100px;
    bottom: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    margin-left: 10px;
    padding: 2px 5px;
    position: absolute;
    text-transform: uppercase
}

@media(min-width:370px) {
    .pwa-tab__new {
        bottom: 1px;
        position: relative
    }
}

.pwa-items {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    transition: opacity .3s ease, transform .3s ease
}

.pwa-items.is-fading {
    opacity: 0;
    transform: translateY(10px)
}

@media(min-width:768px) {
    .pwa-items {
        gap: 24px
    }
}

@media(min-width:1024px) {
    .pwa-items {
        grid-template-columns: repeat(2, 1fr)
    }
}

.pwa-item {
    background: #212634;
    border-radius: 16px;
    padding: 24px 24px 0
}

@media(min-width:768px) {
    .pwa-item {
        padding: 48px 48px 0
    }
}

.pwa-item__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 12px
}

@media(min-width:768px) {
    .pwa-item__title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px
    }
}

.pwa-item__block {
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media(min-width:425px) {
    .pwa-item__block {
        flex-direction: row;
        justify-content: space-between
    }
}

.pwa-item__text {
    color: hsla(0, 0%, 100%, .7);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.pwa-item__text-icon {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
    vertical-align: middle;
    white-space: nowrap
}

.pwa-item__text svg {
    flex-shrink: 0
}

.pwa-item__text b {
    color: #fff
}

@media(min-width:425px) {
    .pwa-item__text {
        font-size: 16px;
        line-height: 28px
    }
}

.pwa-item__img {
    display: block;
    width: 145px
}

@media(min-width:768px) {
    .pwa-item__img {
        width: -moz-min-content;
        width: min-content
    }
}

.pwa-desktop {
    padding: 24px 12px
}

@media(min-width:768px) {
    .pwa-desktop {
        padding: 40px 24px
    }
}

@media(min-width:1024px) {
    .pwa-desktop {
        margin: 0 auto;
        max-width: 1392px;
        padding: 60px 24px
    }
}

.pwa-desktop-header {
    align-items: center;
    background: #212634;
    border-radius: 24px;
    box-shadow: 20px 0 80px 0 rgba(27, 31, 45, .2);
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 36px;
    padding: 24px
}

@media(min-width:568px) {
    .pwa-desktop-header {
        flex-direction: row
    }
}

@media(min-width:768px) {
    .pwa-desktop-header {
        flex-direction: column;
        gap: 48px;
        margin-bottom: 60px;
        padding: 48px
    }
}

@media(min-width:1024px) {
    .pwa-desktop-header {
        flex-direction: row;
        justify-content: space-between
    }
}

.pwa-desktop-header__block {
    display: flex;
    flex-direction: column;
    gap: 12px
}

@media(min-width:768px) {
    .pwa-desktop-header__block {
        gap: 24px
    }
}

.pwa-desktop-header__title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-align: center
}

@media(min-width:568px) {
    .pwa-desktop-header__title {
        text-align: left
    }
}

@media(min-width:768px) {
    .pwa-desktop-header__title {
        font-size: 60px;
        text-align: center
    }
}

@media(min-width:1024px) {
    .pwa-desktop-header__title {
        text-align: left
    }
}

@media(min-width:1536px) {
    .pwa-desktop-header__title {
        font-size: 70px
    }
}

.pwa-desktop-header__subtitle {
    color: hsla(0, 0%, 100%, .8);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center
}

@media(min-width:568px) {
    .pwa-desktop-header__subtitle {
        text-align: left
    }
}

@media(min-width:768px) {
    .pwa-desktop-header__subtitle {
        font-size: 21px;
        line-height: 34px;
        text-align: center
    }
}

@media(min-width:1024px) {
    .pwa-desktop-header__subtitle {
        text-align: left
    }
}

.pwa-desktop-header__logo {
    padding: 12px 24px;
    position: relative;
    z-index: 0
}

@media(min-width:568px) {
    .pwa-desktop-header__logo {
        margin-inline-start: auto
    }
}

@media(min-width:768px) {
    .pwa-desktop-header__logo {
        margin-inline-start: 0
    }
}

.pwa-desktop-header__logo:before {
    background: rgba(60, 96, 226, .3);
    border-radius: 50%;
    content: "";
    filter: blur(25px);
    height: 60%;
    left: 0;
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 1
}

.pwa-desktop-header__logo img {
    position: relative;
    width: 137px;
    z-index: 3
}

@media(min-width:768px) {
    .pwa-desktop-header__logo img {
        width: 212px
    }
}

@media(min-width:1536px) {
    .pwa-desktop-header__logo img {
        width: 267px
    }
}

.pwa-desktop-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    text-align: center
}

@media(min-width:768px) {
    .pwa-desktop-title {
        font-size: 44px
    }
}

.pwa-desktop-subtitle {
    color: hsla(0, 0%, 100%, .7);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 12px 0;
    text-align: center
}

@media(min-width:768px) {
    .pwa-desktop-subtitle {
        font-size: 21px;
        line-height: 34px;
        margin: 24px 0
    }
}

.pwa-desktop-tabs {
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    display: flex;
    justify-content: center;
    margin-bottom: 24px
}

@media(min-width:768px) {
    .pwa-desktop-tabs {
        margin-bottom: 48px
    }
}

.pwa-desktop-tab {
    align-items: center;
    background: transparent;
    border: 0;
    color: hsla(0, 0%, 100%, .5);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    line-height: 18px;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: color .25s ease
}

.pwa-desktop-tab:focus-visible {
    border-radius: 6px;
    outline: 2px solid hsla(0, 0%, 100%, .5);
    outline-offset: 2px
}

.pwa-desktop-tab:after {
    background: #026fd3;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transition: width .25s ease, left .25s ease;
    width: 0
}

.pwa-desktop-tab.active {
    color: #026fd3
}

.pwa-desktop-tab.active:after {
    left: 0;
    width: 100%
}

.pwa-desktop-items {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    transition: opacity .3s ease, transform .3s ease
}

.pwa-desktop-items.is-fading {
    opacity: 0;
    transform: translateY(10px)
}

@media(min-width:568px) {
    .pwa-desktop-items {
        gap: 24px;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1024px) {
    .pwa-desktop-items {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(min-width:1536px) {
    .pwa-desktop-items {
        grid-template-columns: repeat(3, 1fr)
    }
}

.pwa-desktop-item {
    background: #212634;
    border-radius: 12px;
    display: none
}

.pwa-desktop-item:not([hidden]) {
    display: block
}

@media(min-width:1024px) {
    .pwa-desktop-item:not([hidden]) {
        display: flex
    }
}

@media(min-width:1536px) {
    .pwa-desktop-item:not([hidden]) {
        display: block
    }
}

@media(min-width:568px) {
    .pwa-desktop-item.last-visible {
        grid-column: span 2;
        margin: 0 auto;
        max-width: 50%
    }
}

@media(min-width:1024px) {
    .pwa-desktop-item.last-visible {
        grid-column: span 1;
        margin: 0;
        max-width: 100%
    }
}

.pwa-desktop-item__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 12px
}

@media(min-width:768px) {
    .pwa-desktop-item__title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px
    }
}

.pwa-desktop-item__block {
    padding: 24px
}

@media(min-width:1024px) {
    .pwa-desktop-item__block {
        padding: 48px 48px 48px 24px
    }
}

.pwa-desktop-item__text {
    color: hsla(0, 0%, 100%, .7);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.pwa-desktop-item__text-icon {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
    vertical-align: middle;
    white-space: nowrap
}

.pwa-desktop-item__text svg {
    flex-shrink: 0
}

.pwa-desktop-item__text b {
    color: #fff
}

@media(min-width:768px) {
    .pwa-desktop-item__text {
        font-size: 16px;
        line-height: 28px
    }
}

.pwa-desktop-item__img {
    flex: none
}

.pwa-desktop-item__img img {
    display: block;
    width: 100%
}

@media(min-width:1024px) {
    .pwa-desktop-item__img img {
        max-width: 448px
    }
}

.sign__container {
    background: url(../img/about-us/bg-sing-form.png) 50% repeat-x
}

.sign__title {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    margin-bottom: 32px;
    text-align: center
}

@media(max-width:500px) {
    .sign__title {
        font-size: 24px;
        line-height: 30px
    }
}

.sign__email {
    color: #a6aec7;
    text-align: center
}

.sign__email-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center
}

.sign__email-icon svg {
    display: block;
    height: 56px;
    margin: 0 auto 10px;
    width: 56px
}

.sign__text {
    color: #fff;
    margin: 0 auto 32px;
    max-width: 366px
}

.sign__text,
.sign__text-success {
    font-size: 14px;
    line-height: 18px;
    text-align: center
}

.sign__text-success {
    background: rgba(54, 144, 242, .15);
    border: 1px solid rgba(54, 144, 242, .6);
    border-radius: 8px;
    margin: 20px auto 40px;
    max-width: 376px;
    padding: 16px 24px;
    width: 100%
}

.main__platform {
    margin: 0 auto;
    max-width: 920px;
    padding-top: 192px;
    width: 100%
}

@media(max-width:920px) {
    .main__platform {
        padding-inline: 24px
    }
}

@media(max-width:680px) {
    .main__platform {
        margin: 48px auto 0;
        padding: 0 12px;
        position: relative;
        z-index: 1
    }
}

.main__platform-video {
    padding-bottom: 56.25%;
    position: relative;
    z-index: 1
}

@media(max-width:680px) {
    .main__platform-video {
        padding-bottom: 100%
    }
}

@media(max-width:500px) {
    .main__platform-video {
        padding-bottom: 150%
    }
}

.main__platform-video__none {
    display: none
}

.main__platform-video__intro {
    left: 0;
    max-height: 815px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

@media(max-width:500px) {
    .main__platform-video__intro {
        width: -webkit-fill-available
    }
}

.main__platform-video__intro:after {
    background: linear-gradient(197deg, rgba(28, 31, 45, .1) 7.32%, rgba(15, 175, 89, .1) 28.81%, rgba(2, 111, 211, .1) 59.13%, rgba(39, 57, 139, .1) 84.07%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.main__platform-video__media {
    height: auto;
    left: 0;
    opacity: .05;
    position: absolute;
    top: 0;
    width: 100%
}

.main__platform-title {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: normal;
    text-align: center
}

@media(max-width:680px) {
    .main__platform-title {
        font-size: 28px
    }
}

.main__platform-subtitle {
    color: hsla(0, 0%, 100%, .7);
    font-size: 21px;
    font-weight: 400;
    line-height: 34px;
    margin: 24px 0;
    text-align: center
}

@media(max-width:680px) {
    .main__platform-subtitle {
        font-size: 16px;
        line-height: 26px
    }
}

.main__platform-buttons {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: center
}

@media(max-width:680px) {
    .main__platform-buttons {
        flex-flow: column
    }
}

.main__platform-button {
    background: #0faf59;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 10px 0 rgba(53, 184, 114, .25);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 24px
}

@media(max-width:680px) {
    .main__platform-button {
        font-size: 16px;
        line-height: 20px
    }
}

.main__platform-button:hover {
    background: #05c55e
}

.main__platform-help {
    color: hsla(0, 0%, 100%, .9);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    max-width: 290px;
    text-align: center
}

@media(max-width:680px) {
    .main__platform-help {
        max-width: 100%
    }
}

.main__platform-content {
    padding-bottom: 120px;
    position: None;
    top: 0
}

@media(max-width:980px) {
    .main__platform-content {
        padding-bottom: 70px
    }
}

@media(max-width:800px) {
    .main__platform-content {
        padding-bottom: 30px
    }
}

@media(max-width:680px) {
    .main__platform-content {
        padding-bottom: 30%;
        position: static
    }
}

.main__platform-interface {
    margin-top: -120px;
    position: relative;
    z-index: 1
}

@media(max-width:1392px) {
    .main__platform-interface {
        padding: 0 24px
    }
}

@media(max-width:800px) {
    .main__platform-interface {
        margin-top: 0
    }
}

@media(max-width:680px) {
    .main__platform-interface {
        margin-top: -50%
    }
}

.main__platform-interface-decktop {
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%
}

@media(max-width:760px) {
    .main__platform-interface-decktop {
        max-width: none
    }
}

@media(max-width:680px) {
    .main__platform-interface-decktop {
        display: none
    }
}

.main__platform-interface-mobile {
    border-radius: 10px;
    display: none
}

@media(max-width:680px) {
    .main__platform-interface-mobile {
        display: block;
        margin: 0 auto;
        width: 100%
    }
}

.main__platform-interface video {
    border-radius: 10px;
    display: block;
    left: 50%;
    max-width: 1100px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 100%
}

@media(max-width:1100px) {
    .main__platform-interface video {
        width: calc(100% - 48px)
    }
}

@media(max-width:760px) {
    .main__platform-interface video {
        display: none
    }
}

.main__features {
    margin: 0 auto;
    max-width: 1392px;
    width: 100%
}

@media(max-width:1392px) {
    .main__features {
        padding: 0 24px
    }
}

@media(max-width:680px) {
    .main__features {
        padding: 0 12px
    }
}

.main__features-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin: 120px 0 24px;
    text-align: center
}

@media(max-width:680px) {
    .main__features-title {
        font-size: 24px;
        margin: 48px 0 24px
    }
}

.main__features-subtitle {
    color: hsla(0, 0%, 100%, .7);
    font-size: 21px;
    line-height: 34px;
    text-align: center
}

@media(max-width:680px) {
    .main__features-subtitle {
        font-size: 16px;
        line-height: 26px
    }
}

.main__features-items {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 48px
}

@media(max-width:1024px) {
    .main__features-items {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:680px) {
    .main__features-items {
        gap: 12px;
        grid-template-columns: 1fr;
        margin-top: 24px
    }
}

.main__features-item {
    background: #212634;
    border-radius: 16px;
    color: hsla(0, 0%, 100%, .7);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 48px 48px 117px;
    position: relative
}

@media(max-width:680px) {
    .main__features-item {
        font-size: 14px;
        gap: 12px;
        line-height: 24px;
        padding: 24px 24px 92px
    }
}

.main__features-item__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 24px 0
}

@media(max-width:680px) {
    .main__features-item__title {
        font-size: 16px;
        line-height: 20px
    }
}

.main__features-item a {
    align-items: center;
    border: 0;
    bottom: 48px;
    color: #026fd3;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 6px;
    line-height: 20px;
    margin-top: 36px;
    position: absolute
}

.main__features-item a svg {
    fill: #026fd3
}

.main__features-item a:hover {
    color: #2b99ff
}

.main__features-item a:hover svg {
    fill: #2b99ff
}

.main__features-demo {
    background: #212634;
    border-radius: 16px;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin: 48px 0 120px;
    padding: 48px
}

@media(max-width:680px) {
    .main__features-demo {
        grid-template-columns: 1fr;
        padding: 24px
    }
}

.main__features-demo__block {
    align-items: center;
    display: flex;
    gap: 24px;
    text-align: center
}

@media(max-width:873px) {
    .main__features-demo__block {
        flex-wrap: wrap;
        justify-content: center
    }
}

.main__features-demo__block .icon {
    flex: none
}

.main__features-demo__block p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

@media(max-width:680px) {
    .main__features-demo__block p {
        font-size: 14px;
        line-height: 24px
    }
}

.main__features-demo__block p:first-child {
    margin-bottom: 5px
}

.main__features-demo__buttons {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center
}

@media(max-width:873px) {
    .main__features-demo__buttons {
        flex-direction: column;
        gap: 12px;
        height: 100%;
        position: relative
    }
}

@media(max-width:680px) {
    .main__features-demo__buttons {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.main__features-demo__button-demo {
    background: #2b3040;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 24px
}

@media(max-width:873px) {
    .main__features-demo__button-demo {
        max-width: 220px;
        text-align: center;
        width: 100%
    }
}

@media(max-width:680px) {
    .main__features-demo__button-demo {
        font-size: 16px;
        line-height: 20px;
        max-width: 190px;
        padding: 12px 20px
    }
}

.main__features-demo__button-demo:hover {
    background: #353a4d
}

.main__features-demo__button-register {
    background: #0faf59;
    border-radius: 8px;
    box-shadow: 0 4px 10px 0 rgba(53, 184, 114, .25);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 24px
}

@media(max-width:873px) {
    .main__features-demo__button-register {
        max-width: 220px;
        text-align: center;
        width: 100%
    }
}

@media(max-width:680px) {
    .main__features-demo__button-register {
        font-size: 16px;
        line-height: 20px;
        max-width: 190px;
        padding: 12px 20px
    }
}

.main__features-demo__button-register:hover {
    background: #05c55e
}

.main__capital {
    background: #ebebed;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 100px 118px 0;
    position: relative;
    grid-column-gap: 24px;
    background-image: url(../img/main-capital-bg.jpg);
    background-size: cover;
    border-radius: 16px
}

@media(max-width:1210px) {
    .main__capital {
        padding: 100px 82px
    }
}

@media(max-width:1023px) {
    .main__capital {
        gap: 48px;
        grid-template-columns: 1fr;
        padding: 100px 62px 120px
    }
}

@media(max-width:680px) {
    .main__capital {
        gap: 24px;
        padding: 48px 24px 120px
    }

    .main__capital .icon__chart {
        width: 100%
    }
}

.main__capital-dot {
    background-color: #000;
    border-radius: 100px;
    content: "";
    display: block;
    height: 8px;
    left: 50%;
    position: absolute;
    top: 38.5%;
    width: 8px;
    z-index: 1
}

@media(max-width:500px) {
    .main__capital-dot {
        top: 40%
    }
}

@media(max-width:400px) {
    .main__capital-dot {
        top: 42%
    }
}

@media(max-width:350px) {
    .main__capital-dot {
        top: 43%
    }
}

.main__capital-dot:after,
.main__capital-dot:before {
    animation: pulse 2.5s linear infinite;
    background: rgba(2, 111, 211, .2);
    border-radius: 50%;
    bottom: -10px;
    content: "";
    left: -10px;
    opacity: 0;
    position: absolute;
    right: -10px;
    top: -10px
}

.main__capital-dot:after {
    animation-delay: 1.25s
}

.main__capital-container {
    margin: 0 auto;
    max-width: 1392px;
    width: 100%
}

@media(max-width:1392px) {
    .main__capital-container {
        padding: 0 24px
    }
}

@media(max-width:680px) {
    .main__capital-container {
        padding: 0 12px
    }
}

.main__capital-title {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px
}

@media(max-width:680px) {
    .main__capital-title {
        font-size: 24px
    }
}

.main__capital-subtitle {
    color: rgba(0, 0, 0, .7);
    font-size: 21px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 48px
}

@media(max-width:680px) {
    .main__capital-subtitle {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 24px
    }
}

.main__capital-buttons {
    align-items: center;
    display: flex;
    gap: 24px;
    margin-bottom: 48px
}

@media(max-width:680px) {
    .main__capital-buttons {
        align-items: baseline;
        flex-direction: column-reverse;
        gap: 12px;
        margin-bottom: 24px
    }
}

.main__capital-button {
    background: #0faf59;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 4px 10px 0 rgba(53, 184, 114, .25);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 24px
}

@media(max-width:680px) {
    .main__capital-button {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 20px
    }
}

.main__capital-button:hover {
    background: #05c55e
}

.main__capital-demo {
    align-items: center;
    color: rgba(0, 0, 0, .5);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 12px;
    line-height: 18px
}

@media(max-width:680px) {
    .main__capital-demo {
        font-size: 12px
    }

    .main__capital-demo svg {
        display: none
    }
}

.main__capital-items {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(185px, 212px) minmax(185px, 212px);
    grid-template-rows: minmax(185px, 212px) minmax(185px, 212px);
    margin-left: auto
}

@media(max-width:1210px) {
    .main__capital-items {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        width: 100%
    }
}

@media(max-width:1023px) {
    .main__capital-items {
        gap: 24px;
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:680px) {
    .main__capital-items {
        gap: 12px;
        grid-template-columns: 1fr
    }
}

.main__capital-item {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    color: #000;
    display: flex;
    flex-flow: column;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    line-height: normal;
    padding: 24px;
    text-align: center
}

@media(max-width:1210px) {
    .main__capital-item {
        flex-flow: nowrap;
        gap: 24px;
        justify-content: flex-start;
        text-align: left
    }
}

@media(max-width:680px) {
    .main__capital-item {
        font-size: 14px;
        gap: 12px;
        line-height: 18px;
        padding: 12px
    }
}

.main__capital-item__icon {
    align-items: center;
    background: #0faf59;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    padding: 12px
}

@media(max-width:1210px) {
    .main__capital-item__icon {
        margin-bottom: 0
    }
}

.main__capital-money {
    bottom: 0;
    position: absolute;
    right: 0
}

.main__capital-money img {
    display: block
}

.main__reviews-icon {
    display: none
}

.main__reviews-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin: 140px 0 24px;
    text-align: center
}

@media(max-width:680px) {
    .main__reviews-title {
        font-size: 24px;
        margin: 48px 0 24px;
        padding: 0 12px
    }
}

.main__reviews-subtitle {
    color: hsla(0, 0%, 100%, .7);
    font-size: 21px;
    line-height: 34px;
    text-align: center
}

@media(max-width:680px) {
    .main__reviews-subtitle {
        font-size: 16px;
        line-height: 26px;
        padding: 0 12px
    }
}

.main__reviews-items {
    color: #fff;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    margin: 48px auto;
    max-width: 1392px
}

@media(max-width:1392px) {
    .main__reviews-items {
        margin: 48px 24px
    }
}

@media(max-width:1023px) {
    .main__reviews-items {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:680px) {
    .main__reviews-items {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        margin: 48px 0;
        padding: 0 12px
    }
}

.main__reviews-item {
    background: #272a37;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
    padding: 48px
}

@media(max-width:680px) {
    .main__reviews-item {
        min-width: 230px;
        padding: 24px
    }
}

.main__reviews-item__user {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px
}

@media(max-width:680px) {
    .main__reviews-item__user {
        font-size: 20px
    }
}

.main__reviews-item__label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
    margin-right: 6px;
    opacity: .5
}

.main__reviews-item__value {
    font-size: 14px;
    line-height: 18px;
    opacity: .7
}

.main__reviews-item__rating {
    display: flex;
    gap: 4px;
    margin: 24px 0
}

.main__reviews-item__rating svg {
    height: 20px;
    width: 22px
}

.main__reviews-item__text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    flex-grow: 1;
    margin-bottom: 24px;
    opacity: .7;
    overflow: hidden
}

@media(max-width:1392px) {
    .main__reviews-item__text {
        -webkit-line-clamp: 6
    }
}

@media(max-width:1023px) {
    .main__reviews-item__text {
        -webkit-line-clamp: 5;
        white-space: normal
    }
}

.main__reviews-item__button {
    align-items: center;
    background: 0 0;
    border: 0;
    color: #026fd3;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 6px;
    line-height: 20px;
    margin: auto 0 0;
    padding: 0
}

@media(max-width:568px) {
    .main__reviews-item__button {
        font-size: 16px;
        line-height: 20px
    }
}

.main__reviews-item__button:focus-visible,
.main__reviews-item__button:hover {
    color: #2b99ff
}

.main__reviews-item__button svg {
    height: 16px;
    width: 16px
}

.main__reviews-button {
    align-items: center;
    background: #0faf59;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 4px 10px 0 rgba(53, 184, 114, .25);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    line-height: 24px;
    margin: 0 auto;
    padding: 16px 24px
}

.main__reviews-button:focus-visible,
.main__reviews-button:hover {
    background: #05c55e
}

@media(max-width:568px) {
    .main__reviews-button {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 12px
    }
}

@media(min-width:1024px) {
    .main__reviews-button {
        margin: 0 auto
    }
}

.main__reviews-button__arrow {
    align-items: center;
    background: hsla(0, 0%, 100%, .3);
    border-radius: 100px;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px
}

.main__appendix {
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    display: flex;
    gap: 48px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1392px;
    padding: 140px 118px;
    position: relative;
    width: 100%
}

@media(max-width:1392px) {
    .main__appendix {
        padding: 140px 129px 144px
    }
}

@media(max-width:1279px) {
    .main__appendix {
        padding: 140px 24px 144px 107px
    }
}

@media(max-width:1023px) {
    .main__appendix {
        flex-wrap: wrap;
        overflow: hidden;
        padding: 140px 86px
    }
}

@media(max-width:680px) {
    .main__appendix {
        padding: 68px 12px 70px
    }
}

.main__appendix-bg {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media(max-width:580px) {
    .main__appendix-bg {
        display: none
    }
}

@media(max-width:680px) {
    .main__appendix-bg {
        display: none
    }
}

.main__appendix-mobile {
    max-width: 438px;
    width: 100%;
    z-index: 1
}

.main__appendix-mobile img {
    display: block;
    width: 100%
}

@media(max-width:1023px) {
    .main__appendix-mobile img {
        max-width: 290px
    }
}

@media(max-width:680px) {
    .main__appendix-mobile img {
        max-width: 100%
    }
}

.main__appendix-block {
    max-width: 556px;
    z-index: 1
}

@media(max-width:1023px) {
    .main__appendix-block {
        max-width: 100%
    }
}

.main__appendix-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: normal
}

@media(max-width:680px) {
    .main__appendix-title {
        font-size: 24px;
        text-align: center
    }
}

.main__appendix-subtitle {
    color: hsla(0, 0%, 100%, .7);
    font-size: 21px;
    font-weight: 400;
    line-height: 34px;
    margin: 24px 0 48px
}

@media(max-width:680px) {
    .main__appendix-subtitle {
        font-size: 16px;
        line-height: 26px;
        margin: 24px 0;
        text-align: center
    }
}

.main__appendix-buttons {
    align-items: center;
    display: flex;
    gap: 24px
}

.main__appendix-buttons a {
    border: 0
}

@media(max-width:680px) {
    .main__appendix-buttons {
        gap: 12px;
        justify-content: center
    }

    .main__appendix-buttons i {
        height: 40px;
        width: 136px
    }
}

.main__questions {
    margin: 0 auto;
    max-width: 1392px;
    width: 100%
}

@media(max-width:1000px) {
    .main__questions {
        padding: 0 24px
    }
}

@media(max-width:680px) {
    .main__questions {
        padding: 0 12px
    }
}

.main__questions-title {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 144px 0 24px;
    text-align: center
}

@media(max-width:680px) {
    .main__questions-title {
        font-size: 24px;
        margin-top: 72px
    }
}

.main__questions-subtitle {
    color: hsla(0, 0%, 100%, .7);
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 48px;
    text-align: center
}

@media(max-width:680px) {
    .main__questions-subtitle {
        font-size: 16px;
        line-height: 24px
    }
}

.main__questions-items {
    margin: 0 auto;
    max-width: 65%
}

@media(max-width:1000px) {
    .main__questions-items {
        max-width: 100%
    }
}

.main__questions-items ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.main__questions__accordion__question {
    width: 100%
}

.main__questions__accordion-label {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 21px;
    font-weight: 700;
    gap: 24px;
    line-height: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width:680px) {
    .main__questions__accordion-label {
        align-items: flex-start;
        font-size: 16px;
        line-height: 24px
    }
}

.main__questions__accordion-label__minus {
    display: none
}

@media(max-width:680px) {

    .main__questions__accordion-label__minus,
    .main__questions__accordion-label__plus {
        margin-top: 4px
    }
}

.main__questions__accordion-text {
    color: hsla(0, 0%, 100%, .7);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-height: 0;
    max-width: 70%;
    opacity: 0;
    overflow: hidden;
    transition: opacity .5s ease
}

@media(max-width:680px) {
    .main__questions__accordion-text {
        font-size: 14px;
        line-height: 24px;
        max-width: 90%
    }
}

.main__questions__accordion-block {
    background: #272a37;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 24px
}

@media(max-width:680px) {
    .main__questions__accordion-block {
        padding: 12px
    }
}

.main__questions__accordion-block:hover {
    background: #2b3040
}

.main__questions__accordion-block.text-right .main__questions__accordion-label {
    flex-direction: row-reverse
}

.main__questions__accordion-checkbox {
    display: none
}

.main__questions__accordion-checkbox:checked~.main__questions__accordion-text {
    margin-top: 16px;
    max-height: 100%;
    opacity: 1
}

.main__questions__accordion-checkbox:checked+.main__questions__accordion-label .main__questions__accordion-label__plus {
    display: none
}

.main__questions__accordion-checkbox:checked+.main__questions__accordion-label .main__questions__accordion-label__minus {
    display: block
}

.main__questions__section {
    align-items: center;
    display: flex;
    justify-content: end;
    margin-bottom: 48px;
    padding: 20px 24px 0 0
}

@media(max-width:1000px) {
    .main__questions__section {
        padding: 20px 0 0
    }
}

@media(max-width:680px) {
    .main__questions__section {
        display: block;
        margin-bottom: 24px
    }

    .main__questions__section img {
        display: block;
        margin-left: auto;
        margin-top: 24px;
        max-width: 148px
    }
}

.main__questions__section-text {
    background: rgba(2, 111, 211, .1);
    border-radius: 10px;
    color: hsla(0, 0%, 100%, .6);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 24px
}

@media(max-width:680px) {
    .main__questions__section-text {
        font-size: 14px;
        line-height: 24px;
        padding: 12px
    }
}

.main__questions__section-text a {
    border: none;
    color: #026fd3;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

.main__questions__section-text a:hover {
    color: #2b99ff
}

.icon-recycle {
    cursor: pointer;
    height: 12px;
    width: 11px
}

@keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(.5)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(1.2)
    }
}

.contacts {
    margin: 55px auto 180px;
    max-width: 1225px;
    width: 100%
}

@media(max-width:992px) {
    .contacts {
        max-width: 100%;
        padding: 0 20px
    }
}

@media(max-width:524px) {
    .contacts {
        margin: 16px auto 40px
    }
}

.contacts__title {
    font-weight: 700;
    margin-bottom: 56px
}

.contacts__description {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 61px;
    max-width: 913px
}

.contacts__input {
    color: #fff;
    margin-right: 16px;
    max-width: 299px;
    position: relative;
    width: 100%
}

@media(max-width:680px) {
    .contacts__input {
        margin-bottom: 32px;
        margin-right: 0;
        max-width: 100%
    }
}

.contacts__input-block {
    align-items: center;
    display: flex
}

.contacts__input-label {
    background: #1c1f2d;
    color: hsla(0, 0%, 100%, .3);
    font-size: 14px;
    left: 10px;
    line-height: 18px;
    padding: 0 6px;
    position: absolute;
    top: -8px;
    z-index: 10
}

.contacts__textarea {
    color: #fff;
    margin-bottom: 24px;
    margin-top: 32px;
    max-width: 617px;
    position: relative;
    width: 100%
}

@media(max-width:680px) {
    .contacts__textarea {
        margin-top: 0
    }
}

.contacts__textarea-label {
    background: #1c1f2d;
    color: hsla(0, 0%, 100%, .3);
    font-size: 14px;
    left: 10px;
    line-height: 18px;
    padding: 0 6px;
    position: absolute;
    top: -8px;
    z-index: 10
}

.contacts__textarea-label.arabic {
    left: auto;
    right: 10px
}

.contacts__textarea textarea {
    min-height: 140px;
    padding: 20px;
    resize: none;
    width: 100%
}

.contacts__subtitle {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin: 69px 0 57px
}

.contacts__address {
    align-items: center;
    color: hsla(0, 0%, 100%, .8);
    display: flex;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px
}

.contacts__address-icon {
    background: #2a99ff;
    border-radius: 100%;
    height: 8px;
    margin-right: 16px;
    width: 8px
}

.contacts__address-name {
    color: hsla(0, 0%, 100%, .8);
    font-size: 16px;
    line-height: 20px;
    margin-left: 24px
}

.error-page {
    margin: 150px auto 187px;
    max-width: 609px;
    width: 100%
}

@media(max-width:610px) {
    .error-page {
        margin: 16px 0 40px;
        max-width: 100%;
        padding: 0 20px
    }
}

.error-page__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    text-align: center
}

.error-page__subtitle {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    text-align: center
}

.error-page__img img {
    display: block;
    height: 286px;
    margin: 24px auto;
    max-width: 320px;
    width: 100%
}

.error-page__text {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-align: center
}

.modal-sign {
    display: none;
    overflow: auto
}

.modal-sign.open {
    backdrop-filter: blur(20px);
    background: rgba(36, 41, 57, .8);
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.modal-sign__logo {
    left: 56px;
    position: absolute;
    top: 32px
}

@media(max-width:870px) {
    .modal-sign__logo {
        left: 16px;
        top: 16px
    }
}

.modal-sign__logo:hover {
    border: 0 !important
}

.modal-sign__close {
    cursor: pointer;
    position: absolute;
    right: 56px;
    top: 32px
}

@media(max-width:870px) {
    .modal-sign__close {
        right: 19px;
        top: 22px
    }
}

.modal-sign__container {
    color: #fff;
    margin: 75px auto 120px;
    max-width: 498px
}

@media(max-width:870px) {
    .modal-sign__container {
        margin: 64px auto 0
    }
}

@media(max-width:500px) {
    .modal-sign__container {
        margin: 24px auto 40px;
        max-width: 80%
    }
}

.modal-sign__container-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 auto 40px;
    max-width: 364px;
    text-align: center
}

@media(max-width:870px) {
    .modal-sign__container-title {
        font-size: 20px;
        line-height: 24px;
        margin: 0 auto 5px
    }
}

.modal-sign__block {
    background: #444b5d;
    border-radius: 8px;
    padding: 16px 0 40px;
    width: 100%
}

@media(max-width:870px) {
    .modal-sign__block {
        padding: 16px 0 18px
    }
}

@media(max-width:500px) {
    .modal-sign__block {
        margin-bottom: 20px;
        padding: 16px 16px 18px
    }
}

.modal-sign__block-title {
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0 26px;
    text-align: center
}

@media(max-width:870px) {
    .modal-sign__block-title {
        margin: 10px 0 16px
    }
}

.modal-sign__block-checked {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 371px;
    width: 100%
}

.modal-sign__block-checked-forgot {
    border: 0;
    color: #2b99ff;
    cursor: pointer;
    display: inline;
    font-size: 14px;
    line-height: 18px
}

@media(max-width:500px) {
    .modal-sign__block-checked-forgot {
        font-size: 12px;
        line-height: 16px
    }
}

.modal-sign__block-checked-forgot:hover {
    color: #2b99ff !important
}

.modal-sign__block-button {
    align-items: center;
    background: #2b99ff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(2, 111, 211, .25);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: 20px;
    margin: 0 auto 38px;
    max-width: 366px;
    padding: 19px 0;
    width: 100%
}

.modal-sign__block-button.arabic svg {
    margin-left: 0;
    margin-right: 10px;
    transform: rotate(180deg)
}

.modal-sign__block-button svg {
    height: 24px;
    margin-left: 10px;
    width: 24px
}

.modal-sign__block-button:hover {
    background: #2b99ff
}

.modal-sign__tabs {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    color: #fff;
    padding-bottom: 16px
}

.modal-sign__tabs.form {
    margin-bottom: 33px;
    padding-bottom: 25px
}

.modal-sign__tabs-block {
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 4px;
    display: flex;
    margin: 0 auto;
    padding: 6px 8px;
    width: -moz-max-content;
    width: max-content
}

.modal-sign__tab {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    line-height: 18px;
    padding: 10px 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.modal-sign__tab.active {
    background: #353a4d;
    border-radius: 4px;
    box-shadow: 2px 2px 6px rgba(53, 58, 77, .03)
}

.modal-sign__form {
    display: none
}

@media(max-width:500px) {
    .modal-sign__form {
        padding: 0 16px
    }
}

.modal-sign__form.active {
    display: block
}

.modal-sign__input {
    color: #fff;
    margin: 0 auto 24px;
    max-width: 366px;
    position: relative;
    width: 100%
}

.modal-sign__input .modal-sign__input-value:hover {
    border: 1px solid hsla(0, 0%, 100%, .5)
}

.modal-sign__input .modal-sign__input-value:focus {
    border: 1px solid #fff
}

.modal-sign__input.password .modal-sign__input-value {
    color: #fff;
    padding-right: 50px;
    transition: color .3s ease
}

.modal-sign__input.password .modal-sign__input-value[type=text] {
    color: hsla(0, 0%, 100%, .5)
}

.modal-sign__input-toggle {
    background: none;
    border: none;
    color: hsla(0, 0%, 100%, .5);
    cursor: pointer;
    padding: 4px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: color .2s ease
}

.modal-sign__input-toggle:hover {
    color: #fff
}

.modal-sign__input-toggle svg {
    display: block;
    height: 20px;
    width: 20px
}

.modal-sign__input.error .modal-sign__input-label {
    color: #ff6251
}

.modal-sign__input.error .modal-sign__input-select,
.modal-sign__input.error .modal-sign__input-value {
    border: 1px solid #ff6251
}

.modal-sign__input.select-icon .icon-input {
    height: 16px;
    left: 15px;
    position: absolute;
    top: 16px;
    width: 17px
}

.modal-sign__input.select-icon .select__result {
    margin-left: 24px
}

.modal-sign__input-select {
    background: 0 0;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: 48px;
    padding: 8px 14px;
    position: relative;
    width: 100%
}

.modal-sign__input-select .select__active {
    display: block;
    padding: 16px
}

.modal-sign__input-select .select__options {
    background-color: #606675;
    color: #fff;
    z-index: 100
}

.modal-sign__input-select .select__options div {
    border-top: 1px solid hsla(220, 9%, 74%, .1);
    margin-top: 15px;
    padding-top: 12px
}

.modal-sign__input-select .select__options div:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.modal-sign__input-select .select__options .select__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.modal-sign__input-select .select__options .select__text:hover {
    color: #3690f2
}

.modal-sign__input-error__text p {
    color: #ff6251;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px
}

.modal-sign__input-label {
    background: #444b5d;
    color: hsla(0, 0%, 100%, .3);
    font-size: 14px;
    left: 10px;
    line-height: 18px;
    padding: 0 6px;
    position: absolute;
    top: -8px;
    z-index: 10
}

.modal-sign__input-label.arabic {
    left: auto;
    right: 10px
}

.modal-sign__input-value {
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    height: 48px;
    line-height: 20px;
    padding: 8px 8px 8px 14px;
    width: 100%
}

.modal-sign__input-value.focus-tooltip:focus~.modal-sign__input-tooltip {
    opacity: 1
}

.modal-sign__input-value:focus-visible {
    outline: none
}

.modal-sign__input-value:-webkit-autofill,
.modal-sign__input-value:-webkit-autofill:focus,
.modal-sign__input-value:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 1000px #444b5d !important;
    -webkit-text-fill-color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .1);
    color: #fff
}

.modal-sign__input-tooltip {
    background-color: #7e859d;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    left: 0;
    line-height: 16px;
    margin: 0;
    opacity: 0;
    padding: 8px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    top: -94px;
    transition: opacity .2s linear;
    width: 308px;
    z-index: 11
}

@media(max-width:900px) {
    .modal-sign__input-tooltip {
        width: 300px
    }
}

@media(max-width:350px) {
    .modal-sign__input-tooltip {
        width: 180px
    }
}

.modal-sign__input-tooltip:after {
    border-color: #7e859d transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    bottom: -6px;
    content: "";
    height: 0;
    left: 14px;
    margin-top: -6px;
    position: absolute;
    transition: opacity .2s linear;
    width: 0
}

.modal-sign__checked-container {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    padding-left: 40px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width:500px) {
    .modal-sign__checked-container {
        font-size: 12px;
        line-height: 16px
    }
}

.modal-sign__checked-container input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.modal-sign__checked-container input:checked~.modal-sign__checked-checkmark {
    background-color: #fff
}

.modal-sign__checked-container input:checked~.modal-sign__checked-checkmark:after {
    display: block
}

.modal-sign__checked-checkmark {
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 2px;
    box-sizing: border-box;
    height: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

.modal-sign__checked-checkmark:after {
    border: solid #026fd3;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 10px;
    left: 7px;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    width: 6px
}

.modal-sign__footer {
    margin: 0 auto;
    max-width: 404px;
    width: 100%
}

.modal-sign__footer-header {
    align-items: center;
    color: #7e859d;
    display: flex;
    font-size: 16px;
    justify-content: center;
    line-height: 20px;
    margin-bottom: 38px;
    position: relative;
    text-align: center
}

.modal-sign__footer-header:after {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%
}

.modal-sign__footer-header-text {
    background: #444b5d;
    padding: 0 14px;
    z-index: 10
}

.modal-sign__social,
.modal-sign__social-button {
    align-items: center;
    display: flex;
    justify-content: center
}

.modal-sign__social-button {
    border: 0;
    border-radius: 11px;
    height: 48px;
    width: 78px
}

.modal-sign__social-button.facebook {
    background: #4064ad;
    margin-right: 25px
}

.modal-sign__social-button.facebook.arabic {
    margin: 0 0 0 25px
}

.modal-sign__social-button.facebook:hover {
    background: #436fc9
}

@media(max-width:500px) {
    .modal-sign__social-button.facebook {
        margin-right: 10px
    }
}

.modal-sign__social-button.vk {
    background: #4064ad;
    margin-right: 25px
}

.modal-sign__social-button.vk:hover {
    background: #436fc9
}

@media(max-width:500px) {
    .modal-sign__social-button.vk {
        margin-right: 10px
    }
}

.modal-sign__social-button.google {
    border: 1px solid rgba(166, 174, 199, .5);
    box-sizing: border-box
}

.modal-sign__social-button.google:hover {
    background: #474c5d;
    border: 0;
    box-sizing: content-box
}

.modal-sign__not-avalible {
    display: block;
    margin: 0 auto;
    max-width: 398px;
    text-align: center;
    width: 100%
}

.modal-sign__not-avalible svg {
    margin-top: 19px
}

@media(max-width:500px) {
    .modal-sign__not-avalible svg {
        margin-top: 9px
    }
}

.modal-sign__not-avalible__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 10px
}

.modal-sign__not-avalible__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: -5px
}

@media(max-width:500px) {
    .modal-sign__not-avalible__text {
        margin-bottom: 7px
    }
}

.modal-sign__not-avalible__text a {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0
}

.modal-sign__deletion-account {
    background: #444b5d;
    border-radius: 8px;
    padding: 25px 16px
}

.modal-sign__deletion-account__icon {
    margin-bottom: 20px;
    text-align: center
}

.modal-sign__deletion-account__block {
    align-items: center;
    background: rgba(219, 70, 53, .15);
    border: 1px solid rgba(219, 70, 53, .6);
    border-radius: 8px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 18px;
    padding: 16px 24px
}

@media(max-width:500px) {
    .modal-sign__deletion-account__block {
        align-items: flex-start
    }
}

.modal-sign__deletion-account__block svg {
    flex: none;
    margin-right: 6px
}

.modal-sign__email-dropdown {
    background: #606675;
    border-radius: 8px;
    display: none;
    left: 0;
    max-height: 336px;
    overflow: auto;
    position: absolute;
    top: 48px;
    width: 100%;
    z-index: 20
}

.modal-sign__email-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.modal-sign__email-dropdown li {
    border-bottom: 1px solid hsla(220, 9%, 74%, .1);
    cursor: pointer;
    padding: 15px 16px 13px;
    word-break: break-all
}

.modal-sign__email-dropdown li .email-input-item {
    color: hsla(0, 0%, 100%, .5)
}

.modal-sign__email-dropdown li:hover {
    background: hsla(0, 0%, 100%, .1)
}

.modal-sign__email-dropdown li:last-child {
    border-bottom: none
}

.modal-account-closed {
    background-color: #353a4d !important;
    border-radius: 8px !important;
    box-shadow: 20px 0 80px rgba(27, 31, 45, .2) !important;
    left: 50%;
    max-height: calc(100% - 20px);
    max-width: 672px !important;
    overflow: auto;
    padding: 30px !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.modal-account-closed__header {
    align-items: center;
    border-bottom: 1px dashed hsla(0, 0%, 100%, .2);
    display: flex;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.modal-account-closed__header svg {
    flex: none;
    height: 24px;
    margin-right: 12px;
    width: 24px
}

.modal-account-closed__body {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.modal-account-closed__body-plus {
    display: block
}

.modal-account-closed__body-minus {
    display: none
}

.modal-account-closed__body-accordion {
    align-items: center;
    color: #2b99ff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 18px
}

.modal-account-closed__body-accordion.active .modal-account-closed__body-plus {
    display: none
}

.modal-account-closed__body-accordion.active .modal-account-closed__body-minus {
    display: block
}

.modal-account-closed__body-accordion svg {
    align-items: center;
    display: flex;
    justify-content: center
}

.modal-account-closed__body-block {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    padding: 10px
}

.modal-account-closed__body-panel {
    max-height: 0;
    overflow: hidden;
    padding: 0 10px 0 20px;
    transition: all .2s ease-out
}

.modal-account-closed__body-panel.active {
    max-height: 100vh
}

.modal-account-closed__body-panel ul {
    margin: 10px 0 0;
    padding: 0
}

.modal-account-closed__body-panel li:not(:last-child) {
    margin-bottom: 20px
}

.modal-account-closed__prompt {
    color: #e29500
}

.modal {
    background-color: var(--modal-bg-fon);
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 15
}

@media(prefers-reduced-motion:no-preference) {
    .modal {
        backdrop-filter: blur(4px)
    }
}

.modal {
    opacity: 0;
    pointer-events: none;
    transition: opacity .21s ease-out, visibility .42s ease-out
}

.modal.active {
    opacity: 1;
    pointer-events: all;
    transition: opacity .42s ease-out, visibility .42s ease-out;
    visibility: visible
}

.modal__width {
    position: relative;
    width: 350px
}

.modal__width-container {
    align-items: center;
    display: flex;
    justify-content: center
}

.modal__container {
    margin: 0 auto 30px;
    position: relative;
    top: 0;
    width: 350px
}

.modal.active .modal__container {
    top: 10%
}

.modal--message .modal__container {
    text-align: center;
    width: 300px
}

@media(max-width:1023px) {
    .modal:not(.modal--message) .modal__container {
        margin: auto
    }
}

@media(max-width:567px) {
    .modal:not(.modal--message) .modal__container {
        width: 280px
    }
}

.modal__image {
    height: 100%;
    width: 100%
}

.modal__dialog {
    background-color: var(--modal-bg-color);
    border-radius: 8px;
    box-shadow: 20px 0 80px rgba(28, 32, 46, .2);
    color: #fff;
    max-width: 100%;
    padding: 30px;
    transition: top .21s ease-out
}

@media(max-width:567px) {
    .modal__dialog {
        padding: 10px
    }
}

.modal__close {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 18px;
    opacity: .3;
    padding: 3px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: opacity .2s;
    width: 18px
}

.modal__close:hover {
    opacity: .8
}

.modal__close svg {
    float: left;
    height: 12px;
    width: 12px
}

@media(max-width:567px) {
    .modal:not(.modal--message) .modal__close {
        right: 15px;
        top: 15px
    }
}

.modal__header {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px
}

.modal__header .icon,
.modal__header svg {
    display: inline-block;
    height: 24px;
    margin-right: 5px;
    max-width: 24px;
    vertical-align: text-bottom
}

@media(max-width:567px) {
    .modal:not(.modal--message) .modal__header {
        margin-bottom: 10px
    }
}

.modal__body-row:not(:last-child) {
    margin-bottom: 20px
}

.modal__body-footer {
    display: flex;
    margin: 30px -24px -24px
}

.modal__body-footer>* {
    flex: 1
}

.modal__body-footer>*+* {
    margin-left: 6px
}

.modal__body dl {
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    font-size: 12px;
    line-height: 16px;
    margin: 0
}

.modal__body dl dd,
.modal__body dl dt {
    flex-basis: 50%;
    margin: 10px 0 0
}

.modal__body dl dd:first-of-type,
.modal__body dl dt:first-of-type {
    margin-top: 0
}

.modal__body dl dt {
    color: hsla(0, 0%, 100%, .5)
}

.modal__body dl dd:after {
    content: "";
    flex-basis: 100%
}

.modal__body hr {
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.modal__body p {
    font-size: 12px;
    line-height: 16px;
    margin: 0
}

.modal__body .flags {
    color: #353a4d;
    margin-right: 6px;
    vertical-align: -2px
}

.modal__body .flags>* {
    height: 12px;
    width: 12px
}

@media(max-width:567px) {
    .modal__body-footer {
        flex-direction: column;
        margin: 10px 0 0
    }

    .modal__body-footer>* {
        flex: 1
    }

    .modal__body-footer>*+* {
        margin-left: 0;
        margin-top: 6px
    }

    .modal:not(.modal--message) .modal__body {
        background-color: hsla(0, 0%, 100%, .1);
        border-radius: 4px;
        box-shadow: 2px 2px 6px rgba(53, 58, 77, .03);
        padding: 10px
    }

    .modal:not(.modal--message) .modal__body hr {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .modal:not(.modal--message) .modal__body .flags {
        color: #494f65
    }

    .modal--message .modal__body-footer {
        margin: 30px 0 0
    }
}

.modal__message {
    font-size: 12px;
    line-height: 16px;
    margin: 0
}

.modal__footer {
    display: flex;
    margin: 30px -24px -24px
}

.modal__footer--inline {
    margin: 30px 0 0
}

.modal__footer>* {
    flex: 1
}

.modal__footer>*+* {
    margin-left: 6px
}

.modal__verification {
    margin: 5% auto 0;
    max-width: 458px;
    position: relative
}

.modal__verification .upload-control {
    background: rgba(2, 111, 211, .1);
    border: 1px dashed #026fd3
}

.modal__qrcode {
    margin: 50px auto 0;
    position: relative;
    width: 400px
}

.modal-account-closed__dialog {
    font-size: 12px;
    line-height: 16px;
    margin: 50px auto 0;
    max-width: 450px;
    position: relative;
    width: 100%
}
html,
body {
    font-family: 'Roboto', sans-serif !important;
}

* {
    font-family: inherit;
}