html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.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;
    }
}

.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;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
    background-color: transparent;
}

.slick-lightbox .slick-prev {
    left: 15px;
}

.slick-lightbox .slick-next {
    right: 15px;
}

.slick-lightbox-hide {
    opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden;
}

.slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center;
}

.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}

.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: white;
}

.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
}

.slick-lightbox-close:focus {
    outline: none;
}

.slick-lightbox-close:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: 'Ã—';
}

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
    opacity: 1;
}

.slick-prev,
.slick-next {
    opacity: 0;
    position: absolute;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 100;
    transition: all .27s ease;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    transition: all .17s ease-in-out;
    opacity: 1;
    display: block;
    width: 20px;
    height: 20px;
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}

.slick-next:before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.slick-prev {
    left: 20px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: '';
}

[dir="rtl"] .slick-prev:before {
    content: '';
}

.slick-next {
    right: 20px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: '';
}

[dir="rtl"] .slick-next:before {
    content: '';
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    left: 0;
    margin: 10px 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    border-color: #cf302f;
    background: #cf302f;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "â€¢";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 20px;
    text-align: center;
    color: transparent;
    font-size: 0;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .17s ease-in-out;
}

.slick-dots li.slick-active button:before {
    color: black;
    background: #cf302f;
    border-color: #cf302f;
}

body {
    background-color: #e5e5e5;
    background-size: 10px 10px;
    margin: 0;
    color: #505050;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
}

html {
    height: 100%;
}

main {
    padding-top: 100px;
}

@media (min-width: 1024px) {
    main {
        padding-top: 160px;
    }
}

p {
    font-size: 16px;
    line-height: 24px;
}

.site-content {
    background: #fff;
    border-radius: 4px;
}

.site-content.default-page {
    padding: 20px;
}

.container {
    max-width: 1290px;
}

h1,
h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0 0 25px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    color: #111;
}

@media (min-width: 370px) {
    h1,
    h2 {
        font-size: 26px;
    }
}

@media (min-width: 576px) {
    h1,
    h2 {
        font-size: 30px;
    }
}

h1 {
    padding-top: 19px;
    margin: 0;
}

h2 {
    font-size: 26px;
    font-weight: 600;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 20px;
    }
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
}

img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    color: #000;
    margin: 0 0 1.5em;
}

table tbody {
    width: 100%;
    display: table;
}

table td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
}

table td span {
    font-weight: 700;
    color: #373b40;
    font-size: 18px;
}

table.bonus-table tbody {
    display: table-row-group;
}

table.bonus-table td {
    border: 0;
}

table.info-table tbody {
    display: table-row-group;
}

table.info-table td {
    border: 0;
}

@media screen and (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    table.bonus-table {
        display: table;
        overflow-x: visible;
        white-space: normal;
    }
    table.bonus-table tbody {
        display: table-row-group;
    }
    table.info-table {
        display: table;
        overflow-x: visible;
        white-space: normal;
    }
    table.info-table tbody {
        display: table-row-group;
    }
}

table.no-deposit-table {
    width: 100%;
    border: 0;
}

table.no-deposit-table tr td:nth-child(2) {
    text-align: center;
}

table.no-deposit-table td {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table.no-deposit-table img {
    max-width: 60px;
}

.content,
.category__desc {
    line-height: 1.55em;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.content table,
.category__desc table {
    font-size: 14px;
}

.content table.bonus-table tr,
.category__desc table.bonus-table tr {
    border-top: none;
    border-left: none;
    border-right: none;
}

.content .gallery,
.category__desc .gallery {
    display: flex;
}

.content .gallery .gallery-item,
.category__desc .gallery .gallery-item {
    width: 33.33333%;
}

.content img.size-full,
.category__desc img.size-full {
    width: 100%;
}

.content iframe,
.category__desc iframe {
    max-width: 100%;
}

.content ol li::marker,
.category__desc ol li::marker {
    color: #fecd00;
}

.content ul li,
.category__desc ul li {
    margin-bottom: 5px;
    line-height: 1.5;
}

.content ul li a,
.category__desc ul li a {
    color: #23527c;
    font-weight: 600;
    text-decoration: none;
}

.content ul.t-check-list li:before,
.category__desc ul.t-check-list li:before {
    content: "\2714";
    width: 30px;
    color: #55b319;
    font-size: 1.2rem;
    padding-right: 8px;
}

.content ul.t-check-list-x li:before,
.category__desc ul.t-check-list-x li:before {
    content: "\274C";
    width: 30px;
    color: red;
    font-size: 1.2rem;
    padding-right: 8px;
}

.content ul.bonus-table__pros-list,
.category__desc ul.bonus-table__pros-list {
    margin: 0;
    padding: 0;
    text-align: left;
}

.content ul.bonus-table__pros-list li,
.category__desc ul.bonus-table__pros-list li {
    text-align: left;
}

.content .wp-caption-text,
.category__desc .wp-caption-text {
    text-align: center;
    font-size: 75%;
    padding-top: 5px;
    opacity: .8;
}

.content a,
.category__desc a {
    color: #23527c;
    font-weight: 600;
    text-decoration: underline;
}

.content a.btn__gray,
.category__desc a.btn__gray {
    color: #fff;
}

.content a.btn__gray:hover,
.category__desc a.btn__gray:hover {
    text-decoration: none;
}

.content a:hover,
.category__desc a:hover {
    text-decoration: underline;
}

.content a.btn,
.content a.linkarea,
.content a.t-flex-cta,
.content a.bonus-news__link,
.category__desc a.btn,
.category__desc a.linkarea,
.category__desc a.t-flex-cta,
.category__desc a.bonus-news__link {
    color: #fff;
}

.content a.btn:hover,
.content a.linkarea:hover,
.content a.t-flex-cta:hover,
.content a.bonus-news__link:hover,
.category__desc a.btn:hover,
.category__desc a.linkarea:hover,
.category__desc a.t-flex-cta:hover,
.category__desc a.bonus-news__link:hover {
    text-decoration: none;
}

.content a.review-item-link:hover,
.category__desc a.review-item-link:hover {
    text-decoration: none;
}

.content a.infoblock-btn,
.category__desc a.infoblock-btn {
    color: #1a4096;
    text-decoration: none;
}

.content a.infoblock-btn:hover,
.category__desc a.infoblock-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1a4096;
}

.content a.btn,
.category__desc a.btn {
    text-decoration: none;
}

.content h1,
.category__desc h1 {
    margin-bottom: 0;
}

.content h3,
.category__desc h3 {
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    .content h3,
    .category__desc h3 {
        font-size: 17px;
    }
}

.content h4,
.category__desc h4 {
    font-size: 18px;
    color: #505050;
    margin-bottom: 0;
}

.content .col4,
.content .col4.col-sm-12,
.category__desc .col4,
.category__desc .col4.col-sm-12 {
    width: 33.333333333333%;
}

.content .roul-row:after,
.category__desc .roul-row:after {
    content: " ";
    display: table;
    clear: both;
}

.content .roul-left,
.category__desc .roul-left {
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width: 876px) {
    .content .roul-left,
    .category__desc .roul-left {
        margin-bottom: 60px;
        width: 100%;
    }
}

.content .roul-right,
.category__desc .roul-right {
    padding: 30px 15px;
    display: flex;
    justify-content: space-around;
    background-color: #414a58;
}

@media screen and (max-width: 876px) {
    .content .roul-right,
    .category__desc .roul-right {
        margin-bottom: 60px;
        width: 100%;
    }
}

.content .roul-mid,
.category__desc .roul-mid {
    transform: scale(1.3);
    box-shadow: 5px 10px 30px #2a303a;
    z-index: 10;
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width: 876px) {
    .content .roul-mid,
    .category__desc .roul-mid {
        margin-bottom: 60px;
        width: 100%;
        transform: none;
    }
}

.content .roul-left,
.content .roul-mid,
.category__desc .roul-left,
.category__desc .roul-mid {
    background-color: #414a58;
    padding: 30px 15px;
}

@media screen and (max-width: 876px) {
    .content .roul-left,
    .content .roul-mid,
    .category__desc .roul-left,
    .category__desc .roul-mid {
        margin-bottom: 60px;
        width: 100%;
    }
}

.content .t-btn-r,
.category__desc .t-btn-r {
    font-weight: 700;
    background: #ea5454;
    border: 1px solid #f28484;
    color: #fff;
    padding: 0;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    width: 100%;
    text-decoration: none;
    border-radius: .25rem;
    line-height: 1.5;
    white-space: inherit;
    position: relative;
    z-index: 1;
}

.content .r-cont,
.category__desc .r-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media screen and (max-width: 876px) {
    .content .r-cont p,
    .category__desc .r-cont p {
        margin: 20px 0;
        width: 100%;
        line-height: 1.1;
    }
}

.content .discover-box,
.category__desc .discover-box {
    height: 100%;
    overflow: hidden;
    padding: 0 10px 65px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
}

.content .discover-box p,
.category__desc .discover-box p {
    font-size: 14px;
}

.content ul.discover-ul,
.category__desc ul.discover-ul {
    display: flex;
    list-style: none;
    margin: 0;
    overflow: hidden;
    margin-bottom: 17px;
}

@media only screen and (max-width: 767px) {
    .content ul.discover-ul,
    .category__desc ul.discover-ul {
        flex-direction: column;
    }
}

.content .discover-ul li,
.category__desc .discover-ul li {
    list-style: none;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .content .discover-ul li,
    .category__desc .discover-ul li {
        padding: 5px;
        width: 100%;
    }
}

.content .discover-title,
.category__desc .discover-title {
    display: block;
    background: none;
    height: auto;
    font-size: 18px;
    line-height: 100%;
    color: #222;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 0 15px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-0 {
    margin-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.scrollToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    border-radius: 5px;
    background-color: #0c0c0c;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-image: url('/wp-content/themes/11089/assets/img/arrow-white.svg');
    background-size: 16px;
}

.text-404_bottom {
    margin-top: 15px;
}

.text-404_light {
    color: #fed718;
    font-weight: bold;
}

@media (max-width: 675px) {
    .row__content {
        background-color: #fff;
    }
}

.bx-shadow {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.mt-1 {
    margin-top: 1rem;
}

.mb-0 {
    margin-bottom: 0;
}

.site-content ul li a {
    line-height: 24px;
    font-weight: 600;
    color: #337ab7;
    text-decoration: none;
    font-size: 16px;
    transition: .1s;
}

.site-content ul li a:hover {
    color: #23527c;
}

.header {
    width: 100%;
    margin-bottom: 20px;
    z-index: 101;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.header__top {
    padding: 10px 15px;
}

.header__top .logo {
    font-size: 0;
}

.header__top .logo img {
    width: 200px;
    height: 48px;
}

.header__menu {
    position: relative;
    z-index: 21;
    list-style: none;
    padding: 0 0 20px;
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
    max-width: 94%;
}

.header__menu ul {
    list-style: none;
    padding-left: 8px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 11px;
}

@media only screen and (max-width: 1024px) {
    .header__menu ul {
        padding-top: 0;
        flex-direction: column;
    }
}

.header__menu ul li {
    margin-top: 15px;
}

.header__menu ul li a {
    font-weight: 400;
}

@media (min-width: 1025px) {
    .header__menu ul li {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .header__menu {
        display: none;
    }
}

.header__menu li {
    position: relative;
    margin-right: 15px;
}

.header__menu li:first-child {
    padding-left: 0;
}

.header__menu li ul {
    background: #3f3f3f;
    width: 250px;
    padding: 20px 0;
    position: absolute;
    left: 0;
    z-index: 101;
    border-bottom: 1px solid #d0d5d8;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    display: none;
    list-style-type: none;
}

@media only screen and (max-width: 1024px) {
    .header__menu li ul {
        position: static;
        width: 100%;
        border-bottom: 0;
        box-shadow: none;
    }
}

.header__menu li ul>li {
    padding: 0 14px;
    position: relative;
    margin-bottom: 13px;
}

.header__menu li ul>li:first-child {
    padding-left: 14px;
}

.header__menu li ul>li>a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
}

.header__menu li ul>li>span {
    text-transform: none;
}

.header__menu li ul>li>span a {
    text-transform: none;
}

@media screen and (min-width: 1025px) {
    .header__menu li:hover>ul {
        display: block;
    }
}

.header__menu li.menu-item-has-children>span.header-menu__item-wrapper {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.header__menu li.menu-item-has-children>span.header-menu__item-wrapper:after {
    display: block;
    position: absolute;
    right: -24px;
    top: 2px;
    content: '';
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCAyOTIuMzU5IDI5Mi4zNTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNTkgMjkyLjM1OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNjc1NzI5IDAgMCAwLjY3NTcyOSA0Ny40MDE3IDQ3LjQwMTcpIj48Zz48cGF0aCBkPSJNMjIyLjk3OSwxMzMuMzMxTDk1LjA3Myw1LjQyNEM5MS40NTYsMS44MDcsODcuMTc4LDAsODIuMjI2LDBjLTQuOTUyLDAtOS4yMzMsMS44MDctMTIuODUsNS40MjQgICBjLTMuNjE3LDMuNjE3LTUuNDI0LDcuODk4LTUuNDI0LDEyLjg0N3YyNTUuODEzYzAsNC45NDgsMS44MDcsOS4yMzIsNS40MjQsMTIuODQ3YzMuNjIxLDMuNjE3LDcuOTAyLDUuNDI4LDEyLjg1LDUuNDI4ICAgYzQuOTQ5LDAsOS4yMy0xLjgxMSwxMi44NDctNS40MjhsMTI3LjkwNi0xMjcuOTA3YzMuNjE0LTMuNjEzLDUuNDI4LTcuODk3LDUuNDI4LTEyLjg0NyAgIEMyMjguNDA3LDE0MS4yMjksMjI2LjU5NCwxMzYuOTQ4LDIyMi45NzksMTMzLjMzMXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiNERURFREUiLz48L2c+PC9nPiA8L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 17px 17px;
    transition: all .2s ease;
}

@media (min-width: 1024px) {
    .header__menu li.menu-item-has-children>span.header-menu__item-wrapper:after {
        transform: rotate(90deg);
    }
}

.header__menu li.menu-item-has-children>span.header-menu__item-wrapper.open:after {
    transform: rotate(90deg);
}

@media (max-width: 1024px) {
    .header__menu li {
        margin-top: 10px;
    }
}

.header__menu a,
.header__menu span {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    transition: all .25s ease;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    .header__menu a,
    .header__menu span {
        font-weight: bold;
        text-transform: none;
        color: #dedede;
    }
}

.header__menu a:hover,
.header__menu span:hover {
    text-decoration: none;
}

.header__menu-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    min-height: 44px;
    background: #3b3e42;
    margin-bottom: 5px;
    padding-bottom: 2px;
}

.header__menu-wrap .col-logo {
    max-width: 30%;
    z-index: 999;
}

@media (max-width: 576px) {
    .header__menu-wrap {
        display: flex;
    }
    .header__menu-wrap .search-form-wrapper {
        top: 0;
    }
}

.header .mobile-menu {
    z-index: 998 !important;
    display: none;
    width: 96px;
    margin-top: 5px;
    padding: 11px 10px 11px 15px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #3b3e42;
    text-shadow: 0 1px 3px #000;
    color: #fff;
    font-weight: 700;
    right: 15px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
    .header .mobile-menu {
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 20;
    }
    .header .mobile-menu span {
        margin-left: 9px;
    }
}

.header .mobile-menu-btn {
    position: relative;
    top: 3px;
}

.header .mobile-menu-btn__line {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 3px;
}

.header .mobile-menu-btn__line:last-child {
    margin-bottom: 0;
}

.header__logo {
    padding-top: 6px;
}

.header.sticky {
    position: fixed;
    top: -100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

@media (max-width: 576px) {
    .header .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.footer {
    margin-top: 50px;
}

.footer-bottom {
    background: #25292e;
    padding: 18px 0;
}

.footer-bottom__text {
    color: #d6d6d6;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

@media only screen and (max-width: 575px) {
    .footer-bottom__text {
        text-align: center;
        margin-bottom: 15px;
    }
}

.footer-bottom__email a {
    color: #d6d6d6;
    text-decoration: none;
}

.footer-bottom__email svg {
    margin-right: 13px;
}

.footer-menu {
    list-style-type: none;
    padding-left: 0;
}

.footer-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
    position: relative;
}

.footer-menu li a,
.footer-menu li span {
    color: #d6d6d6;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.footer-menu li.menu-item-has-children {
    cursor: pointer;
}

.footer-menu li.menu-item-has-children:after {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    content: ' ';
    background-image: url('../img/arrow.svg');
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    transition: transform .5s;
}

.footer-menu li.menu-item-has-children.open:after {
    transform: rotate(180deg);
}

.footer-menu li .sub-menu {
    margin-top: 12px;
    padding-left: 24px;
    list-style: none;
    display: none;
}

.footer-menu li .sub-menu li {
    border-top: 0;
}

.footer-block__title {
    font-size: 18px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 24px;
}

.footer-top {
    background: #2f3338;
    color: #fff;
    padding: 58px 30px 0;
}

@media only screen and (max-width: 575px) {
    .footer-top {
        padding: 20px 0;
    }
}

.footer-brand-images {
    padding: 21px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-info {
    padding: 56px 0;
}

.footer-info p {
    padding-top: 10px;
}

.footer-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer-images img {
    height: 24px;
    width: auto;
    margin: 16px;
}

.breadcrumbs {
    padding: 10px 0;
    font-size: 11px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs a span {
    color: #fed718;
}

.breadcrumbs a:hover {
    text-decoration: underline;
    text-decoration-color: #fed718;
}

.breadcrumbs .divider {
    color: #fff;
    padding: 0 5px;
}

.breadcrumbs span {
    color: #8a8a8a;
}

.sidebar .widget:not(:first-child) {
    margin-top: 20px;
}

.sidebar .widget__content {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sidebar .widget__title {
    height: 43px;
    background-color: #5e6165;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 43px;
    text-transform: uppercase;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.sidebar .widget__cats {
    list-style: none;
    padding: 15px 15px;
    margin: 0;
}

.sidebar .widget__cats li {
    line-height: 24px;
    padding: 5px 0;
}

.sidebar .widget__cats li a {
    color: #373b40;
    font-weight: 400;
    text-decoration: none;
}

.sidebar .widget__image {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (max-width: 576px) {
    .sidebar {
        margin-top: 20px;
    }
}

.faq__title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.faq__title h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
    margin: 0 0 0 16px;
}

.faq-item,
.faq-question {
    position: relative;
    display: block;
    font-weight: bold;
}

.faq-item {
    display: block;
    margin: 0;
}

.faq-item .faq-guestion {
    border: 1px solid #f5f5f5;
    margin-top: -1px;
    padding: 16px 20px 20px;
    background: #fff;
    background-size: 16px;
    cursor: pointer;
    color: #111;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.faq-item .faq-guestion:after {
    content: "";
    position: absolute;
    cursor: pointer;
    z-index: 1;
    width: 24px;
    height: 24px;
    top: 18px;
    background-image: url('/wp-content/themes/11089/assets/img/bluearrow.svg');
    right: 20px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    transition-duration: 0.2s;
}

.faq-item dt,
.faq-item dd {
    display: block;
    width: 100%;
    padding-left: 32px;
}

.faq-item .faq-answer {
    overflow: hidden;
    opacity: 0;
    margin: 0;
    max-height: 0;
    transition: all .2s;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px 20px 10px 15px;
}

.faq-item .faq-answer p {
    margin: 0;
    font-weight: 400;
    color: #505050;
}

.faq-item.active .faq-guestion {
    background: rgba(255, 255, 255, 0.6);
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: none;
    box-shadow: none;
}

.faq-item.active .faq-guestion:after {
    transition-duration: 0.2s;
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    background: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    overflow: visible;
    padding: 0 20px 15px;
    opacity: 1;
    max-height: 100vh;
    transition-duration: 0.2s;
    margin-bottom: 10px;
}

.search-form-wrapper {
    position: absolute;
    right: 15px;
    height: 50px;
    min-height: 42px;
    width: 26.8%;
    top: 38px;
}

@media (min-width: 768px) {
    .search-form-wrapper {
        top: 60px;
    }
}

@media (min-width: 1080px) {
    .search-form-wrapper {
        top: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .search-form-wrapper {
        display: block;
        width: 100%;
        right: 0;
        z-index: 19;
    }
}

.search-form-wrapper #searchform {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    height: 100%;
}

.search-form-wrapper .search-input {
    width: 0;
    opacity: 0;
    z-index: 100;
    border: none;
    padding: 6px 20px;
    height: 100%;
    background-color: #33353d;
    font-size: 14px;
    color: #fff;
    transform: translateX(110%);
}

.search-form-wrapper .search-input.transition {
    transition-delay: .4s;
}

.search-form-wrapper .search-input:focus {
    outline: none;
}

.search-form-wrapper .search-input.active {
    opacity: 1;
    width: 100%;
    transform: translateX(0);
    transition-delay: 0s;
}

.search-form-wrapper .search-input.active+.close-icon {
    display: flex;
    position: absolute;
    right: 0;
    width: 52px;
    height: 100%;
    background-color: #33353d;
    background-repeat: no-repeat;
    flex-shrink: 0;
    background-size: 20px 18px;
    background-position: 50% 50%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDEuNDFMMTIuNTkgMEw3IDUuNTlMMS40MSAwTDAgMS40MUw1LjU5IDdMMCAxMi41OUwxLjQxIDE0TDcgOC40MUwxMi41OSAxNEwxNCAxMi41OUw4LjQxIDdMMTQgMS40MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
    cursor: pointer;
    z-index: 1001;
}

.search-form-wrapper .search-input.hidden {
    transform: translateX(110%);
}

.search-form-wrapper .search-icon {
    width: 52px;
    height: 100%;
    background-color: #3b3e42;
    background-repeat: no-repeat;
    flex-shrink: 0;
    background-size: 20px 18px;
    background-position: 50% 50%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA0NzUuMDg0IDQ3NS4wODQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3NS4wODQgNDc1LjA4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxnPjxwYXRoIGQ9Ik00NjQuNTI0LDQxMi44NDZsLTk3LjkyOS05Ny45MjVjMjMuNi0zNC4wNjgsMzUuNDA2LTcyLjA0NywzNS40MDYtMTEzLjkxN2MwLTI3LjIxOC01LjI4NC01My4yNDktMTUuODUyLTc4LjA4NyAgIGMtMTAuNTYxLTI0Ljg0Mi0yNC44MzgtNDYuMjU0LTQyLjgyNS02NC4yNDFjLTE3Ljk4Ny0xNy45ODctMzkuMzk2LTMyLjI2NC02NC4yMzMtNDIuODI2ICAgQzI1NC4yNDYsNS4yODUsMjI4LjIxNywwLjAwMywyMDAuOTk5LDAuMDAzYy0yNy4yMTYsMC01My4yNDcsNS4yODItNzguMDg1LDE1Ljg0N0M5OC4wNzIsMjYuNDEyLDc2LjY2LDQwLjY4OSw1OC42NzMsNTguNjc2ICAgYy0xNy45ODksMTcuOTg3LTMyLjI2NCwzOS40MDMtNDIuODI3LDY0LjI0MUM1LjI4MiwxNDcuNzU4LDAsMTczLjc4NiwwLDIwMS4wMDRjMCwyNy4yMTYsNS4yODIsNTMuMjM4LDE1Ljg0Niw3OC4wODMgICBjMTAuNTYyLDI0LjgzOCwyNC44MzgsNDYuMjQ3LDQyLjgyNyw2NC4yMzRjMTcuOTg3LDE3Ljk5MywzOS40MDMsMzIuMjY0LDY0LjI0MSw0Mi44MzJjMjQuODQxLDEwLjU2Myw1MC44NjksMTUuODQ0LDc4LjA4NSwxNS44NDQgICBjNDEuODc5LDAsNzkuODUyLTExLjgwNywxMTMuOTIyLTM1LjQwNWw5Ny45MjksOTcuNjQxYzYuODUyLDcuMjMxLDE1LjQwNiwxMC44NDksMjUuNjkzLDEwLjg0OSAgIGM5Ljg5NywwLDE4LjQ2Ny0zLjYxNywyNS42OTQtMTAuODQ5YzcuMjMtNy4yMywxMC44NDgtMTUuNzk2LDEwLjg0OC0yNS42OTNDNDc1LjA4OCw0MjguNDU4LDQ3MS41NjcsNDE5Ljg4OSw0NjQuNTI0LDQxMi44NDZ6ICAgIE0yOTEuMzYzLDI5MS4zNThjLTI1LjAyOSwyNS4wMzMtNTUuMTQ4LDM3LjU0OS05MC4zNjQsMzcuNTQ5Yy0zNS4yMSwwLTY1LjMyOS0xMi41MTktOTAuMzYtMzcuNTQ5ICAgYy0yNS4wMzEtMjUuMDI5LTM3LjU0Ni01NS4xNDQtMzcuNTQ2LTkwLjM2YzAtMzUuMjEsMTIuNTE4LTY1LjMzNCwzNy41NDYtOTAuMzZjMjUuMDI2LTI1LjAzMiw1NS4xNS0zNy41NDYsOTAuMzYtMzcuNTQ2ICAgYzM1LjIxMiwwLDY1LjMzMSwxMi41MTksOTAuMzY0LDM3LjU0NmMyNS4wMzMsMjUuMDI2LDM3LjU0OCw1NS4xNSwzNy41NDgsOTAuMzZDMzI4LjkxMSwyMzYuMjE0LDMxNi4zOTIsMjY2LjMyOSwyOTEuMzYzLDI5MS4zNTh6ICAgIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjRkZGRkZGIi8+PC9nPjwvZz4gPC9zdmc+);
    cursor: pointer;
    z-index: 1000;
}

.search-form-wrapper .search-result {
    position: absolute;
    width: 100%;
    display: none;
    overflow-y: scroll;
    background-color: #33353d;
    color: #fff;
    top: 100%;
    left: 0;
    z-index: 100;
    max-height: 372px;
    z-index: 90;
    padding: 0;
    border-top: 2px solid #4d515b;
}

.search-form-wrapper .search-result-empty {
    height: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.search-form-wrapper .search-result-card {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNjY2NTkgOS4zMzMzM0gxMi43Nzk5TDkuMDUzMjUgNS42MDY2N0w5Ljk5OTkyIDQuNjY2NjdMMTUuMzMzMyAxMEw5Ljk5OTkyIDE1LjMzMzNMOS4wNTk5MiAxNC4zOTMzTDEyLjc3OTkgMTAuNjY2N0g0LjY2NjU5VjkuMzMzMzNaIiBmaWxsPSIjNEQ1MTVCIi8+CjxwYXRoIGQ9Ik0xOS41IDEwQzE5LjUgNC43NTMzIDE1LjI0NjcgMC41IDEwIDAuNUM0Ljc1MzI5IDAuNSAwLjUgNC43NTMzIDAuNSAxMEMwLjUgMTUuMjQ2NyA0Ljc1MzI5IDE5LjUgMTAgMTkuNUMxNS4yNDY3IDE5LjUgMTkuNSAxNS4yNDY3IDE5LjUgMTBaIiBzdHJva2U9IiM0RDUxNUIiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: 93% 50%;
    transition: all .2s ease;
}

.search-form-wrapper .search-result-card:last-child {
    border-bottom: 0;
}

.search-form-wrapper .search-result-card__info {
    margin: 0 15px;
    padding: 10px 15px;
    border-bottom: 1px solid #4d515b;
}

.search-form-wrapper .search-result-card__wrapper {
    margin-left: 10px;
    width: 56%;
}

.search-form-wrapper .search-result-card a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.search-form-wrapper .search-result-card a img {
    width: 48px;
    height: auto;
    transition: all .25s ease;
}

.search-form-wrapper .search-result-card a .name {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
}

.search-form-wrapper .search-result-card a .name-category {
    font-size: 11px;
    color: #818192;
}

.search-form-wrapper .search-result-card:hover {
    background-color: #414552;
    background-repeat: no-repeat;
    background-position: 93% 50%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNjY2NTkgOS4zMzMzM0gxMi43Nzk5TDkuMDUzMjUgNS42MDY2Nkw5Ljk5OTkyIDQuNjY2NjZMMTUuMzMzMyAxMEw5Ljk5OTkyIDE1LjMzMzNMOS4wNTk5MiAxNC4zOTMzTDEyLjc3OTkgMTAuNjY2N0g0LjY2NjU5VjkuMzMzMzNaIiBmaWxsPSIjRkVDRDAwIi8+CjxwYXRoIGQ9Ik0xOS41IDEwQzE5LjUgNC43NTMzIDE1LjI0NjcgMC41IDEwIDAuNUM0Ljc1MzI5IDAuNSAwLjUgNC43NTMzIDAuNSAxMEMwLjUgMTUuMjQ2NyA0Ljc1MzI5IDE5LjUgMTAgMTkuNUMxNS4yNDY3IDE5LjUgMTkuNSAxNS4yNDY3IDE5LjUgMTBaIiBzdHJva2U9IiNGRUNEMDAiLz4KPC9zdmc+Cg==);
}

.search-form-wrapper #searchsubmit {
    display: none;
}

.transition {
    transition: all .31s ease-in-out;
}

.close-icon {
    display: none;
}

input[type="search"] {
    -webkit-appearance: none;
}

::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.page .authors,
.category .authors {
    padding-bottom: 25px;
}

.page .author,
.category .author {
    display: flex;
    flex-direction: column;
    background: #ebeff5;
    margin: 40px auto;
    padding: 0 20px 40px;
    max-width: 822px;
    border-radius: 8px;
    transition: all .2s;
}

.page .author__avatar,
.category .author__avatar {
    margin-top: -20px;
    order: 1;
}

.page .author__avatar img,
.category .author__avatar img {
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 8px;
}

.page .author__info,
.category .author__info {
    order: 2;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .page .author__info,
    .category .author__info {
        display: unset;
        flex-direction: unset;
    }
}

.page .author__name,
.category .author__name {
    margin-top: 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    order: 2;
}

.page .author__job,
.category .author__job {
    margin-top: 4px;
    font-weight: 500;
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
    color: #505050;
    order: 3;
}

.page .author__desc,
.category .author__desc {
    margin-top: 8px;
    color: #505050;
    font-size: 16px;
    line-height: 24px;
    order: 4;
}

.page .author__social,
.category .author__social {
    margin-top: 20px;
    order: 1;
}

.page .author__social a,
.category .author__social a {
    text-decoration: none;
}

.page .author__social img,
.category .author__social img {
    width: 32px;
    height: 32px;
}

@media (min-width: 1024px) {
    .page .author,
    .category .author {
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
    }
    .page .author__avatar,
    .category .author__avatar {
        flex-basis: 20%;
        order: 1;
        margin-top: 24px;
        margin-left: -40px;
        width: 128px;
        height: 128px;
    }
    .page .author__info,
    .category .author__info {
        flex-basis: 80%;
        display: flex;
        flex-direction: column;
        order: 2;
        padding-top: 24px;
    }
    .page .author__desc,
    .category .author__desc {
        order: 5;
    }
    .page .author__social,
    .category .author__social {
        position: absolute;
        right: 20px;
        top: 34px;
    }
    .page .author__social a:hover,
    .category .author__social a:hover {
        text-decoration: none;
    }
}

.page .author:hover,
.category .author:hover {
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}

.comment {
    padding: 20px;
}

.comment h3 {
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #111;
}

.comment #submit {
    padding: 7px 10px;
    border: none;
    outline: none;
    background-color: #2f3338;
    color: #fff;
    cursor: pointer;
    line-height: 30px;
}

.comment .comment-form input,
.comment .comment-form-comment {
    margin-bottom: 10px;
}

.comment input[type="text"],
.comment input[type="email"],
.comment input[type="url"],
.comment input[type="password"],
.comment input[type="search"],
.comment input[type="tel"],
.comment input[type="number"],
.comment textarea,
.comment select {
    font-size: 16px;
    display: block;
    color: #666;
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

@media (min-width: 1024px) {
    .comment input[type="text"],
    .comment input[type="email"],
    .comment input[type="url"],
    .comment input[type="password"],
    .comment input[type="search"],
    .comment input[type="tel"],
    .comment input[type="number"],
    .comment textarea,
    .comment select {
        max-width: 50%;
    }
}

.comment textarea {
    width: 100%;
    max-width: unset;
}

button {
    outline: none;
    border: none;
    width: 100%;
    border-radius: 4px;
    background: #eb3e3a;
    color: #fff;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 3px 0 0 #773125;
    padding: 10px 10px;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 16px;
}

button:hover {
    color: #fff;
    background: #3f3f3f;
}

.btn {
    cursor: pointer;
    text-decoration: none;
    padding: 10px 3px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    border-radius: 4px;
    transition: all .3s ease;
}

@media (min-width: 768px) {
    .btn {
        padding: 10px 30px;
        font-size: 16px;
    }
}

.btn:focus {
    outline: none;
}

.btn__main {
    color: #fff;
    background: #eb3e3a;
    border-radius: 4px;
    padding: 10px 30px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    box-shadow: 0px 3px 0px 0px #773125;
}

.btn__main:hover {
    background: #3f3f3f;
}

.btn__gray {
    color: #f25d3c;
    background: #fff;
    border-radius: 4px;
    padding: 11px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #ebecf5;
}

.btn__gray_inactive:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
}

.btn__gold {
    background: #877032;
    border: 1px solid #ffc22a;
    color: #fff;
    font-size: 24px;
    padding: 15px 40px;
    cursor: pointer;
    z-index: 10;
    border-radius: 30px;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0.02em;
    font-weight: 600;
    transition: all .17s ease;
}

.btn__gold:hover {
    background: #d5a42c;
    border-color: #fff;
}

.btn__red {
    background: #eb3e3a;
    color: #fff;
    box-shadow: 0 3px 0 0 #773125 !important;
}

.btn__red:hover {
    color: #fff;
    background-color: #3f3f3f;
}

.btn.load_more_slots {
    margin-bottom: 20px;
    padding: 15px 30px;
}

.btn-basic_slider {
    z-index: 3;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    border: 1px solid #a2a2a2;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    margin-right: 10px;
    font-size: 16px;
    width: auto;
    color: #fff;
    font-weight: 700;
}

.btn-basic_slider:hover {
    background-color: #7bb433;
}

.btn__fw {
    width: 100%;
    display: block;
}

.btn-disabled {
    cursor: default;
    background: #999;
    box-shadow: 0px 3px 0px 0px #666;
}

a.visit-casino {
    color: #000;
    width: 100%;
    display: block;
    background: #fecd00;
    border-radius: 50rem;
    padding: 10px 30px;
    font-weight: 70;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: none;
}

a.visit-casino:hover {
    background: #fed718;
}

.call-to-action img {
    width: 100%;
    cursor: pointer;
    min-height: 180px;
}

.call-to-action button {
    position: relative;
    z-index: 20;
    color: #000;
    background-color: #fecd00;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    border-radius: 5px;
    border: none;
    margin: 20px 0 30px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .call-to-action button {
        font-size: 16px;
        padding: 10px;
    }
}

.call-to-action button:hover {
    background-color: #fed718;
}

.call-to-action button:focus {
    outline: none;
}

.top-slider .item {
    position: relative;
}

.top-slider .item .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .1;
    transition: all .25s ease;
}

.top-slider .item:hover .overlay {
    opacity: 0;
}

.top-slider .item:hover .text-wrap .btn {
    background: linear-gradient(180deg, #9fbf00, #80ab00);
}

.top-slider .item .text-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
}

.top-slider .item .text-wrap .title {
    font-size: 15px;
    display: block;
    color: #c7e2a1;
    font-weight: 500;
}

.top-slider .item .text-wrap .btn {
    z-index: 3;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    border: 1px solid #a2a2a2;
    color: #fff;
    border-radius: 3px;
    box-shadow: none;
    background: transparent;
    font-size: 16px;
    width: auto;
    font-weight: 600;
}

.top-slider img {
    width: 100%;
    min-height: 374px;
}

.single__slot .demo-area {
    position: relative;
    background-color: #202532;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 743px;
}

.single__slot .demo-area iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

.single__slot .demo-area .btn {
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.single__slot .demo-area.active-frame .btn-basic.btn__gold {
    opacity: 0;
    visibility: hidden;
}

.single__slot .demo-area .btn-basic.btn__gold {
    width: 360px;
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
    .single__slot .demo-area .btn-basic.btn__gold {
        width: 250px;
        font-size: 18px;
        padding: 10px 22px;
    }
}

.single__slot .demo-area .btn-basic.btn__gold:hover,
.single__slot .demo-area .btn-basic.btn__gold:focus,
.single__slot .demo-area .btn-basic.btn__gold:active,
.single__slot .demo-area .btn-basic.btn__gold:visited {
    outline: none;
}

.single__slot .demo-area-wrapper {
    height: 100%;
    display: none;
    width: 100%;
    background-color: #1c1e27;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.single__slot .demo-area.lazy {
    position: relative;
}

.single__slot .demo-area.lazy .demo-area-wrapper {
    display: block;
}

.single__slot .slot-info {
    margin-bottom: 20px;
}

.single__slot .slot-info div:nth-child(2n+1) .item {
    margin-right: 2px;
}

.single__slot .slot-info div:nth-child(2n) .item {
    margin-left: 2px;
}

.single__slot .slot-info .item {
    background: #1c1e27;
    border: 1px solid #3a3c43;
    margin-bottom: 4px;
    padding: 8px 8px 8px 30px;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    transition: all .27s ease-out;
}

.single__slot .slot-info .item:hover {
    border-color: #51535a;
}

.single__slot .slot-info .item .name {
    color: #a2a2a2;
}

.single__slot .slot-info .item .value {
    color: #fff;
    text-transform: uppercase;
}

.single__slot .slot-info .item span {
    width: 50%;
}

.single__slot .slot-info-table {
    width: 100%;
    text-align: center;
    background: #555;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .single__slot .slot-info-table {
        font-size: 16px;
    }
}

.single__slot .slot-info-table tr {
    border-bottom: 1px solid #888;
}

.single__slot .slot-info-table tr:hover td {
    background: #666;
}

.single__slot .slot-info-table tr td {
    transition: all .17s ease;
    padding: 10px;
}

.single__slot .slot-info-table tr td:first-child {
    text-align: left;
}

.single__slot .slot-button-wrap {
    margin: 20px 0;
}

.single__slot .slot-button-wrap .btn {
    width: 100%;
}

.single__slot .btn-basic.btn__gold {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .single__slot .btn-basic.btn__gold {
        font-size: 18px;
        padding: 10px 22px;
    }
}

.single__slot .btn-basic.btn__gold:hover,
.single__slot .btn-basic.btn__gold:focus,
.single__slot .btn-basic.btn__gold:active,
.single__slot .btn-basic.btn__gold:visited {
    outline: none;
}

.single__casino {
    margin-bottom: 80px;
}

.single__casino .top-image {
    width: 100%;
}

.single__casino .ratings-block {
    border: 1px solid #e7e7e7;
}

.single__casino .rating-wrap {
    margin: 20px 0;
}

.single__casino .rating-wrap .title {
    padding: 10px 15px;
    font-size: 16px;
    display: block;
    background: #f6f6f6;
}

.single__casino .rating-wrap .item {
    padding: 10px 15px;
    border-top: 1px solid #e7e7e7;
}

.single__casino .rating-wrap .value {
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
}

.single__casino .rating-wrap .visual {
    display: block;
    width: 100%;
    position: relative;
    height: 22px;
    background: rgba(0, 0, 0, 0.1);
}

.single__casino .rating-wrap .visual .solid {
    position: absolute;
    height: 100%;
    display: block;
    background: #e87114;
}

.single__casino .rating-wrap .average {
    display: flex;
    flex-direction: column;
    margin: 10px 15px;
}

.single__casino .rating-wrap .average .text {
    margin-top: 10px;
}

.single__casino .rating-wrap .average .text-title {
    font-size: 16px;
    font-weight: 700;
}

.single__casino .rating-wrap .average .text p {
    margin-top: 15px;
}

.single__casino .rating-wrap .average .value {
    margin-top: 30px;
    font-size: 40px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .single__casino .rating-wrap .average {
        flex-direction: row;
        justify-content: space-between;
    }
    .single__casino .rating-wrap .average .text {
        max-width: 75%;
    }
}

.single__casino .info {
    margin-bottom: 20px;
}

.single__casino .info .capt {
    border-bottom: 1px solid #c5cacd;
    font-size: 18px;
    margin: 10px 0;
}

.single__casino .info .item {
    padding: 5px 0;
    font-size: 16px;
    color: #505050;
}

.single__casino .info .item .value {
    font-weight: 400;
}

.single__casino .bonus-info .text {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.single__casino .closed {
    color: #ff3d00;
    font-size: 32px;
    letter-spacing: 0.02em;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    width: 90%;
    border: 1px solid #3a3c43;
    padding: 20px;
}

.post-nav {
    margin-top: 24px;
}

.post-nav a {
    min-width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 5px;
    display: inline-table;
    position: relative;
    padding-left: 30px;
    text-decoration: none;
}

.post-nav a:before {
    left: 10px;
    position: absolute;
    content: url('/wp-content/themes/11089/assets/img/post-arrow.svg');
    display: inline-block;
}

.post-nav a.next:before {
    transform: rotate(90deg);
}

.post-nav a.prev:before {
    transform: rotate(-90deg);
}

.post-nav a:hover {
    text-decoration: none;
}

.meta a,
.meta span {
    color: #505050;
    text-decoration: none;
    font-weight: 600;
}

.featured-image-cover {
    margin-left: -20px;
    margin-right: -20px;
}

.archive.author .category__desc {
    display: flex;
}

.category__desc {
    padding: 20px;
    line-height: 24px;
}

.category__desc h1 {
    padding-top: 0;
    padding-bottom: 0;
}

.category__desc .avatar {
    float: left;
    margin-right: 1.5em;
    max-width: 100%;
}

.category__bonus .bonus-card {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.category__bonus .bonus-card:before {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #c8cdd0;
}

@media only screen and (max-width: 575px) {
    .category__bonus .bonus-card .col-3 {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .category__bonus .bonus-card .col-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.category__bonus .bonus-card .info {
    font-style: italic;
    font-size: 11px;
    border-bottom: 1px solid #c8cdd0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.category__bonus .bonus-card .info .date {
    opacity: .5;
}

.category__bonus .bonus-card .title {
    margin-bottom: 15px;
}

.category__bonus .bonus-card .title a {
    color: #fed718;
    font-size: 24px;
    text-decoration: none;
    line-height: 1.1em;
    font-weight: 600;
}

.category__bonus .bonus-card .title a:hover {
    text-decoration: underline;
}

.category__bonus .bonus-card .desc {
    margin-bottom: 15px;
}

.category__bonus .bonus-card .btn {
    width: 100%;
    display: block;
}

.category__slot_btn-hidden .btn__main {
    display: none;
}

.slot-item {
    margin-bottom: 10px;
    text-align: center;
}

.slot-item a {
    margin: 0 5px;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.slot-item a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 0;
    transition: all .27s ease;
}

.slot-item img {
    transition: all .27s ease;
}

.slot-item .text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 80%;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0;
    z-index: 2;
    transition: all .27s ease;
    background-repeat: no-repeat;
    background-size: 44px 44px;
    background-position: center 40%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik01NC41MjEyIDIyLjI5MDVDNTMuNTc5NiAyMS43MDM2IDUyLjM0MTQgMjEuOTkwNyA1MS43NTQ4IDIyLjkzMkM1MS4xNjgyIDIzLjg3MzMgNTEuNDU1MyAyNS4xMTE1IDUyLjM5NjMgMjUuNjk4MUM1NC41ODYxIDI3LjA2MzcgNTUuODkzMiAyOS40MTk1IDU1Ljg5MzIgMzIuMDAwMkM1NS44OTMyIDM0LjU4MDkgNTQuNTg2MSAzNi45MzY3IDUyLjM5NjMgMzguMzAyM0wxOS40NjI4IDU4LjgzN0MxNy4xMzk1IDYwLjI4NTYgMTQuMzIzMiA2MC4zNTY5IDExLjkyOTYgNTkuMDI4N0M5LjUzNTY1IDU3LjcwMDIgOC4xMDY0MyA1NS4yNzI1IDguMTA2NDMgNTIuNTM0OVYxMS40NjUyQzguMTA2NDMgOC43Mjc1NSA5LjUzNTY1IDYuMjk5OCAxMS45Mjk2IDQuOTcxMzFDMTQuMzIzMiAzLjY0MzE1IDE3LjEzOTUgMy43MTQ0MyAxOS40NjI4IDUuMTYzMDVMMzguNjM0NiAxNy4xMTcxQzM5LjU3NTkgMTcuNzAzNCA0MC44MTQgMTcuNDE2NiA0MS40MDEgMTYuNDc1NkM0MS45ODc2IDE1LjUzNDYgNDEuNzAwNSAxNC4yOTYyIDQwLjc1OTUgMTMuNzA5NUwyMS41ODc3IDEuNzU1ODNDMTguMDA4NSAtMC40NzU4MjggMTMuNjcgLTAuNTg2NTkxIDkuOTgxMDQgMS40NjAzNUM2LjI5MzA2IDMuNTA2OTYgNC4wOTExOSA3LjI0NzE0IDQuMDkxMTkgMTEuNDY1MlY1Mi41MzQ1QzQuMDkxMTkgNTYuNzUyNiA2LjI5MzA2IDYwLjQ5MjcgOS45ODEzOCA2Mi41Mzk0QzExLjczODIgNjMuNTE0MSAxMy42NDE5IDYzLjk5OTcgMTUuNTQxNiA2My45OTk3QzE3LjYzMDEgNjMuOTk5NyAxOS43MTM1IDYzLjQxMjcgMjEuNTg3NyA2Mi4yNDM5TDU0LjUyMTIgNDEuNzA5MkM1Ny44OTUgMzkuNjA1NCA1OS45MDkxIDM1Ljk3NTkgNTkuOTA5MSAzMS45OTk4QzU5LjkwOTEgMjguMDIzOCA1Ny44OTUgMjQuMzk0MyA1NC41MjEyIDIyLjI5MDVaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
}

.slot-item:hover img {
    filter: blur(5px);
}

.slot-item:hover a:after {
    opacity: .5;
}

.slot-item:hover .text-wrap {
    opacity: 1;
}

.bonus-card {
    margin-top: 30px;
    position: relative;
}

.bonus-card__img img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.bonus-card__title {
    margin-top: 20px;
}

.bonus-card__title a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

@media (min-width: 1024px) {
    .bonus-card__title a {
        font-size: 26px;
    }
}

.bonus-card__title a:hover {
    text-decoration: underline;
}

.bonus-card__cats {
    position: absolute;
    top: 10px;
    right: 0;
}

.bonus-card__cats a {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #006df0;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 6px;
    padding: 0 5px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 0 0 transparent;
}

@media (min-width: 1024px) {
    .bonus-card__cats a {
        padding: 3px 5px;
        font-size: 13px;
    }
}

.bonus-card__cats a:not(:first-child) {
    margin-top: 10px;
}

.bonus-card__meta {
    margin-top: 10px;
}

.bonus-card__meta span {
    font-weight: 600;
}

.bonus-card__desc {
    margin: 20px 0;
}

.bonus-card__desc p {
    line-height: 25px;
}

.bonus-card__info {
    padding: 10px;
}

@media (min-width: 768px) {
    .bonus-card__info {
        padding: 0 10px 10px;
    }
}

.bonus-table {
    width: 100%;
    margin: 20px 0;
    position: relative;
}

.bonus-table thead {
    background: #5e6165;
}

.bonus-table thead th {
    text-align: center;
    color: #fff;
    padding: 15px 5px;
    text-transform: uppercase;
    font-weight: 400;
}

.bonus-table thead th.casino {
    text-align: center;
}

.bonus-table thead th.buttons {
    text-align: right;
    padding-right: 50px;
}

@media only screen and (max-width: 575px) {
    .bonus-table thead {
        display: none;
    }
}

.bonus-table tbody {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .bonus-table tbody {
        width: 100%;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
}

.bonus-table tbody tr {
    transition: all .27s ease;
}

.bonus-table tbody tr:nth-child(2n-1) {
    background: #fff;
}

.bonus-table tbody tr:nth-child(2n) {
    background: #ebeff5;
}

@media only screen and (max-width: 575px) {
    .bonus-table tbody tr {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .bonus-table tbody tr td.count {
        width: 10%;
        padding: 0;
    }
    .bonus-table tbody tr td.logo {
        width: 90%;
        justify-content: left;
    }
    .bonus-table tbody tr td.bonus {
        width: 100%;
    }
}

.bonus-table tbody td {
    text-align: center;
    padding: 10px;
}

.bonus-table tbody td.spiele {
    text-align: right;
    vertical-align: middle;
}

.bonus-table tbody td.spiele a {
    text-decoration: none;
}

.bonus-table tbody td.spiele a,
.bonus-table tbody td.spiele span {
    width: 100%;
}

.bonus-table tbody td.spiele span.btn__main {
    margin-top: 0;
}

.bonus-table tbody td.spiele span.bonus-table__td-terms {
    margin-top: 12px;
}

.bonus-table tbody td.spiele .bonus-table__td-terms {
    max-width: 135px;
}

@media only screen and (max-width: 575px) {
    .bonus-table tbody td.spiele {
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

.bonus-table tbody td.count {
    font-size: 14px;
    font-weight: 700;
    color: #c1c1c1;
}

.bonus-table tbody td.logo {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    color: #333;
    font-size: 14px;
}

.bonus-table tbody td.logo img {
    box-sizing: content-box;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    object-fit: contain;
}

@media only screen and (max-width: 575px) {
    .bonus-table tbody td.logo img {
        max-width: 180px;
    }
}

.bonus-table tbody td.logo a,
.bonus-table tbody td.logo span {
    color: #333;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    margin-left: 12px;
}

@media only screen and (max-width: 575px) {
    .bonus-table tbody td.logo {
        justify-content: center;
    }
}

.bonus-table tbody td.bonus {
    line-height: 24px;
    font-size: 13px;
    color: #505050;
}

.bonus-table tbody td.bonus span {
    display: block;
    font-size: 18px;
    color: #ff4f19;
    font-weight: 700;
}

.bonus-table tbody td.bonus span.black {
    color: black;
}

.bonus-table tbody td.bonus small {
    display: block;
    color: #adadad;
    font-size: 12px;
}

@media only screen and (max-width: 1200px) {
    .bonus-table_main .bonus-table__header_review {
        display: none;
    }
}

.bonus-table .btn__gray_inactive {
    display: inline-block;
}

.bonus-table .btn__main {
    font-size: 16px;
    display: inline-block;
    text-transform: none;
}

@media only screen and (max-width: 575px) {
    .bonus-table .btn__main {
        margin: 0 auto;
        display: block;
    }
}

.bonus-table .bonus-label {
    border-radius: 3px 3px 3px 0;
    font-weight: 900;
    font-size: 10px;
    padding: 5px 8px;
    line-height: 12px;
    top: 2px;
    left: 2px;
    display: inline-block;
    position: absolute;
    z-index: 20;
    border: 1px solid #fecd00;
}

.bonus-table .bonus-label:before {
    display: block;
    position: absolute;
    bottom: -9px;
    left: -1px;
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #b89400;
    border-left: 8px solid transparent;
}

.bonus-table__td-terms {
    display: block;
    font-size: 12px;
    transition: all .3s ease;
    cursor: pointer;
    color: #337ab7;
    text-decoration: underline;
}

.bonus-table__td-terms:hover {
    text-decoration: none;
}

.info-table {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.info-table tr {
    padding: 20px 12px;
    height: 144px;
}

@media only screen and (max-width: 600px) {
    .info-table tr {
        display: flex;
        flex-direction: column;
        height: unset;
    }
}

.info-table tr td {
    padding: 8px;
    background: rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    .info-table tr td {
        padding: 8px 15px;
        border-radius: 45px;
        background: transparent;
    }
    .info-table tr td img::after {
        display: none;
    }
}

.info-table tr td:first-child {
    border-radius: 45px 0 0 45px;
    width: 180px;
    padding-left: 30px;
    position: relative;
}

@media only screen and (max-width: 600px) {
    .info-table tr td:first-child {
        border-radius: 0;
        margin: 0 auto;
        padding: 10px;
        border-right: 0;
    }
}

.info-table tr td:first-child img {
    display: block;
    margin: 0 auto;
    max-height: 80%;
    width: auto;
}

.info-table tr td:first-child:after {
    position: absolute;
    content: '';
    width: 1px;
    display: block;
    height: 80%;
    background: #a4a4a4;
    left: 200px;
    top: 10%;
}

@media only screen and (max-width: 600px) {
    .info-table tr td:first-child:after {
        position: absolute;
        content: '';
        height: 1px;
        display: block;
        background: #a4a4a4;
        bottom: 0;
        width: 100%;
        top: unset;
        left: 0;
    }
}

.info-table tr td:last-child {
    border-radius: 0 45px 45px 0;
    padding: 8px 15px;
    text-align: left;
}

@media (min-width: 768px) {
    .info-table tr td:last-child {
        padding: 10px 30px;
    }
}

.info-table tr:hover {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 0px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.links-table {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 27px 0;
}

.links-table__link {
    background-color: #fff;
    font-size: 12px;
    padding: 12.5px 20px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #000;
    text-decoration: none;
    transition: all .2s;
    border-radius: 4px;
}

.links-table__link:hover {
    color: #fff;
    text-decoration: underline;
    background-color: #3b3e42;
}

@media (min-width: 1024px) {
    .links-table {
        flex-direction: row;
    }
    .links-table__link {
        flex: 1 0 49%;
        max-width: 49%;
        margin-top: 17px;
        font-size: 16px;
    }
    .links-table__link:nth-child(odd) {
        margin-right: 17px;
    }
}

body.home .bonus-card {
    box-shadow: 0 1px 2px 0 #000;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
    height: auto;
}

.slot-demo-area {
    text-align: center;
    background: #000;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 15px;
}

.slot-demo-area iframe {
    border: 2px solid #404040;
}

.slot-demo-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.game-row {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .game-row {
        justify-content: center;
    }
}

.game-row a {
    border: 2px solid #404040;
    background: #404040;
    border-radius: 4px;
    max-width: 232px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex-grow: 1;
    width: 200px;
    margin: 0 7px 25px 7px;
}

.game-row a h3 {
    font-weight: 500;
    margin: 6px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
}

.game-row .read-more-btn {
    background-color: #f05742;
    color: #fff;
    transition: all .3s ease;
    width: 90%;
    opacity: 0;
    position: absolute;
    top: 38%;
    left: 5%;
    border-radius: 0;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    margin: auto auto 0 auto;
}

.game-img-area {
    width: 100%;
    height: 200px;
    max-width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.linkarea {
    position: relative;
    transition: all .3s ease;
    text-decoration: none;
}

.linkarea:hover .game-img-area {
    opacity: 0.25;
}

.linkarea:hover .read-more-btn {
    opacity: 1;
}

.linkarea:hover h3,
.linkarea:hover a {
    text-decoration: none;
}

.attachment img,
.widget-container img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium {
    max-width: 100%;
    height: auto;
}

.t-flex-cta {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    transition: all .2s ease-in-out;
}

.t-flex-cta__arrow {
    display: block;
    transition: all .3s ease-in-out;
    width: 20px;
    padding-left: 100px;
    height: 20px;
    transform: translateX(0);
    background-size: 15px 22px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA0NDQuODE5IDQ0NC44MTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0NC44MTkgNDQ0LjgxOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSJob3ZlcmVkLXBhdGhzIj48Zz48Zz48cGF0aCBkPSJNMzUyLjAyNSwxOTYuNzEyTDE2NS44ODQsMTAuODQ4QzE1OS4wMjksMy42MTUsMTUwLjQ2OSwwLDE0MC4xODcsMGMtMTAuMjgyLDAtMTguODQyLDMuNjE5LTI1LjY5NywxMC44NDhMOTIuNzkyLDMyLjI2NCAgIGMtNy4wNDQsNy4wNDMtMTAuNTY2LDE1LjYwNC0xMC41NjYsMjUuNjkyYzAsOS44OTcsMy41MjEsMTguNTYsMTAuNTY2LDI1Ljk4MWwxMzguNzUzLDEzOC40NzNMOTIuNzg2LDM2MS4xNjggICBjLTcuMDQyLDcuMDQzLTEwLjU2NCwxNS42MDQtMTAuNTY0LDI1LjY5M2MwLDkuODk2LDMuNTIxLDE4LjU2MiwxMC41NjQsMjUuOThsMjEuNywyMS40MTMgICBjNy4wNDMsNy4wNDMsMTUuNjEyLDEwLjU2NCwyNS42OTcsMTAuNTY0YzEwLjA4OSwwLDE4LjY1Ni0zLjUyMSwyNS42OTctMTAuNTY0bDE4Ni4xNDUtMTg1Ljg2NCAgIGM3LjA0Ni03LjQyMywxMC41NzEtMTYuMDg0LDEwLjU3MS0yNS45ODFDMzYyLjU5NywyMTIuMzIxLDM1OS4wNzEsMjAzLjc1NSwzNTIuMDI1LDE5Ni43MTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iaG92ZXJlZC1wYXRoIGFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iI0ZGRkZGRiIvPjwvZz48L2c+IDwvc3ZnPg==);
}

@media only screen and (max-width: 645px) {
    .t-flex-cta__arrow {
        padding-left: 15px;
    }
}

.t-flex-cta__text {
    font-size: 25px;
    font-weight: bold;
    width: calc(100% - 450px);
    color: #fff;
    text-align: center;
}

@media only screen and (max-width: 645px) {
    .t-flex-cta__text {
        font-size: 14px;
        width: calc(100% - 160px);
    }
}

.t-flex-cta:hover {
    text-decoration: none;
    opacity: 0.9;
    cursor: pointer;
}

.t-flex-cta:hover .t-flex-cta__arrow {
    transform: translateX(20px);
}

.tail-cta-button {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transition: all .2s ease-in-out;
    text-decoration: none;
    cursor: context-menu;
}

.tail-cta-button img {
    width: 130px;
    border-radius: 4px;
}

.t-cta-text {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    width: calc(-350%);
    color: #fff;
}

.t-cta-arrow {
    color: #fff;
    margin: 0;
    font-size: 30px;
    padding: 0 0 0 50px;
    width: 160px;
    transition: all .3s ease-in-out;
}

blockquote {
    border-left: 5px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    position: relative;
    width: 100%;
    border-bottom: 0;
    margin: 0 0 1.5em;
}

blockquote:before {
    content: "";
}

blockquote p {
    color: #505050;
    font-size: 16px;
}

.bonus-news {
    display: flex;
    background-color: #f9f9f9;
    border-bottom: 1px solid #192226;
}

@media only screen and (max-width: 645px) {
    .bonus-news {
        align-items: center;
    }
}

@media only screen and (max-width: 575px) {
    .bonus-news {
        flex-direction: column;
        padding-top: 8px;
    }
}

.bonus-news__title {
    color: #1e73be;
    font-weight: bold;
    font-size: 22px;
}

.bonus-news__img-wrapper {
    width: 220px;
    height: 132px;
    flex-shrink: 0;
}

@media only screen and (max-width: 645px) {
    .bonus-news__img-wrapper {
        height: 100%;
    }
}

.bonus-news__img-picture {
    width: 100%;
    height: 100%;
}

.bonus-news__content {
    padding: 5px 20px;
}

.bonus-news__date {
    font-size: 12px;
    color: #3a3a3a;
}

.bonus-news__text {
    color: #3a3a3a;
    font-size: 14px;
}

.bonus-news-items {
    padding-bottom: 20px;
}

.providers {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 1rem 0;
    gap: 16px;
}

.providers img {
    object-fit: contain;
    width: 70px;
}

.page-content {
    padding: 0 20px 20px;
}

.page-title {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 0 20px;
}

.pros {
    color: #249424;
}

.cons {
    color: #e20417;
}

.last-news-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 25px;
}

.last-news-item__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.last-news-item__img-picture {
    display: block;
    border: 2px solid #fff;
    width: 100%;
    max-height: 228px;
}

.last-news-item__title {
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.last-news-item__text {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.pros_cons {
    margin: 50px auto;
    padding: 0 25px;
}

@media only screen and (max-width: 767px) {
    .pros_cons {
        padding: 10px 5px;
    }
}

.pros_cons__block {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 97%;
    background: #f6f6f6;
    margin: 24px auto;
    padding: 24px 16px;
}

.pros_cons__block:nth-child(2) {
    margin: 50px auto 15px;
}

@media (min-width: 768px) {
    .pros_cons__block:nth-child(2) {
        margin: 50px auto;
    }
}

.pros_cons__icon {
    position: absolute;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 10px solid #fff;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 1024px) {
    .pros_cons__icon {
        width: 108px;
        height: 108px;
    }
}

.pros_cons__title {
    padding-top: 39px;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.pros_cons__title-pros {
    color: #249424;
}

.pros_cons__title-cons {
    color: #e20417;
}

.pros_cons__items {
    margin: 10px 0 10px 20px;
    list-style: initial;
    padding-left: 0;
}

@media (min-width: 400px) {
    .pros_cons__items {
        padding-left: 40px;
    }
}

.pros_cons__item {
    padding-left: 0;
    font-size: 13px;
    color: #505050;
    margin-bottom: 10px;
    line-height: 24px;
}

.pros_cons__item:before {
    content: '';
}

@media (min-width: 375px) {
    .pros_cons__item {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .pros_cons__icon {
        left: -6%;
        top: 50%;
        transform: translateY(-50%);
    }
    .pros_cons__title {
        margin-left: 90px;
    }
    .pros_cons__items {
        margin-left: 90px;
    }
}

.slot-item {
    margin-bottom: 10px;
}

.slot-item a {
    margin: 0 5px;
    display: inline-flex;
    position: relative;
    overflow: hidden;
}

.slot-item a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all .27s ease;
}

.slot-item img {
    transition: all .27s ease;
    margin: 0 auto;
}

.slot-item:hover img {
    filter: blur(5px);
}

.slot-item:hover a:after {
    opacity: .5;
}

.slots-loop_btn-hidden .load_more_slots {
    display: none;
}

.slots-loop-searchform {
    width: 100%;
    margin-bottom: 25px;
}

.slots-loop-searchform__input {
    height: 43px;
    padding: 10px 15px 10px 45px;
    width: 100%;
    background: #212532;
    border: 1px solid #33353d;
    color: #fff;
    font-size: 12px;
    background-size: 20px 18px;
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIxOCIgZmlsbD0idXJsKCNwYXR0ZXJuMCkiLz4KPGRlZnM+CjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMCIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPgo8dXNlIHhsaW5rOmhyZWY9IiNpbWFnZTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjE1IC0wLjcyMjIyMikgc2NhbGUoMC4wNSAwLjA1NTU1NTYpIi8+CjwvcGF0dGVybj4KPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIzNyIgaGVpZ2h0PSIzNyIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFDVUFBQUFsQ0FZQUFBREZuaUFEQUFBQ3gwbEVRVlJZQ2UyV2IyZ1NZUnpIdjJ1aElPaXJmSk9JTmRaQXRyWFlDRHFFcktEbGk0MkVyYjNJRENxaEZzRVd4TmFDRVRFR1V4cDdwZXVGTUhEYUM2R1E5Y2JlckJFTWhVVnZRaUtSa2NnZzJQWWlENlFUcERpOU8rLzhjNmVuZ1MvdVFIenUrZjJlNys5ejMrZjNuSGFkUFRmOEZ4MTJuZWd3bmlLT0F0WG9yaWhPS1U0MTZrQ2plVXBQS1U0MTZrQ2plUjNaVXlmRjZQc25IdVBKcEEyRVdRK2RSZ1ZRZVZDNVF5UytSQkh3K0xDVkZsc3RQOVpWODErQ3lZWlhhOC9oSE5EV1Y2WU9FTnQwdytIWnJaOGpNMUlEeW9LVjZHdE05YWpLa29VOEtBcEF0d3BxZFhrYXlDUDE3aGxHRjlvTFZ0VlRybzNsTWxDQlJDcml4cmlaZ1BrQ0FmUGdDS3gzMTdDVkpCa3lGWG9uNXJGK2pRL2ErbGdJWlZtRzA4SnVHWW5ZcWdPamMyRWtlSFV5OFNCbXh4NWlOYzZDR1hCalpoNUdYazZyUXdFVU1UWElpV2ZqZmpqOEIzWDBmOEM3R01iWEhCUHVHNEt6VHFhY2FRSFUxVE1HUm9ORTRuTlFYQy90UXl5WkwrVjBuMGIvUGZIMFpxSUNLQjNYeEVmSStLVmxmditodTUrK3ROQ2JtR0VidmdSUVdiWUdUc0hZMUg2UU9HempPMHNBOWVrbjIwTmE5RnJ0RXMvOEFMYno3S0U0UW1aYklyMkpzQUFxRnY2R0RMTllmM2tXSVJmYlk1V0tCcmdDVGd4cm1QbnZlL0QrTDZldzY4TW1kOVMxSUdZMkVGcXdjU2V5aURCZ3g4cjdFRjVjWWwwNnhrN0F6VDFNSmI2YysrbzN1dWtPUW0rZmd0RHo1TmczT2dBMS9SdFljVkg3RVV6YmxyQlRNUy8zVnJCOVJaRjBFSTdiYm54TU04ZWRucVIvWGpTbEQxZW93STJnN3JGalBicUlLK1dwbGtiVlVMUmNPb3pwNjVOd2VDS0k3Wk9nZUFCVWprUXFIc0hMV3lPd2V2YVFaY3EzRTZ4Nis1cDhScVByRFQ3TVhZU09XVWNsSTdnL3RvUllrenI4OU5wTzhUTWt4aG4vSTR6ekhlc2J3azJKTlZMaGxxSG9BaVd3YmFSK0hTTVJDY01yVlZVaTN2TDJTZWpMQ3JmRktWbVZSUllwVUNMbUNFS0tVd0k3Ukc3K0FTbkh2Q3dzeXZmRUFBQUFBRWxGVGtTdVFtQ0MiLz4KPC9kZWZzPgo8L3N2Zz4K);
}

.slots-loop-searchform__input::placeholder {
    color: #adadad;
}

.slots-loop-searchform__input:active,
.slots-loop-searchform__input:focus {
    outline: none;
}

.slots-loop-searchform__submit {
    display: none;
}

.search-no-results {
    margin-top: 20px;
    margin-bottom: 25px;
}

.search-no-results__title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}

.search-no-results__text {
    font-size: 16px;
}

input[type="search"],
input[type="submit"] {
    -webkit-appearance: none;
}

.review {
    padding: 10px;
    border-bottom: 1px solid #3a3a3a;
}

.review-items {
    background-color: #f7f9f5;
    margin-top: 15px;
    margin-bottom: 15px;
}

.review-item__title {
    font-size: 22px;
    color: #1e73be;
    font-weight: 700;
}

.review-item__text {
    color: #3a3a3a;
    font-size: 14px;
}

.review-item-link {
    display: block;
    padding-left: 0;
}

.review-item-link:hover,
.review-item-link:focus {
    color: #1e73be;
}

.review-item__date {
    color: #3a3a3a;
    font-size: 11px;
}

.faq-block {
    padding: 20px;
    margin-bottom: 20px;
    background: #424242;
    color: #c3bebe;
}

.faq-block h4 {
    margin-top: 5px;
}

.faq-block p {
    border-bottom: 1px dashed #cecece;
    padding: 0 0 10px;
    margin-bottom: 20px;
}

.infoblock {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.infoblock-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 227px;
}

.infoblock-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.infoblock-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 25px 10px 10px;
    background: #fff;
    border: 1px solid #ddd;
}

.infoblock-title {
    text-transform: uppercase;
    text-align: center;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 15px;
}

.infoblock-text {
    color: #000;
    font-size: 14px;
}

.infoblock-btn {
    background-color: transparent;
    border: 1px solid #1a4096;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-align: center;
    color: #1a4096;
    font-size: 12px;
    min-width: 120px;
    margin: 0 auto;
    border-radius: 20px;
}

@media (min-width: 1024px) {
    .infoblock {
        flex-direction: row;
    }
}

.search-item {
    padding: 20px 0;
    border-bottom: 1px solid #c8cdd0;
}

.search-item__link {
    text-decoration: none;
}

.search-item__title {
    margin-bottom: 15px;
    color: #fed718;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .search-item__title {
        font-size: 20px;
    }
}

.search-item__text {
    margin-bottom: 15px;
}

.search-item__content {
    display: flex;
}

.search-item .info {
    display: inline-block;
    font-style: italic;
    font-size: 11px;
    color: #dedede;
    border-bottom: 1px solid #c8cdd0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.search-item .info .date {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNkZWRlZGUiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMCA0NDhjLTExMC41IDAtMjAwLTg5LjUtMjAwLTIwMFMxNDUuNSA1NiAyNTYgNTZzMjAwIDg5LjUgMjAwIDIwMC04OS41IDIwMC0yMDAgMjAwem02MS44LTEwNC40bC04NC45LTYxLjdjLTMuMS0yLjMtNC45LTUuOS00LjktOS43VjExNmMwLTYuNiA1LjQtMTIgMTItMTJoMzJjNi42IDAgMTIgNS40IDEyIDEydjE0MS43bDY2LjggNDguNmM1LjQgMy45IDYuNSAxMS40IDIuNiAxNi44TDMzNC42IDM0OWMtMy45IDUuMy0xMS40IDYuNS0xNi44IDIuNnoiLz48L3N2Zz4=);
    opacity: .5;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 2px 0;
    background-size: 12px 12px;
}

.search-item .btn {
    padding: 15px;
}

.search-item__img-picture {
    width: 150px;
    height: 120px;
    margin-right: 25px;
    flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
    .search-item__img-picture {
        display: none;
    }
}

.wp-pagenavi {
    margin: 2rem 0;
    padding: 1rem;
}

.wp-pagenavi a {
    color: #006df0;
    text-decoration: none;
    font-weight: 600;
    margin: 0 3px;
}

.wp-pagenavi a:hover {
    color: #23527c;
}

.wp-pagenavi i.paginate {
    display: inline-block;
    width: 15px;
    height: 12px;
    background: url('/wp-content/themes/11089/assets/img/bluearrowsmall.svg');
}

.wp-pagenavi i.next-link {
    transform: rotate(-90deg);
}

.wp-pagenavi i.prev-link {
    transform: rotate(90deg);
}

.nav-text-image {
    margin: 15px 0;
    display: flex;
    justify-content: center;
    flex: 0 0 100%;
    flex-wrap: wrap;
    align-items: stretch;
}

.nav-text-image a {
    display: flex;
    flex-direction: column;
    width: 190px;
    margin: 12px 16px;
    padding: 37px 25px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: transparent;
    border-radius: 15px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    transition: all 100ms ease-in;
    cursor: pointer;
}

.nav-text-image a:hover {
    background: #ebeff5;
    text-decoration: none;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}

.nav-text-image a:hover .btn_navti {
    background-color: #969aa0;
}

.nav-text-image a img {
    display: block;
    margin: 0 auto 24px;
    width: 100%;
    height: auto;
    max-width: 80px;
    max-height: 80px;
    border-radius: 5px;
}

.nav-text-image a .btn_navti {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    min-height: 56px;
    padding: 4px 16px;
    line-height: 16px;
    background-color: #43454a;
    border-radius: 15px;
}

@media (max-width: 1240px) {
    .nav-text-image a {
        margin-left: 6px;
        margin-right: 6px;
    }
}

@media (max-width: 768px) {
    .nav-text-image a {
        width: 140px;
        padding: 30px 16px;
    }
}

.cookie-policy {
    position: fixed;
    width: 100vw;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.cookie-policy.closed {
    display: none;
}

.cookie-policy__wrapper {
    background: #3b3e42;
    border-radius: 4px 4px 0 0;
    padding: 15px 0;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 992px) {
    .cookie-policy__wrapper {
        margin: 0 16px;
        padding: 12px 0;
    }
}

@media only screen and (max-width: 480px) {
    .cookie-policy__wrapper {
        padding: 9px 0 25px;
    }
}

.cookie-policy__content {
    max-width: 1002px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .cookie-policy__content {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 480px) {
    .cookie-policy__content {
        flex-direction: column;
    }
}

.cookie-policy__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    max-width: 896px;
}

.cookie-policy__description a {
    text-decoration: none;
    color: #ff4f19;
    font-weight: 700;
}

@media only screen and (max-width: 992px) and (orientation: landscape) {
    .cookie-policy__description p {
        font-size: 13px;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 480px) {
    .cookie-policy__description p {
        margin: 16px 0;
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) {
    .cookie-policy__description {
        margin-right: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .cookie-policy__description {
        text-align: center;
        margin-right: 0;
        margin-bottom: 14px;
    }
}

.cookie-policy__confirm-btn {
    background: #eb3e3a;
    box-shadow: 0 3px 0 #773125;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 20px;
    width: auto;
    color: #fff;
}

.cookie-policy__confirm-btn:hover {
    background: #eb3e3a;
}

@media only screen and (max-width: 992px) {
    .cookie-policy__confirm-btn {
        padding: 12px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .cookie-policy__confirm-btn {
        width: 100%;
        padding: 15px 20px;
    }
}