html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, *::before, *::after {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    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-sm, .container-md, .container-lg, .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-sm, .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.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: 0.25rem !important
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important
}

.ml-2, .mx-2 {
    margin-left: 0.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: 0.25rem !important
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important
}

.pl-2, .px-2 {
    padding-left: 0.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: -0.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -0.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -0.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -0.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: 0.25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 0.25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 0.25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.25rem !important
    }

    .m-sm-2 {
        margin: 0.5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 0.5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 0.5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 0.25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 0.25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 0.25rem !important
    }

    .p-sm-2 {
        padding: 0.5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 0.5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 0.5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 0.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: -0.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -0.25rem !important
    }

    .m-sm-n2 {
        margin: -0.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -0.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -0.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -0.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: 0.25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: 0.25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 0.25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 0.25rem !important
    }

    .m-md-2 {
        margin: 0.5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: 0.5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 0.5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 0.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: 0.25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: 0.25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: 0.25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: 0.25rem !important
    }

    .p-md-2 {
        padding: 0.5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: 0.5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: 0.5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: 0.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: -0.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -0.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -0.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.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: 0.25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important
    }

    .m-lg-2 {
        margin: 0.5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important
    }

    .p-lg-2 {
        padding: 0.5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.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: -0.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.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: 0.25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 0.25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.25rem !important
    }

    .m-xl-2 {
        margin: 0.5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 0.5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 0.25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 0.25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 0.25rem !important
    }

    .p-xl-2 {
        padding: 0.5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 0.5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 0.5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 0.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: -0.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xl-n2 {
        margin: -0.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.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
    }
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none;
    display: inline-block
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    overflow-x: hidden
}

img {
    max-width: 100%
}

b, strong {
    font-weight: 700
}

em, i {
    font-style: italic
}

a {
    color: #0c0f88;
    text-decoration: none
}

a:hover {
    color: #ee5924
}

a:active, a:focus {
    color: #0c0f88
}

@media (min-width: 1200px) {
    body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
        max-width: 1200px
    }
}

.cp {
    cursor: pointer
}

.tc, .text-center {
    text-align: center
}

.about-us h1, .about-us h2, .about-us h3 {
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.3
}

.about-us p, .about-us span {
    font-weight: 400
}

ul li:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #ee5924;
    background: -o-linear-gradient(45deg, #ee5924 0, #e85829 20%, #9d4c6b 80%, #954b72 100%);
    background: linear-gradient(45deg, #ee5924 0, #e85829 20%, #9d4c6b 80%, #954b72 100%);
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px 0 0
}

h1 {
    font-size: 63px
}

h2 {
    font-size: 47px
}

h3 {
    font-size: 29px
}

.b_zakaz, .btn, .poll-questions .next-step, .poll-questions .prev-step, .prev-next a, .white-popup .form-image .btn-send, button[type=submit] {
    background: #ee5924;
    background: -o-linear-gradient(45deg, #ee5924 0, #e85829 20%, #9d4c6b 80%, #954b72 100%);
    background: linear-gradient(45deg, #ee5924 0, #e85829 20%, #9d4c6b 80%, #954b72 100%);
    padding: 14px 25px;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    border: 0;
    cursor: pointer
}

.b_zakaz:hover, .btn:hover, .poll-questions .next-step:hover, .poll-questions .prev-step:hover, .prev-next a:hover, .white-popup .form-image .btn-send:hover, button[type=submit]:hover {
    background: #954b72;
    background: -o-linear-gradient(45deg, #954b72 0, #9d4c6b 20%, #e85829 80%, #ee5924 100%);
    background: linear-gradient(45deg, #954b72 0, #9d4c6b 20%, #e85829 80%, #ee5924 100%);
    color: #fff;
    outline: 0
}

.b_zakaz:active, .btn:active, .poll-questions .next-step:active, .poll-questions .prev-step:active, .prev-next a:active, .white-popup .form-image .btn-send:active, button[type=submit]:active {
    background: #63306d;
    background: -o-linear-gradient(45deg, #63306d 0, #653066 20%, #973744 80%, #9d3515 100%);
    background: linear-gradient(45deg, #63306d 0, #653066 20%, #973744 80%, #9d3515 100%);
    color: #fff;
    outline: 0
}

input[type=email], input[type=number], input[type=password], input[type=text] {
    border-width: 0 0 2px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #ee5924 0, #ee5924 21%, #1b36e7 100%);
    padding: 10px 8px
}

input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
    outline: 0
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=text]:focus {
    border-image-source: linear-gradient(to right, #000 1%, rgba(0, 0, 0, 0) 100%)
}

input[type=email]:after, input[type=number]:after, input[type=password]:after, input[type=text]:after {
    content: '';
    height: 2px;
    width: 100%;
    background: #ee5924;
    background: -webkit-gradient(linear, left top, right top, from(#ee5924), color-stop(21%, #ee5924), to(#1b36e7));
    background: -o-linear-gradient(left, #ee5924 0, #ee5924 21%, #1b36e7 100%);
    background: linear-gradient(to right, #ee5924 0, #ee5924 21%, #1b36e7 100%);
    border-width: 5pt;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #ee5924 0, #ee5924 21%, #1b36e7 100%)
}

.form-group {
    margin-bottom: 15px
}

.form-group label {
    font-size: 14px;
    font-weight: 500
}

.form-control, .form-control:active {
    display: block;
    width: 100%;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.mobile-menu, .static-data-sl .lang, .static-data-sl .lang-switcher {
    display: none
}
.top-mini-menu li>a:hover,
.top-mini-menu li>span:hover{
    color: #cfcfcf;
}
.top-mini-menu  li>span,
.top-mini-menu  li>a{
    color: #fff;
    font-style: initial;
    margin-left: 15px;
    cursor: pointer;
}
.top-mini-menu{
    background: #656b9b;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    width: 100%;
    position: relative;
    text-align: right;
}
/*
.top-mini-menu>.container>.item{
    padding: 5px 0;
}
.top-mini-menu .item{
    display: inline-block;
    position: relative;
}*/
.top-menu>li{
    display: inline-block;
    padding: 4px 0;
    position: relative;
}
.top-menu li:before,
.top-menu .dropdown-menu{
    display: none;
}
.top-menu .dropdown-menu{
    position: absolute;
    z-index: 99;
    left: 0;
    background: #ffffff;
    width: 160px;
    border: 1px solid #656b9b;
    text-align: left;
    padding: 10px 10px 10px 0;
    margin-top: 4px;
}
.top-menu .last .dropdown-menu{
    left: inherit;
    right: 0;
}
.top-mini-menu .menu-item:hover>.dropdown-menu{
    display: block;
}
.top-mini-menu .dropdown-menu a{
    color: #000;
}
.ticker-wrap {
    height: 30px;
    background: #656b9b;
    font-size: 14px;
    font-style: italic;
    padding: 0;
    color: #fff;
    width: 100%;
    overflow: hidden;
    position: relative
}

.ticker {
    padding-left: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    white-space: nowrap;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    padding: 4px 0
}

.ticker span {
    padding: 5px 20px;
    display: inline-block
}

.ticker span + span:before {
    content: '*';
    color: color;
    margin: 0 39px;
    display: inline-block
}

header {
    padding: 15px 0 0 0
}

.lang-switcher {
    margin: -10px 0 -8px;
    float: right;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 2;
    font-size: 18px
}

.lang-switcher a {
    text-decoration: none;
    color: #bebceb;
    vertical-align: bottom
}

.lang-switcher a.active {
    color: #8586bf
}

.lang-switcher span {
    width: 30px;
    height: 18px;
    border-radius: 9px;
    background: #dedcf0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px
}

.lang-switcher span:before {
    content: '';
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #8586bf;
    display: block;
    margin: 2px
}

.lang {
    margin: -10px 0 -8px;
    float: right
}

.lang li:first-child:before {
    width: 30px;
    height: 18px;
    border-radius: 9px;
    background: #dedcf0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px;
    position: absolute;
    right: -50px;
    top: 3px
}

.lang li:first-child a {
    color: #8586bf
}

.lang li:first-child {
    margin-right: 50px
}

.lang li:first-child:after {
    content: '';
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #8586bf;
    display: inline-block;
    margin: 2px;
    position: absolute;
    right: -29px;
    top: 3px
}

.lang a {
    color: #bebceb
}

.lang li {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px
}

ul.lang li:before {
    display: none
}

.logo {
    position: relative;
    z-index: 1
}

header .calcs-wrap {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: right
}

header .logo-wrap {
    -ms-flex: 0 0 24%;
    -webkit-box-flex: 0;
    flex: 0 0 24%;
    max-width: 24%
}

header .nav-wraps {
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%;
    text-align: left
}

.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pre-head-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.main-nav {
    font-weight: 700;
    position: relative;
    z-index: 4;
    text-align: left
}

.main-nav li:before {
    display: none
}

.main-nav > li {
    font-size: 16px;
    display: inline-block;
    margin-left: 13px;
    position: relative;
    padding: 22px 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.main-nav > li:first-child {
    margin-left: 0
}

.main-nav > li:first-child > a, .main-nav > li:first-child > span {
    padding-left: 39px;
    background: url(../image/nav-icon.png) 0 50% no-repeat
}

.main-nav > li:first-child.active > a, .main-nav > li:first-child:hover > a {
    padding-left: 39px;
    background-image: url(../image/nav-icon-active.png)
}

.main-nav > li > a, .main-nav > li > span {
    padding: 10px 5px;
    text-transform: uppercase;
    color: #0c0f88;
    display: block
}

.main-nav > li > a:hover, .main-nav > li > span:hover {
    color: #ee5924
}

.main-nav a {
    text-decoration: none;
    position: relative;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    display: block;
    padding: 5px
}

.main-nav ul {
    display: none
}

.new-menu .main-nav .submenu li:hover > ul {
    background: 0 0;
    box-shadow: none;
    left: initial;
    width: initial;
    top: initial;
    padding: 0
}

.new-menu .main-nav, .new-menu .main-nav .submenu li:hover > ul, .new-menu .main-nav > li {
    position: initial
}

.main-nav .submenu a {
    padding: 2px 0
}

.main-nav .submenu {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    list-style-type: none;
    text-transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 88px;
    padding: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
    min-height: 300px;
    z-index: 99
}

.main-nav .menu-item:hover .submenu {
    opacity: 1;
    visibility: visible
}

.main-nav .submenu .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 15px;
    overflow-y: auto;
    padding: 15px;
    width: 100%
}

.submenu .items .ul {
    width: 25%;
    display: block
}

.submenu .items .ul .title {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    color: #0c0f88;
    cursor: default
}

.main-nav .submenu ul {
    display: block
}

.submenu .required-section {
    background: #eaecef;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: italic;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.submenu .required-section a {
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 105px;
    width: 34%
}

.submenu .required-section a span {
    display: inline-block;
    border-bottom: 1px solid transparent
}

.calcs {
    white-space: nowrap;
    padding: 10px 25px
}

.calcs:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../image/calc.png) 0 50% no-repeat;
    display: inline-block;
    vertical-align: sub;
    margin: 0 12px 0 0
}

.post-form-notice {
    padding: 15px 15px 10px 15px
}

.main-slider {
    position: relative;
    color: #fff;
    background: #656b9b
}

.slider-default {
    background: url(../image/slider_bg.png) 50% 50% no-repeat
}

.main-slider .static-data-sl {
    padding: 26px 25px
}

.slide-sub-description {
    font-size: 38px;
    font-weight: 100
}

.slide-sub-description p:before {
    content: "";
    background: #fff;
    display: inline-block;
    width: 25px;
    height: 1px;
    vertical-align: middle;
    margin-right: 10px
}

.static-data-sl {
    position: relative;
    padding: 30px 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.static-data-sl:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff
}

.static-data-sl a {
    color: #fff;
    text-decoration: none
}

.static-data-sl a[href^=tel] {
    font-size: 32px;
    border-bottom: 1px dashed #fff;
    font-weight: 600;
    line-height: 1.2
}

.static-data-sl .feedback:before {
    content: "";
    background-image: url(../image/call-in-white.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    top: -5px
}

.static-data-sl .feedback {
    font-weight: 700;
    border-bottom: 1px dashed #fff;
    position: relative;
    padding-left: 35px;
    cursor: pointer
}

.socials a, .socials span {
    width: 45px;
    height: 45px;
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.viber {
    background-image: url(../image/viber.png)
}

.youtube {
    background-image: url(../image/youtube.png)
}

.fb {
    background-image: url(../image/fb.png)
}

.insta {
    background-image: url(../image/insta.png)
}

.slider-content {
    min-height: 670px;
    padding: 60px 0 0 0
}

.slider-content-single {
    min-height: 230px;
    padding: 20px 0 0 0
}

.cooperation .h2, .cooperation .h2-title, .cooperation h2, .main-project .h2, .main-project .h2-title, .main-project h2, .slider-content .h2, .slider-content .h2-title, .slider-content h2 {
    font-size: 46px;
    font-weight: 900;
    display: block;
    line-height: 1
}

.slider-content .col-md-7 {
    font-size: 36px;
    font-weight: 100
}

.slider-content h2 {
    margin-top: 43px;
    font-size: 42px;
    margin-bottom: 16px;
    line-height: 1.2
}

.slider-content .slide-title {
    margin-top: 43px;
    font-size: 42px;
    margin-bottom: 16px;
    line-height: 1.2;
    font-weight: 900;
    display: block
}

.consult-form {
    background: #fff;
    padding: 43px 38px;
    color: #000;
    text-align: center
}

.consult-form p {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 22px
}

.consult-form input {
    width: 100%;
    margin: 0 0 22px
}

.consult-form .btn {
    margin-top: 25px
}

.confirm-pp {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px
}

.confirm-pp a {
    color: #fff
}

.confirm-pp input[type=checkbox] {
    display: none
}

.confirm-pp label {
    position: relative;
    padding-left: 35px;
    min-height: 35px;
    display: block
}

.confirm-pp label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    border: 2px solid #fff;
    width: 25px;
    height: 25px;
    border-radius: 2px
}

.confirm-pp label:after {
    content: '';
    position: absolute;
    left: 9px;
    top: -6px;
    border: 4px solid #fff;
    width: 16px;
    height: 25px;
    border-radius: 2px;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
    opacity: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    text-align: left
}

.confirm-pp input[type=checkbox]:checked + label:after {
    opacity: 1
}

@media screen and (min-width: 770px) {
    .main-nav li:hover > ul {
        display: block;
        position: absolute;
        left: 0;
        width: 280px;
        top: 30px;
        background: #fff;
        background: -o-linear-gradient(315deg, #f2f0ff 0, #fff 34%, #fff 100%);
        background: linear-gradient(135deg, #f2f0ff 0, #fff 34%, #fff 100%);
        padding: 10px 15px;
        -webkit-box-shadow: 0 0 20px 0 rgba(21, 22, 76, .5);
        box-shadow: 0 0 20px 0 rgba(21, 22, 76, .5)
    }
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.main-project {
    position: relative
}


.blog-main:before,
.main-project:before {
    content: "";
    position: absolute;
    background-image: url(../image/project-bg.png);
    left: 0;
    width: 890px;
    height: 990px;
    background-repeat: no-repeat;
    z-index: -1;
    top: -40px;
}
.blog-main:after,
.main-project:after {
    content: "";
    position: absolute;
    background-image: url(../image/project-bg-right.png);
    right: 0;
    bottom: 0;
    width: 380px;
    height: 530px;
    background-repeat: no-repeat;
    z-index: -1
}
.blog-main:before{top: 450px}
.blog-main:after{top: 490px;}
.main-project .h2-title, .main-project h2 {
    color: #333;
    padding: 10px 0 50px 0;
    text-align: center;
    margin-top: 25px
}

.main-project .pr-location:before {
    content: "";
    background-image: url(../image/location.png);
    display: inline-block;
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
    margin-right: 12px
}

.main-project .pr-location:empty {
    display: none
}

.main-project .pr-location {
    color: #0c0f88;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: italic;
    font-size: 14px;
    line-height: 1.3
}

.main-project .pr-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.main-project .pr-item > a {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 75% 0 0;
    position: relative;
    margin: 0 0 15px
}

.main-project .pr-name {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin: 6px 0 4px 0
}

.main-project .pr-item {
    margin-bottom: 75px
}

.main-project .decr:empty {
    display: none
}

.main-project .decr {
    font-size: 14px;
    color: #333;
    margin: 6px 0 10px 5px;
    border-left: 1px solid #ccc;
    padding-left: 12px;
    max-height: 100px;
    overflow: hidden
}

.article-wrap .more:before, .main-project .more:before {
    content: ">";
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #0c0f88;
    background: #bebceb;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-right: 15px
}

.article-wrap .more:hover:before, .main-project .more:hover:before {
    content: "\279C"
}

.article-wrap .more:hover, .main-project .more:hover {
    background: #bebceb;
    border-radius: 30px
}

.article-wrap .more, .main-project .more {
    color: #0c0f88;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 25px 0 0
}

.cooperation {
    background: #eee;
    padding: 65px 0 85px 0;
    position: relative
}

.cooperation:before {
    content: "";
    position: absolute;
    background-image: url(../image/cooperation-bg.png);
    left: 0;
    width: 100%;
    height: 85%;
    background-repeat: no-repeat;
    top: 7.5%;
    background-size: contain
}

.cooperation .h2, .cooperation h2 {
    color: #333;
    text-align: center;
    margin-bottom: 60px;
    text-transform: initial;
    margin-top: 0
}

.cooperation .cooperation-item img {
    background: #fff
}

.cooperation .cooperation-item:nth-child(1) .img-wrap:before {
    content: "1"
}

.cooperation .cooperation-item:nth-child(2) .img-wrap:before {
    content: "2"
}

.cooperation .cooperation-item:nth-child(3) .img-wrap:before {
    content: "3"
}

.cooperation .cooperation-item:nth-child(4) .img-wrap:before {
    content: "4"
}

.cooperation .cooperation-item:nth-child(5) .img-wrap:before {
    content: "5"
}

.cooperation .img-wrap:before {
    display: block;
    position: absolute;
    left: -20px;
    bottom: -50px;
    color: #fff;
    font-size: 5em;
    font-weight: 700
}

.cooperation .img-wrap {
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    display: inline-block;
    width: 112px;
    height: 112px;
    position: relative
}

.cooperation .descr {
    font-size: 14px;
    margin-top: 35px
}

.cooperation .cooperation-item {
    text-align: center
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #ee5924;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 13px;
    height: 13px;
    background: #ee5924;
    background: -o-linear-gradient(45deg, #ee5924 0, #e85829 20%, #9d4c6b 80%, #954b72 100%);
    background: linear-gradient(45deg, #ee5924 0, #e85829 20%, #9d4c6b 80%, #954b72 100%);
    border-radius: 50%;
    display: inline-block
}

.brand-main {
    padding: 30px 0 35px 0
}

.brand-main h3 {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
    margin-bottom: 35px
}

.brand-carousel .owl-item img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brand-carousel .owl-item img {
    margin: 0 auto;
    height: 80px;
    width: initial
}

.brand-carousel .owl-item {
    text-align: center
}

.measurements-main .h2, .measurements-main h2 {
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 25px
}

.measurements-main .h2 {
    text-transform: initial;
    color: #fff;
    text-align: left !important;
    margin-top: 0
}

.measurements-main .bold {
    font-weight: 500
}

.measurements-main .pre-feature li:before {
    display: none
}

.measurements-main .pre-feature {
    font-size: 14px;
    font-weight: 300
}

.measurements-main .measurements-left {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px
}

.measurements-main .pre-desc {
    margin-bottom: 25px
}

.measurements-main {
    background: url(../image/measurements-bg.webp);
    padding: 80px 0;
    margin-bottom: 50px;
    color: #fff
}

.measurements-main .services-list {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.7;
    display: block
}

.gift-icon, .time-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: ABSOLUTE;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50%
}

.gift-icon {
    background: #fff url(../image/icon-gift.png) 50% 50% no-repeat
}

.time-icon {
    background: #fff url(../image/icon-time.png) 50% 50% no-repeat
}

.pre-feature li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 60px;
    position: relative;
    margin: 35px 0 0 0
}

.clearfix::after {
    display: block;
    content: "";
    clear: both
}

footer {
    background: #eee;
    padding: 25px 0;
    margin-top: 25px;
    color: #0c0f88;
    font-size: 14px
}

footer .title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin: 25px 0 0 0
}

footer .contact-icons span img {
    vertical-align: middle
}

footer .contact-icons span {
    background: #bebceb;
    border-radius: 4px;
    width: 33px;
    display: inline-block;
    height: 33px;
    text-align: center;
    vertical-align: middle;
    line-height: 33px;
    margin-right: 10px
}

footer .menu-items {
    font-weight: 600;
    line-height: 2
}

footer li:before {
    display: none
}

footer .footer-tel {
    font-size: 20px;
    border-bottom: 1px dashed #0c0f88;
    font-weight: 700;
    text-align: center;
    margin: 4px 0 13px 0;
    display: inline-block
}

footer .socials a, footer .socials span {
    width: 35px;
    height: 35px;
    background-position: 50% 50%;
    background-size: 30px
}

.calcs, .calcs-wrap {
    display: none
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.white-popup {
    position: relative;
    background: #fff;
    width: auto;
    max-width: 320px;
    margin: 20px auto;
    padding: 15px;
    font-size: 14px;
    color: #0b0b0b
}

input.valid-error {
    border-bottom: 2px dashed #f74040 !important;
    border-image-source: none
}

.white-popup .h4 {
    font-weight: 700;
    font-size: 26px
}

.white-popup .form-group label {
    font-weight: 600;
    margin-bottom: 5px
}

.white-popup .form-control {
    width: 100%
}

.white-popup .form-group {
    margin-bottom: 8px
}

.white-popup .btn-send {
    width: 180px
}

.form-image img {
    margin: -15px 0 -21px -15px
}

.white-popup .btn-close {
    background: #333;
    border: 1px solid #333;
    color: #fff;
    padding: 12px 25px;
    margin: 10px 0 0 0;
    display: inline-block;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer
}

.white-popup .btn-close:hover {
    background: #fff;
    color: #333;
    border: 1px solid #333
}

.seccess-send-form {
    padding: 15px 0
}

@media (max-width: 991px) {
    .white-popup {
        max-width: 320px !important
    }

    .owl-carousel .ban_text {
        width: 100%;
        margin: 0
    }
}

.contact-page h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0
}

.contact-page iframe {
    width: 100%
}

.contacts-feedback input, .contacts-feedback input:active, .contacts-feedback input:focus {
    border-image-source: none;
    padding: 7px 10px;
    border-width: 1px
}

.contacts-feedback input:after, .contacts-feedback input:before {
    display: none
}

.blog-post .blog-post-meta {
    font-weight: 600
}

.blog-post {
    font-size: 14px
}

.blog-post > div {
    padding: 15px 0
}

.blog-post > div:not(:last-child) {
    border-bottom: 1px solid #e7e7e7
}

.blog-post .blog-post-title {
    font-size: 22px
}

.more-link {
    font-size: 13px
}

.blog-main .breadcrumb, .main-project .breadcrumb {
    margin: 16px 0 0 0
}

.breadcrumb {
    margin-bottom: 25px;
    font-size: 14px
}

.breadcrumb li:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin: 0 10px
}

.breadcrumb li {
    display: inline-block
}

.pagination li {
    display: inline-block
}

.breadcrumb li:before, .pagination li:before {
    display: none
}

.blog-pagination {
    text-align: center
}

.blog-page-content h1 {
    font-size: 32px;
    font-weight: 600
}

.blog-page-content ol {
    padding-left: 25px
}

.blog-page-content a:focus, .blog-page-content img:focus {
    border: 0;
    outline: 0
}

.blog-page-content img:not(.img-responsive):not(.justifyleft):not(.justifyright):not(.request__bg):not(.request__wrapper) {
    width: auto;
    max-width: 100%;
    height: auto
}

@media (max-width: 496px) {
    .blog-page-content h1, .h2, .installation-benefits h2, .project-page h2 {
        font-size: 24px
    }
}

.blog-page-content img.img-responsive {
    max-width: 100%;
    height: auto
}

.blog-page-content img.img-responsive[style="float: left;"], .blog-page-content img.justifyleft {
    margin: 10px 15px 0 0
}

.blog-page-content img.img-responsive[style="float: right;"], .blog-page-content img.justifyright {
    margin: 10px 0 0 15px
}

.blog-page-content img.justifyright {
    float: right
}

.blog-page-content img.justifyleft {
    float: left
}

.blog-page-content p {
    margin: 5px 0
}

.blog-page-content p, .blog-page-content p span, .blog-page-content ul span {
    font-size: 14px !important;
    color: #222;
    line-height: 1.5
}

.blog-page-content h2 {
    font-size: 20px !important;
    color: #222;
    margin: 10px 0 5px 0
}

.rating-wrap {
    margin: 25px 0;
    text-align: left;
    display: inline-block;
}

.rating-wrap .rating {
    display: inline-block;
}

.rating-wrap .msg {
    display: none;
    font-size: 12px;
    text-align: center
}

.rating-wrap .msg.error {
    background: 0 0;
    color: #f44
}

.rating > input {
    display: none
}

.p15 {
    padding: 15px
}

.rating > label:before {
    margin: 0;
    font-size: 26px;
    display: inline-block;
    content: "\2605";
}

.rating > .half:before {
    content: "\2605";
    position: absolute
}

.rating > label {
    color: #ddd;
    float: right;
    margin: 0 2px 0 0;
    cursor: pointer;
    line-height: 1;
}

.rating-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label, .rating > input:checked ~ label {
    color: #ff9800
}

.rating > input:checked + label:hover, .rating > input:checked ~ label:hover, .rating > input:checked ~ label:hover ~ label, .rating > label:hover ~ input:checked ~ label {
    color: #2236e1
}

.social-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.portfolio-list {
    padding: 15px 0
}

.portfolio-list .portfolio-item {
    position: relative;
    float: left;
    width: 20%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    margin-bottom: -6px
}

.portfolio-list .portfolio-item a {
    display: block;
    position: relative
}

.portfolio-list .portfolio-item img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto
}

.portfolio-wrap .portfolio-filter select {
    width: 200px;
    margin-right: 15px;
    padding: 6px 6px;
    color: #24262a;
    border: 1px solid #f4f4f4
}

.portfolio-filter .sub-category {
    display: none
}

.full-media-list li:before, .media-list li:before {
    display: none
}

.portfolio-description h1 {
    font-size: 26px;
    color: #222;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px
}

.portfolio-description p, .portfolio-description span {
    font-size: 14px !important;
    color: #222;
    line-height: 1.4
}

.full-media-list li.media-wrapper {
    height: 150px
}

.media-block ul.media-list {
    font-size: 0;
    margin: 20px auto 0 auto;
    list-style: none;
    padding: 0 !important
}

.full-media-list li.media-wrapper {
    width: 24%
}

.media-block ul li.media-wrapper, .media-sizer {
    width: 31.2%
}

.full-media-list li.media-wrapper, .media-block ul li.media-wrapper {
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.media-block ul li.media-wrapper {
    margin: 1%
}

.full-media-list li.media-wrapper {
    margin: 0 .2%
}

.full-media-list {
    margin: 20px 0
}

.media-block ul.media-list a {
    display: block;
    height: 100%;
    background: #000
}

.media-block a .media-item {
    width: 100%;
    max-width: 100%;
    height: auto;
    -ms-filter: "alpha(opacity=60)";
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    opacity: .6;
    transition: all .2s ease-in-out
}

.media-block a .media-item:hover {
    transform: scale(1.05, 1.05);
    opacity: 1
}

.main-image-mobile img, .main-image-portfolio img {
    width: 100%
}

.full-media-list img, .media-list img {
    width: 100%;
    cursor: pointer
}

.main-image-portfolio {
    position: relative;
    min-height: 510px;
    box-sizing: border-box;
    overflow: hidden
}

.list-style-number, .num-list-style ol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
    list-style-type: none
}

.list-style-number li, .num-list-style ol li {
    counter-increment: step-counter;
    padding: 10px 0;
    margin: 0 1%;
    line-height: 1.2;
    align-items: center;
    display: flex
}

.num-list-style ol li {
    -ms-flex: 0 0 31.333333%;
    flex: 0 0 31.333333%;
    max-width: 31.333333%
}

.list-style-number li {
    -ms-flex: 0 0 1000%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 5px 0;
    padding: 0
}

.list-style-number li:before, .num-list-style ol li:before {
    content: counter(step-counter);
    background: #ef5926;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 25px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    min-width: 40px;
    transition: all .4s linear 0s
}

.blog-page-content ul {
    margin-left: 8px
}

@media screen and (min-width: 769px) {
    .main-image-mobile {
        display: none
    }

    .main-image-portfolio img {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        max-width: calc(100% - 30px);
        width: auto;
        display: block
    }
}

.container-work .container .item-part:nth-child(3) .description, .container-work .container .item-part:nth-child(4) .description {
    order: 1
}

.container-work .container .item-part:nth-child(3) .image, .container-work .container .item-part:nth-child(4) .image {
    order: 2
}

.container-work .container .item-part:nth-child(1) .image:after, .container-work .container .item-part:nth-child(2) .image:after, .container-work .container .item-part:nth-child(3) .image:after, .container-work .container .item-part:nth-child(4) .image:after {
    position: absolute;
    font-size: 58px;
    right: 20px;
    font-weight: 900;
    top: 20px;
    color: #fff
}

.container-work .container .item-part:nth-child(2) .image:after {
    content: "2"
}

.container-work .container .item-part:nth-child(1) .image:after {
    content: "1"
}

.container-work .container .item-part:nth-child(3) .image:after {
    content: "3"
}

.container-work .container .item-part:nth-child(4) .image:after {
    content: "4"
}

.container-work {
    position: relative;
    color: #222;
    background: url(../image/work_page_bg.jpg) 50% 0 no-repeat
}

.work-features .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.work-features .item-part img {
    height: 238px
}

.work-features .item-part .image {
    border-radius: 100px;
    overflow: hidden;
    position: relative
}

.work-features .item-part .description b {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px
}

.work-features .item-part .description {
    padding: 0 23px 0 30px;
    font-size: 12px
}

.work-features .item-part .description, .work-features .item-part .image {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.work-features .item-part {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    height: 244px;
    align-items: center
}

.article-wrap .banner-wrap:after {
    content: "";
    position: absolute;
    background-image: url(../image/article-wrap-bg.png);
    right: -46px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    z-index: 1
}

.article-wrap {
    color: #222;
    margin-top: 25px;
    position: relative
}

.article-wrap .title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 25px
}

.article-wrap .mini-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600
}

.article-wrap .banner-wrap {
    background: #10138a;
    color: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .6);
    position: relative;
    height: 370px
}

.article-wrap .descr b {
    display: block;
    margin-top: 10px;
    position: relative;
    z-index: 2
}

.article-wrap .btn {
    position: relative;
    z-index: 2;
    padding: 10px 35px;
    font-weight: 600
}

.article-wrap .more {
    font-size: 12px
}

.article-wrap .more:before {
    width: 30px;
    height: 30px;
    font-size: 18px;
    margin-right: 10px
}

.article-wrap .descr {
    margin: 10px 0 40px 0;
    line-height: 1.8;
    position: relative;
    z-index: 2
}

.article-wrap .rating-wrap {
    font-size: 24px;
    color: #e7711b;
    width: 100%
}

.article-wrap .rating-wrap .star:first-child {
    margin-left: 10px
}

.article-wrap .star:before {
    content: "\2605"
}

.mini_description {
    font-size: 14px;
    background-color: #eee;
    padding: 20px 30px;
    margin: 20px 0 15px 0
}

.mini_description:empty {
    display: none
}

.blog-page-content h1, .h2, .installation-benefits h2, .project-page h2 {
    font-size: 32px;
    color: #222;
    text-transform: uppercase;
    text-align: center !important;
    font-weight: 900;
    margin-bottom: 25px;
    margin-top: 40px
}

.nav > li > span {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 1.42857143;
    cursor: pointer
}

.project-page .s4_hed {
    background: #656b9b;
    padding: 6px 0;
    text-align: center
}

.project-page .s4_hed h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 800
}

.project-page .nav-tabs {
    border: none;
    margin: 0
}

.project-page .nav-tabs > li.current > span, .project-page .nav-tabs > li.current > span:focus, .project-page .nav-tabs > li.current > span:hover {
    color: #fff;
    background-color: #656b9b;
    border: none;
    border-radius: 0;
    border-bottom: none
}

.project-page .nav-tabs > li > span, .project-page .nav-tabs > li > span:hover {
    background-color: #eee;
    color: #333;
    border: none;
    border-radius: 0;
    margin: 0 auto;
    padding: 10px 4px;
    text-transform: none;
    font-weight: 400;
    line-height: 1.2;
    font-size: 13px
}

.installation-benefits-tabs li:before, .project-page .nav-tabs > li:before {
    display: none
}

.project-page .nav-tabs > li {
    float: left;
    margin: 0 0 -1px 0;
    width: 33.3%;
    text-align: center;
    min-height: 50px
}

.project-page .nav-tabs > li:hover span {
    color: #fff;
    background-color: #656b9b
}

.project-page .table > tbody > tr {
    border: none
}

.project-page .table > tbody > tr > td {
    border: none;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 10px
}

.services-work-item .tab-pane span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6
}

.services-work-item .tab-pane p {
    margin: 0;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.services-work-item .tab-pane {
    padding: 10px;
    height: 80px
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .tab-pane.current {
    display: block
}

.project-page img {
    display: block;
    max-width: 100%;
    height: auto
}

.project-page .b_zakaz {
    width: 100%;
    margin-top: 15px
}

.services-work-item {
    background: #656b9b;
    color: #fff
}

.services-work-item .tab-pane span {
    font-weight: 600
}

.brand-page-slider {
    margin: 50px 0 0 0
}

.brand-page-slider.owl-carousel .owl-item img {
    width: 100px;
    margin: 0 auto
}

.installation-benefits {
    position: relative
}

.installation-benefits-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #f4f4f4
}

.installation-benefits-tabs {
    float: left;
    width: 450px;
    background: #fff
}

.installation-benefits-tabs li {
    padding: 31px 20px 27px 32px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #fff
}

.installation-benefits-tabs li:hover {
    background: #f4f4f4
}

.installation-benefits-tabs li.current {
    background: #f4f4f4;
    cursor: default
}

.installation-benefits-list {
    float: right;
    width: calc(100% - 450px);
    padding: 30px;
    background: #f4f4f4
}

.installation-benefits .image {
    float: left;
    margin: 0 32px 20px 0
}

.installation-benefits .text {
    font-size: 14px;
    line-height: 26px;
    color: #333;
    overflow: hidden
}

.installation-benefits .text-title {
    padding: 0 0 13px 0;
    font-size: 24px;
    font-weight: 600
}

.installation-benefits-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.installation-benefits-tabs {
    background: #fff
}

.blog-page-content ul.installation-benefits-tabs {
    list-style: none;
    padding: 0
}

.installation-benefits-list {
    min-height: 0
}

.installation-benefits-list .installation-benefits-item:not(:first-child) {
    display: none
}

.installation-benefits-item center img {
    width: auto;
    margin: 30px auto 0 auto;
    max-height: 280px;
    max-width: 400px
}

.sub-category .cat-name {
    display: block;
    text-align: center;
    line-height: 1.2;
    margin-top: 15px
}

.sub-category {
    background: #eee;
    padding: 35px 0
}

.sub-category .img-wrap img {
    display: inline-block;
    width: 100%
}

.sub-category .img-wrap {
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    display: flex;
    width: 112px;
    height: 112px;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.text-default {
    text-align: justify;
    padding: 10px;
    margin-top: 20px;
    background-color: #eee;
    border-left: 10px solid #d9dee2
}

.price-list ul {
    display: block
}

.price-list ul > li {
    position: relative;
    margin-bottom: 15px
}

.price-list ul > li > p {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-left: 45px;
    cursor: pointer
}

.price-list ul > li.active-panel:before {
    background: #5b61ab;
    color: #fff;
    transform: rotate(-90deg)
}

.price-list ul > li:before {
    content: "❯";
    background: #bebceb;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    color: #292f6b;
    font-size: 20px;
    transform: rotate(90deg);
    text-align: center;
    line-height: 35px
}

.price-list ol a {
    float: right;
    color: #0c0f88;
    text-transform: uppercase;
    font-weight: 600
}

.price-list ol li {
    padding: 5px 0
}

.price-list ol li:not(:last-child) {
    border-bottom: 1px solid #e9e9e9
}

.price-list ul > li.active-panel ol {
    visibility: visible;
    height: auto
}

.price-list ol {
    transition: all 280ms linear;
    height: 0;
    overflow: hidden;
    padding: 5px 0 0 30px;
    list-style: decimal !important;
    width: 100%
}

.price-list ol > li:before {
    display: none
}

.price-list .title p {
    font-size: 22px;
    font-weight: 400
}

.price-list .title {
    font-size: 32px;
    color: #222;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: 40px
}

.tab-default {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.tab-default .tab-title {
    flex-grow: 1;
    cursor: pointer
}

.tab-title.active {
    background: #ccc
}

.tab-default .tab-content-item {
    background-color: #fff;
    min-height: 300px;
    display: none;
    width: 100%;
    flex-basis: auto
}

.tab-default .tab-content-item.active {
    display: block
}

.tab-type-2 {
    margin: 15px 0
}

.tab-type-2 .tab-title img {
    margin-bottom: 10px
}

.tab-type-2 .tab-title {
    font-size: 14px;
    color: #222;
    text-decoration: none;
    padding: 15px 10px 10px 10px;
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0, #eb5927), color-stop(100%, #984b6f));
    background-image: -webkit-linear-gradient(top, #eb5927, #984b6f);
    background-image: -moz-linear-gradient(top, #eb5927, #984b6f);
    background-image: -o-linear-gradient(top, #eb5927, #984b6f);
    background-image: linear-gradient(top, #eb5927, #984b6f);
    text-align: center
}

.tab-type-2 .tab-title.active {
    color: #fff;
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0, #eb5927), color-stop(100%, #984b6f));
    background-image: -webkit-linear-gradient(top, #eb5927, #984b6f);
    background-image: -moz-linear-gradient(top, #eb5927, #984b6f);
    background-image: -o-linear-gradient(top, #eb5927, #984b6f);
    background-image: linear-gradient(top, #eb5927, #984b6f);
    padding: 15px 10px 10px 10px
}

.tab-accordion .tab-content-item .content-title, .tab-type-2 .tab-content-item .content-title {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left
}

.tab-accordion .tab-content-item .description, .tab-type-2 .tab-content-item .description {
    font-size: 14px;
    color: #333
}

.tab-accordion .tab-content-item .img img, .tab-type-2 .tab-content-item .img img {
    max-height: 200px;
    width: 100%
}

.tab-accordion .tab-content-item .img, .tab-type-2 .tab-content-item .img {
    text-align: center
}

.tab-accordion .tab-content-item > .row, .tab-type-2 .tab-content-item > .row {
    padding: 20px;
    min-height: 200px
}

.tab-type-2 .tab-content-item {
    border: 8px #984b6f solid;
    width: 100%
}

.tab-type-2 .footer-tab {
    text-align: center
}

.tab-accordion .footer-tab .form-control {
    height: 40px
}

.tab-accordion .footer-tab, .tab-type-2 .footer-tab {
    background-color: #e6ecf0;
    padding: 35px 0;
    width: 100%
}

.tab-accordion {
    margin: 25px 0
}

.tab-accordion .ajax-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.tab-accordion .ajax-form .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.tab-accordion .description ul li:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ff5405;
    display: inline-block;
    vertical-align: inherit;
    margin-right: 8px
}

.tab-accordion .description ul {
    list-style: none;
    line-height: 1.6;
    padding: 0
}

.tab-accordion .tab-title:after {
    content: "ˇ";
    display: inline-block;
    font-size: 20px;
    color: #fff;
    float: right
}

.tab-accordion .tab-title.active:after {
    content: ">"
}

.tab-accordion .tab-content-item:last-child {
    border-bottom: 10px #984b6f solid
}

.tab-accordion .tab-content-item {
    border-right: 10px #e6ecf0 solid;
    border-left: 10px #e6ecf0 solid
}

.tab-accordion .tab-title {
    position: relative;
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0, #eb5927), color-stop(100%, #984b6f));
    background-image: -webkit-linear-gradient(top, #eb5927, #984b6f);
    background-image: -moz-linear-gradient(top, #eb5927, #984b6f);
    background-image: -o-linear-gradient(top, #eb5927, #984b6f);
    background-image: linear-gradient(top, #eb5927, #984b6f);
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 20px;
    padding: 0 30px
}

.tab-accordion .tab-title.active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 19px solid;
    border-top-color: #994b6e;
    top: 100%;
    left: 100px;
    z-index: 100;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 1px solid transparent
}

.tab-accordion .tab-title.item-0 {
    order: 1
}

.tab-accordion .tab-content-item.item-0 {
    order: 2
}

.tab-accordion .tab-title.item-1 {
    order: 3
}

.tab-accordion .tab-content-item.item-1 {
    order: 4
}

.tab-accordion .tab-title.item-2 {
    order: 5
}

.tab-accordion .tab-content-item.item-2 {
    order: 6
}

.tab-accordion .tab-title.item-3 {
    order: 7
}

.tab-accordion .tab-content-item.item-3 {
    order: 8
}

.tab-accordion .tab-title.item-4 {
    order: 9
}

.tab-accordion .tab-content-item.item-4 {
    order: 10
}

.tab-accordion .tab-title.item-5 {
    order: 11
}

.tab-accordion .tab-content-item.item-5 {
    order: 12
}

.tab-accordion .tab-title.item-6 {
    order: 13
}

.tab-accordion .tab-content-item.item-6 {
    order: 14
}

.prev-next .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.prev-next {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -15px
}

.prev-next .fa {
    margin: 0 5px
}

.prev-next .fa-angle-left:before {
    content: "\2190"
}

.prev-next .fa-angle-right:before {
    content: "\2192"
}

.more-works .work img {
    width: 100%
}

.more-works .work {
    position: relative
}

.more-works {
    margin: 25px -15px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.more-works .work-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 16px;
    text-transform: none;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px 0;
    background: rgba(51, 51, 51, .52)
}

.more-works .work:hover .work-title, .services-top li:before {
    display: none
}

.more-works .work:hover .hover {
    opacity: 1
}

.more-works .work .hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    transition: opacity .5s;
    z-index: 1;
    background: rgba(8, 8, 8, .51);
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.more-works .hover .hover-title {
    font-size: 16px;
    width: 100%;
    margin-bottom: 22px
}

.more-works .hover ul {
    margin-bottom: 5px
}

.more-works .hover .more {
    font-size: 16px;
    text-decoration: underline;
    color: #f44336
}

.icon-list-2 {
    background: #f5f5f5;
    padding: 15px;
    margin: 15px 0;
    display: flex;
    flex-flow: wrap
}

.icon-list-2 .description {
    color: #333;
    margin-top: 5px
}

.icon-list-2 .item-list {
    margin: 5px 0
}

.icon-list-2 .title {
    display: flex;
    align-items: center;
    font-size: 16px
}

.icon-list-2 .item-list img {
    width: 100%;
    height: auto
}

.services-variant-content h1, .services-variant-content h2, .services-variant-content h2 span, .services-variant-content h3, .services-variant-content h3 span {
    color: #222;
    text-transform: uppercase;
    text-align: center !important
}

.services-inside-block {
    margin: 35px 0
}

.services-inside-block ul {
    display: table;
    width: 100%;
    table-layout: fixed
}

.services-inside-block li:before {
    display: none
}

.services-inside-block li {
    display: table-cell;
    padding: 0 5px;
    text-align: center !important;
    vertical-align: top
}

.services-inside-block li a {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500
}

.services-inside-block .sib-img {
    display: block;
    margin-bottom: 15px
}

.services-inside-block .sib-img img {
    display: block;
    margin: 0 auto;
    width: 100px;
    max-height: 100px
}

.services-inside-block .sib-name {
    display: block;
    text-align: center
}

.list-style-5 li:before {
    font-size: 16px;
    background: 0 0;
    font-weight: 700;
    margin-right: 6px;
    vertical-align: middle;
    color: #ee5924
}

.list-style-5 li:before {
    content: "\2714";
    line-height: .8
}

.text-default-2, .text-default-3 {
    background: #eff2f5;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    padding: 10px;
    margin: 20px 0;
    color: #333
}

.text-default-2 {
    border-left: 5px solid #e55926
}

.text-default-3 {
    border-left: 5px solid #2e3675
}

.list-style-7 li {
    word-break: break-word
}

.list-style-7 li:before {
    background: #e55926;
    width: 10px;
    height: 10px
}

.list-style-7 {
    border-left: solid 5px #f78d5b;
    background: #fef7db;
    padding: 10px 15px !important;
    display: block;
    margin-bottom: 15px
}

.info-panel strong {
    display: block
}

.info-panel .col-sm-10 {
    flex: initial;
    max-width: initial
}

.info-panel .img {
    display: none
}

.info-panel {
    margin: 25px 0;
    background: #dce1ff;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.info-panel:before {
    content: "";
    position: absolute;
    background-image: url(../image/info.png);
    right: 10px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    top: 10px
}

.table-style-5 {
    background: #bebceb;
    font-size: 14px;
    line-height: 22px;
    color: #100a86;
    font-weight: 400;
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 0 auto
}

.table-style-5 td {
    padding: 10px 22px;
    border: 0;
    vertical-align: middle;
    background: #f2f2f2;
    border-left: 3px solid #fff;
    text-align: center
}

.table-style-5 td:first-child {
    border-left: 0;
    text-align: left
}

.table-style-5 tr:first-child td {
    background: #5b62a6;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    padding-top: 9px;
    padding-bottom: 9px
}

.table-style-5 tr:nth-child(even) td {
    background: #fafafa
}

.top-screen-5 .slider-content {
    padding: 80px 0 0 0
}

.top-screen-5 .text-blue, .top-screen-5 .text-white, .top-screen-5 .text-yellow {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3
}

.top-screen-5 .text-blue, .top-screen-5 .text-white, .top-screen-5 .text-yellow {
    font-size: 42px;
    line-height: 1.2
}

.top-screen-5 .tn-atom {
    margin: 25px 0;
    font-size: 38px;
    line-height: 1;
    font-weight: 100
}

.top-screen-5 .services-top .g-text {
    font-size: 16px
}

.top-screen-5 .services-top li {
    margin: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-screen-5 .services-top img {
    max-width: 50px;
    margin-right: 20px
}

.top-screen-5 .services-top {
    background: rgba(42, 56, 67, .8);
    color: #fff;
    font-weight: 400;
    padding: 25px;
    width: 490px
}

.top-screen-5 .form-right {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-top: 40px
}

.seo-products {
    background: #fff;
    margin-top: 20px;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    color: #222
}

.seo-products h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px
}

.app-poll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.app-poll .poll-questions {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 4;
    -ms-flex: 4 1 69%;
    flex: 4 1 69%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding: 15px 30px;
    overflow: hidden
}

.app-poll .poll-sidebar {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 246px;
    flex: 1 1 246px;
    background: #f7f7f7;
    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
}

.app-poll .default-list .answer-item:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    border: 1px solid #fec32f
}

.app-poll .default-list .answer-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    margin-bottom: 1rem;
    border-radius: 5px;
    border: 1px solid rgba(217, 216, 230, .55);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    will-change: box-shadow;
    -webkit-transition: -webkit-box-shadow .15s ease-out;
    transition: -webkit-box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out;
    padding: 10px 15px;
    cursor: pointer
}

.app-poll .default-list .all-answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-line-pack: distribute;
    overflow-y: auto
}

.app-poll .default-list .description {
    margin-bottom: 15px
}

.app-poll .default-list .price {
    margin-bottom: 15px
}

.app-poll .default-list .title {
    color: #363636;
    font-size: 28px;
    text-align: left;
    margin: 0 0 15px 0;
    line-height: 1.2;
    font-weight: 500
}

.poll_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-line-pack: distribute;
    overflow-y: auto;
    margin: 15px 0;
    align-items: center
}

.poll_container .column-left {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

.poll_container .column-right {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 15px 35px
}

.poll_container h6 {
    margin: 15px 0;
    line-height: 1.4;
    color: #333;
    font-weight: 600;
    font-size: 16px
}

.poll_container h5:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 4px;
    background: #0b0b0b;
    top: -15px
}

.poll_container h5 {
    font-size: 36px;
    font-weight: 700;
    color: #020202;
    position: relative;
    line-height: 1.2
}

.poll_container img {
    width: 100%
}

.poll_container .start-poll {
    padding: 10px 0;
    width: 130px;
    text-align: center
}

.poll_container .start-poll:before {
    display: inline-block;
    content: "\2794";
    margin-right: 5px
}

.poll-questions .prev-step:before {
    display: inline-block;
    content: "\2794";
    margin-right: 12px;
    transform: rotate(180deg)
}

.poll-questions .prev-step {
    box-shadow: 3px 3px 7px 0 rgba(209, 57, 128, .25);
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 0 35px 0 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    outline: 0;
    border: 0;
    white-space: normal;
    min-height: 45px;
    border-radius: 40px;
    line-height: 45px
}

.poll-questions .footer-poll {
    text-align: right;
    border-top: 1px solid #ebedf0;
    padding-top: 15px;
    margin-top: 45px
}

.default-list .answer-image {
    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: 220px;
    text-align: center;
    margin: 0;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer
}

.default-list .answer-image:hover {
    border-color: #fec400;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1)
}

.default-list .answer-image img {
    opacity: 1;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%
}

.default-list .answer-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #69748c;
    overflow: hidden
}

.app-poll .assistant__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.app-poll .assistant__block {
    position: relative;
    padding-top: calc(.6rem - 1px);
    margin-right: -5px;
    color: #69748c;
    line-height: 1.2;
    text-align: left;
    height: calc(100% - 80px);
    max-height: 380px
}

.app-poll .assistant__text-arrow {
    top: calc(-.6rem + -1px);
    left: 24px;
    display: block;
    position: absolute;
    width: .6rem
}

.app-poll .assistant__text-arrow:before {
    border-bottom-color: rgba(0, 0, 0, .02)
}

.app-poll .assistant__text-arrow:after, .assistant__text-arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-style: solid;
    border-color: transparent;
    border-width: .6rem .6rem .6rem
}

.app-poll .assistant__text-arrow:after {
    border-bottom-color: #fff;
    top: 1px
}

.app-poll .assistant__text {
    background: #fff;
    padding: 5px 10px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    border-radius: 4px;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    max-height: 100%;
    color: #2e2e49;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54
}

.app-poll .assistant.has-text {
    height: 100%
}

.app-poll .assistant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .9rem;
    width: 100%;
    padding: 23px 26px;
    margin-bottom: 12px
}

.app-poll .assistant__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
    margin-left: .5rem
}

.app-poll .assistant__title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #2e2e54;
    line-height: 1.125
}

.app-poll .assistant__name p:last-child {
    margin-bottom: 0
}

.app-poll .assistant__subtitle {
    font-size: 12px;
    color: #69748c;
    font-weight: 400;
    line-height: 1.15;
    margin: 0
}

.app-poll .assistant__avatar img {
    width: 70px;
    height: 70px;
    border-radius: 35px
}

.app-poll .assistant__avatar-badge {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    display: block;
    border: 2px solid #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #1bb157;
    width: 12px;
    height: 12px;
    top: 54px;
    left: 54px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16)
}

.app-poll .assistant__avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
    text-align: left;
    position: relative
}

.media-block-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px 0
}

.media-block-3 .owl-nav .fa:hover {
    color: #ff5405
}

.media-block-3 .owl-nav .fa {
    font-size: 46px;
    color: #ff5405
}

.media-block-3 .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 0
}

.media-block-3 .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: 0
}

.media-block-3 .vertical-slider .media-item.active, .media-block-3 .vertical-slider .media-item:hover {
    opacity: 1;
    filter: none
}

.media-block-3 .vertical-slider .media-item {
    height: 160px;
    cursor: pointer;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    opacity: .6;
    font-size: .8rem;
    transition: opacity .2s linear
}

.media-block-3 .vertical-slider img {
    width: 100%
}

.media-block-3 .vertical-slider {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    overflow: auto;
    width: auto;
    height: 600px
}

.media-block-3 .double-slider img {
    height: 600px;
    width: auto;
    margin: 0 auto
}

.media-block-3 .double-slider {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    height: 600px
}

.media-block-3 .owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0
}

.media-block-3 .owl-nav button:focus {
    border: 0;
    outline: 0
}

.media-block-3 .owl-nav .disabled {
    display: none !important
}

.media-block-3 .owl-nav span {
    font-size: 46px;
    padding: 0 15px;
    color: #fff;
    opacity: .8
}

.media-block-3 .owl-nav button:hover span {
    opacity: 1
}

.youtube-video {
    background-color: #000;
    position: relative;
    padding-top: 39%;
    overflow: hidden;
    cursor: pointer;
    max-width: 80%;
    margin: 40px auto
}

.youtube-video img {
    width: 100%;
    top: -27%;
    left: 0;
    opacity: .7
}

.youtube-video .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    opacity: .8;
    border-radius: 6px
}

.youtube-video .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff
}

.youtube-video .play-button, .youtube-video img {
    cursor: pointer
}

.youtube-video .play-button, .youtube-video .play-button:before, .youtube-video iframe, .youtube-video img {
    position: absolute
}

.youtube-video .play-button, .youtube-video .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.youtube-video iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.portfolio-page-3 .video-btn {
    float: right;
    padding: 4px 30px;
    font-weight: 400;
    font-size: 13px;
    border-radius: 6px
}

.portfolio-page-3 .portfolio-description h1 {
    text-align: left
}

.fa-chevron-down:before {
    content: "\203A";
    transform: rotate(90deg);
    display: inline-block;
    font-size: 23px;
    font-style: initial;
    vertical-align: middle;
    margin-left: 8px
}

.portfolio-page-3 .blog-page-content > .row {
    margin-top: 25px;
    margin-bottom: 25px
}

.portfolio-page-3 .blog-page-content h3 {
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 22px
}

.portfolio-page-3 .blog-page-content ul li:before {
    background: #ee5924;
    width: 10px;
    height: 10px
}

.portfolio-page-3 .blog-page-content .col-sm-6 {
    border-left: 5px solid #dc5634;
    margin-left: 15px;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%
}

.portfolio-lite {
    color: #333
}

.portfolio-lite .sub-title,
.portfolio-lite .title,
.сertificates .title {
    font-size: 26px;
    position: relative;
    font-weight: 600;
    line-height: 1.2
}

.portfolio-lite .sub-title {
    color: #0c0f88;
    font-size: 24px;
    font-weight: 400
}

.portfolio-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.portfolio-filter .param-list span.active, .portfolio-filter .param-list span:hover {
    background: #0c0f88;
    border-color: #0c0f88;
    color: #fff
}

.portfolio-filter .param-list span {
    border: 1px solid #8586bf;
    padding: 5px 16px;
    border-radius: 30px;
    margin-bottom: 6px;
    margin-right: 6px;
    font-size: 12px;
    display: inline-block;
    cursor: pointer
}

.portfolio-filter .title-filter {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 15px
}

.portfolio-filter {
    margin-bottom: 25px
}

.portfolio-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative
}

.portfolio-items .placeholder {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: 70px;
    padding: 0 20px;
    background: #222222d9;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    border-radius: 18px
}

.portfolio-items .placeholder-hide {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: #222222d9;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    align-items: center;
    top: 0;
    justify-content: left;
    flex-wrap: wrap
}

.portfolio-items .portfolio-item img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.portfolio-item .placeholder-inner {
    height: 210px;
    border: 1px solid #5a5a5a;
    padding: 15px;
    border-radius: 10px;
    position: relative
}

.portfolio-items .portfolio-item {
    flex-grow: 1;
    flex: 1 0 20%;
    margin: 5px;
    overflow: hidden;
    position: relative;
    height: 250px;
    border-radius: 24px;
    max-width: 275px
}

.portfolio-item:hover .placeholder-hide {
    display: flex
}

.portfolio-item:hover .placeholder {
    display: none
}

.portfolio-item p {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6
}

.portfolio-item .more {
    color: #bebceb;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 25px 0 0;
    position: absolute;
    bottom: 16px
}

.portfolio-item .more:before {
    content: ">";
    display: inline-block;
    width: 34px;
    height: 34px;
    color: #0c0f88;
    background: #bebceb;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin-right: 10px;
    line-height: 32px
}
.сertificates .title{
    margin-bottom: 15px;
}
.сertificates-items{
    display: flex;
    flex-wrap: wrap;
    position: relative;

    overflow: hidden;
}

.сertificates-items .сertificate-item:hover .zoom svg{
    margin-top: 14px;

}
.сertificates-items .сertificate-item:hover .zoom{
    opacity: 1;
}
.сertificates-items .сertificate-item .zoom{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    background: #656b9b;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -55px 0 0 -25px;
    opacity: 0;
    transition: .3s;
}
.сertificates-items .сertificate-item .title-img{
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 45px;
    z-index: 2;
    background-color: rgb(255 255 255 / 95%);
    color: #000;
    padding-right: 30px;
    font-size: 14px;
    padding-left: 30px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    font-weight: 500;
}
.сertificates-items .сertificate-item:hover .title-img{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.сertificates-items .сertificate-item {
    flex-grow: 1;
    flex: 1 0 33.3%;
    margin: 5px;
    overflow: hidden;
    position: relative;
    max-width: 275px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}
.pagination {
    display: block;
    text-align: center;
    margin: 25px 0 0 0
}

.page-item {
    display: inline
}

.pagination .page-item.active .page-link, .pagination .page-item.active .page-link:focus, .pagination .page-item.active .page-link:hover {
    color: #0c0f88;
    border-color: #bebceb;
    background-color: #bebceb
}

.page-link {
    position: relative;
    float: left;
    padding: 4px 12px;
    margin-left: -1px;
    line-height: 1.5;
    color: #0c0f88;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.portfolio-filter .param-list span.disable, .portfolio-filter .param-list span.disable:hover {
    cursor: default;
    border: 1px solid #e2e2e2;
    color: #ccc;
    background-color: #fff;
    display: none
}

.portfolio-filter .col {
    flex: 1 0 50%
}

.portfolio-filter .param-list span:empty {
    display: none
}

.main-slider-portfolio {
    margin-bottom: 15px
}

.portfolio-lite:after {
    content: "";
    position: absolute;
    background-image: url(../image/project-bg-right.png);
    right: 0;
    bottom: 0;
    width: 380px;
    height: 530px;
    background-repeat: no-repeat;
    z-index: -1;
    top: 55%
}

@media screen and (max-width: 1200px) {
    .main-slider .static-data-sl {
        padding: 26px 0;
        font-size: 14px
    }

    .static-data-sl a[href^=tel] {
        font-size: 22px
    }

    .socials a, .socials span {
        width: 30px;
        height: 30px;
        margin: 0 0 0 10px;
        background-size: contain
    }

    .main-nav > li > a, .main-nav > li > span {
        padding: 5px;
        font-size: 13px
    }

    .slider-content {
        min-height: 500px;
        padding: 40px 0 0 0
    }

    .consult-form {
        padding: 25px
    }

    .consult-form p {
        font-size: 16px;
        margin-bottom: 10px
    }

    .post-form-notice {
        font-size: 14px
    }

    .slider-content .slide-title, .slider-content h2 {
        font-size: 42px
    }

    .slide-sub-description {
        font-size: 30px
    }

    .cooperation:before {
        content: "";
        width: 320px;
        height: 90%;
        top: 10%;
        background-size: contain;
        opacity: .2
    }

    .cooperation .h2, .cooperation h2, .main-project .h2, .main-project h2, .measurements-main .h2, .measurements-main h2, .slider-content .h2, .slider-content h2 {
        font-size: 42px
    }

    .ua-map {
        display: none
    }

    .container-work {
        background: 0 0
    }

    .work-features .item-part img {
        height: auto
    }

    .main-nav .submenu {
        top: 80px
    }

    .portfolio-items .portfolio-item {
        flex: 1 0 33%
    }

    .portfolio-filter .col {
        flex: 1 0 100%
    }
}

@media screen and (max-width: 992px) {
    .main-slider .work-time, .portfolio-page-3 .video-btn {
        display: none
    }

    .calcs {
        white-space: nowrap;
        padding: 7px 16px;
        font-size: 14px
    }

    .lang, .lang-switcher {
        font-size: 14px
    }

    header .nav-wraps {
        text-align: center
    }

    .cooperation .h2, .cooperation h2, .main-project .h2, .main-project h2, .measurements-main .h2, .measurements-main h2, .slider-content .h2, .slider-content .slide-title, .slider-content h2 {
        font-size: 36px
    }

    .slide-sub-description {
        font-size: 24px
    }

    .portfolio-page-3 .blog-page-content .col-sm-6 {
        border: 0;
        margin: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .youtube-video {
        padding-top: 55%;
        max-width: 100%;
        margin: 20px auto
    }

    .work-features .item-part {
        height: auto;
        flex-wrap: inherit;
        padding: 0 15px;
        align-items: initial
    }

    .work-features .item-part .description, .work-features .item-part .image {
        -ms-flex: initial;
        flex: initial;
        max-width: initial;
        display: block
    }

    .work-features .item-part .image {
        border-radius: initial;
        overflow: initial
    }

    .container-work .container .item-part:nth-child(1) .image:after, .container-work .container .item-part:nth-child(2) .image:after, .container-work .container .item-part:nth-child(3) .image:after, .container-work .container .item-part:nth-child(4) .image:after, .main-project:after, .main-project:before, .blog-main:after, .blog-main:before {
        display: none
    }

    .container-work .container .item-part:nth-child(3) .description, .container-work .container .item-part:nth-child(3) .image, .container-work .container .item-part:nth-child(4) .description, .container-work .container .item-part:nth-child(4) .image {
        order: initial
    }

    .work-features .item-part .description {
        padding: 15px
    }

    .poll_container .column-right {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .poll_container .column-left {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        padding: 15px 35px
    }

    .poll_container h5 {
        font-size: 26px
    }

    .media-block-3 .vertical-slider {
        display: none
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: initial
    }

    .media-block-3 .double-slider {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: initial
    }

    .main-nav .submenu .items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .submenu .items .ul {
        width: 50%
    }

    .main-nav .submenu {
        top: 73px
    }
}

@media screen and (max-width: 768px) {
    .static-data-sl .lang, .static-data-sl .lang-switcher, header .mobile-menu {
        display: block;
        cursor: pointer
    }

    .mobile-menu:before {
        content: '';
        width: 22px;
        height: 20px;
        background: url(../image/nav-icon.png) 0 50% no-repeat;
        display: inline-block;
        vertical-align: sub;
        margin: 0 12px 0 -10px;
        background-size: contain
    }

    .calcs span, header .lang, header .lang-switcher, header .nav-wraps {
        display: none
    }

    .btn {
        padding: 6px 22px;
        font-size: 14px;
        border-radius: 5px
    }

    .main-slider .static-data-sl {
        padding: 15px;
        display: -webkit-box;
        display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .static-data-sl .lang-switcher {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: right
    }

    .static-data-sl .socials {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        text-align: right
    }

    .static-data-sl .feedback {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-left: 28px;
        border: 0
    }

    .static-data-sl a[href^=tel] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .static-data-sl .feedback, .static-data-sl .lang-switcher, .static-data-sl .socials, .static-data-sl a[href^=tel] {
        -ms-flex: 0 0 48%;
        -webkit-box-flex: 0;
        flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 5px
    }

    .static-data-sl .feedback:before {
        width: 20px;
        height: 20px;
        top: 0
    }

    .slider-content .slide-title, .slider-content h2 {
        margin: 0 0 25px 0;
        text-align: center
    }

    .confirm-pp, .consult-form p br, .post-form-notice, .slide-sub-description {
        display: none
    }

    .consult-form .btn {
        padding: 12px 22px
    }

    .consult-form p {
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: 700
    }

    .cooperation .h2, .cooperation h2, .main-project .h2, .main-project h2, .measurements-main .h2, .measurements-main h2, .slider-content .h2, .slider-content h2 {
        text-align: center
    }

    .main-project .pr-item {
        margin-bottom: 35px;
        text-align: center
    }

    .main-project h2 {
        color: #333;
        margin: 40px 0
    }

    .main-project .decr {
        max-height: 100px;
        text-align: left;
        height: auto
    }

    .measurements-main .consult-form {
        margin-top: 35px
    }

    .measurements-main {
        padding: 50px 0;
        margin-bottom: 15px;
        background-size: cover
    }

    h1 {
        font-size: 32px
    }

    h2 {
        font-size: 22px
    }

    h3 {
        font-size: 18px
    }

    footer .footer-tel {
        font-size: 16px
    }

    footer .col {
        flex: 0 0 50%;
        max-width: 50%
    }

    footer .fc-1 {
        order: 1
    }

    footer .fc-4 {
        order: 2
    }

    footer .fc-2 {
        order: 3;
        display: inline-flex;
        flex-wrap: wrap
    }

    footer .fc-2 > div:nth-child(2) {
        order: 1
    }

    footer .fc-2 > div:nth-child(1) {
        order: 2
    }

    footer .fc-5 {
        order: 4
    }

    footer .socials a {
        width: 25px;
        height: 25px;
        background-size: 25px;
        margin: 0 4px
    }

    footer .menu-items {
        padding: 15px 0 0 10px
    }

    header .mobile-panel {
        position: fixed;
        width: auto;
        height: 100%;
        left: -100%;
        top: 0;
        background: #333b48;
        -webkit-transition: left .5s ease-in;
        -moz-transition: left .5s ease-in;
        transition: left .5s ease-in;
        z-index: 7;
        padding: 30px 25px 5px 20px;
        display: block;
        min-width: 280px;
        overflow-y: auto;
        font-size: 14px;
        line-height: 1.8;
        color: #fff;
        text-align: left
    }

    .active-panel .mobile-panel {
        left: 0
    }

    .nav-overlay {
        position: fixed;
        z-index: 6;
        background: rgba(0, 0, 0, .5);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: none
    }

    .main-nav > li:first-child > a, .main-nav > li:first-child > span {
        padding-left: 5px;
        background: 0 0
    }

    .main-nav li:hover > ul {
        display: block;
        padding-left: 15px
    }

    .main-nav *, .main-nav a, .main-nav > li > a, .main-nav > li > span {
        color: #fff
    }

    .main-nav > li, .main-nav > li:first-child {
        margin-left: 13px
    }

    .blog-main:before,
    .main-project:before {
        content: "";
        position: absolute;
        background-image: url(../image/project-bg.png);
        left: 0;
        width: 90%;
        height: -webkit-fill-available;
        background-repeat: no-repeat;
        z-index: -1;
        background-size: contain
    }

    .blog-main:after,
    .main-project:after {
        content: "";
        display: none
    }

    .poll_container .column-left, .poll_container h5:before {
        display: none
    }

    .active-panel .nav-overlay, .new-menu .main-nav, .poll_container, header .main-nav > li {
        display: block
    }

    .poll_container .column-right {
        max-width: initial;
        padding: 0;
        text-align: center
    }

    header .main-nav > li {
        padding: 4px 0
    }

    .main-nav .submenu {
        position: relative;
        top: initial;
        background: 0 0;
        border: 0;
        box-shadow: none;
        padding: 0;
        left: initial;
        visibility: initial;
        display: none;
        min-height: initial
    }

    .main-nav .submenu .items {
        display: block;
        padding: 0 0 0 15px
    }

    .submenu .items .ul {
        width: initial
    }

    .main-nav .menu-item:hover .submenu {
        display: block
    }

    .submenu .items .ul .title {
        color: #fff;
        border-bottom: 1px solid;
        margin-top: 10px;
        font-size: 16px
    }

    .new-menu {
        padding-bottom: 15px
    }

    .portfolio-items .portfolio-item {
        flex: 1 0 100%
    }

    .portfolio-items {
        justify-content: center
    }
}

@media screen and (max-width: 560px) {
    .work-features .item-part .image {
        display: none
    }

    .poll_container h6 {
        font-weight: 400;
        font-size: 14px
    }

    .blog-page-content h1, .h2, .installation-benefits h2, .project-page h2 {
        font-size: 24px;
        line-height: 1.2
    }

    footer .contact-icons span {
        margin-right: 0
    }

    .content-note {
        width: 100%
    }
}

@media screen and (max-width: 460px) {
    .cooperation .img-wrap:before, .measurements-main .hide-mob-small {
        display: none
    }

    .measurements-main .pre-desc {
        text-align: center
    }

    .static-data-sl a[href^=tel] {
        font-size: 16px;
        border: 0;
        padding-left: 13px
    }

    .pre-head-wrap {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    header .mobile-menu {
        margin-right: 25px
    }

    .work-features .item-part {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: block
    }

    .prev-next a {
        font-size: 12px;
        font-weight: 400
    }

    .content-table__td {
        padding: 6px 10px;
        font-size: 14px
    }
    .top-menu .dropdown-menu{
        left: inherit;
        right: 0;
    }
}

@media screen and (max-width: 419px) {
    .static-data-sl a[href^=tel] {
        padding-left: 0
    }

    .socials a {
        width: 25px;
        height: 25px;
        margin: 0 0 0 10px
    }

    .slider-content {
        padding: 20px 0 0 0
    }

    .cooperation .h2, .cooperation h2, .main-project .h2, .main-project h2, .measurements-main .h2, .measurements-main h2, .slider-content .h2, .slider-content .slide-title, .slider-content h2 {
        font-size: 24px
    }

    .consult-form p {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 700
    }

    .consult-form input {
        margin: 0 0 15px
    }

    .consult-form .btn {
        margin-top: 15px
    }

    .slider-content {
        min-height: 420px
    }

    .cooperation .descr {
        font-size: 13px;
        margin: 5px 0 10px 0;
        line-height: 1.2
    }

    .cooperation .h2, .cooperation h2 {
        margin-bottom: 30px
    }

    .cooperation {
        padding: 35px 0
    }

    .brand-main .owl-carousel.owl-drag .owl-item {
        text-align: center
    }

    .brand-main .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 5px
    }

    footer {
        font-size: 12px
    }

    footer .footer-tel {
        font-size: 14px
    }

    footer .col {
        padding: 0 10px
    }

    footer .menu-items {
        padding: 5px 0 0 0
    }

    footer .socials a {
        width: 23px;
        height: 23px;
        background-size: 23px;
        margin: 0 4px
    }

    .about-us p, .about-us ul {
        font-size: 13px
    }

    h1 {
        font-size: 26px
    }

    .measurements-main .consult-form {
        margin-top: 0
    }

    .measurements-main {
        padding: 30px 0
    }
}

.header {
    position: relative
}

.header__line {
    height: 2px;
    background-color: #fffdf6
}

.header__ticker {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff4f1a), to(#002aff));
    background-image: linear-gradient(to right, #ff4f1a 0, #002aff 100%);
    opacity: .5;
    height: 30px
}

.header-switch {
    position: absolute;
    left: 198px;
    top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 18px;
    opacity: .5
}

.header-switch__ln {
    color: #bebceb;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase
}

.header-switch__ln_active {
    color: #0c0f88
}

.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background-color: #fffdf6
}

.header-calculator {
    width: 186px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 44px;
    border: none;
    border-radius: 15px;
    background-image: linear-gradient(45deg, #ee5924 0, #e85829 20%, #9d4c6b 80%, #954b72 100%)
}

.header-calculator__title {
    margin-left: 11px;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    color: #fffdf6
}

.header-calculator__emblem {
    width: 12px;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-menu {
    width: 547px;
    padding-left: 67px;
    position: relative
}

.header-menu::before {
    content: url(../image/header/Layers.png);
    position: absolute;
    left: 29px;
    top: 0
}

.header-menu__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-menu__item a {
    color: #0c0f88;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal
}

.header-contacts {
    background: url(../image/header/soc.png) center center/cover no-repeat;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0
}

.header-contacts .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-contacts__tel {
    position: relative
}

.header-contacts__tel:after {
    content: "";
    width: 100%;
    height: 2px;
    border-bottom: dashed 1px;
    color: #fefefe;
    position: absolute;
    bottom: 0;
    left: 0
}

.header-contacts__tel a {
    color: #fefefe;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left
}

.header-feedback {
    padding-left: 9px;
    position: relative;
    height: 28px
}

.header-feedback:after {
    content: "";
    width: 100%;
    height: 2px;
    border-bottom: dashed 1px;
    color: #fefefe;
    position: absolute;
    bottom: 0;
    left: 0
}

.header-feedback::after {
    bottom: -3px
}

.header-feedback:before {
    content: url(../image/header/Call_in.png);
    position: absolute;
    width: 25px;
    height: 28px;
    left: -25px;
    top: -5px
}

.header-feedback__title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left
}

.header-graph {
    text-shadow: 0 0 20px #865965;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23px;
    text-align: left
}

.header-graph span {
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal
}

.header-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 208px
}

.switch {
    position: relative;
    display: inline-block;
    margin: 0 9px;
    width: 30px;
    height: 18px;
    border-radius: 9px;
    background-color: #bebceb
}

.switch input {
    display: none
}

.slider {
    position: absolute;
    border-radius: 9px;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bebceb;
    -webkit-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    left: 2px;
    bottom: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #0c0f88;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked + .slider {
    background-color: #2196f3
}

input:checked + .slider:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.promo {
    min-height: 680px;
    background: url(../image/promo/bg.png) center center/cover no-repeat;
    padding-top: 249px
}

.promo__title {
    text-shadow: 0 0 40px #954b72;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 64px;
    text-align: left;
    margin-bottom: 45px
}

.promo__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.promo__text {
    text-shadow: 0 0 10px #954b72;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14px;
    text-align: left
}

.promo__img {
    margin-right: 11px
}

.promo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promo-item:nth-child(2) {
    margin-left: 50px
}

.article {
    padding-top: 11px
}

.article__blocks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 263px minmax(auto, 823px);
    grid-template-columns:263px minmax(auto, 823px)
}

.article__block {
    margin-left: 30px
}

.article-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article-header__title {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.8;
    text-align: left;
    color: #333
}

.article-header__item {
    padding: 0 12px;
    position: relative
}

.article-header__item::after {
    content: "/";
    position: absolute;
    right: -3px
}

.article-header__item:last-child::after {
    content: ""
}

.article-header__item a {
    font-size: 14px;
    font-weight: 400;
    color: #0c0f88;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal
}

.article-header__item_active a {
    color: #777
}

.sidebar {
    width: 263px
}

.sidebar__btns {
    display: -ms-grid;
    display: grid;
    gap: 2px
}

.sidebar-nav {
    margin-top: 45px
}

.sidebar-nav__title {
    color: #0c0f88;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 33px;
    text-align: center;
    margin-bottom: 25px
}

.sidebar-nav__btn {
    border-radius: 15px;
    background-image: linear-gradient(-7deg, #4c2977 0, #0c0f88 100%);
    padding: 11px 22px;
    position: relative
}

.sidebar-nav__btn:nth-child(1)::before {
    content: url(../image/sidebar/logo.png);
    position: absolute;
    top: -30px;
}

.sidebar-nav__btn a {
    color: #fffdf6;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left
}

.sidebar-nav__btn a:hover {
    text-decoration: none
}

.sidebar-nav__btn a span {
    margin-left: 8px;
    color: #ee5924;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal
}

.sidebar-similar__title {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    margin: 36px 0 15px 0
}

.sidebar-card {
    width: 263px;
    background: url(../image/sidebar/similar1.png);
    height: 175px;
    padding: 45px 43px 11px 17px;
    margin-bottom: 3px;
    position: relative
}

.sidebar-card::before {
    content: url(../image/sidebar/white_logo.png);
    position: absolute;
    bottom: -6px;
    left: 3px
}

.sidebar-card:nth-child(2) {
    background: url(../image/sidebar/similar2.png)
}

.sidebar-card:nth-child(3) {
    background: url(../image/sidebar/similar3.png)
}

.sidebar-card__title {
    color: #ffffffc5;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 23px
}

.sidebar-card__more {
    color: #bebceb;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sidebar-card__more:hover {
    text-decoration: none
}

.sidebar-card__more::before {
    content: url(../image/sidebar/arrow.png);
    position: absolute;
    left: -25px;
    top: -3px
}

.sidebar-new__card {
    width: 263px;
    padding: 15px 20px 25px 20px;
    height: 280px;
    border-radius: 2px;
    background-color: #e8e8f5;
    margin-bottom: 1px;
    position: relative
}

.sidebar-new__text {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-top: 12px
}

.sidebar-new__more {
    color: #0c0f88;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .66px;
    line-height: normal;
    left: 80px;
    bottom: 20px
}

.sidebar-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px
}

.sidebar-mark__stars {
    display: -ms-grid;
    display: grid;
    margin: 0 0 0 10px;
    color: #ff7b4c;
    font-size: 20px;
    gap: 15px;
    -ms-grid-columns:(12px) [ 5 ];
    grid-template-columns:repeat(5, 12px);
    font-weight: 500;
    line-height: 1.1
}

.sidebar-mark__stars .icon-star-full:before {
    content: '\2605';
    font-size: 28px
}

.sidebar-mark__count {
    color: #ff7b4c;
    font-size: 25px;
    font-weight: 500
}

.sidebar-review {
    margin-top: 35px;
    width: 263px;
    height: 393px;
    border-radius: 2px;
    background-color: #11138a;
    padding: 42px 37px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    position: relative
}

.sidebar-review__title {
    color: #fff;
    letter-spacing: normal;
    text-align: left;
    font-size: 22px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: normal;
    line-height: 33px;
    text-transform: uppercase
}

.sidebar-review__text {
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px
}

.sidebar-review__text span {
    font-weight: 900
}

.sidebar-review__img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

.sidebar-review__read {
    width: 162px;
    height: 44px;
    border-radius: 15px;
    background-image: linear-gradient(45deg, #ee5924 0, #e85829 20%, #9d4c6b 80%, #954b72 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 32px;
    z-index: 2
}

.sidebar-review__read a {
    color: #fffdf6;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal
}

.content {
    margin-top: 60px
}

.content-published {
    height: 34px;
    border-radius: 3px;
    background-color: #f1f1f2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 25px;
    margin-top: 25px;
}

.content-published .promo__text {
    color: #918fb3;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14px;
    text-shadow: none
}

.content-published .promo__text:nth-child(2) {
    font-weight: 900
}

.sidebar-similar-title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    margin: 36px 0 15px 0
}

.content-check__title {
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 11px
}

.content-check__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.content-check__item {
    margin-left: 18px;
    max-width: 95%;
    padding-left: 35px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    min-height: 52px;
    border-radius: 0 26px 26px 0;
    border: 1px solid #c9c8f0;
    margin-bottom: 3px;
    position: relative;
    border-left: 0
}

.content-check__item:before {
    content: url(../image/content/arrow.png);
    position: absolute;
    left: -25px;
    top: 50%;
    background: 0 0;
    transform: translateY(-50%);
    height: 52px;
    width: 52px;
    z-index: 2;
    background-color: #fff
}

.content-num__item {
    min-height: 52px;
    border-radius: 0 26px 26px 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#fffcde), to(#ffe8b2));
    background-image: linear-gradient(to right, #fffcde 0, #ffe8b2 100%);
    margin-bottom: 5px
}

.content-num__title {
    text-transform: uppercase
}

.content-num__order {
    position: absolute;
    z-index: 9;
    left: -.4%;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center
}

.content-num__item::before {
    content: url(../image/content/item.png)
}

.content-table {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin-top: 15px
}

.content-table caption {
    font-size: 16px;
    font-style: italic;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-top: 29px;
    padding: 0;
    margin-bottom: 15px
}

.content-table__th {
    border-radius: 7px;
    background-color: #d9d7ff;
    border: solid 2px #fff;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    padding: 8px 0
}

.content-table__td {
    border: solid 2px #fff;
    padding: 6px 10px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal
}

.content-table__td img {
    display: block;
    margin: 0 auto
}

.content-table__row:nth-child(2n) {
    border-radius: 7px;
    background-color: #f9f9fa
}

.content-table__row:nth-of-type(2n+1) {
    border-radius: 7px;
    background-color: #f1f1f2
}

.content-note {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    border-radius: 7px;
    background-color: #fff3c8;
    padding: 30px 275px 26px 41px;
    position: relative;
    margin-bottom: 10px
}

.content-note::before {
    content: url(../image/content/note.png);
    position: absolute;
    top: -15px;
    right: 0
}

.content-note::after {
    content: url(../image/content/quotes.png);
    position: absolute;
    top: 8px;
    right: 11px
}

.content-note__text {
    color: #000;
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 34px;
    text-align: left;
    width: 512px;
    font-family: 'Roboto Condensed', sans-serif
}

.content-note__img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5%
}

.content__title {
    margin-bottom: 40px
}

.content__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.content__item {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-columns: 40px auto;
    grid-template-columns:40px auto;
    gap: 11px
}

.content__item::before {
    content: "";
    width: 100%;
    height: 2px;
    -webkit-box-shadow: 0 -7px 20px rgba(21, 22, 76, .5);
    box-shadow: 0 -7px 20px rgba(21, 22, 76, .5);
    background: #f2f0ff;
    position: absolute
}

.content__numb {
    width: 40px;
    height: 40px;
    background-color: #bebceb;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    line-height: normal;
    margin-top: 2px
}

.blog-page-content p.content__link {
    color: #333;
    font-size: 22px !important;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    margin: 4px 0 10px 0;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer
}

.content-article {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows:(minmax(200px, auto)) [ auto-fit ];
    -ms-grid-columns: 452px 368px;
    grid-template:repeat(auto-fit, minmax(200px, auto))/452px 368px;
    gap: 35px;
    margin-top: 60px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left
}

.content-article__attention {
    padding: 24px 41px 28px 88px;
    position: relative;
    min-height: 100px;
    border-radius: 41px;
    background: url(../image/content/bg.png) center center/cover no-repeat;
    margin-left: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 35px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    background-position: inherit;
    margin-top: 25px;
}

.content-article__attention span {
    font-weight: 400;
    text-transform: uppercase
}

.content-article__attention::before {
    content: url(../image/content/logo.png);
    position: absolute;
    bottom: -18px;
    left: -35px;
    z-index: -1
}

.content-article__img img {
    width: 100%
}

.content-article__introduction .text_fs36 {
    font-weight: 900;
    font-style: normal;
    letter-spacing: normal;
    line-height: 42px;
    text-align: center
}

.content-article__main {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

.content-article__main .text_fs36 {
    font-weight: 300;
    line-height: 42px;
    text-align: center;
    margin-left: 18px
}

.content-article__main .text_fs22 {
    margin-bottom: 5px
}

.content-main__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    width: 317px
}

.content-main__item {
    position: relative;
    padding-left: 31px;
    margin-bottom: 15px
}

.content-main__item::before {
    content: "";
    position: absolute;
    background-image: linear-gradient(45deg, #ee5924 0, #e85829 20%, #9d4c6b 80%, #954b72 100%);
    border-radius: 100%;
    width: 10px;
    height: 10px;
    top: 7px;
    left: 6px
}

.content-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-tags__title {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 4px
}

.content-tags__item {
    margin: 0 3px
}

.content-tags__item a {
    width: 77px;
    padding: 8px 15px;
    height: 29px;
    border-radius: 15px;
    border: 1px solid #dedcf0;
    color: #0c0f88;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal
}

.text_bold {
    font-weight: 900;
    line-height: 24px
}

.text_fs36 {
    font-size: 36px
}

.text_fs14 {
    color: #918fb3;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14px
}

.text_fs22 {
    font-size: 22px;
    line-height: 33px;
    font-weight: 400
}

.text__link_passive {
    color: #0c0f88;
    text-decoration: underline
}

.text__link_hover {
    color: #ee5924;
    text-decoration: underline
}

.text__link_onclick {
    color: #f78d5b
}

.text__link_visited {
    color: #8371d3
}

.request {
    width: 847px;
    height: 540px;
    position: relative;
    padding: 131px 314px 157px 156px;
    margin: 75px 0 80px 0;
    position: relative;
}

.request #data {
    margin-right: 5px
}

.request-data {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    position: absolute;
    left: 112px;
    bottom: 43px
}

.request-data span {
    font-size: 16px
}

.request-data a {
    text-decoration: underline;
    color: #fff;
    font-size: 12px
}

.request__bg {
    position: absolute;
    top: -105px;
    left: -112px;
    z-index: -2;
    max-width: initial;

}

.request__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.request__text {
    width: 229px;
    height: 113px;
    color: #2237e0;
    font-size: 16px;
    font-style: italic;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    position: absolute;
    right: 101px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.request-form__title {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 33px
}

.request-form__title span {
    font-weight: 900
}

.request-form input {
    border: none;
    width: 270px;
    position: relative;
    margin-bottom: 45px;
    background: rgba(1, 1, 1, 0);
    color: #333;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal
}

.request-form input:focus {
    outline: 0
}

.request-form button {
    width: 192px;
    height: 44px;
    border-radius: 15px;
    color: #fffdf6;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-left: 10%;
    border: none;
    background-image: linear-gradient(45deg, #ee5924 0, #e85829 20%, #9d4c6b 80%, #954b72 100%)
}

.request-form__input {
    position: relative
}

.request-form__input::after {
    content: "";
    width: 270px;
    height: 3px;
    position: absolute;
    bottom: 30px;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#ee5924), color-stop(20%, #e85829), color-stop(69%, #9d4c6b), to(#1635ec));
    background-image: linear-gradient(to right, #ee5924 0, #e85829 20%, #9d4c6b 69%, #1635ec 100%)
}
.blog-page-content .request {
  /*  width: 100%;*/
}
.projects {
    margin-top: 75px;
    position: relative;
    padding-bottom: 83px;
    width: 100%
}

.projects__img {
    position: absolute;
    right: 0;
    bottom: -100px;
    z-index: -1
}

.projects__img_left {
    position: absolute;
    left: 0;
    bottom: 83px;
    z-index: -1
}

.projects-more {
    color: #0c0f88;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .84px;
    line-height: normal;
    bottom: -32px;
    left: 30%
}

.projects__title {
    color: #333;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 54px;
    text-align: left;
    margin-bottom: 42px
}

.projects__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows:(minmax(389px, auto)) [ auto-fit ];
    -ms-grid-columns:(263px) [ auto-fit ];
    grid-template:repeat(auto-fit, minmax(389px, auto))/repeat(auto-fit, 263px);
    gap: 25px
}

.projects-item {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    position: relative
}

.projects-item__title {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase
}

.projects-item__location {
    color: #0c0f88;
    font-style: italic;
    position: relative;
    margin: 15px 0 15px 15px
}

.projects-item__location::before {
    content: url(../image/projects/local.png);
    position: absolute;
    left: -15px
}

.projects-item__descr {
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-left: 20px
}

.projects-item img {
    margin-bottom: 22px
}

.comment {
    height: 1572px;
    background-color: #e8e8f5;
    padding-top: 75px;
    width: 100%
}

.comment-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comment-leave {
    width: 749px;
    height: 498px;
    border-radius: 20px;
    background-color: #fff;
    margin: 0 auto;
    padding: 50px 98px
}

.comment-leave__title {
    margin-left: 12px;
    color: #333;
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 33px;
    text-align: left;
    margin-bottom: 34px
}

.comment-roll {
    margin-top: 35px;
    height: 93px;
    background-color: #202139;
    opacity: .56;
    background: url(../image/comment/roll.png);
    position: relative
}

.comment-roll img {
    width: 100%
}

.comment-roll__title {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.comment-roll__title::after {
    content: url(../image/comment/rolling.png);
    position: absolute
}

.comment-roll__title a {
    text-align: center;
    color: #0c0f88;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: right;
    text-transform: uppercase;
    margin-right: 10px
}

.comment-form textarea {
    width: 553px;
    height: 130px;
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 24px;
    resize: none;
    z-index: 2;
    padding: 10px
}

.comment-form button, .comment-form__btn {
    margin-left: 0
}

.comment-form__textarea {
    z-index: 2;
    position: relative
}

.comment-form__textarea:before {
    content: "";
    width: 557px;
    height: 134px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ee5924), color-stop(20%, #e85829), color-stop(69%, #9d4c6b), to(#1635ec));
    background-image: linear-gradient(to right, #ee5924 0, #e85829 20%, #9d4c6b 69%, #1635ec 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px
}

.comment__leave {
    width: 178px;
    height: 44px;
    border-radius: 15px;
    background-image: linear-gradient(45deg, #ee5924 0, #e85829 20%, #9d4c6b 80%, #954b72 100%);
    position: relative;
    margin-top: 20px
}

.comment-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comment__link, .comment__read {
    color: #918fb3;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .84px
}

.comment__read {
    height: 47px;
    margin-right: 395px;
    position: relative;
    padding-left: 66px
}

.comment__read::before {
    content: url(../image/comment/read.png);
    position: absolute;
    left: 15px;
    top: -11px;
    width: 40px;
    height: 40px;
    background-color: #bebceb;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comment__read a {
    font-weight: 900
}

.humburger {
    width: 52px;
    height: 29px;
    position: absolute;
    top: 60%;
    right: 80px;
    display: -ms-grid;
    display: grid;
    justify-items: end;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden
}

.humburger span {
    display: block;
    width: 43.33px;
    height: 4.14px;
    background: #bd735d
}

.humburger span:nth-child(2) {
    width: 52px
}


@media (max-width: 1230px) {
    .container {
        max-width: 960px
    }

    .article__block {
        margin-left: 15px
    }

    .content-article {
        -ms-grid-rows:(minmax(200px, auto)) [ auto-fit ];
        -ms-grid-columns:(minmax(auto, 453px)) [ auto-fit ];
        grid-template:repeat(auto-fit, minmax(200px, auto))/repeat(auto-fit, minmax(auto, 453px))
    }

    .header-contacts__tel a {
        font-size: 22px
    }

    .header-menu {
        width: 500px
    }

    .content-article {
        -ms-grid-rows:(minmax(200px, auto)) [ auto-fit ];
        -ms-grid-columns:(minmax(453px, 1fr)) [ auto-fit ];
        grid-template:repeat(auto-fit, minmax(200px, auto))/repeat(auto-fit, minmax(453px, 1fr))
    }

    .content-article__img {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        width: 300px;
        margin: 0 auto
    }

    .content-article__img img {
        width: 100%
    }

    .content-article__attention {
        padding: 10px 10% 3% 15%;
        font-size: 13px;
        width: 90%;
        line-height: 1.3
    }

    .content-note {
        width: 90%
    }

    .content-note__text {
        width: inherit;
        font-size: 16px;
        line-height: 24px
    }

    .request {
        width: 400px;
        position: relative;
        padding: 0 40px 0 60px;
        max-height: 400px
    }
    .request__bg {
        display: none
    }

    .request__wrapper {
        display: none
    }

    .request-form__title {
        font-size: 20px
    }

    .request__text {
        display: none
    }

    .request-data {
        color: #000;
        bottom: 5px;
        left: 30px
    }

    .comment__link, .comment__read {
        font-size: 12px
    }

    .request-data span {
        font-size: 12px
    }
    .blog-page-content .request-data{
        position: relative;
        left: initial;
        bottom: initial;
        margin-top: 25px;
        color: #797979;
    }
    .blog-page-content .request{
        border: 1px solid #eee;
        padding: 25px;
        text-align: center;
        height: initial;
        margin: 35px auto;
        width: 100%;
        max-width: 350px;
        max-height: initial;
    }
    .blog-page-content .request input,
    .blog-page-content .request .request-form__input::after{
        width: 100%;
    }
    .blog-page-content .request-form__title{margin-bottom: 15px}
    .projects__list {
        -ms-grid-rows:(minmax(389px, auto)) [ auto-fit ];
        -ms-grid-columns:(minmax(263px, .5fr)) [ auto-fit ];
        grid-template:repeat(auto-fit, minmax(389px, auto))/repeat(auto-fit, minmax(263px, .5fr));
        row-gap: 50px
    }

    .comment__read {
        margin-right: 50px
    }

    .slider-default .slider-content-single {
        min-height: 230px
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 720px
    }

    .content-article__attention {
        padding: 10px 10% 3% 15%;
        font-size: 13px
    }

    .header-nav__emblem {
        width: 150px
    }

    .header-nav__emblem img {
        width: 100%
    }

    .header-nav {
        padding: 25px 0
    }

    .header-menu {
        width: 450px;
        padding-left: 20px
    }

    .header-menu::before {
        left: -10px
    }

    .header-calculator__title {
        display: none
    }

    .header-calculator {
        width: 50px;
        padding: 14px
    }

    .header-soc__item {
        width: 35px;
        height: 35px
    }

    .header-soc__item img {
        width: 100%
    }

    .header-soc {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows:(30px) [ 2 ];
        -ms-grid-columns:(30px) [ 2 ];
        grid-template:repeat(2, 30px)/repeat(2, 30px);
        gap: 15px;
        width: 70px
    }

    .header-contacts__tel a {
        font-size: 16px
    }

    .article-header__item a {
        font-size: 13px
    }

    .article-header__item {
        padding: 0 8px;
        text-align: center
    }

    .article-header__title {
        display: none
    }

    .article-header__item::after {
        content: ""
    }

    .article-header {
        margin-top: 15px;
        display: none
    }

    .content__link {
        font-size: 15px
    }

    .content__numb {
        width: 30px;
        height: 30px;
        font-size: 14px
    }

    .content__item {
        -ms-grid-columns: 30px auto;
        grid-template-columns:30px auto
    }

    .content-article {
        gap: 10px
    }

    .article__block {
        margin-left: 10px
    }

    .content-note__img {
        display: none
    }

    .content-note {
        padding: 30px 10px 10px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .content-table__th {
        font-size: 16px
    }

    .content-tags {
        display: none
    }

    .comment-leave {
        max-width: 600px
    }

    .comment-form textarea {
        max-width: 400px
    }

    .comment-form__textarea:before {
        max-width: 405px
    }

    __blocks {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 263px minmax(auto, 533px);
        grid-template-columns:263px minmax(auto, 533px)
    }

    .content-article__attention::before {
        display: none
    }

    .content-article__attention {
        border-radius: 30px;
        background-position: center;
        padding: 15px 25px;
        width: 100%;
        margin: 10px 0
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 540px
    }

    .comment-roll img {
        display: none
    }

    .header-menu {
        display: none
    }

    .header-graph {
        display: none
    }

    .header-contacts__tel a {
        font-size: 22px
    }

    .header-soc {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows:(30px) [ 2 ];
        -ms-grid-columns:(30px) [ 2 ];
        grid-template:repeat(2, 30px)/repeat(2, 30px);
        gap: 10px;
        width: 80px
    }

    .promo__title {
        font-size: 38px
    }

    .article__blocks {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .article__block {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
    }

    .content__title {
        margin-bottom: 20px
    }

    .content {
        margin-top: 40px
    }

    .sidebar {
        margin: 0 auto
    }

    .content__link {
        font-size: 13px
    }

    .content__item {
        gap: 5px
    }

    .content-article {
        -ms-grid-rows:(minmax(200px, auto)) [ auto-fit ];
        -ms-grid-columns:(minmax(300px, 1fr)) [ auto-fit ];
        grid-template:repeat(auto-fit, minmax(200px, auto))/repeat(auto-fit, minmax(300px, 1fr))
    }

    .projects__list {
        -webkit-column-gap: 5px;
        column-gap: 5px
    }

    .comment-leave {
        padding: 50px;
        max-width: 400px
    }

    .comment-form textarea {
        max-width: 300px
    }

    .comment-form__textarea:before {
        max-width: 305px
    }

    .comment__read {
        margin-right: 5px
    }

    .projects__title {
        font-size: 40px
    }

    .sidebar-review__read a {
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .comment-leave__title {
        font-size: 15px
    }

    .humburger {
        visibility: visible
    }

    .request {
        margin: 30px auto;
        padding: 20px
    }

    .request .request-form button, .request .request-form__input::after {
        width: 200px
    }

    .request .request-form button {
        margin-left: 0
    }

    .request .request-data {
        bottom: -30px;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows:(40px) [ 2 ];
        -ms-grid-columns: 30px auto;
        grid-template:repeat(2, 40px)/30px auto;
        margin: 0
    }

    .request .request-data label {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
    }

    .request .request-data #data {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
    }

    .request .request-data span {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }

    .blog-main .sidebar {
        display: none
    }

    .slider-default .slider-content-single {
        min-height: 140px;
        padding: 20px 0 0 0
    }
}

@media (max-width: 577px) {
    .container {
        width: auto
    }

    .request-form button {
        width: 150px
    }

    .comment-leave {
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 250px
    }

    .comment-form textarea {
        max-width: 150px
    }

    .comment-form__textarea:before {
        max-width: 155px
    }

    .projects-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: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 20px
    }

    .projects__title {
        margin-left: 5%
    }

    .comment__read {
        display: none
    }

    .comment__leave {
        width: 140px;
        height: 44px;
        margin-left: 10px
    }

    .comment-stars {
        margin-bottom: 10px
    }

    .request-form__input::after {
        width: 150px
    }

    .comment-leave__title {
        display: none
    }

    .header-switch {
        left: 38px
    }

    .content-article {
        row-gap: 5px;
        -webkit-column-gap: 0;
        column-gap: 0;
        text-align: justify
    }

    .header-nav {
        padding: 30px 10px 20px 10px
    }

    .header-contacts__tel a {
        font-size: 14px
    }

    .header-feedback__title {
        display: none
    }

    .header-feedback:before {
        display: none
    }

    .header-feedback:after {
        display: none
    }

    .header-soc {
        margin-left: 25px
    }

    .promo {
        min-height: 580px;
        padding: 50% 10%
    }

    .promo__title {
        line-height: 1.4;
        text-align: center
    }

    .content-note {
        margin: 25px auto
    }

    .content-check__item {
        font-size: 12px;
        padding-right: 10px
    }

    .content-published {
        height: 54px
    }

    .request__bg {
        display: none
    }

    .request__wrapper {
        display: none
    }

    .request__text {
        display: none
    }

    .request {
        width: 300px
    }

    .request-form input {
        width: 200px
    }

    .request-form__input::after {
        width: 150px
    }

    .request {
        padding-top: 0
    }

    .request-data {
        color: #000;
        bottom: 5px;
        left: 30px
    }

    .projects__list {
        -ms-grid-rows:(minmax(389px, auto)) [ auto-fit ];
        -ms-grid-columns:(minmax(263px, 1fr)) [ auto-fit ];
        grid-template:repeat(auto-fit, minmax(389px, auto))/repeat(auto-fit, minmax(263px, 1fr));
        padding-left: 10px
    }

    .projects__img, .projects__img_left {
        display: none
    }

    .content-article__attention {
        margin: 30px auto
    }

    .content-note {
        padding-top: 40px
    }

    .content-article__attention {
        font-size: 13px
    }
}

@media (max-width: 496px) {
    .content-table__th {
        font-size: 13px;
        vertical-align: middle;
        padding: 8px 10px
    }

    .content-article__attention {
        border-radius: 13px
    }
}