.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

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

@font-face {
    font-family: OpenSans-Semibold;
    src: url(../fonts/OpenSans-Semibold.woff) format("woff"), url(../fonts/OpenSans-Semibold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans-Bold.woff) format("woff"), url(../fonts/OpenSans-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

.col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%
}

.col--no-gutters {
    padding: 0
}

.grid {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px
}

.grid--container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto
}

.grid--no-gutters {
    padding: 0
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.row:last-child {
    margin-bottom: 0
}

.row--no-gutters {
    margin: 0
}

.row--xs-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.row--xs-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center
}

.row--xs-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.col--xs-align-top {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start
}

.col--xs-align-center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center
}

.col--xs-align-bottom {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end
}

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

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

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

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

.col--xs-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.text--xs-right {
    text-align: right
}

.text--xs-left {
    text-align: left
}

.text--xs-center {
    text-align: center
}

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

.col--xs-1 {
    width: 8.333333333333334%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none
}

.col--xs-2 {
    width: 16.666666666666668%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none
}

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

.col--xs-4 {
    width: 33.333333333333336%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none
}

.col--xs-5 {
    width: 41.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none
}

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

.col--xs-7 {
    width: 58.333333333333336%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none
}

.col--xs-8 {
    width: 66.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none
}

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

.col--xs-10 {
    width: 83.33333333333334%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none
}

.col--xs-11 {
    width: 91.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none
}

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

.col--xs-offset-0 {
    margin-left: 0
}

.col--xs-offset-1 {
    margin-left: 8.333333333333334%
}

.col--xs-offset-2 {
    margin-left: 16.666666666666668%
}

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

.col--xs-offset-4 {
    margin-left: 33.333333333333336%
}

.col--xs-offset-5 {
    margin-left: 41.66666666666667%
}

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

.col--xs-offset-7 {
    margin-left: 58.333333333333336%
}

.col--xs-offset-8 {
    margin-left: 66.66666666666667%
}

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

.col--xs-offset-10 {
    margin-left: 83.33333333333334%
}

.col--xs-offset-11 {
    margin-left: 91.66666666666667%
}

.col--xs-offset-12 {
    margin-left: 100%
}

@media (min-width:544px) {
    .row--sm-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .row--sm-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .row--sm-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        -webkit-align-items: flex-end;
        align-items: flex-end
    }

    .col--sm-align-top {
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }

    .col--sm-align-center {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center
    }

    .col--sm-align-bottom {
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
        align-self: flex-end
    }

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

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

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

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

    .col--sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .text--sm-right {
        text-align: right
    }

    .text--sm-left {
        text-align: left
    }

    .text--sm-center {
        text-align: center
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col--sm-offset-1 {
        margin-left: 8.333333333333334%
    }

    .col--sm-offset-2 {
        margin-left: 16.666666666666668%
    }

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

    .col--sm-offset-4 {
        margin-left: 33.333333333333336%
    }

    .col--sm-offset-5 {
        margin-left: 41.66666666666667%
    }

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

    .col--sm-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col--sm-offset-8 {
        margin-left: 66.66666666666667%
    }

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

    .col--sm-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col--sm-offset-11 {
        margin-left: 91.66666666666667%
    }

    .col--sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:768px) {
    .row--md-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .row--md-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .row--md-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        -webkit-align-items: flex-end;
        align-items: flex-end
    }

    .col--md-align-top {
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }

    .col--md-align-center {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center
    }

    .col--md-align-bottom {
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
        align-self: flex-end
    }

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

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

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

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

    .col--md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .text--md-right {
        text-align: right
    }

    .text--md-left {
        text-align: left
    }

    .text--md-center {
        text-align: center
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col--md-offset-1 {
        margin-left: 8.333333333333334%
    }

    .col--md-offset-2 {
        margin-left: 16.666666666666668%
    }

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

    .col--md-offset-4 {
        margin-left: 33.333333333333336%
    }

    .col--md-offset-5 {
        margin-left: 41.66666666666667%
    }

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

    .col--md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col--md-offset-8 {
        margin-left: 66.66666666666667%
    }

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

    .col--md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col--md-offset-11 {
        margin-left: 91.66666666666667%
    }

    .col--md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .row--lg-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .row--lg-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .row--lg-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        -webkit-align-items: flex-end;
        align-items: flex-end
    }

    .col--lg-align-top {
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }

    .col--lg-align-center {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center
    }

    .col--lg-align-bottom {
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
        align-self: flex-end
    }

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

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

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

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

    .col--lg-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .text--lg-right {
        text-align: right
    }

    .text--lg-left {
        text-align: left
    }

    .text--lg-center {
        text-align: center
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col--lg-offset-1 {
        margin-left: 8.333333333333334%
    }

    .col--lg-offset-2 {
        margin-left: 16.666666666666668%
    }

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

    .col--lg-offset-4 {
        margin-left: 33.333333333333336%
    }

    .col--lg-offset-5 {
        margin-left: 41.66666666666667%
    }

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

    .col--lg-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col--lg-offset-8 {
        margin-left: 66.66666666666667%
    }

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

    .col--lg-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col--lg-offset-11 {
        margin-left: 91.66666666666667%
    }

    .col--lg-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .row--xl-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .row--xl-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .row--xl-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        -webkit-align-items: flex-end;
        align-items: flex-end
    }

    .col--xl-align-top {
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }

    .col--xl-align-center {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center
    }

    .col--xl-align-bottom {
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
        align-self: flex-end
    }

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

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

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

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

    .col--xl-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .text--xl-right {
        text-align: right
    }

    .text--xl-left {
        text-align: left
    }

    .text--xl-center {
        text-align: center
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col--xl-offset-1 {
        margin-left: 8.333333333333334%
    }

    .col--xl-offset-2 {
        margin-left: 16.666666666666668%
    }

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

    .col--xl-offset-4 {
        margin-left: 33.333333333333336%
    }

    .col--xl-offset-5 {
        margin-left: 41.66666666666667%
    }

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

    .col--xl-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col--xl-offset-8 {
        margin-left: 66.66666666666667%
    }

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

    .col--xl-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col--xl-offset-11 {
        margin-left: 91.66666666666667%
    }

    .col--xl-offset-12 {
        margin-left: 100%
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

img {
    max-width: 100%
}

a {
    text-decoration: none
}

body {
    overflow-x: hidden;
    font-family: OpenSans, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    padding: 0
}

h1 {
    margin: 0
}

h2 {
    margin: 0
}

h3 {
    margin: 0
}

p {
    margin: 0
}

.wrapper_large {
    max-width: 1760px;
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: auto;
    margin-right: auto
}

.wrapper_default {
    max-width: 1344px;
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: auto;
    margin-right: auto
}

.header__logo {
    display: block;
    margin-right: 9rem
}

.header__logo img {
    max-width: 282px;
    width: 100%
}

.header__offset {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.header__lang {
    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
}

.header__lang a {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    border-radius: 50%;
    border-radius: 21px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #101016
}

.header__lang a.active {
    background-color: #e6f0ee
}

.header-menu__link {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #101016;
    margin-right: 4rem;
    transition: all .2s ease;
}
.factory-arrows__left .circle,.factory-arrows__right .circle{
    transition: all .2s ease;
}
.factory-arrows__left:hover .circle,.factory-arrows__right:hover .circle{
    border-color: #8abd2e;
}
.factory-arrows__left .circle:before{
    transition: all .2s ease;
}
.factory-arrows__right .circle:before{
    transition: all .2s ease;
}
.factory-arrows__left:hover .circle:before,.factory-arrows__right:hover .circle:before{
    border-color: #8abd2e;
}

.premium-arrows__left .circle,.premium-arrows__right .circle {
    transition: all .2s ease;
}
.premium-arrows__left .circle:before,.premium-arrows__right .circle:before {
    transition: all .2s ease;
}
.premium-arrows__left:hover .circle,.premium-arrows__right:hover .circle{
    border-color: #8abd2e;
}
.premium-arrows__left:hover .circle:before,.premium-arrows__right:hover .circle:before{
    border-color: #8abd2e;
}
*{
    outline: none;
}
*:focus{
    outline: none;
}
.icon_settings{
    width: 2.5rem;
    height: 2.5rem;
}
.circular-chart{
    opacity: 0;
}
.icon_shine{
    width: 2.5rem;
    height: 2.5rem;
}
.cat__item .icon{
    transition: all .3s ease;
}
.cat__item:hover .icon{
    transform: translateX(15px);
}
.cat__item:hover .cat__title{
    color: #8dbe2e;
}
.cat__title{
    transition: all .3s ease;
}
.cat__link .icon{
     transition: all .3s ease;
}
.cat__link:hover .icon{
    transform: translateX(15px);
}
.header-menu__link:hover{
    color: #8abd2e;
}
.footer__social .icon_green{
    transition: all .3s ease;
}
.footer__social a:hover{
    background: #8cbe2e;
}
.footer__link:hover{
    color: #8cbe2e;
}
.footer__wf a:hover{
     color: #8cbe2e;
}
.footer__wf a{
     transition: all .3s ease;
}
.footer__link{
    transition: all .3s ease;
}
.footer__social a:hover .icon{
    fill:#fff;
} 
.footer__social a{
    transition: all .2s ease;
    
}
.btn{
    transition: all .3s ease;
}
.btn_green:hover{
    background-color: #69a001;
}
.main-list__link{
    transition: all .2s ease;
}
.main-list__link:hover{
    border-bottom: 4px solid #89bd2e;
}
.video-play .circle{
    transition: all .2s ease;
}
.video-play .circle:before{
    transition: all .2s ease;
}
.video-play .circle .quar{
    transition: all .2s ease;
}
.video-play .circle:hover{
    width: 136px;
    height: 136px;
}
.video-play .circle:hover:before{
    width: 92px;
    height: 92px;
}
.video-play .circle:hover .quar{
    width: 56px;
    height: 56px;
}
.header-menu__link:last-child {
    margin-right: 3rem
}

.header__phone {
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    color: #101016
}

.header__phone_border {
    padding-left: 2rem;
    border-left: 2px solid #8abd2e
}

.header__container {
    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
}

.header__left {
    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
}

.header__right {
    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
}

.btn_width {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.btn_border {
    border: 1px solid #89bd2e;
    border-radius: 26.5px
}

.header__button {
    margin-left: 5rem
}

.btn {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.btn_link {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #101016
}

.slider-index__content {
    position: relative
}

.slider-index__item {
    position: relative;
    height: 100vh;
    height: -webkit-calc(100vh - 120px);
    height: calc(100vh - 120px)
}

.img-sectond {
    z-index: 2;
    position: absolute !important;
    bottom: -4.5rem;
    right: 16rem
}

.slider-index__item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    pointer-events: none;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .788235)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .788235) 0, rgba(255, 255, 255, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, .788235) 0, rgba(255, 255, 255, 0))
}

.slider-index__text {
    position: absolute;
    top: 50%;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon_arr-r {
    fill: #fff;
    stroke: #fff;
    width: 18px;
    height: 8px;
    margin-left: .5rem
}

.img-bg-width {
    max-width: 110%;
    margin-left: -10px
}

.slider-index__item {
    overflow: hidden
}

.slider-index__title {
    font-family: 'Exo2.0';
    font-size: 6rem;
    font-weight: 600;
    color: #fff;
    max-width: 830px;
    width: 100%;
    line-height: 1.1
}

.slider-index__link {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 3rem;
    font-weight: 600;
    color: #fff;
    display: block
}

.index-slider {
    outline: 0
}

.main-ability {
    position: absolute;
    bottom: 7rem;
    z-index: 8;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.main__list {
    position: relative
}

.main__list:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(233, 235, 237, .2)
}

.main-list__link {
    padding-bottom: 2rem;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    width: 33.1%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.main-list__link span {
    margin-right: 10px;
    display: block
}

.main-list__link.active {
    border-bottom: 4px solid #89bd2e
}

.index-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    left: 4.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    border: 3px solid rgba(245, 245, 245, .34);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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
}

.index-circle__list {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #fff
}

.index-social {
    position: absolute;
    right: 4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9
}

.index-social a {
    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;
    margin-bottom: 5rem
}

.index-social a:last-child {
    margin-bottom: 0
}

.index-social a:nth-child(1) img {
    width: 23px;
    height: 14px
}

.index-social a:nth-child(2) img {
    width: 22px;
    height: 22px
}

.index-social a:nth-child(3) img {
    width: 11px;
    height: 20px
}

.circular-chart {
    position: absolute;
    top: -7px;
    left: -6px;
    display: block;
    width: 96px;
    height: 96px
}

.circular-chart .circle {
    stroke: #89bd2e;
    fill: none;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    stroke-width: 1.8;
    stroke-linecap: round
}

.section_default {
    padding-top: 12rem;
    padding-bottom: 12rem
}

.section_gray {
    background-color: #ebf2e3
}

.line-descript {
    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;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #515259
}

.line-descript .number {
    margin-right: 5rem;
    display: block;
    position: relative
}

.line-descript .number:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 1px;
    top: 50%;
    right: -4rem;
    background-color: #515259
}

.premium-slider__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 7rem
}

.premium-slider__col {
    width: 50%
}

.premium-slider__title {
    font-family: 'Exo2.0';
    font-size: 4.6rem;
    margin-top: 2rem;
    font-weight: 600;
    color: #28282d
}

.premium-slider__description {
    max-width: 470px;
    width: 100%;
    margin-top: 3rem;
    line-height: 1.7;
    font-size: 1.6rem;
    font-weight: 400;
    color: #28282d
}

.premium-slider__link {
    font-size: 16px;
    line-height: 1;
    margin-top: 4.6rem;
    font-weight: 400
}

.premium-slider__link a {
    color: #28282d
}

.premium-slider__link .icon_arr-r {
    margin-left: 2rem;
    width: 18px;
    height: 8px;
    fill: #28282d;
    stroke: #28282d
}

.premium-slider__content {
    padding-left: 11rem
}

.line-green {
    position: relative
}

.line-green:before {
    content: '';
    width: 2px;
    height: 100px;
    position: absolute;
    bottom: -5rem;
    left: 50%;
    z-index: 5;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #89bd2e
}

.premium__down {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
    padding-top: 2.6rem;
    padding-bottom: 3rem;
    background-color: #fff;
    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;
    position: absolute;
    bottom: -7rem;
    left: 2.5rem
}

.premium__image {
    position: relative;
    font-size: 0
}

.premium__down_number .number {
    font-family: 'Exo2.0';
    font-weight: 600;
    color: #8abd2e;
    font-size: 4.6rem
}

.premium__down_number {
    line-height: 1;
    font-size: 24px;
    color: #8abd2e
}

.premium__down_subtitle {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 2rem;
    max-width: 180px;
    width: 100%;
    font-weight: 400;
    color: #28282d
}

.premium-arrows__container {
    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
}

.premium-arrows .circle {
    border-radius: 50%;
    border: 1px solid #b5bcb5;
    width: 53px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 53px;
    position: relative
}

.premium-arrows .circle:before {
    content: '';
    position: absolute;
    width: 10px;
    left: 17px;
    top: 19px;
    -webkit-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    transform: rotate(-47deg);
    height: 10px;
    border-right: 2px solid #b5bcb5;
    border-bottom: 2px solid #b5bcb5
}

.premium-arrows .circular-chart {
    width: 59px;
    height: 59px;
    top: -4px;
    left: -3px
}

.premium-arrows__container {
    padding-left: 9.5rem;
    margin-top: 1.5rem
}

.premium-arrows__left {
    margin-right: 1rem
}

.premium-arrows__left .circle:before {
    left: 50%;
    -webkit-transform: translateX(-25%) rotate(135deg);
    -ms-transform: translateX(-25%) rotate(135deg);
    transform: translateX(-25%) rotate(135deg)
}

.index-slider {
    font-size: 0
}

.premium-absolute {
    position: absolute;
    bottom: 12rem;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slick-slide {
    outline: 0
}

.title__single {
    font-family: 'Exo2.0';
    font-size: 4.6rem;
    font-weight: 600;
    color: #28282d
}

.title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.title-wrap__link {
    font-size: 16px;
    line-height: 1;
    margin-top: 1.5rem;
    font-weight: 400;
    color: #28282d
}

.title-wrap__link .icon_arr-r {
    fill: #28282d;
    stroke: #28282d
}

.cat__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5.5rem;
    padding-bottom: 6rem;
    padding-left: 5rem;
    padding-right: 5rem;
    min-height: 295px;
    margin-top: 3rem
}

.cat__title {
    font-family: 'Exo2.0';
    font-size: 2.6rem;
    font-weight: 600;
    max-width: 313px;
    line-height: 1.2;
    width: 100%;
    color: #28282d
}

.cat__collumn {
    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
}

.cat__link {
    font-size: 16px;
    font-weight: 400;
    color: #28282d
}

.cat__link .icon_arr-r {
    fill: #28282d;
    stroke: #28282d
}

.cat__item_white .cat__link {
    color: #fff
}

.cat__item_white .cat__link .icon_arr-r {
    fill: #fff;
    stroke: #fff
}

.video {
    position: relative
}

.video-active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    background-size: cover;
    background-image: url(../img/vieo.jpg)
}

.video video {
    height: 580px
}

.video-play {
    display: none
}

.video-active .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.video-play .circle {
    width: 156px;
    height: 156px;
    z-index: 4;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    position: relative
}

.video-play .circle:before {
    content: '';
    width: 112px;
    height: 112px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .5);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.video-play .circle .quar {
    width: 76px;
    height: 76px;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .9);
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.video-play .circle .quar:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-style: solid;
    border-width: 9.5px 0 9.5px 17px;
    border-color: transparent transparent transparent #fff
}

.video-active .video-masked {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    pointer-events: none;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .788235)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .788235) 0, rgba(255, 255, 255, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, .788235) 0, rgba(255, 255, 255, 0))
}

.title__subtitle {
    margin-top: 3rem;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #28282d
}

.partner__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partner__item {
    max-width: 230px;
    width: 100%;
    height: 175px;
    background-color: #f2f1e9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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
}

.partner__width {
    width: 33.3%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-bottom: 2.2rem
}

.feedback__container {
    padding-left: 14rem
}

.partner__container {
    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%
}

.title__middle {
    font-size: 36px
}

.title__line {
    position: relative
}

.title__line:before {
    content: '';
    position: absolute;
    left: -14rem;
    width: 80px;
    height: 2px;
    background-color: #89bd2e;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.feedback__list {
    margin-top: 5.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.feedback__item {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 33.3%
}

.input_default {
    border: none;
    border-bottom: 1px solid #7a8081;
    background-color: rgba(255, 255, 255, 0);
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    padding-bottom: 1.3rem;
    padding-top: 1.3rem;
    width: 100%;
    outline: 0
}

.control:last-child {
    margin-bottom: 0
}

.control {
    font-size: 15px;
    font-weight: 400;
    color: #515259;
    position: relative;
    display: block;
    margin-bottom: .5rem;
    padding-left: 30px;
    cursor: pointer
}

.control--checkbox {
    font-size: 14px;
    font-weight: 400;
    color: #333332
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.control__indicator {
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #ebf2e3;
    border: 1px solid #989ea1;
    border-radius: 2px
}

.control input:checked ~ .control__indicator:after {
    display: block
}

.control--checkbox .control__indicator:after {
    top: 3px;
    left: 6px;
    width: 3px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #515259;
    border-width: 0 2px 2px 0
}

.control__indicator:after {
    position: absolute;
    display: none;
    content: ''
}

.feedback__submit {
    margin-top: 6rem;
    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
}

.btn_green {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    background-color: #89b425;
    color: #fff
}

.feedback_offset {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.footer_offset {
    padding-top: 9rem;
    padding-bottom: 3.5rem
}

.footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start
}

.footer__addr {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: .04em;
    color: #101016
}

.footer__wrapper {
    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;
    margin-left: -10rem;
    margin-right: -6rem
}

.footer__col {
    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
}

.footer__col:first-child {
    padding-left: 10rem;
    padding-right: 11rem
}

.footer__col:nth-child(2) {
    padding-left: 10rem;
    padding-right: 7rem
}

.footer__col:nth-child(3) {
    padding-left: 6rem;
    padding-right: 6rem
}

.footer__link {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .04em;
    color: #101016;
    margin-bottom: 2rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase
}

.footer__link:last-child {
    margin-bottom: 0
}

.footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__bottom .footer__link:first-child {
    margin-bottom: 2rem
}

.footer__bottom .footer__link:last-child {
    text-transform: initial
}

.footer__addr {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .04em;
    color: #101016
}

.footer__addr span {
    display: block;
    margin-bottom: 1rem
}

.footer__addr span:last-child {
    margin-bottom: 0
}

.footer__logo {
    padding-right: 9rem
}

.icon_green {
    fill: #89b425
}

.icon_vk {
    width: 21px;
    height: 13px
}

.icon_inst {
    width: 18px;
    height: 18px
}

.icon_fb {
    width: 11px;
    height: 20px
}

.footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer__container {
    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
}

.footer__under {
    max-width: 1140px;
    width: 100%;
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-top: 1px solid #dce0dd;
    margin-left: auto
}

.footer__wf {
    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;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .04em;
    color: #7a8184
}

.footer__wf img {
    margin-right: 10px
}

.footer__wf a {
    color: #7a8184
}

.footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.footer__social a {
    width: 49px;
    height: 49px;
    border: 1px solid #8cbe2e;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-right: 15px
}

.footer__social a:last-child {
    margin-right: 0
}

.footer__under {
    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
}

.footer__under_left {
    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
}

.agr-desc {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .04em;
    color: #7a8184;
    margin-right: 18rem
}

.footer__politic {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .04em;
    color: #7a8184
}

.index-social .icon {
    fill: #fff
}

.factory-slider__descript {
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
    color: #515259;
    max-width: 470px;
    width: 100%;
    margin-left: auto;
    margin-top: 3rem;
    position: relative
}

.factory-slider__descript:before {
    content: '';
    width: 80px;
    height: 2px;
    background-color: #89bd2e;
    position: absolute;
    left: -15rem;
    top: 12px
}

.factory-slider__title {
    font-size: 4.6rem;
    margin-top: 3rem;
    line-height: 1.4;
    font-weight: 600;
    color: #28282d
}

.factory-arrows__container .circular-chart {
    width: 59px;
    height: 59px;
    top: -4px;
    left: -3px
}

.factory-arrows__container .circle:before {
    content: '';
    position: absolute;
    width: 10px;
    left: 17px;
    top: 19px;
    -webkit-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    transform: rotate(-47deg);
    height: 10px;
    border-right: 2px solid #b5bcb5;
    border-bottom: 2px solid #b5bcb5
}

.factory-arrows__right {
    position: relative
}

.factory-arrows__right .circle {
    border-radius: 50%;
    border: 1px solid #b5bcb5;
    width: 53px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 53px;
    position: relative
}

.factory-arrows__left {
    position: relative;
    margin-right: 1rem
}

.factory-arrows__left .circle {
    border-radius: 50%;
    border: 1px solid #b5bcb5;
    width: 53px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 53px;
    position: relative
}

.factory-arrows__left .circle:before {
    left: 50%;
    -webkit-transform: translateX(-25%) rotate(135deg);
    -ms-transform: translateX(-25%) rotate(135deg);
    transform: translateX(-25%) rotate(135deg)
}

.factory-arrows__container {
    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;
    max-width: 470px;
    width: 100%;
    margin-left: auto;
    margin-top: 5.5rem
}

.c-bg {
    width: 365px;
    height: 365px
}

.factory__image {
    position: relative;
    text-align: center
}

.c-center {
    width: 31px;
    height: 31px;
    position: absolute;
    top: 49.5%;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.factory-flow__head {
    position: absolute;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #fff
}

.factory-flow__link {
    position: absolute
}

.factory-flow__link:nth-child(1) {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    top: 2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.factory-flow__link:nth-child(1) img {
    width: 122px;
    height: 243px
}

.factory-flow__link:nth-child(1) .factory-flow__head {
    max-width: 84px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.factory-flow__link:nth-child(2) {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    top: 50.5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2.5rem
}

.factory-flow__link:nth-child(2) img {
    width: 243px;
    height: 122px
}

.factory-flow__link:nth-child(2) .factory-flow__head {
    max-width: 125px;
    width: 100%;
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.factory-flow__link:nth-child(3) {
    bottom: 3rem;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.factory-flow__link:nth-child(3) img {
    width: 122px;
    height: 243px
}

.factory-flow__link:nth-child(3) .factory-flow__head {
    max-width: 84px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.factory-flow__link:nth-child(4) {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3rem
}

.factory-flow__link:nth-child(4) img {
    width: 243px;
    height: 122px
}

.factory-flow__link:nth-child(4) .factory-flow__head {
    max-width: 125px;
    width: 100%;
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.factory__image {
    width: 560px;
    height: 560px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-left: auto;
    margin-right: auto
}

.flow-top.active {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    top: .5rem
}

.flow-left.active {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    left: 1rem
}

.flow-right.active {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    right: .5rem
}

.flow-bottom.active {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    bottom: 1rem
}

.icon_cvb {
    width: 122px;
    height: 243px
}

.factory-flow__link:hover .spans {
    color: #fff
}

.factory__container {
    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;
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.factory__container .factory__item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 50%
}

.spans {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.ymap-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: url(../img/map_bg.jpg) #fff no-repeat;
    background-position: center center;
    background-size: cover
}

#map-yandex {
    position: relative;
    z-index: 7;
    width: 100%;
    height: 46.6rem;
    cursor: pointer;
    background-color: transparent
}

.loader {
    position: absolute;
    z-index: 15;
    top: -100%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #000;
    -webkit-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, .55)
}

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

.loader.is-active {
    top: 0;
    opacity: 1
}

.loader-default:after {
    position: absolute;
    top: -webkit-calc(50% - 24px);
    top: calc(50% - 24px);
    left: -webkit-calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    content: '';
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border: solid 8px #fff;
    border-left-color: transparent;
    border-radius: 50%
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes blink {
    from {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@keyframes blink {
    from {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

.map-container_offset {
    margin-top: 6.5rem
}

.map-content {
    position: relative
}

.map-content__box {
    padding-top: 4.3rem;
    padding-left: 6rem;
    padding-right: 4rem;
    padding-bottom: 6rem;
    position: absolute;
    z-index: 22;
    left: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: -8rem;
    background-color: #ebf2e3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.map-content__link {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #28282d;
    margin-bottom: 3rem
}

.map-content__link:last-child {
    margin-bottom: 0
}

.icon_marker {
    width: 20px;
    height: 22px
}

.icon_massage {
    width: 20px;
    height: 14px
}

.map-content__link {
    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
}

.map-content__link svg {
    margin-right: 19px
}

.contacts_offset {
    padding-bottom: 20rem
}

.init_height {
    height: 520px;
    position: relative
}

.init_height:before {
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 80%;
    bottom: 0;
    z-index: 8;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgba(0, 0, 0, .568)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .568) 1%, rgba(255, 255, 255, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, .568) 1%, rgba(255, 255, 255, 0))
}

.init .wrapper_default {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 14rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 8
}

.title__init {
    color: #fff;
    z-index: 2;
    position: relative
}

.revenge__item .title__single {
    font-size: 3.6rem;
    font-weight: 600;
    color: #28282d
}

.title__under span {
    position: relative
}

.title__under span:before {
    content: '';
    width: 80%;
    height: 3px;
    background-color: #89bd2e;
    position: absolute;
    bottom: -2.5rem
}

.revenge__subtitle {
    margin-top: 5rem;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
    color: #28282d;
    margin-bottom: 3rem
}

.revenge__descript {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #515259
}

.revenge__item {
    max-width: 450px;
    width: 100%
}

.descript-video {
    margin-top: 2rem;
    position: relative;
    padding-left: 4.5rem;
    font-size: 16px;
    font-weight: 400;
    color: #515259
}

.descript-video:before {
    content: '';
    width: 35px;
    height: 1px;
    background-color: #7a8184;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.project-video-active {
    position: relative
}

.project-video-active:before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/veideo.jpg)
}

.video-play {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 9;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.video-play .circle {
    width: 156px;
    height: 156px;
    z-index: 4;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    position: relative
}

.video-play .circle:before {
    content: '';
    width: 112px;
    height: 112px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .5);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.video-play .circle .quar {
    width: 76px;
    height: 76px;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .9);
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.video-play .circle .quar:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-style: solid;
    border-width: 9.5px 0 9.5px 17px;
    border-color: transparent transparent transparent #fff
}

.video-play.active {
    opacity: 0
}

.project-video.active:before {
    opacity: 0;
    pointer-events: none
}

.project-video.active:after {
    opacity: 0;
    pointer-events: none
}

.project-video:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 75%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    pointer-events: none;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .788235)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .788235) 0, rgba(255, 255, 255, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, .788235) 0, rgba(255, 255, 255, 0))
}

.dignity_bg {
    background-color: #ebf2e3
}

.dignity__cirle {
    width: 72px;
    height: 72px;
    position: relative
}

.dignity__cirle:before {
    z-index: 5;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
    width: 62px;
    height: 62px;
    background-color: #ebf2e3;
    border: 1px solid #c2c8c3
}

.dignity__cirle:after {
    width: 72px;
    height: 72px;
    background-color: #ebf2e3;
    border: 1px solid #c2c8c3;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.dignity__cirle .line {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 6;
    height: 1px;
    background-color: #c2c8c3
}

.dignity__cirle .line:before {
    content: '';
    position: absolute;
    width: 62px;
    height: 62px;
    background-color: #ebf2e3;
    z-index: 6;
    top: 50%;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.dignity__cirle .line svg {
    z-index: 7;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.icon_cetif {
    width: 72px;
    height: 53px
}

.icon_house {
    width: 29px;
    height: 28px
}

.icon_list {
    width: 25px;
    height: 25px
}

.dignity__cirle {
    margin-bottom: 2.5rem
}

.dignity__title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    color: #28282d
}

.dignity__title span {
    font-size: 3.2rem
}

.dignity__subtitle {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: #515259
}

.dignity__item {
    max-width: 275px;
    width: 100%
}

.equipment-slider__image {
    font-size: 0;
    display: block
}

.equipment-slider__title {
    display: block;
    margin-top: 2rem;
    font-family: 'Exo2.0';
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    color: #28282d
}

.equipment-slider__subtitle {
    display: block;
    margin-top: 2rem;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #515259;
    padding-left: 4.5rem;
    position: relative
}

.equipment-slider__subtitle:before {
    content: '';
    width: 35px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #7a8184
}

.eq-arrows__container {
    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
}

.eq-arrows .circle {
    border-radius: 50%;
    border: 1px solid #b5bcb5;
    width: 53px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 53px;
    position: relative
}

.eq-arrows .circle:before {
    content: '';
    position: absolute;
    width: 10px;
    left: 17px;
    top: 19px;
    -webkit-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    transform: rotate(-47deg);
    height: 10px;
    border-right: 2px solid #b5bcb5;
    border-bottom: 2px solid #b5bcb5
}

.eq-arrows .circular-chart {
    width: 59px;
    height: 59px;
    top: -4px;
    left: -3px
}

.eq-arrows__container {
    margin-top: 4.5rem
}

.equipment-slider .slick-slide {
    margin: 0 10px
}

.equipment-slider .slick-list {
    margin: 0 -10px
}

.eq-arrows__left {
    margin-right: 1rem
}

.eq-arrows__left .circle:before {
    left: 50%;
    -webkit-transform: translateX(-25%) rotate(135deg);
    -ms-transform: translateX(-25%) rotate(135deg);
    transform: translateX(-25%) rotate(135deg)
}

.header_border {
    border-bottom: 1px solid #dce0dd
}

.init_height {
    background-repeat: no-repeat;
    background-size: cover
}

.cat__subtitle {
    font-size: 16px;
    max-width: 200px;
    width: 100%;
    font-weight: 400;
    color: #28282d
}

.cat__item_white .cat__link {
    color: #fff
}

.cat__item_white .cat__link .icon_arr-r {
    fill: #fff;
    stroke: #fff
}

.cat__subtitle {
    margin-top: 2rem
}

.fas__item {
    max-width: 512px;
    margin-left: auto;
    width: 100%
}

.fas__item .title__single {
    font-size: 2.2rem
}

.mt25 {
    margin-top: 25px
}

.fas__subtitle {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #515259
}

.mt40 {
    margin-top: 4rem
}

.mt60 {
    margin-top: 6rem
}

.mt56 {
    margin-top: 56px
}

.mt50 {
    margin-top: 50px
}

.mb40 {
    margin-bottom: 4rem
}

.mt30 {
    margin-top: 3rem
}

.mb30 {
    margin-bottom: 3rem
}

.fas__number {
    margin-top: 1rem;
    font-family: 'Exo2.0';
    font-size: 46px;
    line-height: 1;
    font-weight: 600;
    color: #8abd2e
}

.fas__number span {
    font-size: 24px;
    line-height: 23px
}

.fas__list {
    margin-top: 1rem;
    font-family: 'Exo2.0';
    font-size: 24px;
    font-weight: 600;
    color: #8abd2e;
    line-height: 1
}

.fas__list span {
    font-size: 46px
}

.premium__image img {
    width: 100%
}

.fas__descript {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
    color: #28282d
}

.prod .premium__down {
    background-color: #ebf2e3
}

.equipment-slider__title {
    max-width: 271px;
    width: 100%
}

.prod_offset {
    padding-top: 11rem;
    padding-bottom: 0
}

.icon_recycling {
    width: 25px;
    height: 23px
}

.icon_lab {
    width: 20px;
    height: 29px
}

.dignity__cirle .line span {
    font-family: 'Exo2.0';
    font-size: 3.6rem;
    font-weight: 600;
    color: #8cbe2e;
    position: absolute;
    top: 50%;
    z-index: 6;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.dignity_numbers .dignity__cirle {
    margin-bottom: 1.8rem
}

.dignity_numbers .dignity__title {
    line-height: 1.5;
    font-size: 2.1rem
}

.dignity_numbers .dignity__title a {
    color: #8cbe2e;
    font-size: 2rem
}

.dignity_numbers .dignity__item {
    position: relative
}

.dignity_numbers .dignity__item:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 2px;
    right: 1rem;
    top: 3.5rem;
    background-color: #89bd2e
}

.prod .premium-slider__item {
    padding-bottom: 0
}

.prod .premium-slider__content {
    padding-left: 0
}

.prod .premium-slider__description {
    margin-left: 13rem;
    max-width: 370px;
    width: 100%;
    position: relative
}

.prod .premium-slider__description:before {
    content: '';
    left: -13rem;
    top: 1.2rem;
    width: 80px;
    height: 2px;
    background-color: #89bd2e;
    position: absolute
}

.prod .premium-slider__title {
    margin-top: 0;
    line-height: 1.2
}

.prod .premium-arrows__container {
    max-width: 625px;
    width: 100%;
    padding-left: 12.7rem;
    margin-left: auto
}

.prod .premium-absolute {
    bottom: 12rem
}

.dignity__item_res:before {
    display: none
}

.dignity__cirle .line span {
    line-height: 1
}

.dignity_numbers .dignity__cirle {
    margin-bottom: .8rem
}

.premium__down-width {
    max-width: 315px;
    width: 100%
}

.prim .premium-slider__title {
    margin-top: 0
}

.zero__descript {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
    color: #28282d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.zero__descript span {
    color: #8abd2e
}

.zero__descript p {
    margin-left: 1rem
}

.zero__container {
    margin-top: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px
}

.zero__descript {
    margin-top: 2.5rem
}

.zero__col {
    padding-left: 10px;
    width: 50%;
    padding-right: 10px
}

.header-mobile {
    display: none;
    pointer-events: none
}

.icon_phone {
    stroke: #8cbe2e;
    width: 17px;
    height: 22px;
    margin-right: 1rem
}

.mobile-nav__content {
    margin-top: 7rem
}

.header-top {
    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;
    width: 100%
}

.n-ob__list {
    margin-left: -15px;
    margin-right: -15px
}

.n-ob__col {
    padding-left: 15px;
    padding-right: 15px
}

.mobile-nav__linked {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .04em;
    color: #101016;
    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-bottom: 2.5rem
}

.btn_transparent {
    border: 1px solid #89bd2e;
    border-radius: 26.5px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #101016;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 23px;
    padding-right: 23px
}

.mobile-social {
    margin-top: 3.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile-social a {
    width: 53px;
    height: 53px;
    border: 1px solid #8cbe2e;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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
}

.mobile-social .icon_vk {
    fill: #89b425
}

.mobile-social .icon_inst {
    fill: #89b425
}

.mobile-social .icon_fb {
    fill: #89b425
}

.header-top.active .header-mobile__burger {
    pointer-events: none
}

.map .cls-12 {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    -webkit-transition: all 4s ease;
    -o-transition: all 4s ease;
    transition: all 4s ease
}

.map .cls-11 {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    -webkit-transition: all 4s ease;
    -o-transition: all 4s ease;
    transition: all 4s ease
}

.map .cls-10 {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    -webkit-transition: all 4s ease;
    -o-transition: all 4s ease;
    transition: all 4s ease
}

.map.animated .cls-12 {
    -webkit-animation: line-b 4s infinite linear both;
    animation: line-b 4s infinite linear both
}

.map.animated .cls-11 {
    -webkit-animation: line-b 6s infinite linear both;
    animation: line-b 6s infinite linear both
}

.map.animated .cls-10 {
    -webkit-animation: line-b 6s infinite linear both;
    animation: line-b 6s infinite linear both
}

@-webkit-keyframes line-b {
    0% {
        stroke-dasharray: 300;
        stroke-dashoffset: 300
    }

    100% {
        stroke-dasharray: 300;
        stroke-dashoffset: 0
    }
}

@keyframes line-b {
    0% {
        stroke-dasharray: 300;
        stroke-dashoffset: 300
    }

    100% {
        stroke-dasharray: 300;
        stroke-dashoffset: 0
    }
}

.map-container {
    padding-left: 10rem;
    position: relative
}

.ham {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    margin-right: 15px;
    width: 50px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hamRotate.active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamRotate180.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.line {
    fill: none;
    -webkit-transition: stroke-dasharray .4s, stroke-dashoffset .4s;
    -o-transition: stroke-dasharray .4s, stroke-dashoffset .4s;
    transition: stroke-dasharray .4s, stroke-dashoffset .4s;
    stroke: #000;
    stroke-width: 3;
    stroke-linecap: round
}

.ham1 .top {
    stroke-dasharray: 40 139
}

.ham1 .bottom {
    stroke-dasharray: 40 180
}

.ham1.active .top {
    stroke-dashoffset: -98px
}

.ham1.active .bottom {
    stroke-dashoffset: -138px
}

.header-mobile__left {
    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
}

.header-mobile.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.icon_massages {
    width: 20px;
    height: 14px;
    fill: #8cbe2e;
    margin-right: 1rem
}

.body-fixed {
    overflow: hidden
}

.map__item {
    max-width: 350px;
    width: 100%;
    position: absolute;
    bottom: 8rem;
    left: 0
}

.map__item:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 3px;
    background-color: #89bd2e;
    top: 6rem
}

.map__descript {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #515259
}

.map__title {
    font-family: 'Exo2.0';
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 600;
    color: #28282d;
    margin-bottom: 5rem
}

.premium__down_gray {
    background-color: #f2f1e9
}

.object__list {
    font-family: 'Exo2.0';
    font-size: 24px;
    font-weight: 600;
    list-style-type: none;
    padding-left: 0;
    margin-top: 1.5rem
}

.object__list li {
    color: #8abd2e;
    position: relative;
    padding-left: 33px;
    margin-bottom: 18px
}

.object__list li:last-child {
    margin-bottom: 0
}

.object__list li span {
    line-height: 1;
    font-size: 32px
}

.object__list li::before {
    content: '>';
    font-family: 'Exo2.0';
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 10px;
    color: #8cbe2e
}

.object__subtitle {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 3rem;
    font-weight: 600;
    color: #28282d
}

.object__ob {
    position: relative;
    margin-top: 2rem;
    padding-left: 5rem;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #515259
}

.object__ob:before {
    content: '';
    width: 35px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.object__descript {
    font-size: 16px;
    margin-top: 3rem;
    line-height: 1.7;
    font-weight: 400;
    max-width: 490px;
    width: 100%;
    color: #28282d
}

.object__image {
    font-size: 0
}

.revenge__subtitle_offset {
    margin-top: 3rem
}

.video_desc {
    text-align: center;
    font-size: 12px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #fff
}

.n-ob__number {
    padding-left: 2.2rem;
    position: relative;
    font-family: 'Exo2.0';
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #8cbe2e
}

.n-ob__number span {
    font-size: 32px
}

.n-ob__number:before {
    content: '>';
    position: absolute;
    left: 0;
    top: 5px;
    font-family: 'Exo2.0';
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #8cbe2e
}

.n-ob__com {
    margin-bottom: 4.5rem
}

.n-ob__com:last-child {
    margin-bottom: 0
}

.n-ob__descript {
    font-size: 16px;
    line-height: 3.2rem;
    font-weight: 600;
    color: #28282d
}

.n-ob__list {
    margin-top: 5rem;
    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
}

.n-ob__subtitle {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 1.8rem;
    font-weight: 400;
    color: #515259
}

.header-top {
    pointer-events: all
}

.init_position {
    background-position: center
}

.header-middle.active {
    pointer-events: all
}

.n-ob_offset {
    margin-top: 5rem
}
.equipment-slider__item{
    margin-bottom: 40px;
}

.n-ob__image {
    font-size: 0
}

.n-ob__item {
    padding-right: 4rem
}

.dignity__cirle .icon {
    stroke: rgba(255, 255, 255, 0)
}

.dignity_width .dignity__item {
    max-width: 340px;
    width: 100%
}

.dignity_width .dignity__subtitle {
    line-height: 2
}

.icon_shah {
    width: 25px;
    height: 25px
}

.icon_iron {
    width: 28px;
    height: 28px
}

@media (max-width:1650px) {
    .header__logo {
        margin-right: 5rem
    }

    .header-menu__link {
        margin-right: 2rem
    }

    .wrapper_default {
        padding-left: 7rem;
        padding-right: 7rem
    }

    .main-list__link {
        width: 33%
    }

    .main-list__link {
        font-size: 12px
    }

    .main-list__link span {
        margin-right: 4px
    }

    .main-list__link {
        padding-bottom: 1rem
    }

    .premium-slider__title {
        font-size: 4rem;
        margin-top: 0
    }

    .premium-slider__description {
        margin-top: 2rem
    }

    .premium-slider__content {
        padding-left: 4rem;
        height: 100%;
        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
    }

    .premium-arrows__container {
        padding-left: 2.5rem
    }

    .premium-slider__link {
        margin-bottom: 3rem
    }

    .factory-flow__link:nth-child(2) {
        right: 3rem
    }

    .factory-flow__link:nth-child(4) {
        left: 3rem;
        top: 50.5%
    }

    .flow-left.active {
        left: 1rem
    }

    .flow-right.active {
        right: 1rem
    }

    .premium-slider__content_reset {
        height: auto
    }
}

@media (max-width:1630px) {
    .img-man {
        height: 90%;
        margin-left: auto;
        width: 93%
    }
}

@media (max-width:1600px) {
    .slider-index__title {
        font-size: 5rem;
        max-width: 747px
    }
}

@media (max-width:1550px) {
    .index-circle {
        left: 1rem
    }

    .header-menu__link {
        font-size: 13px;
        margin-right: 1rem
    }

    .header-menu__link:last-child {
        margin-right: 2rem
    }

    .header__phone {
        font-size: 15px
    }

    .init_height {
        height: 445px;
        background-position: 136% 4%
    }

    .init .wrapper_default {
        padding-bottom: 9rem
    }

    .factory-slider__title {
        font-size: 4rem
    }

    .init_position {
        background-position: right
    }
}

@media (max-width:1500px) {
    .contacts_offset {
        padding-top: 6rem;
        padding-bottom: 14rem
    }

    .map-container_offset {
        margin-top: 3.5rem
    }
}

@media (max-width:1490px) {
    .img-man {
        height: 90%;
        margin-left: auto;
        width: 83%
    }
}

@media (max-width:1450px) {
    .header__logo {
        margin-right: 3rem
    }

    .header__button {
        margin-left: 1rem
    }

    .factory-slider__descript {
        max-width: 502px;
        width: 100%
    }

    .factory-slider__descript:before {
        left: -8.5rem;
        width: 45px
    }

    .factory-arrows__container {
        max-width: 502px
    }

    .factory-arrows__container {
        margin-top: 4rem
    }
}

@media (max-width:1400px) {
    .index-circle {
        display: none
    }

    .img-man {
        height: 64%;
        margin-left: auto;
        width: 59%
    }

    .img-sectond {
        right: 0
    }

    .img-man {
        height: 90%;
        margin-left: auto;
        width: 70%
    }

    .img-sectond {
        bottom: -1rem
    }

    .img-sectond {
        right: 6rem
    }

    .slider-index__title {
        font-size: 4.5rem;
        max-width: 650px
    }
}

@media (max-width:1350px) {
    .header-menu__link {
        font-size: 12px;
        margin-right: .5rem
    }

    .title__single {
        font-size: 4rem;
        line-height: 1.2
    }

    .title__subtitle {
        margin-top: 1rem
    }

    .partner__content {
        margin-bottom: -1.5rem
    }

    .partner__width {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .slider-index__title {
        font-size: 4rem;
        max-width: 588px
    }

    .section_default {
        padding-top: 7rem;
        padding-bottom: 7rem
    }

    .premium-arrows__container {
        position: absolute;
        bottom: -5rem
    }

    .slider-index__item {
        height: 550px;
        position: relative
    }

    .dignity_numbers .dignity__title a {
        display: block;
        font-size: 1.7rem
    }

    .dignity_numbers .dignity__title {
        font-size: 1.8rem
    }

    .prod .premium-arrows__container {
        right: auto;
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        margin-left: 0
    }

    .prod .premium-slider__description {
        margin-left: 0;
        padding-left: 0;
        max-width: 100%
    }

    .prod .premium-slider__description {
        padding-left: 7rem
    }

    .factory-slider__title {
        font-size: 2.9rem;
        max-width: 372px
    }

    .factory-slider__descript {
        margin-top: 1rem
    }

    .factory-slider__descript:before {
        display: none
    }

    .factory-slider__descript:before {
        margin-top: 2rem
    }

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

    .factory-slider__descript {
        margin-left: 0
    }

    .factory-arrows__container {
        margin-left: 0
    }

    .factory-arrows__container {
        margin-top: 2rem
    }

    .section_default.factory {
        padding-top: 0;
        padding-bottom: 2rem;
        position: relative
    }

    .section_default.factory .line-descript {
        position: absolute;
        top: 7rem
    }

    #map-yandex {
        height: 36.6rem
    }

    .contacts_offset {
        padding-bottom: 14rem
    }

    .map-content__box {
        padding-top: 4rem;
        padding-left: 4rem;
        padding-right: 4rem;
        padding-bottom: 4rem
    }

    .map-content__link {
        margin-bottom: 1.7rem
    }

    .prod .premium-slider__description {
        padding-left: 0
    }

    .prod .premium-arrows__container {
        padding-left: 7.1rem
    }

    .premium__image {
        margin-top: 2rem
    }

    .premium-slider__description {
        margin-top: 2rem
    }
}

@media (max-width:1300px) {
    .header__logo {
        width: 200px
    }

    .footer__col:first-child {
        padding-right: 5rem
    }

    .footer__link {
        margin-bottom: 1rem
    }

    .footer__bottom .footer__link:first-child {
        margin-bottom: 1rem
    }

    .footer__under {
        margin-top: 2rem;
        padding-top: 2rem;
        padding-bottom: 0
    }

    .footer_offset {
        padding-top: 5rem;
        padding-bottom: 2rem
    }

    .cat__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 3.5rem;
        padding-bottom: 3rem;
        padding-left: 3rem;
        padding-right: 3rem;
        min-height: 221px;
        margin-top: 2rem
    }

    .cat__title {
        font-size: 2.2rem
    }

    .n-ob__list {
        margin-top: 3rem
    }
}

@media (max-width:1250px) {
    .revenge__subtitle_offset {
        margin-bottom: 1rem;
        margin-top: 2rem
    }

    .n-ob__subtitle {
        margin-top: .8rem
    }
}

@media (max-width:1200px) {
    .main-list__link {
        font-size: 11px
    }

    .footer__social a {
        width: 36px;
        height: 36px
    }

    .footer__col:first-child {
        padding-right: 0
    }

    .footer__link {
        font-size: 13px
    }

    .footer__addr {
        font-size: 13px
    }

    .video video {
        height: 350px
    }

    .title__middle {
        font-size: 30px
    }

    .premium-arrows__container {
        right: 50%;
        -webkit-transform: translateX(114%);
        -ms-transform: translateX(114%);
        transform: translateX(114%)
    }

    .premium__down {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 1.6rem;
        padding-bottom: 2rem;
        left: 1.5rem
    }

    .premium__down_subtitle {
        margin-top: .5rem;
        font-size: 13px
    }

    .premium__down_number .number {
        font-size: 4rem
    }

    .premium__down_number {
        font-size: 19px
    }

    .cat__item {
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover
    }

    .partner__item {
        max-width: 100%;
        height: 140px
    }

    .partner__content {
        margin-top: 2rem;
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .title__subtitle {
        margin-bottom: 2rem
    }

    .feedback_offset {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .feedback__list {
        margin-top: 2rem
    }

    .btn_link {
        font-size: 13px
    }

    .btn_width {
        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
        padding-left: 2.1rem;
        padding-right: 2.1rem
    }

    .header__phone {
        font-size: 14px
    }

    .header__phone_border {
        padding-left: 1rem
    }

    .header-menu__link:last-child {
        margin-right: 1rem
    }

    .agr-desc {
        margin-right: 9rem
    }

    .factory__container .factory__item:nth-child(1) {
        width: 40%
    }

    .factory__container .factory__item:nth-child(2) {
        width: 60%
    }

    .img-man {
        width: 58%
    }

    .title__single {
        font-size: 3.2rem
    }

    .title-wrap {
        margin-top: 1rem
    }

    .feedback_offset:before {
        display: none
    }

    .feedback_offset:after {
        display: none
    }

    .revenge__item {
        max-width: 100%
    }

    .revenge__subtitle {
        margin-top: 3rem
    }

    .title__under span:before {
        bottom: -1.7rem
    }

    .revenge__subtitle {
        margin-bottom: 1.5rem
    }

    .project-video {
        margin-top: 2rem
    }

    .project-video {
        height: 400px
    }

    .project-video #video-example {
        height: 400px
    }

    .dignity__item {
        max-width: 100%
    }

    .dignity__cirle {
        margin-bottom: 1.5rem
    }

    .dignity__title {
        margin-bottom: 1rem;
        font-size: 2rem
    }

    .dignity__title span {
        font-size: 2.5rem
    }

    .dignity__item {
        margin-bottom: 2rem
    }

    .prod .premium__down {
        left: 0;
        max-width: 100%;
        bottom: -11.3rem;
        width: 100%
    }

    .prod .fas__item {
        max-width: 100%;
        margin-top: 13rem
    }

    .prod_offset {
        padding-top: 5.5rem
    }

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

    .prod .premium__down {
        margin-top: 0;
        margin-bottom: 0;
        bottom: 0;
        position: relative
    }

    .prod .fas__item {
        margin-top: 3rem
    }

    .fas__subtitle {
        margin-top: 30px
    }

    .fas__descript {
        margin-top: 2rem
    }

    .dignity__item:before {
        display: none
    }

    .n-ob__list {
        margin-bottom: 2rem
    }

    .n-ob__list {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 1rem
    }

    .n-ob__item {
        padding-right: 0
    }

    .n-ob_offset {
        margin-top: 3rem
    }

    .n-ob__com {
        margin-bottom: 2.5rem
    }
}

@media (max-width:1150px) {
    .header__lang a {
        width: 31px;
        height: 31px;
        font-size: 10px
    }

    .btn_link {
        font-size: 12px
    }

    .header__phone {
        font-size: 13px
    }

    .header-menu__link {
        font-size: 11px
    }

    .main-list__link {
        width: 100%
    }

    .main__list:before {
        display: none
    }

    .main-list__link {
        border-bottom: 2px solid rgba(233, 235, 237, .2)
    }

    .slider-index__text {
        top: 33%
    }

    .main__container {
        position: relative
    }

    .main-ability {
        bottom: 3rem
    }
}

@media (max-width:1100px) {
    .wrapper_large {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .slider-index__item {
        height: 513px
    }

    .slider-index__title {
        max-width: 486px;
        font-size: 3.3rem
    }

    .slider-index__link {
        margin-top: 2rem
    }
}

@media (max-width:1080px) {
    .premium-slider__item {
        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
    }

    .premium-slider__col {
        width: 100%
    }

    .premium__down {
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        margin-top: 1rem;
        margin-bottom: 2rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .premium__image img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 250px
    }

    .premium-slider__content {
        padding-left: 0
    }

    .premium-slider__description {
        max-width: 100%;
        margin-top: .5rem
    }

    .premium-slider__title {
        font-size: 3.5rem
    }

    .premium__down_number {
        width: auto
    }

    .premium__down_subtitle {
        width: 50%
    }

    .premium-arrows__container {
        position: relative;
        padding-left: 7rem;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .premium-slider__link {
        margin-bottom: 0
    }

    .premium-slider__link {
        margin-top: 2rem
    }

    .line-green:before {
        height: 80px;
        bottom: -4rem
    }

    .title__single {
        font-size: 4rem
    }

    .title__single {
        line-height: 1.2
    }

    .title-wrap {
        margin-top: 1rem
    }

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

    .factory__container .factory__item:nth-child(1) {
        width: 100%
    }

    .factory__container .factory__item:nth-child(2) {
        width: 100%
    }

    .factory-slider__title {
        margin-top: 0;
        max-width: 100%
    }

    .factory-slider__descript {
        max-width: 100%
    }

    .section_default.factory {
        padding-top: 10rem;
        padding-bottom: 5rem
    }

    .section_default.factory .line-descript {
        top: 6rem
    }

    .factory-arrows__container {
        position: absolute;
        top: 7.5rem;
        right: 0;
        max-width: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 7rem;
        padding-left: 7rem
    }

    .factory-slider__title {
        max-width: 84%
    }

    .factory-slider__descript {
        margin-top: 2rem
    }
}

@media (max-width:1050px) {
    .header__logo img {
        max-width: 167px
    }

    .header__logo {
        width: auto;
        margin-right: 2rem
    }

    .footer__col:nth-child(3) {
        padding-left: 2rem;
        padding-right: 4rem
    }

    .footer__col:first-child {
        padding-left: 5rem
    }

    .footer__bottom {
        margin-top: 2rem
    }

    .factory-slider__title {
        margin-top: 0;
        font-size: 2.7rem
    }

    .factory-slider__descript {
        font-size: 15px
    }

    .form__cell .select2-container .select2-selection--single {
        padding-top: 6px
    }

    .form__cell .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px
    }
}

@media (max-width:990px) {
    .footer_offset {
        padding-top: 2.5rem;
        padding-bottom: 1rem
    }

    .title__under span:before {
        height: 2px;
        bottom: -1.2rem
    }

    .revenge__subtitle {
        line-height: 1.4
    }

    .equipment-slider__title {
        margin-top: 1rem;
        font-size: 19px
    }

    .equipment-slider__title {
        margin-top: 1rem;
        font-size: 19px
    }

    .equipment-slider__subtitle:before {
        width: 25px
    }

    .equipment-slider__subtitle {
        margin-top: 1rem
    }

    .descript-video {
        line-height: 1
    }

    .init_height {
        height: 445px;
        background-position: 90% 4%
    }

    .eq-arrows .circle {
        width: 45px;
        height: 46px
    }

    .eq-arrows .circular-chart {
        width: 49px;
        height: 51px
    }

    .eq-arrows .circle:before {
        width: 7px;
        height: 7px
    }

    .eq-arrows .circle:before {
        top: 17px
    }

    .eq-arrows__container {
        margin-top: 3rem
    }

    .line-descript {
        margin-bottom: 1rem
    }

    .agr-desc {
        margin-right: 3rem
    }

    .header {
        display: none
    }

    .slider-index__item {
        height: 430px
    }

    .img-man {
        height: 48%
    }

    .feedback__container {
        padding-left: 0
    }

    .title__line:before {
        display: none
    }

    .wrapper_default {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .title__middle {
        font-size: 25px
    }

    .premium-arrows__container {
        padding-left: 3rem
    }

    .title__single {
        font-size: 2.8rem
    }

    .line-descript {
        font-size: 12px
    }

    .map-content__box {
        position: relative
    }

    .map-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .map-content__box {
        bottom: 0;
        left: 0
    }

    #map-yandex {
        height: 23.6rem
    }

    .map-content__box {
        padding-top: 2.5rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 2.5rem
    }

    .contacts_offset {
        padding-bottom: 6rem
    }

    .revenge__item .title__single {
        font-size: 2.8rem
    }

    .header-mobile {
        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
    }

    .header-mobile__logo img {
        width: 161px;
        height: 30px
    }

    .mobile-nav {
        width: 80%;
        overflow: auto;
        background-color: #ebf2e3;
        height: -webkit-calc(100vh - 48px);
        height: calc(100vh - 48px)
    }

    .mobile-nav__link {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .mobile-nav__link.active {
        border-left: 4px solid #89bd2e
    }

    .mobile-nav__list {
        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
    }

    .header-middle {
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .header-mobile.active .header-middle:after {
        opacity: .58;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s
    }

    .header-middle:after {
        position: absolute;
        content: '';
        width: 100vw;
        height: 100%;
        left: 0;
        background-color: #424552;
        top: 0;
        opacity: 0;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    .mobile-nav {
        position: absolute;
        left: 0;
        z-index: 9
    }

    .mobile-nav {
        padding: 20px
    }

    .mobile-nav__link {
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .04em;
        color: #101016;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 15px;
        padding-left: 2rem
    }

    .header-top {
        background-color: #fff;
        padding-right: 2rem
    }

    .header-mobile {
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 10
    }

    .header-middle {
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    .header-middle.active {
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .header-mobile {
        position: fixed
    }

    .mobile-nav__list {
        position: relative
    }

    .mobile-nav__list:before {
        content: '';
        width: 80px;
        height: 2px;
        bottom: -3rem;
        position: absolute;
        background-color: #89bd2e
    }

    .map-container {
        padding-left: 0
    }

    .map__title {
        font-size: 3rem
    }

    .map__title {
        margin-bottom: 3rem
    }

    .map__item:before {
        height: 2px;
        top: 4.5rem
    }

    .map__item {
        bottom: 0
    }
}

@media (max-width:900px) {
    .footer__col:nth-child(2) {
        padding-left: 5rem;
        padding-right: 4rem
    }

    .factory-slider__title {
        font-size: 2.4rem
    }

    .factory-slider__descript {
        line-height: 1.7
    }

    .section_default.factory {
        padding-top: 8rem;
        padding-bottom: 1rem
    }

    .section_default.factory .line-descript {
        top: 3.5rem
    }

    .factory-arrows__container {
        padding-left: 3rem;
        padding-right: 3rem;
        top: 5.5rem
    }

    .img-sectond {
        bottom: -6rem
    }

    .img-man {
        width: 45%
    }

    .slider-index__item {
        height: 380px
    }

    .slider-index__content {
        height: 100%
    }

    .index-social a {
        margin-bottom: 2rem
    }

    .main-list__link.active {
        border-bottom: 2px solid #89bd2e
    }

    .main-list__link {
        padding-bottom: .5rem
    }

    .slider-index__text {
        top: 41%
    }

    .slider-index__title {
        max-width: 400px;
        font-size: 2.8rem
    }
}

@media (max-width:800px) {
    .feedback__list {
        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
    }

    .feedback__item {
        width: 100%;
        margin-bottom: .7rem
    }

    .feedback__item:last-child {
        margin-bottom: 0
    }

    .feedback__submit {
        margin-top: 2rem
    }

    .section_default {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }

    .premium-arrows__container {
        bottom: -8rem
    }

    .footer__col:nth-child(2) {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .footer__col:nth-child(3) {
        padding-left: 0;
        padding-right: 0
    }

    .footer__col:first-child {
        padding-left: 3rem
    }

    .footer__under {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer__under_left {
        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: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 1rem
    }

    .agr-desc {
        margin-right: 0;
        margin-bottom: 1rem
    }

    .footer__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-left {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__logo {
        width: 100%
    }

    .footer__wrapper {
        margin-top: 2rem;
        margin-bottom: 2rem;
        margin-left: -3rem;
        margin-right: -3rem
    }

    .img-bg {
        position: absolute;
        bottom: 0
    }
}

@media (max-width:767px) {
    .dignity_width .dignity__item {
        max-width: 100%
    }

    .map__item {
        position: relative;
        margin-top: 15px;
        max-width: 100%
    }
}

@media (max-width:750px) {
    .factory-slider__title {
        max-width: 55%
    }

    .factory-arrows__container {
        top: 6.5rem
    }

    .line-green:before {
        height: 60px;
        bottom: -3.2rem
    }
}

@media (max-width:650px) {
    .feedback__submit {
        -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
    }

    .map__title {
        font-size: 2.5rem
    }

    .control {
        margin-bottom: 1.5rem
    }

    .partner__width {
        width: 50%
    }

    .factory__image {
        width: 451px;
        height: 405px
    }

    .c-bg {
        width: 319px;
        height: 319px
    }

    .factory-flow__link:nth-child(1) img {
        width: 97px;
        height: 175px
    }

    .factory-flow__link:nth-child(3) img {
        width: 97px;
        height: 175px
    }

    .factory-flow__link:nth-child(2) img {
        width: 176px;
        height: 97px
    }

    .factory-flow__link:nth-child(4) img {
        width: 176px;
        height: 97px
    }

    .factory-flow__head {
        font-size: 10px;
        line-height: 1.5
    }

    .factory-flow__link:nth-child(1) {
        top: 1.3rem
    }

    .factory-flow__link:nth-child(2) {
        right: 3.7rem
    }

    .factory-flow__link:nth-child(3) {
        bottom: 1rem
    }

    .factory-flow__link:nth-child(4) {
        left: 3.7rem
    }

    .init_height {
        height: 350px;
        background-position: -68% 12%
    }

    .project-video {
        height: 300px
    }

    .project-video #video-example {
        height: 300px
    }

    .init_height {
        height: 350px;
        background-position: left 12%
    }

    .init_position {
        background-position: right
    }

    .init .wrapper_default {
        padding-bottom: 4rem
    }
}

@media (max-width:600px) {
    .title-wrap {
        -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
    }

    .video video {
        height: 250px
    }

    .video-play .circle {
        width: 120px;
        height: 120px
    }

    .video-play .circle:before {
        width: 90px;
        height: 90px
    }

    .video-play .circle .quar {
        width: 60px;
        height: 60px
    }

    .video-play .circle .quar:before {
        border-width: 7.5px 0 7.5px 14px
    }

    .factory-arrows__left .circle {
        width: 44px;
        height: 44px
    }

    .factory-arrows__left .circle:before {
        -webkit-transform: translateX(-42%) rotate(135deg);
        -ms-transform: translateX(-42%) rotate(135deg);
        transform: translateX(-42%) rotate(135deg)
    }

    .factory-arrows__container .circle:before {
        width: 7px;
        top: 17px;
        height: 7px;
        border-right: 1px solid #b5bcb5;
        border-bottom: 1px solid #b5bcb5
    }

    .factory-arrows__container .circular-chart {
        width: 48px;
        height: 50px
    }

    .factory-arrows__right .circle {
        width: 44px;
        height: 44px
    }

    .factory-arrows__right .circle:before {
        left: 15px
    }
}

@media (max-width:550px) {
    .init .wrapper_default {
        padding-bottom: 5rem
    }
}

@media (max-width:500px) {
    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__col {
        margin-bottom: 2rem
    }

    .footer__addr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .footer__col:nth-child(3) {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .footer__col:nth-child(2) {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .wrapper_default {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .partner__width {
        width: 100%
    }

    .img-man {
        width: 50%
    }

    .img-sectond {
        right: 0;
        bottom: -4rem
    }

    .slider-index__title {
        max-width: 320px;
        font-size: 2.2rem
    }

    .slider-index__link {
        font-size: 1.5rem;
        margin-top: 1.5rem
    }

    .img-man {
        pointer-events: none
    }

    .factory-slider__title {
        font-size: 2rem
    }

    .footer__wrapper {
        margin-bottom: 0
    }

    .footer__col {
        margin-bottom: .3rem
    }

    .footer__link {
        margin-bottom: .3rem
    }

    .footer__social {
        margin-top: 1.5rem
    }

    .footer__bottom {
        margin-top: 0
    }

    .footer__wrapper {
        margin-top: 1rem
    }
}

@media (max-width:480px) {
    .factory__image {
        width: 300px;
        height: 350px
    }

    .map__item:before {
        top: 4.1rem
    }

    .factory-flow__link:nth-child(2) img {
        width: 142px;
        height: 70px
    }

    .factory-flow__link:nth-child(4) img {
        width: 142px;
        height: 70px
    }

    .factory-flow__link:nth-child(3) img {
        width: 70px;
        height: 142px
    }

    .factory-flow__link:nth-child(1) img {
        width: 70px;
        height: 142px
    }

    .factory-flow__link:nth-child(4) {
        left: -.5rem
    }

    .factory-flow__link:nth-child(2) {
        right: -.3rem
    }

    .factory-flow__link:nth-child(3) {
        bottom: 1.9rem
    }

    .factory-flow__head {
        font-size: 8px
    }

    .factory-flow__link:nth-child(4) .factory-flow__head {
        top: 25px
    }

    .flow-right.active {
        right: -1.7rem
    }

    .flow-bottom.active {
        bottom: 0
    }

    .flow-left.active {
        left: -1.5rem
    }

    .flow-top.active {
        top: 0
    }

    .feedback__item {
        padding-left: 15px;
        padding-right: 15px
    }

    .input_default {
        font-size: 14px
    }

    .control--checkbox {
        font-size: 13px
    }

    .title__middle {
        font-size: 20px
    }

    .init_position {
        background-position: center
    }

    .title__init {
        font-size: 25px
    }
}

@media (max-width:400px) {
    .partner__width {
        width: 100%
    }

    #map-yandex {
        height: 20.6rem
    }
}

@media (max-width:350px) {
    .factory__image {
        width: 266px
    }

    .factory-flow__link:nth-child(2) img {
        width: 129px;
        height: 58px
    }

    .factory-flow__link:nth-child(2) .factory-flow__head {
        max-width: 100px;
        width: 100%;
        top: 21px
    }

    .factory-flow__link:nth-child(4) .factory-flow__head {
        max-width: 100px;
        width: 100%;
        top: 21px
    }

    .factory-flow__link:nth-child(4) img {
        width: 129px;
        height: 58px
    }

    .factory-flow__link:nth-child(1) img {
        width: 58px;
        height: 129px
    }

    .factory-flow__link:nth-child(3) img {
        width: 58px;
        height: 129px
    }

    .c-bg {
        width: 294px;
        height: 231px
    }

    .factory-flow__head {
        font-size: 7px
    }

    .factory-flow__link:nth-child(1) {
        top: 4rem
    }

    .factory-flow__link:nth-child(3) {
        bottom: 3.5rem
    }

    .flow-bottom.active {
        bottom: 1.5rem
    }

    .flow-right.active {
        right: -2.3rem
    }

    .flow-top.active {
        top: 2rem
    }

    .flow-top.active {
        top: 2rem
    }
}

/*production*/
.init_height{
    background-position: center;
    background-size: cover;
}
.tile{
    padding: 5rem 5.5rem;
}
.tile_large{
    min-height: 62rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tile__title{
    transition: all .2s ease;
}
.tile__title:hover{
    color: #8dbe2e;
}
.tile__title{
    font-size: 2.6rem;
    display: block;
    font-weight:600;
}
.cat__link_white{
    color: #fff;
}
.cat__link_white .icon_arr-r{
    fill:#fff;
    stroke:#fff;
}
.cat__item_b-offset{
    margin-top: 0px;
    margin-bottom: 3rem;
}
.cat__link_black{
    color: #000;
}
.sub-title{
    font-size: 3.6rem;
    display: block;
    font-weight: 600;
    margin-bottom: 2rem;
}
.cat__title_mw{
    max-width: 19rem;
}
.tile_small{
    min-height:29.5rem; 
}
.tile .cat__link{
    display: inline-flex;
    align-items: center;
}
.tile_b-offset{
    margin-bottom:3rem;
}
.tile_large .cat__link{
    margin-top:5rem;
}
.tile_small{
    position: relative;
}
.tile_small .cat__link{
    position: absolute;
    bottom: 6rem;
    left: 6rem;
}
.tile__title{
    color: inherit;
}
.tile__title_lh{
    line-height: 1.3;
}
.tile__line{
    display: block;
}
.btn_transparent:hover{
    background: #89bd2e;
    color: #fff;
}
@media(max-width:1280px){
    .tile{
        background-size: cover;
    }
    
    .tile_small .cat__link {
    position: absolute;
    bottom: 4rem;
    left: 4rem;
}
    .tile_small {
        min-height: 25.5rem;
    }
    .tile {
        padding: 4rem 3.5rem;
    }
    .tile_large{
        min-height: 54rem;
    }
}
@media(max-width:990px){
    .tile_large{
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}
@media(max-width:760px){
    .tile-mobile_n{
        margin-top: 0;
    }
    .tile_small{
        background-position: right center;
    }
    .cat__collumn{
        position: relative;
    }
    .cat__link{
        display: none!important;
    }
    .cat__item:before{
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.4);
        position: absolute;
        top: 0;
        left: 0;
    }
    .cat__item{
        position: relative;
    }
    .cat__link.cat__link_white{
        color: #000;
    }
    .cat__link_white .icon_arr-r{
        fill:#000;
        stroke:#000;
    }
    .tile_small .cat__link {
        position: absolute;
        bottom: 3rem;
        left: 3rem;
    }
    .tile {
        padding: 3rem 2.5rem;
    }
    .tile__title{
        margin-bottom: 1rem;
        font-size: 2rem;
    }
    .sub-title{
        font-size: 2.2rem;
    }
   .tile_large {
        min-height: 35rem;
    } 
}
/*production*/
/*404*/
.image-404{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.page-404__desc{
    font-size: 1.4rem;
}
.page-404__title{
    margin-bottom: .5rem;
}
.image-404{
    margin-bottom: 3rem;
}
.pattern-404{
    background: url('../img/print-background.jpg') no-repeat center top;
}
.page-404{
    padding-top: 3rem;
    padding-bottom: 7rem;
    text-align: center;
}
/*404*/


/* popup */

.price__popup {
    max-width: 765px;
    margin: 0 auto;
    background: #ebf2e3;
    position: relative;
}

.price__popup .popup__bg {
    padding: 80px 100px;
    position: relative;
    overflow: hidden;
}

.price__popup .popup__bg:before {
    content: '';
    position: absolute;
    width: 120%;
    height: 90%;
    top: 240px;
    left: -450px;
    opacity: 0.2;
    background-image: url(../img/bg-print.svg);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(40deg);
}

.price__popup .feedback__list {
    flex-wrap: wrap;
    margin-top: 40px;
}

.price__popup .feedback__item {
    width: 100%;
    margin-bottom: 35px;
}

.price__popup .feedback__item:last-child {
    margin-bottom: 0;
}

.price__popup .feedback__submit {
    flex-wrap: wrap;
}

.price__popup .control--checkbox {
    width: 100%;
    margin-bottom: 50px;
    z-index: 2;
}

.price__popup .btn_link {
    z-index: 3;
}

@media (max-width: 600px) {
    .price__popup .popup__bg {
        padding: 30px 40px;
    }
}

/* Cookie */

.cookie-message {
    display: none;
    padding: 20px 30px;
    position: fixed;
    bottom: 0px;
    left: 0;
    background: #ebf2e3;
    width: 100%;
    text-align: center;
    font-size: 14px;
    z-index: 9999;
}

.cookie-message__content {
    display: flex;
    text-align: justify;
	color: #515259;
	font-size: 14px;
    position: relative;
    justify-content: center;
    align-items: center;
    max-width: 70%;
    margin: 0 auto;
}

.cookie-message__title  {
    flex: 1;
}

.cookie-message__title a {
    color: #89b425;
}

.cookie-btn {
    margin-left: 90px;
}

.cookie-message__close {
    position: absolute;
    width: 20px;
    right: -10px;
    top: -10px;
    transform: rotate(45deg);
    cursor: pointer;
    height: 20px;
}

.cookie-message__close:before {
    content: '';
    width: 16px;
    height: 2px;
    background: #757575;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
}

.cookie-message__close:after {
    content: '';
    width: 2px;
    height: 16px;
    background: #757575;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
}
.main__container{
    position: relative;
}
.cat__item{
    position: relative;
}
.cat__subbg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.map-content__box_static{
    position: relative;
}
@media (max-width: 1500px) {
    .slider-index__item .img-bg-width{
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 1300px) {
    .cookie-message__content {
        max-width: 80%;
        padding-left: 100px;
    }
}

@media (max-width: 1100px) {
    .cookie-message__content {
        font-size: 12px;
    }

    .cookie-btn {
        margin-left: 40px;
    }
}

@media (max-width: 990px) {
    .map-content__box_static{
        margin-top: 3rem;
    }
   .index-slider .slider-index__item {
    height: 430px;
}
    .cookie-message__content {
        max-width: 100%;
        padding-left: 0px;
    }
}

@media (max-width: 760px) {
    .n-ob__number span {
    font-size: 20px;
}
    .n-ob__subtitle{
        font-size: 14px;
    }
    .premium-absolute{
        width: auto;
        left: 0;
        transform: none;
    }
    .index-social a{
        margin-bottom: 0!important;
        margin-left: 15px;
    }
    .index-social a:last-child{
        margin-bottom: 0!important;
    }
    .index-social{
        display: flex;
        top:auto;
        align-items: center;
        bottom: 3rem;
        right: 2rem;
        transform: none;
    }
    .cookie-message__content {
        flex-wrap: wrap;
        justify-content: left;
        font-size: 13px;
    }

    .cookie-message__title {
        flex: auto;
        width: 100%;
    }

    .cookie-btn {
        margin-left: 0px;
        margin-top: 20px;
    }
}
/* .video-play{
    pointer-events: none;
} */
@media(max-width:600px){
    .index-slider .slider-index__item {
        height: 289px;
    }
}

.tile {
    position: relative;
}