@font-face {
    font-family:'Onest';
    src:url('/static/fonts/Onest/Onest-VariableFont_wght.ttf');
}

/* footer vars */
#footer {
  --line-height: 26px;
}

* {
    --bg_light_blue: #E3EEF6;
    --grey: #ABB5BC;

    --title-blue: #377C9F;
    --color-black: #404A53;
    --link-color: #3498db;
    --link-hover-color: #81A8BB;
    --letter-spacing-l: 0.015em;
    --border-blue: 2px solid #AFCDDC;

    --font-size: 14px;
    --font-size-big: 26px;
    --gap: 80px;
    --gap-m: 64px;
    --gap-s: 60px;
    --gap-xs: 50px;
    --gap-mini: 12px;
}

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

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

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

.main .container {
    padding-right: 35px;
}

#header .container, #footer .container, .sidebar .container {
    padding-right: 67px;
}

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

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

.table-responsive {
    overflow-x: scroll;
}

@media (min-width:576px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:769px) {
    .container {
        max-width: 100%
    }
}

@media (max-width:1024px) {
    .container {
        padding: 0 16px !important
    }

    .row>.col,.row>[class*=col-] {
        padding: 0 16px
    }

    .container-fluid {
        padding: 0 16px
    }

    .row {
        margin: 0 -16px
    }
}

@media (min-width:1025px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:1300px) {
    .container {
        max-width: 1490px
    }
}

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

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

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

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

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-20_0 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-lg-14_3 {
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%
    }

    .col-lg-12_5 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-lg-11_1 {
        -ms-flex: 0 0 11.111111%;
        flex: 0 0 11.111111%;
        max-width: 11.111111%
    }

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

    .col-lg-9_1 {
        -ms-flex: 0 0 9.090909%;
        flex: 0 0 9.090909%;
        max-width: 9.090909%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

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

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

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

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

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

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

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

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

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

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

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

    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .d-print-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../libs/owl-carousel/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 13px
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    background: 0 0;
    border: none;
    display: inline-block;
    zoom: 1;
    outline: 0;
    box-shadow: none;
    height: auto
}

.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px;
    background: #aec912;
    display: block;
    backface-visibility: visible;
    transition: all .2s ease;
    border-radius: 30px;
    outline: 0
}

.owl-theme .owl-dots .owl-dot.md span {
    width: 8px;
    height: 8px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    width: 10px;
    height: 10px
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0 ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0 ease 0;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    cbreadcrumbs li::beforeontent: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@font-face {
    font-family:'Open Sans';src:url('/static/fonts/Open Sans/OpenSans-Light.eot');src:url('/static/fonts/Open Sans/OpenSans-Light.eot?#iefix') format('embedded-opentype'),url('/static/fonts/Open Sans/OpenSans-Light.woff2') format('woff2'),url('/static/fonts/Open Sans/OpenSans-Light.svg#icon') format('svg');font-weight:300;font-style:normal;font-display:block
}

@font-face {
    font-family:'Open Sans';src:url('/static/fonts/Open Sans/OpenSans-Regular.eot');src:url('/static/fonts/Open Sans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),url('/static/fonts/Open Sans/OpenSans-Regular.woff2') format('woff2'),url('/static/fonts/Open Sans/OpenSans-Regular.svg#icon') format('svg');font-weight:400;font-style:normal;font-display:block
}

@font-face {
    font-family:'Open Sans';src:url('/static/fonts/Open Sans/OpenSans-Bold.eot');src:url('/static/fonts/Open Sans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),url('/static/fonts/Open Sans/OpenSans-Bold.woff2') format('woff2'),url('/static/fonts/Open Sans/OpenSans-Bold.svg#icon') format('svg');font-weight:700;font-style:normal;font-display:block
}

@font-face {
    font-family:'Open Sans';src:url('/static/fonts/Open Sans/OpenSans-Medium.eot');src:url('/static/fonts/Open Sans/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),url('/static/fonts/Open Sans/OpenSans-Medium.woff2') format('woff2'),url('/static/fonts/Open Sans/OpenSans-Medium.svg#icon') format('svg');font-weight:500;font-style:normal;font-display:block
}

@font-face {
    font-family:'Open Sans';src:url('/static/fonts/Open Sans/OpenSans-SemiBold.eot');src:url('/static/fonts/Open Sans/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),url('/static/fonts/Open Sans/OpenSans-SemiBold.woff2') format('woff2'),url('/static/fonts/Open Sans/OpenSans-SemiBold.svg#icon') format('svg');font-weight:600;font-style:normal;font-display:block
}

@font-face {
    font-family:'IBM Plex Sans';src:url('/static/fonts/IBM Plex Sans/IBMPlexSans-Light.eot');src:url('/static/fonts/IBM Plex Sans/IBMPlexSans-Light.eot?#iefix') format('embedded-opentype'),url('/static/fonts/IBM Plex Sans/IBMPlexSans-Light.woff2') format('woff2'),url('/static/fonts/IBM Plex Sans/IBMPlexSans-Light.svg#icon') format('svg');font-weight:300;font-style:normal;font-display:block
}

@font-face {
    font-family:'IBM Plex Sans';src:url('/static/fonts/IBM Plex Sans/IBMPlexSans-Regular.eot');src:url('/static/fonts/IBM Plex Sans/IBMPlexSans-Regular.eot?#iefix') format('embedded-opentype'),url('/static/fonts/IBM Plex Sans/IBMPlexSans-Regular.woff2') format('woff2'),url('/static/fonts/IBM Plex Sans/IBMPlexSans-Regular.svg#icon') format('svg');font-weight:400;font-style:normal;font-display:block
}

@font-face {
    font-family:'IBM Plex Sans';src:url('/static/fonts/IBM Plex Sans/IBMPlexSans-Bold.eot');src:url('/static/fonts/IBM Plex Sans/IBMPlexSans-Bold.eot?#iefix') format('embedded-opentype'),url('/static/fonts/IBM Plex Sans/IBMPlexSans-Bold.woff2') format('woff2'),url('/static/fonts/IBM Plex Sans/IBMPlexSans-Bold.svg#icon') format('svg');font-weight:700;font-style:normal;font-display:block
}

@font-face {
    font-family:'IBM Plex Sans';src:url('/static/fonts/IBM Plex Sans/IBMPlexSans-Medium.eot');src:url('/static/fonts/IBM Plex Sans/IBMPlexSans-Medium.eot?#iefix') format('embedded-opentype'),url('/static/fonts/IBM Plex Sans/IBMPlexSans-Medium.woff2') format('woff2'),url('/static/fonts/IBM Plex Sans/IBMPlexSans-Medium.svg#icon') format('svg');font-weight:500;font-style:normal;font-display:block
}

@font-face {
    font-family:'IBM Plex Sans';src:url('/static/fonts/IBM Plex Sans/IBMPlexSans-SemiBold.eot');src:url('/static/fonts/IBM Plex Sans/IBMPlexSans-SemiBold.eot?#iefix') format('embedded-opentype'),url('/static/fonts/IBM Plex Sans/IBMPlexSans-SemiBold.woff2') format('woff2'),url('/static/fonts/IBM Plex Sans/IBMPlexSans-SemiBold.svg#icon') format('svg');font-weight:600;font-style:normal;font-display:block
}

@font-face {
    font-family:Montserrat;src:url(/static/fonts/Montserrat/Montserrat-ExtraLight.eot);src:url(/static/fonts/Montserrat/Montserrat-ExtraLight.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Montserrat/Montserrat-ExtraLight.woff2) format('woff2'),url(/static/fonts/Montserrat/Montserrat-ExtraLight.svg#icon) format('svg');font-weight:300;font-style:normal;font-display:block
}

@font-face {
    font-family:Montserrat;src:url(/static/fonts/Montserrat/Montserrat-Regular.eot);src:url(/static/fonts/Montserrat/Montserrat-Regular.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Montserrat/Montserrat-Regular.woff2) format('woff2'),url(/static/fonts/Montserrat/Montserrat-Regular.svg#icon) format('svg');font-weight:400;font-style:normal;font-display:block
}

@font-face {
    font-family:Montserrat;src:url(/static/fonts/Montserrat/Montserrat-Bold.eot);src:url(/static/fonts/Montserrat/Montserrat-Bold.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Montserrat/Montserrat-Bold.woff2) format('woff2'),url(/static/fonts/Montserrat/Montserrat-Bold.svg#icon) format('svg');font-weight:700;font-style:normal;font-display:block
}

@font-face {
    font-family:Montserrat;src:url(/static/fonts/Montserrat/Montserrat-Bold.eot);src:url(/static/fonts/Montserrat/Montserrat-Bold.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Montserrat/Montserrat-Bold.woff2) format('woff2'),url(/static/fonts/Montserrat/Montserrat-Bold.svg#icon) format('svg');font-weight:600;font-style:normal;font-display:block
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

html {
    overflow-x: hidden
}

html.hide {
    overflow-y: hidden
}

body {
    font-size: var(--font-size);
    font-weight: 400;
    min-width: 280px;
    max-width: 1440px;
    background-color: #D5D7DD;
    margin: auto;
    position: relative;
    line-height: 20px;
    font-family: Onest,"Open Sans",sans-serif;
    color: var(--color-black);
    letter-spacing: 0.013em;
    overflow-x: hidden;
}

body.hide {
    overflow-y: hidden
}

body.compensate-for-scrollbar {
    margin: 0
}

body input[type=date],body input[type=email],body input[type=number],body input[type=search],body input[type=tel],body input[type=text],body textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid #7a8091;
    background-color: transparent;
    color: #7a8091;
    font-family: "IBM Plex Sans",sans-serif;
    width: 100%;
    background: rgba(238,239,241,.75);
    padding: 7px 12px 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease
}

body input[type=date]:placeholder,body input[type=email]:placeholder,body input[type=number]:placeholder,body input[type=search]:placeholder,body input[type=tel]:placeholder,body input[type=text]:placeholder,body textarea:placeholder {
    color: #7a8091
}

body input[type=date]:disabled,body input[type=email]:disabled,body input[type=number]:disabled,body input[type=search]:disabled,body input[type=tel]:disabled,body input[type=text]:disabled,body textarea:disabled {
    pointer-events: none;
    color: #989ca7
}

body input[type=date]:active,body input[type=date]:focus,body input[type=email]:active,body input[type=email]:focus,body input[type=number]:active,body input[type=number]:focus,body input[type=search]:active,body input[type=search]:focus,body input[type=tel]:active,body input[type=tel]:focus,body input[type=text]:active,body input[type=text]:focus,body textarea:active,body textarea:focus {
    border-color: #2355d6
}

body input[type=date].error,body input[type=email].error,body input[type=number].error,body input[type=search].error,body input[type=tel].error,body input[type=text].error,body textarea.error {
    color: #ff3d00
}

body textarea {
    resize: none;
    min-height: 100px;
    background: rgba(255,255,255,.75)
}

select {
    background: rgba(255,255,255,.75);
    border: 1px solid #7a8091;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    padding: 7px 12px 6px;
    font-weight: 700
}

select.invert {
    border-color: #c7c9cd;
    background: #ecedef
}

button {
    font-size: 16px
}

h1,h2,h3,h4,h5,h6 {
    color: #00040e;
    line-height: 1.6em;
    font-weight: 700;
}

h1 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 10px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 13px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-responsive.img-width {
    width: 100%
}

.text-center {
    text-align: center
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

a {
    color: var(--link-color);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none
}

h2 a, h3 a, .large-links--list a, .small-links--list a, footer a, .product-subcategory a, .blog-archive a {
    color: var(--color-black);
}

a:hover {
    color: var(--link-hover-color);
    text-decoration: none
}

img {
    max-width: 100%;
    max-height: 100%;
}

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 8px 6px;
    font-family: "IBM Plex Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: #0838ba;
    overflow: hidden;
    outline: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    -webkit-transition: .3s background ease;
    -o-transition: .3s background ease;
    -moz-transition: .3s background ease;
    transition: .3s background ease;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #0838ba;
    background: #fff
}

.btn:hover {
    background: #2355d6;
    color: #fff
}

.btn.primary {
    background: #0838ba;
    color: #fff;
    font: 600 24px "IBM Plex Sans",sans-serif;
    padding: 13px 20px 12px
}

.btn.primary:hover {
    background: #2355d6
}

.btn.green {
    background: #00c05e;
    color: #fff;
    font: 400 24px "IBM Plex Sans",sans-serif;
    padding: 13px 20px 12px;
    border-color: #00c05e
}

.btn.green:hover {
    background: #18d341;
    border-color: #18d341
}

.btn.disable,.btn:disabled {
    background: #c7c9cd;
    color: #fff;
    border-color: transparent;
    pointer-events: none
}

.btn.add-to-cart {
    text-transform: uppercase
}

.owl-item {
    opacity: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease
}

.owl-item.active {
    opacity: 1
}

button:active,button:focus,input:active,input:focus {
    outline: 0
}

.modal {
    display: none
}

.ml-auto {
    margin-left: auto
}

.mt-auto {
    margin-top: auto
}

.link {
    color: #15285b
}

.link:hover {
    color: #2355d6;
    text-decoration: underline
}

hr {
    background: #c7c9cd;
    color: #c7c9cd;
    border: none;
    height: 1px
}

.align-left {
    float: right;
    margin: 0 0 10px 10px
}

.align-left::after {
    content: '';
    display: block;
    clear: both
}

.align-right {
    float: left;
    margin: 0 10px 10px 0
}

.align-right::after {
    content: '';
    display: block;
    clear: both
}

.header {
    position: relative;
    display: grid;
    align-items: end;
    height: 337px;
    background: url('/static/images/main-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0 115px;
}

hr.header-line {
    position: absolute;
    margin: 0;
    bottom: 0;
    height: 25px;
    width: 100%;
    z-index: 1;
    opacity: 1;
    background-color: #fff;
}

.header-wrap {
    background: #fff;
    padding: 19px 12px 0 12px;
}

.header-top {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 45px;
    background: var(--bg_light_blue);
    font-weight: 500;
}

.header-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 352px;
    margin-left: auto
}

.header-action form {
    position: relative;
    width: 100%;
    max-width: 288px
}

.header-action form .btn-search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    width: 24px;
    height: 24px;
    font-size: 0;
    margin: auto;
    background: 0 0;
    padding: 0;
    border: none;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='5.5' stroke='%237A8091'/%3E%3Cline x1='14.7071' y1='15' x2='19.6569' y2='19.9497' stroke='%237A8091' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat
}

.header-action form input {
    border: 1px solid transparent;
    width: 100%;
    font-weight: 700;
    color: #00040e
}

.header-action form input::-webkit-input-placeholder {
    color: #7a8091;
    font-weight: 400
}

.header-action form input::-moz-placeholder {
    color: #7a8091;
    font-weight: 400
}

.header-action form input::-ms-input-placeholder {
    color: #7a8091;
    font-weight: 400
}

.header-action form input::placeholder {
    color: #7a8091;
    font-weight: 400
}

.header-action form input:active,.header-action form input:focus {
    border-color: #0838ba
}

.header-action form input:active+.btn-search,.header-action form input:focus+.btn-search {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='5.5' stroke='%232355D6'/%3E%3Cline x1='14.7071' y1='15' x2='19.6569' y2='19.9497' stroke='%232355D6' stroke-linecap='round'/%3E%3C/svg%3E")
}

.logo-wrap {
    flex: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--title-blue);
}

.header .logo {
    max-width: 80px;
    margin: 20px 54px 20px 0;
}

.header-page-title {
    font-size: 22px;
    line-height: 28px;
}

.header-page-title.small {
    font-size: 19px;
    line-height: 24px;
}

.header-page-subtitle {
    font-size: 26px;
    line-height: 33px;
    font-weight: 700;
}

.lang {
    margin-left: auto;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.016em;
}

.lang a {
    color: var(--grey);
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.header .breadcrumbs-wrap .breadcrumbs li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs li.home a {
    display: block;
    font-size: 0;
    width: 16px;
    height: 16px;
    background: url('../images/iconHome.svg');
}

.breadcrumbs li, .breadcrumbs li a {
    font-weight: 400;
    font-size: var(--font-size);
    color: var(--grey);
    text-decoration: none
}

.breadcrumbs li a:hover {
    text-decoration: underline
}

.breadcrumbs li:first-of-type {
    margin-right: 0
}

.breadcrumbs li:first-of-type::before {
    display: none
}

.breadcrumbs-wrap {
    padding-top: 20px;
    padding-bottom: 40px;
    min-height: 80px;
}

.breadcrumbs-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu-burger {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #eeeff1;
    border: 1px solid #d5d7dd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 16px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.menu-burger span {
    position: relative;
    width: 4px;
    height: 4px;
    background: #15285b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.menu-burger span::after,.menu-burger span::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #15285b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.menu-burger span::before {
    left: -7px
}

.menu-burger span::after {
    right: -7px
}

.menu-burger:hover {
    background: #2355d6
}

.menu-burger:hover span {
    background: #fff
}

.menu-burger:hover span::after,.menu-burger:hover span::before {
    background: #fff
}

.titlebar {
    background: #0838ba;
    padding: 24px 0 23px
}

.titlebar input[type=search] {
    color: #fff;
    font: 400 24px "IBM Plex Sans",sans-serif;
    padding: 8px 16px;
    background: rgba(255,255,255,.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none
}

.titlebar input[type=search]::-webkit-input-placeholder {
    color: rgba(255,255,255,.35)
}

.titlebar input[type=search]::-moz-placeholder {
    color: rgba(255,255,255,.35)
}

.titlebar input[type=search]::-ms-input-placeholder {
    color: rgba(255,255,255,.35)
}

.titlebar input[type=search]::placeholder {
    color: rgba(255,255,255,.35)
}

.titlebar .btn-search {
    display: none
}

.cart-link {
    border: 1px solid rgba(255,255,255,.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font: 400 16px "IBM Plex Sans",sans-serif;
    padding: 8px 15px 7px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 189px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto
}

.cart-link span {
    font-weight: 700;
    margin-left: 5px
}

.cart-link::before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.32928 15.9707C8.7705 16.091 9.22577 15.831 9.34615 15.3897L11.8315 6.28066C11.9519 5.83944 11.6918 5.38417 11.2506 5.26379C10.8094 5.1434 10.3541 5.40349 10.2337 5.84471L7.74836 14.9538C7.62797 15.395 7.88806 15.8503 8.32928 15.9707ZM23.6705 15.9708C23.2292 16.0911 22.774 15.831 22.6537 15.3897L20.1697 6.28062C20.0493 5.83939 20.3095 5.38415 20.7507 5.26383C21.192 5.14351 21.6472 5.40366 21.7675 5.84489L24.2515 14.954C24.3719 15.3952 24.1117 15.8505 23.6705 15.9708ZM23.8883 16.7697C23.0058 17.0103 22.0954 16.49 21.8547 15.6076L21.5101 14.3437H10.49L10.1452 15.6078C9.90439 16.4902 8.99385 17.0104 8.11141 16.7696C7.22898 16.5288 6.7088 15.6183 6.94957 14.7359L7.05655 14.3437H4.05182C3.39478 14.3437 2.91629 14.9666 3.08558 15.6014L5.66669 25.2806C5.90016 26.1561 6.69306 26.7653 7.59916 26.7653H24.4005C25.3066 26.7653 26.0995 26.1561 26.3329 25.2806L28.914 15.6014C29.0833 14.9666 28.6048 14.3437 27.9478 14.3437H24.9434L25.0504 14.7361C25.2911 15.6186 24.7708 16.529 23.8883 16.7697ZM7.71878 19.3123C7.26143 19.3123 6.89068 19.6831 6.89068 20.1404C6.89068 20.5978 7.26144 20.9685 7.71878 20.9685H24.2808C24.7381 20.9685 25.1089 20.5978 25.1089 20.1404C25.1089 19.6831 24.7381 19.3123 24.2808 19.3123H7.71878ZM7.71878 23.4528C7.71878 22.9955 8.08953 22.6247 8.54688 22.6247H23.4527C23.91 22.6247 24.2808 22.9955 24.2808 23.4528C24.2808 23.9102 23.91 24.2809 23.4527 24.2809H8.54688C8.08953 24.2809 7.71878 23.9102 7.71878 23.4528Z' fill='white'/%3E%3C/svg%3E") center/contain no-repeat
}

.cart-link:hover {
    background: #2355d6
}

.myaccount-link {
    border: 1px solid rgba(255,255,255,.5);
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font: 400 16px "IBM Plex Sans",sans-serif;
    padding: 12px 10px 11px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    display: block
}

.myaccount-link:hover {
    background: #2355d6
}

.small-links--wrap {
    background-color: #F6F8FA;
    padding: var(--gap) 0;
}

/* FOOTER SECTION */
.footer {
    background: var(--bg_light_blue);
    padding: 82px 0 80px 0;
    color: var(--color-black);
    letter-spacing: var(--letter-spacing-l);
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 65px;
}

.footer-content .map {
    grid-row: 1 / 3;
}

.footer-content .main-info {
    display: flex;
    justify-content: space-between;
    line-height: var(--line-height);
    gap: 10px;
}

.footer .additional-info {
    display: flex;
    align-items: end;
}

.footer .additional-info__item {
    width: 50%;
}

.footer .additional-info__item.address .label {
    font-weight: 600;
}

.footer .label {
    font-size: 18px;
    font-weight: 700;
    color: var(--title-blue);
}

.footer .info {
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.footer .label, .footer .label p, .footer .info p {
    margin: 0;
}

.footer .map img {
    height: 183px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

/* FOOTER SECTION */

.map {
    height: 100%
}

.copyrights {
    text-align: right;
    font-size: var(--font-size);
    font-weight: 400;
}

.row-lg {
    margin: 0 -32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row-lg>div {
    padding: 0 32px
}

.links-block--wrap {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 64px;
    -moz-column-gap: 64px;
    column-gap: var(--gap-m);

}

.links-block--wrap > div {
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.links-block--wrap > div > h2 {
    margin-top: var(--gap-m);
}

.links-block--wrap > div:first-child > h2 {
    margin-top: 0;
}

.checkout {
    width: -webkit-calc(100% - 290px);
    width: -moz-calc(100% - 290px);
    width: calc(100% - 290px)
}

.checkout-wrap {
    padding: 33px 0 55px
}

.checkout-step {
    margin-bottom: 56px
}

.checkout-step .tabs__wrap {
    border-bottom: 1px solid #545c71
}

.checkout-step .tabs__link {
    padding: 0;
    background: 0 0;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #15285b;
    margin-right: 32px;
    padding-bottom: 11px;
    position: relative
}

.checkout-step .tabs__link:last-of-type {
    margin: 0
}

.checkout-step .tabs__link::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 4px;
    background: #0838ba;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.checkout-step .tabs__link.active {
    color: #00040e;
    font-weight: 700
}

.checkout-step .tabs__link.active::after {
    width: 100%
}

.checkout-step .tabs__panel {
    padding: 0
}

.checkout-step:last-of-type {
    margin-bottom: 0
}

.checkout-step form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.checkout-step form .input-wrap {
    width: 32%;
    max-width: 320px
}

.checkout-step form .input-wrap input {
    font-weight: 700;
    color: #00040e
}

.checkout-step form .input-wrap input::-webkit-input-placeholder {
    font-weight: 400
}

.checkout-step form .input-wrap input::-moz-placeholder {
    font-weight: 400
}

.checkout-step form .input-wrap input::-ms-input-placeholder {
    font-weight: 400
}

.checkout-step form .input-wrap input::placeholder {
    font-weight: 400
}

.input-wrap label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block
}

.input-wrap label span {
    color: #ff3d00;
    font-family: "IBM Plex Sans",sans-serif
}

.payments {
    border-bottom: 1px solid #c4c4c4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px
}

.payments img {
    margin-bottom: 16px
}

.title-lg {
    margin-bottom: 24px;
    font: 700 24px "IBM Plex Sans",sans-serif
}

.delivery-wrap {
    background: #eeeff1;
    padding: 35px 30px
}

.delivery-wrap.default {
    min-height: 365px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #7a8091
}

.delivery-wrap.map {
    padding: 0;
    height: 455px
}

.delivery-wrap.map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.delivery-wrap p {
    margin: 0 0 18px;
    font-size: 16px
}

.delivery-wrap p:last-of-type {
    margin-bottom: 38px
}

.delivery-wrap form {
    width: 100%;
    display: block
}

.delivery-wrap form .input-wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px
}

.delivery-wrap form .input-wrap:last-of-type {
    margin-bottom: 0
}

.delivery-wrap form .input-wrap.address textarea {
    height: 64px;
    min-height: 64px
}

.delivery-wrap form input {
    max-width: 320px;
    background: rgba(255,255,255,.75)
}

.delivery-wrap form select {
    max-width: 320px
}

.cart {
    width: -webkit-calc(100% - 323px);
    width: -moz-calc(100% - 323px);
    width: calc(100% - 323px);
    max-width: 635px
}

.cart-wrap {
    padding: 33px 0 45px
}

.cart-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.cart-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart-count {
    font-family: "IBM Plex Sans",sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.cart-count .summ-wrap {
    margin-left: 5px
}

.cart-count span {
    font-weight: 700
}

.cart-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.cart-item .qty-wrap {
    margin: 0
}

.cart-item a {
    display: inline-block;
    color: #00040e
}

.cart-item a:hover {
    color: #2355d6
}

.cart-thumbnail {
    max-width: 64px;
    width: 11%
}

.cart-thumbnail a img {
    height: auto;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.cart-thumbnail a:hover img {
    opacity: .9
}

.cart-info {
    width: 44%
}

.cart-info .category {
    margin-bottom: 9px;
    max-width: 220px
}

.cart-info .author {
    margin-bottom: 0;
    font-size: 12px;
    font-family: "IBM Plex Sans",sans-serif
}

.cart-totals {
    background: #eeeff1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 33px 30px 30px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.cart-totals .info {
    font-size: 16px;
    margin-bottom: 15px
}

.cart-totals .price {
    margin-bottom: 13px;
    font-size: 24px
}

.title {
    margin-bottom: 11px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: var(--letter-spacing-l);
    color: var(--title-blue);
}

.product-wrap {
    padding: 33px 0 80px
}

.product-category {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.product-category>li {
    margin-bottom: 16px
}

.product-category>li>a {
    font: 400 24px "IBM Plex Sans",sans-serif;
    color: #00040e
}

.product-category>li>a:hover {
    color: #0838ba
}

.product-category>li.current a {
    font-weight: 700;
    color: #00040e;
    pointer-events: none
}

.product-subcategory>li {
    margin-bottom: 12px
}

.product-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 12px
}

.product-inner__wrap {
    width: 70%
}

.product-inner__wrap .category {
    min-height: 31px;
    margin-bottom: 11px
}

.product-thumbnail {
    max-width: 256px;
    width: 27%
}

.product-thumbnail img {
    height: auto
}

.product-info {
    width: 52.5%;
    margin: 0;
    padding: 0;
    padding-top: 7px;
    list-style-type: none
}

.product-info li {
    margin-bottom: 19px
}

.product-info li span {
    font-weight: 700;
    margin-right: 8px
}

.product-info__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-info__main {
    max-width: 46%
}

.product-info__main h1 {
    font-size: 36px;
    line-height: 1.2
}

.product-description {
    margin-top: 24px;
    margin-bottom: 34px
}

.product-description p {
    margin: 0;
    line-height: 1.6
}

.product-photos__item {
    width: 48%;
    border: 1px solid #d5d7dd
}

.product-photos__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-photos__wrap a {
    display: block;
    width: 100%;
    height: 100%
}

.product-photos__wrap a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.label {
    font-weight: 700;
    margin-bottom: 10px
}

.tabs__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d5d7dd
}

.tabs__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 6px 32px 7px;
    position: relative;
    bottom: -1px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border: 1px solid transparent;
    border-bottom: none;
    color: #0838ba;
    font: 600 13px "IBM Plex Sans",sans-serif;
    background: 0 0;
    cursor: pointer
}

.tabs__link.active {
    background: #fff;
    border-color: #d5d7dd;
    color: #00040e;
    font-family: "Open Sans",sans-serif
}

.tabs__panel {
    display: none;
    padding-top: 29px
}

.tabs__panel.active {
    display: block
}

.tabs__panel#electro h1 {
    color: #545c71
}

.category {
    font-weight: 600;
    padding: 1px 0 0 9px;
    border-left: 4px solid #e0e1e6;
    margin-bottom: 16px;
    min-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.author {
    margin-bottom: 15px
}

.qty-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.qty-wrap input[type=number] {
    margin: 0 8px;
    border: none;
    text-align: center;
    max-width: 55px;
    font: bold 13px Montserrat,sans-serif;
    color: #00040e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.qty-wrap input[type=number]::-webkit-inner-spin-button,.qty-wrap input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.qty-btn {
    width: 29px;
    height: 29px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #0838ba;
    background: center/15px no-repeat;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.qty-btn.min {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='1' viewBox='0 0 15 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='15' height='1' fill='%230838BA'/%3E%3C/svg%3E")
}

.qty-btn.max {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='7' width='15' height='1' fill='%230838BA'/%3E%3Crect x='7' y='15' width='15' height='1' transform='rotate(-90 7 15)' fill='%230838BA'/%3E%3C/svg%3E")
}

.qty-btn:hover {
    background-color: #0838ba
}

.qty-btn:hover.min {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='1' viewBox='0 0 15 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='15' height='1' fill='%23fff'/%3E%3C/svg%3E")
}

.qty-btn:hover.max {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='7' width='15' height='1' fill='%23fff'/%3E%3Crect x='7' y='15' width='15' height='1' transform='rotate(-90 7 15)' fill='%23fff'/%3E%3C/svg%3E")
}

.qty-btn:disabled {
    pointer-events: none;
    background-color: #c7c9cd;
    border-color: #c7c9cd
}

.qty-btn:disabled.min {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='1' viewBox='0 0 15 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='15' height='1' fill='%23fff'/%3E%3C/svg%3E")
}

.qty-btn:disabled.max {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='7' width='15' height='1' fill='%23fff'/%3E%3Crect x='7' y='15' width='15' height='1' transform='rotate(-90 7 15)' fill='%23fff'/%3E%3C/svg%3E")
}

.news-block .breadcrumbs-wrap {
    padding: 0;
    background: 0 0;
    margin-bottom: 24px
}

.news-block .breadcrumbs-wrap li::before {
    margin: 0
}

.news-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.news-item p {
    margin: 0
}

.news-item h4 {
    margin: 8px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.full-image {
    width: 100%;
    margin-bottom: 60px
}

.full-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.large-links--wrap {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 64px;
    -moz-column-gap: 64px;
    column-gap: var(--gap-m);
}

.large-links--title, .news-block .breadcrumbs .current, h2, h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: var(--title-blue);
    letter-spacing: var(--letter-spacing-l);
}

.news-block h3 {
    margin-bottom: 24px;
}

.large-links--title {
    margin-bottom: 12px;
}

.large-links--title a, h2 a, h3 a {
    color: var(--title-blue);
}

.large-links--title a:hover, h2 a:hover, h3 a:hover {
    color: var(--link-hover-color);
}

.large-links--item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    letter-spacing: var(--letter-spacing-l);
}

.large-links--list li:not(:last-of-type) {
    margin-bottom: 10px
}

.out-link a {
    display: block;
}

.out-link a::after {
    content: '\0000a0'url("/static/images/outside.svg");
    white-space: pre;
    display: inline;
}

.small-links--item h4 {
    margin: 0 0 10px
}

.small-links--list li:not(:last-of-type) {
    margin-bottom: 8px;
    line-height: 1.5;
}

.links-block-title--wrap {
    -webkit-column-gap: var(--gap-m);
    -moz-column-gap: var(--gap-m);
    column-gap: var(--gap-m);
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 5
}

.links-block-title--item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column
}

.links-block-title--item h3 {
    margin: 0 0 24px
}

.years-block--wrap {
    -webkit-column-gap: var(--gap-m);
    -moz-column-gap: var(--gap-m);
    column-gap: var(--gap-m);
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 5
}

.years-block--item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    display: block;
    margin-bottom: 16px;
    color: #15285b;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font: 400 16px "IBM Plex Sans",sans-serif
}

.years-block--item:hover {
    color: #2355d6;
    text-decoration: underline
}

.info-block {
    background: #eceef3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 13px 16px 13px 72px;
    position: relative;
    display: inline-block
}

.info-block span {
    font-weight: 700
}

.info-block::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #0838ba;
    background: url("data:image/svg+xml,%3Csvg width='7' height='18' viewBox='0 0 7 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.408 7.128V6.312C0.648 6.216 0.968 6.12 1.368 6.024C1.768 5.912 2.192 5.816 2.64 5.736C3.088 5.656 3.528 5.592 3.96 5.544C4.408 5.48 4.8 5.448 5.136 5.448L5.568 5.736L3.408 16.08H5.088V16.896C4.88 17.04 4.632 17.176 4.344 17.304C4.072 17.432 3.776 17.544 3.456 17.64C3.152 17.736 2.84 17.808 2.52 17.856C2.2 17.92 1.896 17.952 1.608 17.952C1 17.952 0.576 17.84 0.336 17.616C0.112 17.376 0 17.12 0 16.848C0 16.528 0.0239999 16.216 0.0719999 15.912C0.12 15.608 0.184 15.272 0.264 14.904L1.896 7.464L0.408 7.128ZM2.424 1.728C2.424 1.184 2.608 0.76 2.976 0.456C3.344 0.152 3.808 0 4.368 0C4.976 0 5.456 0.152 5.808 0.456C6.176 0.76 6.36 1.184 6.36 1.728C6.36 2.24 6.176 2.648 5.808 2.952C5.456 3.256 4.976 3.408 4.368 3.408C3.808 3.408 3.344 3.256 2.976 2.952C2.608 2.648 2.424 2.24 2.424 1.728Z' fill='%230838BA'/%3E%3C/svg%3E") center/6px 17px no-repeat
}

.horizontal-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -32px
}

.horizontal-form .input-wrap {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 32px
}

.horizontal-form .input-wrap.full-width {
    width: 100%
}

.page-wrap {
    border-top: 1px solid #c6c5c7
}

.page-sidebar {
    background: rgba(238,239,241,.5);
    border-right: 1px solid #c6c5c7;
    padding: 32px 50px 0 64px;
    height: 100%;
    max-width: 415px
}

.page-sidebar p {
    margin: 0 0 22px;
    line-height: 1.6
}

.page-sidebar p:last-of-type {
    margin-top: 32px;
    margin-bottom: 10px
}

.page-sidebar .product-subcategory {
    margin-top: 15px
}

.page-content {
    padding: 30px 64px 140px 0
}

.page-content__info {
    margin-bottom: 32px
}

.page-content__info:last-of-type {
    margin-bottom: 0
}

.page-content__info p {
    margin: 0 0 9px;
    line-height: 1.6
}

.page-content__info p:last-of-type {
    margin-bottom: 0
}

.page-content__info iframe {
    width: 100%;
    height: 325px;
    margin-top: 29px
}

.page-content__inner {
    margin-bottom: 64px
}

.page-content__inner:last-of-type {
    margin-bottom: 0
}

.page-content__inner h3 {
    margin: 0 0 8px
}

.page-content__inner ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 10px 0 15px
}

.page-content__inner a:hover {
    text-decoration: underline;
    color: #2355d6
}

.page-title {
    font: 700 24px "IBM Plex Sans",sans-serif;
}

.page-infos {
    margin-bottom: 32px
}

.page-infos a {
    text-decoration: underline
}

.page-infos h4 {
    margin-top: 0
}

.title-md {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px
}

table {
    width: 100%;
    border-collapse: collapse
}

table td {
    padding: 10px 16px 8px;
    border: 1px solid #d5d7dd
}

table td:nth-of-type(2) {
    max-width: 192px
}

table td a {
    font-weight: 600;
    color: #0838ba
}

table td .unberline {
    text-decoration: underline;
    color: #0838ba
}

table th {
    padding: 0 17px 12px
}

tbody tr {
    background: #fff
}

tbody tr:nth-of-type(odd) {
    background: #eeeff1
}

.sidebar-infos a:hover {
    color: #2355d6;
    text-decoration: underline
}

.search-top {
    margin-bottom: 42px
}

.search-top span {
    font-weight: 700
}

.search-resaults {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap: 32px
}

.search-resaults .products-item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

.search-resaults .products-thumbnail {
    width: 100%;
    max-width: 100%;
    margin: 0 0 8px
}

.search-resaults .products-info {
    width: 100%
}

.search-resaults .products-info .title {
    font-size: 16px
}

.search-resaults .products-info .price {
    color: #0838ba;
    margin: 3px 0
}

.search-resaults .products-info .author {
    margin-top: 6px;
    font-size: 12px
}

.search-resaults .category {
    margin-bottom: 8px
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.pagination-wrap {
    margin-top: 32px
}

.pagination li {
    margin-right: 8px;
    font-size: 14px;
    font-family: "IBM Plex Sans",sans-serif;
    color: #7a8090;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 29px;
    padding: 4px 8px;
    border: 1px solid #0838ba;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #0838ba
}

.pagination li a:hover {
    background-color: #2355d6;
    color: #fff;
    border-color: #2355d6
}

.pagination li.current {
    padding: 4px 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 29px;
    border: 1px solid #0838ba;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #0838ba;
    color: #fff
}

.products-wrap {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 64px;
    -moz-column-gap: 64px;
    column-gap: 64px;
    padding-top: 15px
}

.products-item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 64px
}

.products-thumbnail {
    max-width: 160px;
    margin-right: 32px;
    width: 36%
}

.products-thumbnail img {
    height: auto;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.products-thumbnail a:hover img {
    opacity: .9
}

.products-info {
    width: -webkit-calc(64% - 32px);
    width: -moz-calc(64% - 32px);
    width: calc(64% - 32px)
}

.products-info .title {
    color: #00040e;
    font-size: 21px;
    line-height: 1.5
}

.products-info .title:hover {
    color: #2355d6
}

.products-info .price {
    margin: 16px 0;
    color: #00040e
}

.products-info .author {
    margin: 16px 0 0
}

.products-info .btn {
    text-transform: uppercase
}

@media screen and (max-width:1360px) {
    .page-content {
        padding-left: 64px
    }
}

@media screen and (max-width:1280px) {
    .product-category>li>a {
        font-size: 21px
    }
}

@media screen and (max-width:1200px) {
    .cart {
        width: -webkit-calc(100% - 250px);
        width: -moz-calc(100% - 250px);
        width: calc(100% - 250px)
    }

    .search-resaults {
        grid-template-columns: repeat(4,1fr)
    }
}

@media screen and (max-width:1100px) {
    .header-action form {
        width: 80%
    }

    .page-content {
        padding: 30px 32px 64px 32px
    }

    .page-sidebar {
        padding: 32px
    }

    .page-content__info iframe {
        height: 225px
    }

    .table-wrap {
        width: 100%;
        -ms-overflow-x: auto;
        overflow-x: auto
    }

    .table-wrap table {
        width: 760px
    }

    table td {
        padding-left: 8px;
        padding-right: 8px
    }

    table td:nth-of-type(2) {
        max-width: 182px
    }

    .search-resaults {
        grid-template-columns: repeat(3,1fr)
    }

    .links-block--wrap {
        -webkit-columns: 4;
        -moz-columns: 4;
        /* Было 4 */
        columns: 2
    }
}

@media screen and (max-width:1024px) {
    .large-links--wrap,.links-block--wrap,.products-wrap {
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .full-image {
        margin-bottom: 32px
    }

    .products-info .title {
        font-size: 18px
    }
}

@media screen and (max-width:992px) {
    .titlebar input {
        font-size: 18px
    }

    .cart-link {
        font-size: 14px
    }

    .cart-link::before {
        width: 22px;
        height: 22px;
        margin-right: 8px
    }

    .product-category>li>a {
        font-size: 18px
    }

    .product-category>li {
        margin-bottom: 10px
    }

    .product-subcategory>li>a {
        font-size: 14px
    }

    .cart-item {
        -webkit-justify-content: flex-start;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .cart-item .qty-wrap {
        margin-right: 32px
    }

    .cart-thumbnail {
        width: 15%;
        margin-right: 16px
    }

    .cart-totals {
        padding: 23px 20px 20px
    }

    .cart-info {
        width: -webkit-calc(100% - 15% - 16px);
        width: -moz-calc(100% - 15% - 16px);
        width: calc(100% - 15% - 16px);
        margin-bottom: 15px
    }

    .checkout {
        width: -webkit-calc(100% - 230px);
        width: -moz-calc(100% - 230px);
        width: calc(100% - 230px)
    }

    .title-md {
        font-size: 16px
    }

    .page-content__inner {
        margin-bottom: 32px
    }

    .product-info__main h1 {
        font-size: 32px
    }

    .links-block-title--wrap {
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }
}

@media screen and (max-width:890px) {
    .checkout {
        width: 100%;
        margin-bottom: 30px
    }

    .checkout-wrap .cart-totals {
        width: 100%
    }

    .checkout-wrap .cart-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .checkout-step {
        margin-bottom: 32px
    }
}

@media screen and (max-width:768px) {
    .tabs__link {
        padding: 6px 15px 7px
    }

    .row-lg {
        margin: 0 -16px
    }

    .row-lg>div {
        padding: 0 16px
    }

    .product-wrap {
        padding-bottom: 48px
    }

    .product-category {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-category>li {
        margin: 0 16px 16px 0
    }

    .product-category>li>a {
        font-size: 21px
    }

    .product-category>li.open {
        width: 100%
    }

    .product-subcategory {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%
    }

    .product-subcategory>li {
        margin: 0 16px 16px 0
    }

    .product-subcategory>li>a {
        font-size: 16px
    }

    .product-inner {
        padding: 32px 0 0 0
    }

    .checkout-step .tabs__link {
        margin-right: 16px
    }

    .page-content__info iframe {
        height: 325px
    }

    .page-sidebar {
        padding-left: 20px;
        padding-right: 20px
    }

    .page-sidebar {
        max-width: 100%;
        border: none;
        padding-left: 20px;
        padding-right: 20px
    }

    .full-image {
        margin: 0 -16px 32px;
        width: auto;
        min-width: -webkit-calc(100% + 32px);
        min-width: -moz-calc(100% + 32px);
        min-width: calc(100% + 32px)
    }

    .small-links--item h4 {
        margin-bottom: 24px
    }

    .products-wrap {
        padding-top: 32px
    }

    .search-top {
        margin-bottom: 32px
    }

    .search-section {
        margin-top: 32px
    }
}

@media screen and (max-width:700px) {
    .products-wrap {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1
    }
}

@media screen and (max-width:576px) {
    h1 {
        font-size: 28px
    }

    .header-action {
        max-width: 100%
    }

    .header-action form {
        width: 89%;
        max-width: 100%
    }

    .cart-link {
        font-size: 0
    }

    .cart-link span {
        font-size: 16px;
        margin: 0
    }

    .product-wrap {
        padding-bottom: 32px
    }

    .product-thumbnail {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px
    }

    .product-thumbnail img {
        width: 100%
    }

    .product-inner__wrap {
        width: 100%
    }

    .product-info__main {
        max-width: 50%
    }

    .product-categoty>li>a {
        font-size: 24px
    }

    .menu-burger {
        display: none
    }

    .tabs__link.electro-vers::before {
        display: none
    }

    .tabs__link {
        padding-left: 7px;
        padding-right: 7px
    }

    .product-info__main {
        max-width: 100%
    }

    .product-info {
        width: 100%;
        margin-top: 30px
    }

    .product-description {
        margin-top: 12px
    }

    .cart {
        width: 100%;
        max-width: 100%
    }

    .cart-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cart-top {
        margin-bottom: 32px
    }

    .cart-thumbnail {
        width: 64px
    }

    .cart-info {
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px)
    }

    .cart-totals {
        width: 100%
    }

    .cart-count {
        display: block
    }

    .cart-count .summ-wrap {
        margin: 0
    }

    .checkout-select {
        background: rgba(238,239,241,.75);
        border: 1px solid #7a8091;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        width: 100%;
        padding: 7px 12px 6px;
        position: relative;
        margin-bottom: 16px
    }

    .checkout-select::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 10px;
        width: 12px;
        height: 10px;
        background: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L0.803849 -9.78799e-07L11.1962 -7.02746e-08L6 6Z' fill='%230838BA'/%3E%3C/svg%3E") center/contain no-repeat
    }

    .checkout-step .tabs__wrap {
        position: absolute;
        left: 20px;
        right: 20px;
        background: #eeeff1;
        border: 1px solid #7a8091;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        display: block
    }

    .checkout-step .tabs__panel#default {
        display: none
    }

    .checkout-step .tabs__link {
        padding: 10px 15px;
        margin: 0;
        width: 100%;
        display: block;
        text-align: left;
        height: auto
    }

    .checkout-step .tabs__link.active {
        font-weight: 400
    }

    .checkout-step .tabs__link.active::after {
        display: none
    }

    .checkout-step form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .checkout-step form .input-wrap {
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px
    }

    .checkout-step form .input-wrap:last-of-type {
        margin-bottom: 0
    }

    .delivery-wrap {
        padding: 16px 16px 22px
    }

    .delivery-wrap form input,.delivery-wrap form select {
        max-width: 100%
    }

    .delivery-wrap.map {
        height: 320px
    }

    .page-title {
        font-size: 21px
    }

    .page-content__info iframe {
        height: 225px
    }

    .page-content {
        padding: 30px 20px 32px
    }

    .page-infos {
        margin-bottom: 24px
    }

    .page-infos:last-of-type {
        margin-bottom: 0
    }

    .page-sidebar .product-subcategory a {
        font-size: 14px
    }

    .large-links--title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }

    .large-links--title::after {
        content: "";
        width: 24px;
        height: 24px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 23px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 23px;
        flex: 0 0 23px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background: url('/static/images/Open_down.svg');
    }

    .large-links--title.active {
        margin-bottom: 16px
    }

    .large-links--list {
        padding-right: 15px;
        width: -webkit-calc(100% - 11px);
        width: -moz-calc(100% - 11px);
        width: calc(100% - 11px)
    }

    .small-links--wrap {
        padding-bottom: 0
    }

    .links-block--wrap {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1
    }

    .products-thumbnail {
        margin-right: 16px
    }

    .products-info {
        width: -webkit-calc(64% - 16px);
        width: -moz-calc(64% - 16px);
        width: calc(64% - 16px)
    }

    .search-resaults {
        grid-template-columns: repeat(2,1fr)
    }

    .links-block-title--wrap {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1
    }

    .links-block-title--item {
        margin-bottom: 32px
    }
}

@media screen and (max-width:375px) {
    .products-info .title {
        font-size: 16px
    }
}

@media screen and (max-width:340px) {
    .tabs__link {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:310px) {
    .search-resaults {
        grid-template-columns: repeat(1,1fr)
    }
}
