@font-face {
    src: url('../fonts/UniNeueThin.ttf') format('truetype');
    font-family: 'UniNeue';
    font-weight: 200;
    font-display: swap;
}
@font-face {
    src: url('../fonts/UniNeueRegular.ttf') format('truetype');
    font-family: 'UniNeue';
    font-weight: 300;
    font-display: swap;
}
@font-face {
    src: url('../fonts/UniNeueBold.ttf') format('truetype');
    font-family: 'UniNeue';
    font-weight: 600;
    font-display: swap;
}
@font-face {
    src: url('../fonts/UniNeueBold-Italic.ttf') format('truetype');
    font-family: 'UniNeue';
    font-weight: 601;
    font-display: swap;
}
@font-face {
    src: url('../fonts/UniNeueHeavy.ttf') format('truetype');
    font-family: 'UniNeue';
    font-weight: 700;
    font-display: swap;
}
@font-face {
    src: url('../fonts/HelveticaNeueCyr-BoldItalic.otf') format('opentype');
    font-family: 'HelveticaNeueCyr';
    font-weight: 650;
    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%;
    overflow-x: hidden;
    position: relative;
    background-color: #111112;
}
.container {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .container {
        width: 100%;
        padding: 0 5px;
    }
}
@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: 1515px;
        width: 100%;
    }
}
.block_all_left {
    position: relative;
}
.cont_left + div {
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .cont_left {
        position: relative;
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .cont_left {
        width: 385px;
        height: 100%;
        padding-left: 15px;
        background-color: #141414;
        box-shadow: 10px 0 10px 0 rgba(21, 21, 21, 0.53);
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media only screen and (min-width: 1366px) {
    .cont_left {
        width: 385px;
    }
}
@media only screen and (min-width: 1600px) {
    .cont_left {
        width: 485px;
    }
}
@media only screen and (min-width: 1200px) {
    .cont_left:before {
        content: '';
        display: block;
        width: 2000px;
        height: 200%;
        position: absolute;
        top: -100%;
        right: 0;
        background-color: #141414;
        box-shadow: 10px 0 5px -3px rgba(21, 21, 21, 0.53);
    }
}
.cont_left .cont_left_block {
    position: relative;
    width: 100%;
}
.cont_left .lolo_t {
    width: 1px;
    height: 280px;
    position: absolute;
    left: -71px;
    bottom: 80px;
    background-color: #565656;
}
@media only screen and (min-width: 320px) {
    .cont_left .lolo_t {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .cont_left .lolo_t {
        display: block;
    }
}
.cont_left .lolo_w {
    width: 355px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #565656;
}
@media only screen and (min-width: 320px) {
    .cont_left .lolo_w {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .cont_left .lolo_w {
        display: block;
    }
}
::placeholder {
    font-size: 16px;
    color: #828385;
    font-family: 'Muller';
    font-weight: 300;
}
.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;
}
p {
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 1.2;
}
h1 {
    margin: 0;
}
h2 {
    display: table;
    text-align: left;
    color: #fff;
    line-height: 1.2;
    font-family: 'UniNeue';
    font-weight: 700;
    margin: 0;
}
@media only screen and (min-width: 320px) {
    h2 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 768px) {
    h2 {
        font-size: 44px;
    }
}
@media only screen and (min-width: 1768px) {
    h2 {
        font-size: 45px;
    }
}
.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;
    margin: 0;
    color: #000;
    position: relative;
}
h4 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
}
h5 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1;
}
a {
    outline: none;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style-type: none;
}
@media only screen and (min-width: 1366px) {
    .main_p {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 1600px) {
    .main_p {
        padding-left: 140px;
    }
}
.top_menu {
    width: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
}
.top_menu .container {
    margin-top: 0;
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .top_menu .container {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .top_menu .container {
        width: auto;
    }
}
.top_menu .top_menu_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .top_menu .top_menu_main {
        height: 70px;
        align-items: center;
        padding-right: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .top_menu .top_menu_main {
        height: 132px;
        align-items: flex-end;
        padding-right: 0;
    }
}
.top_menu .top_menu_main .logo {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 320px) {
    .top_menu .top_menu_main .logo {
        width: 120px;
        height: 70px;
    }
}
@media only screen and (min-width: 1200px) {
    .top_menu .top_menu_main .logo {
        width: 238px;
        height: 132px;
    }
}
.top_menu .top_menu_main .logo span {
    width: 95%;
}
.top_menu .top_menu_main .top_menu_main_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_menu .top_menu_main .top_menu_main_item ul {
    justify-content: space-between;
}
@media only screen and (min-width: 320px) {
    .top_menu .top_menu_main .top_menu_main_item ul {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .top_menu .top_menu_main .top_menu_main_item ul {
        display: flex;
        margin-right: 20px;
    }
}
@media only screen and (min-width: 1366px) {
    .top_menu .top_menu_main .top_menu_main_item ul {
        margin-right: 40px;
    }
}
@media only screen and (min-width: 1600px) {
    .top_menu .top_menu_main .top_menu_main_item ul {
        margin-right: 110px;
    }
}
@media only screen and (min-width: 1200px) {
    .top_menu .top_menu_main .top_menu_main_item ul li {
        margin-right: 20px;
    }
}
@media only screen and (min-width: 1366px) {
    .top_menu .top_menu_main .top_menu_main_item ul li {
        margin-right: 40px;
    }
}
.top_menu .top_menu_main .top_menu_main_item ul li a {
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 600;
    font-size: 18px;
}
.top_menu .top_menu_main .top_menu_main_item ul li a:before {
    height: 2px;
}
.top_menu .top_menu_main .top_menu_main_item .top_menu_phone {
    max-width: 150px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .top_menu .top_menu_main .top_menu_main_item .top_menu_phone {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .top_menu .top_menu_main .top_menu_main_item .top_menu_phone {
        display: flex;
        margin-right: 25px;
    }
}
@media only screen and (min-width: 1366px) {
    .top_menu .top_menu_main .top_menu_main_item .top_menu_phone {
        margin-right: 55px;
    }
}
.top_menu .top_menu_main .top_menu_main_item .top_menu_phone a {
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 600;
    font-size: 18px;
}
.top_menu .top_menu_main .top_menu_main_item .top_menu_soc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .top_menu .top_menu_main .top_menu_main_item .top_menu_soc {
        width: 120px;
        margin-right: 0;
        position: absolute;
        top: 23px;
        left: calc(50% - 20px);
    }
}
@media only screen and (min-width: 560px) {
    .top_menu .top_menu_main .top_menu_main_item .top_menu_soc {
        width: 140px;
        margin-right: 35px;
        position: relative;
        top: auto;
        left: auto;
    }
}
@media only screen and (min-width: 320px) {
    .top_menu .top_menu_main .top_menu_main_item .top_menu_soc .fb_desc {
        display: none;
    }
}
@media only screen and (min-width: 560px) {
    .top_menu .top_menu_main .top_menu_main_item .top_menu_soc .fb_desc {
        display: block;
    }
}
@media only screen and (min-width: 320px) {
    .top_menu .top_menu_main .top_menu_main_item .btn_white {
        display: none;
    }
}
@media only screen and (min-width: 560px) {
    .top_menu .top_menu_main .top_menu_main_item .btn_white {
        display: flex;
    }
}
@media only screen and (min-width: 320px) {
    .top_menu.scrolled .container {
        margin-top: -70px;
    }
}
@media only screen and (min-width: 1200px) {
    .top_menu.scrolled .container {
        margin-top: -132px;
    }
}
.top_menu .prescrolled {
    position: fixed;
    transition: 0.3s ease-out;
}
.ic {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
}
.ic:before {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate3d(0, 0, 0, 0deg);
    z-index: 1;
    transition: 0.6s ease-out;
}
.ic svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    position: relative;
    z-index: 2;
    transition: 0.6s ease-out;
    transform: rotate3d(0, 0, 0, 0deg);
}
@media only screen and (min-width: 1200px) {
    .ic:hover svg {
        fill: #6e6e6e;
        transform: rotate3d(0, 1, 0, 360deg);
    }
    .ic:hover:before {
        background-color: #fff;
        transform: translate(-50%, -50%) rotate3d(0, 1, 0, 360deg);
    }
}
.bloak_all_left {
    position: absolute;
    z-index: 5;
}
.btn_orange {
    width: 220px;
    height: 74px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-image: linear-gradient(45deg, #ff4f00 35%, #f79f1f 75%);
    border: none;
    border-radius: 35px;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'UniNeue';
    font-weight: 700;
    transition: 0.3s ease-out;
    letter-spacing: 1px;
    position: relative;
    letter-spacing: 0;
}
.btn_orange:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 0 0;
    border-radius: 35px;
    background-image: linear-gradient(45deg, #ff4f00 35%, #f79f1f 75%);
    z-index: 1;
    transform: scale(1) translate(-50%, -50%);
    filter: blur(0px);
    transition: 0.3s ease-out;
}
.btn_orange span {
    position: relative;
    z-index: 2;
}
.btn_orange:hover {
    letter-spacing: 1px;
}
.btn_orange:hover:before {
    transform: scale(1.05) translate(-50%, -50%);
    filter: blur(7px);
}
.btn_white {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 37px;
    outline: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: 'UniNeue';
    font-weight: 600;
    transition: 0.3s ease-in-out;
    position: relative;
    letter-spacing: 0;
    border: 2px solid #fff;
    letter-spacing: 1px;
}
.btn_white span {
    z-index: 2;
    position: relative;
}
.btn_white:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 0 0;
    border-radius: 37px;
    background-image: linear-gradient(45deg, #ff4f00 35%, #f79f1f 75%);
    z-index: -1;
    transform: scale(1) translate(-50%, -50%);
    filter: blur(0px);
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.btn_white:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 37px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, #ff4f00 35%, #f79f1f 75%);
    opacity: 0;
    transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 320px) {
    .btn_white {
        width: 180px;
        height: 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .btn_white {
        width: 220px;
        height: 74px;
    }
}
.btn_white:hover {
    letter-spacing: 2px;
}
.btn_white:hover:before {
    transform: scale(1.05) translate(-50%, -50%);
    filter: blur(7px);
    opacity: 1;
}
.btn_white:hover:after {
    opacity: 1;
    z-index: 1;
}
.arr_l {
    width: 50px;
    height: 16px;
    position: absolute;
    cursor: pointer;
    transition: 0.3s ease-out;
}
.arr_l:before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f7490e;
    box-shadow: 0 0 20px 0 #f7490e;
    opacity: 0;
    transition: 0.3s ease-out;
}
.arr_l .arr_l_block {
    width: 50px;
    height: 1px;
    background-color: #7c7c7c;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease-out;
}
.arr_l .arr_l_block:before {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    background-color: #7c7c7c;
    position: absolute;
    top: -2px;
    left: -2px;
    transform: rotate(-40deg);
    transition: 0.3s ease-out;
}
.arr_l .arr_l_block:after {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    background-color: #7c7c7c;
    position: absolute;
    top: 2px;
    left: -2px;
    transform: rotate(40deg);
    transition: 0.3s ease-out;
}
.arr_l:hover:before {
    opacity: 0.8;
}
.arr_l:hover .arr_l_block {
    background-color: #f7490e;
}
.arr_l:hover .arr_l_block:before {
    background-color: #f7490e;
}
.arr_l:hover .arr_l_block:after {
    background-color: #f7490e;
}
.arr_l.arr_wite:hover .arr_l_block {
    background-color: #f5f2eb;
}
.arr_l.arr_wite:hover .arr_l_block:before {
    background-color: #f5f2eb;
}
.arr_l.arr_wite:hover .arr_l_block:after {
    background-color: #f5f2eb;
}
.arr_r {
    width: 50px;
    height: 16px;
    position: absolute;
    cursor: pointer;
    transition: 0.3s ease-out;
}
.arr_r:before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f7490e;
    box-shadow: 0 0 20px 0 #f7490e;
    opacity: 0;
    transition: 0.3s ease-out;
}
.arr_r .arr_r_block {
    width: 50px;
    height: 1px;
    background-color: #7c7c7c;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease-out;
}
.arr_r .arr_r_block:before {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    background-color: #7c7c7c;
    position: absolute;
    top: -2px;
    right: -2px;
    transform: rotate(40deg);
    transition: 0.3s ease-out;
}
.arr_r .arr_r_block:after {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    background-color: #7c7c7c;
    position: absolute;
    top: 2px;
    right: -2px;
    transform: rotate(-40deg);
    transition: 0.3s ease-out;
}
.arr_r:hover:before {
    opacity: 0.8;
}
.arr_r:hover .arr_r_block {
    background-color: #f7490e;
}
.arr_r:hover .arr_r_block:before {
    background-color: #f7490e;
}
.arr_r:hover .arr_r_block:after {
    background-color: #f7490e;
}
.arr_r.arr_wite:hover .arr_r_block {
    background-color: #f5f2eb;
}
.arr_r.arr_wite:hover .arr_r_block:before {
    background-color: #f5f2eb;
}
.arr_r.arr_wite:hover .arr_r_block:after {
    background-color: #f5f2eb;
}
.a_hover {
    display: table;
    position: relative;
    transition: 0s;
    transition-delay: 0;
    transition: transform 0.2s ease-out;
}
.a_hover:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background: #b1b0b0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.2s ease-out;
}
.a_hover:hover:before, .a_hover.active:before {
    transform: scaleX(1);
    transform-origin: left;
}
.block_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
.menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    z-index: 1001;
    background: #141414;
    transition: all 0.3s cubic-bezier(0.77, 0.06, 0.28, 0.85);
}
.table {
    display: table;
    height: 100%;
    width: 100%;
}
.cell {
    margin: 0;
}
.page_wrapper {
    height: 100%;
    width: 100%;
}
.page_wrapper.push {
    margin-left: 0;
}
#menu-trigger {
    position: fixed;
    top: 25px;
    right: 5px;
    z-index: 99;
    transition: all 0.5s ease;
    z-index: 1100;
}
#menu-trigger.clicked {
    top: 25px;
}
#menu-trigger div {
    position: relative;
    height: 4px;
    margin-bottom: 4px;
    width: 30px;
    transition: all 0.3s ease;
    display: block;
    z-index: 99;
    background-image: linear-gradient(45deg, #ff4f00 35%, #f79f1f 75%);
    box-shadow: 0 0 0 1px #fff;
}
@media only screen and (min-width: 320px) {
    #menu-trigger div {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    #menu-trigger div {
        display: none;
    }
}
#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: 9px;
    left: -5px;
    width: 20px;
    background-color: #304b6d;
    box-shadow: 0 0 0 1px #fff;
}
#menu-trigger.clicked div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -10px;
    right: -5px;
    background-color: #304b6d;
    box-shadow: 0 0 0 1px #fff;
}
.logo-menu {
    width: 160px;
    height: 75px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px 15px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
}
.logo-menu span {
    display: block;
    width: 95%;
    height: 95%;
    background: url(../images/logo.svg) 50% 50% no-repeat;
    background-size: contain;
}
.menu ul {
    margin-bottom: 15px;
}
.menu li {
    list-style: none;
    display: block;
    width: 228px;
    height: 40px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s;
    font-size: 16px;
    font-family: sans-serif;
}
.menu li a {
    font-size: 16px;
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 300;
}
.menu .top_menu_phone {
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.menu .top_menu_phone a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    font-family: 'UniNeue';
    margin-bottom: 5px;
}
.menu .top_menu_soc {
    width: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
}
.menu.open {
    right: 0;
    box-shadow: -10px 0 10px 0 rgba(21, 21, 21, 0.53);
}
.menu-tint {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
}
.menu-tint.open {
    opacity: 0.15;
    z-index: 97;
    position: fixed;
    animation: initial;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 200;
}
.icon {
    display: block;
    width: 20px;
    height: 20px;
}
.icon svg {
    width: 100%;
    fill: #bababa;
    transition: 0.3s ease-out;
}
.icon.tel:hover svg {
    fill: #2fade7;
}
.icon.fb:hover svg {
    fill: #4867aa;
}
.icon.tw:hover svg {
    fill: #1da1f2;
}
.icon.in:hover svg {
    fill: #0a66c2;
}
.icon.vs:hover svg {
    fill: #27a219;
}
.icon.ms:hover svg {
    fill: #4287f7;
}
.icon.sk:hover svg {
    fill: #00a8e9;
}
.icon.mail:hover svg {
    fill: #ff9e00;
}
input {
    width: 100%;
    height: 56px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #56575a;
    outline: none;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 300;
    margin-bottom: 10px;
}
input::placeholder {
    text-align: center;
    font-size: 15px;
    color: #949494;
    font-family: 'UniNeue';
    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%;
    max-height: 160px;
    min-height: 160px;
    height: 160px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #56575a;
    outline: none;
    text-align: left;
    font-size: 15px;
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 300;
    margin-bottom: 10px;
    padding: 5px;
}
textarea::placeholder {
    text-align: center;
    padding-top: 60px;
    font-size: 15px;
    color: #949494;
    font-family: 'UniNeue';
    font-weight: 300;
}
.bg_pop_up {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2001;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}
.bg_pop_up.shown {
    visibility: visible;
    opacity: 1;
}
.bg_pop_up .exit {
    position: absolute;
    cursor: pointer;
    z-index: 3;
    border: 1px solid #ff530c;
    border-radius: 50%;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .exit {
        width: 20px;
        height: 20px;
        top: 5px;
        right: 5px;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_pop_up .exit {
        top: 20px;
        right: 20px;
    }
}
.bg_pop_up .exit .exit_1 {
    width: 12px;
    height: 1px;
    background: #ff530c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 2;
}
.bg_pop_up .exit .exit_2 {
    width: 12px;
    height: 1px;
    background: #ff530c;
    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 h2 {
    width: 100%;
    font-size: 17px;
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.bg_pop_up .pop-up p {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 300;
    margin-bottom: 15px;
}
.bg_pop_up .pop-up .btn_orange {
    margin-top: 5px;
}
.bg_pop_up .pop-up .popup_btn_soc {
    width: 100%;
    margin-top: 20px;
}
.bg_pop_up .pop-up .popup_btn_soc p {
    color: #a4a4a4;
}
.bg_pop_up .pop-up .popup_btn_soc div {
    width: 100%;
    display: flex;
    justify-content: center;
}
.bg_pop_up .pop-up .popup_btn_soc div a {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 10px;
}
.bg_pop_up .pop-up .popup_btn_soc div .ic_facebook {
    background: url(../images/facebook.svg) 50% 50% no-repeat;
    background-size: contain;
}
.bg_pop_up .pop-up .popup_btn_soc div .ic_google {
    background: url(../images/google.svg) 50% 50% no-repeat;
    background-size: contain;
}
.bg_pop_up .pop-up form {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.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.inform {
    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.inform {
        width: 300px;
        height: auto;
        padding: 40px 10px;
    }
}
@media only screen and (min-width: 560px) {
    .bg_pop_up .pop-up.inform {
        width: 400px;
        padding: 60px;
    }
}
.bg_pop_up .pop-up.inform h2 {
    width: 100%;
    font-size: 17px;
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.bg_pop_up .pop-up.inform h3 {
    width: 100%;
    font-size: 15px;
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.bg_pop_up .pop-up.inform p {
    text-align: justify;
}
.bg_pop_up .pop-up.zaiavka {
    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.zaiavka {
        width: 300px;
        height: 350px;
        padding: 40px;
    }
}
@media only screen and (min-width: 560px) {
    .bg_pop_up .pop-up.zaiavka {
        width: 400px;
        height: 350px;
        padding: 60px;
    }
}
.gorizontal-slider-slides {
    position: relative;
    width: 100%;
}
.header_sl_min_img .gorizontal-slider-slides {
    width: 100% !important;
}
.gorizontal-slider-track {
    display: flex;
    position: relative;
    height: 100% !important;
    transition: left 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;
}
.header {
    position: relative;
    z-index: 7;
}
@media only screen and (min-width: 320px) {
    .header {
        height: 880px;
        margin-top: 110px;
    }
}
@media only screen and (min-width: 768px) {
    .header {
        height: 960px;
    }
}
@media only screen and (min-width: 1200px) {
    .header {
        height: 648px;
        margin-top: 132px;
    }
}
@media only screen and (min-width: 1600px) {
    .header {
        height: 748px;
    }
}
@media only screen and (min-width: 1768px) {
    .header {
        height: 848px;
    }
}
.header .container {
    height: 100%;
}
@media only screen and (min-width: 1200px) {
    .header .container {
        padding-left: 500px;
    }
}
.header .cont_left h1 {
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px;
    z-index: 2;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .header .cont_left h1 {
        display: table;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .header .cont_left h1 {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .header .cont_left h1 {
        font-size: 60px;
        margin: 0;
        margin-top: 50px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1600px) {
    .header .cont_left h1 {
        font-size: 85px;
        margin-top: 50px;
    }
}
@media only screen and (min-width: 1768px) {
    .header .cont_left h1 {
        margin-top: 140px;
    }
}
@media only screen and (min-width: 320px) {
    .header .cont_left h1 br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .header .cont_left h1 br {
        display: block;
    }
}
.header .cont_left ul {
    z-index: 2;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .header .cont_left ul {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .header .cont_left ul {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .header .cont_left ul {
        margin-bottom: 50px;
    }
}
.header .cont_left ul li {
    color: #fff;
    font-size: 22px;
    font-family: 'UniNeue';
    font-weight: 600;
}
@media only screen and (min-width: 320px) {
    .header .cont_left ul li {
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    .header .cont_left ul li {
        text-align: left;
    }
}
.header .cont_left .btn_orange {
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .header .cont_left .btn_orange {
        margin: 0 auto;
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 768px) {
    .header .cont_left .btn_orange {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .header .cont_left .btn_orange {
        margin: 0;
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 1600px) {
    .header .cont_left .btn_orange {
        margin-bottom: 120px;
    }
}
.header .cont_left .block_ic {
    width: 80px;
    justify-content: space-between;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .header .cont_left .block_ic {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .header .cont_left .block_ic {
        display: flex;
    }
}
.header .cont_left .orang_krug_3 {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -200px;
    left: -200px;
    box-shadow: 0 0 100px 100px #fff;
    z-index: 0;
    opacity: 0.25;
}
@media only screen and (min-width: 320px) {
    .header .cont_left .orang_krug_3 {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .header .cont_left .orang_krug_3 {
        display: block;
    }
}
.header .cont_left .orang_krug_4 {
    width: 300px;
    height: 300px;
    background-color: #60421a;
    border-radius: 50%;
    position: absolute;
    top: 300px;
    left: -300px;
    box-shadow: 0 0 100px 100px #60421a;
    z-index: 0;
    opacity: 0.7;
}
@media only screen and (min-width: 320px) {
    .header .cont_left .orang_krug_4 {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .header .cont_left .orang_krug_4 {
        display: block;
    }
}
.header .orang_krug_1 {
    background-color: #d33e0f;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    box-shadow: 0 0 100px 100px #d33e0f;
}
@media only screen and (min-width: 320px) {
    .header .orang_krug_1 {
        right: 50%;
        transform: translateX(50%);
        bottom: 320px;
    }
}
@media only screen and (min-width: 768px) {
    .header .orang_krug_1 {
        bottom: 340px;
    }
}
@media only screen and (min-width: 1200px) {
    .header .orang_krug_1 {
        width: 220px;
        height: 160px;
        top: 140px;
        right: 50px;
        transform: none;
        bottom: auto;
    }
}
@media only screen and (min-width: 1366px) {
    .header .orang_krug_1 {
        width: 220px;
        height: 160px;
        top: 140px;
        right: 50px;
    }
}
@media only screen and (min-width: 1600px) {
    .header .orang_krug_1 {
        width: 280px;
        height: 220px;
        top: 140px;
        right: -25px;
    }
}
@media only screen and (min-width: 1768px) {
    .header .orang_krug_1 {
        width: 330px;
        height: 270px;
        top: 190px;
        right: -75px;
    }
}
.header .orang_krug_2 {
    background-color: #ffbd03;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 50px 50px #ffbd03;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .header .orang_krug_2 {
        right: 50%;
        bottom: 320px;
        transform: translateX(50%);
    }
}
@media only screen and (min-width: 768px) {
    .header .orang_krug_2 {
        bottom: 340px;
    }
}
@media only screen and (min-width: 1200px) {
    .header .orang_krug_2 {
        width: 200px;
        height: 140px;
        top: 160px;
        right: 70px;
        transform: none;
        bottom: auto;
    }
}
@media only screen and (min-width: 1366px) {
    .header .orang_krug_2 {
        width: 200px;
        height: 140px;
        top: 160px;
        right: 70px;
    }
}
@media only screen and (min-width: 1600px) {
    .header .orang_krug_2 {
        width: 260px;
        height: 200px;
        top: 180px;
        right: -20px;
    }
}
@media only screen and (min-width: 1768px) {
    .header .orang_krug_2 {
        width: 310px;
        height: 250px;
        top: 220px;
        right: -70px;
    }
}
.header__main {
    position: relative;
    z-index: 4;
}
@media only screen and (min-width: 320px) {
    .header__main {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main {
        padding-top: 60px;
        display: block;
    }
}
@media only screen and (min-width: 1600px) {
    .header__main {
        padding-top: 110px;
        padding-left: 140px;
    }
}
@media only screen and (min-width: 1768px) {
    .header__main {
        padding-top: 180px;
    }
}
.header__main .header_opis {
    opacity: 0;
    position: absolute;
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .header__main .header_opis {
        width: 310px;
        flex: 0 0 310px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (min-width: 1200px) {
    .header__main .header_opis {
        width: auto;
        flex: 0 0 auto;
        transform: none;
        left: 0;
        top: 60px;
    }
}
@media only screen and (min-width: 1600px) {
    .header__main .header_opis {
        top: 110px;
        left: 140px;
    }
}
@media only screen and (min-width: 1768px) {
    .header__main .header_opis {
        top: 180px;
    }
}
.header__main .header_opis.active {
    opacity: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (min-width: 1200px) {
    .header__main .header_opis.active {
        top: auto;
        left: auto;
        position: relative;
        transform: none;
    }
}
.header__main h2 {
    text-transform: uppercase;
    font-family: 'UniNeue';
    font-weight: 300;
}
@media only screen and (min-width: 320px) {
    .header__main h2 {
        font-size: 22px;
        margin: 0 auto;
        margin-bottom: 15px;
        text-align: center;
        color: #fff;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main h2 {
        font-size: 26px;
        text-align: left;
        margin: 0;
        margin-bottom: 15px;
        color: #616161;
    }
}
.header__main h2 span {
    font-family: 'UniNeue';
    font-weight: 700;
}
.header__main h3 {
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'UniNeue';
    font-weight: 300;
    color: #616161;
    margin-bottom: 10px;
}
@media only screen and (min-width: 320px) {
    .header__main h3 {
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main h3 {
        text-align: left;
    }
}
.header__main p {
    font-size: 18px;
    font-family: 'UniNeue';
    font-weight: 300;
    color: #616161;
    margin-bottom: 5px;
}
@media only screen and (min-width: 320px) {
    .header__main p {
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main p {
        text-align: left;
    }
}
.header__main p span {
    font-family: 'UniNeue';
    font-weight: 700;
}
.header__main p.color_p {
    font-family: 'UniNeue';
    font-weight: 600;
    color: #ff530c;
    margin-top: 10px;
}
.header .header_sl {
    position: absolute;
    width: 100%;
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .header .header_sl {
        top: 450px;
    }
}
@media only screen and (min-width: 768px) {
    .header .header_sl {
        top: 500px;
    }
}
@media only screen and (min-width: 1200px) {
    .header .header_sl {
        top: -50px;
        left: 500px;
    }
}
@media only screen and (min-width: 1600px) {
    .header .header_sl {
        top: 0;
        left: 640px;
    }
}
@media only screen and (min-width: 1768px) {
    .header .header_sl {
        top: 70px;
    }
}
.header .header_sl .header_sl_img {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .header .header_sl .header_sl_img {
        height: 245px;
        padding-left: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .header .header_sl .header_sl_img {
        height: 435px;
        padding-left: 50px;
        transform: scale(0.6);
    }
}
@media only screen and (min-width: 1366px) {
    .header .header_sl .header_sl_img {
        transform: scale(0.7);
        padding-left: 0;
    }
}
@media only screen and (min-width: 1600px) {
    .header .header_sl .header_sl_img {
        transform: scale(0.8);
        padding-left: 50px;
    }
}
@media only screen and (min-width: 1768px) {
    .header .header_sl .header_sl_img {
        transform: scale(1);
        padding-left: 190px;
    }
}
.header .header_sl .header_sl_img .header_sl_track {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
}
@media only screen and (min-width: 320px) {
    .header .header_sl .header_sl_img .header_sl_track {
        justify-content: center;
    }
}
@media only screen and (min-width: 1200px) {
    .header .header_sl .header_sl_img .header_sl_track {
        justify-content: none;
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_sl_block {
    position: absolute;
    transition: all 0.5s ease-out !important;
}
@media only screen and (min-width: 320px) {
    .header .header_sl .header_sl_img .header_sl_track .header_sl_block {
        width: 540px;
        height: 220px;
        transform: scale(0.6);
    }
}
@media only screen and (min-width: 375px) {
    .header .header_sl .header_sl_img .header_sl_track .header_sl_block {
        transform: scale(0.65);
    }
}
@media only screen and (min-width: 560px) {
    .header .header_sl .header_sl_img .header_sl_track .header_sl_block {
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) {
    .header .header_sl .header_sl_img .header_sl_track .header_sl_block {
        width: 1265px;
        height: 520px;
        margin-right: 50px;
    }
}
@media only screen and (min-width: 320px) {
    .header .header_sl .header_sl_img .header_sl_track .header_sl_block .sl_desc {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .header .header_sl .header_sl_img .header_sl_track .header_sl_block .sl_desc {
        display: block;
    }
}
@media only screen and (min-width: 320px) {
    .header .header_sl .header_sl_img .header_sl_track .header_sl_block .sl_mob {
        display: block;
        position: relative;
        width: 540px;
        height: 220px;
    }
}
@media only screen and (min-width: 1200px) {
    .header .header_sl .header_sl_img .header_sl_track .header_sl_block .sl_mob {
        display: none;
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_sl_block .avto {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.header .header_sl .header_sl_img .header_sl_track .header_sl_block .kol_l_mob, .header .header_sl .header_sl_img .header_sl_track .header_sl_block .kol_r_mob {
    position: absolute;
    z-index: 2;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_1 {
    opacity: 0;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_1 .avto {
    width: 1200px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_1 .kol_l {
    position: absolute;
    z-index: 2;
    left: 109px;
    bottom: 62px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_1 .kol_r {
    position: absolute;
    z-index: 2;
    left: 815px;
    bottom: 65px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_1 .avto_mob {
    position: absolute;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_1 .kol_l_mob {
    left: 50px;
    bottom: 15px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_1 .kol_r_mob {
    left: 365px;
    bottom: 15px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_1.active {
    opacity: 1;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_1.active .avto {
    width: 1200px;
    left: 1200px;
    animation: avto_1 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_1 {
    0% {
        left: 1200px;
    }
    70% {
        transform: rotate(0deg);
    }
    90% {
        left: 0;
        transform: rotate(-0.5deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_1.active .kol_l {
    animation-delay: 0.5s;
    animation: avto_1_kol_l 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_1_kol_l {
    0% {
        left: 1309px;
        bottom: 62px;
        transform: rotate(0deg);
    }
    90% {
        left: 109px;
        bottom: 62px;
        transform: rotate(-720deg);
    }
    100% {
        left: 109px;
        bottom: 62px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_1.active .kol_r {
    animation-delay: 0.5s;
    animation: avto_1_kol_r 2s ease-in-out;
    animation-fill-mode: forwards;
    opacity: 1;
}
@keyframes avto_1_kol_r {
    0% {
        left: 2015px;
        bottom: 65px;
        transform: rotate(0deg);
    }
    90% {
        left: 815px;
        bottom: 65px;
        transform: rotate(-720deg);
    }
    100% {
        left: 815px;
        bottom: 65px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_1.active .avto_mob {
    width: 540px;
    left: 1200px;
    animation: avto_1_mob 2s ease-in-out;
    animation-fill-mode: forwards;
    position: absolute;
}
@keyframes avto_1_mob {
    0% {
        left: 1200px;
    }
    70% {
        transform: rotate(0deg);
    }
    90% {
        left: 0;
        transform: rotate(-0.5deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_1.active .kol_l_mob {
    left: 50px;
    bottom: 15px;
    animation-delay: 0.5s;
    animation: avto_1_kol_l_mob 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_1_kol_l_mob {
    0% {
        left: 1250px;
        bottom: 15px;
        transform: rotate(0deg);
    }
    90% {
        left: 50px;
        bottom: 15px;
        transform: rotate(-720deg);
    }
    100% {
        left: 50px;
        bottom: 15px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_1.active .kol_r_mob {
    left: 365px;
    bottom: 15px;
    animation-delay: 0.5s;
    animation: avto_1_kol_r_mob 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_1_kol_r_mob {
    0% {
        left: 1560px;
        bottom: 15px;
        transform: rotate(0deg);
    }
    90% {
        left: 365px;
        bottom: 15px;
        transform: rotate(-720deg);
    }
    100% {
        left: 365px;
        bottom: 15px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_2 {
    opacity: 0;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_2 .avto {
    width: 1200px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_2 .kol_l {
    position: absolute;
    z-index: 2;
    left: 125px;
    bottom: 70px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_2 .kol_r {
    position: absolute;
    z-index: 2;
    left: 805px;
    bottom: 70px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_2 .kol_l_mob {
    left: 56px;
    bottom: 15px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_2 .kol_r_mob {
    left: 362px;
    bottom: 15px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_2.active {
    opacity: 1;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_2.active .avto {
    left: 1200px;
    animation: avto_2 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_2 {
    0% {
        left: 1200px;
    }
    70% {
        transform: rotate(0deg);
    }
    90% {
        left: 0;
        transform: rotate(-0.5deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_2.active .kol_l {
    left: 125px;
    bottom: 70px;
    animation-delay: 0.5s;
    animation: avto_2_kol_l 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_2_kol_l {
    0% {
        left: 1340px;
        bottom: 70px;
        transform: rotate(0deg);
    }
    90% {
        left: 125px;
        bottom: 70px;
        transform: rotate(-720deg);
    }
    100% {
        left: 125px;
        bottom: 70px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_2.active .kol_r {
    left: 805px;
    bottom: 70px;
    animation-delay: 0.5s;
    animation: avto_2_kol_r 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_2_kol_r {
    0% {
        left: 2055px;
        bottom: 70px;
        transform: rotate(0deg);
    }
    90% {
        left: 805px;
        bottom: 70px;
        transform: rotate(-720deg);
    }
    100% {
        left: 805px;
        bottom: 70px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_2.active .avto_mob {
    width: 540px;
    left: 1200px;
    animation: avto_2_mob 2s ease-in-out;
    animation-fill-mode: forwards;
    position: absolute;
}
@keyframes avto_2_mob {
    0% {
        left: 1200px;
    }
    70% {
        transform: rotate(0deg);
    }
    90% {
        left: 0;
        transform: rotate(-0.5deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_2.active .kol_l_mob {
    animation-delay: 0.5s;
    animation: avto_2_kol_l_mob 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_2_kol_l_mob {
    0% {
        left: 1250px;
        bottom: 15px;
        transform: rotate(0deg);
    }
    90% {
        left: 56px;
        bottom: 15px;
        transform: rotate(-720deg);
    }
    100% {
        left: 56px;
        bottom: 15px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_2.active .kol_r_mob {
    animation-delay: 0.5s;
    animation: avto_2_kol_r_mob 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_2_kol_r_mob {
    0% {
        left: 1560px;
        bottom: 15px;
        transform: rotate(0deg);
    }
    90% {
        left: 362px;
        bottom: 15px;
        transform: rotate(-720deg);
    }
    100% {
        left: 362px;
        bottom: 15px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_3 {
    opacity: 0;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_3 .avto {
    width: 1000px;
    top: 140px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_3 .kol_l {
    position: absolute;
    z-index: 2;
    left: 135px;
    bottom: 85px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_3 .kol_r {
    position: absolute;
    z-index: 2;
    left: 718px;
    bottom: 80px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_3 .avto_mob {
    position: absolute;
    top: 35px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_3 .kol_l_mob {
    left: 67px;
    bottom: 17px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_3 .kol_r_mob {
    left: 385px;
    bottom: 15px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_3.active {
    opacity: 1;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_3.active .avto {
    left: 1200px;
    animation: avto_3 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_3 {
    0% {
        left: 1200px;
    }
    70% {
        transform: rotate(0deg);
    }
    90% {
        left: 0;
        transform: rotate(-0.5deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_3.active .kol_l {
    animation-delay: 0.5s;
    animation: avto_3_kol_l 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_3_kol_l {
    0% {
        left: 1335px;
        bottom: 70px;
        transform: rotate(0deg);
    }
    90% {
        left: 135px;
        bottom: 85px;
        transform: rotate(-720deg);
    }
    100% {
        left: 135px;
        bottom: 85px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_3.active .kol_r {
    animation-delay: 0.5s;
    animation: avto_3_kol_r 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_3_kol_r {
    0% {
        left: 1918px;
        bottom: 80px;
        transform: rotate(0deg);
    }
    90% {
        left: 718px;
        bottom: 80px;
        transform: rotate(-720deg);
    }
    100% {
        left: 718px;
        bottom: 80px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_3.active .avto_mob {
    width: 540px;
    left: 1200px;
    top: 35px;
    animation: avto_3_mob 2s ease-in-out;
    animation-fill-mode: forwards;
    position: absolute;
}
@keyframes avto_3_mob {
    0% {
        left: 1200px;
    }
    70% {
        transform: rotate(0deg);
    }
    90% {
        left: 0;
        transform: rotate(-0.5deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_3.active .kol_l_mob {
    left: 1265px;
    bottom: 17px;
    animation-delay: 0.5s;
    animation: avto_3_kol_l_mob 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_3_kol_l_mob {
    0% {
        left: 1265px;
        bottom: 15px;
        transform: rotate(0deg);
    }
    90% {
        left: 67px;
        bottom: 17px;
        transform: rotate(-720deg);
    }
    100% {
        left: 67px;
        bottom: 17px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_3.active .kol_r_mob {
    left: 1560px;
    bottom: 15px;
    animation-delay: 0.5s;
    animation: avto_3_kol_r_mob 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_3_kol_r_mob {
    0% {
        left: 1560px;
        bottom: 15px;
        transform: rotate(0deg);
    }
    90% {
        left: 385px;
        bottom: 15px;
        transform: rotate(-720deg);
    }
    100% {
        left: 385px;
        bottom: 15px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_4 {
    opacity: 0;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_4 .avto {
    width: 1140px;
    top: 60px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_4 .kol_l {
    width: 170px;
    position: absolute;
    z-index: 2;
    left: 107px;
    bottom: 80px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_4 .kol_r {
    width: 170px;
    position: absolute;
    z-index: 2;
    left: 790px;
    bottom: 75px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_4 .avto_mob {
    position: absolute;
    top: 20px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_4 .kol_l_mob {
    left: 48px;
    bottom: 17px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_4 .kol_r_mob {
    left: 375px;
    bottom: 18px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_4.active {
    opacity: 1;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_4.active .avto {
    left: 1200px;
    animation: avto_4 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_4 {
    0% {
        left: 1200px;
    }
    70% {
        transform: rotate(0deg);
    }
    90% {
        left: 0;
        transform: rotate(-0.5deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_4.active .kol_l {
    animation-delay: 0.5s;
    animation: avto_4_kol_l 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_4_kol_l {
    0% {
        left: 1300px;
        bottom: 80px;
        transform: rotate(0deg);
    }
    90% {
        left: 107px;
        bottom: 80px;
        transform: rotate(-720deg);
    }
    100% {
        left: 107px;
        bottom: 80px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_4.active .kol_r {
    animation-delay: 0.5s;
    animation: avto_4_kol_r 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_4_kol_r {
    0% {
        left: 1990px;
        bottom: 85px;
        transform: rotate(0deg);
    }
    90% {
        left: 792px;
        bottom: 85px;
        transform: rotate(-720deg);
    }
    100% {
        left: 792px;
        bottom: 85px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_4.active .avto_mob {
    width: 540px;
    left: 1200px;
    top: 20px;
    animation: avto_4_mob 2s ease-in-out;
    animation-fill-mode: forwards;
    position: absolute;
}
@keyframes avto_4_mob {
    0% {
        left: 1200px;
    }
    70% {
        transform: rotate(0deg);
    }
    90% {
        left: 0;
        transform: rotate(-0.5deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_4.active .kol_l_mob {
    left: 1248px;
    bottom: 17px;
    animation-delay: 0.5s;
    animation: avto_4_kol_l_mob 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_4_kol_l_mob {
    0% {
        left: 1248px;
        bottom: 17px;
        transform: rotate(0deg);
    }
    90% {
        left: 48px;
        bottom: 17px;
        transform: rotate(-720deg);
    }
    100% {
        left: 48px;
        bottom: 17px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_4.active .kol_r_mob {
    left: 1588px;
    bottom: 18px;
    animation-delay: 0.5s;
    animation: avto_4_kol_r_mob 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_4_kol_r_mob {
    0% {
        left: 1588px;
        bottom: 18px;
        transform: rotate(0deg);
    }
    90% {
        left: 375px;
        bottom: 18px;
        transform: rotate(-720deg);
    }
    100% {
        left: 375px;
        bottom: 18px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_5 {
    opacity: 0;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_5 .avto {
    width: 1200px;
    top: 0;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_5 .kol_l {
    position: absolute;
    z-index: 2;
    left: 90px;
    bottom: 90px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_5 .kol_r {
    position: absolute;
    z-index: 2;
    left: 845px;
    bottom: 90px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_5 .avto_mob {
    position: absolute;
    top: 20px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_5 .kol_l_mob {
    left: 43px;
    bottom: 8px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_5 .kol_r_mob {
    left: 380px;
    bottom: 12px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_5.active {
    opacity: 1;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_5.active .avto {
    left: 1200px;
    animation: avto_5 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_5 {
    0% {
        left: 1200px;
    }
    70% {
        transform: rotate(0deg);
    }
    90% {
        left: 0;
        transform: rotate(-0.5deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_5.active .kol_l {
    animation-delay: 0.5s;
    animation: avto_5_kol_l 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_5_kol_l {
    0% {
        left: 1290px;
        bottom: 90px;
        transform: rotate(0deg);
    }
    90% {
        left: 90px;
        bottom: 90px;
        transform: rotate(-720deg);
    }
    100% {
        left: 90px;
        bottom: 90px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_5.active .kol_r {
    animation-delay: 0.5s;
    animation: avto_5_kol_r 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_5_kol_r {
    0% {
        left: 2045px;
        bottom: 90px;
        transform: rotate(0deg);
    }
    90% {
        left: 845px;
        bottom: 90px;
        transform: rotate(-720deg);
    }
    100% {
        left: 845px;
        bottom: 90px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_5.active .avto_mob {
    width: 540px;
    left: 1200px;
    top: 20px;
    animation: avto_1_mob 2s ease-in-out;
    animation-fill-mode: forwards;
    position: absolute;
}
@keyframes avto_5_mob {
    0% {
        left: 1200px;
    }
    70% {
        transform: rotate(0deg);
    }
    90% {
        left: 0;
        transform: rotate(-0.5deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_5.active .kol_l_mob {
    left: 1248px;
    bottom: 8px;
    animation-delay: 0.5s;
    animation: avto_5_kol_l_mob 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_5_kol_l_mob {
    0% {
        left: 1243px;
        bottom: 8px;
        transform: rotate(0deg);
    }
    90% {
        left: 43px;
        bottom: 8px;
        transform: rotate(-720deg);
    }
    100% {
        left: 43px;
        bottom: 8px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_5.active .kol_r_mob {
    left: 1593px;
    bottom: 12px;
    animation-delay: 0.5s;
    animation: avto_5_kol_r_mob 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_5_kol_r_mob {
    0% {
        left: 1593px;
        bottom: 12px;
        transform: rotate(0deg);
    }
    90% {
        left: 380px;
        bottom: 12px;
        transform: rotate(-720deg);
    }
    100% {
        left: 380px;
        bottom: 12px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_6 {
    opacity: 0;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_6 .avto {
    width: 1200px;
    top: 60px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_6 .kol_l {
    position: absolute;
    z-index: 2;
    left: 120px;
    bottom: 60px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_6 .kol_r {
    position: absolute;
    z-index: 2;
    left: 860px;
    bottom: 60px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_6 .avto_mob {
    position: absolute;
    top: 20px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_6 .kol_l_mob {
    left: 53px;
    bottom: 22px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_6 .kol_r_mob {
    left: 388px;
    bottom: 22px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_6.active {
    opacity: 1;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_6.active .avto {
    left: 1200px;
    animation: avto_6 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_6 {
    0% {
        left: 1200px;
    }
    70% {
        transform: rotate(0deg);
    }
    90% {
        left: 0;
        transform: rotate(-0.5deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_6.active .kol_l {
    animation-delay: 0.5s;
    animation: avto_6_kol_l 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_6_kol_l {
    0% {
        left: 1320px;
        bottom: 60px;
        transform: rotate(0deg);
    }
    90% {
        left: 120px;
        bottom: 60px;
        transform: rotate(-720deg);
    }
    100% {
        left: 120px;
        bottom: 60px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_6.active .kol_r {
    animation-delay: 0.5s;
    animation: avto_6_kol_r 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_6_kol_r {
    0% {
        left: 2060px;
        bottom: 60px;
        transform: rotate(0deg);
    }
    90% {
        left: 860px;
        bottom: 60px;
        transform: rotate(-720deg);
    }
    100% {
        left: 860px;
        bottom: 60px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_6.active .avto_mob {
    width: 540px;
    left: 1200px;
    top: 20px;
    animation: avto_6_mob 2s ease-in-out;
    animation-fill-mode: forwards;
    position: absolute;
}
@keyframes avto_6_mob {
    0% {
        left: 1200px;
    }
    70% {
        transform: rotate(0deg);
    }
    90% {
        left: 0;
        transform: rotate(-0.5deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_6.active .kol_l_mob {
    left: 1253px;
    bottom: 22px;
    animation-delay: 0.5s;
    animation: avto_6_kol_l_mob 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_6_kol_l_mob {
    0% {
        left: 1253px;
        bottom: 22px;
        transform: rotate(0deg);
    }
    90% {
        left: 53px;
        bottom: 22px;
        transform: rotate(-720deg);
    }
    100% {
        left: 53px;
        bottom: 22px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_6.active .kol_r_mob {
    left: 1613px;
    bottom: 22px;
    animation-delay: 0.5s;
    animation: avto_6_kol_r_mob 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_6_kol_r_mob {
    0% {
        left: 1613px;
        bottom: 22px;
        transform: rotate(0deg);
    }
    90% {
        left: 388px;
        bottom: 22px;
        transform: rotate(-720deg);
    }
    100% {
        left: 388px;
        bottom: 22px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_7 {
    opacity: 0;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_7 .avto {
    width: 1200px;
    top: 60px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_7 .kol_l {
    position: absolute;
    z-index: 2;
    left: 1365px;
    bottom: 85px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_7 .kol_r {
    position: absolute;
    z-index: 2;
    left: 2030px;
    bottom: 85px;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_7.active {
    opacity: 1;
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_7.active .avto {
    left: 1200px;
    animation: avto_7 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_7 {
    0% {
        left: 1200px;
    }
    70% {
        transform: rotate(0deg);
    }
    90% {
        left: 0;
        transform: rotate(-0.5deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_7.active .kol_l {
    animation-delay: 0.5s;
    animation: avto_7_kol_l 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_7_kol_l {
    0% {
        left: 1365px;
        bottom: 85px;
        transform: rotate(0deg);
    }
    90% {
        left: 165px;
        bottom: 85px;
        transform: rotate(-720deg);
    }
    100% {
        left: 165px;
        bottom: 85px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_7.active .kol_r {
    animation-delay: 0.5s;
    animation: avto_7_kol_r 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_7_kol_r {
    0% {
        left: 2030px;
        bottom: 85px;
        transform: rotate(0deg);
    }
    90% {
        left: 830px;
        bottom: 85px;
        transform: rotate(-720deg);
    }
    100% {
        left: 830px;
        bottom: 85px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_7.active .avto_mob {
    width: 540px;
    left: 1200px;
    top: 20px;
    animation: avto_7_mob 2s ease-in-out;
    animation-fill-mode: forwards;
    position: absolute;
}
@keyframes avto_7_mob {
    0% {
        left: 1200px;
    }
    70% {
        transform: rotate(0deg);
    }
    90% {
        left: 0;
        transform: rotate(-0.5deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_7.active .kol_l_mob {
    left: 1267px;
    bottom: 22px;
    animation-delay: 0.5s;
    animation: avto_7_kol_l_mob 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_7_kol_l_mob {
    0% {
        left: 1267px;
        bottom: 22px;
        transform: rotate(0deg);
    }
    90% {
        left: 67px;
        bottom: 22px;
        transform: rotate(-720deg);
    }
    100% {
        left: 67px;
        bottom: 22px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_img .header_sl_track .header_avto_7.active .kol_r_mob {
    left: 1590px;
    bottom: 22px;
    animation-delay: 0.5s;
    animation: avto_7_kol_r_mob 2s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes avto_7_kol_r_mob {
    0% {
        left: 1590px;
        bottom: 22px;
        transform: rotate(0deg);
    }
    90% {
        left: 365px;
        bottom: 22px;
        transform: rotate(-720deg);
    }
    100% {
        left: 365px;
        bottom: 22px;
        transform: rotate(-720deg);
    }
}
.header .header_sl .header_sl_min_img {
    width: 100%;
    position: relative;
    margin-left: 10px;
}
@media only screen and (min-width: 1200px) {
    .header .header_sl .header_sl_min_img {
        margin-top: -50px;
        height: 135px;
    }
}
@media only screen and (min-width: 1600px) {
    .header .header_sl .header_sl_min_img {
        margin-top: 30px;
    }
}
.header .header_sl .header_sl_min_img .header_sl_min_img_track {
    width: 5000px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.header .header_sl .header_sl_min_img .header_sl_min_img_track a {
    display: block;
    overflow: hidden;
    border-radius: 30px;
    transition: 0.4s ease-out;
    box-shadow: 0 0 0 0 #232324;
}
@media only screen and (min-width: 320px) {
    .header .header_sl .header_sl_min_img .header_sl_min_img_track a {
        width: 120px;
        flex: 0 0 120px;
        height: 80px;
        margin-top: 15px;
        margin-bottom: -6px;
    }
}
@media only screen and (min-width: 560px) {
    .header .header_sl .header_sl_min_img .header_sl_min_img_track a {
        margin-bottom: -10px;
        width: 180px;
        flex: 0 0 180px;
        height: 110px;
        margin-top: 25px;
    }
}
.header .header_sl .header_sl_min_img .header_sl_min_img_track a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.3s ease-out;
}
.header .header_sl .header_sl_min_img .header_sl_min_img_track a:hover img {
    transform: scale(1.1);
}
.header .header_sl .header_sl_min_img .header_sl_min_img_track a.active {
    margin-bottom: 0;
}
@media only screen and (min-width: 320px) {
    .header .header_sl .header_sl_min_img .header_sl_min_img_track a.active {
        width: 160px;
        height: 105px;
        margin-top: 0;
        box-shadow: 0 0 0 6px #232324;
    }
}
@media only screen and (min-width: 560px) {
    .header .header_sl .header_sl_min_img .header_sl_min_img_track a.active {
        width: 220px;
        height: 135px;
        margin-top: 0;
        box-shadow: 0 0 0 12px #232324;
    }
}
.header .header_sl .header_sl_min_img .arr_l {
    left: 0;
    bottom: -50px;
}
.header .header_sl .header_sl_min_img .arr_r {
    left: 70px;
    bottom: -50px;
}
.whi {
    position: relative;
    z-index: 6;
}
@media only screen and (min-width: 320px) {
    .whi {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .whi {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .whi {
        padding: 140px 0;
    }
}
.whi .container {
    height: 100%;
}
@media only screen and (min-width: 1200px) {
    .whi .container {
        padding-left: 400px;
    }
}
@media only screen and (min-width: 1600px) {
    .whi .container {
        padding-left: 500px;
    }
}
@media only screen and (min-width: 320px) {
    .whi .cont_left h2 {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .whi .cont_left h2 {
        text-align: left;
        margin: 0;
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 320px) {
    .whi .cont_left h2 br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .whi .cont_left h2 br {
        display: block;
    }
}
@media only screen and (min-width: 320px) {
    .whi .cont_left .whi_min_cl {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .whi .cont_left .whi_min_cl {
        display: table;
        width: 280px;
        margin: 0 auto;
        margin: 0;
        margin-bottom: 30px;
        width: 100%;
    }
}
.whi .cont_left .whi_min_cl li {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
}
@media only screen and (min-width: 320px) {
    .whi .cont_left .whi_min_cl li {
        margin: 5px 0;
    }
}
@media only screen and (min-width: 768px) {
    .whi .cont_left .whi_min_cl li {
        margin: 10px 0;
    }
}
.whi .cont_left .whi_min_cl li a {
    font-family: 'UniNeue';
    font-weight: 300;
    color: #949494;
    padding-left: 0;
    transition: 0.3s ease-out;
}
@media only screen and (min-width: 320px) {
    .whi .cont_left .whi_min_cl li a {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .whi .cont_left .whi_min_cl li a {
        font-size: 25px;
    }
}
.whi .cont_left .whi_min_cl li a:hover {
    color: #fff;
}
.whi .cont_left .whi_min_cl li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    transition: 0.3s ease-out;
}
.whi .cont_left .whi_min_cl li.active a {
    color: #ff530c;
    font-family: 'UniNeue';
    font-weight: 600;
    padding-left: 30px;
}
.whi .cont_left .whi_min_cl li.active:before {
    background-color: #ff530c;
    left: 0;
}
.whi .cont_left .lolo_w {
    bottom: -220px;
}
@media only screen and (min-width: 320px) {
    .whi__main .acord {
        width: 100%;
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .whi__main .acord {
        display: none;
    }
}
.whi__main .acord .block_v_acord {
    width: 100%;
    margin-top: 30px;
    position: relative;
    transition: 0.3s linear;
}
.whi__main .acord .block_v_acord .block_v_cont {
    width: 100%;
    color: #fff;
    background-image: linear-gradient(90deg, #363536 0%, #2a2b30 100%);
    font-family: 'UniNeue';
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(211, 62, 15, 0.4);
    transition: 0.3s linear;
}
.whi__main .acord .block_v_acord .block_v_cont span {
    width: 20px;
    font-size: 30px;
    color: #ff530c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: 0.3s linear;
}
.whi__main .acord .block_v_acord .block_v_s {
    width: 100%;
    height: 0;
    z-index: -1;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s linear;
}
.whi__main .acord .block_v_acord .block_v_s p {
    font-size: 16px;
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 300;
    margin-top: 10px;
    text-align: justify;
    transition: 0.3s linear;
}
.whi__main .acord .block_v_acord.opened {
    z-index: 2;
    transition: 0.3s linear;
}
.whi__main .acord .block_v_acord.opened .block_v_s {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: 0.3s linear;
}
@media only screen and (min-width: 320px) {
    .whi__main .whi_sl {
        display: none;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .whi__main .whi_sl {
        display: flex;
        align-items: flex-start;
        position: relative;
        width: 1080px;
        justify-content: flex-start;
        flex-wrap: nowrap;
        min-height: 424px;
    }
}
@media only screen and (min-width: 320px) {
    .whi__main .whi_sl .whi_sl_text {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 992px) {
    .whi__main .whi_sl .whi_sl_text {
        width: 360px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .whi__main .whi_sl .whi_sl_text {
        margin-right: 40px;
    }
}
@media only screen and (min-width: 1768px) {
    .whi__main .whi_sl .whi_sl_text {
        margin-right: 140px;
    }
}
.whi__main .whi_sl .whi_sl_text .whi_sl_text_block {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s ease-out;
}
@media only screen and (min-width: 320px) {
    .whi__main .whi_sl .whi_sl_text .whi_sl_text_block {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .whi__main .whi_sl .whi_sl_text .whi_sl_text_block {
        width: 360px;
    }
}
.whi__main .whi_sl .whi_sl_text .whi_sl_text_block.active {
    position: relative;
    opacity: 1;
    z-index: 2;
}
.whi__main .whi_sl .whi_sl_text .whi_sl_text_block .whi_sl_h3 {
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 600;
    font-size: 30px;
    transition: 0.5s ease-out;
    padding: 2px 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    margin-left: -30px;
}
@media only screen and (min-width: 320px) {
    .whi__main .whi_sl .whi_sl_text .whi_sl_text_block .whi_sl_h3 {
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    .whi__main .whi_sl .whi_sl_text .whi_sl_text_block .whi_sl_h3 {
        text-align: left;
        margin-top: -5px;
    }
}
.whi__main .whi_sl .whi_sl_text .whi_sl_text_block .whi_sl_h3.anime {
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.whi__main .whi_sl .whi_sl_text .whi_sl_text_block p {
    width: 100%;
    display: table;
    font-family: 'UniNeue';
    font-weight: 300;
    font-size: 18px;
    color: #949494;
    margin-top: 20px;
    line-height: 1.4;
    transition: 0.5s ease-out;
    text-align: justify;
}
.whi__main .whi_sl .whi_sl_text .whi_sl_text_block p.whi_sl_p_1 {
    margin-left: -30px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.whi__main .whi_sl .whi_sl_text .whi_sl_text_block p.whi_sl_p_1.anime {
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.whi__main .whi_sl .whi_sl_text .whi_sl_text_block p.whi_sl_p_2 {
    margin-left: -30px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.whi__main .whi_sl .whi_sl_text .whi_sl_text_block p.whi_sl_p_2.anime {
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.whi__main .whi_sl .whi_sl_text .whi_sl_text_block p.whi_sl_p_3 {
    margin-left: -30px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.whi__main .whi_sl .whi_sl_text .whi_sl_text_block p.whi_sl_p_3.anime {
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.whi__main .whi_sl .whi_sl_img {
    width: 580px;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .whi__main .whi_sl .whi_sl_img {
        height: auto;
    }
}
@media only screen and (min-width: 992px) {
    .whi__main .whi_sl .whi_sl_img {
        height: 400px;
    }
}
.whi__main .whi_sl .whi_sl_img .whi_sl_img_block {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s ease-out;
    clip-path: polygon(50% 50%, 100% 0, 50% 50%, 0 100%);
}
.whi__main .whi_sl .whi_sl_img .whi_sl_img_block.anime {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.whi__main .whi_sl .whi_sl_img .whi_sl_img_block.active {
    opacity: 1;
    position: relative;
}
.whi__main .whi_sl .whi_sl_img .whi_sl_img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.whi__main .whi_sl .whi_sl_img .whi_sl_img_block img.active {
    opacity: 1;
    position: relative;
}
.whi__main .whi_sl .whi_sl_img .whi_sl_arr {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -124px;
}
.whi__main .whi_sl .whi_sl_img .whi_sl_arr .arr_l, .whi__main .whi_sl .whi_sl_img .whi_sl_arr .arr_r {
    position: relative;
    margin: 0 10px;
}
.whi__main .whi_sl .whi_sl_bot {
    position: absolute;
    left: 0;
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .whi__main .whi_sl .whi_sl_bot {
        width: 100%;
        bottom: -60px;
    }
}
@media only screen and (min-width: 992px) {
    .whi__main .whi_sl .whi_sl_bot {
        width: 40%;
        bottom: -110px;
    }
}
@media only screen and (min-width: 1366px) {
    .whi__main .whi_sl .whi_sl_bot {
        width: 60%;
    }
}
.whi__main .whi_sl .whi_sl_bot .whi_sl_bot_numb {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 320px) {
    .whi__main .whi_sl .whi_sl_bot .whi_sl_bot_numb {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .whi__main .whi_sl .whi_sl_bot .whi_sl_bot_numb {
        width: 100%;
    }
}
.whi__main .whi_sl .whi_sl_bot .whi_sl_bot_numb a {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'UniNeue';
    font-weight: 300;
    color: #949494;
    transition: 0.3s ease-out;
}
@media only screen and (min-width: 320px) {
    .whi__main .whi_sl .whi_sl_bot .whi_sl_bot_numb a {
        width: 30px;
        margin: 0 5px;
        font-size: 24px;
    }
}
@media only screen and (min-width: 768px) {
    .whi__main .whi_sl .whi_sl_bot .whi_sl_bot_numb a {
        width: 40px;
        margin: 0 10px;
        font-size: 30px;
    }
}
.whi__main .whi_sl .whi_sl_bot .whi_sl_bot_numb a:hover {
    color: #fff;
}
.whi__main .whi_sl .whi_sl_bot .whi_sl_bot_numb a.active {
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 700;
}
@media only screen and (min-width: 320px) {
    .whi__main .whi_sl .whi_sl_bot .whi_sl_bot_numb a.active {
        font-size: 42px;
    }
}
@media only screen and (min-width: 768px) {
    .whi__main .whi_sl .whi_sl_bot .whi_sl_bot_numb a.active {
        font-size: 60px;
    }
}
.usa {
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 320px) {
    .usa {
        padding: 60px 0 30px 0;
    }
}
@media only screen and (min-width: 768px) {
    .usa {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .usa {
        padding: 210px 0 100px 0;
    }
}
.usa .container {
    height: 100%;
}
@media only screen and (min-width: 1200px) {
    .usa .container {
        padding-left: 400px;
    }
}
@media only screen and (min-width: 1600px) {
    .usa .container {
        padding-left: 500px;
    }
}
@media only screen and (min-width: 320px) {
    .usa .cont_left h2 {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .usa .cont_left h2 {
        margin: 0;
        margin-top: 100px;
        text-align: left;
    }
}
@media only screen and (min-width: 320px) {
    .usa .cont_left h2 br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .usa .cont_left h2 br {
        display: block;
    }
}
.usa .cont_left .lolo_w {
    bottom: -30px;
}
.usa__main {
    width: 100%;
    display: flex;
}
@media only screen and (min-width: 320px) {
    .usa__main {
        justify-content: space-around;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) {
    .usa__main {
        justify-content: space-between;
    }
}
@media only screen and (min-width: 320px) {
    .usa__main .usa_main_block {
        margin: 0 10px 30px 10px;
    }
    .usa__main .usa_main_block:nth-child(1) {
        width: 100%;
    }
    .usa__main .usa_main_block:nth-child(2) {
        width: 100%;
    }
    .usa__main .usa_main_block:nth-child(3) {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .usa__main .usa_main_block {
        margin: 0;
    }
    .usa__main .usa_main_block:nth-child(1) {
        width: 200px;
    }
    .usa__main .usa_main_block:nth-child(2) {
        width: 220px;
    }
    .usa__main .usa_main_block:nth-child(3) {
        width: 210px;
    }
}
.usa__main .usa_main_block .usa_main_block_ic {
    border-radius: 50%;
    border: 2px solid #adadad;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .usa__main .usa_main_block .usa_main_block_ic {
        width: 140px;
        height: 140px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .usa__main .usa_main_block .usa_main_block_ic {
        width: 180px;
        height: 180px;
        margin: 0;
        margin-bottom: 15px;
    }
}
.usa__main .usa_main_block .usa_main_block_ic span {
    width: 90%;
    height: 90%;
}
.usa__main .usa_main_block h3 {
    font-size: 22px;
    color: #ff530c;
    font-family: 'UniNeue';
    font-weight: 600;
    margin-bottom: 15px;
}
@media only screen and (min-width: 320px) {
    .usa__main .usa_main_block h3 {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .usa__main .usa_main_block h3 {
        text-align: left;
    }
}
.usa__main .usa_main_block p {
    font-size: 16px;
    color: #949494;
    font-family: 'UniNeue';
    font-weight: 300;
    line-height: 1.4;
}
@media only screen and (min-width: 320px) {
    .usa__main .usa_main_block p {
        text-align: justify;
    }
}
@media only screen and (min-width: 768px) {
    .usa__main .usa_main_block p {
        text-align: left;
    }
}
.motors {
    position: relative;
    z-index: 4;
}
@media only screen and (min-width: 320px) {
    .motors {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .motors {
        padding: 120px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .motors {
        padding: 130px 0 180px 0;
    }
}
.motors .container {
    height: 100%;
}
@media only screen and (min-width: 1200px) {
    .motors .container {
        padding-left: 400px;
    }
}
@media only screen and (min-width: 1600px) {
    .motors .container {
        padding-left: 500px;
    }
}
@media only screen and (min-width: 320px) {
    .motors .cont_left h2 {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .motors .cont_left h2 {
        margin: 0;
        text-align: left;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 320px) {
    .motors .cont_left h2 br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .motors .cont_left h2 br {
        display: block;
    }
}
.motors .cont_left p {
    font-size: 18px;
    color: #949494;
    font-family: 'UniNeue';
    font-weight: 300;
    text-align: justify;
    line-height: 1.4;
    margin-bottom: 30px;
}
@media only screen and (min-width: 320px) {
    .motors .cont_left p {
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    .motors .cont_left p {
        width: 355px;
        text-align: left;
    }
}
@media only screen and (min-width: 320px) {
    .motors .cont_left .btn_orange {
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .motors .cont_left .btn_orange {
        margin: 0;
        margin-bottom: 55px;
    }
}
.motors .cont_left .video-block {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 50px 0 rgba(211, 62, 15, 0.4);
}
@media only screen and (min-width: 320px) {
    .motors .cont_left .video-block {
        width: 310px;
        height: 174px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 375px) {
    .motors .cont_left .video-block {
        width: 360px;
        height: 202.5px;
    }
}
@media only screen and (min-width: 1200px) {
    .motors .cont_left .video-block {
        margin: 0;
    }
}
.motors .cont_left .video-block iframe {
    width: 100%;
    height: 100%;
}
.motors .cont_left .lolo_w {
    bottom: -180px;
}
.motors__main {
    display: flex;
    align-items: center;
    background-image: linear-gradient(90deg, #363536 0%, #2a2b30 100%);
    position: relative;
    transition: 1s ease-out;
    clip-path: polygon(50% 50%, 100% 0, 50% 50%, 0 100%);
}
@media only screen and (min-width: 320px) {
    .motors__main {
        height: auto;
        justify-content: center;
        padding: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .motors__main {
        height: 675px;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 320px) {
    .motors__main {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .motors__main {
        width: 100vw;
    }
}
.motors__main.anime {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (min-width: 1200px) {
    .motors__main__item {
        padding-left: 70px;
    }
}
@media only screen and (min-width: 1366px) {
    .motors__main__item {
        padding-left: 140px;
    }
}
@media only screen and (min-width: 1600px) {
    .motors__main__item {
        padding-left: 265px;
    }
}
.motors__main__item .motors_krug_1 {
    width: 700px;
    height: 200px;
    background-color: #5f4a35;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 100px 100px #5f4a35;
    z-index: 0;
    opacity: 0.7;
    z-index: 2;
}
.motors__main__item .motors_krug_2 {
    width: 200px;
    height: 50px;
    background-color: #895533;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 100px 100px #895533;
    z-index: 0;
    opacity: 0.7;
    z-index: 2;
}
.motors__main__item ul {
    position: relative;
    z-index: 3;
}
.motors__main__item ul li {
    position: relative;
    color: #ffc36d;
    font-family: 'UniNeue';
    font-weight: 601;
    margin: 30px 0;
    transition: 1s ease-out;
}
@media only screen and (min-width: 320px) {
    .motors__main__item ul li {
        font-size: 20px;
        padding-left: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .motors__main__item ul li {
        font-size: 30px;
        padding-left: 130px;
    }
}
@media only screen and (min-width: 1366px) {
    .motors__main__item ul li {
        font-size: 36px;
    }
}
.motors__main__item ul li.motors_li_1 {
    margin-left: -90px;
}
.motors__main__item ul li.motors_li_1.anime {
    margin-left: 0;
}
.motors__main__item ul li.motors_li_2 {
    margin-left: -90px;
}
.motors__main__item ul li.motors_li_2.anime {
    margin-left: 0;
}
.motors__main__item ul li.motors_li_3 {
    margin-left: -90px;
}
.motors__main__item ul li.motors_li_3.anime {
    margin-left: 0;
}
.motors__main__item ul li.motors_li_4 {
    margin-left: -90px;
}
.motors__main__item ul li.motors_li_4.anime {
    margin-left: 0;
}
.motors__main__item ul li.motors_li_5 {
    margin-left: -90px;
}
.motors__main__item ul li.motors_li_5.anime {
    margin-left: 0;
}
.motors__main__item ul li.motors_li_6 {
    margin-left: -90px;
}
.motors__main__item ul li.motors_li_6.anime {
    margin-left: 0;
}
.motors__main__item ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/done.svg) 50% 50% no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 320px) {
    .motors__main__item ul li:before {
        width: 30px;
        height: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .motors__main__item ul li:before {
        width: 60px;
        height: 44px;
    }
}
.prise {
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .prise {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .prise {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .prise {
        padding: 120px 0 180px 0;
    }
}
.prise .container {
    height: 100%;
}
@media only screen and (min-width: 1200px) {
    .prise .container {
        padding-left: 400px;
    }
}
@media only screen and (min-width: 1600px) {
    .prise .container {
        padding-left: 500px;
    }
}
@media only screen and (min-width: 320px) {
    .prise .cont_left h2 {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .prise .cont_left h2 {
        margin: 0;
        text-align: left;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 320px) {
    .prise .cont_left h2 br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .prise .cont_left h2 br {
        display: block;
    }
}
.prise .cont_left p {
    font-size: 18px;
    color: #949494;
    font-family: 'UniNeue';
    font-weight: 300;
    line-height: 1.4;
}
@media only screen and (min-width: 320px) {
    .prise .cont_left p {
        width: 100%;
        text-align: justify;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .prise .cont_left p {
        width: 355px;
        text-align: left;
        margin-bottom: 55px;
    }
}
.prise .cont_left .cont_left_main {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 15px;
    border: 1px dotted #fff;
}
@media only screen and (min-width: 320px) {
    .prise .cont_left .cont_left_main {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
        padding: 30px 0;
    }
}
@media only screen and (min-width: 768px) {
    .prise .cont_left .cont_left_main {
        height: 325px;
        padding: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .prise .cont_left .cont_left_main {
        width: 355px;
        margin: 0;
    }
}
.prise .cont_left .cont_left_main h3 {
    color: #fff;
    font-size: 22px;
    font-family: 'UniNeue';
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.prise .cont_left .cont_left_main h3 span {
    color: #ff5800;
    font-family: 'UniNeue';
    font-weight: 700;
}
.prise .cont_left .cont_left_main p {
    text-align: center;
    font-size: 18px;
    color: #d8d8d8;
    font-family: 'UniNeue';
    font-weight: 300;
    margin-bottom: 15px;
}
.prise .cont_left .cont_left_main p.data {
    font-size: 20px;
    color: #ff5800;
    font-family: 'UniNeue';
    font-weight: 600;
}
.prise .cont_left .lolo_w {
    bottom: -110px;
}
.prise__main {
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    .prise__main {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 1600px) {
    .prise__main {
        padding-left: 120px;
    }
}
.prise__main table {
    width: 100%;
    position: relative;
}
.prise__main table tr {
    min-height: 80px;
    height: 100%;
    box-shadow: inset 0 -1px 0 0 #565656;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: 0.5s ease-out;
}
.prise__main table tr.tr_v_1.anime {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.prise__main table tr.tr_v_2.anime {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.prise__main table tr.tr_v_3.anime {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.prise__main table tr.tr_v_4.anime {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.prise__main table tr.tr_v_5.anime {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.prise__main table tr.tr_v_6.anime {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.prise__main table tr.tr_v_7.anime {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.prise__main table tr.tr_v_8.anime {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.prise__main table tr.tr_v_9.anime {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.prise__main table tr.no_bord {
    border-bottom: none;
}
.prise__main table tr td {
    height: 92px;
    color: #949494;
    font-family: 'UniNeue';
    font-weight: 300;
    padding: 15px 0;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .prise__main table tr td {
        font-size: 12px;
    }
}
@media only screen and (min-width: 560px) {
    .prise__main table tr td {
        font-size: 17px;
    }
}
@media only screen and (min-width: 560px) {
    .prise__main table tr td:nth-child(1) {
        width: 300px;
    }
}
.prise__main table tr td span {
    width: 100%;
    display: table;
    text-align: center;
    color: #ff530c;
    font-family: 'UniNeue';
    font-weight: 700;
}
@media only screen and (min-width: 320px) {
    .prise__main table tr td span {
        font-size: 10px;
    }
}
@media only screen and (min-width: 560px) {
    .prise__main table tr td span {
        font-size: 16px;
    }
}
.prise__main table tr td.td_one {
    height: 60px;
}
.prise__main table tr td.td_max {
    text-align: center;
}
@media only screen and (min-width: 320px) {
    .prise__main table tr td.td_max {
        font-size: 12px;
    }
}
@media only screen and (min-width: 560px) {
    .prise__main table tr td.td_max {
        font-size: 24px;
    }
}
.prise__main table tr td.td_end .cont_back {
    display: table;
    margin: 0 auto;
    color: #949494;
    font-family: 'UniNeue';
    font-weight: 300;
    position: relative;
    margin-bottom: 5px;
}
@media only screen and (min-width: 320px) {
    .prise__main table tr td.td_end .cont_back {
        font-size: 12px;
    }
}
@media only screen and (min-width: 560px) {
    .prise__main table tr td.td_end .cont_back {
        font-size: 20px;
    }
}
.prise__main table tr td.td_end .cont_back:before {
    content: '';
    display: block;
    width: 120%;
    height: 2px;
    background-color: #949494;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: rotate(-15deg);
}
.prise__main table tr td.td_end .cont_new {
    display: table;
    margin: 0 auto;
    color: #ff5800;
    font-family: 'UniNeue';
    font-weight: 700;
    margin-bottom: 5px;
}
@media only screen and (min-width: 320px) {
    .prise__main table tr td.td_end .cont_new {
        font-size: 12px;
    }
}
@media only screen and (min-width: 560px) {
    .prise__main table tr td.td_end .cont_new {
        font-size: 20px;
    }
}
.prise__main table tr td.td_end .btn_white {
    margin: 0 auto;
    box-shadow: inset 0 0 0 1px #949494;
}
@media only screen and (min-width: 320px) {
    .prise__main table tr td.td_end .btn_white {
        width: 90%;
        height: 26px;
        border: 1px solid #fff;
        padding: 0 10px;
    }
}
@media only screen and (min-width: 560px) {
    .prise__main table tr td.td_end .btn_white {
        width: 130px;
        height: 42px;
        border: 2px solid #fff;
        padding: 0;
    }
}
.prise__main table tr td.td_end .btn_white span {
    color: #949494;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .prise__main table tr td.td_end .btn_white span {
        font-size: 8px;
        font-family: 'UniNeue';
        font-weight: 300;
    }
}
@media only screen and (min-width: 560px) {
    .prise__main table tr td.td_end .btn_white span {
        font-size: 14px;
        font-family: 'UniNeue';
        font-weight: 700;
    }
}
.prise__main table tr td.td_end .btn_white:hover {
    background-color: #ff860c;
    box-shadow: inset 0 0 0 1px #fff;
}
.prise__main table tr td.td_end .btn_white:hover span {
    color: #fff;
}
.step {
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .step {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .step {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .step {
        padding: 120px 0 180px 0;
    }
}
.step .container {
    height: 100%;
}
@media only screen and (min-width: 1200px) {
    .step .container {
        padding-left: 400px;
    }
}
@media only screen and (min-width: 1600px) {
    .step .container {
        padding-left: 500px;
    }
}
.step .cont_left:before {
    height: 220%;
}
@media only screen and (min-width: 320px) {
    .step .cont_left h2 {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .step .cont_left h2 {
        margin: 0;
        text-align: left;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 320px) {
    .step .cont_left h2 br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .step .cont_left h2 br {
        display: block;
    }
}
.step .cont_left .block_avto {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .step .cont_left .block_avto {
        max-width: 565px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .step .cont_left .block_avto {
        max-width: none;
        width: 60%;
        height: 440px;
        margin: 0;
    }
}
@media only screen and (min-width: 1768px) {
    .step .cont_left .block_avto {
        width: 100%;
    }
}
.step .cont_left .block_avto .orang_krug_1 {
    background-color: #d33e0f;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    box-shadow: 0 0 100px 100px #d33e0f;
    opacity: 0.5;
}
@media only screen and (min-width: 320px) {
    .step .cont_left .block_avto .orang_krug_1 {
        width: 100px;
        height: 90px;
        top: 60px;
        left: 0;
    }
}
@media only screen and (min-width: 375px) {
    .step .cont_left .block_avto .orang_krug_1 {
        top: 80px;
    }
}
@media only screen and (min-width: 560px) {
    .step .cont_left .block_avto .orang_krug_1 {
        width: 200px;
        height: 180px;
        top: 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .step .cont_left .block_avto .orang_krug_1 {
        width: 250px;
        height: 220px;
        top: 20px;
        left: 0;
    }
}
@media only screen and (min-width: 1768px) {
    .step .cont_left .block_avto .orang_krug_1 {
        top: 30px;
        left: 260px;
    }
}
.step .cont_left .block_avto .orang_krug_2 {
    background-color: #ad6013;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 50px 50px #ad6013;
    z-index: 2;
    opacity: 0.5;
}
@media only screen and (min-width: 320px) {
    .step .cont_left .block_avto .orang_krug_2 {
        width: 100px;
        height: 90px;
        top: 60px;
        left: 20px;
    }
}
@media only screen and (min-width: 375px) {
    .step .cont_left .block_avto .orang_krug_2 {
        top: 80px;
    }
}
@media only screen and (min-width: 560px) {
    .step .cont_left .block_avto .orang_krug_2 {
        width: 200px;
        height: 180px;
        top: 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .step .cont_left .block_avto .orang_krug_2 {
        width: 250px;
        height: 220px;
        top: 20px;
        left: 20px;
    }
}
@media only screen and (min-width: 1768px) {
    .step .cont_left .block_avto .orang_krug_2 {
        top: 30px;
        left: 260px;
    }
}
.step .cont_left .block_avto img {
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .step .cont_left .block_avto img {
        position: relative;
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .step .cont_left .block_avto img {
        position: absolute;
        width: 565px;
        top: -60px;
        right: -340px;
        transform: none;
    }
}
.step .cont_left .block_avto .block_avto_pod {
    border-radius: 50%;
    background-color: #232323;
    position: absolute;
    top: -340px;
    right: 0;
    transition: 0.5s ease-out;
    z-index: -1;
}
@media only screen and (min-width: 320px) {
    .step .cont_left .block_avto .block_avto_pod {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .step .cont_left .block_avto .block_avto_pod {
        display: block;
        width: 690px;
        height: 690px;
    }
}
@media only screen and (min-width: 1768px) {
    .step .cont_left .block_avto .block_avto_pod {
        width: 790px;
        height: 790px;
    }
}
.step .cont_left .block_avto .block_avto_pod.anime {
    right: -290px;
}
.step .cont_left .lolo_w {
    bottom: -320px;
}
.step__main {
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    .step__main {
        display: flex;
        justify-content: flex-end;
    }
}
.step__main__item {
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .step__main__item {
        justify-content: center;
    }
}
@media only screen and (min-width: 1200px) {
    .step__main__item {
        flex: 0 0 500px;
        justify-content: flex-end;
    }
}
.step__main__item form {
    max-width: 360px;
    width: 100%;
    padding-top: 20px;
}
@media only screen and (min-width: 320px) {
    .step__main__item form {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .step__main__item form {
        margin-right: 70px;
        margin-bottom: 0;
    }
}
.step__main__item form h3 {
    font-size: 21px;
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 300;
    margin-bottom: 20px;
}
.step__main__item form p {
    font-size: 17px;
    font-family: 'UniNeue';
    font-weight: 300;
    color: #949494;
    margin-bottom: 25px;
}
.step__main__item form h4 {
    font-size: 17px;
    font-family: 'UniNeue';
    font-weight: 700;
    color: #bebebe;
    margin-bottom: 25px;
}
@media only screen and (min-width: 320px) {
    .step__main__item form .btn_orange {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 560px) {
    .step__main__item form .btn_orange {
        margin: 0;
    }
}
.step__main__item .konsult_bot_soc_mob {
    max-width: 100%;
    width: 100%;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .step__main__item .konsult_bot_soc_mob {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .step__main__item .konsult_bot_soc_mob {
        justify-content: space-between;
        flex-wrap: nowrap;
        display: none;
    }
}
.step__main__item .konsult_bot_soc_mob p {
    display: table;
    font-size: 17px;
    font-family: 'UniNeue';
    font-weight: 600;
    color: #bebebe;
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .step__main__item .konsult_bot_soc_mob p {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
}
@media only screen and (min-width: 560px) {
    .step__main__item .konsult_bot_soc_mob p {
        width: 115px;
        margin-bottom: 0;
        text-align: left;
    }
}
.step__main__item .konsult_bot_soc_mob p span {
    width: 100%;
    display: table;
    margin-left: -100%;
    transition: 0.5s ease-out;
}
.step__main__item .konsult_bot_soc_mob p span.anime {
    margin-left: 0;
}
.step__main__item .konsult_bot_soc_mob .konsult_bot_soc_ic {
    width: 220px;
    display: flex;
    justify-content: space-between;
}
.step__main__item .konsult_bot_soc_mob .konsult_bot_soc_ic div {
    width: 34px;
    height: 34px;
    overflow: hidden;
}
.step__main__item .konsult_bot_soc_mob .konsult_bot_soc_ic div .ic {
    margin-top: 5px;
    flex: 0 0 24px;
    transition: 0.5s ease-out;
}
.step__main__item .konsult_bot_soc_mob .konsult_bot_soc_ic div .ic.ic_1_mob, .step__main__item .konsult_bot_soc_mob .konsult_bot_soc_ic div .ic.ic_2_mob, .step__main__item .konsult_bot_soc_mob .konsult_bot_soc_ic div .ic.ic_3_mob, .step__main__item .konsult_bot_soc_mob .konsult_bot_soc_ic div .ic.ic_4_mob {
    margin-left: -34px;
}
.step__main__item .konsult_bot_soc_mob .konsult_bot_soc_ic div .ic.ic_1_mob.anime_2, .step__main__item .konsult_bot_soc_mob .konsult_bot_soc_ic div .ic.ic_2_mob.anime_2, .step__main__item .konsult_bot_soc_mob .konsult_bot_soc_ic div .ic.ic_3_mob.anime_2, .step__main__item .konsult_bot_soc_mob .konsult_bot_soc_ic div .ic.ic_4_mob.anime_2 {
    margin-left: 5px;
}
.step__main__item .block_ic {
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .step__main__item .block_ic {
        width: 100%;
        display: none;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .step__main__item .block_ic {
        display: block;
        width: 70px;
        margin-bottom: 90px;
    }
}
.step__main__item .block_ic p {
    width: 100%;
    display: table;
    font-size: 16px;
    color: #bebebe;
    font-family: 'UniNeue';
    font-weight: 600;
    margin-left: -100%;
    transition: 0.5s ease-out;
}
@media only screen and (min-width: 320px) {
    .step__main__item .block_ic p {
        text-align: center;
    }
}
@media only screen and (min-width: 560px) {
    .step__main__item .block_ic p {
        text-align: left;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.step__main__item .block_ic p.anime {
    margin-left: 0;
    margin-right: 0;
}
.step__main__item .block_ic .block_ic_block {
    margin-top: 20px;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .step__main__item .block_ic .block_ic_block {
        width: 220px;
        height: 35px;
        display: none;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 560px) {
    .step__main__item .block_ic .block_ic_block {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .step__main__item .block_ic .block_ic_block {
        width: 70px;
        flex: 0 0 70px;
        height: 70px;
    }
}
.step__main__item .block_ic .ic {
    transition: 0.5s ease-out;
}
@media only screen and (min-width: 1200px) {
    .step__main__item .block_ic .ic {
        position: absolute;
    }
}
@media only screen and (min-width: 1200px) {
    .step__main__item .block_ic .ic_1 {
        top: 5px;
        right: 5px;
        margin-right: 100px;
    }
    .step__main__item .block_ic .ic_1.anime {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .step__main__item .block_ic .ic_2 {
        top: 5px;
        left: 5px;
        margin-left: -100px;
    }
    .step__main__item .block_ic .ic_2.anime {
        margin-left: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .step__main__item .block_ic .ic_3 {
        bottom: 5px;
        right: 5px;
        margin-right: 100px;
    }
    .step__main__item .block_ic .ic_3.anime {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .step__main__item .block_ic .ic_4 {
        bottom: 5px;
        left: 5px;
        margin-left: -100px;
    }
    .step__main__item .block_ic .ic_4.anime {
        margin-left: 0;
    }
}
.delivery {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .delivery {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .delivery {
        padding: 80px 0 100px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .delivery {
        padding: 80px 0 250px 0;
    }
}
.delivery .container {
    height: 100%;
}
@media only screen and (min-width: 1200px) {
    .delivery .container {
        padding-left: 400px;
    }
}
@media only screen and (min-width: 1600px) {
    .delivery .container {
        padding-left: 500px;
    }
}
.delivery .cont_left:before {
    height: 250%;
}
@media only screen and (min-width: 320px) {
    .delivery .cont_left h2 {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .delivery .cont_left h2 {
        margin: 0;
        text-align: left;
        margin-bottom: 30px;
        margin-top: 150px;
    }
}
@media only screen and (min-width: 320px) {
    .delivery .cont_left h2 br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .delivery .cont_left h2 br {
        display: block;
    }
}
.delivery .cont_left .lolo_w {
    top: 340px;
    bottom: auto;
}
.delivery__main {
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    .delivery__main {
        height: 500px;
    }
}
@media only screen and (min-width: 1600px) {
    .delivery__main {
        padding-left: 70px;
    }
}
.delivery__main .delivery_sl {
    width: 100%;
    position: relative;
}
.delivery__main .delivery_sl .delivery_sl_track {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .delivery__main .delivery_sl .delivery_sl_track {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .delivery__main .delivery_sl .delivery_sl_track {
        width: 5000px;
        display: block;
        min-height: 450px;
        margin-bottom: 0;
    }
}
.delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block {
    transition: 0.5s ease-out;
    visibility: hidden;
}
@media only screen and (min-width: 320px) {
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block {
        width: 100%;
        position: absolute;
        opacity: 0;
        left: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block {
        width: 380px;
        transform: scale(0.3);
        top: -20px;
        left: 700px;
        right: auto;
        opacity: 0.3;
    }
}
@media only screen and (min-width: 320px) {
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.active {
        position: relative;
        width: calc(100vw - 10px);
        opacity: 1 !important;
    }
}
@media only screen and (min-width: 992px) {
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.active {
        width: 86vw;
    }
}
@media only screen and (min-width: 1200px) {
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.active {
        width: 380px;
        position: absolute;
    }
}
.delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.pos_1 {
    visibility: visible;
    opacity: 0;
}
@media only screen and (min-width: 1200px) {
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.pos_1 {
        transform: scale(1);
        top: 0;
        left: 0;
    }
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.pos_1.anime {
        opacity: 1;
    }
}
.delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.pos_2 {
    visibility: visible;
    opacity: 0;
}
@media only screen and (min-width: 1200px) {
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.pos_2 {
        transform: scale(0.6);
        top: 10px;
        left: 310px;
    }
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.pos_2.anime {
        opacity: 0.5;
    }
}
.delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.pos_3 {
    visibility: visible;
    opacity: 0;
}
@media only screen and (min-width: 1200px) {
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.pos_3 {
        transform: scale(0.45);
        top: 100px;
        left: 560px;
    }
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.pos_3.anime {
        opacity: 0.4;
    }
}
.delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.pos_4 {
    visibility: visible;
    opacity: 0;
}
@media only screen and (min-width: 1200px) {
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.pos_4 {
        transform: scale(0.3);
        top: -20px;
        left: 700px;
    }
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.pos_4.anime {
        opacity: 0.3;
    }
}
.delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.pos_last {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (min-width: 1200px) {
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.pos_last {
        transform: scale(1);
        top: 0;
        left: 0;
    }
}
.delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block.pos_last.anime {
    opacity: 0;
}
.delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block .delivery_sl_block_img {
    width: 255px;
    height: 255px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    cursor: pointer;
}
.delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block .delivery_sl_block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block .delivery_sl_block_text {
    opacity: 0;
    transition: 0.3s ease-out 0.4s;
    position: relative;
}
.delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block .delivery_sl_block_text.text_vis {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block .delivery_sl_block_text .inform {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        background-image: linear-gradient(45deg, #ff4f00 35%, #f79f1f 75%);
        font-size: 20px;
        font-family: 'UniNeue';
        font-weight: 700;
        color: #fff;
        position: absolute;
        top: 6px;
        left: calc(100% - 10%);
        z-index: 2;
    }
}
@media only screen and (min-width: 480px) {
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block .delivery_sl_block_text .inform {
        left: calc(100% - 30%);
    }
}
@media only screen and (min-width: 1200px) {
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block .delivery_sl_block_text .inform {
        display: none;
    }
}
.delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block .delivery_sl_block_text h4 {
    font-size: 21px;
    font-family: 'UniNeue';
    font-weight: 700;
    color: #bebebe;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block .delivery_sl_block_text h3 {
    font-size: 16px;
    font-family: 'UniNeue';
    font-weight: 600;
    color: #bebebe;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block .delivery_sl_block_text p {
    font-size: 17px;
    color: #949494;
    font-family: 'UniNeue';
    font-weight: 300;
    line-height: 1.4;
    text-align: justify;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block .delivery_sl_block_text p {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .delivery__main .delivery_sl .delivery_sl_track .delivery_sl_block .delivery_sl_block_text p {
        display: block;
    }
}
.delivery__main .delivery_sl .delivery_sl_bot {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .delivery__main .delivery_sl .delivery_sl_bot {
        width: 140px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1200px) {
    .delivery__main .delivery_sl .delivery_sl_bot {
        width: 360px;
        justify-content: space-between;
        position: absolute;
        bottom: 30px;
        right: 0;
    }
}
.delivery__main .delivery_sl .delivery_sl_bot .delivery_sl_bot_numb {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.delivery__main .delivery_sl .delivery_sl_bot .delivery_sl_bot_numb .one {
    font-size: 50px;
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 700;
    line-height: 1;
}
.delivery__main .delivery_sl .delivery_sl_bot .delivery_sl_bot_numb .too {
    font-size: 30px;
    font-family: 'UniNeue';
    font-weight: 300;
    color: #666;
}
.delivery__main .delivery_sl .delivery_sl_bot .delivery_sl_bot_numb .too span {
    color: #fff;
}
.delivery__main .delivery_sl .delivery_sl_bot .whi_sl_arr {
    width: 130px;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .delivery__main .delivery_sl .delivery_sl_bot .whi_sl_arr {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .delivery__main .delivery_sl .delivery_sl_bot .whi_sl_arr {
        margin-top: 0;
    }
}
.delivery__main .delivery_sl .delivery_sl_bot .whi_sl_arr .arr_l {
    left: 0;
}
.delivery__main .delivery_sl .delivery_sl_bot .whi_sl_arr .arr_r {
    right: 0;
}
.prigon {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .prigon {
        background: url(../images/prigon_bg.jpg) 50% 50% no-repeat;
        background-size: cover;
        padding: 60px 0;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
@media only screen and (min-width: 1200px) {
    .prigon {
        background: url(../images/prigon_bg.jpg) 50% 50% no-repeat;
        background-size: 100%;
        padding: 175px 0;
        clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
    }
    .prigon.anime {
        transition: 0.5s ease-out;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .prigon.anime_bg {
        transition: 5s ease-out;
        background-size: 120%;
    }
}
.prigon:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
}
.prigon .container {
    height: 100%;
}
.prigon__main {
    position: relative;
    z-index: 2;
}
.prigon__main h2 {
    margin: 0 auto;
    color: #fff;
    font-family: 'HelveticaNeueCyr';
    font-weight: 650;
    line-height: 1.2;
}
@media only screen and (min-width: 320px) {
    .prigon__main h2 {
        font-size: 16px;
        text-align: justify;
    }
}
@media only screen and (min-width: 768px) {
    .prigon__main h2 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1200px) {
    .prigon__main h2 {
        font-size: 32px;
        text-align: center;
    }
}
@media only screen and (min-width: 1600px) {
    .prigon__main h2 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 320px) {
    .prigon__main h2 br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .prigon__main h2 br {
        display: block;
    }
}
.nice {
    position: relative;
    z-index: 1;
    background-color: #f0eeea;
}
@media only screen and (min-width: 320px) {
    .nice {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .nice {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .nice {
        padding: 180px 0 100px 0;
    }
}
.nice .container {
    height: 100%;
}
.nice__main h2 {
    color: #131313;
}
@media only screen and (min-width: 320px) {
    .nice__main h2 {
        margin: 0 auto;
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    .nice__main h2 {
        margin: 0;
        text-align: left;
    }
}
.nice__main h3 {
    display: table;
    color: #000;
    line-height: 1.2;
    font-family: 'UniNeue';
    font-weight: 700;
}
@media only screen and (min-width: 320px) {
    .nice__main h3 {
        font-size: 32px;
        margin: 0 auto;
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    .nice__main h3 {
        font-size: 45px;
        margin: 0;
        text-align: left;
    }
}
.nice__main .nice_sl {
    width: 100%;
    padding-top: 70px;
}
@media only screen and (min-width: 320px) {
    .nice__main .nice_sl {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .nice__main .nice_sl {
        margin-top: 45px;
    }
}
.nice__main .nice_sl .nice_sl_track {
    width: 5000%;
    display: flex;
    justify-content: flex-start;
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block {
    height: auto;
    position: relative;
    opacity: 0;
    transition: 0.4s;
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block.visible {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block {
        width: 310px;
        padding: 0 2px;
    }
}
@media only screen and (min-width: 768px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block {
        padding: 0;
        margin-right: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block {
        width: 281px;
    }
}
@media only screen and (min-width: 1366px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block {
        width: 322px;
    }
}
@media only screen and (min-width: 1600px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block {
        width: 360px;
    }
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block .model_avto {
    width: 100%;
    color: #000;
    font-family: 'UniNeue';
    font-weight: 700;
    position: absolute;
    left: 0;
    display: flex;
    align-items: flex-end;
}
@media only screen and (min-width: 320px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .model_avto {
        height: 50px;
        top: -60px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .model_avto {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1600px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .model_avto {
        height: 60px;
        top: -70px;
        font-size: 25px;
    }
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_img {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_img {
        height: calc(100vw / 2.4);
    }
}
@media only screen and (min-width: 768px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_img {
        height: 270px;
    }
}
@media only screen and (min-width: 1200px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_img {
        height: 250px;
    }
}
@media only screen and (min-width: 1366px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_img {
        height: 280px;
    }
}
@media only screen and (min-width: 1600px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_img {
        height: 300px;
    }
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_text {
    height: 100%;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_text h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
@media only screen and (min-width: 320px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_text h4 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1600px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_text h4 {
        font-size: 22px;
    }
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_text p {
    font-family: 'UniNeue';
    font-weight: 200;
    color: #404040;
    text-align: center;
}
@media only screen and (min-width: 320px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_text p {
        font-size: 14px;
    }
}
@media only screen and (min-width: 560px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_text p {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1600px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_text p {
        font-size: 21px;
    }
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_count {
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_count {
        align-content: flex-start;
        padding-top: 20px;
    }
}
@media only screen and (min-width: 560px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_count {
        align-content: center;
        padding: 0;
    }
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_count p {
    width: 100%;
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_count .count_1 {
    font-family: 'UniNeue';
    font-weight: 300;
    color: #404040;
    margin-bottom: 5px;
}
@media only screen and (min-width: 320px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_count .count_1 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 560px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_count .count_1 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1600px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_count .count_1 {
        font-size: 22px;
    }
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_count .count_1 span {
    font-family: 'UniNeue';
    font-weight: 700;
}
@media only screen and (min-width: 320px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_count .count_1 span {
        width: 100%;
        display: block;
    }
}
@media only screen and (min-width: 560px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_count .count_1 span {
        width: auto;
    }
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_count .count_2 {
    font-family: 'UniNeue';
    font-weight: 600;
    color: #404040;
}
@media only screen and (min-width: 320px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_count .count_2 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 560px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_count .count_2 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1600px) {
    .nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_count .count_2 {
        font-size: 22px;
    }
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block .nice_sl_block_count .count_2 span {
    font-family: 'UniNeue';
    font-weight: 700;
    color: #ff5800;
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block.do img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block.do h4 {
    color: #404040;
    font-family: 'UniNeue';
    font-weight: 600;
}
.nice__main .nice_sl .nice_sl_track .nice_sl_block.po h4 {
    color: #ff5800;
    font-family: 'UniNeue';
    font-weight: 700;
}
.nice__main .nice_sl .nice_sl_bot {
    display: table;
    margin: 0 auto;
    position: relative;
    padding: 0 65px;
}
@media only screen and (min-width: 320px) {
    .nice__main .nice_sl .nice_sl_bot {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .nice__main .nice_sl .nice_sl_bot {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 1768px) {
    .nice__main .nice_sl .nice_sl_bot {
        margin-top: 80px;
    }
}
.nice__main .nice_sl .nice_sl_bot ul {
    display: flex;
    justify-content: center;
}
.nice__main .nice_sl .nice_sl_bot ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: 0.3s ease-out;
    font-size: 17px;
    font-family: 'UniNeue';
    font-weight: 200;
    color: #404040;
    cursor: pointer;
}
.nice__main .nice_sl .nice_sl_bot ul li.active {
    background-color: #ff5800;
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 600;
}
.nice__main .nice_sl .nice_sl_bot .arr_l {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.nice__main .nice_sl .nice_sl_bot .arr_r {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.est {
    position: relative;
    z-index: 1;
    background-color: #f0eeea;
}
@media only screen and (min-width: 320px) {
    .est {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .est {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .est {
        padding: 180px 0 100px 0;
    }
}
.est .container {
    height: 100%;
}
.est__main {
    display: flex;
    align-items: flex-start;
}
@media only screen and (min-width: 320px) {
    .est__main {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .est__main {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}
@media only screen and (min-width: 320px) {
    .est__main__item {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .est__main__item {
        width: 280px;
        flex: 0 0 280px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1600px) {
    .est__main__item {
        width: 320px;
        flex: 0 0 320px;
    }
}
@media only screen and (min-width: 1768px) {
    .est__main__item {
        width: 340px;
        flex: 0 0 340px;
    }
}
.est__main__item h2 {
    color: #131313;
}
@media only screen and (min-width: 320px) {
    .est__main__item h2 {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
        font-size: 32px;
    }
}
@media only screen and (min-width: 768px) {
    .est__main__item h2 {
        font-size: 44px;
    }
}
@media only screen and (min-width: 1200px) {
    .est__main__item h2 {
        margin: 0;
        margin-bottom: 20px;
        text-align: left;
        font-size: 40px;
    }
}
@media only screen and (min-width: 1768px) {
    .est__main__item h2 {
        font-size: 45px;
    }
}
.est__main__item p {
    font-family: 'UniNeue';
    font-weight: 600;
    font-size: 18px;
    color: #6e6e6e;
    margin-bottom: 30px;
}
@media only screen and (min-width: 320px) {
    .est__main__item p {
        text-align: justify;
    }
}
@media only screen and (min-width: 1200px) {
    .est__main__item p {
        text-align: left;
    }
}
.est__main__item p span {
    color: #ff5800;
}
@media only screen and (min-width: 320px) {
    .est__main__item .btn_orange {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1200px) {
    .est__main__item .btn_orange {
        margin: 0;
        margin-top: 65px;
    }
}
.est__main h3 {
    text-align: left;
    color: #000;
    line-height: 1.2;
    font-family: 'UniNeue';
    font-weight: 700;
    margin: 0;
}
@media only screen and (min-width: 320px) {
    .est__main h3 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .est__main h3 {
        font-size: 45px;
    }
}
@media only screen and (min-width: 320px) {
    .est__main .est_sl {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .est__main .est_sl {
        width: calc(100% - 295px);
        overflow: hidden;
    }
}
@media only screen and (min-width: 1600px) {
    .est__main .est_sl {
        width: calc(100% - 340px);
    }
}
@media only screen and (min-width: 1768px) {
    .est__main .est_sl {
        width: calc(100% - 380px);
    }
}
.est__main .est_sl .est_sl_track {
    width: 5000%;
    display: flex;
    justify-content: flex-start;
}
.est__main .est_sl .est_sl_track .est_sl_block {
    height: auto;
    position: relative;
    opacity: 0;
    transition: 0.4s;
}
@media only screen and (min-width: 320px) {
    .est__main .est_sl .est_sl_track .est_sl_block {
        padding: 0 2px;
    }
}
@media only screen and (min-width: 768px) {
    .est__main .est_sl .est_sl_track .est_sl_block {
        padding: 0;
        margin-right: 15px;
    }
}
.est__main .est_sl .est_sl_track .est_sl_block.visible {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .est__main .est_sl .est_sl_track .est_sl_block {
        width: 310px;
    }
}
@media only screen and (min-width: 1200px) {
    .est__main .est_sl .est_sl_track .est_sl_block {
        width: 281px;
    }
}
@media only screen and (min-width: 1366px) {
    .est__main .est_sl .est_sl_track .est_sl_block {
        width: 322px;
    }
}
@media only screen and (min-width: 1600px) {
    .est__main .est_sl .est_sl_track .est_sl_block {
        width: 360px;
    }
}
.est__main .est_sl .est_sl_track .est_sl_block .model_avto {
    width: 100%;
    font-size: 25px;
    color: #000;
    font-family: 'UniNeue';
    font-weight: 700;
    position: absolute;
    top: -70px;
    left: 0;
    display: flex;
    align-items: flex-end;
}
@media only screen and (min-width: 320px) {
    .est__main .est_sl .est_sl_track .est_sl_block .model_avto {
        height: 50px;
        top: -60px;
        font-size: 20px;
    }
}
@media only screen and (min-width: 1600px) {
    .est__main .est_sl .est_sl_track .est_sl_block .model_avto {
        height: 60px;
        top: -70px;
        font-size: 25px;
    }
}
.est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_img {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_img {
        height: 270px;
    }
}
@media only screen and (min-width: 1200px) {
    .est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_img {
        height: 250px;
    }
}
@media only screen and (min-width: 1366px) {
    .est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_img {
        height: 280px;
    }
}
@media only screen and (min-width: 1600px) {
    .est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_img {
        height: 300px;
    }
}
.est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_text {
    height: 100%;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_text h3 {
    width: 100%;
    font-family: 'UniNeue';
    font-weight: 700;
    color: #404040;
    margin-bottom: 5px;
}
@media only screen and (min-width: 320px) {
    .est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_text h3 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 560px) {
    .est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_text h3 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1600px) {
    .est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_text h3 {
        font-size: 22px;
    }
}
.est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_text p {
    font-family: 'UniNeue';
    font-weight: 200;
    color: #404040;
    margin-bottom: 10px;
}
.est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_text p span {
    font-family: 'UniNeue';
    font-weight: 600;
}
@media only screen and (min-width: 320px) {
    .est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_text p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1600px) {
    .est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_text p {
        font-size: 18px;
    }
}
.est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_text h4 {
    width: 100%;
    font-family: 'UniNeue';
    font-weight: 700;
    color: #ff5800;
}
@media only screen and (min-width: 320px) {
    .est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_text h4 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 560px) {
    .est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_text h4 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 768px) {
    .est__main .est_sl .est_sl_track .est_sl_block .est_sl_block_text h4 {
        font-size: 22px;
    }
}
.est__main .est_sl .est_sl_bot {
    display: table;
    position: relative;
    padding: 0 65px;
}
@media only screen and (min-width: 320px) {
    .est__main .est_sl .est_sl_bot {
        margin: 0 auto;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .est__main .est_sl .est_sl_bot {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 1768px) {
    .est__main .est_sl .est_sl_bot {
        margin-top: 80px;
    }
}
.est__main .est_sl .est_sl_bot ul {
    display: flex;
    justify-content: center;
}
.est__main .est_sl .est_sl_bot ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: 0.3s ease-out;
    font-size: 17px;
    font-family: 'UniNeue';
    font-weight: 200;
    color: #404040;
    cursor: pointer;
}
.est__main .est_sl .est_sl_bot ul li.active {
    background-color: #ff5800;
    color: #fff;
    font-family: 'UniNeue';
    font-weight: 600;
}
.est__main .est_sl .est_sl_bot .arr_l {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.est__main .est_sl .est_sl_bot .arr_r {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.clients {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .clients {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .clients {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .clients {
        padding: 180px 0 100px 0;
    }
}
.clients .container {
    height: 100%;
}
@media only screen and (min-width: 320px) {
    .clients__main h2 {
        margin: 0 auto;
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    .clients__main h2 {
        margin: 0;
        margin-bottom: 30px;
        text-align: left;
    }
}
.clients__main__item {
    width: 100%;
    display: flex;
    column-gap: 45px;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .clients__main__item {
        justify-content: space-around;
    }
}
@media only screen and (min-width: 1200px) {
    .clients__main__item {
        justify-content: space-between;
    }
}
.clients__main__item .clients_block {
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .clients__main__item .clients_block {
        width: 310px;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .clients__main__item .clients_block {
        margin-top: 85px;
        width: 360px;
    }
}
@media only screen and (min-width: 1366px) {
    .clients__main__item .clients_block {
        width: 400px;
    }
}
@media only screen and (min-width: 1600px) {
    .clients__main__item .clients_block {
        width: 460px;
    }
}
.clients__main__item .clients_block .clients_block_video {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background-color: #bebebe;
    margin-bottom: 20px;
    transition: 0.5s ease-out;
    clip-path: polygon(50% 50%, 100% 0, 50% 50%, 0 100%);
}
@media only screen and (min-width: 320px) {
    .clients__main__item .clients_block .clients_block_video {
        height: 170px;
    }
}
@media only screen and (min-width: 1200px) {
    .clients__main__item .clients_block .clients_block_video {
        height: 200px;
    }
}
@media only screen and (min-width: 1366px) {
    .clients__main__item .clients_block .clients_block_video {
        height: 220px;
    }
}
@media only screen and (min-width: 1600px) {
    .clients__main__item .clients_block .clients_block_video {
        height: 250px;
    }
}
.clients__main__item .clients_block .clients_block_video.anime {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.clients__main__item .clients_block .clients_block_video iframe {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: none;
}
.clients__main__item .clients_block .clients_block_video iframe:focus, .clients__main__item .clients_block .clients_block_video iframe .active {
    z-index: 3;
}
.clients__main__item .clients_block .name {
    width: 100%;
    display: table;
    font-size: 21px;
    color: #bebebe;
    font-family: 'UniNeue';
    font-weight: 700;
    margin-bottom: 5px;
    margin-left: -100%;
    transition: 1s ease-in-out;
}
.clients__main__item .clients_block .name.anime {
    margin-left: 0;
}
.clients__main__item .clients_block .name span {
    color: #747474;
    font-family: 'UniNeue';
    font-weight: 300;
    margin-left: 10px;
}
.clients__main__item .clients_block .model {
    width: 100%;
    display: table;
    font-size: 21px;
    color: #bebebe;
    font-family: 'UniNeue';
    font-weight: 600;
    margin-left: -100%;
    transition: 1s ease-in-out;
}
.clients__main__item .clients_block .model.anime {
    margin-left: 0;
}
.konsult {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .konsult {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .konsult {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .konsult {
        padding: 120px 0 180px 0;
    }
}
.konsult .container {
    height: 100%;
}
@media only screen and (min-width: 320px) {
    .konsult__main h2 {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
        font-size: 22px;
    }
}
@media only screen and (min-width: 768px) {
    .konsult__main h2 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 992px) {
    .konsult__main h2 {
        font-size: 44px;
    }
}
@media only screen and (min-width: 1200px) {
    .konsult__main h2 {
        margin: 0;
        margin-bottom: 75px;
        text-align: left;
    }
}
@media only screen and (min-width: 1768px) {
    .konsult__main h2 {
        font-size: 45px;
    }
}
@media only screen and (min-width: 320px) {
    .konsult__main h2 br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .konsult__main h2 br {
        display: block;
    }
}
.konsult__main__item {
    max-width: 735px;
    width: 100%;
    position: relative;
    display: flex;
}
@media only screen and (min-width: 320px) {
    .konsult__main__item {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1200px) {
    .konsult__main__item {
        margin: 0;
    }
}
.konsult__main__item .kluch {
    width: 428px;
    height: 266px;
    position: absolute;
    top: -10px;
}
@media only screen and (min-width: 320px) {
    .konsult__main__item .kluch {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .konsult__main__item .kluch {
        display: block;
        right: -470px;
    }
}
@media only screen and (min-width: 1366px) {
    .konsult__main__item .kluch {
        right: -590px;
    }
}
@media only screen and (min-width: 1600px) {
    .konsult__main__item .kluch {
        right: -760px;
    }
}
.konsult__main__item .kluch .orang_krug_1 {
    width: 75px;
    height: 75px;
    background-color: #d33e0f;
    border-radius: 50%;
    position: absolute;
    top: 120px;
    left: 80px;
    z-index: 1;
    box-shadow: 0 0 100px 100px #d33e0f;
    opacity: 0.5;
}
.konsult__main__item .kluch .orang_krug_2 {
    width: 75px;
    height: 75px;
    background-color: #ad6013;
    border-radius: 50%;
    position: absolute;
    top: 120px;
    left: 80px;
    box-shadow: 0 0 50px 50px #ad6013;
    z-index: 2;
    opacity: 1;
}
.konsult__main__item .kluch img {
    position: relative;
    z-index: 3;
}
.konsult__main__item form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .konsult__main__item form {
        justify-content: center;
    }
}
@media only screen and (min-width: 768px) {
    .konsult__main__item form {
        justify-content: space-between;
    }
}
.konsult__main__item form h3 {
    width: 100%;
    text-transform: uppercase;
    font-family: 'UniNeue';
    font-weight: 300;
    color: #fff;
}
@media only screen and (min-width: 320px) {
    .konsult__main__item form h3 {
        text-align: center;
        margin-bottom: 22px;
    }
}
@media only screen and (min-width: 768px) {
    .konsult__main__item form h3 {
        text-align: left;
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 320px) {
    .konsult__main__item form input {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .konsult__main__item form input {
        margin-bottom: 30px;
    }
}
.konsult__main__item form textarea {
    min-height: 144px;
    max-height: 144px;
    height: 144px;
}
.konsult__main__item form textarea::placeholder {
    padding-top: 50px;
}
.konsult__main__item form .konsult_w_50 {
    width: 360px;
}
.konsult__main__item form .konsult_bot {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .konsult__main__item form .konsult_bot {
        max-width: 360px;
        width: 100%;
        justify-content: center;
    }
}
@media only screen and (min-width: 768px) {
    .konsult__main__item form .konsult_bot {
        max-width: 100%;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
}
@media only screen and (min-width: 320px) {
    .konsult__main__item form .konsult_bot .btn_orange {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .konsult__main__item form .konsult_bot .btn_orange {
        margin-bottom: 0;
    }
}
.konsult__main__item form .konsult_bot .konsult_bot_soc {
    max-width: 360px;
    width: 100%;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .konsult__main__item form .konsult_bot .konsult_bot_soc {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 560px) {
    .konsult__main__item form .konsult_bot .konsult_bot_soc {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}
.konsult__main__item form .konsult_bot .konsult_bot_soc p {
    display: table;
    font-size: 17px;
    font-family: 'UniNeue';
    font-weight: 600;
    color: #bebebe;
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .konsult__main__item form .konsult_bot .konsult_bot_soc p {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
}
@media only screen and (min-width: 560px) {
    .konsult__main__item form .konsult_bot .konsult_bot_soc p {
        width: 115px;
        margin-bottom: 0;
        text-align: left;
    }
}
.konsult__main__item form .konsult_bot .konsult_bot_soc p span {
    width: 100%;
    display: table;
    margin-left: -100%;
    transition: 0.5s ease-out;
}
.konsult__main__item form .konsult_bot .konsult_bot_soc p span.anime {
    margin-left: 0;
}
.konsult__main__item form .konsult_bot .konsult_bot_soc .konsult_bot_soc_ic {
    width: 220px;
    display: flex;
    justify-content: space-between;
}
.konsult__main__item form .konsult_bot .konsult_bot_soc .konsult_bot_soc_ic div {
    width: 34px;
    height: 34px;
    overflow: hidden;
}
.konsult__main__item form .konsult_bot .konsult_bot_soc .konsult_bot_soc_ic div .ic {
    margin-top: 5px;
    flex: 0 0 24px;
    transition: 0.5s ease-out;
}
.konsult__main__item form .konsult_bot .konsult_bot_soc .konsult_bot_soc_ic div .ic.ic_1, .konsult__main__item form .konsult_bot .konsult_bot_soc .konsult_bot_soc_ic div .ic.ic_2, .konsult__main__item form .konsult_bot .konsult_bot_soc .konsult_bot_soc_ic div .ic.ic_3, .konsult__main__item form .konsult_bot .konsult_bot_soc .konsult_bot_soc_ic div .ic.ic_4 {
    margin-left: -34px;
}
.konsult__main__item form .konsult_bot .konsult_bot_soc .konsult_bot_soc_ic div .ic.ic_1.anime_2, .konsult__main__item form .konsult_bot .konsult_bot_soc .konsult_bot_soc_ic div .ic.ic_2.anime_2, .konsult__main__item form .konsult_bot .konsult_bot_soc .konsult_bot_soc_ic div .ic.ic_3.anime_2, .konsult__main__item form .konsult_bot .konsult_bot_soc .konsult_bot_soc_ic div .ic.ic_4.anime_2 {
    margin-left: 5px;
}
.footer {
    position: relative;
    z-index: 2;
    background-image: linear-gradient(90deg, #111112 35%, #1b1b1b 75%);
}
@media only screen and (min-width: 320px) {
    .footer {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .footer {
        padding: 100px 0 60px 0;
    }
}
.footer .container {
    width: 100%;
    height: 100%;
}
.footer__main__item {
    width: 100%;
    display: flex;
}
@media only screen and (min-width: 320px) {
    .footer__main__item {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .footer__main__item {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}
.footer__main__item .logo {
    width: 238px;
    height: 132px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 320px) {
    .footer__main__item .logo {
        margin-top: -60px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer__main__item .logo {
        margin-top: -100px;
        margin-bottom: 0;
    }
}
.footer__main__item .logo span {
    display: block;
    width: 80%;
    height: 100%;
}
.footer__main__item .footer_block {
    width: 270px;
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_block {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer__main__item .footer_block {
        margin: 0;
    }
}
.footer__main__item .footer_block h2 {
    font-size: 27px;
    color: #ff5800;
    margin-bottom: 15px;
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_block h2 {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer__main__item .footer_block h2 {
        text-align: left;
        margin: 0;
        margin-bottom: 15px;
    }
}
.footer__main__item .footer_block h3 {
    font-size: 21px;
    font-family: 'UniNeue';
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_block h3 {
        text-align: center;
    }
}
@media only screen and (min-width: 560px) {
    .footer__main__item .footer_block h3 {
        text-align: left;
    }
}
.footer__main__item .footer_block p {
    font-size: 16px;
    color: #8e8e8e;
    font-family: 'UniNeue';
    font-weight: 300;
    margin-bottom: 10px;
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_block p {
        text-align: center;
    }
}
@media only screen and (min-width: 560px) {
    .footer__main__item .footer_block p {
        text-align: left;
    }
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_block p br {
        display: none;
    }
}
@media only screen and (min-width: 560px) {
    .footer__main__item .footer_block p br {
        display: block;
    }
}
.footer__main__item .footer_block .tel {
    color: #fff;
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_block .tel {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 560px) {
    .footer__main__item .footer_block .tel {
        margin: 0;
    }
}
.footer__main__item .footer_block .btn_white {
    width: 190px;
    height: 42px;
    font-size: 14px;
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_block .btn_white {
        margin: 15px auto;
    }
}
@media only screen and (min-width: 560px) {
    .footer__main__item .footer_block .btn_white {
        margin: 0;
        margin: 15px 0;
    }
}
.footer__main__item .footer_block .footer_block_sviaz {
    width: 190px;
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_block .footer_block_sviaz {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 560px) {
    .footer__main__item .footer_block .footer_block_sviaz {
        margin: 0;
    }
}
.footer__main__item .footer_block .footer_block_ic {
    width: 80px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 15px;
}
.footer__main__item .footer_block .footer_block_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer__main__item .footer_block .footer_block_img div {
    width: 74px;
    height: 74px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 5px;
}
.footer__main__item .footer_block .footer_block_img div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_block.w_270px {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .footer__main__item .footer_block.w_270px {
        width: 270px;
    }
}
@media only screen and (min-width: 320px) {
    .footer__main__item .footer_block.w_270px p {
        text-align: justify;
    }
}
@media only screen and (min-width: 1200px) {
    .footer__main__item .footer_block.w_270px p {
        text-align: left;
    }
}
.footer__main__item .footer_block.w_234px {
    width: 234px;
}
.footer__main .footer_bot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_bot {
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main .footer_bot {
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: flex-end;
    }
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_bot .footer_left {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main .footer_bot .footer_left {
        text-align: left;
        width: auto;
    }
}
.footer__main .footer_bot .footer_left p {
    color: #969696;
    font-size: 14px;
    font-family: 'UniNeue';
    font-weight: 300;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_bot .footer_left p {
        width: 100%;
        margin: 30px 0;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main .footer_bot .footer_left p {
        margin: 0;
    }
}
.footer__main .footer_bot .block_push-k {
    width: 130px;
}
.footer__main .footer_bot .block_push-k a {
    display: table;
    color: #969696;
    font-size: 12px;
    font-family: 'UniNeue';
    font-weight: 300;
    letter-spacing: 1.3px;
    text-align: center;
    margin: 0 auto;
}
.footer__main .footer_bot .block_push-k .logo_push-k {
    width: 100%;
    height: 42px;
    background: url(../images/logo_push-k.svg) 50% 50% no-repeat;
    background-size: contain;
}
/*# sourceMappingURL=style.css.map */
