@font-face {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/exo2-bold.woff2) format("woff2")
}

@font-face {
    font-family: Magnolia;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/magnolia.woff2) format("woff2")
}

@font-face {
    font-family: FiraSans;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/firasans-light.woff2) format("woff2")
}

@font-face {
    font-family: FiraSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/firasans-regular.woff2) format("woff2")
}

@font-face {
    font-family: FiraSans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/firasans-medium.woff2) format("woff2")
}

@font-face {
    font-family: FiraSans;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/firasans-semibold.woff2) format("woff2")
}

@font-face {
    font-family: FiraSans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/firasans-bold.woff2) format("woff2")
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
    margin: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
    text-overflow: ellipsis;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
    text-overflow: ellipsis;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1;
    text-overflow: ellipsis;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

::-ms-input-placeholder {
    color: #666;
    opacity: 1;
    text-overflow: ellipsis;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

::placeholder {
    color: #666;
    opacity: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    opacity: 0
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0
}

::-moz-selection {
    background-color: #005c9c;
    color: #fff
}

::selection {
    background-color: #005c9c;
    color: #fff
}

input,
textarea {
    outline: 0
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red
}

input:required:valid,
textarea:required:valid {
    border-color: #3da14b
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: FiraSans, sans-serif;
    overflow-x: hidden;
    color: #333
}

.container {
    max-width: 1400px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto
}

.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.example-img {
    width: 100%
}

.parent {
    background-image: url(data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7)
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.bold {
    font-weight: 700
}

.black {
    color: #000
}

.btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 0 20px;
    height: 40px;
    font-size: 1rem;
    color: #fff;
    line-height: 1;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out
}

.btn:hover {
    text-decoration: none;
    color: #005c9c;
    background-color: #fff
}

.btn-green {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #3da14b;
    border-radius: 26px;
    background-color: #3da14b;
    margin: 10px;
    width: 246px;
    height: 52px;
    font-size: 1.5rem;
    font-family: Magnolia;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out
}

.btn-green:hover {
    color: #3da14b;
    background-color: #fff;
    border-color: #3da14b;
    text-decoration: none
}

.main-offers {
    margin: 40px 0 0;
}

.s-title {
    font-family: Magnolia;
    color: #000;
    font-size: 2.5rem;
    line-height: 1.1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.s-title:after {
    content: '';
    display: inline-block;
    background-color: #000;
    width: 81px;
    height: 2px;
    margin-top: 1rem
}

.s-desc {
    font-size: 1.125rem;
    color: #a0a0a0;
    line-height: 1.2;
    text-align: center
}

.no-border:after {
    content: none
}

.btn-more,
.btn-slide {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    position: relative;
    margin: 0 10px;
    width: 56px;
    height: 56px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    will-change: transform;
    background-repeat: no-repeat;
    background-position: 50%
}

.btn-more:before,
.btn-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    will-change: transform;
    -webkit-transition: -webkit-transform .4s linear;
    transition: -webkit-transform .4s linear;
    -o-transition: transform .4s linear;
    transition: transform .4s linear;
    transition: transform .4s linear, -webkit-transform .4s linear
}

.btn-more:focus,
.btn-slide:focus {
    outline: 0
}

.btn-more:hover:before,
.btn-slide:hover:before {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.slide-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='11'%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M26.995 5.999H2.025L5.54 9.514l-.707.708L.134 5.523l.707-.707.049.048L5.389.365l.707.707L2.17 4.999h24.825v1z'/%3E%3C/svg%3E")
}

.slide-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='11'%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M26.865 5.523l-4.698 4.699-.707-.708 3.515-3.515H.005v-1H24.83l-3.927-3.927.708-.707 4.499 4.499.048-.048.707.707z'/%3E%3C/svg%3E")
}

.btn-slide-green:before {
    border-color: #6fb049
}

.btn-slide-green.slide-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='11'%3E%3Cpath fill-rule='evenodd' fill='%236fb049' d='M26.995 5.999H2.025L5.54 9.514l-.707.708L.134 5.523l.707-.707.049.048L5.389.365l.707.707L2.17 4.999h24.825v1z'/%3E%3C/svg%3E")
}

.btn-slide-green.slide-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='11'%3E%3Cpath fill-rule='evenodd' fill='%236fb04' d='M26.865 5.523l-4.698 4.699-.707-.708 3.515-3.515H.005v-1H24.83l-3.927-3.927.708-.707 4.499 4.499.048-.048.707.707z'/%3E%3C/svg%3E")
}

.btn-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    background-color: transparent;
    position: relative;
    margin: 0 10px;
    width: 56px;
    height: 56px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.btn-arrow:focus {
    outline: 0
}

.btn-arrow.slide-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='11'%3E%3Cpath fill-rule='evenodd' fill='%236fb049' d='M26.995 5.999H2.025L5.54 9.514l-.707.708L.134 5.523l.707-.707.049.048L5.389.365l.707.707L2.17 4.999h24.825v1z'/%3E%3C/svg%3E")
}

.btn-arrow.slide-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='11'%3E%3Cpath fill-rule='evenodd' fill='%236fb049' d='M26.865 5.523l-4.698 4.699-.707-.708 3.515-3.515H.005v-1H24.83l-3.927-3.927.708-.707 4.499 4.499.048-.048.707.707z'/%3E%3C/svg%3E")
}

.btn-more--white {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='11'%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M26.865 5.523l-4.698 4.699-.707-.708 3.515-3.515H.005v-1H24.83l-3.927-3.927.708-.707 4.499 4.499.048-.048.707.707z'/%3E%3C/svg%3E")
}

.btn-more--green {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='11'%3E%3Cpath fill-rule='evenodd' fill='%23000' d='M26.865 5.523l-4.698 4.699-.707-.708 3.515-3.515H.005v-1H24.83l-3.927-3.927.708-.707 4.499 4.499.048-.048.707.707z'/%3E%3C/svg%3E")
}

.btn-more--green:before {
    border: 1px solid #6fb049
}

.link-more {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    line-height: 1.714;
    margin-top: 1.5rem;
    font-weight: 600
}

.link-more:hover {
    text-decoration: none
}

.link-more:hover:after {
    max-width: 0
}

.link-more:after {
    content: '';
    display: inline-block;
    max-width: 27px;
    width: 100%;
    height: 11px;
    margin-left: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='11'%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M26.865 5.523l-4.698 4.699-.707-.708 3.515-3.515H.005v-1H24.83l-3.927-3.927.708-.707 4.499 4.499.048-.048.707.707z'/%3E%3C/svg%3E");
    -webkit-transition: max-width .4s linear;
    -o-transition: max-width .4s linear;
    transition: max-width .4s linear
}

.link-more--black {
    color: #000;
    max-width: 150px;
    width: 100%
}

.link-more--black:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='11'%3E%3Cpath fill-rule='evenodd' fill='%236fb049' d='M26.865 5.523l-4.698 4.699-.707-.708 3.515-3.515H.005v-1H24.83l-3.927-3.927.708-.707 4.499 4.499.048-.048.707.707z'/%3E%3C/svg%3E")
}

.link-more--black:hover {
    color: #000
}

.slick-dots {
    bottom: -50px
}

.slick-dots li:before {
    content: none !important
}

.slick-dots li button:before {
    content: '';
    border-radius: 50%;
    border: 2px solid #005c9d;
    background-color: transparent;
    width: 16px;
    height: 16px;
    opacity: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.slick-dots li.slick-active button:before {
    background-color: #005c9d
}

.modal {
    display: none
}

.modal-form-title {
    font-family: Magnolia;
    color: #000;
    font-size: 2rem;
    line-height: 1.1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

#modal-order-call {
    background-color: #f4f4f4;
    max-width: 500px
}

.header {
    background-color: #005c9c;
    position: fixed;
    top: 0;
    padding: 30px 0;
    width: 100%;
    z-index: 99
}

.header.scroll {
    -webkit-transition: padding .4s linear;
    -o-transition: padding .4s linear;
    transition: padding .4s linear;
    padding: 10px 0
}

.header.scroll .header-grid {
    grid-template-areas: "company nav""company nav"
}

.header.scroll .header-contacts {
    opacity: 0;
    height: 0;
    padding-bottom: 0;
    overflow: hidden
}

.header.scroll .logo img {
    max-height: 70px
}

.header.scroll .company-name--top {
    font-size: 1rem
}

.header.scroll .company-name--bottom {
    font-size: 1.4rem
}

.header.scroll .navigation {
    padding-top: 0
}

.header-grid {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "company header-contacts""company nav";
    -ms-grid-rows: 1fr 0 40px;
    grid-template-rows: 1fr 40px;
    -ms-grid-columns: 16.66667% 0 83.33333%;
    grid-template-columns: 16.66667% 83.33333%;
    grid-gap: 0
}

#company {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: company
}

.header-grid>#company {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1
}

#header-contacts {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: header-contacts
}

#nav {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-area: nav
}

.header-grid>#nav {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3
}

.logo-wrapper {
    margin-right: 14px
}

.logo {
    display: inline-block
}

.logo img {
    -webkit-transition: max-height .4s linear;
    -o-transition: max-height .4s linear;
    transition: max-height .4s linear;
    max-height: 93px
}

.company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.company-name {
    font-family: "Exo 2";
    color: #fff;
    font-weight: 700;
    line-height: 1.3rem
}

.company-name--top {
    font-size: 1rem;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.company-name--bottom {
    font-size: 1.4rem;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.header-content {
    height: 100%
}

.header-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.social-btn {
    display: inline-block;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 16px rgba(0, 0, 0, .12);
    width: 30px;
    height: 30px;
    margin: 0 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-repeat: no-repeat;
    background-position: 50%
}

.btn-vk {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304.36 304.36' width='16' height='16' fill='%23fff'%3E%3Cpath d='M261.945 175.576c10.096 9.857 20.752 19.131 29.807 29.982 4 4.822 7.787 9.798 10.684 15.394 4.105 7.955.387 16.709-6.746 17.184l-44.34-.02c-11.436.949-20.559-3.655-28.23-11.474-6.139-6.253-11.824-12.908-17.727-19.372-2.42-2.642-4.953-5.128-7.979-7.093-6.053-3.929-11.307-2.726-14.766 3.587-3.523 6.421-4.322 13.531-4.668 20.687-.475 10.441-3.631 13.186-14.119 13.664-22.414 1.057-43.686-2.334-63.447-13.641-17.422-9.968-30.932-24.04-42.691-39.971-22.895-31.021-40.428-65.108-56.186-100.15C-2.01 76.458.584 72.22 9.295 72.07c14.465-.281 28.928-.261 43.41-.02 5.879.086 9.771 3.458 12.041 9.012 7.826 19.243 17.402 37.551 29.422 54.521 3.201 4.518 6.465 9.036 11.113 12.216 5.142 3.521 9.057 2.354 11.476-3.374 1.535-3.632 2.207-7.544 2.553-11.434 1.146-13.383 1.297-26.743-.713-40.079-1.234-8.323-5.922-13.711-14.227-15.286-4.238-.803-3.607-2.38-1.555-4.799 3.564-4.172 6.916-6.769 13.598-6.769h50.111c7.889 1.557 9.641 5.101 10.721 13.039l.043 55.663c-.086 3.073 1.535 12.192 7.07 14.226 4.43 1.448 7.35-2.096 10.008-4.905 11.998-12.734 20.561-27.783 28.211-43.366 3.395-6.852 6.314-13.968 9.143-21.078 2.096-5.276 5.385-7.872 11.328-7.757l48.229.043c1.43 0 2.877.021 4.262.258 8.127 1.385 10.354 4.881 7.844 12.817-3.955 12.451-11.65 22.827-19.174 33.251-8.043 11.129-16.645 21.877-24.621 33.072-7.328 10.223-6.746 15.376 2.357 24.255zm0 0' fill-rule='evenodd' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-color: #6996c7
}

.btn-fb {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96.124 96.123' width='16' height='16' fill='%23fff'%3E%3Cpath d='M72.089.02L59.624 0C45.62 0 36.57 9.285 36.57 23.656v10.907H24.037a1.96 1.96 0 0 0-1.96 1.961v15.803a1.96 1.96 0 0 0 1.96 1.96H36.57v39.876a1.96 1.96 0 0 0 1.96 1.96h16.352a1.96 1.96 0 0 0 1.96-1.96V54.287h14.654a1.96 1.96 0 0 0 1.96-1.96l.006-15.803a1.963 1.963 0 0 0-1.961-1.961H56.842v-9.246c0-4.444 1.059-6.7 6.848-6.7l8.397-.003a1.96 1.96 0 0 0 1.959-1.96V1.98A1.96 1.96 0 0 0 72.089.02z'/%3E%3C/svg%3E");
    background-color: #496194
}

.btn-inst {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 97.395 97.395' width='16' height='16' fill='%23fff'%3E%3Cpath d='M12.501 0h72.393c6.875 0 12.5 5.09 12.5 12.5v72.395c0 7.41-5.625 12.5-12.5 12.5H12.501C5.624 97.395 0 92.305 0 84.895V12.5C0 5.09 5.624 0 12.501 0zm58.447 10.821a4.395 4.395 0 0 0-4.383 4.385v10.495a4.396 4.396 0 0 0 4.383 4.385h11.008a4.398 4.398 0 0 0 4.385-4.385V15.206a4.397 4.397 0 0 0-4.385-4.385H70.948zm15.439 30.367h-8.572a28.486 28.486 0 0 1 1.25 8.355c0 16.2-13.556 29.332-30.275 29.332-16.718 0-30.272-13.132-30.272-29.332 0-2.904.438-5.708 1.25-8.355h-8.945v41.141a3.884 3.884 0 0 0 3.872 3.872h67.822a3.883 3.883 0 0 0 3.872-3.872V41.188h-.002zM48.789 29.533c-10.802 0-19.56 8.485-19.56 18.953s8.758 18.953 19.56 18.953c10.803 0 19.562-8.485 19.562-18.953s-8.758-18.953-19.562-18.953z'/%3E%3C/svg%3E"), -o-linear-gradient(45deg, #fee013 0, #fd804b 18%, #fc2082 50%, #9200dc 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 97.395 97.395' width='16' height='16' fill='%23fff'%3E%3Cpath d='M12.501 0h72.393c6.875 0 12.5 5.09 12.5 12.5v72.395c0 7.41-5.625 12.5-12.5 12.5H12.501C5.624 97.395 0 92.305 0 84.895V12.5C0 5.09 5.624 0 12.501 0zm58.447 10.821a4.395 4.395 0 0 0-4.383 4.385v10.495a4.396 4.396 0 0 0 4.383 4.385h11.008a4.398 4.398 0 0 0 4.385-4.385V15.206a4.397 4.397 0 0 0-4.385-4.385H70.948zm15.439 30.367h-8.572a28.486 28.486 0 0 1 1.25 8.355c0 16.2-13.556 29.332-30.275 29.332-16.718 0-30.272-13.132-30.272-29.332 0-2.904.438-5.708 1.25-8.355h-8.945v41.141a3.884 3.884 0 0 0 3.872 3.872h67.822a3.883 3.883 0 0 0 3.872-3.872V41.188h-.002zM48.789 29.533c-10.802 0-19.56 8.485-19.56 18.953s8.758 18.953 19.56 18.953c10.803 0 19.562-8.485 19.562-18.953s-8.758-18.953-19.562-18.953z'/%3E%3C/svg%3E"), linear-gradient(45deg, #fee013 0, #fd804b 18%, #fc2082 50%, #9200dc 100%)
}

.header-phones-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px
}

.header-phones {
    position: relative;
    padding: 0 10px
}

.header-phone {
    font-size: 1.875rem;
    color: #fff;
    font-weight: 200;
    line-height: 1.2
}

.header-phone:hover {
    text-decoration: none;
    color: #fff
}

.header-phones-sub {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 100%;
    left: 0;
    width: 100%;
    padding-left: 10px;
    background-color: #005c9c;
    max-height: 0;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: max-height .4s linear;
    -o-transition: max-height .4s linear;
    transition: max-height .4s linear
}

.header-phones-sub.show {
    max-height: 500px
}

.btn-expand {
    width: 20px;
    height: 20px;
    padding: 4px;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 284.929 284.929' width='16' height='16' fill='%23fff'%3E%3Cpath d='M282.082 76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856-2.471 0-4.661.95-6.563 2.856L142.466 174.441 30.262 62.241c-1.903-1.906-4.093-2.856-6.567-2.856-2.475 0-4.665.95-6.567 2.856L2.856 76.515C.95 78.417 0 80.607 0 83.082c0 2.473.953 4.663 2.856 6.565l133.043 133.046c1.902 1.903 4.093 2.854 6.567 2.854s4.661-.951 6.562-2.854L282.082 89.647c1.902-1.903 2.847-4.093 2.847-6.565 0-2.475-.945-4.665-2.847-6.571z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: transparent
}

.btn-expand:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 284.929 284.929' width='16' height='16' fill='%23000'%3E%3Cpath d='M282.082 76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856-2.471 0-4.661.95-6.563 2.856L142.466 174.441 30.262 62.241c-1.903-1.906-4.093-2.856-6.567-2.856-2.475 0-4.665.95-6.567 2.856L2.856 76.515C.95 78.417 0 80.607 0 83.082c0 2.473.953 4.663 2.856 6.565l133.043 133.046c1.902 1.903 4.093 2.854 6.567 2.854s4.661-.951 6.562-2.854L282.082 89.647c1.902-1.903 2.847-4.093 2.847-6.565 0-2.475-.945-4.665-2.847-6.571z'/%3E%3C/svg%3E")
}

.btn-expand:focus {
    outline: 0
}

.navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.menu-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu-item {
    background-color: transparent;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    position: relative
}

.menu-item:hover {
    background-color: #004c81
}

.menu-item:hover .submenu-list-wrapper {
    max-height: 640px
}

.menu-item.selected {
    background-color: #004c81
}

.menu-item.sub>.submenu-list-wrapper>.submenu-list>.submenu-item:first-child {
    display: none;
    visibility: hidden
}

.menu-item-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
    font-family: FiraSans, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 20px 10px
}

.menu-item-link:hover {
    color: #fff;
    text-decoration: none
}

.submenu-list-wrapper {
    position: absolute;
    background-color: #004c81;
    left: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s linear;
    -o-transition: max-height .4s linear;
    transition: max-height .4s linear
}

.submenu-list {
    list-style: none;
    padding: 38px 28px
}

.submenu-item {
    padding-left: 20px;
    position: relative
}

.submenu-item:not(:last-child) {
    margin-bottom: 10px
}

.submenu-item:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492.004 492.004' width='10' height='10' fill='%23fff'%3E%3Cpath d='M382.678 226.804L163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z'/%3E%3C/svg%3E")
}

.submenu-item-link {
    display: inline-block;
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.875;
    white-space: nowrap
}

.submenu-item-link:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width .4s linear;
    -o-transition: width .4s linear;
    transition: width .4s linear
}

.submenu-item-link.selected,
.submenu-item-link:hover {
    color: #fff;
    text-decoration: none
}

.submenu-item-link.selected:after,
.submenu-item-link:hover:after {
    width: 100%
}

.submenu-projects .submenu-project>.submenu-list>.submenu-item>.submenu-item-link {
    font-weight: 200;
    color: #fff;
    text-transform: none;
    line-height: 1.65
}

.submenu-projects .submenu-project>.submenu-list>.submenu-item>.submenu-item-link:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width .4s linear;
    -o-transition: width .4s linear;
    transition: width .4s linear
}

.submenu-projects .submenu-project>.submenu-list>.submenu-item>.submenu-item-link.selected,
.submenu-projects .submenu-project>.submenu-list>.submenu-item>.submenu-item-link:hover {
    color: #fff;
    text-decoration: none
}

.submenu-projects .submenu-project>.submenu-list>.submenu-item>.submenu-item-link.selected:after,
.submenu-projects .submenu-project>.submenu-list>.submenu-item>.submenu-item-link:hover:after {
    width: 100%
}

.submenu-project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.submenu-project .submenu-list {
    padding: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.submenu-project .submenu-list>.submenu-item-link {
    font-weight: 200;
    color: #fff;
    text-transform: none;
    line-height: 1.65
}

.submenu-project .submenu-list>.submenu-item-link:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width .4s linear;
    -o-transition: width .4s linear;
    transition: width .4s linear
}

.submenu-project .submenu-list>.submenu-item-link.selected,
.submenu-project .submenu-list>.submenu-item-link:hover {
    color: #fff;
    text-decoration: none
}

.submenu-project .submenu-list>.submenu-item-link.selected:after,
.submenu-project .submenu-list>.submenu-item-link:hover:after {
    width: 100%
}

.submenu-project .submenu-list>.submenu-item {
    padding-left: 0;
    margin-bottom: 0
}

.submenu-project .submenu-list>.submenu-item:before {
    content: none
}

.submenu-project .submenu-list>.submenu-item.submenu-project {
    margin-bottom: 10px
}

.submenu-project .submenu-list>.submenu-item.submenu-project>.submenu-item-link {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    pointer-events: none;
    line-height: 1.65
}

.submenu-project .submenu-list>.submenu-item.submenu-project>.submenu-item-link.selected,
.submenu-project .submenu-list>.submenu-item.submenu-project>.submenu-item-link:hover {
    color: #fff;
    text-decoration: none
}

.submenu-project .submenu-list>.submenu-item.submenu-project>.submenu-item-link.selected:after,
.submenu-project .submenu-list>.submenu-item.submenu-project>.submenu-item-link:hover:after {
    width: 0
}

.submenu-project .submenu-list>.submenu-item.submenu-project .submenu-item .submenu-item-link {
    font-weight: 200;
    color: #fff;
    text-transform: none;
    line-height: 1.65
}

.submenu-project .submenu-list>.submenu-item.submenu-project .submenu-item .submenu-item-link:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width .4s linear;
    -o-transition: width .4s linear;
    transition: width .4s linear
}

.submenu-project .submenu-list>.submenu-item.submenu-project .submenu-item .submenu-item-link.selected,
.submenu-project .submenu-list>.submenu-item.submenu-project .submenu-item .submenu-item-link:hover {
    color: #fff;
    text-decoration: none
}

.submenu-project .submenu-list>.submenu-item.submenu-project .submenu-item .submenu-item-link.selected:after,
.submenu-project .submenu-list>.submenu-item.submenu-project .submenu-item .submenu-item-link:hover:after {
    width: 100%
}

.submenu-project-list {
    list-style: none;
    padding-left: 0;
    margin-top: 5px
}

.submenu-project-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px
}

.submenu-project-list li a {
    font-size: 1rem;
    color: #fff;
    font-weight: 200
}

.submenu-project-list li a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width .4s linear;
    -o-transition: width .4s linear;
    transition: width .4s linear
}

.submenu-project-list li a:hover {
    color: #fff;
    text-decoration: none
}

.submenu-project-list li a:hover:after {
    width: 100%
}

.submenu-project--type {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase
}

.btn-search {
    width: 20px;
    height: 20px;
    padding: 2px;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' width='16' height='16' fill='%23fff'%3E%3Cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0 0 46.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 0 0 .083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50%
}

.btn-search:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' width='16' height='16' fill='%23000'%3E%3Cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0 0 46.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 0 0 .083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3E%3C/svg%3E")
}

.btn-search:focus {
    outline: 0
}

.search-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    top: 0;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out
}

.search-block.active {
    visibility: visible;
    opacity: 1
}

.form-search {
    max-width: 879px;
    width: 100%;
    padding: 0 10px;
    position: relative
}

.form-search-field {
    width: 100%;
    border: none;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    height: 50px;
    padding-right: 41px
}

.form-search-field::-webkit-input-placeholder {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2
}

.form-search-field::-moz-placeholder {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2
}

.form-search-field:-ms-input-placeholder {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2
}

.form-search-field::-ms-input-placeholder {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2
}

.form-search-field::placeholder {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2
}

.search-submit {
    position: absolute;
    width: 34px;
    height: 34px;
    bottom: 1px;
    right: 8px;
    color: #106cae;
    padding: 2px;
    border: none;
    background: 0 0;
    font-size: 30px;
    cursor: pointer;
    outline: 0;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' width='30' height='30' fill='%23fff'%3E%3Cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0 0 46.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 0 0 .083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50%
}

.search-submit:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' width='30' height='30' fill='%23005c9c'%3E%3Cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0 0 46.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 0 0 .083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3E%3C/svg%3E")
}

.search-submit:focus {
    outline: 0
}

.btn-mobile {
    border: none;
    background: 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-mobile:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' width='40' height='40' fill='%23fff'%3E%3Cpath d='M28 0C12.561 0 0 12.561 0 28s12.561 28 28 28 28-12.561 28-28S43.439 0 28 0zm0 54C13.663 54 2 42.336 2 28S13.663 2 28 2s26 11.664 26 26-11.663 26-26 26z'/%3E%3Cpath d='M15 17h26a1 1 0 1 0 0-2H15a1 1 0 1 0 0 2zM45 31H11a1 1 0 1 0 0 2h34a1 1 0 1 0 0-2zM45 23H11a1 1 0 1 0 0 2h34a1 1 0 1 0 0-2zM41 39H15a1 1 0 1 0 0 2h26a1 1 0 1 0 0-2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%
}

.btn-mobile:focus {
    outline: 0
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    background-color: rgba(0, 0, 0, .9);
    overflow: auto;
    z-index: 2
}

.mobile-nav .btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 20px;
    border: none;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='30' height='30' fill='%23fff'%3E%3Cpath d='M505.943 6.058c-8.077-8.077-21.172-8.077-29.249 0L6.058 476.693c-8.077 8.077-8.077 21.172 0 29.249A20.612 20.612 0 0 0 20.683 512a20.614 20.614 0 0 0 14.625-6.059L505.943 35.306c8.076-8.076 8.076-21.171 0-29.248z'/%3E%3Cpath d='M505.942 476.694L35.306 6.059c-8.076-8.077-21.172-8.077-29.248 0-8.077 8.076-8.077 21.171 0 29.248l470.636 470.636a20.616 20.616 0 0 0 14.625 6.058 20.615 20.615 0 0 0 14.624-6.057c8.075-8.078 8.075-21.173-.001-29.25z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: transparent
}

.mobile-nav .btn-close:focus {
    outline: 0
}

.mobile-nav .menu {
    display: inline-block
}

.mobile-nav .menu-item {
    margin-bottom: 5px;
    width: 100%
}

.mobile-nav .menu-item.sub:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20%;
    top: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492.004 492.004' width='10' height='10' fill='%23fff'%3E%3Cpath d='M382.678 226.804L163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z'/%3E%3C/svg%3E")
}

.mobile-nav .menu-item.sub>.submenu-list-wrapper>.submenu-list>.submenu-item:first-child {
    display: block;
    visibility: visible
}

.mobile-nav .menu-item.sub.show {
    background-color: #004c81
}

.mobile-nav .menu-item.sub.show .submenu-list-wrapper {
    max-height: 900px
}

.mobile-nav .menu-item:hover .submenu-list-wrapper {
    max-height: 0
}

.mobile-nav .menu-item-link {
    display: block;
    font-size: 1rem;
    padding: 10px 5px
}

.mobile-nav .submenu-list-wrapper {
    position: static
}

.mobile-nav .submenu-list-wrapper>.submenu-list {
    padding: 0 0 10px
}

.mobile-nav .submenu-list {
    padding: 0
}

.mobile-nav .submenu-item:before {
    top: 5px
}

.mobile-nav .submenu-item-link {
    white-space: normal;
    line-height: 1.4
}

.mobile-nav .form-search {
    padding: 0
}

.mobile-nav .form-search-field {
    height: 40px
}

.mobile-nav .form-search-field::-webkit-input-placeholder {
    font-size: 1rem
}

.mobile-nav .form-search-field::-moz-placeholder {
    font-size: 1rem
}

.mobile-nav .form-search-field:-ms-input-placeholder {
    font-size: 1rem
}

.mobile-nav .form-search-field::-ms-input-placeholder {
    font-size: 1rem
}

.mobile-nav .form-search-field::placeholder {
    font-size: 1rem
}

.mobile-nav .search-submit {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' width='20' height='20' fill='%23fff'%3E%3Cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0 0 46.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 0 0 .083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3E%3C/svg%3E")
}

.mobile-nav .search-submit:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' width='20' height='20' fill='%23005c9c'%3E%3Cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0 0 46.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 0 0 .083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3E%3C/svg%3E")
}

.main {
    margin-top: 160px
}

.slider-wrapper {
    position: relative
}

.slide-elem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative
}

.slide-elem-img {
    max-width: 65%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    overflow: hidden
}

.slide-elem-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slide-elem-text {
    padding: 3rem;
    max-width: 35%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.slide-elem-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color)
}

.slide-elem-text--label {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 15px;
    z-index: 1
}

.slide-elem-text--title {
    font-size: 3.125rem;
    margin-bottom: 48px;
    z-index: 1
}

.slide-elem-text--title:after {
    margin-top: 37px
}

.slide-elem-text--desc {
    font-size: 1.875rem;
    color: #fff;
    line-height: 1.2;
    font-weight: 200;
    text-align: center;
    z-index: 1
}

.slide-elem-text--more {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 28px;
    border: 1px solid #fff;
    padding: 0 60px;
    height: 56px;
    font-size: 1.5rem;
    font-family: Magnolia;
    color: #fff;
    line-height: 1;
    margin-top: 35px;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    z-index: 1
}

.slide-elem-text--more:hover {
    color: #3da14b;
    text-decoration: none;
    background-color: #fff
}

.slider-wrapper .btn-slide {
    position: absolute;
    bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.slider-wrapper .slide-prev {
    right: calc(100vw - 60%)
}

.slider-wrapper .slide-next {
    right: calc(100vw - 65%)
}

.main-services {
    padding: 50px 0
}

.main-service {
    padding: 60px;
    position: relative;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.main-service:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg-image);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    z-index: -1
}

.main-service:hover {
    text-decoration: none
}

.main-service:hover:before {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.service-title {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 1rem
}

.desc--black,
.title--black {
    color: #000
}

.desc--white,
.title--white {
    color: #fff
}

.desc--gray {
    color: #737373
}

.service-content--desc {
    font-size: 1rem;
    line-height: 1.6;
    min-height: 70px
}

.main-service-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, .471);
    padding-top: 45px
}

.other-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f4f5f7;
    height: 100%
}

.other-service:hover {
    text-decoration: none
}

.other-service:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.service--border {
    border-right: 1px solid #e1e1e1
}

.other-service-content {
    padding: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.other-service-content .service-content--desc {
    font-weight: 200
}

.other-service-img {
    overflow: hidden
}

.other-service-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.service-more {
    margin-top: 20px;
    height: 70px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.offers-slider-wrapper {
    position: relative
}

.offers-slider-wrapper .btn-slide {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.offers-slider-wrapper .btn-slide.slide-prev {
    left: 30px
}

.offers-slider-wrapper .btn-slide.slide-next {
    right: 30px
}

.offers-slider .slick-slide>div,
.offers-slider-detail .slick-slide>div {
    max-height: 390px;
    height: 100vh
}

.offers-slider .slick-slide img,
.offers-slider-detail .slick-slide img {
    display: inline-block
}

.offers-slide {
    height: 100%
}

.offers-slide-elem {
    display: block;
    position: relative;
    height: 100%
}

.offers-slide-elem:hover {
    text-decoration: none
}

.offers-slide-elem:hover .offers-slide-elem-img:after {
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    background-color: rgba(0, 0, 0, .6)
}

.offers-slide-elem:hover .offers-slide-elem-img img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.offers-slide-elem:hover .offers-elem-desc {
    max-height: 300px
}

.offers-slide-elem-img {
    position: relative;
    overflow: hidden;
    max-height: 390px;
    height: 100vh
}

.offers-slide-elem-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.offers-slide-elem-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .4s linear;
    transition: -webkit-transform .4s linear;
    -o-transition: transform .4s linear;
    transition: transform .4s linear;
    transition: transform .4s linear, -webkit-transform .4s linear
}

.offers-slide-elem-desc {
    position: absolute;
    padding: 40px 3rem;
    width: 100%;
    bottom: 0;
    color: #fff
}

.offers-elem-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.offers-elem-title--name {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 1rem
}

.offers-elem-title--val {
    display: inline-block;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: .8;
    margin-right: 1rem
}

.offers-elem-desc {
    max-height: 0;
    height: auto;
    overflow: hidden;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    -webkit-transition: max-height .4s linear;
    -o-transition: max-height .4s linear;
    transition: max-height .4s linear
}

.offers-elem-desc-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 1rem
}

.offers-elem-desc-block span:last-child {
    text-align: right
}

.main-advantages {
    padding: 50px 0;
    background: url(../img/adv_bg.png) no-repeat
}

.advantages-slider-wrapper {
    position: relative
}

.advantages-slider-wrapper .btn-slide {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.advantages-slider-wrapper .slide-prev {
    left: 10px
}

.advantages-slider-wrapper .slide-next {
    right: 10px
}

.advantages-slide-elem {
    display: block;
    text-align: center;
    outline: 0
}

.advantages-slide-elem:hover {
    text-decoration: none
}

.advantages-slide-elem:hover .advantages-slide-elem-img:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.advantages-slide-elem:hover .advantages-slide-elem-name--first {
    color: #005c9c
}

.advantages-slide-elem:hover .advantages-slide-elem-name--second {
    color: #000
}

.advantages-slide-elem-img {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 186px;
    height: 186px;
    overflow: hidden;
    margin-bottom: 1rem
}

.advantages-slide-elem-img:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    border: 1px solid #6fb049;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.advantages-slide-elem-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.advantages-slide-elem-name--first {
    font-size: 1.5rem;
    font-family: Magnolia;
    color: #000;
    line-height: 1;
    margin-bottom: .2rem;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out
}

.advantages-slide-elem-name--second {
    font-size: 1rem;
    line-height: 1.6;
    color: #005c9c;
    text-transform: uppercase;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out
}

.main-company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main-company-content-wrapper,
.main-company-video {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center
}

.main-company-content {
    max-width: 80%;
    text-align: center;
    display: inline-block
}

.main-company-content-desc {
    font-size: 1rem;
    color: #717171;
    line-height: 2
}

.main-company-video {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-company-video:before {
    content: '';
    background-color: #3da14b;
    position: absolute;
    top: 36px;
    bottom: 54px;
    right: 0;
    width: calc(100vw - 60vw)
}

.main-company-video:after {
    content: '';
    position: absolute;
    top: -40px;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg1.png) no-repeat;
    background-size: contain;
    background-position: 100% 50%
}

.iframe-video {
    position: relative;
    z-index: 1
}

.main-news,
.main-reviews,
.main-write-us {
    padding: 3rem !important
}

.main-news,
.main-write-us {
    background-color: #f8f8f8
}

.main-reviews {
    background-color: #f2f2f2
}

.main-news,
.main-reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-review-item,
.news-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.news-list-item {
    padding: 50px 0 40px
}

.news-list-item:first-child {
    border-bottom: 1px solid #d4d4d4
}

.news-list-item-info {
    display: inline-block;
    font-size: 1rem;
    color: #1d1d1b;
    line-height: 1.5;
    clear: both
}

.news-list-item-info:hover {
    color: #1d1d1b;
    text-decoration: none
}

.news-list-item-info:hover span {
    border-bottom-color: #1d1d1b
}

.news-list-item-info:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.news-list-item-info span {
    border-bottom: 1px solid transparent;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.main-review-item-info--date,
.news-list-item-info--date {
    color: #005c9c;
    margin-top: 1rem;
    line-height: .6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.main-review-item-info--date:before,
.news-list-item-info--date:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' width='14' height='14' fill='%236fb049'%3E%3Cpath d='M587.572 186.881c-32.266-75.225-87.096-129.934-162.949-162.285C386.711 8.427 346.992.168 305.497.168c-41.488 0-80.914 8.181-118.784 24.428-75.225 32.265-130.298 86.939-162.621 162.285C7.895 224.629 0 264.176 0 305.664c0 41.496 7.895 81.371 24.092 119.127 32.323 75.346 87.403 130.348 162.621 162.621 37.877 16.247 77.295 24.42 118.784 24.42 41.489 0 81.214-8.259 119.12-24.42C500.47 555.06 555.3 500.009 587.573 424.791 603.819 386.914 612 347.16 612 305.664c0-41.488-8.174-80.907-24.428-118.783zm-48.848 253.972c-24.021 41.195-56.929 73.876-98.375 98.039-41.195 24.021-86.332 36.135-134.845 36.135-36.47 0-71.27-7.024-104.4-21.415-33.129-14.384-61.733-33.294-85.661-57.215-23.928-23.928-42.973-52.811-57.214-85.997-14.199-33.065-21.08-68.258-21.08-104.735 0-48.52 11.921-93.428 35.807-134.509 23.971-41.231 56.886-73.947 98.039-98.04 41.146-24.092 85.99-36.142 134.502-36.142 48.52 0 93.649 12.121 134.845 36.142 41.446 24.164 74.283 56.879 98.375 98.039 24.092 41.153 36.135 85.99 36.135 134.509 0 48.521-11.964 93.735-36.128 135.189z'/%3E%3Cpath d='M324.906 302.988V129.659c0-10.372-9.037-18.738-19.41-18.738-9.701 0-18.403 8.366-18.403 18.738v176.005c0 .336.671 1.678.671 2.678-.671 6.024 1.007 11.043 5.019 15.062L392.836 423.45c6.695 6.695 19.073 6.695 25.763 0 7.694-7.695 7.188-18.86 0-26.099l-93.693-94.363z'/%3E%3C/svg%3E")
}

.news-list-item-img {
    display: inline-block;
    max-width: 183px;
    overflow: hidden;
    float: right;
    margin-left: 3rem
}

.news-list-item-img img {
    -webkit-transition: -webkit-transform .4s linear;
    transition: -webkit-transform .4s linear;
    -o-transition: transform .4s linear;
    transition: transform .4s linear;
    transition: transform .4s linear, -webkit-transform .4s linear
}

.link-more-wrapper {
    text-align: center;
    border-top: 1px solid #d4d4d4
}

.main-review-item {
    text-align: center
}

.main-review-item-info--name {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #000;
    margin-bottom: 1rem
}

.main-review-item-info--date {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-review-item-info-desc {
    font-size: 1rem;
    color: #1d1d1b;
    line-height: 1.875;
    padding: 60px 0
}

.form-label {
    font-size: 1rem;
    color: #717171;
    line-height: 1.2
}

.required {
    color: red
}

.form-field-input,
.form-field-textarea,
.form-field-select {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    padding-left: 15px
}

.form-field-input,
.form-field-select {
    height: 60px
}

.select-wrapper {
    display: flex;
    align-items: center;
}
.select-wrapper > span.form-label{
    margin-right: 15px
}
.select {
    position: relative;
    flex: 1;
}

.select::before {
    content: "";
    position: absolute;
    right: 15px;
    top: calc(50% - 10px);
    line-height: 26px;
    width: 20px;
    height: 20px;
    padding: 4px;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 284.929 284.929' width='16' height='16' fill='%23000'%3E%3Cpath d='M282.082 76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856-2.471 0-4.661.95-6.563 2.856L142.466 174.441 30.262 62.241c-1.903-1.906-4.093-2.856-6.567-2.856-2.475 0-4.665.95-6.567 2.856L2.856 76.515C.95 78.417 0 80.607 0 83.082c0 2.473.953 4.663 2.856 6.565l133.043 133.046c1.902 1.903 4.093 2.854 6.567 2.854s4.661-.951 6.562-2.854L282.082 89.647c1.902-1.903 2.847-4.093 2.847-6.565 0-2.475-.945-4.665-2.847-6.571z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: transparent
}

.form-field-select {
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form-field-select:focus {
    outline: none;
    border-color: #3da14b
}

.form-field-textarea {
    padding-top: 15px;
    height: 180px;
    resize: none
}

.form-submit-wrapper {
    text-align: center
}

.form-submit {
    border: 1px solid #fff;
    border-radius: 26px;
    background-color: #3da14b;
    width: 246px;
    height: 52px;
    font-size: 1.5rem;
    font-family: Magnolia;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out
}

.form-submit:hover {
    color: #3da14b;
    background-color: #fff;
    border-color: #3da14b
}

.form-checkbox-pd {
    display: none
}

.form-checkbox-pd+.form-label-pd {
    padding-left: 35px;
    cursor: pointer
}

.form-checkbox-pd+.form-label-pd:before {
    content: '';
    font-size: 24px;
    line-height: 24px;
    height: 26px;
    width: 26px;
    border-radius: 5px;
    border: 1px solid #3da14b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='20' height='20' fill='%23fff'%3E%3Cpath d='M.3 14c-.2-.2-.3-.5-.3-.7s.1-.5.3-.7l1.4-1.4c.4-.4 1-.4 1.4 0l.1.1 5.5 5.9c.2.2.5.2.7 0L22.8 3.3h.1c.4-.4 1-.4 1.4 0l1.4 1.4c.4.4.4 1 0 1.4l-16 16.6c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3L.5 14.3.3 14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    text-align: center;
    color: transparent;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.form-checkbox-pd:checked+.form-label-pd:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='20' height='20' fill='%233da14b'%3E%3Cpath d='M.3 14c-.2-.2-.3-.5-.3-.7s.1-.5.3-.7l1.4-1.4c.4-.4 1-.4 1.4 0l.1.1 5.5 5.9c.2.2.5.2.7 0L22.8 3.3h.1c.4-.4 1-.4 1.4 0l1.4 1.4c.4.4.4 1 0 1.4l-16 16.6c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3L.5 14.3.3 14z'/%3E%3C/svg%3E")
}

.form-label-pd {
    position: relative;
    color: #717171;
    font-size: 1rem;
    line-height: 1.5
}

.form-label-pd a {
    color: #717171
}

.form-label-pd a:hover {
    text-decoration: none
}

.form-label-pd a:hover span {
    border-bottom-color: transparent
}

.form-label-pd a span {
    border-bottom: 1px solid #717171;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.main-seo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main-seo-content-wrapper,
.main-seo-img {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center
}

.main-seo-content {
    max-width: 80%;
    text-align: center;
    display: inline-block
}

.main-seo-content-desc {
    font-size: 1rem;
    color: #717171;
    line-height: 2
}

.main-seo-img {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 5%
}

.main-seo-img:before {
    content: '';
    background-color: #3da14b;
    position: absolute;
    top: 54px;
    bottom: 54px;
    left: 0;
    width: calc(100vw - 60vw)
}

.main-seo-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg2.png) no-repeat;
    background-size: contain;
    background-position: 0 50%
}

.main-seo-img img {
    z-index: 1
}

.footer {
    background-color: #005c9c;
    padding: 60px 0
}

.footer .menu-item-link {
    font-weight: 500
}

.footer .social {
    margin-left: 70px
}

.footer-logo {
    font-size: 1.875rem;
    font-family: "Exo 2";
    color: #fff;
    font-weight: 700;
    line-height: 1
}

.footer-logo:hover {
    text-decoration: none;
    color: #fff
}

.footer-info {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.copyright {
    font-size: .875rem;
    line-height: 1.714
}

.site {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 200;
    position: relative;
    padding-right: 20%
}

.site:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 34px;
    right: 35%;
    top: -15px;
    background: url(../img/alronix.png) no-repeat
}

.site-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff
}

.site-link:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width .4s linear;
    -o-transition: width .4s linear;
    transition: width .4s linear
}

.site-link:hover {
    color: #fff;
    text-decoration: none
}

.site-link:hover:after {
    width: 100%
}

.footer-phones {
    color: #fff;
    font-weight: 200;
    padding-left: 70px;
    position: relative
}

.footer-phones:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, .29);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.029 32.029' width='20' height='20' fill='%23abcc3f'%3E%3Cpath d='M30.988 2.617l-.899-.899C28.981.612 27.378.027 25.458.027c-4.745 0-11.097 3.397-16.58 8.871C.917 16.846-2.244 26.146 1.686 30.067l.899.897a3.536 3.536 0 0 0 2.512 1.037c.95 0 1.841-.369 2.513-1.039l3.598-3.59a3.545 3.545 0 0 0 0-5.014l-.899-.898c-.958-.957-.518-3.442 3.597-7.55 3.504-3.496 5.532-4.019 6.43-4.019.476 0 .846.141 1.135.43l.898.896c1.341 1.34 3.685 1.342 5.024 0l3.595-3.59A3.507 3.507 0 0 0 32.03 5.12a3.511 3.511 0 0 0-1.042-2.503zm-1.427 3.589l-3.598 3.59c-.58.578-1.589.58-2.168 0l-.898-.896c-.668-.667-1.553-1.021-2.562-1.021-2.148 0-4.792 1.551-7.857 4.609-6.325 6.312-4.622 9.376-3.597 10.399l.898.896a1.528 1.528 0 0 1 0 2.164l-3.596 3.59c-.582.578-1.591.578-2.17 0l-.897-.896c-3.025-3.021.269-11.408 7.192-18.318 5.041-5.031 10.987-8.281 15.151-8.281 1.394 0 2.471.37 3.203 1.103l.897.896c.29.29.449.675.449 1.083.003.408-.157.792-.447 1.082z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 5px
}

.footer-phone-link {
    font-size: 1.875rem;
    color: #fff;
    line-height: 1.2
}

.footer-phone-link:hover {
    text-decoration: none;
    color: #fff
}

.footer-phone-desc {
    font-size: 1.125rem;
}

.footer_desc {
    font-size:15px;
}

.order-call-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    line-height: 1.1;
    margin-top: 1rem
}

.order-call-link:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width .4s linear;
    -o-transition: width .4s linear;
    transition: width .4s linear
}

.order-call-link:hover {
    color: #fff;
    text-decoration: none
}

.order-call-link:hover:after {
    width: 0
}

.footer-address {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.333;
    font-weight: 200;
    padding-left: 70px;
    position: relative
}

.footer-address:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, .29);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='20' height='20' fill='%23abcc3f'%3E%3Cpath d='M256 0C156.748 0 76 80.748 76 180c0 33.534 9.289 66.26 26.869 94.652l142.885 230.257A15 15 0 0 0 258.499 512h.119a14.997 14.997 0 0 0 12.75-7.292L410.611 272.22C427.221 244.428 436 212.539 436 180 436 80.748 355.252 0 256 0zm128.866 256.818L258.272 468.186l-129.905-209.34C113.734 235.214 105.8 207.95 105.8 180c0-82.71 67.49-150.2 150.2-150.2S406.1 97.29 406.1 180c0 27.121-7.411 53.688-21.234 76.818z'/%3E%3Cpath d='M256 90c-49.626 0-90 40.374-90 90 0 49.309 39.717 90 90 90 50.903 0 90-41.233 90-90 0-49.626-40.374-90-90-90zm0 150.2c-33.257 0-60.2-27.033-60.2-60.2 0-33.084 27.116-60.2 60.2-60.2s60.1 27.116 60.1 60.2c0 32.683-26.316 60.2-60.1 60.2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 5px
}

.scroll-up {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    right: 5%;
    bottom: 5%;
    border: 1px solid #3da14b;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.479 31.479' width='30' height='30' fill='%233da14b'%3E%3Cpath d='M26.477 10.274a1.112 1.112 0 0 1 0 1.587 1.12 1.12 0 0 1-1.571 0l-8.047-8.047v26.555c0 .619-.492 1.111-1.111 1.111a1.118 1.118 0 0 1-1.127-1.111V3.813L6.59 11.86c-.444.429-1.159.429-1.587 0a1.112 1.112 0 0 1 0-1.587L14.955.321a1.12 1.12 0 0 1 1.571 0l9.951 9.953z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: transparent;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 24px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 2
}

.scroll-up:hover {
    text-decoration: none;
    background-color: #3da14b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.479 31.479' width='30' height='30' fill='%23fff'%3E%3Cpath d='M26.477 10.274a1.112 1.112 0 0 1 0 1.587 1.12 1.12 0 0 1-1.571 0l-8.047-8.047v26.555c0 .619-.492 1.111-1.111 1.111a1.118 1.118 0 0 1-1.127-1.111V3.813L6.59 11.86c-.444.429-1.159.429-1.587 0a1.112 1.112 0 0 1 0-1.587L14.955.321a1.12 1.12 0 0 1 1.571 0l9.951 9.953z'/%3E%3C/svg%3E")
}

.page .main {
    margin-top: 0
}

.header-page {
    margin-top: 161px
}

.header-page-block-wrapper {
    position: relative
}

.header-page-block-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, #000 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0) 100%);
    opacity: .45
}

.header-page-block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.header-page-title {
    font-size: 40px;
    font-family: Magnolia;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-page-title:after {
    content: '';
    display: inline-block;
    background-color: #fff;
    width: 80px;
    height: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-top: 24px
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    margin-top: 20px;
    position: relative
}

.breadcrumbs-item,
.breadcrumbs-item-link {
    color: #fff;
    font-size: 18px;
    line-height: 1.2
}

.breadcrumbs-item-link {
    display: inline-block;
    position: relative;
    padding-right: 22px;
    margin-right: 20px
}

.breadcrumbs-item-link:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 284.935 284.936' width='10' height='10' fill='%23fff'%3E%3Cpath d='M222.701 135.9L89.652 2.857C87.748.955 85.557 0 83.084 0c-2.474 0-4.664.955-6.567 2.857L62.244 17.133c-1.906 1.903-2.855 4.089-2.855 6.567 0 2.478.949 4.664 2.855 6.567l112.204 112.204L62.244 254.677c-1.906 1.903-2.855 4.093-2.855 6.564 0 2.477.949 4.667 2.855 6.57l14.274 14.271c1.903 1.905 4.093 2.854 6.567 2.854 2.473 0 4.663-.951 6.567-2.854l133.042-133.044c1.902-1.902 2.854-4.093 2.854-6.567s-.945-4.664-2.847-6.571z'/%3E%3C/svg%3E");
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.breadcrumbs-item-link span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flez-start;
    -webkit-align-items: flez-start;
    -ms-flex-align: flez-start;
    align-items: flez-start
}

.breadcrumbs-item-link span:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width .4s linear;
    -o-transition: width .4s linear;
    transition: width .4s linear
}

.breadcrumbs-item-link:hover {
    color: #fff;
    text-decoration: none
}

.breadcrumbs-item-link:hover span:after {
    width: 100%
}

.page-content-title--h1 {
    color: #000;
    font-size: 36px;
    line-height: 30px;
    font-family: Magnolia;
    margin-bottom: 20px
}

.page-content-title--h2 {
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px
}

.title-border {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.title-border:after {
    content: '';
    display: inline-block;
    background-color: #000;
    width: 60px;
    height: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-top: 10px
}

.page-content {
    font-size: 16px;
    line-height: 30px;
    color: #717171
}

.video-content {
    position: relative;
    display: block;
    color: #fff
}

.video-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 511.147 511.147' width='60' height='60' fill='%23fff'%3E%3Cpath d='M506.027 147.2c0-1.707-5.12-39.253-21.333-57.173-19.627-21.333-40.96-23.893-52.053-24.747h-3.413c-69.12-5.12-172.373-5.973-174.08-5.973-.853 0-104.96.853-173.227 7.68h-2.56C67.413 67.84 46.08 70.4 27.307 91.733 10.24 109.653 5.12 148.053 5.12 149.76c0 0-5.12 43.52-5.12 87.04v40.107c0 42.667 5.12 86.187 5.12 87.04 0 1.707 5.12 39.253 21.333 57.173 17.92 20.48 39.253 23.04 52.907 24.747 2.56 0 4.267 0 6.827.853 39.253 3.413 163.84 5.12 168.96 5.12.853 0 104.96 0 174.08-7.68h2.56c11.947-.853 33.28-3.413 52.053-24.747 17.067-17.92 22.187-56.32 22.187-58.027 0 0 5.12-43.52 5.12-87.04V234.24c0-42.667-5.12-86.187-5.12-87.04zM494.08 276.053c0 42.667-5.12 85.333-5.12 85.333-1.707 9.387-6.827 36.693-17.92 48.64-14.507 17.067-31.573 18.773-40.96 19.627h-2.56c-68.267 5.12-171.52 5.12-172.373 5.12s-128.853-1.707-166.4-5.973c-2.56 0-5.12-.853-7.68-.853-11.947-.853-29.013-3.413-42.667-18.773-10.24-11.093-16.213-38.4-17.067-47.787 0-.853-5.12-43.52-5.12-85.333v-40.107c0-42.667 5.12-85.333 5.12-85.333.853-9.387 6.827-36.693 17.067-48.64C53.76 84.907 69.973 83.2 80.213 82.347h2.56c68.267-5.12 171.52-5.973 172.373-5.973s104.107.853 172.373 5.973h3.413c9.387.853 26.453 2.56 40.96 19.627 10.24 11.947 15.36 39.253 17.067 48.64.853 1.707 5.12 44.373 5.12 85.333v40.106z'/%3E%3Cpath d='M361.813 256.427l-162.133-94.72c-2.56-1.707-5.973-1.707-8.533 0s-4.267 4.267-4.267 7.68V354.56c0 3.413 1.707 5.973 4.267 7.68 1.707.853 2.56.853 4.267.853s2.56 0 4.267-.853l162.133-90.453c2.56-1.707 4.267-4.267 4.267-7.68s-1.708-5.974-4.268-7.68zm-157.866 83.626v-156.16l136.533 80.213-136.533 75.947z'/%3E%3C/svg%3E");
    background-color: rgba(0, 0, 0, .25);
    background-repeat: no-repeat;
    background-position: 50%
}

.video-content:hover {
    color: #fff;
    text-decoration: none
}

.video-content-text {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 50px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    width: 60%
}

.blockquote {
    border-left: 2px solid #000;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    padding: 30px 0 30px 50px;
    position: relative
}

.blockquote:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 40px;
    background: url(../img/bq.png) 50% no-repeat #fff
}

.page-content ol,
.page-content ul {
    list-style: none;
    padding: 0
}

.page-content ol li,
.page-content ul li {
    position: relative;
    padding-left: 31px;
    margin-bottom: 10px
}

.page-content ol li:before,
.page-content ul li:before {
    color: #005c9c;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-content ul li:before {
    content: '';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 284.935 284.936' width='10' height='10' fill='%23005c9c'%3E%3Cpath d='M222.701 135.9L89.652 2.857C87.748.955 85.557 0 83.084 0c-2.474 0-4.664.955-6.567 2.857L62.244 17.133c-1.906 1.903-2.855 4.089-2.855 6.567 0 2.478.949 4.664 2.855 6.567l112.204 112.204L62.244 254.677c-1.906 1.903-2.855 4.093-2.855 6.564 0 2.477.949 4.667 2.855 6.57l14.274 14.271c1.903 1.905 4.093 2.854 6.567 2.854 2.473 0 4.663-.951 6.567-2.854l133.042-133.044c1.902-1.902 2.854-4.093 2.854-6.567s-.945-4.664-2.847-6.571z'/%3E%3C/svg%3E") 50% no-repeat
}

.page-content ol {
    counter-reset: ol
}

.page-content ol li:before {
    counter-increment: ol;
    content: counter(ol) "/"
}

.table-responsive {
    max-width: 100%;
    overflow-x: auto;
    position: relative
}

.table-responsive.scroll:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -15px;
    width: 75px;
    height: 75px;
    background: url(../img/scroll.png) no-repeat 50%
}

.table {
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
    line-height: 24px
}

.table tr>td,
.table tr>th {
    padding: 23px 50px;
    vertical-align: top
}

.table>thead>tr>th {
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    background-color: #3da14b
}

.table>tbody {
    border-bottom: 7px solid #3da14b
}

.table>tbody>tr>td {
    color: #47402e;
    font-size: 16px
}

.table>tbody>tr>td:last-child {
    width: 20%;
    text-align: center
}

.table>tbody>tr:nth-child(even)>td {
    background-color: #f3f3f3
}

.table>tbody>tr:nth-child(odd)>td {
    background-color: #fff
}

.footer-block-info-wrapper {
    position: relative
}

.footer-block-info-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.footer-block-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer-block-info--title {
    font-size: 40px;
    font-family: Magnolia;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px
}

.footer-block-info--desc {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    text-align: center
}

.footer-block-info-links {
    text-align: center
}

.awards-title {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center
}

.awards-title:after {
    content: '';
    display: inline-block;
    background-color: #000;
    width: 81px;
    height: 2px;
    margin-top: 1rem
}

.awards-slider-wrapper {
    position: relative;
    padding: 20px 10%
}

.awards-slider-wrapper .btn-slide {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.awards-slider-wrapper .slide-prev {
    left: 5px
}

.awards-slider-wrapper .slide-next {
    right: 15px
}

.awards-slide {
    text-align: center
}

.awards-slide-item {
    display: inline-block
}

.content-slider-block {
    position: relative
}

.content-slider-block:before {
    content: '';
    background-color: #3da14b;
    position: absolute;
    bottom: -31px;
    max-width: 724px;
    width: 100%;
    max-height: 485px;
    height: 100%;
    left: calc(100vw - 133%)
}

.content-slider-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -31px;
    background: url(../img/slide_c_bg.png) no-repeat;
    background-size: contain;
    background-position: 100% 50%;
    left: calc(100vw - 162%)
}

.content-slider-wrapper {
    position: relative;
    z-index: 1
}

.content-slider-wrapper .btn-slide {
    position: absolute;
    bottom: 46px;
    right: 50px;
    z-index: 1
}

.content-slider-wrapper .slide-prev {
    right: 120px
}

.content-slide-item {
    position: relative;
    display: inline-block
}

.content-slide-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25)
}

.content-slide-item-desc {
    display: inline-block;
    max-width: 60%;
    position: absolute;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
    left: 50px;
    bottom: 40px
}

.left-navigation {
    display: block;
    max-width: 324px;
    overflow: hidden;
    background-color: #3da14b;
    padding: 40px
}

.page-content .left-menu-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.page-content .left-menu-item {
    padding-left: 0
}

.page-content .left-menu-item:before {
    content: none
}

.page-content .left-menu-item:not(:last-child) {
    margin-bottom: 30px
}

.left-menu-item-active,
.left-menu-item-link,
.left-menu-item-link-sub,
.left-menu-item-link-sub-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1
}

.left-menu-item-active:after,
.left-menu-item-link-sub-active:after,
.left-menu-item-link-sub:after,
.left-menu-item-link:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.left-menu-item-link-sub {
    text-transform: none
}

.left-menu-item-link-sub:after {
    content: none
}

.left-menu-item-link,
.left-menu-item-link-sub {
    color: #fff;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.left-menu-item-link-sub:after,
.left-menu-item-link:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 284.935 284.936' width='10' height='10' fill='%23fff'%3E%3Cpath d='M222.701 135.9L89.652 2.857C87.748.955 85.557 0 83.084 0c-2.474 0-4.664.955-6.567 2.857L62.244 17.133c-1.906 1.903-2.855 4.089-2.855 6.567 0 2.478.949 4.664 2.855 6.567l112.204 112.204L62.244 254.677c-1.906 1.903-2.855 4.093-2.855 6.564 0 2.477.949 4.667 2.855 6.57l14.274 14.271c1.903 1.905 4.093 2.854 6.567 2.854 2.473 0 4.663-.951 6.567-2.854l133.042-133.044c1.902-1.902 2.854-4.093 2.854-6.567s-.945-4.664-2.847-6.571z'/%3E%3C/svg%3E")
}

.left-menu-item-link-sub:hover,
.left-menu-item-link:hover {
    color: #000;
    text-decoration: none
}

.left-menu-item-link-sub:hover:after,
.left-menu-item-link:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 284.935 284.936' width='10' height='10' fill='%23000'%3E%3Cpath d='M222.701 135.9L89.652 2.857C87.748.955 85.557 0 83.084 0c-2.474 0-4.664.955-6.567 2.857L62.244 17.133c-1.906 1.903-2.855 4.089-2.855 6.567 0 2.478.949 4.664 2.855 6.567l112.204 112.204L62.244 254.677c-1.906 1.903-2.855 4.093-2.855 6.564 0 2.477.949 4.667 2.855 6.57l14.274 14.271c1.903 1.905 4.093 2.854 6.567 2.854 2.473 0 4.663-.951 6.567-2.854l133.042-133.044c1.902-1.902 2.854-4.093 2.854-6.567s-.945-4.664-2.847-6.571z'/%3E%3C/svg%3E")
}

.left-menu-item-active {
    color: #000
}

.left-menu-item-active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 284.935 284.936' width='10' height='10' fill='%23000'%3E%3Cpath d='M222.701 135.9L89.652 2.857C87.748.955 85.557 0 83.084 0c-2.474 0-4.664.955-6.567 2.857L62.244 17.133c-1.906 1.903-2.855 4.089-2.855 6.567 0 2.478.949 4.664 2.855 6.567l112.204 112.204L62.244 254.677c-1.906 1.903-2.855 4.093-2.855 6.564 0 2.477.949 4.667 2.855 6.57l14.274 14.271c1.903 1.905 4.093 2.854 6.567 2.854 2.473 0 4.663-.951 6.567-2.854l133.042-133.044c1.902-1.902 2.854-4.093 2.854-6.567s-.945-4.664-2.847-6.571z'/%3E%3C/svg%3E")
}

.left-menu-item-link-sub-active {
    color: #000;
    text-transform: none
}

.b-block-link {
    display: inline-block;
    max-width: 324px;
    overflow: hidden;
    position: relative;
    color: #fff
}

.b-block-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .22)
}

.b-block-link:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: rgba(0, 0, 0, .22);
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.b-block-link:hover {
    color: #fff;
    text-decoration: none
}

.b-block-link:hover:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.b-block-link-title {
    position: absolute;
    bottom: 55px;
    left: 40px;
    right: 40px;
    z-index: 1
}

.b-block--title-bottom,
.b-block--title-top {
    line-height: 48px
}

.b-block--title-top {
    font-family: Magnolia;
    font-size: 24px
}

.b-block--title-bottom {
    font-size: 36px;
    text-transform: uppercase
}

.review-block {
    display: inline-block;
    max-width: 324px;
    background-color: #f2f2f2;
    padding: 45px 30px
}

.review-block--name {
    font-size: 24px;
    color: #000;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px
}

.review-block--date {
    color: #005c9c;
    font-weight: 400;
    line-height: .6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 34px
}

.review-block--date:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' width='14' height='14' fill='%236fb049'%3E%3Cpath d='M587.572 186.881c-32.266-75.225-87.096-129.934-162.949-162.285C386.711 8.427 346.992.168 305.497.168c-41.488 0-80.914 8.181-118.784 24.428-75.225 32.265-130.298 86.939-162.621 162.285C7.895 224.629 0 264.176 0 305.664c0 41.496 7.895 81.371 24.092 119.127 32.323 75.346 87.403 130.348 162.621 162.621 37.877 16.247 77.295 24.42 118.784 24.42 41.489 0 81.214-8.259 119.12-24.42C500.47 555.06 555.3 500.009 587.573 424.791 603.819 386.914 612 347.16 612 305.664c0-41.488-8.174-80.907-24.428-118.783zm-48.848 253.972c-24.021 41.195-56.929 73.876-98.375 98.039-41.195 24.021-86.332 36.135-134.845 36.135-36.47 0-71.27-7.024-104.4-21.415-33.129-14.384-61.733-33.294-85.661-57.215-23.928-23.928-42.973-52.811-57.214-85.997-14.199-33.065-21.08-68.258-21.08-104.735 0-48.52 11.921-93.428 35.807-134.509 23.971-41.231 56.886-73.947 98.039-98.04 41.146-24.092 85.99-36.142 134.502-36.142 48.52 0 93.649 12.121 134.845 36.142 41.446 24.164 74.283 56.879 98.375 98.039 24.092 41.153 36.135 85.99 36.135 134.509 0 48.521-11.964 93.735-36.128 135.189z'/%3E%3Cpath d='M324.906 302.988V129.659c0-10.372-9.037-18.738-19.41-18.738-9.701 0-18.403 8.366-18.403 18.738v176.005c0 .336.671 1.678.671 2.678-.671 6.024 1.007 11.043 5.019 15.062L392.836 423.45c6.695 6.695 19.073 6.695 25.763 0 7.694-7.695 7.188-18.86 0-26.099l-93.693-94.363z'/%3E%3C/svg%3E")
}

.review-block-text {
    color: #000;
    font-weight: 200;
    margin-bottom: 20px
}

.review-block-more {
    color: #000;
    font-size: 18px;
    max-width: 100%;
    font-weight: 200;
    margin-top: 0
}

.pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 0
}

.btn-page {
    font-family: "Open Sans";
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #00558f;
    width: 56px;
    height: 56px;
    font-size: 14px;
    line-height: 14px;
    position: relative
}

.btn-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    border: 1px solid #6fb049;
    z-index: -1;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.btn-page.page-active {
    color: #fff
}

.btn-page.page-active:before {
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    background-color: #6fb049
}

.pages-dots {
    font-size: 14px;
    line-height: 14px;
    color: #00558f
}

.page-link {
    color: #00558f;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.page-link:hover {
    color: #fff;
    text-decoration: none
}

.page-link:hover:before {
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    background-color: #3da14b
}

.page-link.page-next:before,
.page-link.page-prev:before {
    content: ''
}

.page-link.page-next:hover,
.page-link.page-prev:hover {
    color: #fff;
    border-color: transparent
}

.page-link.page-next:hover:before,
.page-link.page-prev:hover:before {
    opacity: 1
}

.pages-number .btn-page {
    margin: 0 8px
}

.page-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='11'%3E%3Cpath fill-rule='evenodd' fill='%23000' d='M26.995 5.999H2.025L5.54 9.514l-.707.708L.134 5.523l.707-.707.049.048L5.389.365l.707.707L2.17 4.999h24.825v1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%
}

.page-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='11'%3E%3Cpath fill-rule='evenodd' fill='%23000' d='M26.865 5.523l-4.698 4.699-.707-.708 3.515-3.515H.005v-1H24.83l-3.927-3.927.708-.707 4.499 4.499.048-.048.707.707z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%
}

.contacts-wrapper {
    padding: 40px 0
}

.contacts-form {
    background-color: #f4f4f4;
    padding: 42px
}

.contacts-block {
    border-top: 1px solid #e4e4e4;
    padding: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contacts-block:before {
    content: '';
    display: inline-block;
    border: 1px solid #abcc3f;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    margin-right: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background-image: var(--bg-photo, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='30' height='30' fill='%2386abc4'%3E%3Cpath d='M256 0C156.748 0 76 80.748 76 180c0 33.534 9.289 66.26 26.869 94.652l142.885 230.257A15 15 0 0 0 258.499 512h.119a14.997 14.997 0 0 0 12.75-7.292L410.611 272.22C427.221 244.428 436 212.539 436 180 436 80.748 355.252 0 256 0zm128.866 256.818L258.272 468.186l-129.905-209.34C113.734 235.214 105.8 207.95 105.8 180c0-82.71 67.49-150.2 150.2-150.2S406.1 97.29 406.1 180c0 27.121-7.411 53.688-21.234 76.818z'/%3E%3Cpath d='M256 90c-49.626 0-90 40.374-90 90 0 49.309 39.717 90 90 90 50.903 0 90-41.233 90-90 0-49.626-40.374-90-90-90zm0 150.2c-33.257 0-60.2-27.033-60.2-60.2 0-33.084 27.116-60.2 60.2-60.2s60.1 27.116 60.1 60.2c0 32.683-26.316 60.2-60.1 60.2z'/%3E%3C/svg%3E"));
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%
}

.contacts-block:last-child {
    border-bottom: 1px solid #e4e4e4
}

.contacts-block.no-border:before {
    border-color: transparent
}

.contact-title {
    font-size: 14px;
    line-height: 36px;
    color: #7d7d7d
}

.contact-desc {
    color: #000;
    font-size: 20px;
    line-height: 36px
}

.contact-desc a {
    display: inline-block;
    color: #000;
    line-height: 30px;
    text-decoration: none
}

.contact-desc a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: width .4s linear;
    -o-transition: width .4s linear;
    transition: width .4s linear
}

.contact-desc a:hover {
    color: #000
}

.contact-desc a:hover:after {
    width: 100%
}

.reviews-item {
    background-color: #f2f2f2;
    padding: 70px
}

.reviews-item-info {
    text-align: center
}

.reviews-item-info--name {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #000;
    margin-bottom: 1rem
}

.reviews-item-content-answer-info--date,
.reviews-item-info--date {
    color: #005c9c;
    margin-bottom: 1rem;
    line-height: .6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: lowercase
}

.reviews-item-content-answer-info--date:before,
.reviews-item-info--date:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' width='14' height='14' fill='%236fb049'%3E%3Cpath d='M587.572 186.881c-32.266-75.225-87.096-129.934-162.949-162.285C386.711 8.427 346.992.168 305.497.168c-41.488 0-80.914 8.181-118.784 24.428-75.225 32.265-130.298 86.939-162.621 162.285C7.895 224.629 0 264.176 0 305.664c0 41.496 7.895 81.371 24.092 119.127 32.323 75.346 87.403 130.348 162.621 162.621 37.877 16.247 77.295 24.42 118.784 24.42 41.489 0 81.214-8.259 119.12-24.42C500.47 555.06 555.3 500.009 587.573 424.791 603.819 386.914 612 347.16 612 305.664c0-41.488-8.174-80.907-24.428-118.783zm-48.848 253.972c-24.021 41.195-56.929 73.876-98.375 98.039-41.195 24.021-86.332 36.135-134.845 36.135-36.47 0-71.27-7.024-104.4-21.415-33.129-14.384-61.733-33.294-85.661-57.215-23.928-23.928-42.973-52.811-57.214-85.997-14.199-33.065-21.08-68.258-21.08-104.735 0-48.52 11.921-93.428 35.807-134.509 23.971-41.231 56.886-73.947 98.039-98.04 41.146-24.092 85.99-36.142 134.502-36.142 48.52 0 93.649 12.121 134.845 36.142 41.446 24.164 74.283 56.879 98.375 98.039 24.092 41.153 36.135 85.99 36.135 134.509 0 48.521-11.964 93.735-36.128 135.189z'/%3E%3Cpath d='M324.906 302.988V129.659c0-10.372-9.037-18.738-19.41-18.738-9.701 0-18.403 8.366-18.403 18.738v176.005c0 .336.671 1.678.671 2.678-.671 6.024 1.007 11.043 5.019 15.062L392.836 423.45c6.695 6.695 19.073 6.695 25.763 0 7.694-7.695 7.188-18.86 0-26.099l-93.693-94.363z'/%3E%3C/svg%3E")
}

.reviews-item-info-photo {
    display: inline-block;
    max-width: 120px;
    overflow: hidden
}

.reviews-item-info-photo img {
    display: inline-block;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.reviews-item-info-photo:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.reviews-item-content-answer-text,
.reviews-item-content-text {
    font-size: 16px;
    color: #1d1d1b;
    line-height: 1.875
}

.reviews-item-content-answer {
    border-top: 1px solid #b3b3b3;
    margin-top: 40px;
    padding-top: 40px
}

.reviews-item-content-answer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-item-content-answer-info--name {
    display: inline-block;
    color: #000;
    font-weight: 500;
    margin-right: 10px;
    line-height: 1;
    margin-bottom: 1rem
}

.review-form {
    background-color: #f4f4f4;
    padding: 40px 70px
}

.review-form .form-field-textarea {
    height: 256px
}

.form-field-input-file {
    position: relative;
    width: 100%;
    height: 60px;
    z-index: 2;
    opacity: 0;
    cursor: pointer
}

.form-field-input-file:hover+.btnFile {
    color: #fff;
    background-color: #3da14b
}

.file-wrapper {
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    height: 60px;
    padding-left: 15px
}

.btnFile {
    border: none;
    border-left: 1px solid #ebebeb;
    background-color: #fff;
    color: #717171;
    width: 150px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.nameFile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 150px);
    position: absolute;
    padding-left: 15px;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1
}

.questions-item {
    background-color: #f2f2f2;
    padding: 70px 50px
}

.questions-item-info {
    text-align: center
}

.questions-item-info--name {
    font-size: 36px;
    line-height: 40px;
    color: #000;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.questions-item-info--name:after {
    content: '';
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(../img/question.png) no-repeat;
    margin-top: 15px
}

.questions-item-info--date {
    color: #005c9c;
    margin-bottom: 1rem;
    line-height: .6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: lowercase
}

.questions-item-info--date:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' width='14' height='14' fill='%236fb049'%3E%3Cpath d='M587.572 186.881c-32.266-75.225-87.096-129.934-162.949-162.285C386.711 8.427 346.992.168 305.497.168c-41.488 0-80.914 8.181-118.784 24.428-75.225 32.265-130.298 86.939-162.621 162.285C7.895 224.629 0 264.176 0 305.664c0 41.496 7.895 81.371 24.092 119.127 32.323 75.346 87.403 130.348 162.621 162.621 37.877 16.247 77.295 24.42 118.784 24.42 41.489 0 81.214-8.259 119.12-24.42C500.47 555.06 555.3 500.009 587.573 424.791 603.819 386.914 612 347.16 612 305.664c0-41.488-8.174-80.907-24.428-118.783zm-48.848 253.972c-24.021 41.195-56.929 73.876-98.375 98.039-41.195 24.021-86.332 36.135-134.845 36.135-36.47 0-71.27-7.024-104.4-21.415-33.129-14.384-61.733-33.294-85.661-57.215-23.928-23.928-42.973-52.811-57.214-85.997-14.199-33.065-21.08-68.258-21.08-104.735 0-48.52 11.921-93.428 35.807-134.509 23.971-41.231 56.886-73.947 98.039-98.04 41.146-24.092 85.99-36.142 134.502-36.142 48.52 0 93.649 12.121 134.845 36.142 41.446 24.164 74.283 56.879 98.375 98.039 24.092 41.153 36.135 85.99 36.135 134.509 0 48.521-11.964 93.735-36.128 135.189z'/%3E%3Cpath d='M324.906 302.988V129.659c0-10.372-9.037-18.738-19.41-18.738-9.701 0-18.403 8.366-18.403 18.738v176.005c0 .336.671 1.678.671 2.678-.671 6.024 1.007 11.043 5.019 15.062L392.836 423.45c6.695 6.695 19.073 6.695 25.763 0 7.694-7.695 7.188-18.86 0-26.099l-93.693-94.363z'/%3E%3C/svg%3E")
}

.questions-item-content-answer-text,
.questions-item-content-text {
    font-size: 24px;
    color: #1d1d1b;
    line-height: 30px;
    font-weight: 200
}

.questions-item-content-answer {
    border-top: 1px solid #b3b3b3;
    margin-top: 30px;
    padding-top: 30px
}

.questions-item-content-answer-info {
    font-size: 36px;
    color: #0c0c0c;
    line-height: 1.2;
    margin-bottom: 15px
}

.question-form {
    background-color: #f4f4f4;
    padding: 40px 70px
}

.question-form .form-field-textarea {
    height: 158px
}

.elements-item {
    background-color: #fff;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    min-height: 256px
}

.elements-item:hover {
    background-color: #f2f2f2
}

.elements-item-img {
    display: block;
    overflow: hidden;
    width: 322px;
    height: 256px;
    text-align: center
}

.elements-item-img img {
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.elements-item-img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.elements-item-content {
    padding: 20px;
    color: #1d1d1b;
    line-height: 1.25;
    font-weight: 300
}

.elements-item-content-name {
    display: inline-block;
    color: #1d1d1b;
    font-size: 24px;
    margin-bottom: 20px
}

.elements-item-content-name span {
    border-bottom: 1px solid transparent;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.elements-item-content-name:hover {
    color: #1d1d1b;
    text-decoration: none
}

.elements-item-content-name:hover span {
    border-bottom-color: #1d1d1b
}

.elements-item-content-date {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d4d4d4;
    color: #005c9c;
    font-weight: 400;
    line-height: .6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: lowercase
}

.elements-item-content-date:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' width='14' height='14' fill='%236fb049'%3E%3Cpath d='M587.572 186.881c-32.266-75.225-87.096-129.934-162.949-162.285C386.711 8.427 346.992.168 305.497.168c-41.488 0-80.914 8.181-118.784 24.428-75.225 32.265-130.298 86.939-162.621 162.285C7.895 224.629 0 264.176 0 305.664c0 41.496 7.895 81.371 24.092 119.127 32.323 75.346 87.403 130.348 162.621 162.621 37.877 16.247 77.295 24.42 118.784 24.42 41.489 0 81.214-8.259 119.12-24.42C500.47 555.06 555.3 500.009 587.573 424.791 603.819 386.914 612 347.16 612 305.664c0-41.488-8.174-80.907-24.428-118.783zm-48.848 253.972c-24.021 41.195-56.929 73.876-98.375 98.039-41.195 24.021-86.332 36.135-134.845 36.135-36.47 0-71.27-7.024-104.4-21.415-33.129-14.384-61.733-33.294-85.661-57.215-23.928-23.928-42.973-52.811-57.214-85.997-14.199-33.065-21.08-68.258-21.08-104.735 0-48.52 11.921-93.428 35.807-134.509 23.971-41.231 56.886-73.947 98.039-98.04 41.146-24.092 85.99-36.142 134.502-36.142 48.52 0 93.649 12.121 134.845 36.142 41.446 24.164 74.283 56.879 98.375 98.039 24.092 41.153 36.135 85.99 36.135 134.509 0 48.521-11.964 93.735-36.128 135.189z'/%3E%3Cpath d='M324.906 302.988V129.659c0-10.372-9.037-18.738-19.41-18.738-9.701 0-18.403 8.366-18.403 18.738v176.005c0 .336.671 1.678.671 2.678-.671 6.024 1.007 11.043 5.019 15.062L392.836 423.45c6.695 6.695 19.073 6.695 25.763 0 7.694-7.695 7.188-18.86 0-26.099l-93.693-94.363z'/%3E%3C/svg%3E")
}

.element-detail--title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: #000
}

.element-detail-date:after {
    content: '';
    display: inline-block;
    background-color: #000;
    width: 60px;
    height: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-top: 10px
}

.element-detail--date {
    color: #005c9c;
    margin-top: 1rem;
    line-height: .6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.element-detail--date:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' width='14' height='14' fill='%236fb049'%3E%3Cpath d='M587.572 186.881c-32.266-75.225-87.096-129.934-162.949-162.285C386.711 8.427 346.992.168 305.497.168c-41.488 0-80.914 8.181-118.784 24.428-75.225 32.265-130.298 86.939-162.621 162.285C7.895 224.629 0 264.176 0 305.664c0 41.496 7.895 81.371 24.092 119.127 32.323 75.346 87.403 130.348 162.621 162.621 37.877 16.247 77.295 24.42 118.784 24.42 41.489 0 81.214-8.259 119.12-24.42C500.47 555.06 555.3 500.009 587.573 424.791 603.819 386.914 612 347.16 612 305.664c0-41.488-8.174-80.907-24.428-118.783zm-48.848 253.972c-24.021 41.195-56.929 73.876-98.375 98.039-41.195 24.021-86.332 36.135-134.845 36.135-36.47 0-71.27-7.024-104.4-21.415-33.129-14.384-61.733-33.294-85.661-57.215-23.928-23.928-42.973-52.811-57.214-85.997-14.199-33.065-21.08-68.258-21.08-104.735 0-48.52 11.921-93.428 35.807-134.509 23.971-41.231 56.886-73.947 98.039-98.04 41.146-24.092 85.99-36.142 134.502-36.142 48.52 0 93.649 12.121 134.845 36.142 41.446 24.164 74.283 56.879 98.375 98.039 24.092 41.153 36.135 85.99 36.135 134.509 0 48.521-11.964 93.735-36.128 135.189z'/%3E%3Cpath d='M324.906 302.988V129.659c0-10.372-9.037-18.738-19.41-18.738-9.701 0-18.403 8.366-18.403 18.738v176.005c0 .336.671 1.678.671 2.678-.671 6.024 1.007 11.043 5.019 15.062L392.836 423.45c6.695 6.695 19.073 6.695 25.763 0 7.694-7.695 7.188-18.86 0-26.099l-93.693-94.363z'/%3E%3C/svg%3E")
}

.element-detail-img-wrapper {
    position: relative
}

.element-detail-img-wrapper:before {
    content: '';
    background-color: #6fb049;
    position: absolute;
    bottom: -31px;
    max-width: 724px;
    width: 100%;
    max-height: 485px;
    height: 100%;
    left: calc(100vw - 133%)
}

.element-detail-img-wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -31px;
    background: url(../img/slide_c_bg.png) no-repeat;
    background-size: contain;
    background-position: 100% 50%;
    left: calc(100vw - 162%)
}

.element-detail-img {
    position: relative;
    display: inline-block;
    z-index: 1
}

.element-detail-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25)
}

.element-detail-img-desc {
    display: inline-block;
    max-width: 60%;
    position: absolute;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
    left: 50px;
    bottom: 40px
}

.back-link {
    display: inline-block;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    padding-left: 35px;
    position: relative
}

.back-link:before {
    content: '';
    position: absolute;
    left: 0;
    max-width: 27px;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='11'%3E%3Cpath fill-rule='evenodd' fill='%236fb049' d='M26.995 5.999H2.025L5.54 9.514l-.707.708L.134 5.523l.707-.707.049.048L5.389.365l.707.707L2.17 4.999h24.825v1z'/%3E%3C/svg%3E") 50% no-repeat;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.back-link:hover {
    color: #000;
    text-decoration: none
}

.back-link:hover:before {
    max-width: 0
}

.gallery-album {
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff
}

.gallery-album:hover {
    color: #fff;
    text-decoration: none
}

.gallery-album:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.gallery-album:hover .album-info {
    bottom: 0
}

.gallery-album img {
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.album-info {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: bottom .4s linear;
    -o-transition: bottom .4s linear;
    transition: bottom .4s linear;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase
}

.photo-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400
}

.photo-count:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 82 82' width='20' height='20' fill='%23fff'%3E%3Cpath d='M41 24.9c-10.5 0-19 8.5-19 19s8.5 19 19 19 19-8.5 19-19c0-10.4-8.5-19-19-19zm0 34c-8.3 0-15-6.7-15-15s6.7-15 15-15 15 6.7 15 15-6.7 15-15 15zm33-38L59 21l-6.3-9.2c-.4-.5-1-.8-1.6-.8H30.9c-.6 0-1.2.3-1.6.8L23 21H8c-4.4 0-8 3.5-8 7.9V63c0 4.4 3.6 8 8 8h66c4.4 0 8-3.6 8-8V28c0-4.4-3.6-7.1-8-7.1zM78 63c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V28.9C4 26.7 5.8 25 8 25h16c.6 0 1.2-.3 1.6-.8l6.3-9.2h18.2l6.3 9.2c.4.5 1 .8 1.6.8l16-.1c2.2 0 4 .9 4 3.1v35z'/%3E%3C/svg%3E") 50% no-repeat
}

.album-name {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
    padding-top: 36px;
    margin-top: 36px
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff
}

.gallery-item:hover {
    color: #fff;
    text-decoration: none
}

.gallery-item:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.gallery-item:hover .gallery-item-info {
    bottom: 0
}

.gallery-item img {
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.gallery-item-info {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: bottom .4s linear;
    -o-transition: bottom .4s linear;
    transition: bottom .4s linear;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase
}

.gallery-item-name {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
    padding-top: 36px;
    margin-top: 36px
}

.header-page-block {
    width: 96%
}

.production-page .header-page-block-wrapper:before {
    content: none
}

.production-page .header-page-block-bgi {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.production-page .img-ani {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden
}

.production-page .img-ani:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, #000 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0) 100%);
    opacity: .45;
    z-index: 1
}

.production-page .img-ani>img {
    width: 100%;
    max-width: 25%;
    max-height: calc(100% / 3);
    -ms-interpolation-mode: bicubic;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.production-page #p1 {
    -webkit-transform: translate(-400px, -250px);
    -ms-transform: translate(-400px, -250px);
    transform: translate(-400px, -250px)
}

.production-page #p2 {
    -webkit-transform: translate(200px, 300px);
    -ms-transform: translate(200px, 300px);
    transform: translate(200px, 300px)
}

.production-page #p3 {
    -webkit-transform: translate(300px, -400px);
    -ms-transform: translate(300px, -400px);
    transform: translate(300px, -400px)
}

.production-page #p4 {
    -webkit-transform: translate(300px, 350px);
    -ms-transform: translate(300px, 350px);
    transform: translate(300px, 350px)
}

.production-page #p5 {
    -webkit-transform: translate(400px, -500px);
    -ms-transform: translate(400px, -500px);
    transform: translate(400px, -500px)
}

.production-page #p6 {
    -webkit-transform: translate(200px, 500px);
    -ms-transform: translate(200px, 500px);
    transform: translate(200px, 500px)
}

.production-page #p7 {
    -webkit-transform: translate(-300px, 300px);
    -ms-transform: translate(-300px, 300px);
    transform: translate(-300px, 300px)
}

.production-page #p8 {
    -webkit-transform: translate(400px, 200px);
    -ms-transform: translate(400px, 200px);
    transform: translate(400px, 200px)
}

.production-page #p9 {
    -webkit-transform: translate(400px, 400px);
    -ms-transform: translate(400px, 400px);
    transform: translate(400px, 400px)
}

.production-page #p10 {
    -webkit-transform: translate(-500px, 500px);
    -ms-transform: translate(-500px, 500px);
    transform: translate(-500px, 500px)
}

.production-page #p11 {
    -webkit-transform: translate(400px, -200px);
    -ms-transform: translate(400px, -200px);
    transform: translate(400px, -200px)
}

.production-page #p12 {
    -webkit-transform: translate(-200px, 200px);
    -ms-transform: translate(-200px, 200px);
    transform: translate(-200px, 200px)
}

.production-page #p13 {
    -webkit-transform: translate(300px, 300px);
    -ms-transform: translate(300px, 300px);
    transform: translate(300px, 300px)
}

.production-page #p14 {
    -webkit-transform: translate(300px, 200px);
    -ms-transform: translate(300px, 200px);
    transform: translate(300px, 200px)
}

.production-page #p15 {
    -webkit-transform: translate(400px, 200px);
    -ms-transform: translate(400px, 200px);
    transform: translate(400px, 200px)
}

.production-page #p16 {
    -webkit-transform: translate(200px, 200px);
    -ms-transform: translate(200px, 200px);
    transform: translate(200px, 200px)
}

.production-page .header-page-block {
    position: absolute;
    z-index: 2
}

.production-page .breadcrumbs,
.production-page .header-page-title {
    opacity: 0
}

.production-page .header-page-title {
    -webkit-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px)
}

.production-page .breadcrumbs {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.documents-item {
    position: relative;
    padding-left: 78px
}

.documents-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: 50%
}

.documents-item.item-doc:before {
    background-image: url(../img/doc.png)
}

.documents-item.item-xls:before {
    background-image: url(../img/xls.png)
}

.documents-item.item-jpg:before {
    background-image: url(../img/jpg.png)
}

.documents-item.item-pdf:before {
    background-image: url(../img/pdf.png)
}

.documents-item-content {
    font-size: 16px;
    line-height: 1.875
}

.documents-item-link {
    color: #000;
    font-weight: 700
}

.documents-item-link:hover {
    color: #1d1d1b;
    text-decoration: none
}

.documents-item-link:hover span {
    border-bottom-color: #1d1d1b
}

.documents-item-link span {
    border-bottom: 1px solid transparent;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.documents-item-info {
    color: #717171
}

.dealer-form {
    background-color: #f4f4f4;
    padding: 40px 70px
}

.dealer-form .form-field-textarea {
    height: 158px
}

.page-content .projects-nav-list {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-content .projects-nav-item-link {
    display: block;
    padding: 35px 60px 35px 40px;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.333;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.page-content .projects-nav-item-link:nth-child(even) {
    background-color: #ececec
}

.page-content .projects-nav-item-link:nth-child(odd) {
    background-color: #f4f4f4
}

.page-content .projects-nav-item-link:after {
    content: '';
    position: absolute;
    top: 40px;
    right: 35px;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 306' width='10' height='10' fill='%23000'%3E%3Cpath d='M270.3 58.65L153 175.95 35.7 58.65 0 94.35l153 153 153-153z'/%3E%3C/svg%3E");
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.page-content .projects-nav-item-link.active,
.page-content .projects-nav-item-link:hover {
    color: #fff;
    background-color: #005c9c !important;
    text-decoration: none
}

.page-content .projects-nav-item-link.active:after,
.page-content .projects-nav-item-link:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 306' width='10' height='10' fill='%23fff'%3E%3Cpath d='M270.3 58.65L153 175.95 35.7 58.65 0 94.35l153 153 153-153z'/%3E%3C/svg%3E")
}

.projects-nav-sections {
    display: none;
    position: relative;
    width: 100%
}

.projects-nav-sections:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #f4f4f4
}

#link1[class~=active]~#content-link1,
#link2[class~=active]~#content-link2,
#link3[class~=active]~#content-link3,
#link4[class~=active]~#content-link4 {
    display: block
}

.page-content ul.projects-nav-sections-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

.page-content li.projects-nav-section {
    padding-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 12px;
    margin-bottom: 0
}

.page-content li.projects-nav-section:before {
    content: none
}

.projects-nav-section-link {
    display: inline-block;
/*    font-size: 18px; */
    color: #005c9c;
    text-transform: uppercase;
    line-height: 1.333;
    font-weight: 500;
    padding: 25px 0;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    border-bottom: 3px solid transparent
}

.projects-nav-section-link.active,
.projects-nav-section-link:hover {
    color: #6eb148;
    text-decoration: none;
    border-bottom-color: #3da14b
}

.projects-list-wrapper {
    position: relative
}

.projects-item {
    display: block;
    position: relative;
    height: 100vh;
    max-height: 394px
}

.projects-item:hover {
    text-decoration: none
}

.projects-item:hover .projects-item-img:after {
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    background-color: rgba(0, 0, 0, .6)
}

.projects-item:hover .projects-item-img img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.projects-item:hover .projects-item-desc-elems {
    max-height: 300px
}

.projects-item-img {
    position: relative;
    overflow: hidden;
    height: 100%
}

.projects-item-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.projects-item-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .4s linear;
    transition: -webkit-transform .4s linear;
    -o-transition: transform .4s linear;
    transition: transform .4s linear;
    transition: transform .4s linear, -webkit-transform .4s linear
}

.projects-item-desc {
    position: absolute;
    padding: 40px 3rem;
    width: 100%;
    bottom: 0;
    color: #fff
}

.projects-item-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.projects-item-title--name {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 1rem
}

.projects-item-title--val {
    display: inline-block;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: .8;
    margin-right: 1rem
}

.projects-item-desc-elems {
    max-height: 0;
    height: auto;
    overflow: hidden;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    -webkit-transition: max-height .4s linear;
    -o-transition: max-height .4s linear;
    transition: max-height .4s linear
}

.projects-item-desc-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 1rem
}

.projects-item-desc-block span {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.projects-item-desc-block span:last-child {
    text-align: right
}

.pdetail-slider-for-wrapper {
    position: relative
}

.pdetail-slider-for-wrapper:before {
    content: '';
    position: absolute;
    top: -45px;
    left: 0;
    background-color: #3da14b;
    max-width: 600px;
    width: 100%;
    max-height: 485px;
    height: 100%
}

.pdetail-slider-for-wrapper:after {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    background: url(../img/cat_slide_bg.png) no-repeat;
    background-size: cover;
    max-width: 700px;
    width: 100%;
    max-height: 500px;
    height: 100%
}

.pdetail-slider-for-wrapper .btn-slide {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.pdetail-slider-for-wrapper .btn-slide.slide-prev {
    left: 30px
}

.pdetail-slider-for-wrapper .btn-slide.slide-next {
    right: 30px
}

.pdetail-slider-for {
    position: relative;
    z-index: 1
}

.pdetail-slide-for-item {
    display: inline-block;
    outline: 0
}

.pdetail-slider-nav-wrapper {
    position: relative;
    padding: 0 10%
}

.pdetail-slider-nav-wrapper .btn-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.pdetail-slider-nav-wrapper .btn-arrow.slide-prev {
    left: 10px
}

.pdetail-slider-nav-wrapper .btn-arrow.slide-next {
    right: 10px
}

.pdetail-slide-nav {
    cursor: pointer
}

.project-detail-info {
    max-width: 500px;
    margin-left: 10%
}

.detail-info-price-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 40px
}

.detail-info-price-wrapper:after {
    content: '';
    display: inline-block;
    background-color: #000;
    width: 81px;
    height: 2px;
    margin-top: 1rem
}

.detail-info-price {
    color: #000;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.detail-project {
    font-size: 24px
}

.detail-price {
    font-size: 36px
}

.detail-info-square {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    line-height: 1;
    text-align: center
}

.detail-info-square:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(../img/square.png) 50% no-repeat;
    margin-right: 10px
}

.detail-info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    line-height: 1;
    color: #000;
    margin-bottom: 20px
}

.detail-info-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.detail-info-name:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: var(--bg-icon) 50% 0 no-repeat;
    margin-right: 20px
}

.detail-info-desc {
    font-weight: 500;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right
}

.request-wrapper {
    text-align: center;
    margin-top: 90px
}

.request-link {
    background-color: #3da14b;
    width: 400px;
    height: 88px;
    border-radius: 44px;
    font-size: 25px
}

.project-gallery-slider-wrapper {
    position: relative
}

.project-gallery-slider-wrapper .btn-slide {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.project-gallery-slider-wrapper .btn-slide.slide-prev {
    left: 40px
}

.project-gallery-slider-wrapper .btn-slide.slide-next {
    right: 40px
}

.project-gallery-slide {
    height: 100%;
    max-height: 295px;
}

.project-gallery-slide-item {
    display: inline-block;
    outline: 0;
    height: 100%;
    overflow: hidden
}

.project-gallery-slide-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.project-gallery-slide-item:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

#modal-prequest,
#modal-request {
    background-color: #f4f4f4;
    max-width: 1400px
}

#modal-prequest .form-field-textarea,
#modal-request .form-field-textarea {
    height: 256px
}

.award-item {
    display: block;
    color: #000
}

.award-item:hover {
    color: #000;
    text-decoration: none
}

.award-item:hover .award-item-title {
    border-bottom-color: #000
}

.award-item img {
    display: block;
    margin: 0 auto 10px
}

.award-item-title {
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    border-bottom: 1px solid transparent
}

.search-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1400px) {
    .header-phone {
        font-size: 1.775rem
    }

    .company-name--top {
        font-size: .9rem
    }

    .company-name--bottom {
        font-size: 1.3rem
    }

    .header.scroll .company-name--top {
        font-size: .9rem
    }

    .header.scroll .company-name--bottom {
        font-size: 1.3rem
    }

    .slider-wrapper .slick-slide>div {
        max-height: 456px
    }

    .slide-elem-text--title {
        font-size: 2.725rem
    }

    .slide-elem-text {
        padding: 2.5rem
    }

    .slide-elem-text--desc {
        font-size: 1.275rem
    }

    .offers-elem-title--val {
        font-size: 1.475rem
    }

    .offers-elem-desc-block {
        font-size: .9rem
    }

    .menu-item {
        padding: 0 5px
    }

    .advantages-slide-elem-name--first {
        font-size: 1.3rem
    }

    .advantages-slide-elem-name--second {
        font-size: .9rem
    }

    .main-news,
    .main-reviews,
    .main-write-us {
        padding: 2rem !important
    }

    .news-list-item-img {
        margin-left: 2rem
    }

    .footer .menu-item-link {
        font-size: .9rem
    }

    .footer-phone-link {
        font-size: 1.675rem
    }

    .slider-wrapper .btn-slide {
        width: 46px;
        height: 46px
    }
}

@media (max-width:1360px) {
    .page-content .projects-nav-item-link {
        padding: 20px 50px 20px 30px;
        font-size: 14px
    }

    .page-content .projects-nav-item-link:after {
        top: 24px
    }

    .page-content .projects-nav-section-link {
        font-size: 14px
    }
}

@media (max-width:1280px) {
    .header-page-title {
        font-size: 30px
    }

    .breadcrumbs-item,
    .breadcrumbs-item-link {
        font-size: 14px
    }

    .projects-item-title--val {
        font-size: 1.7rem
    }

    .projects-item-desc-elems {
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .projects-item-desc-block {
        margin-bottom: .5rem
    }
}

@media (max-width:1199.98px) {
    body {
        font-size: 14px
    }

    .header.scroll .company-name--top {
        font-size: .8rem
    }

    .header.scroll .company-name--bottom {
        font-size: 1.2rem
    }

    .company-name {
        line-height: 1rem
    }

    .company-name--top {
        font-size: .7rem
    }

    .company-name--bottom {
        font-size: 1.1rem
    }

    .header-phone {
        font-size: 1.475rem
    }

    .menu-item {
        padding: 0 5px
    }

    .menu-item-link {
        font-size: .87rem;
        padding: 20px 5px
    }

    .main {
        margin-top: 150px
    }

    .s-title {
        font-size: 2.2rem
    }

    .slide-elem-text--title {
        font-size: 2.125rem;
        margin-bottom: 38px
    }

    .slide-elem-text--title:after {
        margin-top: 25px
    }

    .slide-elem-text--label {
        font-size: 1.2rem;
        margin-bottom: 10px
    }

    .slide-elem-text--more {
        margin-top: 25px
    }

    .slider-wrapper .slick-slide>div {
        max-height: 456px
    }

    .slider-wrapper .slide-prev {
        right: calc(100vw - 58%)
    }

    .slide-elem-text--more {
        padding: 0 36px
    }

    .offers-slider-wrapper .slick-dotted.slick-slider {
        margin-bottom: 0
    }

    .offers-slider-wrapper .slick-dots {
        bottom: auto;
        top: -40px
    }

    .offers-slider-wrapper .btn-slide {
        display: none
    }

    .advantages-slider-wrapper .btn-slide {
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: -40px
    }

    .main-write-us {
        background-color: #eceaea
    }

    .main-company-video:after,
    .main-company-video:before,
    .main-seo-img:after,
    .main-seo-img:before {
        content: none
    }

    .footer-logo {
        font-size: 1.275rem
    }

    .footer-phone-link {
        font-size: 1.375rem
    }

    .footer-phone-desc {
        font-size: .925rem
    }

    .footer-address {
        font-size: .925rem
    }

    .site {
        font-size: .9rem
    }

    .site:after {
        right: 20%
    }

    .footer-block-info-wrapper img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .footer-block-info {
        width: 96%
    }

    .b-block--title-bottom,
    .b-block--title-top {
        line-height: 20px
    }

    .b-block--title-top {
        font-size: 18px
    }

    .b-block--title-bottom {
        font-size: 22px
    }

    .video-content-text {
        font-size: 20px
    }

    .page-content-title--h2 {
        font-size: 28px;
        line-height: 28px
    }

    .content-slide-item-desc {
        font-size: 20px 30px
    }

    .projects-item-title--val {
        font-size: 1.5rem
    }

    .projects-item-desc {
        padding: 20px
    }

    .page-content ul.projects-nav-sections-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .project-detail-info {
        max-width: 100%;
        margin-left: 0;
        margin-right: 15px
    }

    .detail-project {
        font-size: 20px
    }

    .detail-price {
        font-size: 30px
    }

    .detail-info-square {
        font-size: 24px
    }

    .detail-info-block {
        font-size: 20px
    }

    .request-wrapper {
        margin-top: 10px
    }

    .request-link {
        font-size: 24px;
        width: 300px;
        height: 50px
    }

    .projects-item-desc-elems {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .projects-item-desc-block {
        font-size: 12px;
        margin-bottom: 5px
    }

    .projects-item {
        max-height: 320px
    }

    .projects-item:hover .projects-item-img:after {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px
    }

    .fancybox-content {
        padding: 20px
    }

    .project-gallery-slide-item img {
        height: auto
    }

    .offers-elem-desc {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .offers-elem-desc-block {
        font-size: 12px
    }

    .offers-slide-elem-img {
        height: 100vh;
        max-height: 380px
    }

    .pdetail-slider-nav-wrapper .btn-arrow.slide-prev {
        left: 0
    }

    .pdetail-slider-nav-wrapper .btn-arrow.slide-next {
        right: 0
    }

    .reviews-item {
        padding: 20px
    }

    .questions-item-content-answer-info,
    .questions-item-info--name {
        font-size: 30px;
        line-height: 30px
    }

    .questions-item-content-answer-text,
    .questions-item-content-text {
        font-size: 18px;
        line-height: 24px
    }

    .offers-slider .slick-slide,
    .offers-slider-detail .slick-slide {
        max-height: 380px
    }

    .main-company,
    .main-seo {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-company-content-wrapper,
    .main-company-video,
    .main-seo-content-wrapper,
    .main-seo-img {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .main-seo-img {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-seo-content-wrapper {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .form-submit-wrapper {
        text-align: left
    }
}

@media (max-width:991.98px) {
    .header.scroll .header-grid {
        -ms-grid-rows: auto 0 auto;
        grid-template-areas: "company nav""company nav";
        -ms-grid-columns: 8.66667% 0 90.33333%;
        grid-template-columns: 8.66667% 90.33333%
    }

    .header.scroll .menu-item-link {
        font-size: .71rem
    }

    .header.scroll .company-name {
        display: none
    }

    .header-grid {
        -ms-grid-rows: auto 0 auto;
        grid-template-areas: "company header-contacts""nav nav";
        -ms-grid-columns: 20.66667% 0 79.33333%;
        grid-template-columns: 20.66667% 79.33333%
    }

    .header-page {
        margin-top: 0
    }

    .company {
        margin-bottom: 10px
    }

    .menu-item {
        padding: 0 4px
    }

    .menu-item-link {
        font-size: .8rem;
        padding: 20px 4px
    }

    .slide-elem-img {
        max-width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .slide-elem-text {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 2rem 3rem
    }

    .slide-elem-text:before {
        background-color: rgba(0, 0, 0, .5)
    }

    .slide-elem-text--title {
        color: #fff
    }

    .slide-elem-text--title:after {
        background-color: #fff
    }

    .slider-wrapper .btn-slide {
        bottom: 36px
    }

    .slider-wrapper .slide-prev {
        right: auto;
        left: 10px
    }

    .slider-wrapper .slide-next {
        right: 10px
    }

    .offers-slide-elem-img img,
    .other-service-img img {
        width: 100%
    }

    .offers-slider .slick-slide>div,
    .offers-slider-detail .slick-slide>div {
        max-height: 394px
    }

    .offers-slide-elem-desc {
        padding: 20px
    }

    .offers-elem-title--val {
        font-size: 1.275rem
    }

    .offers-slide-elem-img img {
        width: auto
    }

    .offers-elem-desc {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .offers-elem-desc-block {
        margin-bottom: .7rem
    }

    .link-more {
        margin-top: 0
    }

    .link-more-wrapper {
        padding-top: 15px
    }

    .menu-list {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer .menu-item-link {
        font-size: .83rem
    }

    .footer-phone-link {
        font-size: 1.075rem
    }

    .footer-phone-desc {
        font-size: .825rem
    }

    .header-page-title {
        font-size: 30px
    }

    .s-title {
        font-size: 2rem
    }

    .header-page-block-wrapper:not(.block-wrapper-big) {
        height: 250px
    }

    .header-page-block-wrapper:not(.block-wrapper-big) img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .album-info {
        padding: 40px
    }

    .page-content .projects-nav-item-link {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .header-page-title:after {
        margin-top: 14px
    }

    .elements-item-img {
        width: auto;
        height: auto
    }

    .offers-slider .slick-slide>div,
    .offers-slider-detail .slick-slide>div {
        max-height: 380px
    }

    .slide-elem-text {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .slide-elem {
        height: 326px
    }

    .submenu-item-link {
        font-size: .8rem
    }

    #company {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1
    }

    .header-grid>#company {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1
    }

    #header-contacts {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    #nav {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 3
    }

    .header-grid>#nav {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }
}

@media (max-width:767.98px) {
    .header-grid {
        grid-template-areas: "company"" header-contacts""nav";
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%
    }

    .header {
        position: static
    }

    .header-phones-wrapper {
        margin-right: 0
    }

    .header-phones-sub {
        padding-left: 0
    }

    .company {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 1rem
    }

    .header-contacts {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center
    }

    .header-contacts>div {
        width: 100%;
        margin-bottom: 1rem
    }

    .header-phones-wrapper,
    .social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .navigation {
        padding-top: 0
    }

    .menu-list,
    .navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu-list {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .main {
        margin-top: 0
    }

    .main-seo-img {
        padding-right: 0
    }

    .footer {
        padding: 20px 0;
        text-align: center
    }

    .footer .menu {
        display: inline-block
    }

    .footer .menu-item-link {
        font-size: 1rem;
        display: inline-block;
        padding: 10px 5px
    }

    .footer .social {
        margin-left: 0
    }

    .footer-phones {
        display: inline-block;
        text-align: left
    }

    .footer-address {
        display: inline-block;
        max-width: 308px;
        text-align: left
    }

    .copyright {
        margin-bottom: 20px
    }

    .site {
        max-width: 250px;
        margin: 0 auto;
        padding-right: 0
    }

    .site:after {
        right: -50px
    }

    .s-title {
        font-size: 1.8rem
    }

    .btn-green,
    .form-submit {
        width: 220px;
        font-size: 1.3rem
    }

    .form-field-input,
    .form-field-select {
        height: 40px
    }

    #modal-prequest .form-field-textarea,
    #modal-request .form-field-textarea {
        height: 138px
    }

    .header-page-title {
        font-size: 28px
    }

    .contacts-wrapper {
        padding: 0 0 20px
    }

    .footer-block-info--title {
        font-size: 30px
    }

    .main-review-item-info-desc,
    .main-seo-content-desc {
        text-align: left
    }

    .content-slider-wrapper .btn-slide {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 0
    }

    .content-slider-wrapper .slide-prev {
        right: 64px
    }

    .dealer-form,
    .question-form,
    .review-form {
        padding: 20px
    }

    .main-company-content {
        max-width: 90%
    }

    .btn-page {
        width: 40px;
        height: 40px
    }

    .page-prev {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='7'%3E%3Cpath fill-rule='evenodd' d='M19.996 3.999H1.414l2.616 2.5-.526.503L.007 3.661l.526-.503.036.034L3.918-.007l.526.503-2.922 2.792h18.474v.711z'/%3E%3C/svg%3E")
    }

    .page-next {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='7'%3E%3Cpath fill-rule='evenodd' d='M19.993 3.661l-3.497 3.341-.526-.503 2.616-2.5H.004v-.711h18.474L15.556.496l.526-.503 3.349 3.199.036-.034.526.503z'/%3E%3C/svg%3E")
    }

    .btn-page.page-active:before {
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px
    }

    .submenu-item-link {
        font-size: 1rem
    }

    .header-grid>#company {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1
    }

    #header-contacts {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .header-grid>#nav {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1
    }
}

@media (max-width:575.98px) {
    .s-title {
        font-size: 1.6rem
    }

    .slide-elem-text--desc {
        font-size: 1rem
    }

    .slide-elem-text--more {
        font-size: 1.3rem;
        padding: 0 30px
    }

    .link-more-wrapper {
        padding-top: 2rem
    }

    .main-service,
    .other-service-content {
        padding: 20px
    }

    .news-list-item-img {
        display: block;
        max-width: 100%;
        margin-left: 0;
        float: none;
        text-align: center;
        margin-bottom: 15px
    }

    .news-list-item-img img {
        display: inline-block
    }

    .contact-title {
        line-height: 24px
    }

    .contact-desc {
        font-size: 15px;
        line-height: 25px
    }

    .contacts-form {
        padding: 20px
    }

    .awards-title {
        text-align: left;
        font-size: 20px
    }

    .awards-slider-wrapper .btn-slide {
        margin: 0
    }

    .awards-slider-wrapper .slide-prev {
        left: 0
    }

    .awards-slider-wrapper .slide-next {
        right: 0
    }

    .video-content-text {
        font-size: 14px;
        bottom: 15px;
        left: 10px;
        width: 90%
    }

    .content-slide-item-desc {
        font-size: 14px;
        bottom: 15px;
        left: 10px;
        max-width: 90%
    }

    .page-content-title--h2 {
        font-size: 20px;
        line-height: 24px
    }

    .page-content .projects-nav-item-link {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .projects-item-title--val {
        font-size: 1.2rem
    }

    .projects-item-desc-elems {
        display: none
    }

    .projects-item {
        max-height: 260px
    }

    .detail-project {
        font-size: 16px
    }

    .detail-price {
        font-size: 20px
    }

    .detail-info-block {
        font-size: 16px
    }

    .offers-slide-elem-img {
        max-height: 260px
    }

    .offers-elem-desc {
        display: none
    }

    .offers-elem-title--val {
        font-size: 1.1rem
    }

    .reviews-item-content-answer-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .questions-item {
        padding: 20px
    }

    .questions-item-content-answer-text,
    .questions-item-content-text {
        font-size: 16px;
        line-height: 20px
    }

    .offers-slider .slick-slide>div,
    .offers-slider-detail .slick-slide>div {
        max-height: 260px
    }

    .search-page-form {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-company-content-desc {
        text-align: left
    }
}

@media (max-width:400px) {
    .header-page-title {
        font-size: 20px
    }

    .project-gallery-slider-wrapper .btn-slide {
        display: none
    }

    .project-gallery-slider-wrapper .slick-dots {
        bottom: -30px
    }
}

.signup {
	text-align: center;
}

.price_back {
margin-right:-20px;
background-color: #f4f5f7;
padding: 21px;
}

.smore {
display: inline-flex;
-webkit-box-align: center;
align-items: center;
justify-content: center;
border: 2px solid #3da14b;
border-radius: 26px;
width: 141px;
height: 28px;
color: #fff;
line-height: 1.2;
transition: .4s ease-out;
}

