@font-face {
    font-family: ProximaNovaRegular;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/ProximaNovaRegular.woff) format("woff")
}

@font-face {
    font-family: ProximaNovaBold;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/ProximaNovaBold.woff) format("woff")
}

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

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

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

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

::placeholder {
    color: #999
}

* {
    outline: 0 !important
}

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

a {
    text-decoration: none
}

section {
    padding: 100px 0
}

h1.title {
    text-transform: uppercase;
    font-size: 56px
}

@media (max-width: 991px) {
    h1.title {
        font-size: 25px
    }
}

h2.section-title {
    margin-bottom: 50px;
    color: #242424;
    font-size: 40px;
    font-weight: 700;
    font-family: ProximaNovaBold, sans-serif;
    text-align: center;
}

@media (max-width: 991px) {
    h2.section-title {
        font-size: 32px
    }
}

p.subtitle {
    margin-bottom: 50px;
    color: rgba(36, 36, 36, .8);
    font-size: 20px
}

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

.accent {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fde924
}

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

a.link-inject {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
    background-color: #fde924;
    text-align: center;
    text-decoration: none;
    -o-transition: .25s;
    transition: .25s
}

a.link-inject:hover {
    background-color: #fbe402;
    text-decoration: none;
    cursor: pointer;
    color: #000
}

.link-btn {
    margin: 40px auto;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 317px;
    height: 65px;
    border: none;
    margin-bottom: 3px;
    background: url(../img/form-btn.png) no-repeat center;
    background-size: contain;
    color: #211f1b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -o-transition: .25s;
    transition: .25s
}

@media (max-width: 991px) {
    .link-btn {
        width: 258px;
        font-size: 13px
    }
}

.link-btn:hover {
    background: url(../img/form-btn-hover.png) no-repeat center;
    background-size: contain;
    text-decoration: none;
    color: #211f1b
}

a.button-arrow {
    position: relative;
    max-width: 368px;
    height: 48px;
    padding: 15px 85px 15px 36px;
    background-color: #fde337;
    color: #242424;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s ease;
    border: none;
    border-radius: 10px
}

@media (max-width: 575px) {
    a.button-arrow {
        max-width: 100%;
        padding: 13px 50px 13px 20px;
        font-size: 15px;
        height: 40px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }
}

a.button-arrow:hover {
    background-color: #edd21d;
    text-decoration: none;
    color: #000
}

a.button-arrow:after {
    content: url(../img/icon-arrow.png);
    width: 65px;
    height: 48px;
    border: none;
    top: 0;
    right: -10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

@media (max-width: 575px) {
    a.button-arrow:after {
        top: 0;
        height: 40px;
        width: 50px;
        right: 0
    }
}

span.numbers {
    margin: 0 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family: Arial, sans-serif;
    width: 21px;
    height: 21px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #000;
    color: #fff
}

.list-number {
    position: relative;
    margin-right: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #fde924;
    border-radius: 50%
}

.list-number span {
    position: absolute;
    width: 1px;
    height: 60px;
    background-color: #000;
    opacity: .12;
    transform: translateY(64px)
}

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, main, 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, main, menu, nav, section {
    display: block
}

[hidden] {
    display: none
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button:active {
    outline: 0
}

html {
    box-sizing: border-box;
}

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

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

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

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

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

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

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1220px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: display:
    display: display: flex !important
}

.d-inline-flex {
    display: display:
    display: 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: display:
        display: display: flex !important
    }

    .d-sm-inline-flex {
        display: display:
        display: 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: display:
        display: display: flex !important
    }

    .d-md-inline-flex {
        display: display:
        display: 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: display:
        display: display: flex !important
    }

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

@media (min-width: 1220px) {
    .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: display:
        display: display: flex !important
    }

    .d-xl-inline-flex {
        display: display:
        display: 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: display:
        display: display: flex !important
    }

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

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

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

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

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

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

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

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

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

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

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

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

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

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

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

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

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

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

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

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

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

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

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

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

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

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

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

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

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

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

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

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

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

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

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

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

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
    margin: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    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: cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -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;
    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
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden;
    overflow-x: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body {
    position: relative;
    min-width: 320px;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    line-height: 1.4;
    font-family: ProximaNovaRegular, serif;
    font-weight: 400;
    font-size: 16px;
    color: #242424;
}

body input, body textarea {
    border: #666 1px solid;
    outline: 0
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid, body textarea:required:valid {
    border-color: green
}

@media (max-width: 991px) {
    body {
        line-height: 1.2
    }
}

.nav-menu {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 1;
    z-index: -1
}

.nav-menu a {
    color: #000
}

@media (max-width: 1220px) {
    .nav-menu {
        padding: 60px 20px;
        position: fixed;
        top: 0;
        right: 0;
        width: 250px;
        height: 100vh;
        display: none;
        background: #ebedec
    }
}

.nav-menu .toggle-burger {
    padding: 0 5px
}

@media (max-width: 1220px) {
    .nav-menu span {
        display: none
    }
}

.nav-menu li {
    position: relative;
    padding: 0;
    margin-right: 30px
}

.nav-menu li:last-child {
    margin-right: 0
}

.nav-menu li:last-child:after {
    display: none
}

@media (max-width: 1220px) {
    .nav-menu li {
        margin-left: 0;
        line-height: 50px;
        border-bottom: 1px solid #ccc
    }
}

.nav-menu li:hover:before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    width: 27px;
    height: 2px;
    border-radius: 1px;
    border: 1px solid #3a3a3a;
    left: 50%;
    bottom: -7px;
    background: #000
}

@media (max-width: 1220px) {
    .nav-menu li:hover:before {
        display: none
    }
}

.nav-menu li:after {
    content: "/";
    position: absolute;
    right: -15px;
    top: 0;
    color: #8a8b8b
}

@media (max-width: 1220px) {
    .nav-menu li:after {
        display: none
    }
}

.nav-menu li a {
    color: #242424
}

.nav-menu li a:hover {
    text-decoration: none
}

.nav-menu li:last-child {
    border-bottom: none
}

.main {
    position: relative;
    height: 944px;
    padding-top: 74px;
    background: #f4f6f5 url(../img/main_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden
}

.main:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 260px;
    height: 557px;
    background: url(../img/cloud.png) no-repeat center;
    z-index: 1
}

@media (max-width: 1220px) {
    .main:before {
        display: none
    }
}

.main__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.main .container-injection {
    position: relative
}

.main-img {
    position: relative;
    max-width: 730px;
    height: 730px;
    z-index: 3
}

@media (max-width: 991px) {
    .main-img {
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
        width: 310px;
        height: 340px
    }
}

@media (max-width: 991px) {
    .main-img_web {
        display: none
    }
}

.main-img_mob {
    display: none
}

@media (max-width: 991px) {
    .main-img_mob {
        display: block;
        width: 310px;
        height: 340px
    }
}

.main-img img {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(158px, -80px);
    max-width: none;
}

@media (max-width: 1220px) {
    .main-img img {
        overflow: hidden;
        transform: translate(360px, -80px)
    }
}

@media (max-width: 991px) {
    .main-img img {
        position: static;
        transform: translate(0)
    }
}

.main-content {
    position: relative;
    z-index: 4
}

@media (max-width: 991px) {
    .main-content {
        margin: auto;
        text-align: center
    }
}

.main-content__title {
    margin-bottom: 20px;
    max-width: 431px;
    color: #242424;
    font-size: 40px;
    font-weight: 700;
    font-family: ProximaNovaBold, sans-serif;
    line-height: 1.2
}

@media (max-width: 991px) {
    .main-content__title {
        margin-top: 60px;
        max-width: 350px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 32px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .main-content__title {
        max-width: 294px;
        font-size: 25px
    }
}

/*.main-content__title span {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    font-size: 40px;*/
/*    background: #fde924*/
/*}*/

@media (max-width: 991px) {
    .main-content__title span {
        font-size: 32px
    }
}

@media (max-width: 767px) {
    .main-content__title span {
        font-size: 25px
    }
}

/*.main-content__title span:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -10px;*/
/*    right: -10px;*/
/*    height: 100%;*/
/*    background: #fde924;*/
/*    z-index: -1*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .main-content__title span:before {*/
/*        display: none*/
/*    }*/
/*}*/

.main-content p {
    margin-bottom: 50px;
    max-width: 300px;
    color: #30302b;
    font-size: 20px;
    line-height: 22px
}

@media (max-width: 991px) {
    .main-content p {
        font-size: 16px;
        max-width: auto;
        margin-left: auto;
        margin-right: auto
    }
}

.main-content__company {
    max-width: 431px;
    color: #30302b;
    font-size: 16px;
    line-height: 22.39px
}

@media (max-width: 991px) {
    .main-content__company {
        margin: auto;
        font-size: 14px
    }
}

.main-content__company .company__wrap {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

@media (max-width: 991px) {
    .main-content__company .company__wrap {
        flex-wrap: wrap;
        justify-content: space-around
    }
}

@media (max-width: 575px) {
    .main-content__company .company__wrap {
        margin-left: auto;
        margin-right: auto;
        max-width: 280px
    }
}

.company_img img {
    width: 100%
}

@media (max-width: 575px) {
    .company_img:nth-child(1) {
        max-width: 43px
    }

    .company_img:nth-child(2) {
        max-width: 60px
    }

    .company_img:nth-child(3) {
        max-width: 108px
    }

    .company_img:nth-child(4) {
        max-width: 70px
    }

    .company_img:nth-child(5) {
        max-width: 104px
    }

    .company_img:nth-child(6) {
        max-width: 77px
    }

    .company_img:nth-child(7) {
        max-width: 97px
    }

    .company_img:nth-child(8) {
        max-width: 63px
    }
}

.slider-tabs {
    background-size: cover
}

.visual_bear {
    background: url(../img/bear-vis1.jpg) no-repeat center
}

.project_bear {
    background: url(../img/bear1.jpg) no-repeat center
}

.visual_flowers {
    background: url(../img/flow-vis1.jpg) no-repeat center
}

.project_flowers {
    background: url(../img/flow1.jpg) no-repeat center
}

.visual_coats {
    background: url(../img/coats-vis1.jpg) no-repeat center
}

.project_coats {
    background: url(../img/coats1.jpg) no-repeat center
}

.visual_frost {
    background: url(../img/bear-vis2.jpg) no-repeat center
}

.project_frost {
    background: url(../img/bear2.jpg) no-repeat center
}

.free-visual {
    position: relative;
    background: #f4f6f5 url(../img/visual-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 50px;
}

.free-visual:before {
    /*content: "";*/
    position: absolute;
    top: -100px;
    left: 0;
    width: 260px;
    height: 557px;
    background: url(../img/cloud.png) no-repeat center;
    transform: rotate(180deg)
}

@media (max-width: 1220px) {
    .free-visual:before {
        display: none
    }
}

@media (max-width: 991px) {
    .free-visual {
        background: 0;
        position: relative;
        z-index: 1
    }
}

.free-visual-img {
    margin-right: 35px
}

@media (max-width: 991px) {
    .free-visual-img {
        display: none
    }
}

.free-visual-img img {
    display: block;
    width: 100%;
    height: 100%
}

.free-visual__wrap {
    position: relative;
    margin-top: -90px;
    margin-bottom: 21px;
    padding-top: 35px;
    display: flex;
    background-color: #fff;
    border-radius: 30px;
    z-index: 2
}

@media (max-width: 991px) {
    .free-visual__wrap {
        justify-content: center
    }
}

.free-visual-form {
    position: relative;
    max-width: 360px;
    width: 100%;
    text-align: center
}

@media (max-width: 991px) {
    .free-visual-form {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px
    }
}

.free-visual-form h3 {
    margin-bottom: 30px;
    color: #2a2525;
    font-size: 30px
}

@media (max-width: 991px) {
    .free-visual-form h3 {
        max-width: 190px;
        font-size: 18px;
        margin-left: auto;
        margin-right: auto
    }
}

.free-visual-form input {
    display: block;
    height: 68px;
    margin: 6px auto;
    padding: 20px 86px;
    border-radius: 34px;
    border: 1px solid #c5c5c5;
    font-size: 16px;
    color: #b5b4b4;
    width: 100%
}

@media (max-width: 1220px) {
    .free-visual-form input {
        padding: 20px 76px
    }
}

@media (max-width: 991px) {
    .free-visual-form input {
        padding: 20px 86px;
        height: 53px
    }
}

@media (max-width: 575px) {
    .free-visual-form input {
        padding: 20px 56px
    }
}

.free-visual-form input.name {
    background: url(../img/name.png) no-repeat 14px
}

@media (max-width: 991px) {
    .free-visual-form input.name {
        background-position: 10px;
        background-size: 40px
    }
}

@media (max-width: 575px) {
    .free-visual-form input.name {
        background-size: 30px
    }
}

.free-visual-form input.phone {
    background: url(../img/tel.png) no-repeat 14px
}

@media (max-width: 991px) {
    .free-visual-form input.phone {
        background-position: 10px;
        background-size: 40px
    }
}

@media (max-width: 575px) {
    .free-visual-form input.phone {
        background-size: 30px
    }
}

.free-visual-form button {
    margin-top: 32px;
    padding-bottom: 10px;
    width: 100%;
    height: 82px;
    border: none;
    margin-bottom: 3px;
    background: url(../img/form-btn.png) no-repeat center;
    background-size: contain;
    color: #211f1b;
    font-size: 17px;
    font-weight: 700;
    font-family: ProximaNovaBold, sans-serif;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .free-visual-form button {
        margin-top: 23px;
        font-size: 14px
    }
}

.free-visual-form button:hover {
    background: url(../img/form-btn-hover.png) no-repeat center;
    background-size: contain;
    cursor: pointer
}

.free-visual-form span {
    display: block;
    opacity: .47;
    color: #2a2525;
    font-size: 11px
}

.cheaper-trust {
    background: #f4f6f5 url(../img/main_bg.jpg) no-repeat center;
    background-size: cover;
    background-clip: border-box
}

.cheaper {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 75px;
    text-align: center
}

.cheaper__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 770px;
    margin: 0 auto
}

@media (max-width: 991px) {
    .cheaper__wrap {
        width: auto;
        flex-direction: column;
        align-items: center
    }
}

.cheaper__block {
    position: relative;
    display: flex;
    padding: 32px 22px;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: 14px;
    max-width: 375px;
    height: 285px;
    color: #fff;
    border-radius: 10px;
    background: url(../img/cheaper-2.jpg) no-repeat center;
    z-index: 1
}

@media (max-width: 991px) {
    .cheaper__block {
        padding: 27px 20px
    }
}

.cheaper__block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/gradient.png) no-repeat center;
    z-index: -1;
    border-radius: 10px
}

.cheaper__block:first-child {
    padding: 42px 36px;
    max-width: 751px;
    height: 285px;
    background: url(../img/cheaper-1.jpg) no-repeat center
}

@media (max-width: 991px) {
    .cheaper__block:first-child {
        padding: 27px 20px;
        border-radius: 10px;
        max-width: 375px;
        background: url(../img/cheaper-1.jpg) no-repeat right
    }
}

.cheaper__block:last-child {
    margin-left: 7px;
    background: url(../img/cheaper-3.jpg) no-repeat center
}

@media (max-width: 575px) {
    .cheaper__block:last-child {
        margin-left: 0
    }
}

.cheaper h4 {
    margin-bottom: 24px;
    color: white;
    font-size: 29px;
    font-weight: 700;
    font-family: ProximaNovaBold, sans-serif
}

@media (max-width: 991px) {
    .cheaper h4 {
        margin-bottom: 16px;
        font-size: 21px;
        text-align: left;
        line-height: 1.2
    }
}

.cheaper p {
    text-align: left;
    font-size: 15px
}

@media (max-width: 575px) {
    .cheaper p {
        font-size: 12px;
        margin-bottom: 0
    }
}

.cheaper-button {
    margin: 30px auto 0
}

@media (max-width: 991px) {
    .cheaper-button {
        margin: 10px auto 0
    }
}

.trust {
    padding-top: 90px;
    position: relative;
    overflow: hidden;
    height: 410px
}

@media (max-width: 991px) {
    .trust {
        padding-top: 60px;
        margin-bottom: 50px;
        height: 100%
    }
}

.trust h2 {
    margin-bottom: 26px;
    text-align: right;
    line-height: 1.2;
    font-weight: 700;
    font-family: ProximaNovaBold, sans-serif
}

@media (max-width: 991px) {
    .trust h2 {
        margin-bottom: 16px;
        text-align: center
    }
}

.trust__wrap {
    display: flex
}

@media (max-width: 991px) {
    .trust__wrap {
        flex-direction: column;
        align-items: center
    }
}

.trust__text {
    margin-right: 36px;
    width: 500px
}

.trust__text_subtitle {
    text-align: right
}

@media (max-width: 991px) {
    .trust__text_subtitle {
        margin-bottom: 106px;
        text-align: center
    }
}

@media (max-width: 991px) {
    .trust__text {
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
        width: 100%
    }
}

.trust-block {
    width: 660px;
    overflow-x: hidden
}

@media (max-width: 991px) {
    .trust-block {
        max-width: 390px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .trust-block {
        max-width: 360px
    }
}

@media (max-width: 575px) {
    .trust-block {
        max-width: 273px
    }
}

.trust-slider {
    position: absolute
}

@media (max-width: 991px) {
    .trust-slider {
        position: static
    }
}

.trust__item {
    position: relative;
    max-width: 390px;
    height: 300px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
    z-index: 1
}

@media (max-width: 767px) {
    .trust__item {
        max-width: 360px;
        height: 100%
    }
}

@media (max-width: 575px) {
    .trust__item {
        max-width: 273px
    }
}

.trust__item img {
    width: 100%;
    border-radius: 30px
}

.trust__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/trust-gradient.png) no-repeat center;
    border-radius: 20px;
    z-index: 0
}

.trust__item_text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-family: ProximaNovaBold, sans-serif
}

.trust__item_text h4 {
    font-size: 22px;
    color: white;
}

.trust__item_text p {
    font-size: 14px
}

@media (max-width: 991px) {
    .trust__item_text h4 {
        margin-bottom: 0;
        font-size: 16px
    }

    .trust__item_text p {
        text-align: left;
        margin-bottom: 0;
        font-size: 12px
    }
}

.arrow-trust {
    position: absolute;
    padding: 20px;
    bottom: 0;
    width: 10px;
    height: 18px;
    border-radius: 10px;
    border: 1px solid #1c262c;
    opacity: .44;
    cursor: pointer;
    z-index: 8
}

@media (max-width: 991px) {
    .arrow-trust {
        bottom: 330px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9
    }
}

@media (max-width: 767px) {
    .arrow-trust {
        bottom: 240px
    }
}

.arrow-trust__prev {
    left: -150px;
    background: url(../img/arrow-trust__prev.png) no-repeat center
}

@media (max-width: 991px) {
    .arrow-trust__prev {
        width: 47px;
        height: 47px;
        left: 50%;
        transform: translateX(-50px)
    }
}

.arrow-trust__next {
    left: -100px;
    background: url(../img/arrow-trust__next.png) no-repeat center
}

@media (max-width: 991px) {
    .arrow-trust__next {
        width: 47px;
        height: 47px;
        left: 50%;
        transform: translateX(10px)
    }
}

.brigade {
    padding-top: 100px;
    position: relative;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .brigade {
        padding-top: 50px
    }
}

.brigade:after {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 345px;
    height: 684px;
    z-index: 0;
    background: url(../img/molot.png) no-repeat center
}

@media (max-width: 1220px) {
    .brigade:after {
        display: none
    }
}

.brigade h2 {
    margin-bottom: 13px
}

@media (max-width: 991px) {
    .brigade h2 {
        margin-bottom: 30px
    }
}

.brigade .brigade-text {
    text-align: center;
    margin-bottom: 45px
}

@media (max-width: 991px) {
    .brigade .brigade-text {
        margin-bottom: 25px
    }
}

.brigade__wrap {
    display: flex;
    justify-content: center
}

@media (max-width: 991px) {
    .brigade__wrap {
        flex-direction: column;
        align-items: center
    }
}

.brigade-img {
    text-align: center;
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
    z-index: 1;
    width: 286px;
    height: 333px
}

@media (max-width: 991px) {
    .brigade-img {
        margin-bottom: 10px
    }
}

.brigade-img img {
    width: 100%
}

.brigade-img h4 {
    position: absolute;
    width: 100%;
    bottom: 25px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%)
}

.brigade-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/brigade-gradient.png) no-repeat center;
    z-index: 0;
    border-radius: 30px
}

@media (max-width: 991px) {
    .brigade-btn {
        margin-top: 26px;
        width: 100%
    }
}

.dogovor {
    padding-top: 95px;
    padding-bottom: 100px;
    position: relative;
    background-size: cover;
    width: 100%;
    background: url(../img/main_bg.jpg) no-repeat center;
    background-size: cover
}

@media (max-width: 991px) {
    .dogovor {
        padding-bottom: 0;
        margin-top: 0
    }
}

.dogovor:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 213px;
    height: 330px;
    /*background: url(../img/roulette.png) no-repeat center;*/
    z-index: 0
}

@media (max-width: 1220px) {
    .dogovor:before {
        display: none
    }
}

.dogovor h2 {
    margin-bottom: 13px;
    text-align: center
}

.dogovor-subtitle {
    text-align: center;
    margin-bottom: 30px
}

.dogovor__wrap {
    margin: auto;
    width: 950px;
    display: flex
}

@media (max-width: 991px) {
    .dogovor__wrap {
        width: 100%;
        flex-direction: column;
        align-items: center
    }
}

.dogovor-img {
    width: 50%
}

@media (max-width: 991px) {
    .dogovor-img {
        width: 100%
    }

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

.dogovor-text {
    width: 50%
}

@media (max-width: 991px) {
    .dogovor-text {
        width: 100%
    }
}

.dogovor-text span {
    margin-bottom: 66px;
    display: block
}

@media (max-width: 991px) {
    .dogovor-text span {
        margin-top: 40px;
        margin-bottom: 41px;
        text-align: center
    }
}

.dogovor-text .text-list {
    display: flex;
    flex-direction: column;
    align-items: center
}

.dogovor-text .text-list li {
    display: flex
}

@media (max-width: 991px) {
    .dogovor-text .text-list li {
        display: block
    }
}

.dogovor-text .text-list__number {
    position: relative;
    margin-right: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #fde924;
    border-radius: 50%;
    font-family: Arial, sans-serif
}

@media (max-width: 991px) {
    .dogovor-text .text-list__number {
        width: 36px;
        height: 35px
    }
}

@media (max-width: 991px) {
    .dogovor-text .text-list__number_one {
        transform: translate(50px, 30px)
    }
}

@media (max-width: 991px) {
    .dogovor-text .text-list__number_two {
        transform: translate(40px, 30px)
    }
}

@media (max-width: 991px) {
    .dogovor-text .text-list__number_three {
        transform: translate(35px, 30px)
    }
}

.dogovor-text .text-list__number span {
    position: absolute;
    width: 1px;
    height: 60px;
    background-color: #000;
    opacity: .12;
    transform: translateY(64px)
}

@media (max-width: 991px) {
    .dogovor-text .text-list__number span {
        display: none
    }
}

.dogovor-text .text-list__descr {
    margin-bottom: 42px;
    color: #242424
}

@media (max-width: 991px) {
    .dogovor-text .text-list__descr {
        text-align: center
    }
}

@media (max-width: 481px) {
    .dogovor-text .text-list__descr {
        margin-bottom: 0
    }
}

.dogovor-text .text-list__descr h4 {
    margin-bottom: 15px;
    line-height: 1;
    font-size: 27px;
    font-weight: 700;
    font-family: ProximaNovaBold, sans-serif
}

@media (max-width: 991px) {
    .dogovor-text .text-list__descr h4 {
        margin-left: 18px
    }
}

.dogovor-text .text-list__descr p {
    max-width: 303px;
    font-size: 16px
}

@media (max-width: 991px) {
    .text-list__descr_two {
        margin-left: 40px !important
    }
}

.control h2 {
    margin: 0 auto 30px;
    max-width: 775px;
    text-align: center
}

@media (max-width: 991px) {
    .control h2 {
        margin: 75px auto 40px
    }
}

@media (max-width: 481px) {
    .control h2 {
        margin: 55px auto 40px
    }
}

.control__block {
    display: flex;
    padding: 39px 46px;
    margin: 0 auto;
    max-width: 1029px;
    height: 508px;
    border-radius: 30px;
    background-color: #fff
}

@media (max-width: 991px) {
    .control__block {
        height: 100%;
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 575px) {
    .control__block {
        padding: 32px 18px
    }
}

.control-img {
    margin-right: 49px;
    position: relative;
    max-width: 315px;
    width: 100%;
    height: 349px
}

@media (max-width: 991px) {
    .control-img {
        margin-right: 0;
        height: 100%
    }
}

.control-img:before {
    content: "";
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 168px;
    height: 55px;
    background: url(../img/rounded2.png) no-repeat center
}

.control-img h4 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #242424;
    font-size: 16px;
    font-weight: 700;
    font-family: ProximaNovaBold, sans-serif;
    line-height: 1
}

@media (max-width: 991px) {
    .control-img h4 {
        font-size: 14px
    }
}

.control-img img {
    width: 100%
}

.control-img a {
    margin: 9px 0 0;
    width: 308px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .37);
    color: #242424;
    font-size: 18px;
    font-weight: 700;
    font-family: ProximaNovaBold, sans-serif
}

@media (max-width: 767px) {
    .control-img a {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .control-img a {
        font-size: 14px;
        width: 100%;
        border-radius: 10px
    }
}

.control-img a:after {
    width: 69px
}

@media (max-width: 991px) {
    .control-img a:after {
        width: 49px
    }
}

.control-img a:hover {
    background-color: #fde337;
    text-decoration: none;
    color: #000
}

.control-text {
    margin-top: 8px;
    max-width: 554px;
    width: 100%;
    color: #242424;
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 991px) {
    .control-text {
        display: block;
        margin-top: 40px
    }
}

.control-text p {
    margin-bottom: 20px;
    color: #242424;
    font-size: 16px;
    line-height: 1.2
}

@media (max-width: 991px) {
    .control-text p {
        font-size: 14px;
        text-align: center
    }
}

.working {
    position: relative;
    margin-top: 55px;
    background: url(../img/maps-bg.png) no-repeat center;
    background-size: cover
}

@media (max-width: 991px) {
    .working {
        background: 0
    }
}

.working:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 313px;
    z-index: 0;
    background: url(../img/rule.png) no-repeat center
}

@media (max-width: 1220px) {
    .working:before {
        display: none
    }
}

.working h2 {
    margin-bottom: 75px
}

@media (max-width: 991px) {
    .working h2 {
        margin-bottom: 45px
    }
}

.working__wrap {
    display: flex;
    justify-content: center
}

@media (max-width: 991px) {
    .working__wrap {
        flex-direction: column;
        align-items: center
    }
}

.working-block {
    margin-right: 18px;
    width: 398px;
    border-radius: 30px
}

@media (max-width: 991px) {
    .working-block {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%
    }
}

.working-block:last-child {
    margin-right: 0;
    width: 485px
}

@media (max-width: 991px) {
    .working-block:last-child {
        width: 100%
    }
}

.working-block__title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 134px;
    color: #fff;
    background-color: #242424;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
}

.working-block__title i {
    margin-right: 30px
}

.working-block__title h4 {
    font-size: 26px;
    font-weight: 700;
    font-family: ProximaNovaBold, sans-serif;
    text-transform: uppercase;
    color: white;
}

@media (max-width: 575px) {
    .working-block__title h4 {
        font-size: 18px
    }
}

.working-block__title p {
    max-width: 256px;
    font-size: 16px
}

@media (max-width: 575px) {
    .working-block__title p {
        max-width: 170px;
        font-size: 14px
    }
}

.working-block__content {
    padding: 56px 40px 31px 38px;
    background: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px
}

@media (max-width: 575px) {
    .working-block__content {
        padding: 42px 36px 21px 25px
    }
}

.working-block__content p {
    margin-bottom: 0;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 575px) {
    .working-block__content p {
        font-size: 14px
    }
}

.working-block__content a.button-arrow {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto
}

.working-block__content a.button-arrow-reg {
    max-width: 400px
}

.working-block__content span {
    margin-bottom: 49px;
    display: block;
    margin-left: 87px
}

@media (max-width: 575px) {
    .working-block__content span {
        font-size: 14px
    }
}

.working-content {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.working-content img {
    margin-right: 25px;
    max-width: none;
}

.materials {
    padding-top: 160px
}

@media (max-width: 991px) {
    .materials {
        padding-top: 60px
    }
}

.materials h2 {
    margin-bottom: 11px
}

.materials-name {
    color: #242424;
    font-size: 16px;
    font-weight: 700;
    font-family: ProximaNovaBold, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #8e8e8e
}

@media (max-width: 991px) {
    .materials-name {
        font-size: 14px
    }

    .materials-name span {
        display: none
    }
}

.materials__block {
    margin-top: 20px;
    margin-bottom: 60px;
    position: relative;
    display: flex;
    justify-content: space-between
}

.materials__block_one {
    margin-bottom: 140px
}

@media (max-width: 991px) {
    .materials__block_one {
        flex-direction: column-reverse;
        align-items: center
    }
}

.materials-img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0
}

@media (max-width: 1220px) {
    .materials-img {
        top: -20px
    }
}

@media (max-width: 991px) {
    .materials-img {
        display: none
    }
}

.materials-img img {
    width: 961px;
    height: 634px;
    max-width: none;
}

@media (max-width: 1220px) {
    .materials-img img {
        width: 761px;
        height: 100%
    }
}

.materials-mob {
    display: none;
    width: 100%;
    height: 487px;
    background: url(../img/materials-mob.png) no-repeat center;
    overflow-x: hidden
}

@media (max-width: 991px) {
    .materials-mob {
        display: block
    }
}

@media (max-width: 575px) {
    .materials-mob {
        background-position: right
    }
}

.materials-mob_two {
    display: none;
    width: 100%;
    height: 487px;
    background: url(../img/materials-mob-two.png) no-repeat center;
    overflow-x: hidden
}

@media (max-width: 991px) {
    .materials-mob_two {
        display: block
    }
}

@media (max-width: 575px) {
    .materials-mob_two {
        background-position: left
    }
}

.materials-text p {
    position: relative;
    color: #000;
    font-size: 16px
}

.materials-text_num {
    display: none
}

@media (max-width: 991px) {
    .materials-text_num {
        display: block;
        position: absolute;
        top: 0;
        left: -50px;
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        background: #fde924;
        border-radius: 50%
    }
}

.materials-text__one {
    max-width: 400px
}

@media (max-width: 991px) {
    .materials-text__one {
        max-width: 100%;
        width: 100%;
        text-align: left
    }
}

.materials-text__one p {
    line-height: 1.2;
    max-width: 399px
}

@media (max-width: 991px) {
    .materials-text__one p {
        max-width: 215px;
        margin-right: auto;
        margin-left: auto;
        font-size: 14px
    }
}

@media (max-width: 575px) {
    .materials-text__one p {
        margin-left: 70px
    }
}

.materials-text__one p:nth-child(2) {
    margin-bottom: 71px;
    max-width: 290px
}

@media (max-width: 991px) {
    .materials-text__one p:nth-child(2) {
        margin-top: -50px;
        margin-bottom: 33px;
        max-width: 215px
    }
}

.materials-text__one p:nth-child(3) {
    max-width: 232px;
    margin-bottom: 47px
}

@media (max-width: 991px) {
    .materials-text__one p:nth-child(3) {
        margin-bottom: 33px;
        max-width: 215px
    }
}

.materials-text__one p:nth-child(4) {
    max-width: 227px;
    margin-bottom: 54px
}

@media (max-width: 991px) {
    .materials-text__one p:nth-child(4) {
        margin-bottom: 33px;
        max-width: 215px
    }
}

.materials-text__one p:nth-child(1) {
    max-width: 399px
}

@media (max-width: 991px) {
    .materials-text__one p:nth-child(1) {
        margin-bottom: 33px;
        max-width: 215px
    }
}

.materials-text__two {
    margin-top: 86px;
    max-width: 350px;
    text-align: right
}

@media (max-width: 991px) {
    .materials-text__two {
        margin-bottom: 40px;
        max-width: 100%;
        width: 100%;
        text-align: left;
        margin-top: 35px
    }
}

.materials-text__two p {
    line-height: 1.2;
    margin-left: auto;
    max-width: 190px
}

.materials-text__two p:nth-child(2) {
    margin-left: auto;
    margin-bottom: 62px;
    max-width: 335px
}

@media (max-width: 991px) {
    .materials-text__two p:nth-child(2) {
        margin-top: -50px;
        margin-bottom: 26px;
        max-width: 209px
    }
}

@media (max-width: 575px) {
    .materials-text__two p:nth-child(2) {
        margin-left: 70px
    }
}

.materials-text__two p:nth-child(3) {
    margin-left: auto;
    max-width: 200px;
    margin-bottom: 71px
}

@media (max-width: 991px) {
    .materials-text__two p:nth-child(3) {
        margin-bottom: 26px;
        max-width: 209px
    }
}

@media (max-width: 575px) {
    .materials-text__two p:nth-child(3) {
        margin-left: 70px
    }
}

.materials-text__two p:nth-child(1) {
    margin-left: auto;
    max-width: 190px
}

@media (max-width: 991px) {
    .materials-text__two p:nth-child(1) {
        margin-bottom: 26px;
        max-width: 209px
    }
}

@media (max-width: 575px) {
    .materials-text__two p:nth-child(1) {
        margin-left: 70px
    }
}

@media (max-width: 991px) {
    .materials-text__two p {
        max-width: 209px;
        margin-right: auto;
        margin-left: auto;
        font-size: 14px
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .materials-text__two p {
        margin-left: 70px
    }
}

@media (max-width: 1220px) {
    .materials__block_two {
        flex-direction: column;
        align-items: center
    }
}

.materials-doors {
    max-width: 840px;
    width: 100%;
    text-align: center
}

.materials-doors .materials-name {
    margin-bottom: 32px
}

.materials-doors__wrap {
    display: flex;
    justify-content: space-between
}

@media (max-width: 991px) {
    .materials-doors__wrap {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 991px) {
    .materials-doors__item {
        margin-bottom: 50px
    }
}

.materials-doors__numder {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 991px) {
    .materials-doors__numder {
        display: none
    }
}

.materials-doors__numder .list-number {
    margin: 0;
    width: 26px;
    height: 26px;
    color: #1a1a1a;
    font-family: Arial;
    font-size: 9px;
    font-weight: 900
}

.materials-doors__numder .list-number__line {
    margin: 0 13px;
    max-width: 167px;
    width: 100%;
    height: 1px;
    background-color: #dbdcdc
}

.materials-doors__img {
    margin-bottom: 40px;
    height: 330px
}

@media (max-width: 991px) {
    .materials-doors__img {
        margin-bottom: 20px
    }
}

.materials-doors__img img {
    width: 100%;
    height: auto
}

.materials-doors__descr {
    position: relative;
    margin: auto;
    text-align: left;
    max-width: 149px;
    font-size: 16px
}

.materials-doors__descr_one {
    max-width: 100px
}

@media (max-width: 991px) {
    .materials-doors__descr_one {
        max-width: 150px
    }
}

.materials-doors__descr:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -40px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dbdcdc
}

.materials-doors__descr:after {
    content: "";
    position: absolute;
    top: 25px;
    left: -30px;
    width: 1px;
    height: 50px;
    background-color: #dbdcdc
}

.materials-panels {
    max-width: 275px;
    width: 100%
}

@media (max-width: 1220px) {
    .materials-panels {
        max-width: 100%;
        margin-top: 40px
    }
}

.materials-panels .materials-doors__numder {
    flex-direction: column;
    margin-right: 20px
}

@media (max-width: 1220px) {
    .materials-panels .materials-doors__numder {
        display: none
    }
}

@media (max-width: 575px) {
    .materials-panels .materials-doors__numder {
        display: display:
        display: display: flex
    }
}

.materials-panels .materials-doors__numder .list-number__line {
    margin: 0 13px;
    max-width: 167px;
    width: 1px;
    height: 180px;
    background-color: #dbdcdc
}

.materials-panels .materials-doors__numder .list-number__line:first-child {
    height: 50px
}

.materials-panels .materials-doors__numder .list-number__line:last-child {
    height: 50px
}

.materials-panels__block {
    margin-top: 50px;
    display: flex;
    justify-content: center
}

@media (max-width: 1220px) {
    .materials-panels__block {
        flex-direction: column-reverse
    }
}

@media (max-width: 575px) {
    .materials-panels__block {
        flex-direction: row
    }
}

.materials-panels__wrap {
    display: flex;
    flex-direction: column
}

@media (max-width: 1220px) {
    .materials-panels__wrap {
        justify-content: center;
        flex-direction: row
    }
}

@media (max-width: 575px) {
    .materials-panels__wrap {
        flex-direction: column
    }
}

.materials-panels .materials-doors__descr {
    max-width: 222px
}

.materials-panels__descr {
    width: 222px
}

.materials-panels__descr:after {
    display: none
}

.materials-panels__descr:before {
    display: none
}

.materials-panels__img {
    margin-bottom: 27px
}

.materials-panels__item {
    margin-bottom: 20px
}

.materials-aggregates .materials-name {
    margin-bottom: 50px
}

.materials-aggregates__wrap {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1220px) {
    .materials-aggregates__wrap {
        flex-direction: column;
        align-items: center
    }
}

.materials-aggregates__item {
    width: 50%;
    display: flex;
    justify-content: space-between
}

@media (max-width: 991px) {
    .materials-aggregates__item {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 575px) {
    .materials-aggregates__item {
        margin-bottom: 0;
        width: 100%
    }
}

.materials-aggregates__item .aggregates__img_one {
    margin-right: 7px;
    margin-left: -40px
}

.materials-aggregates__item .aggregates__img_two {
    margin-left: -80px;
    margin-right: 40px
}

.materials-aggregates__content {
    color: #101010
}

.materials-aggregates__content h3 {
    margin-left: 20px;
    margin-bottom: 35px;
    font-size: 21px;
    font-weight: 700;
    font-family: ProximaNovaBold, sans-serif;
    text-transform: uppercase
}

@media (max-width: 575px) {
    .materials-aggregates__content h3 {
        margin-left: 0;
        text-align: center
    }
}

.materials-aggregates__content p {
    margin-left: 20px;
    margin-bottom: 30px
}

@media (max-width: 575px) {
    .materials-aggregates__content p {
        margin-left: 0;
        text-align: center
    }
}

.materials-aggregates__content .aggregates-function {
    display: flex;
    min-height: 86px
}

.materials-aggregates__content .aggregates-function__item {
    margin-right: 5px
}

.materials-aggregates__content .aggregates-function__item span {
    display: inline-block;
    margin-bottom: 3px;
    width: 159px;
    padding: 13px 15px;
    font-size: 14px;
    border-radius: 10px;
    background-color: #fff;
    line-height: 1.2
}

@media (max-width: 575px) {
    .materials-aggregates__content .aggregates-function__item span {
        padding: 12px 8px;
        width: 140px;
        font-size: 12px
    }
}

.materials__block_racks {
    justify-content: space-around
}

@media (max-width: 991px) {
    .materials__block_racks {
        align-items: center;
        flex-direction: column
    }
}

.materials-racks {
    color: #000
}

@media (max-width: 991px) {
    .materials-racks {
        margin-bottom: 44px;
        text-align: center
    }
}

.materials-racks__name {
    margin-bottom: 24px;
    text-align: left
}

@media (max-width: 991px) {
    .materials-racks__name {
        text-align: center
    }
}

.materials-racks p {
    max-width: 540px;
    color: #000
}

@media (max-width: 1220px) {
    .materials-racks p {
        max-width: 500px
    }
}

.materials-coating__small {
    margin-top: 16px;
    margin-left: 12px;
    display: flex
}

.materials-coating__small span {
    margin-right: 35px;
    max-width: 140px;
    color: #35473e;
    font-size: 13px
}

.materials-coating__small span:last-child {
    margin-right: 0
}

.materials-coating__list {
    max-width: 390px;
    display: flex;
    flex-wrap: wrap
}

.materials-coating__list li {
    margin-right: 5px;
    margin-bottom: 4px;
    padding: 11px 16px;
    border-radius: 10px;
    background-color: #6f6f6f;
    color: #f3f5f4;
    font-weight: 700;
    font-family: ProximaNovaBold, sans-serif;
    text-transform: uppercase;
    font-size: 12px
}

@media (max-width: 575px) {
    .materials-coating__list li {
        font-size: 9px;
        padding: 7px 8px
    }
}

.materials-coating__list li:nth-child(1), .materials-coating__list li:nth-child(4) {
    padding: 11px 13px
}

@media (max-width: 575px) {
    .materials-coating__list li:nth-child(1), .materials-coating__list li:nth-child(4) {
        padding: 7px 10px
    }
}

.materials-coating__list li:nth-child(2), .materials-coating__list li:nth-child(3) {
    padding: 11px 25px
}

@media (max-width: 575px) {
    .materials-coating__list li:nth-child(2), .materials-coating__list li:nth-child(3) {
        padding: 7px 10px
    }
}

.aggregates-function__one {
    padding: 17px 9px 21px 10px !important
}

.aggregates-function__two {
    padding: 18px 14px 21px !important
}

.aggregates-function__three {
    width: 136px !important
}

.aggregates-function__four {
    width: 136px !important
}

.experience {
    padding-bottom: 50px
}

@media (max-width: 575px) {
    .experience {
        padding-bottom: 0
    }
}

.experience__wrap {
    display: flex
}

@media (max-width: 991px) {
    .experience__wrap {
        flex-direction: column
    }
}

.experience-number {
    margin-right: 80px;
    color: #242424;
    font-weight: 700;
    font-family: ProximaNovaBold, sans-serif
}

@media (max-width: 991px) {
    .experience-number {
        margin-right: 0
    }
}

.experience-number__item {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 10px
}

.experience-number__num {
    margin-right: 10px;
    font-size: 102px;
    line-height: 1
}

@media (max-width: 991px) {
    .experience-number__num {
        font-size: 80px
    }
}

.experience-number__accent {
    position: absolute;
    top: 0;
    left: 87px;
    height: 33px;
    padding: 0 10px;
    border-radius: 10px;
    background-color: #fcd217;
    font-size: 28px;
    line-height: 1
}

@media (max-width: 991px) {
    .experience-number__accent {
        top: -5px;
        left: 65px;
        height: 28px;
        font-size: 22px
    }
}

.experience-number__text {
    margin-bottom: 20px;
    max-width: 178px;
    display: inline-block;
    font-size: 31px;
    line-height: 23px
}

@media (max-width: 991px) {
    .experience-number__text {
        margin-bottom: 13px;
        font-size: 24px
    }
}

.experience-number__company {
    margin-top: 20px;
    display: grid;
    grid-template: 1fr 1fr / 1fr 1fr  ;
    justify-items: center;
    gap: 20px;

}

@media (max-width: 575px) {
    .experience-number__company {
        /* margin-bottom: 30px */
    }
}

.experience-number__company img {
    /* margin-right: 20px;
    margin-bottom: 25px */
}

.experience-number__company img:nth-child(3) {
    /* margin-right: 0 */
}

@media (max-width: 575px) {
    .experience-number__company img {
        /* margin-bottom: 10px */
    }
}

@media (max-width: 991px) {
    .experience-number__company {
        /* margin-left: 20px */
    }
}

.experience-text {
    display: flex;
    flex-wrap: wrap;
    max-width: 650px;
    height: 322px
}

@media (max-width: 1220px) {
    .experience-text {
        max-width: 100%;
        height: auto
    }
}

.experience-text__item {
    margin-right: 9px;
    margin-bottom: 7px;
    max-width: 300px;
    padding: 18px 20px 21px 32px;
    border-radius: 10px;
    background-color: #fff
}

@media (max-width: 1220px) {
    .experience-text__item {
        max-width: 100%;
        width: 100%;
        margin-right: 0
    }
}

@media (max-width: 575px) {
    .experience-text__item {
        margin-bottom: 11px
    }
}

.experience-text__item:nth-child(2n) {
    margin-right: 0;
    max-width: 340px
}

@media (max-width: 1220px) {
    .experience-text__item:nth-child(2n) {
        max-width: 100%
    }
}

.experience-text__item:nth-child(3) {
    padding-right: 7px
}

.experience-text__item_name {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.experience-text__item_name i {
    margin-right: 14px
}

.experience-text__item_name h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-family: ProximaNovaBold, sans-serif

}

@media (max-width: 575px) {
    .experience-text__item_name h5 {
        font-size: 18px
    }
}

.experience-text__item p {
    text-align: left;
    margin: 0
}

@media (max-width: 575px) {
    .experience-text__item p {
        font-size: 14px
    }
}

.guarantee {
    padding-top: 65px;
    padding-bottom: 70px
}

@media (max-width: 575px) {
    .guarantee {
        padding-bottom: 0
    }
}

.guarantee h2 {
    margin-bottom: 15px
}

.guarantee-subtitle {
    margin-bottom: 75px;
    text-align: center
}

@media (max-width: 575px) {
    .guarantee-subtitle {
        margin-bottom: 35px
    }
}

.guarantee__wrap {
    margin-bottom: 43px;
    display: flex;
    justify-content: space-between
}

@media (max-width: 1220px) {
    .guarantee__wrap {
        justify-content: center;
        flex-wrap: wrap
    }
}

@media (max-width: 575px) {
    .guarantee__wrap {
        flex-direction: column;
        align-items: center
    }
}

.guarantee__item {
    max-width: 280px;
    padding: 18px 30px 20px 21px;
    border-radius: 10px;
    background-color: #fff
}

@media (max-width: 1220px) {
    .guarantee__item {
        margin-left: 5px;
        margin-right: 10px;
        height: 200px;
        margin-bottom: 9px
    }
}

@media (max-width: 991px) {
    .guarantee__item {
        margin-left: 0;
        height: auto
    }
}

@media (max-width: 575px) {
    .guarantee__item {
        margin-right: 0;
        max-width: 100%
    }
}

.guarantee__item p {
    margin-bottom: 0
}

@media (max-width: 575px) {
    .guarantee__item p {
        font-size: 15px
    }
}

.guarantee-numder {
    margin: 0 auto;
    max-width: 1385px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 991px) {
    .guarantee-numder {
        display: none
    }
}

.guarantee-numder__num {
    width: 30px;
    height: 30px;
    background-color: #bebebe;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-family: ProximaNovaBold, sans-serif;
    font-size: 13px;
    font-weight: 700
}

.guarantee-numder__line {
    width: 194px;
    height: 1px;
    background-color: #bebebe
}

.free-measure {
    padding-top: 70px;
    padding-bottom: 90px;
    background: url(../img/free-measure-bg.png) no-repeat center;
    background-size: cover
}

@media (max-width: 991px) {
    .free-measure {
        padding-top: 0
    }
}

@media (max-width: 575px) {
    .free-measure {
        padding-bottom: 20px
    }
}

.free-measure__wrap {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1220px) {
    .free-measure__wrap {
        flex-direction: column;
        align-items: center
    }
}

.free-measure-content {
    max-width: 596px
}

.free-measure-content__item {
    position: relative;
    margin-bottom: 14px
}

.free-measure-content__item_img {
    max-width: 100%;
    height: 165px;
    border-radius: 10px
}

@media (max-width: 991px) {
    .free-measure-content__item_img {
        height: 100%
    }
}

.free-measure-content__item_img img {
    width: 100%
}

.free-measure-content__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: ProximaNovaBold, sans-serif
}

.free-measure-content__wrap_num {
    margin-left: 70px;
    text-shadow: 1px 1px 43px rgba(35, 31, 32, .75);
    color: #fcfcfc;
    font-size: 42px
}

@media (max-width: 575px) {
    .free-measure-content__wrap_num {
        margin-left: 30px;
        font-size: 24px
    }
}

.free-measure-content__wrap_text {
    margin-right: 36px;
    max-width: 225px;
    color: #fcfcfc
}

@media (max-width: 575px) {
    .free-measure-content__wrap_text {
        max-width: 130px;
        margin-right: 10px
    }
}

.free-measure-content__wrap_text h4 {
    margin-bottom: 16px;
    font-size: 33px
}

@media (max-width: 767px) {
    .free-measure-content__wrap_text h4 {
        display: none
    }
}

.free-measure-content__wrap_text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2
}

@media (max-width: 575px) {
    .free-measure-content__wrap_text p {
        line-height: 1;
        font-size: 12px
    }
}

.free-measure-form {
    padding: 45px;
    max-width: 548px;
    height: 521px;
    background: #fff;
    border-radius: 30px
}

@media (max-width: 575px) {
    .free-measure-form {
        height: auto;
        padding: 20px 25px
    }
}

.free-measure-form__title {
    background-color: #fde924;
    margin-bottom: 5px;
    display: inline-block;
    padding: 0 5px;
    line-height: 1.4
}

.free-measure-form p {
    margin-bottom: 44px;
    opacity: .6;
    color: #2a2525;
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 575px) {
    .free-measure-form p {
        font-size: 14px
    }
}

.free-measure-form input {
    max-width: 360px;
    width: 100%
}

.free-measure-form span {
    margin: 3px auto 0;
    max-width: 302px
}

/*.footer {*/
/*    padding: 40px 0;*/
/*    background: #2a2a2a;*/
/*    color: #fff;*/
/*    font-size: 14px*/
/*}*/

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

@media (max-width: 767px) {
    .footer__wrap {
        flex-direction: column
    }
}

.footer-company {
    width: 33%
}

@media (max-width: 767px) {
    .footer-company {
        width: 100%
    }
}

.footer-company__text {
    max-width: 250px;
    margin-top: 14px;
    margin-bottom: 17px
}

@media (max-width: 767px) {
    .footer-company__text {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
}

@media (max-width: 767px) {
    .footer-company {
        text-align: center
    }
}

.footer-website {
    text-align: center;
    width: 33%
}

@media (max-width: 767px) {
    .footer-website {
        margin-bottom: 30px;
        width: 100%
    }
}

.footer-website__title {
    margin-bottom: 8px
}

.footer-number__wrap {
    text-align: right;
    width: 33%
}

@media (max-width: 767px) {
    .footer-number__wrap {
        width: 100%;
        justify-content: center;
        align-items: center
    }
}

.footer-phone {
    display: flex;
    margin-right: 30px;
    justify-content: flex-end;
    align-items: center
}

@media (max-width: 767px) {
    .footer-phone {
        margin-right: 0;
        justify-content: center
    }
}

.footer-phone img {
    margin-right: 12px;
    width: 17px
}

.footer-phone a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    font-family: ProximaNovaBold, sans-serif
}

.footer-phone a:hover {
    text-decoration: none
}

.footer-btn {
    margin-right: 0;
    margin-top: 21px;
    text-align: right
}

.footer-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 202px;
    height: 50px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    font-family: ProximaNovaBold, sans-serif;
    text-transform: uppercase;
    background: url(../img/header-btn.png) no-repeat center;
    background-size: contain;
    text-decoration: none;
    transition: .1s ease;
    transform: scale(1);
    margin-left: auto
}

@media (max-width: 767px) {
    .footer-btn a {
        margin-right: auto;
        margin-left: auto
    }
}

.footer-btn a:hover {
    text-decoration: none;
    transform: scale(1.01)
}

.footer-btn a:active {
    transform: scale(.99)
}

.toggle {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    z-index: 999
}

@media (max-width: 1220px) {
    .toggle {
        display: display:
        display: display: flex
    }
}

.toggle:hover {
    cursor: pointer
}

.toggle .toggle-burger {
    position: absolute;
    width: 29px;
    height: 5px;
    background-color: #3a3a3a
}

.toggle .toggle-burger:before {
    content: '';
    position: absolute;
    width: 29px;
    height: 5px;
    top: -8px;
    background-color: #3a3a3a;
    animation: menu-load-state-top .4s
}

.toggle .toggle-burger:after {
    content: '';
    position: absolute;
    width: 29px;
    height: 5px;
    top: 8px;
    left: 0;
    background-color: #3a3a3a;
    animation: menu-load-state-bottom .4s
}

.navbar-fixed-top.scrolled {
    background-color: #f4f6f5 !important;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    z-index: 10
}

.active .toggle-burger {
    background: 0 0
}

.active .toggle {
    -o-transition: .3s;
    transition: .3s;
    background: 0 0;
    transform: translateZ(0)
}

.active .nav-menu li a {
    color: #333
}

.active .toggle-burger:before {
    top: 0;
    animation: top-rot-in .4s forwards
}

.active .toggle-burger:after {
    top: 0;
    animation: bot-rot-in .4s forwards
}

.active .nav-menu {
    display: block;

    transition: opacity .4s ease;
    animation: menu-active-slide .4s;
    z-index: 9
}

@-webkit-keyframes menu-active-slide {
    0% {
        transform: translateX(500px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes menu-active-slide {
    0% {
        transform: translateX(500px)
    }
    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes top-rot-in {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(45deg)
    }
}

@keyframes top-rot-in {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(45deg)
    }
}

@-webkit-keyframes bot-rot-in {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(-45deg)
    }
}

@keyframes bot-rot-in {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(-45deg)
    }
}

.free-visual-tabs {
    background: #fff;
    border-radius: 30px;
}

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
  
}

@media (max-width: 767px) {
    ul.tabs {
        flex-wrap: wrap;
        border: 1px solid #dbdbdb;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        overflow: hidden;
    }

}

ul.tabs li {
    padding: 35px 20px;
    width: 100%;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #000;
    border-right: 1px solid #dbdbdb
}


@media (max-width: 767px) {
    ul.tabs li {
        padding: 25px 20px;
        width: 50%;
        height: 70px;
        border-bottom: 1px solid #dbdbdb
    }
    ul.tabs li:last-child {
        border: none;
        width: 100%;
    }
}

ul.tabs li:first-child {
    border-top-left-radius: 30px
}

@media (max-width: 767px) {
    ul.tabs li:first-child {
        height: 85px
    }
}

ul.tabs li:last-child {
    border-top-right-radius: 30px;
    border-right: 0
}

@media (max-width: 767px) {
    ul.tabs li:last-child {
        border-top-right-radius: 0
    }
}

@media (max-width: 767px) {
    ul.tabs li:nth-child(2) {
        border-top-right-radius: 30px;
        height: 85px
    }
}

@media (max-width: 767px) {
    ul.tabs li:nth-child(2n) {
        border-right: 0
    }
}

ul.tabs li.current {
    background: #fde924;
    color: #222
}

.tab-content {
    padding: 48px 70px;
    position: relative;
    display: none
}

@media (max-width: 575px) {
    .tab-content {
        padding: 18px 26px 18px 30px
    }
}

.tab-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: url(../img/slide-bg.png) no-repeat center
}

.tab-content.current {
    display: inherit
}

.section-sider {
    position: relative;
    display: flex;
    gap: 15px;
    width: 695px;
    margin-right: 20px;
}
.section-sider img {
    flex-grow: 1;
    display: block;
    height: 227px;
}
@media (max-width: 768px) {
    .section-sider {
        width: auto;
    }
}

@media (max-width: 991px) {
    .section-sider {
        flex-direction: column;
        align-items: center
    }
    
}

.slider-tabs {
    position: relative;
    margin-right: 9px;
    width: 310px;
    height: 227px;
    border-radius: 30px
}

@media (max-width: 991px) {
    .slider-tabs {
        margin-right: 0;
        margin-bottom: 49px
    }
}

@media (max-width: 481px) {
    .slider-tabs {
        width: 230px;
        height: 170px
    }
}

.slider-tabs:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 168px;
    height: 18px;
    background: url(../img/rounded.png) no-repeat center;
    z-index: 1
}

@media (max-width: 481px) {
    .slider-tabs:before {
        display: none
    }
}

.slider-tabs img {
    width: 100%;
    height: 227px;
    border-radius: 30px
}

@media (max-width: 481px) {
    .slider-tabs img {
        height: 170px
    }
}

.slider-visual {
    position: relative
}

.slider-visual:after {
    content: "Визуализация";
    display: block;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-size: 10px;
    font-weight: 700;
    font-family: ProximaNovaBold, sans-serif;
    text-transform: uppercase;
    z-index: 2
}

@media (max-width: 481px) {
    .slider-visual:after {
        bottom: -20px
    }
}

.slider-project {
    position: relative
}

.slider-project:after {
    content: "готовый проект";
    display: block;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-size: 10px;
    font-weight: 700;
    font-family: ProximaNovaBold, sans-serif;
    text-transform: uppercase;
    z-index: 2
}

@media (max-width: 481px) {
    .slider-project:after {
        bottom: -20px
    }
}

.project_product {
    margin-bottom: 30px
}

.section__wrap {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1220px) {
    .section__wrap {
        align-items: center;
        flex-direction: column
    }
}

.section-text {
    width: 335px;
    color: #000
}

@media (max-width: 1220px) {
    .section-text {
        margin-top: 20px
    }
}

@media (max-width: 575px) {
    .section-text {
        width: 100%
    }
}

.section-text h4 {
    margin-bottom: 20px;
    font-size: 31px
}

@media (max-width: 575px) {
    .section-text h4 {
        font-size: 24px
    }
}

@media (max-width: 991px) {
    .section-text p {
        margin-bottom: 0
    }
}

@media (max-width: 575px) {
    .section-text p {
        font-size: 14px
    }
}

.section-text span {
    display: block;
    margin-top: 20px
}

@media (max-width: 575px) {
    .section-text span {
        font-size: 14px
    }
}

.section-text a {
    margin-top: 28px;
    max-width: 272px;
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    line-height: 1.2
}

@media (max-width: 481px) {
    .section-text a {
        font-size: 11px
    }
}

.arrow {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 41px;
    height: 41px;
    border: none;
    cursor: pointer;
    z-index: 8
}

@media (max-width: 481px) {
    .arrow {
        width: 29px;
        height: 29px
    }
}

.arrow__prev {
    left: 10px;
    background: url(../img/arrow-prev.png) no-repeat center;
    background-color: #fff;
    z-index: 9
}

.arrow__next {
    right: 10px;
    background: url(../img/arrow-next.png) no-repeat center;
    background-color: #fff;
    z-index: 9
}

.my-dots {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.my-dots li {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.my-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 9px;
    height: 9px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    border-radius: 50%;
    outline: 0;
    background: #fff
}

.my-dots li button:focus, .my-dots li button:hover {
    outline: 0;
    background-color: #fde924;
    border-radius: 50%
}

.my-dots li button:focus:before, .my-dots li button:hover:before {
    background-color: #fde924;
    opacity: 1
}

.my-dots li.slick-active button {
    background-color: #fde924
}

.my-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
    background-color: #fde924;
    border-radius: 50%
}

#popup1, #popup2{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 40px 60px;
    margin: 0 auto;
    width: 95%;
    text-align: center;
    background: #fff;
    border-radius: 15px;
}

@media (min-width: 575px) {
    #popup1, #popup2 {
        width: 500px;
    }
}

@media (max-width: 767px) {
    #popup1, #popup2 {
        padding: 30px 20px 35px
    }
}

#popup1 h2, #popup2 h2 {
    margin-bottom: 30px;
    color: #2a2525;
    font-size: 30px
}

#popup1 p, #popup2 p {
    margin-bottom: 30px
}

#popup1 input, #popup2 input{
    display: block;
    height: 68px;
    margin: 6px auto;
    padding: 20px 86px;
    border-radius: 34px;
    border: 1px solid #c5c5c5;
    font-size: 16px;
    color: black;
}

@media (max-width: 991px) {
    #popup1 input, #popup2 input {
        height: 53px;
        width: 100%
    }
}

@media (max-width: 575px) {
    #popup1 input, #popup2 input {
        padding: 20px 56px
    }
}

#popup1 input.name-popup, #popup2 input.name-popup{
    background: url(../img/name.png) no-repeat 14px
}

@media (max-width: 991px) {
    #popup1 input.name-popup, #popup2 input.name-popup {
        background-position: 10px;
        background-size: 40px
    }
}

@media (max-width: 575px) {
    #popup1 input.name-popup, #popup2  input.name-popup{
        background-size: 30px
    }
}

#popup1 input.phone-popup, #popup2 input.phone-popup {
    background: url(../img/tel.png) no-repeat 14px
}

@media (max-width: 991px) {
    #popup1 input.phone-popup, #popup2 input.phone-popup{
        background-position: 10px;
        background-size: 40px
    }
}

@media (max-width: 575px) {
    #popup1 input.phone-popup, #popup2 input.phone-popup {
        background-size: 30px
    }
}

.popup-btn {
    margin-top: 32px;
    padding-bottom: 10px;
    width: 100%;
    height: 82px;
    border: none;
    margin-bottom: 3px;
    background: url(../img/form-btn.png) no-repeat center;
    background-size: contain;
    color: #211f1b;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .popup-btn {
        margin-top: 23px;
        font-size: 14px
    }
}

.popup-btn:hover {
    background: url(../img/form-btn-hover.png) no-repeat center;
    background-size: contain;
    cursor: pointer
}

.success {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #fff;
    font-size: 20px;
    z-index: 9
}

.success-text {
    padding: 20px 30px;
    color: #242424;
    background-color: #fde924
}

.visible {
    display: flex
}
.materials-aggregates__img img{
    max-width: none;
}
#details, #details2, #details3, #details4, #details5, #details6 {
    position: relative;
    padding: 40px;
    margin: 40px auto;
    max-width: 650px;
    text-align: center;
    background: #fff;
    text-align: center
}

@media (max-width: 767px) {
    #details, #details2, #details3, #details4, #details5, #details6 {
        padding: 20px 10px
    }
}

#details h3, #details2 h3, #details3 h3, #details4 h3, #details5 h3, #details6 h3 {
    margin-bottom: 30px;
    color: #2a2525;
    font-size: 30px
}

@media (max-width: 767px) {
    #details h3, #details2 h3, #details3 h3, #details4 h3, #details5 h3, #details6 h3 {
        line-height: 1.2;
        font-size: 25px;
        margin-bottom: 20px
    }
}

#details p, #details2 p, #details3 p, #details4 p, #details5 p, #details6 p {
    margin-bottom: 10px
}

@media (max-width: 767px) {
    #details p, #details2 p, #details3 p, #details4 p, #details5 p, #details6 p {
        font-size: 14px
    }
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;

    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}
.img-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.img-container img {
    height: 100%;
    width: 100%;
    object-fit: contain
}