@charset "UTF-8";
@import url('/local/templates/triofull/css/avenir-next-cyr.css');

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

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

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

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

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

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

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

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

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

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

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

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

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

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

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

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

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

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

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

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

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

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

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

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

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

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

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

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

* {
    outline-style: none
}

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

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

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

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

::placeholder {
    color: #c4c0bc
}

::-moz-selection {
    background-color: #52AE32;
    color: #fff
}

::selection {
    background-color: #52AE32;
    color: #fff
}

.h1, h1 {
    font-size: 22px;
    line-height: 34px;
    color: #002E45
}

.h2, h2 {
    font-size: 18px;
    line-height: 26px;
    color: #002E45
}

.h3, h3 {
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 16px;
    line-height: 26px;
    color: #002E45
}

.h4, h4 {
    font-size: 16px;
    line-height: 24px;
    color: #002E45
}

.h5, h5 {
    text-transform: uppercase;
    letter-spacing: .03em;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #002E45
}

p:not(:last-child) {
    margin-bottom: 20px
}

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

input:focus:required:invalid, textarea:focus:required:invalid {
    border-color: red
}

input:required:valid, textarea:required:valid {
    border-color: green
}

body {
    position: relative;
    min-width: 320px;
    background-color: #fff;
    overflow-x: hidden;
    font-family: 'Avenir Next Cyr', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #002E45  
}

.basic-link {
    padding: 0;
    background: 0 0;
    border: 0;
    color: #002E45;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.basic-link.dark {
    color: #002E45
}

.basic-link:hover {
    text-decoration: none;
    color: #52AE32
}

.basic-link.hover-dark:hover {
    color: #002E45
}

.basic-link:active {
    opacity: .5
}

.basic-link[href^=tel] {
    color: inherit;
    text-decoration: none
}

.full-width {
    width: 100% !important;
    max-width: 100% !important
}

.default-btn.callback_analog-btn {
    margin-top: 25px;
}

.primary-btn,
.default-btn.callback_analog-btn {
    border-radius: 10px;
    position: relative;
    display: inline-block;
    height: 50px;
    padding: 16px 28px;
    border: 0;
    background-color: #002E45;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.primary-btn:before,
.default-btn.callback_analog-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.primary-btn.accent-btn,
.default-btn.callback_analog-btn {
    background-color: #52AE32
}

.primary-btn.accent-btn:hover:before,
.default-btn.callback_analog-btn:hover:before {
    background-color: rgba(255, 255, 255, .2)
}

.primary-btn:hover,
.default-btn.callback_analog-btn:hover{
    text-decoration: none;
    background-color: #52AE32;
    color: #fff
}

.primary-btn:active,
.default-btn.callback_analog-btn:active{
    text-decoration: none;
    background-color: #52AE32;
    color: #fff
}

.primary-btn:active:before {
    background-color: rgba(0, 0, 0, .1) !important
}

.primary-btn:disabled {
    background-color: #002E45;
    opacity: .2
}

.back-btn {
    font-size: 14px;
    line-height: 24px;
    color: #897f78
}

.back-btn .svg-inline {
    width: 16px;
    height: 16px;
    margin: -3px 10px 0 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.svg-btn {
    display: inline-block;
    border: 0;
    background: 0 0;
    padding: 0;
    outline: 0 !important
}

.svg-btn:hover > .svg-inline path {
    stroke: #52AE32 !important
}

.svg-btn:hover > .svg-inline rect {
    stroke: #52AE32 !important
}

.svg-btn:active {
    opacity: .5
}

.svg-white {
    color: #fff !important
}

.svg-white path {
    fill: #fff !important
}

.svg-white rect {
    stroke: #fff !important
}

.available {
    position: relative;
    padding-left: 18px
}

.available:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 6px;
    background-color: #52AE32
}

.available.not-available:before {
    background-color: #be7d72
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: .03em
}

.arrow-link {
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    color: #897f78;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.arrow-link .arrow-link__icon {
    position: relative;
    top: -1px;
    right: -5px;
    opacity: .5
}

.arrow-link .arrow-link__icon.arrow-link__icon--back {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.arrow-link:hover {
    text-decoration: none;
    color: #002E45
}

.arrow-link:hover path {
    fill: #002E45
}

.arrow-link:active {
    opacity: .5
}

.check-list li {
    padding: 0 20px 15px 38px;
    font-size: 14px;
    line-height: 24px;
    color: #897f78;
    background: url(../img/icons/check.svg) 0 4px no-repeat
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.img-hover {
    position: relative;
    overflow: hidden
}

.img-hover .img-hover__content {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px;
    color: #fff
}

.img-hover img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.img-hover:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.img-hover.img-hover--gr::after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%)
}

.img-hover.img-hover--half::after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 35%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 35%);
    background: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 35%);
}

.img-hover:hover::before {
    opacity: .2
}

.img-hover--dark:hover::before {
    opacity: .6;
}

.img-hover:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 768px){
    .img-hover:hover img {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    right: 30px;
    text-align: right
}

.slick-dots li {
    width: auto;
    margin: 0 1px
}

.slick-dots li.slick-active button:before {
    opacity: 1
}

.slick-dots li button {
    width: 24px
}

.slick-dots li button:before {
    width: inherit;
    color: #fff !important;
    opacity: .3
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.footer-dots .slick-dots {
    z-index: 1;
    position: relative;
    right: auto;
    bottom: auto;
    display: none !important;
    visibility: hidden !important;
    width: 100%;
    padding: 25px 0;
    text-align: center
}

.footer-dots .slick-dots li button:before {
    color: #002E45 !important
}

.arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.arrows .arrow {
    border: 0;
    background: 0 0;
    width: 32px;
    height: 32px;
    padding: 0;
    outline: 0
}

.arrows .arrow.arrow__prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.arrows .arrow.arrow__next {
    margin-left: 30px
}

.arrows .arrow.slick-disabled {
    cursor: default;
    opacity: .5
}

.arrows .arrow .svg-inline {
    width: 100%
}

.arrows .arrow:hover:not(.slick-disabled) .svg-inline path {
    fill: #534e4a
}

.arrows.arrows--fixed {
    z-index: 3;
    position: absolute;
    top: 20px;
    right: 54px
}

.arrows.arrows--fixed .arrow {
    width: 41px;
    height: 40px
}

.arrows.arrows--fixed .arrow.slick-disabled {
    opacity: .3
}

.arrows.arrows--fixed .arrow .svg-inline path {
    fill: #fff
}

.arrows.arrows--fixed .arrow:hover:not(.slick-disabled) .svg-inline path {
    fill: #fff
}

.mobile-link__fullheight {
    display: none;
}

@media (max-width: 767.98px) {
    .arrows--fixed {
        display: none;
        visibility: hidden
    }
    .mobile-link__fullheight {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
    }
    .modal__content .product__gallery--inner, .modal__content .product__gallery {
        height: auto !important;
    }
    .vex.vex-theme-trio.modal--full .vex-content {
        height: auto !important;
        padding-bottom: 20px !important;
        margin-top: 10px !important;
    }
    .modal__content .product__gallery > .slider-wrap .product__gallery-for .product__gallery-item img {
        max-width: 100%;
        width: auto !important;
        height: auto !important;
    }
}

.rounded-badge {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    padding-top: 1px;
    border-radius: 18px;
    background-color: #52AE32;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    color: #fff
}

.card-badge {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 8px;
    background-color: #52AE32;
    font-size: 22px;
    line-height: 32px;
    color: #fff
}

.card-badge--list {
    font-size: 13px;
    line-height: 18px;
}

.slider-header {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0
}

.slider-header--small .h1 {
    font-size: 18px;
    line-height: 26px;
    width: 100%
}

.slider-header--small .slider-header__arrows {
    display: none
}

@media (min-width: 992px) {
    .slider-header--small .slider-header__arrows {
        margin-top: -5px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex
    }
}

.breadcrumbs {
    padding: 35px 0 20px;
    line-height: 24px
}

.breadcrumbs li {
    display: inline-block;
    margin-right: 20px;
    color: #002E45;
}

.breadcrumbs li .arrow-link {
    color: #002E45;
}

.breadcrumbs li .arrow-link .arrow-link__icon {
    top: -1px;
}

.breadcrumbs li a .svg-inline {
    margin-left: 10px
}

.social-btns .svg-btn:hover path {
    fill: #fff !important
}

.social-btns .svg-btn:hover circle {
    fill: #52AE32
}

.product-share {
    position: absolute;
    top: 35px;
    right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 16px;
    margin: 0 -5px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, .05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .05)
}

.product-share .svg-inline {
    width: 32px;
    height: 32px;
    margin: 0 5px
}

.text-right {
    text-align: right
}

.user-ava img {
    border-radius: 50%
}

.rub:after {
    content: ' \20BD';
    font-family: 'PT Sans', sans-serif
}

.up-btn {
    z-index: 999;
    position: fixed;
    bottom: 140px;
    right: 50px;
    width: 40px;
    height: 40px;
    border: 1px #e4e3e2 solid;
    background-color: #f8f8f8;
    opacity: .5;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

@media (min-width: 1200px) {
    .up-btn {
        display: block
    }
}

.up-btn .svg-inline {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.up-btn:hover {
    opacity: 1
}

input[type=email], input[type=password], input[type=tel], input[type=text] {
    -webkit-appearance: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

* {
    outline: 0 !important
}

.form .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 35px
}

.form .form__row .form__input {
    width: 100%;
    height: 50px;
    border-radius: 10px!important;
}

.form .form__row textarea.form__input {
    min-height: 140px
}

.form .form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form .form__footer .primary-btn {
    max-width: 180px
}

.form .form__footer .form__footer-text {
    padding: 8px 20px 0 40px;
    font-size: 12px;
    line-height: 18px;
    color: #897f78
}

.form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

.form__wrap .form, .form__wrap .form__text {
    padding-bottom: 50px
}

.form__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(50% - 20px);
    margin-left: 20px
}

.form__text .form__text-bg {
    padding: 35px 50px;
    background-color: #f8f8f8
}

.form__text .form__text-title {
    padding-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 16px;
    line-height: 26px;
    color: #002E45
}

@media (min-width: 1544px) {
    .form__wrap .form__text {
        min-width: 688px;
        margin-left: 145px
    }
}

@media (max-width: 991.98px) {
    .form__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form__wrap .form__text {
        min-width: 100%;
        margin-left: 0
    }
}

@media (max-width: 767.98px) {
    .form .form__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form .form__footer .primary-btn {
        width: 100%;
        max-width: 100%
    }

    .form .form__footer .form__footer-text {
        padding-left: 0;
        padding-right: 0
    }

    .form__text .check-list {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important
    }
    .modal__content .product__gallery > .slider-wrap .product__gallery-for, .modal__content .product__gallery .product__gallery-for .slick-track {
        height: auto !important;
    }
}

.placeholder-input {
    position: relative
}

.placeholder-input .placeholder-fixed {
    position: absolute;
    top: -10px;
    left: 14px;
    padding: 3px 7px;
    background-color: #fff;
    font-size: 11px;
    line-height: 16px
}

.placeholder-input label {
    width: 100%;
}

.radio-btns {
    margin-bottom: 25px;
    white-space: nowrap
}

.basic-input {
    height: 50px;
    border: 1px solid #e4e3e2 !important;
    background-color: transparent;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

.basic-input:focus {
    border-color: #52AE32 !important
}

.basic-input.error, .basic-input.sp-invalid {
    border-color: #fe5a5a !important;
    outline: 0
}

.sp-tip.sp-invalid {
    padding: 8px 0 0;
    font-size: 13px;
    line-height: 1.2;
    color: #fe5a5a
}

.basic-checkbox label {
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 30px;
    background: url(../img/icons/checkbox.svg) 0 50% no-repeat;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.basic-checkbox input {
    display: none;
    visibility: hidden
}

.basic-checkbox input:checked + label {
    background-image: url(../img/icons/checkbox-active.svg);
    color: #002E45
}

.basic-checkbox:hover {
    color: #002E45
}

.phone-input {
    width: 200px
}

.radio-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.radio-btns .radio-btn label {
    cursor: pointer;
    padding: 17px 28px;
    border: 1px solid #e4e3e2;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 18px;
    color: #897f78;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.radio-btns .radio-btn input {
    display: none;
    visibility: hidden
}

.radio-btns .radio-btn input:checked + label {
    border-color: #fff;
    background-color: #fff;
    color: #002E45
}

.default-btn, .number-input .input-group .input-group-btn button {
    display: inline-block;
    padding: 15px 27px;
    border: 1px #e4e3e2 solid;
    background-color: transparent;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #897f78;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 10px;
}

.default-btn:hover, .number-input .input-group .input-group-btn button:hover {
    text-decoration: none;
    border-color: #c4c0bc;
    color: #534e4a
}

.default-btn.active, .default-btn:active, .number-input .input-group .input-group-btn button.active, .number-input .input-group .input-group-btn button:active {
    border-color: #f0f0f0;
    background-color: #f0f0f0;
    opacity: 1;
    color: #002E45
}

.default-btn.disabled, .default-btn:disabled, .number-input .input-group .input-group-btn button.disabled, .number-input .input-group .input-group-btn button:disabled {
    pointer-events: none;
    opacity: .4
}

.mini-btn {
    display: inline-block;
    border: 0;
    background-color: transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 24px;
    color: #002E45;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.mini-btn.mini-btn--bg {
    padding: 2px 15px 1px;
    background: rgba(38, 47, 50, .06)
}

.mini-btn .mini-btn__icon {
    position: relative;
    top: -1px;
    right: -5px;
    width: 14px
}

.mini-btn .mini-btn__icon:first-child {
    margin-right: 8px
}

.mini-btn .mini-btn__icon path {
    fill: #897f78 !important
}

.mini-btn:hover {
    text-decoration: none;
    color: #002E45
}

.mini-btn:hover.mini-btn--bg {
    background: rgba(38, 47, 50, .1)
}

.mini-btn:hover .mini-btn__icon path {
    fill: #002E45 !important
}

.mini-btn:active {
    opacity: .5
}

.number-input .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.number-input .input-group .input-group-btn button {
    width: 40px;
    height: 40px;
    padding: 0;
    font-weight: 700
}

.number-input .input-group .input-group-btn:first-child button {
    border-right: 0
}

.number-input .input-group .input-group-btn:last-child button {
    border-left: 0
}

.number-input .input-group input {
    width: 50px;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    color: #897f78
}

.folding-list .folding-list__header {
    cursor: pointer;
    position: relative;
    padding-right: 25px
}

section.container.h4.folding-list__header h3 {
    padding-left: 55px;
    font-size: 22px;
    font-weight: 500;
    text-transform: none;
    line-height: 47px;
    padding-bottom: 30px;
    margin: 0;
}

section.container.h4.folding-list__header h3:not(:last-child) {
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    section.container.h4.folding-list__header h3 {
        padding-left: 0;
        font-size: 22px;
        font-weight: 500;
        text-transform: none;
        line-height: 35px;
        padding-bottom: 30px;
   }

   section.container.h4.folding-list__header h3:not(:last-child) {
       padding-bottom: 30px;
   }
}

.folding-list .folding-list__header .folding-list__arrow {
    position: absolute;
    top: 0;
    right: 3px;
}

.folding-list .folding-list__header .folding-list__arrow img {
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.folding-list.folding-list--select {
    width: 100%
}

.folding-list.folding-list--select .folding-list__header {
    margin-top: -15px;
    padding: 15px 20px;
    border: 1px transparent solid;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.folding-list.folding-list--select .folding-list__header .folding-list__arrow {
    top: 14px;
    right: 15px
}

.folding-list.folding-list--select .folding-list__main {
    padding: 15px 20px;
    background-color: #fff;
    border: 1px #f0f0f0 solid;
    border-top: 0;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, .05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .05)
}

.folding-list.folding-list--select .folding-list__main li:not(:last-child) {
    margin-bottom: 10px
}

.folding-list.folding-list--select.unfolded .folding-list__header {
    border-color: #f0f0f0;
    background-color: #fff
}

.folding-list.responsive .folding-list__header {
    cursor: default
}

.folding-list.responsive .folding-list__header .folding-list__arrow {
    display: none;
    visibility: hidden
}

.folding-list.unfolded > .folding-list__header .folding-list__arrow img {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

@media (max-width: 575.98px) {
    .folding-list.responsive .folding-list__header {
        cursor: pointer
    }

    .folding-list.responsive .folding-list__header .folding-list__arrow {
        display: block;
        visibility: visible
    }
}

.tabs .tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 0 40px;
    overflow-x: auto
}

.tabs .tabs__header .tabs__menu .tabs__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tabs .tabs__header .tabs__menu .tabs__menu-list .tabs__menu-item {
    padding-right: 35px
}

.tabs .tabs__header .tabs__menu .tabs__menu-list .tabs__menu-item a {
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap
}

.tabs .tabs__header .tabs__menu .tabs__menu-list .tabs__menu-item a span {
    padding-left: 4px;
    font-size: 11px
}

.tabs .tabs__header .tabs__menu .tabs__menu-list .tabs__menu-item.tabs__menu-item--active a {
    color: #534e4a
}

.tabs .tabs__header .tabs__arrows {
    margin-top: -5px
}

.tabs .tabs__content-list .tabs__content-item {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.tabs .tabs__content-list .tabs__content-item:not(.tabs__content-item--active) {
    display: none;
    visibility: hidden;
    opacity: 0
}

.tabs--shops .tabs__header {
    padding: 6px 0 23px
}

@media (min-width: 768px) {
    .tabs--shops .tabs__header {
        padding: 16px 0 33px
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 36px;
    border-top: 1px #f0f0f0 solid
}

@media (max-width: 767.98px) {
    .pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.pagination .pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px 20px
}

.pagination .pagination__list li {
    margin: 0 5px
}

.pagination .pagination__more {
    margin-bottom: 20px
}

.number-input .input-group .input-group-btn .pagination .pagination__more button, .pagination .pagination__more .default-btn, .pagination .pagination__more .number-input .input-group .input-group-btn button {
    padding: 15px 45px
}

.pagination .pagination__separator {
    position: relative;
    width: 50px;
    top: 20px;
    margin: 0 15px !important;
    border-top: 1px #e4e3e2 solid
}

.pagination .pagination__btn {
    min-width: 40px;
    height: 40px;
    padding: 10px
}

.pagination .pagination__btn:hover .svg-inline path {
    fill: #534e4a !important
}

.pagination .pagination__btn.pagination__btn-prev .svg-inline {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (max-width: 767.98px) {
    .pagination .pagination__list .pagination__separator {
        width: 40px;
        margin: 0 5px !important
    }

    .pagination .pagination__more {
        width: 100%
    }

    .number-input .input-group .input-group-btn .pagination .pagination__more button, .pagination .pagination__more .default-btn, .pagination .pagination__more .number-input .input-group .input-group-btn button {
        width: 100%
    }
}

.alphabet {
    margin-bottom: 40px
}

.alphabet li {
    display: inline-block;
    margin: 0 38px 20px 0
}

@media (max-width: 767.98px) {
    .alphabet li {
        margin-right: 26px
    }
    .product__gallery--inner .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
        border: 1px solid #52AE32 !important;
    }
    .product__gallery--inner .gallery-thumbs .swiper-slide {
        border: 1px solid transparent !important;
    }
    .modal__content .swiper-container.gallery-top .swiper-slide img {
        height: auto !important;
    }
    .modal__content .swiper-container.gallery-top {
        height: auto !important;
    }
}

.alphabet li.active a {
    color: #52AE32;
    border-bottom: none
}

.alphabet li:last-child {
    margin-right: 0
}

.alphabet li .basic-link {
    border-bottom: 1px #897f78 dotted
}

.grid {
    margin-right: -2%
}

.grid .gutter-sizer {
    width: 2%
}

.grid .grid-item, .grid .grid-sizer {
    width: 18%
}

.grid .grid-item.grid-item--big {
    width: 73% !important
}

.grid .grid-item {
    display: block;
    margin-bottom: 30px
}

.grid.blog-grid .grid-item, .grid.blog-grid .grid-sizer {
    width: 23%
}

.grid.blog-grid .grid-item--big {
    width: 48% !important
}

@media (min-width: 1544px) {
    .grid:not(.blog-grid) .grid-item.grid-item--big {
        width: 58% !important
    }
}

@media (max-width: 1543.98px) {
    .grid.blog-grid .grid-item, .grid.blog-grid .grid-sizer {
        width: 31.33% !important
    }

    .grid.blog-grid .grid-item.grid-item--big {
        width: 64.66% !important
    }
}

@media (max-width: 1099.98px) {
    .grid .grid-item, .grid .grid-sizer {
        width: 31.33% !important
    }

    .grid:not(.blog-grid) .grid-item.grid-item--big {
        width: 64.66% !important
    }
}

@media (max-width: 991.98px) {
    .grid .grid-item, .grid .grid-sizer {
        width: 48% !important
    }

    .grid:not(.blog-grid) .grid-item.grid-item--big {
        width: 98% !important
    }
}

@media (max-width: 767.98px) {
    .grid.products-grid {
        margin-bottom: 0
    }

    .grid .grid-item, .grid .grid-sizer {
        width: 100% !important
    }

    .grid.products-grid--sm-2 .grid-item, .grid.products-grid--sm-2 .grid-sizer {
        width: 48% !important
    }

    .grid:not(.blog-grid) .grid-item.grid-item--big {
        width: 100% !important
    }
}

.textContent {
    font-size: 14px;
    line-height: 24px;
    color: #534e4a
}

@media (min-width: 768px) {
    .textContent {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .textContent p {
        max-width: 960px
    }
}

.textContent .red {
    color: #fe5a5a
}

.textContent .description {
    padding-left: 19px;
    color: #897f78;
    position: relative;
    font-size: 12px;
    line-height: 18px
}

.textContent .description:before {
    content: '*';
    font-size: 16px;
    line-height: 22px;
    color: #fe5a5a;
    position: absolute;
    top: 0;
    left: 1px
}

.textContent hr {
    height: 1px;
    display: block;
    background: #f0f0f0;
    border: none;
    margin: 0
}

@media (min-width: 1200px) {
    .textContent hr {
        margin: 19px 0
    }
}

.textContent ul {
    list-style: disc;
    margin: 0 0 22px 0;
    padding-left: 19px
}

.textContent ul li {
    margin: 16px 0 0
}

.textContent .h1, .textContent .h2, .textContent .h3, .textContent .h4, .textContent .h5, .textContent .h6 {
    font-weight: 600
}

.textContent .h1 {
    margin: 5px 0 23px
}

.textContent .h2 {
    font-size: 18px;
    line-height: 26px;
    margin: 32px 0 15px
}

@media (min-width: 768px) {
    .textContent .h2 {
        margin: 42px 0 24px
    }
}

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

.scrollbar-outer > .scroll-element.scroll-x {
    height: 14px
}

.scrollbar-outer > .scroll-element.scroll-y {
    width: 14px
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    height: 4px;
    top: 10px
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 10px;
    width: 4px
}

.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: #f0f0f0
}

.scrollbar-outer > .scroll-element .scroll-bar, .scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track {
    border-radius: 4px
}

.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #52AE32
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background-color: #10b8c3
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #10b8c3
}

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -14px;
    margin-left: 14px
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -14px;
    margin-top: 14px
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px
}

.adaptive-menu {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 604px;
    max-height: 100%;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.adaptive-menu .adaptive-menu__main .adaptive-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 14px 15px;
    border-bottom: 1px #f0f0f0 solid;
    font-size: 14px;
    line-height: 24px
}

@media (min-width: 768px) {
    .adaptive-menu .adaptive-menu__main .adaptive-menu__header {
        padding: 32px 45px
    }
}

.adaptive-menu .adaptive-menu__main .adaptive-menu__header .adaptive-menu__header-title {
    font-size: 22px;
    color: #002E45
}

.adaptive-menu .adaptive-menu__main .adaptive-menu__header .adaptive-menu__header-selected {
    text-align: right;
    color: rgba(137, 127, 120, .5)
}

.adaptive-menu .adaptive-menu__main .adaptive-menu__header .adaptive-menu__header-close img, .adaptive-menu .adaptive-menu__main .adaptive-menu__header .adaptive-menu__header-close svg {
    width: 17px;
    height: 17px
}

@media (min-width: 768px) {
    .adaptive-menu .adaptive-menu__main .adaptive-menu__header .adaptive-menu__header-close img, .adaptive-menu .adaptive-menu__main .adaptive-menu__header .adaptive-menu__header-close svg {
        width: auto;
        height: auto
    }
}

@media (max-width: 1100px) {
    .adaptive-menu .adaptive-menu__main .adaptive-menu__body .primary-menu__catalog-link{
        order: -1;
    }
}

.adaptive-menu .adaptive-menu__main .adaptive-menu__body {
    padding: 0 30px 15px
}

.adaptive-menu .adaptive-menu__main .adaptive-menu__body .adaptive-menu__list {
    font-size: 16px;
    line-height: 24px;
    display: grid;
}

.adaptive-menu .adaptive-menu__main .adaptive-menu__body .adaptive-menu__list .adaptive-menu__item {
    border-bottom: 1px #f0f0f0 solid
}

.adaptive-menu .adaptive-menu__main .adaptive-menu__body .adaptive-menu__list .adaptive-menu__item:last-child {
    border-bottom: none;
}

.adaptive-menu .adaptive-menu__main .adaptive-menu__body .adaptive-menu__list .adaptive-menu__item .adaptive-menu__btn {
    display: block;
    padding: 12px 0 14px;
}

.adaptive-menu .adaptive-menu__main .adaptive-menu__body .adaptive-menu__list .adaptive-menu__item .folding-list__arrow {
    top: 12px
}

.adaptive-menu .adaptive-menu__main .adaptive-menu__body .adaptive-menu__list .adaptive-menu__item .folding-list__main {
    padding-bottom: 40px
}

.adaptive-menu .adaptive-menu__main .adaptive-menu__body .adaptive-menu__list .adaptive-menu__item .folding-list__main a {
    display: block;
    padding: 12px 0
}

.adaptive-menu .adaptive-menu__footer {
    padding: 10px 0;
    background-color: #f8f8f8;
    text-align: center
}

.adaptive-menu .adaptive-menu__footer .adaptive-menu__footer-btns .adaptive-menu__footer-btn {
    width: 240px;
    margin: 10px
}

.burger-menu .adaptive-menu__primary .primary-menu__submenu {
    display: none
}

.burger-menu .adaptive-menu__primary .primary-menu__submenu .primary-menu__submenu-img, .burger-menu .adaptive-menu__primary .primary-menu__submenu .primary-menu__submenu-inner {
    display: none
}

.burger-menu .adaptive-menu__secondary .secondary-menu__list {
    padding: 15px 0 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.burger-menu .adaptive-menu__secondary .secondary-menu__list .secondary-menu__item .secondary-menu__link {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px
}

.burger-menu .burger-menu__login {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px
}

.filters-menu .catalog__filters-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-height: 298px
}

.filters-menu .folding-list__arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.blur {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.footer {
    padding: 80px 0 70px
}

.footer .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .footer__wrap .footer__logo {
    margin-right: 143px
}

.footer .footer__wrap .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer .footer__wrap .footer__main .footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px
}

.footer .footer__wrap .footer__main .footer__columns .footer__column {
    -ms-flex-preferred-size: calc(25% - 40px);
    flex-basis: calc(25% - 40px);
    margin-right: 40px;
    font-size: 14px;
    line-height: 24px
}

@media (min-width: 992px) {
    .footer .footer__wrap .footer__main .footer__columns .footer__column:last-child {
        margin-right: 0;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media (min-width: 1200px) {
    .footer .footer__wrap .footer__main .footer__columns .footer__column:last-child {
        -ms-flex-preferred-size: calc(20% - 40px);
        flex-basis: calc(20% - 40px)
    }
}

.footer .footer__wrap .footer__main .footer__columns .footer__column .footer__column-title {
    padding-bottom: 26px;
    color: #534e4a
}

.footer .footer__wrap .footer__main .footer__columns .footer__column li {
    margin-bottom: 16px
}

.footer .footer__wrap .footer__main .footer__columns .footer__column li.footer__social {
    padding-top: 4px
}

.footer .footer__wrap .footer__main .footer__columns .footer__column li.footer__social .svg-btn {
    margin-right: 8px
}

.footer .footer__wrap .footer__main .footer__credits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer .footer__wrap .footer__main .footer__credits .footer__copy {
    -ms-flex-preferred-size: calc(75% - 30px);
    flex-basis: calc(75% - 30px);
    margin-right: 30px
}

.footer .footer__wrap .footer__main .footer__credits .footer__copy .footer__privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .footer__wrap .footer__main .footer__credits .footer__copy .footer__privacy a {
    margin-bottom: 10px
}

.footer .footer__wrap .footer__main .footer__credits .footer__copy .footer__privacy a.footer__privacy-link {
    margin-right: 30px
}

.footer .footer__wrap .footer__main .footer__credits .footer__copy .footer__keywords {
    margin-bottom: 10px
}

.footer .footer__wrap .footer__main .footer__credits .footer__bottom-author {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin-bottom: 10px
}

/*.footer .footer__wrap .footer__main .footer__credits .footer__bottom-author .basic-link {
    position: relative;
    padding-left: 95px;
    display: block;
}

.footer .footer__wrap .footer__main .footer__credits .footer__bottom-author .basic-link span {
    font-size: 11px;
    line-height: 11px;
    color: #5c5048;
    width: 70px;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer .footer__wrap .footer__main .footer__credits .footer__bottom-author .basic-link:before {
    width: 76px;
    height: 19px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/webit.svg) no-repeat;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
} */

@media (min-width: 1544px) {
    .footer .footer__wrap .footer__main .footer__columns .footer__column {
        -ms-flex-preferred-size: calc(20% - 40px);
        flex-basis: calc(20% - 40px)
    }

    .footer .footer__wrap .footer__main .footer__columns .footer__column.footer__column-catalog {
        -ms-flex-preferred-size: calc(20% - 40px);
        flex-basis: calc(20% - 40px)
    }

    .footer .footer__wrap .footer__main .footer__columns .footer__column.footer__column-catalog ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .footer .footer__wrap .footer__main .footer__credits .footer__copy {
        -ms-flex-preferred-size: calc(80% - 40px);
        flex-basis: calc(80% - 40px)
    }

    .footer .footer__wrap .footer__main .footer__credits .footer__bottom-author {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

@media (max-width: 991.98px) {
    .footer .footer__wrap .footer__main .footer__columns .footer__column {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .footer .footer__wrap .footer__main .footer__credits {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 575.98px) {
    .footer {
        padding-top: 10px;
        padding-bottom: 40px
    }

    .footer .footer__wrap .footer__main .footer__columns .footer__column {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 0;
        margin-top: 26px;
        font-size: 16px;
        line-height: 24px
    }

    .footer .footer__wrap .footer__main .footer__columns .footer__column.folding-list {
        margin-top: 0;
        border-bottom: 1px #dee2e6 solid
    }

    .footer .footer__wrap .footer__main .footer__columns .footer__column.folding-list .footer__column-title {
        padding-top: 26px
    }

    .footer .footer__wrap .footer__main .footer__columns .footer__column.folding-list .footer__column-title .folding-list__arrow {
        top: 26px
    }

    .footer .footer__wrap .footer__main .footer__columns .footer__column .footer__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer .footer__wrap .footer__main .footer__columns .footer__column .footer__social .svg-inline {
        width: 40px;
        height: 40px
    }
}

body.overflow-hidden {
    overflow: hidden
}

.header {
    z-index: 100;
    position: relative;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.header.separated {
    border-bottom: 1px #f0f0f0 solid
}

.header.fixed {
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 14px rgba(38, 47, 50, .1);
    box-shadow: 0 2px 14px rgba(38, 47, 50, .1)
}

.header.fixed .header-main {
    padding: 12px 0 3px;
    min-height: 50px
}

@media (min-width: 768px) {
    .header.fixed .header-main {
        padding: 10px 0 12px
    }
}

.header .secondary-menu {
    background-color: #f8f8f8;
    padding: 12px 0;
    white-space: nowrap
}

.header .secondary-menu .secondary-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .secondary-menu .secondary-menu__container .secondary-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .secondary-menu .secondary-menu__container .secondary-menu__list .secondary-menu__item {
    padding-right: 50px;
    font-size: 14px;
}

.header .header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0 3px;
    min-height: 100px
}

@media (min-width: 768px) {
    .header .header-main {
        padding: 10px 0 12px
    }
}

.header .header-main .header-search {
    display: none;
    position: relative;
    max-width: 404.7px;
}

@media (min-width: 768px) {
    .header .header-main .header-search {
        display: block;
        width: 100%
    }
}

.header .header-main .header-search__close {
    margin-top: -8px
}

@media (min-width: 768px) {
    .header .header-main .header-search__close {
        display: none
    }
}

.header .header-main .header-search__close img, .header .header-main .header-search__close svg {
    width: 17px;
    height: 17px
}

.header .header-main .header-search.show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background: rgba(255, 255, 255, .3);
    z-index: 500;
    display: block
}

.header .header-main .header-search.show .header-search__container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 16px 15px 12px;
    min-height: 50px;
    background: #fff
}

.header .header-main .header-search.show .search-form {
    position: relative;
    width: calc(100% - 50px)
}

.header .header-main .header-search.show .search-form__input {
    width: 100%;
    padding: 2px 46px 3px 1px !important
}

.header .header-main .header-search.show .search-form__submit {
    position: absolute !important;
    top: -4px !important;
    margin: 0 !important;
    right: 2px !important
}

.header .header-main .header-search__btn {
    border: none;
    padding: 0;
    background: 0 0;
    margin: -5px 2px 0;
    width: 20px
}

@media (min-width: 768px) {
    .header .header-main .header-search__btn {
        display: none
    }
}

.header .header-main .header-search__btn img, .header .header-main .header-search__btn svg {
    display: block;
    width: 100%
}

.header .header-main .search-results {
    position: absolute;
    background: #fff;
    border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, .05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .05);
    padding: 7px 25px 17px;
    width: calc(100% + 82px);
    left: -16px;
    top: 34px;
    z-index: 50;
    height: 100vh;
    max-height: calc(100vh - 100px);
    display: none;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .header .header-main .search-results {
        height: 100vh;
        width: 100%;
        max-height: 475px;
        min-width: 300px;
        top: 50px
    }
}

@media (min-width: 1200px) {
    .header .header-main .search-results {
        width: calc(100% + 50px)
    }
}

.header .header-main .search-results.show {
    display: block;
}

.header .header-main .search-results__item {
    margin-top: 10px
}

@media (min-width: 1280px) {
    .header .header-main .search-results__item {
        margin-top: 16px
    }

    .header .header-main .search-results.show {
        display: flex;
    }

    .header .header-main .search-results .scrollbar-outer {
        width: 50%;
        max-height: 100%
    }
}

@media (min-width: 768px) {
    .header .header-main .search-results__item:first-child {
        margin-top: 10px
    }
}

@media (max-width: 767px) {
    .header .header-main .search-results .scrollbar-outer:first-child .search-results__item:nth-child(n+5) {
        display: none;
    }

    .header .header-main .search-results .scrollbar-outer:first-child .search-results__item:last-child {
        display: block;
    }
}

.header .header-main .search-results__item a {
    font-size: 14px;
    line-height: 24px;
    color: #897f78
}

.header .header-main .search-results__item a span {
    background: #f0f0f0
}

.header .header-main .header-main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-main .header-main__container .header-main__burger-btn {
    display: none;
    visibility: hidden;
    margin: -12px 45px 0 0
}

@media (min-width: 768px) {
    .header .header-main .header-main__container .header-main__burger-btn {
        margin-top: 0
    }
}

.header .header-main .header-main__container .header-main__logo {
    width: 220px;
    margin-right: 40px
}

.header .header-main .header-main__container .header-main__logo .svg-inline, .header .header-main .header-main__container .header-main__logo img {
    width: 100%
}

.header .header-main .header-main__container .header-main__toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 320px;
}

.header .header-main .header-main__container .header-main__toolbar .header-main__btn {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background: 0 0 no-repeat;
    border: 0;
    padding: 0
}

.header .header-main .header-main__container .header-main__toolbar .header-main__phone-btn {
    margin: -5px 25px 0 0
}

.header .header-main .header-main__container .header-main__toolbar .search-form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header .header-main .header-main__container .header-main__toolbar .search-form .search-form__input {
    width: 100%;
    padding: 7px 46px 12px 1px;
    border: 0;
    border-bottom: 1px #e4e3e2 solid;
    font-size: 14px;
    outline: 0;
    text-align: center;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

.header .header-main .header-main__container .header-main__toolbar .search-form .search-form__input:focus {
    border-color: #52AE32
}

.header .header-main .header-main__container .header-main__toolbar .search-form .search-form__submit {
    margin: -6px 0 0 -32px;
    outline: 0
}

.header .header-main .header-main__container .header-main__toolbar .header-main__like-btn {
    margin: -5px 34px 0
}

.header .header-main .header-main__container .header-main__toolbar .header-main__cart-btn {
    margin-top: -8px
}

.header .header-main .header-main__container .header-main__toolbar .header-main__cart-btn .header-main__cart-badge {
    position: absolute;
    bottom: -6px;
    right: -5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #52AE32;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    color: #fff
}

.header .header-main .header-main__container .header-main__contact {
    min-width: 150px;
    margin-left: 40px;
    text-align: right
}

.header .header-main .header-main__container .header-main__contact .header-main__phone {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}
.header .header-main .header-main__container .header-main__contact .header-main__workin-hours {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 24px;
}

.header .header-main .header-main__container .header-main__contact .header-main__order-call {
    font-size: 14px;
    line-height: 16px
}

.header .primary-menu .primary-menu__item {
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.header .primary-menu .primary-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}

.header .primary-menu .primary-menu__list .primary-menu__item.active > .primary-menu__link {
    color: #002E45
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__link {
    display: block;
    padding: 21px 15px;
    white-space: nowrap;
    font-size: 18px
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__link:hover {
    color: #52AE32
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__link .folding-list__arrow {
    display: none;
    visibility: hidden
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu {
    z-index: 100;
    position: absolute;
    top: 58px;
    /*left: -40px;*/
    /*right: -40px;*/
    padding: 20px 20px 20px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, .05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .05);
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .scrollbar-outer {
    max-height: 520px
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: max-content;
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-column {
    display: none;
    /*max-width: 25%;*/
    /*-ms-flex-preferred-size: 25%;*/
    /*flex-basis: 25%;*/
    padding-left: 40px;
    padding-right: 10px;
    border-left: 1px #f0f0f0 solid;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-column.primary-menu__submenu-img, .header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-column.primary-menu__submenu-main, .header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-column.shown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-column ul {
    width: 100%
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-column .basic-link:hover {
    color: #534e4a
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-column.primary-menu__submenu-img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    width: 290px;
    margin-top: 4px;
    margin-left: auto;
    border-left: 0
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-column.primary-menu__submenu-img .primary-menu__submenu-img-content {
    top: auto;
    bottom: 0
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-column.primary-menu__submenu-img .primary-menu__submenu-img-content:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%)
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-column.primary-menu__submenu-img .primary-menu__submenu-img-content .primary-menu__submenu-img-title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-column.primary-menu__submenu-img .primary-menu__submenu-img-content .primary-menu__submenu-img-text {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 18px
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-main {
    visibility: visible;
    padding-left: 15px;
    border-left: 0;
    opacity: 1;
    font-size: 16px;
    line-height: 24px
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-main a {
    font-size: 14px;
    line-height: 24px;
    color: #897f78
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-inner {
    font-size: 14px;
    line-height: 24px
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content ul li {
    margin-bottom: 6px;
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content ul li a {
    display: inline-block;
    white-space: normal;
    padding: 2px 5px
}

.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content ul li.active a {
    color: #002E45;
    background: rgba(38, 47, 50, .06);
}

/*.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content ul li.active:not(:hover) a {*/
/*    background: rgba(38, 47, 50, .06);*/
/*}*/

body:not(.hasHover) .header .primary-menu, body:not(.hasHover) .header .secondary-menu {
    display: none !important;
    visibility: hidden !important
}

body:not(.hasHover) .header .header-main .header-main__container .header-main__burger-btn {
    display: block;
    visibility: visible
}

@media (max-width: 1099.98px) {
    .header .header-main .header-main__container .header-main__burger-btn {
        display: block;
        visibility: visible
    }
    .header .primary-menu {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .header .header-main .header-main__container .header-main__logo {
        margin-right: 20px
    }

    .header .header-main .header-main__container .header-main__toolbar {
        min-width: 187px;
        margin-right: 0
    }

    .header .header-main .header-main__container .header-main__toolbar .search-form {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .header .header-main .header-main__container .header-main__toolbar .search-form .search-form__submit {
        margin-left: 0
    }
}

@media (max-width: 767.98px) {
    .header .header-main .header-main__container .header-main__burger-btn {
        margin-right: 20px
    }

    .header .header-main .header-main__container .header-main__burger-btn .svg-inline {
        width: 20px
    }

    .header .header-main .header-main__container .header-main__logo {
        width: 140px !important;
        margin-top: -4px
    }

    .header .header-main .header-main__container .header-main__toolbar {
        min-width: 112px;
        margin-top: -9px;
        margin-right: -5px
    }

    .header .header-main .header-main__container .header-main__toolbar .header-main__btn.header-main__cart-btn {
        margin-top: -1px
    }

    .header .header-main .header-main__container .header-main__toolbar .header-main__btn.header-main__cart-btn .header-main__cart-badge {
        bottom: 1px;
        right: 2px;
        width: 8px;
        height: 8px;
        font-size: 0
    }

    .header .header-main .header-main__container .header-main__toolbar .header-main__btn .svg-inline {
        width: 20px;
        height: 20px
    }

    .header .header-main .header-main__container .header-main__toolbar .header-main__btn.header-main__phone-btn .svg-inline {
        width: 22px;
        height: 22px
    }

    .header .header-main .header-main__container .header-main__toolbar .header-main__btn.header-main__like-btn {
        margin-left: 14px;
        margin-right: 14px
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .header .header-main .header-main__container .header-main__toolbar .header-main__cart-btn .header-main__cart-badge {
        padding-top: 3px
    }
}

.inner-title {
    z-index: 1;
    position: relative;
    padding-bottom: 30px
}

@media (max-width: 767.98px) {
    .inner-title {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}

.inner-title__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.inner-title__main .inner-title__filters {
    white-space: nowrap
}

@media (max-width: 767.98px) {
    .inner-title__main .inner-title__filters {
        margin-top: 10px
    }
}

.inner-title__main .inner-title__filters .svg-btn {
    font-size: 16px;
    line-height: 24px;
    color: #897f78;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.inner-title__main .inner-title__filters .svg-btn:hover {
    color: #52AE32
}

.inner-title__main .inner-title__filters .svg-btn .svg-inline {
    position: relative;
    top: -2px;
    margin-right: 10px
}

.vex.vex-theme-trio .vex-content {
    width: 100%;
    padding: 40px 110px
}

.vex.vex-theme-trio .vex-content .vex-dialog-form, .vex.vex-theme-trio .vex-content .vex-dialog-input {
    height: 100%
}

.vex.vex-theme-trio .vex-content .h1 {
    padding-bottom: 40px
}

.vex.vex-theme-trio .vex-content .vex-close {
    top: 40px;
    z-index: 99;
    right: 40px
}

.vex.vex-theme-trio .vex-content .vex-close:before, .vex.vex-theme-trio .vex-content .vex-close:hover:before {
    content: '';
    background: url(../img/icons/cross.svg) 0 0 no-repeat;
    background-size: 32px
}

.vex.vex-theme-trio.modal--small .vex-content {
    max-width: 620px
}

.vex.vex-theme-trio.modal--medium .vex-content {
    max-width: 840px
}

.vex.vex-theme-trio.modal--big .vex-content {
    max-width: 1016px
}

.vex.vex-theme-trio.modal--full {
    padding-top: 0;
    padding-bottom: 0
}

.vex.vex-theme-trio.modal--full .vex-content {
    max-width: 100%;
    height: 100%
}

.vex.vex-theme-trio.modal--img .vex-content {
    max-width: 800px
}

.vex.vex-theme-trio.modal--img .vex-content .vex-dialog-input img {
    width: 100%
}

.vex.vex-theme-trio.modal--video .vex-content {
    max-width: 854px;
    height: 480px;
    padding: 0;
    line-height: 0
}

.vex.vex-theme-trio.modal--video .vex-content .vex-dialog-input iframe {
    width: 100%;
    height: 100%
}

@media (max-width: 991.98px) {
    .vex.vex-theme-trio {
        padding-top: 0;
        padding-bottom: 0
    }

    .vex.vex-theme-trio .vex-content {
        padding-left: 15px;
        padding-right: 15px
    }
}

.modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px
}

.modal__header .h1 {
    margin-right: 40px;
    padding-bottom: 0 !important
}

@media (max-width: 767.98px) {
    .modal__header .h1 {
        margin-right: 20px
    }
}

.modal__header .modal__next {
    position: relative;
    top: -3px
}

.modal__header .modal__next .arrow-link {
    font-size: 14px;
    line-height: 24px
}

.modal__header .modal__next .arrow-link .arrow-link__icon {
    top: 0
}

.modal__content {
    height: 100%;
    font-family: 'Avenir Next Cyr', sans-serif;
}

.modal__content .modal__form .form__row .form__input.basic-input {
    width: 100%
}

.modal__content .modal__form-after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

@media (max-width: 767.98px) {
    .modal__content .modal__form-after {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 767.98px) {
    .modal__content .modal__form-after .basic-checkbox {
        margin-bottom: 20px
    }
}

.modal__content .primary-btn {
    width: 100%
}

.modal__content .modal__phone {
    margin-right: 20px
}

@media (max-width: 767.98px) {
    .modal__content .modal__phone {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
}

.modal__content .modal__email, .modal__content .modal__name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.modal__content .modal__agree {
    max-width: 290px;
    margin-top: 15px;
    font-size: 12px;
    line-height: 18px;
    color: #897f78
}

.modal__content .modal__footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px #f0f0f0 solid;
    text-align: center
}

.modal__content .modal__footer .arrow-link, .modal__content .modal__footer .modal__social-title {
    font-size: 14px;
    line-height: 24px;
    color: #897f78
}

.modal__content .modal__footer .arrow-link .arrow-link__icon {
    margin-right: 10px
}

.modal__content .modal__footer .social-btns {
    margin-top: 20px
}

.modal__content .modal__footer .social-btns .svg-inline {
    width: 40px;
    height: 40px;
    margin: 0 5px
}

.modal__content .product__gallery {
    max-width: none;
    height: 100%;
    margin-right: 0
}

.modal__content .product__gallery > .slider-wrap {
    height: 100%
}

.modal__content .product__gallery > .slider-wrap > .product__gallery-arrows .arrow {
    position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -16px
}

.modal__content .product__gallery > .slider-wrap > .product__gallery-arrows .arrow.arrow__next {
    left: auto;
    right: 50px
}

.modal__content .product__gallery > .slider-wrap .product__gallery-for {
    height: 100%
}

.modal__content .product__gallery > .slider-wrap .product__gallery-for .product__gallery-item {
    height: 100%
}

.modal__content .product__gallery > .slider-wrap .product__gallery-for .product__gallery-item img {
    width: auto;
    height: 100%;
    margin: 0 auto
}

.modal__content .cart-share__input {
    width: 100%
}

.submenu {
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 0
}

@media (min-width: 768px) {
    .submenu {
        padding: 26px 0
    }
}

.submenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.submenu ul li {
    margin-left: 25px
}

@media (min-width: 768px) {
    .submenu ul li {
        margin-left: 47px
    }
}

.submenu ul li:first-child {
    margin-left: 0
}

.submenu ul li a {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #897f78
}

.submenu ul li.active a {
    color: #002E45
}

.product .product__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.product .product__header .product__details {
    width: 400px;
    font-size: 14px;
    line-height: 24px
}

.product .product__header .product__details .product__details-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product .product__header .product__details .product__details-header .product__details-title {
    max-width: 300px;
    display: flex;
    flex-direction: column;
}

.product .product__header .product__details .product__details-header .product__details-title h1 {
    color: #002E45;
    line-height: 30px
}

.product .product__header .product__details .product__details-header .product__details-title .product__code {
    margin-top: 18px;
    font-size: 14px;
    line-height: 16px;
    color: #002E45;
}

.product .product__header .product__details .product__details-header .product__details-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4px
}

.product .product__header .product__details .product__details-header .product__details-btns > .product__like.svg-btn {
    margin-bottom: 22px
}

.product .product__header .product__details .product__details-header .product__details-btns .product__like > .svg-inline {
    width: 28px;
    height: 25px
}

.product .product__header .product__details .product__details-header .product__details-btns .product__share {
    position: relative
}

.product .product__header .product__details .product__details-header .product__details-btns .product__share > .svg-inline {
    width: 21px;
    height: 26px
}

.product .product__header .product__details .product__price {
    margin: 15px 0 20px
}

@media (min-width: 768px) {
    .product .product__header .product__details .product__price {
        margin: 25px 0 20px
    }
}

.product .product__header .product__details .product__price span {
    padding-right: 20px;
    font-size: 22px;
    line-height: 30px;
    color: #002E45
}

.product .product__header .product__details .product__price s {
    font-size: 14px;
    line-height: 24px
}

.product .product__header .product__details .product__price small {
    font-size: 14px;
    padding-right: 2px;
    font-weight: bold;
    color: #002E45;
}

.product .product__header .product__details .product__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px
}

.product .product__header .product__details .product__btns button {
    width: calc(50% - 20px);
    margin: 0 10px 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
}

.product .product__header .product__details .product__comment {
    margin-top: 15px;
    margin-bottom: 15px
}

.product .product__header .product__details .product__comment .basic-input {
    width: 100%
}

.product .product__header .product__details .product__comment textarea.basic-input {
    height: 40px;
    padding-top: 8px;
    padding-bottom: 6px;
    border: 3px solid #52AE32 !important;
    line-height: 1.2;
    border-radius: 10px;
}

.product .product__header .product__details .product__comment textarea.basic-input::placeholder {
    color: #534e4a;
}

.product .product__header .product__details .product__hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px;
    padding-top: 14px;
    padding-bottom: 60px
}

.product .product__header .product__details .product__hidden .product__phone, .product .product__header .product__details .product__hidden .product__submit {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin: 0 10px
}

.product .product__header .product__details .product__hidden .product__phone {
    width: 180px
}

.product .product__header .product__details .product__hidden .product__submit {
    width: 200px
}

.product .product__header .product__details .product__commented {
    padding: 5px 0 30px;
    font-size: 16px;
    line-height: 24px;
    color: #534e4a
}

.product .product__header .product__details .product__commented .svg-inline {
    margin: -4px 10px 0 0
}

.product .product__header .product__details .product__commented .svg-inline path {
    fill: #534e4a
}

.product .product__header .product__details .product__in-shops {
    padding-top: 15px;
    border-bottom: 1px #e4e3e2 solid;
    color: #534e4a
}

.product .product__header .product__details .product__in-shops .available {
    margin-bottom: 8px
}

.product .product__header .product__details .product__in-shops .arrow-link {
    margin-right: 15px;
    margin-bottom: 15px
}

.product .product__header .product__details .product__delivery {
    padding: 22px 0;
    border-bottom: 1px #e4e3e2 solid
}

.product .product__header .product__details .product__props {
    padding-top: 20px
}

.product .product__header .product__details .product__props table td, .product .product__header .product__details .product__props table th {
    padding: 0 15px 12px 0
}

.product .product__header .product__details .product__props table th {
    min-width: 130px;
    color: #002E45;
    font-weight: 400
}

.product .product__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px
}

.product .product__about .product__text {
    max-width: 730px;
    font-size: 14px;
    line-height: 24px;
    color: #002E45;
    text-align: justify
}

@media (min-width: 992px) {
    .product .product__about .product__text {
        width: calc(100% - 470px)
    }
}

.product .product__about .product__text .h1 {
    margin-bottom: 22px
}

.product .product__about .product__video .video__item {
    width: 400px
}

.product__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 730px;
    margin-right: 50px
}

.product__gallery .product__gallery-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 67px
}

.product__gallery .product__gallery-for, .product__gallery .product__gallery-nav {
    margin-bottom: 20px;
    overflow: hidden
}

.product__gallery .product__gallery-for .slick-list, .product__gallery .product__gallery-for .slick-track {
    height: 100%!important;
}

.product__gallery .product__gallery-for .product__gallery-item {
    width: 730px;
    overflow: hidden
}

.product__gallery .product__gallery-for .product__gallery-item img {
    width: 100%
}

.product__gallery .product__gallery-list {
    margin: 0 -5px
}

.product__gallery .product__gallery-list .product__gallery-nav {
    margin: 0 5px;
    padding: 0
}

.product__gallery .product__gallery-list .product__gallery-nav .product__gallery-item {
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    overflow: hidden;
    border: 3px solid transparent;
}

.product__gallery .product__gallery-list .product__gallery-nav .product__gallery-item.slick-active {
    border: 3px solid #52AE32;
}

.product__gallery .product__gallery-list .product__gallery-nav .product__gallery-item.product__gallery-item--spec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8 50% 50% no-repeat
}

.product__gallery .product__gallery-list .product__gallery-nav .product__gallery-item.product__gallery-item--360:before {
    background-image: url(../img/icons/360.svg)
}

.product__gallery .product__gallery-list .product__gallery-nav .product__gallery-item.product__gallery-item--video:before {
    background-image: url(../img/icons/triangle.svg);
    background-position: calc(50% - 2px) 50%
}

.product__gallery .product__gallery-list .product__gallery-nav .product__gallery-item .card-badge {
    display: none;
    visibility: hidden
}

.product__gallery .product__gallery-list .product__gallery-nav .product__gallery-item img {
    height: 100%;
    margin: 0 auto;
    display: block;
}

.product__gallery .product__gallery-list .product__gallery-arrows {
    position: relative
}

.product__gallery .product__gallery-list .product__gallery-arrows .arrow {
    position: absolute;
    top: -60px;
    left: 0
}

.product__gallery .product__gallery-list .product__gallery-arrows .arrow.arrow__next {
    left: auto;
    right: 0
}

.product__gallery .product__gallery-list .product__gallery-arrows .arrow .svg-inline {
    width: 24px;
    height: 12px
}

@media (min-width: 1544px) {
    .product .product__about, .product .product__header {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 1543.98px) {
    .product__gallery {
        max-width: 58%
    }
}

@media (max-width: 1099.98px) {
    .product__gallery {
        max-width: 53%
    }

    .product__video {
        margin-top: 50px
    }
}

@media (max-width: 991.98px) {
    .product .product__header .product__gallery {
        max-width: 100%
    }

    .product .product__header .product__details {
        width: 100%;
        margin-bottom: 40px
    }

    .product .product__header .product__details .product__details-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .product .product__header .product__details .product__btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product .product__header .product__details .product__btns button {
        width: 100%
    }

    .product .product__header .product__details .product__hidden {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product .product__header .product__details .product__hidden .product__phone, .product .product__header .product__details .product__hidden .product__submit {
        width: calc(100% - 20px);
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-bottom: 20px
    }

    .product .product__about {
        margin-left: -20px;
        margin-right: -20px
    }

    .product .product__about .product__text, .product .product__about .product__video {
        width: calc(50% - 40px);
        max-width: none;
        margin-left: 20px;
        margin-right: 20px
    }

    .product .product__about .product__video {
        margin-top: 60px;
        margin-bottom: 20px
    }

    .product__gallery {
        margin-bottom: 40px
    }

    .product__gallery .product__gallery-for, .product__gallery .product__gallery-nav {
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .product .product__header {
        margin-bottom: 0
    }

    .product__gallery .product__gallery-list .product__gallery-nav .product__gallery-item {
        border: 1px solid transparent;
    }

    .product__gallery .product__gallery-list .product__gallery-nav .product__gallery-item.slick-active {
        border: 1px solid #52AE32;
    }

    .product .product__about {
        margin-left: 0;
        margin-right: 0
    }

    .product .product__about .product__text, .product .product__about .product__video {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }
}

.product-card {
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 224px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 20px;
}

.product-card .product-card__img {
    z-index: 1;
    position: relative;
    display: block;
    border-radius: 20px 20px 0 0;
}

.product-card .product-card__img:before {
    content: '';
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .04);
    border-radius: 20px 20px 0 0;
}

.product-slider.related_ .product-card .product-card__img,
.product-slider.related_ .product-card .product-card__img:before,
.product-slider.related_ .product-card__img picture{
    border-radius: 20px;
}

#basket_form .cart__table .btn.minus {
    border-radius: 10px 0 0 10px;
}

#basket_form .cart__table .btn.plus {
    border-radius: 0 10px 10px 0;
}


.product-card .product-card__content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.product-card .product-card__content .product-card__visible {
    z-index: 3;
    position: relative;
    padding: 18px 20px;
    background-color: #fff;
    border-radius: 0 20px 20px 20px;
}

.product-card .product-card__content .product-card__visible .product-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 26px;
    font-size: 12px;
    line-height: 18px
}
.product-card .product-card__content .product-card__visible .product-card__city {
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #002E45;
}

.product-card .product-card__content .product-card__visible .product-card__header .product-card__remove .svg-inline {
    width: 14px
}

.product-card .product-card__content .product-card__visible .product-card__header .product-card__remove .svg-inline path {
    fill: rgba(137, 127, 120, .5)
}

.product-card .product-card__content .product-card__visible .product-card__action {
    gap: 20px;
    display: flex;
}

.product-card .product-card__content .product-card__visible .product-card__header .product-card__like {
    margin-top: -4px
}

.product-card .product-card__content .product-card__visible .svg-inline {
    width: 19px
}

.product-card .product-card__content .product-card__visible .product-card__header .product-card__like.svg-btn .svg-inline path {
    fill: transparent;
    stroke: rgba(137,127,120,1)
}

.svg-btn-added>.svg-inline path {
    stroke: #52AE32!important
}

.product-card .product-card__content .product-card__visible .product-card__title {
    display: block;
    height: 77px;
    padding-top: 3px;
    line-height: 24px;
    font-size: 16px;
}

.product-card--popup .product-card__content .product-card__visible .product-card__title {
    height: auto;
    padding-bottom: 10px;
}

.product-card .product-card__content .product-card__visible .product-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items:  center;
}

.product-card .product-card__content .product-card__visible .product-card__footer .product-card__price {
    font-size: 16px;
    line-height: 24px;
    color: #002E45
}

.product-card .product-card__content .product-card__visible .product-card__footer .product-card__price s {
    display: block;
    margin-top: -16px;
    font-size: 10px;
    line-height: 16px;
    color: #897f78
}

.product-card .product-card__content .product-card__visible .product-card__footer .product-card__cart {
    margin-top: -2px
}

.product-card .product-card__content .product-card__visible .product-card__footer .product-card__cart .svg-inline {
    width: 16px
}

.product-card .product-card__content .product-card__hidden {
    padding: 20px 20px 12px;
    font-size: 12px;
    line-height: 16px;
    color: #002E45;
    border-radius: 20px;
}

.product-card .product-card__content .product-card__hidden ul li {
    margin-bottom: 10px
}

.product-card .product-card__content .product-card__hidden ul li span {
    color: #002E45
}

.product-card.grid-item--big .product-card__img {
    min-height: inherit;
    margin: -1px 0
}

.product-card.grid-item--big .product-card__img picture {
    min-height: inherit
}

.product-card.grid-item--big .product-card__img picture img {
    min-height: inherit
}

.product-card.grid-item--big .product-card__content .product-card__visible {
    position: static
}

.product-card:not(.grid-item--big) .product-card__img picture img {
    width: 100%
}

.product-card:not(.grid-item--big) .product-card__content .product-card__hidden {
    z-index: 2;
    position: absolute;
    display: none;
    visibility: hidden;
    width: calc(100% + 2px);
    margin: 0 -1px;
    border: 1px #f0f0f0 solid;
    border-top: 0;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, .05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .05);
    background-color: #fff;
    opacity: 0
}

body.hasHover .product-card:not(.grid-item--big):hover {
    z-index: 11;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, .05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .05)
}

body.hasHover .product-card:not(.grid-item--big):hover .product-card__hidden {
    display: block;
    visibility: visible;
    -webkit-animation-name: product-card__hidden-toggle;
    animation-name: product-card__hidden-toggle;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (min-width: 768px) {
    .grid-item--big {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .grid-item--big .product-card__content .product-card__footer, .grid-item--big .product-card__content .product-card__hidden, .grid-item--big .product-card__content .product-card__visible {
        padding: 25px 40px
    }

    .grid-item--big .product-card__content .product-card__visible .product-card__header .product-card__like .svg-inline {
        width: 28px;
        height: 25px
    }

    .grid-item--big .product-card__content .product-card__visible .product-card__title {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 24px
    }

    .grid-item--big .product-card__content .product-card__visible .product-card__footer {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%
    }

    .grid-item--big .product-card__content .product-card__visible .product-card__footer .product-card__price {
        font-size: 18px;
        line-height: 26px
    }

    .grid-item--big .product-card__content .product-card__visible .product-card__footer .product-card__cart .svg-inline {
        width: 24px;
        height: 28px
    }

    .grid-item--big .product-card__content .product-card__hidden {
        padding-top: 0
    }
}

@media (max-width: 1099.98px) {
    .grid:not(.blog-grid) .product-card.grid-item--big {
        width: 98% !important
    }
}

@media (max-width: 991.98px) {
    .product-card .product-card__content .product-card__hidden {
        display: none;
        visibility: hidden
    }
}

@media (max-width: 767.98px) {
    .product-card .product-card__content .product-card__visible {
        padding: 15px
    }

    .product-card .product-card__content .product-card__visible .product-card__header {
        font-size: 11px;
        line-height: 16px
    }

    .product-card .product-card__content .product-card__visible .product-card__title {
        height: auto;
        padding-bottom: 0;
        font-size: 12px;
        line-height: 18px;
    }

    .product-card .product-card__content .product-card__visible .product-card__footer {
        padding-top: 10px;
    }

    .product-card .product-card__content .product-card__visible .product-card__footer .product-card__price {
        font-size: 12px;
        line-height: 18px
    }

    .product-card .product-card__content .product-card__visible .product-card__footer .product-card__price s {
        font-size: 10px;
        line-height: 16px
    }
}

@-webkit-keyframes product-card__hidden-toggle {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes product-card__hidden-toggle {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.product-slider__list .product-card {
    margin-left: 20px;
    margin-right: 20px
}

.slider-previously-watched .product-card,
.favorites .favorites__main .product-card {
    min-height: 420px;
}

.product-slider__list.slider.slider--no-blur {
    overflow: hidden
}

.product-slider__list.slider.slider--no-blur .product-card {
    min-width: 220px
}

.product-slider__list.slider.slider--no-blur .slick-list {
    overflow: visible
}

.product-slider__list.slider.slider--no-blur .slick-dots {
    margin-bottom: 0
}

@media (max-width: 1543.98px) {
    .product-slider__list.slider.slider--no-blur .product-card {
        min-width: 218px
    }
}

@media (max-width: 991.98px) {
    .product-slider__list.slider.slider--no-blur .product-card {
        min-width: 212px
    }
}

@media (max-width: 991.98px) {
    .product-slider__list.slider.slider--no-blur .product-card {
        min-width: 135px
    }
}

.product-slider__list.slider:not(.slider--no-blur) {
    margin-top: 22px;
    margin-right: -130px
}

.product-slider__list.slider:not(.slider--no-blur):before {
    content: '';
    z-index: 3;
    position: absolute;
    width: 129px;
    height: 390px;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.product-slider__list.slider:not(.slider--no-blur) .slick-list {
    z-index: 1;
    overflow: visible;
}

.product-slider__list.slider:not(.slider--no-blur) .slick-dots {
    margin-left: -65px
}

.product-slider__list.slider .slick-dots {
    display: none !important;
    visibility: hidden !important;
    margin: -130px 0 130px
}

.product-slider {
    position: relative;
    z-index: 4;
    margin-top: 31px;
}

.product-slider .tabs__header {
    margin-bottom: -22px
}

.product-slider .tabs__content-list {
    min-height: 100px
}

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

.product-slider .product-slider__arrows .arrow {
    z-index: 4;
    position: absolute;
    top: 50%;
    margin-top: -32px
}

.product-slider .product-slider__arrows .arrow.arrow__prev {
    left: -130px
}

.product-slider .product-slider__arrows .arrow.arrow__next {
    right: -60px;
    margin-left: 0
}

.product-slider .product-slider__arrows .arrow.slick-disabled {
    display: none;
    visibility: hidden
}

.product-slider.product-slider--horizontal .product-slider__list .slick-dots {
    margin-top: -120px
}

.product-slider.product-slider--horizontal .product-slider__list .slick-list .slick-track {
    min-height: 290px
}

.product-slider.product-slider--horizontal .product-slider__list .slick-list .slick-track .product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 488px;
    height: auto
}

.product-slider.product-slider--horizontal .product-slider__list .slick-list .slick-track .product-card .product-card__img {
    width: 167px;
    height: 167px
}

.product-slider.product-slider--horizontal .product-slider__list .slick-list .slick-track .product-card .product-card__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.product-slider.product-slider--horizontal .product-slider__arrows .arrow__next, .product-slider.product-slider--horizontal .product-slider__arrows .arrow__prev {
    margin-top: -48px
}

@media (max-width: 1543.98px) {
    .product-slider__list.slider {
        margin-right: 0
    }

    .product-slider .product-slider__arrows .arrow.arrow__prev {
        left: 0
    }

    .product-slider .product-slider__arrows .arrow.arrow__next {
        right: 0
    }
}

@media (max-width: 1099.98px) {
    .product-slider__list {
        margin-right: 0
    }

    .product-slider__list:before {
        display: none;
        visibility: hidden
    }

    .product-slider {
        /* overflow-x: hidden */
    }
}

@media (max-width: 991.98px) {
    .product-slider .product-slider__arrows {
        display: none;
        visibility: hidden
    }

    .product-slider .product-slider__list .slick-list .slick-track {
        min-height: 430px
    }

    .product-slider .product-slider__list .slick-dots {
        display: block !important;
        visibility: visible !important;
        margin: -60px 0 100px
    }

    .product-slider .product-slider__list .slick-dots.hide {
        visibility: hidden !important;
        margin: -60px 0 50px
    }

    .product-slider .product-slider__list .product-card {
        min-width: 135px;
        margin: 0 10px
    }

    .product-slider.product-slider--horizontal .product-slider__list .slick-list .slick-track .product-card {
        min-width: 440px
    }
}

@media (max-width: 767.98px) {
    .product-slider .product-slider__list .slick-dots {
        margin: 0 0 0px
    }

    .product-slider .product-slider__list .slick-list .slick-track {
        min-height: 330px
    }
}

.cart {
    margin-bottom: 80px
}

.cart .cart__submit {
    width: 100%
}

.cart .cart__table {
    width: 100%;
    margin-top: 15px
}

.cart .cart__table td, .cart .cart__table th {
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    white-space: nowrap
}

.cart .cart__table td:first-child, .cart .cart__table th:first-child {
    padding-left: 0
}

.cart .cart__table td:last-child, .cart .cart__table th:last-child {
    padding-right: 0
}

.cart .cart__table thead tr th {
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

.cart .cart__table tbody tr {
    border-top: 1px #f0f0f0 solid
}

.cart .cart__table tbody tr td {
    padding-top: 25px;
    padding-bottom: 25px
}

.cart .cart__table tbody tr td .cart__product-like {
    padding-bottom: 10px
}

.cart .cart__table tbody tr td .cart__product-like .svg-btn {
    font-size: 14px;
    line-height: 24px;
    color: #897f78
}

.cart .cart__table tbody tr td .cart__product-like .svg-btn:hover {
    color: #52AE32
}

.cart .cart__table tbody tr td .cart__product-like .svg-btn .svg-inline {
    width: 19px;
    height: 17px;
    margin-top: -3px;
    margin-right: 10px
}

.cart .cart__table tbody tr td.cart__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal
}

.cart .cart__table tbody tr td.cart__product .cart__product-img {
    margin-right: 40px;
    position: relative;
}

.cart .cart__table tbody tr td.cart__product .cart__product-img img {
    width: 180px;
    height: 180px
}

.cart .cart__table tbody tr td.cart__product .cart__product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart .cart__table tbody tr td.cart__product .cart__product-content .cart__product-props .cart__product-title {
    display: block;
    padding: 10px 0 20px;
    font-size: 14px;
    line-height: 24px
}

.cart .cart__table tbody tr td.cart__product .cart__product-content .cart__product-props div {
    margin-bottom: 10px
}

.cart .cart__table tbody tr td.cart__product .cart__product-content .cart__product-props div span {
    color: #002E45
}

.cart .cart__table tbody tr td.cart__price {
    max-width: 220px;
    line-height: 24px
}

.cart .cart__table tbody tr td.cart__price div {
    font-size: 14px;
    color: #002E45
}

.cart .cart__table tbody tr td.cart__price div:first-child {
    padding-top: 10px;
}

.cart .cart__table tbody tr td.cart__price s {
    padding-top: 10px;
    font-size: 10px;
    color: #897f78
}

.cart .cart__table tbody tr td.cart__amount {
    width: 160px
}

.cart .cart__table tbody tr td.cart__amount .number-input {
    margin-top: 10px
}

.cart .cart__table tbody tr td.cart__sum {
    position: relative;
    width: 150px
}

.cart .cart__table tbody tr td.cart__sum .cart__sum-inner {
    position: absolute;
    top: 34px;
    right: 0;
    bottom: 34px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.cart .cart__table tbody tr td.cart__sum .cart__sum-inner .cart__sum-number {
    font-size: 14px;
    line-height: 24px;
    color: #002E45
}

.cart .cart__table tbody tr td.cart__sum .cart__sum-inner .svg-btn {
    padding: 0;
    text-align: left
}

.cart .cart__table tfoot tr.cart__tools-total {
    border-top: 1px #f0f0f0 solid
}

.cart .cart__table tfoot tr td {
    padding-top: 35px
}

.cart .cart__table tfoot tr td .cart__tools-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart .cart__table tfoot tr td .cart__tools-inner .svg-btn {
    margin-right: 20px
}

.cart .cart__table tfoot tr td .cart__tools-inner .svg-btn.cart__share .svg-inline {
    width: 15px;
    height: 18px;
    margin: -2px 12px 0 0
}

.cart .cart__table tfoot tr td .cart__tools-inner .svg-btn.cart__send .svg-inline {
    width: 25px;
    height: 28px;
    margin: -7px 6px 0 0
}

.cart .cart__table tfoot tr td.cart__total .cart__total-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    line-height: 26px;
    color: #002E45
}

.cart .cart__table tfoot tr td.cart__total .cart__total-inner .cart__total-title small {
    font-size: 12px;
    line-height: 18px;
    color: #897f78
}

.buyer {
    margin-bottom: 80px
}

.buyer .buyer__form .buyer__form-main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.buyer .buyer__form .buyer__form-main .form__input.phone-input {
    width: 200px
}

.buyer .buyer__form-comment textarea {
    width: 100%;
    min-height: 190px;
    border-radius: 10px;
}

@media (max-width: 991.98px) {
    .cart .cart__table thead tr th {
        display: none;
        visibility: hidden
    }

    .cart .cart__table tbody tr td.cart__product .cart__product-img {
        margin-right: 20px
    }

    .cart .cart__table tbody tr td.cart__product .cart__product-img img {
        width: 100px;
        height: 100px
    }

    .buyer .buyer__form .buyer__form-footer {
        position: relative;
        top: 140px
    }

    .buyer .buyer__form .buyer__form-comment, .buyer .buyer__form .buyer__form-main {
        width: 100%;
        max-width: 100%
    }

    .buyer .buyer__form .buyer__form-comment {
        position: relative;
        top: -140px
    }

    .buyer .buyer__form .buyer__form-comment textarea {
        min-height: 110px
    }
}

@media (max-width: 450px) {
    .buyer .buyer__form .buyer__form-comment {
        position: relative;
        top: -170px
    }
}

@media (min-width: 1100px) {
    .header.fixed .header-main__container .header-main__logo {
        order: 0;
    }
    .header.fixed .header-main__container .header-main__burger-btn {
        display: block;
        visibility: visible;
        order: 1;
    }
    .header.fixed .header-main__container .header-main__toolbar {
        order: 2;
    }
    .header.fixed .header-main__container .header-main__contact {
        order: 3;
    }
}

@media (max-width: 767.98px) {
    .cart .cart__continue {
        width: 100%
    }
    .interior.interior--no-margin.slider-wrap.tabs {
        display: none;
    }
    .cart .cart__table .cart__price {
        display: none;
        visibility: hidden
    }

    .cart .cart__table td, .cart .cart__table tr {
        display: inline-block;
        width: 100%
    }

    .cart .cart__table td, .cart .cart__table th {
        padding-left: 0;
        padding-right: 0
    }

    .cart .cart__table tbody tr td.cart__product {
        display: block;
        padding-bottom: 0
    }

    .cart .cart__table tbody tr td.cart__product .cart__product-img {
        float: left
    }

    .cart .cart__table tbody tr td.cart__product .cart__product-content {
        display: block
    }

    .cart .cart__table tbody tr td.cart__product .cart__product-content .cart__product-title {
        height: 115px;
        line-height: 20px !important;
        overflow: hidden;
        word-break: break-word;
    }

    .cart .cart__table tbody tr td.cart__sum .cart__sum-inner {
        position: static;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .cart .cart__table tbody tr td.cart__amount, .cart .cart__table tbody tr td.cart__sum {
        width: 160px;
        padding-top: 0
    }

    .cart .cart__table tbody tr td.cart__amount .cart__product-like {
        margin-top: 20px
    }

    .cart .cart__table tbody tr td.cart__sum {
        position: absolute;
        right: 0;
        padding-right: 15px
    }

    .cart .cart__table tbody tr td.cart__sum .cart__sum-inner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .cart .cart__table tbody tr td.cart__sum .cart__sum-inner .cart__sum-number {
        margin: 20px 0 26px
    }

    .cart .cart__table tfoot tr td.cart__tools {
        display: none;
        visibility: hidden
    }
}

.cart-share__btn {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px
}

.cart-share__footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px #f0f0f0 solid;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #897f78
}

.cart-share__footer .cart-share__social {
    margin-top: 20px
}

.cart-share__footer .cart-share__social .svg-inline {
    width: 40px;
    height: 40px;
    margin: 0 8px
}

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

.cart-added__product .cart-added__product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart-added__product .cart-added__product-content .cart-added__product-img {
    margin-right: 40px
}

.cart-added__product .cart-added__product-content .cart-added__product-img img {
    width: 180px
}

.cart-added__product .cart-added__product-content .cart-added__product-title {
    font-size: 14px;
    line-height: 24px;
    color: #897f78
}

.cart-added__product .cart-added__product-price {
    font-size: 14px;
    line-height: 24px;
    color: #002E45
}

.cart-added__other {
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px #f0f0f0 solid;
    border-bottom: 1px #f0f0f0 solid
}

.cart-added__other .cart-added__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-top: 20px
}

.cart-added__other .cart-added__list .cart-added__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 40px);
    margin: 0 20px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #897f78
}

.cart-added__other .cart-added__list .cart-added__item .cart-added__item-img {
    margin-right: 20px
}

.cart-added__other .cart-added__list .cart-added__item .cart-added__item-img img {
    width: 90px;
    height: 90px
}

.cart-added__other .cart-added__list .cart-added__item .cart-added__item-price {
    padding-top: 4px;
    color: #002E45
}

.cart-added__other .cart-added__show-all {
    display: inline-block;
    font-size: 14px;
    line-height: 24px
}

.cart-added__other .cart-added__show-all .folding-list .folding-list__arrow img {
    width: 11px
}

@media (max-width: 991.98px) {
    .cart-added__other .cart-added__list .cart-added__item {
        width: 100%
    }
}

.cart-added__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 25px
}

.cart-added__total .h4 {
    font-size: 18px;
    line-height: 26px
}

.cart-added__total .h4 small {
    font-size: 12px;
    line-height: 18px;
    color: #897f78
}

.cart-added__total .cart-added__sum {
    font-size: 18px;
    line-height: 26px;
    color: #002E45
}

.cart-added__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px 50px;
    padding: 25px 40px 5px;
    background-color: #f8f8f8
}

.cart-added__btns button {
    margin-bottom: 20px
}

@media (max-width: 767.98px) {
    .cart-added__btns button {
        width: 100%
    }
}

.cart-added__same {
    min-height: 570px;
    padding-bottom: 80px
}

.cart-added__same .product-slider__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px -20px 0
}

.cart-added__same .product-slider__list .product-card {
    width: calc(33.33% - 40px);
    margin-bottom: 20px
}

@media (max-width: 991.98px) {
    .cart-added__same .product-slider__list {
        margin-left: -10px;
        margin-right: -10px
    }

    .cart-added__same .product-slider__list .product-card {
        width: calc(33.33% - 20px)
    }
}

.cart-empty {
    position: relative;
    margin-top: -90px;
    margin-bottom: 40px;
    padding-top: 90px
}

@media (max-width: 767.98px) {
    .cart-empty {
        margin-bottom: 20px
    }
}

.cart-empty:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 428px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f4f5));
    background: -o-linear-gradient(top, #fff 0, #f2f4f5 100%);
    background: linear-gradient(180deg, #fff 0, #f2f4f5 100%)
}

@media (max-width: 767.98px) {
    .cart-empty:before {
        top: 90px;
        min-height: 370px
    }
}

.cart-empty .cart-empty__content {
    z-index: 1;
    position: relative;
    min-height: 490px;
    padding-top: 110px;
    background: url(../img/cart/cart-empty.png) 50% 44px no-repeat;
    background-size: 1221px
}

@media (max-width: 991.98px) {
    .cart-empty .cart-empty__content {
        padding-top: 0;
        background-position: 10px 250px;
        background-size: 740px
    }
}

@media (max-width: 767.98px) {
    .cart-empty .cart-empty__content {
        background-position: 0 235px;
        background-size: 720px
    }
}

.cart-empty .cart-empty__content .cart-empty__content-inner {
    max-width: 336px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center
}

.cart-empty .cart-empty__content .cart-empty__content-inner .cart-empty__text {
    padding: 20px 0 30px;
    font-size: 14px;
    line-height: 24px;
    color: #897f78
}

.cart-empty .cart-empty__content .cart-empty__content-inner .default-btn, .cart-empty .cart-empty__content .cart-empty__content-inner .number-input .input-group .input-group-btn button, .number-input .input-group .input-group-btn .cart-empty .cart-empty__content .cart-empty__content-inner button {
    width: 244px
}

@media (max-width: 767.98px) {
    .cart-empty .cart-empty__content .cart-empty__content-inner .default-btn, .cart-empty .cart-empty__content .cart-empty__content-inner .number-input .input-group .input-group-btn button, .number-input .input-group .input-group-btn .cart-empty .cart-empty__content .cart-empty__content-inner button {
        width: 100%
    }
}

.cart-share__input {
    width: 100%
}

.cart-menu {
    z-index: 1000;
    position: absolute;
    left: -50px;
    display: none;
    visibility: hidden;
    width: 350px;
    background-color: #fff;
    border: 1px #f0f0f0 solid;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, .05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .05)
}

.cart-menu .cart-menu__content {
    padding: 15px 30px 30px;
}

.cart-menu .cart-menu__content .cart-menu__list .cart-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0
}

.cart-menu .cart-menu__content .cart-menu__list .cart-menu__item:not(:first-child) {
    border-top: 1px #f0f0f0 solid
}

.cart-menu .cart-menu__content .cart-menu__list .cart-menu__item .cart-menu__item-img {
    margin-right: 20px
}

.cart-menu .cart-menu__content .cart-menu__list .cart-menu__item .cart-menu__item-img img {
    width: 90px;
    height: 90px
}

.cart-menu .cart-menu__content .cart-menu__list .cart-menu__item .cart-menu__item-content {
    font-size: 14px;
    line-height: 24px
}

.cart-menu .cart-menu__content .cart-menu__list .cart-menu__item .cart-menu__item-content .cart-menu__item-price {
    display: block;
    margin-top: 5px;
    color: #002E45
}

.cart-menu .cart-menu__content .cart-menu__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #002E45
}

.cart-menu .cart-menu__content .cart-menu__total .cart-menu__total-number {
    text-align: right
}

.cart-menu .cart-menu__content .cart-menu__footer button {
    margin-top: 15px;
    width: 100%
}

.header-main__cart-btn:hover .cart-menu {
    display: block;
    visibility: visible;
    -webkit-animation-name: cart-menu__hidden-toggle;
    animation-name: cart-menu__hidden-toggle;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width: 767.98px) {
    .cart-menu {
        left: auto;
        right: 0;
        width: 300px;
    }
}

@-webkit-keyframes cart-menu__hidden-toggle {
    from {
        top: -50px;
        opacity: 0
    }
    to {
        top: 22px;
        opacity: 1
    }
}

@keyframes cart-menu__hidden-toggle {
    from {
        top: -50px;
        opacity: 0
    }
    to {
        top: 22px;
        opacity: 1
    }
}

.cart-block {
    position: relative
}

.cart-block .cart-block__content {
    background-color: #f8f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 30px;
    font-size: 14px;
    line-height: 24px
}

.cart-block .cart-block__content .cart-block__title {
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 18px;
    color: #534e4a
}

.cart-block .cart-block__content .cart-block__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    color: #002E45
}

.cart-block .cart-block__content .cart-block__price .cart-block__icon {
    width: 16px
}

.designers {
    margin-bottom: 80px
}

.designers .designers__letter {
    font-size: 18px;
    line-height: 26px;
    color: #002E45
}

.designers .designers__list {
    margin-bottom: 25px
}

.designers .designers__list .designers__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px #f0f0f0 solid
}

.designers .designers__list .designers__item .designers__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.designers .designers__list .designers__item .designers__about .designers__photo {
    margin-right: 25px
}

.designers .designers__list .designers__item .designers__about .designers__content {
    width: 100%;
    max-width: 290px;
    margin-right: 30px;
    font-size: 14px;
    line-height: 24px
}

.designers .designers__list .designers__item .designers__about .designers__content .designers__header .designers__name {
    display: block;
    margin-top: 5px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 26px
}

.designers .designers__list .designers__item .designers__about .designers__content .designers__header .designers__counter {
    display: block;
    margin-bottom: 22px
}

.designers .designers__list .designers__item .designers__about .designers__content .designers__header .designers__counter strong {
    padding-right: 8px
}

.designers .designers__list .designers__item .designers__slider {
    max-width: 62%
}

.designers .designers__list .designers__item .designers__slider .product-slider .product-slider__list {
    margin-top: 5px
}

.designers .designers__list .designers__item .designers__slider .product-slider .product-slider__list .slick-list .slick-track {
    min-height: 490px
}

.designers .pagination {
    border-top: 1px #f0f0f0 solid
}

@media (max-width: 991.98px) {
    .designers .designers__list .designers__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .designers .designers__list .designers__item .designers__about .designers__content {
        max-width: none
    }

    .designers .designers__list .designers__item .designers__slider {
        max-width: none
    }

    .designers .designers__list .designers__item .designers__slider .product-slider .product-slider__list .slick-list .slick-track {
        min-height: 420px
    }
}

@media (max-width: 767.98px) {
    .designers .designers__list .designers__item .designers__about {
        display: block
    }

    .designers .designers__list .designers__item .designers__about .designers__photo {
        float: left
    }

    .designers .designers__list .designers__item .designers__about .designers__photo img {
        width: 80px
    }

    .designers .designers__list .designers__item .designers__about .designers__content {
        margin-right: 0
    }

    .designers .designers__list .designers__item .designers__about .designers__content .designers__header {
        min-height: 80px;
        margin-top: 10px;
        margin-bottom: 20px
    }

    .designers .designers__list .designers__item .designers__slider .product-slider .product-slider__list .slick-list .slick-track {
        min-height: 320px
    }
}

.designer {
    margin-bottom: 80px
}

.designer .designer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px
}

.designer .designer__main .designer__photo {
    margin: 0 70px 20px 0
}

.designer .designer__main .designer__photo .designer__total {
    padding-top: 35px;
    white-space: nowrap
}

.designer .designer__main .designer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.designer .designer__main .designer__content .designer__text {
    margin-right: 50px
}

.designer .designer__main .designer__content .designer__text p:not(:last-child) {
    margin-bottom: 18px
}

.designer .designer__main .designer__content .designer__text .designer__brands {
    margin-top: 40px
}

@media (max-width: 991.98px) {
    .designer .designer__main .designer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 767.98px) {
    .designer {
        margin-bottom: 40px
    }

    .designer .designer__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .designer .designer__main .designer__photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .designer .designer__main .designer__photo .designer__total {
        padding-top: 0;
        padding-left: 15px
    }

    .designer .designer__main .designer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .designer .designer__main .designer__content .designer__text {
        margin-right: 0
    }
}

.brand {
    margin-bottom: 50px
}

.brand .brand__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767.98px) {
    .brand .brand__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.brand .brand__content .brand__text {
    max-width: 840px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #002E45
}

@media (max-width: 767.98px) {
    .brand .brand__content .brand__logo {
        margin: 0 auto
    }
}

.brand__catalog .catalog__main {
    margin-top: -70px
}

@media (max-width: 991.98px) {
    .brand__catalog .catalog__main {
        margin-top: -30px
    }
}

@media (max-width: 767.98px) {
    .brand__catalog .catalog__main {
        margin-top: -10px
    }
}

.brand__article {
    padding-top: 50px;
    font-size: 16px;
    line-height: 24px
}

.brand__article .video__item {
    margin-bottom: 20px !important
}

.brand__article .video__item .video__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brand__article .video__item .video__content .video__play-icon {
    margin-top: 0;
    width: 60px;
    height: 60px
}

.brand__article .video__item .video__content .video__title {
    font-size: 18px;
    line-height: 26px
}

.brand__article .h4 {
    padding: 30px 0 20px;
    font-size: 18px;
    line-height: 26px
}

.brands-wrap {
    /*margin-bottom: 80px*/
}

.brands {
    margin-bottom: 80px
}

.brands__list {
    margin-bottom: 10px
}

.brands__list .brands__title {
    padding-top: 40px;
    font-size: 18px;
    line-height: 26px;
    color: #002E45
}

@media (min-width: 768px) {
    .brands__list .brands__title {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.brands__list .brands__title .arrow-link {
    margin-top: 20px;
    display: block
}

@media (min-width: 768px) {
    .brands__list .brands__title .arrow-link {
        margin-top: 0
    }
}

.brands__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 100%;
}

.brands__list ul li {
    width: calc(50% - 50px);
    margin-bottom: 40px;
    flex-grow: 1;
}

@media (min-width: 768px) {
    .brands__list ul li {
        width: calc(33.33332% - 50px)
    }
}

@media (min-width: 1200px) {
    .brands__list ul li {
        width: calc(16.66% - 50px)
    }
}

.brands__list ul li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .7;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    height: 100%;
    align-items: center
}

.brands__list ul li a:hover {
    opacity: 1
}

.brands__list ul li a img {
    max-width: 100%;
    max-height: 100%
}

@media (max-width: 991.98px) {
    .brands-wrap {
        margin-bottom: 40px;
        padding-bottom: 10px !important
    }

    .brands {
        margin-bottom: 0
    }

    .brands__list {
        margin-bottom: 50px
    }
}

@media (max-width: 767.98px) {
    .brands .brands__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .brands__list {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.brands-alphabet {
    margin: -40px 0 80px
}

.brands-alphabet .brands-alphabet__letter {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px #f0f0f0 solid;
    font-size: 18px;
    line-height: 26px;
    color: #002E45
}

.brands-alphabet .brands-alphabet__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 24px
}

@media (max-width: 767.98px) {
    .brands-alphabet .brands-alphabet__list {
        margin: 0 -20px
    }
}

.brands-alphabet .brands-alphabet__list li {
    margin: 15px 35px 0 0
}

@media (max-width: 767.98px) {
    .brands-alphabet .brands-alphabet__list li {
        width: calc(50% - 40px);
        margin-left: 20px;
        margin-right: 20px
    }
}

.about, .vykup {
    margin-top: 40px;
    margin-bottom: 60px
}

@media (max-width: 767.98px) {
    .about, .vykup {
        margin-bottom: 30px
    }
}

.about .about__title {
    margin-bottom: 30px
}

.about .about__img img {
    width: 100%;
    max-height: 600px;
    margin-bottom: 50px
}

.about .about__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 991.98px) {
    .about .about__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 767.98px) {
    .about .about__columns {
        margin: 0
    }
}

.about .about__columns .about__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 80px;
    font-size: 16px;
    line-height: 24px;
    color: #534e4a
}

@media (max-width: 991.98px) {
    .about .about__columns .about__main {
        margin-right: 0
    }
}

.about .about__columns .about__main .h1 {
    margin-top: 50px;
    margin-bottom: 20px
}

.about .about__columns .about__sidebar {
    min-width: 224px
}

@media (max-width: 991.98px) {
    .about .about__columns .about__sidebar {
        width: 100%
    }
}

.about .about__columns .about__sidebar .about__promo {
    background-color: #f8f8f8;
    padding: 24px 30px
}

.about .about__columns .about__sidebar .about__promo .h2 {
    margin-bottom: 30px
}

.about .about__columns .about__sidebar .about__promo .about__promo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 991.98px) {
    .about .about__columns .about__sidebar .about__promo .about__promo-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width: 767.98px) {
    .about .about__columns .about__sidebar .about__promo .about__promo-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about .about__columns .about__sidebar .about__promo .about__promo-item:not(:last-child) {
    margin-bottom: 30px
}

.about .about__columns .about__sidebar .about__promo .about__promo-item .about__promo-title {
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-weight: 200;
    font-size: 40px;
    line-height: 40px;
    color: #534e4a
}

.about .about__columns .about__sidebar .about__promo .about__promo-item .about__promo-title span {
    display: block;
    padding-top: 6px;
    text-transform: none;
    font-size: 16px;
    line-height: 24px
}

@media (max-width: 991.98px) {
    .about__sidebar .about__promo .about__promo-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: none
    }
}

@media (max-width: 991.98px) {
    .about__sidebar .about__promo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about__sidebar .about__promo .about__promo-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about__sidebar .about__promo .about__promo-item .about__promo-title {
        padding-bottom: 0
    }
}

.about__3d {
    margin-bottom: 50px
}

@media (max-width: 767.98px) {
    .about__3d {
        margin-bottom: 30px
    }
}

.about__3d .about__3d-img img {
    width: 100%;
    max-height: 720px
}

.vacancies {
    margin-bottom: 50px
}

@media (max-width: 767.98px) {
    .vacancies {
        margin-bottom: 30px
    }
}

.vacancies .vacancies__text {
    margin: 25px 0 30px;
    font-size: 14px;
    line-height: 24px;
    color: #534e4a
}

@media (max-width: 991.98px) {
    .vacancies .vacancies__list .slick-dots {
        display: block !important;
        visibility: visible !important
    }
}

.vacancies .vacancies__list .vacancies__item {
    width: 290px;
    min-height: 177px;
    margin: 0 20px;
    padding: 15px 30px;
    border: 1px #f0f0f0 solid;
    font-size: 14px;
    line-height: 24px
}

@media (max-width: 767.98px) {
    .vacancies .vacancies__list .vacancies__item {
        margin-right: 0
    }
}

.vacancies .vacancies__list .vacancies__item .vacancies__title {
    margin-bottom: 10px
}

.vacancies .vacancies__list .vacancies__item .vacancies__time {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px
}

.vacancies .vacancies__list .vacancies__item .vacancies__rate {
    margin-bottom: 15px;
    font-weight: 700
}

.vacancies .vacancies__list .vacancies__item .vacancies__more .arrow-link {
    font-size: 14px;
    line-height: 24px
}

.about__footer {
    margin-bottom: 60px
}

@media (max-width: 767.98px) {
    .about__footer {
        margin-bottom: 30px
    }
}

.about__footer .about__footer-list .slick-track {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

@media (max-width: 991.98px) {
    .about__footer .about__footer-list .slick-dots {
        display: block !important;
        visibility: visible !important
    }
}

.about__footer .about__footer-list .about__footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 400px;
    min-height: 177px;
    margin: 0 20px;
    height: auto
}

@media (max-width: 767.98px) {
    .about__footer .about__footer-list .about__footer-item {
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about__footer .about__footer-list .about__footer-item .about__footer-img {
    position: relative;
    display: block;
    min-width: 180px;
    min-height: 180px;
    overflow: hidden
}

@media (max-width: 991.98px) {
    .about__footer .about__footer-list .about__footer-item .about__footer-img {
        width: 100%;
        min-height: 200px
    }
}

@media (max-width: 767.98px) {
    .about__footer .about__footer-list .about__footer-item .about__footer-img {
        min-height: 164px
    }
}

.about__footer .about__footer-list .about__footer-item .about__footer-img img {
    width: 100%
}

@media (max-width: 767.98px) {
    .about__footer .about__footer-list .about__footer-item .about__footer-img img {
        height: auto
    }
}

.about__footer .about__footer-list .about__footer-item .about__footer-content {
    padding: 30px 40px;
    border: 1px #f0f0f0 solid
}

@media (max-width: 767.98px) {
    .about__footer .about__footer-list .about__footer-item .about__footer-content {
        padding: 15px 30px
    }
}

.about__footer .about__footer-list .about__footer-item .about__footer-content .about__footer-title {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px
}

.about__footer .about__footer-list .about__footer-item .about__footer-content .about__footer-text {
    font-size: 14px;
    line-height: 24px
}

.bg-section {
    padding: 35px 0 50px;
    background-color: #f8f8f8
}

.bg-section .placeholder-fixed {
    background-color: #f8f8f8
}

.bg-section ::-webkit-input-placeholder {
    color: #897f78
}

.bg-section ::-moz-placeholder {
    color: #897f78
}

.bg-section :-ms-input-placeholder {
    color: #897f78
}

.bg-section ::-ms-input-placeholder {
    color: #897f78
}

.bg-section ::placeholder {
    color: #897f78
}

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

@media (min-width: 1544px) {
    .container {
        max-width: 1574px
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 710px
    }
}

.section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-header__text {
    width: 100%;
    max-width: 730px;
    padding: 20px 20px 40px 0;
    font-size: 14px;
    line-height: 24px;
    color: #534e4a
}

.section-header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 43px
}

@media (max-width: 767.98px) {
    .section-header__btn {
        display: none;
        visibility: hidden
    }

    .section-header__btn--mobile {
        display: block;
        visibility: visible;
        text-align: right;
    }
}

.article {
    margin-bottom: 80px
}

@media (max-width: 767.98px) {
    .article {
        margin-bottom: 40px
    }
}

.article .article__img {
    position: relative;
    width: 100%;
    max-height: 720px;
    overflow: hidden
}

.article .article__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%)
}

.article .article__img .article__img-content {
    z-index: 1;
    position: absolute;
    top: 30px;
    left: 40px;
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

@media (max-width: 992px){
    .article .article__img .article__img-content {
        top: unset;
        bottom: 10px;
        left: 10px;
    }
}

.article .article__img .article__img-content .article__category {
    display: inline-block;
    margin-left: -10px;
    padding: 6px 11px;
    background-color: rgba(38, 47, 50, .6);
    text-decoration: none;
    color: #fff;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.article .article__img .article__img-content .article__category:hover {
    background-color: #002E45
}

.article .article__img .article__img-content .article__props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px
}

.article .article__img .article__img-content .article__props .article__date {
    margin-right: 30px
}

.article .article__img .article__img-content .article__props .article__views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article .article__img .article__img-content .article__props .article__views .svg-inline {
    margin-right: 10px
}

.article .article__img .article__picture img {
    width: 100%
}

.article .article__text {
    padding-top: 10px;
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    color: #606060;
}

@media (max-width: 767.98px) {
    .article .article__text {
        font-size: 14px
    }
}

.article .article__text .h2 {
    margin: 35px 0 25px
}

.article .article__text h2 {
    font-size: 28px;
    margin: 30px 0;
    font-weight: normal;
}

.article .article__text picture img {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px
}

.article .article__text ol {
    padding-left: 50px;
    list-style: none;
    counter-reset: item
}

@media (max-width: 767.98px) {
    .article .article__text ol {
        padding-left: 35px
    }
}

.article .article__text ol li {
    counter-increment: item;
    margin-bottom: 25px
}

.article .article__text ol li:before {
    content: counter(item);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -50px;
    margin-right: 30px;
    padding-top: 2px;
    background-color: rgba(38, 47, 50, .06);
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #002E45
}

@media (max-width: 767.98px) {
    .article .article__text ol li:before {
        margin-left: -35px;
        margin-right: 15px
    }
}

.article .article__text ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    list-style: initial;
}

.article .article__text ul li {
    margin-left: 17px;
    color: #606060;
}

.article .article__text ul li p {
    margin-bottom: 20px;
}

.article .article__text a,
.article .article__text a:active,
.article .article__text a:visited {
    color: #333333;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.article .article__text a:hover {
    text-decoration: none;
}



.article .article__text .article__subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f8f8f8;
    margin: 50px 0;
    padding: 30px 50px
}

.article .article__text .button {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 10px 3px 10px;
    background-color: #fff;
    border: 1px solid #52AE32;
    color: #52AE32;
    transition: .5s;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .article .article__text .article__subscribe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 30px 0;
        padding: 20px 25px
    }
}

.article .article__text .article__subscribe .article__subscribe-text {
    margin-right: 80px
}

@media (max-width: 767.98px) {
    .article .article__text .article__subscribe .article__subscribe-text {
        margin-right: 0;
        padding-bottom: 20px
    }
}

.article .article__text .article__subscribe .article__subscribe-email {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px
}

.article .article__text .article__subscribe .article__subscribe-email input {
    width: 100%
}

.article .article__text .article__subscribe .article__subscribe-success {
    font-size: 16px;
    line-height: 24px;
    color: #534e4a
}

.article .article__text .article__subscribe .article__subscribe-success .svg-inline {
    margin: -4px 10px 0 0
}

.article .article__text .article__subscribe .article__subscribe-success .svg-inline path {
    fill: #534e4a
}

@media (max-width: 767.98px) {
    .article .article__text .article__subscribe .article__subscribe-btn a {
        width: 100%
    }
}

.article .article__text .important {
    margin-bottom: 50px;
    padding-left: 40px;
    border-left: 3px #52AE32 solid;
    font-size: 16px;
    line-height: 24px
}

@media (max-width: 767.98px) {
    .article .article__text .important {
        margin-bottom: 30px;
        padding-left: 20px;
        font-size: 14px
    }
}

.article .cite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 950px;
    margin: 50px auto
}

@media (max-width: 767.98px) {
    .article .cite {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.article .cite .cite__img {
    min-width: 100px
}

@media (max-width: 767.98px) {
    .article .cite .cite__img {
        margin: 0 auto 20px
    }
}

.article .cite .cite__img img, .article .cite .cite__img picture {
    width: inherit
}

.article .cite .cite__text {
    margin-left: 44px;
    padding-left: 40px;
    padding-right: 207px;
    border-left: 3px #52AE32 solid;
    font-size: 22px;
    line-height: 34px
}

@media (max-width: 767.98px) {
    .article .cite .cite__text {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
        line-height: 28px
    }
}

.article .article__products {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 35px;
    padding-bottom: 110px;
    background: #f8f8f8
}

@media (max-width: 767.98px) {
    .article .article__products {
        padding-bottom: 130px
    }
}

.article .article__products .slider-wrap {
    margin-bottom: -220px;
    overflow: hidden
}

.article .article__products .slider-wrap .product-slider {
    margin-bottom: 0
}

.article .article__products .slider-wrap .product-slider .product-slider__list {
    min-height: 540px;
    overflow: hidden
}

@media (max-width: 991.98px) {
    .article .article__products .slider-wrap .product-slider .product-slider__list {
        min-height: 530px
    }
}

@media (max-width: 767.98px) {
    .article .article__products .slider-wrap .product-slider .product-slider__list {
        min-height: 430px
    }
}

@media (max-width: 767.98px) {
    .article .article__products .slider-wrap .product-slider .product-slider__list .slick-list .slick-track {
        min-height: 100%
    }
}

.article .article__products .h2 {
    padding-bottom: 30px
}

.article .article__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px #f0f0f0 solid
}

@media (max-width: 767.98px) {
    .article .article__share {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 767.98px) {
    .article .article__share .h2 {
        padding-bottom: 15px
    }
}

.article .article__share .article__share-btns .svg-inline {
    width: 32px;
    height: 32px;
    margin: 0 4px
}

@media (max-width: 767.98px) {
    .article .article__share .article__share-btns .svg-inline {
        width: 40px;
        height: 40px
    }
}

@media (max-width: 1023px){
    .article .article__text td img {
    width: 100%;
    height: auto;
    margin: 0;
    }
     
    .article .article__text td {
    display: block;
    width: 100%;
    }
    
    .article .article__text table td {
    padding: 0;
    line-height: 20px;
    }
        
    .article .article__text tr td p a {
    font-size: 13pt;
    }
    
    .article .article__text td p {
    padding: 0;
    margin-bottom: 10px;
    line-height: 28px;
    }

    .article .article__text img {
    height: auto;
    width: 100%;
    }
   }
   
@media (max-width: 710px){
   .article .article__text td img {
    width: 100%;
    height: auto;
    margin: 0;
   }
    
   .article .article__text img {
    height: auto;
    width: 100vw;
    margin: 10px -15px 10px;
   }
 }

.blog .blog__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1099.98px) {
    .blog .blog__columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.blog .blog__columns .blog__column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 40px);
    min-width: 400px;
    min-height: 456px;
    margin-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1099.98px) {
    .blog .blog__columns .blog__column {
        width: calc(50% - 40px);
        min-width: 320px
    }
}

@media (max-width: 767.98px) {
    .blog .blog__columns .blog__column {
        width: 100%;
        min-height: auto;
        margin-right: 0
    }
}

.blog .blog__columns .blog__column .blog__item {
    display: block;
    height: 100%;
    max-height: 456px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .blog .blog__columns .blog__column .blog__item {
        height: 208px
    }
}

@media (max-width: 767.98px) {
    .blog .blog__columns .blog__column .blog__item:before {
        opacity: .5
    }
}

@media (max-width: 767.98px) {
    .blog .blog__columns .blog__column .blog__item:hover:before {
        opacity: .6
    }
}

.blog .blog__columns .blog__column .blog__item:not(.grid-item--big):before {
    opacity: .5
}

.blog .blog__columns .blog__column .blog__item:hover:not(.grid-item--big):before {
    opacity: .6
}

.blog .blog__columns .blog__column .blog__item .blog__img img {
    height: 100%;
    width: 100%
}

@media (max-width: 1099.98px) {
    .blog .blog__columns .blog__column .blog__item .blog__img img {
        height: auto;
        min-width: 100%
    }
}

@media (max-width: 991.98px) {
    .blog .blog__columns .blog__column .blog__item .blog__img img {
        min-height: 100%
    }
}

.blog .blog__columns .blog__column.blog__column--big {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(50% - 40px);
    margin-right: 0
}

@media (max-width: 1543.98px) {
    .blog .blog__columns .blog__column.blog__column--big {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 1099.98px) {
    .blog .blog__columns .blog__column.blog__column--big {
        width: 50%
    }
}

@media (max-width: 991.98px) {
    .blog .blog__columns .blog__column.blog__column--big {
        width: calc(50% - 40px)
    }
}

@media (max-width: 767.98px) {
    .blog .blog__columns .blog__column.blog__column--big {
        width: 100%
    }
}

.blog .blog__columns .blog__column.blog__column--big .blog__item {
    width: calc(50% - 40px);
    height: 208px;
    margin-right: 40px;
    overflow: hidden
}

@media (max-width: 1543.98px) {
    .blog .blog__columns .blog__column.blog__column--big .blog__item {
        width: calc(100% - 40px)
    }
}

@media (max-width: 1099.98px) {
    .blog .blog__columns .blog__column.blog__column--big .blog__item {
        width: 100%;
        margin-right: 0
    }
}

.blog .blog__columns .blog__column.blog__column--big .blog__item img {
    height: auto;
    min-height: 100%
}

@media (max-width: 1099.98px) {
    .blog .blog__columns .blog__column.blog__column--big .blog__item img {
        width: 100%;
        min-height: auto
    }
}

@media (max-width: 991.98px) {
    .blog .blog__columns .blog__column.blog__column--big .blog__item img {
        width: auto;
        min-height: 100%
    }
}

.blog .blog__columns .blog__column.blog__recommend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
    margin-bottom: 40px;
    padding: 30px 40px;
    background-color: #f8f8f8
}

@media (max-width: 1099.98px) {
    .blog .blog__columns .blog__column.blog__recommend {
        width: 100%;
        min-height: auto
    }
}

.blog .blog__columns .blog__column.blog__recommend .blog__recommend-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog .blog__columns .blog__column.blog__recommend .blog__recommend-main .blog__recommend-title {
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 16px;
    line-height: 26px;
    color: #002E45
}

.blog .blog__columns .blog__column.blog__recommend .blog__recommend-main .blog__recommend-list {
    margin-bottom: 30px
}

.blog .blog__columns .blog__column.blog__recommend .blog__recommend-main .blog__recommend-list ul li {
    margin-bottom: 15px
}

.blog .blog__columns .blog__column.blog__recommend .blog__recommend-main .blog__recommend-list ul li a {
    font-size: 14px;
    line-height: 24px
}

.blog .blog__columns .blog__column.blog__recommend .blog__recommend-footer .blog__recommend-link {
    display: inline-block
}

.blog__item .blog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 208px;
    padding: 30px 32px 26px
}

@media (min-width: 768px) {
    .blog__item .blog__content.blog__content--bottom {
        top: auto;
        bottom: 0;
        height: auto
    }
}

.blog__item .blog__content .blog__content-header .blog__title {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 26px
}

.blog__item .blog__content .blog__content-header .blog__category {
    display: inline-block;
    margin-left: -10px;
    margin-bottom: 14px;
    padding: 6px 11px;
    background-color: rgba(38, 47, 50, .6);
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.blog__item .blog__content .blog__content-header .blog__date {
    display: block;
    font-size: 12px;
    line-height: 18px
}

.blog__item .blog__content .blog__content-header .blog__designer {
    display: block;
    padding: 10px 0;
    font-size: 12px;
    line-height: 18px
}

.blog__item .blog__content .blog__content-header .blog__designer span {
    padding-right: 10px;
    opacity: .6
}

.blog__item.grid-item--big {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog__item.grid-item {
    height: 350px;
    margin-left: 0;
    margin-right: 0
}

.blog__item.grid-item .blog__content {
    min-height: auto
}

.blog__item.grid-item .blog__content .blog__content-header .blog__title {
    font-size: 16px;
    line-height: 24px
}

.blog__tabs .tabs__header {
    padding-top: 0
}

.blog-slider {
    margin: 30px 0 80px
}

@media (max-width: 991.98px) {
    .blog-slider {
        margin-bottom: 20px
    }
}

@media (max-width: 991.98px) {
    .blog-slider .blog-slider__list .slick-dots {
        display: block !important;
        visibility: visible !important
    }
}

.blog-slider .blog-slider__list .blog__item {
    width: 290px;
    margin: 0 20px
}

@media (min-width: 1544px) {
    .blog-slider .blog-slider__list .blog__item {
        width: 277px
    }
}

@media (max-width: 767.98px) {
    .blog-slider .blog-slider__list .blog__item {
        height: 194px;
        margin: 0 10px
    }
}

.blog-slider .blog-slider__list .blog__item img {
    min-width: 100%
}

.catalog.blog__catalog {
    margin-top: 0
}

@media (max-width: 991.98px) {
    .catalog.blog__catalog .blog__item {
        width: 100% !important
    }
}

.catalog.blog__catalog .blog__item .blog__content {
    top: auto;
    bottom: 0;
    height: auto
}

.catalog.blog__catalog .blog__item .blog__img {
    display: block;
    width: 100%;
    height: 100%;
}

.catalog.blog__catalog .blog__item img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .catalog.blog__catalog .blog__item.grid-item--big {
        width: 100% !important
    }
}

.catalog {
    margin-bottom: 80px
}

.catalog .catalog__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog .catalog__wrap .catalog__filters {
    width: 220px;
    margin-top: -8px;
    margin-right: 40px;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    display: none
}

@media (min-width: 992px) {
    .catalog .catalog__wrap .catalog__filters {
        display: block
    }
}

.catalog .catalog__wrap .catalog__filters.show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.catalog .catalog__wrap .catalog__filters.show .adaptive-menu__item.unfolded .folding-list__main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    z-index: 110;
    background: #fff;
    padding: 0
}

.catalog .catalog__wrap .catalog__filters.show .folding-list__main {
    overflow-y: auto
}

.catalog .catalog__wrap .catalog__filters.show .folding-list__main li {
    padding: 20px 0 19px !important;
    border-bottom: 1px solid #f0f0f0;
    margin-left: 15px;
    width: calc(100% - 30px)
}

.catalog .catalog__wrap .catalog__filters.show .folding-list__main li:last-child {
    border-bottom: none
}

.catalog .catalog__wrap .catalog__filters.show .catalog__filters-main {
    padding: 0 15px;
    max-height: calc(100% - 130px);
    overflow-y: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .catalog .catalog__wrap .catalog__filters.show .catalog__filters-main {
        max-height: calc(100% - 180px)
    }
}

@media (min-width: 992px) {
    .catalog .catalog__wrap .catalog__filters.show .catalog__filters-main {
        max-height: unset;
        display: block
    }
}

.catalog .catalog__wrap .catalog__filters.show .catalog__filters-title {
    display: none
}

.catalog .catalog__wrap .catalog__filters.show li.folding-list {
    padding: 0 !important
}

.catalog .catalog__wrap .catalog__filters.show .catalog__filters-top, .catalog .catalog__wrap .catalog__filters.show .folding-list__main .catalog__filters-top {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    height: 51px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #002E45;
    width: 100%;
    margin: 0;
    padding: 0 !important
}

@media (min-width: 768px) {
    .catalog .catalog__wrap .catalog__filters.show .catalog__filters-top, .catalog .catalog__wrap .catalog__filters.show .folding-list__main .catalog__filters-top {
        height: 90px;
        line-height: 89px;
        font-size: 22px
    }
}

.catalog .catalog__wrap .catalog__filters.show .catalog__filters-top .close, .catalog .catalog__wrap .catalog__filters.show .folding-list__main .catalog__filters-top .close {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 16px;
    right: 15px;
    background: url(../img/icons/cross.svg) no-repeat 0 0/16px 16px
}

@media (min-width: 768px) {
    .catalog .catalog__wrap .catalog__filters.show .catalog__filters-top .close, .catalog .catalog__wrap .catalog__filters.show .folding-list__main .catalog__filters-top .close {
        width: 24px;
        height: 24px;
        top: 32px;
        right: 44px;
        background: url(../img/icons/cross.svg) no-repeat 0 0/24px 24px
    }
}

.catalog .catalog__wrap .catalog__filters.show .catalog__filters-top .back, .catalog .catalog__wrap .catalog__filters.show .folding-list__main .catalog__filters-top .back {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 16px;
    left: 15px;
    background: url(../img/icons/arrow.svg) no-repeat 0 0/16px 16px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width: 768px) {
    .catalog .catalog__wrap .catalog__filters.show .catalog__filters-top .back, .catalog .catalog__wrap .catalog__filters.show .folding-list__main .catalog__filters-top .back {
        width: 24px;
        height: 24px;
        top: 32px;
        right: 44px;
        background: url(../img/icons/arrow.svg) no-repeat 0 0/24px 24px
    }
}

.catalog .catalog__wrap .catalog__filters.show .folding-list__arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.catalog .catalog__wrap .catalog__filters.show .folding-list__header {
    overflow: hidden;
    padding: 17px 30px 19px 0 !important;
    font-size: 16px;
    line-height: 24px
}

.catalog .catalog__wrap .catalog__filters.show .folding-list__arrow {
    top: 50% !important;
    margin-top: -8px;
    width: 16px;
    height: 16px
}

.catalog .catalog__wrap .catalog__filters.show .folding-list__arrow img {
    width: 16px !important;
    height: 16px !important
}

.catalog .catalog__wrap .catalog__filters.show .catalog__filters-other {
    width: 100%
}

.catalog .catalog__wrap .catalog__filters.show .catalog__filters-item {
    padding: 0;
    margin: 0;
    width: 100%
}

.catalog .catalog__wrap .catalog__filters.show .catalog__filters-instock {
    margin: 0;
    padding: 22px 0 18px
}

.catalog .catalog__wrap .catalog__filters.show .catalog__filters-item:last-child {
    border-bottom: none
}

.catalog .catalog__wrap .catalog__filters:not(.show) .scrollbar-outer {
    max-height: 240px
}

.catalog .catalog__wrap .catalog__filters:not(.show) .folding-list__main {
    padding-bottom: 10px
}

.catalog .catalog__wrap .catalog__filters:not(.show) .folding-list__main li {
    padding-left: 20px !important
}

.catalog .catalog__wrap .catalog__filters:not(.show) .folding-list__main li .basic-checkbox {
    margin-left: -20px
}

.catalog .folding-list:not(.unfolded) .scrollbar-outer {
    height: 0;
}

@media (min-width: 992px) {
    .catalog .catalog__wrap .catalog__filters-top {
        display: none
    }
}

.catalog .catalog__wrap .catalog__filters-cost {
    padding: 22px 15px 20px
}

@media (min-width: 992px) {
    .catalog .catalog__wrap .catalog__filters-cost {
        padding: 22px 0 0
    }
}

@media (min-width: 992px) {
    .catalog .catalog__wrap .catalog__filters-cost {
        max-width: 218px
    }
}

.catalog .catalog__wrap .catalog__filters-cost input {
    width: calc(50% - 10px);
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    border: 1px solid #e4e3e2;
    border-radius: 10px;
}

.catalog .catalog__wrap .catalog__filters-costslider {
    margin-top: 33px;
    height: 2px;
    background: #e4e3e2;
    position: relative
}

.catalog .catalog__wrap .catalog__filters-costslider .ui-slider-range {
    position: absolute;
    z-index: 2;
    display: block;
    border: 0;
    height: 2px;
    background: #52AE32
}

.catalog .catalog__wrap .catalog__filters-costslider .ui-slider-handle {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #52AE32;
    position: absolute;
    top: -8px;
    z-index: 5;
    outline: 0;
    cursor: pointer
}

.catalog .catalog__wrap .catalog__filters-costslider .ui-slider-handle:nth-child(3) {
    margin-left: -16px
}

.catalog .catalog__wrap .catalog__filters-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 15px;
    background: #f8f8f8;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

@media (min-width: 992px) {
    .catalog .catalog__wrap .catalog__filters-footer {
        padding: 0 0 30px;
        background: 0 0;
        display: block;
        position: relative
    }
}

.catalog .catalog__wrap .catalog__filters .catalog__filters-categories {
    /*max-height: 298px;*/
    border-bottom: 1px #f0f0f0 solid;
    width: 100%
}

@media (min-width: 992px) {
    .catalog .catalog__wrap .catalog__filters .catalog__filters-categories {
        margin-bottom: 20px
    }
}

.catalog .catalog__wrap .catalog__filters .catalog__filters-categories .catalog__filters-item {
    margin-bottom: 0;
    border-bottom: none
}

@media (min-width: 992px) {
    .catalog .catalog__wrap .catalog__filters .catalog__filters-categories > .adaptive-menu__item > .folding-list__header {
        display: none
    }
}

@media (min-width: 992px) {
    .catalog .catalog__wrap .catalog__filters .catalog__filters-categories > .adaptive-menu__item > .folding-list__main {
        display: block !important
    }
}

@media (min-width: 992px) {
    .catalog .catalog__wrap .catalog__filters .catalog__filters-categories > .adaptive-menu__item > .folding-list__main > li {
        padding: 0 !important
    }
}

@media (min-width: 992px) {
    .catalog .catalog__wrap .catalog__filters .catalog__filters-categories > .adaptive-menu__item > .folding-list__main > .folding-list__main {
        display: block !important
    }
}

.catalog .catalog__wrap .catalog__filters .catalog__filters-title {
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 18px;
    color: #002E45
}

.catalog .catalog__wrap .catalog__filters .catalog__filters-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #f0f0f0 solid
}

.catalog .catalog__wrap .catalog__filters .catalog__filters-item.catalog__filters-item--active a {
    color: #52AE32
}

.catalog .catalog__wrap .catalog__filters .catalog__filters-item .folding-list .folding-list__header {
    padding-top: 5px;
    padding-bottom: 5px
}

.catalog .catalog__wrap .catalog__filters .catalog__filters-item .folding-list .folding-list__header .folding-list__arrow {
    top: 5px
}

.catalog .catalog__wrap .catalog__filters .catalog__filters-item .folding-list .folding-list__header .folding-list__arrow img {
    width: 14px;
    height: 14px
}

.catalog .catalog__wrap .catalog__filters .catalog__filters-item .folding-list .folding-list__main {
    padding-bottom: 10px
}

.catalog .catalog__wrap .catalog__filters .catalog__filters-item .folding-list .folding-list__main li,
.catalog .catalog__wrap .catalog__filters .catalog__filters-categories > .adaptive-menu__item > .folding-list__main > li {
    padding-top: 10px!important;
}

.catalog .catalog__wrap .catalog__filters .catalog__filters-item .folding-list .folding-list__main li:not(.catalog__filters-top) {
    padding-bottom: 8px;
    display: flex;
    align-items: flex-start;
}

.catalog .catalog__wrap .catalog__filters .catalog__filters-item .folding-list .folding-list__main input {
    margin-top: 5px;
}

.catalog .catalog__wrap .catalog__filters .catalog__filters-item .folding-list .folding-list__main label {
    margin-left: 5px;
    margin-bottom: 0;
}

.catalog .catalog__wrap .catalog__filters .catalog__filters-item .folding-list .folding-list__main li:first-child {
    padding-top: 5px
}

.catalog .catalog__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.catalog .catalog__main .catalog__header .catalog__tags {
    margin-top: -5px
}

.catalog .catalog__main .catalog__header .catalog__tags .mini-btn {
    margin-right: 8px;
    margin-bottom: 8px
}

.catalog .catalog__main .catalog__header .catalog__tags .mini-btn:not(.mini-btn--bg) {
    padding-left: 15px;
    padding-right: 15px
}

.catalog .catalog__main .catalog__header .catalog__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 30px
}

.catalog .catalog__main .catalog__header .catalog__sort .catalog__sort-select {
    position: relative;
    width: 210px;
    height: 16px;
    margin-top: -12px;
    margin-right: -15px
}

.catalog .catalog__main .catalog__header .catalog__sort .catalog__sort-select .folding-list {
    z-index: 11;
    position: relative;
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px
}

.catalog .catalog__main .catalog__header .catalog__sort .catalog__sort-select .folding-list .folding-list__arrow img {
    width: 11px
}

.catalog .catalog__main .catalog__empty {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.catalog .catalog__main .catalog__list ~ .catalog__empty,
.catalog .catalog__main .catalog__preloader ~ .catalog__empty {
    display: none;
}

@media (max-width: 1023px) {
    .catalog .catalog__main .catalog__empty {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
}

.catalog .catalog__list .grid-item, .catalog .catalog__list .grid-sizer {
    min-height: 405px
}

.catalog .catalog__list .catalog__promo.grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px #f0f0f0 solid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 23%;
    min-width: auto;
    padding-top: 60px;
    border-radius: 20px;
}

@media (min-width: 1543.98px) {
    .catalog .catalog__list .catalog__promo.grid-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 235px;
        min-width: auto;
        padding-top: 60px;
        position: relative;
        display: flex;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #f0f0f0;
        background-color: #fff;

    }
}

.catalog .catalog__list .catalog__promo .catalog__promo-item {
    width: 100%;
    min-width: 135px;
    margin: 15px 0;
    text-align: center;
    color: #002E45
}

.catalog .catalog__list .catalog__promo .catalog__promo-item span {
    text-transform: uppercase;
    letter-spacing: .03em;
    font-weight: 200;
    font-size: 24px;
    line-height: 40px
}

.catalog .catalog__list .catalog__promo .catalog__promo-item small {
    display: block;
    font-size: 12px;
    line-height: 18px
}

.catalog .catalog__list .catalog__promo .catalog__promo-item.catalog__promo-item--center {
    border-left: 1px #f0f0f0 solid;
    border-right: 1px #f0f0f0 solid
}

.catalog .catalog__list .categories__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    background-color: #7f7872;
    border-radius: 10px;
}

.catalog .catalog__list .categories__item:after {
    top: 25%;
    height: 282px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 119, 113, 0)), color-stop(40.99%, #7f7771), to(#7f7771));
    background: -o-linear-gradient(top, rgba(127, 119, 113, 0) 0, #7f7771 40.99%, #7f7771 100%);
    background: linear-gradient(180deg, rgba(127, 119, 113, 0) 0, #7f7771 40.99%, #7f7771 100%)
}

.catalog .catalog__list .categories__item .categories__content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.catalog .catalog__list .categories__item .categories__content .categories__amount {
    height: 86px;
    padding-bottom: 20px
}

.catalog .catalog__list .categories__item .categories__img img {
    min-height: auto
}

.catalog .catalog__list .catalog__interior {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 38px 55px;
    background-color: #f8f8f8
}

.catalog .catalog__list .catalog__interior .catalog__interior {
    width: 110px;
    margin-right: 50px
}

.catalog .catalog__list .catalog__consult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    background-color: #f8f8f8;
    border-radius: 20px;
}

.catalog .catalog__list .catalog__consult .catalog__consult-main .catalog__consult-img {
    margin-top: 7px;
    margin-bottom: 40px;
    text-align: center
}

.catalog .catalog__list .catalog__consult .catalog__consult-main .catalog__consult-title {
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 18px;
    color: #002E45
}

.catalog .catalog__list .catalog__consult .catalog__consult-main .catalog__consult-text {
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 18px
}

.catalog .catalog__list .catalog__consult .primary-btn {
    width: 100%;
    padding: 0 20px;
    white-space: normal
}

@media (max-width: 1543.98px) {
    .catalog .catalog__list .catalog__consult .primary-btn {
        padding: 0
    }
}

.catalog .catalog__list .catalog__design {
    background-color: #f8f8f8
}

.catalog .catalog__list .catalog__design.grid-item {
    width: 48% !important
}

@media (max-width: 1543.98px) {
    .catalog .catalog__list .catalog__design.grid-item {
        width: 64.66% !important
    }
}

@media (max-width: 991.98px) {
    .catalog .catalog__list .catalog__design.grid-item {
        width: 100% !important
    }
}

.catalog .catalog__list .catalog__design .catalog__design-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 55px
}

.catalog .catalog__list .catalog__design .catalog__design-content .catalog__design-img {
    margin-right: 50px
}

.catalog .catalog__list .catalog__design .catalog__design-content .catalog__design-success {
    padding: 0 20px 20px 0
}

@media (min-width: 768px) {
    .catalog .catalog__list .catalog__design .catalog__design-content .catalog__design-success {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 347px
    }
}

.catalog .catalog__list .catalog__design .catalog__design-content .catalog__design-success .catalog__design-title {
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 34px;
    color: #002E45;
    font-weight: 600
}

.catalog .catalog__list .catalog__design .catalog__design-content .catalog__design-success .catalog__design-text {
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 26px
}

.catalog .catalog__list .catalog__design .catalog__design-content .catalog__design-main .catalog__design-title {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
    color: #002E45
}

.catalog .catalog__list .catalog__design .catalog__design-content .catalog__design-main .catalog__design-text {
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 24px
}

.catalog .catalog__list .catalog__design .catalog__design-content .catalog__design-main .catalog__design-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog .catalog__list .catalog__design .catalog__design-content .catalog__design-main .catalog__design-form .basic-input, .catalog .catalog__list .catalog__design .catalog__design-content .catalog__design-main .catalog__design-form .primary-btn {
    margin-bottom: 20px
}

.catalog .catalog__list .catalog__design .catalog__design-content .catalog__design-main .catalog__design-footer {
    font-size: 12px;
    line-height: 18px
}

@media (max-width: 1543.98px) {
    .catalog .catalog__list .grid-item, .catalog .catalog__list .grid-sizer {
        width: 23%
    }
}

@media (max-width: 991.98px) {
    .catalog {
        margin-bottom: 40px
    }

    .catalog .catalog__list .grid-item, .catalog .catalog__list .grid-sizer {
        width: 30%
    }

    .catalog .catalog__list .grid-item.grid-item--big {
        min-height: 420px
    }

    .catalog .catalog__list .catalog__design .catalog__design-content {
        padding: 20px 25px
    }

    .catalog .catalog__list .catalog__consult {
        min-height: auto
    }

    .catalog .catalog__list .catalog__consult .catalog__consult-title {
        font-size: 16px;
        line-height: 26px
    }

    .catalog .catalog__list .catalog__consult .catalog__consult-text {
        font-size: 14px;
        line-height: 24px
    }

    .catalog .catalog__list .catalog__consult .primary-btn {
        width: 100%
    }
}

@media (max-width: 1099.98px) {
    .catalog .catalog__main .catalog__list .grid-item,
    .catalog .catalog__main .catalog__list .grid-sizer {
        height: 450px
    }
}

@media (max-width: 1199.98px) {
    .catalog .catalog__main .catalog__list .grid-item,
    .catalog .catalog__main .catalog__list .grid-sizer {
        height: 400px
    }
}

@media (max-width: 991.98px) {
    .catalog .catalog__main .catalog__list .grid-item,
    .catalog .catalog__main .catalog__list .grid-sizer {
        height: 517px;
    }
}

@media (max-width: 767.98px) {
    .catalog .catalog__main .catalog__list .grid-sizer,
    .catalog.blog__catalog .catalog__list .grid-sizer {
        display: none;
    }

    .catalog .catalog__main .catalog__list .grid-item {
        height: auto;
    }

    .catalog .catalog__main .catalog__list .catalog__consult.grid-item {
        min-height: 0
    }

    .catalog .catalog__list {
        margin-right: 0
    }
    .product-card:not(.grid-item--big) .product-card__img picture img {
        object-fit: contain !important;
    }
    .catalog .catalog__list .product-card__img img {
        width: 100%
    }

    .catalog .catalog__list .catalog__design .catalog__design-img {
        display: none;
        visibility: hidden
    }

    .catalog .catalog__list .catalog__design .catalog__design-form .basic-input, .catalog .catalog__list .catalog__design .catalog__design-form .primary-btn {
        width: 100%
    }

    .catalog .catalog__list .catalog__consult {
        min-height: auto
    }

    .catalog .catalog__list .catalog__consult .catalog__consult-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .catalog .catalog__list .catalog__consult .catalog__consult-main .catalog__consult-img img {
        width: 44px;
        margin-right: 25px
    }

    .catalog .catalog__list .catalog__consult .catalog__consult-main .catalog__consult-title {
        font-size: 13px;
        line-height: 18px
    }

    .catalog .catalog__list .catalog__consult .catalog__consult-main .catalog__consult-text {
        font-size: 12px;
        line-height: 14px
    }

    .catalog .catalog__list .categories__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 135px
    }

    .catalog .catalog__list .categories__item:after {
        left: 70px;
        width: 219px;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(127, 119, 113, 0)), color-stop(28.65%, #7f7771), to(#7f7771));
        background: -o-linear-gradient(left, rgba(127, 119, 113, 0) 0, #7f7771 28.65%, #7f7771 100%);
        background: linear-gradient(90deg, rgba(127, 119, 113, 0) 0, #7f7771 28.65%, #7f7771 100%)
    }

    .catalog .catalog__list .categories__item .categories__content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .catalog .catalog__list .categories__item .categories__content .categories__title {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px
    }

    .catalog .catalog__list .categories__item .categories__content .categories__amount {
        height: 50px;
        padding-top: 0
    }

    .catalog .catalog__list .categories__item .categories__content .arrow-link {
        white-space: normal
    }

    .catalog .catalog__list .categories__item .categories__img img {
        width: 135px
    }

    .catalog .catalog__list .product-card {
        height: auto
    }

    .catalog .catalog__list .product-card .product-card__content .product-card__visible .product-card__title {
        font-size: 14px;
        line-height: 24px
    }

    .catalog .catalog__list .product-card .product-card__content .product-card__visible .product-card__footer .product-card__price {
        font-size: 14px;
        line-height: 24px
    }
}

.catalog-tags .catalog-tags__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog-tags .catalog-tags__columns .catalog-tags__column {
    width: calc(20% - 80px);
    margin-right: 80px
}

@media (max-width: 991.98px) {
    .catalog-tags .catalog-tags__columns .catalog-tags__column {
        width: calc(33.33% - 20px);
        margin-right: 20px
    }
}

@media (max-width: 767.98px) {
    .catalog-tags .catalog-tags__columns .catalog-tags__column {
        width: calc(50% - 20px)
    }
}

.catalog-tags .catalog-tags__columns .catalog-tags__column ul {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 24px
}

.catalog-tags .catalog-tags__columns .catalog-tags__column ul li {
    margin-bottom: 10px
}

.catalog-tags .catalog-tags__columns .catalog-tags__column ul li a span {
    padding-left: 8px;
    font-size: 11px
}

.categories__item:hover {
    text-decoration: none
}

.categories {
    margin-bottom: 40px;
    overflow: hidden;
}

.categories .categories__list {
    padding-top: 40px
}

.categories .categories__list .slick-track {
    display: flex !important;
    align-items: stretch;
}

.categories .categories__list:not(.slider,.slider-custom) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-top: 0
}

.categories .categories__list:not(.slider,.slider-custom) .categories__item {
    margin: 0 20px 30px
}

.categories .categories__list .slick-dots {
    display: none !important;
    visibility: hidden !important
}

.categories .categories__list--small {
    padding-top: 23px
}

@media (min-width: 768px) {
    .categories .categories__list--small {
        padding-top: 32px
    }
}

@media (min-width: 768px) {
    .categories .categories__list--small .categories__item {
        height: 134px !important
    }
}

@media (min-width: 992px) {
    .categories .categories__list--small .categories__item {
        height: 151px !important
    }
}

.slider .categories__item {
    width: auto
}

.slider-custom .categories__item {
    width: auto
}

.categories__item {
    position: relative;
    display: block;
    width: calc(33.33333332% - 40px);
    margin: 0 20px;
    border-radius: 10px;
}

@media (min-width: 1200px) {
    .categories__item {
        width: calc(20vw - 40px)
    }
}

.categories__item:after {
    top: auto !important;
    bottom: 0;
    height: 180px
}

.categories__item .categories__content {
    top: auto;
    bottom: 0;
    padding: 14px 24px 25px
}

.categories__item .categories__content .categories__title {
    display: block;
    font-size: 18px;
    line-height: 26px
}

.categories__item .categories__content .categories__amount {
    display: block;
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px
}

.categories__item .categories__content .arrow-link {
    display: block
}

.categories__item .categories__hidden {
    z-index: 2;
    position: absolute;
    top: 24px;
    left: 24px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.categories__item .categories__hidden .categories__hidden-list .categories__hidden-item {
    margin-bottom: 10px
}

.categories__item .categories__hidden .categories__hidden-list .categories__hidden-item .categories__hidden-link {
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.categories__item:hover .categories__hidden {
    visibility: visible;
    opacity: 1
}

.categories__item .categories__img img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 991.98px) {
    .categories .categories__list {
        margin: 0 auto
    }

    .categories .categories__list .categories__item {
        width: 200px;
        height: 320px
    }

    .categories .categories__list .slick-dots {
        display: block !important;
        visibility: visible !important
    }

    .categories .categories__list:not(.slider,.slider-custom) .slick-list {
        margin: 0 -20px
    }
}

@media (max-width: 767.98px) {
    .categories {
        margin-bottom: 0
    }

    .categories .slider-header__arrows {
        display: none;
        visibility: hidden
    }

    .categories .categories__list:not(.slider,.slider-custom) {
        margin: 0 -10px
    }

    .categories .categories__list .slick-dots {
        margin-top: -20px
    }

    .categories .categories__list .categories__item {
        width: calc(50% - 25px);
        margin: 0 10px 20px !important
    }

    .categories .categories__list.slider-custom .categories__item {
        width: 330px;
        margin: 0 10px 20px !important
    }

    .categories .categories__list .categories__item .categories__content {
        padding: 0 16px 16px
    }

    .categories .categories__list .categories__item .categories__content .categories__title {
        font-size: 14px;
        line-height: 24px
    }

    .categories .categories__list .categories__item .categories__content .categories__amount {
        font-size: 12px;
        line-height: 18px
    }
}

@media (max-width: 710px) {
    .categories .categories__list.slider-custom .categories__item {
        width: calc(50vw - 25px);
    }
}

@media (max-width: 575.98px) {
    .categories .categories__list .categories__item {
        height: 250px
    }
}

.discounts {
    margin-bottom: 50px;
    overflow: hidden
}

.discounts .discounts__list .slick-dots {
    display: none !important;
    visibility: hidden !important
}

.discounts .discounts__list .discounts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 224px;
    height: 165px;
    margin: 0 20px;
    padding: 28px 24px 24px;
    background-color: #f8f8f8;
    text-decoration: none;
    color: #52AE32
}

.discounts .discounts__list .discounts__item .discounts__percent {
    display: block;
    font-weight: 200;
    font-size: 40px;
    line-height: 34px
}

.discounts .discounts__list .discounts__item .discounts__title {
    display: block;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 18px;
    color: #897f78;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.discounts .discounts__list .discounts__item:hover .discounts__title {
    color: #534e4a
}

.discounts .discounts__list .discounts__item.discounts__all-link {
    border: 1px solid #e4e3e2;
    background-color: transparent;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 991.98px) {
    .discounts {
        margin-bottom: 0
    }

    .discounts .discounts__list .slick-dots {
        display: block !important;
        visibility: visible !important
    }
}

@media (max-width: 767.98px) {
    .discounts .discounts__list .discounts__item {
        height: 136px;
        margin: 0 10px
    }

    .discounts .discounts__list .discounts__item .discounts__percent {
        font-size: 32px;
        line-height: 24px
    }

    .discounts .discounts__list .discounts__item .discounts__title {
        font-size: 11px;
        line-height: 16px
    }
}

.reg-bite {
    margin-bottom: 30px
}

.reg-bite .reg-bite__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f8f8f8;
    padding: 35px 0 15px;
    color: #534e4a
}

.reg-bite .reg-bite__content .reg-bite__links, .reg-bite .reg-bite__content .reg-bite__text {
    padding: 0 60px 20px
}

.reg-bite .reg-bite__content .reg-bite__text {
    text-transform: uppercase;
    letter-spacing: .03em;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px
}

.reg-bite .reg-bite__content .reg-bite__links {
    font-size: 14px;
    line-height: 24px
}

.favorites {
    margin-bottom: 80px
}

.favorites > .cart-block {
    margin-bottom: 30px
}

.favorites .favorites__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.favorites .favorites__columns .favorites__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 30px
}

.favorites .favorites__columns .favorites__main .favorites__list {
    padding-top: 0
}

.favorites .favorites__columns .favorites__main .favorites__list .product-card {
    margin-bottom: 30px
}

.favorites .favorites__columns .favorites__sidebar {
    width: 224px
}

.favorites .favorites__columns .favorites__sidebar .cart-block {
    width: 100%
}

.favorites .favorites__columns .favorites__sidebar .favorites__share {
    margin-top: 30px
}

.favorites .favorites__share {
    padding: 24px 30px;
    background-color: #f8f8f8
}

.favorites .favorites__share .favorites__share-text {
    padding: 18px 0;
    font-size: 12px;
    line-height: 18px
}

.favorites .favorites__share .favorites__share-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px
}

.favorites .favorites__share .favorites__share-social a {
    margin-right: 20px
}

.favorites .favorites__share form {
    margin-top: 15px
}

.favorites .favorites__share form .favorites__share-email, .favorites .favorites__share form .primary-btn {
    width: 100%;
    border-radius: 10px !important;
}

.favorites .favorites__share form .primary-btn {
    margin-top: 15px
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .favorites > .cart-block .cart-block__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 8px
    }

    .favorites > .cart-block .cart-block__content .cart-block__price .rub {
        margin-right: 100px
    }
}

@media (max-width: 991.98px) {
    .reg-bite .reg-bite__content .reg-bite__links, .reg-bite .reg-bite__content .reg-bite__text {
        padding-left: 30px;
        padding-right: 30px
    }

    .favorites > .cart-block .cart-block__content .cart-block__price .cart-block__add .svg-inline {
        margin-top: -4px;
        margin-right: 8px
    }

    .favorites .favorites__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .favorites .favorites__columns .favorites__main {
        margin-right: 0
    }

    .favorites .favorites__columns .favorites__sidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 40px 0 0
    }

    .favorites .favorites__columns .favorites__sidebar .cart-block, .favorites .favorites__columns .favorites__sidebar .favorites__share {
        width: calc(50% - 20px);
        margin: 0 10px
    }
}

@media (max-width: 767.98px) {
    .favorites {
        margin-bottom: 40px
    }

    .favorites .favorites__columns {
        margin: 0
    }

    .favorites .favorites__columns .favorites__main .favorites__list .favorites__share {
        width: 98% !important
    }

    .favorites .favorites__columns .favorites__sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .favorites .favorites__columns .favorites__sidebar .cart-block, .favorites .favorites__columns .favorites__sidebar .favorites__share {
        width: 100%;
        margin: 0 0 30px
    }
}

.feedback {
    margin-bottom: 30px
}

.feedback.feedback--inner {
    margin-bottom: 50px;
    padding-top: 60px;
    border-top: 1px #f0f0f0 solid
}

@media (min-width: 768px) and (max-width: 1543.98px) {
    .feedback:not(.feedback--inner) .form__text-bg {
        float: right;
        max-width: 360px
    }
}

.feedback .feedback__form {
    max-width: 620px
}

.feedback .feedback__form .feedback__phone {
    width: 200px;
    margin-right: 20px
}

.feedback .feedback__form .feedback__name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.feedback .feedback__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.feedback .feedback__list li {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
    color: #534e4a
}

.feedback .feedback__list li small {
    padding-left: 6px;
    font-size: 11px;
    color: #897f78
}

.feedback .feedback__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px
}

.feedback .feedback__columns .feedback__column {
    width: calc(50% - 40px);
    margin: 0 20px 30px
}

.feedback .feedback__columns .feedback__column .feedback__text {
    padding: 26px 0 34px;
    font-size: 14px;
    line-height: 24px;
    color: #534e4a
}

.feedback .feedback__columns .feedback__column.feedback__subscribe {
    padding: 30px 50px;
    background-color: #f8f8f8
}

.feedback .feedback__columns .feedback__column.feedback__subscribe .feedback__text {
    padding: 16px 0 24px
}

.feedback .feedback__columns .feedback__column.feedback__subscribe .feedback__subscribe-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.feedback .feedback__columns .feedback__column.feedback__subscribe .feedback__subscribe-footer .default-btn, .feedback .feedback__columns .feedback__column.feedback__subscribe .feedback__subscribe-footer .number-input .input-group .input-group-btn button, .number-input .input-group .input-group-btn .feedback .feedback__columns .feedback__column.feedback__subscribe .feedback__subscribe-footer button {
    margin-right: 20px;
    margin-bottom: 20px
}

@media (min-width: 1544px) {
    .feedback .feedback__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width: 991.98px) {
    .feedback .feedback__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .feedback .feedback__columns .feedback__column {
        width: calc(100% - 40px)
    }

    .feedback .feedback__columns .feedback__column.feedback__subscribe {
        padding: 20px 20px 10px
    }

    .feedback .feedback__columns .feedback__column.feedback__subscribe .feedback__subscribe-footer .default-btn, .feedback .feedback__columns .feedback__column.feedback__subscribe .feedback__subscribe-footer .number-input .input-group .input-group-btn button, .number-input .input-group .input-group-btn .feedback .feedback__columns .feedback__column.feedback__subscribe .feedback__subscribe-footer button {
        width: 100%;
        margin-right: 0
    }
}

@media (max-width: 991.98px) {
    .feedback .form__wrap .feedback__form {
        width: 100%;
        max-width: none
    }

    .feedback .form__wrap .form__text .form__text-bg {
        width: 100%;
        max-width: none
    }
}

@media (max-width: 767.98px) {
    .feedback, .feedback.feedback--inner {
        margin-bottom: 0;
        padding-top: 30px
    }

    .feedback .feedback__form .feedback__phone, .feedback.feedback--inner .feedback__form .feedback__phone {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto;
        margin-right: 0;
        margin-bottom: 35px
    }

    .feedback .feedback__columns, .feedback.feedback--inner .feedback__columns {
        margin: 0
    }

    .feedback .feedback__columns .feedback__column, .feedback.feedback--inner .feedback__columns .feedback__column {
        width: 100%;
        margin: 0 0 50px
    }

    .feedback .feedback__columns .feedback__column .feedback__text, .feedback.feedback--inner .feedback__columns .feedback__column .feedback__text {
        padding: 20px 0
    }

    .feedback .feedback__columns .feedback__column .primary-btn, .feedback.feedback--inner .feedback__columns .feedback__column .primary-btn {
        width: 100%
    }
}

.gallery {
    position: relative;
    margin-bottom: 53px;
    height: 360px;
    overflow: hidden
}

.gallery--adaptive {
    height: calc((100vw - 29px) / 4.295);
    max-height: 299px;
}

@media (min-width: 1544px) {
    .gallery--adaptive {
        max-height: 360px;
    }
}

.gallery--adaptive .gallery__list {
    max-height: inherit;
}

.gallery--autoheight {
    height: 600px
}

.gallery .gallery__list {
    height: inherit
}

.gallery .gallery__list .slick-list, .gallery .gallery__list .slick-track {
    height: 100%
}

.gallery .gallery__list .gallery__item {
    position: relative
}

.gallery .gallery__list .gallery__item .gallery__content {
    margin-left: 50px;
    opacity: 0
}

.gallery .gallery__list .gallery__item.slick-active .gallery__content {
    -webkit-animation-name: gallery__content-toggle;
    animation-name: gallery__content-toggle;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.gallery .gallery__list .gallery__item img {
    height: 100%
}

.gallery .gallery__list .gallery__item .max-medium img {
    min-width: 100%;
    min-height: 100%;
    height: auto
}

.gallery:hover .slick-active:before {
    opacity: .1
}

.gallery:hover .slick-active img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 768px){
    .gallery:hover .slick-active img {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
}

.gallery .gallery__content {
    z-index: 2;
    position: absolute;
    left: 60px;
    top: 48px;
    width: 400px;
    color: #fff
}

.gallery .gallery__content .gallery__title {
    margin-bottom: 34px;
    font-size: 32px;
    line-height: 40px
}

.gallery .gallery__content .gallery__text {
    margin-bottom: 64px;
    font-size: 16px;
    line-height: 24px
}

@-webkit-keyframes gallery__content-toggle {
    from {
        margin-left: 30px;
        opacity: 0
    }
    to {
        margin-left: 0;
        opacity: 1
    }
}

@keyframes gallery__content-toggle {
    from {
        margin-left: 30px;
        opacity: 0
    }
    to {
        margin-left: 0;
        opacity: 1
    }
}

@media (min-width: 1544px) {
    .gallery .gallery__list .gallery__item img {
        width: 1544px
    }
}

@media (max-width: 991.98px) {
    .gallery--autoheight {
        height: 384px
    }
}

@media (max-width: 767.98px) {
    .arrows--fixed {
        display: none;
        visibility: hidden
    }

    .gallery {
        height: 460px
    }

    .gallery .gallery__list .slick-dots {
        right: 0;
        text-align: center
    }

    .gallery .gallery__list .gallery__item .gallery__content {
        top: auto;
        bottom: 100px;
        left: 30px;
        width: calc(100% - 60px)
    }

    .gallery .gallery__list .gallery__item .gallery__content .gallery__title {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 30px
    }

    .gallery .gallery__list .gallery__item .gallery__content .gallery__text {
        margin-bottom: 25px
    }

    .gallery .gallery__list .gallery__item .gallery__content .primary-btn {
        width: 100%
    }

    .gallery--autoheight {
        height: 164px
    }

    .gallery--autoheight .gallery__list .gallery__item img {
        width: 100%;
        height: auto
    }
}

@media (max-width: 991px) {
    .gallery--adaptive {
        height: calc(100vw + 35px);
        max-height: 790px;
    }
}

.info {
    margin-bottom: 40px;
    padding-top: 50px;
    border-top: 1px #f0f0f0 solid
}

@media (max-width: 767.98px) {
    .info {
        margin-bottom: 0
    }
}

.info .info__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px
}

.info .info__columns .info__column {
    width: calc(50% - 40px);
    margin: 0 20px 30px
}

.info .info__columns .info__column .info__text {
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px
}

.info .info__columns .info__column .info__list {
    list-style: none
}

.info .info__columns .info__column .info__list li {
    padding-left: 14px;
    padding-bottom: 14px;
    background: url(../img/icons/disk.svg) 0 10px no-repeat
}

@media (max-width: 991.98px) {
    .info .info__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .info .info__columns .info__column {
        width: calc(100% - 40px)
    }
}

@media (max-width: 767.98px) {
    .info {
        padding-bottom: 0
    }

    .info .info__columns {
        margin: 0
    }

    .info .info__columns .info__column {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.interior {
    position: relative;
    margin-bottom: 50px
}

.interior .interior__list {
    height: 600px;
    margin-top: 22px;
    overflow: hidden
}

.interior .interior__list .interior__item {
    position: relative;
    height: 600px
}

.interior .interior__list .interior__item.slick-active {
    z-index: 1
}

.interior .interior__list .interior__item .cart-block {
    position: relative
}

@media (min-width: 1200px) {
    .interior .interior__list .interior__item .cart-block {
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 224px
    }
}

.interior .interior__list .interior__item .cart-block .cart-block__content {
    background-color: rgba(255, 255, 255, .9)
}

.interior .interior__list .interior__item .interior__picture img {
    position: absolute;
    top: 0;
    left: 50%
}

@media (min-width: 768px) {
    .interior .interior__list .interior__item .interior__picture img {
        margin-top: 144px
    }
}

@media (min-width: 1200px) {
    .interior .interior__list .interior__item .interior__picture img {
        margin-top: 0
    }
}

.interior .interior__list .interior__item .interior__points .interior__point {
    z-index: 2;
    position: absolute;
    left: 50%;
    width: 22px !important;
    height: 22px
}

.interior .interior__list .interior__item .interior__points .interior__point .interior__point-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px
}

.interior .interior__list .interior__item .interior__points .interior__point .interior__point-dot:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    margin-top: -11px;
    border: 2px solid #fff;
    border-radius: 20px;
    background-color: #52AE32;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.interior .interior__list .interior__item .interior__points .interior__point .product-card {
    display: none;
    visibility: hidden
}

.interior .interior__list .interior__item .interior__points .interior__point .interior__point-dot:hover:before, .interior .interior__list .interior__item .interior__points .interior__point.interior__point--current .interior__point-dot:before {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    border-width: 8px;
    background-color: #002E45
}

.interior .interior__list .interior__item .interior__points .interior__point.interior__point--current .interior__point-dot:after {
    content: 'вы просматриваете этот товар';
    position: absolute;
    top: 2px;
    left: 12px;
    height: 20px;
    padding: 2px 5px 0 18px;
    background-color: #000;
    white-space: nowrap;
    font-size: 11px;
    line-height: 16px;
    color: #fff
}

.interior .interior__list .slick-dots {
    bottom: 22px
}

.interior.interior--no-margin .interior__list {
    margin-top: 0
}

.interior .interior__title {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #897f78
}

.interior .interior__products {
    display: none;
    visibility: hidden;
    margin: 15px 0 0 -5px
}

.interior .interior__products.shown {
    display: block;
    visibility: visible
}

.interior .interior__products .slick-dots {
    display: none;
    visibility: hidden
}

.interior .interior__products .interior__point {
    min-width: 180px;
    /*margin-left: 0 !important*/
}

.interior .interior__products .interior__point .product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 5px
}

.interior .interior__products .interior__point .product-card .product-card__img {
    width: 50px;
    height: 50px
}

.interior .interior__products .interior__point .product-card .product-card__img img {
    max-width: 100%;
    min-height: 50px
}

.interior .interior__products .interior__point .product-card .product-card__content .product-card__visible {
    padding: 0 10px
}

.interior .interior__products .interior__point .product-card .product-card__content .product-card__visible .product-card__header {
    display: none
}

.interior .interior__products .interior__point .product-card .product-card__content .product-card__visible .product-card__title {
    height: auto;
    padding-bottom: 2px;
    font-size: 11px;
    line-height: 16px
}

.interior .interior__products .interior__point .product-card .product-card__content .product-card__visible .product-card__footer .product-card__price {
    font-size: 12px;
    line-height: 18px
}

.interior .interior__products .interior__point .product-card .product-card__content .product-card__visible .product-card__footer .product-card__cart {
    display: none
}

@media (max-width: 991.98px) {
    .interior .interior__list {
        height: 564px
    }

    .interior .interior__list .interior__item {
        height: 420px
    }

    .interior .interior__products .product-card {
        width: auto;
        border: 0
    }
}

@media (max-width: 767.98px) {
    .interior .interior__list {
        height: auto
    }

    .interior .interior__list .slick-dots {
        right: 0;
        text-align: center
    }

    .interior .interior__products {
        display: block;
        visibility: visible
    }

    .interior .interior__points {
        display: none;
        visibility: hidden
    }
}

.interior__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
}

.interior__columns .interior__column {
    margin-bottom: 20px
}

.interior__columns .interior__column.interior__props {
    min-width: 290px;
    margin-right: 40px;
    padding: 30px 40px;
    border: 1px #f0f0f0 solid
}

.interior__columns .interior__column.interior__props .interior__prop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.interior__columns .interior__column.interior__props .interior__prop:not(:last-child) {
    margin-bottom: 35px
}

.interior__columns .interior__column.interior__props .interior__prop .interior__prop-img {
    margin-right: 30px
}

.interior__columns .interior__column.interior__props .interior__prop .interior__prop-main .interior__prop-title {
    font-size: 14px;
    line-height: 24px
}

.interior__columns .interior__column.interior__props .interior__prop .interior__prop-main .interior__prop-value {
    font-size: 16px;
    line-height: 24px;
    color: #002E45
}

.interior__columns .interior__column.interior__text {
    margin-right: 100px;
    font-size: 14px;
    line-height: 24px;
    color: #534e4a
}

.interior__columns .interior__column.interior__designer {
    min-width: 180px
}

.interior__columns .interior__column.interior__designer .interior__designer-content .interior__designer-title {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #002E45
}

.interior__columns .interior__column.interior__designer .interior__designer-content .interior__designer-list .interior__designer-item .interior__designer-photo .interior__designer-ava img {
    width: 150px;
    height: 150px;
    margin-bottom: 15px
}

.interior__columns .interior__column.interior__designer .interior__designer-content .interior__designer-list .interior__designer-item .interior__designer-photo .interior__designer-ava.interior__designer-ava--small img {
    width: 80px;
    height: 80px
}

.interior__columns .interior__column.interior__designer .interior__designer-content .interior__designer-list .interior__designer-item .interior__designer-body .interior__designer-name {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px
}

.interior__columns .interior__column.interior__designer .interior__designer-content .interior__designer-list .interior__designer-item .interior__designer-body .interior__designer-total {
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 24px
}

.interior__columns .interior__column.interior__designer .interior__designer-btn a {
    width: 100%
}

@media (max-width: 991.98px) {
    .interior__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }

    .interior__columns .interior__column {
        width: 100%
    }

    .interior__columns .interior__column.interior__props {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px
    }

    .interior__columns .interior__column.interior__props .interior__prop {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px
    }

    .interior__columns .interior__column.interior__designer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .interior__columns .interior__column.interior__designer .interior__designer-content .interior__designer-list .interior__designer-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px
    }

    .interior__columns .interior__column.interior__designer .interior__designer-content .interior__designer-list .interior__designer-item .interior__designer-photo .interior__designer-ava {
        margin-right: 30px
    }

    .interior__columns .interior__column.interior__designer .interior__designer-content .interior__designer-list .interior__designer-item .interior__designer-body {
        margin-right: 30px
    }

    .interior__columns .interior__column.interior__designer .interior__designer-content .interior__designer-list .interior__designer-item .interior__designer-body .interior__designer-total {
        padding-bottom: 0
    }

    .interior__columns .interior__column.interior__designer .interior__designer-btn {
        width: 200px
    }
}

@media (max-width: 767.98px) {
    .interior__columns .interior__column {
        margin-left: 0;
        margin-right: 0
    }

    .interior__columns .interior__column.interior__props {
        margin-left: 0;
        margin-right: 0
    }

    .interior__columns .interior__column.interior__props .interior__prop {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .interior__columns .interior__column.interior__designer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .interior__columns .interior__column.interior__designer .interior__designer-btn {
        width: 100%
    }
}

.interior__replies {
    margin-bottom: 80px;
    padding-top: 50px
}

@media (max-width: 991.98px) {
    .interior__replies {
        margin-bottom: 40px
    }
}

.interior__replies .interior__replies-main {
    max-width: 840px;
    margin: 0 auto
}

.interior__replies .interior__replies-main .interior__reply-title {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    color: #002E45
}

.interior__replies .interior__replies-main .interior__reply-text {
    font-size: 14px;
    line-height: 24px;
    color: #534e4a
}

.interior__replies .interior__replies-main .interior__reply-photos {
    position: relative;
    height: 100px;
    margin: 40px -5px 0;
    overflow: hidden
}

.interior__replies .interior__replies-main .interior__reply-photos:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1.24%, #f8f8f8), color-stop(67.03%, rgba(248, 248, 248, .7)), color-stop(98.41%, rgba(248, 248, 248, 0)));
    background: -o-linear-gradient(bottom, #f8f8f8 1.24%, rgba(248, 248, 248, .7) 67.03%, rgba(248, 248, 248, 0) 98.41%);
    background: linear-gradient(0deg, #f8f8f8 1.24%, rgba(248, 248, 248, .7) 67.03%, rgba(248, 248, 248, 0) 98.41%)
}

.interior__replies .interior__replies-main .interior__reply-photos ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.interior__replies .interior__replies-main .interior__reply-photos ul img {
    width: 50px;
    height: 50px;
    margin: 0 5px 10px
}

.interior__replies .interior__replies-main .interior__more-photos {
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 24px
}

.interior__catalog {
    margin-bottom: 60px
}

@media (max-width: 991.98px) {
    .interior__catalog {
        margin-bottom: 20px
    }
}

.interior__catalog .h1 {
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .design-bite {
        padding-top: 0
    }
}

.design-bite .design-bite__text {
    font-size: 14px;
    line-height: 24px
}

@media (max-width: 991.98px) {
    .design-bite .design-bite__text {
        padding-bottom: 0
    }
}

.design-bite .design-bite__text .h1 {
    padding-bottom: 25px
}

.design-bite .design-bite__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 991.98px) {
    .design-bite .design-bite__form {
        width: 100%
    }
}

.design-bite .design-bite__form .design-bite__form-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px
}

@media (max-width: 767.98px) {
    .design-bite .design-bite__form .design-bite__form-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0
    }
}

.design-bite .design-bite__form .design-bite__form-main .design-bite__phone {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.design-bite .design-bite__form .design-bite__form-main .design-bite__phone .phone-input {
    width: 100%
}

.design-bite .design-bite__form .design-bite__form-main .design-bite__phone, .design-bite .design-bite__form .design-bite__form-main .design-bite__submit {
    margin: 0 10px 20px
}

@media (max-width: 767.98px) {
    .design-bite .design-bite__form .design-bite__form-main .design-bite__phone, .design-bite .design-bite__form .design-bite__form-main .design-bite__submit {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.design-bite .design-bite__form .design-bite__form-main .design-bite__submit {
    min-width: 180px
}

.design-bite .design-bite__form .design-bite__submit button, .design-bite .design-bite__form .phone-input input {
    width: 100%
}

.services {
    margin-bottom: 80px;
    overflow: hidden
}

.services .services__header {
    padding-top: 20px
}

.services .services__header .services__title {
    font-size: 16px;
    line-height: 24px;
    color: #534e4a
}

.services .services__header .services__text {
    padding-top: 18px;
    font-size: 16px;
    line-height: 24px
}

.services .services__header .services__header-btn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 33px 0 0
}

.services .services__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px
}

.services .services__columns .services__column {
    -ms-flex-preferred-size: calc(33.3% - 50px);
    flex-basis: calc(33.3% - 50px);
    margin: 0 25px
}

.services .services__columns .services__column .h4 {
    padding-bottom: 18px
}

.services .services__columns .services__column .services__column-text {
    font-size: 14px;
    line-height: 24px;
    color: #534e4a
}

@media (max-width: 991.98px) {
    .services .services__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .services .services__columns .services__column {
        margin-bottom: 40px
    }
}

@media (max-width: 767.98px) {
    .services {
        margin-bottom: 40px;
        padding-bottom: 0
    }
}

.serv {
    margin: 40px 0
}

@media (max-width: 767.98px) {
    .serv {
        margin-bottom: 0
    }
}

.serv .h1 {
    margin-bottom: 30px
}

.serv .serv__block {
    margin-bottom: 30px;
    border-bottom: 1px #f0f0f0 solid;
    overflow: hidden
}

.serv .serv__block:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.serv .serv__block .serv__img {
    width: 400px;
    margin: 0 40px 40px 0;
    float: left
}

@media (max-width: 991.98px) {
    .serv .serv__block .serv__img {
        width: 100%;
        margin: 0 0 30px;
        float: none
    }
}

.serv .serv__block .serv__img img {
    width: 100%
}

.serv .serv__block .serv__content {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px
}

.subscribe {
    margin-bottom: 50px;
    padding-bottom: 0
}

.subscribe .subscribe__form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 620px;
    margin-right: 35px;
    padding: 40px 15px 15px;
}

@media (max-width: 767.98px) {
    .subscribe .subscribe__form {
        margin-right: 0
    }
}

.subscribe .subscribe__form .radio-btns .radio-btn {
    width: 50%;
    text-align: center
}

@media (min-width: 768px) {
    .subscribe .subscribe__form .radio-btns .radio-btn {
        width: 164px
    }
}

.subscribe .subscribe__form .radio-btns .radio-btn label {
    width: 100%
}

@media (max-width: 991.98px) {
    .subscribe .form__text .check-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

.summary {
    margin-bottom: 50px
}

@media (max-width: 767.98px) {
    .summary {
        margin-bottom: 0
    }
}

.summary .summary__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.summary .summary__header .summary__header-link {
    padding-bottom: 5px
}

.summary .summary__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 35px
}

.summary .summary__columns .summary__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 310px;
    padding: 0 20px 30px 0
}

.summary .summary__columns .summary__column .summary__title {
    padding-bottom: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-weight: 200;
    font-size: 40px;
    line-height: 40px;
    color: #534e4a
}

.summary .summary__columns .summary__column .summary__title span {
    display: block;
    padding-top: 6px;
    text-transform: none;
    font-size: 16px;
    line-height: 24px
}

.summary .summary__columns .summary__column .summary__text {
    font-size: 14px;
    line-height: 24px
}

@media (max-width: 991.98px) {
    .summary {
        padding-bottom: 0
    }

    .summary .summary__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .summary .summary__columns .summary__column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: none
    }

    .summary .summary__columns .summary__column .summary__title {
        width: 240px
    }

    .summary .summary__columns .summary__column .summary__text {
        padding-top: 18px
    }
}

@media (max-width: 991.98px) {
    .summary .summary__columns .summary__column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .summary .summary__columns .summary__column .summary__title {
        padding-bottom: 0
    }
}

.tags {
    margin-bottom: 50px
}

.tags .tags__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

.tags .tags__columns .tags__column {
    width: calc(50% - 40px);
    margin: 0 20px 30px;
    background-color: #f8f8f8
}

.tags .tags__wrap {
    padding: 30px 50px;
    background-color: #f8f8f8
}

.tags__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px
}

.tags__list li {
    margin-right: 10px;
    margin-bottom: 10px
}

@media (max-width: 991.98px) {
    .tags .tags__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tags .tags__columns .tags__column {
        width: calc(100% - 40px)
    }
}

@media (max-width: 767.98px) {
    .tags {
        margin-bottom: 20px
    }

    .tags .tags__wrap {
        padding: 20px
    }

    .tags .tags__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }

    .tags .tags__columns .tags__column {
        width: 100%;
        margin: 0 0 20px
    }
}

.video {
    margin-bottom: 50px
}

@media (max-width: 991.98px) {
    .video {
        margin-bottom: 0
    }
}

.video .video__list .slick-list {
    margin-right: -15px;
    margin-left: -15px
}

.video .video__list--tile {
    margin: 0 -20px !important
}

.video .video__list--tile > div {
    padding: 0 20px
}

.video .video__list--tile .video__item {
    width: 100%;
    height: unset;
    margin: 20px 0 0 !important
}

@media (min-width: 768px) {
    .video .video__list--tile .video__item {
        margin-top: 30px !important
    }
}

.video .video__list .video__item {
    margin-right: 15px;
    margin-left: 15px;
}

.video .video__list .slick-dots {
    display: none !important;
    visibility: hidden !important
}

.video__item {
    position: relative;
    display: block;
    width: 400px;
    max-width: 100%;
    margin-top: 8px
}

.video__item:before {
    opacity: .5
}

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

.video__item .video__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video__item .video__content .video__title {
    padding-left: 24px;
    font-size: 14px;
    line-height: 24px
}

.video__item .video__content .video__play-icon {
    width: 54px;
    margin-top: 8px
}

.video__item:hover:before {
    opacity: .6
}

.video__item.video__item--full {
    width: 100%;
    margin: 0
}

.video__item.video__item--full .video__content {
    padding: 45px 65px
}

@media (min-width: 1544px) {
    .video__item {
        width: 356px
    }
}

@media (max-width: 991.98px) {
    .video .video__list {
        margin: 0 auto
    }

    .video .video__list .slick-dots {
        display: block !important;
        visibility: visible !important
    }

    .video__item .video__item-img {
        height: 180px
    }
}

@media (max-width: 767.98px) {
    .video {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .video__item {
        margin-right: 0
    }

    .video__item.video__item--full .video__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px 25px
    }

    .video__item.video__item--full .video__content .video__play-icon {
        width: 32px;
        height: 32px
    }

    .video__item.video__item--full .video__content .video__title {
        padding-top: 15px;
        padding-left: 0;
        font-size: 14px;
        line-height: 24px
    }
}

@media (min-width: 768px) {
    .shopsList {
        padding-bottom: 42px
    }
}

@media (min-width: 1200px) {
    .shopsList {
        padding-bottom: 50px
    }
}

.shopsList #map {
    width: 100%;
    height: 300px
}

@media (min-width: 576px) {
    .shopsList #map {
        height: 600px
    }
}

@media (min-width: 768px) {
    .shopsList #map {
        height: 640px
    }
}

@media (min-width: 1200px) {
    .shopsList #map {
        height: 640px
    }
}

.shopItem {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 26px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .shopItem {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex
    }
}

.shopItem:last-child {
    border-bottom: none;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .shopItem__image {
        width: 200px;
        min-width: 200px
    }
}

@media (min-width: 1200px) {
    .shopItem__image {
        width: 290px;
        min-width: 290px
    }
}

.shopItem__image img {
    display: block;
    width: 100%
}

.shopItem__content {
    position: relative
}

@media (min-width: 768px) {
    .shopItem__content {
        width: calc(100% - 200px);
        padding-left: 40px
    }
}

@media (min-width: 1200px) {
    .shopItem__content {
        width: calc(100% - 290px)
    }
}

.shopItem__title {
    display: block;
    margin-top: 17px;
    font-size: 18px;
    line-height: 26px;
    color: #897f78
}

.shopItem__title--mobile {
    margin-top: 0;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .shopItem__title {
        margin-top: -5px
    }
}

@media (min-width: 1200px) {
    .shopItem__title {
        margin-top: 2px
    }
}

.shopItem__info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shopItem__instock {
    display: none !important;
}

.shopItem__instock.shopItem__instock_tablet {
    display: block !important;
}

@media (min-width: 768px) {
    .shopItem__info {
        display: block;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        /*max-height: 170px;*/
        margin-bottom: 0;
    }

    .shopItem__group_tels {
        margin-top: 10px;
    }

    .shopItem__instock {
        display: none;
    }

    .shopItem__instock.shopItem__instock_tablet {
        display: block;
    }
}

@media (min-width: 1200px) {
    .shopItem__info {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-columns: unset;
        -moz-columns: unset;
        columns: unset
    }
}

.shopItem__info > div {
    width: 100%
}

@media (min-width: 768px) {
    .shopItem__info > div {
        display: inline-block
    }
}

@media (min-width: 1200px) {
    .shopItem__instock {
        display: block !important;
    }

    .shopItem__instock.shopItem__instock_tablet {
        display: none !important;
    }
}



@media (min-width: 1200px) {
    .shopItem__info > div {
        width: 50%
    }
}

@media (min-width: 1440px) {
    .shopItem__info > div {
        width: 25%
    }
}

.shopItem__address {
    font-size: 14px;
    line-height: 24px;
    color: #534e4a;
    margin-top: 10px
}

@media (min-width: 1200px) {
    .shopItem__address {
        margin-top: 16px
    }
}

.shopItem__metro {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin-top: 2px;
    padding: 0 0 0 12px
}

.shopItem__metro--orange {
    color: #ea861f
}

.shopItem__metro--orange:before {
    background: #ea861f
}

.shopItem__metro--purple {
    color: #750375
}

.shopItem__metro--purple:before {
    background: #750375
}

.shopItem__metro:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%
}

.shopItem__showonmap {
    max-width: 100%;
    margin-top: 20px;
}

.shopItem__showonmap a,
.shopItem__showonmap img {
    width: 100%;
}

.shopItem__showonmap img {
    object-fit: contain;
}

@media (min-width: 768px) {
    .shopItem__showonmap {
        margin-top: 0;
    }

    .shopItem__showonmap img {
        height: 133px;
    }
}

@media (min-width: 992px) {

    .shopItem__showonmap a,
    .shopItem__showonmap img {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .shopItem__showonmap img {
        height: 193px;
    }
}

/*.shopItem__showonmap a {*/
/*    font-size: 14px;*/
/*    line-height: 19px;*/
/*    display: inline-block;*/
/*    color: #897f78;*/
/*    text-decoration: none;*/
/*    border-bottom: 1px dashed #897f78*/
/*}*/

.shopItem__worktime {
    font-size: 14px;
    line-height: 24px;
    color: #534e4a;
    margin-top: 18px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .shopItem__worktime {
        margin-top: 11px;
        line-height: 26px;
        width: 150px
    }
}

@media (min-width: 1200px) {
    .shopItem__worktime {
        margin-top: 15px
    }
}

.shopItem__phone {
    font-size: 14px;
    line-height: 24px;
    color: #534e4a;
    margin-top: 0;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .shopItem__phone {
        margin-top: 0
    }
}

@media (min-width: 1200px) {
    .shopItem__phone {
        margin-top: 0
    }
}


.shopItem__phone_title {
    font-weight: 400;
    text-align: left;
    font-family: 'Avenir Next Cyr', sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin-bottom: 0;
    color: rgb(83, 78, 74);
    text-decoration: none;
}

.shopItem__callback {
    margin-top: 3px
}

.shopItem__callback a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #534e4a
}

.shopItem__delivery {
    font-size: 12px;
    line-height: 18px;
    color: #897f78;
    margin-top: 12px
}

@media (min-width: 768px) {
    .shopItem__delivery {
        min-width: 100%;
        margin-top: 15px
    }
}

@media (min-width: 1200px) {
    .shopItem__delivery {
        margin-top: 43px
    }
}

.shopItem__instock {
    margin-top: 21px
}

@media (min-width: 768px) {
    .shopItem__instock {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .shopItem__instock {
        margin-top: 14px
    }
}

.shopItem__instock a {
    font-size: 14px
}

.shopItem__hide-mobile {
    display: none;
}

@media (min-width: 768px) {
    .shopItem__hide-mobile {
        display: block;
    }

    .shopItem__hide-desktop {
        display: none;
    }
}

.mapPopup {
    background: #fff;
    width: 290px
}

.mapPopup__close {
    position: absolute;
    left: 274px;
    top: -16px;
    width: 32px;
    height: 32px;
    display: block;
    cursor: pointer
}

.mapPopup__close svg {
    display: block;
    width: 32px;
    height: 32px
}

.mapPopup__image img {
    display: block;
    width: 100%
}

.mapPopup__content {
    padding: 22px 30px 27px
}

.mapPopup__title {
    margin-top: 1px;
    font-size: 18px;
    line-height: 26px;
    color: #897f78
}

.mapPopup__address {
    font-size: 14px;
    line-height: 24px;
    color: #534e4a;
    margin-top: 16px
}

.mapPopup__worktime {
    font-size: 14px;
    line-height: 24px;
    color: #534e4a;
    margin-top: 25px
}

.mapPopup__phone {
    font-size: 14px;
    line-height: 24px;
    color: #534e4a;
    margin-top: 26px
}

.mapPopup__metro {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin-top: 2px;
    padding: 0 0 0 12px
}

.mapPopup__metro--orange {
    color: #ea861f
}

.mapPopup__metro--orange:before {
    background: #ea861f
}

.mapPopup__metro--purple {
    color: #750375
}

.mapPopup__metro--purple:before {
    background: #750375
}

.mapPopup__metro:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%
}

.shopPage #map {
    width: 100%;
    height: 290px
}

@media (min-width: 768px) {
    .shopPage #map {
        height: 384px
    }
}

@media (min-width: 1200px) {
    .shopPage #map {
        height: calc(100% - 33px);
        margin-top: 33px
    }
}

@media (min-width: 1200px) {
    .shopPage__infocontainer {
        padding-right: 25px
    }
}

.shopPage__info {
    background: #f8f8f8;
    padding: 17px 25px 31px;
    margin: 14px 0 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media (min-width: 768px) {
    .shopPage__info {
        margin: 23px 0 30px;
        padding: 18px 36px 28px 30px;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 1200px) {
    .shopPage__info {
        margin: 33px 0 0;
        padding: 18px 36px 35px 30px;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.shopPage__info > div {
    width: 100%
}

@media (min-width: 768px) {
    .shopPage__info > div {
        width: 33.3333332%
    }
}

@media (min-width: 1200px) {
    .shopPage__info > div {
        width: 100%
    }
}

.shopPage__address {
    font-size: 14px;
    line-height: 24px;
    color: #534e4a
}

@media (min-width: 1200px) {
    .shopPage__address {
        margin-top: 4px
    }
}

.shopPage__metro {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 0 12px
}

@media (min-width: 1200px) {
    .shopPage__metro {
        margin-top: 2px
    }
}

.shopPage__metro--orange {
    color: #ea861f
}

.shopPage__metro--orange:before {
    background: #ea861f
}

.shopPage__metro--purple {
    color: #750375
}

.shopPage__metro--purple:before {
    background: #750375
}

.shopPage__metro:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%
}

.shopPage__showonmap {
    margin-top: 3px
}

@media (min-width: 768px) {
    .shopPage__showonmap {
        margin-top: 5px
    }
}

@media (min-width: 1200px) {
    .shopPage__showonmap {
        margin-top: 18px
    }
}

.shopPage__showonmap a {
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    color: #897f78;
    text-decoration: none;
    border-bottom: 1px dashed #897f78
}

.shopPage__worktime {
    font-size: 14px;
    line-height: 24px;
    color: #534e4a;
    margin-top: 16px
}

@media (min-width: 768px) {
    .shopPage__worktime {
        margin-top: 0;
        line-height: 24px;
        width: 150px
    }
}

@media (min-width: 350px) {
    .shopPage__worktime {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .shopPage__worktime {
        margin-top: 25px;
        width: unset
    }
}

.shopPage__phone {
    font-size: 14px;
    line-height: 24px;
    color: #534e4a;
    margin-top: 15px
}

@media (min-width: 768px) {
    .shopPage__phone {
        margin-top: 0
    }
}

@media (min-width: 1200px) {
    .shopPage__phone {
        margin-top: 26px
    }
}

.shopPage__callback {
    margin-top: 3px;
    margin-bottom: 15px;
}

.shopPage__callback a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #534e4a
}

.shopPage__delivery {
    font-size: 12px;
    line-height: 18px;
    color: #897f78;
    margin-top: 20px
}

@media (min-width: 768px) {
    .shopPage__delivery {
        margin-top: 0px
    }
}

@media (min-width: 1200px) {
    .shopPage__delivery {
        margin-top: 29px
    }
}

.shopPage__instock {
    margin-top: 32px
}

@media (min-width: 768px) {
    .shopPage__instock {
        margin-top: 3px;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .shopPage__instock {
        margin-top: 15px;
        text-align: left
    }
}

.shopPage__instock a {
    font-size: 14px
}

.shopPage__panorama {
    margin: 20px 0
}

@media (min-width: 768px) {
    .shopPage__panorama {
        margin: 30px 0
    }
}

@media (min-width: 1200px) {
    .shopPage__panorama {
        margin: 40px 0 52px
    }
}

.shopPage__panorama img {
    display: block;
    width: 100%
}

.shopPage__content {
    font-size: 14px;
    line-height: 24px;
    color: #534e4a;
    margin: 20px 0
}

@media (min-width: 768px) {
    .shopPage__content {
        margin: 42px auto;
        font-size: 16px;
        max-width: 840px
    }
}

@media (min-width: 1200px) {
    .shopPage__content {
        margin: 52px auto
    }
}

.stocksList {
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .stocksList {
        margin-bottom: 60px
    }
}

@media (min-width: 1200px) {
    .stocksList {
        margin-bottom: 80px
    }
}

.stocksList .row {
    margin: 0 -9px
}

@media (min-width: 768px) {
    .stocksList .row {
        margin: 0 -20px
    }
}

.stockItem {
    margin-top: 20px;
    padding: 0 9px
}

@media (min-width: 768px) {
    .stockItem {
        padding: 0 20px;
        margin-top: 30px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex
    }
}

.stockItem__content {
    background: #f8f8f8;
    position: relative;
    padding: 13px;
    height: 166px
}

@media (min-width: 768px) {
    .stockItem__content {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 220px;
        height: 230px;
        padding: 24px 22px
    }
}

@media (min-width: 1200px) {
    .stockItem__content {
        width: 224px
    }
}

.stockItem__image {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .stockItem__image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 220px)
    }
}

@media (min-width: 1200px) {
    .stockItem__image {
        width: calc(100% - 224px)
    }
}

@media (min-width: 768px) {
    .stockItem__image picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.stockItem__image img {
    display: block;
    max-width: 100%;
    min-height: 99px
}

@media (min-width: 768px) {
    .stockItem__image img {
        width: 100%;
        min-height: 100%
    }
}

.stockItem__discount {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #52AE32;
    font-weight: 200
}

@media (min-width: 768px) {
    .stockItem__discount {
        font-size: 40px
    }
}

.stockItem__title {
    position: absolute;
    width: 100%;
    bottom: 41px;
    left: 0;
    padding: 0 14px;
    color: #897f78;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px
}

@media (min-width: 768px) {
    .stockItem__title {
        font-size: 13px;
        line-height: 18px;
        bottom: 71px;
        padding: 0 24px;
        font-weight: 600
    }
}

.stockItem__date {
    position: absolute;
    width: 100%;
    bottom: 16px;
    left: 0;
    padding: 0 14px;
    color: #897f78;
    font-size: 12px;
    line-height: 18px
}

@media (min-width: 768px) {
    .stockItem__date {
        font-size: 14px;
        line-height: 24px;
        bottom: 23px;
        padding: 0 24px
    }
}

.stockPage {
    margin-bottom: 31px
}

@media (min-width: 768px) {
    .stockPage {
        margin-bottom: 61px
    }
}

.stockPage__discount {
    display: inline-block;
    font-weight: 200;
    background: #f8f8f8;
    font-size: 40px;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #52AE32;
    margin-top: 17px;
    padding: 8px 9px
}

@media (min-width: 768px) {
    .stockPage__discount {
        margin-top: 20px;
        font-size: 60px;
        padding: 6px 9px
    }
}

@media (min-width: 1200px) {
    .stockPage__discount {
        margin-top: 54px
    }
}

.stockPage__text {
    font-size: 14px;
    line-height: 24px;
    color: #534e4a;
    margin: 23px 0
}

@media (min-width: 768px) {
    .stockPage__text {
        font-size: 16px;
        margin: 28px 0 34px
    }
}

@media (min-width: 1200px) {
    .stockPage__text {
        margin: 38px 0 34px;
        max-width: 500px
    }
}

@media (min-width: 1200px) {
    .stockPage__counter {
        margin-top: 32px
    }
}

.countdown {
    background: #f8f8f8;
    padding: 11px 20px 20px
}

@media (min-width: 768px) {
    .countdown {
        padding: 22px 30px 31px
    }
}

@media (min-width: 1200px) {
    .countdown {
        padding: 32px 55px 47px
    }
}

.countdown__title {
    font-size: 16px;
    line-height: 24px;
    color: #002E45;
    font-weight: 600
}

.countdown__left {
    font-size: 12px;
    line-height: 18px;
    color: #897f78;
    margin: 27px 0 10px
}

@media (min-width: 768px) {
    .countdown__left {
        font-size: 14px;
        margin: 30px 0 16px
    }
}

@media (min-width: 768px) {
    .countdown__left {
        margin-top: 40px
    }
}

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

@media (min-width: 768px) {
    .countdown__time {
        -webkit-box-pack: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.countdown__one {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 53px
}

@media (min-width: 768px) {
    .countdown__one {
        width: 102px
    }
}

.countdown__one__number {
    background: rgba(38, 47, 50, .06);
    width: 26px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #002E45
}

@media (min-width: 768px) {
    .countdown__one__number {
        width: 50px;
        height: 64px;
        font-size: 40px;
        line-height: 64px;
        font-weight: 200
    }
}

.countdown__one__number:first-child {
    margin-right: 1px
}

@media (min-width: 768px) {
    .countdown__one__number:first-child {
        margin-right: 2px
    }
}

.countdown__one__number:nth-child(3) {
    margin-left: 1px
}

@media (min-width: 768px) {
    .countdown__one__number:nth-child(3) {
        margin-left: 2px
    }
}

.countdown__one__title {
    font-size: 12px;
    line-height: 18px;
    color: #897f78;
    margin-top: 7px
}

@media (min-width: 768px) {
    .countdown__one__title {
        font-size: 14px;
        margin-top: 11px
    }
}

.countdown__delimiter {
    font-size: 14px;
    line-height: 35px;
    width: 11px;
    text-align: center;
    color: #002E45;
    opacity: .2
}

@media (min-width: 768px) {
    .countdown__delimiter {
        font-size: 40px;
        line-height: 56px;
        font-weight: 200;
        width: 33px
    }
}

@media (min-width: 768px) {
    .reviewsList {
        margin-bottom: 23px
    }
}

.reviewsText {
    border-top: 1px solid #f0f0f0;
    position: relative;
    padding: 20px 0 24px
}

@media (min-width: 768px) {
    .reviewsText {
        padding: 27px 0 34px 80px
    }
}

@media (min-width: 1200px) {
    .reviewsText {
        padding: 43px 0 45px 110px
    }
}

.reviewsText__score {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

@media (min-width: 768px) {
    .reviewsText__score {
        width: 50px;
        height: 50px;
        font-size: 18px;
        line-height: 50px;
        position: absolute;
        top: 30px;
        left: 0
    }
}

@media (min-width: 1200px) {
    .reviewsText__score {
        width: 70px;
        height: 70px;
        line-height: 70px;
        top: 40px
    }

    .reviewsText__score:hover ~ .reviewsText__rating {
        display: block;
        opacity: 1
    }
}

.reviewsText__score--hight {
    background: #52AE32
}

.reviewsText__score--middle {
    background: #eda045
}

.reviewsText__score--low {
    background: #fe5a5a
}

.reviewsText__rating {
    margin-top: 17px
}

@media (min-width: 768px) {
    .reviewsText__rating {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0
    }
}

@media (min-width: 1200px) {
    .reviewsText__rating {
        position: absolute;
        top: 130px;
        left: 0;
        width: 310px;
        display: none;
        background: #fff;
        z-index: 5;
        -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, .05);
        box-shadow: 0 6px 16px rgba(0, 0, 0, .05);
        border: 1px solid #f0f0f0;
        padding: 26px 0 10px 39px
    }
}

.reviewsText__rating__one {
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .reviewsText__rating__one {
        width: 50%;
        margin-bottom: 29px
    }
}

@media (min-width: 1200px) {
    .reviewsText__rating__one {
        width: 100%;
        margin-bottom: 35px
    }
}

.reviewsText__rating__title {
    font-size: 12px;
    line-height: 18px;
    color: #897f78
}

@media (min-width: 768px) {
    .reviewsText__rating__title {
        font-size: 14px;
        line-height: 24px
    }
}

.reviewsText__rating__stars {
    margin-top: 3px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

@media (min-width: 768px) {
    .reviewsText__rating__stars {
        margin-top: 8px
    }
}

.reviewsText__rating__star {
    width: 20px;
    height: 20px;
    margin-right: 4px
}

@media (min-width: 768px) {
    .reviewsText__rating__star {
        width: 25px;
        height: 23px;
        margin-right: 6px
    }
}

.reviewsText__rating__star svg {
    display: block;
    width: 100%
}

.reviewsText__name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #002E45;
    margin-top: 35px
}

@media (min-width: 768px) {
    .reviewsText__name {
        margin-top: 6px
    }
}

.reviewsText__date {
    font-size: 14px;
    line-height: 24px;
    color: #897f78;
    margin-top: 7px
}

@media (min-width: 1200px) {
    .reviewsText__date {
        margin-bottom: 25px
    }
}

.reviewsText__text {
    font-size: 14px;
    line-height: 24px;
    color: #534e4a;
    margin-top: 16px
}

@media (min-width: 768px) {
    .reviewsText__text {
        font-size: 16px
    }
}

@media (min-width: 768px) {
    .reviewsText__text {
        max-width: 950px
    }
}

.reviewsText__subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #002E45;
    margin: 25px 0 -10px
}

@media (min-width: 768px) {
    .reviewsText__subtitle {
        margin: 35px 0 0
    }
}

.reviewsText__answer {
    border-left: 3px solid #52AE32;
    margin-top: 27px;
    padding-left: 22px
}

@media (min-width: 768px) {
    .reviewsText__answer {
        margin-top: 38px;
        padding-left: 37px
    }
}

@media (min-width: 1200px) {
    .reviewsText__answer {
        margin-top: 48px
    }
}

@media (min-width: 768px) {
    .reviewsText__answer .reviewsText__text {
        margin-top: 26px
    }
}

.reviewsText__answer__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #002E45
}

.reviewsText__answer__title span {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #897f78;
    margin-left: 15px
}

.reviewsForm {
    background: #f8f8f8;
    margin: 30px 0;
    padding: 25px 0
}

@media (min-width: 768px) {
    .reviewsForm {
        padding: 35px 0
    }
}

.reviewsForm .placeholder-fixed {
    background: #f8f8f8
}

.reviewsForm .primary-btn {
    width: 100% !important
}

.reviewsForm__rating {
    margin: 24px 0 0
}

@media (min-width: 768px) {
    .reviewsForm__rating {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 43px -15px 0
    }
}

@media (min-width: 1200px) {
    .reviewsForm__rating {
        display: block;
        width: 440px
    }
}

.reviewsForm__rating__one {
    margin-bottom: 27px
}

@media (min-width: 768px) {
    .reviewsForm__rating__one {
        width: 50%;
        margin-bottom: 33px;
        padding: 0 15px
    }
}

@media (min-width: 1200px) {
    .reviewsForm__rating__one {
        width: 100%;
        margin-bottom: 44px
    }
}

.reviewsForm__rating__title {
    font-size: 14px;
    line-height: 24px;
    color: #897f78
}

.reviewsForm__rating__stars {
    margin-top: 9px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

@media (min-width: 768px) {
    .reviewsForm__rating__stars {
        margin-top: 13px
    }
}

.reviewsForm__rating__star {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../img/icons/star.svg) no-repeat 0 0/30px
}

.reviewsForm__rating__star.active {
    background: url(../img/icons/star-active.svg) no-repeat 0 0/30px
}

@media (min-width: 1200px) {
    .reviewsForm__form {
        width: calc(100% - 440px);
        margin-top: 52px
    }
}

.delivery {
    margin-bottom: 43px
}

@media (min-width: 768px) {
    .delivery {
        margin-bottom: 53px
    }
}

@media (min-width: 1200px) {
    .delivery {
        margin-bottom: 74px
    }
}

.delivery__file {
    background: #f8f8f8;
    padding: 21px 25px 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 576px) {
    .delivery__file {
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 768px) {
    .delivery__file {
        margin: 34px 0;
        padding: 23px 30px 25px
    }
}

@media (min-width: 1200px) {
    .delivery__file {
        width: 224px;
        float: right;
        margin: 44px 0;
        padding: 28px 17px 35px 30px;
        display: block
    }
}

.delivery__file__title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #897f78
}

.delivery__file__title svg {
    margin-right: 14px;
    width: 34px;
    min-width: 34px
}

.delivery__file__links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.delivery__file__link {
    margin: 25px 0 0;
    font-size: 11px;
    line-height: 16px;
    color: #534e4a
}

@media (min-width: 576px) {
    .delivery__file__link {
        margin-top: 0
    }
}

@media (min-width: 1200px) {
    .delivery__file__link {
        margin-top: 36px
    }
}

.delivery__file__link--download {
    margin-left: 28px
}

@media (min-width: 1200px) {
    .delivery__file__link--download {
        margin-left: 0;
        margin-top: 10px
    }
}

.delivery__file__link a {
    font-weight: 600;
    color: #534e4a;
    font-size: 14px;
    line-height: 24px
}

@media (min-width: 768px) {
    .delivery__areas {
        margin-top: 44px
    }
}

@media (min-width: 1200px) {
    .delivery__areas {
        margin-top: 54px
    }
}

.delivery__areas__map {
    overflow: hidden
}

.delivery__areas__map > ymaps {
    width: 100% !important;
    height: 330px !important
}

@media (min-width: 768px) {
    .delivery__areas__map > ymaps {
        height: 630px
    }
}

@media (min-width: 1200px) {
    .delivery__areas__map > ymaps {
        height: 100% !important
    }
}

@media (min-width: 1200px) {
    .delivery__areas__map {
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .delivery__areas__table {
        padding-left: 0
    }
}

.delivery__areas img {
    display: block;
    width: 100%;
    min-height: 100%
}

.delivery__areas table {
    border-collapse: collapse;
    margin: 0 -15px;
    min-width: 100%;
    border-bottom: 1px solid #f0f0f0
}

@media (min-width: 768px) {
    .delivery__areas table {
        border: 1px solid #f0f0f0;
        margin: 0
    }
}

.delivery__areas table tr:last-child td {
    padding-bottom: 15px
}

@media (min-width: 768px) {
    .delivery__areas table tr:last-child td {
        padding-bottom: 52px !important
    }
}

.delivery__areas table th {
    font-size: 12px;
    line-height: 18px;
    color: #534e4a;
    font-weight: 400;
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0 10px
}

@media (min-width: 768px) {
    .delivery__areas table th {
        border: none;
        font-size: 14px;
        line-height: 24px;
        padding: 36px 39px 19px !important
    }
}

.delivery__areas table th:nth-child(1) {
    width: 128px;
    padding-left: 15px
}

.delivery__areas table th:nth-child(2) {
    width: 66px;
    text-align: right
}

@media (min-width: 1200px) {
    .delivery__areas table th:nth-child(2) {
        padding: 36px 10px 19px !important
    }
}

.delivery__areas table th:nth-child(3) {
    width: 102px;
    padding-right: 10px;
    text-align: right
}

@media (min-width: 1200px) {
    .delivery__areas table th:nth-child(3) {
        padding: 36px 39px 19px 0 !important
    }
}

.delivery__areas table td {
    font-size: 12px;
    line-height: 18px;
    color: #897f78;
    padding: 10px 3px
}

@media (min-width: 768px) {
    .delivery__areas table td {
        font-size: 14px;
        line-height: 24px;
        padding: 15px 37px !important;
        vertical-align: top
    }
}

.delivery__areas table td:nth-child(1) {
    padding-left: 15px
}

@media (min-width: 1200px) {
    .delivery__areas table td:nth-child(1) {
        padding-right: 0 !important
    }
}

.delivery__areas table td:nth-child(2), .delivery__areas table td:nth-child(3) {
    text-align: right
}

@media (min-width: 1200px) {
    .delivery__areas table td:nth-child(2) {
        padding: 15px 10px !important
    }
}

.delivery__areas table td:nth-child(3) {
    padding-right: 10px
}

@media (min-width: 1200px) {
    .delivery__areas table td:nth-child(3) {
        padding: 15px 37px 15px 0 !important
    }
}

.delivery__circle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    color: #000;
    letter-spacing: .03em;
    font-weight: 600;
    display: block;
    margin-bottom: 7px
}

@media (min-width: 768px) {
    .delivery__circle {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
        display: inline-block;
        vertical-align: top
    }
}

@media (min-width: 768px) {
    .delivery__circle__text {
        width: calc(100% - 28px);
        display: inline-block;
        padding-left: 12px;
        vertical-align: top;
        margin-top: 1px
    }
}

.delivery__circle--red {
    background: #ffa8a8
}

.delivery__circle--blue {
    background: #b4cff8
}

.delivery__circle--mint {
    background: #82e8e2
}

.delivery__circle--yellow {
    background: #fffbc7
}

.delivery__circle--orange {
    background: #ffcaa2;
}

.delivery__circle--green {
    background: #ccf3d6
}
.delivery__circle--a{
	background:#98E786;
}
.delivery__circle--b{
	background:#6D8EA8;
}
.delivery__circle--c{
	background:#FEBC72;
}
.delivery__circle--d{
	background:#73AFDB;
}
.delivery__circle--e{
	background:#78C1FC;
}
.delivery__circle--f{
	background:#B4E1FC;
}

.accordionOutside {
    display: block;
    margin: 0;
    list-style: none;
    padding: 3px 0 0
}

.accordionOutside li {
    margin: 10px 0
}

.accordionOutside li a {
    font-size: 14px;
    line-height: 24px;
    color: #897f78
}

.accordionOutside li a.active {
    color: #002E45;
    text-decoration: none
}

.accordion {
    border-bottom: 1px solid #f0f0f0
}

@media (min-width: 1200px) {
    .accordion--mobileonly {
        border-bottom: none
    }
}

@media (min-width: 1200px) {
    .accordion--mobileonly.open {
        border-bottom: 1px solid #f0f0f0
    }
}

.accordion.open .accordion__header__arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accordion.open .accordion__header {
    color: #534e4a
}

.accordion__header {
    cursor: pointer;
    font-size: 22px;
    line-height: 30px;
    padding: 22px 40px 29px 0;
    color: #897f78;
    position: relative
}

@media (min-width: 768px) {
    .accordion__header {
        padding: 36px 40px 33px 0
    }
}

.accordion__header__arrow {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    right: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.accordion__header__arrow img {
    display: block;
    width: 100%
}

.accordion__content {
    display: none;
    padding-bottom: 15px
}

.vacancy {
    margin: 40px 0 20px
}

@media (min-width: 1200px) {
    .vacancy {
        margin-bottom: 81px
    }
}

.vacancy__video--desktop {
    display: none;
    margin-top: 35px
}

.vacancy__video--mobile {
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .vacancy__video--desktop {
        display: block;
    }

    .vacancy__video--mobile {
        display: none;
    }
}

.successOrder {
    padding-bottom: 120px
}

.successOrder__title {
    font-size: 16px;
    line-height: 24px;
    color: #534e4a;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.successOrder__title img {
    margin-right: 11px
}

.successOrder__btns {
    padding-top: 25px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.successOrder__btns .btn {
    margin: 20px 20px 0 0
}

.archive {
    padding-bottom: 120px
}

.archiveTable {
    width: 100%;
    border-collapse: collapse
}

.archiveTable thead {
    display: none
}

@media (min-width: 768px) {
    .archiveTable thead {
        display: table-header-group
    }
}

.archiveTable tr {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #f0f0f0
}

@media (min-width: 768px) {
    .archiveTable tr {
        border: none;
        display: table-row
    }
}

.archiveTable tr td {
    font-size: 14px;
    line-height: 24px;
    color: #897f78;
    padding: 24px 24px 0 0
}

@media (min-width: 768px) {
    .archiveTable tr td {
        padding: 25px 15px 24px 0 !important;
        vertical-align: top;
        border-top: 1px solid #f0f0f0
    }
}

.archiveTable tr td:nth-child(1), .archiveTable tr td:nth-child(2) {
    width: 50%
}

@media (min-width: 768px) {
    .archiveTable tr td:nth-child(1), .archiveTable tr td:nth-child(2) {
        width: 18%
    }
}

.archiveTable tr td:nth-child(3) {
    padding-right: 0
}

@media (min-width: 768px) {
    .archiveTable tr td:nth-child(3) {
        width: 58%
    }
}

.archiveTable tr td:nth-child(3), .archiveTable tr td:nth-child(4) {
    width: 100%
}

@media (min-width: 768px) {
    .archiveTable tr td:nth-child(4) {
        width: 10%;
        white-space: nowrap;
        text-align: right
    }
}

.archiveTable tr td.cost {
    font-size: 14px;
    line-height: 24px;
    color: #002E45;
    padding-bottom: 24px
}

@media (min-width: 768px) {
    .archiveTable tr td.cost {
        padding-right: 0 !important
    }
}

.archiveTable tr td a {
    color: #897f78;
    text-decoration: none
}

.archiveTable tr th {
    font-size: 14px;
    line-height: 24px;
    color: #897f78;
    padding: 9px 15px 9px 0;
    vertical-align: top;
    font-weight: 400
}

.archiveTable tr th.cost {
    text-align: right
}

@media (min-width: 768px) {
    .archiveTable tr th.cost {
        padding-right: 0 !important
    }
}

.errorPage {
    position: relative
}

@media (min-width: 992px) {
    .errorPage .container {
        position: relative
    }
}

.errorPage__img {
    display: none;
    position: absolute;
    z-index: 1
}

.errorPage__img img {
    display: block;
    width: 100%
}

.errorPage__img--mobile {
    display: block;
    right: 0;
    top: 0
}

@media (min-width: 768px) {
    .errorPage__img--mobile {
        display: none
    }
}

@media (min-width: 768px) {
    .errorPage__img--desktop {
        display: block;
        right: -63px;
        width: 460px
    }
}

@media (min-width: 992px) {
    .errorPage__img--desktop {
        right: 85px;
        width: unset
    }
}

.errorPage__content {
    position: relative;
    z-index: 5;
    padding-top: 160px;
    font-size: 14px;
    line-height: 24px;
    color: #534e4a;
    margin-bottom: 26px
}

@media (min-width: 768px) {
    .errorPage__content {
        padding-top: 98px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 87px
    }
}

@media (min-width: 992px) {
    .errorPage__content {
        padding-top: 161px;
        margin-bottom: 190px
    }
}

@media (min-width: 768px) {
    .errorPage__content p {
        max-width: 330px
    }
}

@media (min-width: 992px) {
    .errorPage__content p {
        max-width: 490px
    }
}

.errorPage__content h1 {
    max-width: 185px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .errorPage__content h1 {
        max-width: unset;
        margin-bottom: 23px
    }
}

.errorPage__btns {
    padding-top: 3px
}

@media (min-width: 768px) {
    .errorPage__btns {
        max-width: 424px;
        padding-top: 14px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between
    }
}

.errorPage__btns .default-btn, .errorPage__btns .number-input .input-group .input-group-btn button, .number-input .input-group .input-group-btn .errorPage__btns button {
    width: 100%;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .errorPage__btns .default-btn, .errorPage__btns .number-input .input-group .input-group-btn button, .number-input .input-group .input-group-btn .errorPage__btns button {
        width: unset
    }
}

.dm-modal {
    width: 100% !important;
    max-width: 440px !important;
    position: relative
}

.dm-modal .close {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 30px;
    height: 30px;
    text-indent: -9999px
}

.dm-modal .close:before {
    content: '';
    background: url(../img/icons/cross.svg) 0 0 no-repeat;
    background-size: 32px;
    position: absolute;
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: 3px;
    right: 3px;
    color: #bbb
}
.modal__subscribe-to-newsletter {
    width: auto !important;
    max-width: 440px !important;
    padding: 40px 15px 15px !important    
}
.sp-form .sp-field > .sp-control-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #897f78;
    font-family: Arial, sans-serif
}

.sp-form .sp-form-control {
    height: 50px;
    border-radius: 10px !important;
    border: 1px solid #e4e3e2 !important;
    background-color: transparent;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    font-size: 14px !important;
    font-family: 'Avenir Next Cyr', sans-serif !important;
}

.sp-form .sp-form-control:focus {
    border-color: #52AE32
}

.sp-form .sp-lg > .sp-button {
    position: relative;
    display: inline-block;
    height: 50px;
    padding: 16px 28px;
    border: 0;
    background-color: #002E45;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 0;
    margin-top: 10px;
    border-radius: 10px;
}

.sp-form .sp-lg > .sp-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 10px 0 0;
    text-decoration: none;
    background-color: #52AE32;
    color: #fff
}

@media (max-width: 575.98px) {
    .min-small {
        display: none !important;
        visibility: hidden !important
    }
    .successOrder__btns {
        flex-flow: column;
    }
}

@media (min-width: 576px) {
    .max-small {
        display: none !important;
        visibility: hidden !important
    }
}

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

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

@media (max-width: 991.98px) {
    .min-large {
        display: none !important;
        visibility: hidden !important
    }
}

@media (min-width: 992px) {
    .max-large {
        display: none !important;
        visibility: hidden !important
    }
}

@media (max-width: 1099.98px) {
    .min-extra-large {
        display: none !important;
        visibility: hidden !important
    }
}

@media (min-width: 1200px) {
    .max-extra-large {
        display: none !important;
        visibility: hidden !important
    }
}

@media (max-width: 1543.98px) {
    .min-wide {
        display: none !important;
        visibility: hidden !important
    }
}

@media (min-width: 1544px) {
    .max-wide {
        display: none !important;
        visibility: hidden !important
    }
}


.vex.vex-theme-trio.modal--full .vex-content {
    height: calc(100% - 20px);
    padding-bottom: 70px;
    padding-top: 10px;
}

.product__gallery .product__gallery-list {
    padding-top: 10px;
}

.brand.bg-section .brand__logo img {
    max-width: 198px;
    width: 198px;
}

@media screen and (min-width: 1024px) {
    .header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu * {
        box-sizing: border-box;
    }

    /*.header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-main {*/
    /*    padding-left: 40px;*/
    /*}*/

    .header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-main > ul {
        padding-left: 0;
    }
}

.product-slider__list .product-card .product-card__img {
    height: 222px;
}

.product-slider__list  .product-card__img picture {
    height: 100%;
}

.product-slider__list .product-card .product-card__img img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    height: 100%;
}
.catalog__consult.grid-item.clone {
    top: auto !important;
    bottom: 0;
    left: 75% !important;
}
.swiper-container.gallery-top {
    height: 730px;
}
@media (max-width: 1439.98px) {
    .swiper-container.gallery-top {
        height: 600px;
    }
}
@media (max-width: 1364.98px) {
    .header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content ul li:nth-child(1n + 9) {
        display: none;
    }

    .header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu.reversed {
        right: 0;
    }

    .header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu.reversed .primary-menu__submenu-content {
        flex-direction: row-reverse;
    }
}
@media (max-width: 1279.98px) {
    .swiper-container.gallery-top {
        height: 500px;
    }

    .header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-column {
        max-width: 260px;
    }

    .header .primary-menu .primary-menu__list .primary-menu__item .primary-menu__submenu .primary-menu__submenu-content .primary-menu__submenu-column.primary-menu__tags {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .swiper-container.gallery-top {
        height: calc(100vw - 30px);
    }
}
.swiper-container.gallery-top .swiper-wrapper {
    max-height: 100%;
}
.product__gallery--inner .swiper-wrapper .swiper-slide {
    /*height: 100% !important;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*align-items: stretch;*/
    /*text-align: center;*/
    /*min-height: 85px;*/
    height: 100%;
}

.product__gallery--inner .gallery-labels__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.product__gallery--inner .gallery-labels__item,
.fancybox-slide--salon .fancybox-content::after {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #52AE32;
    padding: 7px 8px;
}

.fancybox-slide--salon .fancybox-content::after {
    content: 'Фото из салона';
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 50px;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    opacity: 0;
}

.fancybox-slide--salon.fancybox-slide--complete .fancybox-content::after {
    opacity: 1;
}

.fancybox-slide--salon .fancybox-content::before {
    content: '';
    position: absolute;
    top: 11px;
    right: 188px;
    width: 32px;
    height: 23px;
    background-image: url(../img/camera-icon.png);
    background-size: cover;
    z-index: 1;
}

.product__gallery--inner .gallery-labels__icon {
    width: 32px;
    margin-right: 10px;
}

@media (max-width: 899px) {
    .product__gallery--inner .gallery-labels__icon,
    .fancybox-slide--salon .fancybox-content::before {
        width: 18px;
    }

    .fancybox-slide--salon .fancybox-content::before {
        height: 13px;
        top: 8px;
        right: 115px;
    }
}

.product__gallery--inner .gallery-labels__icon img {
    max-width: 100%;
}

.product__gallery--inner .gallery-labels__text {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
}

@media (max-width: 899px) {
    .product__gallery--inner .gallery-labels__text,
    .card-badge,
    .fancybox-slide--salon .fancybox-content::after {
        font-size: 13px;
        line-height: 18px;
    }

    .fancybox-slide--salon .fancybox-content::after {
        padding-left: 32px;
    }
}

.product .product__gallery .product__gallery--inner {
    position: relative;
}

.product__gallery .product__gallery-btn {
    position: absolute;
    width: 15px;
    height: 50px;
    top: 44%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media (max-width: 1439px) {
    .product__gallery .product__gallery-btn {
        display: none;
    }
}

.product__gallery .product__gallery-next {
    right: -50px;
}

.product__gallery .product__gallery-prev {
    left: -50px;
}

.modal__content .product__gallery--inner .gallery-top .swiper-wrapper .swiper-slide {
    display: block !important;
}
.swiper-container.gallery-top .swiper-slide picture {
    width: 100%;
    height: 100%;
}
.swiper-container.gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}
.modal__content .swiper-container.gallery-top .swiper-slide img {
    height: 100%;
    width: auto;
}
.swiper-container.gallery-thumbs {
    margin-top: 10px;
}
.swiper-container.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.swiper-container.gallery-thumbs .swiper-slide .card-badge {
    display: none;
    visibility: hidden;
}
.product__gallery--inner .gallery-thumbs .swiper-slide {
    height: auto;
    cursor: pointer;
    border: 3px solid transparent;
    transition: 0.3s;
    max-width: 85px;
    max-height: 85px;
    overflow: hidden;
}
.product__gallery--inner .gallery-thumbs .swiper-slide picture {
    width: 100%;
    height: 100%;
    display: block;
}
.product__gallery--inner .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 3px solid #52AE32;
}

.product__gallery--inner .gallery-thumbs__item--video::after {
    content: '';
    background-image: url('../img/icons/play.svg');
    background-size: cover;
    position: absolute;
    width: 35px;
    height: 35px;
}

.modal__content .product__gallery--inner {
    height: 100%;
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
}
.product__gallery--inner .gallery-thumbs__item--video::after {
    content: '';
    background-image: url('../img/icons/play.svg');
    background-size: cover;
    position: absolute;
    width: 35px;
    height: 35px;
}
.modal__content .swiper-container.gallery-top {
    height: calc(100% - 60px);
}
.modal__content .product__gallery--inner .swiper-button-next:after, .modal__content .product__gallery--inner .swiper-button-prev:after {
    display: none;
}
.modal__content .swiper-button-next {
    right: 50px;
}

.modal__content .swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 50px;
}
.catalog__main {
    position: relative;
}
.catalog--preloader {
    position: absolute !important;
    z-index: 99 !important;
}
.catalog--preloader .preloader__icon {
    position: sticky;
    bottom: 220px;
}

@media (min-width: 1000px) {
    .categories.slider-wrap .categories__list.slider .categories__item.img-hover.img-hover--gr {
        max-width: 206px;
        width: 100%;
        height: auto;
    }

    .categories.slider-wrap .categories__list.slider-custom .categories__item.img-hover.img-hover--gr {
        max-width: 206px;
        width: 100%;
        height: auto;
    }
}

.catalog--preloader {
    display: none;
}

.lazyload {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
}

.fancybox__custom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    height: 216px;
}

.fancybox__custom-nav--prev {
    left: 20px;
}

.fancybox__custom-nav--next {
    right: 20px;
}

.fancybox-slide.fancybox-slide--iframe .fancybox-content {
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}

@media (max-width: 767px) {
    .fancybox__custom-nav {
        display: none;
    }

    .fancybox-slide--iframe {
        padding: 0;
    }

    .fancybox-slide.fancybox-slide--iframe .fancybox-content {
        max-width: 100%;
        max-height: none;
        height: 75vw;
    }
}

.product-card:not(.grid-item--big).grid-item .product-card__img picture {
    height: calc(100vw - 32px);
    max-height: 680px;
    object-fit: contain;
    object-position: center;
}

.product-card:not(.grid-item--big).grid-item .product-card__img picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (min-width: 768px) {
    .product-card:not(.grid-item--big).grid-item .product-card__img picture {
        height: calc(0.476 * 694px);
        max-height: none;
    }
}

@media (min-width: 992px) {
    .product-card:not(.grid-item--big).grid-item .product-card__img picture {
        height: calc(0.3133 * (100vw - 285px));
        max-height: calc(0.3133 * 1020px);
    }
}

@media (min-width: 1100px) {
    .product-card:not(.grid-item--big).grid-item .product-card__img picture {
        height: calc(0.23 * (100vw - 285px));
        max-height: calc(0.23 * 1030px);
    }
}

@media (min-width: 1544px) {
    .product-card:not(.grid-item--big).grid-item .product-card__img picture {
        height: calc(0.18 * (100vw - 285px));
        max-height: calc(0.18 * 1294px);
    }
}

.fancybox-container .fancybox-navigation .fancybox-button {
    width: 65px;
    padding: 0;
    height: 220px;
    opacity: 1;
    background-color: transparent;
    top: calc(50% - 110px);
}

.fancybox-container .fancybox-navigation .fancybox-button div {
    display: none;
}

.fancybox-container .fancybox-navigation .fancybox-button--arrow_left {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 65 220' width='65px' height='220px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' fill='rgb(108, 108, 108)' d=' M63,0 L3,110 L63,220 L60,220 L0,110 L60,0 L63,0 z'%3E%3C/path%3E%3C/svg%3E");
    left: 20px;
}

.fancybox-container .fancybox-navigation .fancybox-button--arrow_right {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 65 220' width='65px' height='220px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' fill='rgb(108, 108, 108)' d=' M0,0 L60,110 L0,220 L3,220 L63,110 L3,0 L0,0z '%3E%3C/path%3E%3C/svg%3E");
    right: 20px;
}

.gallery-top .slick-arrow {
    width: 15px;
    height: 50px;
    background-size: contain;
}

.gallery-top .slick-arrow:before {
    content: none;
}

.gallery-top .slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 65 220' width='65px' height='220px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' fill='rgb(108, 108, 108)' d=' M63,0 L3,110 L63,220 L60,220 L0,110 L60,0 L63,0 z'%3E%3C/path%3E%3C/svg%3E");
    left: -50px;
}

.gallery-top .slick-next {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 65 220' width='65px' height='220px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' fill='rgb(108, 108, 108)' d=' M0,0 L60,110 L0,220 L3,220 L63,110 L3,0 L0,0z '%3E%3C/path%3E%3C/svg%3E");
    right: -50px;
}

.gallery__list .slick-arrow {
    width: 40px;
    height: 70px;
    background-size: contain;
    z-index: 100000;
    background-color: rgba(255, 255, 255, 0.4);
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .gallery__list .slick-arrow {
        display: none !important;
    }
}

.gallery__list .slick-arrow:before {
    content: none;
}

.gallery__list .slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 65 220' width='65px' height='220px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' fill='rgb(108, 108, 108)' d=' M63,0 L3,110 L63,220 L60,220 L0,110 L60,0 L63,0 z'%3E%3C/path%3E%3C/svg%3E");
    left: 0px;
}

.gallery__list .slick-next {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 65 220' width='65px' height='220px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' fill='rgb(108, 108, 108)' d=' M0,0 L60,110 L0,220 L3,220 L63,110 L3,0 L0,0z '%3E%3C/path%3E%3C/svg%3E");
    right: 0px;
}

.gallery-top:not(.slick-initialized) {
    overflow: hidden;
    height: 730px;
}

.gallery-top:not(.slick-initialized) a {
    display: block;
    width: 100%;
    height: 100%;
}

.product__header .gallery-top {
    height: 730px;
}

.product__header .gallery-top .slick-track,
.product__header .gallery-top .slick-list {
    height: 100%;
}

.product__header .gallery-top .slick-slide {
    position: relative;
    height: 100%;
}

.gallery-top:not(.slick-initialized) a img,
.product__header .gallery-top .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-thumbs {
    margin-top: 10px;
}

.gallery-thumbs .gallery-thumbs__item {
    cursor: pointer;
    position: relative;
    height: 85px;
    width: 85px;
    max-width: 85px;
    max-height: 85px;
    overflow: hidden;
    margin-right: 10px;
    border: 3px solid transparent;
    transition: .3s;
}

.product__gallery--inner .gallery-thumbs__item--video::after {
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.gallery-thumbs .gallery-thumbs__item.slick-current {
    border-color: #52AE32;
}


.gallery-thumbs__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
}

.gallery-thumbs .slick-track {
    margin-left: 0;
}

.gallery-thumbs .gallery-thumbs__item .card-badge {
    display: none;
}

.gallery-thumbs.gallery-thumbs--in-active .slick-track {
    transform: none!important;
}

.gallery-thumbs:not(.slick-initialized) {
    display: none;
}

@media screen and (max-width: 1439px) {
    .product__header .gallery-top {
        height: 600px;
    }

    .product__gallery--inner .gallery-top .slick-arrow {
        display: none!important;
    }
}

@media screen and (max-width: 1279px) {
    .gallery-top:not(.slick-initialized),
    .product__header .gallery-top {
        height: 500px;
    }
}

@media screen and (max-width: 1023px) {
    .gallery-thumbs .gallery-thumbs__item {
        width: 91px;
        height: 91px;
        max-width: 91px;
        max-height: 91px;
    }
}

@media screen and (max-width: 767px) {
    .gallery-top:not(.slick-initialized),
    .product__header .gallery-top {
        height: 450px;
    }

    .gallery-thumbs .gallery-thumbs__item {
        width: 85px;
        height: 85px;
        max-width: 85px;
        max-height: 85px;
    }
}

@media screen and (max-width: 500px) {
    .gallery-top:not(.slick-initialized),
    .product__header .gallery-top {
        height: 90vw;
    }
}

.gallery__arrows.arrows.arrows--fixed {
    right: 15px;
    top: -60px;
}

.gallery__arrows.arrows.arrows--fixed .arrow .svg-inline path {
    fill: #897F78 !important; 
}

.gallery__arrows.arrows.arrows--fixed .arrow {
    width: 32px; 
}

.gallery {
    overflow: visible;
}

.shopPage {
    margin-bottom: 100px;
}
#cart__info-accordion {
    padding-bottom: 2px;
}
#cart__info-accordion .ui-widget-content {
    border: none;
} 
#cart__info-accordion .cart__info-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#cart__info-accordion .ui-state-default {
    background: #f8f8f8;
    border: none;
    border-radius: 0;
}
#cart__info-accordion .ui-icon-triangle-1-s,
#cart__info-accordion .ui-icon-triangle-1-e {
    display: none;
}
#cart__info-accordion .ui-state-default .cart__info-header {
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 13px;
    color: #002E45;
}

#cart__info-accordion .plus-button {
	border: inherit;
	background-color: #fff;
	font-size: 12px;
	height: 2.5em;
	width: 2.5em;
	position: relative;
}
#cart__info-accordion .plus-button:after,
#cart__info-accordion .plus-button:before {
    content: "";
    display: block;
    background-color: grey;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#cart__info-accordion .plus-button:before {
    height: 1em;
    width: 0.2em;
}

#cart__info-accordion .plus-button:after {
    height: 0.2em;
    width: 1em;
}
.ui-widget-content a {
    color: #007bff;
}
