/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@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: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 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 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        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
    }
}

/*# sourceMappingURL=bootstrap-grid.min.css.map */

/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

/*# sourceMappingURL=bootstrap-reboot.min.css.map */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

.icon-copy {
    width: 23px;
    height: 25px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDIzIDI1Ij4KICA8cGF0aCBkYXRhLW5hbWU9IkZvcm1hIDEiIGQ9Ik0xNi45NSAwSDIuNDJBMi4zNiAyLjM2IDAgMCAwIDAgMi4yN3YxNS45MWgyLjQyVjIuMjhoMTQuNTNWMFptMy42MyA0LjU0SDcuMjZhMi4zNiAyLjM2IDAgMCAwLTIuNDIgMi4yOHYxNS45QTIuMzYgMi4zNiAwIDAgMCA3LjI2IDI1aDEzLjMyQTIuMzYgMi4zNiAwIDAgMCAyMyAyMi43M1Y2LjgyYTIuMzYgMi4zNiAwIDAgMC0yLjQyLTIuMjdabTAgMTguMTlINy4yNlY2LjgyaDEzLjMydjE1LjlaIiBmaWxsPSIjMzIzMzRlIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+Cg==') no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.icon-arrow-left-reasons {
    background-image: url(../img/sprite.png?v=2);
    background-position: -102px -24px;
    width: 10px;
    height: 11px;
}

.icon-arrow-right-reasons {
    background-image: url(../img/sprite.png);
    background-position: -102px -35px;
    width: 10px;
    height: 11px;
}

.icon-bitcoin-cash {
    background-image: url(../img/sprite.png);
    background-position: -60px -23px;
    width: 19px;
    height: 24px;
}

.icon-bitcoin {
    background-image: url(../img/sprite.png);
    background-position: -83px 0px;
    width: 19px;
    height: 24px;
}

.icon-dogecoin {
    background-image: url(../img/sprite.png);
    background-position: -83px -24px;
    width: 19px;
    height: 20px;
}

.icon-ethereum {
    background-image: url(../img/sprite.png?v=6);
    background-position: -102px 0px;
    width: 15px;
    height: 24px;
}

.icon-fixed-coinbag-arrow {
    background-image: url(../img/sprite.png);
    background-position: -34px 0px;
    width: 26px;
    height: 27px;
}

.icon-fixed-wallet-arrow {
    background-image: url(../img/sprite.png);
    background-position: -23px -30px;
    width: 25px;
    height: 22px;
}

.icon-google {
    background-image: url(../img/sprite.png);
    background-position: -60px 0px;
    width: 23px;
    height: 23px;
}

.icon-list-arrow {
    background-image: url(../img/sprite.png);
    background-position: -64px -76px;
    width: 18px;
    height: 17px;
}

.icon-litecoin {
    background-image: url(../img/sprite.png?v=4);
    background-position: -83px -44px;
    width: 19px;
    height: 20px;
}

.icon-main-corona {
    background-image: url(../img/sprite.png);
    background-position: 0px 0px;
    width: 34px;
    height: 30px;
}

.icon-main-info {
    background-image: url(../img/sprite.png?v=5);
    background-position: 0px -30px;
    width: 23px;
    height: 29px;
}

.icon-pm {
    background-image: url(../img/sprite.png?v=5);
    background-position: -29px -59px;
    width: 29px;
    height: 16px;
}

.icon-theter {
    background-image: url(../img/sprite.png?v=5);
    background-position: 0px -76px;
    width: 21px;
    height: 20px;
}

.icon-totop {
    background-image: url(../img/sprite.png);
    background-position: -18px -96px;
    width: 16px;
    height: 18px;
}

.icon-tron {
    background-image: url(../img/sprite.png?v=6);
    background-position: 0px -96px;
    width: 18px;
    height: 20px;
}

.icon-twitter {
    background-image: url(../img/sprite.png);
    background-position: -42px -76px;
    width: 22px;
    height: 18px;
}

.icon-usdtc {
    background-image: url(../img/sprite.png);
    background-position: -21px -76px;
    width: 21px;
    height: 20px;
}

.icon-vk {
    background-image: url(../img/sprite.png);
    background-position: 0px -59px;
    width: 29px;
    height: 17px;
}

.icon-binancecoin {
    background-image: url(../img/sprite.png?v=3);
    background-position: -35px -96px;
    width: 21px;
    height: 20px;
}

.icon-ripple {
    background-image: url(../img/sprite.png?v=3);
    background-position: -57px -95px;
    width: 20px;
    height: 21px;
}

.icon-stellar {
    background-image: url(../img/sprite.png?v=3);
    background-position: -79px -95px;
    width: 23px;
    height: 20px;
}

.icon-shibainuerc20 {
    background-image: url(../img/sprite.png?v=4);
    background-position: -84px -71px;
    width: 20px;
    height: 22px;
}

.icon-shibainubep20 {
    background-image: url(../img/sprite.png?v=4);
    background-position: -84px -71px;
    width: 20px;
    height: 22px;
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Inter-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Inter-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Inter-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Inter-ExtraBold.woff2") format("woff2");
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex.around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex.start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex.end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex.top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex.bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.scroll,
.hand {
    cursor: pointer;
}

.dn {
    display: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

h1,
h2 {
    margin: 0;
}

.regular {
    font-weight: 400;
}

b,
strong,
.bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

[class^="icon-"] {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.icon {
    background-size: cover;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

svg {
    vertical-align: middle;
    max-width: 100%;
}

a {
    color: inherit;
}

a:link {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
    text-decoration: none;
}

.title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.85;
    position: relative;
}

.title::after {
    content: '';
    width: 52px;
    height: 6px;
    border-radius: 3px;
    background: #0661dc;
    position: absolute;
    left: 0;
    bottom: 0;
}

.title.main {
    font-size: 52px;
    line-height: 1.307;
    color: #fff;
}

.title.main::after {
    content: none;
}

.title.center {
    text-align: center;
}

.title.center::after {
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.title .blue {
    color: #0661dc;
}

.btn {
    cursor: pointer;
    height: 58px;
    width: 245px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #220143;
    border-radius: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn.center {
    margin: 0 auto;
}

.btn-plus {
    width: 245px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    -webkit-box-shadow: inset 0 0 0 2px #0661dc;
    box-shadow: inset 0 0 0 2px #0661dc;
}

.btn-plus .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.btn-plus .round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#5846df), to(#8133bf));
    background: -o-linear-gradient(left, #5846df, #8133bf);
    background: linear-gradient(90deg, #5846df, #8133bf);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-plus .round::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url("../img/plus.svg") no-repeat;
    background-size: contain;
}

.btn-plus.hover:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(85, 36, 157, 0.7)), to(rgba(66, 30, 118, 0.7)));
    background: -o-linear-gradient(bottom, rgba(85, 36, 157, 0.7), rgba(66, 30, 118, 0.7));
    background: linear-gradient(0deg, rgba(85, 36, 157, 0.7), rgba(66, 30, 118, 0.7));
}

.btn-plus:not(.hover):hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}

.btn-plus:hover::before,
.btn-plus:hover::after {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select {
    width: 100%;
    background: #503585;
    border-radius: 4px;
    color: #fff;
    border: 0;
    font-size: 16px;
    padding: 20px 15px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="checkbox"] {
    width: 0.625rem;
    height: 0.625rem;
    background: #EFEFEF;
    border-radius: 0;
    border: 0;
    margin-right: 0.3125rem;
}

input.error,
textarea.error {
    border-color: #D3384B;
}

textarea {
    min-height: 6.25rem;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

label {
    margin: 0;
}

*:focus {
    outline: none;
}

/*-------------------------------- body ---------------------------------------------*/

body {
    font-size: 16px;
    line-height: 1.2;
    color: #220b41;
    font-family: "Inter", arial;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #211346), color-stop(50%, #3a2452));
    background: -o-linear-gradient(left, #211346 50%, #3a2452 50%);
    background: linear-gradient(90deg, #211346 50%, #3a2452 50%);
    background: #F5F1FF;
}

body.lock {
    overflow: hidden;
}

#shade {
    position: absolute;
    left: 0;
    top: 0;
    width: 150vw;
    height: 100vh;
    background: rgba(228, 221, 243, 0.9);
    opacity: 0;
    z-index: 90;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

#shade.active {
    opacity: 1;
}

.burger-btn {
    display: none;
}

.totop {
    width: 37px;
    height: 37px;
    background: #505050;
    border-radius: 10px;
    cursor: pointer;
    position: fixed;
    right: 25px;
    bottom: 85px;
}

.totop:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

/*-------------------------------- fixed-buttons ---------------------------------------*/

.fixed-buttons {
    position: fixed;
    left: 0;
    top: 280px;
    z-index: 990;
}

.fixed-buttons .btn {
    -webkit-transform: translateX(-130px);
    -ms-transform: translateX(-130px);
    transform: translateX(-130px);
    width: 182px;
    height: 48px;
    background: #4e4e4e;
    border-radius: 0 25px 25px 0;
    -webkit-transition: -webkit-transform ease .2s;
    transition: -webkit-transform ease .2s;
    -o-transition: transform ease .2s;
    transition: transform ease .2s;
    transition: transform ease .2s, -webkit-transform ease .2s;
}

.fixed-buttons .btn .text {
    width: 130px;
    height: 48px;
    background: #fff;
    border-radius: 0 25px 25px 0;
    -webkit-box-shadow: inset 0 0 0 3px #6997d3;
    box-shadow: inset 0 0 0 3px #6997d3;
    font-size: 15px;
    font-weight: 600;
    color: #202223;
    padding-right: 5px;
}

.fixed-buttons .btn:hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.fixed-buttons .btn.btn-wallet {
    margin-bottom: 10px;
}

.fixed-buttons .btn.btn-wallet .text {
    margin-right: 9px;
}

.fixed-buttons .btn.btn-coinbag .text {
    margin-right: 9px;
}

/*-------------------------------- header ---------------------------------------------*/

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
}

header .block-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.logo {
    font-size: 26px;
    line-height: 1.192;
    font-weight: 700;
    color: #fff;
}

header .block-left .logo {
    margin: 0 73px;
    font-size: 26px;
    line-height: 1.192;
    font-weight: 700;
}

header .block-lang {
    border-radius: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    background: #432174;
    padding: 0 12px;
    height: 33px;
    color: #b4aabc;
    cursor: pointer;
}

header .block-lang::after {
    content: '';
    position: relative;
    bottom: 1px;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .block-lang.active::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    bottom: -2px;
}

header .block-lang .sellected-lang {
    margin-right: 5px;
}

header .block-lang .option-lang {
    display: none;
    z-index: 1
}

header .block-lang.active .option-lang {
    width: 90px;
    display: block;
    font-size: 14px;
    line-height: 2;
    position: absolute;
    top: 37px;
    left: 0;
    background: #432174;
    padding: 5px 18px 5px 12px;
    border-radius: 10px;
}

header .block-lang.active .option-lang .item:hover {
    color: #fff;
}

header .menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 35px 0;
}

header .menu .item {
    padding: 4px 1px;
    margin: 0 23px;
    color: #bcb9c2;
    font-size: 14px;
    line-height: 1;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    text-transform: uppercase;
    display: block;
}

header .menu .item.active {
    color: #0661dc;
    border-bottom: 2px solid #0661dc;
}

header .menu .item:hover {
    color: #0661dc;
    cursor: pointer;
}

header .menu .btn-close {
    display: none;
}

header .block-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

header .block-right .block-autorize {
    margin-right: 57px;
}

.block-autorize .btn {
    width: 90px;
    height: 42px;
    font-size: 15px;
    text-transform: none;
    color: #fff;
}

.block-autorize .btn.btn-sing-in {
    -webkit-box-shadow: inset 0 0 0 2px #0661dc;
    box-shadow: inset 0 0 0 2px #0661dc;
    border-radius: 20px 0 0 20px;
    margin-right: 10px;
}

.block-autorize .btn.btn-sing-in:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(85, 36, 157, 0.7)), to(rgba(66, 30, 118, 0.7)));
    background: -o-linear-gradient(bottom, rgba(85, 36, 157, 0.7), rgba(66, 30, 118, 0.7));
    background: linear-gradient(0deg, rgba(85, 36, 157, 0.7), rgba(66, 30, 118, 0.7));
}

.block-autorize .btn.btn-sing-up {
    border-radius: 0 20px 20px 0;
    background: -webkit-gradient(linear, left top, right top, from(#5846df), to(#8133bf));
    background: -o-linear-gradient(left, #5846df, #8133bf);
    background: linear-gradient(90deg, #5846df, #8133bf);
}

.block-autorize .btn.btn-sing-up:hover {
    background: -webkit-gradient(linear, left top, right top, from(#5c48f1), to(#8c2cd9));
    background: -o-linear-gradient(left, #5c48f1, #8c2cd9);
    background: linear-gradient(90deg, #5c48f1, #8c2cd9);
}

/*------------------------------ top-block ------------------------------*/

.top-block {
    background: url("../img/bg-main-top.png") center top no-repeat;
    min-height: 1137px;
    padding: 145px 0 0;
    color: #fff;
}

.top-block .main-image-wrapper {
    position: relative;
    margin: 70px 0 0 130px;
}

.top-block .main-image-wrapper {
    position: relative;
    margin: 12.283% 0 0 22.809%;
}

.top-block .main-image-wrapper .main-gradient-circle {
    background: -webkit-gradient(linear, left bottom, left top, from(#8b35cf), to(#3d295c));
    background: -o-linear-gradient(bottom, #8b35cf, #3d295c);
    background: linear-gradient(0deg, #8b35cf, #3d295c);
    width: 405px;
    height: 405px;
    border-radius: 50%;
    padding: 10px;
}

.top-block .main-image-wrapper .main-gradient-circle::before {
    content: '';
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(#231439), to(#6421c6));
    background: -o-linear-gradient(bottom, #231439, #6421c6);
    background: linear-gradient(0deg, #231439, #6421c6);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.top-block .main-image-wrapper img {
    position: absolute;
    left: 0.92%;
    top: -10.15%;
}

.top-block .main-image-wrapper .main-gradient-circle.min {
    width: 110px;
    height: 110px;
    padding: 5px;
    position: absolute;
}

/*.top-block .main-image-wrapper .main-gradient-circle.min:nth-of-type(1) {top: -40px; left: -68px;}*/

.top-block .main-image-wrapper .main-gradient-circle.min:nth-of-type(1) {
    top: -9.877%;
    left: -15.455%;
}

/*.top-block .main-image-wrapper .main-gradient-circle.min:nth-of-type(2) {top: 87px; left: -130px;}*/

.top-block .main-image-wrapper .main-gradient-circle.min:nth-of-type(2) {
    top: 21.485%;
    left: -29.547%;
}

/*.top-block .main-image-wrapper .main-gradient-circle.min:nth-of-type(3) {top: 217px; left: -130px;}*/

.top-block .main-image-wrapper .main-gradient-circle.min:nth-of-type(3) {
    top: 53.584%;
    left: -29.547%;
}

/*.top-block .main-image-wrapper .main-gradient-circle.min:nth-of-type(4) {top: 347px; left: -60px;}*/

.top-block .main-image-wrapper .main-gradient-circle.min:nth-of-type(4) {
    top: 85.68%;
    left: -13.637%;
}

.top-block .main-image-wrapper .main-gradient-circle.min .icon-main-corona {
    position: absolute;
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-block .main-image-wrapper .main-gradient-circle.min .text {
    font-size: 13px;
    font-weight: 500;
    color: #b4a0c8;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-align: center;
}

.top-block .main-image-wrapper .main-gradient-circle.min .text .digit {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.top-block .main-image-wrapper .main-gradient-circle.min .icon-main-info {
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-block .main-image-wrapper .btn {
    color: #fff;
    position: absolute;
    left: 70px;
    bottom: -78px;
}

/*.top-block .main-image-wrapper .btn {color: #fff; position: absolute; left: 15.91%; bottom: -19.26%;}*/

.top-block .offer-wrapper {
    padding-left: 25px;
}

.top-block .offer-wrapper .title {
    font-size: 52px;
    line-height: 1.3
}

.top-block .offer-wrapper .offer-list {
    padding-left: 0;
    list-style: none;
}

.top-block .offer-wrapper .offer-list li {
    font-size: 17px;
    line-height: 1;
    color: #c6b8d2;
    margin: 20px 0;
}

.top-block .offer-wrapper .offer-list li .icon-list-arrow {
    margin-right: 10px;
}

.top-block .offer-wrapper .frame {
    border-radius: 10px;
    background: #260c47;
    padding: 10px 25px 30px;
}

.top-block .offer-wrapper .main-range-slider-wrapper .caption {
    font-size: 15px;
    line-height: 1.333;
    text-align: center;
    margin-bottom: 30px;
}

.top-block .offer-wrapper .main-range-slider-wrapper .range-slider {
    position: relative;
    height: 23px;
}

/*.top-block .offer-wrapper .main-range-slider-wrapper .range-slider * {margin: 0; padding: 0; border: 0;}*/

.range-slider::after,
.range-slider::before {
    content: '';
    font-size: 12px;
    color: #90899a;
    position: absolute;
    bottom: -16px;
}

.range-slider::after {
    content: '0';
    left: -4px;
}

.range-slider::before {
    content: '100';
    right: -4px;
}

.range-slider input[type=range] {
    position: relative;
    height: 5px;
    background-color: #3a1173;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.range-slider input[type=range]:focus {
    outline: transparent;
}

.data-range {
    height: 23px;
    width: 23px;
    position: absolute;
    top: 0;
    z-index: 2;
    pointer-events: none;
    background-color: #207af5;
    border: 6px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.data-range::before {
    content: attr(data-count);
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    font-weight: 600;
}

.range-fill {
    height: 5px;
    background: #207af5;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
}

.top-block .offer-wrapper .main-range-slider-wrapper .bonus-wrapper {
    margin: 10px 0 15px;
}

.top-block .offer-wrapper .main-range-slider-wrapper .bonus-wrapper .frame {
    padding: 15px 20px 15px 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.top-block .offer-wrapper .main-range-slider-wrapper .bonus-wrapper .frame::before {
    content: '';
    position: absolute;
    left: 0;
    height: 32px;
    width: 4px;
    background: #8935cc;
}

.top-block .offer-wrapper .main-range-slider-wrapper .bonus-wrapper .frame:nth-child(1) {
    margin-right: 10px;
}

.top-block .offer-wrapper .main-range-slider-wrapper .bonus-wrapper .frame .plus {
    margin-right: 15px;
    font-size: 29px;
}

.top-block .offer-wrapper .main-range-slider-wrapper .bonus-wrapper .frame .text {
    max-width: 100px;
}

.top-block .offer-wrapper .main-range-slider-wrapper .bonus-wrapper .frame .amount {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    font-size: 23px;
    color: #0661dc;
    font-weight: 700;
}

.main-btn-telegram {
    width: 266px;
    height: 75px;
    color: #fff;
    background: url("../img/main-btn-telegram.png") no-repeat;
    background-size: contain;
    font-size: 18px;
    line-height: 1.333;
    font-weight: 700;
    padding: 0 30px 0 100px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.main-btn-telegram .text {
    color: #fff;
}

.main-btn-telegram:hover {
    /*opacity: .9;*/
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.top-block .features-wrapper {
    margin-top: 45px;
}

.top-block .features-wrapper .feature {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 -12.5px;
    width: 300px;
    height: 134px;
    background: url("../img/feature1.svg") no-repeat;
    background-size: contain;
}

.top-block .features-wrapper .feature::before {
    content: '';
    position: absolute;
    width: 370px;
    height: 137px;
    background: url("../img/feature1-shine.png") center no-repeat;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.top-block .features-wrapper .feature .text {
    color: #c6b8d2;
    font-size: 14px;
    margin: 33px 0 13px;
}

.top-block .features-wrapper .feature .digit {
    color: #8cb133;
    font-size: 26px;
    font-weight: 600;
    position: relative;
}

.top-block .features-wrapper .feature:nth-child(2) {
    background-image: url("../img/feature2.svg");
}

.top-block .features-wrapper .feature:nth-child(2)::before {
    background-image: url("../img/feature2-shine.png");
}

.top-block .features-wrapper .feature:nth-child(2) .digit {
    color: #fb4afd;
}

.top-block .features-wrapper .feature:nth-child(3) {
    background-image: url("../img/feature3.svg");
}

.top-block .features-wrapper .feature:nth-child(3)::before {
    background-image: url("../img/feature3-shine.png");
}

.top-block .features-wrapper .feature:nth-child(3) .digit {
    color: #0661dc;
}

.top-block .features-wrapper .feature:nth-child(4) {
    background-image: url("../img/feature4.svg");
}

.top-block .features-wrapper .feature:nth-child(4)::before {
    background-image: url("../img/feature4-shine.png");
}

.top-block .features-wrapper .feature:nth-child(4) .digit {
    color: #fe474b;
}

/*------------------------------ investment-plans-block ------------------------------*/

.investment-plans-block {
    padding-bottom: 85px;
    position: relative;
}

.investment-plans-block .title {
    margin-bottom: 20px;
}

.investment-plans-block p:first-of-type {
    color: #5f5b64;
    max-width: 470px;
    line-height: 1.4375;
}

.plans-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.investment-plans-block .plans-wrapper {
    margin: 155px 0 0;
}

.plans-wrapper .plan {
    border-radius: 10px 0 10px 0;
    padding: 18px 18px 65px;
    position: relative;
}

.plans-wrapper .plan.one {
    background: #ded3fa;
}

.plans-wrapper .plan.two {
    background: #620bb9;
    color: #fff;
}

.plans-wrapper .plan.three {
    background: #cdbcfa;
}

.plans-wrapper .plan.four {
    background: #3a0172;
    color: #fff;
}

.investment-plans-block .plans-wrapper .plan.two {
    margin-top: -100px;
}

.investment-plans-block .plans-wrapper .plan.three {
    margin-top: -200px;
}

.investment-plans-block .plans-wrapper .plan.four {
    margin-top: -300px;
}

.plans-wrapper .plan .icon-main-corona {
    position: absolute;
    top: 10px;
    right: 10px;
}

.plans-wrapper .plan .plan-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 17px;
    border-bottom: 1px solid #bdb4d5;
}

.plans-wrapper .plan.two .plan-header {
    border-color: #8f2cf1;
}

.plans-wrapper .plan.four .plan-header {
    border-color: #8f2cf1;
}

.plans-wrapper .plan .plan-header .plan-per-day {
    margin-left: 20px;
    font-size: 18px;
}

.plans-wrapper .plan .plan-header .plan-per-day strong {
    font-size: 22px;
    font-weight: 800;
    display: block;
}

.plans-wrapper .plan .plan-body .plan-per-hour {
    margin: 12px 0;
    text-align: center;
}

.plans-wrapper .plan .plan-body .min-max {
    margin-bottom: 15px;
}

.plans-wrapper .plan .plan-body .min-max .item {
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    color: #220b41;
    padding: 12px 12px 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative;
}

.plans-wrapper .plan .plan-body .min-max .item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 14px solid #a891e3;
    border-left: 14px solid transparent;
}

.plans-wrapper .plan .plan-body .min-max .item:nth-child(1) {
    margin-right: 10px;
}

.plans-wrapper .plan .plan-body .min-max .item strong {
    font-size: 15px;
    font-weight: 800;
    display: block;
}

.plans-wrapper .plan .plan-body .text {
    text-align: center;
    line-height: 1.6;
}

.plans-wrapper .plan .btn-invest {
    width: 111px;
    height: 42px;
    background: #8f2cf1;
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-bottom-right-radius: 10px;
}

.plans-wrapper .plan .btn-invest:hover {
    background: #ab1d8e;
}

.plans-wrapper .plan .btn-invest .text {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-right: 5px;
}

.plans-wrapper .plan .btn-invest .arrow-right-plan {
    width: 14px;
    height: 11px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy45NjkiIGhlaWdodD0iMTAuOTciIHZpZXdCb3g9IjAgMCAxMy45NjkgMTAuOTciPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iRm9ybWFfMSIgZGF0YS1uYW1lPSJGb3JtYSAxIiBjbGFzcz0iY2xzLTEiIGQ9Ik02NTEuNzczLDE4MDYuOThsLTQuMTU1LTQuNzZhMC41OTMsMC41OTMsMCwwLDAtLjkxOCwwLDAuODE5LDAuODE5LDAsMCwwLDAsMS4wNWwzLjA0NywzLjQ5aC0xMS4xYTAuNywwLjcsMCwwLDAtLjY0OS43NCwwLjcwOCwwLjcwOCwwLDAsMCwuNjQ5Ljc1aDExLjFsLTMuMDQ3LDMuNDhhMC44MTksMC44MTksMCwwLDAsMCwxLjA1LDAuNTg5LDAuNTg5LDAsMCwwLC45MTgsMGw0LjE1NS00Ljc1QTAuODE5LDAuODE5LDAsMCwwLDY1MS43NzMsMTgwNi45OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MzggLTE4MDIuMDMpIi8+Cjwvc3ZnPgo=");
}

.investment-plans-block .investment-plans-bottom {
    margin-top: -120px;
}

.investment-plans-block .investment-plans-bottom p {
    font-size: 18px;
    font-weight: 600;
    color: #220143;
    max-width: 375px;
    text-align: right;
}

/*------------------------------ reasons-to-trust-block ------------------------------*/

.reasons-to-trust-block {
    background: url("../img/bg-reasons-to-trust-full.png") center 105px no-repeat;
    min-height: 680px;
}

.reasons-to-trust-block .title {
    color: #220b41;
    margin-bottom: 123px;
}

.reasons-to-trust-block .reasons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reasons-to-trust-block .reasons .reason {
    margin-bottom: 80px;
    color: #c6b8d2;
    line-height: 1.4375;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    max-width: 410px;
}

.reasons-to-trust-block .reasons .reason .reason-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#5846df), to(#8133bf));
    background: -o-linear-gradient(left, #5846df, #8133bf);
    background: linear-gradient(90deg, #5846df, #8133bf);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.reasons-to-trust-block .reasons .reason .reason-icon::before {
    content: '';
    width: 100px;
    height: 100px;
    border: 1px dashed #8159f9;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.reasons-to-trust-block .reasons .reason .reason-text {
    max-width: 260px;
}

.reasons-to-trust-block .reasons .reason:nth-child(odd) {
    text-align: right;
}

.reasons-to-trust-block .reasons .reason:nth-child(odd) .reason-icon {
    margin-left: 40px;
}

.reasons-to-trust-block .reasons .reason:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.reasons-to-trust-block .reasons .reason:nth-child(even) .reason-icon {
    margin-right: 40px;
}

.reasons-to-trust-block .reasons-nav {
    display: none;
}

.reasons-to-trust-block .reasons-phone {
    display: none;
}

/*------------------------------ about-block ------------------------------*/

.about-block {
    padding: 95px 0 60px;
}

.about-block .title {
    margin: -13px 0 22px;
}

.about-block p {
    color: #5f5b64;
    max-width: 540px;
    line-height: 1.4375;
    margin-bottom: 11px;
}

.about-block .title+p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #220b41;
    line-height: 1.333;
}

.about-block .btn {
    margin-top: 25px;
}

.about-block .about-doc {
    max-width: 523px;
    margin-left: 45px;
}

.about-block .about-doc .about-doc-header {
    background: -webkit-gradient(linear, left top, right top, from(#5846df), to(#8133bf));
    background: -o-linear-gradient(left, #5846df, #8133bf);
    background: linear-gradient(90deg, #5846df, #8133bf);
    height: 120px;
    padding: 0 25px 0 30px;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.about-block .about-doc .about-doc-header .about-doc-reg-num {
    color: #fff;
    font-size: 18px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px;
}

.about-block .about-doc .about-doc-header .about-doc-reg-num .reg-num {
    font-size: 23px;
    font-weight: 700;
    margin-top: 10px;
}

.about-block .about-doc .about-doc-header .arrow-right {
    width: 40px;
    height: 40px;
    background: #0661dc;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.about-block .about-doc .about-doc-header .arrow-right::after {
    content: '';
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-block .about-doc .about-doc-header .arrow-right:hover {
    /*opacity: 0.8;*/
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.about-block .about-doc .img-doc {
    border-radius: 0 0 10px 10px;
}

.about-block .about-doc .info {
    text-align: center;
    max-width: 380px;
    margin: 20px auto;
    font-size: 18px;
    line-height: 1.333;
}

/*------------------------------ referral-commissions-block ------------------------------*/

.referral-commissions-block {
    padding: 60px 0 120px;
}

.referral-commissions-block .title {
    margin-bottom: 35px;
}

.referral-commissions-block p {
    color: #5f5b64;
    line-height: 1.4375;
    max-width: 650px;
}

.referral-commissions-block .referral-levels-wrapper {
    margin-top: -105px;
}

.referral-levels-wrapper .referral-level {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 -5px;
    width: 165px;
    height: 106px;
    background: url(../img/referral-level-top.svg) no-repeat;
    background-size: contain;
}

.referral-levels-wrapper .referral-level:nth-child(even) {
    background-image: url(../img/referral-level-bottom.svg);
}

.referral-levels-wrapper .referral-level .text {
    color: #5f5b64;
    margin: 20px 0 10px;
    font-weight: 600;
}

.referral-levels-wrapper .referral-level .digit {
    color: #220b41;
    font-size: 34px;
    font-weight: 700;
}

/*.referral-levels-wrapper .referral-level::after {content: ''; width: 62px; height: 6px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); background: #8f2cf1;}*/

.referral-commissions-block .for-partners {
    width: 58px;
    height: 256px;
    background: url(../img/for-partners-bg.jpg) no-repeat;
    background-size: contain;
    position: relative;
}

.referral-commissions-block .for-partners .text {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    color: #8c6be5;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    position: absolute;
    left: 12px;
    bottom: -10px;
}

/*------------------------------ calculate-profit-block ------------------------------*/

.calculate-profit-block {
    padding: 90px 0 153px;
    background: url("../img/bg-calculate-profit.jpg") center top no-repeat;
    min-height: 624px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.calculate-profit-block .title {
    color: #fff;
}

.calculate-profit-block .calculate-payment {
    font-size: 15px;
    font-weight: 500;
}

.calculate-profit-block .calculate-select {
    font-size: 15px;
    font-weight: 500;
    color: #c6b8d2;
}

.calculate-profit-block .calculate-select span {
    color: #fff;
}

.calculate-profit-block .calculate-coins-wrapper {
    width: 535px;
    margin: 25px 0 20px;
    position: relative;
    z-index: 1;
}

.calculate-profit-block .calculate-coins-wrapper .coins {
    margin-top: 10px;
}

.coin {
    width: 45px;
    height: 45px;
    background: -webkit-gradient(linear, left top, right top, from(#4e4e4e), to(#4e4e4e));
    background: -o-linear-gradient(left, #4e4e4e, #4e4e4e);
    background: linear-gradient(90deg, #4e4e4e, #4e4e4e);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.coin.active {
    background: #464658;
}

.coin:hover {
    background: #464658;
}

.calculate-profit-block .calculate-min-max {
    font-size: 15px;
    color: #b89ad2;
}

.calculate-profit-block .select-wrapper {
    margin: 25px 0 43px;
}

.calculate-profit-block .select-wrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.calculate-profit-block .select-wrapper .item:nth-child(1) {
    margin-right: 18px;
}

.calculate-profit-block .select-wrapper .item .label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.calculate-profit-block .select-wrapper .select {
    position: relative;
}

.calculate-profit-block .select-wrapper .select::after {
    content: '';
    width: 13px;
    height: 7px;
    background: url("../img/select-chevron.svg");
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.calculate-profit-block .select-wrapper .select select {
    padding-right: 45px;
}

.calculate-profit-block .select-wrapper .select select option {
    font-size: 15px;
    font-family: arial;
}

.calculate-profit-block .btn {
    color: #fff;
}

.calculate-profit-block .calculate-pic-wrapper {
    position: relative;
    height: 100%;
}

.calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}

.calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper .amount-item {
    position: absolute;
    text-align: center;
}

.calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper .amount-item.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper .amount-item:nth-of-type(1) {
    left: 1.5%;
    bottom: -37%;
}

.calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper .amount-item:nth-of-type(2) {
    left: 18%;
    top: -12%;
}

.calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper .amount-item:nth-of-type(3) {
    right: 18.5%;
    top: -17%;
}

.calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper .amount-item .caption {
    color: #c6b8d2;
}

.calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper .amount-item .digit {
    font-size: 19px;
    font-weight: 700;
    margin: 10px 0;
}

.calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper .calculate-cubes {
    position: absolute;
    top: -37%;
    left: -8%;
}

.calculate-profit-block .bottom-arrow {
    background: url("../img/bottom-arrow-bg.png");
    width: 417px;
    height: 64px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*------------------------------ how-it-works-block ------------------------------*/

.how-it-works-block {
    padding: 110px 0 50px
}

.how-it-works-block .container {
    overflow: hidden;
}

.how-it-works-block .steps-wrapper {
    padding: 45px 0 40px
}

.how-it-works-block .steps-wrapper .step {
    text-align: center;
}

.how-it-works-block .steps-wrapper .step .num {
    font-size: 64px;
    color: #ae9ddc;
    font-weight: 700;
    margin-right: 20px;
}

.how-it-works-block .steps-wrapper .step .name {
    font-size: 20px;
    color: #220b41;
    font-weight: 500;
    max-width: 100px;
    text-align: left;
}

.how-it-works-block .steps-wrapper .step .step-pic {
    margin: 20px auto 0;
    width: 147px;
    height: 147px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.how-it-works-block .steps-wrapper .step .step-pic::after {
    content: '';
    width: 147px;
    height: 147px;
    background: url("../img/step-stroke.png");
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.how-it-works-block .steps-wrapper .step:nth-child(1) .step-pic::after {
    -webkit-animation-name: rotation1;
    animation-name: rotation1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.how-it-works-block .steps-wrapper .step:nth-child(2) .step-pic::after {
    -webkit-animation-name: rotation2;
    animation-name: rotation2;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.how-it-works-block .steps-wrapper .step:nth-child(3) .step-pic::after {
    -webkit-animation-name: rotation3;
    animation-name: rotation3;
    -webkit-transform: rotate(170deg);
    -ms-transform: rotate(170deg);
    transform: rotate(170deg);
}

.how-it-works-block .steps-wrapper .step:nth-child(4) .step-pic::after {
    -webkit-animation-name: rotation4;
    animation-name: rotation4;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.how-it-works-block .steps-wrapper .step:nth-child(1) .step-pic img {
    margin-bottom: 10px;
}

.how-it-works-block .btn {
    position: relative;
}

.how-it-works-block .btn::before {
    content: '';
    position: absolute;
    width: 50vw;
    height: 1px;
    background: #b3a6d6;
    right: calc(100% + 30px);
}

.how-it-works-block .btn::after {
    content: '';
    position: absolute;
    width: 50vw;
    height: 1px;
    background: #b3a6d6;
    left: calc(100% + 30px);
}

@-webkit-keyframes rotation1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotation1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotation2 {
    0% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(-330deg);
        transform: rotate(-330deg);
    }
}

@keyframes rotation2 {
    0% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(-330deg);
        transform: rotate(-330deg);
    }
}

@-webkit-keyframes rotation3 {
    0% {
        -webkit-transform: rotate(170deg);
        transform: rotate(170deg);
    }
    100% {
        -webkit-transform: rotate(-190deg);
        transform: rotate(-190deg);
    }
}

@keyframes rotation3 {
    0% {
        -webkit-transform: rotate(170deg);
        transform: rotate(170deg);
    }
    100% {
        -webkit-transform: rotate(-190deg);
        transform: rotate(-190deg);
    }
}

@-webkit-keyframes rotation4 {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(-450deg);
        transform: rotate(-450deg);
    }
}

@keyframes rotation4 {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(-450deg);
        transform: rotate(-450deg);
    }
}

/*------------------------------ questions-block ------------------------------*/

.questions-block {
    padding: 50px 0 0;
}

.questions-block .tabs-wrapper {
    margin: 28px 0 25px;
}

.questions-block .tabs-wrapper .tabs-nav .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 216px;
    height: 54px;
    background: #beb4da;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 5px;
}

.questions-block .tabs-wrapper .tabs-nav .item:hover {
    background: #9a90b8;
}

.questions-block .tabs-wrapper .tabs-nav .item.active {
    background: -webkit-gradient(linear, left top, right top, from(#5846df), to(#8133bf));
    background: -o-linear-gradient(left, #5846df, #8133bf);
    background: linear-gradient(90deg, #5846df, #8133bf);
}

.questions-block .tabs-wrapper .tabs-content {
    margin-top: 25px;
}

.questions-block .tabs-wrapper .tabs-content .tab {
    display: none;
    border-bottom: 1px solid #cdbcfa;
}

.questions-block .tabs-wrapper .tabs-content .tab.active {
    display: block;
}

.questions-block .tabs-wrapper .tabs-content .tab .item {
    border-top: 1px solid #cdbcfa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4375;
}

.questions-block .tabs-wrapper .tabs-content .tab .item .question {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 20px 20px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.questions-block .tabs-wrapper .tabs-content .tab .item .question::before {
    content: 'Q:';
    color: #0661dc;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}

.questions-block .tabs-wrapper .tabs-content .tab .item .answer {
    font-size: 16px;
    color: #5f5b64;
    padding: 20px 20px 20px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.questions-block .tabs-wrapper .tabs-content .tab .item .answer::before {
    content: 'A:';
    color: #0661dc;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}

/*------------------------------ footer ------------------------------*/

footer {
    background: url("../img/bg-footer.png") center bottom no-repeat;
    min-height: 549px;
    padding: 250px 0 82px;
    color: #fff;
}

footer .ico {
    width: 35px;
    height: 35px;
    background: #0661dc;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

footer .logo {
    margin: 4px 0 37px;
}

footer .mail-wrapper {
    margin-bottom: 24px;
}

footer .phone-wrapper {
    margin-bottom: 35px;
}

footer .mail-phone .ico {
    margin-right: 15px;
}

footer .mail-phone .text {
    font-weight: 500;
}

footer .copyright {
    font-size: 14px;
    color: #c09fee;
}

footer .contact-us {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 441px;
    height: 217px;
    background: url(../img/contactus-bg.svg) no-repeat;
    background-size: contain;
    margin: 0 auto;
}

footer .contact-us::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 92px;
    background: url(../img/contactus-shine.png) center no-repeat;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 18px);
    -ms-transform: translate(-50%, 18px);
    transform: translate(-50%, 18px);
}

footer .contact-us .caption {
    margin-top: 35px;
    font-size: 26px;
    color: #0661dc;
    font-weight: 700;
}

footer .contact-us>.text {
    margin: 15px 0 25px;
    color: #c6b8d2;
}

footer .contact-us .btn {
    color: #fff;
    position: relative;
}

footer .social .text {
    text-transform: uppercase;
    font-size: 14px;
    color: #c6b8d2;
    margin-right: 10px;
}

footer .social .ico {
    margin-left: 10px;
    cursor: pointer;
}

footer .social .ico:hover {
    background: #2782fd;
}

footer .agree {
    margin: 24px 0 28px;
    text-align: right;
    line-height: 1.5;
}

/*--------------------------------------------------------------------------*/

/*------------------------------ page sing-in ------------------------------*/

/*--------------------------------------------------------------------------*/

.account-login-create {
    padding: 188px 0;
    background: url("../img/bg-singinup.jpg") center top no-repeat;
    background-size: cover;
    color: #fff;
}

.page-singin .account-login-create {
    min-height: 750px;
}

.account-login-create .header-wrapper {
    border-left: 6px solid #5946de;
    padding-left: 25px;
    margin-bottom: 25px;
}

.account-login-create .header-wrapper .hdr {
    font-size: 28px;
    font-weight: 700;
}

.account-login-create .header-wrapper .info {
    font-size: 19px;
    font-weight: 500;
    color: #654af4;
}

.account-login-create .form-wrapper .input-label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.input-wrapper {
    position: relative;
}

.input-wrapper::after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-wrapper.login::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23966aef; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Forma_1_копия_2' data-name='Forma 1 копия 2' class='cls-1' d='M828.532,341.847a12.5,12.5,0,1,0-17.686,17.647c0.007,0.007.01,0.018,0.017,0.024,0.072,0.07.151,0.129,0.224,0.2,0.2,0.178.4,0.363,0.613,0.535,0.114,0.089.232,0.179,0.348,0.261,0.2,0.149.4,0.3,0.608,0.435,0.142,0.09.289,0.179,0.434,0.268,0.193,0.116.385,0.233,0.584,0.339,0.169,0.089.341,0.166,0.512,0.247,0.188,0.09.373,0.179,0.564,0.259s0.385,0.143.58,0.213,0.362,0.134.549,0.191c0.21,0.063.426,0.112,0.641,0.165,0.178,0.044.351,0.094,0.535,0.129,0.246,0.049.5,0.081,0.746,0.115,0.155,0.021.306,0.051,0.462,0.066,0.409,0.041.821,0.063,1.237,0.063s0.828-.022,1.237-0.063c0.156-.015.307-0.045,0.462-0.066,0.25-.034.5-0.066,0.746-0.115,0.178-.035.357-0.089,0.535-0.129,0.215-.053.431-0.1,0.641-0.165,0.187-.057.367-0.127,0.549-0.191s0.389-.134.579-0.213,0.377-.17.565-0.259c0.171-.081.343-0.158,0.512-0.247,0.2-.106.391-0.223,0.584-0.339,0.145-.089.292-0.17,0.434-0.268,0.209-.137.408-0.286,0.608-0.435,0.116-.09.234-0.17,0.348-0.261,0.211-.17.412-0.35,0.613-0.535,0.073-.067.151-0.126,0.224-0.2,0.007-.006.01-0.017,0.017-0.024A12.48,12.48,0,0,0,828.532,341.847Zm-2.006,16.712c-0.163.143-.33,0.279-0.5,0.41-0.1.077-.2,0.153-0.3,0.226-0.161.117-.325,0.227-0.492,0.334-0.122.077-.246,0.152-0.371,0.226-0.157.089-.317,0.178-0.478,0.267-0.143.074-.289,0.142-0.435,0.21s-0.308.14-.466,0.2-0.326.123-.491,0.178-0.3.105-.454,0.151c-0.179.054-.365,0.1-0.55,0.142-0.145.034-.287,0.072-0.434,0.1-0.211.041-.427,0.069-0.644,0.1-0.123.016-.246,0.038-0.37,0.051-0.343.033-.69,0.052-1.041,0.052s-0.7-.019-1.041-0.052c-0.124-.013-0.246-0.035-0.369-0.051-0.217-.03-0.433-0.058-0.644-0.1-0.147-.029-0.29-0.067-0.434-0.1-0.185-.045-0.369-0.089-0.55-0.142-0.153-.046-0.3-0.1-0.455-0.151s-0.33-.115-0.49-0.178-0.313-.133-0.466-0.2-0.292-.136-0.435-0.21c-0.162-.084-0.321-0.172-0.478-0.267-0.125-.074-0.25-0.149-0.371-0.226-0.167-.107-0.331-0.217-0.493-0.334-0.1-.073-0.2-0.149-0.3-0.226-0.17-.131-0.338-0.268-0.5-0.41-0.039-.029-0.075-0.067-0.113-0.1a7.158,7.158,0,0,1,4.867-6.689,5.294,5.294,0,0,0,4.547,0,7.159,7.159,0,0,1,4.867,6.689C826.6,358.492,826.564,358.526,826.526,358.559Zm-10.142-13.4a3.57,3.57,0,1,1,4.862,4.862,0.019,0.019,0,0,0-.015,0,3.764,3.764,0,0,1-.746.316c-0.047.014-.09,0.032-0.139,0.043-0.089.023-.183,0.04-0.275,0.056a3.676,3.676,0,0,1-.524.052h-0.1a3.676,3.676,0,0,1-.524-0.052c-0.09-.016-0.184-0.033-0.275-0.056-0.048-.011-0.09-0.029-0.139-0.043a3.764,3.764,0,0,1-.746-0.316l-0.016,0A3.569,3.569,0,0,1,816.384,345.157Zm11.837,11.532h0a8.971,8.971,0,0,0-4.779-6.153,5.356,5.356,0,1,0-7.891,0,8.971,8.971,0,0,0-4.779,6.153A10.712,10.712,0,1,1,828.221,356.689Z' transform='translate(-807 -338)'/%3E%3C/svg%3E");
}

.input-wrapper.pass::after {
    width: 19px;
    height: 23px;
    right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='23' viewBox='0 0 19 23'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23a070ff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Forma_1_копия_3' data-name='Forma 1 копия 3' class='cls-1' d='M825.206,444.445h-1.678v-3.694a5.038,5.038,0,0,0-10.059,0v3.694h-1.675a2.749,2.749,0,0,0-2.794,2.7v9.164A2.749,2.749,0,0,0,811.794,459h13.412A2.749,2.749,0,0,0,828,456.305v-9.164A2.75,2.75,0,0,0,825.206,444.445Zm-9.874-3.694a3.174,3.174,0,0,1,6.333,0v3.694h-6.333v-3.694h0Zm10.8,15.554a0.916,0.916,0,0,1-.931.9H811.794a0.916,0.916,0,0,1-.931-0.9v-9.164a0.916,0.916,0,0,1,.931-0.9h13.412a0.916,0.916,0,0,1,.931.9v9.164Zm-7.637-7.457a1.693,1.693,0,0,0-1.723,1.662,1.648,1.648,0,0,0,.79,1.4v1.972a0.932,0.932,0,0,0,1.863,0v-1.97a1.648,1.648,0,0,0,.793-1.4A1.693,1.693,0,0,0,818.5,448.848Z' transform='translate(-809 -436)'/%3E%3C/svg%3E");
}

.input-wrapper.email::after {
    width: 24px;
    height: 20px;
    background-image: url("../img/input-email.png");
}

.input-wrapper.copy::after {
    width: 22px;
    top:25px;
    right: 21.5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='25' viewBox='0 0 22 25'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23220b41; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Copy_icon' data-name='Copy icon' class='cls-1' d='M992.95,800.059h-3.336v-3a1.057,1.057,0,0,0-1.05-1.063H973.05a1.057,1.057,0,0,0-1.05,1.063v18.815a1.057,1.057,0,0,0,1.05,1.063h3.336v3a1.057,1.057,0,0,0,1.05,1.063H992.95a1.057,1.057,0,0,0,1.05-1.063V801.122A1.057,1.057,0,0,0,992.95,800.059ZM974.1,814.815V798.126h13.414v1.933H977.436a1.057,1.057,0,0,0-1.05,1.063v13.693H974.1Zm17.8,4.059H978.486V802.185H991.9v16.689Z' transform='translate(-972 -796)'/%3E%3C/svg%3E");
}

.input-wrapper.calendar::after {
    width: 27px;
    height: 27px;
    right: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2353496f; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Forma_1_копия' data-name='Forma 1 копия' class='cls-1' d='M1428.71,233.2a2.115,2.115,0,0,0,2.11,2.11h2.48a2.115,2.115,0,0,0,2.11-2.11v-2.478a2.115,2.115,0,0,0-2.11-2.11h-2.48a2.115,2.115,0,0,0-2.11,2.11V233.2Zm2.11-2.478h2.48V233.2h-2.48v-2.478Zm3.54-6.7a1.055,1.055,0,1,1-1.06,1.054A1.052,1.052,0,0,1,1434.36,224.02Zm-4.59,0a1.055,1.055,0,1,1-1.06,1.054A1.052,1.052,0,0,1,1429.77,224.02Zm10.18,8.542a1.052,1.052,0,0,0,1.05-1.054v-11.18a4.223,4.223,0,0,0-4.22-4.219h-1.37v-1.054a1.055,1.055,0,1,0-2.11,0v1.054h-4.8v-1.054a1.055,1.055,0,1,0-2.11,0v1.054h-4.74v-1.054a1.055,1.055,0,1,0-2.11,0v1.054h-1.32a4.223,4.223,0,0,0-4.22,4.219v16.453a4.223,4.223,0,0,0,4.22,4.219h18.56a4.223,4.223,0,0,0,4.22-4.219,1.055,1.055,0,0,0-2.11,0,2.115,2.115,0,0,1-2.11,2.11h-18.56a2.115,2.115,0,0,1-2.11-2.11V220.328a2.114,2.114,0,0,1,2.11-2.109h1.32v1.054a1.055,1.055,0,1,0,2.11,0v-1.054h4.74v1.054a1.055,1.055,0,1,0,2.11,0v-1.054h4.8v1.054a1.055,1.055,0,1,0,2.11,0v-1.054h1.37a2.114,2.114,0,0,1,2.11,2.109v11.18A1.054,1.054,0,0,0,1439.95,232.562Zm-19.36.633a1.055,1.055,0,1,1-1.05,1.055A1.061,1.061,0,0,1,1420.59,233.2Zm0-9.175a1.055,1.055,0,1,1-1.05,1.054A1.061,1.061,0,0,1,1420.59,224.02Zm0,4.587a1.055,1.055,0,1,1-1.05,1.055A1.061,1.061,0,0,1,1420.59,228.607Zm4.59,0a1.055,1.055,0,1,1-1.06,1.055A1.053,1.053,0,0,1,1425.18,228.607Zm0-4.587a1.055,1.055,0,1,1-1.06,1.054A1.052,1.052,0,0,1,1425.18,224.02Zm0,9.175a1.055,1.055,0,1,1-1.06,1.055A1.052,1.052,0,0,1,1425.18,233.2Z' transform='translate(-1414 -214)'/%3E%3C/svg%3E");
}

.account-login-create .form-wrapper .input-wrapper {
    margin-bottom: 18px;
}

.account-login-create .form-wrapper input {
    height: 56px;
    padding: 20px 55px 20px 25px;
}

.account-login-create .form-wrapper .forgot-pass {
    font-size: 15px;
    color: #c6b8d2;
    text-decoration: underline;
}

.account-login-create .form-wrapper .btn {
    font-size: 15px;
    color: #fff;
    margin: 27px 0 33px;
}

.account-login-create .social {
    padding-top: 25px;
    border-top: 1px solid #503585;
}

.account-login-create .social .sqr {
    width: 52px;
    height: 47px;
    margin-right: 10px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.account-login-create .social .sqr:hover {
    /*opacity: .9;*/
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.account-login-create .social .sqr.fb {
    background: #5946de;
}

.account-login-create .social .sqr.tw {
    background: #3ea4f1;
}

.account-login-create .social .sqr.ggl {
    background: #cb2027;
}

.account-login-create .social .sqr.vk {
    background: #327eec;
}

/*--------------------------------------------------------------------------*/

/*------------------------------ page account ------------------------------*/

/*--------------------------------------------------------------------------*/

.page__account {
    background: -webkit-gradient(linear, left top, right top, from(#211644), to(#4a3053));
    background: -o-linear-gradient(left, #211644, #4a3053);
    background: linear-gradient(90deg, #211644, #4a3053);
}

.account__dashboard .col.fixed {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 485px;
    flex: 0 0 485px;
    max-width: 485px;
}

.page__account header {
    position: relative;
    z-index: 1;
}

.page__account header .h90 {
    height: 90px;
}

.page__account header .logo {
    margin-left: 28px;
}

.page__account header .block-lang {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.page__account header .menu {
    display: none;
}

.page__account .btn-logout {
    width: 128px;
    height: 42px;
    background: -webkit-gradient(linear, left top, right top, from(#5846df), to(#8133bf));
    background: -o-linear-gradient(left, #5846df, #8133bf);
    background: linear-gradient(90deg, #5846df, #8133bf);
    border-radius: 21px;
    margin: 0 55px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.page__account .btn-logout::after {
    content: '';
    width: 23px;
    height: 17px;
    margin: 0 18px 0 12px;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='17' viewBox='0 0 23 17'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Arrow' class='cls-1' d='M1826.43,43.539h-12.11a1.039,1.039,0,1,1,0-2.078h12.11l-1.35-1.343a1.032,1.032,0,0,1,0-1.47,1.052,1.052,0,0,1,1.48,0l3.13,3.117a0.4,0.4,0,0,1,.07.076c0.01,0.006.01,0.013,0.02,0.02s0.03,0.04.04,0.062,0.01,0.013.02,0.019a0.263,0.263,0,0,0,.04.068v0.014a0.272,0.272,0,0,1,.04.078v0.01a0.145,0.145,0,0,1,.03.086c0.01,0,.01.007,0.01,0.011,0.01,0.029.01,0.058,0.02,0.087v0.027a0.188,0.188,0,0,1,.01.074,0.543,0.543,0,0,1,0,.207,0.192,0.192,0,0,1-.01.075V42.7c-0.01.03-.01,0.059-0.02,0.088,0,0,0,.007-0.01.01a0.148,0.148,0,0,1-.03.086V42.9a0.274,0.274,0,0,1-.04.078V42.99c-0.02.024-.03,0.046-0.05,0.069a0.018,0.018,0,0,1-.01.019c-0.01.021-.03,0.042-0.04,0.062s-0.01.013-.02,0.02a0.4,0.4,0,0,1-.07.076l-3.13,3.117a1.053,1.053,0,0,1-.74.3,1.039,1.039,0,0,1-.74-1.774ZM1815.55,34a8.543,8.543,0,0,1,7.1,3.764,1.027,1.027,0,0,1-.28,1.442,1.048,1.048,0,0,1-1.45-.283,6.423,6.423,0,1,0-.01,7.167,1.047,1.047,0,0,1,1.45-.279,1.028,1.028,0,0,1,.28,1.443A8.532,8.532,0,1,1,1815.55,34Z' transform='translate(-1807 -34)'/%3E%3C/svg%3E");
}

.page__account .user__info-head {
    font-weight: 500;
    text-align: right;
}

.page__account .user__info-head .user__info-mail {
    font-size: 15px;
    margin-bottom: 5px;
}

.page__account .user__info-head .user__info-name {
    font-size: 12px;
    color: #c0aad1
}

.page__account .user__info-head .user__info-icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 42px;
    height: 42px;
    margin-left: 10px;
    background: #fff;
    border: 2px solid #e3d9ff;
    border-radius: 50%;
    overflow: hidden;
}

.page__account .user__info-head .user__info-icon img {
    max-width: 100%;
    height: auto;
}

.account__sidebar {
    padding-left: 35px;
}

.account__sidebar .item {
    height: 45px;
    border-radius: 22.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.account__sidebar .item.active {
    background: #312162;
}

.account__sidebar .item.active .item-ico {
    background: -webkit-gradient(linear, left top, right top, from(#5846df), to(#8133bf));
    background: -o-linear-gradient(left, #5846df, #8133bf);
    background: linear-gradient(90deg, #5846df, #8133bf);
}

.account__sidebar .item.active .item-ico img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.account__sidebar .item.active .item-ico svg path {
    fill: #fff;
}

.account__sidebar .item.active .item-text {
    color: #fff;
}

.account__sidebar .item:hover .item-ico {
    background: -webkit-gradient(linear, left top, right top, from(#5846df), to(#8133bf));
    background: -o-linear-gradient(left, #5846df, #8133bf);
    background: linear-gradient(90deg, #5846df, #8133bf);
}

.account__sidebar .item:hover .item-ico img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.account__sidebar .item:hover .item-ico svg path {
    fill: #fff;
}

.account__sidebar .item:hover .item-text {
    color: #fff;
}

.account__sidebar .item .item-ico {
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
    background: #432174;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.account__sidebar .item .item-text {
    color: #a183f2;
    font-size: 16px;
    margin-left: 18px;
}

.account__sidebar .btn-logout {
    display: none;
}

.page__account .account__content {
    background: #e3d9ff;
    border-top-left-radius: 25px;
    min-height: calc(100vh - 90px);
    margin-right: -15px;
    padding-bottom: 20px;
}

.page__account .account__content .account__header {
    padding-left: 40px;
    padding-right: 40px;
}

.page__account .account__content .account__body {
    padding-left: 40px;
    padding-right: 40px;
}

.page__account .account__content .container {
    padding-left: 20px;
    padding-right: 20px;
}

.page__account .account__content .row {
    margin-left: -20px;
    margin-right: -20px;
}

.page__account .account__content [class^="col"] {
    padding-left: 20px;
    padding-right: 20px;
}

.page__account .account__content p {
    font-size: 14px;
    color: #5f5b64;
    line-height: 1.4375;
}

.page__account .account__content .link {
    text-decoration: underline;
    font-size: 15px;
}

.page__account .account__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 65px;
    border-bottom: 1px solid #c8bdde;
    margin-bottom: 5px;
}

.page__account .account__header .account__header-title {
    font-size: 30px;
    font-weight: 700;
}

.page__account .account__block-white {
    background: #fff;
    border-radius: 10px;
    padding: 17px 20px 25px;
    margin: 20px 0;
}

.page__account .account__block-white.no-pads {
    padding: 0;
}

.page__account .account__block-title {
    font-size: 25px;
    color: #0661dc;
    font-weight: 700;
    margin-bottom: 20px;
}

.account__dashboard .user__photo-big {
    width: 170px;
    height: 170px;
    background: #fff;
    border: 8px solid #e3d9ff;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.account__dashboard .user__photo-info .btn {
    margin-bottom: 18px;
}

.account__dashboard .user__photo-info .upload-info {
    margin-bottom: 40px;
}

.account__dashboard .user__photo-info .del-photo {
    font-size: 15px;
    text-decoration: underline;
}

.page__account .input-label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.page__account .field {
    background: #e3d9ff;
    color: #220143;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 18px;
    height: 56px;
    border-radius: 10px;
    padding: 20px 15px;
}

.page__account .field:last-child {
    margin-bottom: 0;
}

.page__account .referral-levels-wrapper {
    margin: 25px 0 30px;
}

.page__account .referral-levels-wrapper .referral-level {
    margin: 0 -4.5px;
}

.account__dashboard .your-link .field {
    padding-right: 45px;
}

.account__dashboard .your-link .input-wrapper.copy {
    cursor: pointer;
}

.page__account .account__body .affiliate>[class^="col"]:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}

.page__account .account__body .affiliate>[class^="col"]:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
}

/*.account__dashboard .affiliate .col.fixed {flex: 0 0 700px; max-width: 700px;}*/

.account__dashboard .account__stats {
    margin: 20px 0;
    color: #fff;
}

.account__dashboard .account__stats .row {
    margin-left: -10px;
    margin-right: -10px;
}

.account__dashboard .account__stats [class^="col"] {
    padding-left: 10px;
    padding-right: 10px;
}

.account__dashboard .account__stats .stat {
    margin-bottom: 20px;
    height: 118px;
    border-radius: 20px;
    padding: 15px 15px 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.account__dashboard .account__stats .stat .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.account__dashboard .account__stats [class^="col"]:nth-last-child(2) .stat {
    margin-bottom: 0;
}

.account__dashboard .account__stats [class^="col"]:nth-last-child(1) .stat {
    margin-bottom: 0;
}

.account__dashboard .account__stats .stat.depo {
    background: -o-repeating-linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 13px), -o-linear-gradient(240deg, #ac99ff, #5a47f2);
    background: repeating-linear-gradient(-70deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 13px), linear-gradient(210deg, #ac99ff, #5a47f2);
}

.account__dashboard .account__stats .stat.profit {
    background: -o-repeating-linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 13px), -o-linear-gradient(240deg, #83de59, #48bd2a);
    background: repeating-linear-gradient(-70deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 13px), linear-gradient(210deg, #83de59, #48bd2a);
}

.account__dashboard .account__stats .stat.ref {
    background: -o-repeating-linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 13px), -o-linear-gradient(240deg, #ffb459, #ff8930);
    background: repeating-linear-gradient(-70deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 13px), linear-gradient(210deg, #ffb459, #ff8930);
}

.account__dashboard .account__stats .stat.withdraw {
    background: -o-repeating-linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 13px), -o-linear-gradient(240deg, #ffa1ad, #ff61a3);
    background: repeating-linear-gradient(-70deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 13px), linear-gradient(210deg, #ffa1ad, #ff61a3);
}

.account__dashboard .account__stats .stat.bounty {
    background: -o-repeating-linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 13px), -o-linear-gradient(240deg, #e8d52e, #dcad0b);
    background: repeating-linear-gradient(-70deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 13px), linear-gradient(210deg, #e8d52e, #dcad0b);
}

.account__dashboard .account__stats .stat.partners {
    background: -o-repeating-linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 13px), -o-linear-gradient(240deg, #6735ae, #a12fba);
    background: repeating-linear-gradient(-70deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 13px), linear-gradient(210deg, #6735ae, #a12fba);
}

.account__dashboard .account__stats .stat .stat-ico {
    width: 88px;
    height: 88px;
    background: #fff;
    border-radius: 20px 20px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.account__dashboard .account__stats .stat .stat-caption {
    margin: 7px 0 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.account__dashboard .account__stats .stat .stat-amount {
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.17);
    border-radius: 10px;
}

/*--------------------------------------------------------------------------*/

/*------------------------------ page history ------------------------------*/

/*--------------------------------------------------------------------------*/

.account__history {
    min-width: 535px;
}

.account__history .account__block-white {
    padding: 10px 20px;
}

.account__header-trans-all {
    font-weight: 500;
}

.account__history .filter__header>div {
    margin: 5px 0;
}

.page__account .filter__header .coins {
    margin-left: 20px;
}

.page__account .coin {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.page__account .filter__header-calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page__account .filter__header-calendar .calendar-label {
    margin-right: 12px;
}

.page__account .filter__header-calendar .input-wrapper:nth-child(2) {
    margin-right: 30px;
}

.page__account .filter__header-calendar .input-wrapper::after {
    cursor: pointer;
}

.page__account .filter__header .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 190px;
    height: 56px;
}

.page__account .filter__header .btn-link {
    cursor: pointer;
    margin-left: 35px;
}

.page__account .filter__header .btn-link .link {
    margin-left: 10px;
}

.page__account .table__result-header {
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

.page__account .table__result-header svg {
    margin-left: 13px;
    cursor: pointer;
}

.page__account .table__result-row {
    font-weight: 500;
    /*height: 54px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
}

.page__account .table__result-row:nth-child(odd) {
    background: #f4f0fe;
}

.page__account .table__result-row:last-child {
    border-radius: 0 0 10px 10px;
}

.page__account .table__result-col {
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page__account .table__result-col.date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.page__account .table__result-col.descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.page__account .table__result-col.system {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page__account .table__result-col.amount {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.page__account .table__result-col.status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page__account .table__result-row .coin {
    background: #615ed2;
}

.page__account .table__result-row .coin:hover {
    cursor: auto;
}

.table-icon-done {
    width: 24.97px;
    height: 25.219px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.97' height='25.219' viewBox='0 0 24.97 25.219'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23048828; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1617.49,359a12.609,12.609,0,1,0,12.48,12.609A12.562,12.562,0,0,0,1617.49,359Zm0,22.925a10.317,10.317,0,1,1,10.21-10.316A10.277,10.277,0,0,1,1617.49,381.925Zm4.68-14.774-6.42,6.484-2.95-2.972a1.12,1.12,0,0,0-1.6,0,1.16,1.16,0,0,0,0,1.621l3.74,3.782a1.161,1.161,0,0,0,.81.336h0a1.124,1.124,0,0,0,.8-0.335l7.22-7.3a1.142,1.142,0,0,0,0-1.621A1.12,1.12,0,0,0,1622.17,367.151Z' transform='translate(-1605 -359)'/%3E%3C/svg%3E");
}

.table-icon-process {
    width: 24.97px;
    height: 25.218px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.97' height='25.218' viewBox='0 0 24.97 25.218'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %235e43da; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Forma_1' data-name='Forma 1' class='cls-1' d='M1621.94,426.386l-3.49-2.637v-5.371a0.965,0.965,0,1,0-1.93,0v5.859a0.964,0.964,0,0,0,.39.782l3.87,2.93a0.924,0.924,0,0,0,.57.195,0.962,0.962,0,0,0,.78-0.391A0.989,0.989,0,0,0,1621.94,426.386Zm-4.45-14.835a12.609,12.609,0,1,0,12.48,12.608A12.561,12.561,0,0,0,1617.49,411.551Zm0,23.264a10.656,10.656,0,1,1,10.55-10.656A10.623,10.623,0,0,1,1617.49,434.815Z' transform='translate(-1605 -411.563)'/%3E%3C/svg%3E");
}

.table-icon-error {
    width: 24.97px;
    height: 25.187px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.97' height='25.187' viewBox='0 0 24.97 25.187'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23df0024; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Forma_1' data-name='Forma 1' class='cls-1' d='M1626.32,468.471a12.413,12.413,0,0,0-17.66,0,12.7,12.7,0,0,0,0,17.84,12.412,12.412,0,0,0,17.66,0A12.718,12.718,0,0,0,1626.32,468.471Zm-1.37,16.458a10.484,10.484,0,0,1-14.92,0,10.715,10.715,0,0,1,0-15.076,10.485,10.485,0,0,1,14.92,0A10.739,10.739,0,0,1,1624.95,484.929Zm-3.29-4.837-2.74-2.762,2.74-2.762a0.98,0.98,0,0,0,0-1.382,0.962,0.962,0,0,0-1.37,0l-2.74,2.764-2.74-2.764a0.962,0.962,0,0,0-1.37,0,0.98,0.98,0,0,0,0,1.382l2.74,2.762-2.74,2.762a0.98,0.98,0,0,0,0,1.382,0.96,0.96,0,0,0,.68.286,0.973,0.973,0,0,0,.69-0.285l2.74-2.764,2.74,2.764a0.964,0.964,0,0,0,1.37,0A0.98,0.98,0,0,0,1621.66,480.092Z' transform='translate(-1605 -464.813)'/%3E%3C/svg%3E");
}

.page__account .table__result-row [class^="table-icon"] {
    margin-right: 14px;
}

.pagination__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination__block.round {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pagination__block .pagination__block-item {
    width: 34px;
    height: 34px;
    border-radius: 5px;
    border: 2px solid #b9a4f1;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.pagination__block .pagination__block-item.active {
    border-color: #0661dc;
}

.pagination__block.round .pagination__block-item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.pagination__block .pagination__block-item:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.pagination-icon-left {
    width: 7px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='13' viewBox='0 0 7 13'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23220143; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Shape_1_копия_2' data-name='Shape 1 копия 2' class='cls-1' d='M977.19,853.993l5.3-5.785a0.614,0.614,0,0,1,.921,0l0.391,0.426a0.758,0.758,0,0,1,0,1l-4.452,4.858,4.457,4.864a0.759,0.759,0,0,1,0,1l-0.39.426a0.615,0.615,0,0,1-.922,0L977.19,855A0.765,0.765,0,0,1,977.19,853.993Z' transform='translate(-977 -848)'/%3E%3C/svg%3E");
}

.pagination-icon-right {
    width: 7px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='13' viewBox='0 0 7 13'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23220143; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1244.81,853.993l-5.3-5.785a0.639,0.639,0,0,0-.46-0.208,0.606,0.606,0,0,0-.46.208l-0.4.426a0.767,0.767,0,0,0,0,1l4.46,4.858-4.46,4.864a0.759,0.759,0,0,0,0,1l0.39,0.426a0.622,0.622,0,0,0,.46.208,0.606,0.606,0,0,0,.46-0.208l5.31-5.79A0.765,0.765,0,0,0,1244.81,853.993Z' transform='translate(-1238 -848)'/%3E%3C/svg%3E");
}

.pagination-round-icon-left {
    width: 11px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Shape_1_копия' data-name='Shape 1 копия' class='cls-1' d='M384.176,1461.08l3.972-3.91a0.619,0.619,0,0,1,.852,0l0.36,0.36a0.579,0.579,0,0,1,.176.42,0.6,0.6,0,0,1-.176.42l-2.317,2.28h7.363a0.587,0.587,0,0,1,.594.59v0.5a0.611,0.611,0,0,1-.594.61h-7.39l2.344,2.29a0.583,0.583,0,0,1,.176.42,0.56,0.56,0,0,1-.176.41l-0.361.36a0.618,0.618,0,0,1-.851,0l-3.973-3.91A0.59,0.59,0,0,1,384.176,1461.08Z' transform='translate(-384 -1457)'/%3E%3C/svg%3E");
}

.pagination-round-icon-right {
    width: 11px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M687.824,1461.08l-3.972-3.91a0.619,0.619,0,0,0-.852,0l-0.36.36a0.579,0.579,0,0,0-.176.42,0.6,0.6,0,0,0,.176.42l2.317,2.28h-7.363a0.587,0.587,0,0,0-.594.59v0.5a0.611,0.611,0,0,0,.594.61h7.389l-2.343,2.29a0.579,0.579,0,0,0-.176.42,0.556,0.556,0,0,0,.176.41l0.36,0.36a0.619,0.619,0,0,0,.852,0l3.972-3.91A0.589,0.589,0,0,0,687.824,1461.08Z' transform='translate(-677 -1457)'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------------------*/

/*------------------------------ page deposits -----------------------------*/

/*--------------------------------------------------------------------------*/

/*.page__account .account__content.account__deposits .account__body {padding-right: 70px;}*/

.account__deposits.account__content .row {
    margin-left: -15px;
    margin-right: -15px;
}

.account__deposits.account__content [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
}

.account__deposits .plans-wrapper {
    margin-top: 15px;
}

.account__deposits .plans-wrapper [class^="col"] {
    max-width: 370px;
    min-width: 330px;
}

.account__deposits .plans-wrapper .plan {
    width: auto;
    margin: 15px 0;
}

.account__deposits .plans-wrapper .plan .icon-wrapper {
    position: absolute;
    top: 18px;
    right: 20px;
}

.account__deposits .plans-wrapper .plan.one {
    background: #d5c8f2;
}

.account__deposits .plans-wrapper .plan .icon-main-corona {
    position: relative;
    top: 0;
    right: -10px;
    margin-bottom: 10px;
}

.account__deposits .plans-wrapper .plan .coin {
    background: #615ed2;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    cursor: auto;
}

.account__deposits .plans-wrapper .plan .plan-body .min-max {
    margin-bottom: 13px;
}

.account__deposits .plans-wrapper .plan .plan-body .min-max .item {
    text-transform: none;
}

.account__deposits .plans-wrapper .plan .plan-body .min-max .item:nth-child(1) {
    margin-right: 13px;
}

.account__deposits .plans-wrapper .plan .btn-invest {
    width: 178px;
}

/*--------------------------------------------------------------------------*/

/*------------------------------ page withdrawal ---------------------------*/

/*--------------------------------------------------------------------------*/

.account__withdrawal.account__content .account__header {
    margin-bottom: 30px;
}

.account__withdrawal .account__block-dark {
    background: url("../img/bg-withdrawal-block.jpg") center top no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 0 25px 15px;
    width: 100%;
}

.account__withdrawal .account__block-header {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 60px;
    margin-bottom: 40px;
}

.account__withdrawal .account__block-header .text {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.account__withdrawal .account__block-header .num {
    font-size: 54px;
    font-weight: 700;
    line-height: 0.7;
    margin-left: 35px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.account__withdrawal .account__body>.row>[class^="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.account__withdrawal.account__content .payment__system.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.account__withdrawal.account__content .payment__system [class^="col"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.account__withdrawal .payment__system-item {
    background: #e3d9ff;
    border-radius: 10px;
    padding: 20px 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.account__withdrawal .payment__system-item.active {
    background: #fff;
}

.account__withdrawal .payment__system-item.active::after {
    content: '';
    width: 24.97px;
    height: 25.219px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.97' height='25.219' viewBox='0 0 24.97 25.219'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23048828; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1617.49,359a12.609,12.609,0,1,0,12.48,12.609A12.562,12.562,0,0,0,1617.49,359Zm0,22.925a10.317,10.317,0,1,1,10.21-10.316A10.277,10.277,0,0,1,1617.49,381.925Zm4.68-14.774-6.42,6.484-2.95-2.972a1.12,1.12,0,0,0-1.6,0,1.16,1.16,0,0,0,0,1.621l3.74,3.782a1.161,1.161,0,0,0,.81.336h0a1.124,1.124,0,0,0,.8-0.335l7.22-7.3a1.142,1.142,0,0,0,0-1.621A1.12,1.12,0,0,0,1622.17,367.151Z' transform='translate(-1605 -359)'/%3E%3C/svg%3E");
}

.account__withdrawal .payment__system-item .coin {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: 8px;
}

.account__withdrawal .payment__system-item:hover .coin {
    background: #4e4e4e;
}

.account__withdrawal .payment__system-item.active .coin {
    background: #4e4e4e;
}

.account__withdrawal .payment__system-item .wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.account__withdrawal .payment__system-item .coin-name {
    font-size: 15px;
    font-weight: 500;
}

.account__withdrawal .payment__system-item .coin-num {
    font-size: 17px;
    font-weight: 700;
}

.account__withdrawal .amount-wallet .input-label {
    color: #fff;
}

.account__withdrawal .amount-wallet input {
    padding: 18px 15px;
    margin-bottom: 20px;
}

.account__withdrawal .amount-wallet .min-max {
    color: #b89ad2;
    font-size: 15px;
    margin-top: 42px;
}

.account__withdrawal .amount-wallet p {
    font-size: 16px;
    color: #9d98a3;
}

.account__withdrawal .amount-wallet .btn {
    color: #fff;
    margin-top: 27px;
}

/*--------------------------------------------------------------------------*/

/*------------------------------ page depo-withdrawal ----------------------*/

/*--------------------------------------------------------------------------*/

.page-depo-withdraw header {
    background: url("../img/bg-depo-withdraw-header.jpg") center top no-repeat;
    height: 82px;
}

.page-depo-withdraw .content-block {
    padding-top: 125px;
}

.page-depo-withdraw .content-block .spr {
    border-right: 1px solid #d8d0eb;
}

.page-depo-withdraw .title {
    margin-bottom: 50px;
}

.page-depo-withdraw .depo-pay:nth-child(1) {
    padding-right: 70px;
}

.page-depo-withdraw .depo-pay>.row {
    margin-left: -7px;
    margin-right: -7px;
}

.page-depo-withdraw .depo-pay>.row>[class^="col"] {
    padding-left: 7px;
    padding-right: 7px;
}

.page-depo-withdraw .depo-pay:nth-child(2) {
    padding-left: 70px;
}

.page-depo-withdraw .depo-pay .depo-pay-item {
    text-align: center;
    border-radius: 10px;
    background: #ded3fa;
    padding: 0 18px 18px;
    margin: 25px auto;
    max-width: 250px;
}

.page-depo-withdraw .depo-pay .depo-pay-item .hdr {
    width: 165px;
    height: 81px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: -20px;
    /*transform: translateY(-20px);*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='165' height='81' viewBox='0 0 165 81'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill-rule: evenodd; fill: url(%23linear-gradient); %7D %3C/style%3E%3ClinearGradient id='linear-gradient' x1='417' y1='259.5' x2='582' y2='259.5' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%235846df'/%3E%3Cstop offset='1' stop-color='%238133bf'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Прямоугольник_скругл._углы_6_копия' data-name='Прямоугольник, скругл. углы 6 копия' class='cls-1' d='M450.973,300h97.032c4.785,0,9.629-2.685,10.867-6.123l22.364-62.152c2.468-6.856-1.276-12.726-8.5-12.726H426.241c-7.224,0-10.968,5.87-8.5,12.726l22.366,62.152C441.343,297.315,446.188,300,450.973,300Z' transform='translate(-417 -219)'/%3E%3C/svg%3E");
}

.page-depo-withdraw .depo-pay .depo-pay-item .hdr .coin {
    background: #615ed2;
    border: 2px solid #fff;
    cursor: auto;
}

.page-depo-withdraw .depo-pay .depo-pay-item .num {
    font-size: 19px;
    font-weight: 800;
    margin: -5px 0 10px;
}

.page-depo-withdraw .depo-pay .depo-pay-item .data {
    font-size: 14px;
    font-weight: 500;
    color: #78648d;
    padding-bottom: 15px;
    border-bottom: 1px solid #ab9cd2;
}

.page-depo-withdraw .depo-pay .depo-pay-item .user-logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0;
    font-size: 17px;
    font-weight: 500;
}

.page-depo-withdraw .depo-pay .depo-pay-item .user-logo .input-wrapper.login::after {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
    background-repeat: no-repeat;
    height: 25.5px;
    right: 7px;
}

.page-depo-withdraw .depo-pay .depo-pay-item .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
}

@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 764px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 1920px) {
    header {
        max-width: 1920px;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    header .menu .item {
        margin: 0 1.5vw;
    }
}

@media (min-width: 1500px) and (max-width: 1699px) {
    header .block-left .logo {
        margin-right: 2.5vw;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    header .block-left .logo {
        margin-left: 2vw;
        margin-right: 1vw;
    }
}

@media (min-width: 1366px) and (max-width: 1919px) {
    .account__sidebar {
        padding-left: 1.825vw;
    }
    .account__dashboard .referral-levels-wrapper {
        margin: 3.822% 0 4.585%;
    }
    .account__dashboard .referral-levels-wrapper .referral-level .text {
        font-size: calc(8px + 0.417vw);
        margin: 12.13% 0 6.07%;
    }
    .account__dashboard .referral-levels-wrapper .referral-level .digit {
        font-size: calc(10px + 1.251vw);
    }
    .account__dashboard .account__stats .stat {
        padding-left: 8%
    }
    .account__dashboard .account__stats .stat .stat-caption {
        font-size: calc(10px + 0.3127vw);
    }
    .account__dashboard .account__stats .stat .stat-amount {
        font-size: calc(10px + 0.57322vw);
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .page__account>header>.container-fluid>.row>[class^="col"]:first-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(16.666667% + 4vw);
        flex: 0 0 calc(16.666667% + 4vw);
        max-width: calc(16.666667% + 4vw);
    }
    .page__account>header>.container-fluid>.row>[class^="col"]:last-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.666667% - 4vw);
        flex: 0 0 calc(66.666667% - 4vw);
        max-width: calc(66.666667% - 4vw);
    }
    .page__account>main>.container-fluid>.row>[class^="col"]:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(16.666667% + 4vw);
        flex: 0 0 calc(16.666667% + 4vw);
        max-width: calc(16.666667% + 4vw);
    }
    .page__account>main>.container-fluid>.row>[class^="col"]:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(83.333333% - 4vw);
        flex: 0 0 calc(83.333333% - 4vw);
        max-width: calc(83.333333% - 4vw);
    }
    .account__withdrawal .account__body>.row>[class^="col"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 1919px) {
    .account__history .filter__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .account__history .filter__header-calendar {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        /*flex-basis: 100%;*/
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .account__history .filter__header .btn-wrapper {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 1365px) {
    .account__dashboard .affiliate>[class^="col"] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .account__dashboard .col.fixed {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .account__dashboard .col.fixed+.col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .account__withdrawal .account__block-dark {
        margin-bottom: 25px;
    }
}

@media (max-width: 1199px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    select {
        padding: 15px 15px;
    }
    .title {
        text-align: center;
    }
    .title::after {
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
    header .burger-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 56px;
        height: 40px;
        background: -webkit-gradient(linear, left top, right top, from(#5846df), to(#8133bf));
        background: -o-linear-gradient(left, #5846df, #8133bf);
        background: linear-gradient(90deg, #5846df, #8133bf);
        border-radius: 20px;
        margin-left: 18px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    header .menu {
        display: block;
        padding-top: 70px;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 285px;
        height: 100vh;
        background: -webkit-gradient(linear, left top, right top, from(#32245e), to(#2d1c48));
        background: -o-linear-gradient(left, #32245e, #2d1c48);
        background: linear-gradient(90deg, #32245e, #2d1c48);
        z-index: 1000;
        font-size: 17px;
        -webkit-transition: -webkit-transform ease .2s;
        transition: -webkit-transform ease .2s;
        -o-transition: transform ease .2s;
        transition: transform ease .2s;
        transition: transform ease .2s, -webkit-transform ease .2s;
    }
    header .menu .item {
        padding: 15px 0;
        margin: 0 0 0 40px;
    }
    header .menu .item.active {
        border: none;
        color: #bcb9c2;
    }
    header .menu::before {
        content: 'Menu';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 57px;
        border-bottom: 1px solid #403160;
        color: #2171eb;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 40px;
    }
    header .menu .btn-close {
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 20px;
        right: 20px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    header .menu .btn-close::before,
    header .menu .btn-close::after {
        content: '';
        background: #2171ea;
        position: absolute;
    }
    header .menu .btn-close::before {
        width: 100%;
        height: 2px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header .menu .btn-close::after {
        width: 2px;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    header .menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    header.flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 65px;
    }
    header .block-left,
    header .block-right {
        max-width: none;
    }
    header .block-left {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .block-autorize .btn {
        height: 40px;
        font-size: 14px;
        font-weight: 500;
    }
    header .block-left .logo {
        font-size: 20px;
        margin: 0 42px 0 28px;
    }
    header .block-right .block-autorize {
        margin-right: 18px;
    }
    .top-block {
        padding-top: 80px;
        background-size: 1200px;
        min-height: 665px;
    }
    .top-block .offer-wrapper .title {
        font-size: 37px;
        margin-bottom: 20px
    }
    .top-block .main-image-wrapper .main-gradient-circle {
        width: 255px;
        height: 255px;
    }
    .top-block .main-image-wrapper img {
        max-width: 86%;
    }
    .top-block .main-image-wrapper .main-gradient-circle.min {
        width: 68px;
        height: 68px;
    }
    .top-block .main-image-wrapper .main-gradient-circle.min .icon-main-corona {
        -webkit-transform: translateX(-50%) scale(0.7);
        -ms-transform: translateX(-50%) scale(0.7);
        transform: translateX(-50%) scale(0.7);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    .top-block .main-image-wrapper .main-gradient-circle.min .icon-main-info {
        -webkit-transform: translateX(-50%) scale(0.7);
        -ms-transform: translateX(-50%) scale(0.7);
        transform: translateX(-50%) scale(0.7);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    .top-block .main-image-wrapper .main-gradient-circle.min .text {
        font-size: 9px;
    }
    .top-block .main-image-wrapper .main-gradient-circle.min .text .digit {
        font-size: 11.3px;
    }
    .top-block .main-image-wrapper .btn {
        left: 20px;
        bottom: -78px;
    }
    .top-block .offer-wrapper {
        padding-left: 0;
    }
    .top-block .offer-wrapper .offer-list {
        display: none;
    }
    .top-block .offer-wrapper .frame {
        padding: 10px 20px 30px;
    }
    .top-block .offer-wrapper .main-range-slider-wrapper .caption {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .data-range::before {
        font-size: 12px;
        top: -25px;
    }
    .top-block .offer-wrapper .main-range-slider-wrapper .bonus-wrapper .frame {
        font-size: 12px;
        padding: 10px 10px 10px 15px;
    }
    .top-block .offer-wrapper .main-range-slider-wrapper .bonus-wrapper .frame::before {
        width: 3px;
    }
    .top-block .offer-wrapper .main-range-slider-wrapper .bonus-wrapper .frame .plus {
        margin-right: 5px;
        font-size: 20px;
    }
    .top-block .offer-wrapper .main-range-slider-wrapper .bonus-wrapper .frame .amount {
        font-size: 18px;
    }
    .top-block .offer-wrapper .main-btn-telegram {
        margin-top: 15px;
    }
    .top-block .features-wrapper {
        margin-top: 25px;
    }
    .top-block .features-wrapper .feature {
        width: 190px;
        height: 85px;
        margin: 0 -7.5px;
    }
    .top-block .features-wrapper .feature::before {
        background-size: contain;
        max-width: 100%;
    }
    .top-block .features-wrapper .feature .text {
        font-size: 9px;
        margin: 25px 0 10px;
    }
    .top-block .features-wrapper .feature .digit {
        font-size: 16.5px;
    }
    .investment-plans-block {
        padding: 40px 0 60px;
    }
    .investment-plans-block p:first-of-type {
        text-align: center;
        max-width: none;
    }
    .investment-plans-block .plans-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 5px;
        margin-top: 125px;
    }
    .investment-plans-block .plans-wrapper .plan {
        width: 237px;
        padding: 15px 15px 55px;
    }
    .investment-plans-block .plans-wrapper .plan.two {
        margin-right: 30px;
    }
    .investment-plans-block .plans-wrapper .plan.three {
        margin-top: -90px;
        margin-left: 247px;
    }
    .investment-plans-block .plans-wrapper .plan.four {
        margin-top: -190px;
    }
    .investment-plans-block .plans-wrapper .plan .plan-header img {
        width: 82px;
        height: auto;
    }
    .investment-plans-block .plans-wrapper .plan .plan-header .plan-per-day {
        font-size: 14.6px;
    }
    .investment-plans-block .plans-wrapper .plan .plan-header .plan-per-day strong {
        font-size: 27.5px;
    }
    .investment-plans-block .plans-wrapper .plan .plan-body .plan-per-hour {
        font-size: 13px;
    }
    .investment-plans-block .plans-wrapper .plan .plan-body .min-max .item {
        font-size: 10px;
        padding: 9px 12px 7px;
    }
    .investment-plans-block .plans-wrapper .plan .plan-body .min-max .item strong {
        font-size: 15.4px;
    }
    .investment-plans-block .plans-wrapper .plan .plan-body .text {
        font-size: 13px;
    }
    .investment-plans-block .plans-wrapper .plan .btn-invest .text {
        font-size: 13px;
    }
    .investment-plans-block .plans-wrapper .plan .btn-invest .arrow-right-plan {
        width: 12px;
        height: 9px;
        background-size: contain;
    }
    .investment-plans-block .investment-plans-bottom {
        margin: 25px auto 0;
        text-align: center;
        max-width: 465px;
    }
    .investment-plans-block .investment-plans-bottom .btn-plus {
        margin: 0 auto;
    }
    .reasons-to-trust-block {
        background-position: center 85px;
    }
    .reasons-to-trust-block .title {
        margin-bottom: 125px;
    }
    .reasons-to-trust-block .reasons .reason {
        margin-bottom: 70px;
        -ms-flex-preferred-size: 295px;
        flex-basis: 295px;
        max-width: 295px;
    }
    .reasons-to-trust-block .reasons .reason .reason-text {
        font-size: 13px;
        max-width: 165px;
    }
    .reasons-to-trust-block .reasons .reason:nth-child(odd) .reason-icon {
        margin-left: 30px;
    }
    .reasons-to-trust-block .reasons .reason:nth-child(even) .reason-icon {
        margin-right: 30px;
    }
    .about-block {
        padding: 65px 0 35px;
    }
    .about-block p {
        max-width: none;
        text-align: center;
    }
    .about-block .title+p {
        font-weight: 500;
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-block .btn {
        margin: 5px auto 35px;
    }
    .about-block .about-doc {
        margin: 0 auto;
    }
    .referral-commissions-block {
        padding: 35px 0 55px;
    }
    .referral-commissions-block img {
        max-width: 207px;
        height: auto;
    }
    .referral-commissions-block .for-partners {
        display: none;
    }
    .referral-commissions-block .referral-levels-wrapper {
        margin-top: 10px;
    }
    .calculate-profit-block {
        padding: 46px 0 113px;
    }
    .calculate-profit-block .title {
        text-align: left;
    }
    .calculate-profit-block .title::after {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .calculate-profit-block .calculate-coins-wrapper {
        width: 475px;
        margin: 30px 0 20px;
    }
    .calculate-profit-block .calculate-coins-wrapper .coins .circ {
        -webkit-transform: scale(0.91);
        -ms-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
    .calculate-profit-block .calculate-min-max {
        font-size: 13px;
    }
    .calculate-profit-block .select-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 270px;
        margin-bottom: 30px;
    }
    .calculate-profit-block .select-wrapper .item:nth-child(1) {
        margin: 0 0 29px 0;
    }
    .calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper {
        width: 390px;
        margin-top: 155px;
        right: 50%;
        -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%);
    }
    .calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper .calculate-line {
        max-width: 100%;
        height: auto;
    }
    .calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper .calculate-cubes {
        width: 478.5px;
        height: auto;
    }
    .calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper .amount-item .digit {
        font-size: 13.56px;
        margin: 7px 0;
    }
    .calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper .amount-item .caption {
        font-size: 11.42px;
    }
    .calculate-profit-block .btn {
        height: 50px;
    }
    .calculate-profit-block .btn-plus {
        padding: 0 8px;
    }
    .calculate-profit-block .btn-plus .text {
        font-size: 14px;
    }
    .calculate-profit-block .btn-plus .round {
        width: 35px;
        height: 35px;
    }
    .calculate-profit-block .bottom-arrow {
        width: 339px;
        height: 52px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .how-it-works-block {
        padding: 40px 0 30px;
    }
    .how-it-works-block .steps-wrapper {
        padding-top: 30px;
    }
    .how-it-works-block .steps-wrapper .step .num {
        font-size: 47.14px;
        margin-right: 15px;
    }
    .how-it-works-block .steps-wrapper .step .name {
        font-size: 14.73px;
        max-width: 65px;
    }
    .how-it-works-block .steps-wrapper .step .step-pic {
        width: 130px;
        height: 130px;
        margin-top: 15px;
    }
    .how-it-works-block .steps-wrapper .step .step-pic img {
        max-width: 60%;
    }
    .how-it-works-block .steps-wrapper .step .step-pic::after {
        width: 130px;
        height: 130px;
    }
    .questions-block {
        padding: 30px 0 0;
    }
    .questions-block .tabs-wrapper {
        margin: 20px 0;
    }
    .questions-block .tabs-wrapper .tabs-content .tab .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .questions-block .tabs-wrapper .tabs-content .tab .item .question {
        padding-bottom: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .questions-block .tabs-wrapper .tabs-content .tab .item .question br {
        display: none;
    }
    .questions-block .tabs-wrapper .tabs-content .tab .item .answer {
        padding-top: 10px;
    }
    footer {
        background-size: 1200px;
        padding: 155px 0 30px;
        min-height: 0;
    }
    footer .mail-phone .ico {
        margin-right: 12px;
        width: 28px;
        height: 28px;
    }
    footer .logo {
        font-size: 18px;
        margin: 4px 0 17px;
    }
    footer .mail-phone .text {
        font-size: 13px;
        white-space: nowrap;
    }
    footer .mail-wrapper {
        margin-bottom: 20px;
    }
    footer .mail-wrapper .ico svg {
        width: 14px;
        height: auto;
    }
    footer .phone-wrapper {
        margin-bottom: 20px;
    }
    footer .phone-wrapper .ico svg {
        width: 13px;
        height: auto;
    }
    footer .copyright {
        font-size: 10px;
        white-space: nowrap;
    }
    footer .contact-us {
        width: 304px;
        height: 158px;
    }
    footer .contact-us::before {
        max-width: 70%;
        background-size: contain;
    }
    footer .contact-us .caption {
        font-size: 18px;
        margin-top: 25px;
    }
    footer .contact-us>.text {
        font-size: 11px;
        margin: 12px 0;
    }
    footer .contact-us .btn-plus {
        height: 42px;
        width: 180px;
        padding: 0 6px;
    }
    footer .contact-us .btn-plus .text {
        font-size: 11.68px;
    }
    footer .contact-us .btn-plus .round {
        width: 30px;
        height: 30px;
    }
    footer .main-btn-telegram {
        width: 160px;
        height: 45px;
        padding: 0 10px 0 50px;
    }
    footer .main-btn-telegram .text {
        font-size: 12px;
    }
    footer .social.flex {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    footer .social .ico {
        width: 32px;
        height: 32px;
    }
    footer .social .text {
        font-size: 11px;
        white-space: nowrap;
    }
    footer .agree {
        font-size: 13px;
        margin: 10px 0 15px;
        margin-left: -40px;
    }
    footer .block-autorize .btn {
        height: 37px;
        width: 80px;
        font-size: 13.2px;
    }
    .page-depo-withdraw .content-block .spr {
        border: 0;
    }
    .page-depo-withdraw .depo-pay {
        max-width: 550px;
        margin: 0 auto;
    }
    .page-depo-withdraw .depo-pay:nth-child(1) {
        padding-right: 15px;
    }
    .page-depo-withdraw .depo-pay:nth-child(2) {
        padding-left: 15px;
    }
    .page-depo-withdraw .pagination__block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 100px;
    }
    .page__account header .logo {
        font-size: 20px;
        margin-left: 25px;
    }
    .page__account header .menu {
        display: block;
    }
    .page__account .btn-logout {
        margin: 0 5px 0 25px;
    }
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container-fluid>.row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .account__sidebar {
        padding-left: 0;
    }
    .account__sidebar .item {
        height: 36px;
        border-radius: 18px;
        margin-bottom: 10px;
    }
    .account__sidebar .item .item-ico {
        width: 36px;
        height: 36px;
    }
    .account__sidebar .item .item-text {
        font-size: 12.74px;
        margin-left: 14px;
    }
    .page__account .account__content {
        border-top-left-radius: 15px;
    }
    .page__account .account__content .account__header {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 8px;
    }
    .page__account .account__content .account__body {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page__account .account__block-white {
        margin: 8px 0;
    }
    .page__account .account__header .account__header-title {
        font-size: 20px;
    }
    .page__account .account__block-title {
        font-size: 20px;
    }
    .referral-levels-wrapper .referral-level .text {
        font-size: 11.77px;
        margin-top: 15px;
    }
    .referral-levels-wrapper .referral-level .digit {
        font-size: 25px;
    }
    .account__dashboard .account__stats .stat {
        padding: 15px 15px 13px;
    }
    .account__dashboard .account__stats .stat .stat-caption {
        margin: 5px 0;
    }
    .account__withdrawal .account__block-dark {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    body {
        min-width: 310px;
    }
    /*.container, .container-fluid {padding-left: 20px; padding-right: 20px;}*/
    .fixed-buttons {
        top: 140px;
    }
    .fixed-buttons .btn {
        -webkit-transform: translateX(-110px) scale(0.8);
        -ms-transform: translateX(-110px) scale(0.8);
        transform: translateX(-110px) scale(0.8);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
    .fixed-buttons .btn:hover {
        -webkit-transform: translateX(0) scale(0.8);
        -ms-transform: translateX(0) scale(0.8);
        transform: translateX(0) scale(0.8);
    }
    .fixed-buttons .btn.btn-wallet {
        margin-bottom: 0;
    }
    .btn {
        width: 190px;
        height: 42px;
        padding: 0 6px;
    }
    .btn .text {
        font-size: 12.13px;
    }
    .btn .round {
        width: 30px;
        height: 30px;
    }
    .btn-plus .round::before {
        width: 12px;
        height: 12px;
    }
    .title {
        font-size: 23px;
    }
    header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 15px;
    }
    header .burger-btn {
        width: 38px;
        height: 27px;
    }
    header .burger-btn svg {
        width: 15px;
        height: auto;
    }
    header .block-left .logo {
        font-size: 15px;
        margin: 0 0 0 10px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    header .block-lang {
        width: 41px;
        height: 24px;
        padding: 0 8px;
        font-size: 11.64px;
        margin-right: 20px;
    }
    header .block-lang::after {
        bottom: 2px;
        width: 6px;
        height: 6px;
    }
    header .block-lang.active .option-lang {
        font-size: 11px;
        top: 30px;
        left: auto;
        right: 0;
        text-align: right;
        padding: 5px 10px;
        border-radius: 7px;
    }
    header .block-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    header .block-right.flex.end {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    header .block-right .block-autorize {
        margin: 13px 0 0;
    }
    .block-autorize .btn {
        height: 30px;
        width: 67px;
        font-size: 10.72px;
    }
    header .menu .item {
        font-size: 14.9px;
    }
    header .menu::before {
        font-size: 14.9px;
    }
    .top-block {
        padding-top: 105px;
        background-position: 39% 0;
    }
    .top-block .main-image-wrapper {
        display: none;
    }
    .top-block .offer-wrapper .title {
        font-size: 27px;
    }
    .top-block .offer-wrapper .main-btn-telegram {
        width: 200px;
        height: 57px;
        margin: 5px auto 10px;
        font-size: 14px;
        padding-left: 75px;
    }
    .top-block .offer-wrapper .main-range-slider-wrapper .bonus-wrapper .frame {
        padding-left: 10px;
    }
    .top-block .features-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px
    }
    .top-block .features-wrapper .feature {
        width: 141px;
        height: 63px;
        margin: 0 -6.5px 10px;
    }
    .top-block .features-wrapper .feature .text {
        font-size: 7px;
        margin: 15px 0 7px;
    }
    .top-block .features-wrapper .feature .digit {
        font-size: 12.7px;
    }
    .investment-plans-block {
        padding: 20px 0 25px;
    }
    .investment-plans-block p:first-of-type {
        font-size: 11px;
    }
    .investment-plans-block .plans-wrapper {
        margin: 0;
    }
    .investment-plans-block .plans-wrapper .plan {
        width: 100%;
        max-width: 265px;
        padding-bottom: 60px;
    }
    .investment-plans-block .plans-wrapper .plan.one {
        margin: 7px auto;
    }
    .investment-plans-block .plans-wrapper .plan.two {
        margin: 7px auto;
    }
    .investment-plans-block .plans-wrapper .plan.three {
        margin: 7px auto;
    }
    .investment-plans-block .plans-wrapper .plan.four {
        margin: 7px auto;
    }
    .investment-plans-block .plans-wrapper .plan .plan-header {
        padding-bottom: 15px;
    }
    .investment-plans-block .plans-wrapper .plan .plan-header img {
        width: 93px;
    }
    .investment-plans-block .plans-wrapper .plan .plan-header .plan-per-day strong {
        font-size: 21.7px;
    }
    .investment-plans-block .plans-wrapper .plan .plan-header .plan-per-day {
        font-size: 16.25px;
    }
    .investment-plans-block .plans-wrapper .plan .plan-body .plan-per-hour {
        font-size: 14.45px;
    }
    .investment-plans-block .plans-wrapper .plan .plan-body .min-max .item {
        font-size: 11px;
    }
    .investment-plans-block .plans-wrapper .plan .plan-body .min-max .item strong {
        font-size: 17.16px;
        margin-top: 2px;
    }
    .investment-plans-block .plans-wrapper .plan .btn-invest .text {
        font-size: 14.45px;
    }
    .investment-plans-block .plans-wrapper .plan .btn-invest .arrow-right-plan {
        width: 14px;
        height: 11px;
    }
    .investment-plans-block p:first-of-type {
        font-size: 15px;
    }
    .reasons-to-trust-block {
        padding: 25px 0;
        background-image: url("../img/bg-reasons-to-trust.png");
        /*background-size: auto 435px;*/
        min-height: 0;
        position: relative;
        overflow: hidden;
    }
    .reasons-to-trust-block .reasons-phone {
        display: block;
        background: url("../img/reasons-to-trust-phone.png") center no-repeat;
        background-size: contain;
        width: 102px;
        height: 206px;
        position: absolute;
        left: 47.5%;
        top: 100px;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
    .reasons-to-trust-block .title {
        margin-bottom: 260px;
    }
    .reasons-to-trust-block .reason-wrapper {
        position: relative;
    }
    .reasons-to-trust-block .reasons {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .reasons-to-trust-block .reasons .reason {
        margin: 0 auto;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .reasons-to-trust-block .reasons .reason .reason-icon {
        margin: 0 auto 15px !important;
        -webkit-transform: scale(0.8335);
        -ms-transform: scale(0.8335);
        transform: scale(0.8335);
    }
    .reasons-to-trust-block .reasons .reason .reason-text {
        font-size: 11px;
        text-align: center;
        max-width: none;
        padding: 0 35px;
    }
    .reasons-to-trust-block .reasons-nav {
        display: block;
    }
    .reasons-to-trust-block .reasons-nav .control {
        width: 30px;
        height: 30px;
        border: 1px solid #fff;
        border-radius: 50%;
        z-index: 1;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .reasons-to-trust-block .reasons-nav .control.prev {
        left: 0;
    }
    .reasons-to-trust-block .reasons-nav .control.next {
        right: 0;
    }
    .reasons-to-trust-block .reasons.owl-carousel .owl-item img {
        width: auto;
    }
    .about-block {
        padding: 50px 0 25px;
    }
    .about-block p {
        font-size: 13px;
        text-align: left;
    }
    .about-block .title+p {
        font-size: 13px;
        text-align: center;
    }
    .about-block .btn {
        margin: 10px auto 35px;
    }
    .about-block .about-doc {
        max-width: 350px;
    }
    .about-block .about-doc .about-doc-header {
        height: 60px;
        padding: 0 15px;
    }
    .about-block .about-doc .about-doc-header img {
        width: 49px;
        height: 40px;
    }
    .about-block .about-doc .about-doc-header .about-doc-reg-num {
        padding-left: 15px;
    }
    .about-block .about-doc .about-doc-header .about-doc-reg-num .header {
        font-size: 9.16px;
    }
    .about-block .about-doc .about-doc-header .about-doc-reg-num .reg-num {
        font-size: 11.71px;
    }
    .about-block .about-doc .about-doc-header .arrow-right {
        width: 20px;
        height: 20px;
    }
    .about-block .about-doc .about-doc-header .arrow-right::after {
        width: 28px;
        height: 28px;
    }
    .about-block .about-doc .img-doc {
        max-width: 100%;
    }
    .about-block .about-doc .info {
        font-size: 12px;
        margin: 10px 0 0;
    }
    .referral-commissions-block {
        padding: 20px 0 55px;
    }
    .referral-commissions-block .title {
        margin-bottom: 25px;
    }
    .referral-commissions-block img {
        display: block;
        margin: 0 auto 20px;
        width: 64%;
    }
    .referral-commissions-block p {
        font-size: 13px;
        text-align: center;
    }
    .referral-commissions-block .referral-levels-wrapper {
        margin-top: 0;
    }
    .referral-commissions-block .referral-level {
        width: 69px;
        height: 44px;
        margin: 0 -1.5px;
    }
    .referral-commissions-block .referral-level .text {
        font-size: 7px;
        margin: 8px 0 5px;
    }
    .referral-commissions-block .referral-level .digit {
        font-size: 14.11px;
    }
    .referral-commissions-block .referral-level::after {
        width: 27px;
        height: 3px;
    }
    .calculate-profit-block {
        padding: 25px 0 292px;
    }
    .calculate-profit-block .title {
        text-align: center;
    }
    .calculate-profit-block .title::after {
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
    .calculate-profit-block .calculate-payment {
        font-size: 12px;
    }
    .calculate-profit-block .calculate-select {
        font-size: 12px;
    }
    .calculate-profit-block .calculate-coins-wrapper {
        max-width: 100%;
        width: 280px;
        margin: 25px auto 14px;
    }
    .calculate-profit-block .calculate-coins-wrapper .paysystems_wrapper {
        overflow-x: auto;
    }
    .calculate-profit-block .calculate-coins-wrapper .coins.flex.between {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .calculate-profit-block .calculate-coins-wrapper .coins .circ {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 23px;
        height: 23px;
        margin-right: 9px;
    }
    .calculate-profit-block .calculate-coins-wrapper .coins .circ i {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
    .calculate-profit-block .calculate-min-max {
        font-size: 10px;
        text-align: center;
    }
    .calculate-profit-block .select-wrapper {
        margin: 10px auto 20px;
    }
    .calculate-profit-block .select-wrapper .item .label {
        font-size: 12px;
        margin-bottom: 3px;
    }
    .calculate-profit-block .select-wrapper .item:nth-child(1) {
        margin: 0 0 15px 0;
    }
    .calculate-profit-block .btn-plus {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        bottom: -240px;
        z-index: 1;
    }
    .calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper {
        width: 270px;
        margin-top: 15px;
    }
    .calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper .amount-item .caption {
        font-size: 9px;
    }
    .calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper .amount-item .digit {
        font-size: 10.23px;
        margin: 5px 0;
    }
    .calculate-profit-block .calculate-pic-wrapper .calculate-line-wrapper .calculate-cubes {
        width: 126%;
    }
    .calculate-profit-block .bottom-arrow {
        width: 153px;
        height: 24px;
    }
    .calculate-profit-block .bottom-arrow svg {
        width: 14px;
        height: 6px;
    }
    .how-it-works-block {
        padding: 30px 0 25px;
    }
    .how-it-works-block .steps-wrapper {
        padding: 20px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -20px;
    }
    .how-it-works-block .steps-wrapper .step {
        margin: 0 20px;
    }
    .how-it-works-block .steps-wrapper .step .num {
        font-size: 36.5px;
        margin-right: 10px;
    }
    .how-it-works-block .steps-wrapper .step .name {
        font-size: 11.4px;
        max-width: 50px;
    }
    .how-it-works-block .steps-wrapper .step .step-pic {
        width: 103px;
        height: 103px;
        margin: 10px 0 25px;
    }
    .how-it-works-block .steps-wrapper .step .step-pic::after {
        width: 103px;
        height: 103px;
    }
    .how-it-works-block .btn::before,
    .how-it-works-block .btn::after {
        content: none;
    }
    .questions-block {
        padding: 25px 0 40px;
    }
    .questions-block .tabs-wrapper {
        margin: 10px 0;
    }
    .questions-block .tabs-wrapper .tabs-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -2.5px;
    }
    .questions-block .tabs-wrapper .tabs-nav .item {
        width: 132px;
        height: 37px;
        font-size: 12px;
        margin: 0 2.5px 5px;
    }
    .questions-block .tabs-wrapper .tabs-content {
        margin-top: 10px;
    }
    .questions-block .tabs-wrapper .tabs-content .tab .item .question {
        padding: 10px 10px 5px 0;
        font-size: 15px;
    }
    .questions-block .tabs-wrapper .tabs-content .tab .item .answer {
        padding: 5px 10px 10px 0;
        font-size: 13px;
    }
    .questions-block .tabs-wrapper .tabs-content .tab .item .question::before {
        font-size: 17.5px;
    }
    .questions-block .tabs-wrapper .tabs-content .tab .item .answer::before {
        font-size: 17.5px;
    }
    footer {
        background-position: 26% 100%;
        background-size: 1044px;
        text-align: center;
        padding-top: 0;
    }
    footer .logo {
        font-size: 15.8px;
        margin: 12px 0 5px;
    }
    footer .mail-phone {
        display: inline-block;
    }
    footer .mail-wrapper {
        margin-bottom: 5px;
    }
    footer .phone-wrapper {
        margin-bottom: 7px;
    }
    footer .copyright {
        font-size: 9px;
        position: absolute;
        left: 50%;
        bottom: -50px;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
    footer .contact-us {
        width: 270px;
        height: 138px;
    }
    footer .contact-us .btn-plus {
        height: 36px;
        width: 156px;
        padding: 0 5px;
    }
    footer .contact-us .caption {
        font-size: 15.8px;
    }
    footer .contact-us>.text {
        font-size: 10px;
        margin-top: 10px;
    }
    footer .contact-us::before {
        max-width: 60%;
        bottom: -5px;
    }
    footer .contact-us .btn-plus .text {
        font-size: 10.24px;
    }
    footer .contact-us .btn-plus .round {
        width: 25px;
        height: 25px;
    }
    footer .contact-us .btn-plus .round::before {
        width: 10px;
        height: 10px;
    }
    footer .main-btn-telegram {
        width: 107px;
        height: 30px;
        padding: 0 10px 0 40px;
        margin: 0 auto;
    }
    footer .main-btn-telegram .text {
        font-size: 8px;
    }
    footer .social.flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    footer .social .text {
        font-size: 9.65px;
        margin-right: 0;
    }
    footer .social .ico {
        -webkit-transform: scale(0.875);
        -ms-transform: scale(0.875);
        transform: scale(0.875);
    }
    footer .block-autorize {
        display: none;
    }
    footer .agree {
        display: none;
    }
    .account-login-create {
        background-position-x: 52%;
        padding-top: 130px;
        min-height: 890px;
    }
    .page-singin .account-login-create {
        min-height: 700px;
    }
    .page__account header {
        padding: 8px 0;
    }
    .page__account header .col {
        padding: 0;
    }
    .page__account header .h90 {
        height: 65px;
    }
    .page__account header .col:nth-of-type(2) .flex.start {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .page__account header .col:nth-of-type(3) {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .page__account header .logo {
        font-size: 14px;
        margin-left: 10px;
    }
    .page__account header .menu {
        display: none;
    }
    .page__account header .user__info-head .wrapper {
        display: none;
    }
    .page__account header .user__info-head .user__info-icon {
        margin: 0 20px 0 0;
    }
    .page__account header .btn-logout {
        display: none;
    }
    .account__sidebar {
        display: block;
        padding-top: 70px;
        position: fixed;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 285px;
        height: 100vh;
        background: -webkit-gradient(linear, left top, right top, from(#32245e), to(#2d1c48));
        background: -o-linear-gradient(left, #32245e, #2d1c48);
        background: linear-gradient(90deg, #32245e, #2d1c48);
        z-index: 1000;
        font-size: 17px;
        -webkit-transition: -webkit-transform ease .2s;
        transition: -webkit-transform ease .2s;
        -o-transition: transform ease .2s;
        transition: transform ease .2s;
        transition: transform ease .2s, -webkit-transform ease .2s;
    }
    .account__sidebar .item {
        padding: 15px 0;
        margin: 0 45px 10px 35px;
    }
    .account__sidebar .item.active {
        border: none;
        color: #bcb9c2;
    }
    .account__sidebar::before {
        content: 'Menu';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 57px;
        border-bottom: 1px solid #403160;
        color: #2171eb;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 40px;
    }
    .account__sidebar .btn-close {
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 20px;
        right: 20px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .account__sidebar .btn-close::before,
    .account__sidebar .btn-close::after {
        content: '';
        background: #2171ea;
        position: absolute;
    }
    .account__sidebar .btn-close::before {
        width: 100%;
        height: 2px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .account__sidebar .btn-close::after {
        width: 2px;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .account__sidebar.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .account__sidebar .btn-logout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #fff;
        margin-left: 35px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
    }
    .page__account .account__content {
        border-radius: 0;
        margin-left: -15px;
    }
    .page__account .account__content .account__header {
        height: 55px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .page__account .account__block-title {
        text-align: center;
    }
    .account__dashboard .user__info .col.fixed>.flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .account__dashboard .user__photo-big {
        margin: 0 auto;
    }
    .account__dashboard .user__photo-info {
        text-align: center;
    }
    .account__dashboard .user__photo-info .btn {
        margin: 15px auto;
    }
    .account__dashboard .user__photo-info .upload-info {
        margin-bottom: 15px;
    }
    .account__dashboard .user__info .user__photo-info {
        margin-bottom: 25px;
    }
    .account__dashboard .field:last-child {
        margin-bottom: 18px;
    }
    .page__account .account__content p {
        text-align: center;
    }
    .account__dashboard .referral-levels-wrapper .referral-level {
        margin: 0 -2px;
        height: 14vw;
    }
    .account__dashboard .referral-levels-wrapper .referral-level .text {
        font-size: calc(1px + 2vw);
        margin: 12.13% 0 6.07%;
    }
    .account__dashboard .referral-levels-wrapper .referral-level .digit {
        font-size: calc(2px + 4vw);
    }
    .account__dashboard .your-link .field {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 0;
    }
    .account__dashboard .account__stats [class^="col"]:nth-last-child(2) .stat {
        margin-bottom: 20px;
    }
    .account__deposits .plans-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .account__deposits .plans-wrapper .plan .plan-header img {
        width: 90px;
        height: auto;
    }
    .account__history.account__content .account__header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .account__withdrawal .account__block-header {
        margin-bottom: 30px
    }
    .account__withdrawal .amount-wallet .btn {
        margin: 25px auto 15px;
    }
    .page-depo-withdraw header .block-right .block-autorize {
        margin-top: -50px;
    }
    .account__withdrawal .address_crypto {
        font-size: 18px;
    }
    .icon-copy {
        height: 50px;
        width: 50px;
    }
}

@media (max-width: 575px) {
    .page-depo-withdraw header {
        height: 90px;
        background-size: cover;
        padding-bottom: 15px;
    }
    .page-depo-withdraw header .block-right .block-autorize {
        margin-top: 5px;
    }
    .account__withdrawal .account__block-header .text {
        font-size: 18px;
    }
    .account__withdrawal .account__block-header .num {
        font-size: 50px;
    }
    .account__withdrawal .payment__system-item .coin-name {
        font-size: 13px;
    }
    .account__withdrawal .payment__system-item .coin-num {
        font-size: 15px;
    }
    .account__withdrawal .amount-wallet p {
        font-size: 14px;
    }
    .account__withdrawal .amount-wallet .min-max {
        margin: 0 0 30px
    }
}

@media (max-width: 349px) {
    .account__deposits .plans-wrapper [class^="col"] {
        max-width: 375px;
        min-width: 310px;
    }
}
.account__block-body td, th {
    padding: 10px 10px;
    border: 1px solid #ccc;
}
.account__block-body table {
    width: 100%;
}
.account__block-body th {
    background: #503585;
}

.table-responsive {
    overflow-x: auto;
}