
@font-face {
    src: url('../fonts/HelveticaNeueCyr-Light.otf') format('opentype');
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    font-display: swap;
}
@font-face {
    src: url('../fonts/HelveticaNeueCyr-UltraLight.otf') format('opentype');
    font-family: 'HelveticaNeueCyr';
    font-weight: 100;
    font-display: swap;
}
@font-face {
    src: url('../fonts/HelveticaNeueCyr-Roman.otf') format('opentype');
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    font-display: swap;
}
@font-face {
    src: url('../fonts/HelveticaNeueCyr-Medium.otf') format('opentype');
    font-family: 'HelveticaNeueCyr';
    font-weight: 400;
    font-display: swap;
}
@font-face {
    src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
    font-family: 'oswald';
    font-weight: 100;
    font-display: swap;
}
@font-face {
    src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
    font-family: 'oswald';
    font-weight: 300;
    font-display: swap;
}
@font-face {
    src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
    font-family: 'oswald';
    font-weight: 400;
    font-display: swap;
}
html {
    font-family: sans-serif;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type='checkbox'], input[type='radio'] {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role='button'] {
    cursor: pointer;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2px;
    padding-right: 3px;
}
@media (min-width: 768px) {
    .container {
        width: 725px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 945px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2px;
    padding-right: 3px;
}
.row {
    margin-left: -2px;
    margin-right: -3px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 3px;
    padding-right: 2px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1250px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: ' ';
    display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1250px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1250px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1250px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1250px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1250px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
html {
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 10px;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*, *::after, *::before {
    box-sizing: inherit;
}
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
template, [hidden] {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
}
optgroup {
    font-weight: bold;
}
button, input, select {
    overflow: visible;
}
button, input, select, textarea {
    margin: 0;
}
button, select {
    text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type='checkbox'], [type='radio'] {
    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;
}
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
.btn {
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
}
.vertical-container {
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.vertical-inner {
    position: relative;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 99;
}
.lottie {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
}
.lazy-frame-parent.no-background, .lazy-frame-parent.no-background .hide-background-on-hover {
    background: none !important;
}
.lottie.onhover {
    opacity: 1;
}
.lottie.onhover.noopacity {
    opacity: 1 !important;
}
.lazy-frame-parent.no-background .lottie.onhover, .lottie.onhover:hover {
    opacity: 1;
}
html {
    overflow-x: hidden;
}
body {
    width: 100%;
    background-color: #fff;
    position: relative;
}
@media only screen and (min-width: 320px) {
    body {
        overflow-x: hidden !important;
    }
}
@media only screen and (min-width: 1200px) {
    body {
        overflow: visible !important;
    }
}
.container {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .container {
        width: 100%;
        padding: 0 30px;
    }
}
@media only screen and (min-width: 768px) {
    .container {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 992px) {
    .container {
        width: 945px;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
}
@media only screen and (min-width: 1366px) {
    .container {
        max-width: 1366px;
        width: 100%;
    }
}
@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1600px;
        width: 100%;
    }
}
.only_arrow {
    display: inline-block;
    width: 41px;
    height: 19px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.only_arrow .svg_orange {
    stroke: #e23b91;
    transition: 0.4s ease-out;
    position: absolute;
    top: 0;
    left: -55px;
    transition: all 0.3s ease-out;
}
.only_arrow .svg_black {
    stroke: #000;
    transition: 0.4s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out;
}
.only_arrow:hover .svg_orange {
    left: 0;
}
.only_arrow:hover .svg_black {
    left: 55px;
}
.loopa {
    display: block;
    width: 38px;
    height: 38px;
    background: url(../img/loopa.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: .4s ease-out;
    transform: rotate(0);
}
.sert_block .loopa{
    transform: rotate(0) scale(1);
}
@media only screen and (min-width: 1200px) {
    .loopa:hover {
        transform: rotate(90deg);
    }
    .sert_block .loopa:hover{
        transform: rotate(0) scale(.95);
    }
}
.download {
    display: block;
    width: 31px;
    height: 30px;
    background: url(../img/download.svg) 50% 50% no-repeat;
    background-size: contain;
}
.top_menu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
}
@media only screen and (min-width: 320px) {
    .top_menu {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .top_menu {
        padding-top: 20px;
    }
}
.top_menu__main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_menu__main .top_menu_logo {
    display: flex;
    justify-content: flex-start;
}
.top_menu__main .top_menu_logo .logo_kmz {
    display: block;
    position: relative;
    background: #f15623;
}
@media only screen and (min-width: 320px) {
    .top_menu__main .top_menu_logo .logo_kmz {
        width: 42px;
        height: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .top_menu__main .top_menu_logo .logo_kmz {
        width: 57px;
        height: 39px;
    }
}
.top_menu__main .top_menu_logo .logo_kmz:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/logo_kmz.svg) 50% 50% no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 320px) {
    .top_menu__main .top_menu_logo .logo_kmz:before {
        width: 30px;
        height: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .top_menu__main .top_menu_logo .logo_kmz:before {
        width: 42px;
        height: 20px;
    }
}
.top_menu__main .top_menu_logo .logo_vab {
    display: block;
    background: url(../img/logo_vab.svg) 50% 50% no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 320px) {
    .top_menu__main .top_menu_logo .logo_vab {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .top_menu__main .top_menu_logo .logo_vab {
        width: 44px;
        height: 34px;
        margin-left: 20px;
    }
}
.top_menu__main .top_menu_logo .logo_bb {
    display: block;
    background: url(../img/BB_Logo.svg) 50% 50% no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 320px) {
    .top_menu__main .top_menu_logo .logo_bb {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .top_menu__main .top_menu_logo .logo_bb {
        width: 44px;
        height: 34px;
        margin-left: 20px;
    }
}
.top_menu__main .top_menu_us {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .top_menu__main .top_menu_us {
        width: 130px;
    }
}
@media only screen and (min-width: 560px) {
    .top_menu__main .top_menu_us {
        width: 405px;
    }
}
@media only screen and (min-width: 768px) {
    .top_menu__main .top_menu_us {
        width: 550px;
    }
}
@media only screen and (min-width: 1200px) {
    .top_menu__main .top_menu_us {
        width: 45%;
    }
}
@media only screen and (min-width: 1366px) {
    .top_menu__main .top_menu_us {
        width: 40%;
    }
}
.top_menu__main .top_menu_us .poisk {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.top_menu__main .top_menu_us .poisk .search-datalist {
    position: absolute;

    opacity: 0;
    visibility: hidden;

    transition: all .4s;
}
@media only screen and (min-width: 320px) {
    .top_menu__main .top_menu_us .poisk .search-datalist {
        right: -98px;
        top: 80px;
    }
}
@media only screen and (min-width: 560px) {
    .top_menu__main .top_menu_us .poisk .search-datalist {
        right: inherit;
        left: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .top_menu__main .top_menu_us .poisk .search-datalist {
        top: 100%;
    }
}
.top_menu__main .top_menu_us .poisk.active .search-datalist {
    opacity: 1;
    visibility: visible;
}
@media only screen and (min-width: 320px) {
    .top_menu__main .top_menu_us .poisk.active .search-datalist {
        background: rgba(40, 40, 40, .8);
        top: 77px;
    }
}
@media only screen and (min-width: 560px) {
    .top_menu__main .top_menu_us .poisk.active .search-datalist {
        top: 45px;
    }
}
@media only screen and (min-width: 768px) {
    .top_menu__main .top_menu_us .poisk.active .search-datalist {
        background: rgba(40, 40, 40, 0);
    }
}
.top_menu__main .top_menu_us .poisk .search-datalist a {
    display: block;
    padding: 4px 8px;
    color: #98a4b1;
    font-size: 14px;
    border-bottom: 1px solid #768493;
}
@media only screen and (min-width: 560px) {
    .top_menu__main .top_menu_us .poisk {
        padding-right: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .top_menu__main .top_menu_us .poisk {
        padding-right: 0;
    }
}
.top_menu__main .top_menu_us .poisk input {
    margin: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: 0.3s ease-out;
}
@media only screen and (min-width: 320px) {
    .top_menu__main .top_menu_us .poisk input {
        width: 260px;
        position: absolute;
        right: -98px;
        bottom: -55px;
    }
    .top_menu__main .top_menu_us .poisk .search-datalist {
        width: 260px;
    }
}
@media only screen and (min-width: 560px) {
    .top_menu__main .top_menu_us .poisk input {
        bottom: auto;
        right: inherit;
        position: relative;
    }
}
.top_menu__main .top_menu_us .poisk .block_ic {
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-left: 10px;
}
.top_menu__main .top_menu_us .poisk .block_ic .block_ic_ic {
    width: 22px;
    height: 22px;
    background: url(../img/poisk.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: 0.3s ease-out;
    transform: rotate(0);
    cursor: pointer;
}
@media only screen and (min-width: 1200px) {
    .top_menu__main .top_menu_us .poisk .block_ic .block_ic_ic:hover {
        transform: rotate(90deg);
    }
}
.top_menu__main .top_menu_us .poisk.active input {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.top_menu__main .top_menu_us .poisk.active .block_ic .block_ic_ic {
    transform: rotate(90deg);
}
.top_menu__main .top_menu_us .block_v {
    width: 55px;
    height: 20px;
    border-radius: 24px;
    padding: 0 18px 0 10px;
    position: relative;
    cursor: pointer;
}

.top_menu__main .top_menu_us .block_v:before, .top_menu__main .top_menu_us .block_v .block_arrow {
    display: block;
    content: '';
    width: 12px;
    height: 20px;
    padding: 7px 0;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/arrow_v.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: 0.3s ease-out;
    transform: rotate(0);
}
.top_menu__main .top_menu_us .block_v:after {
    content: '';
    display: block;
    width: 200vw;
    height: 0;
    background-color: #373737;
    position: absolute;
    top: 35px;
    left: -100vw;
    transition: 0.3s ease-out;
    z-index: -1;
}
.top_menu__main .top_menu_us .block_v .block_v_cont p {
    font-size: 17px;
    color: #fff;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
}
.top_menu__main .top_menu_us .block_v .block_v_cont p:before {
    background-color: #fff;
}
.top_menu__main .top_menu_us .block_v .block_v_s {
    width: 100%;
    position: absolute;
    top: 24px;
    left: 0;
    transition: 0.3s ease-out;
    clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
    z-index: 0;
    padding-left: 10px;
}
.top_menu__main .top_menu_us .block_v .block_v_s a {
    font-size: 17px;
    color: #fff;
    font-family: 'HelveticaNeueCyr';
    font-weight: 400;
    display: table;
    position: relative;
}
.top_menu__main .top_menu_us .block_v .block_v_s a:before {
    background-color: #fff;
}
.top_menu__main .top_menu_us .block_v:hover:before, .top_menu__main .top_menu_us .block_v:hover .block_arrow {
    top: 3px;
}
.top_menu__main .top_menu_us .block_v.active:before, .top_menu__main .top_menu_us .block_v.active .block_arrow {
    transform: rotate(-180deg);
}
.top_menu__main .top_menu_us .block_v.active .block_v_s {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.top_menu__main .top_menu_us .block_v.active:hover:before, .top_menu__main .top_menu_us .block_v.active:hover .block_arrow {
    top: 0;
}
.icon_dop_1 {
    background: url(../img/icon_dop_1.svg) 50% 50% no-repeat;
    background-size: contain;
}
.icon_dop_2 {
    background: url(../img/icon_dop_2.svg) 50% 50% no-repeat;
    background-size: contain;
}
.icon_dop_3 {
    background: url(../img/icon_dop_3.svg) 50% 50% no-repeat;
    background-size: contain;
}
.icon_dop_4 {
    background: url(../img/icon_dop_4.svg) 50% 50% no-repeat;
    background-size: contain;
}
.icon_dop_5 {
    background: url(../img/icon_dop_5.svg) 50% 50% no-repeat;
    background-size: contain;
}
.icon_dop_6 {
    background: url(../img/icon_dop_6.svg) 50% 50% no-repeat;
    background-size: contain;
}
.icon_dop_7 {
    background: url(../img/icon_dop_7.svg) 50% 50% no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 320px) {
    .icon_dop_7 {
        width: 60%;
    }
}
@media only screen and (min-width: 768px) {
    .icon_dop_7 {
        width: 40%;
    }
}
@media only screen and (min-width: 320px) {
    .objects_sl {
        width: 100%;
        overflow: hidden;
    }
}
@media only screen and (min-width: 1200px) {
    .objects_sl {
        width: 70%;
        position: absolute;
        top: 0;
        left: 50%;
    }
}
.objects_sl .custom-slider-slides {
    padding: 0;
}
.objects_sl .objects_sl_track {
    width: 50000%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .objects_sl .objects_sl_track {
        margin-left: -30px;
    }
}
@media only screen and (min-width: 560px) {
    .objects_sl .objects_sl_track {
        margin-left: 0;
    }
}
@media only screen and (min-width: 992px) {
    .objects_sl .objects_sl_track {
        padding: 30px 0;
    }
}
.objects_sl .objects_sl_track .objects_sl_block {
    transition: 0.4s ease-out;
    transform: scale(1);
    z-index: 1;
    transform-origin: 0 50%;
}
@media only screen and (min-width: 320px) {
    .objects_sl .objects_sl_track .objects_sl_block {
        width: 100vw;
        height: 100%;
        object-fit: cover;
        opacity: 0;
    }
}
@media only screen and (min-width: 560px) {
    .objects_sl .objects_sl_track .objects_sl_block {
        width: calc(100vw - 70px);
    }
}
@media only screen and (min-width: 768px) {
    .objects_sl .objects_sl_track .objects_sl_block {
        height: auto;
    }
}
@media only screen and (min-width: 992px) {
    .objects_sl .objects_sl_track .objects_sl_block {
        width: 60%;
        width: auto;
        opacity: 1;
    }
}
.objects_sl .objects_sl_track .objects_sl_block .objects_sl_block_img {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .objects_sl .objects_sl_track .objects_sl_block .objects_sl_block_img {
        width: auto;
        height: auto;
    }
}
@media only screen and (min-width: 560px) {
    .objects_sl .objects_sl_track .objects_sl_block .objects_sl_block_img {
        height: 300px;
    }
}
.objects_sl .objects_sl_track .objects_sl_block .objects_sl_block_img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(6, 6, 6, 0.6);
    z-index: 2;
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .objects_sl .objects_sl_track .objects_sl_block .objects_sl_block_img:before {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .objects_sl .objects_sl_track .objects_sl_block .objects_sl_block_img:before {
        display: block;
    }
}
.objects_sl .objects_sl_track .objects_sl_block .objects_sl_block_img img {
    height: 100%;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .objects_sl .objects_sl_track .objects_sl_block .objects_sl_block_img img {
        width: calc(100vw - 60px);
        object-fit: contain;
    }
}
@media only screen and (min-width: 992px) {
    .objects_sl .objects_sl_track .objects_sl_block .objects_sl_block_img img {
        width: auto;
        object-fit: cover;
    }
}
.objects_sl .objects_sl_track .objects_sl_block.active {
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .objects_sl .objects_sl_track .objects_sl_block.active {
        height: auto;
        object-fit: contain;
        opacity: 1;
    }
}
@media only screen and (min-width: 992px) {
    .objects_sl .objects_sl_track .objects_sl_block.active {
        height: auto;
        object-fit: contain;
        transform: scale(1.1);
        transform-origin: 0 50%;
    }
}
.objects_sl .objects_sl_track .objects_sl_block.active .objects_sl_block_img:before {
    background: rgba(6, 6, 6, 0);
}
.objects_sl .arr_l {
    position: absolute;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .objects_sl .arr_l {
        right: 40px;
        bottom: 0;
    }
}
@media only screen and (min-width: 992px) {
    .objects_sl .arr_l {
        right: auto;
        bottom: auto;
        top: 50%;
        left: 65%;
        transform: translateY(-50%);
    }
}
@media only screen and (min-width: 320px) {
    .objects_sl .arr_l svg {
        stroke: #6a6a6a;
    }
}
@media only screen and (min-width: 768px) {
    .objects_sl .arr_l svg {
        stroke: #fff;
    }
}
.objects_sl .arr_l:hover svg {
    stroke: #e23b91;
}
.objects_sl .arr_r {
    position: absolute;
    bottom: 160px;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .objects_sl .arr_r {
        right: 0;
        bottom: 0;
    }
}
@media only screen and (min-width: 992px) {
    .objects_sl .arr_r {
        right: auto;
        bottom: auto;
        top: 50%;
        left: calc(65% + 40px);
        transform: translateY(-50%);
    }
}
@media only screen and (min-width: 320px) {
    .objects_sl .arr_r svg {
        stroke: #6a6a6a;
    }
}
@media only screen and (min-width: 768px) {
    .objects_sl .arr_r svg {
        stroke: #fff;
    }
}
.objects_sl .arr_r:hover svg {
    stroke: #e23b91;
}
.objects_sl .arr_all {
    position: absolute;
}
@media only screen and (min-width: 320px) {
    .objects_sl .arr_all {
        bottom: 0;
        left: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .objects_sl .arr_all {
        bottom: 12px;
        right: 12%;
        left: auto;
    }
}
.soc_cont {
    float: right;
    display: flex;
}
@media only screen and (min-width: 320px) {
    .soc_cont {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .soc_cont {
        justify-content: space-between;
        row-gap: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .soc_cont {
        max-width: 860px;
        width: 100%;
        flex-wrap: wrap;
    }
}
.soc_cont .soc_cont_text {
    font-size: 13px;
    font-weight: 300;
    color: #6b6b6b;
}
@media only screen and (min-width: 320px) {
    .soc_cont .soc_cont_text {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .soc_cont .soc_cont_text {
        width: auto;
        text-align: right;
        margin-bottom: 0;
    }
}
.soc_cont .soc_cont_main {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media only screen and (min-width: 320px) {
    .soc_cont .soc_cont_main {
        width: 100%;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) {
    .soc_cont .soc_cont_main {
        width: auto;
        flex-wrap: nowrap;
    }
}
.soc_cont .soc_cont_main .soc_cont_ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-width: 320px) {
    .soc_cont .soc_cont_main .soc_cont_ic {
        column-gap: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .soc_cont .soc_cont_main .soc_cont_ic {
        column-gap: 15px;
        margin-left: 25px;
    }
}
.block_shadow_1 {
    position: absolute;
    background: url(../img/shadow.png) 50% 50% no-repeat;
    background-size: contain;
    color: transparent;
    opacity: 0.3;
}
@media only screen and (min-width: 320px) {
    .block_shadow_1 {
        width: 300px;
        height: 300px;
        right: -150px;
        top: 500px;
        animation: block_shadow_1_mob 5s ease-in-out infinite;
    }
}
@media only screen and (min-width: 1600px) {
    .block_shadow_1 {
        width: 700px;
        height: 700px;
        right: -400px;
        top: 1000px;
        animation: block_shadow_1 5s ease-in-out infinite;
    }
}
@keyframes block_shadow_1_mob {
    0% {
        width: 300px;
        height: 300px;
    }
    50% {
        width: 200px;
        height: 200px;
    }
    100% {
        width: 300px;
        height: 300px;
    }
}
@keyframes block_shadow_1 {
    0% {
        width: 700px;
        height: 700px;
    }
    50% {
        width: 500px;
        height: 500px;
    }
    100% {
        width: 700px;
        height: 700px;
    }
}
.block_shadow_2 {
    position: absolute;
    background: url(../img/shadow_2.png) 50% 50% no-repeat;
    background-size: contain;
    color: transparent;
    opacity: 0.3;
}
@media only screen and (min-width: 320px) {
    .block_shadow_2 {
        width: 300px;
        height: 300px;
        left: -150px;
        bottom: -100px;
        animation: block_shadow_1_mob 5s ease-in-out infinite;
    }
}
@media only screen and (min-width: 1200px) {
    .block_shadow_2 {
        width: 700px;
        height: 700px;
        left: -400px;
        bottom: -200px;
        animation: block_shadow_1 5s ease-in-out infinite;
    }
}
.block_shadow_3 {
    position: absolute;
    background: url(../img/shadow.png) 50% 50% no-repeat;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    color: transparent;
    opacity: 0.2;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .block_shadow_3 {
        width: 500px;
        height: 500px;
        bottom: -300px;
        animation: block_shadow_3_mob 5s ease-in-out infinite;
    }
}
@media only screen and (min-width: 1200px) {
    .block_shadow_3 {
        width: 1200px;
        height: 1200px;
        bottom: -550px;
        animation: block_shadow_3 5s ease-in-out infinite;
    }
}
@keyframes block_shadow_3_mob {
    0% {
        width: 500px;
        height: 500px;
    }
    50% {
        width: 350px;
        height: 350px;
    }
    100% {
        width: 500px;
        height: 500px;
    }
}
@keyframes block_shadow_3 {
    0% {
        width: 1200px;
        height: 1200px;
    }
    50% {
        width: 900px;
        height: 900px;
    }
    100% {
        width: 1200px;
        height: 1200px;
    }
}
.block_shadow_4 {
    position: absolute;
    background: url(../img/shadow.png) 50% 50% no-repeat;
    background-size: contain;
    color: transparent;
    opacity: 0.3;
}
@media only screen and (min-width: 320px) {
    .block_shadow_4 {
        width: 300px;
        height: 300px;
        right: -100px;
        top: -100px;
        animation: block_shadow_1_mob 5s ease-in-out infinite;
    }
}
@media only screen and (min-width: 1200px) {
    .block_shadow_4 {
        width: 700px;
        height: 700px;
        right: -250px;
        top: -250px;
        animation: block_shadow_1 5s ease-in-out infinite;
    }
}
.block_shadow_5 {
    position: absolute;
    /* background: url(../img/shadow.png) 50% 50% no-repeat; */
    background-size: contain;
    transform: rotate(0);
    color: transparent;
    opacity: 0.2;
    z-index: -1;
}
@media only screen and (min-width: 320px) {
    .block_shadow_5 {
        width: 500px;
        height: 500px;
        right: -400px;
        bottom: 0;
        animation: block_shadow_3_mob 5s ease-in-out infinite;
    }
}
@media only screen and (min-width: 1200px) {
    .block_shadow_5 {
        width: 1200px;
        height: 1200px;
        right: -600px;
        animation: block_shadow_3 5s ease-in-out infinite;
    }
}
.error_head {
    height: 100vh !important;
    margin: 0 !important;
}
.error_head .container {
    padding: 0 !important;
}
.error_404 {
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center !important;
    color: #fff;
    z-index: 5;
}
::placeholder {
    font-size: 16px;
    color: #e23b91;
    font-weight: 300;
}
p {
    font-size: 22px;
    color: #3a3a3a;
    margin: 0;
    line-height: 1.2;
    font-family: 'HelveticaNeueCyr';
}
h1 {
    margin: 0;
    line-height: 1.2;
}
h2 {
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin: 0;
    color: #e23b91;
}
@media only screen and (min-width: 320px) {
    h2 {
        font-size: 24px;
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    h2 {
        font-size: 38px;
        text-align: left;
    }
}
@media only screen and (min-width: 1768px) {
    h2 {
        font-size: 50px;
    }
}
.h2_anime {
    position: relative;
    transition: 0.75s ease-out;
    clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .h2_anime {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .h2_anime {
        text-align: left;
        float: left;
        margin: 0;
    }
}
.h2_anime:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f8f6f3;
    mix-blend-mode: exclusion;
    transition: 0.75s ease-in;
    transition-delay: 0.75s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.h2_anime.scrolled {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.h2_anime.scrolled:before {
    clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
}
.h2_anime.h2_anime_no:before {
    display: none;
}
h3 {
    line-height: 1.2;
    font-family: 'HelveticaNeueCyr';
    margin: 0;
}
h4 {
    line-height: 1.2;
    font-family: 'HelveticaNeueCyr';
    margin: 0;
}
h5 {
    line-height: 1.2;
    font-family: 'HelveticaNeueCyr';
    margin: 0;
}
a {
    outline: none;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style-type: none;
}
@media only screen and (min-width: 1200px) {
    .pad_l {
        padding-left: 75px;
    }
}
@media only screen and (min-width: 1600px) {
    .pad_l {
        padding-left: 150px;
    }
}
.ic {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    margin-bottom: 0;
    transition: 0.3s ease-out;
}
.ic:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: blur(2px);
    transform: rotate3d(-1, 0, 0, 90deg);
    transform-origin: bottom;
    transition: 0.3s ease-out;
}
.ic.sms {
    display: block;
    background: url(../img/sms.svg) 50% 50% no-repeat;
    background-size: contain;
    position: fixed;
    right: 15px;
    top: 41%;
    transform: translateY(-50%);
    z-index: 6;
}
@media only screen and (min-width: 320px) {
    .ic.sms {
        width: 30px;
        height: 24px;
    }
}
@media only screen and (min-width: 768px) {
    .ic.sms {
        width: 39px;
        height: 29px;
    }
}
@media only screen and (min-width: 1200px) {
    .ic.sms:before {
        background: url(../img/sms.svg) 50% 50% no-repeat;
        background-size: contain;
    }
    .ic.sms:hover {
        top: 40.5%;
    }
    .ic.sms:hover:before {
        opacity: 1;
        transform: rotate3d(-1, 0, 0, 120deg);
        top: 4px;
    }
}
.ic.ic_fb {
    background: url(../img/ic_fb.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic.ic_fb:before {
    background: url(../img/ic_fb.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic.ic_tw {
    background: url(../img/ic_tw.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic.ic_tw:before {
    background: url(../img/ic_tw.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic.ic_in {
    background: url(../img/ic_in.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic.ic_in:before {
    background: url(../img/ic_in.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic.ic_wp {
    background: url(../img/ic_wp.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic.ic_wp:before {
    background: url(../img/ic_wp.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic.ic_te {
    background: url(../img/ic_te.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic.ic_te:before {
    background: url(../img/ic_te.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic.ic_mr {
    background: url(../img/ic_mr.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic.ic_mr:before {
    background: url(../img/ic_mr.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic.ic_sk {
    background: url(../img/ic_sk.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic.ic_sk:before {
    background: url(../img/ic_sk.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic.ic_ma {
    background: url(../img/ic_ma.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic.ic_ma:before {
    background: url(../img/ic_ma.svg) 50% 50% no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 1200px) {
    .ic:hover {
        margin-bottom: 6px;
    }
    .ic:hover:before {
        opacity: 1;
        transform: rotate3d(-1, 0, 0, 120deg);
        top: 4px;
    }
}
.ic_f {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
    margin-bottom: 0;
    transition: 0.3s ease-out;
}
.ic_f:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: blur(2px);
    transform: rotate3d(-1, 0, 0, 90deg);
    transform-origin: bottom;
    transition: 0.3s ease-out;
}
.ic_f.ic_phone {
    background: url(../img/phone.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic_f.ic_phone:before {
    background: url(../img/phone.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic_f.ic_mail {
    background: url(../img/mail.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic_f.ic_mail:before {
    background: url(../img/mail.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic_f.ic_pointer {
    background: url(../img/pointer.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic_f.ic_pointer:before {
    background: url(../img/pointer.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic_f.ic_in2 {
    background: url(../img/in.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic_f.ic_in2:before {
    background: url(../img/in.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic_f.ic_fac {
    background: url(../img/facebook.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic_f.ic_fac:before {
    background: url(../img/facebook.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic_f.ic_you {
    background: url(../img/youtube.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic_f.ic_you:before {
    background: url(../img/youtube.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic_f.ic_ins {
    background: url(../img/instagram.svg) 50% 50% no-repeat;
    background-size: contain;
}
.ic_f.ic_ins:before {
    background: url(../img/instagram.svg) 50% 50% no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 1200px) {
    .ic_f:hover {
        margin-bottom: 6px;
    }
    .ic_f:hover:before {
        opacity: 1;
        transform: rotate3d(-1, 0, 0, 120deg);
        top: 4px;
    }
}
.bg_sec_2 {
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
@media only screen and (min-width: 320px) {
    .bg_sec_2 {
        height: 240px;
    }
}
@media only screen and (min-width: 768px) {
    .bg_sec_2 {
        height: 350px;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_sec_2 {
        height: 420px;
    }
}
@media only screen and (min-width: 1600px) {
    .bg_sec_2 {
        height: 522px;
    }
}
.bg_sec_2 .bg_sec_cont {
    width: 100%;
    height: 100%;
    position: relative;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
}
.bg_sec_5 {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .bg_sec_5 {
        height: 240px;
    }
}
@media only screen and (min-width: 768px) {
    .bg_sec_5 {
        height: 350px;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_sec_5 {
        height: 420px;
    }
}
@media only screen and (min-width: 1600px) {
    .bg_sec_5 {
        height: 600px;
    }
}
.bg_sec_5 .bg_sec_cont {
    width: 100%;
    height: 100%;
    position: relative;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}
.bg_sec_5.obj_3 {
    position: relative;
    z-index: 3;
    padding-bottom: 60px;
}
.bg_sec_5.obj_3:before {
    content: '';
    width: 100%;
    height: 50%;
    background-color: #eaeaea;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
@media only screen and (min-width: 320px) {
    .bg_sec_5.obj_3:before {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_sec_5.obj_3:before {
        display: block;
    }
}
@media only screen and (min-width: 320px) {
    .bg_sec_5.obj_3 {
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_sec_5.obj_3 {
        padding-bottom: 0;
        margin-bottom: -100px;
    }
}
.bg_sec_5.obj_3 .bg_sec_cont {
    width: 100%;
    height: 100%;
    position: relative;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
}
.bg_sec_5.obj_3_v_2 .bg_sec_cont {
    width: 100%;
    height: 100%;
    position: relative;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
    background-color: transparent;
}
#box1 {
    width: 100%;
    position: fixed;
}
@media only screen and (min-width: 320px) {
    #box1 {
        height: 100vh;
        top: 0;
        object-fit: cover;
    }
}
#box2 {
    width: 100%;
    display: block;
    position: fixed;
}
@media only screen and (min-width: 320px) {
    #box2 {
        height: 100vh;
        object-fit: cover;
        top: 0;
    }
}
@media only screen and (min-width: 768px) {
    #box2 {
        top: 0;
    }
}
@media only screen and (min-width: 992px) {
    #box2 {
        top: 0;
        height: auto;
    }
}
@media only screen and (min-width: 1600px) {
    #box2 {
        top: 0;
    }
}
.arrow_next {
    display: block;
    background: url(../img/arrow_black.svg) 50% 50% no-repeat;
    background-size: contain;
    position: relative;
    transition: 0.5s ease-out;
    transform: rotate3d(0, 0, 0, 0deg);
}
@media only screen and (min-width: 320px) {
    .arrow_next {
        width: 60px;
        height: 60px;
    }
}
@media only screen and (min-width: 1600px) {
    .arrow_next {
        width: 80px;
        height: 80px;
    }
}
.arrow_next:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/arrow_black.svg) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 0;
    transform-origin: bottom;
    filter: blur(4px);
    transform: rotate3d(-1, 0, 0, 100deg) scale(0.9);
    opacity: 0;
    transition: 0.5s ease-out;
}
.arrow_next:hover {
    transform: rotate3d(0, 1, 0, 30deg);
}
.arrow_next:hover:before {
    opacity: 0.7;
    transform: rotate3d(-1, 0.1, 0, 100deg) scale(0.9);
}
.arrow_next_white {
    display: block;
    background: url(../img/arrow_white.svg) 50% 50% no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 0;
    transition: 0.5s ease-out;
    transform: rotate3d(0, 0, 0, 0deg);
}
@media only screen and (min-width: 320px) {
    .arrow_next_white {
        width: 60px;
        height: 60px;
    }
}
@media only screen and (min-width: 1600px) {
    .arrow_next_white {
        width: 80px;
        height: 80px;
    }
}
.arrow_next_white:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/arrow_white.svg) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 0;
    transform-origin: bottom;
    filter: blur(4px);
    transform: rotate3d(-1, 0, 0, 100deg) scale(0.8);
    opacity: 0;
    transition: 0.5s ease-out;
}
.arrow_next_white:hover {
    transform: rotate3d(0, 1, 0, 30deg);
}
.arrow_next_white:hover:before {
    top: 4px;
    opacity: 0.7;
    transform: rotate3d(-1, 0.1, 0, 100deg) scale(0.8);
}
.arr_all {
    display: table;
    font-size: 17px;
    font-weight: 300;
    color: #e23b91;
    z-index: 3;
    padding-right: 40px;
    transition: 0.4s ease-out;
    position: relative;
}
.arr_all:before {
    content: '';
    display: block;
    width: 27px;
    height: 9px;
    background: url(../img/arrow_text.svg) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 52%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.4s ease-out;
}
.arr_all:hover {
    padding-right: 50px;
}
.arr_all:hover:before {
    right: -10px;
}
.arr_all.arr_all_l {
    padding-left: 40px;
}
.arr_all.arr_all_l:before {
    content: '';
    display: block;
    width: 27px;
    height: 9px;
    background: url(../img/arrow_text.svg) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-50%) rotate(-180deg);
    transition: 0.4s ease-out;
}
.arr_all.arr_all_l:hover {
    padding-left: 50px;
}
.arr_all.arr_all_l:hover:before {
    left: -10px;
}
.arr_l, .arr_r {
    width: 26px;
    height: 48px;
    cursor: pointer;
}
.arr_l svg, .arr_r svg {
    width: 100%;
    height: 100%;
    stroke: #fff;
    transition: 0.3s ease-out;
}
.arr_l:hover svg, .arr_r:hover svg {
    stroke: #e23b91;
}
.arr_l.bg_white:hover svg, .arr_r.bg_white:hover svg {
    stroke: #e23b91;
}
.arr_l.black svg, .arr_r.black svg {
    stroke: #6a6a6a !important;
}
.arr_l.black:hover svg, .arr_r.black:hover svg {
    stroke: #e23b91 !important;
}
.arr_r svg {
    transform: rotate(180deg);
}
.number_sec {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: 0 100%;
    display: flex;
    align-items: center;
    z-index: 5;
}
@media only screen and (min-width: 320px) {
    .number_sec {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .number_sec {
        width: 400px;
        top: 350px;
        left: 35px;
        display: flex;
    }
}
@media only screen and (min-width: 1366px) {
    .number_sec {
        top: 370px;
    }
}
@media only screen and (min-width: 1768px) {
    .number_sec {
        left: 15px;
    }
}
.number_sec.min_1_3 {
    width: 400px;
    top: 350px !important;
}
.number_sec .number_sec_p {
    flex: 0 0 auto;
    margin-right: 30px;
    min-width: 100px;
    min-height: 20px;
    position: relative;
    overflow: hidden;
}
.number_sec .number_sec_p .number_sec_text {
    text-transform: uppercase;
    font-size: 15px;
    color: #aeaeae;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.number_sec .number_sec_polo {
    width: 0;
    height: 1px;
    background-color: #aeaeae;
}
.number_sec.number_sec_2 {
    top: 50%;
    transform: rotate(-90deg) translateX(-50%);
}
.number_sec.number_sec_2:before {
    content: '';
    display: block;
    width: calc(100% + 20px);
    height: calc(100vh + 20px);
    background-image: linear-gradient(0deg, transparent 0%, #fff 15%);
    position: absolute;
    left: 50%;
    bottom: -130px;
    transform: translateX(-50%);
    z-index: -1;
}
.number_sec.scrolled .number_sec_text {
    animation: number_sec_text 1s ease-out;
    animation-fill-mode: forwards;
}
@keyframes number_sec_text {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
.number_sec.scrolled .number_sec_polo {
    animation: number_sec_polo 1s ease-out;
    animation-fill-mode: forwards;
}
@keyframes number_sec_polo {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.btn_orange {
    display: flex;
    width: auto;
    padding: 0 30px;
    height: 45px;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #e23b91;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    position: relative;
    letter-spacing: 1px;
}
.btn_orange span {
    z-index: 2;
    position: relative;
    display: table;
}
.btn_orange span:before {
    background: #fff;
}
.btn_orange span:hover:before {
    background: #fff;
}
.btn_orange:hover span:before {
    background: #fff;
}
.a_hover {
    position: relative;
    transition: 0s;
    transition-delay: 0;
    transition: transform 0.2s ease-out;
}
.a_hover:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #e23b91;
    position: absolute;
    left: -8px;
    top: 0;
    transition: 0.4s ease-out;
    opacity: 0;
}
.a_hover:hover:before, .a_hover.active:before {
    opacity: 1;
    background: #e23b91;
}
@media only screen and (min-width: 320px) {
    .a_hover:hover:before, .a_hover.active:before {
        top: calc(60%);
    }
}
@media only screen and (min-width: 1200px) {
    .a_hover:hover:before, .a_hover.active:before {
        top: calc(54%);
    }
}
.menu {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    z-index: 1001;
    transition: all 0.3s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .menu {
        width: calc(100% - 30px);
        padding-left: 30px;
        background: #f1f1f1;
    }
}
@media only screen and (min-width: 768px) {
    .menu {
        width: 100%;
        padding-left: 0;
        background: #fff;
    }
}
#menu-trigger {
    width: 24px;
    height: 14px;
    display: contents;
    flex-wrap: wrap;
    align-content: space-between;
    z-index: 99;
    transition: all 0.3s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    z-index: 1100;
}
#menu-trigger.opened {
    position: fixed;
    top: 15px;
    right: 5px;
    top: 30px;
    right: -45px;
    opacity: 0;
}
#menu-trigger.clicked.opened {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    #menu-trigger.clicked.opened {
        top: 30px;
        right: 30px;
    }
}
#menu-trigger div {
    position: relative;
    height: 2px;
    width: 30px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    display: block;
    z-index: 99;
    background-color: #fff;
    border-radius: 2px;
}
#menu-trigger:hover {
    cursor: pointer;
}
#menu-trigger.clicked div:nth-child(even) {
    opacity: 0;
}
#menu-trigger.clicked div:nth-child(1) {
            transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
            transform: rotate(48deg);
    top: 0;
    left: 0;
    background-color: #acacac;
}
#menu-trigger.clicked div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -14px;
    right: 0;
    background-color: #acacac;
}
/* .menu.open {
    right: 0;
} */
.table {
    display: flex;
    height: 100%;
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .table {
        justify-content: flex-end;
    }
}
@media only screen and (min-width: 1200px) {
    .table {
        justify-content: space-between;
    }
}
.table .menu_img {
    width: 25%;
    height: 100%;
}
@media only screen and (min-width: 320px) {
    .table .menu_img {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .table .menu_img {
        display: block;
    }
}
.table .menu_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.table .menu_cont {
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 320px) {
    .table .menu_cont {
        width: 100%;
        flex-wrap: wrap;
        align-content: center;
    }
}
@media only screen and (min-width: 768px) {
    .table .menu_cont {
        width: 75%;
        flex-wrap: nowrap;
    }
}
@media only screen and (min-width: 1200px) {
    .table .menu_cont {
        padding: 30px;
    }
}
@media only screen and (min-width: 1366px) {
    .table .menu_cont {
        padding: 60px;
    }
}
@media only screen and (min-width: 1600px) {
    .table .menu_cont {
        padding: 80px;
    }
}
@media only screen and (min-width: 1768px) {
    .table .menu_cont {
        padding: 120px;
    }
}
.table .menu_cont .footer_cont {
    display: flex;
}
@media only screen and (min-width: 320px) {
    .table .menu_cont .footer_cont.footer_cont_1 {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .table .menu_cont .footer_cont.footer_cont_1 {
        width: 220px;
    }
}
@media only screen and (min-width: 320px) {
    .table .menu_cont .footer_cont.footer_cont_2 {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .table .menu_cont .footer_cont.footer_cont_2 {
        width: 320px;
    }
}
@media only screen and (min-width: 320px) {
    .table .menu_cont .footer_cont.footer_cont_3 {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .table .menu_cont .footer_cont.footer_cont_3 {
        width: 340px;
    }
}
.table .menu_cont .footer_cont .poldl {
    width: 100%;
    margin-bottom: 15px;
}
.table .menu_cont .footer_cont .poldl.marg_15 {
    margin-bottom: 10px;
}
@media only screen and (min-width: 320px) {
    .table .menu_cont .footer_cont .poldl.marg_30 {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .table .menu_cont .footer_cont .poldl.marg_30 {
        margin-bottom: 20px;
    }
    .table .menu_cont .footer_cont .poldl.marg_20_top {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1366px) {
    .table .menu_cont .footer_cont .poldl.marg_30 {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 320px) {
    .table .menu_cont .footer_cont .poldl.marg_30_top {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .table .menu_cont .footer_cont .poldl.marg_30_top {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1366px) {
    .table .menu_cont .footer_cont .poldl.marg_30_top {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 320px) {
    .table .menu_cont .footer_cont .poldl.marg_15_mob {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .table .menu_cont .footer_cont .poldl.marg_15_mob {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 320px) {
    .table .menu_cont .footer_cont .poldl.marg_30_mob {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .table .menu_cont .footer_cont .poldl.marg_30_mob {
        margin: 0;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1366px) {
    .table .menu_cont .footer_cont .poldl.marg_30_mob {
        margin-bottom: 30px;
    }
}
.table .menu_cont .footer_cont h3, .table .menu_cont .footer_cont .a_h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'HelveticaNeueCyr';
    color: #181818;
}
@media only screen and (min-width: 320px) {
    .table .menu_cont .footer_cont h3.zag_min_mob, .table .menu_cont .footer_cont .a_h3.zag_min_mob {
        font-size: 16px;
        text-transform: none;
        font-weight: 200;
    }
}
@media only screen and (min-width: 768px) {
    .table .menu_cont .footer_cont h3.zag_min_mob, .table .menu_cont .footer_cont .a_h3.zag_min_mob {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
    }
}
.table .menu_cont .footer_cont .a_h3:hover {
    color: #e23b91;
}
.table .menu_cont .footer_cont ul {
    width: 100%;
    margin-bottom: 15px;
}
@media only screen and (min-width: 320px) {
    .table .menu_cont .footer_cont ul {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .table .menu_cont .footer_cont ul {
        display: block;
    }
}
.table .menu_cont .footer_cont ul li a {
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    color: #494949;
}
@media only screen and (min-width: 320px) {
    .table .menu_cont .footer_cont ul li a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1366px) {
    .table .menu_cont .footer_cont ul li a {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1600px) {
    .table .menu_cont .footer_cont ul li a {
        font-size: 20px;
    }
}
.table .menu_cont .footer_cont ul li a:hover {
    color: #e23b91;
}
.table .menu_cont .footer_cont .footer_cont_ic {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 40px;
}
@media only screen and (min-width: 320px) {
    .table .menu_cont .footer_cont .footer_cont_ic {
        margin-bottom: 40px;
    }
}
.table .menu_cont .footer_cont .footer_cont_ic.footer_cont_ic_1 {
    width: 110px;
}
.table .menu_cont .footer_cont .footer_cont_ic.footer_cont_ic_2 {
    width: 270px;
}
input {
    width: 100%;
    height: 45px;
    background-color: transparent;
    border: 1px solid #768493;
    outline: none;
    text-align: left;
    font-size: 15px;
    color: #848484;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 0 10px;
}
input::placeholder {
    text-align: left;
    font-size: 15px;
    color: #848484;
    font-weight: 300;
}
input.invalid {
    border-color: #f00;
    border: 1px solid #f00;
    transition: 0.3s ease-out;
}
input.invalid::placeholder {
    color: #f00;
    transition: 0.3s ease-out;
}
textarea {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    background-color: transparent;
    border: 1px solid #a6a6a6;
    outline: none;
    text-align: left;
    font-size: 15px;
    color: #e23b91;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 20px;
}
@media only screen and (min-width: 320px) {
    textarea {
        max-height: 135px;
        min-height: 135px;
        height: 135px;
    }
}
@media only screen and (min-width: 768px) {
    textarea {
        max-height: 155px;
        min-height: 155px;
        height: 155px;
    }
}
textarea::placeholder {
    font-size: 15px;
    font-weight: 200;
    color: #b5b5b5;
}
.bg_pop_up {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2001;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}
.bg_pop_up .exit {
    position: absolute;
    cursor: pointer;
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .exit {
        width: 30px;
        height: 30px;
        top: 5px;
        right: 5px;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_pop_up .exit {
        top: 50px;
        right: 50px;
    }
}
.bg_pop_up .exit .exit_1 {
    width: 20px;
    height: 2px;
    background: #acacac;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 2;
}
.bg_pop_up .exit .exit_2 {
    width: 20px;
    height: 2px;
    background: #acacac;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 2;
}
.bg_pop_up .popup {
    transition: all 0.4s ease;
}
.bg_pop_up .popup.closed {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -100%);
}
.bg_pop_up .pop-up.closed *, .bg_pop_up .pop-up.closed *::placeholder {
    transition: none !important;
}
.bg_pop_up .pop-up.thanks {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(90deg, #111112 35%, #1b1b1b 75%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .pop-up.thanks {
        width: 300px;
        height: 350px;
        padding: 40px;
    }
}
@media only screen and (min-width: 560px) {
    .bg_pop_up .pop-up.thanks {
        width: 400px;
        height: 350px;
        padding: 60px;
    }
}
.bg_pop_up .pop-up.thanks h2{
    margin-bottom: 15px;
}
.bg_pop_up .pop-up.thanks h2,
.bg_pop_up .pop-up.thanks p{
    color: #fff;
    text-align: center;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .pop-up.thanks p{
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .bg_pop_up .pop-up.thanks p{
        font-size: 18px;
    }
}
.bg_pop_up .pop-up.zaiavka {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .pop-up.zaiavka {
        width: calc(100vw - 30px);
        height: calc(100vh - 60px);
        padding: 15px;
        right: -100%;
        padding: 30px;
        background: #f1f1f1;
    }
}
@media only screen and (min-width: 768px) {
    .bg_pop_up .pop-up.zaiavka {
        width: 420px;
        background: #fff;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_pop_up .pop-up.zaiavka {
        width: 1100px;
        height: 100vh;
        padding: 45px 30px;
    }
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont h2 {
    text-align: left;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .pop-up.zaiavka .zaiavka_cont h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_pop_up .pop-up.zaiavka .zaiavka_cont h2 {
        font-size: 38px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .pop-up.zaiavka .zaiavka_cont .btn_orange {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .bg_pop_up .pop-up.zaiavka .zaiavka_cont .btn_orange {
        width: 190px;
    }
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont form {
    width: 400px;
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont form p {
    color: #898989;
    font-weight: 200;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .pop-up.zaiavka .zaiavka_cont form p {
        font-size: 15px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_pop_up .pop-up.zaiavka .zaiavka_cont form p {
        font-size: 23px;
        margin-bottom: 20px;
    }
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont form input {
    width: 100%;
    height: 45px;
    border: 1px solid #a6a6a6;
    padding: 0 20px;
    border-radius: 0;
    color: #e23b91;
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont form input::placeholder {
    font-size: 15px;
    font-weight: 200;
    color: #b5b5b5;
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont form input.invalid {
    border: 1px solid #f00;
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont form input.invalid::placeholder {
    color: #f00;
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont form textarea {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont form textarea::placeholder {
    font-size: 15px;
    font-weight: 200;
    color: #b5b5b5;
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont .zaiavka_cont_main {
    width: 300px;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .pop-up.zaiavka .zaiavka_cont .zaiavka_cont_main {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_pop_up .pop-up.zaiavka .zaiavka_cont .zaiavka_cont_main {
        display: block;
    }
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont .zaiavka_cont_main .zaiavka_cont_main_block {
    width: 100%;
    margin-bottom: 50px;
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont .zaiavka_cont_main .zaiavka_cont_main_block h2 {
    margin-bottom: 50px;
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont .zaiavka_cont_main .zaiavka_cont_main_block h3 {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 15px;
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont .zaiavka_cont_main .zaiavka_cont_main_block p {
    font-weight: 200;
    font-size: 18px;
    color: #898989;
    line-height: 1.6;
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont .zaiavka_cont_main .zaiavka_cont_main_block p a {
    display: inline-block;
    font-weight: 200;
    font-size: 18px;
    color: #898989;
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont .zaiavka_cont_main .zaiavka_cont_main_block p a:hover {
    color: #e23b91;
}
.bg_pop_up .pop-up.zaiavka .zaiavka_cont .zaiavka_cont_main .arr_all:hover {
    margin-left: -10px;
    padding-right: 50px;
}
.bg_pop_up.shown {
    visibility: visible;
    opacity: 1;
}
.bg_pop_up.shown .pop-up.zaiavka {
    right: 0;
}
.gorizontal-slider-slides {
    position: relative;
    width: 100%;
}
.header_sl_min_img .gorizontal-slider-slides {
    width: 100% !important;
}
.gorizontal-slider-track:not(.slider_sl_track) {
    display: flex;
    position: relative;
    height: 100% !important;
    transition: left 0.4s;
}
.gorizontal-slider-track.slider_sl_track {
    display: flex;
    position: relative;
    height: auto;
    transition: left 0.4s, height 0.4s;
}
.header_sl_min_img .gorizontal-slider-item.movable {
    opacity: 0;
}
.gorizontal-slider-item.pseudo {
    opacity: 0;
    visibility: hidden;
}
.gorizontal-slider.fullmove .gorizontal-slider-dots li {
    transition: all 0.4s;
}
.gorizontal-slider.fullmove .gorizontal-slider-dots li:not(.active):not(.first):not(.last):not(.prev):not(.next):not(.tripledots) {
    width: 0;
    overflow: hidden;
}
.gorizontal-slider.fullmove .gorizontal-slider-dots li.tripledots {
    pointer-events: none;
}
/* Ihor: стилі хедера по скролу */
.top_menu {
    transition: top 1s;
}
.top_menu.scrolling {
    position: fixed;
    top: -120px;
}
.top_menu.scrolling.prescrolled {
    transition: top 1s;
    background-color: #373737;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 0;
}
.top_menu.scrolling.prescrolled .poisk:before {
    content: '';
    width: 200vw;
    height: 0;
    background-color: #373737;
    position: absolute;
    top: 35px;
    left: -100vw;
    transition: 0.3s ease-out;
    z-index: -1;
}
@media only screen and (min-width: 320px) {
    .top_menu.scrolling.prescrolled .poisk:before {
        display: block;
    }
}
@media only screen and (min-width: 560px) {
    .top_menu.scrolling.prescrolled .poisk:before {
        display: none;
    }
}
.top_menu.scrolling.prescrolled .poisk.active:before {
    height: 50px;
}
.top_menu.scrolling.prescrolled .block_v.active:after {
    height: 50px;
    cursor: auto;
}
.top_menu.scrolling.scrolled {
    top: 0;
}
.top_menu.prescrolled .poisk.active .search-datalist{
    background: rgba(40, 40, 40, .8);
}
@media only screen and (min-width: 320px) {
    .body_content {
        overflow: hidden;
    }
}
@media only screen and (min-width: 1200px) {
    .body_content {
        overflow: visible;
    }
}
@media only screen and (min-width: 1200px) {
    .overflow-visible {
        overflow: visible !important;
    }
}
@media only screen and (min-width: 1200px) {
    .widther-slider .gorizontal-slider-slides {
        width: 150vw;
        margin-left: -25vw;
    }
    .widther-slider .gorizontal-slider-slides .slider_sl_block_img {
        width: 50vw !important;
    }
}
.custom-slider-slides {
    position: relative;
    padding: 0;
}
@media only screen and (min-width: 1200px) {
    .custom-slider-slides {
        padding: 0 70px;
    }
    .new-structure-slider .custom-slider-slides {
        padding: 0;
    }
}
.custom-slider-slides .custom-slider-track {
    position: relative;
    transition: left 0.4s;
}
.header {
    position: relative;
    background-color: #fff;
    z-index: 0;
}
@media only screen and (min-width: 320px) {
    .header {
        height: 90vh;
        margin-bottom: 10vh;
    }
}
@media only screen and (min-width: 768px) {
    .header {
        height: 100vh;
        margin-bottom: 0;
    }
}
.header .header_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}
.header .header_bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(3, 3, 3, 0.5);
}
.header .header_bg video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.header .header_bg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.header .header_mask {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    transition: 1.5s ease-out;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .header .header_mask {
        clip-path: polygon(100% 100%, 100% 0, 100% 100%, 0 100%, 0 100%);
    }
}
@media only screen and (min-width: 1200px) {
    .header .header_mask {
        clip-path: polygon(100% 100%, 100% 0, 100% 100%, 0 100%, 100% 100%);
    }
}
.header .container {
    position: relative;
    z-index: 3;
}
.header__main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding-bottom: 100px;
}
@media only screen and (min-width: 320px) {
    .header__main {
        height: 90vh;
        padding-top: 120px;

    }
}
@media only screen and (min-height: 320px) {
    .header__main {
        padding-top: 100px;
    }
}
@media only screen and (min-height: 500px) {
    .header__main {
        padding-top: 0;
    }
}
@media only screen and (min-width: 768px) {
    .header__main {
        height: 100vh;
        padding-top: 0;
    }
}
.head_bot {
    position: absolute;
}
@media only screen and (min-width: 320px) {
    .head_bot {
        right: 30px;
        bottom: 0;
    }
    .header__main .head_bot {
        bottom: 40px;
    }
}
@media only screen and (min-width: 560px) {
    .head_bot {
        bottom: 0;
    }
}
@media only screen and (min-width: 768px) {
    .header__main .head_bot {
        bottom: 33px;
    }
}
@media only screen and (min-width: 1600px) {
    .header__main .head_bot {
        bottom: 53px;
    }
}
@media only screen and (min-width: 1768px) {
    .head_bot {
        right: 15px;
    }
}
.head_bot .head_bot_mask {
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    color: #e23b91;
    clip-path: polygon(100% 100%, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 320px) {
    .head_bot .head_bot_mask {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .head_bot .head_bot_mask {
        font-size: 18px;
    }
}
@media only screen and (min-width: 320px) {
    .head_bot .head_bot_mask br {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .head_bot .head_bot_mask br {
        display: none;
    }
}
.head_bot .head_bot_kvad {
    width: 4px;
    height: 4px;
    position: absolute;
    right: -22px;
    bottom: 100px;
    background-color: #e23b91;
    opacity: 0;
}
@media only screen and (min-width: 320px) {
    .header.anime .header_mask {
        clip-path: polygon(100% 67%, 100% 0, 100% 100%, 0 100%, 0 80%);
    }
}
@media only screen and (min-width: 1200px) {
    .header.anime .header_mask {
        clip-path: polygon(100% 77%, 100% 0, 100% 100%, 0 100%, 100% 77%);
    }
}
.header.anime .head_load_1, .header.anime .head_load_2 {
    padding-top: 0;
    opacity: 1;
}
.header.anime .krohi_load_2_2 {
    padding-top: 0;
    opacity: 1;
    transition: 0.4s ease-out;
}
.header.anime .head_bot_kvad {
    width: 4px;
    height: 4px;
    position: absolute;
    right: -22px;
    bottom: 100px;
    opacity: 0;
}
@media only screen and (min-width: 320px) {
    .anime .head_bot_kvad {
        animation: head_bot_kvad_mob 2s ease-out;
        animation-fill-mode: forwards;
        animation-delay: 1.5s;
    }
}
@media only screen and (min-width: 768px) {
    .anime .head_bot_kvad {
        animation: head_bot_kvad 2s ease-out;
        animation-fill-mode: forwards;
        animation-delay: 1.5s;
    }
}
@keyframes head_bot_kvad {
    0% {
        width: 4px;
        height: 4px;
        right: -22px;
        bottom: 100px;
        opacity: 0;
    }
    1% {
        opacity: 1;
    }
    23.3% {
        width: 4px;
        height: 4px;
        right: -22px;
        bottom: 4px;
    }
    33.3% {
        width: 18px;
        height: 18px;
        right: -22px;
        bottom: 4px;
    }
    90% {
        width: 18px;
        height: 18px;
        right: calc(100% + 5px);
        bottom: 4px;
    }
    99% {
        width: 4px;
        height: 4px;
        right: calc(100% + 19px);
        bottom: 4px;
        opacity: 1;
    }
    100% {
        width: 4px;
        height: 4px;
        right: calc(100% + 19px);
        bottom: 4px;
        opacity: 0;
    }
}
@keyframes head_bot_kvad_mob {
    0% {
        width: 4px;
        height: 4px;
        right: -22px;
        bottom: 100px;
        opacity: 0;
    }
    1% {
        opacity: 1;
    }
    23.3% {
        width: 4px;
        height: 4px;
        right: -22px;
        bottom: 4px;
    }
    33.3% {
        width: 34px;
        height: 34px;
        right: -22px;
        bottom: 4px;
    }
    90% {
        width: 34px;
        height: 34px;
        right: calc(100% + 5px);
        bottom: 4px;
    }
    99% {
        width: 4px;
        height: 4px;
        right: calc(100% + 19px);
        bottom: 4px;
        opacity: 1;
    }
    100% {
        width: 4px;
        height: 4px;
        right: calc(100% + 19px);
        bottom: 4px;
        opacity: 0;
    }
}
.anime .head_bot_mask {
    animation: head_bot_mask 2s ease-out;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
}
@keyframes head_bot_mask {
    0% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
    33.3% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
    90% {
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
    100% {
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
}
.header.header_min {
    margin-bottom: 0;
}
@media only screen and (min-width: 320px) {
    .header.header_min {
        height: 80vh;
    }
}
@media only screen and (min-width: 768px) {
    .header.header_min {
        height: 386px;
    }
}
.header.header_min:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .header.header_min .header_bg {
        height: 80vh;
    }
}
@media only screen and (min-width: 768px) {
    .header.header_min .header_bg {
        height: 386px;
    }
}
@media only screen and (min-width: 320px) {
    .header.header_min .header_bg img {
        height: 80vh;
    }
}
@media only screen and (min-width: 768px) {
    .header.header_min .header_bg img {
        height: 386px;
    }
}
.header.header_min .container {
    height: 100%;
}
.header.header_min .header_mask {
    height: 100%;
}
@media only screen and (min-width: 320px) {
    .header.header_min .header__main {
        padding: 0;
        height: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .header.header_min .header__main {
        padding: 0 0 0 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .header.header_min .header__main {
        padding: 0 0 0 200px;
    }
}
.head_load_1 span{
    position: relative;
}
body.home-body.body_ua .head_load_1 span:before{
    content: '';
    display: block;
    border-radius: 40%;
    position: absolute;
    left: 65%;
    background-image: linear-gradient(180deg, #005BBB 50%, #FFD500 50%);
    z-index: -1;
}
@media only screen and (min-width: 320px) {
    body.home-body.body_ua .head_load_1 span:before{
        width: 20px;
        height: 24px;
        top: 7px;
    }
}
@media only screen and (min-width: 768px) {
    body.home-body.body_ua .head_load_1 span:before{
        width: 26px;
        height: 28px;
        top: 12px;
    }
}
@media only screen and (min-width: 1200px) {
    body.home-body.body_ua .head_load_1 span:before{
        width: 33px;
        height: 34px;
        top: 14px;
    }
}
@media only screen and (min-width: 1366px) {
    body.home-body.body_ua .head_load_1 span:before{
        width: 39px;
        height: 40px;
        top: 18px;
    }
}
@media only screen and (min-width: 1600px) {
    body.home-body.body_ua .head_load_1 span:before{
        width: 45px;
        height: 45px;
        top: 20px;
        left: 335px;
    }
}
.header.header_min .header__main .head_load_1 {
    height: auto;
    padding-top: 100px;
    opacity: 0;
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .header.header_min .header__main h1 {
        font-size: 32px;
        padding-left: 13px;
    }
    .objects-post-page .header__main h1 {
        font-size: 24px !important;
    }
}
@media only screen and (min-width: 768px) {
    .header.header_min .header__main h1 {
        font-size: 45px;
    }
    .objects-post-page .header__main h1 {
        font-size: 45px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .header.header_min .header__main h1 {
        padding-left: 13px;
    }
}
@media only screen and (min-width: 320px) {
    .header.header_min.anime_pod .header_mask {
        clip-path: polygon(100% 100%, 100% 0, 100% 90%, 0 100%, 0 100%);
    }
}
@media only screen and (min-width: 1200px) {
    .header.header_min.anime_pod .header_mask {
        clip-path: polygon(100% 77%, 100% 0, 100% 100%, 0 100%, 100% 77%);
    }
}
.header.header_min.anime_pod .head_load_1, .header.header_min.anime_pod .head_load_2 {
    padding-top: 0;
    opacity: 1;
}
.header.header_min.anime_pod .krohi_load_2_2 {
    padding-top: 0;
    opacity: 1;
}
.head_load_1 {
    width: 100%;
    text-transform: uppercase;
    color: #e23b91;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    display: inline-block;
    padding-top: 100px;
    opacity: 0;
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .head_load_1 {
        font-size: 36px;
        width: calc(100% - 24px);
        /* height: 51px; */
    }
}
@media only screen and (min-width: 768px) {
    .head_load_1 {
        width: 100%;
        font-size: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .head_load_1 {
        font-size: 55px;
        height: 78px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1366px) {
    .head_load_1 {
        font-size: 65px;
        height: 92px;
    }
}
@media only screen and (min-width: 1600px) {
    .head_load_1 {
        font-size: 75px;
        height: 107px;
    }
}
.head_load_1 > span {
    display: table;
}
.head_load_2 {
    font-size: 30px;
    color: #fff;
    font-family: 'HelveticaNeueCyr';
    font-weight: 100;
    letter-spacing: 1px;
    padding-top: 100px;
    opacity: 0;
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .head_load_2 {
        font-size: 18px;
        width: calc(100% - 24px);
        height: 42px;
    }
}
@media only screen and (min-width: 768px) {
    .head_load_2 {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .head_load_2 {
        font-size: 20px;
        height: 48px;
    }
}
@media only screen and (min-width: 1366px) {
    .head_load_2 {
        font-size: 24px;
        height: 56px;
    }
}
@media only screen and (min-width: 1600px) {
    .head_load_2 {
        font-size: 30px;
        height: 72px;
    }
}
.head_load_2 span {
    display: table;
}
.krohi_load_2_2 {
    display: flex;
    justify-content: flex-start;
    opacity: 0;
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .krohi_load_2_2 {
        flex-wrap: wrap;
        width: calc(100% - 20px);
        padding: 5px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .krohi_load_2_2 {
        flex-wrap: nowrap;
        max-width: 890px;
        width: 100%;
        height: 32px;
        padding: 0;
    }
}
.krohi_load_2_2 a, .krohi_load_2_2 span {
    height: 22px;
    color: #fff;
    font-family: 'HelveticaNeueCyr';
    font-weight: 100;
    letter-spacing: 1.6px;
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .krohi_load_2_2 a, .krohi_load_2_2 span {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .krohi_load_2_2 a, .krohi_load_2_2 span {
        font-size: 16px;
    }
}
.krohi_load_2_2 span {
    padding: 0 0 0 15px;
}
@media only screen and (min-width: 1200px) {
    .krohi_load_2_2 span {
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
.krohi_load_2_2 .a_hover_k {
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 320px) {
    .krohi_load_2_2 .a_hover_k {
        padding: 0 15px 0 15px;
    }
    .krohi_load_2_2 .a_hover_k:before {
        content: '>';
        display: block;
        position: absolute;
        top: 0;
        right: -7px;
        color: #fff;
        font-family: 'HelveticaNeueCyr';
        font-weight: 100;
        letter-spacing: 1.6px;
        transition: 0.4s ease-out;
        opacity: 1;
    }
}
@media only screen and (min-width: 1200px) {
    .krohi_load_2_2 .a_hover_k {
        padding: 0 0 0 15px;
        white-space: nowrap;
    }
    .krohi_load_2_2 .a_hover_k:nth-child(1):before {
        content: '>';
        display: block;
        position: absolute;
        top: 0;
        left: -15px;
        right: auto;
        color: #fff;
        font-family: 'HelveticaNeueCyr';
        font-weight: 100;
        letter-spacing: 1.6px;
        transition: 0.4s ease-out;
        opacity: 0;
    }
    .krohi_load_2_2 .a_hover_k:before {
        content: '>';
        display: block;
        position: relative;
        margin-right: 15px;
        right: 0;
        color: #fff;
        font-family: 'HelveticaNeueCyr';
        font-weight: 100;
        letter-spacing: 1.6px;
        transition: 0.4s ease-out;
        opacity: 1;
    }
    .krohi_load_2_2 .a_hover_k:nth-last-child(2):after {
        content: '>';
        display: block;
        position: relative;
        margin-left: 10px;
        top: 0;
        color: #fff;
        font-family: 'HelveticaNeueCyr';
        font-weight: 100;
        letter-spacing: 1.6px;
        transition: 0.4s ease-out;
        opacity: 1;
    }
}
.krohi_load_2_2 .a_hover_k:hover {
    color: #e23b91;
}
@media only screen and (min-width: 320px) {
    .krohi_load_2_2 .a_hover_k:hover:before {
        color: #e23b91;
    }
    .krohi_load_2_2 .a_hover_k:hover:after {
        color: #e23b91;
    }
}
@media only screen and (min-width: 1200px) {
    .krohi_load_2_2 .a_hover_k:hover:before {
        margin-right: 5px;
        margin-left: 10px;
        top: 2px;
        transform: rotate(180deg);
        opacity: 1;
    }
    .krohi_load_2_2 .a_hover_k:hover:after {
        margin-left: 5px;
        opacity: 1;
        margin-right: 5px;
    }
    .krohi_load_2_2 .a_hover_k:hover + .a_hover_k:before {
        margin-left: -10px;
        margin-right: 25px;
        color: #e23b91;
        opacity: 1;
    }
}
.krohi_load_2_2 span {
    display: table;
}
.top_menu .head-title-block-top {
    display: none;
}
@media (min-width: 1200px) {
    .head-title-block {
        position: sticky;
        top: 16px;
        transition: 0.4s ease-out;
    }
    .top_menu .head-title-block-top {
        display: block;
        width: 800px !important;
        position: relative;
        padding-left: 30px;
    }
    .top_menu .head-title-block-top .head_load_1 {
        transition: none !important;
        opacity: 0;
    }
    .top_menu .head-title-block-top .krohi_load_2_2 {
        position: absolute;
        left: 30px;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
    }
    .head-title-block-top {
        margin-top: -4px !important;
    }
    .head-title-block-top .head_load_1 {
        height: auto !important;
        padding-top: 0 !important;
        margin-bottom: 0 !important;
        padding-left: 13px !important;
        font-size: 30px !important;
        margin-top: 6px;
    }
    .head-title-block-top .krohi_load_2_2 {
        height: 20px !important;
        transition: 0.4s ease-out;
    }
    .head-title-block.head-title-block-top.topscrolled {
        opacity: 0 !important;
    }
    .head-title-block.head-title-block-top.topscrolled .head_load_1 {
        opacity: 0 !important;
        transition: none !important;
    }
    .top_menu.topscrolled .head-title-block-top .head_load_1, .top_menu.topscrolled .head-title-block-top .krohi_load_2, .top_menu.topscrolled .head-title-block-top .krohi_load_2_2 {
        opacity: 1;
    }
}
@media only screen and (min-width: 1366px) {
    .top_menu .head-title-block-top {
        padding-left: 80px;
    }
}
@media only screen and (min-width: 1600px) {
    .top_menu .head-title-block-top {
        padding-left: 29px;
    }
}
.elevator {
    background-color: #fff;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .elevator {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .elevator {
        padding: 100px 0;
    }
}
.elevator__main {
    position: relative;
}
.elevator__main__item {
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .elevator__main__item {
        width: 50%;
    }
}
@media only screen and (min-width: 320px) {
    .elevator__main__item h2 {
        text-align: center;
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .elevator__main__item h2 {
        text-align: right;
        margin-bottom: 52px;
    }
}
@media only screen and (min-width: 320px) {
    .elevator__main__item .elevator_svg {
        max-width: 500px;
        width: 100%;
        height: calc(-100% / 16 * 9);
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .elevator__main__item .elevator_svg {
        position: absolute;
        top: 50px;
        right: calc(-100% + 50px);
        width: 500px;
        height: 280px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1366px) {
    .elevator__main__item .elevator_svg {
        max-width: 570px;
        width: 100%;
        height: 330px;
    }
}
@media only screen and (min-width: 1600px) {
    .elevator__main__item .elevator_svg {
        max-width: 590px;
        width: 100%;
        height: 340px;
    }
}
.elevator__main__item .elevator_svg span {
    display: block;
    width: 100%;
    height: 100%;
}
.elevator__main__item ul li {
    text-transform: uppercase;
    color: #adadad;
    font-family: 'HelveticaNeueCyr';
    font-weight: 100;
    line-height: 1.5;
}
@media only screen and (min-width: 320px) {
    .elevator__main__item ul li {
        font-size: 20px;
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    .elevator__main__item ul li {
        font-size: 24px;
        text-align: right;
    }
}
@media only screen and (min-width: 1600px) {
    .elevator__main__item ul li {
        font-size: 30px;
    }
}
.elevator__main__item .arrow_next {
    margin: 0 auto;
    margin-top: 50px;
}
@media only screen and (min-width: 1200px) {
    .elevator__main__item .arrow_next {
        float: right;
        margin: 0 auto;
        margin: 0;
        margin-top: 50px;
    }
}
.detals {
    background-color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .detals {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .detals {
        padding: 175px 0 115px 0;
    }
}
.detals__main {
    position: relative;
}
.detals__main__item {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .detals__main__item {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .detals__main__item {
        width: 45%;
    }
}
@media only screen and (min-width: 320px) {
    .detals__main__item h2 {
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .detals__main__item h2 {
        margin-bottom: 52px;
    }
}
@media only screen and (min-width: 320px) {
    .detals__main__item .detals_svg {
        max-width: 500px;
        width: 100%;
        height: calc(-100% / 16 * 9);
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .detals__main__item .detals_svg {
        position: absolute;
        top: 0;
        max-width: 640px;
        width: 100%;
        height: 420px;
        right: calc(-100% - 80px);
    }
}
@media only screen and (min-width: 1366px) {
    .detals__main__item .detals_svg {
        max-width: 690px;
        width: 100%;
        height: 460px;
    }
}
@media only screen and (min-width: 1600px) {
    .detals__main__item .detals_svg {
        max-width: 760px;
        width: 100%;
        height: 550px;
    }
}
.detals__main__item .detals_svg span {
    display: block;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 320px) {
    .detals__main__item ul {
        width: fit-content;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1200px) {
    .detals__main__item ul {
        width: auto;
    }
}
.detals__main__item ul li a {
    font-size: 22px;
    color: #adadad;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    transition: 0.3s ease-out;
    line-height: 1.8;
}
@media only screen and (min-width: 320px) {
    .detals__main__item ul li a {
        display: table;
        margin: 0 auto;
        font-size: 17px;
    }
}
@media only screen and (min-width: 1200px) {
    .detals__main__item ul li a {
        font-size: 18px;
        text-align: left;
        margin: 0;
    }
}
@media only screen and (min-width: 1600px) {
    .detals__main__item ul li a {
        font-size: 22px;
    }
}
.detals__main__item ul li a:before {
    background-color: #e23b91;
}
.detals__main__item ul li a:hover {
    color: #e23b91;
}
@media only screen and (min-width: 320px) {
    .detals__main__item .arrow_next {
        margin: 0 auto;
        margin-top: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .detals__main__item .arrow_next {
        float: right;
    }
}
.separat {
    background-color: #fff;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .separat {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .separat {
        padding: 100px 0;
    }
}
.separat__main {
    width: 100%;
    position: relative;
}
.separat__main__item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
}
@media only screen and (min-width: 320px) {
    .separat__main__item {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .separat__main__item {
        width: 64%;
        height: 85vh;
    }
}
.separat__main__item h2 {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .separat__main__item h2 {
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .separat__main__item h2 {
        margin-bottom: 52px;
    }
}
.separat__main__item .separat_svg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media only screen and (min-width: 320px) {
    .separat__main__item .separat_svg {
        width: 100%;
        padding: 40px 0;
        position: relative;
    }
}
@media only screen and (min-width: 1200px) {
    .separat__main__item .separat_svg {
        width: 115%;
        height: 100%;
        position: absolute;
        padding: 0;
        padding-left: 50px;
        top: 0;
        right: -85%;
    }
}
@media only screen and (min-width: 320px) {
    .separat__main__item .separat_svg:before {
        content: '';
        display: block;
        width: calc(100% + 60px);
        height: 100%;
        background: #dcdcdc;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }
}
@media only screen and (min-width: 1200px) {
    .separat__main__item .separat_svg:before {
        width: 100%;
        height: 100%;
    }
}
.separat__main__item .separat_svg .separat_svg_block {
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .separat__main__item .separat_svg .separat_svg_block {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1200px) {
    .separat__main__item .separat_svg .separat_svg_block {
        max-width: 70%;
        width: 100%;
        height: 100%;
        margin: 0;
    }
}
.separat__main__item .separat_svg .separat_svg_block span {
    display: block;
    width: 100%;
    height: 100%;
}
.separat__main__item .separat_svg .separat_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
}
.separat__main__item .separat_svg .separat_text {
    position: absolute;
    z-index: 1;
    transition: 1s ease-out;
}
@media only screen and (min-width: 320px) {
    .separat__main__item .separat_svg .separat_text {
        width: 100%;
        left: 50%;
        bottom: -74px;
        transform: translateX(-50%);
    }
}
@media only screen and (min-width: 768px) {
    .separat__main__item .separat_svg .separat_text {
        bottom: -82px;
    }
}
@media only screen and (min-width: 1200px) {
    .separat__main__item .separat_svg .separat_text {
        width: auto;
        left: -370px;
        bottom: 20px;
        transform: none;
    }
}
@media only screen and (min-width: 1366px) {
    .separat__main__item .separat_svg .separat_text {
        bottom: 20px;
    }
}
@media only screen and (min-width: 1600px) {
    .separat__main__item .separat_svg .separat_text {
        bottom: 50px;
    }
}
.separat__main__item .separat_svg .separat_text .separat_p_1 {
    font-family: 'oswald';
    font-weight: 300;
    text-transform: uppercase;
    color: #dcdcdc;
}
@media only screen and (min-width: 320px) {
    .separat__main__item .separat_svg .separat_text .separat_p_1 {
        font-size: 18px;
        text-align: center;
        line-height: 1.8;
    }
}
@media only screen and (min-width: 1200px) {
    .separat__main__item .separat_svg .separat_text .separat_p_1 {
        text-align: right;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 1366px) {
    .separat__main__item .separat_svg .separat_text .separat_p_1 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1600px) {
    .separat__main__item .separat_svg .separat_text .separat_p_1 {
        font-size: 30px;
    }
}
.separat__main__item .separat_svg .separat_text .separat_p_2 {
    font-family: 'oswald';
    font-weight: 300;
    color: #dcdcdc;
}
@media only screen and (min-width: 320px) {
    .separat__main__item .separat_svg .separat_text .separat_p_2 {
        font-size: 18px;
        text-align: center;
        line-height: 1.8;
    }
}
@media only screen and (min-width: 1200px) {
    .separat__main__item .separat_svg .separat_text .separat_p_2 {
        text-align: right;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 1366px) {
    .separat__main__item .separat_svg .separat_text .separat_p_2 {
        font-size: 54px;
    }
}
@media only screen and (min-width: 320px) {
    .separat__main__item .separat_svg .separat_text .separat_p_2 span {
        font-size: 30px;
        text-align: left;
        line-height: 1.4;
    }
}
@media only screen and (min-width: 768px) {
    .separat__main__item .separat_svg .separat_text .separat_p_2 span {
        font-size: 35px;
    }
}
@media only screen and (min-width: 1200px) {
    .separat__main__item .separat_svg .separat_text .separat_p_2 span {
        font-size: 44px;
        text-align: right;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 1366px) {
    .separat__main__item .separat_svg .separat_text .separat_p_2 span {
        font-size: 54px;
    }
}
@media only screen and (min-width: 1600px) {
    .separat__main__item .separat_svg .separat_text .separat_p_2 span {
        font-size: 64px;
    }
}
.separat__main__item .separat_svg .separat_text.z_min {
    z-index: 3;
}
.separat__main__item .separat_svg .separat_text.z_min .separat_p_1, .separat__main__item .separat_svg .separat_text.z_min .separat_p_2 {
    color: #fff;
}
@media only screen and (min-width: 320px) {
    .separat__main__item .arrow_next {
        margin: 0 auto;
        margin-top: 120px;
    }
}
@media only screen and (min-width: 1200px) {
    .separat__main__item .arrow_next {
        float: left;
        margin-top: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .separat.anime .separat_text {
        left: -160px;
    }
}
@media only screen and (min-width: 1366px) {
    .separat.anime .separat_text {
        left: -190px;
    }
}
@media only screen and (min-width: 1600px) {
    .separat.anime .separat_text {
        left: -110px;
    }
}
.zernosu {
    background-color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .zernosu {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .zernosu {
        padding: 100px 0;
    }
}
.zernosu__main {
    width: 100%;
    position: relative;
}
.zernosu__main__item {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .zernosu__main__item {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .zernosu__main__item {
        width: 60%;
        min-height: 480px;
        padding-left: 30%;
        float: right;
    }
}
@media only screen and (min-width: 1366px) {
    .zernosu__main__item {
        min-height: 550px;
    }
}
@media only screen and (min-width: 1600px) {
    .zernosu__main__item {
        min-height: 700px;
    }
}
.zernosu__main__item h2 {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .zernosu__main__item h2 {
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .zernosu__main__item h2 {
        margin-bottom: 52px;
    }
}
.zernosu__main__item .zernosu_svg {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .zernosu__main__item .zernosu_svg {
        width: 100%;
        position: relative;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 375px) {
    .zernosu__main__item .zernosu_svg {
        justify-content: center;
    }
}
@media only screen and (min-width: 1200px) {
    .zernosu__main__item .zernosu_svg {
        width: 43vw;
        height: 100%;
        top: 0;
        left: -35vw;
        position: absolute;
    }
}
.zernosu__main__item .zernosu_svg .zernosu_svg_block {
    height: 100%;
}
@media only screen and (min-width: 320px) {
    .zernosu__main__item .zernosu_svg .zernosu_svg_block {
        width: 45%;
    }
}
@media only screen and (min-width: 1200px) {
    .zernosu__main__item .zernosu_svg .zernosu_svg_block {
        width: 50%;
    }
}
.zernosu__main__item .zernosu_svg .zernosu_svg_block span {
    display: block;
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .zernosu__main__item .zernosu_svg .zernosu_svg_block span {
        height: 260px;
    }
}
@media only screen and (min-width: 1200px) {
    .zernosu__main__item .zernosu_svg .zernosu_svg_block span {
        height: 100%;
    }
}
.zernosu__main__item .zernosu_svg .zernosu_text {
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .zernosu__main__item .zernosu_svg .zernosu_text {
        width: 30%;
        position: relative;
    }
}
@media only screen and (min-width: 560px) {
    .zernosu__main__item .zernosu_svg .zernosu_text {
        width: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .zernosu__main__item .zernosu_svg .zernosu_text {
        position: absolute;
        right: -170px;
        bottom: 50px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
.zernosu__main__item .zernosu_svg .zernosu_text .zernosu_p_1 {
    display: inline-block;
    font-family: 'oswald';
    font-weight: 300;
    text-transform: uppercase;
    color: #dcdcdc;
    transition: 1s ease-out;
}
@media only screen and (min-width: 320px) {
    .zernosu__main__item .zernosu_svg .zernosu_text .zernosu_p_1 {
        font-size: 18px;
        text-align: left;
        line-height: 1.8;
    }
}
@media only screen and (min-width: 1200px) {
    .zernosu__main__item .zernosu_svg .zernosu_text .zernosu_p_1 {
        width: 100%;
        font-size: 20px;
        text-align: right;
        line-height: 1.2;
        margin-bottom: 20px;
        margin-left: 100%;
    }
}
@media only screen and (min-width: 1366px) {
    .zernosu__main__item .zernosu_svg .zernosu_text .zernosu_p_1 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1600px) {
    .zernosu__main__item .zernosu_svg .zernosu_text .zernosu_p_1 {
        font-size: 30px;
    }
}
.zernosu__main__item .zernosu_svg .zernosu_text .zernosu_p_2 {
    display: inline-block;
    font-family: 'oswald';
    font-weight: 300;
    color: #dcdcdc;
    line-height: 1.1;
    transition: 1s ease-out;
}
@media only screen and (min-width: 320px) {
    .zernosu__main__item .zernosu_svg .zernosu_text .zernosu_p_2 {
        font-size: 18px;
        text-align: left;
        line-height: 1.8;
    }
}
@media only screen and (min-width: 1200px) {
    .zernosu__main__item .zernosu_svg .zernosu_text .zernosu_p_2 {
        width: 100%;
        font-size: 20px;
        text-align: right;
        line-height: 0.2;
        margin-bottom: 20px;
        margin-left: 100%;
    }
}
@media only screen and (min-width: 1366px) {
    .zernosu__main__item .zernosu_svg .zernosu_text .zernosu_p_2 {
        font-size: 54px;
    }
}
@media only screen and (min-width: 320px) {
    .zernosu__main__item .zernosu_svg .zernosu_text .zernosu_p_2 br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .zernosu__main__item .zernosu_svg .zernosu_text .zernosu_p_2 br {
        display: block;
    }
}
@media only screen and (min-width: 320px) {
    .zernosu__main__item .zernosu_svg .zernosu_text .zernosu_p_2 span {
        font-size: 30px;
        text-align: left;
        line-height: 1.4;
    }
}
@media only screen and (min-width: 768px) {
    .zernosu__main__item .zernosu_svg .zernosu_text .zernosu_p_2 span {
        font-size: 35px;
    }
}
@media only screen and (min-width: 1200px) {
    .zernosu__main__item .zernosu_svg .zernosu_text .zernosu_p_2 span {
        font-size: 44px;
        text-align: right;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 1366px) {
    .zernosu__main__item .zernosu_svg .zernosu_text .zernosu_p_2 span {
        font-size: 54px;
    }
}
@media only screen and (min-width: 1600px) {
    .zernosu__main__item .zernosu_svg .zernosu_text .zernosu_p_2 span {
        font-size: 64px;
    }
}
.zernosu__main__item .zernosu_svg .zernosu_text.anime .zernosu_p_1, .zernosu__main__item .zernosu_svg .zernosu_text.anime .zernosu_p_2 {
    margin-left: 0;
}
@media only screen and (min-width: 320px) {
    .zernosu__main__item ul {
        width: fit-content;
        margin: 0 auto;
        margin-top: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .zernosu__main__item ul {
        margin-top: 0;
        width: auto;
    }
}
.zernosu__main__item ul li a {
    color: #adadad;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    transition: 0.3s ease-out;
    line-height: 1.8;
}
@media only screen and (min-width: 320px) {
    .zernosu__main__item ul li a {
        display: table;
        margin: 0 auto;
        font-size: 17px;
    }
}
@media only screen and (min-width: 1200px) {
    .zernosu__main__item ul li a {
        font-size: 18px;
        margin: 0;
    }
}
@media only screen and (min-width: 1600px) {
    .zernosu__main__item ul li a {
        font-size: 22px;
    }
}
.zernosu__main__item ul li a:before {
    background-color: #e23b91;
}
.zernosu__main__item ul li a:hover {
    color: #e23b91;
}
@media only screen and (min-width: 320px) {
    .zernosu__main__item .arrow_next {
        margin: 0 auto;
        margin-top: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .zernosu__main__item .arrow_next {
        position: absolute;
        right: 55px;
        bottom: 140px;
        margin-top: 0;
    }
}
.silosy {
    background-color: #373737;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .silosy {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .silosy {
        padding: 100px 0;
    }
}
.silosy__main {
    position: relative;
}
.silosy__main__item {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .silosy__main__item {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .silosy__main__item {
        width: 50%;
        min-height: 400px;
    }
}
@media only screen and (min-width: 1600px) {
    .silosy__main__item {
        min-height: 600px;
    }
}
.silosy__main__item h2 {
    color: #fff;
}
@media only screen and (min-width: 320px) {
    .silosy__main__item h2 {
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .silosy__main__item h2 {
        margin-bottom: 52px;
    }
}
.silosy__main__item .silosy_svg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .silosy__main__item .silosy_svg {
        width: 100%;
        position: relative;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 375px) {
    .silosy__main__item .silosy_svg {
        justify-content: center;
    }
}
@media only screen and (min-width: 1200px) {
    .silosy__main__item .silosy_svg {
        position: absolute;
        top: 50px;
        right: -100%;
    }
}
.silosy__main__item .silosy_svg .silosy_svg_block {
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 320px) {
    .silosy__main__item .silosy_svg .silosy_svg_block {
        width: 45%;
    }
}
@media only screen and (min-width: 1200px) {
    .silosy__main__item .silosy_svg .silosy_svg_block {
        width: 50%;
    }
}
.silosy__main__item .silosy_svg .silosy_svg_block span {
    display: block;
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .silosy__main__item .silosy_svg .silosy_svg_block span {
        height: 260px;
    }
}
@media only screen and (min-width: 1200px) {
    .silosy__main__item .silosy_svg .silosy_svg_block span {
        height: 100%;
    }
}
.silosy__main__item .silosy_svg .silosy_text {
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .silosy__main__item .silosy_svg .silosy_text {
        width: 40%;
        position: relative;
    }
}
@media only screen and (min-width: 560px) {
    .silosy__main__item .silosy_svg .silosy_text {
        width: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .silosy__main__item .silosy_svg .silosy_text {
        width: 300px;
        position: absolute;
        left: -40%;
        bottom: 50px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
@media only screen and (min-width: 1366px) {
    .silosy__main__item .silosy_svg .silosy_text {
        width: 400px;
    }
}
@media only screen and (min-width: 1600px) {
    .silosy__main__item .silosy_svg .silosy_text {
        left: -35%;
    }
}
.silosy__main__item .silosy_svg .silosy_text .silosy_p_1 {
    font-family: 'oswald';
    font-weight: 300;
    text-align: right;
    text-transform: uppercase;
    color: #e23b91;
    transition: 1s ease-out;
}
@media only screen and (min-width: 320px) {
    .silosy__main__item .silosy_svg .silosy_text .silosy_p_1 {
        font-size: 18px;
        line-height: 1.8;
    }
}
@media only screen and (min-width: 1200px) {
    .silosy__main__item .silosy_svg .silosy_text .silosy_p_1 {
        display: table;
        width: 300px;
        font-size: 20px;
        line-height: 1.2;
        margin-left: -100%;
    }
}
@media only screen and (min-width: 1366px) {
    .silosy__main__item .silosy_svg .silosy_text .silosy_p_1 {
        width: 400px;
        font-size: 24px;
    }
}
@media only screen and (min-width: 1600px) {
    .silosy__main__item .silosy_svg .silosy_text .silosy_p_1 {
        font-size: 30px;
    }
}
.silosy__main__item .silosy_svg .silosy_text .silosy_p_2 {
    font-family: 'oswald';
    font-weight: 300;
    text-align: right;
    color: #e23b91;
    transition: 1s ease-out;
    line-height: 1.1;
}
@media only screen and (min-width: 320px) {
    .silosy__main__item .silosy_svg .silosy_text .silosy_p_2 {
        font-size: 18px;
        line-height: 1.8;
    }
}
@media only screen and (min-width: 1200px) {
    .silosy__main__item .silosy_svg .silosy_text .silosy_p_2 {
        display: table;
        width: 300px;
        font-size: 20px;
        line-height: 1.2;
        margin-left: -100%;
    }
}
@media only screen and (min-width: 1366px) {
    .silosy__main__item .silosy_svg .silosy_text .silosy_p_2 {
        width: 400px;
        font-size: 54px;
    }
}
@media only screen and (min-width: 320px) {
    .silosy__main__item .silosy_svg .silosy_text .silosy_p_2 span {
        font-size: 30px;
        line-height: 1.4;
    }
}
@media only screen and (min-width: 768px) {
    .silosy__main__item .silosy_svg .silosy_text .silosy_p_2 span {
        font-size: 35px;
    }
}
@media only screen and (min-width: 1200px) {
    .silosy__main__item .silosy_svg .silosy_text .silosy_p_2 span {
        font-size: 44px;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 1366px) {
    .silosy__main__item .silosy_svg .silosy_text .silosy_p_2 span {
        font-size: 54px;
    }
}
@media only screen and (min-width: 1600px) {
    .silosy__main__item .silosy_svg .silosy_text .silosy_p_2 span {
        font-size: 64px;
    }
}
.silosy__main__item .silosy_svg .silosy_text.anime .silosy_p_1, .silosy__main__item .silosy_svg .silosy_text.anime .silosy_p_2 {
    margin-left: 0;
}
@media only screen and (min-width: 320px) {
    .silosy__main__item ul {
        width: fit-content;
        margin: 0 auto;
        margin-top: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .silosy__main__item ul {
        margin-top: 0;
        width: auto;
    }
}
.silosy__main__item ul li a {
    color: #fff;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    transition: 0.3s ease-out;
    line-height: 1.8;
}
@media only screen and (min-width: 320px) {
    .silosy__main__item ul li a {
        display: table;
        margin: 0 auto;
        font-size: 17px;
    }
}
@media only screen and (min-width: 1200px) {
    .silosy__main__item ul li a {
        font-size: 18px;
        margin: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .silosy__main__item ul li a {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1600px) {
    .silosy__main__item ul li a {
        font-size: 22px;
    }
}
.silosy__main__item ul li a:before {
    background: #e23b91;
}
.silosy__main__item ul li a:hover {
    color: #e23b91;
}
@media only screen and (min-width: 320px) {
    .silosy__main__item .arrow_next_white {
        margin: 0 auto;
        margin-top: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .silosy__main__item .arrow_next_white {
        float: right;
        margin-top: 0;
    }
}
@media only screen and (min-width: 1600px) {
    .silosy__main__item .arrow_next_white {
        margin-top: 50px;
    }
}
.conducting {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.conducting:before {
    content: '';
    display: block;
    width: 100%;
    height: 120vh;
    background-color: #fff;
    position: absolute;
    bottom: -120vh;
    left: 0;
    z-index: -2;
}
.conducting .conducting_bg {
    background-color: #eaeaea;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .conducting .conducting_bg {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .conducting .conducting_bg {
        padding: 150px 0;
    }
}
.conducting__main {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.conducting__main .conducting_block {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .conducting__main .conducting_block {
        justify-content: flex-end;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) {
    .conducting__main .conducting_block {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
}
.conducting__main .conducting_block h2 {
    text-align: right;
    font-weight: 300;
}
@media only screen and (min-width: 320px) {
    .conducting__main .conducting_block h2 {
        width: 100%;
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .conducting__main .conducting_block h2 {
        width: auto;
        font-size: 24px;
    }
}
@media only screen and (min-width: 1200px) {
    .conducting__main .conducting_block h2 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1366px) {
    .conducting__main .conducting_block h2 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1600px) {
    .conducting__main .conducting_block h2 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .conducting__main .conducting_block h2 br {
        display: none;
    }
}
@media only screen and (min-width: 480px) {
    .conducting__main .conducting_block h2 br {
        display: block;
    }
}
@media only screen and (min-width: 320px) {
    .conducting__main .conducting_block .arrow_next {
        display: flex;
        margin-top: 30px;
        flex: 0 0 60px;
    }
}
@media only screen and (min-width: 768px) {
    .conducting__main .conducting_block .arrow_next {
        margin-top: 0;
        margin-left: 50px;
    }
}
@media only screen and (min-width: 1600px) {
    .conducting__main .conducting_block .arrow_next {
        flex: 0 0 80px;
        display: flex;
    }
}
.services {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .services {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .services {
        padding: 100px 0;
    }
}
.services__main {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .services__main h2 {
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .services__main h2 {
        margin-bottom: 60px;
    }
}
@media only screen and (min-width: 1600px) {
    .services__main h2 {
        margin-bottom: 110px;
    }
}
.services__main__item {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .services__main__item {
        justify-content: center;
        row-gap: 60px;
    }
}
@media only screen and (min-width: 768px) {
    .services__main__item {
        justify-content: flex-start;
        row-gap: 40px;
    }
}
.services__main__item .services_block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .services__main__item .services_block {
        width: 300px;
    }
}
@media only screen and (min-width: 768px) {
    .services__main__item .services_block {
        width: 100%;
    }
    .services__main__item .services_block:nth-child(1) {
        margin-left: 7vw;
    }
    .services__main__item .services_block:nth-child(2) {
        margin-left: 20vw;
    }
    .services__main__item .services_block:nth-child(3) {
        margin-left: 35vw;
    }
}
.services__main__item .services_block .services_ic {
    display: flex;
    align-items: center;
    justify-content: center;
}
.services__main__item .services_block .services_ic .span_ic {
    display: block;
}
.services__main__item .services_block .services_ic .span_ic.ic_1_m {
    width: 88px;
    height: 60px;
    flex: 0 0 88px;
}
.services__main__item .services_block .services_ic .span_ic.ic_2_m {
    width: 88px;
    height: 60px;
    flex: 0 0 88px;
}
.services__main__item .services_block .services_ic .span_ic.ic_3_m {
    width: 79px;
    height: 99px;
    flex: 0 0 79px;
}
.services__main__item .services_block .services_text {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .services__main__item .services_block .services_text {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .services__main__item .services_block .services_text {
        margin-left: 30px;
    }
}
.services__main__item .services_block .services_text h3 {
    color: #e23b91;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    margin-bottom: 10px;
    transition: 0.3s ease-out;
}
@media only screen and (min-width: 320px) {
    .services__main__item .services_block .services_text h3 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 768px) {
    .services__main__item .services_block .services_text h3 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1200px) {
    .services__main__item .services_block .services_text h3 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1600px) {
    .services__main__item .services_block .services_text h3 {
        font-size: 35px;
    }
}
.services__main__item .services_block .services_text p {
    color: #818181;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    text-transform: uppercase;
    transition: 0.3s ease-out;
    transition-delay: 0.15s;
}
@media only screen and (min-width: 320px) {
    .services__main__item .services_block .services_text p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .services__main__item .services_block .services_text p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1600px) {
    .services__main__item .services_block .services_text p {
        font-size: 20px;
    }
}
.services__main__item .services_block .services_text .only_arrow {
    position: absolute;
    left: 0;
    bottom: -30px;
}
.services__main__item .services_block .services_text:hover h3 {
    color: #e23b91;
}
.services__main__item .services_block .services_text:hover p {
    color: #e23b91;
}
.services__main__item .services_block .services_text:hover .only_arrow .svg_orange {
    left: 0;
}
.services__main__item .services_block .services_text:hover .only_arrow .svg_black {
    left: 55px;
}
.object {
    background-color: #fff;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .object {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .object {
        padding: 100px 0;
    }
}
.object .container {
    position: relative;
    z-index: 2;
}
.object__main {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .object__main h2 {
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .object__main h2 {
        margin-bottom: 88px;
    }
}

.object .object_sl {
    width: 100%;
    position: relative;
    overflow: visible;
}
@media only screen and (min-width: 320px) {
    .object .object_sl {
        padding-bottom: 150px;
    }
}
@media only screen and (min-width: 768px) {
    .object .object_sl {
        padding-top: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .object .object_sl {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.object .object_sl .object_sl_track {
    width: 50000%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}
.object .object_sl .object_sl_track .object_sl_block {
    transition: 0.3s ease-out;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .object .object_sl .object_sl_track .object_sl_block {
        width: 100vw;
    }
}
@media only screen and (min-width: 768px) {
    .object .object_sl .object_sl_track .object_sl_block {
        width: 33vw;
    }
}
@media only screen and (min-width: 992px) {
    .object .object_sl .object_sl_track .object_sl_block {
        width: 25vw;
    }
}
.object .object_sl .object_sl_track .object_sl_block .object_sl_block_img {
    transition: 0.4s ease-out;
    transform: scale(1);
    position: relative;
    z-index: 1;
    height: 100%;
}
@media only screen and (min-width: 320px) {
    .object .object_sl .object_sl_track .object_sl_block .object_sl_block_img {
        width: 100vw;
    }
}
@media only screen and (min-width: 768px) {
    .object .object_sl .object_sl_track .object_sl_block .object_sl_block_img {
        width: 33vw;
    }
}
@media only screen and (min-width: 992px) {
    .object .object_sl .object_sl_track .object_sl_block .object_sl_block_img {
        width: 25vw;
    }
}
.object_sl_block_img a {
    display: block;
    width: 100%;
    height: 100%;
}
.object .object_sl .object_sl_track .object_sl_block .object_sl_block_img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(6, 6, 6, 0.3);
    z-index: 2;
    transition: 0.4s ease-out;
    pointer-events: none;
}
.object .object_sl .object_sl_track .object_sl_block .object_sl_block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.object .object_sl .object_sl_track .object_sl_block .object_sl_block_text {
    display: inline-block;
    padding-top: 50px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .object .object_sl .object_sl_track .object_sl_block .object_sl_block_text {
        margin-left: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .object .object_sl .object_sl_track .object_sl_block .object_sl_block_text {
        margin-left: 20px;
    }
}
.object .object_sl .object_sl_track .object_sl_block .object_sl_block_text a {
    color: #e23b91;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    transition: 0.3s ease-out;
}
@media only screen and (min-width: 320px) {
    .object .object_sl .object_sl_track .object_sl_block .object_sl_block_text a {
        font-size: 17px;
        line-height: 1.4;
    }
}
@media only screen and (min-width: 1200px) {
    .object .object_sl .object_sl_track .object_sl_block .object_sl_block_text a {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 1600px) {
    .object .object_sl .object_sl_track .object_sl_block .object_sl_block_text a {
        font-size: 23px;
    }
}
.object .object_sl .object_sl_track .object_sl_block .object_sl_block_text a:hover {
    color: #e23b91;
}
.object .object_sl .object_sl_track .object_sl_block.active {
    z-index: 2;
}
.object .object_sl .object_sl_track .object_sl_block.active .object_sl_block_img {
    box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.44);
}
@media only screen and (min-width: 768px) {
    .object .object_sl .object_sl_track .object_sl_block.active .object_sl_block_img {
        transform: scale(1.1);
    }
}
.object .object_sl .object_sl_track .object_sl_block.active .object_sl_block_img:before {
    background: rgba(6, 6, 6, 0);
}
.object .object_sl .object_sl_track .object_sl_block.active .object_sl_block_text {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition-delay: 0.4s;
}
@media only screen and (min-width: 320px) {
    .object .object_sl .object_sl_track .object_sl_block.active .object_sl_block_text {
        margin-left: 25px;
    }
}
@media only screen and (min-width: 768px) {
    .object .object_sl .object_sl_track .object_sl_block.active .object_sl_block_text {
        margin-left: -10px;
    }
}
.object .object_sl .arr_l {
    position: absolute;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .object .object_sl .arr_l {
        right: 30px;
        bottom: 0;
        position: absolute;
        left: calc(100vw - 130px);
    }
}
@media only screen and (min-width: 768px) {
    .object .object_sl .arr_l {
        bottom: 160px;
        right: calc(12% + 50px);
    }
}
@media only screen and (min-width: 320px) {
    .object .object_sl .arr_l svg {
        stroke: #6a6a6a;
    }
}
@media only screen and (min-width: 768px) {
    .object .object_sl .arr_l svg {
        stroke: #fff;
    }
}
.object .object_sl .arr_l:hover svg {
    stroke: #e23b91;
}
.object .object_sl .arr_r {
    position: absolute;
    bottom: 160px;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .object .object_sl .arr_r {
        right: 30px;
        position: absolute;
        bottom: 0px;
        left: calc(100vw - 75px);
    }
}
@media only screen and (min-width: 768px) {
    .object .object_sl .arr_r {
        right: 12%;
        bottom: 160px;
    }
}
@media only screen and (min-width: 320px) {
    .object .object_sl .arr_r svg {
        stroke: #6a6a6a;
    }
}
@media only screen and (min-width: 768px) {
    .object .object_sl .arr_r svg {
        stroke: #fff;
    }
}
.object .object_sl .arr_r:hover svg {
    stroke: #e23b91;
}
.object .object_sl .arr_all {
    position: absolute;
}
@media only screen and (min-width: 320px) {
    .object .object_sl .arr_all {
        bottom: 0;
        left: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .object .object_sl .arr_all {
        bottom: 12px;
        right: 12%;
        left: auto;
    }
}
.object.object_dop {
    background-color: #fff;
}
@media only screen and (min-width: 320px) {
    .object.object_dop {
        padding: 50px 0 100px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .object.object_dop {
        padding: 50px 0 100px 0;
    }
}
@media only screen and (min-width: 320px) {
    .object.object_dop .object__main {
        padding: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .object.object_dop .object__main {
        padding: 0 30px 0 0;
    }
}
@media only screen and (min-width: 1366px) {
    .object.object_dop .object__main {
        padding: 0 100px 0 0;
    }
}
@media only screen and (min-width: 320px) {
    .object.object_dop .object__main h2 {
        margin: 0 auto;
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .object.object_dop .object__main h2 {
        float: right;
    }
}
@media only screen and (min-width: 1200px) {
    .object.object_dop.home_objects .object__main h2 {
        float: left;
    }
}
@media only screen and (min-width: 320px) {
    .object.object_bg {
        padding: 100px 0 100px 0;
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .object.object_bg {
        padding: 100px 0 140px 0;
        margin-bottom: 0;
    }
}
.object.object_bg::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #eaeaea;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .object.object_bg::before {
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
    }
}
@media only screen and (min-width: 1200px) {
    .object.object_bg::before {
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    }
}
.object.object_bg::after {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 50px);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
@media only screen and (min-width: 320px) {
    .object.object_bg_top {
        padding: 100px 0 100px 0;
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .object.object_bg_top {
        padding: 100px 0 140px 0;
        margin-bottom: 0;
    }
}
.object.object_bg_top::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #eaeaea;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .object.object_bg_top::before {
        clip-path: polygon(0 5%, 100% 0, 100% 55%, 0 55%);
    }
}
@media only screen and (min-width: 1200px) {
    .object.object_bg_top::before {
        clip-path: polygon(0 10%, 100% 0, 100% 55%, 0 55%);
    }
}
.object.object_bg_top::after {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 50px);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.generation {
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .generation {
        padding: 60px 0 140px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .generation {
        display: block;
        padding: 0;
        height: 100vh;
    }
    .generation > div {
        padding: 190px 0;
        position: sticky;
        top: 0;
        height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
    }
}
.generation__main {
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    .generation__main .number_sec_2 {
        left: 50px;
    }
}
@media only screen and (min-width: 1768px) {
    .generation__main .number_sec_2 {
        left: 30px;
    }
}
.generation__main .generation_sl {
    position: relative;
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .generation__main .generation_sl .gorizontal-slider-slides {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .generation__main .generation_sl .gorizontal-slider-slides {
        max-width: 900px;
    }
}
.generation__main .generation_sl .generation_sl_track {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
.generation__main .generation_sl .generation_sl_track .generation_sl_block {
    transition: 1s ease-out;
}
@media only screen and (min-width: 320px) {
    .generation__main .generation_sl .generation_sl_track .generation_sl_block {
        width: calc(100vw - 60px) !important;
        flex: 0 0 calc(100vw - 60px) !important;
        padding: 0;
    }
}
@media only screen and (min-width: 992px) {
    .generation__main .generation_sl .generation_sl_track .generation_sl_block {
        width: calc(60vw - 60px) !important;
        flex: 0 0 calc(60vw - 60px) !important;
        padding: 0 0 0 5vw;
    }
}
@media only screen and (min-width: 1600px) {
    .generation__main .generation_sl .generation_sl_track .generation_sl_block {
        width: 67vw !important;
        flex: 0 0 67vw !important;
        padding: 0 0 0 0;
        margin: 0 40px;
    }
}
.generation__main .generation_sl .generation_sl_track .generation_sl_block h3 {
    display: table;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    color: #d7d7d7;
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .generation__main .generation_sl .generation_sl_track .generation_sl_block h3 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .generation__main .generation_sl .generation_sl_track .generation_sl_block h3 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1200px) {
    .generation__main .generation_sl .generation_sl_track .generation_sl_block h3 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1366px) {
    .generation__main .generation_sl .generation_sl_track .generation_sl_block h3 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1600px) {
    .generation__main .generation_sl .generation_sl_track .generation_sl_block h3 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 320px) {
    .generation__main .generation_sl .generation_sl_track .generation_sl_block h3 br {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .generation__main .generation_sl .generation_sl_track .generation_sl_block h3 br {
        display: block;
    }
}
.generation__main .generation_sl .generation_sl_track .generation_sl_block.active h3 {
    font-weight: 300;
    color: #e23b91;
}
@media only screen and (min-width: 320px) {
    .generation__main .generation_sl .generation_sl_track .generation_sl_block.active h3 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .generation__main .generation_sl .generation_sl_track .generation_sl_block.active h3 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1366px) {
    .generation__main .generation_sl .generation_sl_track .generation_sl_block.active h3 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1600px) {
    .generation__main .generation_sl .generation_sl_track .generation_sl_block.active h3 {
        font-size: 46px;
    }
}
@media only screen and (min-width: 320px) {
    .generation__main .generation_sl .arr_l, .generation__main .generation_sl .arr_r {
        display: block !important;
    }
}
@media only screen and (min-width: 1200px) {
    .generation__main .generation_sl .arr_l, .generation__main .generation_sl .arr_r {
        display: none !important;
    }
}
.generation__main .generation_sl .arr_l {
    position: absolute;
    bottom: -70px;
    left: calc(100vw - 130px);
}
.generation__main .generation_sl .arr_l svg {
    stroke: #6a6a6a;
}
.generation__main .generation_sl .arr_l:hover svg {
    stroke: #e23b91;
}
.generation__main .generation_sl .arr_r {
    position: absolute;
    bottom: -70px;
    left: calc(100vw - 75px);
}
.generation__main .generation_sl .arr_r svg {
    stroke: #6a6a6a;
}
.generation__main .generation_sl .arr_r:hover svg {
    stroke: #e23b91;
}
.catalog {
    background-color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
@media only screen and (min-width: 1200px) {
    .catalog.catalog_dop {
        padding-top: 100px;
    }
}
.catalog .catalog_bg {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #eaeaea;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 320px) {
    .catalog .catalog_bg {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog .catalog_bg {
        display: block;
    }
}
.catalog__main {
    width: 100%;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .catalog__main h2 {
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main h2 {
        margin-bottom: 88px;
    }
}
.catalog__main .catalog_sl {
    width: 100%;
    position: relative;
}
.catalog__main .catalog_sl .catalog_sl_track {
    position: relative;
    display: flex;
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track {
        width: 1000000%;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
.catalog__main .catalog_sl .catalog_sl_track .catalog_cont {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont {
        max-width: 520px;
        width: calc(100vw - 60px);
        padding: 0px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont {
        max-width: none;
        width: 25%;
        padding: 0;
        margin: 0;
    }
}
.catalog__main .catalog_sl .catalog_sl_track .catalog_cont:before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 70%);
    z-index: 3;
    transition: 0.5s ease-out;
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont:before {
        width: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont:before {
        width: 100%;
    }
}
.catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_img {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_img {
        height: calc(100% / 16 * 6);
    }
}
@media only screen and (min-width: 560px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_img {
        height: calc(100% / 16 * 9);
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_img {
        height: 100%;
    }
}
.catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_img iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text {
    width: 100%;
    background-color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: 0.5s ease-out;
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text {
        position: relative;
        padding-top: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text {
        height: 100%;
        position: absolute;
        top: 0;
        padding: 8% 8% 8% 7%;
        left: 0;
    }
}
@media only screen and (min-width: 1768px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text {
        padding: 20% 20% 20% 19%;
    }
}
.catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    transition: 0.5s ease-out;
    transition-delay: 0.5s;
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        padding-left: 15px;
    }
}
.catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_h3 {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_h3 {
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_h3 {
        padding-bottom: 70px;
    }
}
.catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_h3 h3 {
    min-width: 160px;
    width: 100%;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    color: #000;
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_h3 h3 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_h3 h3 {
        font-size: 3vmin;
    }
  }
  @media only screen and (min-width: 1366px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_h3 h3 {
        font-size: 2.5vmin;
    }
  }
  @media only screen and (min-width: 1600px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_h3 h3 {
        font-size: 30px;
    }
  }
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_h3 h3 br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_h3 h3 br {
        display: block;
    }
}
.catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_h3 .polo_block_rec {
    width: 5px;
    height: 5px;
    background-color: #9e9e9e;
    position: absolute;
    left: -15px;
    bottom: 93%;
    opacity: 0;
    transform: rotate(45deg);
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_h3 .polo_block_rec {
        left: 160px;
        bottom: 19px;
        filter: blur(0px);
        opacity: 1;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_h3 .polo_block_rec {
        left: -15px;
        bottom: 93%;
        opacity: 0;
        animation-delay: 1s;
    }
}
.catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_h3 .polo_block_polo {
    height: 1px;
    background-color: #9e9e9e;
    position: absolute;
    left: 0;
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_h3 .polo_block_polo {
        max-width: 165px;
        width: 100%;
        bottom: 21px;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_h3 .polo_block_polo {
        max-width: 0;
        width: 100%;
        bottom: 33px;
    }
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_cont_text_p p {
        font-size: 16px;
    }
  }
  @media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_cont_text_p p {
        font-size: 2.5vmin;
    }
  }
  @media only screen and (min-width: 1366px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_cont_text_p p {
        font-size: 2vmin;
    }
  }
  @media only screen and (min-width: 1600px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_cont_text_p p {
        font-size: 20px;
    }
  }
  .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_cont_text_p {
    width: 100%;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    color: #747474;
    line-height: 1.8;
    padding-bottom: 40px;
    position: relative;
  }
  @media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_cont_text_p {
        font-size: 16px;
    }
  }
  @media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_cont_text_p {
        font-size: 2.5vmin;
    }
  }
  @media only screen and (min-width: 1366px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_cont_text_p {
        font-size: 2vmin;
    }
  }
  @media only screen and (min-width: 1600px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_cont_text_p {
        font-size: 20px;
    }
  }
  .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_cont_text_p .arr_all {
    position: absolute;
    bottom: 0;
  }
  @media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_cont_text_p .arr_all {
        left: 0;
    }
  }
  @media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_text .catalog_cont_text_all .catalog_cont_text_p .arr_all {
        right: 10px;
    }
  }
.catalog__main .catalog_sl .catalog_sl_track .catalog_cont.active {
    z-index: 2;
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.active:before {
        width: 0;
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.active .catalog_cont_text {
        left: 100%;
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.active .catalog_cont_text .catalog_cont_text_all {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.active .catalog_cont_text .catalog_cont_text_all .polo_block_rec {
        animation: polo_block_rec 1s ease-in-out;
        animation-fill-mode: forwards;
        animation-delay: 1s;
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.active .catalog_cont_text .catalog_cont_text_all .polo_block_polo {
        animation: polo_block_polo 1s ease-in-out;
        animation-fill-mode: forwards;
        animation-delay: 1s;
    }
    @keyframes polo_block_polo {
        0% {
            max-width: 0;
        }
        50% {
            max-width: 0;
        }
        100% {
            max-width: 165px;
        }
    }
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.right_block .catalog_cont_text {
        padding-top: 20px;
        text-align: left;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.right_block .catalog_cont_text {
        padding: 8% 8% 8% 7%;
        text-align: right;
    }
}
@media only screen and (min-width: 1768px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.right_block .catalog_cont_text {
        padding: 20% 20% 20% 19%;
    }
}
.catalog__main .catalog_sl .catalog_sl_track .catalog_cont.right_block .catalog_cont_text .catalog_cont_text_all {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.5s ease-out;
    transition-delay: 0.5s;
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.right_block .catalog_cont_text .catalog_cont_text_all {
        justify-content: flex-start;
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.right_block .catalog_cont_text .catalog_cont_text_all {
        justify-content: flex-end;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        padding-right: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.right_block .catalog_cont_text .catalog_cont_text_all .catalog_h3 .polo_block_rec {
        left: auto;
        right: -15px;
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.right_block .catalog_cont_text .catalog_cont_text_all .catalog_h3 .polo_block_polo {
        left: auto;
        right: 0;
    }
}
.catalog__main .catalog_sl .catalog_sl_track .catalog_cont.right_block .catalog_cont_text .catalog_cont_text_all .arr_all {
    left: 0;
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.right_block .catalog_cont_text .catalog_cont_text_all .arr_all {
        right: 0;
        left: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.right_block.active:before {
        width: 0;
        left: 100%;
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.right_block.active .catalog_cont_text {
        left: -100%;
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.right_block.active .catalog_cont_text .catalog_cont_text_all {
        animation: none;
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.right_block.active .catalog_cont_text .catalog_cont_text_all .polo_block_rec {
        animation: polo_block_rec_r 1s ease-in-out;
        animation-fill-mode: forwards;
        animation-delay: 1s;
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.right_block.active .catalog_cont_text .catalog_cont_text_all .polo_block_polo {
        animation: polo_block_polo_r 1s ease-in-out;
        animation-fill-mode: forwards;
        animation-delay: 1s;
    }
}
.catalog__main .catalog_sl .catalog_sl_track .catalog_cont.double {
    width: 66.666%;
    height: calc(width / 16 * 6);
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.double .catalog_cont_img {
        height: calc(100vh / 16 * 6);
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.double .catalog_cont_img {
        height: 100%;
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.double .catalog_cont_img.youtube_code {
        height: calc(66.6vw / 16 * 7.1);
    }
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.double .catalog_cont_text {
        width: 100%;
        padding-top: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.double .catalog_cont_text {
        width: 50%;
        padding: 8% 7% 8% 8%;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont.right_block.double:hover .catalog_cont_text {
        left: -50%;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont:not(.right_block).double:hover .catalog_cont_text {
        right: -50%;
    }
}
@keyframes polo_block_rec {
    0% {
        opacity: 0;
        left: -15px;
        bottom: 93%;
        filter: blur(0px);
    }
    0.1% {
        opacity: 1;
    }
    25% {
        filter: blur(2px);
    }
    50% {
        left: -15px;
        bottom: 31px;
        filter: blur(0px);
    }
    75% {
        filter: blur(2px);
    }
    100% {
        left: 160px;
        bottom: 31px;
        filter: blur(0px);
        opacity: 1;
    }
}
@keyframes polo_block_rec_r {
    0% {
        opacity: 0;
        right: -15px;
        bottom: 93%;
        filter: blur(0px);
    }
    0.1% {
        opacity: 1;
    }
    25% {
        filter: blur(2px);
    }
    50% {
        right: -15px;
        bottom: 31px;
        filter: blur(0px);
    }
    75% {
        filter: blur(2px);
    }
    100% {
        right: 160px;
        bottom: 31px;
        filter: blur(0px);
        opacity: 1;
    }
}
@keyframes polo_block_polo {
    0% {
        max-width: 0;
    }
    50% {
        max-width: 0;
    }
    100% {
        max-width: 165px;
    }
}
@keyframes polo_block_polo_r {
    0% {
        max-width: 0;
    }
    50% {
        max-width: 0;
    }
    100% {
        max-width: 165px;
    }
}
.catalog__main .catalog_sl .arr_l {
    position: absolute;
    left: calc(100vw - 100px);
    bottom: 70px;
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .arr_l {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .arr_l {
        display: none;
    }
}
.catalog__main .catalog_sl .arr_r {
    position: absolute;
    left: calc(100vw - 45px);
    bottom: 70px;
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .catalog__main .catalog_sl .arr_r {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .catalog__main .catalog_sl .arr_r {
        display: none;
    }
}
.peace {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .peace {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .peace {
        padding: 100px 0 50px 0;
        height: 95vh;
    }
}
@media only screen and (min-width: 320px) {
    .peace.peace_div {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .peace.peace_div {
        padding: 100px 0 100px 0;
        height: auto;
    }
}
.peace__main {
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    .peace__main .number_sec {
        left: 50px;
    }
}
@media only screen and (min-width: 1768px) {
    .peace__main .number_sec {
        left: 30px;
    }
}
.peace__main__item {
    width: 100%;
}
.peace__main__item h2 {
    width: 100%;
    margin-bottom: 40px;
}
.peace__main__item .peace_text p {
    color: #5b5b5b;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    margin-bottom: 20px;
    text-align: justify;
}
@media only screen and (min-width: 320px) {
    .peace__main__item .peace_text p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .peace__main__item .peace_text p {
        font-size: 18px;
    }
}
.peace .peace_map {
    background: url(../img/planet.svg) 50% 50% no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 320px) {
    .peace .peace_map {
        width: 100%;
        position: relative;
        margin: 45px auto;
        height: calc(100vh / 16 * 4);
    }
}
@media only screen and (min-width: 768px) {
    .peace .peace_map {
        width: 75%;
        margin: 0 auto;
        height: calc(100vh / 16 * 9);
    }
}
@media only screen and (min-width: 1200px) {
    .peace .peace_map {
        position: absolute;
        right: -7%;
        bottom: 10vh;
    }
}
@media only screen and (min-width: 1366px) {
    .peace .peace_map {
        right: -5%;
        bottom: 7vh;
    }
}
@media only screen and (min-width: 1600px) {
    .peace .peace_map {
        bottom: 5vh;
    }
}
.allicons {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background-color: #fff;
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .allicons {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .allicons {
        padding: 100px 0 100px 0;
    }
}
.allicons__main .number_sec {
    top: 650px;
}
@media only screen and (min-width: 320px) {
    .allicons__main h2 {
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .allicons__main h2 {
        margin-bottom: 88px;
    }
}
.allicons__main__item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .allicons__main__item {
        row-gap: 80px;
    }
}
@media only screen and (min-width: 768px) {
    .allicons__main__item {
        row-gap: 110px;
    }
}
.allicons__main__item .allicons_block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
}
@media only screen and (min-width: 320px) {
    .allicons__main__item .allicons_block {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .allicons__main__item .allicons_block {
        width: 50%;
        padding: 0 30px;
    }
}
@media only screen and (min-width: 992px) {
    .allicons__main__item .allicons_block {
        width: 33.333%;
    }
}
.allicons_block_svg {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 320px) {
    .allicons_block_svg {
        width: 210px;
        height: 210px;
    }
}
@media only screen and (min-width: 320px) {
    .allicons_block_svg.min {
        height: 160px;
    }
}
@media only screen and (min-width: 768px) {
    .allicons_block_svg.min {
        height: 240px;
    }
}
.allicons_block_svg a {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-out;
    transform: scale(1);
}
.allicons_block_svg a.max-w {
    max-width: 100%;
}
.allicons_block_svg a.allicons_block_svg_bg {
    width: 100%;
    height: 100%;
}
.allicons_block_svg a.allicons_block_svg_bg.icon_dop_1 {
    background: url(../img/icon_dop_1.svg) 50% 50% no-repeat;
    background-size: contain;
}
.allicons_block_svg a.allicons_block_svg_bg.icon_dop_2 {
    background: url(../img/icon_dop_2.svg) 50% 50% no-repeat;
    background-size: contain;
}
.allicons_block_svg a.allicons_block_svg_bg.icon_dop_3 {
    background: url(../img/icon_dop_3.svg) 50% 50% no-repeat;
    background-size: contain;
}
.allicons_block_svg a.allicons_block_svg_bg.icon_dop_4 {
    background: url(../img/icon_dop_4.svg) 50% 50% no-repeat;
    background-size: contain;
}
.allicons_block_svg a.allicons_block_svg_bg.icon_dop_5 {
    background: url(../img/icon_dop_5.svg) 50% 50% no-repeat;
    background-size: contain;
}
.allicons_block_svg a.allicons_block_svg_bg.icon_dop_6 {
    background: url(../img/icon_dop_6.svg) 50% 50% no-repeat;
    background-size: contain;
}
.allicons_block_svg a.allicons_block_svg_bg.icon_dop_7 {
    background: url(../img/icon_dop_7.svg) 50% 50% no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 320px) {
    .allicons_block_svg a.allicons_block_svg_bg.icon_dop_7 {
        width: 60%;
    }
}
@media only screen and (min-width: 768px) {
    .allicons_block_svg a.allicons_block_svg_bg.icon_dop_7 {
        width: 40%;
    }
}
.allicons__main__item .allicons_block h3 {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .allicons__main__item .allicons_block h3 {
        margin: 20px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .allicons__main__item .allicons_block h3 {
        margin: 45px 0;
    }
}

.allicons__main__item .allicons_block p {
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    text-align: justify;
    line-height: 24.96px;
}
@media only screen and (min-width: 320px) {
    .allicons__main__item .allicons_block p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .allicons__main__item .allicons_block p {
        font-size: 18px;
        margin-bottom: 45px;
    }
}
.allicons__main__item .allicons_block h3 a {
    display: table;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    color: #e23b91;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}
.allicons__main__item .allicons_block .only_arrow {
    display: inline-block;
    width: 41px;
    height: 19px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.allicons__main__item .allicons_block .only_arrow .svg_orange {
    stroke: #e23b91;
    transition: 0.4s ease-out;
    position: absolute;
    top: 0;
    left: -55px;
    transition: all 0.3s ease-out;
}
.allicons__main__item .allicons_block .only_arrow .svg_black {
    stroke: #000;
    transition: 0.4s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out;
}
.allicons__main__item .allicons_block:hover .allicons_block_svg a {
    transform: scale(1.05);
}
.allicons__main__item .allicons_block:hover h3 a {
    color: #e23b91;
}
.allicons__main__item .allicons_block:hover .only_arrow .svg_orange {
    left: 0;
}
.allicons__main__item .allicons_block:hover .only_arrow .svg_black {
    left: 55px;
}
.kluch {
    background-color: #fff;
    position: relative;
    z-index: 3;
}
.kluch .kluch_bg {
    background-color: #eaeaea;
}
@media only screen and (min-width: 320px) {
    .kluch .kluch_bg {
        padding: 50px 0 100px 0;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    }
}
@media only screen and (min-width: 1200px) {
    .kluch .kluch_bg {
        padding: 100px 0 140px 0;
        clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
    }
}
.kluch__main__item {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .kluch__main__item {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .kluch__main__item {
        width: 50%;
        margin-right: 30px;
        float: right;
    }
}
@media only screen and (min-width: 1366px) {
    .kluch__main__item {
        margin-right: 100px;
    }
}
@media only screen and (min-width: 320px) {
    .kluch__main__item h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .kluch__main__item h2 {
        text-align: right;
    }
}
@media only screen and (min-width: 320px) {
    .kluch__main__item .kluch_svg {
        max-width: 500px;
        width: 100%;
        height: calc(-100% / 16 * 9);
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .kluch__main__item .kluch_svg {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: calc(-90% + 50px);
        width: 500px;
        height: 280px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1366px) {
    .kluch__main__item .kluch_svg {
        max-width: 570px;
        width: 100%;
        height: 330px;
        left: calc(-70% + 50px);
    }
}
@media only screen and (min-width: 1600px) {
    .kluch__main__item .kluch_svg {
        max-width: 590px;
        width: 100%;
        height: 340px;
    }
}
.kluch__main__item .kluch_svg span {
    display: block;
    width: 100%;
    height: 100%;
}
.kluch__main__item h3 {
    width: 100%;
    text-transform: uppercase;
    font-size: 19px;
    color: #656565;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin-bottom: 20px;
}
@media only screen and (min-width: 320px) {
    .kluch__main__item h3 {
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    .kluch__main__item h3 {
        text-align: right;
    }
}
@media only screen and (min-width: 320px) {
    .kluch__main__item .arrow_next {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1200px) {
    .kluch__main__item .arrow_next {
        margin: 0;
        float: right;
    }
}
.product {
    background-color: #fff;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .product.new {
        padding-top: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .product.new {
        padding-top: 100px;
    }
}
.product.new .date_news {
    color: #e23b91;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
}
@media only screen and (min-width: 320px) {
    .product.new .date_news {
        font-size: 15px;
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .product.new .date_news {
        font-size: 17px;
        margin-bottom: 15px;
    }
}
.product.pad_b {
    padding-bottom: 50px;
}
@media only screen and (min-width: 320px) {
    .product.pad_b_m {
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .product.pad_b_m {
        padding-bottom: 50px;
    }
}
.product .product_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
@media only screen and (min-width: 320px) {
    .product .product_box {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .product .product_box {
        display: block;
    }
}
.product .product_box .block_shadow_3_1_1 {
    left: -760px;
    bottom: 20%;
    transform: none;
}
.product .product_box .block_shadow_3_1_2 {
    top: 20%;
    right: -760px;
    left: auto;
    transform: none;
}
.product__main {
    display: flex;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .product__main {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .product__main {
        justify-content: space-between;
    }
}
.product__main .number_sec {
    top: 650px;
}
.product__main .number_sec.number_sec_top_2 {
    top: 750px;
}
.product_svg_cont {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .product_svg_cont {
        width: 100%;
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_svg_cont {
        width: calc(100% - 720px);
        margin-bottom: 0;
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 1366px) {
    .product_svg_cont {
        width: calc(100% - 920px);
    }
}
@media only screen and (min-width: 1600px) {
    .product_svg_cont {
        width: calc(100% - 1020px);
    }
}
@media only screen and (min-width: 1200px) {
    .product_svg_cont.pad_bot {
        padding-bottom: 173px;
    }
}
@media only screen and (min-width: 1600px) {
    .product_svg_cont.pad_bot {
        padding-bottom: 173px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_svg_cont.pad_b_45 {
        padding-bottom: 45px;
    }
}
.product_svg_cont .product_svg {
    position: sticky;
    top: 80px;
    left: 0;
}
@media only screen and (min-width: 320px) {
    .product_svg_cont .product_svg {
        max-width: 300px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .product_svg_cont .product_svg .lottie svg,
    .product_svg_cont .product_svg.product_svg_img img {
        max-height: 360px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_svg_cont .product_svg {
        max-width: 80%;
        max-height: 360px;
        margin: 0 auto;
        top: 250px;
        margin-bottom: 0;
    }
}
.product_svg_cont .product_svg.ic_svg_1 {
    height: 200px;
}
.product_svg_cont .product_svg.ic_svg_2 {
    height: 160px;
}
.product_svg_cont .product_svg svg,
.product_svg_cont .product_svg img {
    display: block;
    margin: 0 auto;
    height: 100%;
    max-width: 100%;
    max-height: 240px;
    object-fit: contain;
}
.product_svg_cont .product_svg.product_svg_img {
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.product_svg_cont .product_svg.product_svg_img img {
    display: block;
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
}
.product_svg_cont .product_svg.team {
    width: 350px;
    max-height: 490px;
    height: 100%;
}
.product_svg_cont .product_svg.team img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}
.product_svg_cont .product_svg h3 {
    display: table;
    text-align: center;
    margin: 0 auto;
    color: #212121;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    position: absolute;
}
@media only screen and (min-width: 320px) {
    .product_svg_cont .product_svg h3 {
        margin-top: 20px;
        opacity: 1;
        top: 95%;
        font-size: 18px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_svg_cont .product_svg h3 {
        width: 80%;
        margin-top: 45px;
        opacity: 0;
        top: 100%;
    }
}
@media only screen and (min-width: 1600px) {
    .product_svg_cont .product_svg h3 {
        width: 100%;
        margin-top: 45px;
        font-size: 20px;
    }
}
.product_svg_cont .product_svg.active h3 {
    opacity: 1;
}
.product_svg_cont .product_svg .product_svg_title {
    margin-top: 30px;
    text-align: center;
    color: #3a3a3a;
}
.product_svg_cont .product_svg .product_svg_title h4 {
    text-transform: uppercase;
    font-weight: 300;
}
@media only screen and (min-width: 320px) {
    .product_svg_cont .product_svg .product_svg_title h4 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_svg_cont .product_svg .product_svg_title h4 {
        font-size: 20px;
    }
}
.product_svg_cont .product_svg .product_svg_title .polo {
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    margin: 10px 0;
}
.product_svg_cont .product_svg .product_svg_title p {
    font-weight: 200;
}
@media only screen and (min-width: 320px) {
    .product_svg_cont .product_svg .product_svg_title p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_svg_cont .product_svg .product_svg_title p {
        font-size: 20px;
    }
}
.product__main .product_top {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .product__main .product_top {
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .product__main .product_top {
        margin-bottom: 70px;
        max-height: 56px;
        height: 100%;
        /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); */
    }
}
@media only screen and (min-width: 320px) {
    .product__main .product_top .product_top_all {
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        row-gap: 30px;
        column-gap: 60px;
        transition: 0.5s ease-out;
    }
}
@media only screen and (min-width: 768px) {
    .product__main .product_top .product_top_all {
        flex-wrap: nowrap;
        row-gap: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .product__main .product_top .product_top_all {
        width: 720px;
        float: right;
        margin-top: 60px;
    }
}
@media only screen and (min-width: 1366px) {
    .product__main .product_top .product_top_all {
        width: 970px;
    }
}
.product__main .product_top .product_top_all .product_top_cont {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}
.product__main .product_top .product_top_all .product_top_cont:nth-child(1):before {
    display: none;
}
.product__main .product_top .product_top_all .product_top_cont:before {
    content: '';
    width: 1px;
    height: 120%;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    background-color: #aeaeae;
}
@media only screen and (min-width: 320px) {
    .product__main .product_top .product_top_all .product_top_cont:before {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .product__main .product_top .product_top_all .product_top_cont:before {
        display: block;
    }
}
.product__main .product_top .product_top_all .product_top_cont .p_cont_1, .product__main .product_top .product_top_all .product_top_cont .p_cont_3 {
    text-align: left;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    color: #787878;
}
@media only screen and (min-width: 320px) {
    .product__main .product_top .product_top_all .product_top_cont .p_cont_1, .product__main .product_top .product_top_all .product_top_cont .p_cont_3 {
        font-size: 12px;
    }
}
@media only screen and (min-width: 560px) {
    .product__main .product_top .product_top_all .product_top_cont .p_cont_1, .product__main .product_top .product_top_all .product_top_cont .p_cont_3 {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1366px) {
    .product__main .product_top .product_top_all .product_top_cont .p_cont_1, .product__main .product_top .product_top_all .product_top_cont .p_cont_3 {
        font-size: 14px;
    }
}
.product__main .product_top .product_top_all .product_top_cont .p_cont_3 {
    display: flex;
    height: 100%;
    align-items: flex-end;
    padding-bottom: 5px;
}
.product__main .product_top .product_top_all .product_top_cont .p_cont_2 {
    text-transform: uppercase;
    font-family: 'oswald';
    font-weight: 400;
    color: #3a3a3a;
}
@media only screen and (min-width: 320px) {
    .product__main .product_top .product_top_all .product_top_cont .p_cont_2 {
        font-size: 20px;
        margin: 0 10px;
    }
}
@media only screen and (min-width: 560px) {
    .product__main .product_top .product_top_all .product_top_cont .p_cont_2 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 768px) {
    .product__main .product_top .product_top_all .product_top_cont .p_cont_2 {
        margin: 0 25px;
    }
}
@media only screen and (min-width: 1200px) {
    .product__main .product_top .product_top_all .product_top_cont .p_cont_2 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1366px) {
    .product__main .product_top .product_top_all .product_top_cont .p_cont_2 {
        font-size: 45px;
    }
}
.product__main .product_top.anime .product_top_all {
    margin-top: 0;
}
.product__main__item table tr td{
    padding: 0 5px;
}
@media only screen and (min-width: 320px) {
    .product__main__item {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .product__main__item {
        width: 720px;
    }
}
@media only screen and (min-width: 1366px) {
    .product__main__item {
        width: 920px;
    }
}
@media only screen and (min-width: 1600px) {
    .product__main__item {
        width: 1020px;
    }
}
.product_sec {
    width: 100%;
    margin-bottom: 40px;
}
.product_sec .block_v {
    max-width: 395px;
    width: 100%;
    box-shadow: inset 0 0 0 1px #cad3dc;
    position: relative;
}
.product_sec .block_v:nth-child(1) {
    z-index: 5;
}
.product_sec .block_v:nth-child(2) {
    z-index: 4;
}
.product_sec .block_v:nth-child(3) {
    z-index: 3;
}
.product_sec .block_v:nth-child(4) {
    z-index: 2;
}
.product_sec .block_v:nth-child(5) {
    z-index: 1;
}
.product_sec .block_v .block_arrow {
    width: 28px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    border-radius: 5px;
    background-color: #c7cfd7;
}
.product_sec .block_v .block_arrow:before {
    content: '';
    display: block;
    width: 5px;
    width: 10px;
    height: 5px;
    background: url(../img/arr_vipod.svg) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    transition: 0.3s ease-out;
}
.product_sec .block_v .block_v_cont {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    position: relative;
    font-size: 16px;
    line-height: 19.01px;
    cursor: pointer;
}
.product_sec .block_v .block_v_cont p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.product_sec .block_v .block_v_cont:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(0);
    background: url(../images/vipod.html) 50% 50% no-repeat;
    background-size: contain;
    transition: 0.3s ease-out;
}
.product_sec .block_v .block_v_s {
    width: 100%;
    height: 0;
    min-height: 0;
    position: absolute;
    top: 44px;
    left: 0;
    transition: 0.3s ease-out;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #cad3dc;
    background-color: #fff;
}
.product_sec .block_v .block_v_s .block_v_s_text {
    display: flex;
    align-items: center;
    min-height: 30px;
    padding: 0 25px;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 19.01px;
    cursor: pointer;
}
.product_sec .block_v .block_v_s .block_v_s_text a {
    width: 100%;
    cursor: pointer;
    color: #3a3a3a;
}
.product_sec .block_v .block_v_s .block_v_s_text a:before, .product_sec .block_v .block_v_s .block_v_s_text a:after {
    background: #898989;
}
.product_sec .block_v .block_v_s .block_v_s_text:hover {
    background-color: #cad3dc;
}
.product_sec .block_v.opened .block_arrow:before {
    transform: translate(-50%, -50%) rotate(180deg);
}
.product_sec .block_v.opened .block_v_cont:before {
    transform: translateY(-50%) rotate(180deg);
}
.product_sec .block_v.opened .block_v_s {
    height: 100%;
    min-height: 60px;
}
.product_sec .block_v.opened.active .block_v_s {
    overflow: auto;
}
.product_sec .product_sec_form {
    width: 100%;
    background-color: #eff1f3;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_form {
        margin-top: 15px;
        padding: 30px 10px;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .product_sec_form {
        padding: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_sec_form {
        padding: 60px 90px;
        margin-top: 50px;
    }
}
.product_sec .product_sec_form form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
}
.product_sec .product_sec_form form .btn_orange {
    margin: 0 auto;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_form form .btn_orange {
        font-size: 13px;
    }
}
@media only screen and (min-width: 375px) {
    .product_sec .product_sec_form form .btn_orange {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_sec_form form .btn_orange {
        margin-top: 15px;
    }
}
.product_sec .product_sec_form form .form_cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
}
.product_sec .product_sec_form form .form_cont:nth-child(1) {
    z-index: 5;
}
.product_sec .product_sec_form form .form_cont:nth-child(2) {
    z-index: 4;
}
.product_sec .product_sec_form form .form_cont:nth-child(3) {
    z-index: 3;
}
.product_sec .product_sec_form form .form_cont:nth-child(4) {
    z-index: 2;
}
.product_sec .product_sec_form form .form_cont:nth-child(5) {
    z-index: 1;
}
.product_sec .product_sec_form form .form_cont .form_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px;
}
.product_sec .product_sec_form form .form_cont .form_block:nth-child(1) {
    z-index: 5;
}
.product_sec .product_sec_form form .form_cont .form_block:nth-child(2) {
    z-index: 4;
}
.product_sec .product_sec_form form .form_cont .form_block:nth-child(3) {
    z-index: 3;
}
.product_sec .product_sec_form form .form_cont .form_block:nth-child(4) {
    z-index: 2;
}
.product_sec .product_sec_form form .form_cont .form_block:nth-child(5) {
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_form form .form_cont .form_block {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .product_sec_form form .form_cont .form_block {
        width: calc(50% - 20px);
    }
}
.product_sec .product_sec_form form .form_cont .form_block .form_block_inp {
    width: 100%;
}
.product_sec .product_sec_form form .form_cont .form_block .form_block_inp span {
    display: table;
    font-size: 14px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    color: #3a3a3a;
    margin-bottom: 5px;
}
.product_sec .product_sec_form form .form_cont .form_block .form_block_inp input {
    width: 100%;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #cad3dc;
    margin: 0;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_form form .form_cont .form_block_v {
        width: 100%;
        position: relative;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_sec_form form .form_cont .form_block_v {
        width: calc(50% - 20px);
    }
}
.product_sec .product_sec_form form .form_cont .form_block_v:nth-child(1) {
    z-index: 10;
}
.product_sec .product_sec_form form .form_cont .form_block_v:nth-child(2) {
    z-index: 9;
}
.product_sec .product_sec_form form .form_cont .form_block_v:nth-child(3) {
    z-index: 8;
}
.product_sec .product_sec_form form .form_cont .form_block_v:nth-child(4) {
    z-index: 7;
}
.product_sec .product_sec_form form .form_cont .form_block_v:nth-child(5) {
    z-index: 6;
}
.product_sec .product_sec_form form .form_cont .form_block_v:nth-child(6) {
    z-index: 5;
}
.product_sec .product_sec_form form .form_cont .form_block_v:nth-child(7) {
    z-index: 4;
}
.product_sec .product_sec_form form .form_cont .form_block_v:nth-child(8) {
    z-index: 3;
}
.product_sec .product_sec_form form .form_cont .form_block_v:nth-child(9) {
    z-index: 2;
}
.product_sec .product_sec_form form .form_cont .form_block_v:nth-child(10) {
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_form form .form_cont .form_block_v.min {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .product_sec_form form .form_cont .form_block_v.min {
        width: calc(50% - 20px);
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_sec_form form .form_cont .form_block_v.min {
        width: calc(25% - 20px);
    }
}

.form-success {
    width: 100%;
    text-align: center !important;
    color: #e23b91 !important;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}
.form-success.active {
    opacity: 1;
    visibility: visible;
}

.product_sec .product_sec_form form .block_v {
    max-width: 100%;
    width: 100%;
    background-color: #fff;
}
.product_sec .product_sec_form form .block_v .block_v_cont p {
    font-size: 14px;
    font-weight: 200;
    color: #848484;
}
.product_sec .product_sec_form form .block_v .block_v_s a {
    font-size: 14px;
    font-weight: 200;
    color: #848484;
}
.product_sec .product_sec_form form .form_block_v.min_3 {
    position: relative;
}
.product_sec .product_sec_form form .form_block_v.min_3:nth-child(1) {
    z-index: 10;
}
.product_sec .product_sec_form form .form_block_v.min_3:nth-child(2) {
    z-index: 9;
}
.product_sec .product_sec_form form .form_block_v.min_3:nth-child(3) {
    z-index: 8;
}
.product_sec .product_sec_form form .form_block_v.min_3:nth-child(4) {
    z-index: 7;
}
.product_sec .product_sec_form form .form_block_v.min_3:nth-child(5) {
    z-index: 6;
}
.product_sec .product_sec_form form .form_block_v.min_3:nth-child(6) {
    z-index: 5;
}
.product_sec .product_sec_form form .form_block_v.min_3:nth-child(7) {
    z-index: 4;
}
.product_sec .product_sec_form form .form_block_v.min_3:nth-child(8) {
    z-index: 3;
}
.product_sec .product_sec_form form .form_block_v.min_3:nth-child(9) {
    z-index: 2;
}
.product_sec .product_sec_form form .form_block_v.min_3:nth-child(10) {
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_form form .form_block_v.min_3 {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .product_sec_form form .form_block_v.min_3 {
        width: calc(33.3% - 20px);
    }
}
.product_sec .product_sec_form form .form_block_v span {
    display: table;
    font-size: 14px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    color: #3a3a3a;
    margin-bottom: 5px;
}
.product_sec .contacts_sec {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .product_sec .contacts_sec {
        row-gap: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .contacts_sec {
        row-gap: 100px;
    }
}
.product_sec .contacts_sec .contacts_sec_block {
    width: 100%;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .product_sec .contacts_sec .contacts_sec_block .contacts_sec_block_text {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .contacts_sec .contacts_sec_block .contacts_sec_block_text {
        width: 330px;
        min-height: 335px;
    }
}
@media only screen and (min-width: 1366px) {
    .product_sec .contacts_sec .contacts_sec_block .contacts_sec_block_text {
        width: 400px;
    }
}
.product_sec .contacts_sec .contacts_sec_block .contacts_sec_block_text p {
    margin-bottom: 15px;
}
@media only screen and (min-width: 320px) {
    .product_sec .contacts_sec .contacts_sec_block .contacts_sec_block_text p.br_mob br {
        display: none;
    }
}
@media only screen and (min-width: 1366px) {
    .product_sec .contacts_sec .contacts_sec_block .contacts_sec_block_text p.br_mob br {
        display: block;
    }
}
.product_sec .contacts_sec .contacts_sec_block .contacts_map {
    position: relative;
    border: 1px solid #bababa;
}
@media only screen and (min-width: 320px) {
    .product_sec .contacts_sec .contacts_sec_block .contacts_map {
        width: 100%;
        margin-top: 30px;
        height: 235px;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .contacts_sec .contacts_sec_block .contacts_map {
        height: 335px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .contacts_sec .contacts_sec_block .contacts_map {
        width: calc(100vw - 110%);
        left: 350px;
        position: absolute;
        top: 0;
        margin-top: 0;
    }
}
@media only screen and (min-width: 1366px) {
    .product_sec .contacts_sec .contacts_sec_block .contacts_map {
        left: 400px;
    }
}
@media only screen and (min-width: 1600px) {
    .product_sec .contacts_sec .contacts_sec_block .contacts_map {
        left: 450px;
    }
}
.product_sec .contacts_sec .contacts_sec_block .contacts_map iframe {
    width: 100%;
    height: 100%;
}
.product_sec .product_svg {
    max-width: 720px;
    margin: 0 auto;
}
.product_sec .product_svg img {
    width: 100%;
    object-fit: cover;
}
.product_sec h2{
    text-align: left;
    display: block;
    text-transform: uppercase;
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin-bottom: 15px;
}
@media only screen and (min-width: 320px) {
    .product_sec h2 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec h2 {
        font-size: 38px;
    }
}
.product_sec h3{
    text-align: left;
    display: block;
    text-transform: uppercase;
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin-bottom: 15px;
}
@media only screen and (min-width: 320px) {
    .product_sec h3 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec h3 {
        font-size: 30px;
    }
}
.product_sec h4 {
    text-align: left;
    display: block;
    text-transform: uppercase;
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    margin-bottom: 15px;
}
@media only screen and (min-width: 320px) {
    .product_sec h4 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec h4 {
        font-size: 25px;
    }
}
.product_sec p, 
.product_sec figcaption,
.product_sec ul li, 
.product_sec ol li, 
.product_sec td, 
.product_sec th {
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    text-align: justify;
    line-height: 24.96px;
}
@media only screen and (min-width: 320px) {
    .product_sec p, 
    .product_sec figcaption,
    .product_sec ul li, 
    .product_sec ol li, 
    .product_sec td, 
    .product_sec th {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec p, 
    .product_sec figcaption,
    .product_sec ul li, 
    .product_sec ol li, 
    .product_sec td, 
    .product_sec th {
        font-size: 18px;
    }
}
.product_sec ol li {
    list-style: decimal;
}
.product_sec *:not(.product_sec_block) a {
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    line-height: 24.96px;
    transition: 0.3s ease-out;
}
@media only screen and (min-width: 320px) {
    .product_sec *:not(.product_sec_block) a {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec *:not(.product_sec_block) a {
        font-size: 18px;
    }
}
.product_sec *:not(.product_sec_block) a:hover {
    color: #e23b91;
}
.product_sec .p_italic_b {
    font-style: italic;
    font-weight: 400;
}
.product_sec .p_italic {
    font-style: italic;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .product_sec .p_italic {
        width: 100%;
        padding-top: 150px;
        padding-left: 100px;
        line-height: 1.7;
    }
}
.product_sec .p_italic.kov:before {
    content: '“';
    font-family: 'HelveticaNeueCyr';
    font-size: 500px;
    font-weight: 300;
    line-height: 1;
    color: #f2f4f6;
    position: absolute;
    left: -150px;
    z-index: -1;
}
@media only screen and (min-width: 320px) {
    .product_sec .p_italic.kov:before {
        top: -100px;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .p_italic.kov:before {
        top: 0;
    }
}

.product_sec ol {
    list-style: decimal;
    padding-left: 0;
}
.product_sec p, 
.product_sec ol, 
.product_sec ul {
    margin-bottom: 25px;
}
.product_sec ol
.product_sec ul {
    padding-left: 10px;
}
.product_sec ul li,
.product_sec ol li {
    padding-left: 20px;
    position: relative;
}
.product_sec ol li {
    margin-left: 20px;
    padding-left: 8px;
    position: relative;
}
.product_sec ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3a3a3a;
    position: absolute;
    top: 10px;
    left: 0;
}
.product_sec .mt_30 {
    margin-top: 30px;
}
.product_sec .mt_100 {
    margin-top: 100px;
}
.product_sec .financial {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    row-gap: 130px;
    padding: 60px 0;
}
.product_sec .financial .financial_block {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
@media only screen and (min-width: 320px) {
    .product_sec .financial .financial_block {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .financial .financial_block {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

.product_sec .financial .financial_block .financial_img {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
}
@media only screen and (min-width: 320px) {
    .product_sec .financial .financial_block .financial_img {
        width: 100%;
    }
}
@media only screen and (min-width: 480px) {
    .product_sec .financial .financial_block .financial_img {
        width: 385px;
        flex: 0 0 385px;
    }
}
@media only screen and (min-width: 320px) {
    .product_sec .financial .financial_block .financial_img {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .financial .financial_block .financial_img {
        margin-bottom: 0;
    }
}
.product_sec .financial .financial_block .financial_img img {
    max-width: 100%;
    width: auto;
}

@media only screen and (min-width: 1200px) {
    .product_sec .financial .financial_block.hovered .financial_img_text .arr_all{
        color: #e23b91;
        padding-right: 50px;
    }
    .product_sec .financial .financial_block.hovered .financial_img_text .arr_all:before {
        right: -10px;
    }
}
.product_sec .financial .financial_block .financial_img_text {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .product_sec .financial .financial_block .financial_img_text {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .financial .financial_block .financial_img_text {
        width: auto;
        padding-left: 30px;
    }
}
@media only screen and (min-width: 1600px) {
    .product_sec .financial .financial_block .financial_img_text {
        padding-left: 65px;
    }
}
@media only screen and (min-width: 320px) {
    .product_sec .financial .financial_block .financial_img_text h4 {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .financial .financial_block .financial_img_text h4 {
        text-align: left;
    }
}
.product_sec .financial .financial_block .financial_img_text p, .product_sec .financial .financial_block .financial_img_text ul, .product_sec .financial .financial_block .financial_img_text ol {
    margin: 0;
    margin-bottom: 15px;
}
.product_sec .financial .financial_block .financial_img_text .arr_all {
    position: absolute;
    bottom: -45px;
    right: 0;
}
.product_sec .financial .financial_block .financial_img_text form {
    margin-top: 30px;
}
.product_sec .financial .financial_block .financial_img_text form .financial_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 320px) {
    .product_sec .financial .financial_block .financial_img_text form .financial_block {
        row-gap: 15px;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 560px) {
    .product_sec .financial .financial_block .financial_img_text form .financial_block {
        column-gap: 15px;
        flex-wrap: nowrap;
    }
}
.product_sec .financial .financial_block .financial_img_text form .financial_block input {
    width: 100%;
}
.product_sec .financial .financial_block .financial_img_text form .financial_block .btn_orange {
    width: 165px;
    flex: 0 0 165px;
}
.product_sec .catalog {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    row-gap: 130px;
}
.product_sec .catalog .catalog_block {
    width: 100%;
    min-height: 340px;
}
.product_sec .catalog .catalog_block .catalog_img_text {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .product_sec .catalog .catalog_block .catalog_img_text {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .catalog .catalog_block .catalog_img_text {
        width: auto;
        padding-left: 285px;
    }
}
@media only screen and (min-width: 1600px) {
    .product_sec .catalog .catalog_block .catalog_img_text {
        padding-left: 320px;
    }
}
@media only screen and (min-width: 320px) {
    .product_sec .catalog .catalog_block .catalog_img_text h4 {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .catalog .catalog_block .catalog_img_text h4 {
        text-align: left;
    }
}
.product_sec .catalog .catalog_block .catalog_img_text p, .product_sec .catalog .catalog_block .catalog_img_text ul, .product_sec .catalog .catalog_block .catalog_img_text ol {
    margin: 0;
    margin-bottom: 15px;
}
.product_sec .catalog .catalog_block .catalog_img_text .catalog_img {
    width: 255px;
    flex: 0 0 255px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
}
@media only screen and (min-width: 320px) {
    .product_sec .catalog .catalog_block .catalog_img_text .catalog_img {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .catalog .catalog_block .catalog_img_text .catalog_img {
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
}
.product_sec .catalog .catalog_block .catalog_img_text .catalog_ic {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
}
@media only screen and (min-width: 320px) {
    .product_sec .catalog .catalog_block .catalog_img_text .catalog_ic {
        position: relative;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .catalog .catalog_block .catalog_img_text .catalog_ic {
        margin-top: 0;
        position: absolute;
        bottom: -65px;
        left: 285px;
    }
}
@media only screen and (min-width: 1600px) {
    .product_sec .catalog .catalog_block .catalog_img_text .catalog_ic {
        left: 320px;
    }
}
.catalog_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product_sec .product_sec_bot {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_bot {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .product_sec_bot {
        justify-content: space-between;
        row-gap: 30px;
        column-gap: 30px;
    }
}
.product_sec .product_sec_bot .arr_all_l {
    padding-right: 40px;
}
.product_sec .product_sec_bot .arr_all_l:hover {
    padding-right: 30px;
}
.product_sec .new_img_all_block {
    width: 100%;
    margin: 25px 0;
}
.product_sec .new_img_desc {
    display: inline-block;
}
@media only screen and (min-width: 320px) {
    .product_sec .new_img_desc {
        width: 100%;
        height: calc(100vw / 16 * 9);
        margin: 0 0 25px 0;
        object-fit: cover;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .new_img_desc {
        width: auto;
        height: auto;
        float: right;
        margin: 0 0 45px 45px;
    }
}
.product_sec .zaglushka {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .product_sec .zaglushka {
        width: 100%;
        margin: 0 0 25px 0;
        height: calc(100vw  / 16  * 9);
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .zaglushka {
        height: 490px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .zaglushka {
        width: 250px;
        margin: 0 0 45px 45px;
        height: 490px;
        float: right;
    }
}
.product_sec .zaglushka:after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/zaglushka.jpg) 50% 50% no-repeat;
    background-size: cover;
    z-index: 1;
    transition: 0.3s ease-out;
}
@media only screen and (min-width: 320px) {
    .product_sec .zaglushka:after {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .zaglushka:after {
        width: calc(100vw - 880px);
    }
}
@media only screen and (min-width: 1366px) {
    .product_sec .zaglushka:after {
        width: calc(100vw - 1000px);
    }
}
@media only screen and (min-width: 1600px) {
    .product_sec .zaglushka:after {
        width: calc(100vw - 1260px);
    }
}
@media only screen and (min-width: 1768px) {
    .product_sec .zaglushka:after {
        width: calc(100vw - 1390px);
    }
}
.product_sec .product_sec_block {
    background-color: #403f47;
    position: relative;
}
.wp-block-image img{
    object-fit: contain;
    height: auto;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_block {
        width: 100%;
        margin: 0 0 45px 0;
        padding: 100px 0 70px 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_sec_block {
        width: 320px;
        float: right;
        margin: 0 0 45px 45px;
        padding: 100px 25px 100px 65px;
    }
}
.product_sec .product_sec_block:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 20px solid transparent;
    border-left: 32px solid #fff;
    border-top: 12px solid #fff;
    z-index: 2;
}
.product_sec .product_sec_block:after {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #403f47;
    z-index: 1;
}
.product_sec .product_sec_block .product_sec_block_cont {
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_block .product_sec_block_cont {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        column-gap: 15px;
        row-gap: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .product_sec_block .product_sec_block_cont {
        justify-content: space-around;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_sec_block .product_sec_block_cont {
        justify-content: flex-end;
    }
}
.product_sec .product_sec_block .product_sec_block_cont .help {
    width: 50px;
    height: 50px;
    background: url(../img/help.svg) 50% 50% no-repeat;
    background-size: contain;
    margin-bottom: 20px;
    position: absolute;
    top: -60px;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_block .product_sec_block_cont .help {
        left: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_sec_block .product_sec_block_cont .help {
        left: -45px;
    }
}
.product_sec .product_sec_block .product_sec_block_cont a {
    display: table;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    position: relative;
    text-align: right;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_block .product_sec_block_cont a {
        padding-right: 50px;
        margin-right: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_sec_block .product_sec_block_cont a {
        padding-right: 60px;
        float: right;
        margin-right: 0;
    }
}
.product_sec .product_sec_block .product_sec_block_cont a svg {
    width: 39px;
    height: 17px;
    stroke: #ec8f34;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s ease-out;
}
.product_sec .product_sec_block .product_sec_block_cont a:hover svg {
    stroke: #e23b91;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_block .product_sec_block_cont a:hover svg {
        right: -5px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_sec_block .product_sec_block_cont a:hover svg {
        right: -15px;
    }
}
.product_sec .product_sec_block .product_sec_block_cont p {
    color: #fff;
    font-size: 19px;
    font-family: 'oswald';
    font-weight: 100;
    text-align: justify;
    position: relative;
    margin: 0;
    margin-top: 25px;
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_sec_block .product_sec_block_cont p {
        float: right;
    }
}
.product_sec .product_sec_block .product_sec_block_cont p:before {
    content: '“';
    display: block;
    position: absolute;
    top: -50px;
    font-size: 280px;
    color: rgba(255, 255, 255, 0.21);
    font-family: 'oswald';
    font-weight: 300;
    line-height: 1;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_block .product_sec_block_cont p:before {
        left: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_sec_block .product_sec_block_cont p:before {
        left: -60px;
    }
}
.product_sec .product_sec_icons {
    margin-top: 60px;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_icons {
        margin-bottom: 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_sec_icons {
        margin-bottom: 100px;
    }
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_icons h3 {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_sec_icons h3 {
        margin-bottom: 60px;
    }
}
.product_sec .product_sec_icons .product_sec_cont {
    width: 100%;
    display: flex;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_icons .product_sec_cont {
        justify-content: center;
        row-gap: 45px;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .product_sec_icons .product_sec_cont {
        justify-content: space-between;
    }
}
@media only screen and (min-width: 992px) {
    .product_sec .product_sec_icons .product_sec_cont {
        row-gap: 60px;
    }
}
.product_sec .product_sec_icons .product_sec_cont .industries_block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_icons .product_sec_cont .industries_block {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .product_sec_icons .product_sec_cont .industries_block {
        width: 360px;
    }
}
@media only screen and (min-width: 1366px) {
    .product_sec .product_sec_icons .product_sec_cont .industries_block {
        width: 430px;
    }
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_icon {
        width: 60px;
        height: 40px;
        flex: 0 0 60px;
        margin-right: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_icon {
        width: 80px;
        height: 60px;
        flex: 0 0 80px;
        margin-right: 30px;
    }
}
.product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_icon.icon_1 {
    background: url(../img/icon_1.svg) 50% 50% no-repeat;
    background-size: contain;
}
.product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_icon.icon_2 {
    background: url(../img/icon_2.svg) 50% 50% no-repeat;
    background-size: contain;
}
.product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_icon.icon_3 {
    background: url(../img/icon_3.svg) 50% 50% no-repeat;
    background-size: contain;
}
.product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_icon.icon_4 {
    background: url(../img/icon_4.svg) 50% 50% no-repeat;
    background-size: contain;
}
.product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_icon.icon_5 {
    background: url(../img/icon_5.svg) 50% 50% no-repeat;
    background-size: contain;
}
.product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_icon.icon_6 {
    background: url(../img/icon_6.svg) 50% 50% no-repeat;
    background-size: contain;
}
.product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_icon.icon_7 {
    background: url(../img/icon_7.svg) 50% 50% no-repeat;
    background-size: contain;
}
.product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_icon.icon_8 {
    background: url(../img/icon_8.svg) 50% 50% no-repeat;
    background-size: contain;
}
.product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_icon.icon_9 {
    background: url(../img/icon_9.svg) 50% 50% no-repeat;
    background-size: contain;
}
.product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_icon.icon_10 {
    background: url(../img/icon_10.svg) 50% 50% no-repeat;
    background-size: contain;
}
.product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_icon.icon_11 {
    background: url(../img/icon_11.svg) 50% 50% no-repeat;
    background-size: contain;
}
.product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_icon.icon_12 {
    background: url(../img/icon_12.svg) 50% 50% no-repeat;
    background-size: contain;
}
.product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_text p {
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    text-align: left;
    margin: 0;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_text p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .product_sec .product_sec_icons .product_sec_cont .industries_block .industries_block_text p {
        font-size: 20px;
    }
}
.product_sec .nexindustrial_cont {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .product_sec .nexindustrial_cont {
        row-gap: 45px;
        padding-top: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .nexindustrial_cont {
        row-gap: 0;
    }
}
.product_sec .nexindustrial_cont .nexindustrial_svg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media only screen and (min-width: 320px) {
    .product_sec .nexindustrial_cont .nexindustrial_svg {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .nexindustrial_cont .nexindustrial_svg {
        width: 50%;
    }
}
@media only screen and (min-width: 992px) {
    .product_sec .nexindustrial_cont .nexindustrial_svg {
        width: 33%;
    }
}
.product_sec .nexindustrial_cont .nexindustrial_svg .nexindustrial_block_svg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 320px) {
    .product_sec .nexindustrial_cont .nexindustrial_svg .nexindustrial_block_svg {
        height: 240px;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .nexindustrial_cont .nexindustrial_svg .nexindustrial_block_svg {
        height: 360px;
    }
}
.product_sec .nexindustrial_cont .nexindustrial_svg .nexindustrial_block_svg a {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-out;
    transform: scale(1);
}
.product_sec .nexindustrial_cont .nexindustrial_svg .nexindustrial_block_svg a.nexindustrial_svg_bg {
    width: 60%;
    height: 100%;
}
.product_sec .nexindustrial_cont .nexindustrial_svg h4 {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .product_sec .nexindustrial_cont .nexindustrial_svg h4 {
        margin: 20px 0;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .nexindustrial_cont .nexindustrial_svg h4 {
        margin: 45px 0;
    }
}
.product_sec .nexindustrial_cont .nexindustrial_svg h4 a {
    display: table;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    color: #212121;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}
@media only screen and (min-width: 320px) {
    .product_sec .nexindustrial_cont .nexindustrial_svg h4 a {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1600px) {
    .product_sec .nexindustrial_cont .nexindustrial_svg h4 a {
        font-size: 20px;
    }
}
.product_sec .nexindustrial_cont .nexindustrial_svg .only_arrow {
    margin: 0 auto;
}
.product_sec .nexindustrial_cont .nexindustrial_svg:hover .nexindustrial_block_svg a {
    transform: scale(1.05);
}
.product_sec .nexindustrial_cont .nexindustrial_svg:hover h4 a {
    color: #e23b91;
}
.product_sec .nexindustrial_cont .nexindustrial_svg:hover .only_arrow .svg_orange {
    left: 0;
}
.product_sec .nexindustrial_cont .nexindustrial_svg:hover .only_arrow .svg_black {
    left: 55px;
}
.product_sec .product_sec_sert {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_sec_sert {
        row-gap: 60px;
        margin-top: 60px;
        justify-content: center;
        column-gap: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_sec_sert {
        row-gap: 80px;
        margin-top: 70px;
        justify-content: space-between;
    }
}
.product_sec .product_sec_sert .product_sec_sert_block {
    max-width: 392px;
    width: 100%;
}
.product_sec .product_sec_sert .product_sec_sert_block .sert_block {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 480px) {
    .product_sec .product_sec_sert .product_sec_sert_block .sert_block {
        height: 554px;
    }
}
.product_sec .product_sec_sert .product_sec_sert_block .sert_block a,
.product_sec .product_sec_sert .product_sec_sert_block .sert_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_sec .product_sec_sert .product_sec_sert_block_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.product_sec .product_sec_sert .product_sec_sert_block_title .product_sec_sert_text {
    width: 240px;
}
.product_sec .product_sec_sert .product_sec_sert_block_title .product_sec_sert_text h3 {
    margin: 0;
}
.product_sec .product_sec_sert .product_sec_sert_block_title .product_sec_sert_text .polo {
    width: 100%;
    height: 1px;
    background-color: #cbcbcb;
    margin: 10px 0;
}
.product_sec .product_sec_sert .product_sec_sert_block_title .product_sec_sert_text p {
    margin: 0;
}
.product_sec .p_bold {
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 50px;
}
.product_sec .product_vakansii h2 {
    margin-bottom: 30px;
}

.product_sec .product_vakansii .product_vakansii_filter {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_vakansii .product_vakansii_filter {
        justify-content: center;
        padding-top: 50px;
        row-gap: 15px;
        column-gap: 30px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .product_sec .product_vakansii .product_vakansii_filter {
        justify-content: space-between;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_vakansii .product_vakansii_filter {
        padding-top: 0;
        row-gap: 0;
        margin-bottom: 60px;
    }
}
.product_sec .product_vakansii .product_vakansii_filter .filter {
    width: 48px;
    height: 42px;
    background: url(../img/filter.svg) 50% 50% no-repeat;
    background-size: cover;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_vakansii .product_vakansii_filter .filter {
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_vakansii .product_vakansii_filter .filter {
        position: relative;
    }
}
.product_sec .product_vakansii .product_vakansii_filter .filter_exit {
    width: 45px;
    height: 45px;
    border: 1px solid #cad3dc;
    position: relative;
    cursor: pointer;

    visibility: hidden;
    opacity: 0;

    transition: all .4s;
    display: none;
}
.product_sec .product_vakansii .product_vakansii_filter .filter_exit.active {
    opacity: 1;
    visibility: visible;
    display: flex;
}
@media only screen and (min-width: 320px) {
    .product_sec .product_vakansii .product_vakansii_filter .filter_exit {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_vakansii .product_vakansii_filter .filter_exit {
        position: relative;
    }
}
.product_sec .product_vakansii .product_vakansii_filter .filter_exit:before, .product_sec .product_vakansii .product_vakansii_filter .filter_exit:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #cad3dc;
    position: absolute;
    top: 50%;
    left: 50%;
}
.product_sec .product_vakansii .product_vakansii_filter .filter_exit:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.product_sec .product_vakansii .product_vakansii_filter .filter_exit:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.product_sec .product_vakansii .product_vakansii_filter .block_v {
    box-shadow: inset 0 0 0 1px #cad3dc;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_vakansii .product_vakansii_filter .block_v {
        max-width: 265px;
        width: 100%;
    }
}
@media only screen and (min-width: 1366px) {
    .product_sec .product_vakansii .product_vakansii_filter .block_v {
        max-width: 365px;
        width: 100%;
    }
}
@media only screen and (min-width: 1600px) {
    .product_sec .product_vakansii .product_vakansii_filter .block_v {
        max-width: 395px;
        width: 100%;
    }
}
.product_sec .product_vakansii .product_vakansii_filter .block_v:nth-child(1) {
    z-index: 5;
}
.product_sec .product_vakansii .product_vakansii_filter .block_v:nth-child(2) {
    z-index: 4;
}
.product_sec .product_vakansii .product_vakansii_filter .block_v:nth-child(3) {
    z-index: 3;
}
.product_sec .product_vakansii .product_vakansii_filter .block_v:nth-child(4) {
    z-index: 2;
}
.product_sec .product_vakansii .product_vakansii_filter .block_v:nth-child(5) {
    z-index: 1;
}
.product_sec .product_vakansii .product_vakansii_sec {
    display: flex;
    flex-wrap: wrap;
}
.product_sec .product_vakansii .product_vakansii_sec .product_vakansii_sec_block {
    width: 100%;
    background-color: #eff1f3;

    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;

    transition: all .4s;
}
.product_sec .product_vakansii .product_vakansii_sec .product_vakansii_sec_block.active {
    margin-bottom: 30px;
}

.product_sec .product_vakansii .product_vakansii_sec .product_vakansii_sec_block.active {
    height: auto;
    overflow: visible;
    opacity: 1;
    visibility: visible;
}
@media only screen and (min-width: 768px) {
    .product_sec .product_vakansii .product_vakansii_sec .product_vakansii_sec_block.active {
        padding: 30px 10px 30px;
    }
}
@media only screen and (min-width: 320px) {
    .product_sec .product_vakansii .product_vakansii_sec .product_vakansii_sec_block.active {
        padding: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_vakansii .product_vakansii_sec .product_vakansii_sec_block.active {
        padding: 30px 30px 30px 100px;
    }
}
.product_sec .product_vakansii .product_vakansii_sec .product_vakansii_sec_block .product_vakansii_sec_info {
    margin-bottom: 10px;
}
.product_sec .product_vakansii .product_vakansii_sec .product_vakansii_sec_block .product_vakansii_sec_info span {
    font-size: 17px;
    color: #989da3;
}
.product_sec .product_vakansii .product_vakansii_sec .product_vakansii_sec_block .arr_all:hover {
    margin-left: -10px;
}
.product_sec .product_vakansii .product_vakansii_sec p a {
    color: #e23b91;
}
.news {
    background-color: #fff;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .news {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .news {
        padding: 50px 0;
    }
}
.news__main .number_sec {
    top: 650px;
}
.news__main__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 130px;
    margin-bottom: 64px;
}
.news__main__item .news_cont {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .news__main__item .news_cont {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 992px) {
    .news__main__item .news_cont {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}
.news__main__item .news_cont.gallery_cont{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.news__main__item .news_cont.gallery_cont .news_cont_text{
    max-width: 100%;
}
@media only screen and (max-width: 1199px) {
    .news__main__item .news_cont.gallery_cont .slider .slider_sl .custom-slider-slides{
        width: calc(100vw - 60px);
    }
    .news__main__item .news_cont.gallery_cont .slider .slider_sl .slider_sl_track .slider_sl_block{
        width: calc(100vw - 60px);
    }
    .news__main__item .news_cont.gallery_cont .slider .slider_sl .slider_sl_track .slider_sl_block{
        opacity: .25;
        object-fit: cover;
    }
    .news__main__item .news_cont.gallery_cont .slider .slider_sl .slider_sl_track .slider_sl_block.active{
        opacity: 1;
        object-fit: cover;
    }
    .news__main__item .news_cont.gallery_cont .slider .slider_sl .slider_sl_track .slider_sl_block.active img{
        object-fit: cover;
    }
}
.news__main__item .news_cont.gallery_cont .slider{
    padding: 10px 0;
}
@media only screen and (min-width: 320px) {
    .news__main__item .news_cont.gallery_cont .slider .slider_sl{
        margin: 0 0 90px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .news__main__item .news_cont.gallery_cont .slider .slider_sl{
        margin: 0;
    }
}
.news__main__item .news_cont.gallery_cont .slider .slider_sl .custom-slider-slides{
    padding: 0;
}
.news__main__item .news_cont:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    position: absolute;
    top: -65px;
    right: 0;
}
.news__main__item .news_cont:nth-child(1):before {
    display: none;
}
.news__main__item .news_cont .news_cont_img {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 320px) {
    .news__main__item .news_cont .news_cont_img {
        width: auto;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .news__main__item .news_cont .news_cont_img {
        margin-right: 45px;
        width: 375px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1366px) {
    .news__main__item .news_cont .news_cont_img {
        width: 475px;
    }
}
@media only screen and (min-width: 1600px) {
    .news__main__item .news_cont .news_cont_img {
        width: 575px;
        margin-right: 55px;
    }
}
.news__main__item .news_cont .news_cont_img img {
    width: 100%;
    object-fit: contain;
}
@media only screen and (min-width: 320px) {
    .news__main__item .news_cont .news_cont_img.news_cont_video {
        width: 100%;
        height: calc(100vw / 16 * 7.3);
    }
}
@media only screen and (min-width: 768px) {
    .news__main__item .news_cont .news_cont_img.news_cont_video {
        height: calc(100vw / 16 * 9);
    }
}
@media only screen and (min-width: 992px) {
    .news__main__item .news_cont .news_cont_img.news_cont_video {
        height: 244px;
    }
}
@media only screen and (min-width: 1200px) {
    .news__main__item .news_cont .news_cont_img.news_cont_video {
        height: 295px;
    }
}
@media only screen and (min-width: 1366px) {
    .news__main__item .news_cont .news_cont_img.news_cont_video {
        height: 342px;
    }
}
@media only screen and (min-width: 1600px) {
    .news__main__item .news_cont .news_cont_img.news_cont_video {
        height: 383px;
    }
}
.news__main__item .news_cont .news_cont_img iframe{
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 320px) {
    .news__main__item .news_cont .news_cont_text {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .news__main__item .news_cont .news_cont_text {
        max-width: 790px;
        width: 100%;
    }
}
.news__main__item .news_cont .news_cont_text h3 {
    color: #e23b91;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin-bottom: 15px;
}
@media only screen and (min-width: 320px) {
    .news__main__item .news_cont .news_cont_text h3 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .news__main__item .news_cont .news_cont_text h3 {
        font-size: 30px;
    }
}
.news__main__item .news_cont .news_cont_text .date_news {
    color: #e23b91;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    margin-bottom: 15px;
}
@media only screen and (min-width: 320px) {
    .news__main__item .news_cont .news_cont_text .date_news {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .news__main__item .news_cont .news_cont_text .date_news {
        font-size: 17px;
    }
}
.news__main__item .news_cont .news_cont_text .opis_news {
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    margin-bottom: 45px;
}
@media only screen and (min-width: 320px) {
    .news__main__item .news_cont .news_cont_text .opis_news {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .news__main__item .news_cont .news_cont_text .opis_news {
        font-size: 18px;
    }
}
.news__main__item .news_cont .news_cont_text .arr_all:hover {
    margin-left: -10px;
    padding-right: 50px;
}
.slider {
    background-color: #fff;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .slider {
        padding: 10px 0 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .slider {
        padding: 100px 0;
    }
}
.slider .slider_sl {
    width: 100%;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .slider .slider_sl {
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .slider .slider_sl {
        margin-bottom: 90px;
    }
}
.slider .slider_sl .slider_sl_track {
    width: 50000%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media only screen and (min-width: 992px) {
    .slider .slider_sl .slider_sl_track {
        padding: 30px 0;
    }
}
.slider .slider_sl .slider_sl_track .slider_sl_block {
    transition: 0.4s ease-out;
    transform: scale(1);
    z-index: 1;
    transform-origin: 0 50%;
}
@media only screen and (min-width: 320px) {
    .slider .slider_sl .slider_sl_track .slider_sl_block {
        width: 100vw;
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (min-width: 768px) {
    .slider .slider_sl .slider_sl_track .slider_sl_block {
        height: auto;
    }
}
@media only screen and (min-width: 992px) {
    .slider .slider_sl .slider_sl_track .slider_sl_block {
        width: 33vw;
        width: auto;
    }
}
.slider .slider_sl .slider_sl_track .slider_sl_block .slider_sl_block_img {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .slider .slider_sl .slider_sl_track .slider_sl_block .slider_sl_block_img {
        width: auto;
        height: 300px;
    }
}
@media only screen and (min-width: 768px) {
    .slider .slider_sl .slider_sl_track .slider_sl_block .slider_sl_block_img {
        height: 360px;
    }
}
.slider .slider_sl .slider_sl_track .slider_sl_block .slider_sl_block_img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(6, 6, 6, 0.6);
    z-index: 2;
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .slider .slider_sl .slider_sl_track .slider_sl_block .slider_sl_block_img:before {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .slider .slider_sl .slider_sl_track .slider_sl_block .slider_sl_block_img:before {
        display: block;
    }
}
.slider .slider_sl .slider_sl_track .slider_sl_block .slider_sl_block_img img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .slider .slider_sl .slider_sl_track .slider_sl_block .slider_sl_block_img img {
        object-fit: contain;
    }
}
@media only screen and (min-width: 992px) {
    .slider .slider_sl .slider_sl_track .slider_sl_block .slider_sl_block_img img {
        object-fit: cover;
    }
}
.slider .slider_sl .slider_sl_track .slider_sl_block.active {
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .slider .slider_sl .slider_sl_track .slider_sl_block.active {
        height: auto;
        object-fit: contain;
    }
}
@media only screen and (min-width: 992px) {
    .slider .slider_sl .slider_sl_track .slider_sl_block.active {
        height: auto;
        object-fit: contain;
        transform: scale(1.1);
        transform-origin: 0 50%;
    }
}
.slider .slider_sl .slider_sl_track .slider_sl_block.active .slider_sl_block_img:before {
    background: rgba(6, 6, 6, 0);
}
.slider .slider_sl .arr_l {
    position: absolute;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .slider .slider_sl .arr_l {
        right: 30px;
        bottom: -140px;
    }
}
@media only screen and (min-width: 992px) {
    .slider .slider_sl .arr_l {
        bottom: 60px;
        right: calc(12% + 50px);
    }
}
@media only screen and (min-width: 320px) {
    .slider .slider_sl .arr_l svg {
        stroke: #6a6a6a;
    }
}
@media only screen and (min-width: 768px) {
    .slider .slider_sl .arr_l svg {
        stroke: #fff;
    }
}
.slider .slider_sl .arr_l:hover svg {
    stroke: #e23b91;
}
.slider .slider_sl .arr_r {
    position: absolute;
    bottom: 160px;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .slider .slider_sl .arr_r {
        right: 30px;
        bottom: -80px;
    }
}
@media only screen and (min-width: 992px) {
    .slider .slider_sl .arr_r {
        right: 12%;
        bottom: 60px;
    }
}
@media only screen and (min-width: 320px) {
    .slider .slider_sl .arr_r svg {
        stroke: #6a6a6a;
    }
}
@media only screen and (min-width: 768px) {
    .slider .slider_sl .arr_r svg {
        stroke: #fff;
    }
}
.slider .slider_sl .arr_r:hover svg {
    stroke: #e23b91;
}
.slider .slider_sl .arr_all {
    position: absolute;
}
@media only screen and (min-width: 320px) {
    .slider .slider_sl .arr_all {
        bottom: 0;
        left: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .slider .slider_sl .arr_all {
        bottom: 12px;
        right: 12%;
        left: auto;
    }
}
.slider .container {
    position: relative;
    z-index: 1;
}
.slider__main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 30px;
}
@media only screen and (min-width: 560px) {
    .slider .soc_cont {
        padding-right: 60px;
    }
}
@media only screen and (min-width: 992px) {
    .slider .soc_cont {
        padding-right: 0;
    }
}
.objects {
    background-color: #fff;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .objects {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .objects {
        padding: 100px 0;
    }
}
.objects__main {
    display: flex;
}
@media only screen and (min-width: 320px) {
    .objects__main {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .objects__main {
        justify-content: space-between;
        row-gap: 150px;
    }
}
.objects__main .number_sec {
    top: 650px;
}
.objects__main .number_sec.number_sec_top_2 {
    top: 750px;
}
.objects__main__item {
    width: 100%;
    min-height: 345px;
    display: flex;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .objects__main__item {
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .objects__main__item {
        justify-content: flex-start;
        padding-top: 45px;
        padding-bottom: 0;
    }
}
.objects__main__item .objects_text {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .objects__main__item .objects_text {
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .objects__main__item .objects_text {
        width: 500px;
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 1366px) {
    .objects__main__item .objects_text {
        width: 575px;
    }
}
@media only screen and (min-width: 1600px) {
    .objects__main__item .objects_text {
        width: 635px;
    }
}
.objects__main__item .objects_text h3 {
    display: inline-block;
    text-transform: uppercase;
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin-bottom: 15px;
}
@media only screen and (min-width: 320px) {
    .objects__main__item .objects_text h3 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .objects__main__item .objects_text h3 {
        font-size: 25px;
    }
}
.objects__main__item .objects_text p {
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    text-align: justify;
    line-height: 24.96px;
}
@media only screen and (min-width: 320px) {
    .objects__main__item .objects_text p {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .objects__main__item .objects_text p {
        font-size: 18px;
    }
}
.objects__main__item .objects_text .arr_all {
    position: absolute;
    right: 0;
    bottom: 30px;
}
.arr_flex {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}
.arr_flex .al_arr {
    display: block;
    width: 9px;
    height: 16px;
    position: absolute;
    transition: 0.3s ease-out;
}
.arr_flex .al_arr_l {
    left: 0;
    top: 45%;
    transform: translateY(-50%) scale(1);
    background: url(../img/al_arr_l.svg) 50% 50% no-repeat;
    background-size: contain;
}
.arr_flex .al_arr_l:hover {
    transform: translateY(-50%) scale(1.1);
}
.arr_flex .al_arr_r {
    right: 0;
    top: 45%;
    transform: translateY(-50%) scale(1);
    background: url(../img/al_arr_r.svg) 50% 50% no-repeat;
    background-size: contain;
}
.arr_flex .al_arr_r:hover {
    transform: translateY(-50%) scale(1.1);
}
.arr_flex ul {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}
.arr_flex ul li a,
.arr_flex ul li span {
    font-size: 18px;
    color: #929292;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    transition: 0.3s ease-out;
}
.arr_flex ul li a:hover {
    color: #e23b91;
}
.arr_flex ul li a.active {
    color: #e23b91;
    font-weight: 400;
    text-decoration: revert;
}
.objects2 {
    background-color: #fff;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .objects2 {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .objects2 {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 320px) {
    .objects2__main {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .objects2__main {
        justify-content: space-between;
    }
}
@media only screen and (min-width: 320px) {
    .objects2__main .objects2_cont {
        width: 100%;
        margin-bottom: 45px;
        position: relative;
    }
}
@media only screen and (min-width: 1200px) {
    .objects2__main .objects2_cont {
        width: calc(100% - 620px);
        margin-bottom: 0;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
}
@media only screen and (min-width: 1366px) {
    .objects2__main .objects2_cont {
        width: calc(100% - 660px);
    }
}
@media only screen and (min-width: 1600px) {
    .objects2__main .objects2_cont {
        width: calc(100% - 860px);
    }
}
@media only screen and (min-width: 1200px) {
    .objects2__main .objects2_cont.pad_bot {
        padding-bottom: 198px;
    }
}
@media only screen and (min-width: 1600px) {
    .objects2__main .objects2_cont.pad_bot {
        padding-bottom: 173px;
    }
}
@media only screen and (min-width: 1200px) {
    .objects2__main .objects2_cont.pad_b_45 {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 320px) {
    .objects2__main .objects2_cont .objects_sl {
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 60px;
    }
    .objects2__main .objects2_cont .objects_sl.object-slider {
        overflow: visible;
    }
}
@media only screen and (min-width: 1200px) {
    .objects2__main .objects2_cont .objects_sl {
        height: 360px;
        margin: 0 auto;
        position: sticky;
        top: 250px;
        margin-top: 0;
    }
}
.objects2__main .objects2_cont .objects_sl.active h3 {
    opacity: 1;
}
.objects2__main .objects2_cont .objects_sl .objects_sl_track {
    padding: 20px 0;
}
@media only screen and (min-width: 320px) {
    .objects2__main .objects2_cont .objects_sl .arr_l {
        right: 40px;
        bottom: -40px;
        transform: none;
        left: auto;
        top: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .objects2__main .objects2_cont .objects_sl .arr_l {
        right: 40px;
        bottom: -40px;
        transform: none;
        left: auto;
        top: auto;
    }
}
@media only screen and (min-width: 1366px) {
    .objects2__main .objects2_cont .objects_sl .arr_l {
        right: auto;
        bottom: auto;
        top: 50%;
        left: 90%;
        transform: translateY(-50%);
    }
}
@media only screen and (min-width: 1600px) {
    .objects2__main .objects2_cont .objects_sl .arr_l {
        left: 100%;
    }
}
@media only screen and (min-width: 320px) {
    .objects2__main .objects2_cont .objects_sl .arr_r {
        left: auto;
        top: auto;
        right: 0;
        bottom: -40px;
        transform: none;
    }
}
@media only screen and (min-width: 1200px) {
    .objects2__main .objects2_cont .objects_sl .arr_r {
        right: 0;
        bottom: -40px;
        transform: none;
        left: auto;
        top: auto;
    }
}
@media only screen and (min-width: 1366px) {
    .objects2__main .objects2_cont .objects_sl .arr_r {
        right: auto;
        bottom: auto;
        top: 50%;
        left: calc(100% - 20px);
        transform: translateY(-50%);
    }
}
@media only screen and (min-width: 1600px) {
    .objects2__main .objects2_cont .objects_sl .arr_r {
        left: calc(100% + 40px);
    }
}
.objects2__main__item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .objects2__main__item {
        width: 100%;
        row-gap: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .objects2__main__item {
        width: 480px;
        row-gap: 100px;
        padding-bottom: 15px;
    }
}
@media only screen and (min-width: 1366px) {
    .objects2__main__item {
        width: 530px;
    }
}
@media only screen and (min-width: 1600px) {
    .objects2__main__item {
        width: 630px;
    }
}
.objects2__main__item .objects2_cont {
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    .objects2__main__item .objects2_cont {
        left: 560px;
    }
}
@media only screen and (min-width: 1366px) {
    .objects2__main__item .objects2_cont {
        left: 600px;
        width: 125%;
    }
}
@media only screen and (min-width: 1600px) {
    .objects2__main__item .objects2_cont {
        left: 700px;
        width: 100%;
    }
}
.objects2__main__item h3 {
    display: inline-block;
    text-transform: uppercase;
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin-bottom: 0;
}
@media only screen and (min-width: 320px) {
    .objects2__main__item h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .objects2__main__item h2 {
        font-size: 40px;
        margin-bottom: 60px;
    }
}@media only screen and (min-width: 320px) {
    .objects2__main__item h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .objects2__main__item h3 {
        font-size: 40px;
    }
}
.objects2__main__item p {
    width: 100%;
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    text-align: justify;
    line-height: 24.96px;
}
@media only screen and (min-width: 320px) {
    .objects2__main__item p {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .objects2__main__item p {
        font-size: 18px;
    }
}
.objects2__main__item .objects_it_cont {
    width: 100%;
}
.objects2__main__item .objects_it_cont .objects_it_cont_sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
}
.objects2__main__item .objects_it_cont .objects_it_cont_sec .objects_it_cont_block {
    width: 100%;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .objects2__main__item .objects_it_cont .objects_it_cont_sec .objects_it_cont_block {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .objects2__main__item .objects_it_cont .objects_it_cont_sec .objects_it_cont_block {
        justify-content: space-between;
        flex-wrap: nowrap;
        column-gap: 50px;
        row-gap: 0;
    }
}
.objects2__main__item .objects_it_cont .objects_it_cont_sec .objects_it_cont_block .objects_it_cont_block_svg {
    width: 185px;
    flex: 0 0 185px;
}
@media only screen and (min-width: 320px) {
    .objects2__main__item .objects_it_cont .objects_it_cont_sec .objects_it_cont_block.object_detail_4 .objects_it_cont_block_svg {
        width: 285px;
        flex: 0 0 285px;
    }
}
@media only screen and (min-width: 1200px) {
    .objects2__main__item .objects_it_cont .objects_it_cont_sec .objects_it_cont_block.object_detail_4 .objects_it_cont_block_svg {
        margin-left: -100px;
    }
}
@media only screen and (min-width: 1366px) {
    .objects2__main__item .objects_it_cont .objects_it_cont_sec .objects_it_cont_block.object_detail_4 .objects_it_cont_block_svg {
        width: 250px;
        flex: 0 0 250px;
        margin-left: -70px;
    }
}
@media only screen and (min-width: 1600px) {
    .objects2__main__item .objects_it_cont .objects_it_cont_sec .objects_it_cont_block.object_detail_4 .objects_it_cont_block_svg {
        width: 285px;
        flex: 0 0 285px;
        margin-left: -100px;
    }
}
.objects2__main__item .objects_it_cont .objects_it_cont_sec .objects_it_cont_block .objects_it_cont_block_svg a {
    display: block;
    width: 100%;
    /* min-height: 310px; */
}
.objects2__main__item .objects_it_cont .objects_it_cont_sec .objects_it_cont_block .objects_it_cont_block_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.objects2__main__item .objects_it_cont .objects_it_cont_sec .objects_it_cont_block .objects_it_cont_block_text p {
    margin-bottom: 30px;
}
.teams {
    background-color: #fff;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .teams {
        padding: 50px 0 100px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .teams {
        padding: 100px 0;
    }
}
.teams__main {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .teams__main {
        row-gap: 50px;
        column-gap: 25px;
        justify-content: center;
    }
}
@media only screen and (min-width: 992px) {
    .teams__main {
        column-gap: 5px;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 1200px) {
    .teams__main {
        row-gap: 70px;
        padding-left: 100px;
        column-gap: 112px;
    }
}
@media only screen and (min-width: 1366px) {
    .teams__main {
        column-gap: 157px;
    }
}
@media only screen and (min-width: 1600px) {
    .teams__main {
        column-gap: 197px;
    }
}
.teams__main .product_sec_team_block {
    text-align: center;
    color: #3a3a3a;
}
@media only screen and (min-width: 320px) {
    .teams__main .product_sec_team_block {
        width: 300px;
    }
    .product_sec iframe {
        width: 90vw;
        height: calc( 90vw / 16 * 9 );
    }
}
@media only screen and (min-width: 1200px) {
    .teams__main .product_sec_team_block {
        width: 280px;
    }
    .product_sec iframe {
        width: 640px;
        height: 360px;
    }
}
@media only screen and (min-width: 1366px) {
    .teams__main .product_sec_team_block {
        width: 300px;
    }
}
@media only screen and (min-width: 1600px) {
    .teams__main .product_sec_team_block {
        width: 350px;
    }
}
.teams__main .product_sec_team_block .product_sec_team_img {
    width: 100%;
    margin-bottom: 30px;
}
@media only screen and (min-width: 320px) {
    .teams__main .product_sec_team_block .product_sec_team_img {
        height: 380px;
    }
}
@media only screen and (min-width: 1200px) {
    .teams__main .product_sec_team_block .product_sec_team_img {
        height: 350px;
    }
}
@media only screen and (min-width: 1366px) {
    .teams__main .product_sec_team_block .product_sec_team_img {
        height: 400px;
    }
}
@media only screen and (min-width: 1600px) {
    .teams__main .product_sec_team_block .product_sec_team_img {
        height: 450px;
    }
}
.teams__main .product_sec_team_block .product_sec_team_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teams__main .product_sec_team_block h4 {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
.teams__main .product_sec_team_block .polo {
    width: 100%;
    height: 1px;
    margin: 10px 0;
    background-color: #e4e4e4;
}
.teams__main .product_sec_team_block p {
    font-size: 20px;
    font-weight: 200;
}
.sirvis {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background-color: #fff;
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .sirvis {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .sirvis {
        padding: 100px 0 100px 0;
    }
}
.sirvis__main .number_sec {
    top: 650px;
}
.sirvis__main__item {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .sirvis__main__item {
        row-gap: 100px;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 1200px) {
    .sirvis__main__item {
        row-gap: 100px;
        column-gap: 125px;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 1366px) {
    .sirvis__main__item {
        column-gap: 225px;
    }
}
@media only screen and (min-width: 1600px) {
    .sirvis__main__item {
        column-gap: 325px;
    }
}
.sirvis__main__item .sirvis_block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .sirvis__main__item .sirvis_block {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .sirvis__main__item .sirvis_block {
        width: 45%;
    }
}
@media only screen and (min-width: 1200px) {
    .sirvis__main__item .sirvis_block {
        width: 38%;
    }
}
.sirvis__main__item .sirvis_block .sirvis_icon {
    width: 200px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sirvis__main__item .sirvis_block .sirvis_icon a {
    width: 100%;
    height: 100%;
}
.sirvis__main__item .sirvis_block h3 {
    width: 100%;
    display: table;
    text-align: center;
    display: inline-block;
    margin: 50px 0 10px 0;
}
.sirvis__main__item .sirvis_block h3 a {
    width: 100%;
    display: table;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    transition: .3s ease-out;
}
.sirvis__main__item .sirvis_block h3 a:hover{
    color: #e23b91;
}
@media only screen and (min-width: 320px) {
    .sirvis__main__item .sirvis_block h3 a {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1200px) {
    .sirvis__main__item .sirvis_block h3 a {
        font-size: 30px;
    }
}
.sirvis__main__item .sirvis_block p {
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    text-align: justify;
    line-height: 24.96px;
}
@media only screen and (min-width: 320px) {
    .sirvis__main__item .sirvis_block p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .sirvis__main__item .sirvis_block p {
        font-size: 18px;
    }
}
.sirvis__main__item .sirvis_block .only_arrow {
    display: inline-block;
    width: 41px;
    height: 19px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
}
.sirvis__main__item .sirvis_block .only_arrow .svg_orange {
    stroke: #e23b91;
    transition: 0.4s ease-out;
    position: absolute;
    top: 0;
    left: -55px;
    transition: all 0.3s ease-out;
}
.sirvis__main__item .sirvis_block .only_arrow .svg_black {
    stroke: #000;
    transition: 0.4s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out;
}
.sirvis__main__item .sirvis_block .only_arrow:hover .svg_orange {
    left: 0;
}
.sirvis__main__item .sirvis_block .only_arrow:hover .svg_black {
    left: 55px;
}

.sirvis__main__item .sirvis_block.hovered h3 a{
    color: #e23b91;
}

.sirvis__main__item .sirvis_block.hovered .only_arrow .svg_orange {
    left: 0;
}
.sirvis__main__item .sirvis_block.hovered .only_arrow .svg_black {
    left: 55px;
}


.otdels {
    position: relative;
    background-color: #fff;
}
@media only screen and (min-width: 320px) {
    .otdels {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .otdels {
        padding: 150px 0;
    }
}
.otdels .otdels_bg {
    width: 100%;
    height: 100%;
    background-color: #eaeaea;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .otdels .otdels_bg {
        clip-path: polygon(0 0, 100% 1.5%, 100% 98.5%, 0% 100%);
    }
}
@media only screen and (min-width: 1200px) {
    .otdels .otdels_bg {
        clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
    }
}
.otdels .container {
    position: relative;
    z-index: 2;
}
.otdels__main {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .otdels__main h2 {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .otdels__main h2 {
        margin-bottom: 100px;
    }
}
.otdels__main__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 30px;
}
@media only screen and (min-width: 320px) {
    .otdels__main__item {
        column-gap: 30px;
        justify-content: center;
    }
}
@media only screen and (min-width: 1200px) {
    .otdels__main__item {
        column-gap: 76px;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 1366px) {
    .otdels__main__item {
        column-gap: 86px;
    }
}
@media only screen and (min-width: 1600px) {
    .otdels__main__item {
        column-gap: 104px;
    }
}
@media only screen and (min-width: 320px) {
    .otdels__main__item .otdels_block {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .otdels__main__item .otdels_block {
        width: 45%;
    }
}
@media only screen and (min-width: 992px) {
    .otdels__main__item .otdels_block {
        width: 30%;
    }
}
@media only screen and (min-width: 1200px) {
    .otdels__main__item .otdels_block {
        width: 20%;
    }
}
.otdels__main__item .otdels_block h4 {
    display: inline-block;
    text-transform: uppercase;
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin-bottom: 15px;
}
@media only screen and (min-width: 320px) {
    .otdels__main__item .otdels_block h4 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1600px) {
    .otdels__main__item .otdels_block h4 {
        font-size: 22px;
    }
}
.otdels__main__item .otdels_block ul li {
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    line-height: 24.96px;
    transition: 0.3s ease-out;
}
@media only screen and (min-width: 320px) {
    .otdels__main__item .otdels_block ul li {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1600px) {
    .otdels__main__item .otdels_block ul li {
        font-size: 18px;
    }
}
.otdels__main__item .otdels_block ul li a {
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    line-height: 24.96px;
    transition: 0.3s ease-out;
}
@media only screen and (min-width: 320px) {
    .otdels__main__item .otdels_block ul li a {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1600px) {
    .otdels__main__item .otdels_block ul li a {
        font-size: 18px;
    }
}
.otdels__main__item .otdels_block ul li a:hover {
    color: #e23b91;
}
.footer {
    position: relative;
    background-color: #fff;
}
.footer > div {
    background-color: #f9f9f9;
}
@media only screen and (min-width: 320px) {
    .footer > div {
        padding: 50px 0;
        clip-path: polygon(75% 2%, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}
@media only screen and (min-width: 1200px) {
    .footer > div {
        padding: 100px 0 50px 0;
        clip-path: polygon(75% 8%, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}
.footer__main .footer_logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 200px;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_logo {
        column-gap: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main .footer_logo {
        column-gap: 20px;
    }
}
.footer__main .footer_logo .logo_kmz {
    display: block;
    position: relative;
    background: #f15623;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_logo .logo_kmz {
        width: 42px;
        height: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main .footer_logo .logo_kmz {
        width: 57px;
        height: 39px;
    }
}
.footer__main .footer_logo .logo_kmz:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/logo_kmz.svg) 50% 50% no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_logo .logo_kmz:before {
        width: 30px;
        height: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main .footer_logo .logo_kmz:before {
        width: 42px;
        height: 20px;
    }
}
.footer__main .footer_logo .logo_vab {
    display: block;
    background: url(../img/logo_vab.svg) 50% 50% no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_logo .logo_vab {
        width: 30px;
        height: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main .footer_logo .logo_vab {
        width: 44px;
        height: 34px;
    }
}
.footer__main .footer_logo .logo_bb {
    display: block;
    background: url(../img/BB_Logo.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_logo .logo_bb {
        width: 30px;
        height: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main .footer_logo .logo_bb {
        width: 44px;
        height: 34px;
    }
}
.footer__main__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 320px) {
    .footer__main__item {
        flex-wrap: wrap;
        column-gap: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main__item {
        flex-wrap: nowrap;
    }
}
@media only screen and (min-width: 992px) {
    .footer__main__item {
        column-gap: 0;
    }
}
.footer__main__item .footer_cont {
    display: flex;
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_cont.footer_cont_1 {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main__item .footer_cont.footer_cont_1 {
        width: 220px;
    }
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_cont.footer_cont_2 {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main__item .footer_cont.footer_cont_2 {
        width: 320px;
    }
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_cont.footer_cont_3 {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main__item .footer_cont.footer_cont_3 {
        width: 340px;
    }
}
.footer__main__item .footer_cont .poldl {
    width: 100%;
    margin-bottom: 15px;
}
.footer__main__item .footer_cont .poldl.marg_15 {
    margin-bottom: 15px;
}
.footer__main__item .footer_cont .poldl.marg_30 {
    margin-bottom: 30px;
}
.footer__main__item .footer_cont .poldl.marg_30_top {
    margin-top: 30px;
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_cont .poldl.marg_15_mob {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main__item .footer_cont .poldl.marg_15_mob {
        margin-top: 30px;
    }
}
.footer__main__item .footer_cont h3, .footer__main__item .footer_cont .a_h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    color: #181818;
}
.footer__main__item .footer_cont .a_h3:hover {
    color: #e23b91;
}
.footer__main__item .footer_cont ul {
    width: 100%;
    margin-bottom: 15px;
}
.footer__main__item .footer_cont ul li a {
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    color: #494949;
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_cont ul li a {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main__item .footer_cont ul li a {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1600px) {
    .footer__main__item .footer_cont ul li a {
        font-size: 20px;
    }
}
.footer__main__item .footer_cont ul li a:hover {
    color: #e23b91;
}
.footer__main__item .footer_cont .end_3 {
    font-size: 18px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    color: #494949;
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_cont .end_3 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main__item .footer_cont .end_3 {
        width: auto;
        text-align: left;
        margin-bottom: 30px;
    }
}
.footer__main__item .footer_cont .footer_cont_ic {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 40px;
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_cont .footer_cont_ic {
        margin-bottom: 40px;
    }
}
.footer__main__item .footer_cont .footer_cont_ic.footer_cont_ic_1 {
    width: 110px;
}
.footer__main__item .footer_cont .footer_cont_ic.footer_cont_ic_2 {
    width: 270px;
}
.footer__main .footer_end {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_end {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main .footer_end {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}
.footer__main .footer_end p {
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 2px;
    color: #000;
}
.footer__main .footer_end p a { 
    color: #000;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_end p {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main .footer_end p {
        width: auto;
        text-align: left;
        margin-bottom: 0;
    }
}
.footer__main .footer_end .block_push-k {
    width: 100px;
}
.footer__main .footer_end .block_push-k a {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 10.5px;
    font-weight: 100;
    color: #898989;
}
.footer__main .footer_end .block_push-k a.ua {
    font-size: 10.5px;
}
.footer__main .footer_end .block_push-k a.ru {
    font-size: 9.5px;
}
.footer__main .footer_end .block_push-k a.en {
    font-size: 9.5px;
}
.footer__main .footer_end .block_push-k .logo_push-k {
    width: 100%;
    height: 35px;
    background: url(../img/logo_push-k.svg) 50% 50% no-repeat;
    background-size: contain;
}
/*# sourceMappingURL=style.css.map */

.menu-item-margin-top {
    margin-top: 15px;
}

@media only screen and (min-width: 320px) {
    .wp-block-image .alignright {
        width: 100%;
        padding: 0 0 45px 0;
        margin: 0 !important;
    }
    .wp-block-image .alignright img{
        display: block;
        margin: 0 auto;
    }
    .wp-block-image .alignleft {
        padding: 0 15px 45px 0;
    }
}
@media only screen and (min-width: 768px) {

    .wp-block-image .alignright {
        width: auto;
        padding: 0 0 45px 45px;
    }
    .wp-block-image .alignleft {
        padding: 0 45px 45px 0;
    }
}


.has-text-align-center {
    text-align: center !important;
}
.has-text-align-left {
    text-align: left !important;
}
.has-text-align-right {
    text-align: right !important;
}

.wp-block-column{
    flex-basis: fit-content !important;
}
.wp-block-column .wp-block-image .alignleft, .wp-block-column .wp-block-image .alignright{
    padding: 0;
}

@media only screen and (min-width: 320px) {
    .wp-block-image .alignright figcaption{
        text-align: center;
        padding-left: 0;
    }
}
@media only screen and (min-width: 768px) {
    .wp-block-image .alignright figcaption{
        padding-left: 45px;
    }
}



.product_sec p a,
.product_sec ul li a,
.product_sec ol li a {
    text-decoration: underline;
}
.table-block{
    width: 100%;
    overflow: auto;
}
.product_sec table {
    width: 100%;
    margin-bottom: 30px;
    overflow: auto;
}
.product_sec table tr td{
    border: 1px solid transparent;
}

@media only screen and (min-width: 320px) {
    .slider.post-slider{
        padding: 45px 0 150px 0 !important;
    }

    .product_sec table {
        min-width: 690px;
    }
}
@media only screen and (min-width: 1200px) {
    .slider.post-slider{
        padding: 45px 0 !important;
    }

    .product_sec table {
        min-width: auto;
    }
    .wp-block-table {
        overflow-x: hidden !important;
    }
}
.slider.post-slider .slider_sl,
.slider.post-slider .slider_sl figure ul{
    margin: 0 !important;
}
.slider.post-slider .slider_sl figure,
.slider.post-slider .slider_sl figure ul li{
    margin: 0 !important;
    /* padding: 0 !important; */
    position: relative;
}

.slider.post-slider .slider_sl .custom-slider-item:before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(6, 6, 6, 0.6);
    z-index: 2;
    transition: 0.4s ease-out;    
    border-radius: 0;    
}
.slider.post-slider .slider_sl .custom-slider-item.active:before{
    background: rgba(6, 6, 6, 0);
}
@media only screen and (min-width: 1200px) {
    .slider.post-slider .slider_sl img{
        max-height: 425px;
    }
}
/* .slider.post-slider .slider_sl figure ul li:before{
    display: none !important;
} */
.slider.post-slider .slider_sl figure ul li.active,
.slider.post-slider .slider_sl figure ol li.active{
    margin: 0 !important;
    padding: 0 !important;
}
.slider.post-slider .custom-slider-item.prev-slide{
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width:1199px) {
    .slider.post-slider img{
        width: calc(100vw - 60px);
        height: auto;
    }
}

.bottom-slider .custom-slider-slides {
    padding: 0 !important;
    margin: 0 !important;
}

.product_sec_blocks{
    margin-top: 60px;
}







.objects .block_v {
    max-width: 395px;
    width: 100%;
    box-shadow: inset 0 0 0 1px #cad3dc;
    position: relative;
}
.objects .block_v:nth-child(1) {
    z-index: 5;
}
.objects .block_v:nth-child(2) {
    z-index: 4;
}
.objects .block_v:nth-child(3) {
    z-index: 3;
}
.objects .block_v:nth-child(4) {
    z-index: 2;
}
.objects .block_v:nth-child(5) {
    z-index: 1;
}
.objects .block_v .block_arrow {
    width: 28px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    border-radius: 5px;
    background-color: #c7cfd7;
}
.objects .block_v .block_arrow:before {
    content: '';
    display: block;
    width: 5px;
    width: 10px;
    height: 5px;
    background: url(../img/arr_vipod.svg) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    transition: 0.3s ease-out;
}
.objects .block_v .block_v_cont {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    position: relative;
    font-size: 16px;
    line-height: 19.01px;
    cursor: pointer;
}
.objects .block_v .block_v_cont p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.objects .block_v .block_v_cont:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(0);
    background: url(../images/vipod.html) 50% 50% no-repeat;
    background-size: contain;
    transition: 0.3s ease-out;
}
.objects .block_v .block_v_s {
    width: 100%;
    height: 0;
    min-height: 0;
    position: absolute;
    top: 44px;
    left: 0;
    transition: 0.3s ease-out;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #cad3dc;
    background-color: #fff;
}
.objects .block_v .block_v_s .block_v_s_text {
    display: flex;
    align-items: center;
    min-height: 30px;
    padding: 0 25px;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 19.01px;
    cursor: pointer;
}
.objects .block_v .block_v_s .block_v_s_text a {
    width: 100%;
    cursor: pointer;
    color: #3a3a3a;
}
.objects .block_v .block_v_s .block_v_s_text a:before, .objects .block_v .block_v_s .block_v_s_text a:after {
    background: #898989;
}
.objects .block_v .block_v_s .block_v_s_text:hover {
    background-color: #cad3dc;
}
.objects .block_v.opened .block_arrow:before {
    transform: translate(-50%, -50%) rotate(180deg);
}
.objects .block_v.opened .block_v_cont:before {
    transform: translateY(-50%) rotate(180deg);
}
.objects .block_v.opened .block_v_s {
    height: 100%;
    min-height: 120px;
}
.objects .block_v.opened.active .block_v_s {
    overflow: auto;
}

.objects .product_vakansii_filter {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .objects .product_vakansii_filter {
        justify-content: center;
        padding-top: 50px;
        row-gap: 15px;
        column-gap: 30px;
        margin-bottom: 60px;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) {
    .objects .product_vakansii_filter {
        justify-content: space-between;
    }
}
@media only screen and (min-width: 1200px) {
    .objects .product_vakansii_filter {
        padding-top: 0;
        row-gap: 0;
        margin-bottom: 60px;
        flex-wrap: nowrap;
    }
}
.product_vakansii_filter_cont{
    width: 100%;
    display: flex;
    padding: 0 30px;
    column-gap: 10px;
    row-gap: 15px;
}
@media only screen and (min-width: 320px) {
    .product_vakansii_filter_cont{
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .product_vakansii_filter_cont{
        padding: 0 60px 0 15px;
    }
}
@media only screen and (min-width: 1768px) {
    .product_vakansii_filter_cont{
        justify-content: space-between;
    }
}
@media only screen and (min-width: 1200px) {
    .product_vakansii_filter_cont{
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}
.objects .product_vakansii_filter .filter {
    width: 48px;
    height: 42px;
    background: url(../img/filter.svg) 50% 50% no-repeat;
    background-size: cover;
}
@media only screen and (min-width: 320px) {
    .objects .product_vakansii_filter .filter {
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .objects .product_vakansii_filter .filter {
        position: relative;
    }
}
.objects .product_vakansii_filter .filter_exit {
    width: 45px;
    height: 45px;
    border: 1px solid #cad3dc;
    position: relative;
    cursor: pointer;

    visibility: hidden;
    opacity: 0;

    transition: all .4s;
    display: none;
}
.objects .product_vakansii_filter .filter_exit.active {
    opacity: 1;
    visibility: visible;
    display: flex;
}
@media only screen and (min-width: 320px) {
    .objects .product_vakansii_filter .filter_exit {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .product_sec .product_vakansii .product_vakansii_filter .filter_exit {
        position: relative;
    }
}
.objects .product_vakansii_filter .filter_exit:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #cad3dc;
    position: absolute;
    top: 50%;
    left: 50%;
}
.objects .product_vakansii_filter .filter_exit:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #cad3dc;
    position: absolute;
    top: 50%;
    left: 50%;
}
.objects .product_vakansii_filter .filter_exit:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.objects .product_vakansii_filter .filter_exit:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.objects .product_vakansii_filter .block_v {
    box-shadow: inset 0 0 0 1px #cad3dc;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .objects .product_vakansii_filter .block_v {
        max-width: 265px;
        width: 100%;
    }
}
@media only screen and (min-width: 1366px) {
    .objects .product_vakansii_filter .block_v {
        max-width: 365px;
        width: 100%;
    }
}
@media only screen and (min-width: 1600px) {
    .objects .product_vakansii_filter .block_v {
        max-width: 395px;
        width: 100%;
    }
}
.objects .product_vakansii_filter .block_v:nth-child(1) {
    z-index: 5;
}
.objects .product_vakansii_filter .block_v:nth-child(2) {
    z-index: 4;
}
.objects .product_vakansii_filter .block_v:nth-child(3) {
    z-index: 3;
}
.objects .product_vakansii_filter .block_v:nth-child(4) {
    z-index: 2;
}
.objects .product_vakansii_filter .block_v:nth-child(5) {
    z-index: 1;
}
#pnlVacancy{
    padding: 0;
}
#RUAFRAME {
    margin-left: -20px;
}

.head_load_1 {
    width: 100%;
}

.product_sec h1 {
    text-align: left;
    display: block;
    text-transform: uppercase;
    color: #3a3a3a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 38px;
}

.text-center{
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}
p.ml-60 {
    margin-left: 60px;
}

@media only screen and (min-width: 768px){
    .display-none{
        display: none !important;
    }
    .d-none{
        display: none !important;
    }
}

@media only screen and (max-width: 767px){
    .display-none{
        display: Block !important;
    }
    .display-block{
        display: none !important;
    }
}

@media only screen and (max-width: 1024px){
    .elevator__main__item .elevator_svg {
        max-width: 800px;
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_img img {
        width: 100vw;
        max-width: 500px;
        max-height: 350px;
        height: 100vh;
    }
}
@media only screen and (max-width: 991px){
    .elevator__main__item .elevator_svg {
        max-width: 780px;
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_img img {
        width: 100vw;
        max-width: 500px;
        max-height: 350px;
        height: 100vh;
    }
}
@media only screen and (max-width: 768px){
    .elevator__main__item .elevator_svg {
        max-width: 750px;
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_img img {
        width: 100vw;
        max-width: 470px;
        max-height: 300px;
        height: 100vh;
    }
    .object .object_sl .object_sl_track .object_sl_block .object_sl_block_img {
        width: 95vw !important;
        height: 70vh;
    }   
    .object .object_sl .object_sl_track .object_sl_block.active .object_sl_block_text {
        margin-left: 20px;
    }
    .object .object_sl {
        padding-bottom: 0px;
    }
    .top_menu__main .top_menu_us {
        width: 550px;
    }    
}
@media only screen and (max-width: 767px){
    .elevator__main__item .elevator_svg {
        max-width: 730px;
    }
    .object.object_dop {
        padding: 0px 0 100px 0;
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_img {
        height: calc(100% / 8* 9);
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_img img {
        width: 100vw;
        max-width: 470px;
        max-height: 300px;
        height: 100vh;
    }
    .object .object_sl .object_sl_track .object_sl_block .object_sl_block_img {
        width: 100vw !important;
        height: 50vh;
    }   
    .object .object_sl .object_sl_track .object_sl_block.active .object_sl_block_text {
        margin-left: 20px;
    }
    .object .object_sl {
        padding-bottom: 0px;
    }
    .footer__main .footer_logo {
        margin-bottom: 50px;
    }
    .top_menu__main .top_menu_us {
        width: 50px;
    }
    .menu.open {
        right: 0;
    }
    .footer__main__item .footer_cont .footer_cont_ic.footer_cont_ic_1 {
        width: 80px;
    }
    .footer__main__item .footer_cont .footer_cont_ic {
        margin-bottom: 20px;
    }
    .footer__main__item .footer_cont .footer_cont_ic.footer_cont_ic_2 {
        width: 160px;
    }
}
@media only screen and (max-width: 541px){
    img.img-fluid {
        height: 310px;
    }
    p.ml-60 {
        margin-left: 0px;
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_img {
        height: calc(100% / 16* 16);
    }
    .object.object_dop {
        padding: 0px 0 100px 0;
    }
    .footer__main .footer_logo {
        margin-bottom: 50px;
    }
    img.header-logo {
        height: 100px;
    }
    .top_menu__main .top_menu_us {
        width: 50px;
    }
    #menu-trigger.clicked.opened {
        top: 70px;
        right: 45px;
    }
}
@media only screen and (max-width: 425px){
    .header {
        height: 90vh;
        margin-bottom: 0vh;
    }
    img.img-fluid {
        height: 230px;
    }
    p.ml-60 {
        margin-left: 0px;
    }
    .news__main__item {
        margin-bottom: 0px;
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_img {
        height: calc(100% / 16* 15);
    }
    .footer__main .footer_logo {
        margin-bottom: 50px;
    }
    img.header-logo {
        height: 100px;
    }
    .top_menu__main .top_menu_us {
        width: 50px;
    }
}
@media only screen and (max-width: 375px){
    .elevator {
        padding: 0px 0;
    }
    img.img-fluid {
        height: 200px;
    }
    p.ml-60 {
        margin-left: 0px;
        font-size: 18px;
    }
    .allicons__main__item .allicons_block h3 a {
        font-size: 16px;
    }
    .catalog__main .catalog_sl .catalog_sl_track .catalog_cont .catalog_cont_img {
        height: calc(100% / 17* 14);
    }
    img.header-logo {
        height: 100px;
    }
    .top_menu__main .top_menu_us {
        width: 50px;
    }
}

.menu-trigger .snip1168 {
    font-family: "Raleway", Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
  }
  .menu-trigger .snip1168 * {
    box-sizing: border-box;
  }
  .menu-trigger .snip1168 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    padding: 0;
  }
  .menu-trigger .snip1168 a {
    padding: 0.5em 0;
    color: rgb(255 255 255 / 70%);
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
  }
  .menu-trigger .snip1168 a:before,
  .menu-trigger .snip1168 a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .menu-trigger .snip1168 a:before {
    top: 0;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #e23b91;
  }
  .menu-trigger .snip1168 a:after {
    left: 0;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #ffffff;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
  }
  .menu-trigger .snip1168 a:hover:before,
  .menu-trigger .snip1168 .current a:before {
    opacity: 1;
    width: 100%;
  }
  .menu-trigger .snip1168 a:hover:after,
  .menu-trigger .snip1168 .current a:after {
    max-width: 100%;
  }