@font-face {
    src: url('../fonts/PlayfairDisplay-SemiBoldItalic.ttf') format('truetype');
    font-family: 'Playfair';
    font-weight: 650;
    font-display: swap;
}
@font-face {
    src: url('../fonts/HelveticaNeueCyr-Light.otf') format('opentype');
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    font-display: swap;
}
@font-face {
    src: url('../fonts/HelveticaNeueCyr-LightItalic.otf') format('opentype');
    font-family: 'HelveticaNeueCyr';
    font-weight: 250;
    font-display: swap;
}
@font-face {
    src: url('../fonts/HelveticaNeueCyr-Roman.otf') format('opentype');
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    font-display: swap;
}
@font-face {
    src: url('../fonts/HelveticaNeueCyr-Medium.otf') format('opentype');
    font-family: 'HelveticaNeueCyr';
    font-weight: 400;
    font-display: swap;
}
@font-face {
    src: url('../fonts/HelveticaNeueCyr-Bold.otf') format('opentype');
    font-family: 'HelveticaNeueCyr';
    font-weight: 600;
    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;
}
.entry-content.pages{
    background:#a29b90;
    padding-top: 400px;
    text-align: center;
}
.entry-content.pages li{
     color: #626262;
    font-size: 12px;
}
.entry-content.pages h2{
    font-size: 20px;
    
    color: #626262;
    text-align: center;
    width: 100%;
}
.entry-content.pages h3{
    font-size: 16px;
    color: #626262;
}
.entry-content.pages p{
    font-size: 12px;
    padding: 10px 0;
    color: #626262;
}
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;
}
html {
    overflow-x: hidden;
}
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    background-color: #f8f6f3;
}
@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%;
        padding: 0 15px;
    }
}
@media only screen and (min-width: 1366px) {
    .container {
        max-width: 1366px;
        width: 100%;
    }
}
@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1600px;
        width: 100%;
    }
}
::placeholder {
    font-size: 16px;
    color: #828385;
    font-family: 'Muller';
    font-weight: 300;
}
.th_head {
    height: 100vh !important;
}
@media only screen and (min-width: 1200px) {
    .th_h1 {
        margin-top: 80px !important;
    }
}
@media only screen and (min-width: 1600px) {
    .th_h1 {
        margin-top: 120px !important;
    }
}
@media only screen and (min-width: 1768px) {
    .th_h1 {
        margin-top: 190px !important;
    }
}
@media only screen and (min-width: 320px) {
    .th_h2 {
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    .th_h2 {
        text-align: right;
    }
}
.th_404 {
    font-size: 42px;
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center !important;
    color: #fff;
    z-index: 5;
    line-height: 1;
}
.th_h3 {
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    font-size: 16px;
    display: table;
    position: absolute;
    top: calc(50% + 50px);
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center !important;
    color: #fff;
    z-index: 5;
    line-height: 1.4;
}

.btn_gold_th{    
    position: absolute !important;
    top: calc(50% + 150px) !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
p {
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 1.2;
}
h1 {
    margin: 0;
}
h2 {
    display: table;
    text-align: left;
    text-transform: uppercase;
    color: #4e4f55;
    line-height: 1.2;
    font-family: 'HelveticaNeueCyr';
    font-weight: 600;
    margin: 0;
}
@media only screen and (min-width: 320px) {
    h2 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) {
    h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 768px) {
    h2 {
        font-size: 36px;
    }
}
.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;
}
.h4_anime {
    display: table;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: 0.75s ease-out;
}
@media only screen and (min-width: 320px) {
    .h4_anime {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1200px) {
    .h4_anime {
        margin: 0;
    }
}
.h4_anime.scrolled {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
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;
}
.head_menu {
    max-width: 1750px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    z-index: 15;
    transition: none;
}
@media only screen and (min-width: 320px) {
    .head_menu {
        height: 56px;
    }
}
@media only screen and (min-width: 768px) {
    .head_menu {
        height: 82px;
    }
}
.head_menu:before {
    content: '';
    width: 200%;
    height: calc(100% + 35px);
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0);
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .head_menu {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .head_menu {
        padding: 0 15px;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1768px) {
    .head_menu {
        padding: 0;
    }
}
.head_menu .head_menu_main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .head_menu .head_menu_main {
        justify-content: flex-end;
        padding-right: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .head_menu .head_menu_main {
        justify-content: space-between;
        padding-left: 165px;
        padding-right: 0;
    }
}
@media only screen and (min-width: 1600px) {
    .head_menu .head_menu_main {
        padding-left: 195px;
    }
}
.head_menu .head_menu_main .head_logo_block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .head_menu .head_menu_main .head_logo_block {
        width: 70px;
        left: 5px;
    }
}
@media only screen and (min-width: 768px) {
    .head_menu .head_menu_main .head_logo_block {
        width: 100px;
        left: 15px;
        width: 145px;
    }
}
@media only screen and (min-width: 1768px) {
    .head_menu .head_menu_main .head_logo_block {
        left: 0;
    }
}
.head_menu .head_menu_main .head_logo_block .logo {
    background: url(logo.png) 50% 50% no-repeat;
    transition: 0.4s ease-out;
    background-size: contain;
}
@media only screen and (min-width: 320px) {
    .head_menu .head_menu_main .head_logo_block .logo {
        width: 64px;
        height: 55px;
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 768px) {
    .head_menu .head_menu_main .head_logo_block .logo {
        width: 100px;
        height: 85px;
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 1200px) {
    .head_menu .head_menu_main .head_logo_block .logo {
        width: 144px;
        height: 125px;
        margin-bottom: 15px;
    }
}
.head_menu .head_menu_main .head_logo_block span {
    text-align: center;
    color: #8a8a8a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    line-height: 1;
    transition: 0.3s ease-out;
}
@media only screen and (min-width: 320px) {
    .head_menu .head_menu_main .head_logo_block span {
        display: none;
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .head_menu .head_menu_main .head_logo_block span {
        display: table;
    }
}
@media only screen and (min-width: 1200px) {
    .head_menu .head_menu_main .head_logo_block span {
        font-size: 14px;
    }
}
.head_menu .head_menu_main ul {
    justify-content: space-between;
}
@media only screen and (min-width: 320px) {
    .head_menu .head_menu_main ul {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .head_menu .head_menu_main ul {
        display: flex;
        width: 550px;
    }
}
@media only screen and (min-width: 1200px) {
    .head_menu .head_menu_main ul {
        width: 600px;
    }
}
@media only screen and (min-width: 1366px) {
    .head_menu .head_menu_main ul {
        width: 640px;
    }
}
@media only screen and (min-width: 1600px) {
    .head_menu .head_menu_main ul {
        width: 820px;
    }
}
@media only screen and (min-width: 1768px) {
    .head_menu .head_menu_main ul {
        width: 940px;
    }
}
.head_menu .head_menu_main ul li {
    transition: 0.3s ease-out;
}
.head_menu .head_menu_main ul li a {
    font-family: 'HelveticaNeueCyr';
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.head_menu .head_menu_main .head_menu_r {
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-width: 320px) {
    .head_menu .head_menu_main .head_menu_r {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .head_menu .head_menu_main .head_menu_r {
        display: flex;
        width: 510px;
    }
}
@media only screen and (min-width: 1200px) {
    .head_menu .head_menu_main .head_menu_r {
        width: 450px;
    }
}
@media only screen and (min-width: 1366px) {
    .head_menu .head_menu_main .head_menu_r {
        width: 470px;
    }
}
@media only screen and (min-width: 1600px) {
    .head_menu .head_menu_main .head_menu_r {
        width: 520px;
    }
}
@media only screen and (min-width: 1768px) {
    .head_menu .head_menu_main .head_menu_r {
        width: 580px;
    }
}
@media only screen and (min-width: 320px) {
    .head_menu .head_menu_main .head_menu_r .btn_white {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .head_menu .head_menu_main .head_menu_r .btn_white {
        width: 240px;
    }
}
@media only screen and (min-width: 1600px) {
    .head_menu .head_menu_main .head_menu_r .btn_white {
        width: 290px;
    }
}
@media only screen and (min-width: 560px) {
    .head_menu .head_menu_main .head_menu_r .btn_white {
        display: flex;
    }
}
.head_menu .head_menu_main .head_menu_r .tel {
    color: #e6d4b1;
    font-size: 19px;
    font-family: 'Helvetica';
    font-weight: 600;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .head_menu .head_menu_main .head_menu_r .tel {
        padding-left: 35px;
    }
}
.head_menu .head_menu_main .head_menu_r .tel:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(phone.svg) 50% 50% no-repeat;
}
.head_menu .head_menu_main .head_menu_r .tel:after {
    content: '';
    display: block;
    width: 1px;
    height: 1px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 7px;
    box-shadow: 0 0 0 0 #e6d4b1;
    transition: 0.3s ease-out;
}
.head_menu .head_menu_main .head_menu_r .tel:hover:after {
    box-shadow: 0 0 20px 5px #e6d4b1;
}
.head_menu.active {
    height: 70px;
    background-color: rgba(255, 255, 255, 0.9);
}
.head_menu.active ul li {
    margin-top: 0;
}
.head_menu.active .head_right .tel {
    margin-top: 0;
}
.head_menu.scrolling {
    top: -160px;
    position: fixed;
}
.head_menu.scrolling .head_logo_block span {
    opacity: 0;
    visibility: hidden;
}
.head_menu.scrolling:before {
    background: rgba(0, 0, 0, 0.45);
}
@media only screen and (min-width: 320px) {
    .head_menu.scrolling .head_menu_main .head_logo_block .logo {
        width: 64px;
        height: 55px;
    }
}
@media only screen and (min-width: 768px) {
    .head_menu.scrolling .head_menu_main .head_logo_block .logo {
        width: 94px;
        height: 85px;
    }
}
.head_menu.prescrolled {
    transition: top 0.3s ease-out;
}
.head_menu.prescrolled .head_logo_block span {
    opacity: 0;
    visibility: hidden;
}
.head_menu.scrolled {
    top: 0;
    margin-top: 5px;
}
.btn_bronz {
    width: 290px;
    height: 82px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: linear-gradient(0deg, #af9c78 0%, #e8dbc4 100%);
    border: none;
    border-radius: 3px;
    outline: none;
    color: #3b3a39;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 600;
    transition: 0.3s ease-in-out;
    letter-spacing: 1px;
    position: relative;
    box-shadow: 0 0 30px 0 rgba(206, 187, 150, 0.2);
    letter-spacing: 1.5px;
}
.btn_bronz:hover {
    letter-spacing: 1px;
    box-shadow: 0 30px 25px -30px rgba(0, 0, 0, 0.75);
}
.btn_gold {
    width: 290px;
    height: 82px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: linear-gradient(0deg, #ad9b76 0%, #e8dcc4 100%);
    border: none;
    border-radius: 3px;
    outline: none;
    color: #3b3a39;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 600;
    transition: 0.3s ease-in-out;
    letter-spacing: 1px;
    position: relative;
    box-shadow: 0 0 30px 0 rgba(206, 187, 150, 0.2);
    letter-spacing: 1.5px;
}
.btn_gold:hover {
    letter-spacing: 1px;
    box-shadow: 0 30px 25px -30px rgba(0, 0, 0, 0.75);
}
.btn_white {
    width: 290px;
    height: 57px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    box-shadow: inset 0 0 0 3px #fff;
    border-radius: 3px;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 600;
    transition: 0.3s ease-out;
    letter-spacing: 1.5px;
    position: relative;
}
.btn_white span {
    position: relative;
    z-index: 2;
}
.btn_white:hover {
    letter-spacing: 1px;
    box-shadow: inset 0 0 0 1px #fff;
}
.potolok {
    width: 100%;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(karkaz.png) 50% 50%;
}
@media only screen and (min-width: 320px) {
    .potolok {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .potolok {
        display: block;
    }
}
.potolok .block_lamp_left {
    width: 419px;
    height: 282px;
    position: absolute;
    top: 0;
    left: -320px;
}
@media only screen and (min-width: 1200px) {
    .potolok .block_lamp_left {
        width: 200px;
    }
}
@media only screen and (min-width: 1768px) {
    .potolok .block_lamp_left {
        width: 419px;
        left: -320px;
    }
}
.potolok .block_lamp_right {
    height: 282px;
    position: absolute;
    top: 0;
    right: -320px;
    transform: rotate3d(0, 1, 0, 180deg);
}
@media only screen and (min-width: 1200px) {
    .potolok .block_lamp_right {
        width: 200px;
    }
}
@media only screen and (min-width: 1768px) {
    .potolok .block_lamp_right {
        width: 419px;
    }
}
.potolok .block_lamp_right_2 {
    height: 282px;
    position: absolute;
    top: 0;
    right: -80px;
    transform: rotate3d(0, 1, 0, 180deg);
}
@media only screen and (min-width: 1200px) {
    .potolok .block_lamp_right_2 {
        width: 200px;
    }
}
@media only screen and (min-width: 1768px) {
    .potolok .block_lamp_right_2 {
        width: 419px;
    }
}
.potolok .lampa {
    width: 100%;
    position: relative;
    z-index: 1;
}
.potolok .lampa_svet {
    position: absolute;
    transition: 1.5s ease-out;
}
@media only screen and (min-width: 1200px) {
    .potolok .lampa_svet {
        width: 150px;
        top: 94px;
        left: 114px;
    }
}
@media only screen and (min-width: 1768px) {
    .potolok .lampa_svet {
        width: 301px;
        top: 208px;
        left: 244px;
    }
}
.bg_two_block {
    background-color: #3e3d3b;
    position: relative;
}
.arr_l {
    width: 60px;
    height: 16px;
    position: absolute;
    cursor: pointer;
}
.arr_l .arr_l_block {
    width: 60px;
    height: 2px;
    background-color: #919191;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease-out;
}
.arr_l .arr_l_block:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: #919191;
    position: absolute;
    top: -3px;
    left: -2px;
    transform: rotate(-40deg);
    transition: 0.3s ease-out;
}
.arr_l .arr_l_block:after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: #919191;
    position: absolute;
    top: 3px;
    left: -2px;
    transform: rotate(40deg);
    transition: 0.3s ease-out;
}
.arr_l:hover .arr_l_block {
    background-color: #3d3d3d;
}
.arr_l:hover .arr_l_block:before {
    background-color: #3d3d3d;
}
.arr_l:hover .arr_l_block:after {
    background-color: #3d3d3d;
}
.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: 60px;
    height: 16px;
    position: absolute;
    cursor: pointer;
}
.arr_r .arr_r_block {
    width: 60px;
    height: 2px;
    background-color: #919191;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease-out;
}
.arr_r .arr_r_block:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: #919191;
    position: absolute;
    top: -3px;
    right: -2px;
    transform: rotate(40deg);
    transition: 0.3s ease-out;
}
.arr_r .arr_r_block:after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: #919191;
    position: absolute;
    top: 3px;
    right: -2px;
    transform: rotate(-40deg);
    transition: 0.3s ease-out;
}
.arr_r:hover .arr_r_block {
    background-color: #3d3d3d;
}
.arr_r:hover .arr_r_block:before {
    background-color: #3d3d3d;
}
.arr_r:hover .arr_r_block:after {
    background-color: #3d3d3d;
}
.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;
}
.block_polo {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .block_polo.block_polo_1 {
        width: 80%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .block_polo.block_polo_1 {
        width: 520px;
    }
}
@media only screen and (min-width: 1200px) {
    .block_polo.block_polo_1 {
        width: 520px;
        float: right;
        margin: 0;
    }
}
@media only screen and (min-width: 1366px) {
    .block_polo.block_polo_1 {
        width: 740px;
    }
}
@media only screen and (min-width: 1600px) {
    .block_polo.block_polo_1 {
        width: 850px;
    }
}
@media only screen and (min-width: 320px) {
    .block_polo.block_polo_2 {
        width: 80%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .block_polo.block_polo_2 {
        width: 520px;
    }
}
@media only screen and (min-width: 1200px) {
    .block_polo.block_polo_2 {
        width: 460px;
        float: right;
        margin: 0;
    }
}
@media only screen and (min-width: 1366px) {
    .block_polo.block_polo_2 {
        width: 610px;
    }
}
@media only screen and (min-width: 1600px) {
    .block_polo.block_polo_2 {
        width: 770px;
    }
}
@media only screen and (min-width: 320px) {
    .block_polo.block_polo_3 {
        width: 80%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .block_polo.block_polo_3 {
        width: 520px;
    }
}
@media only screen and (min-width: 1200px) {
    .block_polo.block_polo_3 {
        width: 460px;
        float: right;
        margin: 0;
    }
}
@media only screen and (min-width: 1366px) {
    .block_polo.block_polo_3 {
        width: 610px;
    }
}
@media only screen and (min-width: 1600px) {
    .block_polo.block_polo_3 {
        width: 650px;
    }
}
.block_polo h3 {
    display: table;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr';
    font-weight: 250;
    color: #857b74;
    margin-bottom: 20px;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: 2s ease-out;
    transition-delay: 1.2s;
}
.block_polo .polo_cont {
    position: relative;
    width: 100%;
    height: 1px;
}
.block_polo .polo_cont .polo {
    width: 0;
    height: 1px;
    background-color: #d0d0d0;
    position: absolute;
    top: 0;
    left: 0;
}
.block_polo .polo_cont .romb {
    width: 12px;
    height: 12px;
    background-color: #d0d0d0;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
}
.block_polo .polo_cont .romb_for {
    width: 12px;
    height: 12px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
}
.block_polo .polo_cont .romb_for .romb_for_top {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background-color: #d0d0d0;
    opacity: 0;
}
.block_polo .polo_cont .romb_for .romb_for_right {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 60px;
    transform: translateY(-50%);
    background-color: #d0d0d0;
    opacity: 0;
}
.block_polo .polo_cont .romb_for .romb_for_bottom {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background-color: #d0d0d0;
    opacity: 0;
}
.block_polo .polo_cont .romb_for .romb_for_left {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 1px;
    height: 60px;
    transform: translateY(-50%);
    background-color: #d0d0d0;
    opacity: 0;
}
.block_polo.scrolled h3 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.block_polo.scrolled .romb {
    animation: romb 3s ease-out;
    animation-fill-mode: forwards;
}
@keyframes romb {
    0% {
        opacity: 0;
        left: 0;
    }
    33% {
        opacity: 0;
        left: 0;
    }
    40% {
        opacity: 1;
        left: 0;
    }
    100% {
        opacity: 1;
        left: 100%;
    }
}
.block_polo.scrolled .polo {
    width: 0;
    animation: polo 3s ease-out;
    animation-fill-mode: forwards;
}
@keyframes polo {
    0% {
        width: 0;
    }
    33% {
        width: 0;
    }
    40% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.block_polo.scrolled .romb_for_top {
    width: 60px;
    left: 50%;
    top: -20px;
    opacity: 0;
    transform: translateX(-50%);
    animation: block_polo_top 3s linear;
    animation-fill-mode: forwards;
}
@keyframes block_polo_top {
    0% {
        opacity: 0;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
    }
    10% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
    }
}
.block_polo.scrolled .romb_for_right {
    height: 60px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    opacity: 0;
    animation: block_polo_right 3s linear;
    animation-fill-mode: forwards;
}
@keyframes block_polo_right {
    0% {
        height: 60px;
        opacity: 0;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
    }
    10% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        height: 60px;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        height: 0;
    }
}
.block_polo.scrolled .romb_for_bottom {
    width: 60px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    animation: romb_for_bottom 3s linear;
    animation-fill-mode: forwards;
}
@keyframes romb_for_bottom {
    0% {
        opacity: 0;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
    }
    10% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
    }
}
.block_polo.scrolled .romb_for_left {
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    opacity: 0;
    animation: romb_for_left 3s linear;
    animation-fill-mode: forwards;
    height: 60px;
}
@keyframes romb_for_left {
    0% {
        opacity: 0;
        top: 50%;
        left: -20px;
        transform: translateY(-50%);
        height: 60px;
    }
    10% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 60px;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 0;
    }
}
.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: 2px;
    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;
}
.ac_fb {
    background: url(facebook.svg) 50% 50% no-repeat;
}
.ac_in {
    background: url(instagram.svg) 50% 50% no-repeat;
}
.skare {
    width: 30px;
    height: 110px;
    position: absolute;
    fill: transparent;
    stroke: #f00;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-dasharray: 150;
    stroke-dashoffset: 280;
    animation: skare 5s ease-in-out infinite;
}
@keyframes skare {
    0% {
        stroke-dasharray: 150;
        stroke-dashoffset: 280;
    }
    100% {
        stroke-dasharray: 150;
        stroke-dashoffset: 580;
    }
}
.skare.color_1 {
    stroke: #d6c5bb;
}
.skare.color_2 {
    stroke: #fff;
}
.skare.color_3 {
    stroke: #e1e9f0;
}
.block_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
.menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    z-index: 1001;
    background: linear-gradient(180deg, #3f3e3c 10%, #f8f6f3 100%);
    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: 20px;
    right: 5px;
    z-index: 99;
    transition: all 0.5s ease;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    z-index: 1100;
}
#menu-trigger.clicked {
    top: 5px;
}
#menu-trigger div {
    position: relative;
    height: 5px;
    margin-bottom: 7px;
    width: 40px;
    transition: all 0.3s ease;
    display: block;
    z-index: 99;
    background-color: #484643;
    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: 19px;
    width: 20px;
    background-color: #fff;
    box-shadow: 0 0 0 0 #fff;
}
#menu-trigger.clicked div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -12px;
    right: -8px;
    background-color: #fff;
    box-shadow: 0 0 0 0 #fff;
}
#logo-menu {
    width: 100%;
    height: 65px;
    float: left;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin: 10px 0 15px 0;
}
#logo-menu a {
    display: block;
    width: 70px;
    height: 60px;
    background: url(logo.png) 50% 50% no-repeat;
    background-size: cover;
}
.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-family: 'HelveticaNeueCyr';
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}
.menu li:hover {
    width: 218px;
    padding-left: 20px;
}
.menu_mob_blick {
    width: 100%;
}
.menu_mob_blick .tel {
    display: block;
    color: #e6d4b1;
    font-size: 19px;
    font-family: 'Helvetica';
    font-weight: 600;
    position: relative;
    margin: 10px 0 20px 20px;
}
@media only screen and (min-width: 320px) {
    .menu_mob_blick .tel {
        padding-left: 35px;
    }
}
@media only screen and (min-width: 1768px) {
    .menu_mob_blick .tel {
        padding-left: 45px;
    }
}
.menu_mob_blick .tel:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(phone.svg) 50% 50% no-repeat;
}
.menu_mob_blick .tel:after {
    content: '';
    display: block;
    width: 1px;
    height: 1px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 7px;
    box-shadow: 0 0 0 0 #e6d4b1;
    transition: 0.3s ease-out;
}
.menu_mob_blick .tel:hover:after {
    box-shadow: 0 0 20px 5px #e6d4b1;
}
.menu_mob_blick .btn_bronz {
    width: 270px;
    margin: 0 0 20px 15px;
}
.menu_mob_blick .header_ic {
    width: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.menu_mob_blick .header_ic a {
    display: block;
    width: 20px;
    height: 20px;
}
.menu.open {
    right: 0;
    box-shadow: 1px 0 5px #222;
}
.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;
}
.mm{
   display:none; 
}
@media(max-width:1200px){
    .mm{
        display:block;
        position:fixed;
        width: 100%;
        bottom: 0;
        z-index: 99;
    }
    .mm a:first-child{
        background-color: #a08d6a;
    }
    .mm a:last-child{
        background-color: #11ae00;
    }
    .mm a{
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px;
        color: #fff;
        font-weight: bold;
    }
}
.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 input.invalid {
    border-color: #f00 !important;
    border: none;
    border: 1px solid #f00;
    transition: 0.5s ease;
}
.bg_pop_up input.invalid::placeholder {
    color: #f00 !important;
    transition: 0.5s ease;
}
.bg_pop_up .exit {
    position: absolute;
    cursor: pointer;
    z-index: 3;
}
@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: 20px;
    height: 1px;
    background: #7d7d7d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 2;
}
.bg_pop_up .exit .exit_2 {
    width: 20px;
    height: 1px;
    background: #7d7d7d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 2;
}
.bg_pop_up form {
    position: relative;
    z-index: 2;
}
.bg_pop_up form h2 {
    margin-bottom: 25px;
}
.bg_pop_up form p {
    text-align: center;
    color: #7d7d7d;
    font-size: 15px;
    font-family: 'Geometria';
    font-weight: 300;
    margin-bottom: 25px;
}
.bg_pop_up form img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.bg_pop_up form input {
    display: block;
    max-width: 290px;
    width: 100%;
    height: 55px;
    background: #fff;
    border-radius: 55px;
    border: 1px solid #7d7d7d;
    outline: none;
    color: #7d7d7d;
    font-size: 16px;
    font-family: 'Geometria';
    font-weight: 300;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
    transition: 0.3s ease-out;
}
.bg_pop_up form input::placeholder {
    color: #7d7d7d;
    font-size: 16px;
    font-family: 'Geometria';
    font-weight: 300;
}
.bg_pop_up form input.invalid {
    border-color: #f00;
    border: 1px solid #f00;
    transition: 0.3s ease-out;
}
.bg_pop_up form input.invalid::placeholder {
    color: #f00;
    transition: 0.3s ease-out;
}
.bg_pop_up form .btn_yellow {
    max-width: 275px;
    width: 100%;
}
.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 h3, .bg_pop_up .pop-up h4 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Circe';
    font-weight: 600;
    margin-bottom: 20px;
}
.bg_pop_up .pop-up h3 span, .bg_pop_up .pop-up h4 span {
    color: #cea887;
    text-decoration: underline;
}
.bg_pop_up .pop-up.thanks {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #3e3d3b;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg_pop_up .pop-up.thanks h2 {
    display: table;
    margin: 0 auto;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}
.bg_pop_up .pop-up.thanks p {
    color: #fff;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
}
@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.otpravka {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #3e3d3b;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .pop-up.otpravka {
        width: 300px;
        height: 480px;
        padding: 40px 20px;
    }
}
@media only screen and (min-width: 560px) {
    .bg_pop_up .pop-up.otpravka {
        width: 460px;
        height: 605px;
        padding: 100px 80px;
    }
}
.bg_pop_up .pop-up.otpravka form {
    width: 300px;
}
.bg_pop_up .pop-up.otpravka form h2 {
    text-align: center;
    width: 100%;
    font-size: 25px;
    color: #f8f6f3;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin-bottom: 15px;
}
.bg_pop_up .pop-up.otpravka form p {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #d4d4d4;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    margin-bottom: 25px;
}
.bg_pop_up .pop-up.otpravka form input {
    width: 290px;
    height: 64px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #b8b8b8;
    outline: none;
    text-align: center;
    font-size: 15px;
    color: #8d8d8d;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    margin-bottom: 25px;
}
.bg_pop_up .pop-up.otpravka form input::placeholder {
    font-size: 15px;
    color: #8d8d8d;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
}
.bg_pop_up .pop-up.otpravka form .btn_bronz {
    width: 290px;
    margin: 0 auto;
}
.disabled-scroll {
    overflow: hidden;
}
.gorizontal-slider-slides {
    position: relative;
    width: 100%;
}
.gorizontal-slider-track {
    position: relative;
    transition: left 0.4s;
}
.header {
    width: 100%;
    background: url(head_bg_v_2.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
}
.header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
}
@media only screen and (min-width: 320px) {
    .header {
        padding: 0 0 60px 0;
    }
    .header:before {
        display: block;
        opacity: 0.45;
    }
}
@media only screen and (min-width: 768px) {
    .header:before {
        opacity: 0.3;
    }
}
@media only screen and (min-width: 1200px) {
    .header {
        height: 920px;
        padding: 0 0 60px 0;
    }
    .header:before {
        display: none;
    }
    .header:after {
        content: '';
        display: block;
        width: 575px;
        height: 605px;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        background-image: linear-gradient(-135deg, #312e2d 0%, transparent 60%);
        transition: 2s linear;
        opacity: 0;
    }
}
.header .container {
    max-width: 1730px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.header__main {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .header__main {
        margin-top: 140px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main {
        margin-left: 170px;
        margin-top: 260px;
    }
    .header__main:before {
        content: '';
        display: block;
        width: 1px;
        height: 1px;
        position: absolute;
        top: 120px;
        left: 100px;
        z-index: 1;
        box-shadow: 0 0 130px 70px rgba(209, 194, 166, 0.6);
        opacity: 0;
        transition: 2s linear;
    }
}
.header__main h1 {
    color: #fff;
    font-family: 'HelveticaNeueCyr';
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2.5px;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .header__main h1 {
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main h1 {
        text-align: left;
    }
}
.header__main h2 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .header__main h2 {
        font-size: 20px;
        text-align: center;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .header__main h2 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main h2 {
        text-align: left;
    }
}
.header__main h2 span {
    color: #d1c2a6;
    font-family: 'HelveticaNeueCyr';
    font-weight: 600;
    position: relative;
}
.header__main h2 span:before {
    content: '';
    width: 65px;
    height: 2px;
    background-color: #d1c2a6;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}
.header__main h2 span a{
    display:inline-block;
}
@media only screen and (max-width: 890px) {
    body .header__main h2 span a img{
        top: 0;
    }
    .header__main h2 span a {
        display: block;
    }
}
@media only screen and (min-width: 320px) {
    .header__main h2 span {
        font-size: 30px;
        text-align: center;
    }

    .header__main h2 span:before {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .header__main h2 span {
        font-size: 50px;
        padding-left: 85px;
    }
    .header__main h2 span:before {
        display: block;
    }
}
    .header__main h2 span a img{
        position: relative;
        width: 147px;
        top: -5px;
    }
@media only screen and (min-width: 1200px) {
    .header__main h2 span {
        display: table;
        text-align: left;
    }
}
.header__main p {
    color: #d3d3d3;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .header__main p {
        text-align: center;
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .header__main p {
        font-size: 23px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main p {
        text-align: left;
    }
}
.header__main ul {
    max-width: 430px;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .header__main ul {
        margin: 0 auto;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main ul {
        margin: 0;
        margin-bottom: 40px;
    }
}
.header__main ul li {
    margin: 9px 0;
}
.header__main ul li span {
    color: #d8c8be;
    font-family: 'HelveticaNeueCyr';
    font-weight: 250;
    position: relative;
    display: table;
}
@media only screen and (min-width: 320px) {
    .header__main ul li span {
        padding-left: 25px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .header__main ul li span {
        padding-left: 38px;
        font-size: 17px;
    }
}
.header__main ul li span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #cebb96;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}
.header__main .btn_gold {
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .header__main .btn_gold {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main .btn_gold {
        margin: 0;
    }
}
.header .header_ic {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 100px;
    flex-wrap: wrap;
    align-content: space-between;
}
@media only screen and (min-width: 320px) {
    .header .header_ic {
        display: none;
        right: 5px;
    }
}
@media only screen and (min-width: 768px) {
    .header .header_ic {
        display: flex;
        right: 15px;
    }
}
@media only screen and (min-width: 1768px) {
    .header .header_ic {
        right: 0;
    }
}
.header .header_ic a {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
}
.header .header_ic a:before {
    content: '';
    display: block;
    width: 1px;
    height: 1px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 0 0 #fff;
    transition: 0.3s ease-out;
}
.header .header_ic a:hover:before {
    box-shadow: 0 0 20px 5px #fff;
}
.white {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .white {
        padding: 60px 0 25px 0;
    }
}
@media only screen and (min-width: 768px) {
    .white {
        padding: 60px 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .white {
        padding: 100px 0 100px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .white {
        padding: 180px 0 120px 0;
    }
}
.white .container {
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .white__main {
        padding: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .white__main {
        padding: 0 107px;
    }
}
.white__main__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .white__main__item {
        padding-top: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .white__main__item {
        padding-top: 80px;
    }
}
@media only screen and (min-width: 1200px) {
    .white__main__item {
        padding-top: 120px;
    }
}
.white__main__item .white_block {
    margin-bottom: 35px;
}
@media only screen and (min-width: 320px) {
    .white__main__item .white_block {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .white__main__item .white_block {
        width: 365px;
    }
}
@media only screen and (min-width: 1366px) {
    .white__main__item .white_block {
        width: 345px;
    }
}
@media only screen and (min-width: 1600px) {
    .white__main__item .white_block {
        width: 365px;
    }
}
.white__main__item .white_block .white_block_numb {
    display: block;
    width: 115px;
    overflow: hidden;
}
.white__main__item .white_block .white_block_numb span {
    display: table;
    width: 115px;
    font-size: 90px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    text-transform: uppercase;
    background: linear-gradient(0deg, #aea799 0%, #c6bdab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0b2349;
    margin-left: -115px;
    transition: 1s ease-out;
}
.white__main__item .white_block .white_1.anime span {
    margin-left: 0;
}
.white__main__item .white_block .white_2.anime span {
    margin-left: 0;
}
.white__main__item .white_block .white_3.anime span {
    margin-left: 0;
}
.white__main__item .white_block .white_4.anime span {
    margin-left: 0;
}
.white__main__item .white_block .white_5.anime span {
    margin-left: 0;
}
.white__main__item .white_block .white_6.anime span {
    margin-left: 0;
}
.white__main__item .white_block h4 {
    color: #696460;
    font-size: 20px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 600;
    margin-bottom: 25px;
}
.white__main__item .white_block p {
    color: #8c8c8b;
    font-size: 19px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
}
.colors {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .colors {
        padding: 60px 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .colors {
        padding: 100px 0 0 0;
    }
}
@media only screen and (min-width: 1366px) {
    .colors {
        padding: 100px 0 100px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .colors {
        padding: 120px 0 140px 0;
    }
}
.colors .container {
    position: relative;
    z-index: 2;
}
.colors__main {
    width: 100%;
    display: flex;
}
@media only screen and (min-width: 320px) {
    .colors__main {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .colors__main {
        height: 742px;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}
@media only screen and (min-width: 320px) {
    .colors__main .colors_title {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .colors__main .colors_title {
        width: 660px;
    }
}
.colors__main .colors_title .colors_title_top {
    width: 100%;
    background-color: #3f3e3c;
    text-align: center;
    padding: 115px 0 15px 0;
}
@media only screen and (min-width: 320px) {
    .colors__main .colors_title .colors_title_top {
        padding: 30px 5px;
    }
}
.colors__main .colors_title .colors_title_top h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #857b74;
    font-family: 'HelveticaNeueCyr';
    font-weight: 250;
    margin-bottom: 15px;
}
.colors__main .colors_title .colors_title_top h2 {
    display: block;
    width: 100%;
    text-align: center;
    color: #f7f4ed;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin-bottom: 45px;
}
@media only screen and (min-width: 320px) {
    .colors__main .colors_title .colors_title_top h2 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .colors__main .colors_title .colors_title_top h2 {
        font-size: 30px;
    }
}
.colors__main .colors_title .colors_title_top p {
    color: #f7f4ed;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
}
@media only screen and (min-width: 320px) {
    .colors__main .colors_title .colors_title_top p {
        font-size: 16px;
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 768px) {
    .colors__main .colors_title .colors_title_top p {
        font-size: 19px;
        margin-bottom: 80px;
    }
}
.colors__main .colors_title .colors_title_top .colors_tabs {
    width: 100%;
    display: flex;
    justify-content: center;
}
.colors__main .colors_title .colors_title_top .colors_tabs div {
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.colors__main .colors_title .colors_title_top .colors_tabs div span {
    color: #f7f4ed;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    transition: 0.3s ease-in-out;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .colors__main .colors_title .colors_title_top .colors_tabs div span {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .colors__main .colors_title .colors_title_top .colors_tabs div span {
        font-size: 20px;
    }
}
.colors__main .colors_title .colors_title_top .colors_tabs div:hover {
    cursor: pointer;
}
@media only screen and (min-width: 320px) {
    .colors__main .colors_title .colors_title_top .colors_tabs div.active span {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .colors__main .colors_title .colors_title_top .colors_tabs div.active span {
        font-size: 24px;
    }
}
.colors__main .colors_title .colors_title_top .colors_tabs div.active span:before {
    transform: scaleX(1);
    transform-origin: left;
}
.colors__main .colors_title .colors_title_politra {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 30px 25px -27px rgba(0, 0, 0, 0.75);
    position: relative;
}
@media only screen and (min-width: 320px) {
    .colors__main .colors_title .colors_title_politra {
        height: 62px;
    }
}
@media only screen and (min-width: 1200px) {
    .colors__main .colors_title .colors_title_politra {
        height: 210px;
    }
}
.colors__main .colors_title .colors_title_politra .colors_title_politra_1, .colors__main .colors_title .colors_title_politra .colors_title_politra_2, .colors__main .colors_title .colors_title_politra .colors_title_politra_3 {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-out;
    opacity: 0;
    z-index: -1;
}
@media only screen and (min-width: 320px) {
    .colors__main .colors_title .colors_title_politra .colors_title_politra_1, .colors__main .colors_title .colors_title_politra .colors_title_politra_2, .colors__main .colors_title .colors_title_politra .colors_title_politra_3 {
        margin: 15px 0;
        width: calc( 100% - 28px * 2 );
        height: calc( 100% - 15px * 2 );
        overflow: hidden;
    }
}
@media only screen and (min-width: 1200px) {
    .colors__main .colors_title .colors_title_politra .colors_title_politra_1, .colors__main .colors_title .colors_title_politra .colors_title_politra_2, .colors__main .colors_title .colors_title_politra .colors_title_politra_3 {
        margin: 25px 28px;
        width: calc( 100% - 28px * 2 );
        height: calc( 100% - 25px * 2 );
    }
}
.colors__main .colors_title .colors_title_politra .colors_title_politra_1.active, .colors__main .colors_title .colors_title_politra .colors_title_politra_2.active, .colors__main .colors_title .colors_title_politra .colors_title_politra_3.active {
    opacity: 1;
    z-index: 1;
}
.colors__main .colors_title .colors_title_politra .colors_title_politra_1 .colors_title_politra_track, .colors__main .colors_title .colors_title_politra .colors_title_politra_2 .colors_title_politra_track, .colors__main .colors_title .colors_title_politra .colors_title_politra_3 .colors_title_politra_track {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}
@media only screen and (min-width: 320px) {
    .colors__main .colors_title .colors_title_politra .colors_title_politra_1 .colors_title_politra_track, .colors__main .colors_title .colors_title_politra .colors_title_politra_2 .colors_title_politra_track, .colors__main .colors_title .colors_title_politra .colors_title_politra_3 .colors_title_politra_track {
        height: 36px;
    }
}
@media only screen and (min-width: 1200px) {
    .colors__main .colors_title .colors_title_politra .colors_title_politra_1 .colors_title_politra_track, .colors__main .colors_title .colors_title_politra .colors_title_politra_2 .colors_title_politra_track, .colors__main .colors_title .colors_title_politra .colors_title_politra_3 .colors_title_politra_track {
        height: 100%;
    }
}
.colors__main .colors_title .colors_title_politra .colors_title_politra_1 span, .colors__main .colors_title .colors_title_politra .colors_title_politra_2 span, .colors__main .colors_title .colors_title_politra .colors_title_politra_3 span {
    display: block;
    border-radius: 50%;
    cursor: pointer;
    width: 27px;
    height: 27px;
    margin: 4px 5px;
    background-color: #000;
    border: 2px solid #eee;
    transition: all 0.4s;
}
.colors__main .colors_title .colors_title_politra .colors_title_politra_1 span.active, .colors__main .colors_title .colors_title_politra .colors_title_politra_2 span.active, .colors__main .colors_title .colors_title_politra .colors_title_politra_3 span.active {
    border-color: #c6bdab;
}
.colors__main .colors_img {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .colors__main .colors_img {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .colors__main .colors_img {
        width: 720px;
    }
}
@media only screen and (min-width: 1200px) {
    .colors__main .colors_img {
        width: calc(100% - 660px);
    }
}
.colors__main .colors_img #product-svg {
    position: relative;
    z-index: 2;
    mix-blend-mode: multiply;
}
.colors__main .colors_img #product-shape {
    fill: #ffffff;
}
.colors__main .colors_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in;
}
.colors__main .colors_img img.back-image {
    position: relative;
    z-index: 1;
}
.colors__main .colors_img img.active {
    opacity: 1;
    visibility: visible;
}
.colors__main .colors_zakaz {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 320px) {
    .colors__main .colors_zakaz {
        width: 100%;
        position: relative;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 560px) {
    .colors__main .colors_zakaz {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 768px) {
    .colors__main .colors_zakaz {
        width: 720px;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .colors__main .colors_zakaz {
        width: 510px;
        position: absolute;
        right: 15px;
        bottom: 190px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 1366px) {
    .colors__main .colors_zakaz {
        width: 660px;
        right: auto;
        left: 15px;
        bottom: 0;
    }
}
@media only screen and (min-width: 320px) {
    .colors__main .colors_zakaz .btn_bronz {
        margin: 20px 0;
    }
}
@media only screen and (min-width: 768px) {
    .colors__main .colors_zakaz .btn_bronz {
        margin: 0;
    }
}
.colors__main .colors_zakaz .colors_infa {
    font-size: 17px;
    color: #925257;
    font-family: 'HelveticaNeueCyr';
    font-weight: 250;
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 320px) {
    .colors__main .colors_zakaz .colors_infa {
        margin: 0 20px;
    }
}
@media only screen and (min-width: 768px) {
    .colors__main .colors_zakaz .colors_infa {
        padding-right: 25px;
    }
}
@media only screen and (min-width: 560px) {
    .colors__main .colors_zakaz .colors_infa {
        margin: 0;
    }
}
.colors__main .colors_zakaz .colors_infa div {
    margin-right: 20px;
}
.vybor {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .vybor {
        padding: 60px 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .vybor {
        padding: 100px 0 100px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .vybor {
        padding: 140px 0 160px 0;
    }
}
.vybor .container {
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 1200px) {
    .vybor__main {
        padding: 0 107px;
    }
}
.vybor__main .vybor_sl {
    width: 100%;
    float: left;
    display: flex;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .vybor__main .vybor_sl {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .vybor__main .vybor_sl {
        justify-content: space-between;
        flex-wrap: nowrap;
        margin-top: 70px;
    }
}
.vybor__main .vybor_sl .vybor_sl_text {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .vybor__main .vybor_sl .vybor_sl_text {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .vybor__main .vybor_sl .vybor_sl_text {
        width: 450px;
        flex: 0 0 450px;
        min-height: 460px;
    }
}
@media only screen and (min-width: 1600px) {
    .vybor__main .vybor_sl .vybor_sl_text {
        width: 600px;
        flex: 0 0 600px;
    }
}
.vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block {
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
}
@media only screen and (min-width: 320px) {
    .vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block {
        padding-top: 40px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block {
        padding-top: 55px;
    }
}
@media only screen and (min-width: 1200px) {
    .vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block {
        height: 278px;
        margin: 0;
    }
}
.vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}
.vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block h3 {
    font-size: 31px;
    color: #373737;
    font-family: 'HelveticaNeueCyr';
    font-weight: 250;
    margin-bottom: 55px;
}
@media only screen and (min-width: 320px) {
    .vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block h3 {
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    .vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block h3 {
        text-align: left;
    }
}
.vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block h3.vybor_h3_2 {
    overflow: hidden;
}
.vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block h3.vybor_h3_2 span {
    display: table;
    margin-left: -300px;
    transition: 1s ease-out;
}
.vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block h3.vybor_h3_2.anime span {
    margin-left: 5px;
}
.vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block .div_text {
    max-height: 242px;
    overflow: auto;
    font-size: 19px;
    color: #373737;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    line-height: 1.3;
}
@media only screen and (min-width: 320px) {
    .vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block .div_text {
        width: 100%;
        max-height: 200px;
        height: 194px;
    }
}
@media only screen and (min-width: 1200px) {
    .vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block .div_text {
        width: 450px;
        max-height: 242px;
        height: auto;
    }
}
.vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block .div_text .vybor_p {
    font-size: 19px;
    color: #373737;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    line-height: 1.3;
    transition: 1s ease-out;
}
@media only screen and (min-width: 1200px) {
    .vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block .div_text .vybor_p {
        height: 242px;
        overflow: hidden;
        padding-top: 240px;
    }
    .vybor__main .vybor_sl .vybor_sl_text .vybor_sl_text_block .div_text .vybor_p.anime {
        padding-top: 0;
    }
}
.vybor__main .vybor_sl .vybor_sl_control {
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .vybor__main .vybor_sl .vybor_sl_control {
        width: 100%;
        height: 50px;
        position: relative;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 560px) {
    .vybor__main .vybor_sl .vybor_sl_control {
        width: 450px;
    }
}
@media only screen and (min-width: 1200px) {
    .vybor__main .vybor_sl .vybor_sl_control {
        width: 450px;
        position: absolute;
        left: 0;
        bottom: 0;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1600px) {
    .vybor__main .vybor_sl .vybor_sl_control {
        width: 600px;
    }
}
.vybor__main .vybor_sl .vybor_sl_control .arr_l {
    bottom: 0;
}
@media only screen and (min-width: 1200px) {
    .vybor__main .vybor_sl .vybor_sl_control .arr_l {
        opacity: 0;
        transition: 0.4s ease-out;
        left: 15px;
    }
    .vybor__main .vybor_sl .vybor_sl_control .arr_l.anime {
        left: 0;
        opacity: 1;
    }
}
.vybor__main .vybor_sl .vybor_sl_control .arr_r {
    left: 100px;
    bottom: 0;
}
@media only screen and (min-width: 1200px) {
    .vybor__main .vybor_sl .vybor_sl_control .arr_r {
        opacity: 0;
        transition: 0.4s ease-out;
        left: 85px;
    }
    .vybor__main .vybor_sl .vybor_sl_control .arr_r.anime {
        left: 100px;
        opacity: 1;
    }
}
.vybor__main .vybor_sl .vybor_sl_control .vybor_sl_control_numb {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    float: right;
    transition: 1s ease-out;
}
@media only screen and (min-width: 320px) {
    .vybor__main .vybor_sl .vybor_sl_control .vybor_sl_control_numb {
        width: 120px;
    }
}
@media only screen and (min-width: 768px) {
    .vybor__main .vybor_sl .vybor_sl_control .vybor_sl_control_numb {
        width: 140px;
    }
}
@media only screen and (min-width: 1200px) {
    .vybor__main .vybor_sl .vybor_sl_control .vybor_sl_control_numb {
        margin-right: 60px;
        opacity: 0;
    }
    .vybor__main .vybor_sl .vybor_sl_control .vybor_sl_control_numb.anime {
        opacity: 1;
    }
}
.vybor__main .vybor_sl .vybor_sl_control .vybor_sl_control_numb .sl_tek {
    color: #c5beb0;
    font-family: 'HelveticaNeueCyr';
    font-weight: 650;
}
@media only screen and (min-width: 320px) {
    .vybor__main .vybor_sl .vybor_sl_control .vybor_sl_control_numb .sl_tek {
        font-size: 62px;
        line-height: 0.8;
    }
}
@media only screen and (min-width: 768px) {
    .vybor__main .vybor_sl .vybor_sl_control .vybor_sl_control_numb .sl_tek {
        font-size: 72px;
        line-height: 0.7;
    }
}
.vybor__main .vybor_sl .vybor_sl_control .vybor_sl_control_numb .sl_iz {
    color: #bfc0bf;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
}
@media only screen and (min-width: 320px) {
    .vybor__main .vybor_sl .vybor_sl_control .vybor_sl_control_numb .sl_iz {
        font-size: 30px;
        line-height: 0.8;
    }
}
@media only screen and (min-width: 768px) {
    .vybor__main .vybor_sl .vybor_sl_control .vybor_sl_control_numb .sl_iz {
        font-size: 40px;
        line-height: 0.7;
    }
}
.vybor__main .vybor_sl .vybor_sl_img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .vybor__main .vybor_sl .vybor_sl_img {
        width: 100%;
    }
}
@media only screen and (min-width: 560px) {
    .vybor__main .vybor_sl .vybor_sl_img {
        width: 460px;
    }
}
@media only screen and (min-width: 768px) {
    .vybor__main .vybor_sl .vybor_sl_img {
        width: 720px;
    }
}
@media only screen and (min-width: 1200px) {
    .vybor__main .vybor_sl .vybor_sl_img {
        width: 460px;
        display: flex;
        align-items: center;
        margin-left: 30px;
    }
}
@media only screen and (min-width: 1366px) {
    .vybor__main .vybor_sl .vybor_sl_img {
        width: 610px;
    }
}
@media only screen and (min-width: 1600px) {
    .vybor__main .vybor_sl .vybor_sl_img {
        width: 770px;
        margin-left: 0;
    }
}
.vybor__main .vybor_sl .vybor_sl_img .vybor_sl_img_track {
    width: 5000px;
    display: flex;
    justify-content: flex-start;
}
.vybor__main .vybor_sl .vybor_sl_img .vybor_sl_img_track .vybor_sl_img_block {
    transform: scale(0.8);
    transition: 1s ease-out;
    opacity: 0;
}
@media only screen and (min-width: 320px) {
    .vybor__main .vybor_sl .vybor_sl_img .vybor_sl_img_track .vybor_sl_img_block {
        width: calc(100vw - 10px);
        height: calc(100vw / 16 * 9.5);
    }
}
@media only screen and (min-width: 560px) {
    .vybor__main .vybor_sl .vybor_sl_img .vybor_sl_img_track .vybor_sl_img_block {
        width: 460px;
        flex: 0 0 460px;
        height: calc(460px / 16 * 9.5);
    }
}
@media only screen and (min-width: 768px) {
    .vybor__main .vybor_sl .vybor_sl_img .vybor_sl_img_track .vybor_sl_img_block {
        width: 720px;
        flex: 0 0 720px;
        height: calc(720px / 16 * 9.5);
    }
}
@media only screen and (min-width: 1200px) {
    .vybor__main .vybor_sl .vybor_sl_img .vybor_sl_img_track .vybor_sl_img_block {
        width: 460px;
        flex: 0 0 460px;
        height: calc(460px / 16 * 9.5);
    }
}
@media only screen and (min-width: 1366px) {
    .vybor__main .vybor_sl .vybor_sl_img .vybor_sl_img_track .vybor_sl_img_block {
        width: 610px;
        flex: 0 0 610px;
        height: calc(610px / 16 * 9.5);
    }
}
@media only screen and (min-width: 1600px) {
    .vybor__main .vybor_sl .vybor_sl_img .vybor_sl_img_track .vybor_sl_img_block {
        width: 770px;
        flex: 0 0 770px;
        height: calc(770px / 16 * 9.5);
    }
}
@media only screen and (min-width: 1200px) {
    .vybor__main .vybor_sl .vybor_sl_img .vybor_sl_img_track .vybor_sl_img_block.vybor_sl_img_1, .vybor__main .vybor_sl .vybor_sl_img .vybor_sl_img_track .vybor_sl_img_block.vybor_sl_img_2 {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
    .vybor__main .vybor_sl .vybor_sl_img .vybor_sl_img_track .vybor_sl_img_block.vybor_sl_img_1.anime, .vybor__main .vybor_sl .vybor_sl_img .vybor_sl_img_track .vybor_sl_img_block.vybor_sl_img_2.anime {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
.vybor__main .vybor_sl .vybor_sl_img .vybor_sl_img_track .vybor_sl_img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vybor__main .vybor_sl .vybor_sl_img .vybor_sl_img_track .vybor_sl_img_block.visible {
    opacity: 1;
}
.vybor__main .vybor_sl .vybor_sl_img .vybor_sl_img_track .vybor_sl_img_block.active {
    transform: scale(1);
}
.raschet {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .raschet {
        padding: 60px 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .raschet {
        padding: 100px 0 100px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .raschet {
        padding: 160px 0 120px 0;
    }
}
.raschet .container {
    position: relative;
    z-index: 2;
    background-color: #3e3d3b;
}
.raschet__main {
    width: 100%;
    float: left;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .raschet__main {
        padding: 125px 5px 140px 5px;
    }
}
@media only screen and (min-width: 768px) {
    .raschet__main {
        padding: 125px 15px 140px 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .raschet__main {
        padding: 125px 30px 140px 30px;
    }
}
@media only screen and (min-width: 1366px) {
    .raschet__main {
        padding: 125px 60px 140px 60px;
    }
}
@media only screen and (min-width: 1600px) {
    .raschet__main {
        padding: 125px 110px 140px 110px;
    }
}
.raschet__main .lenta_metr {
    position: absolute;
    bottom: -50px;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .raschet__main .lenta_metr {
        width: 100%;
        left: 0;
    }
}
@media only screen and (min-width: 560px) {
    .raschet__main .lenta_metr {
        width: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .raschet__main .lenta_metr {
        left: -50px;
    }
}
.raschet__main h2 {
    color: #ede9de;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
}
@media only screen and (min-width: 320px) {
    .raschet__main h2 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .raschet__main h2 {
        font-size: 30px;
    }
}
.raschet__main__item {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .raschet__main__item {
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .raschet__main__item {
        justify-content: space-between;
        flex-wrap: nowrap;
        padding-top: 25px;
    }
    .raschet__main__item:before {
        content: '';
        display: block;
        width: 1px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        box-shadow: 0 0 150px 75px #6d6a65;
    }
}
.raschet__main__item .raschet_text {
    font-size: 19px;
    color: #ede9de;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    line-height: 1.3;
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .raschet__main__item .raschet_text {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .raschet__main__item .raschet_text {
        width: 430px;
        margin-bottom: 0;
    }
}
.raschet__main__item form {
    display: flex;
}
@media only screen and (min-width: 320px) {
    .raschet__main__item form {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) {
    .raschet__main__item form {
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: nowrap;
        padding-top: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .raschet__main__item form {
        width: 430px;
        width: 770px;
    }
}
@media only screen and (min-width: 320px) {
    .raschet__main__item form div {
        margin: 10px 0;
    }
}
@media only screen and (min-width: 560px) {
    .raschet__main__item form div {
        margin: 10px 20px;
    }
}
@media only screen and (min-width: 768px) {
    .raschet__main__item form div {
        margin: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .raschet__main__item form div {
        margin-right: 50px;
    }
}
.raschet__main__item form div p {
    font-size: 15px;
    color: #ede9de;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin-bottom: 10px;
}
.raschet__main__item form div input {
    outline: none;
    height: 82px;
    border-radius: 3px;
    border: none;
    text-align: center;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    font-size: 20px;
    color: #7b7b7b;
    box-shadow: inset 7px 9px 8px 0 rgba(50, 39, 30, 0.44);
}
@media only screen and (min-width: 320px) {
    .raschet__main__item form div input {
        width: 290px;
    }
}
@media only screen and (min-width: 768px) {
    .raschet__main__item form div input {
        width: 190px;
    }
}
.raschet__main__item form div input::placeholder {
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    font-size: 20px;
    color: #7b7b7b;
}
@media only screen and (min-width: 320px) {
    .raschet__main__item form .btn_bronz {
        margin: 10px 0;
    }
}
@media only screen and (min-width: 560px) {
    .raschet__main__item form .btn_bronz {
        margin: 10px 20px;
    }
}
@media only screen and (min-width: 768px) {
    .raschet__main__item form .btn_bronz {
        margin: 0;
    }
}
.clients {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .clients {
        padding: 60px 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .clients {
        padding: 100px 0 250px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .clients {
        padding: 120px 0 320px 0;
    }
}
.clients .container {
    position: relative;
    z-index: 2;
}
.clients__main {
    width: 100%;
    float: left;
}
@media only screen and (min-width: 1200px) {
    .clients__main {
        padding: 0 0 0 107px;
    }
}
@media only screen and (min-width: 1366px) {
    .clients__main {
        padding: 0 107px;
    }
}
.clients__main__item {
    width: 100%;
    display: flex;
    float: left;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .clients__main__item {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .clients__main__item {
        justify-content: flex-end;
        flex-wrap: nowrap;
        margin-top: 60px;
    }
}
.clients__main__item .clients_sl {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .clients__main__item .clients_sl {
        width: 100%;
    }
}
@media only screen and (min-width: 560px) {
    .clients__main__item .clients_sl {
        width: 470px;
    }
}
@media only screen and (min-width: 768px) {
    .clients__main__item .clients_sl {
        width: 483px;
    }
}
@media only screen and (min-width: 1200px) {
    .clients__main__item .clients_sl {
        position: absolute;
        top: 0;
        left: -70px;
    }
}
.clients__main__item .clients_sl .clients_sl_cont {
    width: 100%;
}
.clients__main__item .clients_sl .clients_sl_cont .clients_sl_block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: 0.4s ease-out;
}
.clients__main__item .clients_sl .clients_sl_cont .clients_sl_block.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 1;
}
.clients__main__item .clients_sl .clients_sl_cont .clients_sl_block img {
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .clients__main__item .clients_sl .clients_sl_cont .clients_sl_block img {
        width: 290px;
    }
}
@media only screen and (min-width: 560px) {
    .clients__main__item .clients_sl .clients_sl_cont .clients_sl_block img {
        width: auto;
    }
}
.clients__main__item .clients_sl .clients_sl_cont .clients_sl_block .clients_shadow {
    position: absolute;
    top: -70px;
    left: -195px;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .clients__main__item .clients_sl .clients_sl_cont .clients_sl_block .clients_shadow {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .clients__main__item .clients_sl .clients_sl_cont .clients_sl_block .clients_shadow {
        display: block;
    }
}
.clients__main__item .clients_sl .arr_l {
    bottom: -70px;
    z-index: 3;
    display: none;
}
@media only screen and (min-width: 320px) {
    .clients__main__item .clients_sl .arr_l {
        left: calc(50% - 90px);
    }
}
@media only screen and (min-width: 1200px) {
    .clients__main__item .clients_sl .arr_l {
        left: 70px;
    }
}
.clients__main__item .clients_sl .arr_r {
    bottom: -70px;
    z-index: 3;
    display: none;
}
@media only screen and (min-width: 320px) {
    .clients__main__item .clients_sl .arr_r {
        right: calc(50% - 90px);
    }
}
@media only screen and (min-width: 1200px) {
    .clients__main__item .clients_sl .arr_r {
        left: 180px;
        right: auto;
    }
}
.clients__main__item .clients_text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
    float: right;
}
@media only screen and (min-width: 320px) {
    .clients__main__item .clients_text {
        width: 100%;
    }
}
@media only screen and (min-width: 560px) {
    .clients__main__item .clients_text {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .clients__main__item .clients_text {
        width: 720px;
    }
}
@media only screen and (min-width: 1200px) {
    .clients__main__item .clients_text {
        width: 620px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1366px) {
    .clients__main__item .clients_text {
        width: 670px;
    }
}
@media only screen and (min-width: 1600px) {
    .clients__main__item .clients_text {
        width: 770px;
    }
}
@media only screen and (min-width: 320px) {
    .clients__main__item .clients_text .clients_text_block {
        width: 100%;
        margin-bottom: 70px;
    }
}
@media only screen and (min-width: 768px) {
    .clients__main__item .clients_text .clients_text_block {
        width: 320px;
    }
    .clients__main__item .clients_text .clients_text_block:nth-child(5), .clients__main__item .clients_text .clients_text_block:nth-child(6) {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .clients__main__item .clients_text .clients_text_block {
        width: 280px;
        margin-bottom: 100px;
    }
}
@media only screen and (min-width: 1366px) {
    .clients__main__item .clients_text .clients_text_block {
        width: 320px;
    }
}
.clients__main__item .clients_text .clients_text_block h3 {
    font-size: 20px;
    color: #4e4f55;
    font-family: 'HelveticaNeueCyr';
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.clients__main__item .clients_text .clients_text_block h3:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(0) rotate(-90deg);
    background: url(zvezda.svg) 50% 50% no-repeat;
    transition: 1s ease-out;
}
.clients__main__item .clients_text .clients_text_block .h3_star_1.anime:before, .clients__main__item .clients_text .clients_text_block .h3_star_2.anime:before, .clients__main__item .clients_text .clients_text_block .h3_star_3.anime:before, .clients__main__item .clients_text .clients_text_block .h3_star_4.anime:before, .clients__main__item .clients_text .clients_text_block .h3_star_5.anime:before, .clients__main__item .clients_text .clients_text_block .h3_star_6.anime:before {
    transform: translateY(-50%) scale(1) rotate(0deg);
}
.clients__main__item .clients_text .clients_text_block p {
    font-size: 19px;
    color: #7e7e7e;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    line-height: 1.3;
}
.clienty {
    position: relative;
    padding: 95px 0 100px 0;
}
.clienty:before {
    content: '';
    display: block;
    width: 100%;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #282726 0%, transparent 100%);
}
.clienty .container {
    position: relative;
    z-index: 2;
}
.clienty__main {
    width: 100%;
    float: left;
}
@media only screen and (min-width: 1200px) {
    .clienty__main {
        padding: 105px 107px 60px 107px;
    }
}
.clienty__main h4 {
    color: #988f86;
    font-size: 14px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 250;
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
}
.clienty__main h2 {
    color: #f5f2eb;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .clienty__main h2 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .clienty__main h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .clienty__main h2 {
        font-size: 36px;
    }
}
.clienty__main__item {
    width: 100%;
    display: flex;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .clienty__main__item {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .clienty__main__item {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 70px;
    }
}
.clienty__main__item .cent_svet {
    width: 1248px;
    height: 1245px;
    position: absolute;
    top: -360px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .clienty__main__item .cent_svet {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .clienty__main__item .cent_svet {
        display: flex;
    }
}
.clienty__main__item .cent_svet .cent_svet_block {
    width: 1248px;
    height: 1245px;
    background: url(clienty_svet.png) 50% 50% no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    mix-blend-mode: darken;
}
.clienty__main__item .cent_svet .cent {
    color: #3e3d3b;
    font-size: 200px;
    font-family: 'Playfair';
    font-weight: 650;
    text-transform: default;
    display: table;
    z-index: 1;
    text-transform: none;
}
.clienty__main__item .clienty_block {
    position: relative;
    z-index: 3;
    display: none;
}
.clienty__main__item .clienty_block.active {
    display: block;
}
@media only screen and (min-width: 320px) {
    .clienty__main__item .clienty_block {
        width: 100%;
        flex: 0 0 100%;
        margin: 30px 0;
    }
}
@media only screen and (min-width: 768px) {
    .clienty__main__item .clienty_block {
        width: 720px;
        flex: 0 0 720px;
    }
}
@media only screen and (min-width: 1200px) {
    .clienty__main__item .clienty_block {
        width: 300px;
        flex: 0 0 300px;
        margin: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1366px) {
    .clienty__main__item .clienty_block:nth-child(3) {
        margin: 0 90px 30px 90px;
    }
}
.clienty__main__item .clienty_block .clienty_img {
    width: 136px;
    height: 136px;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 25px 20px -15px #171717;
}
@media only screen and (min-width: 320px) {
    .clienty__main__item .clienty_block .clienty_img {
        margin: 0 auto;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .clienty__main__item .clienty_block .clienty_img {
        margin: 0;
        margin-bottom: 40px;
    }
}
.clienty__main__item .clienty_block .clienty_img img {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.clienty__main__item .clienty_block .ocenka {
    width: 110px;
    height: 18px;
    display: flex;
    justify-content: flex-start;
}
@media only screen and (min-width: 320px) {
    .clienty__main__item .clienty_block .ocenka {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .clienty__main__item .clienty_block .ocenka {
        margin: 0;
        margin-bottom: 20px;
    }
}
.clienty__main__item .clienty_block .ocenka span {
    display: table;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    background: url(star.svg) 50% 50% no-repeat;
}
.clienty__main__item .clienty_block p {
    color: #b6b4ae;
    font-size: 16px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 25px;
}
.clienty__main__item .clienty_block span {
    color: #988f86;
    font-size: 16px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 250;
}
.clienty__main .bolshe {
    font-size: 14px;
    text-transform: uppercase;
    color: #f5f2eb;
    font-family: 'HelveticaNeueCyr';
    font-weight: 400;
    position: absolute;
    letter-spacing: 1.5px;
    cursor: pointer;
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .clienty__main .bolshe {
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
    }
}
@media only screen and (min-width: 1200px) {
    .clienty__main .bolshe {
        left: 123px;
        bottom: -10px;
        transform: translateX(0);
    }
}
.clienty__main .bolshe:before {
    content: '';
    display: block;
    width: 110%;
    height: 2px;
    background-color: #f4f1ea;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease-out;
}
.clienty__main .bolshe:hover:before {
    width: 0;
}
.gallery {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .gallery {
        padding: 0 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .gallery {
        padding: 0 0 100px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .gallery {
        padding: 0 0 120px 0;
    }
}
.gallery .container {
    position: relative;
    z-index: 2;
}
.gallery__main {
    width: 100%;
    float: left;
}
@media only screen and (min-width: 1200px) {
    .gallery__main {
        padding: 65px 107px 60px 107px;
    }
}
@media only screen and (min-width: 1600px) {
    .gallery__main {
        padding: 135px 107px 60px 107px;
    }
}
.gallery__main h4 {
    color: #988f86;
    font-size: 14px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 250;
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
}
.gallery__main h2 {
    font-size: 36px;
    color: #f5f2eb;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .gallery__main h2 {
        font-size: 20px;
        margin-bottom: 60px;
    }
}
@media only screen and (min-width: 768px) {
    .gallery__main h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .gallery__main h2 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 1200px) {
    .gallery__main h2 {
        margin-bottom: 40px;
    }
}
.gallery__main .gallery_sl {
    width: 100%;
    position: relative;
}
.gallery__main .gallery_sl .gallery_sl_track {
    width: 5000px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media only screen and (min-width: 320px) {
    .gallery__main .gallery_sl .gallery_sl_track {
        padding: 0px 0 90px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .gallery__main .gallery_sl .gallery_sl_track {
        padding: 80px 0 90px 0;
    }
}
.gallery__main .gallery_sl .gallery_sl_track .gallery_sl_block {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    transition: 0.5s ease-out;
    box-shadow: 0 0 0 0 #171717;
    opacity: 0;
}
@media only screen and (min-width: 320px) {
    .gallery__main .gallery_sl .gallery_sl_track .gallery_sl_block {
        flex: 0 0 calc(118vw);
        height: calc(59.375vw);
        padding-right: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .gallery__main .gallery_sl .gallery_sl_track .gallery_sl_block {
        flex: 0 0 610px;
        height: 429px;
        padding-right: 50px;
    }
}
.gallery__main .gallery_sl .gallery_sl_track .gallery_sl_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-out;
}
.gallery__main .gallery_sl .gallery_sl_track .gallery_sl_block.active {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}
.gallery__main .gallery_sl .gallery_sl_track .gallery_sl_block.active img {
    box-shadow: 0 46px 25px -30px #171717;
}
.gallery__main .gallery_sl .gallery_sl_track .gallery_sl_block.visible {
    opacity: 1;
}
.gallery__main .gallery_sl .arr_l {
    bottom: 0;
}
@media only screen and (min-width: 320px) {
    .gallery__main .gallery_sl .arr_l {
        left: calc(50% - 90px);
    }
}
@media only screen and (min-width: 768px) {
    .gallery__main .gallery_sl .arr_l {
        left: 0;
    }
}
.gallery__main .gallery_sl .arr_r {
    bottom: 0;
}
@media only screen and (min-width: 320px) {
    .gallery__main .gallery_sl .arr_r {
        right: calc(50% - 90px);
    }
}
@media only screen and (min-width: 768px) {
    .gallery__main .gallery_sl .arr_r {
        left: 110px;
        right: auto;
    }
}
.schema {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .schema {
        padding: 60px 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .schema {
        padding: 100px 0 100px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .schema {
        padding: 210px 0 120px 0;
    }
}
.schema .container {
    position: relative;
    z-index: 2;
}
.schema__main {
    width: 100%;
    float: left;
}
@media only screen and (min-width: 1366px) {
    .schema__main {
        padding: 0 107px;
    }
}
.schema__main__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .schema__main__item {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .schema__main__item {
        justify-content: space-between;
        padding-top: 35px;
    }
}
@media only screen and (min-width: 320px) {
    .schema__main__item .schema_block_all {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .schema__main__item .schema_block_all {
        width: 650px;
    }
}
@media only screen and (min-width: 1200px) {
    .schema__main__item .schema_block_all {
        width: 550px;
    }
}
@media only screen and (min-width: 1366px) {
    .schema__main__item .schema_block_all {
        width: 550px;
    }
}
@media only screen and (min-width: 1600px) {
    .schema__main__item .schema_block_all {
        width: 650px;
    }
}
.schema__main__item .schema_block_all .schema_block {
    width: 100%;
    height: 220px;
    background-color: #fff;
    box-shadow: inset 5px 5px 8px 0 #afaba7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    border-radius: 3px;
    transition: 0.5s ease-out;
}
@media only screen and (min-width: 320px) {
    .schema__main__item .schema_block_all .schema_block {
        padding: 0 0 0 20px;
    }
}
@media only screen and (min-width: 768px) {
    .schema__main__item .schema_block_all .schema_block {
        padding: 0 50px 0 70px;
    }
}
.schema__main__item .schema_block_all .schema_block div {
    max-width: 440px;
    width: 100%;
}
.schema__main__item .schema_block_all .schema_block div:nth-child(1) p {
    margin-bottom: 20px;
}
.schema__main__item .schema_block_all .schema_block div h4 {
    padding-left: 50px;
    font-size: 18px;
    color: #56524f;
    font-family: 'HelveticaNeueCyr';
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}
.schema__main__item .schema_block_all .schema_block div h4 .min_ic {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.schema__main__item .schema_block_all .schema_block div h4 .min_ic iframe {
    border: none;
    width: 100%;
    height: 100%;
}
.schema__main__item .schema_block_all .schema_block div p {
    color: #867c75;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    line-height: 1.4;
}
@media only screen and (min-width: 320px) {
    .schema__main__item .schema_block_all .schema_block div p {
        font-size: 12px;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 560px) {
    .schema__main__item .schema_block_all .schema_block div p {
        font-size: 15px;
        padding-right: 0;
    }
}
.schema__main__item .schema_block_all .schema_block div .bolshe {
    font-size: 14px;
    text-transform: uppercase;
    color: #4a4a4a;
    font-family: 'HelveticaNeueCyr';
    font-weight: 400;
    position: relative;
    letter-spacing: 1.5px;
    margin: 20px 0 0 10px;
    cursor: pointer;
    z-index: 3;
}
.schema__main__item .schema_block_all .schema_block div .bolshe:before {
    content: '';
    display: block;
    width: 110%;
    height: 2px;
    background-color: #4a4a4a;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease-out;
}
.schema__main__item .schema_block_all .schema_block div .bolshe:hover:before {
    width: 0;
}
.schema__main__item .schema_block_all .schema_block .number {
    width: 60px;
    flex: 0 0 60px;
    overflow: hidden;
    font-size: 90px;
    color: #f5f0e9;
    font-family: 'HelveticaNeueCyr';
    font-weight: 600;
    text-shadow: 6px 6px 6px rgba(62, 61, 59, 0.3);
}
.schema__main__item .schema_block_all .schema_block .number span {
    display: table;
    margin-left: -70px;
    transition: 1s ease-out;
}
.schema__main__item .schema_block_all .schema_block .number_1.anime span {
    margin-left: 0;
}
.schema__main__item .schema_block_all .schema_block .number_2.anime span {
    margin-left: 0;
}
.schema__main__item .schema_block_all .schema_block .number_3.anime span {
    margin-left: 0;
}
.schema__main__item .schema_block_all .schema_block .number_4.anime span {
    margin-left: 0;
}
.schema__main__item .schema_block_all .schema_block .number_5.anime span {
    margin-left: 0;
}
.schema__main__item .schema_block_all .schema_block .number_6.anime span {
    margin-left: 0;
}
.forms {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .forms {
        padding: 60px 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .forms {
        padding: 100px 0 100px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .forms {
        padding: 130px 0 120px 0;
    }
}
.forms .container {
    position: relative;
    z-index: 2;
}
.forms__main {
    max-width: 1335px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .forms__main {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .forms__main {
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0 77px;
    }
}
.forms__main .forms_text {
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .forms__main .forms_text {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .forms__main .forms_text {
        width: 720px;
    }
}
@media only screen and (min-width: 1200px) {
    .forms__main .forms_text {
        width: 400px;
        margin: 40px 0 0 30px;
    }
}
.forms__main .forms_text h4 {
    color: #988f86;
    font-size: 14px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 250;
    display: table;
}
@media only screen and (min-width: 320px) {
    .forms__main .forms_text h4 {
        margin: 0 auto;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .forms__main .forms_text h4 {
        margin: 0;
        margin-bottom: 40px;
    }
}
.forms__main .forms_text h2 {
    display: table;
    text-align: left;
    text-transform: uppercase;
    color: #4e4f55;
    line-height: 1.3;
    font-family: 'HelveticaNeueCyr';
    font-weight: 600;
}
@media only screen and (min-width: 320px) {
    .forms__main .forms_text h2 {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .forms__main .forms_text h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .forms__main .forms_text h2 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 1200px) {
    .forms__main .forms_text h2 {
        text-align: left;
        float: left;
        margin: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 320px) {
    .forms__main .forms_text h2 br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .forms__main .forms_text h2 br {
        display: block;
    }
}
.forms__main .forms_text p {
    font-size: 19px;
    color: #4e4f55;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin-top: 30px;
    line-height: 1.3;
}
@media only screen and (min-width: 320px) {
    .forms__main .forms_text p br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .forms__main .forms_text p br {
        display: block;
    }
}
@media only screen and (min-width: 320px) {
    .forms__main .forms_img {
        width: 100%;
        display: block;
        position: relative;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .forms__main .forms_img {
        width: 460px;
        flex: 0 0 460px;
    }
}
@media only screen and (min-width: 1200px) {
    .forms__main .forms_img {
        width: 728px;
        flex: 0 0 728px;
        position: absolute;
        top: -70px;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 0;
    }
}
.forms__main .forms_block {
    width: 550px;
    height: 575px;
    background-color: #484643;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    position: relative;
    z-index: 2;
}
.forms__main .forms_block form {
    width: 290px;
}
.forms__main .forms_block form h2 {
    text-align: center;
    width: 100%;
    font-size: 25px;
    color: #f8f6f3;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin-bottom: 15px;
}
.forms__main .forms_block form p {
    text-align: center;
    width: 100%;
    font-size: 19px;
    color: #d4d4d4;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    margin-bottom: 35px;
}
.forms__main .forms_block form input {
    width: 290px;
    height: 64px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #b8b8b8;
    outline: none;
    text-align: center;
    font-size: 15px;
    color: #8d8d8d;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    margin-bottom: 25px;
}
.forms__main .forms_block form input::placeholder {
    font-size: 15px;
    color: #8d8d8d;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
}
.voprosy {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .voprosy {
        padding: 60px 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .voprosy {
        padding: 100px 0 100px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .voprosy {
        padding: 100px 0 60px 0;
    }
}
.voprosy .container {
    position: relative;
    z-index: 2;
}
.voprosy__main {
    width: 100%;
    float: left;
}
@media only screen and (min-width: 1200px) {
    .voprosy__main {
        padding: 0 107px;
    }
}
.voprosy__main__item {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .voprosy__main__item {
        padding-top: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .voprosy__main__item {
        padding-top: 100px;
    }
}
@media only screen and (min-width: 1600px) {
    .voprosy__main__item {
        padding-top: 120px;
    }
}
.voprosy__main__item .block_v {
    width: 100%;
    position: relative;
    transition: 0.4s ease-out;
    opacity: 0.8;
    border-bottom: 1px dashed  #525359;
}
@media only screen and (min-width: 320px) {
    .voprosy__main__item .block_v {
        height: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .voprosy__main__item .block_v {
        height: 130px;
    }
}
.voprosy__main__item .block_v#block_v_6 {
    border-bottom: none;
}
.voprosy__main__item .block_v .block_v_title {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .voprosy__main__item .block_v .block_v_title {
        height: 100px;
    }
}
@media only screen and (min-width: 992px) {
    .voprosy__main__item .block_v .block_v_title {
        height: 130px;
    }
}
.voprosy__main__item .block_v .block_v_title p {
    cursor: pointer;
    margin-top: 0;
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .voprosy__main__item .block_v .block_v_title p {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .voprosy__main__item .block_v .block_v_title p {
        padding-left: 200px;
    }
}
.voprosy__main__item .block_v .block_v_title p .span_1 {
    display: block;
    border-radius: 50%;
    border: 1px solid #525359;
    position: relative;
    transition: 0.4s ease-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0);
}
@media only screen and (min-width: 320px) {
    .voprosy__main__item .block_v .block_v_title p .span_1 {
        width: 30px;
        height: 30px;
        left: 0;
    }
}
@media only screen and (min-width: 992px) {
    .voprosy__main__item .block_v .block_v_title p .span_1 {
        width: 90px;
        height: 90px;
        left: 30px;
    }
}
.voprosy__main__item .block_v .block_v_title p .span_1:before {
    content: '';
    display: block;
    height: 1px;
    background-color: #525359;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .voprosy__main__item .block_v .block_v_title p .span_1:before {
        width: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .voprosy__main__item .block_v .block_v_title p .span_1:before {
        width: 40px;
    }
}
.voprosy__main__item .block_v .block_v_title p .span_1:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #525359;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: 0.4s ease-out;
}
@media only screen and (min-width: 320px) {
    .voprosy__main__item .block_v .block_v_title p .span_1:after {
        width: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .voprosy__main__item .block_v .block_v_title p .span_1:after {
        width: 40px;
    }
}
.voprosy__main__item .block_v .block_v_title p .span_2 {
    color: #525359;
    font-family: 'HelveticaNeueCyr';
    font-weight: 250;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .voprosy__main__item .block_v .block_v_title p .span_2 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .voprosy__main__item .block_v .block_v_title p .span_2 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1366px) {
    .voprosy__main__item .block_v .block_v_title p .span_2 {
        font-size: 31px;
    }
}
.voprosy__main__item .block_v .block_v_cont {
    color: #525359;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    transition: 0.4s ease-out;
    position: absolute;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
@media only screen and (min-width: 320px) {
    .voprosy__main__item .block_v .block_v_cont {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .voprosy__main__item .block_v .block_v_cont {
        font-size: 20px;
        width: 715px;
        margin-left: 205px;
        margin-bottom: 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .voprosy__main__item .block_v .block_v_cont {
        top: 130px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1366px) {
    .voprosy__main__item .block_v .block_v_cont {
        width: 755px;
        margin-left: 205px;
    }
}
.voprosy__main__item .block_v:hover {
    opacity: 1;
}
.voprosy__main__item .block_v:hover .block_v_title p .span_1 {
    transform: translateY(-50%) rotate(90deg);
}
.voprosy__main__item .block_v.active {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .voprosy__main__item .block_v.active .block_v_cont {
        position: relative;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
@media only screen and (min-width: 1200px) {
    .voprosy__main__item .block_v.active#block_v_1 {
        height: 210px;
    }
    .voprosy__main__item .block_v.active#block_v_2 {
        height: 300px;
    }
    .voprosy__main__item .block_v.active#block_v_3 {
        height: 240px;
    }
    .voprosy__main__item .block_v.active#block_v_4 {
        height: 240px;
    }
    .voprosy__main__item .block_v.active#block_v_5 {
        height: 330px;
    }
    .voprosy__main__item .block_v.active .block_v_cont {
        position: absolute;
        top: 100px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
@media only screen and (min-width: 1366px) {
    .voprosy__main__item .block_v.active#block_v_2 {
        height: 270px;
    }
}
@media only screen and (min-width: 1200px) {
    .voprosy__main__item .block_v.active .block_v_title p {
        margin-top: -70px;
    }
}
.voprosy__main__item .block_v.active .block_v_title p .span_1 {
    transform: translateY(-50%) rotate(90deg);
}
.voprosy__main__item .block_v.active .block_v_title p .span_1::before {
    height: 0;
}
.contacts {
    position: relative;
    padding: 70px 0 0 0;
}
.contacts:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    background-color: #a29b90;
    top: 160px;
    left: 0;
    z-index: -1;
}
@media only screen and (min-width: 320px) {
    .contacts:before {
        height: 90%;
    }
}
@media only screen and (min-width: 1200px) {
    .contacts:before {
        height: 780px;
    }
}
.contacts .container {
    position: relative;
    z-index: 2;
    display: flex;
}
@media only screen and (min-width: 320px) {
    .contacts .container {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .contacts .container {
        justify-content: flex-end;
        flex-wrap: nowrap;
        box-shadow: 0 105px 25px -100px rgba(0, 0, 0, 0.75);
    }
}
.contacts .potolok {
    width: 110%;
    z-index: 2;
}
.contacts .potolok .block_lamp_right {
    right: -45px;
}
.contacts .potolok .block_lamp_right .lampa_svet {
    opacity: 0.5;
}
.contacts__main {
    width: 560px;
    height: 758px;
    float: right;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 100px 120px 105px 120px;
    position: relative;
    background-color: #3e3d3b;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .contacts__main {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .contacts__main {
        display: block;
    }
}
.contacts__item {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .contacts__item {
        max-width: 550px;
        width: 100%;
        background-color: #3e3d3b;
        padding: 60px 5px 60px 5px;
        box-shadow: 0 105px 25px -100px rgba(0, 0, 0, 0.75);
    }
}
@media only screen and (min-width: 560px) {
    .contacts__item {
        padding: 130px 100px 105px 100px;
    }
}
@media only screen and (min-width: 768px) {
    .contacts__item {
        width: 560px;
    }
}
@media only screen and (min-width: 1200px) {
    .contacts__item {
        position: absolute;
        top: 0;
        right: 0;
        width: 560px;
        float: right;
        background-color: transparent;
        box-shadow: none;
    }
}
.contacts__item h2 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 30px;
    color: #f4f1ea;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
}
@media only screen and (min-width: 320px) {
    .contacts__item h2 {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .contacts__item h2 {
        margin-bottom: 60px;
    }
}
.contacts__item p, .contacts__item .a_cont {
    display: table;
    font-size: 19px;
    color: #a1a1a0;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin-bottom: 37px;
}
@media only screen and (min-width: 320px) {
    .contacts__item p, .contacts__item .a_cont {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .contacts__item p, .contacts__item .a_cont {
        width: auto;
    }
}
.contacts__item .a_cont {
    color: #a1a1a0;
    transition: 0.3s ease-out;
}
.contacts__item .a_cont:hover {
    color: #fff;
}
.contacts__item .f_ic_1, .contacts__item .f_ic_2, .contacts__item .f_ic_3 {
    position: relative;
    display: block;
    width: 100%;
}
.contacts__item .f_ic_1:after, .contacts__item .f_ic_2:after, .contacts__item .f_ic_3:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.contacts__item .f_ic_1:after {
    background: url(location.svg) 50% 50% no-repeat;
}
.contacts__item .f_ic_2:after {
    background: url(phone_f.svg) 50% 50% no-repeat;
}
.contacts__item .f_ic_3:after {
    background: url(sms.svg) 50% 50% no-repeat;
}
.contacts__item h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #f4f1ea;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    margin-bottom: 15px;
}
.contacts #google-map-container {
    z-index: 2;
    background-color: #fff;
}
@media only screen and (min-width: 320px) {
    .contacts #google-map-container {
        width: 100%;
        height: 450px;
        position: relative;
        z-index: 1;
    }
}
@media only screen and (min-width: 768px) {
    .contacts #google-map-container {
        height: 758px;
    }
}
@media only screen and (min-width: 1200px) {
    .contacts #google-map-container {
        width: calc(100% - 555px);
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
    }
}
.contacts #google-map-container .map, .contacts #google-map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
}
@media only screen and (min-width: 1200px) {
    .header:after {
        opacity: 0;
    }
    .header.anime:after {
        opacity: 1 !important;
    }
    .header__main:before {
        opacity: 0;
    }
    .header__main.anime:before {
        opacity: 1 !important;
    }
    .head_load_1, .head_load_2, .head_load_3, .head_load_4, .head_load_5, .head_load_6 {
        transition: 0.5s ease-out;
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
    .head_load_1.anime, .head_load_2.anime, .head_load_3.anime, .head_load_4.anime, .head_load_5.anime, .head_load_6.anime {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .head_polo_l {
        display: block;
        width: 1px;
        height: 0;
        position: absolute;
        z-index: 1;
        background-color: #7a7a7a;
        top: 0;
        left: 50%;
        opacity: 0.5;
        transition: 1.5s ease-out;
    }
    .head_polo_l.anime {
        height: 100%;
    }
    .head_polo_l.anime_too {
        left: 20%;
    }
    .head_polo_c {
        display: block;
        width: 1px;
        height: 0;
        position: absolute;
        z-index: 1;
        background-color: #7a7a7a;
        top: 0;
        left: 50%;
        opacity: 0.5;
        transition: 1.5s ease-out;
    }
    .head_polo_c.anime {
        height: 100%;
    }
    .head_polo_r {
        display: block;
        width: 1px;
        height: 0;
        position: absolute;
        z-index: 1;
        background-color: #7a7a7a;
        top: 0;
        left: 50%;
        opacity: 0.5;
        transition: 1.5s ease-out;
    }
    .head_polo_r.anime {
        height: 100%;
    }
    .head_polo_r.anime_too {
        left: 80%;
    }
    .cent {
        margin-top: 100px;
        transition: 2s ease-out;
    }
    .cent.anime {
        margin-top: 0;
    }
    .cent_svet_block {
        opacity: 0;
        transition: 1s ease-out;
    }
    .cent_svet_block.anime {
        opacity: 1;
    }
    .potolok .block_lamp_left {
        left: -320px;
        transition: 1.5s ease-out;
    }
    .potolok .block_lamp_right {
        right: -320px;
        transition: 1.5s ease-out;
    }
    .potolok .block_lamp_right_2 {
        right: -80px;
        transition: 1.5s ease-out;
    }
    .potolok .block_lamp_right.block_lamp_right_f {
        right: -320px;
    }
    @media only screen and (min-width: 1200px) {
        .potolok.scrolled .block_lamp_left {
            left: -50px;
        }
    }
    @media only screen and (min-width: 1768px) {
        .potolok.scrolled .block_lamp_left {
            left: -80px;
        }
    }
    @media only screen and (min-width: 1200px) {
        .potolok.scrolled .block_lamp_right {
            right: -30px;
        }
    }
    @media only screen and (min-width: 1768px) {
        .potolok.scrolled .block_lamp_right {
            right: -80px;
        }
    }
    .potolok.scrolled .block_lamp_right_2 {
        right: 330px;
    }
    @media only screen and (min-width: 1200px) {
        .potolok.scrolled .block_lamp_right.block_lamp_right_f {
            right: 55px;
        }
    }
    @media only screen and (min-width: 1366px) {
        .potolok.scrolled .block_lamp_right.block_lamp_right_f {
            right: 105px;
        }
    }
    @media only screen and (min-width: 1600px) {
        .potolok.scrolled .block_lamp_right.block_lamp_right_f {
            right: 115px;
        }
    }
    @media only screen and (min-width: 1768px) {
        .potolok.scrolled .block_lamp_right.block_lamp_right_f {
            right: -45px;
        }
    }
    .gallery_sl_1, .gallery_sl_2, .gallery_sl_3 {
        opacity: 0;
    }
    .gallery_sl_1.anime, .gallery_sl_2.anime, .gallery_sl_3.anime {
        opacity: 1;
    }
    .schema_block_1, .schema_block_2, .schema_block_3, .schema_block_4, .schema_block_5, .schema_block_6 {
        box-shadow: inset 0 0 0 0 #afaba7 !important;
    }
    .schema_block_1.anime, .schema_block_2.anime, .schema_block_3.anime, .schema_block_4.anime, .schema_block_5.anime, .schema_block_6.anime {
        box-shadow: inset 5px 5px 8px 0 #afaba7 !important;
    }
}
.footer {
    padding: 30px 0;
    background-color: #a29b90;
}
.footer .container {
    width: 100%;
    height: 100%;
}
.footer__main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
@media only screen and (min-width: 320px) {
    .footer__main {
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}
.footer__main .footer_left {
    width: 280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__main .footer_left .logo {
    width: 60px;
    height: 52px;
    background: url(logo.png) 50% 50% no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.footer__main .footer_left .logo img {
    width: 100%;
}
.footer__main .footer_left p {
    color: #eeebe4;
    font-size: 14px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    text-align: left;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_left p {
        width: 100%;
        margin: 30px 0;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main .footer_left p {
        width: auto;
        margin: 0;
    }
}
.footer__main .block_push-k {
}
.footer__main .block_push-k .creative{
    font-size: 14px;
    font-family: 'HelveticaNeueCyr';
}
.footer__main .block_push-k .creative a{
    font-size: 14px;
}
.footer__main .block_push-k a {
    color: #eeebe4;
    font-size: 10px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    margin-bottom: 10px;
    letter-spacing: 1.3px;
}
.footer__main .block_push-k .logo_push-k {
    width: 100px;
    height: 30px;
    background: url(logo_push-k.svg) 50% 50% no-repeat;
}
/*# sourceMappingURL=style.css.map */