/* ------------------------------------------- FONTS ------------------------------------------- */
@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/Raleway-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/Raleway-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/Raleway-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/Raleway-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/Raleway-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

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

html,
body,
header,
footer {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

body {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    background: #fff;
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

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

.site-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    max-width: 100%;
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

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

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes exist-from-left {
    0% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes exist-from-left {
    0% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

picture,
img {
    display: block;
    max-width: 100%;
    position: static;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

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

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

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

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

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

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 768px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1024px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

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

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

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

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

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

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1400px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1800px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66667%;
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66667%;
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66667%;
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
}

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1780px;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 768px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1024px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1400px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1800px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

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

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

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

.overflow-hidden {
    overflow: hidden !important;
}

.d-none {
    display: none !important;
}

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

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

.mt-0 {
    margin-top: 0 !important;
}

@media (min-width: 768px) {
    .text-align-sm-center {
        text-align: center !important;
    }

    .text-align-sm-left {
        text-align: left !important;
    }

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

    .overflow-sm-hidden {
        overflow: hidden !important;
    }

    .d-sm-none {
        display: none !important;
    }

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

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

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

@media (min-width: 1024px) {
    .text-align-md-center {
        text-align: center !important;
    }

    .text-align-md-left {
        text-align: left !important;
    }

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

    .overflow-md-hidden {
        overflow: hidden !important;
    }

    .d-md-none {
        display: none !important;
    }

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

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

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

@media (min-width: 1200px) {
    .text-align-lg-center {
        text-align: center !important;
    }

    .text-align-lg-left {
        text-align: left !important;
    }

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

    .overflow-lg-hidden {
        overflow: hidden !important;
    }

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

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

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

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

@media (min-width: 1400px) {
    .text-align-xl-center {
        text-align: center !important;
    }

    .text-align-xl-left {
        text-align: left !important;
    }

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

    .overflow-xl-hidden {
        overflow: hidden !important;
    }

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

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

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }
}

@media (min-width: 1800px) {
    .text-align-xxl-center {
        text-align: center !important;
    }

    .text-align-xxl-left {
        text-align: left !important;
    }

    .text-align-xxl-right {
        text-align: right !important;
    }

    .overflow-xxl-hidden {
        overflow: hidden !important;
    }

    .d-xxl-none {
        display: none !important;
    }

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

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }
}

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

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

.col-xs-2-of-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-xs-3-of-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.col-xs-4-of-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.col-xs-5-of-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-xs-6-of-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.col-xs-7-of-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.col-xs-8-of-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.col-xs-9-of-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}

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

@media (min-width: 768px) {
    .col-sm-1-of-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .col-md-1-of-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-lg-1-of-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .col-xl-1-of-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

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

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

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

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

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

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

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

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

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

@media (min-width: 1800px) {
    .col-xxl-1-of-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .col-xxl-2-of-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xxl-3-of-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .col-xxl-4-of-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .col-xxl-5-of-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-6-of-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .col-xxl-7-of-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .col-xxl-8-of-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .col-xxl-9-of-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

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

.container,
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .container,
    .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .col-xs-1-of-10, .col-xs-2-of-10, .col-xs-3-of-10, .col-xs-4-of-10, .col-xs-5-of-10, .col-xs-6-of-10, .col-xs-7-of-10, .col-xs-8-of-10, .col-xs-9-of-10, .col-xs-10-of-10, .col-sm-1-of-10, .col-sm-2-of-10, .col-sm-3-of-10, .col-sm-4-of-10, .col-sm-5-of-10, .col-sm-6-of-10, .col-sm-7-of-10, .col-sm-8-of-10, .col-sm-9-of-10, .col-sm-10-of-10, .col-md-1-of-10, .col-md-2-of-10, .col-md-3-of-10, .col-md-4-of-10, .col-md-5-of-10, .col-md-6-of-10, .col-md-7-of-10, .col-md-8-of-10, .col-md-9-of-10, .col-md-10-of-10, .col-lg-1-of-10, .col-lg-2-of-10, .col-lg-3-of-10, .col-lg-4-of-10, .col-lg-5-of-10, .col-lg-6-of-10, .col-lg-7-of-10, .col-lg-8-of-10, .col-lg-9-of-10, .col-lg-10-of-10, .col-xl-1-of-10, .col-xl-2-of-10, .col-xl-3-of-10, .col-xl-4-of-10, .col-xl-5-of-10, .col-xl-6-of-10, .col-xl-7-of-10, .col-xl-8-of-10, .col-xl-9-of-10, .col-xl-10-of-10, .col-xxl-1-of-10, .col-xxl-2-of-10, .col-xxl-3-of-10, .col-xxl-4-of-10, .col-xxl-5-of-10, .col-xxl-6-of-10, .col-xxl-7-of-10, .col-xxl-8-of-10, .col-xxl-9-of-10, .col-xxl-10-of-10 {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 767.98px) {
    .container,
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .col-xs-1-of-10, .col-xs-2-of-10, .col-xs-3-of-10, .col-xs-4-of-10, .col-xs-5-of-10, .col-xs-6-of-10, .col-xs-7-of-10, .col-xs-8-of-10, .col-xs-9-of-10, .col-xs-10-of-10, .col-sm-1-of-10, .col-sm-2-of-10, .col-sm-3-of-10, .col-sm-4-of-10, .col-sm-5-of-10, .col-sm-6-of-10, .col-sm-7-of-10, .col-sm-8-of-10, .col-sm-9-of-10, .col-sm-10-of-10, .col-md-1-of-10, .col-md-2-of-10, .col-md-3-of-10, .col-md-4-of-10, .col-md-5-of-10, .col-md-6-of-10, .col-md-7-of-10, .col-md-8-of-10, .col-md-9-of-10, .col-md-10-of-10, .col-lg-1-of-10, .col-lg-2-of-10, .col-lg-3-of-10, .col-lg-4-of-10, .col-lg-5-of-10, .col-lg-6-of-10, .col-lg-7-of-10, .col-lg-8-of-10, .col-lg-9-of-10, .col-lg-10-of-10, .col-xl-1-of-10, .col-xl-2-of-10, .col-xl-3-of-10, .col-xl-4-of-10, .col-xl-5-of-10, .col-xl-6-of-10, .col-xl-7-of-10, .col-xl-8-of-10, .col-xl-9-of-10, .col-xl-10-of-10, .col-xxl-1-of-10, .col-xxl-2-of-10, .col-xxl-3-of-10, .col-xxl-4-of-10, .col-xxl-5-of-10, .col-xxl-6-of-10, .col-xxl-7-of-10, .col-xxl-8-of-10, .col-xxl-9-of-10, .col-xxl-10-of-10 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

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

@media (min-width: 1200px) {
    .row.sm-gutters {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row.sm-gutters .col, .row.sm-gutters .col-auto, .row.sm-gutters .col-1, .row.sm-gutters .col-2, .row.sm-gutters .col-3, .row.sm-gutters .col-4, .row.sm-gutters .col-5, .row.sm-gutters .col-6, .row.sm-gutters .col-7, .row.sm-gutters .col-8, .row.sm-gutters .col-9, .row.sm-gutters .col-10, .row.sm-gutters .col-11, .row.sm-gutters .col-12, .row.sm-gutters .col-sm, .row.sm-gutters .col-sm-auto, .row.sm-gutters .col-sm-1, .row.sm-gutters .col-sm-2, .row.sm-gutters .col-sm-3, .row.sm-gutters .col-sm-4, .row.sm-gutters .col-sm-5, .row.sm-gutters .col-sm-6, .row.sm-gutters .col-sm-7, .row.sm-gutters .col-sm-8, .row.sm-gutters .col-sm-9, .row.sm-gutters .col-sm-10, .row.sm-gutters .col-sm-11, .row.sm-gutters .col-sm-12, .row.sm-gutters .col-md, .row.sm-gutters .col-md-auto, .row.sm-gutters .col-md-1, .row.sm-gutters .col-md-2, .row.sm-gutters .col-md-3, .row.sm-gutters .col-md-4, .row.sm-gutters .col-md-5, .row.sm-gutters .col-md-6, .row.sm-gutters .col-md-7, .row.sm-gutters .col-md-8, .row.sm-gutters .col-md-9, .row.sm-gutters .col-md-10, .row.sm-gutters .col-md-11, .row.sm-gutters .col-md-12, .row.sm-gutters .col-lg, .row.sm-gutters .col-lg-auto, .row.sm-gutters .col-lg-1, .row.sm-gutters .col-lg-2, .row.sm-gutters .col-lg-3, .row.sm-gutters .col-lg-4, .row.sm-gutters .col-lg-5, .row.sm-gutters .col-lg-6, .row.sm-gutters .col-lg-7, .row.sm-gutters .col-lg-8, .row.sm-gutters .col-lg-9, .row.sm-gutters .col-lg-10, .row.sm-gutters .col-lg-11, .row.sm-gutters .col-lg-12, .row.sm-gutters .col-xl, .row.sm-gutters .col-xl-auto, .row.sm-gutters .col-xl-1, .row.sm-gutters .col-xl-2, .row.sm-gutters .col-xl-3, .row.sm-gutters .col-xl-4, .row.sm-gutters .col-xl-5, .row.sm-gutters .col-xl-6, .row.sm-gutters .col-xl-7, .row.sm-gutters .col-xl-8, .row.sm-gutters .col-xl-9, .row.sm-gutters .col-xl-10, .row.sm-gutters .col-xl-11, .row.sm-gutters .col-xl-12, .row.sm-gutters .col-xxl, .row.sm-gutters .col-xxl-auto, .row.sm-gutters .col-xxl-1, .row.sm-gutters .col-xxl-2, .row.sm-gutters .col-xxl-3, .row.sm-gutters .col-xxl-4, .row.sm-gutters .col-xxl-5, .row.sm-gutters .col-xxl-6, .row.sm-gutters .col-xxl-7, .row.sm-gutters .col-xxl-8, .row.sm-gutters .col-xxl-9, .row.sm-gutters .col-xxl-10, .row.sm-gutters .col-xxl-11, .row.sm-gutters .col-xxl-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.buttons-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

.buttons-line > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    margin: 0 10px 20px;
}

@media (max-width: 767.98px) {
    .buttons-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .buttons-line .btn {
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .buttons-line > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.site-logo {
    max-width: 290px;
}

.site-logo img {
    margin-bottom: -12%;
}

section {
    position: relative;
    padding: 80px 0;
}

@media (max-width: 1199.98px) {
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

section.bg-gray {
    background-color: #f6f7fb;
}

section.bg-white {
    background-color: #fff;
}

.section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.section__head > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 30px;
}

.section__head .section__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
}

.section__head .section__title:not(:only-child) {
    padding-right: 30px;
    margin-right: auto;
}

.section__head .section__nav {
    margin-top: 0;
}

@media (max-width: 1199.98px) {
    .section__head .section__title:not(:only-child) {
        padding-right: 16px;
    }
}

.section__title {
    max-width: 10em;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .section__title {
        max-width: none;
    }
}

.items-list {
    margin-bottom: -30px;
}

.items-list .list-item {
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .items-list {
        margin-bottom: -20px;
    }

    .items-list .list-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .items-list {
        margin-bottom: -10px;
    }

    .items-list .list-item {
        margin-bottom: 10px;
    }
}

.align-items-height {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.align-items-height > .col, .align-items-height .col-auto, .align-items-height .col-1, .align-items-height .col-2, .align-items-height .col-3, .align-items-height .col-4, .align-items-height .col-5, .align-items-height .col-6, .align-items-height .col-7, .align-items-height .col-8, .align-items-height .col-9, .align-items-height .col-10, .align-items-height .col-11, .align-items-height .col-12, .align-items-height .col-sm, .align-items-height .col-sm-auto, .align-items-height .col-sm-1, .align-items-height .col-sm-2, .align-items-height .col-sm-3, .align-items-height .col-sm-4, .align-items-height .col-sm-5, .align-items-height .col-sm-6, .align-items-height .col-sm-7, .align-items-height .col-sm-8, .align-items-height .col-sm-9, .align-items-height .col-sm-10, .align-items-height .col-sm-11, .align-items-height .col-sm-12, .align-items-height .col-md, .align-items-height .col-md-auto, .align-items-height .col-md-1, .align-items-height .col-md-2, .align-items-height .col-md-3, .align-items-height .col-md-4, .align-items-height .col-md-5, .align-items-height .col-md-6, .align-items-height .col-md-7, .align-items-height .col-md-8, .align-items-height .col-md-9, .align-items-height .col-md-10, .align-items-height .col-md-11, .align-items-height .col-md-12, .align-items-height .col-lg, .align-items-height .col-lg-auto, .align-items-height .col-lg-1, .align-items-height .col-lg-2, .align-items-height .col-lg-3, .align-items-height .col-lg-4, .align-items-height .col-lg-5, .align-items-height .col-lg-6, .align-items-height .col-lg-7, .align-items-height .col-lg-8, .align-items-height .col-lg-9, .align-items-height .col-lg-10, .align-items-height .col-lg-11, .align-items-height .col-lg-12, .align-items-height .col-xl, .align-items-height .col-xl-auto, .align-items-height .col-xl-1, .align-items-height .col-xl-2, .align-items-height .col-xl-3, .align-items-height .col-xl-4, .align-items-height .col-xl-5, .align-items-height .col-xl-6, .align-items-height .col-xl-7, .align-items-height .col-xl-8, .align-items-height .col-xl-9, .align-items-height .col-xl-10, .align-items-height .col-xl-11, .align-items-height .col-xl-12, .align-items-height .col-xxl, .align-items-height .col-xxl-auto, .align-items-height .col-xxl-1, .align-items-height .col-xxl-2, .align-items-height .col-xxl-3, .align-items-height .col-xxl-4, .align-items-height .col-xxl-5, .align-items-height .col-xxl-6, .align-items-height .col-xxl-7, .align-items-height .col-xxl-8, .align-items-height .col-xxl-9, .align-items-height .col-xxl-10, .align-items-height .col-xxl-11, .align-items-height .col-xxl-12,
.align-items-height > .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.align-items-height > .col > *, .align-items-height .col-auto > *, .align-items-height .col-1 > *, .align-items-height .col-2 > *, .align-items-height .col-3 > *, .align-items-height .col-4 > *, .align-items-height .col-5 > *, .align-items-height .col-6 > *, .align-items-height .col-7 > *, .align-items-height .col-8 > *, .align-items-height .col-9 > *, .align-items-height .col-10 > *, .align-items-height .col-11 > *, .align-items-height .col-12 > *, .align-items-height .col-sm > *, .align-items-height .col-sm-auto > *, .align-items-height .col-sm-1 > *, .align-items-height .col-sm-2 > *, .align-items-height .col-sm-3 > *, .align-items-height .col-sm-4 > *, .align-items-height .col-sm-5 > *, .align-items-height .col-sm-6 > *, .align-items-height .col-sm-7 > *, .align-items-height .col-sm-8 > *, .align-items-height .col-sm-9 > *, .align-items-height .col-sm-10 > *, .align-items-height .col-sm-11 > *, .align-items-height .col-sm-12 > *, .align-items-height .col-md > *, .align-items-height .col-md-auto > *, .align-items-height .col-md-1 > *, .align-items-height .col-md-2 > *, .align-items-height .col-md-3 > *, .align-items-height .col-md-4 > *, .align-items-height .col-md-5 > *, .align-items-height .col-md-6 > *, .align-items-height .col-md-7 > *, .align-items-height .col-md-8 > *, .align-items-height .col-md-9 > *, .align-items-height .col-md-10 > *, .align-items-height .col-md-11 > *, .align-items-height .col-md-12 > *, .align-items-height .col-lg > *, .align-items-height .col-lg-auto > *, .align-items-height .col-lg-1 > *, .align-items-height .col-lg-2 > *, .align-items-height .col-lg-3 > *, .align-items-height .col-lg-4 > *, .align-items-height .col-lg-5 > *, .align-items-height .col-lg-6 > *, .align-items-height .col-lg-7 > *, .align-items-height .col-lg-8 > *, .align-items-height .col-lg-9 > *, .align-items-height .col-lg-10 > *, .align-items-height .col-lg-11 > *, .align-items-height .col-lg-12 > *, .align-items-height .col-xl > *, .align-items-height .col-xl-auto > *, .align-items-height .col-xl-1 > *, .align-items-height .col-xl-2 > *, .align-items-height .col-xl-3 > *, .align-items-height .col-xl-4 > *, .align-items-height .col-xl-5 > *, .align-items-height .col-xl-6 > *, .align-items-height .col-xl-7 > *, .align-items-height .col-xl-8 > *, .align-items-height .col-xl-9 > *, .align-items-height .col-xl-10 > *, .align-items-height .col-xl-11 > *, .align-items-height .col-xl-12 > *, .align-items-height .col-xxl > *, .align-items-height .col-xxl-auto > *, .align-items-height .col-xxl-1 > *, .align-items-height .col-xxl-2 > *, .align-items-height .col-xxl-3 > *, .align-items-height .col-xxl-4 > *, .align-items-height .col-xxl-5 > *, .align-items-height .col-xxl-6 > *, .align-items-height .col-xxl-7 > *, .align-items-height .col-xxl-8 > *, .align-items-height .col-xxl-9 > *, .align-items-height .col-xxl-10 > *, .align-items-height .col-xxl-11 > *, .align-items-height .col-xxl-12 > *,
.align-items-height > .swiper-slide > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

.label {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 12px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.label.sale {
    background: #ff8a00;
}

.label.new {
    background-color: #022391;
}

.label.hit {
    background-color: #f63f26;
}

.label.orange {
    background: #ff8a00;
}

.label.blue-dark {
    background-color: #022391;
}

.label.red {
    background-color: #f63f26;
}

@media (max-width: 1199.98px) {
    .label {
        font-size: 10px;
        padding: 0 10px;
    }
}

.list-item {
    line-height: 1.5;
}

.btn-like {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.btn-like.in-favourite {
    color: #f63f26;
}

@media (max-width: 1199.98px) {
    .desktop-visible {
        display: none !important;
    }
}

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

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

@media (max-width: 767.98px) {
    .tablet-visible {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .tablet-hidden {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .mobile-visible {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .mobile-hidden {
        display: none !important;
    }
}

.page-bg-image {
    position: absolute;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    max-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.page-bg-image:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
}

.page-head {
    z-index: 1;
    position: relative;
}

.page-head .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-head .container > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
}

.page-head .breadcrumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

.page-head .page-title:not(:last-child) {
    margin-right: 0.8em;
}

@media (max-width: 767.98px) {
    .page-head .page-title:not(:last-child) {
        margin-right: 0;
    }
}

hr {
    height: 2px;
    background: #f6f7fb;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    margin: 60px auto;
}

@media (max-width: 1199.98px) {
    hr {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

section + hr {
    margin-top: 0;
    margin-bottom: 0;
}

.section__nav,
.page__nav {
    margin-top: 60px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .section__nav,
    .page__nav {
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .section__nav,
    .page__nav {
        margin-top: 30px;
    }
}

.page__nav {
    background: #fff;
}

.page__nav .pagination {
    margin: 20px 40px 0;
    padding-bottom: 20px;
}

.page__nav hr {
    margin-top: 0;
    margin-bottom: 0;
}

.page__nav .buttons-line {
    margin-bottom: 0;
}

.page__nav .buttons-line .btn {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .page__nav .buttons-line .btn:only-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .page__nav .pagination {
        margin: 15px 30px 0;
        padding-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    .page__nav .pagination {
        margin: 10px 10px 0;
        padding-bottom: 10px;
    }
}

.simple-block {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .simple-block {
        padding: 30px;
    }
}

@media (max-width: 1199.98px) {
    .simple-block {
        padding: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .simple-block {
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .simple-block {
        margin-bottom: 10px;
    }
}

@media (min-width: 1800px) {
    .simple-block.simple-block--text {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .simple-block.simple-block--text {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 1199.98px) {
    .simple-block.simple-block--text {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.simple-block__title {
    color: #999999;
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    display: block;
    margin-bottom: 1em;
}

.page-top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -15px;
}

.page-top-menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    margin: 0 15px;
    padding: 0;
}

.page-top-menu > li:before {
    display: none;
}

.page-top-menu > li > a.selected {
    font-weight: 600;
}

.page-top-menu > li > a.selected {
    color: #000;
}

.page-top-menu > li > a.selected:hover {
    color: #1cdcff;
}

.text-icon-block {
    position: relative;
    padding-left: 40px;
    min-height: calc(1em * 24 / 17);
}

.text-icon-block:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    left: 0;
    top: 0.70588em;
    margin-top: -12px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.text-icon-block.info:before {
    background-image: url(../images/icon-info-blue.svg);
}

.text-icon-block.warning:before {
    background-image: url(../images/icon-attention-red-2.svg);
}

.text-icon-block.colored {
    padding: 15px 15px 15px 54px;
    min-height: calc(1em * 24 / 17 + 30px);
}

.text-icon-block.colored:before {
    left: 15px;
    top: calc(0.70588em + 15px);
}

.text-icon-block.colored.info {
    background-color: #f6f7fb;
}

.text-icon-block.colored.warning {
    background-color: rgba(246, 63, 38, 0.05);
}

/* ------------------------------------- COMPONENTS STYLES ------------------------------------- */
/* LAZY LOAD */
[data-lazy-bg]:not(.lazyloaded):before {
    content: "" !important;
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    background-image: url(../images/loader.svg) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-animation: rotation 2s linear infinite !important;
    animation: rotation 2s linear infinite !important;
    background-color: transparent !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -25px !important;
    margin-left: -25px !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

[data-lazy-bg]:not(.lazyloaded):after {
    display: none !important;
}

img[loading="lazy"][src*="loader.svg"],
source[data-srcset][src*="loader.svg"] {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-animation: rotation 2s linear infinite !important;
    animation: rotation 2s linear infinite !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -25px !important;
    margin-left: -25px !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

[data-lazy-bg].lazyloaded,
img[loading="lazy"]:not([src*="loader.svg"]),
source[data-srcset]:not([src*="loader.svg"]) {
    -webkit-animation: fade-in 1s;
    animation: fade-in 1s;
}

/* TYPOGRAPHY */
html {
    font-size: 16px;
}

body {
    font-family: "Raleway";
    font-size: 17px;
    line-height: 1.41176;
    font-weight: 400;
    color: #000;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    body {
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px;
    }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin: 0;
    padding: 0;
    display: block;
    color: inherit;
    text-align: left;
    text-transform: none;
    font-weight: 800;
    letter-spacing: 0;
    font-family: "Raleway";
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
    color: #c1c7da;
    font-weight: 300;
    font-size: inherit;
}

h1, .h1 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 0.7em;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    h1, .h1 {
        font-size: 54px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    h1, .h1 {
        font-size: 48px;
        line-height: 1.29167;
        margin-bottom: 1em;
    }
}

@media (max-width: 767.98px) {
    h1, .h1 {
        font-size: 28px;
        margin-bottom: 1.2em;
    }
}

h2, .h2 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    h2, .h2 {
        font-size: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    h2, .h2 {
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {
    h2, .h2 {
        font-size: 28px;
    }
}

h3, .h3 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 0.75em;
    font-weight: 800;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    h3, .h3 {
        font-size: 32px;
    }
}

@media (max-width: 1199.98px) {
    h3, .h3 {
        font-size: 24px;
    }
}

h4, .h4 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 1.25em;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    h4, .h4 {
        font-size: 22px;
    }
}

@media (max-width: 1199.98px) {
    h4, .h4 {
        font-size: 20px;
    }
}

h5, .h5 {
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    margin-bottom: 0.5em;
}

b {
    font-weight: 700;
}

i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

em {
    font-style: italic;
}

small {
    font-size: 0.75em;
}

strong {
    font-weight: 700;
}

sub {
    vertical-align: sub;
    font-size: 0.6em;
}

sup {
    vertical-align: super;
    font-size: 0.6em;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

p {
    margin: 0 0 1.41176em;
}

.text-weight-light {
    font-weight: 300;
}

.text-weight-regular {
    font-weight: 400;
}

.text-weight-medium {
    font-weight: 500;
}

.text-weight-semibold {
    font-weight: 600;
}

.text-weight-bold {
    font-weight: 700;
}

.text-weight-extrabold {
    font-weight: 700;
}

.text-weight-black {
    font-weight: 900;
}

.text-size-lg {
    font-size: 24px;
    line-height: 1.58333;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .text-size-lg {
        font-size: 20px;
    }
}

@media (max-width: 1199.98px) {
    .text-size-lg {
        font-size: 17px;
    }
}

p.text-size-lg {
    margin-bottom: 1em;
}

.text-size-sm {
    font-size: 15px;
}

@media (max-width: 1199.98px) {
    .text-size-sm {
        font-size: 12px;
    }
}

.text-color-black {
    color: #000;
}

.text-color-white {
    color: #fff;
}

.text-color-blue-darkest {
    color: #022391 !important;
}

.text-color-blue-dark {
    color: #022391 !important;
}

.text-color-blue {
    color: #01b8d9 !important;
}

.text-color-blue-light {
    color: #1cdcff !important;
}

.text-color-orange {
    color: #ff8a00 !important;
}

.text-color-red {
    color: #f63f26 !important;
}

.text-color-green {
    color: #01d924 !important;
}

.text-color-gray-darkest {
    color: #464646 !important;
}

.text-color-gray {
    color: #999999 !important;
}

.text-color-gray-light {
    color: #ccd2e3 !important;
}

.text-color-gray-lighter {
    color: #edf0f9 !important;
}

.text-color-gray-lightest {
    color: #f6f7fb !important;
}

/* LINKS */
a {
    outline: none !important;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
}

a[disabled], a:disabled {
    cursor: default;
}

a {
    color: #01b8d9;
    text-decoration: none;
}

a:hover {
    color: #1cdcff;
    text-decoration: none;
}

a .icon {
    display: inline-block;
    vertical-align: top;
    width: 1em;
    height: 1em;
    margin: 0.25em 0.5em 0 0;
    fill: currentColor;
}

.link-black {
    color: #000;
}

.link-black:hover {
    color: #1cdcff;
}

.link-gray {
    color: #999999;
}

.link-gray:hover {
    color: #1cdcff;
}

.link-white {
    color: #fff;
}

.link-white:hover {
    color: #1cdcff;
}

/* BUTTONS */
button {
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    padding: 0;
    font-family: inherit;
    font-weight: inherit;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    text-align: center;
    line-height: inherit;
}

button {
    color: #01b8d9;
    text-decoration: none;
}

button:hover {
    color: #1cdcff;
    text-decoration: none;
}

button[disabled], button:disabled, button.disabled {
    cursor: default;
}

button[disabled], button:disabled, button.disabled {
    color: #ccd2e3;
}

button[disabled]:hover, button:disabled:hover, button.disabled:hover {
    color: #ccd2e3;
}

button .icon {
    display: inline-block;
    vertical-align: top;
    width: 1em;
    height: 1em;
    margin: 0.25em 0.5em 0 0;
    fill: currentColor;
}

.btn {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    line-height: 24px;
    border: 2px solid transparent;
    border-radius: 0;
    padding: 16px 38px;
    font-weight: 800;
    -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, background 0.3s, border-color 0.3s;
    transition: color 0.3s, background 0.3s, border-color 0.3s;
    font-family: "Raleway";
    outline: none !important;
    text-align: center;
    height: 60px;
}

.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: #01b8d9;
    border-color: #01b8d9;
    text-decoration: none;
}

.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #1cdcff;
    background: #1cdcff;
    text-decoration: none;
}

.btn.disabled, .btn:disabled, .btn[disabled] {
    background-color: #dadada !important;
    color: #fff !important;
    border-color: transparent !important;
    cursor: default !important;
}

.btn .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.5em 0 0;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: currentColor;
}

.btn.btn-xs {
    height: 40px;
    padding: 6px 18px;
    font-weight: 400;
}

.btn.btn-sm {
    height: 50px;
    padding: 11px 23px;
    font-weight: 400;
}

.btn.btn-lg {
    height: 70px;
    padding: 21px 38px;
    font-weight: 600;
}

.btn.btn-white {
    color: #01b8d9;
    background: #fff;
    border-color: transparent;
}

.btn.btn-white:hover {
    color: #1cdcff;
    border-color: transparent;
    background: #fff;
}

.btn.btn-outlined {
    color: #01b8d9;
    background: transparent;
    border-color: #01b8d9;
}

.btn.btn-outlined:hover {
    color: #fff;
    background: #1cdcff;
    border-color: #1cdcff;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .btn {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {
    .btn {
        font-size: 15px;
        padding: 8px 18px;
        height: 44px;
    }

    .btn.btn-sm {
        height: 40px;
        padding: 6px 15px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .btn.btn-lg {
        height: 60px;
        padding: 16px 33px;
    }
}

@media (max-width: 767.98px) {
    .btn.btn-lg {
        height: 50px;
        padding: 11px 28px;
    }
}

.btn-play {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: inherit;
    line-height: inherit;
    max-width: 100%;
    white-space: nowrap;
}

.btn-play:before, .btn-play:after {
    content: '';
}

.btn-play:before {
    width: 120px;
    height: 120px;
    background: #01b8d9;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.btn-play:after {
    position: absolute;
    top: 60px;
    left: 60px;
    border: 20px solid transparent;
    margin-top: -20px;
    border-left: 35px solid #fff;
    border-right: 0;
    margin-left: -10px;
}

.btn-play span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.btn-play {
    color: #000;
}

.btn-play:hover {
    color: #000;
}

.btn-play:hover:before {
    background-color: #1cdcff;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .btn-play:before {
        width: 100px;
        height: 100px;
        margin-right: 20px;
    }

    .btn-play:after {
        top: 50px;
        left: 50px;
        border-width: 16px;
        margin-top: -16px;
        border-left-width: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .btn-play:before {
        width: 80px;
        height: 80px;
        margin-right: 16px;
    }

    .btn-play:after {
        top: 40px;
        left: 40px;
        border-width: 12px;
        margin-top: -12px;
        border-left-width: 22px;
        margin-left: -7px;
    }
}

@media (max-width: 767.98px) {
    .btn-play:before {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .btn-play:after {
        top: 20px;
        left: 20px;
        border-width: 8px;
        margin-top: -8px;
        border-left-width: 14px;
        margin-left: -5px;
    }
}

/* LISTS */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li,
ol li {
    margin: 0 0 6px;
    padding: 0;
    position: relative;
}

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

ul ul,
ul ol,
ol ul,
ol ol {
    margin: 0.5em 0;
}

ul li {
    padding-left: 1.47059em;
}

ul li:before {
    content: "";
    position: absolute;
    background: #01b8d9;
    width: 4px;
    height: 4px;
    top: 0.70588em;
    margin: -3px 0 0;
    left: 0;
}

@media (max-width: 1199.98px) {
    ul li:before {
        width: 4px;
        height: 4px;
        margin-top: -2px;
        top: 0.65em;
    }
}

ol {
    counter-reset: itemsCounter;
}

ol li {
    counter-increment: itemsCounter;
    padding-left: 25px;
}

ol li:before {
    content: counter(itemsCounter) ".";
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    color: #01b8d9;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
}

ol ol {
    counter-reset: subItemsCounter;
}

ol ol li {
    counter-increment: subItemsCounter;
    padding-left: 35px;
}

ol ol li:before {
    content: counter(itemsCounter) "." counter(subItemsCounter) ".";
}

/* NAV TABS */
.nav-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 4px solid #f6f7fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.nav-tabs > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    margin: 0 40px 0 0;
}

.nav-tabs > li:before {
    display: none;
}

.nav-tabs > li:last-child {
    margin-right: 0;
}

.nav-tabs > li > a {
    display: block;
    border-bottom: 4px solid transparent;
    margin-bottom: -4px;
    padding-bottom: 2em;
    padding-top: 2em;
    -webkit-transition: color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
}

.nav-tabs > li > a {
    color: #000;
}

.nav-tabs > li > a:hover {
    color: #1cdcff;
}

.nav-tabs > li > a.active {
    font-weight: 800;
    border-bottom-color: #022391;
}

.nav-tabs-container {
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -2em;
}

.nav-tabs-container .nav-tabs {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .nav-tabs {
        font-size: 16px;
    }

    .nav-tabs > li {
        margin-right: 30px;
    }
}

@media (max-width: 1199.98px) {
    .nav-tabs {
        border-bottom-width: 3px;
    }

    .nav-tabs > li > a {
        border-bottom-width: 3px;
        margin-bottom: -3px;
    }

    .nav-tabs > li {
        margin-right: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .nav-tabs > li > a {
        padding-bottom: 1.5em;
        padding-top: 1.5em;
    }

    .nav-tabs-container {
        margin-top: -1.5em;
    }
}

@media (max-width: 767.98px) {
    .nav-tabs-container {
        margin-right: -16px;
        margin-left: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav-tabs > li > a {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .nav-tabs-container {
        margin-top: -10px;
    }
}

@media (min-width: 1200px) {
    .nav-tabs--desktop-simple {
        overflow: visible;
    }

    .nav-tabs--desktop-simple ul.nav-tabs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }

    .nav-tabs--desktop-simple ul.nav-tabs > li > a {
        border-bottom: 0;
        margin-bottom: 0;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
}

.tab-container {
    margin: 0;
    padding: 0;
}

.tab-container .tab-pane {
    display: none;
}

.tab-container .tab-pane.active {
    display: block;
    -webkit-animation: fade-in 0.3s;
    animation: fade-in 0.3s;
}

.nav-tabs + .tab-container {
    margin-top: 40px;
}

/* USER MENU */
.user-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    font-size: 8px;
    line-height: 2;
}

.user-menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    margin: 0 30px 0 0;
    padding: 0;
}

.user-menu > li:last-child {
    margin-right: 0 !important;
}

.user-menu > li:before {
    display: none;
}

.user-menu > li > a {
    display: block;
    position: relative;
}

.user-menu > li > a .icon {
    width: 24px;
    height: 24px;
    margin: 0 auto 5px;
    display: block;
    fill: #ccd2e3;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.user-menu > li > a {
    color: #000;
}

.user-menu > li > a:hover {
    color: #1cdcff;
}

.user-menu > li > a:hover .icon {
    fill: #1cdcff;
}

.user-menu .icon-counter {
    position: absolute;
    left: 50%;
    font-size: 7px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    background: #01b8d9;
    text-align: center;
    min-width: 16px;
    padding: 0 2px;
    border-radius: 8px;
    top: -4px;
    z-index: 1;
    margin-left: 4px;
}

/* TABLES */
.table-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.table-container .table-scroller {
    width: 100%;
    overflow: auto;
}

.table-container .table-scroller table {
    width: auto;
    min-width: 100%;
}

table.chars-table {
    border: none;
    padding: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    background: transparent;
    display: block;
}

table.chars-table tbody {
    display: block;
}

table.chars-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: transparent;
    margin: 0 0 16px;
}

table.chars-table tr:last-child {
    margin-bottom: 0;
}

table.chars-table tr:after {
    content: '';
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0;
    border-bottom: 2px dotted #ccd2e3;
    margin: 0 20px 6px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

table.chars-table td {
    background: transparent;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
}

table.chars-table td.chars-name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

table.chars-table td.chars-value {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    table.chars-table tr {
        margin-bottom: 10px;
    }

    table.chars-table tr:after {
        margin-left: 16px;
        margin-right: 16px;
    }
}

@media (max-width: 767.98px) {
    table.chars-table tr {
        margin-bottom: 5px;
    }

    table.chars-table tr:after {
        margin-left: 10px;
        margin-right: 10px;
    }
}

/* HEADER */
.header {
    padding: 25px 0;
    background: #fff;
    line-height: 24px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 50;
}

.header__row {
    margin-bottom: 30px;
}

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

.header__items-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
}

.header__item {
    margin: 0 2.8%;
    -webkit-box-flex: 2;
    -ms-flex: 2 2 0px;
    flex: 2 2 0;
}

.header__item:first-child {
    margin-left: 0;
}

.header__item:last-child {
    margin-right: 0;
}

.header__item--sub-logo,
.header__item--logo {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    max-width: 290px;
}

.header__item--sub-logo a,
.header__item--logo a {
    display: block;
}

.header__item--sub-logo picture,
.header__item--sub-logo img,
.header__item--logo picture,
.header__item--logo img {
    width: 100%;
}

.header__item--sub-logo img[loading="lazy"][src*="loader.svg"],
.header__item--logo img[loading="lazy"][src*="loader.svg"] {
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.header__item--nav-menu,
.header__item--search {
    -webkit-box-flex: 7;
    -ms-flex-positive: 7;
    flex-grow: 7;
}

.header__nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header__nav-menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    margin: 0 30px 0 0;
    padding: 0;
}

.header__nav-menu > li:last-child {
    margin-right: 0;
}

.header__nav-menu > li:before {
    display: none;
}

.header__nav-menu > li > a {
    color: #464646;
}

.header__nav-menu > li > a:hover {
    color: #1cdcff;
}

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

.header__item--phone > a {
    font-size: 21px;
    font-weight: 700;
}

.header__item--catalog > .btn {
    padding-right: 18px;
    padding-left: 18px;
    display: block;
    width: 100%;
}

.header__item--search .search-toggler {
    display: block;
    width: 32px;
    height: 32px;
}

.header__item--search .search-toggler {
    color: #ccd2e3;
}

.header__item--search .search-toggler .icon {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.header .user-menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 0;
    line-height: 0;
}

.header .user-menu > li > a {
    width: 32px;
    height: 32px;
}

.header .user-menu > li > a .icon {
    width: 32px;
    height: 32px;
    margin: 0;
}

.header__item--menu-mobile .menu-mobile-toggler {
    display: block;
    width: 32px;
    height: 32px;
    padding: 4px;
}

.header__item--menu-mobile .menu-mobile-toggler {
    color: #01b8d9;
}

.header__item--menu-mobile .menu-mobile-toggler .icon {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

@media (min-width: 1200px) {
    body.header-light .header .search-form .form-control {
        background: #fff;
    }
}

body.header-light .header .user-menu > li > a .icon {
    fill: #01b8d9;
}

body.header-light .header .user-menu > li > a:hover .icon {
    fill: #1cdcff;
}

body.header-light .header__item--search .search-toggler {
    color: #fff;
}

.site-content {
    padding-top: 180px;
}

@media (max-width: 1199.98px) {
    .site-content {
        padding-top: 75px;
    }
}

@media (min-width: 1200px) {
    .header__item--search .search-toggler,
    .header__item--search .search-form .btn-close,
    .header__item--menu-mobile {
        display: none;
    }

    .header__item--search .search-form .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1800px) {
    .header__item--location > a {
        font-size: 16px;
    }
}

@media (min-width: 1400px) and (max-width: 1799.98px) {
    .header__item--sub-logo,
    .header__item--logo {
        max-width: 259px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header__item--sub-logo,
    .header__item--logo {
        max-width: 218px;
    }
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .header__item {
        margin-left: 15px;
        margin-right: 15px;
    }

    .header .user-menu > li {
        margin-right: 15px;
    }

    .header__nav-menu > li > a,
    .header__item--location > a {
        font-size: 15px;
    }

    .header__nav-menu > li {
        margin-right: 10px;
    }

    .header__item--phone > a {
        font-size: 17px;
    }
}

@media (max-width: 1199.98px) {
    .header__row.top {
        display: none;
    }

    .header__row.bottom .header__item--catalog,
    .header__row.bottom .header__item--user-menu {
        display: none;
    }

    .header__item--search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .header__item--search .search-form {
        background: #fff;
        z-index: 5;
    }

    .header__item--search:not(.active) .search-form {
        display: none;
    }

    .header__item--search.active .search-form {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

    .header__item {
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .header__item--logo {
        margin-left: 0;
        margin-right: auto;
    }

    .header__item--menu-mobile .menu-mobile-toggler {
        margin-right: -4px;
    }

    .header__item--search .search-form .btn-search {
        right: 64px;
    }

    .header__item--search .search-form .btn-close {
        right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .header {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .header__item--logo {
        width: 146px;
    }

    .header__item {
        margin-left: 16px;
    }

    .header__item--search .search-form {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .header {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .header__item--logo {
        width: 110px;
    }

    .header__item {
        margin-left: 10px;
    }

    .header__item--search .search-form {
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

/* FOOTER */
.footer {
    padding: 80px 0 85px;
    background: #fff;
    line-height: 30px;
    background: #fff;
}

.footer__row {
    margin-bottom: 45px;
}

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

.footer__item--sub-logo,
.footer__item--logo {
    max-width: 290px;
}

.footer__item--sub-logo a,
.footer__item--logo a {
    display: block;
}

.footer__item--sub-logo picture,
.footer__item--sub-logo img,
.footer__item--logo picture,
.footer__item--logo img {
    width: 100%;
}

.footer__item--sub-logo img[loading="lazy"][src*="loader.svg"],
.footer__item--logo img[loading="lazy"][src*="loader.svg"] {
    position: relative;
    margin-top: 0 !important;
}

.footer__item--sub-logo {
    margin-bottom: 40px;
    margin-top: 5px;
}

.footer__title {
    font-weight: 700;
    margin-bottom: 0.4em;
}

.footer__title > a {
    color: inherit;
}

.footer__title > a:hover {
    color: #1cdcff;
}

.footer__item--contacts {
    margin-bottom: 20px;
}

.footer__item--copyright {
    text-transform: uppercase;
}

.footer__item--menu .footer__title {
    margin-bottom: 0;
}

.footer__nav-menu {
    margin: 0.4em 0 23px;
    padding: 0;
}

.footer__nav-menu:last-child {
    margin-bottom: 0;
}

.footer__nav-menu > li {
    margin: 0;
    padding: 0;
}

.footer__nav-menu > li:before {
    display: none;
}

.footer__nav-menu > li > a {
    color: inherit;
}

.footer__nav-menu > li > a:hover {
    color: #1cdcff;
}

.footer .cards-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .footer .cards-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 30px !important;
    }
}

@media (min-width: 1200px) {
    .footer ul.cards-list {
        margin: 0 -3px -6px;
    }

    .footer ul.cards-list > li {
        margin: 0 3px 6px;
    }
}

@media (max-width: 1199.98px) {
    .footer__row.top {
        margin-bottom: 0;
    }

    .footer__item--sub-logo,
    .footer__item--logo {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .footer__row.top .footer__item {
        margin-bottom: 30px;
    }

    .footer__row.middle .footer__item {
        margin-bottom: 20px;
    }

    .footer__nav-menu {
        margin-bottom: 10px;
    }

    .footer__row.middle {
        margin-bottom: 10px;
    }

    .footer__row.middle .footer__item--soc,
    .footer__row.middle .footer__item--cards {
        margin-top: 15px;
    }

    .footer__row.bottom {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .footer {
        padding-top: 20px;
        padding-bottom: 70px;
    }

    .footer__item--sub-logo,
    .footer__item--logo {
        max-width: 185px;
    }

    .footer__item--logo img {
        margin-bottom: 0;
    }

    .footer__row.top .footer__item {
        margin-bottom: 20px;
    }

    .footer__row.middle .footer__item {
        margin-bottom: 20px;
    }

    .footer__nav-menu {
        margin-bottom: 20px;
    }

    .footer__row.middle {
        margin-bottom: 0;
    }

    .footer__item--copyright {
        margin-bottom: 20px;
    }

    .footer .cards-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer__item--cards {
        margin-top: 20px;
    }
}

/* MENU MOBILE FIXED */
.menu-mobile-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 50;
    padding: 7px 0;
}

/* BREADCRUMBS */
.breadcrumb {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumb li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    min-width: 0;
    padding: 0 34px 0 0;
}

.breadcrumb li:before {
    display: none;
}

.breadcrumb li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.70588em;
    border: 4px solid transparent;
    border-left-color: #01b8d9;
    right: 17px;
    margin-top: -4px;
    margin-right: -5px;
}

.breadcrumb li:last-child {
    padding-right: 0;
}

.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb a {
    color: #464646;
}

.breadcrumb a:hover {
    color: #1cdcff;
}

@media (max-width: 1199.98px) {
    .breadcrumb {
        margin-bottom: 8px;
    }
}

/* FORMS */
.site-form {
    line-height: 1.5;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .form-group {
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .form-group {
        margin-bottom: 15px;
    }
}

.form-fields:last-child {
    margin-bottom: -30px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .form-fields:last-child {
        margin-bottom: -16px;
    }
}

@media (max-width: 767.98px) {
    .form-fields:last-child {
        margin-bottom: -15px;
    }
}

.form-control {
    font-size: 17px;
    line-height: 24px;
    border: 2px solid transparent;
    border-radius: 0;
    padding: 16px 28px;
    display: block;
    width: 100%;
    color: #000;
    font-family: "Raleway";
    font-weight: 400;
    background: #f6f7fb;
    height: 60px;
    text-align: left;
    background-position: calc(100% - 28px) center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control:focus {
    outline: none;
    border-color: #01b8d9;
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-control:focus::-moz-placeholder {
    color: transparent;
}

.form-control:focus:-moz-placeholder {
    color: transparent;
}

.form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.form-control:disabled, .form-control[disabled], .form-control.disabled {
    opacity: 0.3;
    cursor: default;
}

textarea.form-control {
    resize: vertical;
    min-height: 180px;
}

.form-control.form-control-xs {
    height: 40px;
    padding: 6px 18px;
}

.form-control.form-control-sm {
    height: 50px;
    padding: 11px 23px;
}

.form-control.form-control-lg {
    height: 70px;
    padding: 21px 38px;
}

select.form-control {
    -webkit-appearance: none;
    padding-right: 50px;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url(../images/icon-drop-blue-bottom.svg);
    background-position: calc(100% - 28px) center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

select.form-control:focus {
    background-image: url(../images/icon-drop-blue-top.svg);
}

select.form-control.placeholder-active {
    color: #999999;
}

select.form-control option {
    color: #000;
}

select.form-control option.placeholder-option {
    display: none;
}

select.form-control::-ms-expand {
    display: none;
}

select.form-control.form-control-xs,
select.form-control.form-control-sm,
select.form-control.form-control-lg {
    padding-right: 50px;
}

select.form-control[multiple],
select.form-control.form-control-lg[multiple],
select.form-control.form-control-sm[multiple],
select.form-control.form-control-xs[multiple] {
    overflow: hidden;
    padding: 0 50px 0 0;
}

select.form-control[multiple] option,
select.form-control.form-control-lg[multiple] option,
select.form-control.form-control-sm[multiple] option,
select.form-control.form-control-xs[multiple] option {
    line-height: inherit !important;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

select.form-control[multiple] option.placeholder-option,
select.form-control.form-control-lg[multiple] option.placeholder-option,
select.form-control.form-control-sm[multiple] option.placeholder-option,
select.form-control.form-control-xs[multiple] option.placeholder-option {
    display: block;
    color: #999999 !important;
    background: transparent !important;
}

select.form-control[multiple]:focus,
select.form-control.form-control-lg[multiple]:focus,
select.form-control.form-control-sm[multiple]:focus,
select.form-control.form-control-xs[multiple]:focus {
    overflow: auto;
    cursor: default;
    background-image: none;
    padding-right: 0;
    height: 200px;
}

select.form-control[multiple]:focus option.placeholder-option,
select.form-control.form-control-lg[multiple]:focus option.placeholder-option,
select.form-control.form-control-sm[multiple]:focus option.placeholder-option,
select.form-control.form-control-xs[multiple]:focus option.placeholder-option {
    display: none;
}

select.form-control[multiple]:focus option,
select.form-control.form-control-lg[multiple]:focus option,
select.form-control.form-control-sm[multiple]:focus option,
select.form-control.form-control-xs[multiple]:focus option {
    cursor: pointer;
    padding: 0 0 6px 35px;
    height: 30px;
    background-image: url(../images/icon-checkbox-unchecked.svg);
    background-size: 24px auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    color: inherit;
    line-height: 24px;
}

select.form-control[multiple]:focus option:last-of-type,
select.form-control.form-control-lg[multiple]:focus option:last-of-type,
select.form-control.form-control-sm[multiple]:focus option:last-of-type,
select.form-control.form-control-xs[multiple]:focus option:last-of-type {
    padding-bottom: 0;
}

select.form-control[multiple]:focus option:hover,
select.form-control.form-control-lg[multiple]:focus option:hover,
select.form-control.form-control-sm[multiple]:focus option:hover,
select.form-control.form-control-xs[multiple]:focus option:hover {
    background-image: url(../images/icon-checkbox-hover.svg);
}

select.form-control[multiple]:focus option:checked, select.form-control[multiple]:focus option:checked:hover, select.form-control[multiple]:focus option:checked:focus,
select.form-control.form-control-lg[multiple]:focus option:checked,
select.form-control.form-control-lg[multiple]:focus option:checked:hover,
select.form-control.form-control-lg[multiple]:focus option:checked:focus,
select.form-control.form-control-sm[multiple]:focus option:checked,
select.form-control.form-control-sm[multiple]:focus option:checked:hover,
select.form-control.form-control-sm[multiple]:focus option:checked:focus,
select.form-control.form-control-xs[multiple]:focus option:checked,
select.form-control.form-control-xs[multiple]:focus option:checked:hover,
select.form-control.form-control-xs[multiple]:focus option:checked:focus {
    color: inherit;
    background-color: transparent;
    background-image: url(../images/icon-checkbox-checked.svg);
}

select.form-control[multiple]:focus {
    padding: 20px 28px;
}

select.form-control[multiple]:not(:focus) option {
    padding: 16px 28px;
    height: 56px;
}

select.form-control.form-control-lg[multiple]:focus {
    padding: 21px 38px;
}

select.form-control.form-control-lg[multiple]:not(:focus) option {
    height: 70px;
    padding: 21px 38px;
}

select.form-control.form-control-sm[multiple]:focus {
    padding: 11px 23px;
}

select.form-control.form-control-sm[multiple]:not(:focus) option {
    height: 50px;
    padding: 11px 23px;
}

select.form-control.form-control-xs[multiple]:focus {
    padding: 6px 18px;
}

select.form-control.form-control-xs[multiple]:not(:focus) option {
    height: 40px;
    padding: 6px 18px;
}

.selectric-wrapper {
    position: relative;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    font-family: inherit;
    font-style: inherit;
    display: block;
    width: 100%;
    color: #000;
}

.selectric-wrapper select {
    display: none;
}

.selectric-wrapper .selectric {
    background: #f6f7fb;
    border: 2px solid transparent;
    border-radius: 0;
    height: 60px;
    padding: 16px 50px 16px 28px;
    cursor: pointer;
    background-image: url(../images/icon-drop-blue-bottom.svg);
    background-position: calc(100% - 28px) center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    font-style: inherit;
    font-family: inherit;
    position: relative;
    text-align: left;
    text-transform: none;
}

.selectric-wrapper .selectric .label {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    font-style: inherit;
    font-family: inherit;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: transparent;
    margin: 0;
    height: 100%;
    text-align: inherit;
    text-transform: none;
    padding: 0;
}

.selectric-wrapper .selectric .label.placeholder-active {
    color: #999999;
}

.selectric-wrapper .selectric .button {
    display: none;
}

.selectric-wrapper .selectric-items {
    background: #f6f7fb;
    border: 2px solid #01b8d9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    min-width: 200px;
    font-size: inherit;
    line-height: inherit;
    overflow: hidden;
}

.selectric-wrapper .selectric-items:before {
    content: '';
    position: absolute;
    left: 28px;
    right: 28px;
    height: 2px;
    background: #edf0f9;
}

.selectric-wrapper .selectric-items .selectric-scroll {
    max-height: 200px;
}

.selectric-wrapper .selectric-items ul {
    padding: 20px 28px;
    margin: 0;
    list-style: none;
    font-size: inherit;
    line-height: inherit;
}

.selectric-wrapper .selectric-items ul li {
    margin: 0 0 6px;
    padding: 0 0 0 35px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    white-space: nowrap;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: transparent;
    background-image: url(../images/icon-checkbox-unchecked.svg);
    background-size: 24px auto;
    background-position: left top;
    background-repeat: no-repeat;
}

.selectric-wrapper .selectric-items ul li:last-of-type {
    margin-bottom: 0;
}

.selectric-wrapper .selectric-items ul li:hover {
    background-color: transparent;
    color: inherit;
    background-image: url(../images/icon-checkbox-hover.svg);
}

.selectric-wrapper .selectric-items ul li.selected {
    background-color: transparent;
    background-image: url(../images/icon-checkbox-checked.svg);
    color: inherit;
}

.selectric-wrapper .selectric-items ul li.selected:hover {
    background-color: transparent;
    color: inherit;
    background-image: url(../images/icon-checkbox-checked.svg);
}

.selectric-wrapper .selectric-items ul li:before {
    display: none;
}

.selectric-wrapper .selectric-items ul li.placeholder-option {
    display: none;
}

.selectric-wrapper.selectric-disabled {
    opacity: 0.3;
}

.selectric-wrapper.selectric-disabled .selectric {
    cursor: default;
    background-image: url(../images/icon-drop-light-bottom.svg);
}

.selectric-wrapper.selectric-open .selectric {
    background-image: url(../images/icon-drop-blue-top.svg);
    border-color: #01b8d9;
}

.selectric-wrapper.selectric-below .selectric {
    border-bottom: none;
}

.selectric-wrapper.selectric-below .selectric-items {
    border-top: none;
    padding-top: 2px;
}

.selectric-wrapper.selectric-below .selectric-items:before {
    top: 0;
}

.selectric-wrapper.selectric-above .selectric {
    border-top: none;
}

.selectric-wrapper.selectric-above .selectric-items {
    border-bottom: none;
    padding-bottom: 2px;
}

.selectric-wrapper.selectric-above .selectric-items:before {
    bottom: 0;
}

.selectric-wrapper.selectric-above .selectric-items {
    border-bottom: none;
}

.selectric-wrapper.selectric--error .selectric {
    background-image: url(../images/icon-attention-red.svg);
    background-size: 16px auto;
}

.selectric-wrapper.selectric-form-control-lg .selectric {
    height: 70px;
    padding: 21px 50px 21px 38px;
}

.selectric-wrapper.selectric-form-control-lg .selectric-items:before {
    left: 38px;
    right: 38px;
}

.selectric-wrapper.selectric-form-control-lg .selectric-items ul {
    padding-right: 38px;
    padding-left: 38px;
}

.selectric-wrapper.selectric-form-control-sm .selectric {
    height: 50px;
    padding: 11px 50px 11px 23px;
}

.selectric-wrapper.selectric-form-control-sm .selectric-items:before {
    left: 23px;
    right: 23px;
}

.selectric-wrapper.selectric-form-control-sm .selectric-items ul {
    padding-right: 23px;
    padding-left: 23px;
}

.selectric-wrapper.selectric-form-control-xs .selectric {
    height: 40px;
    padding: 6px 50px 6px 18px;
}

.selectric-wrapper.selectric-form-control-xs .selectric-items:before {
    left: 18px;
    right: 18px;
}

.selectric-wrapper.selectric-form-control-xs .selectric-items ul {
    padding-right: 18px;
    padding-left: 18px;
}

.form-control-btn {
    position: absolute;
    right: 30px;
    top: 0;
    height: 60px;
    width: 60px;
}

.form-control-btn {
    color: #ccd2e3;
}

.form-control-btn .icon {
    display: block;
    width: 32px;
    height: 100%;
    margin: 0 auto;
    fill: currentColor;
}

.form-control-btn .icon.icon-close {
    width: 20px;
}

.form-control-btn + .form-control-btn {
    right: 90px;
}

.form-control-btn + .form-control {
    padding-right: 90px;
}

.form-control-btn + .form-control-btn + .form-control {
    padding-right: 150px;
}

.search-form .form-group {
    margin-bottom: 0;
}

.custom-checkbox,
.custom-radio {
    display: none;
}

.custom-checkbox-label,
.custom-radio-label {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    line-height: 24px;
}

.custom-checkbox-label:after,
.custom-radio-label:after {
    opacity: 0;
}

.custom-checkbox:checked + .custom-checkbox-label:after,
.custom-radio:checked + .custom-checkbox-label:after, .custom-checkbox:checked +
.custom-radio-label:after,
.custom-radio:checked +
.custom-radio-label:after {
    opacity: 1;
}

.custom-checkbox:disabled + .custom-checkbox-label,
.custom-checkbox[disabled] + .custom-checkbox-label,
.custom-checkbox.disabled + .custom-checkbox-label,
.custom-radio:disabled + .custom-checkbox-label,
.custom-radio[disabled] + .custom-checkbox-label,
.custom-radio.disabled + .custom-checkbox-label, .custom-checkbox:disabled +
.custom-radio-label,
.custom-checkbox[disabled] +
.custom-radio-label,
.custom-checkbox.disabled +
.custom-radio-label,
.custom-radio:disabled +
.custom-radio-label,
.custom-radio[disabled] +
.custom-radio-label,
.custom-radio.disabled +
.custom-radio-label {
    cursor: default;
    color: #ccd2e3;
}

.custom-checkbox:disabled + .custom-checkbox-label:before,
.custom-checkbox[disabled] + .custom-checkbox-label:before,
.custom-checkbox.disabled + .custom-checkbox-label:before,
.custom-radio:disabled + .custom-checkbox-label:before,
.custom-radio[disabled] + .custom-checkbox-label:before,
.custom-radio.disabled + .custom-checkbox-label:before, .custom-checkbox:disabled +
.custom-radio-label:before,
.custom-checkbox[disabled] +
.custom-radio-label:before,
.custom-checkbox.disabled +
.custom-radio-label:before,
.custom-radio:disabled +
.custom-radio-label:before,
.custom-radio[disabled] +
.custom-radio-label:before,
.custom-radio.disabled +
.custom-radio-label:before {
    opacity: 0.5;
    border-color: #ccd2e3;
}

.custom-checkbox-label:before,
.custom-checkbox-label:after,
.custom-radio-label:before,
.custom-radio-label:after {
    position: absolute;
    top: 0.75em;
    content: '';
}

.custom-checkbox-label:before,
.custom-checkbox-label:after {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    left: 0;
    border-radius: 0;
}

.custom-checkbox-label:before {
    border: 1px solid transparent;
    background: #f6f7fb;
}

.custom-checkbox-label:hover:before {
    border-color: #01b8d9;
}

.custom-checkbox-label:after {
    background-image: url(../images/icon-checkbox-checked.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-radio-label {
    padding-left: 28px;
}

.custom-radio-label:before,
.custom-radio-label:after {
    border-radius: 50%;
}

.custom-radio-label:before {
    border: 1px solid #999999;
    background: #fff;
    width: 16px;
    height: 16px;
    left: 0;
    margin-top: -8px;
}

.custom-radio-label:hover:before {
    border-color: #01b8d9;
}

.custom-radio-label:after {
    background: #01b8d9;
    width: 10px;
    height: 10px;
    left: 3px;
    margin-top: -5px;
}

.custom-radio:checked + .custom-radio-label:before {
    border-color: #01b8d9;
}

.form-control.error {
    background-image: url(../images/icon-attention-red.svg);
    padding-right: 50px;
    background-repeat: no-repeat;
}

select.form-control.error {
    background-size: 16px auto;
}

label.error {
    color: #f63f26;
    font-size: 11px;
    line-height: 1.5;
    display: block;
    margin: 5px 0 0 10px;
    position: absolute;
    left: 0;
    top: 100%;
}

@media (max-width: 767.98px) {
    label.error {
        font-size: 10px;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .site-form-agree {
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .form-control,
    .selectric-wrapper {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {
    .form-control {
        font-size: 15px;
        padding: 8px 18px;
        height: 44px;
    }

    .form-control.form-control-sm {
        height: 40px;
        padding: 6px 18px;
    }

    textarea.form-control {
        min-height: 132px;
    }

    select.form-control[multiple]:focus {
        padding: 8px 18px;
    }

    select.form-control[multiple]:not(:focus) option {
        padding: 8px 18px;
        height: 44px;
    }

    select.form-control.form-control-sm[multiple]:focus {
        padding: 6px 18px;
    }

    select.form-control.form-control-sm[multiple]:not(:focus) option {
        height: 40px;
        padding: 6px 18px;
    }

    .selectric-wrapper {
        font-size: 15px;
    }

    .selectric-wrapper .selectric {
        height: 44px;
        padding: 8px 50px 8px 18px;
    }

    .selectric-wrapper .selectric-items:before {
        left: 18px;
        right: 18px;
    }

    .selectric-wrapper .selectric-items ul {
        padding: 18px;
    }

    .selectric-wrapper.selectric-form-control-sm .selectric {
        height: 40px;
        padding: 6px 50px 6px 18px;
    }

    .selectric-wrapper.selectric-form-control-sm .selectric-items:before {
        left: 18px;
        right: 18px;
    }

    .selectric-wrapper.selectric-form-control-sm .selectric-items ul {
        padding-right: 18px;
        padding-left: 18px;
    }

    .form-control-btn {
        height: 44px;
        width: 44px;
        right: 20px;
    }

    .form-control-btn + .form-control-btn {
        right: 64px;
    }

    .form-control-btn + .form-control {
        padding-right: 64px;
    }

    .form-control-btn + .form-control-btn + .form-control {
        padding-right: 128px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .form-control.form-control-lg {
        height: 60px;
        padding: 16px 33px;
    }

    select.form-control.form-control-lg[multiple]:focus {
        padding: 16px 33px;
    }

    select.form-control.form-control-lg[multiple]:not(:focus) option {
        height: 60px;
        padding: 16px 33px;
    }

    .selectric-wrapper.selectric-form-control-lg .selectric {
        height: 60px;
        padding: 16px 50px 16px 33px;
    }

    .selectric-wrapper.selectric-form-control-lg .selectric-items:before {
        left: 33px;
        right: 33px;
    }

    .selectric-wrapper.selectric-form-control-lg .selectric-items ul {
        padding-right: 33px;
        padding-left: 33px;
    }
}

@media (max-width: 767.98px) {
    .form-control.form-control-lg {
        height: 50px;
        padding: 11px 28px;
    }

    select.form-control.form-control-lg[multiple]:focus {
        padding: 11px 28px;
    }

    select.form-control.form-control-lg[multiple]:not(:focus) option {
        height: 50px;
        padding: 11px 28px;
    }

    .selectric-wrapper.selectric-form-control-lg .selectric {
        height: 50px;
        padding: 11px 50px 11px 28px;
    }

    .selectric-wrapper.selectric-form-control-lg .selectric-items:before {
        left: 28px;
        right: 28px;
    }

    .selectric-wrapper.selectric-form-control-lg .selectric-items ul {
        padding-right: 28px;
        padding-left: 28px;
    }
}

.site-form .form-sub-dynamic:not(.active) {
    display: none;
}

.form-control-label {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    display: block;
    color: inherit;
    margin-bottom: 0.5em;
}

.form-type-label {
    display: block;
    border: 2px solid #ccd2e3;
    padding: 10px 15px;
    text-align: center;
    max-width: 100%;
    cursor: pointer;
}

.form-type-label .icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 5px;
    fill: #ccd2e3;
}

input:checked + .form-type-label {
    border-color: #01b8d9;
}

.dropdown {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.dropdown-toggler {
    position: relative;
    padding-right: 22px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.dropdown-toggler:before {
    content: '';
    border: 5px solid transparent;
    border-top-color: #01b8d9;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    -webkit-transition: border-top-color 0.3s;
    -o-transition: border-top-color 0.3s;
    transition: border-top-color 0.3s;
}

.dropdown-toggler:hover:before {
    border-top-color: #1cdcff;
}

.dropdown.active .dropdown-toggler:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -6px;
}

.dropdown-items {
    background: #f6f7fb;
    border: 2px solid #01b8d9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 5px 0 0;
    padding: 20px 28px;
    min-width: 200px;
    font-size: inherit;
    line-height: 24px;
    overflow: auto;
    max-height: 200px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 80;
}

.dropdown-items li {
    margin: 0 0 6px;
    padding: 0;
    display: block;
}

.dropdown-items li:last-of-type {
    margin-bottom: 0;
}

.dropdown-items li:before {
    display: none;
}

.dropdown-items a {
    margin: 0;
    display: block;
    padding: 0 0 0 35px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: transparent;
    background-image: url(../images/icon-checkbox-unchecked.svg);
    background-size: 24px auto;
    background-position: left top;
    background-repeat: no-repeat;
}

.dropdown-items a {
    color: inherit;
}

.dropdown-items a:hover {
    color: inherit;
    background-image: url(../images/icon-checkbox-hover.svg);
}

.dropdown-items a.selected {
    background-image: url(../images/icon-checkbox-checked.svg);
}

.dropdown-items a.selected:hover {
    color: inherit;
    background-image: url(../images/icon-checkbox-checked.svg);
}

.dropdown.active .dropdown-items {
    display: inline-block;
}

@media (max-width: 1199.98px) {
    .dropdown-items {
        padding: 18px;
    }
}

@media (max-width: 767.98px) {
    .dropdown-toggler {
        padding-right: 18px;
    }

    .dropdown.active .dropdown-toggler:before {
        margin-top: -8px;
    }
}

.switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -10px -10px;
}

.switch-input {
    display: none;
}

.switch-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    padding: 0;
    margin: 0 10px 10px;
    line-height: 28px;
    cursor: pointer;
}

.switch-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 5px 10px;
    height: 28px;
    width: 56px;
    border-radius: 14px;
    position: relative;
    cursor: pointer;
    background-color: #ccd2e3;
}

.switch-icon:before {
    content: '';
    border-radius: 50%;
    background: #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 6px;
}

.switch-input:checked ~ .switch-icon {
    background-color: #01b8d9;
}

.switch-input:checked ~ .switch-icon:before {
    left: 34px;
}

.switch.both .switch-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.switch.both .switch-label.left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.switch.both .switch-label.right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.switch.both .switch-icon {
    background: #01b8d9;
}

.switch.both .switch-input.left:checked ~ .switch-label.left,
.switch.both .switch-input.right:checked ~ .switch-label.right {
    font-weight: 600;
}

.switch.both .switch-input.left:checked ~ .switch-label.right,
.switch.both .switch-input.right:checked ~ .switch-label.left {
    font-weight: inherit;
}

.switch.both .switch-input.left:checked ~ .switch-icon:before {
    left: 6px;
}

.switch.both .switch-input.right:checked ~ .switch-icon:before {
    left: 34px;
}

.switch.both .switch-input.left:checked ~ .switch-icon.left,
.switch.both .switch-input.right:checked ~ .switch-icon.right {
    display: none;
}

/* ICONS LISTS */
ul.soc-list {
    margin: 0 -5px -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.soc-list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    margin: 0 5px 10px;
}

ul.soc-list > li:before {
    display: none;
}

ul.soc-list > li > a {
    display: block;
    position: relative;
    height: 32px;
    width: auto;
}

ul.soc-list > li > a picture,
ul.soc-list > li > a img {
    display: block;
    height: 32px;
    width: auto;
    max-width: none;
}

ul.soc-list > li > a img[loading="lazy"][src*="loader.svg"] {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

ul.cards-list {
    margin: 0 -10px -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.cards-list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    margin: 0 10px 15px;
    height: 14px;
    width: auto;
}

ul.cards-list > li:before {
    display: none;
}

ul.cards-list picture,
ul.cards-list img {
    display: block;
    height: 14px;
    width: auto;
    max-width: none;
}

ul.cards-list img[loading="lazy"][src*="loader.svg"] {
    margin-top: 0 !important;
}

/* FANCYBOX, MODALS */
.fancybox-bg {
    background: #000;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
}

.fancybox-toolbar {
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 767.98px) {
    .fancybox-navigation {
        display: none;
    }
}

.fancybox-is-modal .fancybox-navigation,
.fancybox-is-modal .fancybox-toolbar,
.fancybox-is-modal .fancybox-infobar {
    display: none !important;
}

.fancybox-navigation .fancybox-button {
    width: 40px;
    height: 40px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: none;
    cursor: pointer;
    position: absolute;
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    padding: 4px;
}

.fancybox-navigation .fancybox-button {
    color: #fff;
}

.fancybox-navigation .fancybox-button:hover {
    color: #1cdcff;
}

.fancybox-navigation .fancybox-button .icon {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: currentColor;
    margin: 0;
}

.fancybox-navigation .fancybox-button-prev, .fancybox-navigation .fancybox-button-next {
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin: -20px 0 0;
}

.fancybox-navigation .fancybox-button-prev {
    left: 30px;
}

.fancybox-navigation .fancybox-button-prev .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fancybox-navigation .fancybox-button-next {
    right: 30px;
}

.fancybox-navigation .fancybox-button-disabled {
    opacity: 0.2;
}

.fancybox-navigation .fancybox-button-disabled .icon {
    fill: #fff !important;
}

@media (max-width: 1199.98px) {
    .fancybox-navigation .fancybox-button {
        padding: 8px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .fancybox-navigation .fancybox-button-prev {
        left: 16px;
    }

    .fancybox-navigation .fancybox-button-next {
        right: 16px;
    }
}

.fancybox-button-close {
    width: 40px;
    height: 40px;
    padding: 10px;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 solid transparent;
    border-radius: 0;
    background: none;
    cursor: pointer;
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
    top: 30px;
    right: 30px;
}

.fancybox-button-close {
    color: #fff;
}

.fancybox-button-close:hover {
    color: #1cdcff;
}

@media (max-width: 1199.98px) {
    .fancybox-button-close {
        padding: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .fancybox-button-close {
        top: 16px;
        right: 16px;
    }
}

@media (max-width: 767.98px) {
    .fancybox-button-close {
        top: 5px;
        right: 5px;
    }
}

.fancybox-button-close .icon {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: currentColor;
    margin: 0;
}

.fancybox-slide {
    padding: 50px;
    overflow: auto;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .fancybox-slide {
        padding: 24px;
    }
}

@media (max-width: 767.98px) {
    .fancybox-slide {
        padding-left: 0;
        padding-right: 0;
    }
}

body.fancybox-active {
    height: 100%;
}

/*@media (min-width: 1200px) {
    body.fancybox-active,
    body.fancybox-active header {
        padding-right: 17px;
    }
}*/

.modal {
    display: none;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-style: inherit;
    position: relative;
    background: #fff;
    border-radius: 0;
    padding: 40px 60px;
    width: 700px;
    max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .modal {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767.98px) {
    .modal {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.modal-close {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    padding: 10px;
    top: 10px;
    right: 10px;
    z-index: 3;
}

.modal-close {
    color: #000;
}

.modal-close:hover {
    color: #1cdcff;
}

.modal-close .icon {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    fill: currentcolor;
}

.modal .site-form {
    padding: 0;
    background: transparent;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .modal {
        padding: 40px;
    }

    .modal-close {
        top: 5px;
        right: 5px;
    }
}

@media (max-width: 767.98px) {
    .modal {
        padding: 30px 20px;
    }

    .modal-close {
        width: 30px;
        height: 30px;
        padding: 5px;
        top: 0px;
        right: 0px;
    }
}

.modal-auth .site-form .buttons-line {
    margin-top: 30px;
}

.modal-auth .site-form .buttons-line > .btn:only-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.modal-auth .auth-with-soc__title {
    color: #ccd2e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.modal-auth .auth-with-soc__title span {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    text-align: center;
    display: block;
}

.modal-auth .auth-with-soc__title:before, .modal-auth .auth-with-soc__title:after {
    content: '';
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: block;
    margin: 0 10px;
    background: currentColor;
}

.modal-auth .auth-with-soc__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
    padding: 0;
    list-style: none;
}

.modal-auth .auth-with-soc__list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 15px 30px;
    padding: 0;
}

.modal-auth .auth-with-soc__list > li:before {
    display: none;
}

.modal-auth .auth-with-soc__list > li > a {
    display: block;
    text-align: center;
}

.modal-auth .auth-with-soc__list > li > a {
    color: #999999;
}

.modal-auth .auth-with-soc__list > li > a > picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 37px;
    margin: 8px 0;
}

.modal-auth .auth-with-soc__list > li > a > picture > img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.modal-auth__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.modal-auth__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .modal-auth .site-form .row.sm-gutters .form-group {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .modal-auth {
        width: 1440px;
        padding: 0;
        background: #f8f8f8;
    }

    .modal-auth .tab-container {
        padding: 50px;
        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: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        min-height: calc(100vh - 100px);
    }

    .modal-auth .tab-container .tab-pane {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .modal-auth .site-form {
        padding: 40px;
        background: #fff;
    }

    .modal-auth .auth-with-soc__list {
        font-size: 15px;
    }

    .modal-auth .site-form .form-toggler {
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    .modal-auth .auth-with-soc__list {
        margin: 0 -8px -16px;
    }

    .modal-auth .auth-with-soc__list > li {
        margin: 0 8px 16px;
    }

    .modal-auth .auth-with-soc__list > li > a > picture {
        height: 32px;
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .modal-auth .site-form .buttons-line {
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .modal-auth .site-form .buttons-line {
        margin-top: 10px;
    }

    .modal-auth .auth-with-soc__title {
        margin-bottom: 5px;
    }
}

.modal-select-payer,
.modal-select-address {
    width: 480px;
}

.modal-find-payer {
    width: 1280px;
}

.modal-find-payer__form:not(.has-found-results) .modal-find-payer__result-group,
.modal-find-payer__form:not(.has-found-results) .modal-find-payer__controls-group {
    display: none;
}

.modal-find-payer .ordering-select-list input:checked + label.ordering-select-item {
    color: inherit;
    font-weight: 600;
}

/* SLIDERS */
.swiper-container {
    z-index: auto;
}

.swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    z-index: auto;
}

.swiper-slide {
    height: auto;
    z-index: auto;
}

.swiper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0;
    line-height: 0;
    z-index: 1;
    position: relative;
}

.swiper-button {
    width: 95px;
    height: 60px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    position: static;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    z-index: auto;
}

.swiper-button {
    background-color: #01b8d9;
    color: #fff;
}

.swiper-button:hover {
    background-color: #1cdcff;
    color: #fff;
}

.swiper-button .icon {
    position: relative;
    width: 32px;
    height: 100%;
    left: 50%;
    top: 0;
    margin: 0 0 0 -14px;
    display: block;
    fill: currentColor;
}

.swiper-button.prev, .swiper-button.next {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

.swiper-button.prev {
    margin-right: 10px;
}

.swiper-button.prev .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -18px;
}

.swiper-button-disabled {
    opacity: 1;
    cursor: default;
}

.swiper-button-disabled {
    background-color: #fff;
    color: #ccd2e3;
}

.swiper-button-disabled:hover {
    background-color: #fff;
    color: #ccd2e3;
}

.swiper-pagination {
    text-align: center;
    font-size: 0;
    line-height: 0;
    position: static;
    z-index: auto;
    margin: 0 -10px -20px;
}

.swiper-pagination > .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    background: rgba(1, 184, 217, 0.25);
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 20px !important;
    position: relative;
    opacity: 1;
    cursor: pointer;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: auto;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .swiper-button {
        font-size: 15px;
        padding: 8px 18px;
        height: 44px;
        width: 70px;
    }

    .swiper-button .icon {
        width: 24px;
        margin-left: -10px;
    }

    .swiper-button.prev .icon {
        margin-left: -14px;
    }
}

/* TOOLTIPS */
.btn-tooltip {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid;
    font-size: inherit;
    line-height: 22px;
    text-align: center;
    -webkit-transition: color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
    cursor: pointer;
}

.btn-tooltip:before {
    content: '?';
    display: inline-block;
    vertical-align: top;
}

.btn-tooltip {
    color: #999999;
    border-color: #999999;
}

.btn-tooltip:hover {
    color: #1cdcff;
    border-color: #1cdcff;
}

.tooltip {
    position: absolute;
    border: none;
    font-size: 14px;
    max-width: 240px;
    opacity: 0;
    z-index: -1000;
    left: -1000px;
    top: -1000px;
    color: inherit;
}

.tooltip-inner {
    background: #fff;
    -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
    padding: 16px;
    border-radius: 0;
}

.tooltip:before {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    display: block;
}

.tooltip:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 10px;
}

.tooltip.top {
    margin-top: -10px;
}

.tooltip.top:before {
    bottom: -10px;
}

.tooltip.top:after {
    bottom: -10px;
}

.tooltip.bottom {
    margin-top: 10px;
}

.tooltip.bottom:before {
    top: -10px;
}

.tooltip.bottom:after {
    top: -10px;
}

.tooltip.left:before {
    border-right-color: #fff;
    right: 0;
}

.tooltip.right:before {
    border-left-color: #fff;
    left: 0;
}

.tooltip.open {
    opacity: 1;
    z-index: 100;
}

@media (max-width: 767.98px) {
    .tooltip {
        font-size: 12px;
    }
}

/* RANGE */
.ui-range-slider {
    position: relative;
    height: 24px;
    background: transparent;
    margin-left: 12px;
    margin-right: 12px;
}

.ui-range-slider:before {
    position: absolute;
    height: 2px;
    background: #f6f7fb;
    left: -12px;
    right: -12px;
    top: 50%;
    margin-top: -1px;
    content: "";
}

.ui-range-slider .ui-widget-header {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    bottom: auto;
    height: 2px;
    background: #01b8d9;
}

.ui-range-slider .ui-slider-handle {
    width: 24px;
    height: 24px;
    border: 12px solid transparent;
    position: absolute;
    top: 0;
    margin-left: -12px;
    cursor: pointer;
}

.ui-range-slider .ui-slider-handle:first-of-type {
    border-left-color: #01b8d9;
}

.ui-range-slider .ui-slider-handle:last-of-type {
    border-right-color: #01b8d9;
}

.range-limit-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #f6f7fb;
    border: 2px solid transparent;
}

.range-limit-item__placeholder {
    color: #999999;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 0.5em 0 20px;
}

.range-limit-item .form-control {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    margin: -2px;
    border-color: transparent !important;
    background: transparent !important;
}

.range-limit-item .range-limit-item__placeholder + .form-control {
    padding-left: 0;
}

.range-limit-item.has-focus {
    border-color: #01b8d9;
}

.range-block {
    margin-bottom: -10px;
}

.range-block .range-limit-item {
    margin-bottom: 10px;
}

.range-block .ui-range-slider {
    margin-bottom: 10px;
}

/* PAGINATION */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    position: relative;
    padding: 0 42px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    font-weight: 600;
    line-height: 30px;
}

.pagination li {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 11px;
}

.pagination li:before {
    display: none;
}

.pagination a,
.pagination span {
    display: block;
    padding: 0 10px;
}

.pagination a {
    padding: 0 10px;
}

.pagination span {
    color: #000;
}

.pagination li.active a {
    color: #000;
}

.pagination li.active a:hover {
    color: #022391;
}

.pagination li.active span {
    color: #000;
}

.pagination li.prev,
.pagination li.next {
    position: absolute;
    top: 0;
    margin: 0;
}

.pagination li.prev .icon,
.pagination li.next .icon {
    width: 32px;
    height: 30px;
    display: block;
    fill: currentColor;
    margin: 0;
}

.pagination li.prev.disabled a,
.pagination li.next.disabled a {
    pointer-events: none;
    cursor: default;
}

.pagination li.prev.disabled a,
.pagination li.next.disabled a {
    color: #ccd2e3;
}

.pagination li.prev.disabled a:hover,
.pagination li.next.disabled a:hover {
    color: #ccd2e3;
}

.pagination li.prev {
    left: -10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.pagination li.next {
    right: -10px;
}

@media (max-width: 1199.98px) {
    .pagination li {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (max-width: 767.98px) {
    .pagination a {
        padding: 0 5px;
    }

    .pagination li.prev {
        left: -5px;
    }

    .pagination li.next {
        right: -5px;
    }

    .pagination li.prev .icon,
    .pagination li.next .icon {
        width: 24px;
    }

    .pagination {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* CATALOG ITEM */
.catalog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    -webkit-box-shadow: 0 5px 50px 0 transparent;
    box-shadow: 0 5px 50px 0 transparent;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    background: #fff;
}

.catalog-item__basket-block,
.catalog-item__content {
    width: 100%;
    max-width: 100%;
}

.catalog-item__content {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    padding: 64px 40px 33px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.catalog-item__content {
    color: #000;
    text-decoration: none;
}

.catalog-item__content:hover {
    color: #000;
    text-decoration: none;
}

.catalog-item__image,
.catalog-item__info {
    width: 100%;
    max-width: 100%;
}

.catalog-item__labels {
    position: relative;
    top: 30px;
    left: 40px;
    margin: 0 -5px -10px;
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 50%;
    z-index: 1;
    margin-bottom: 0px;
}
.container-labels, .search-page .container-labels{
    position: absolute;
    top: 0;
    left: 0;
        z-index: 1;
}
.catalog-content.view--list .container-labels{
    
}
.catalog-recommended-slider .container-labels{
    top: 30px;
    left: 30px;
}
.catalog-recommended-slider .container-labels .catalog-item__labels{
    top: 0;
    left: 0;
}
.catalog-item__labels-aktsiya{
    position: relative;
    margin: 0 0px -10px;
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 50%;
    z-index: 1;
}
.catalog-content .catalog-item__labels-aktsiya{
    top: 40px;
    left: 40px;
}
.catalog-similary-slider .catalog-item__labels-aktsiya, .catalog-also-slider .catalog-item__labels-aktsiya, .catalog-slider .catalog-item__labels-aktsiya{
    left: 40px;
}
.catalog-similary-slider .catalog-item__labels, .catalog-also-slider .catalog-item__labels, .catalog-slider .catalog-item__labels {
    margin-bottom: 30px;
}
.view--list .catalog-item__labels-aktsiya, .catalog-recommended-slider .catalog-item__labels-aktsiya{
    top: 0px;
    left: 0px;
}
.catalog-item__labels > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 5px 10px;
}

.catalog-item__icons {
    position: absolute;
    top: 25px;
    right: 40px;
    margin: 0 -5px -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 50%;
    z-index: 2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.catalog-item__icons > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 5px 10px;
}

.catalog-item__icon-btn {
    color: #ccd2e3;
}

.catalog-item__icon-btn .icon {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0;
}

.catalog-item__image {
    height: auto;
    padding-top: 85.49618%;
    margin-bottom: 22px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.catalog-item__image:last-child {
    margin-bottom: 0;
}

.catalog-item__image picture {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.catalog-item__image img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
}

.catalog-item__image img[loading="lazy"][src*="loader.svg"] {
    margin: 0 !important;
}

.catalog-item__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.catalog-item__brand,
.catalog-item__title,
.catalog-item__price-block,
.catalog-item__description,
.catalog-item__logos {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.catalog-item__brand {
    color: #999999;
    margin-bottom: 0.5em;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.catalog-item__brand:last-child {
    margin-bottom: 0;
}

.catalog-item__title {
    font-weight: 700;
    margin-bottom: 0;
    height: calc(1em * 1.5 * 3);
    overflow: hidden;
    word-break: break-word;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 3) and (-webkit-box-orient: vertical) {
    .catalog-item__title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

.catalog-item__title:last-child {
    margin-bottom: 0;
}

.catalog-item__price-block {
    margin-top: auto;
}

.catalog-item__price {
    display: inline;
    font-size: 30px;
    padding-right: 0.5em;
    font-weight: 600;
    white-space: nowrap;
}
.catalog-item__price-code{
    margin-top: 10px;
    font-weight: 700;
}
.catalog-item__price-code span{
    font-weight: 400;
    color: #999999;
}
.catalog-item__oldprice {
    display: inline;
    position: relative;
    white-space: nowrap;
}
.catalog-item__price-code-view{
    display: none;
}
.view--list .catalog-item__price-code-view{
    display: block;
}
.catalog-item__oldprice:before {
    position: absolute;
    height: 1px;
    background: #01b8d9;
    top: 50%;
    left: -2px;
    right: -2px;
    content: '';
}

.catalog-item__basket-block {
    padding: 0 40px 40px;
    background: #fff;
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.catalog-item__basket-block .buttons-line {
    margin: 26px -5px -10px;
}

.catalog-item__basket-block .buttons-line > * {
    margin: 0 5px 10px;
}

.catalog-item__basket-block .catalog-item__price-block {
    display: none;
}

.catalog-item__description {
    display: none;
}

.catalog-item__logos {
    font-size: 0;
    line-height: 0;
    margin: -5px -5px 10px;
}

.catalog-item__logos picture {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
}

.catalog-item .catalog-item__logos img {
    max-width: 80px;
    max-height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.catalog-item .catalog-item__logos img[loading="lazy"][src*="loader.svg"] {
    position: relative;
}

.catalog-item__basket-block .catalog-item__logos {
    display: none;
}

@media (min-width: 1200px) {
    .catalog-item__status {
        font-size: 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .catalog-item {
        font-size: 15px;
    }

    .catalog-item__content,
    .catalog-item__basket-block {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
    }

    .catalog-item__price {
        font-size: 24px;
    }

    .catalog-item__content {
        padding-top: 50px;
    }

    .catalog-item__labels {
        left: 25px;
        top: 25px;
    }

    .catalog-item__icons {
        right: 25px;
        top: 20px;
    }
}

@media (max-width: 1199.98px) {
    .catalog-item__basket-block {
        display: block;
    }

    .catalog-item__image {
        padding-top: 100%;
    }

    .catalog-item__icons,
    .catalog-item__labels {
        margin: 0 -3px -6px;
    }

    .catalog-item__icons > *,
    .catalog-item__labels > * {
        margin: 0 3px 6px;
    }

    .catalog-item__icon-btn .icon {
        width: 24px;
        height: 24px;
    }

    .catalog-item__price {
        padding-right: 0;
        display: block;
    }

    .catalog-item__oldprice {
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .catalog-item__content {
        padding: 50px 15px 15px;
    }

    .catalog-item__image {
        margin-bottom: 15px;
    }

    .catalog-item {
        font-size: 17px;
    }

    .catalog-item__labels {
        top: 15px;
        left: 15px;
    }

    .catalog-item__icons {
        top: 15px;
        right: 15px;
    }

    .catalog-item__status {
        font-size: 14px;
    }

    .catalog-item__basket-block {
        padding: 0 15px 15px;
    }

    .catalog-item__price {
        font-size: 20px;
    }

    .catalog-item__oldprice {
        font-size: 14px;
    }

    .catalog-item__title {
        margin-bottom: 0.7em;
    }

    .catalog-item__title:last-child {
        margin-bottom: 0;
    }

    .catalog-item__basket-block .buttons-line {
        margin-top: 16px;
    }

    .catalog-item__btn-basket {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .catalog-item__oldprice {
        margin-top: 0.5em;
    }
}

@media (max-width: 767.98px) {
    .catalog-item__content {
        padding: 45px 10px 10px;
    }

    .catalog-item__image {
        margin-bottom: 5px;
    }

    .catalog-item {
        font-size: 15px;
    }

    .catalog-item__labels {
        top: 10px;
        left: 10px;
    }

    .catalog-item__icons {
        top: 10px;
        right: 10px;
    }

    .catalog-item__status {
        font-size: 13px;
    }

    .catalog-item__basket-block {
        padding: 0 10px 10px;
    }

    .catalog-item__price {
        font-size: 16px;
    }

    .catalog-item__oldprice {
        font-size: 12px;
    }

    .catalog-item__title {
        margin-bottom: 0.7em;
    }

    .catalog-item__title:last-child {
        margin-bottom: 0;
    }

    .catalog-item__basket-block .buttons-line {
        margin-top: 10px;
    }

    .catalog-item .basket-control {
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .catalog-item .basket-control.sm .basket-control__button {
        width: calc((100% - 4px - 26px) / 2);
    }

    .catalog-item:not(.item-in-basket) .basket-control {
        display: none;
    }

    .catalog-item.item-in-basket .catalog-item__btn-basket {
        display: none;
    }

    .catalog-item .catalog-item__logos img {
        max-width: 60px;
        max-height: 30px;
    }
}

@media (min-width: 1800px) {
    .catalog-item.sm .catalog-item__content,
    .catalog-item.sm .catalog-item__basket-block {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .catalog-item.sm .catalog-item__price {
        font-size: 24px;
    }

    .catalog-item.sm .catalog-item__labels {
        left: 30px;
    }
    .catalog-recommended-slider .container-labels .catalog-item__labels{
        left: 0px;
    }
    .catalog-item.sm .catalog-item__icons {
        right: 30px;
    }
}
@media (max-width: 1800px) {
    .catalog-similary-slider .catalog-item__labels-aktsiya , .catalog-also-slider .catalog-item__labels-aktsiya, .catalog-slider .catalog-item__labels-aktsiya{
            left: 20px;
    }
    .catalog-similary-slider .catalog-item__labels, .catalog-also-slider .catalog-item__labels, .catalog-slider .catalog-item__labels {
        margin-bottom: 15px;
    }
    .catalog-content .catalog-item__labels-aktsiya{
        top: 15px;
        left: 20px;
    }
    .catalog-content.view--list .catalog-item__labels-aktsiya {
       top: 0px;
        left: 0px;
    }
    .catalog-recommended-slider .container-labels {
        top: 20px;
        left: 20px;
    }
}
@media (max-width: 1200px) {
    .catalog-content .catalog-item__labels-aktsiya {
        top: 20px;
        left: 15px;
    }
    .catalog-content.view--list .catalog-item__labels-aktsiya{
        top: 7px;
    }
    .catalog-recommended-slider .container-labels{
        left: 10px;
    }
    .catalog-recommended-slider .container-labels .catalog-item__labels{
        margin-bottom: 0px;
    }
    .catalog-similary-slider .catalog-item__labels-aktsiya, .catalog-also-slider .catalog-item__labels-aktsiya,  .catalog-slider .catalog-item__labels-aktsiya{
        left: 15px;
    }
}
@media (max-width: 768px) {
    .catalog-content .catalog-item__labels-aktsiya {
        left: 10px;
        top: 17px;

    }
    .catalog-content.view--list .catalog-item__labels-aktsiya {
        left: 10px;
        top: 15px;
    }
    .catalog-similary-slider .catalog-item__labels-aktsiya, .catalog-also-slider .catalog-item__labels-aktsiya, .catalog-slider .catalog-item__labels-aktsiya{
        left: 10px;
    }
}
.catalog-item.hover {
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
}

.catalog-item.hover .catalog-item__content {
    padding-bottom: 0;
}

.catalog-item.hover .catalog-item__basket-block {
    display: block;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .catalog-item.hover .catalog-item__content {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .catalog-content.view--list .catalog-item,
    .catalog-content.view--list .catalog-item .catalog-item__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .catalog-content.view--list .catalog-item .catalog-item__content,
    .catalog-content.view--list .catalog-item .catalog-item__basket-block {
        width: auto;
    }

    .catalog-content.view--list .catalog-item .catalog-item__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
        padding: 0;
    }

    .catalog-content.view--list .catalog-item .catalog-item__basket-block {
        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: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0;
        position: relative;
    }

    .catalog-content.view--list .catalog-item .catalog-item__basket-block .buttons-line {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 15px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__btn-basket {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .catalog-content.view--list .catalog-item .catalog-item__status {
        max-width: 100%;
        min-width: 0;
    }

    .catalog-content.view--list .catalog-item .catalog-item__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
        padding-top: 0;
        margin-top: 24px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
    }

    .catalog-content.view--list .catalog-item .catalog-item__labels {
        top: 0;
        left: 0;
    }

    .catalog-content.view--list .catalog-item .catalog-item__icons {
        top: -5px;
        right: auto;
    }

    .catalog-content.view--list .catalog-item .catalog-item__content .catalog-item__price-block {
        display: none;
    }

    .catalog-content.view--list .catalog-item .catalog-item__basket-block .catalog-item__price-block {
        display: block;
    }

    .catalog-content.view--list .catalog-item .catalog-item__title {
        height: calc(1em * 1.5 * 2);
        overflow: hidden;
        font-weight: 600;
        margin-bottom: 0;
    }

    @supports (display: -webkit-box) and (-webkit-line-clamp: 2) and (-webkit-box-orient: vertical) {
        .catalog-content.view--list .catalog-item .catalog-item__title {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }
    }
    .catalog-content.view--list .catalog-item .catalog-item__brand {
        line-height: 24px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__description {
        display: block;
        line-height: 1.76471;
        height: calc(1em * 30 / 17 * 3);
        overflow: hidden;
        overflow: hidden;
        margin-top: 0.8em;
    }

    @supports (display: -webkit-box) and (-webkit-line-clamp: 3) and (-webkit-box-orient: vertical) {
        .catalog-content.view--list .catalog-item .catalog-item__description {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }
    }
    .catalog-content.view--list .catalog-item .catalog-item__description ul:last-child,
    .catalog-content.view--list .catalog-item .catalog-item__description p:last-child {
        margin-bottom: 0;
    }

    .catalog-content.view--list .catalog-item .catalog-item__description ul li {
        display: inline-block;
        vertical-align: top;
        padding-left: 0;
        padding-right: 2em;
        margin-bottom: 0;
    }

    .catalog-content.view--list .catalog-item .catalog-item__description ul li:before {
        left: auto;
        margin-left: 0;
        right: 1em;
        margin-right: -2px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__description ul li:last-child {
        padding-right: 0;
    }

    .catalog-content.view--list .catalog-item .catalog-item__description ul li:last-child:before {
        display: none;
    }

    .catalog-content.view--list .catalog-item__content .catalog-item__logos {
        display: none;
    }

    .catalog-content.view--list .catalog-item__basket-block .catalog-item__logos {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
        margin-top: 0;
        margin-bottom: 0;
    }

    .catalog-content.view--list .catalog-item .catalog-item__logos picture {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 50%;
        height: 100%;
    }

    .catalog-content.view--list .catalog-item .catalog-item__logos picture:before {
        height: 100%;
        width: 0;
        display: inline-block;
        vertical-align: middle;
        content: '';
    }

    .catalog-content.view--list .catalog-item .catalog-item__logos img {
        max-width: 100%;
        max-height: 100%;
    }
}

@media (min-width: 1800px) {
    .catalog-content.view--list .catalog-item {
        padding: 30px 40px 40px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__basket-block {
        width: 260px;
        max-width: 260px;
        padding-top: 115px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__content {
        max-width: calc(100% - 260px);
    }

    .catalog-content.view--list .catalog-item .catalog-item__image {
        width: 220px;
        max-width: 220px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__info {
        padding: 0 30px;
        max-width: calc(100% - 220px);
    }

    .catalog-content.view--list .catalog-item .catalog-item__labels {
        width: 110px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__icons {
        left: 110px;
        width: 115px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__title {
        font-size: 24px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__logos {
        width: 270px;
        height: 115px;
    }
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .catalog-content.view--list .catalog-item {
        padding: 30px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__basket-block {
        width: 250px;
        max-width: 250px;
        padding-top: 92px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__content {
        max-width: calc(100% - 250px);
    }

    .catalog-content.view--list .catalog-item .catalog-item__image {
        width: 160px;
        max-width: 160px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__info {
        padding: 0 20px;
        max-width: calc(100% - 160px);
    }

    .catalog-content.view--list .catalog-item .catalog-item__labels {
        width: 80px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__icons {
        left: 80px;
        width: 85px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__title {
        font-size: 18px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__logos {
        width: 260px;
        height: 92px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .catalog-content.view--list .catalog-item {
        padding: 20px 15px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__basket-block {
        width: 215px;
        max-width: 215px;
        padding-top: 92px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__content {
        max-width: calc(100% - 215px);
    }

    .catalog-content.view--list .catalog-item .catalog-item__image {
        width: 150px;
        max-width: 150px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__info {
        padding: 0 16px;
        max-width: calc(100% - 150px);
    }

    .catalog-content.view--list .catalog-item .catalog-item__labels {
        width: 75px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__icons {
        left: 75px;
        width: 80px;
        top: 0;
    }

    .catalog-content.view--list .catalog-item .catalog-item__title {
        font-size: 16px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__oldprice,
    .catalog-content.view--list .catalog-item .catalog-item__price {
        display: inline;
        vertical-align: inherit;
    }

    .catalog-content.view--list .catalog-item .catalog-item__oldprice {
        margin-top: 0;
    }

    .catalog-content.view--list .catalog-item .catalog-item__price {
        padding-right: 0.5em;
    }

    .catalog-content.view--list .catalog-item .catalog-item__description {
        font-size: 15px;
    }

    .catalog-content.view--list .catalog-item .catalog-item__logos {
        width: 225px;
        height: 92px;
    }
}

@media (min-width: 768px) {
    .catalog-list {
        margin-bottom: -40px;
    }

    .catalog-list .list-item {
        margin-bottom: 40px;
    }
}

.catalog-list .bn-item {
    position: relative;
    display: block;
    overflow: hidden;
    color: #000;
}

.catalog-list .bn-item img,
.catalog-list .bn-item picture {
    height: 100%;
    width: 100%;
}

.catalog-list .bn-item img[loading="lazy"][src*="loader.svg"] {
    position: relative;
}

.catalog-list a.bn-item img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.catalog-list a.bn-item {
    color: #000;
}

.catalog-list a.bn-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.catalog-list .bn-item img {
    -o-object-fit: cover;
    object-fit: cover;
}

.catalog-list .bn-item .bn-item__title {
    margin-bottom: 0;
    font-weight: 800;
    line-height: 1.41667;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 40px;
}

.catalog-list .bn-item.catalog-section-bn.blue {
    color: #01b8d9;
}

.catalog-list .bn-item.catalog-section-bn.blue:hover {
    color: #1cdcff;
}

.catalog-list .bn-item.catalog-section-bn.white {
    color: #fff;
}

.catalog-list .bn-item.catalog-section-bn.white:hover {
    color: #01b8d9;
}

.catalog-list .bn-item.catalog-section-bn .bn-item__title {
    top: auto;
    bottom: 0;
    font-weight: 600;
}

.catalog-list .bn-item.catalog-section-bn .bn-item__title .icon {
    display: block;
    width: 32px;
    height: 1em;
    margin-top: 1em;
}

@media (min-width: 1800px) {
    .catalog-list .bn-item.catalog-section-bn .bn-item__title {
        font-size: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .catalog-list .bn-item .bn-item__title {
        padding: 25px;
    }

    .catalog-list .bn-item.catalog-section-bn .bn-item__title {
        font-size: 26px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .catalog-list .bn-item .bn-item__title {
        padding: 30px 15px;
    }
}

@media (max-width: 767.98px) {
    .catalog-list .bn-item .bn-item__title {
        padding: 30px 16px;
    }
}

.catalog-bn-list-mobile {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .catalog-content.view--list .catalog-item-fixed-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: auto !important;
    }

    .catalog-content.view--list .catalog-item-fixed-wrapper > .catalog-item {
        min-height: 0 !important;
    }
}

@media (min-width: 1200px) {
    .catalog-item-fixed-wrapper {
        display: block !important;
    }

    .catalog-item-fixed-wrapper > .catalog-item {
        min-height: 100%;
    }
}

@media (max-width: 1199.98px) {
    .catalog-item-fixed-wrapper {
        height: auto !important;
    }
}

/* BASKET CONTROL */
.basket-control {
    border: 2px solid #e4e8f3;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    height: 60px;
    text-align: center;
    background: #fff;
}

.basket-control__button {
    height: 56px;
    width: 50px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.basket-control__button:before, .basket-control__button:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #01b8d9;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.basket-control__button:hover:before, .basket-control__button:hover:after {
    background: #1cdcff;
}

.basket-control__button.remove:before {
    right: 0;
    left: auto;
}

.basket-control__button.remove:after {
    display: none;
}

.basket-control__button.add:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.basket-control__input {
    font-size: 17px;
    line-height: 56px;
    border: none;
    border-radius: 0;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    width: 46px;
    color: #000;
    font-family: "Raleway";
    font-weight: 400;
    background: #fff;
    height: 56px;
    text-align: center;
}

.basket-control__input::-webkit-input-placeholder {
    color: transparent;
}

.basket-control__input::-moz-placeholder {
    color: transparent;
}

.basket-control__input:-moz-placeholder {
    color: transparent;
}

.basket-control__input:-ms-input-placeholder {
    color: transparent;
}

.basket-control__input:focus {
    outline: none;
}

.basket-control.sm {
    height: 50px;
}

.basket-control.sm .basket-control__button {
    height: 46px;
    width: 40px;
}

.basket-control.sm .basket-control__input {
    line-height: 46px;
    width: 26px;
    height: 46px;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .basket-control__input {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {
    .basket-control {
        height: 44px;
    }

    .basket-control__button {
        height: 40px;
        width: 44px;
    }

    .basket-control__input {
        font-size: 14px;
        line-height: 40px;
        width: 28px;
        height: 40px;
    }

    .basket-control.sm {
        height: 40px;
    }

    .basket-control.sm .basket-control__button {
        height: 36px;
        width: 25px;
    }

    .basket-control.sm .basket-control__input {
        line-height: 36px;
        width: 26px;
        height: 36px;
    }
}

/* REQUEST ITEM */
.request-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    border: 4px solid #edf0f9;
    background: #fff;
}

a.request-item {
    -webkit-transition: border-color 0.3s, color 0.3s;
    -o-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
}

a.request-item {
    color: #000;
}

a.request-item:hover {
    border-color: #1cdcff;
}

.request-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    min-width: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.request-item__image picture {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: 122px;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.request-item__image img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 122px;
    min-width: 0;
}

.request-item__image img[loading="lazy"][src*="loader.svg"] {
    margin: 0 !important;
}

.request-item__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
    min-width: 0;
    padding: 30px 30px 30px 20px;
}

.request-item__content {
    color: #000;
    text-decoration: none;
}

.request-item__content:hover {
    color: #000;
    text-decoration: none;
}

.request-item__title {
    font-weight: 700;
    margin-bottom: 0;
}

.request-item__brand {
    color: #999999;
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .request-item {
        font-size: 17px;
    }

    .request-item__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        width: 30%;
        max-width: 30%;
    }

    .request-item__image picture {
        min-height: 97px;
    }

    .request-item__image img {
        max-height: 97px;
    }

    .request-item__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        width: 70%;
        max-width: 70%;
        padding: 10px;
    }
}

@media (max-width: 767.98px) {
    .request-item {
        font-size: 15px;
    }

    .request-item__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px;
        max-width: 100px;
    }

    .request-item__image picture {
        min-height: 92px;
    }

    .request-item__image img {
        max-height: 92px;
    }

    .request-item__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 100px);
        flex: 0 0 calc(100% - 100px);
        width: calc(100% - 100px);
        max-width: calc(100% - 100px);
        padding: 10px;
    }
}

/* BACK IMAGE FORMS */
.back-img-form {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #022391;
    color: #fff;
    position: relative;
}

.back-img-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 800px;
}

.back-img-form__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    min-width: 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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 440px;
}

.back-img-form__content > * {
    width: 100%;
    max-width: 100%;
}

.back-img-form .section__title {
    max-width: none;
}

.back-img-form .section__desc {
    margin-bottom: 2em;
}

.back-img-form .form-control,
.back-img-form .selectric,
.back-img-form .selectric-items {
    background-color: #fff;
}

.back-img-form__top {
    margin-bottom: auto;
}

.back-img-form__bottom {
    margin-top: 80px;
    padding-right: 50px;
}

.back-img-form__item:before {
    content: '';
    width: 50px;
    height: 4px;
    display: block;
    margin: 0 0 30px;
    background: #fff;
}

@media (max-width: 1199.98px) {
    .back-img-form__wrapper {
        max-width: none;
    }

    .back-img-form__bottom {
        padding-right: 0;
        margin-top: 50px;
    }

    .back-img-form__item:before {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .back-img-form__content {
        min-height: 380px;
    }

    .back-img-form__item {
        max-width: 180px;
    }

    .back-img-form .site-form .buttons-line > .btn:only-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 767.98px) {
    .back-img-form {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .back-img-form__content {
        min-height: 0;
    }
}

/* ABOUT ITEM */
.about-item {
    display: block;
    padding-right: 60px;
}

.about-item__image {
    margin-bottom: 25px;
}

.about-item__image picture {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.about-item__image img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.about-item__image img[loading="lazy"][src*="loader.svg"] {
    margin: 0 !important;
}

.about-item__title {
    font-weight: 700;
}

.about-item__title:last-child {
    margin-bottom: 0;
}

.about-item__info {
    margin-bottom: 0;
}

@media (max-width: 1799.98px) {
    .about-item {
        padding-right: 0;
    }
}

@media (max-width: 1199.98px) {
    .about-item__image {
        margin-bottom: 15px;
    }

    .about-item__image picture {
        width: 60px;
        height: 60px;
    }

    .about-item__title {
        line-height: 1.3;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .about-item {
        padding-right: 30px;
    }
}

@media (max-width: 767.98px) {
    .about-item {
        padding-right: 0;
    }
}

/* BRAND ITEM */
.brand-item {
    display: block;
}

.brand-item__image {
    position: relative;
    border: 4px solid #edf0f9;
    background: #fff;
    display: block;
    padding-top: 65.64885%;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
}

.brand-item__image:last-child {
    margin-bottom: 0;
}

.brand-item__image picture {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.brand-item__image img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    min-width: 0;
    min-height: 0;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
}

.brand-item__image img[loading="lazy"][src*="loader.svg"] {
    margin: 0 !important;
}

.brand-item__title,
.brand-item__info {
    display: block;
}

.brand-item__title {
    color: inherit;
}

.brand-item__info {
    color: #999999;
}

a.brand-item {
    color: #000;
}

a.brand-item:hover {
    color: #1cdcff;
}

a.brand-item .brand-item__image {
    -webkit-transition: border-color 0.3s, color 0.3s;
    -o-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
}

a.brand-item .brand-item__image {
    color: #000;
}

a.brand-item .brand-item__image:hover {
    border-color: #1cdcff;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .brand-item__image picture {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .brand-item__image {
        margin-bottom: 16px;
    }

    .brand-item__image picture {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .brand-item__image {
        margin-bottom: 5px;
    }

    .brand-item__image picture {
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
    }
}

/* MAIN CONTACTS ITEM */
.main-contacts-item {
    display: block;
    background: #fff;
    padding: 35px 40px;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
    position: relative;
}

.main-contacts-item::after {
    display: block;
    clear: both;
    content: "";
}

.main-contacts-item__title {
    margin-bottom: 8px;
}

.main-contacts-item__title:last-child {
    margin-bottom: 0;
}

.main-contacts-item__label {
    float: right;
    margin-left: 20px;
}

.main-contacts-item__list {
    margin: 0 0 -3px;
}

.main-contacts-item__list > li {
    margin: 0 0 3px;
    padding: 0;
}

.main-contacts-item__list > li:before {
    display: none;
}

.main-contacts-item__list a {
    padding-left: 26px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.main-contacts-item__list a .icon {
    position: absolute;
    width: 16px;
    height: 1.41176em;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.main-contacts-item__list a {
    color: inherit;
}

.main-contacts-item__list a .icon {
    fill: #ccd2e3;
}

.main-contacts-item__list a:hover {
    color: #1cdcff;
}

.main-contacts-item__list a:hover .icon {
    fill: #1cdcff;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .main-contacts-item {
        padding: 25px 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .main-contacts-item {
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .main-contacts-item {
        padding: 10px 16px;
    }
}

/* CATALOG FILTER */
.catalog-filter {
    padding: 0 40px;
    background: #fff;
}

.catalog-filter__content {
    padding: 5px 0;
}

.catalog-filter__item {
    border-bottom: 2px solid #edf0f9;
}

.catalog-filter__item:last-child {
    border-bottom: none;
}

.catalog-filter__item-head {
    cursor: pointer;
    padding: 26px 26px 26px 0;
    background-image: url(../images/icon-drop-blue-bottom.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    color: #999999;
}

.catalog-filter.menu-view .catalog-filter__item-head {
    font-weight: 600;
    color: #000;
}

.catalog-filter__item-body {
    padding-top: 30px;
    padding-bottom: 30px;
}

.catalog-filter__item-head + .catalog-filter__item-body {
    margin-top: -10px;
    padding-top: 0;
}

.catalog-filter__item.active .catalog-filter__item-head {
    background-image: url(../images/icon-drop-blue-top.svg);
}

.catalog-filter__item:not(.active) .catalog-filter__item-head + .catalog-filter__item-body {
    display: none;
}

.catalog-filter__item-body ul li {
    padding: 0;
}

.catalog-filter__item-body ul li:before {
    display: none;
}

.catalog-filter__item-body ul.xs-items {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.catalog-filter__item-scroller {
    max-height: 300px;
    overflow: hidden;
}

.catalog-filter__item-body.active .catalog-filter__item-scroller {
    overflow: visible;
    max-height: none;
}

.catalog-filter__item-control {
    line-height: 30px;
    margin-top: 10px;
}

.catalog-filter__item-body.active .catalog-filter__item-control.show {
    display: none;
}

.catalog-filter__item-body:not(.active) .catalog-filter__item-control.hide {
    display: none;
}

.catalog-filter__item-body a {
    color: #000;
}

.catalog-filter__item-body a:hover {
    color: #1cdcff;
}

.catalog-filter__close {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    padding: 10px;
    top: 10px;
    right: 10px;
    z-index: 3;
}

.catalog-filter__close {
    color: #000;
}

.catalog-filter__close:hover {
    color: #01b8d9;
}

.catalog-filter__close .icon {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    fill: currentcolor;
}

.catalog-filter__nav {
    padding: 25px 0 40px;
}

.catalog-filter__item.catalog-filter__selected .catalog-filter__item-head {
    background-image: none;
}

.catalog-filter__title {
    text-align: center;
    font-weight: 800;
}

.catalog-filter__head {
    position: relative;
    padding: 0 60px;
}

.catalog-filter__back {
    position: absolute;
    left: 0;
    width: 40px;
    top: 0;
    height: 100%;
}

.catalog-filter__back:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border: 6px solid transparent;
    margin-top: -6px;
    border-left: 0;
    border-right-width: 9px;
}

.catalog-filter__back:before {
    border-right-color: #01b8d9;
}

.catalog-filter__back:hover:before {
    border-right-color: #1cdcff;
}

@media (min-width: 1200px) {
    .catalog-filter .container {
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-filter__close {
        display: none !important;
    }

    .catalog-filter__head {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .catalog-filter {
        padding-right: 30px;
        padding-left: 30px;
    }

    .catalog-filter__item-body ul.xs-items {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 1199.98px) {
    .catalog-filter {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
        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: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .catalog-filter:not(.active) {
        display: none;
    }

    body.catalog-filter-open {
        overflow: hidden;
    }

    .catalog-filter__content,
    .catalog-filter__nav {
        width: 100%;
        max-width: 100%;
    }

    .catalog-filter__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 0;
        overflow: auto;
        padding-top: 0;
    }

    .catalog-filter__content:not(:last-child) {
        padding-bottom: 0;
    }

    .catalog-filter__nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border-top: 2px solid #edf0f9;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .catalog-filter__close {
        top: 5px;
        right: 5px;
    }

    .catalog-filter__item-head {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .catalog-filter__item-body {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .catalog-filter__item-head + .catalog-filter__item-body {
        margin-top: 0;
    }

    .catalog-filter__content {
        padding: 40px 0;
    }

    .catalog-filter__nav {
        padding: 30px 0;
    }
}

@media (max-width: 767.98px) {
    .catalog-filter__close {
        width: 30px;
        height: 30px;
        padding: 5px;
        top: 0px;
        right: 0px;
    }

    .catalog-filter__item-head {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .catalog-filter__item-body {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .catalog-filter__item-head + .catalog-filter__item-body {
        margin-top: 5px;
    }

    .catalog-filter__content {
        padding: 30px 0;
    }

    .catalog-filter__nav {
        padding: 16px 0;
    }
}

/* TAGS LIST */
ul.tags-list {
    margin: 0 -5px -10px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.tags-list li {
    margin: 0 5px 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    padding-left: 0;
}

ul.tags-list li:before {
    display: none;
}

.tag {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    line-height: 30px;
    font-size: 14px;
    position: relative;
    padding: 0 10px;
    background: #01b8d9;
    color: #fff;
}

.tag.tag-gray {
    background: #f6f7fb;
    color: #000;
}

a.tag,
button.tag,
label.tag {
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    cursor: pointer;
}

a.tag,
button.tag,
label.tag {
    background: #01b8d9;
    color: #fff;
}

a.tag:hover,
button.tag:hover,
label.tag:hover {
    background: #1cdcff;
    color: #fff;
}

a.tag.tag-gray,
button.tag.tag-gray,
label.tag.tag-gray {
    background: #f6f7fb;
    color: #000;
}

a.tag.tag-gray:hover,
button.tag.tag-gray:hover,
label.tag.tag-gray:hover {
    background: #edf0f9;
    color: #000;
}

.tag .tag-remove {
    display: inline-block;
    vertical-align: top;
    padding: 8px;
    margin-right: -10px;
}

.tag .tag-remove {
    color: #fff;
}

.tag .tag-remove .icon {
    margin: 0;
    display: block;
    max-height: 100%;
}

/* MAIN MENU */
.main-menu {
    position: fixed;
    width: 100%;
    max-width: 100vw;
    max-height: 100vh;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 200;
    color: inherit;
    overflow: auto;
}

.main-menu:not(.active) {
    display: none;
}

.main-menu.active {
    -webkit-animation: fade-in 0.3s;
    animation: fade-in 0.3s;
}

.main-menu .header {
    background: #fff;
}

.main-menu .header__items-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main-menu .header__item--menu-mobile {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.main-menu .header__item--menu-mobile .icon {
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.main-menu .header__item--menu-mobile .icon {
    fill: #ccd2e3;
}

.main-menu .header__item--menu-mobile:hover .icon {
    fill: #1cdcff;
}

.main-menu .header__item--logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: auto !important;
}

@media (min-width: 1200px) {
    .main-menu .header__item {
        margin-left: 30px;
    }

    .main-menu .header__item--logo {
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .main-menu .header {
        margin-bottom: 25px;
    }
}

.main-menu .header__item--search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.main-menu .header__item--search .search-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -30px;
}

.main-menu .header__item--search .search-form .btn-close {
    display: block;
}

.main-menu .header__item--search:not(.active) .search-toggler {
    display: block;
}

.main-menu .header__item--search:not(.active) .search-form {
    display: none;
}

@media (max-width: 1199.98px) {
    .main-menu .header__item--search .search-form {
        top: 0;
        margin-top: 0;
    }
}

.main-menu__content {
    width: 100%;
    padding-top: 162px;
    padding-bottom: 40px;
}

@media (min-width: 1400px) and (max-width: 1799.98px) {
    .main-menu__content {
        padding-top: 157px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .main-menu__content {
        padding-top: 150px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .main-menu__content {
        padding-top: 89px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .main-menu__content {
        padding-top: 70px;
        padding-bottom: 24px;
    }
}

.main-menu .nav-tabs-container {
    margin-bottom: 2em;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .main-menu .nav-tabs-container {
        margin-bottom: 1.5em;
    }
}

@media (min-width: 1200px) {
    .main-menu-items {
        margin-bottom: -40px;
    }

    .main-menu-items .main-menu-item {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .main-menu-items {
        margin-bottom: -30px;
    }

    .main-menu-items .main-menu-item {
        margin-bottom: 30px;
    }
}

.main-menu__back .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 24px;
    margin-top: 0.2em;
}

@media (min-width: 1200px) {
    .main-menu__nav {
        margin-bottom: 2em;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .main-menu__nav {
        margin-bottom: 1.5em;
    }
}

@media (max-width: 767.98px) {
    .main-menu__nav {
        margin-bottom: 1em;
    }
}

.main-menu-item {
    position: relative;
    padding-left: 105px;
    font-size: 16px;
    line-height: 24px;
    min-height: 75px;
}

.main-menu-item a {
    color: inherit;
}

.main-menu-item a:hover {
    color: #1cdcff;
}

.main-menu-item__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
    border: 4px solid #edf0f9;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
    display: block;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.main-menu-item__image:hover {
    border-color: #1cdcff;
}

.main-menu-item__image picture {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.main-menu-item__image img {
    max-width: 100%;
    max-height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.main-menu-item__title {
    font-weight: 700;
    margin-bottom: 1em;
}

.main-menu-item__list {
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.main-menu-item__list li {
    padding: 0;
}

.main-menu-item__list li:before {
    display: none;
}

.main-menu-item__list > li > a:not(:only-child) {
    display: inline-block;
    vertical-align: top;
}

.main-menu-item__list > li > a:not(:only-child):after {
    content: '';
    border: 5px solid transparent;
    border-top-color: #01b8d9;
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    margin-top: 9px;
    -webkit-transition: border-top-color 0.3s;
    -o-transition: border-top-color 0.3s;
    transition: border-top-color 0.3s;
}

.main-menu-item__list > li > a:not(:only-child):hover:after {
    border-top-color: #1cdcff;
}

.main-menu-item__sub-list {
    padding-left: 1em;
    margin: 6px 0 0;
}

.main-menu-item__list > li:not(.active) .main-menu-item__sub-list {
    display: none;
}

.main-menu-item__list > li.active > a:not(:only-child) {
    font-weight: 700;
}

.main-menu-item__list > li.active > a:not(:only-child):after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 5px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .main-menu-item {
        padding-left: 91px;
    }
}

@media (max-width: 767.98px) {
    .main-menu-item {
        padding-left: 0;
        font-size: 15px;
        min-height: 52px;
    }

    .main-menu-item__image {
        top: -2px;
        width: 52px;
        height: 52px;
    }

    .main-menu-item__title {
        padding-left: 67px;
    }

    .main-menu-item__title a {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
    }

    .main-menu-item__list > li {
        margin: 15px 0 0;
        line-height: 1.4;
    }

    .main-menu-item__list > li:first-child {
        margin-top: 24px;
    }
}

.main-menu__list {
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.main-menu__list li {
    padding: 0;
}

.main-menu__list li:before {
    display: none;
}

.main-menu__list a {
    color: #000;
}

.main-menu__list a:hover {
    color: #1cdcff;
}

.main-menu__list > li {
    margin: 0 0 20px;
}

.main-menu__list > li > a {
    font-weight: 600;
}

.main-menu__list > li > a:not(:only-child) {
    display: inline-block;
    vertical-align: top;
}

.main-menu__list > li > a:not(:only-child):after {
    content: '';
    border: 5px solid transparent;
    border-top-color: #01b8d9;
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    margin-top: 11px;
    -webkit-transition: border-top-color 0.3s;
    -o-transition: border-top-color 0.3s;
    transition: border-top-color 0.3s;
}

.main-menu__list > li > a:not(:only-child):hover:after {
    border-top-color: #1cdcff;
}

.main-menu__sub-list {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}

.main-menu__sub-list > li {
    margin: 15px 0 0;
}

.main-menu__list > li:not(.active) .main-menu__sub-list {
    display: none;
}

.main-menu__list > li.active > a:not(:only-child):after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 5px;
}

body.main-menu-open {
    overflow: hidden;
    height: 100%;
}

/*@media (min-width: 1200px) {
    body.main-menu-open,
    body.main-menu-open .header,
    body.main-menu-open .main-menu {
        padding-right: 17px;
    }
}*/

/* ARTICLES ITEM */
.articles-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    padding: 40px;
    background: #fff;
}

.articles-item__image,
.articles-item__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

.articles-item__image {
    padding-right: 40px;
}

.articles-item__image a {
    display: block;
}

.articles-item__image picture,
.articles-item__image img {
    width: 100%;
}

.articles-item__content {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.articles-item__date,
.articles-item__title,
.articles-item__description,
.articles-item__detail-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}

.articles-item__date {
    display: block;
    color: #999999;
    margin-bottom: 10px;
}

.articles-item__title {
    margin-bottom: 10px;
    max-height: calc(1em * 24 / 17 * 3);
    overflow: hidden;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 3) and (-webkit-box-orient: vertical) {
    .articles-item__title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

.articles-item__description {
    margin-bottom: 10px;
    max-height: calc(1em * 24 / 17 * 3);
    overflow: hidden;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 3) and (-webkit-box-orient: vertical) {
    .articles-item__description {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .articles-item {
        padding: 30px;
    }

    .articles-item__title {
        max-height: calc(1em * 24 / 17 * 2);
        overflow: hidden;
    }

    @supports (display: -webkit-box) and (-webkit-line-clamp: 2) and (-webkit-box-orient: vertical) {
        .articles-item__title {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }
    }
}

@media (min-width: 1400px) and (max-width: 1799.98px) {
    .articles-item__image {
        padding-right: 20px;
    }

    .articles-item__date,
    .articles-item__title,
    .articles-item__description {
        margin-bottom: 8px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .articles-item__image {
        padding-right: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%;
    }

    .articles-item__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%;
    }
}

@media (max-width: 1199.98px) {
    .articles-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .articles-item__image,
    .articles-item__content {
        max-width: 100%;
        width: 100%;
    }

    .articles-item__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .articles-item__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .articles-item__detail-link {
        margin-top: auto;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .articles-item {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .articles-item {
        padding: 15px;
    }
}

/* DIGIT ITEM */
.digit-item {
    padding: 50px 50px 60px 60px;
    color: inherit;
    background-color: #f6f7fb;
    white-space: nowrap;
}

.digit-item.blue {
    color: #fff;
    background-color: #022391;
}

.digit-item__number {
    font-weight: 800;
    font-size: 70px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.digit-item__units {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.75em;
    margin-top: 0.25em;
    margin-bottom: 1em;
    font-size: 17px;
    font-weight: 600;
}

.digit-item__text {
    display: block;
    margin-bottom: 0;
    line-height: 1.41667;
    white-space: normal;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .digit-item {
        padding: 30px;
    }

    .digit-item__number {
        font-size: 45px;
    }

    .digit-item__text {
        font-size: 18px;
    }

    .digit-item__units {
        margin-left: 0.5em;
        margin-top: 0.1em;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .digit-item {
        padding: 40px;
    }

    .digit-item__number {
        font-size: 64px;
    }

    .digit-item__text {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .digit-item {
        padding: 32px;
    }

    .digit-item__number {
        font-size: 70px;
    }
}

/* CERTIFICATE ITEM */
.certificate-item {
    display: block;
    padding: 40px 40px 35px;
    background: #fff;
}

.certificate-item__image {
    position: relative;
    padding-top: 142.20183%;
    margin-bottom: 24px;
    overflow: hidden;
    width: 100%;
}

.certificate-item__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

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

.certificate-item {
    color: #000;
}

.certificate-item:hover {
    color: #01b8d9;
}

.certificate-item:hover .certificate-item__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .certificate-item {
        padding: 30px 30px 24px;
    }

    .certificate-item__image {
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .certificate-item {
        padding: 16px;
    }

    .certificate-item__image {
        margin-bottom: 16px;
    }
}

/* CONTACTS ITEM */
.contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts-item__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 30px;
    margin-bottom: 20px;
}

.contacts-item__head {
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%;
    max-width: 21%;
    width: 21%;
    margin-bottom: 10px;
}

.contacts-item__title {
    margin-bottom: 10px;
}

.contacts-item__head .label {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-bottom: 10px;
}

.contacts-item__content {
    -ms-flex-preferred-size: 79%;
    flex-basis: 79%;
    max-width: 79%;
    width: 79%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts-item__location {
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
    max-width: 46%;
    width: 46%;
    position: relative;
    padding-right: 100px;
}

.contacts-item__info-row {
    position: relative;
    padding-left: 30px;
}

.contacts-item__info-row + .contacts-item__info-row {
    margin-top: 8px;
}

.contacts-item__info-row .icon {
    width: 20px;
    height: 20px;
    fill: #edf0f9;
    position: absolute;
    left: 0;
    top: 0.70588em;
    margin-top: -10px;
}

.contacts-item__show-on-map-desktop-row .contacts-item__show-on-map {
    font-size: 15px;
}

.contacts-item__copy {
    position: absolute;
    right: 40px;
    top: 0;
}

.contacts-item__copy .icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
}

.contacts-item__phones {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    max-width: 31%;
    width: 31%;
}

.contacts-item__timetable {
    padding-right: 0;
    font-size: 15px;
    line-height: 1.6;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    max-width: 23%;
    width: 23%;
}

.contacts-item__status {
    position: relative;
    padding-left: 16px;
}

.contacts-item__status:before {
    content: '';
    left: 0;
    top: 0.8em;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    position: absolute;
}

.contacts-item__status.green:before {
    background-color: #01d924;
}

.contacts-item__status.red:before {
    background-color: #f63f26;
}

.contacts-item__show-on-map-mobile-row {
    display: none;
}

.contacts-item__workhours {
    text-transform: lowercase;
}

@media (min-width: 1200px) {
    .contacts-item {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
    .contacts-item__head {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%;
    }

    .contacts-item__content {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%;
    }

    .contacts-item__phones {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        width: 50%;
    }

    .contacts-item__timetable {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media (max-width: 1399.98px) {
    .contacts-item__show-on-map-desktop-row {
        display: none;
    }

    .contacts-item__col.contacts-item__show-on-map-mobile-row {
        display: block;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 0;
    }

    .contacts-item__location {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        padding-right: 40px;
    }

    .contacts-item__copy {
        right: 0;
    }
}

@media (max-width: 1199.98px) {
    .contacts-item__col {
        margin-bottom: 15px;
    }

    .contacts-item__head {
        margin-bottom: 5px;
    }
}

@media (max-width: 767.98px) {
    .contacts-item__head,
    .contacts-item__content,
    .contacts-item__phones,
    .contacts-item__timetable {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    .contacts-item__copy {
        display: none;
    }

    .contacts-item__col {
        padding-right: 0;
    }

    .contacts-item__location {
        padding-right: 0;
        margin-bottom: 8px;
    }

    .contacts-item__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contacts-item__title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
        margin-right: 1em;
    }

    .contacts-item__head .label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

/* --------------------------------------- PAGES STYLES ---------------------------------------- */
/* MAIN PAGE */
.main-page {
    margin-top: -180px;
}

@media (max-width: 1199.98px) {
    .main-page {
        margin-top: -75px;
    }
}

/* MAIN FIRST SCREEN SLIDER */
.main-first-screen {
    padding: 0;
    position: relative;
}

.main-first-screen__slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#main-first-slider {
    padding-top: 145px;
}

.main-first-screen__slider .swiper-slide {
    height: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-txt {
    max-width: calc(100% - 1200px);
}

.slide-txt .page-title {
    height: 145px;
    margin-bottom: 10px;
    font-size: 45px;
}

.main-first-screen__slider .swiper-pagination {
    text-align: left;
    margin: 50px -10px -20px;
}

.main-first-screen__slider .swiper-pagination > .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    background: rgba(1, 184, 217, 0.25);
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 20px !important;
    position: relative;
    opacity: 1;
    cursor: pointer;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: auto;
    overflow: hidden;
}

.main-first-screen__slider .swiper-pagination > .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #01b8d9;
    border-radius: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.main-first-screen__slider .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-animation: exist-from-left 5s linear;
    animation: exist-from-left 5s linear;
}

@media (max-width: 1799px) {
    
    .main-first-screen__slider .swiper-slide {
        height: 552px;
    }
    .slide-txt {
        max-width: 465px;
    }
    #main-first-slider .btn {
        margin-right: 0;
    }
}

@media (max-width: 1399px) {
    #main-first-slider {
        padding-top: 127px;
    }
    .main-first-screen__slider .swiper-slide {
        height: 463px;
    }
    .slide-txt {
        max-width: 410px;
    }
    .slide-txt .page-title {
        font-size: 40px;
        line-height: 1;
        height: 120px;
    }
    #main-first-slider .btn {
        font-size: 15px;
        padding: 8px 18px;
        height: 44px;
    }
    #main-first-slider .swiper-button {
        font-size: 15px;
        padding: 8px 18px;
        height: 44px;
        width: 70px;
    }
    .main-first-screen__slider .swiper-pagination > .swiper-pagination-bullet {
        width: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    #main-first-slider {
        padding-top: 80px;
    }
    .main-first-screen__slider .swiper-slide {
        height: 595px;
        justify-content: space-between;
    }
    .slide-txt {
        padding: 0;
        margin: 0;
    }
    .main-first-screen__slider .swiper-pagination {
        margin-top: 40px;
    }
}

@media (max-width: 1024px) {
    .main-first-screen__slider .swiper-slide {
        height: 422px;
    }
    .slide-txt {
        max-width: 280px;
    }
    .slide-txt .page-title {
        font-size: 36px;
    }
    #main-first-slider .btn {
        font-size: 15px;
        padding: 5px 15px;
        height: 40px;
    }
    #main-first-slider .swiper-button {
        font-size: 15px;
        padding: 5px 15px;
        height: 40px;
        width: 50px;
    }
    .main-first-screen__slider .swiper-pagination > .swiper-pagination-bullet {
        width: 30px;
    }
}
@media (max-width: 767.98px) {
    .main-first-screen__slider .swiper-nav {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    #main-first-slider {
        padding-top: 80px;
    }
    .main-first-screen__slider .swiper-slide {
        height: 570px;
        flex-direction: column;
    }
    .slide-txt {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        height: auto;
        order: 2;
    }
    .slide-txt .page-title {
        height: auto;
        font-size: 4vw;
        line-height: 5vw;
        text-align: center;
    }
    .slide-bg {
        order: 1;
    }
    .buttons-line {
        position: relative;
        height: 40px;
    }
    .swiper-nav {
        margin: 0;
    }
    #main-first-slider .btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        width: calc(100% - 110px);
        margin: 0;
        z-index: 2;
    }
     #main-first-slider .swiper-button {
        background-color: #01b8d9;
        color: #fff;
    }
     #main-first-slider .swiper-button:hover {
        background-color: #1cdcff;
    }

    .main-first-screen__slider .swiper-button {
        width: 32px;
        height: 32px;
        border: none;
    }

    .main-first-screen__slider .swiper-button {
        background-color: transparent;
        color: #01b8d9;
    }

    .main-first-screen__slider .swiper-button:hover {
        background-color: transparent;
        color: #1cdcff;
    }

    .main-first-screen__slider .swiper-button-disabled {
        background-color: transparent;
        color: #fff;
    }

    .main-first-screen__slider .swiper-button-disabled:hover {
        background-color: transparent;
        color: #fff;
    }

    .main-first-screen__slider .swiper-pagination {
        display: none;
    }
}

@media (max-width: 480px) {
    #main-first-slider {
        padding-top: 60px;
    }
}

/* MAIN FIRST SCREEN MENU */
.main-first-screen__menu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(228, 232, 243, 0.4);
    padding: 25px 0;
    z-index: 5;
}

@supports ((-webkit-backdrop-filter: blur(30px)) or (backdrop-filter: blur(30px))) {
    .main-first-screen__menu {
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
    }
}

.main-first-screen__menu .swiper-slide {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0;
    padding: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0;
}

.main-first-screen__menu .swiper-slide:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.main-first-screen__menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 25px 10px 25px 20px;
    height: 100px;
    margin: -25px 0;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    border-radius: 4px;
}

.main-first-screen__menu-item {
    color: #000;
    background-color: transparent;
}

.main-first-screen__menu-item:hover {
    color: #fff;
    background-color: #01b8d9;
}

.main-first-screen__menu-item .icon,
.main-first-screen__menu-item img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    max-width: 50px;
    min-width: 50px;
}

.main-first-screen__menu-item .icon[loading="lazy"][src*="loader.svg"],
.main-first-screen__menu-item img[loading="lazy"][src*="loader.svg"] {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.main-first-screen__menu-item .icon {
    margin: 0 10px 0 0;
    display: block;
    height: auto;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.main-first-screen__menu-item .icon-hover {
    margin-left: -60px;
    position: relative;
    z-index: 1;
}

.main-first-screen__menu-item .icon-default {
    opacity: 1;
}

.main-first-screen__menu-item .icon-hover {
    opacity: 0;
}

.main-first-screen__menu-item:hover .icon-hover {
    opacity: 1;
}

.main-first-screen__menu-item > span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 60px);
}

@media (min-width: 768px) {
    .main-first-screen__menu .swiper-container {
        overflow: visible;
    }

    .main-first-screen__menu .swiper-slide {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .main-first-screen__menu-item .icon,
    .main-first-screen__menu-item img {
        width: 36px;
        max-width: 36px;
        min-width: 36px;
    }

    .main-first-screen__menu-item .icon {
        margin-right: 5px;
    }

    .main-first-screen__menu-item .icon-hover {
        margin-left: -41px;
    }

    .main-first-screen__menu-item {
        padding-left: 5px;
        padding-right: 5px;
        height: 92px;
    }

    .main-first-screen__menu {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .main-first-screen__menu .swiper-container {
        margin-bottom: -50px;
    }

    .main-first-screen__menu .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-first-screen__menu .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%;
        margin-bottom: 50px;
    }

    .main-first-screen__menu .swiper-slide:nth-child(3n) {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }

    .main-first-screen__menu-item {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767.98px) {
    .main-first-screen__menu {
        position: static;
        background: #fff;
        padding: 26px 0 10px;
        z-index: auto;
    }

    @supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
        .main-first-screen__menu {
            -webkit-backdrop-filter: none;
            backdrop-filter: none;
        }
    }
    .main-first-screen__menu .swiper-container {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .main-first-screen__menu .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        border-left: none;
        width: auto !important;
    }

    .main-first-screen__menu .swiper-slide:last-child {
        border-right: none;
    }

    .main-first-screen__menu-item {
        display: block;
        padding: 0;
        margin: 0;
        height: auto;
        text-align: center;
    }

    .main-first-screen__menu-item .icon[loading="lazy"][src*="loader.svg"],
    .main-first-screen__menu-item img[loading="lazy"][src*="loader.svg"] {
        position: relative;
    }

    .main-first-screen__menu-item .icon {
        margin: 0 auto;
    }

    .main-first-screen__menu-item .icon-hover {
        display: none;
    }

    .main-first-screen__menu-item > span {
        display: block;
        max-width: none;
    }
}

/* MAIN OFFERS */
.main-offers-item {
    display: block;
    overflow: hidden;
    border: 1px solid #ccd2e3;
}

.main-offers-item picture,
.main-offers-item img {
    display: block;
    width: 100%;
    height: 100%;
}

.main-offers-item img[loading="lazy"][src*="loader.svg"] {
    position: relative;
}

a.main-offers-item img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

a.main-offers-item img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.main-offers .section__title {
    max-width: 14em;
}

@media (min-width: 768px) {
    .main-offers .swiper-container {
        overflow: visible;
    }

    .main-offers .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: none;
        width: auto;
    }

    .main-offers .swiper-slide {
        margin-right: 0 !important;
        margin-left: 0 !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        min-width: 0;
    }
}

@media (min-width: 1200px) {
    .main-offers .swiper-wrapper {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -30px;
    }

    .main-offers .swiper-slide {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .main-offers .swiper-wrapper {
        margin-left: -8px;
        margin-right: -8px;
        margin-bottom: -20px;
    }

    .main-offers .swiper-slide {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .main-offers .swiper-container {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: -16px;
        margin-right: -16px;
    }

    /*.main-offers .swiper-slide {
        width: 240px !important;
        max-width: 240px;
    }*/
}

/* MAIN REQUESTS */
.main-requests-list:not(.active) ~ .section__nav .btn-hide {
    display: none;
}

.main-requests-list.active ~ .section__nav .btn-show {
    display: none;
}

@media (max-width: 767.98px) {
    .main-requests-list:not(.active) .row > [class^="col"]:nth-child(n+5) {
        display: none;
    }

    .main-requests .section__nav {
        margin-top: 10px;
    }
}

/* MAIN ABOUT */
@media (min-width: 1200px) {
    .main-about .section__nav {
        margin-top: 50px;
    }
}

@media (max-width: 1199.98px) {
    .main-about .items-list {
        margin-bottom: -24px;
    }

    .main-about .items-list .list-item {
        margin-bottom: 24px;
    }
}

/* MAIN SUBSCRIBE */
.main-subscribe .section__title {
    max-width: 13em;
}

.main-subscribe .section__desc {
    margin-bottom: 1.5em;
    max-width: 550px;
}

.main-subscribe__image img[loading="lazy"][src*="loader.svg"] {
    margin: 0 !important;
}

@media (min-width: 768px) {
    .main-subscribe .site-form .form-group {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .main-subscribe .section__title {
        margin-bottom: 0;
    }
}

@media (max-width: 1799.98px) {
    .main-subscribe .section__title {
        max-width: none;
    }

    .main-subscribe .section__desc {
        max-width: none;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .main-subscribe__image {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .main-subscribe__image {
        width: 80px;
        margin-bottom: 15px;
    }

    .main-subscribe .section__title {
        margin-bottom: 20px;
    }
}

/* MAIN BRANDS */
.main-brands .tab-container {
    margin-top: 35px;
}

.main-brands .tab-container .items-list:not(:last-child) {
    margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .main-brands .tab-container .items-list:not(:last-child) {
        margin-bottom: 20px;
    }

    .main-brands .tab-container {
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .main-brands .tab-container .items-list:not(:last-child) {
        margin-bottom: 20px;
    }

    .main-brands .tab-container {
        margin-top: 30px;
    }
}

/* MAIN CONTACTS */
.main-contacts {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.main-contacts-list:not(.active) .row > [class^="col"]:nth-child(n+7) {
    display: none;
}

.main-contacts-list:not(.active) ~ .section__nav .btn-hide {
    display: none;
}

.main-contacts-list.active ~ .section__nav .btn-show {
    display: none;
}

/* MAIN FAQ */
.main-faq .section__title {
    max-width: none;
}

.main-faq .section__desc {
    margin-bottom: 2em;
}

.main-faq__image img[loading="lazy"][src*="loader.svg"] {
    margin: 0 !important;
}

@media (min-width: 1800px) {
    .main-faq .site-form .form-group {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .main-faq__image {
        margin-bottom: 30px;
    }

    .main-faq .site-form .form-group {
        margin-bottom: 0;
    }

    .main-faq .section__title {
        padding-left: 24px;
    }
}

@media (max-width: 767.98px) {
    .main-faq__image {
        width: 80px;
        margin-bottom: 15px;
    }

    .main-faq .section__title {
        margin-bottom: 20px;
    }
}

/* CATALOG SLIDER */
.catalog-slider .swiper-wrapper {
    z-index: 1;
}

@media (min-width: 768px) {
    .catalog-slider .swiper-container {
        overflow: visible;
    }

    .catalog-slider .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: none;
        width: auto;
    }

    .catalog-slider .swiper-slide {
        margin-right: 0 !important;
        margin-left: 0 !important;
        min-width: 0;
    }
}

@media (min-width: 1200px) {
    .catalog-slider .swiper-wrapper {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -30px;
    }

    .catalog-slider .swiper-slide {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .catalog-slider .swiper-wrapper {
        margin-left: -8px;
        margin-right: -8px;
        margin-bottom: -20px;
    }

    .catalog-slider .swiper-slide {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
    .catalog-slider .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .catalog-slider .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%;
    }
}

@media (max-width: 767.98px) {
    .catalog-slider .swiper-container {
        padding: 40px 16px;
        margin: -40px -16px;
    }

    /*.catalog-slider .swiper-slide {
        width: 140px !important;
        max-width: 140px;
    }*/
}

/* CATALOG SLIDER RECOMMENDED */
.catalog-recommended-slider .swiper-wrapper {
    z-index: 1;
}

.catalog-recommended-slider .swiper-slide .catalog-item {
    margin-bottom: 0;
}

.catalog-recommended-slider .catalog-list {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .catalog-recommended-slider .swiper-container {
        padding: 50px 24px 300px;
        margin: -50px -24px -300px;
    }
}

@media (max-width: 1199.98px) {
    .catalog-recommended-slider .swiper-container {
        padding: 40px 16px;
        margin: -40px -16px;
    }
}

@media (max-width: 767.98px) {
    .catalog-recommended-slider .swiper-container {
        padding: 40px 16px;
        margin: -40px -16px;
    }

    /*.catalog-recommended-slider .swiper-slide {
        width: 140px !important;
        max-width: 140px;
    }*/
}

/* GOODS BY PURPOSE */
@media (min-width: 768px) and (max-width: 1023.98px) {
    .goods-by-purpose .catalog-list .row > [class^="col"]:nth-child(n+4),
    .goods-by-purpose .catalog-list .swiper-slide:nth-child(n+4) {
        display: none;
    }
}

/* CATALOG PAGE */
.catalog-page {
    background: #f6f7fb;
}

.catalog-page .page-bg-image {
    background-color: #f6f7fb;
}

.catalog-page .page-bg-image:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f7fb), to(rgba(246, 247, 251, 0)));
    background-image: -o-linear-gradient(bottom, #f6f7fb, rgba(246, 247, 251, 0));
    background-image: linear-gradient(0deg, #f6f7fb, rgba(246, 247, 251, 0));
}

.catalog-page .catalog-wrapper {
    padding-top: 0;
}

.catalog-page .catalog-wrapper + section.bg-gray {
    padding-top: 0;
}

.catalog-page .catalog-content .catalog-subsection {
    margin-bottom: 50px;
}

.catalog-page .catalog-content .catalog-subsection:last-child {
    margin-bottom: 0;
}

.catalog-page .catalog-content .catalog-subsection .section__title {
    max-width: none;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .catalog-page .catalog-content .catalog-subsection {
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
    .catalog-page .catalog-list.short .row > [class^="col"]:nth-child(n+5) {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .catalog-page .catalog-list.short .row > [class^="col"]:nth-child(n+4) {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .catalog-page .catalog-list.short .row > [class^="col"]:nth-child(n+3) {
        display: none;
    }

    .catalog-page .catalog-content .catalog-subsection {
        margin-bottom: 30px;
    }
}

.catalog-controls {
    background: #fff;
    padding: 23px 40px 11px 40px;
    margin-bottom: 30px;
}

.catalog-controls .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-controls__item {
    margin-bottom: 12px;
}

.catalog-controls__item.item--sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.catalog-controls__item.item--sort .title {
    color: #999999;
    margin-right: 1em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.catalog-controls__item.item--sort .dropdown {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.catalog-controls__item.item--sort .dropdown-toggler {
    color: #000;
}

.catalog-controls__item.item--sort .dropdown-toggler:hover {
    color: #1cdcff;
}

.catalog-controls__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-weight: 400;
}

.catalog-controls__button {
    color: #000;
}

.catalog-controls__button:hover {
    color: #1cdcff;
}

.catalog-controls__button .icon {
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    fill: #ccd2e3;
}

.catalog-controls__button span {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.catalog-controls__button.active {
    font-weight: 600;
}

.catalog-controls__button.active .icon {
    fill: #01b8d9;
}

.catalog-controls__item.item--view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.catalog-controls__item.item--view .catalog-controls__button {
    margin-right: 40px;
}

.catalog-controls__item.item--view .catalog-controls__button:last-child {
    margin-right: 0;
}

.catalog-controls__item.item--result {
    color: #999999;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .catalog-controls {
        padding-left: 30px;
        padding-right: 30px;
    }

    .catalog-controls__item.item--view .catalog-controls__button {
        margin-right: 30px;
    }
}

@media (max-width: 1199.98px) {
    .catalog-controls {
        padding: 15px 15px 3px 15px;
    }

    .catalog-controls__button .icon {
        width: 18px;
        height: 18px;
    }

    .catalog-controls__item.item--view .catalog-controls__button {
        margin-right: 14px;
        font-size: 0;
        line-height: 0;
    }

    .catalog-controls__item.item--view .catalog-controls__button .icon {
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .catalog-controls .row {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 768px) {
    .catalog-content .page__nav {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .catalog-content.view--list .catalog-list .row > [class^="col"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* BRANDS PAGE */
.brand-country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.brand-country__flag {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    max-width: 45px;
    width: 45px;
    height: auto;
    margin-right: 15px;
}

.brand-country__name {
    font-size: 15px;
    font-weight: 400;
}

.brand-page-logo {
    width: 225px;
    max-width: 225px;
    line-height: 1.13333;
    margin-top: 10px;
}

.brand-page-logo__image {
    width: 100%;
}

.brand-page-logo__image img {
    width: 100%;
}

.brand-page-logo__image img[loading="lazy"][src*="loader.svg"] {
    position: relative;
}

.brand-page-logo__text {
    margin-top: 1.75em;
    display: block;
    color: #999999;
}

.brand-menu li {
    padding: 0;
}

.brand-menu li:before {
    display: none;
}

.brand-menu__title {
    color: #999999;
    font-weight: 400;
    margin-bottom: 1em;
}

@media (max-width: 1199.98px) {
    .brand-page .catalog-aside {
        margin-top: 30px;
    }

    .brand-page-logo {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .brand-page-logo {
        width: auto;
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .brand-page-logo__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 225px;
        max-width: 225px;
        margin-right: 16px;
        margin-bottom: 20px;
    }

    .brand-page-logo__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto;
        max-width: calc(100% - 16px - 225px);
        margin: 0 0 20px;
    }
}

@media (max-width: 767.98px) {
    .brand-page-logo {
        width: 180px;
        max-width: 180px;
        margin-bottom: 20px;
    }

    .brand-page-logo__text {
        margin-top: 1em;
    }
}

.brands-slider .swiper-container {
    padding: 16px;
    margin: -16px;
}

.brands-page .catalog-content hr {
    background: #edf0f9;
    margin-top: 0;
}

.brands-controls {
    padding: 25px 40px 10px 40px;
    background: #fff;
    margin-bottom: 10px;
}

.brands-controls:last-child {
    margin-bottom: 0;
}

.brands-controls__item {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.brands-controls__title {
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 1em;
    color: #999999;
}

.brands-controls__list {
    margin: 0 -0.5em 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brands-controls__list li {
    margin: 0;
    padding: 0;
}

.brands-controls__list li:before {
    display: none;
}

.brands-controls__list a {
    display: block;
    padding: 0 0.5em;
}

.brands-controls__list a.active {
    font-weight: 600;
}

.brands-controls__item.sm .brands-controls__list {
    margin-left: -0.25em;
    margin-right: -0.25em;
}

.brands-controls__item.sm .brands-controls__list a {
    padding-left: 0.25em;
    padding-right: 0.25em;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .brands-controls {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1199.98px) {
    .brands-controls {
        padding: 11px 15px 1px;
    }
}

.brand-desc-block {
    margin-bottom: 30px;
}

.brand-demo-slider .section__head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brand-demo-slider .section__head .section__title {
    margin-right: 0;
}

.brand-demo-slider .section__head .section__nav {
    margin-left: auto;
}

.brand-demo-slider .section__head .section__subtitle {
    color: #999999;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    min-width: 0;
    margin-top: -30px;
    padding-right: 50%;
}

.brand-demo-slider .section__head .brand-country {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .brand-demo-slider .section__head .section__subtitle {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .brands-page .catalog-content .brand-demo-slider .section__title {
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .brand-demo-slider .swiper-container {
        padding: 50px 24px 300px;
        margin: -50px -24px -300px;
    }
}

@media (max-width: 1199.98px) {
    .brand-demo__content {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .brand-demo-slider .section__head .section__subtitle {
        margin-top: -25px;
        padding-right: 0;
    }

    .brand-demo-slider .swiper-slide {
        width: 140px !important;
        max-width: 140px;
    }
}

.brand-demo__buttons {
    margin-bottom: 24px;
}

/* PAGE 404 */
.page-404 {
    margin-top: -180px;
    padding-top: 180px;
    background-color: #f6f7fb;
    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;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 100vh;
}

@media (max-width: 1199.98px) {
    .page-404 {
        margin-top: -75px;
    }
}

@media (max-width: 1199.98px) {
    .page-404 {
        padding-top: 75px;
    }
}

.page-404 .page__inner {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    padding-top: 20px;
}

.page-404 .page__image {
    position: static;
}

.page-404 .page__image img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: calc(100% - 180px);
    max-width: 75%;
}

.page-404 .page-title,
.page-404 .page-subtitle {
    color: #01b8d9;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .page-404 .page__inner {
        padding-bottom: 60px;
    }
}

@media (min-width: 1800px) {
    .page-404 .page-title {
        font-size: 300px;
        line-height: 0.8;
    }
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .page-404 .page-title {
        font-size: 200px;
        line-height: 0.75;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .page-404 .page-title {
        font-size: 160px;
        line-height: 0.75;
    }
}

@media (max-width: 1199.98px) {
    .page-404 .page__image {
        display: none;
    }

    .page-404 {
        min-height: 0;
    }
}

@media (max-width: 767.98px) {
    .page-404 .page-title {
        font-size: 130px;
        line-height: 0.76923;
    }
}

/* ARTICLES PAGE */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .articles-page .catalog-aside {
        margin-top: 16px;
    }
}

@media (max-width: 767.98px) {
    .articles-page .catalog-aside {
        margin-top: 40px;
    }
}

.articles-filter__title {
    display: block;
    color: #999999;
    margin-bottom: 1em;
    font-weight: 400;
}

.articles-filter .buttons-line {
    margin-top: 1em;
}

.articles-filter:not(.active) .tags-list li:nth-child(n+7) {
    display: none;
}

.articles-filter:not(.active) .articles-filter__hide-all {
    display: none;
}

.articles-filter.active .articles-filter__show-all {
    display: none;
}

@media (max-width: 767.98px) {
    .articles-filter {
        background: transparent;
        padding: 0;
        margin-bottom: 30px;
    }

    .articles-filter__title {
        display: none;
    }

    .articles-filter .buttons-line {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 10px;
    }

    .articles-page .catalog-controls__item.item--sort .dropdown-items {
        right: 0;
        left: auto;
    }
}

.articles-subscribe {
    padding-top: 40px;
    padding-bottom: 40px;
}

.articles-subscribe__image {
    display: block;
    width: 120px;
    margin-bottom: 24px;
    position: relative;
}

.articles-subscribe__image img {
    width: 100%;
}

.articles-subscribe__image img[loading="lazy"][src*="loader.svg"] {
    position: absolute;
}

.articles-subscribe__title {
    font-weight: 800;
    margin-bottom: 0.83333em;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .articles-subscribe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .articles-subscribe__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100px;
        max-width: 100px;
    }

    .articles-subscribe__title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100% - 100px);
        padding-left: 40px;
    }

    .articles-subscribe__desc,
    .articles-subscribe .site-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }

    .articles-subscribe .site-form .form-group {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .articles-subscribe {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .articles-subscribe__image {
        width: 80px;
        margin-bottom: 16px;
    }
}

.article-wrapper {
    padding-top: 0;
}

@media (min-width: 1200px) {
    .article-wrapper {
        padding-bottom: 0;
    }
}

.article-subsection {
    margin-bottom: 60px;
}

@media (max-width: 767.98px) {
    .article-subsection {
        margin-bottom: 40px;
    }
}

.article-other__list li {
    padding-left: 0;
}

.article-other__list li:before {
    display: none;
}

.article-page .articles-subscribe {
    margin-bottom: 0;
}

.article-detail-image {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px;
    position: relative;
    padding-top: 42.37288%;
}

.article-detail-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .article-detail-image {
        margin-bottom: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .article-detail-image {
        padding-top: 43.93939%;
    }
}

@media (max-width: 767.98px) {
    .article-detail-image {
        padding-top: 84.61538%;
    }
}

.article-content h2, .article-content .h2,
.article-content h3, .article-content .h3,
.article-content h4, .article-content .h4,
.article-content h5, .article-content .h5,
.article-content h6, .article-content .h6 {
    font-weight: 700;
    margin-bottom: 12px;
}

.article-nav {
    border-top: 2px solid #f6f7fb;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: -16px;
}

.article-nav .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-nav__item {
    margin-bottom: 16px;
}

.article-nav__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.article-nav__soc .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #999999;
    display: block;
    margin-right: 1em;
    margin-bottom: 10px;
}

.article-nav__soc .soc-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 0;
    max-width: 100%;
}

@media (min-width: 768px) {
    .article-nav .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 1199.98px) {
    .article-nav {
        margin-top: 16px;
        padding-top: 16px;
    }
}

@media (max-width: 767.98px) {
    .article-nav .row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article-nav__soc {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

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

.article-special .section__title {
    max-width: none;
}

.article-recommended {
    padding-top: 0;
}

@media (max-width: 767.98px) {
    .article-recommended .swiper-container {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .article-recommended .swiper-slide {
        width: 280px !important;
        max-width: 280px;
    }
}

/* ABOUT PAGE */
.about-page .page-head .page-top-menu {
    margin-bottom: 30px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.about-first {
    padding-top: 10px;
}

.about-first-image {
    margin-bottom: 88px;
}

.about-first-image img {
    width: 100%;
}

.about-first-image img[loading="lazy"][src*="loader.svg"] {
    position: relative;
}

.about-first__description p.xl {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 0.65em;
    margin-top: -0.4em;
}

.about-first__description p.bold {
    font-weight: 600;
    margin-bottom: 1.2em;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .about-first__description p.xl {
        font-size: 30px;
    }
}

@media (max-width: 1199.98px) {
    .about-first {
        padding-top: 0;
    }

    .about-first__description p.xl {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .about-first__description p.xl {
        font-size: 24px;
    }

    .about-first-image {
        margin-bottom: 40px;
    }

    .about-first__description-left {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .about-first__description p.xl {
        font-size: 16px;
        margin-bottom: 0.5em;
    }

    .about-first-image {
        margin-bottom: 30px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .about-first__description-left {
        margin-bottom: 8px;
    }

    .about-first__description p.bold {
        margin-bottom: 1em;
    }
}

.about-digits-slider {
    padding-top: 0;
}

@media (min-width: 768px) {
    .about-digits-slider .swiper-container {
        overflow: visible;
    }

    .about-digits-slider .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: none;
        width: auto;
    }

    .about-digits-slider .swiper-slide {
        margin-right: 0 !important;
        margin-left: 0 !important;
        min-width: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .about-digits-slider .swiper-wrapper {
        margin-left: -8px;
        margin-right: -8px;
    }

    .about-digits-slider .swiper-slide {
        padding-left: 8px;
        padding-right: 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .about-digits-slider .swiper-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }

    .about-digits-slider .swiper-slide {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
}

@media (max-width: 767.98px) {
    .about-digits-slider .swiper-container {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .about-digits-slider .swiper-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .about-digits-slider .swiper-slide {
        width: auto !important;
        max-width: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

.about-categories-slider {
    padding-top: 0;
}

.about-categories-slider .section__title {
    max-width: 19.5em;
}

.about-categories-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 25px 15px 25px 30px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.about-categories-item__icon,
.about-categories-item__icon img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    max-width: 50px;
    min-width: 50px;
}

.about-categories-item__icon[loading="lazy"][src*="loader.svg"],
.about-categories-item__icon img[loading="lazy"][src*="loader.svg"] {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.about-categories-item__icon {
    margin: 0 15px 0 0;
    display: block;
    height: auto;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.about-categories-item__icon.icon-hover {
    margin-left: -65px;
    position: relative;
    z-index: 1;
}

.about-categories-item__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 60px);
}

.about-categories-item__title {
    font-weight: 600;
    color: inherit;
}

.about-categories-item__info {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    display: block;
}

.about-categories-item {
    color: #000;
    background-color: #f6f7fb;
}

.about-categories-item .about-categories-item__info {
    color: #ccd2e3;
}

.about-categories-item .about-categories-item__icon.icon-default {
    opacity: 1;
}

.about-categories-item .about-categories-item__icon.icon-hover {
    opacity: 0;
}

.about-categories-item:hover {
    color: #fff;
    background-color: #01b8d9;
}

.about-categories-item:hover .about-categories-item__info {
    color: #edf0f9;
}

.about-categories-item:hover .about-categories-item__icon.icon-hover {
    opacity: 1;
}

@media (min-width: 768px) {
    .about-categories-slider .swiper-container {
        overflow: visible;
    }

    .about-categories-slider .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: none;
        width: auto;
    }

    .about-categories-slider .swiper-slide {
        margin-right: 0 !important;
        margin-left: 0 !important;
        min-width: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .about-categories-slider .swiper-wrapper {
        margin-left: -8px;
        margin-right: -8px;
    }

    .about-categories-slider .swiper-slide {
        padding-left: 8px;
        padding-right: 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .about-categories-slider .swiper-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }

    .about-categories-slider .swiper-slide {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .about-categories-item__icon,
    .about-categories-item__icon img {
        width: 40px;
        max-width: 40px;
        min-width: 40px;
    }

    .about-categories-item__icon {
        margin-right: 10px;
    }

    .about-categories-item__icon.icon-hover {
        margin-left: -50px;
    }

    .about-categories-item {
        padding: 20px 15px;
    }
}

@media (max-width: 767.98px) {
    .about-categories-slider .swiper-container {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .about-categories-slider .swiper-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .about-categories-slider .swiper-slide {
        width: auto !important;
        max-width: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .about-categories-slider .section__title {
        font-size: 20px;
        line-height: 1.3;
    }

    .about-categories-slider .swiper-container {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .about-categories-slider .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        border-left: none;
        width: auto !important;
    }

    .about-categories-item {
        display: block;
        padding: 0;
        margin: 0;
        height: auto;
        text-align: center;
    }

    .about-categories-item {
        color: #000;
        background-color: #fff;
    }

    .about-categories-item .about-categories-item__info {
        color: #ccd2e3;
    }

    .about-categories-item:hover {
        color: #000;
        background-color: #fff;
    }

    .about-categories-item:hover .about-categories-item__info {
        color: #ccd2e3;
    }

    .about-categories-item__icon[loading="lazy"][src*="loader.svg"],
    .about-categories-item__icon img[loading="lazy"][src*="loader.svg"] {
        position: relative;
    }

    .about-categories-item__icon {
        margin: 0 auto;
    }

    .about-categories-item__icon.icon-hover {
        display: none;
    }

    .about-categories-item__text {
        display: block;
        max-width: none;
    }
}

.about-mission {
    padding-top: 0;
}

.about-mission .section__title {
    max-width: calc(50% - 90px);
}

.about-mission__content {
    padding-right: 60px;
    padding-bottom: 90px;
}

.about-mission__image img {
    width: 100%;
}

.about-mission__image img[loading="lazy"][src*="loader.svg"] {
    position: relative;
}

@media (min-width: 1200px) {
    .about-mission .section__nav {
        margin-top: -60px;
    }
}

@media (max-width: 1799.98px) {
    .about-mission__content {
        padding-right: 0;
    }
}

@media (max-width: 1199.98px) {
    .about-mission .section__title {
        max-width: none;
    }

    .about-mission__content {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .about-mission .section__nav {
        margin-top: 16px;
    }

    .about-mission__image {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .about-mission .section__nav {
        margin-top: 10px;
    }

    .about-mission__image {
        margin-bottom: 24px;
    }
}

.about-blockquote {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #022391;
    color: #fff;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.about-blockquote .section__content {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.about-blockquote__author {
    position: static;
}

.about-blockquote__author img {
    position: absolute;
    right: 6%;
    bottom: 0;
    max-height: calc(100% - 30px);
    max-width: 25%;
}

.about-blockquote blockquote {
    max-width: 65%;
    padding-left: 9%;
    position: relative;
}

.about-blockquote blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/icon-blockquote-white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 28px;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .about-blockquote .section__content {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about-blockquote__author img {
        right: 0;
        max-width: 30%;
    }
}

@media (max-width: 1199.98px) {
    .about-blockquote__author {
        display: none;
    }

    .about-blockquote blockquote {
        max-width: none;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .about-blockquote .section__content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-blockquote blockquote {
        padding-right: 9%;
    }

    .about-blockquote blockquote:before {
        width: 28px;
        height: 22px;
    }
}

@media (max-width: 767.98px) {
    .about-blockquote .section__content {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .about-blockquote blockquote {
        padding-left: 0;
        padding-top: 50px;
        font-size: 15px;
        font-weight: 600;
    }

    .about-blockquote blockquote cite {
        font-size: 13px;
        font-weight: 400;
    }
}

.about-team__image {
    margin-right: 40px;
}

.about-team__image img {
    width: 100%;
}

.about-team__image img[loading="lazy"][src*="loader.svg"] {
    position: relative;
}

@media (min-width: 1200px) {
    .about-team .section__title {
        max-width: calc(50% - 30px);
    }
}

@media (max-width: 1799.98px) {
    .about-team__image {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .about-team__image {
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .about-team__image {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .about-page .main-contacts .section__title {
        max-width: 12em;
    }
}

.about-certificates__desc {
    padding-right: 30px;
    line-height: 1.41667;
}

.about-certificates-slider .section__head .section__nav {
    margin-top: 0;
}

@media (min-width: 1200px) {
    .about-certificates-slider .section__nav {
        margin-top: 40px;
    }
}

@media (max-width: 1799.98px) {
    .about-certificates__desc {
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .about-certificates-slider .swiper-container {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .about-certificates-slider .swiper-slide {
        width: 260px !important;
        max-width: 260px;
    }
}

/* ORDERING PAGE */
@media (min-width: 1200px) {
    .ordering-main {
        padding-bottom: 50px;
    }
}

@media (max-width: 1199.98px) {
    .ordering-main {
        padding-bottom: 10px;
    }
}

.ordering__subtitle {
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 1em;
}

@media (max-width: 1199.98px) {
    .ordering__subtitle {
        margin-bottom: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .ordering__subtitle {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .ordering__subtitle {
        font-size: 20px;
    }
}

.ordering__nav-back {
    margin-bottom: 20px;
}

.ordering__nav-back a {
    font-weight: 600;
}

.ordering__nav-back a .icon {
    width: 1.88235em;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
    margin-top: 0.2em;
}

.ordering__nav-back a .icon {
    fill: #ccd2e3;
}

.ordering__nav-back a:hover .icon {
    fill: #1cdcff;
}

.ordering-block {
    padding: 0;
    margin-bottom: 30px;
}

.ordering-block__head {
    padding: 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ordering-block__head .ordering__subtitle {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    margin-right: 0.66667em;
}

.ordering-block__head .btn-tooltip {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ordering-block__body {
    padding: 0 30px 30px;
}

.ordering-block.collapsible .ordering-block__head {
    cursor: pointer;
}

.ordering-block.collapsible .ordering-block__head:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 6px solid transparent;
    border-bottom: 0;
    border-top-width: 8px;
    border-top-color: #01b8d9;
    content: '';
    display: block;
    margin-top: 2px;
}

.ordering-block.collapsible.active .ordering-block__head:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ordering-block.collapsible:not(.active) .ordering-block__body {
    display: none;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .ordering-block__head,
    .ordering-block__body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ordering-block.collapsible .ordering-block__head:after {
        border-left-width: 5px;
        border-right-width: 5px;
        border-top-width: 7px;
    }
}

@media (max-width: 767.98px) {
    .ordering-block__head,
    .ordering-block__body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ordering-block.collapsible .ordering-block__head:after {
        border-left-width: 4px;
        border-right-width: 4px;
        border-top-width: 6px;
        margin-top: 0;
    }
}

.ordering-summary__auth {
    background: rgba(246, 63, 38, 0.05);
    padding: 15px 20px;
}

.ordering-summary .chars-table .chars-name {
    color: #999999;
}

.ordering-summary .chars-table .chars-value {
    font-weight: 600;
}

@media (min-width: 768px) {
    .ordering-summary__auth .row {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .ordering-summary .buttons-line .btn {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.catalog-item-preview {
    display: block;
    position: relative;
    padding-top: calc(100% - 4px);
    border: 2px solid #ccd2e3;
    -webkit-transition: color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
}

.catalog-item-preview:hover {
    border-color: #1cdcff;
}

.catalog-item-preview__image,
.catalog-item-preview__text-more {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.catalog-item-preview__image img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-height: 100%;
}

.catalog-item-preview__text-more span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 800;
}

@media (min-width: 768px) {
    .ordering-products-slider__summary {
        margin-left: auto;
    }
}

@media (max-width: 1799.98px) {
    .ordering-products-slider .swiper-slide {
        max-width: 79px;
        width: 79px !important;
    }
}

@media (max-width: 767.98px) {
    .ordering-products-slider__summary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 16px;
    }
}

.ordering-payer p {
    margin-bottom: 5px;
}

.ordering-payer__title {
    font-weight: 600;
    position: relative;
    padding-left: 40px;
}

.ordering-payer__title .icon {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0.70588em;
    margin-top: -12px;
    fill: #ccd2e3;
    display: block;
}

.ordering-select-list li {
    padding: 0;
    margin: 0 0 20px;
}

.ordering-select-list li:before {
    display: none;
}

.ordering-select-item {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    padding-left: 40px;
    color: inherit;
}

.ordering-select-item:hover {
    color: #1cdcff;
}

.ordering-select-item .icon {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0.70588em;
    margin-top: -12px;
    fill: #ccd2e3;
    display: block;
}

.ordering-select-list input:checked + label.ordering-select-item {
    color: #01b8d9;
}

.ordering-select-list input:checked + label.ordering-select-item:hover {
    color: #1cdcff;
}

/* LK */
.payer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 46px;
    position: relative;
}

.payer-item .custom-radio-label {
    position: absolute;
    left: 0;
    top: 0;
    height: 1.41176em;
    padding-left: 46px;
}

.payer-item__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
}

.payer-item .ordering-payer .ordering-payer__title label {
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.payer-item .ordering-payer .ordering-payer__title label:hover {
    color: #1cdcff;
}

.payer-item input:not(:checked) ~ .payer-item__col-main .ordering-payer .ordering-payer__title {
    padding-left: 0;
}

.payer-item input:not(:checked) ~ .payer-item__col-main .ordering-payer .ordering-payer__title .icon {
    display: none;
}

.payer-item__col-main {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    width: 40%;
}

.payer-item__col-status,
.payer-item__col-info,
.payer-item__col-remove {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
}

.payer-item__status {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    border: 1px solid currentColor;
    padding: 8px 16px;
    border-radius: 16px;
    color: #01b8d9;
    text-align: center;
}

.payer-item__status.gray {
    color: #999999;
}

.payer-item__remove .icon {
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.payer-item__remove {
    color: #000;
}

.payer-item__remove .icon {
    fill: #ccd2e3;
}

.payer-item__remove:hover {
    color: #1cdcff;
}

.payer-item__remove:hover .icon {
    fill: #1cdcff;
}

.payer-item__col-remove {
    padding-right: 0;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .payer-item__col-status {
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
        max-width: 24%;
        width: 24%;
    }

    .payer-item__col-remove {
        -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
        max-width: 16%;
        width: 16%;
    }
}

@media (max-width: 1199.98px) {
    .payer-item__col {
        margin-bottom: 16px;
    }

    .payer-item__col-remove {
        margin-bottom: 0;
    }

    .payer-item__col-remove,
    .payer-item__col-info {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .payer-item__col-info {
        padding-right: 0;
    }

    .payer-item__col-status {
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .payer-item__col-main {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%;
    }

    .payer-item__col-status {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%;
        text-align: right;
    }
}

@media (max-width: 767.98px) {
    .payer-item {
        padding-left: 30px;
    }

    .payer-item .custom-radio-label {
        padding-left: 30px;
    }

    .payer-item__col-main,
    .payer-item__col-status {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .payer-item__col-main {
        padding-right: 0;
    }

    .payer-item__status {
        width: 100%;
    }
}

.account-payers .section__nav {
    margin-top: 30px;
}

.account-payers .items-list {
    margin-bottom: -30px;
}

.account-payers .items-list .list-item {
    margin-bottom: 30px;
}

.account__nav-back {
    margin-bottom: 30px;
}

.account__nav-back .icon {
    width: 24px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 767.98px) {
    .account__nav-back {
        margin-bottom: 20px;
    }
}

.account-main-profile-info .ordering-payer__title {
    font-weight: 400;
}

.account-subsection {
    margin-bottom: 40px;
}

.account-subsection:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .account-subsection {
        margin-bottom: 30px;
    }
}

.account-order-block__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 15px;
}

.account-order-block__head-item {
    margin: 0 0 15px;
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.account-order-block__head small {
    font-size: 15px;
}

.account-order-block__status {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
}

.account-order-block__status .label {
    display: inline-block;
    vertical-align: top;
}

.account-order-block__payment-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
}

.account-order-block__head .ordering-payer__title {
    font-weight: 400;
}

@media (min-width: 1200px) {
    .account-order-block .section__nav {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
    .account-order-block__info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

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

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

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

@media (max-width: 1399.98px) {
    .account-order-block__payer {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .account-order-block .section__nav {
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .account-order-block__head {
        margin-bottom: 5px;
    }

    .account-order-block__payment-info,
    .account-order-block__info {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .account-order-block__payment-info {
        text-align: left;
    }
}

.account-order-block__slider .swiper-wrapper {
    z-index: 1;
}

@media (min-width: 1200px) {
    .account-order-block__slider .swiper-container {
        overflow: visible;
    }

    .account-order-block__slider .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: none;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -30px;
    }

    .account-order-block__slider .swiper-slide {
        margin-right: 0 !important;
        margin-left: 0 !important;
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1800px) {
    .account-order-block__slider .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
}

@media (min-width: 1400px) and (max-width: 1799.98px) {
    .account-order-block__slider .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .account-order-block__slider .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media (max-width: 1199.98px) {
    .account-order-block__slider .swiper-slide {
        max-width: 60px;
        width: 60px !important;
    }

    .account-order-block__slider .items-list,
    .account-order-block__slider .items-list .list-item {
        margin-bottom: 0;
    }
}

.account-order-item {
    padding: 15px;
}

.account-order-item__image {
    position: relative;
    padding-top: 63.63636%;
    margin-bottom: 10px;
    display: block;
}

.account-order-item__image picture {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.account-order-item__image img {
    max-width: 100%;
    max-height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.account-order-item__brand {
    margin-bottom: 10px;
    color: #999999;
}

.account-order-item__title {
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 600;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 2) and (-webkit-box-orient: vertical) {
    .account-order-item__title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

.account-order-item__props {
    margin: 0 0 15px;
    font-size: 15px;
}

.account-order-item__props li {
    padding: 0;
}

.account-order-item__props li:before {
    display: none;
}

.account-order-item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    line-height: 30px;
}

.account-order-item__price {
    font-weight: 600;
    margin-right: 0.75em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
}

.account-order-item__price-old {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 15px;
    margin-right: 0.75em;
    position: relative;
    white-space: nowrap;
}

.account-order-item__price-old:before {
    content: '';
    position: absolute;
    background: #01b8d9;
    height: 1px;
    top: 50%;
    left: -2px;
    right: -2px;
}

.account-order-item__amount {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #999999;
    margin-left: auto;
}

@media (max-width: 1199.98px) {
    .account-order-item {
        padding: 0;
    }

    .account-order-item__image {
        border: 2px solid #ccd2e3;
        padding-top: calc(100% - 4px);
        margin-bottom: 0;
        -webkit-transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        transition: border-color 0.3s;
    }

    .account-order-item__image:hover {
        border-color: #1cdcff;
    }

    .account-order-item__brand,
    .account-order-item__title,
    .account-order-item__props,
    .account-order-item__bottom {
        display: none;
    }
}

.account__subtitle {
    font-weight: 800;
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .account__subtitle {
        margin-bottom: 15px;
    }
}

.account-purchases-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.account-purchases-block__image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    background: #f6f7fb;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.account-purchases-block__image .icon {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    fill: #01b8d9;
}

.account-purchases-block__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 20px;
}

@media (min-width: 1200px) {
    .account-purchases-block .section__nav {
        margin-top: 20px;
    }
}

@media (max-width: 1199.98px) {
    .account-purchases-block__image {
        width: 60px;
        height: 60px;
    }

    .account-purchases-block__image .icon {
        width: 24px;
        height: 24px;
        margin-left: -12px;
        margin-top: -12px;
    }

    .account-purchases-block .section__nav {
        margin-top: 15px;
    }
}

.account-favourites-slider .swiper-container {
    margin-bottom: 20px;
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .account-favourites-slider .swiper-slide {
        max-width: 80px;
        width: 80px !important;
    }
}

@media (max-width: 1199.98px) {
    .account-favourites-slider .swiper-slide {
        max-width: 60px;
        width: 60px !important;
    }

    .account-favourites-slider .swiper-container {
        margin-bottom: 15px;
    }
}

.account-subscribe-form .form-fields {
    margin-bottom: -20px;
}

.account-subscribe-form .form-fields .form-group {
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .account-subscribe-form .form-fields {
        margin-bottom: -15px;
    }

    .account-subscribe-form .form-fields .form-group {
        margin-bottom: 15px;
    }
}

.account-bn-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.account-bn-item__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding-right: 40%;
    font-weight: 800;
    line-height: 1.41667;
    position: relative;
    z-index: 1;
}

.account-bn-item__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    margin-top: auto;
    position: relative;
    z-index: 1;
}

.account-bn-item__bg {
    position: static;
}

.account-bn-item__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -o-object-fit: cover;
    object-fit: cover;
}

.account-bn-item:hover .account-bn-item__bg img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 1799.98px) {
    .account-bn-item__text {
        padding-right: 0;
    }
}

.account-page .catalog-recommended-slider {
    padding-top: 0;
}

.account-page .catalog-recommended-slider .section__title {
    max-width: none;
}

/* CONTACTS */
.contacts-menu {
    padding-top: 5px;
    padding-bottom: 5px;
}

.contacts-menu__list li {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 2px solid #edf0f9;
}

.contacts-menu__list li:before {
    display: none;
}

.contacts-menu__list li:last-child {
    border-bottom: none;
}

.contacts-menu__list li a {
    font-weight: 600;
    padding: 25px 0;
    display: block;
}

.contacts-menu__list li a {
    color: #000;
}

.contacts-menu__list li a:hover {
    color: #1cdcff;
}

.contacts-menu__list li a.selected {
    color: #01b8d9;
}

.contacts-menu__list li a.selected:hover {
    color: #1cdcff;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .contacts-menu {
        background: transparent;
        padding: 0;
    }

    .contacts-menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .contacts-menu__list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: -10px 15px;
    }

    .contacts-menu__list li:last-child {
        margin-bottom: -10px;
    }

    .contacts-menu__list li a {
        padding: 10px 0;
    }
}

@media (max-width: 1199.98px) {
    .contacts-menu__list li {
        border-bottom: none;
    }

    .contacts-menu__list li a {
        font-weight: 400;
    }

    .contacts-menu__list li a {
        color: #01b8d9;
    }

    .contacts-menu__list li a:hover {
        color: #1cdcff;
    }

    .contacts-menu__list li a.selected {
        font-weight: 600;
    }

    .contacts-menu__list li a.selected {
        color: #000;
    }

    .contacts-menu__list li a.selected:hover {
        color: #1cdcff;
    }
}

@media (max-width: 767.98px) {
    .contacts-menu {
        padding-top: 30px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .contacts-menu__list li a {
        padding: 0;
    }

    .contacts-menu__list li {
        margin-bottom: 6px;
    }
}

.contacts-cities__list li {
    padding: 0;
}

.contacts-cities__list li:before {
    display: none;
}

.contacts-cities__list li a {
    color: #000;
}

.contacts-cities__list li a:hover {
    color: #1cdcff;
}

.contacts-cities__list li a.selected {
    color: #01b8d9;
}

.contacts-cities__list li a.selected:hover {
    color: #1cdcff;
}

.contacts-filter__city-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.contacts-filter__city-group .form-control,
.contacts-filter__city-group .selectric-form-control {
    width: 270px;
    max-width: 270px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.contacts-filter__city-group .form-control-label {
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .contacts-filter {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .contacts-filter__city-group .form-control-label {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .contacts-filter__city-group .form-control,
    .contacts-filter__city-group .selectric-form-control {
        width: 240px;
        max-width: 240px;
    }
}

@media (max-width: 767.98px) {
    .contacts-filter {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .contacts-filter__city-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .contacts-filter__city-group .form-control,
    .contacts-filter__city-group .selectric-form-control {
        width: 100%;
        max-width: 100%;
    }
}

.contacts-subsection {
    margin-bottom: 40px;
}

.contacts-subsection:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .contacts-subsection {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .contacts-page .page__nav {
        margin-top: 40px;
    }
}

.contacts-callback__title {
    margin-bottom: 0.5em;
}

@media (min-width: 1800px) {
    .contacts-callback {
        padding: 80px 85px 100px 70px;
    }

    .contacts-callback__content {
        padding-right: 80px;
    }
}

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .contacts-callback {
        padding: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .contacts-callback {
        padding: 30px 40px 40px;
    }
}

@media (max-width: 767.98px) {
    .contacts-callback {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .contacts-content .items-list {
        margin-bottom: -40px;
    }

    .contacts-content .items-list .list-item {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .contacts-content .items-list {
        margin-bottom: -30px;
    }

    .contacts-content .items-list .list-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .contacts-content .items-list {
        margin-bottom: -20px;
    }

    .contacts-content .items-list .list-item {
        margin-bottom: 20px;
    }
}

.contacts-map {
    position: relative;
    height: 700px;
    max-height: 100vh;
}

.contacts-map picture {
    position: static;
}

.contacts-map img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .contacts-map {
        max-height: calc(100vh - 40px - 60px);
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .contacts-map {
        height: 600px;
    }
}

@media (max-width: 767.98px) {
    .contacts-map {
        height: 600px;
        margin-left: -16px;
        margin-right: -16px;
    }
}

/* SEARCH */
.search-filter ul li {
    padding: 0;
}

.search-filter ul li:before {
    display: none;
}

.search__tabs-nav {
    margin-bottom: 30px;
    margin-top: -0.25em;
}

.search__tabs-nav .nav-tabs li a {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .search__tabs-nav {
        margin-bottom: 24px;
    }
}

@media (max-width: 767.98px) {
    .search__tabs-nav {
        margin-bottom: 15px;
    }
}

.search-page .catalog-recommended-slider .section__title {
    max-width: none;
}

/* FOR DEV ONLY */
.fast-sale-table {
	display: flex;
}
.fstable-ttl {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 80px;
	margin-bottom: 6px;
	padding-bottom: 13px;
	box-sizing: border-box;
	font: 600 17px/120% Raleway;
	background: #fff;
	border-right: solid 1px #EFF2F7;
}
.fstable-col:first-child .fstable-ttl { width: 179px; margin-left: 157px;}
.fstable-col:last-child .fstable-ttl {border: none}
.fstable-ttl::before {
	content: '';
	display: block;
	width: 22px;
	height: 53px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: 0% center; 
    background-size: contain;
    background-position: bottom;
}
.fstable-col:nth-child(1) .fstable-ttl::before {background-image: url('/local/templates/dental/assets/images/length-fast-table1.svg');}
.fstable-col:nth-child(2) .fstable-ttl::before {background-image: url('/local/templates/dental/assets/images/length-fast-table2.svg');}
.fstable-col:nth-child(3) .fstable-ttl::before {background-image: url('/local/templates/dental/assets/images/length-fast-table3.svg');}
.fstable-col:nth-child(4) .fstable-ttl::before {background-image: url('/local/templates/dental/assets/images/length-fast-table4.svg');}
.fstable-col:nth-child(5) .fstable-ttl::before {background-image: url('/local/templates/dental/assets/images/length-fast-table5.svg');}
ul.fstable-row {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.fstable-row li {
	display: flex;

}

.fstable-d {
	display: none;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 58px;
	box-sizing: border-box;
	margin-right: 7px;
	font: 600 17px/120% Raleway;
	background: #fff;
	border-bottom: solid 1px #EFF2F7;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
}
.fstable-col:first-child .fstable-d {display: flex;}
.fstable-d::before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 3px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
ul.fstable-row li:nth-child(1) .fstable-d::before {background-image: url('/local/templates/dental/assets/images/diameter-fast-table1.svg');}
ul.fstable-row li:nth-child(2) .fstable-d::before {background-image: url('/local/templates/dental/assets/images/diameter-fast-table2.svg');}
ul.fstable-row li:nth-child(3) .fstable-d::before {background-image: url('/local/templates/dental/assets/images/diameter-fast-table3.svg');}
ul.fstable-row li:nth-child(4) .fstable-d::before {background-image: url('/local/templates/dental/assets/images/diameter-fast-table4.svg');}
ul.fstable-row li:nth-child(5) .fstable-d::before {background-image: url('/local/templates/dental/assets/images/diameter-fast-table5.svg');}
ul.fstable-row li:nth-child(6) .fstable-d::before {background-image: url('/local/templates/dental/assets/images/diameter-fast-table6.svg');}
.fstable-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 179px;
	height: 58px;
	box-sizing: border-box;
	background: #fff;
	border-right: solid 1px #EFF2F7;
	border-bottom: solid 1px #EFF2F7;
}
.fstable-buttons.active{
	background: #ECFAFC;
}
.fstable-buttons.active button{
	color:#01B8D9;
}
ul.fstable-row li:last-child .fstable-buttons {
    border-bottom: none;
}
ul.fstable-row li:last-child .fstable-buttons:has(.growing-input-container.active){
     border-bottom: 1px solid #BDEDF5;
}

.fstable-buttons button {
	height: 33px;
	padding: 0;
	margin: 0;
	font: 400 30px/33px Raleway;
	color: #CCD2E3;
	background: none;
	border: none;
	cursor: pointer;
}
.fstable-buttons:hover{
    background: #ECFAFC;
    border: 1px solid #BDEDF5;
}
.fstable-buttons:has(.growing-input-container.active) {
    background: #ECFAFC;
    border: 1px solid #BDEDF5;
}
.fstable-buttons:has(.growing-input-container.active) button {
    color: #01b8d9;
}
.fstable-buttons button:hover {color: #1cdcff}
.fstable-buttons button.fstable-button-minus {text-align: left;}
.fstable-buttons button.fstable-button-plus {text-align: right; position: relative; top: 2px;}
.fstable-buttons input {
	width: 22px;
	height: 31px;
	padding: 0;
	margin: 0;
	font: 400 21px/33px Raleway;
	color: #CCD2E3;
	text-align: center;
	border: solid 1px #EFF2F7 !important;
    border-radius: 2px;
}


.table-fast-order{
	display: flex;
	column-gap: 30px;
	margin-bottom: 80px;
}
.button-table-fast-order{
    width: 158px;
	display: inline-block;
    vertical-align: top;
    font-size: 17px;
    line-height: 24px;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 16px 38px;
	box-shadow: none;
    color: #fff;
    background: #01b8d9;
    border-color: #01b8d9;
    text-decoration: none;
}
.right-content-fast-order{
	display: flex;
    flex-direction: column;
    justify-content: end;
}
.fast-sale-table ul li:before {
	 content: "";
    display: none !important;
}
.fast-sale-table ul li{
    padding-left: 0;
}
.buttons-fast-order{
	display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 1px;
}
.buttons-fast-order button{
    height: 50px !important;
    padding: 5px 13px !important;
}
#button-clear-fast{
    background: none;
    color: #01B8D9;
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: center;
}
#button-clear-fast:hover{
    background: #1CDCFF;
    color: #FFFFFF;
}
#button-clear-fast:hover svg path {
    fill: #fff;
}
.table-fast-order ul li{
    margin: 0; 
}
.illustration{
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media only screen and (max-width : 1800px) {
    .button-table-fast-order{
        width: 154px;
    }
    .fstable-buttons {
        width: 127px;
        height: 54px;
    }
    .fstable-ttl{
        width: 127px;
        height: 60px;
    }
    .fstable-col:first-child .fstable-ttl{
        width: 127px;
        height: 60px;
        margin-left: 134px;
    }
    .fstable-d {
        width: 127px;
        height: 54px;
    }
    .fstable-ttl::before {
        width: 16.6px;
        height: 40px;
    }
}
@media only screen and (max-width : 1400px) {
    .table-fast-order{
        flex-direction: column;
        row-gap: 20px;
    }
    .fstable-col .fstable-d{
        width: 100px;
    }
    .fstable-col:first-child .fstable-ttl{
       width: 123px;
        margin-left: 108px;
    }
    .fstable-buttons{
        width: 124px;
    }
    .fstable-ttl{
        width: 124px;
    }
    
}
@media only screen and (max-width : 1400px) and (min-width : 1200px) {
    .illustration{
        display: none;
    }
    .fast-sale-table-4 .fstable-buttons{
        width: 156px;
    }
    .fast-sale-table-4 .fstable-col:first-child .fstable-ttl{
        width: 156px;
    }
    .fast-sale-table-4 .fstable-col .fstable-ttl{
         width: 156px;
    }
    .buttons-fast-order{
        flex-direction: row;
        column-gap: 10px;
        justify-content: flex-end;
        align-items: end;
    }
}
@media only screen and (max-width : 1200px){
    .table-fast-order{
        flex-direction: row;
        margin-bottom: 40px;
    }
    .fstable-buttons{
        width: 130px;
    }
    .fstable-col:first-child .fstable-ttl{
        width: 130px;
    }
    .fstable-ttl{
        width: 130px;
    }
    .fstable-col .fstable-d{
         width: 110px;
    }
    .fstable-col:first-child .fstable-ttl{
        margin-left: 116px;
    }
    .table-fast-order{
        row-gap: 20px;
    }
}
@media only screen and (max-width : 1023px){
    .table-fast-order{
        flex-direction: column;
    }
    .illustration{
        display: none;
    }
    .fstable-buttons {
        width: 123px;
    }
    .fstable-col:first-child .fstable-ttl{
        width: 121px;
    }
    .fstable-ttl{
        width: 121px;
    }
    .fstable-col:first-child .fstable-ttl {
        margin-left: 106px;
    }
    .fstable-col .fstable-d {
        width: 100px;
    }
    .fast-sale-table-4 .fstable-buttons{
        width: 154px;
    }
    .fast-sale-table-4 .fstable-col:first-child .fstable-ttl{
        width: 154px;
    }
    .fast-sale-table-4 .fstable-col .fstable-ttl{
         width: 154px;
    }
}
@media only screen and (max-width : 1023px) and (min-width : 768px){
    .buttons-fast-order{
        align-items: flex-end;
    }
}
@media only screen and (max-width : 768px) {/* 1800px */
.fast-sale-table {flex-direction: column;}
.fstable-col {width: 100%; margin: 0 auto 16px auto;}
.fstable-ttl {height: auto; padding: 10px 0px; margin-bottom: 4px; border: none;}
.fstable-col:first-child .fstable-ttl {width: 100%; margin-left: 0}

ul.fstable-row {display: flex; flex-wrap: wrap;}
ul.fstable-row li {flex-direction: column; width: 33%}
.fstable-d {display: flex; width: 100%; height: 45px; margin: 0px 0px 4px 0px; border: none; border-right: solid 1px #EFF2F7;}
.fstable-buttons {width: 100%; height: 54px; border-bottom: none; margin-bottom: 4px;}
ul.fstable-row li:nth-child(3), ul.fstable-row li:nth-child(6) {width: 34%}
ul.fstable-row li:nth-child(3) .fstable-d, ul.fstable-row li:nth-child(6) .fstable-d,
ul.fstable-row li:nth-child(3) .fstable-buttons, ul.fstable-row li:nth-child(6) .fstable-buttons {border: none;}
ul.fstable-row .fstable-buttons:has(.growing-input-container.active){
    border: 1px solid #BDEDF5;
}
.fstable-col .fstable-ttl{
    width: 100%;
}
.fstable-col .fstable-d {
    width: 100%;
}
.buttons-fast-order{
    width: 100%;
    margin: 0 auto;
}
.buttons-fast-order button{
    width: 100%;
    height: 44px !important;
}
.fast-sale-table-4 ul.fstable-row li{
    width: 25%;
}
.table-fast-order{
    row-gap: 0px;
}
.fast-sale-table-4 .fstable-buttons{
    width: 100%;
}
.fast-sale-table-4 .fstable-col:first-child .fstable-ttl {
    width: 100%;
}
.fast-sale-table-4 .fstable-col .fstable-ttl{
    width: 100%;
}
.fast-sale-table-4 ul li:last-child{
    padding-left: 1px;
}

}/* 1800px */

/* Стили для всплывающего окна */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050; /* z-index должен быть высоким, чтобы перекрывать другие элементы */
}

.popup-content {
    background-color: #fff;
    padding: 25px 35px;
    border-radius: 8px;
    text-align: center;
    max-width: 420px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.popup-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px; /* Расстояние между кнопками */
}
.catalog-recommended-slider .button-waiting-list{
    display: none;
}
.button-waiting-list{
    border: 1px solid #01B8D9;
    color: #01B8D9;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 6px 8px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 10px;
    width: fit-content; 
}
.catalog-content.view--list .button-waiting-list{
    position: absolute;
    bottom: 30px;
    left: 290px;
}
.catalog-content-waiting-list .catalog-item__status{
    margin-bottom: 90px;
}
.popup-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}
.popup-overlay-waiting{
    background-color: unset;
    display: none;
}
.popup-overlay-waiting.show, .popup-overlay-waiting.show .popup-content-waiting{
  display: flex;
}
.popup-content-waiting{
    display: flex;
    align-items: center;
    padding: 16px;  
    box-sizing: border-box;
    column-gap: 16px;
    box-shadow: 0px 8px 16px 0px #75848D40;
    font-family: Raleway;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    margin: 0 12px;
    background: #fff;
    display: none;
}
.popup-waiting-text a{
    color: #01B8D9;
    text-decoration: none;
}
.popup-content-waiting-available{
    position: absolute;
    box-shadow: 0px 8px 16px 0px #75848D40;
    padding: 16px;
    box-sizing: border-box;
    column-gap: 16px;
    bottom: 25px;
    z-index: 10;
    background: #ffff;
    display: none;
    left: 290px;
    align-items: center;
}
.goods-by-purpose .swiper-slide .popup-content-waiting-available{
    bottom: 70px;
}
.swiper-slide .popup-content-waiting-available{
    left: 24px;
    bottom: 58px;
}
.calculate-waiting-list{
    position: absolute;
    top: 20px;
    right: 0;
    width: 24px;
    height: 24px;
    background: #01D924;
    border-radius: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 17px;
}
.popup-content-waiting-available.show, .calculate-waiting-list.show, .sproduct__main .popup-content-waiting-available.show, .eqbanner .popup-content-waiting-available.show{
     display: flex;
}
.popup-content-waiting-available .popup-waiting-text{
    font-size: 16px;
}
.sproduct__main .popup-content-waiting-available, .eqbanner .popup-content-waiting-available{
    left: 0;
    position: relative;
    width: max-content;
    top: 30px;
    box-shadow: 0px 8px 16px 0px #75848D40;
    padding: 16px;
    box-sizing: border-box;
    column-gap: 16px;
    bottom: 25px;
    z-index: 10;
    background: #ffff;
    display: none;
    align-items: center;
}

.close-popup{
    cursor: pointer;
}
.popup-bellring, .close-popup{
    height: 24px;
}
.delete-product-waiting-list{
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 16px;
}
.catalog-content.view--list .catalog-item__info, .catalog-content.view--list .catalog-item__basket-block{
    margin-bottom: 35px;
}
.catalog-content .button-waiting-view-list, .catalog-list .button-waiting-view-list{
    display: none;
}
.catalog-content.view--list .button-waiting-view-tile{
    display: none;
}
.catalog-content.view--list .button-waiting-view-list{
    display: block;
}
.catalog-content .button-waiting-view-tile, .catalog-list .button-waiting-view-tile{
    display: block; 
}
.banner-contacts img{
    width: 100%;
    max-height: 136px;
}
.banner-contacts{
    width: 100%;
    margin-bottom: 30px;
}
@media only screen and (max-width : 1800px) and (min-width : 1400px) {
    .delete-product-waiting-list{
        top: 10px;
        right: 10px;
    } 
    .catalog-content.view--list .button-waiting-list{
        bottom: 30px;
        left: 210px;
    }
    .popup-content-waiting-available{
        left: 210px;
    }
}
@media only screen and (max-width : 1800px){
    .swiper-slide .popup-content-waiting-available{
        left: 15px;
        bottom: 45px;
        column-gap: 6px;
    }
}
@media only screen and (max-width : 1023px){
    .swiper-slide .popup-content-waiting-available{
        padding: 14px;
    }
}
@media only screen and (max-width : 768px){
    .swiper-slide .popup-content-waiting-available {
        left: 10px;
        bottom: 209px;
        column-gap: 16px;
    }
}
@media only screen and (max-width : 1800px) and (min-width : 1023px) {
    .sproduct__main .popup-content-waiting-available-elem{
        top: -40px;
    } 
}
@media only screen and (max-width : 1022px) and (min-width : 768px) {
    .sproduct__main .popup-content-waiting-available-elem{
        top: 0px;
    } 
}
@media only screen and (max-width : 767px) {
    .sproduct__main .popup-content-waiting-available-elem {
        top: -30px;
    }
    .popup-content-waiting-available-elem .close-popup {
        order: 3;
    }
}
@media only screen and (max-width : 1400px) and (min-width : 1200px) {
    .delete-product-waiting-list{
        top: 10px;
        right: 10px;
    }
    .catalog-content.view--list .button-waiting-list{
        left: 210px;
        bottom: 15px;
    }
    .popup-content-waiting-available{
        bottom: 15px;
        left: 210px;
    }
}

@media only screen and (max-width : 1199px) and (min-width : 769px) {
    .catalog-content.view--list .button-waiting-list{
        left: 240px;
        bottom: 15px;
    }
    .popup-content-waiting-available{
        left: 240px;
        bottom: 15px;
    }

}
@media (max-width: 768px) {
    .popup-content-waiting-available{
        left: 10px;
    }
    .popup-content-waiting-available .close-popup{
        order: 3;
    }
    .popup-content-waiting {
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 12px;
        column-gap: 0;
    }
    .popup-bellring {
        order: 1;
    }
    .close-popup {
        order: 2;
    }
    .popup-waiting-text {
        order: 3;
        flex-basis: 100%;
    }
    .catalog-content.view--list .button-waiting-list{
        bottom: 50px;
        left: 10px; 
    }
    .delete-product-waiting-list{
        top: 8px;
        right: 8px;
    }
    .catalog-content.view--list .catalog-item__info, .catalog-content.view--list .catalog-item__basket-block{
        margin-bottom: 0;
    }
}
