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

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    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: 570px;
    }
}

@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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    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;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

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

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

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

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

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

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

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

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

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

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

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

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        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;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

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

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        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;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

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

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        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;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

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

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        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: -webkit-box !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -webkit-box !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !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: -webkit-box !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

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

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

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

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

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

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

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

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

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

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

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

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

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

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

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

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

.w-100 {
    width: 100% !important;
}

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

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

    .col-lt-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lt-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

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

    .col-lt-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lt-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

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

    .col-lt-5 {
        max-width: 41.666667%;
        flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
    }

    .col-lt-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

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

    .offset-lt-0 {
        margin-left: 0;
    }

    .offset-lt-2 {
        margin-left: 16.666667%;
    }

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

    .offset-lt-1 {
        margin-left: 8.333333%;
    }

    .offset-lt-7 {
        margin-left: 58.333333%;
    }
}

@font-face {
    font-family: 'Dihjauti';
    src: url('../font/Dihjauti-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Dihjauti';
    src: url('../font/Dihjauti-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Dihjauti';
    src: url('../font/Dihjauti-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dihjauti';
    src: url('../font/Dihjauti-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --rd-1: 10px;

    --antique: #F7E7D5;
    --dark-blue: #001f3f;
    --chocolate: #8E5D34;
    --teal: #1C9498;
    --white: #FFFFFF;

    --rgb-antique: 247, 231, 213;
    --rgb-dark-blue: 15, 21, 47;
    --rgb-chocolate: 142, 93, 52;
    --rgb-teal: 28, 148, 152;
    --rgb-white: 255, 255, 255;
}

html {
    overflow-y: scroll;
}

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

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: none;
}

body {
    font-family: 'Dihjauti';
    color: var(--dark-blue);
    background-color: var(--antique);
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    font-size: 0;
    display: block;
}

html:not(.touch-screen)::-webkit-scrollbar,
html:not(.touch-screen) *::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

html:not(.touch-screen)::-webkit-scrollbar-track,
html:not(.touch-screen) *::-webkit-scrollbar-track {
    background: #fff;
}

html:not(.touch-screen)::-webkit-scrollbar-thumb,
html:not(.touch-screen) *::-webkit-scrollbar-thumb {
    background: var(--dark-blue);
}

:focus,
:hover,
:active,
:visited {
    outline: none;
}

button {
    background: none;
}

html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    height: 100%;
    overflow: hidden;
}

#content-block {
    overflow: clip;
    position: relative;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
}

.overflow-hidden {
    overflow: hidden;
}

html.overflow-hidden body {
    overflow: hidden;
}

.swiper-slide:not(:first-child) {
    display: none;
}

html.keyboard-focus :focus {
    outline: auto;
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.full-size {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

.clearfix {
    position: relative;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.cell-view {
    display: table-cell;
    vertical-align: middle;
    width: 10000px;
}

section,
.relative,
.section {
    position: relative;
}

img[data-i-src],
[data-bg] {
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 0;
}

img[data-i-src].imgLoaded,
[data-bg].bgLoaded {
    opacity: 1;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    cursor: pointer;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1840px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

[class*="spacer"] {
    clear: both;
    width: 100% !important;
}

.spacer-xl {
    height: 140px;
}

.spacer-lt {
    height: 120px;
}

.spacer-lg {
    height: 100px;
}

.spacer-md {
    height: 90px;
}

.spacer-md.style-2 {
    height: 60px;
}

.spacer-sm {
    height: 70px;
}

.spacer-sm.style-2 {
    height: 60px;
}

.spacer-ss {
    height: 50px;
}

.spacer-small-1 {
    height: 30px;
}

.spacer-small {
    height: 20px;
}

@media (max-width: 1366px) {

    .spacer-xl,
    .spacer-lt,
    .spacer-lg,
    .spacer-md {
        height: 80px;
    }
}

@media (max-width: 767px) {

    .spacer-xl,
    .spacer-lt,
    .spacer-lg,
    .spacer-md,
    .spacer-md.style-2,
    .spacer-sm,
    .spacer-sm.style-2 {
        height: 30px;
    }
}

b,
strong {
    font-weight: bold;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: var(--chocolate);
}

h1,
.h1 {
    font-size: 46px;
    line-height: 1.2em;
}

h2,
.h2 {
    font-size: 42px;
    line-height: 1.2em;
    letter-spacing: 1px;
}

h3,
.h3 {
    font-size: 34px;
    line-height: 1.2em;
    letter-spacing: 0.6px;
}

h4,
.h4 {
    font-size: 26px;
    line-height: 1.2em;
}

h5,
.h5 {
    font-size: 20px;
    line-height: 1.3em;
}

h6,
.h6 {
    font-size: 14px;
    line-height: 1.3em;
}

h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span,
h6 span,
.h6 span {
    color: inherit;
}

.text,
.text p {
    font-size: 20px;
    line-height: 1.4em;
    color: #000b16;
}

.text.style-2,
.text.style-2 p {
    font-size: 18px;
    line-height: 1.2em;
}

.text.style-3,
.text.style-3 p {
    font-size: 20px;
    line-height: 1.4em;
}

.text.style-4,
.text.style-4 p {
    font-size: 15px;
    line-height: 1.2em;
}

.text a,
.text p a {
    position: relative;
    color: var(--chocolate);
    font-weight: bold;
}

.text a::before,
.text p a::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 2px;
    right: auto;
    left: 0;
    background-color: var(--chocolate);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.text span,
.text p span {
    color: var(--chocolate);
}

.text ul li,
.text ol li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 147%;
}

.text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--chocolate);
}

.text ol {
    counter-reset: number;
}

.text ol li {
    padding-left: 35px;
}

.text ol li:before {
    color: var(--chocolate);
    counter-increment: number;
    content: "0" counter(number) ".";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text ol p {
    color: var(--dark-blue);
    margin-bottom: 70px;
}

.text ul li:last-child,
.text ol li:last-child {
    margin-bottom: 0;
}

.text ul li span,
.text ol li span {
    color: var(--chocolate);
    font-weight: bold;
}

blockquote,
.text blockquote {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 28px 90px;
    font-size: 26px;
    color: var(--dark-blue);
    line-height: 40px;
    font-weight: 700;
    border: 2px solid var(--chocolate);
    border-radius: 6px;
}

blockquote span,
.text blockquote span {
    color: var(--chocolate);
}

.title {
    font-weight: bold;
}

.medium {
    font-weight: 500;
}

.normal {
    font-weight: normal;
}

@media (min-width: 1200px) {

    .text a:hover::before,
    .text p a:hover::before {
        width: 0;
        right: 0;
        left: auto;
    }
}

@media (max-width: 1640px) {

    blockquote,
    .text blockquote {
        padding: 28px 65px;
    }
}

@media (max-width: 1366px) {

    h1,
    .h1 {
        font-size: 40px;
    }

    h2,
    .h2 {
        font-size: 38px;
    }

    h3,
    .h3 {
        font-size: 28px;
    }

    h4,
    .h4 {
        font-size: 24px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    .text,
    .text p {
        font-size: 18px;
    }

    .text.style-2,
    .text.style-2 p {
        font-size: 16px;
    }

    .text.style-3,
    .text.style-3 p {
        font-size: 16px;
    }

    .text ul li,
    .text ol li {
        font-size: 16px;
        padding-left: 20px;
    }

    .text ul li:before {
        width: 8px;
        height: 8px;
    }

    .text ol li {
        padding-left: 30px;
    }

    blockquote,
    .text blockquote {
        padding: 20px 25px;
        max-width: 100%;
        font-size: 22px;
        line-height: 35px;
    }
}

@media (max-width: 991px) {

    blockquote,
    .text blockquote {
        padding: 15px;
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {

    h1,
    .h1 {
        font-size: 38px;
    }

    h2,
    .h2 {
        font-size: 34px;
    }

    h3,
    .h3 {
        font-size: 26px;
    }

    h4,
    .h4 {
        font-size: 22px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    blockquote,
    .text blockquote {
        padding: 10px;
    }
}

@media (max-width: 575px) {

    h1,
    .h1 {
        font-size: 26px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

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

    h4,
    .h4 {
        font-size: 20px;
    }

    .text,
    .text p {
        font-size: 16px;
    }

    .text.style-2,
    .text.style-2 p {
        font-size: 16px;
    }

    .text.style-3,
    .text.style-3 p {
        font-size: 16px;
    }

    .text ul li,
    .text ol li {
        font-size: 14px;
    }

    .text ul li:before {
        top: 7px;
    }

    blockquote,
    .text blockquote {
        font-size: 14px;
        line-height: 24px;
    }
}

.text-truncate {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-upper {
    text-transform: uppercase;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

@media (min-width: 0) {
    .text-xs-left {
        text-align: left;
    }

    .text-xs-center {
        text-align: center;
    }

    .text-xs-right {
        text-align: right;
    }
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left;
    }

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

    .text-sm-right {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left;
    }

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

    .text-md-right {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left;
    }

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

    .text-lg-right {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left;
    }

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

    .text-xl-right {
        text-align: right;
    }
}

.btn {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    border: none;
    background: none;
    border-radius: 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    padding: 10px 25px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.btn.btn-block {
    display: block;
    width: 100%;
    padding: 22px 30px;
}

.btn.btn-primary {
    color: var(--antique);
    background: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    padding: 18px 30px;
}

.btn.btn-small {
    padding: 10px 15px;
}

.btn.btn-white {
    color: var(--dark-blue);
    background: var(--white);
    border: 1px solid var(--chocolate);
    padding: 18px 30px;
}

.btn.btn-grey {
    color: var(--dark-blue);
    background: var(--white);
    border: 1px solid var(--chocolate);
    padding: 18px 30px;
}

.link {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: var(--chocolate);
}

.btn:active:not(.loading) {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.btn.disabled {
    pointer-events: none;
    border-color: var(--white);
    background: var(--white);
    color: rgba(var(--rgb-dark-blue), 0.5);
}

.btn-close {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer;
    z-index: 2;
}

.btn-close:before {
    content: "\02715";
}

@media (max-width: 1366px) {
    .btn.btn-small {
        padding: 8px 15px;
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .btn-primary:hover {
        background: var(--white);
        color: var(--dark-blue);
    }

    .btn-grey:hover,
    .btn-white:hover {
        background-color: var(--dark-blue);
        border-color: var(--dark-blue);
        color: var(--white);
    }

    .btn-close:hover {
        color: var(--chocolate);
    }
}

@media (max-width: 575px) {
    .btn.btn-small {
        padding: 10px 15px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .btn {
        display: block;
        width: 100%;
    }

    .btn.btn-primary,
    .btn.btn-grey,
    .btn.btn-white {
        padding: 14px 30px;
        font-size: 13px;
    }

    .link {
        font-size: 14px;
    }

    .btn.btn-small {
        display: inline-block;
        padding: 10px 15px;
        width: auto;
        border-radius: 6px;
    }
}

#loader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: var(--antique);
    animation: loader 1.4s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes loader {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    99% {
        opacity: 0;
    }

    100% {
        display: none;
        visibility: hidden;
        z-index: -10;
    }
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header {
    position: fixed;
    overflow: clip;
    width: 100%;
    height: 100px;
    z-index: 9;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/decor-header.png");
    background-color: var(--dark-blue);
    background-position: 0% 15%;
    z-index: -1;
    pointer-events: none;
}

header+* {
    margin-top: 100px;
}

.header-logos {
    position: relative;
    display: inline-block;
    font-size: 0;
}

.header-logos a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    aspect-ratio: 5.15;
}

.header-logos img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.header-menu {
    position: relative;
    display: block;
}

.header-menu ul li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

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

.header-menu ul li a,
.header-menu ul li button {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    color: var(--antique);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.main-menu-mobile {
    display: none;
}

.header-submenu {
    width: 62%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 10px 9px 10px 10px;
    margin-top: 30px;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--dark-blue);
    border-radius: 0 0 6px 6px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header-submenu.open {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-menu ul li .header-item {
    position: relative;
    display: inline-block;
    width: 17.6%;
    vertical-align: top;
    padding: 0;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header-menu ul li .header-item:last-child {
    margin-right: 0;
}

.header-item-imgs {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto 15px auto;
}

.header-item a {
    transition: all 0.3s;
    border: 1px solid rgb(247 231 213 / 40%);
    border-radius: 6px;
}

.header-item span {
    font-size: 14px;
    font-weight: 500;
    color: var(--antique);
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header-item .header-item-imgs img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.header-right {
    position: relative;
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-right .btn {
    margin-right: 40px;
}

.header-right .btn-icon {
    position: relative;
    height: 25px;
    width: 25px;
    transition: all 0.3s;
}

.header-right .btn-icon .bg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    margin: 0;
}

.header-right .btn-icon .svg-dec {
    transition: all 0.3s;
}

.btn-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--antique);
}

.btn-icon .bg path {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.btn-icon .bg-icon {
    position: absolute;
    margin-top: 2px;
    margin-left: 2px;
}

.btn-icon .bg-icon path {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a.btn-icon:active,
.burger:active {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.header-right .phone {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}

.header-right .phone .btn-icon {
    margin-right: 10px;
}

.header-right .phone .title {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    color: var(--antique);
    display: inline-block;
    float: left;
}

.header-right .phone .text {
    color: var(--antique);
    font-size: 12px;
}

.header-right .phone .text b {
    color: var(--antique);
}

.header-right .lan {
    position: relative;
    display: block;
    margin-right: 40px;
    padding: 10px 0;
}

.header-right .lan button {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #2d2c2c;
    padding: 10px 15px 10px 0;
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header-right .lan-link::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #2d2c2c;
    border-bottom: 1px solid #2d2c2c;
    transform: rotate(-45deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header-right .lan ul {
    position: absolute;
    left: -12px;
    top: 50px;
    width: 60px;
    text-align: center;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    padding: 12px 0;
    background-color: #f5f5f5;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header-right .lan ul li {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.header-right .lan ul li:last-child {
    margin-bottom: 0;
}

.header-right .lan ul li a {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header-right .lan:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-right .user {
    position: relative;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: var(--antique);
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.header-right .user a {
    gap: 10px;
    display: flex;
    align-items: center;
}

.header-right .user img {
    position: relative;
    display: block;
    width: 25px;
    margin-right: 7px;
}

.header-right .user svg {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.header-right .user.style-2 {
    position: relative;
    cursor: pointer;
    padding: 10px 15px 10px 0;
    margin-right: 30px;
}

.header-right .user.style-2 .lan-link {
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    color: var(--antique);
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header-right .user.style-2 ul {
    position: absolute;
    left: 12px;
    top: 35px;
    width: 120px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header-right .user.style-2 ul li {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.header-right .user.style-2 ul li:last-child {
    margin-bottom: 0;
}

.header-right .user.style-2 ul li a {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    padding: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header-right .user.style-2:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-right .burger {
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: var(--antique);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: none;
}

.header-right .burger svg {
    transition: all 0.3s;
}

.header-right .burger-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 18px;
    height: 14px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header-right .burger-btn span {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: var(--dark-blue);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header-right .burger-btn::before,
.header-right .burger-btn::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: var(--dark-blue);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header-right .burger-btn::after {
    top: auto;
    bottom: 0;
}

.header-right .burger.active .burger-btn {
    transform: translateX(1px);
}

.header-right .burger.active .burger-btn span {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
}

.header-right .burger.active .burger-btn::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.header-right .burger.active .burger-btn::after {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

@media (min-width: 1200px) {
    .show-submenu:hover .header-submenu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    .header-menu ul li a:hover,
    .header-menu ul li button:hover {
        color: var(--chocolate);
    }

    .header-item:hover a {
        background-color: var(--antique);
    }

    .header-item:hover span {
        color: var(--dark-blue);
    }

    .btn-icon:hover .bg path {
        fill: transparent;
    }

    .btn-icon:hover .svg-dec {
        transform: rotate(45deg);
    }

    .btn-icon.btn-icon-disabled:hover .bg path {
        fill: var(--chocolate);
    }

    .header-right .btn.btn-white:hover {
        border-color: var(--white);
    }

    .header-right .phone .title:hover {
        color: var(--chocolate);
    }

    .header-right .lan ul li a:hover {
        color: var(--chocolate);
    }

    .header-right .lan:hover .lan-link {
        color: var(--chocolate);
    }

    .header-right .lan:hover .lan-link::before {
        transform: rotate(-225deg);
        border-color: var(--chocolate);
        margin-top: -2px;
    }

    .header-right a.btn-icon:hover,
    .header-right .user:hover {
        color: var(--chocolate);
    }

    .header-right .burger:hover {
        background-color: var(--chocolate);
    }

    .header-right .burger:hover .burger-btn span {
        background-color: var(--antique);
    }

    .header-right .burger:hover .burger-btn::before,
    .header-right .burger:hover .burger-btn::after {
        background-color: var(--antique);
    }

    .header-right .burger:hover svg {
        transform: rotate(45deg);
    }

    .header-right .user.style-2:hover .lan-link {
        color: var(--chocolate);
    }

    .header-right .user.style-2 ul li a:hover {
        color: var(--chocolate);
    }
}

@media (max-width: 1899px) {
    .phone .header-phone-info {
        position: absolute;
        left: -95px;
        top: 60px;
        width: 240px;
        text-align: center;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
        padding: 15px 10px;
        background-color: #f5f5f5;
        border-radius: 6px;
        opacity: 0;
        z-index: 2;
        visibility: hidden;
        transform: translateY(30px);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .phone .header-phone-info::before {
        position: absolute;
        content: "";
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 20px;
        border-bottom: 10px solid #f5f5f5;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .header-phone-info .title {
        text-align: left;
        margin-bottom: 5px;
    }

    .header-phone-info .text {
        text-align: left;
    }

    .phone:hover .header-phone-info {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .header-right .phone .btn-icon {
        margin-right: 0;
    }

    .header-right .phone .title {
        float: none;
    }

    .header-right .phone .text {
        text-align: center;
    }
}

@media (max-width: 1640px) {
    .header-menu ul li {
        margin-right: 40px;
    }

    .header-menu ul li a,
    .header-menu ul li button {
        padding: 10px 20px;
    }

    .header-submenu {
        width: 72%;
    }

    .header-item-imgs {
        width: 90px;
        height: 90px;
    }

    .header-item-imgs img {
        width: auto;
        max-height: 100%;
    }

    .header-menu ul li a,
    .header-menu ul li button {
        padding: 10px 20px;
    }

    .header-menu ul li .header-item.auto img {
        width: auto;
    }
}

@media (max-width: 1366px) {
    .header-submenu {
        width: 72%;
    }

    .header-item-imgs {
        width: 90px;
        height: 90px;
    }

    .header-item-imgs img {
        width: auto;
        max-height: 100%;
    }

    .header-menu ul li a,
    .header-menu ul li button {
        padding: 10px 20px;
    }

    .header-menu ul li .header-item.auto img {
        width: auto;
    }
}

@media (max-width: 1199px) {
    .header-right .btn {
        display: none;
    }

    .header-menu ul li {
        margin-right: 20px;
    }

    .header-menu ul li a,
    .header-menu ul li button {
        font-size: 14px;
    }

    .header-right .lan button {
        font-size: 12px;
    }

    .header-right .user.style-2 .lan-link {
        font-size: 12px;
    }

    .header-right .burger {
        display: block;
    }

    .header-right .user.style-2 {
        margin-right: 10px;
        font-size: 12px;
    }

    .header-right .user.style-2 ul li a {
        display: block;
    }

    .header-menu ul li .header-item {
        width: 20%;
    }

    .header-submenu {
        width: 70%;
    }

    .main-menu-hide {
        display: none;
    }

    .main-menu-show {
        display: block;
    }
}

@media (max-width: 991px) {
    .header-right {
        gap: 20px;
    }

    .header-right .phone {
        display: none;
    }

    .header-phone-mobile .phone .btn-icon {
        display: none;
    }

    .header-phone-mobile .phone .header-phone-info {
        position: relative;
        width: 100%;
        padding: 15px 0;
        left: auto;
        top: auto;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        background-color: transparent;
        box-shadow: none;
    }

    .header-phone-mobile .phone .header-phone-info::before {
        display: none;
    }

    .header-phone-mobile .phone .header-phone-info .title {
        font-size: 16px;
    }

    .header-menu ul li {
        margin-right: 10px;
    }

    .header-menu ul li .header-item {
        padding: 5px 0;
    }

    .header-item-imgs {
        width: 70px;
        height: 70px;
    }

    .header-item:last-child .header-item-imgs img {
        height: 70px;
    }

    .header-menu ul li .header-item.auto img {
        height: 100%;
    }
}

@media (max-width: 767px) {
    header {
        height: 120px;
    }

    .header-submenu {
        top: 120px;
    }

    header+* {
        margin-top: 120px;
    }

    .header-phone-mobile .phone .header-phone-info {
        padding: 12px 0;
    }

    .header-logos a {
        width: 140px;
    }

    .header-logos a:nth-child(2),
    .header-logos a:nth-child(3) {
        display: none;
    }

    .header-logo-mobile .header-logos {
        margin-top: 20px;
        position: relative;
        display: flex;
    }

    .header-logo-mobile .header-logos a {
        height: 50px;
        width: 50%;
    }

    .header-logo-mobile .header-logos a:nth-child(1) {
        border-right: 1px solid #ececec;
    }

    .header-logo-mobile .header-logos a:nth-child(2) {
        display: inline-block;
    }

    .header-logo-mobile .header-logos a:nth-child(2) img {
        width: 100px;
    }

    .header-item span {
        font-size: 12px;
    }

    .header-right .user span,
    .header-right .basket-block {
        display: none;
    }

    .header-right .user.style-2 {
        margin-right: 15px;
    }

    .header-menu ul li .header-item {
        width: 25%;
    }
}

@media (max-width: 620px) {
    .header-submenu {
        width: 80%;
    }

    .header-right .user.style-2 {
        margin-right: 20px;
    }
}

@media (max-width: 575px) {
    header {
        height: 100px;
    }

    header+* {
        margin-top: 100px;
    }

    .header-submenu {
        top: 100px;
    }

    .header-right .btn-icon,
    .header-right .user svg,
    .header-right .basket-imgs {
        width: 24px;
        height: 24px;
    }

    .header-right .basket-imgs span {
        top: -4px;
        right: -4px;
        width: 16px;
        height: 16px;
        font-size: 12px;
        line-height: 16px;
    }

    .header-right .burger {
        width: 30px;
        height: 30px;
    }

    .header-right .burger-btn {
        width: 16px;
        height: 12px;
    }

    .main-menu-link {
        display: none;
    }

    .main-menu-mobile {
        display: block;
    }

    .header-phone-mobile .phone .header-phone-info {
        padding: 12px 15px;
    }

    .header-logos a {
        width: 120px;
    }

    .header-right .burger.btn-icon {
        margin-right: 0;
    }

    .header-right .burger.btn-icon .bg,
    .header-favourites .bg {
        width: 42px;
    }

    .header-submenu {
        width: 90%;
    }

    .header-menu ul li {
        margin: 0;
    }

    .header-menu ul li a,
    .header-menu ul li button {
        padding: 20px 0;
    }

    .header-right .user.style-2 {
        margin-right: 30px;
    }
}

@media (max-width: 480px) {

    .header-right .lan a {
        font-size: 12px;
    }

    .header-right .lan ul {
        padding: 8px 0;
    }

    .header-right .lan ul li {
        margin-bottom: 5px;
    }

    .header-phone-mobile .phone .header-phone-info .title {
        font-size: 14px;
    }

    .header-logo-mobile .header-logos {
        margin-top: 15px;
    }

    .header-right .lan {
        margin-right: 10px;
    }

    .header-submenu {
        width: 100%;
    }

    .header-right .burger-btn::before {
        top: -1px;
    }

    .header-right .burger-btn::after {
        bottom: -1px;
    }
}

.banner-bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-mobile {
    opacity: 0;
    visibility: hidden;
}

.opacity:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.31);
}

.parallax-bg {
    overflow-y: hidden;
}

.parallax-bg .bg {
    position: absolute;
    width: 100%;
    height: 130%;
    top: -10%;
}

.banner {
    position: relative;
    display: block;
    width: 100%;
}

.banner .swiper-button-prev {
    left: 0;
}

.banner .swiper-button-next {
    right: 0;
}

.banner .swiper-container {
    padding: 0 85px;
}

.banner-align {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 10000px;
    height: 490px;
    z-index: 2;
}

.banner-align.size-1 {
    height: calc(100vh - 100px);
}

.banner-align.align-top {
    vertical-align: top;
}

.banner.main-banner .banner-align {
    padding: 210px 0 180px;
    vertical-align: top;
}

.banner.banner-detail {
    margin-bottom: 50px;
}

.home-banner .banner-content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

.home-banner .banner-content .banner-label {
    position: relative;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 10px;
    color: #6d6d6d;
    font-size: 12px;
}

.home-banner .banner-content .banner-label b {
    color: #db2526;
}

.home-banner .banner-content .title {
    margin: 20px 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.home-banner .banner-content .text {
    color: #636363;
    margin-bottom: 35px;
    line-height: 1.6em;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.home-banner .banner-content.white .title {
    color: #fff;
}

.home-banner .banner-content.white .title span {
    color: #fff;
}

.home-banner .banner-align {
    vertical-align: bottom;
    padding-bottom: 60px;
}

.home-banner .banner-align:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(360deg,
            rgba(0, 0, 0, 0.84) 0%,
            rgba(0, 0, 0, 0) 71.19%);
}

.home-banner .banner-content.white .text {
    color: #f2f2f2;
}

.banner.home-banner .swiper-pagination {
    display: none;
}

.banner.home-banner :is(.swiper-button-prev, .swiper-button-next) {
    display: inline-block;
    color: var(--antique);
}

.banner.home-banner :is(.swiper-button-prev, .swiper-button-next, .btn-down) svg * {
    transition: all 0.3s;
}

.banner.home-banner :is(.swiper-button-prev) {
    left: 20px;
}

.banner.home-banner :is(.swiper-button-next) {
    right: 20px;
}

.banner.home-banner .btn-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    cursor: pointer;
    z-index: 2;
    color: var(--antique);
}

.banner-imgs {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 82%;
}

.banner-imgs img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-artist {
    background: linear-gradient(90deg, #e7e7e7 0%, #fff 100%);
}

.banner-artist-detail {
    background: #ebebeb;
}

.banner-artist-detail:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 65px;
    width: 19%;
    background: #d8d8d8;
}

.banner-artist-detail .banner-align {
    padding-top: 50px;
}

.main-slider {
    width: 100%;
    position: relative;
}

.slide-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    clip: rect(auto, auto, auto, auto);
}

.slide-video video {
    position: fixed;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.banner .swiper-container .swiper-pagination {
    text-align: center;
    left: 0;
    bottom: 20px;
}

.banner-info {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.banner-info .text {
    position: relative;
    display: inline-block;
    width: 260px;
}

.banner-info .text p:first-child {
    font-weight: 500;
}

.banner-align.size-2 {
    height: 600px;
}

.banner-align.size-2 .breadcrumbs {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1840px;
    padding-inline: 15px;
}

.banner-align.size-2 .breadcrumbs li {
    color: #ececec;
}

.banner-align.size-2 .breadcrumbs li:after {
    border-color: #ececec;
}

.banner-align.size-2 .banner-content {
    position: relative;
    color: #ececec;
}

.banner-align.size-2 .banner-content .title {
    color: #fff;
    margin-bottom: 15px;
}

.banner-align.size-2 .banner-content .banner-cont {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
    margin: 0 auto;
}

.banner-align.size-2 .banner-content .banner-cont img {
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: 18px;
    min-width: 18px;
    height: 20px;
}

.banner-align.size-2 .banner-content .banner-cont .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    line-height: 1.5em;
}

.simple-banner .breadcrumbs {
    top: 20px;
    left: 0;
}

.simple-banner .title {
    margin-bottom: 5px;
}

.simple-banner .text img {
    margin-right: 10px;
    position: relative;
    top: 1px;
}

@media (min-width: 1200px) {
    .banner-align.size-2 .breadcrumbs {
        top: 20px;
        padding-left: 60px;
    }

    .banner-align.size-2 .breadcrumbs li a:hover {
        color: #fff;
    }

    .home-banner :is(.swiper-button-prev, .swiper-button-next):hover svg circle {
        fill: var(--antique);
        stroke: var(--antique);
    }

    .home-banner :is(.swiper-button-prev, .swiper-button-next):hover svg *:not(circle) {
        stroke: var(--chocolate);
    }

    .home-banner .btn-down:hover svg circle {
        fill: var(--antique);
        stroke: var(--antique);
    }

    .home-banner .btn-down:hover svg *:not(circle) {
        stroke: var(--chocolate);
    }
}

@media (max-width: 1640px) {
    .banner .swiper-container {
        padding: 0 70px;
    }

    .banner .swiper-container .swiper-pagination {
        left: 0;
        bottom: 20px;
    }

    .banner-align.size-2 {
        height: 440px;
    }
}

@media (max-width: 1366px) {
    .home-banner .banner-content .text {
        margin-bottom: 20px;
    }

    .banner .swiper-container .swiper-pagination {
        left: 0;
    }

    .banner-align.size-2 {
        height: 400px;
    }

    .banner .swiper-button-prev {
        left: -30px;
    }

    .banner .swiper-button-next {
        right: -30px;
    }
}

@media (max-width: 1199px) {
    .banner-imgs {
        display: none;
    }

    .banner-mobile {
        opacity: 1;
        visibility: visible;
    }

    .home-banner .banner-content .title {
        color: #f2f2f2;
    }

    .home-banner .banner-content .text {
        color: #f2f2f2;
    }

    .banner .swiper-container {
        padding: 0;
    }

    .banner-align.size-1 {
        height: 500px;
    }

    .banner {
        height: 500px;
    }

    .banner .swiper-container .swiper-pagination {
        left: 0;
    }

    .banner-align.size-2 {
        height: 350px;
    }

    .banner-align.size-1,
    .banner {
        height: 450px;
    }

    .banner-info .text {
        width: auto;
        margin: 0 10px;
    }

    .banner-align.size-2 .banner-content .banner-cont {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .simple-banner .breadcrumbs {
        top: 0;
        left: 0;
    }

    .banner-align.size-2 {
        height: 300px;
    }

    .banner {
        margin-bottom: 20px;
    }

    .banner-align.size-2 .banner-content .banner-cont {
        width: 80%;
    }

    .banner.home-banner :is(.swiper-button-prev) {
        left: 10px;
    }

    .banner.home-banner :is(.swiper-button-next) {
        right: 10px;
    }

    .banner.home-banner .btn-down {
        bottom: 10px;
    }
}

@media (max-width: 575px) {
    .simple-banner .breadcrumbs {
        top: 20px;
    }

    .home-banner .banner-content .title {
        margin: 10px 0;
    }

    .home-banner .banner-content .text {
        margin-bottom: 10px;
    }

    .banner-align.size-1 {
        height: 400px;
        vertical-align: bottom;
        padding-bottom: 45px;
    }

    .banner {
        height: 400px;
    }

    .home-banner .banner-content {
        padding: 0 15px;
    }

    .banner .swiper-container .swiper-pagination {
        left: 0;
        bottom: 20px;
    }

    .banner-align.size-2 .banner-content .banner-cont {
        width: 90%;
    }

    .banner-custom .banner-bg,
    .banner-custom .opacity {
        height: 300px;
    }

    .banner-align.size-2.banner-custom .banner-content {
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        width: 100%;
        text-align: left;
        background-color: #fff;
        padding-top: 20px;
        color: #2d2c2c;
    }

    .banner-align.size-2.banner-custom .banner-content .title {
        color: #2d2c2c;
        margin-bottom: 20px;
    }

    .banner-align.size-2.banner-custom .banner-content .banner-cont {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .banner-align.size-2.banner-custom .banner-info {
        margin: 0;
        text-align: left;
    }

    .banner-align.size-2.banner-custom .banner-info .text {
        width: 100%;
        margin: 0 0 10px 0;
        display: inline-block;
    }

    .banner-align.size-2.banner-custom .banner-info .text p {
        display: inline-block;
        width: 60%;
    }

    .banner-align.size-2.banner-custom .banner-info .text p:first-child {
        width: 25%;
    }

    .simple-banner.banner-custom .title {
        text-align: left;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .simple-banner.banner-custom .text {
        text-align: left;
    }

    .spacer-sm.style-2.banner-custom-spacer {
        height: 30px;
    }
}

@media (max-width: 480px) {
    .simple-banner.banner-custom .title {
        padding-top: 0;
    }

    .home-banner .banner-content .text {
        display: none;
    }

    .banner .swiper-container .swiper-pagination {
        bottom: 15px;
    }

    .banner-info {
        margin-top: 10px;
    }

    .banner-info .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
    }

    .banner-info .text p:first-child {
        margin-right: 5px;
    }
}

.basket {
    position: relative;
    cursor: pointer;
    z-index: 8;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    color: var(--antique);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.basket-imgs {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

.basket-imgs img,
.basket-imgs svg {
    width: 100%;
    height: 100%;
}

.basket-imgs span {
    position: absolute;
    z-index: 1;
    top: -4px;
    right: -4px;
    width: 20px;
    height: 20px;
    background-color: var(--antique);
    border-radius: 50%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: var(--dark-blue);
    text-align: center;
}

.basket-block {
    position: relative;
    z-index: 2;
    gap: 2px;
    display: inline-flex;
    align-items: center;
}

.basket-block p,
.basket-block span {
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
}

.basket-info {
    position: absolute;
    z-index: 2;
    display: none;
    width: 200px;
    padding: 16px 18px;
    background: var(--chocolate);
    border-radius: 6px;
    right: 0;
    bottom: -70px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.basket-info p {
    color: var(--antique);
    font-size: 14px !important;
    line-height: 1.5em !important;
}

.basket-info b {
    font-weight: bold;
    color: var(--antique);
}

.basket .basket-info b span {
    color: var(--antique);
}

.basket:hover .basket-info {
    opacity: 1;
    transform: translateY(0);
    display: block;
}

@media (min-width: 1200px) {
    .basket:hover {
        color: var(--chocolate);
    }
}

.cart_bg-layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.41);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s, -webkit-backdrop-filter 0s;
    transition: all 0.25s, -webkit-backdrop-filter 0s;
    -o-transition: all 0.25s, backdrop-filter 0s;
    transition: all 0.25s, backdrop-filter 0s;
    transition: all 0.25s, backdrop-filter 0s, -webkit-backdrop-filter 0s;
}

@-webkit-keyframes bgLayerBackdropFilter {
    0% {
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
    }

    100% {
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
    }
}

@keyframes bgLayerBackdropFilter {
    0% {
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
    }

    100% {
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
    }
}

.cart,
.menu-block {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 750px;
    z-index: 110;
    background-color: var(--antique);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.cart.active,
.menu-block.active {
    display: block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.cart.active+.cart_bg-layer,
.menu-block.active+.cart_bg-layer {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s, -webkit-backdrop-filter 0.1s 0.25s;
    transition: all 0.25s, -webkit-backdrop-filter 0.1s 0.25s;
    -o-transition: all 0.25s, backdrop-filter 0.1s 0.25s;
    transition: all 0.25s, backdrop-filter 0.1s 0.25s;
    transition: all 0.25s, backdrop-filter 0.1s 0.25s,
        -webkit-backdrop-filter 0.1s 0.25s;
}

.cart .cart-close,
.menu-block .cart-close {
    position: absolute;
    right: 50px;
    top: 35px;
}

.cart .cart-close::before,
.menu-block .cart-close::before {
    font-size: 24px;
    font-weight: 700;
    color: var(--dark-blue);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: none;
}

.cart .cart-close {
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background-color: var(--dark-blue);
    border-radius: 50%;
    color: var(--antique);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_title {
    padding: 40px 90px 25px 50px;
    height: 90px;
}

.cart_title .title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-weight: bold;
    color: var(--dark-blue);
}

.cart-delete-all {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    transition: all 0.3s;
    font-size: 14px;
    color: var(--chocolate);
    text-align: right;
    text-transform: uppercase;
}

.cart_bottom {
    padding: 20px 50px;
    background-color: var(--dark-blue);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
}

.cart_price-wrap {
    color: var(--antique);
}

.cart_bottom .card-total-price {
    font-size: 20px;
}

.cart_bottom .btn {
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cart_items {
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    max-height: 100%;
    height: calc(100dvh - 182px);
}

.cart_items .prod_horiz {
    margin-bottom: 10px;
}

.cart_items .price_default {
    display: none;
}

.cart-empty-message {
    display: none;
    padding: 15px 0;
    margin: auto 0;
    text-align: center;
}

.cart-empty-message .title {
    margin-bottom: 15px;
}

.cart-empty-message:only-child {
    display: block;
}
 
.cart-popup-out {
    position: relative;
}

.cart-popup-out::after {
    content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none;
    bottom: 90px;
    left: 0;
    width: 100%;
    aspect-ratio: 1.04;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../img/tash-decor.svg");
    opacity: 0.07;
}

@media (min-width: 1200px) {

    .cart .cart-close:hover,
    .menu-block .cart-close:hover {
        background-color: var(--chocolate);
    }

    .cart-delete-all:hover {
        opacity: 0.6;
    }

    .cart_bottom .btn.btn-white:hover {
        border-color: var(--white);
    }
}

@media (max-width: 767px) {

    .cart,
    .menu-block {
        width: 100%;
    }

    .cart .cart-close,
    .menu-block .cart-close {
        right: 5px;
        top: 15px;
    }

    .cart .cart-close {
        top: 12px;
    }

    .cart_title {
        padding: 20px 45px 15px 15px;
        height: 62px;
    }

    .cart_items {
        padding: 0 15px;
        height: calc(100dvh - 134px);
    }

    .cart-popup-out:after {
        bottom: 50px;
    }

    .cart_bottom {
        padding: 10px 15px;
    }

    .cart_title .title {
        width: 49%;
    }
}

@media (max-width: 575px) {
    .cart_bottom {
        display: block;
        text-align: center;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 2;
    }

    .cart_price-wrap {
        margin-bottom: 10px;
    }

    .cart_bottom .btn {
        margin: 0;
    }

    .cart_items {
        height: calc(100dvh - 105px);
        padding-bottom: 105px;
    }
}

.menu-block {
    width: 360px;
    overflow: auto;
    overflow-x: hidden;
    background-color: var(--antique);
}

.menu-block .popup-container {
    position: relative;
    height: 100%;
    background-color: transparent;
}

.menu-block .popup-container::after{
    top: auto;
    bottom: 0;
}

.menu-block .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background-color: var(--dark-blue);
    border-radius: 50%;
    color: var(--antique);
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-block .btn-close:before {
    display: none;
}

.menu-block .popup-align {
    padding: 105px 40px;
    overflow: auto;
    height: 100%;
}

.menu-block ul {
    position: relative;
    display: block;
    width: 100%;
}

.menu-block ul li {
    position: relative;
    display: block;
}

.menu-block ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-blue);
    text-transform: uppercase;
    padding: 15px 25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 30px;
}

.menu-block ul li a.active {
    background-color: var(--chocolate);
    color: var(--antique);
}

.menu-block ul li:last-child a {
    margin-bottom: 0;
}

.menu-block .header-logo-mobile {
    display: none;
}

.menu-block .header-btn-mobile {
    display: none;
}

.menu-block .header-phone-mobile {
    display: none;
}

.menu-block .decor {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

@media (min-width: 1200px) {
    .menu-block .popup-align ul li a:hover {
        background-color: var(--chocolate);
        color: var(--antique);
        text-decoration: none;
    }

    .menu-block .btn-close:hover {
        background-color: var(--chocolate);
        color: var(--antique);
    }
}

@media (max-width: 1640px) {
    .menu-block .header-btn-mobile {
        display: block;
    }
}

@media (max-width: 1366px) {
    .menu-block .popup-align {
        padding: 80px 40px;
    }

    .menu-block .btn-close {
        top: 30px;
    }
}

@media (max-width: 991px) {
    .menu-block ul li {
        display: block;
    }

    .menu-block .btn-close {
        top: 20px;
        right: 30px;
    }

    .menu-block .header-phone-mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .menu-block {
        width: 450px;
    }

    .menu-block ul li a {
        padding: 12px 20px;
    }

    .menu-block .popup-align {
        padding: 60px 40px;
    }

    .menu-block .header-logo-mobile {
        display: block;
    }
}

@media (max-width: 550px) {
    .menu-block {
        width: 100%;
        overflow: hidden;
    }

    .menu-block .popup-align {
        padding: 40px 20px;
    }

    .menu-block .btn-close {
        top: 5px;
        right: 10px;
    }

    .menu-block ul li a {
        margin-bottom: 5px;
        padding: 12px 15px;
    }
}

@media (max-width: 480px) {
    .menu-block ul li a {
        font-size: 14px;
    }
}

/* product */
.product-row {
    margin-top: 40px;
}

.product-row>[class*="col"] {
    margin-bottom: 45px;
}

.product {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.product_image-wrap {
    position: relative;
}

.product_image {
    position: relative;
    display: block;
    padding-bottom: 100%;
    overflow: hidden;
}

.product_image .img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.product_image .img-hover {
    opacity: 0;
    visibility: hidden;
}

.product_labels {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product_labels li {
    display: block;
    padding: 8px 10px;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1;
    color: var(--white);
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.product_labels li:last-child {
    margin-bottom: 0;
}

.product .product_top-right {
    width: 100%;
    top: 0;
    right: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product_size {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 5px;
    margin-top: 5px;
}

.product .floating_buttons {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    padding-top: 80px;
}

.product .floating_buttons .btn {
    padding: 15px 0;
    flex: 0 0 49%;
    letter-spacing: 0.1em;
    font-size: 10px;
}

.product .floating_buttons:has(.btn:only-child) {
    justify-content: center;
}

.product_title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product_title {
    font-weight: 600;
    min-height: 3.25em;
}

.product_title a {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3em;
}

.product_title a:active {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.product_desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: auto;
    height: 4.5em;
    color: var(--dark-blue);
}

.product_desc.text {
    line-height: 1.3em;
    font-size: 17px;
}

.product_price-wrap {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-weight: 700;
    font-size: 20px;
    line-height: 141%;
    color: var(--chocolate);
}

.product_price-old {
    position: absolute;
    bottom: 100%;
    right: 0;
    top: -14px;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 80%;
    color: var(--dark-blue);
}

.product_price {
    color: var(--chocolate);
}

.product_variations {
    margin-top: 10px;
}

.product_variations li {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    border: 1px solid var(--chocolate);
    margin-right: 2px;
    margin-top: 2px;
    cursor: pointer;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

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

.product_variations li:active {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.product_variations li.active {
    color: var(--white);
    background-color: var(--chocolate);
}

.product_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.product_plus {
    width: fit-content;
    padding: 18px 30px;
    margin-bottom: 30px;
    border-radius: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer;
}

.product_plus:active {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.product_plus span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 20px;
    height: 20px;
    padding-left: 3px;
    background: var(--dark-blue);
    font-size: 16px;
    line-height: 12px;
    font-weight: 400;
    color: var(--white);
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

@media (min-width: 1200px) {
    .product_plus:hover {
        background-color: var(--dark-blue);
        color: var(--white);
    }

    .product_plus:hover span {
        background-color: var(--white);
        color: var(--dark-blue);
    }
}

.product .product_plus {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .product_image:hover .img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }
}

@media (max-width: 1640px) {
    .product .floating_buttons .btn {
        line-height: 16px;
    }
}

@media(min-width: 768px){
    .product_controls .btn{
        padding-inline: 15px;
    }
}

@media (min-width: 992px) {
    .product .product_plus {
        opacity: 0;
        visibility: hidden;
    }

    .product:hover .product_image .img+.img {
        opacity: 0;
    }

    .product:hover .product_image .img-hover {
        opacity: 1;
        visibility: visible;
    }

    .product:hover .floating_buttons {
        opacity: 1;
        visibility: visible;
    }

    .product:hover .floating_buttons .btn {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .product:hover .product_plus {
        opacity: 1;
        visibility: visible;
    }

    .product_title a:hover {
        color: var(--dark-blue);
    }

    .product_variations li:hover {
        color: #fff;
        background-color: var(--chocolate);
    }
}

@media (max-width: 1366px) {
    .product_title a {
        line-height: 22px;
    }

    .product .floating_buttons .btn {
        line-height: 14px;
    }

    .product_price-wrap{
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .product {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .product .floating_buttons .btn {
        flex: 0 0 70%;
    }

    .product_controls .btn {
        padding: 10px;
        width: auto;
    }
}

@media (max-width: 575px) {
    .product_title {
        min-height: unset;
    }

    .product_title a,
    .product_desc {
        overflow: visible;
        -webkit-line-clamp: inherit;
        height: auto;
        max-height: 100%;
    }
}


.product.product_cat_box {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.product.product_cat_box .product_image {
    padding-bottom: 0;
    aspect-ratio: 2 / 1.75;
}

.product.product_cat_box .product_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
}

.product.product_cat_box .product_title-wrap {
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}

.product.product_cat_box .product_title {
    font-weight: bold;
    line-height: 1.5em;
    color: var(--dark-blue);
    min-height: initial;
    font-size: 30px;
}

.product.product_cat_box .product_title * {
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    display: block;
    overflow: visible;
}

@media (min-width: 1200px) {
    .product.product_cat_box:hover .product_title a {
        color: var(--chocolate);
    }

    .product.product_cat_box:hover .product_image img {
        transform: scale(1.05);
    }
}

/* end of product */
.mx-auto {
    margin-inline: auto;
}


.header-informer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: var(--dark-blue);
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-informer-text {
    position: relative;
    width: fit-content;
    background-color: var(--antique);
    border-radius: 0 0 10px 10px;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    padding-block: 8px;
    padding-inline: 10px;
}

.header-informer a {
    position: relative;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    color: var(--dark-blue);
}

.header-informer a svg {
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.banner-bg.banner-mobile,
.wrapper_languague .lang-ru.active,
.wrapper_languague .lang-uk.active {
    display: none;
}

ul#lang-chooser {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper_languague_menu {
    position: absolute;
    right: 0px;
    top: 0px;
}

.wrapper_languague_menu ul li {
    margin: 0px 10px;
}

.wrapper_languague_menu ul li.active {
    font-weight: bold;
    color: var(--chocolate)
}

@media (min-width: 1200px) {
    .header-informer a:hover {
        color: var(--chocolate);
    }
}

@media (max-width: 767px) {
    .home-banner .banner-align .banner-bg:not(.banner-mobile) {
        display: none;
    }

    .home-banner .banner-align .banner-bg.banner-mobile {
        display: block;
    }

    .header {
        top: 59px;
    }
}

@media (max-width: 575px) {
    .wrapper_languague_menu {
        position: relative;
        margin-top: 30px;
    }

    .header-informer {
        font-size: 14px;
    }

    .header-informer-text {
        padding-block: 10px;
    }
}