@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');
@font-face {
    font-family: 'Ubuntu-Light';
    src: url('../fonts/Ubuntu-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Ubuntu-Bold';
    src: url('../fonts/Ubuntu-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Ubuntu-BoldItalic';
    src: url('../fonts/Ubuntu-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Ubuntu-Italic';
    src: url('../fonts/Ubuntu-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Ubuntu-LightItalic';
    src: url('../fonts/Ubuntu-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Ubuntu-Medium';
    src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Ubuntu-MediumItalic';
    src: url('../fonts/Ubuntu-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Ubuntu-Regular';
    src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'CoffeService';
    src: url('../fonts/9089.otf') format('truetype');
}
html {
    font-family: sans-serif;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type='checkbox'], input[type='radio'] {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role='button'] {
    cursor: pointer;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2px;
    padding-right: 3px;
}
@media (min-width: 768px) {
    .container {
        width: 725px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 945px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2px;
    padding-right: 3px;
}
.row {
    margin-left: -2px;
    margin-right: -3px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 3px;
    padding-right: 2px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1250px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: ' ';
    display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1250px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1250px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1250px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1250px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1250px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
html {
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 10px;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*, *::after, *::before {
    box-sizing: inherit;
}
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
template, [hidden] {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
}
optgroup {
    font-weight: bold;
}
button, input, select {
    overflow: visible;
}
button, input, select, textarea {
    margin: 0;
}
button, select {
    text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type='checkbox'], [type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
}
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
.btn {
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
}
.vertical-container {
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.vertical-inner {
    position: relative;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 99;
}
p {
    font-size: 1.6rem;
    line-height: 1.2;
    color: #2b2b2b;
    margin: 0;
    font-weight: 100;
    letter-spacing: 0.8px;
    font-family: 'Roboto', sans-serif;
}
h1 {
    font-size: 66.05px;
    font-weight: n;
    line-height: 1;
    color: #fff;
}
h2 {
    position: relative;
    color: #324047;
    text-align: center;
    margin: 0;
    margin-bottom: 60px;
    font-weight: 100;
    font-family: 'Ubuntu-Medium';
}
@media only screen and (min-width: 320px) {
    h2 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 768px) {
    h2 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) {
    h2 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1600px) {
    h2 {
        font-size: 55px;
    }
}
h2 img {
    position: absolute;
    top: 50%;
}
h2 .h2__line__left {
    left: 0;
}
@media only screen and (min-width: 320px) {
    h2 .h2__line__left {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    h2 .h2__line__left {
        max-width: 485px;
        width: 25%;
        display: block;
    }
}
@media only screen and (min-width: 1920px) {
    h2 .h2__line__left {
        max-width: 485px;
        width: 25%;
    }
}
h2 .h2__line__right {
    right: 0;
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media only screen and (min-width: 320px) {
    h2 .h2__line__right {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    h2 .h2__line__right {
        max-width: 485px;
        width: 25%;
        display: block;
    }
}
h2 span {
    position: relative;
    z-index: 2;
}
.befor_1:before {
    position: absolute;
    z-index: 1;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../images/funnel.png') no-repeat top center;
    margin: -38px 0 0 -57px;
    width: 148px;
    height: 136px;
}
@media only screen and (min-width: 320px) {
    .befor_1:before {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .befor_1:before {
        display: inline-block;
    }
}
h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    color: #2b2b2b;
    margin: 0;
    font-weight: 100;
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
}
h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 100;
    line-height: 1.2;
    color: #2b2b2b;
    margin: 0;
}
h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 100;
    line-height: 1.2;
    color: #2b2b2b;
    margin: 0;
}
h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 100;
    line-height: 1.2;
    color: #2b2b2b;
    margin: 0;
}
@media only screen and (min-width: 320px) {
    .container {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 768px) {
    .container {
        padding: 0;
    }
}
a {
    outline: none;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style-type: none;
}
body {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 0 !important;
}
.btn {
            transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
    outline: none;
}
.btn-orange {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #0d0d0d;
    background-image:    -moz-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
    background-image: -webkit-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
    background-image:     -ms-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
    box-shadow: 0 15px 18px 0 rgba(88, 75, 66, 0.44);
    width: 246px;
    height: 61px;
    z-index: 430;
    border-radius: 61px;
    font-size: 17px;
    color: #324047;
    font-family: 'Ubuntu-Medium';
}
@media only screen and (min-width: 320px) {
    .dex {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .dex {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .mob {
        display: none;
    }
}
.fancybox-margin {
    margin-right: 0 !important;
}
@media only screen and (min-width: 320px) {
    .header {
        height: auto;
        background: url('../images/header.jpg') no-repeat top center;
        background-size: cover;
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .header {
        max-height: 850px;
        height: 100%;
        background: url('../images/header.jpg') no-repeat top center fixed;
        height: 100vh;
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 320px) {
    .header .container {
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .header .container {
        max-width: 90%;
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .header .container {
        max-width: 80%;
        width: 100%;
    }
}
@media only screen and (min-width: 1600px) {
    .header .container {
        max-width: 1375px;
        width: 100%;
    }
}
.header .menu {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header .menu:before, .header .menu:after {
    display: none;
}
@media only screen and (min-width: 320px) {
    .header .menu {
        width: 90%;
    }
}
@media only screen and (min-width: 1200px) {
    .header .menu {
        width: 80%;
    }
}
@media only screen and (min-width: 1600px) {
    .header .menu {
        max-width: 1375px;
        width: 100%;
    }
}
@media only screen and (min-width: 320px) {
    .header .menu .top-left {
        width: 30%;
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .header .menu .top-left {
        width: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        float: left;
    }
}
@media only screen and (min-width: 320px) {
    .header .menu .top-left .logo {
        margin: 0;
        width: 95px;
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .header .menu .top-left .logo {
        width: 70%;
    }
}
@media only screen and (min-width: 1600px) {
    .header .menu .top-left .logo {
        width: auto;
    }
}
@media only screen and (min-width: 1920px) {
    .header .menu .top-left .logo {
        width: auto;
    }
}
.header .menu .top-left p {
    display: block;
    font-family: 'Ubuntu-Light';
    vertical-align: middle;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-left: -5px;
}
@media only screen and (min-width: 320px) {
    .header .menu .top-left p {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .header .menu .top-left p {
        display: block;
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .header .menu .top-left p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 320px) {
    .header .menu .top-right {
        width: auto;
    }
}
@media only screen and (min-width: 768px) {
    .header .menu .top-right {
        width: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.header .menu .top-right .phone {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .header .menu .top-right .phone {
        margin-right: 10px;
    }
}
@media only screen and (min-width: 1600px) {
    .header .menu .top-right .phone {
        margin-right: 37px;
    }
}
@media only screen and (min-width: 320px) {
    .header .menu .top-right .phone img {
        width: 35%;
    }
}
@media only screen and (min-width: 768px) {
    .header .menu .top-right .phone img {
        width: 82px;
    }
}
.header .menu .top-right .phone a {
    display: block;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-family: 'Ubuntu-Bold';
}
@media only screen and (min-width: 320px) {
    .header .menu .top-right .phone a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .header .menu .top-right .phone a {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1600px) {
    .header .menu .top-right .phone a {
        font-size: 20px;
    }
}
.header .menu .top-right .btn-orange {
    -webkit-box-shadow: 0 0 45px 0 #ffd170;
       -moz-box-shadow: 0 0 45px 0 #ffd170;
            box-shadow: 0 0 45px 0 #ffd170;
    background-image:    -moz-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
    background-image: -webkit-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
}
@media only screen and (min-width: 320px) {
    .header .menu .top-right .btn-orange {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .header .menu .top-right .btn-orange {
        display: block;
        display: flex;
        width: 170px;
        height: 50px;
        font-size: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .header .menu .top-right .btn-orange {
        width: 200px;
        height: 50px;
        font-size: 17px;
    }
}
@media only screen and (min-width: 1600px) {
    .header .menu .top-right .btn-orange {
        width: 246px;
        height: 61px;
    }
}
.header .container {
    width: 1400px;
}
@media only screen and (min-width: 320px) {
    .header .mid h1 {
        margin-top: 60px!important;
        font-size: 28px;
        text-align: center;
        line-height: 1.4;
    }
}
@media only screen and (min-width: 768px) {
    .header .mid h1 {
        font-size: 32px;
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    .header .mid h1 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .header .mid h1 {
        position: relative;
        margin-top: 96px!important;
        margin-bottom: 0!important;
        font-family: 'Ubuntu-Bold';
        font-size: 50px;
        line-height: 1;
    }
}
@media only screen and (min-width: 1600px) {
    .header .mid h1 {
        font-size: 66.05px;
    }
}
@media only screen and (min-width: 1200px) {
    .header .mid h1:before {
        content: url(../images/h1_line.png);
        position: absolute;
        top: 20px;
        left: -277px;
    }
}
@media only screen and (min-width: 320px) {
    .header .mid h2 {
        font-size: 22px;
        text-align: center;
        color: #fff;
        font-weight: 100;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 1.4;
        font-family: 'Ubuntu-Light';
    }
}
@media only screen and (min-width: 768px) {
    .header .mid h2 {
        text-align: left;
    }
}
@media only screen and (min-width: 1200px) {
    .header .mid h2 {
        line-height: 1;
    }
}
@media only screen and (min-width: 1600px) {
    .header .mid h2 {
        color: #fff;
        font-size: 26.76px;
        margin: 0;
        margin-top: 40px;
        font-family: 'Ubuntu-Light';
        font-weight: 100;
    }
}
@media only screen and (min-width: 320px) {
    .header .mid ul {
        display: block;
        width: 300px;
        float: none;
        margin: 0 auto;
        margin-top: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .header .mid ul {
        float: left;
        width: auto;
    }
}
@media only screen and (min-width: 320px) {
    .header .mid ul li {
        font-size: 15px;
        line-height: 1.6;
        position: relative;
        padding-left: 30px;
        color: #fff;
        font-family: 'Ubuntu-Medium';
    }
}
@media only screen and (min-width: 768px) {
    .header .mid ul li {
        line-height: 2.2;
        font-size: 16px;
        padding-left: 37px;
    }
}
@media only screen and (min-width: 1600px) {
    .header .mid ul li {
        font-size: 20px;
        line-height: 3;
        position: relative;
        padding-left: 57px;
        color: #fff;
        font-family: 'Ubuntu-Medium';
    }
}
@media only screen and (min-width: 320px) {
    .header .mid ul li:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -8px;
        border-radius: 50%;
        background-image:    -moz-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
        background-image: -webkit-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
        background-image:     -ms-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
        -webkit-box-shadow: 0 0 20px 0 #fecd6b;
           -moz-box-shadow: 0 0 20px 0 #fecd6b;
                box-shadow: 0 0 20px 0 #fecd6b;
        width: 16px;
        height: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .header .mid ul li:before {
        content: '';
        display: block;
        position: absolute;
        top: 17px;
        left: 0;
        border-radius: 50%;
        background-image:    -moz-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
        background-image: -webkit-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
        background-image:     -ms-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
        -webkit-box-shadow: 0 0 20px 0 #fecd6b;
           -moz-box-shadow: 0 0 20px 0 #fecd6b;
                box-shadow: 0 0 20px 0 #fecd6b;
        width: 19px;
        height: 19px;
    }
}
@media only screen and (min-width: 1600px) {
    .header .mid ul li:before {
        content: '';
        display: block;
        position: absolute;
        top: 19px;
        left: 0;
        border-radius: 50%;
        background-image:    -moz-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
        background-image: -webkit-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
        background-image:     -ms-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
        -webkit-box-shadow: 0 0 20px 0 #fecd6b;
           -moz-box-shadow: 0 0 20px 0 #fecd6b;
                box-shadow: 0 0 20px 0 #fecd6b;
        width: 24px;
        height: 24px;
    }
}
@media only screen and (min-width: 320px) {
    .header .mid .mobile_a {
        width: 100%;
        float: left;
        display: block;
        margin-top: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .header .mid .mobile_a {
        display: none;
    }
}
.header .mid .mobile_a a {
    display: flex;
    float: left;
    margin: 0;
    font-size: 16px;
    height: 50px;
}
@media only screen and (min-width: 320px) {
    .header .mid .mobile_a a {
        margin: 0 auto;
        float: none;
    }
}
@media only screen and (min-width: 768px) {
    .header .mid .mobile_a a {
        float: left;
        margin: 0;
    }
}
.header .down {
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -33.5px;
    z-index: 2;
            transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
}
@media only screen and (min-width: 320px) {
    .header .down {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .header .down {
        bottom: 30px;
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .header .down {
        bottom: 30px;
        display: block;
    }
}
@media only screen and (min-width: 1600px) {
    .header .down {
        bottom: 30px;
    }
}
.header .down:hover {
    bottom: 40px;
}
.up {
    position: fixed;
    bottom: 80px;
    right: 50px;
    z-index: 999;
    display: none;
}
@media only screen and (min-width: 320px) {
    .up {
        right: 0;
        bottom: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .up {
        right: 30px;
        bottom: 80px;
    }
}
@media only screen and (min-width: 320px) {
    .services {
        padding: 40px 0 0 0;
        background-color: #fefbf6;
    }
}
@media only screen and (min-width: 1200px) {
    .services {
        padding: 88px 0 138px 0;
    }
}
.services .container {
    max-width: 1920px;
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .services .services__block {
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        margin-top: 100px;
    }
}
@media only screen and (min-width: 768px) {
    .services .services__block {
        margin-top: 150px;
    }
}
@media only screen and (min-width: 1200px) {
    .services .services__block {
        display: flex;
        -webkit-flex-flow: nowrap;
        margin-top: 178px;
    }
}
.services .services__block .services__item {
    display: inline-block;
    vertical-align: top;
    max-width: 328px;
    width: 100%;
    margin: 0 10px;
    text-align: center;
    height: 372px;
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 320px) {
    .services .services__block .services__item {
        margin-bottom: 150px;
    }
}
@media only screen and (min-width: 768px) {
    .services .services__block .services__item {
        margin-bottom: 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .services .services__block .services__item {
        margin-bottom: 0;
    }
}
.services .services__block .services__item .services__main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.services .services__block .services__item .services__main .services__main__block {
    position: absolute;
    width: 100%;
    bottom: 55px;
}
@media only screen and (min-width: 320px) {
    .services .services__block .services__item .services__main .services__main__block img {
        max-width: 75%;
        width: auto;
        max-height: 215px;
    }
}
@media only screen and (min-width: 1600px) {
    .services .services__block .services__item .services__main .services__main__block img {
        max-width: initial;
        max-height: initial;
        width: auto;
        margin-top: -135px;
        max-height: 300px;
    }
}
@media only screen and (min-width: 320px) {
    .services .services__block .services__item .services__main .services__main__block h2 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        height: 80px;
    }
}
@media only screen and (min-width: 992px) {
    .services .services__block .services__item .services__main .services__main__block h2 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1200px) {
    .services .services__block .services__item .services__main .services__main__block h2 {
        font-size: 24px;
        margin: 25px 0 0 0;
    }
}
@media only screen and (min-width: 1600px) {
    .services .services__block .services__item .services__main .services__main__block h2 {
        font-size: 28px;
        margin: 25px 0 0 0;
        font-family: 'Ubuntu-Bold';
    }
}
.services .services__block .services__item .services__main .services__main__block a {
    margin: 0 auto;
}
@media only screen and (min-width: 320px) {
    .services .services__block .services__item .services__main .services__main__block a {
        max-width: 246px;
        width: 90%;
        height: 50px;
    }
}
@media only screen and (min-width: 1600px) {
    .services .services__block .services__item .services__main .services__main__block a {
        height: 61px;
    }
}
@media only screen and (min-width: 320px) {
    .services .services__block .services__item .services__bg {
        max-width: 328px;
        width: 100%;
        height: 372px;
        transition: all 0.5s ease;
        position: absolute;
        z-index: 1;
        background-color: #d4d7d8;
        border-radius: 20px;
        margin-top: -62.5px;
        height: 450px;
        box-shadow: 0 5px 33.95px 1.05px rgba(53, 53, 53, 0.26);
    }
}
@media only screen and (min-width: 992px) {
    .services .services__block .services__item .services__bg {
        margin-top: 0;
        height: 372px;
        box-shadow: none;
        background-color: none;
        background-image:    -moz-linear-gradient(90deg, #d3d6d7 0%, #f9f8f6 100%);
        background-image: -webkit-linear-gradient(90deg, #d3d6d7 0%, #f9f8f6 100%);
        background-image:     -ms-linear-gradient(90deg, #d3d6d7 0%, #f9f8f6 100%);
    }
}
@media only screen and (min-width: 992px) {
    .services .services__block .services__item:hover .services__bg {
        margin-top: -75px;
        height: 475px;
        -webkit-box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.35);
           -moz-box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.35);
                box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.35);
    }
}
@media only screen and (min-width: 320px) {
    .services .services__block #services__item__mb {
        margin-bottom: 50px;
    }
}
.reasons {
    padding: 40px 0 34px 0;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .reasons {
        background-color: rgba(0, 0, 0, 0.6);
        background: url(../images/reasons_fon_1200.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
}
@media only screen and (min-width: 1200px) {
    .reasons {
        background: url(../images/reasons_fon_img.jpg) 50% 50% no-repeat;
    }
}
@media only screen and (min-width: 320px) {
    .reasons h2 {
        text-align: left;
        color: #fff;
        margin-top: 5px;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        font-family: 'Ubuntu-Medium';
    }
}
@media only screen and (min-width: 320px) {
    .reasons h2 {
        text-align: center;
    }
    .reasons h2 br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .reasons h2 {
        font-size: 40px;
        text-align: left;
    }
    .reasons h2 br {
        display: block;
    }
}
@media only screen and (min-width: 1600px) {
    .reasons h2 {
        font-size: 55px;
    }
}
.reasons h2 .h2__line__right {
    top: 33%;
    right: -30px;
    width: 45%!important;
}
.reasons h2:before {
    display: none;
}
.reasons .container {
    max-width: 1920px;
    width: 100%;
}
@media only screen and (min-width: 992px) {
    .reasons .reasons__item {
        max-width: 80%;
        width: 100%;
        float: none;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1200px) {
    .reasons .reasons__item {
        max-width: 50%;
        width: 100%;
        padding-left: 10px;
        float: right;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 1600px) {
    .reasons .reasons__item {
        padding-right: 0;
    }
}
@media only screen and (min-width: 320px) {
    .reasons .reasons__item .reasons__main {
        width: 83%;
        margin-left: 15%;
    }
}
@media only screen and (min-width: 768px) {
    .reasons .reasons__item .reasons__main {
        width: 70%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1200px) {
    .reasons .reasons__item .reasons__main {
        width: auto;
        margin-left: 110px;
    }
}
.reasons .reasons__item .reasons__main .reasons__block {
    max-width: 550px;
    position: relative;
    width: 100%;
    margin-bottom: 27px;
}
@media only screen and (min-width: 320px) {
    .reasons .reasons__item .reasons__main .reasons__block {
        max-width: 100%;
        width: 100%;
        margin-bottom: 27px;
    }
    .reasons .reasons__item .reasons__main .reasons__block:before {
        position: absolute;
        font-family: 'CoffeService';
        font-size: 40px;
        color: #ffce78;
        line-height: 1;
        top: 0;
        left: -50px;
        width: 50px;
        background: -webkit-linear-gradient(#ffda7a, #f9b248);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .reasons .reasons__item .reasons__main .reasons__block:nth-child(1):before {
        content: '01';
        top: 0;
        margin-top: 0;
    }
    .reasons .reasons__item .reasons__main .reasons__block:nth-child(2):before {
        content: '02';
        top: 0;
        margin-top: 0;
    }
    .reasons .reasons__item .reasons__main .reasons__block:nth-child(3):before {
        content: '03';
        top: 0;
        margin-top: 0;
    }
    .reasons .reasons__item .reasons__main .reasons__block:nth-child(4):before {
        content: '04';
        top: 0;
        margin-top: 0;
    }
    .reasons .reasons__item .reasons__main .reasons__block:nth-child(5):before {
        content: '05';
        top: 0;
        margin-top: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .reasons .reasons__item .reasons__main .reasons__block:before {
        font-size: 80px;
        left: -113px;
        width: 100px;
    }
    .reasons .reasons__item .reasons__main .reasons__block:nth-child(1):before {
        content: '01';
        top: 25px;
    }
    .reasons .reasons__item .reasons__main .reasons__block:nth-child(2):before {
        content: '02';
        top: 8px;
    }
    .reasons .reasons__item .reasons__main .reasons__block:nth-child(3):before {
        content: '03';
        top: -9px;
    }
    .reasons .reasons__item .reasons__main .reasons__block:nth-child(4):before {
        content: '04';
        top: -10px;
    }
    .reasons .reasons__item .reasons__main .reasons__block:nth-child(5):before {
        content: '05';
        top: -5px;
    }
}
@media only screen and (min-width: 320px) {
    .reasons .reasons__item .reasons__main p {
        color: #ffce78;
        font-family: 'Ubuntu-Medium';
        font-size: 18px;
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 992px) {
    .reasons .reasons__item .reasons__main p {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1600px) {
    .reasons .reasons__item .reasons__main p {
        font-size: 25px;
    }
}
@media only screen and (min-width: 320px) {
    .reasons .reasons__item .reasons__main span {
        color: #fff;
        font-family: 'Ubuntu-Light';
        font-size: 14px;
    }
}
@media only screen and (min-width: 1600px) {
    .reasons .reasons__item .reasons__main span {
        font-size: 17px;
    }
}
@media only screen and (min-width: 320px) {
    .effects {
        padding: 40px 0 40px 0;
        background-color: #fefbf6;
        position: relative;
    }
}
@media only screen and (min-width: 1200px) {
    .effects {
        padding: 90px 0 127px 0;
    }
}
.effects .container {
    max-width: 1920px;
    width: 100%;
}
.effects h2 {
    margin-bottom: 68px;
}
@media only screen and (min-width: 320px) {
    .effects .effects__div__bg {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .effects .effects__div__bg {
        display: block;
        width: 100%;
        height: 82px;
        top: 43%;
        z-index: 1;
        background-image:    -moz-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
        background-image: -webkit-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
        background-image:     -ms-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
        box-shadow: 0 15px 35px 0 rgba(113, 107, 108, 0.43);
        position: absolute;
    }
}
@media only screen and (min-width: 320px) {
    .effects .effects__item {
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        margin-top: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .effects .effects__item {
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2;
        margin-top: 100px;
    }
}
@media only screen and (min-width: 320px) {
    .effects .effects__item .effects__main {
        width: 292px;
        text-align: center;
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .effects .effects__item .effects__main {
        margin-bottom: 0;
    }
}
.effects .effects__item .effects__main h3 {
    font-size: 22px;
    color: #324047;
    margin: 22px 0;
    font-family: 'Ubuntu-Medium';
}
.effects .effects__item .effects__main p {
    font-size: 17px;
    color: #324047;
    font-family: 'Ubuntu-Light';
}
@media only screen and (min-width: 320px) {
    .effects .effects__item #effects__main__mb {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 320px) {
    .consultation {
        padding: 0 0 50px 0;
        background-color: #fefbf6;
        position: relative;
    }
}
@media only screen and (min-width: 1200px) {
    .consultation {
        padding: 0 0 100px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .consultation {
        padding: 0 0 175px 0;
    }
}
.consultation .container {
    max-width: 1920px;
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .consultation .consultation_fon {
        position: absolute;
        width: 97%;
        height: 100%;
        overflow: hidden;
    }
}
@media only screen and (min-width: 768px) {
    .consultation .consultation_fon {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}
@media only screen and (min-width: 320px) {
    .consultation .consultation_fon .consultation_fon_1 {
        position: absolute;
        top: 600px;
        left: -70px;
        width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    .consultation .consultation_fon .consultation_fon_1 {
        width: 30%;
        top: 450px;
        left: -120px;
    }
}
@media only screen and (min-width: 1600px) {
    .consultation .consultation_fon .consultation_fon_1 {
        top: 300px;
        left: -420px;
    }
}
@media only screen and (min-width: 320px) {
    .consultation .consultation_fon .consultation_fon_2 {
        position: absolute;
        right: -70px;
        bottom: -90%;
        width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    .consultation .consultation_fon .consultation_fon_2 {
        width: 30%;
        bottom: -150px;
    }
}
@media only screen and (min-width: 1600px) {
    .consultation .consultation_fon .consultation_fon_2 {
        right: -350px;
        bottom: -300px;
    }
}
@media only screen and (min-width: 320px) {
    .consultation .container__item {
        width: 98%;
        position: relative;
        margin: 0 auto;
        z-index: 1;
        border: 10px solid #ffc464;
        padding: 85px 0;
    }
}
@media only screen and (min-width: 768px) {
    .consultation .container__item {
        width: 80%;
    }
}
@media only screen and (min-width: 1200px) {
    .consultation .container__item {
        width: 800px;
    }
}
@media only screen and (min-width: 1600px) {
    .consultation .container__item {
        width: 1000px;
        position: relative;
        margin: 0 auto;
        z-index: 1;
        border: 10px solid #ffc464;
        padding: 85px 0;
    }
}
.consultation .container__item img {
    position: absolute;
}
@media only screen and (min-width: 320px) {
    .consultation .container__item .consultation_dimar {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .consultation .container__item .consultation_dimar {
        display: block;
        max-width: 322px;
        width: 30%;
        top: -48px;
        left: -94px;
    }
}
@media only screen and (min-width: 992px) {
    .consultation .container__item .consultation_dimar {
        left: -124px;
    }
}
@media only screen and (min-width: 1600px) {
    .consultation .container__item .consultation_dimar {
        max-width: 322px;
        width: 100%;
        top: -88px;
        left: -174px;
    }
}
@media only screen and (min-width: 320px) {
    .consultation .container__item .consultation_phone {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .consultation .container__item .consultation_phone {
        display: block;
        max-width: 370px;
        width: 30%;
        bottom: 0;
        right: -75px;
    }
}
@media only screen and (min-width: 1600px) {
    .consultation .container__item .consultation_phone {
        max-width: 370px;
        width: 100%;
        bottom: 0;
        right: -125px;
    }
}
@media only screen and (min-width: 1200px) {
    .consultation .container__item .container__main h2 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1600px) {
    .consultation .container__item .container__main h2 {
        font-size: 50px;
    }
}
@media only screen and (min-width: 320px) {
    .consultation .container__item .container__main form {
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .consultation .container__item .container__main form {
        width: 360px;
    }
}
@media only screen and (min-width: 320px) {
    .consultation .container__item .container__main form input {
        display: block;
        outline: none;
        font-size: 18px;
        max-width: 360px;
        width: 90%;
        padding: 0 33px;
        margin: 0 auto;
        margin-bottom: 20px;
        height: 45px;
        border-radius: 55px;
        background-color: #e7e0df;
        border: 3px solid #f6d263;
        font-family: 'Ubuntu-Light';
    }
}
@media only screen and (min-width: 768px) {
    .consultation .container__item .container__main form input {
        outline: none;
        font-size: 18px;
        width: 100%;
        padding: 0 33px;
        margin-bottom: 20px;
        height: 55px;
        border-radius: 55px;
        background-color: #e7e0df;
        border: 3px solid #f6d263;
        font-family: 'Ubuntu-Light';
    }
}
@media only screen and (min-width: 320px) {
    .consultation .container__item .container__main form button {
        max-width: 360px;
        width: 90%;
        outline: none;
        margin: 0 auto;
        border: none;
        height: 50px;
    }
}
@media only screen and (min-width: 768px) {
    .consultation .container__item .container__main form button {
        width: 100%;
        height: 61px;
    }
}
.why {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .why {
        padding: 50px 0 50px 0;
        background: url(../images/why_fon_1200.jpg) 50% 20% no-repeat;
    }
}
@media only screen and (min-width: 1200px) {
    .why {
        padding: 130px 0 85px 0;
        background: url(../images/why_fon.jpg) 50% 50% no-repeat;
    }
}
@media only screen and (min-width: 320px) {
    .why h2 {
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
        font-family: 'Ubuntu-Medium';
    }
}
@media only screen and (min-width: 1200px) {
    .why h2 {
        padding-right: 200px;
    }
}
@media only screen and (min-width: 1600px) {
    .why h2 {
        width: auto;
        font-size: 55px;
        text-align: right;
        padding-right: 70px;
    }
}
.why h2:before {
    display: none;
}
@media only screen and (min-width: 320px) {
    .why h2 img {
        top: 50%;
        width: 40%;
        margin-top: -4.5%;
        margin-left: -50px;
    }
}
@media only screen and (min-width: 1200px) {
    .why h2 img {
        top: 40%;
        margin-top: -4%;
        margin-left: -30%;
    }
}
@media only screen and (min-width: 1600px) {
    .why h2 img {
        width: auto;
        margin-top: -4.5%;
        margin-left: -10%;
    }
}
.why .container {
    max-width: 1920px;
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .why .why__item {
        max-width: 100%;
        width: 100%;
        float: none;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1200px) {
    .why .why__item {
        max-width: 55%;
        width: 100%;
        float: left;
        padding-left: 8%;
    }
}
@media only screen and (min-width: 1600px) {
    .why .why__item {
        max-width: 47%;
        width: 100%;
        float: left;
        padding-left: 0;
    }
}
@media only screen and (min-width: 320px) {
    .why .why__item .why__main {
        width: 83%;
        margin-left: 15%;
        float: none;
    }
}
@media only screen and (min-width: 768px) {
    .why .why__item .why__main {
        width: 70%;
    }
}
@media only screen and (min-width: 1600px) {
    .why .why__item .why__main {
        width: auto;
        float: right;
    }
}
@media only screen and (min-width: 320px) {
    .why .why__item .why__main .why__block {
        max-width: 100%;
        width: 100%;
        position: relative;
        margin-bottom: 15px;
    }
    .why .why__item .why__main .why__block:before {
        position: absolute;
        font-family: 'CoffeService';
        font-size: 80px;
        color: #ffce78;
        line-height: 1;
        top: 50%;
        left: -40px;
        content: '';
        display: block;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-image:    -moz-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
        background-image: -webkit-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
        background-image:     -ms-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
        -webkit-box-shadow: 0 0 50px 0 #fecd6b;
           -moz-box-shadow: 0 0 50px 0 #fecd6b;
                box-shadow: 0 0 50px 0 #fecd6b;
    }
}
@media only screen and (min-width: 1200px) {
    .why .why__item .why__main .why__block:before {
        margin-top: -14px;
        width: 28px;
        height: 28px;
        left: -80px;
    }
}
@media only screen and (min-width: 1200px) {
    .why .why__item .why__main {
        max-width: 550px;
        width: 100%;
        position: relative;
        margin-bottom: 35px;
    }
}
@media only screen and (min-width: 320px) {
    .why .why__item .why__main p {
        color: #ffce78;
        font-family: 'Ubuntu-Medium';
        font-size: 18px;
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 992px) {
    .why .why__item .why__main p {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1600px) {
    .why .why__item .why__main p {
        font-size: 25px;
    }
}
@media only screen and (min-width: 320px) {
    .why .why__item .why__main span {
        font-size: 14px;
        line-height: 1;
        color: #fff;
        font-family: 'Ubuntu-Light';
    }
}
@media only screen and (min-width: 1600px) {
    .why .why__item .why__main span {
        font-size: 17px;
    }
}
@media only screen and (min-width: 320px) {
    .set {
        padding: 50px 0 0 0;
        background-color: #fefbf6;
        position: relative;
        overflow: hidden;
    }
}
@media only screen and (min-width: 1200px) {
    .set {
        padding: 118px 0 140px 0;
    }
}
.set .container {
    max-width: 1920px;
    width: 100%;
}
.set .set_fon_1 {
    position: absolute;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .set .set_fon_1_left {
        width: 30%;
        left: -109px;
        top: 1050px;
    }
}
@media only screen and (min-width: 768px) {
    .set .set_fon_1_left {
        left: -179px;
    }
}
@media only screen and (min-width: 992px) {
    .set .set_fon_1_left {
        top: 550px;
        width: 30%;
    }
}
@media only screen and (min-width: 1200px) {
    .set .set_fon_1_left {
        width: auto;
        top: 245px;
    }
}
@media only screen and (min-width: 320px) {
    .set .set_fon_1_right {
        width: 50%;
        top: 1300px;
        right: -213px;
    }
}
@media only screen and (min-width: 992px) {
    .set .set_fon_1_right {
        top: 1000px;
        width: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .set .set_fon_1_right {
        width: auto;
        top: 300px;
    }
}
@media only screen and (min-width: 320px) {
    .set .set__item {
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        margin-top: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .set .set__item {
        max-width: 1330px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2;
        margin-top: 100px;
    }
}
@media only screen and (min-width: 320px) {
    .set .set__item .set__main {
        position: relative;
        z-index: 2;
        max-width: 400px;
        width: 100%;
        text-align: center;
        background-color: #fff;
        border: 4px solid #fdc45f;
        padding: 17px 17px 50px 17px;
        box-shadow: 0 24px 40px 0 rgba(32, 19, 11, 0.29);
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .set .set__item .set__main {
        margin-bottom: 0;
    }
}
.set .set__item .set__main img {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .set .set__item .set__main h3 {
        font-size: 20px;
        color: #324047;
        margin: 15px 0;
        font-family: 'Ubuntu-Medium';
    }
}
@media only screen and (min-width: 992px) {
    .set .set__item .set__main h3 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 320px) {
    .set .set__item .set__main p {
        font-size: 16px;
        color: #324047;
        margin-bottom: 5px;
        font-family: 'Ubuntu-Light';
    }
}
@media only screen and (min-width: 992px) {
    .set .set__item .set__main p {
        font-size: 18px;
    }
}
.set .set__item .set__main span {
    font-size: 14px;
    color: #324047;
    font-weight: bold;
    font-family: 'Ubuntu-LightItalic';
}
@media only screen and (min-width: 320px) {
    .specialist {
        padding: 50px 0;
        background: url(../images/specialist_fon.jpg) 50% 50% no-repeat;
        background-size: cover;
        position: relative;
    }
}
@media only screen and (min-width: 1200px) {
    .specialist {
        padding: 100px 0 185px 0;
    }
}
.specialist .container {
    max-width: 1920px;
    width: 100%;
}
.specialist .item {
    position: absolute;
    -webkit-transform: none;
            transform: none;
    transition: 0s transform;
}
@media only screen and (min-width: 320px) {
    .specialist .specialist_dim {
        width: 70%;
        position: absolute;
        top: 0;
        left: -25%;
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .specialist .specialist_dim {
        display: inline-block;
        top: 20%;
    }
}
@media only screen and (min-width: 992px) {
    .specialist .specialist_dim {
        top: 10%;
    }
}
@media only screen and (min-width: 1600px) {
    .specialist .specialist_dim {
        width: auto;
        top: 0;
        left: -300px;
    }
}
@media only screen and (min-width: 320px) {
    .specialist .specialist__item {
        width: 90%;
        position: relative;
        margin: 0 auto;
        z-index: 1;
        border: 10px solid #ffc464;
        padding: 85px 0;
    }
}
@media only screen and (min-width: 768px) {
    .specialist .specialist__item {
        width: 80%;
    }
}
@media only screen and (min-width: 1200px) {
    .specialist .specialist__item {
        width: 830px;
    }
}
@media only screen and (min-width: 1600px) {
    .specialist .specialist__item {
        position: relative;
        left: 12%;
        z-index: 1;
        border: 10px solid #ffc464;
        padding: 80px 0;
    }
}
@media only screen and (min-width: 320px) {
    .specialist .specialist__item img {
        position: absolute;
        width: 43%;
        top: -100px;
        left: -200px;
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .specialist .specialist__item img {
        width: 37%;
        top: -2%;
        left: -100px;
        display: inline-block;
    }
}
@media only screen and (min-width: 992px) {
    .specialist .specialist__item img {
        top: -17%;
    }
}
@media only screen and (min-width: 1600px) {
    .specialist .specialist__item img {
        width: auto;
        top: -203px;
        left: -270px;
    }
}
@media only screen and (min-width: 320px) {
    .specialist .specialist__item .specialist__main {
        width: 100%;
        float: none;
        margin-left: 0;
        margin: 0 auto;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .specialist .specialist__item .specialist__main {
        width: 390px;
    }
}
@media only screen and (min-width: 1600px) {
    .specialist .specialist__item .specialist__main {
        width: 360px;
       /* margin-left: 175px;*/
        text-align: center;
        width: auto;
        top: -203px;
        left: -270px;
    }
}
@media only screen and (min-width: 320px) {
    .specialist .specialist__item .specialist__main h2 {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .specialist .specialist__item .specialist__main h2 {
        font-size: 40px;
        font-family: 'Ubuntu-Medium';
        line-height: 1;
    }
}
@media only screen and (min-width: 1600px) {
    .specialist .specialist__item .specialist__main h2 {
        font-size: 39px;
    }
}
@media only screen and (min-width: 320px) {
    .specialist .specialist__item .specialist__main h2 span {
        text-transform: uppercase;
        font-family: 'Ubuntu-Bold';
    }
}
@media only screen and (min-width: 768px) {
    .specialist .specialist__item .specialist__main h2 span {
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .specialist .specialist__item .specialist__main h2 span {
        font-size: 34.43px;
    }
}
@media only screen and (min-width: 320px) {
    .specialist .specialist__item .specialist__main p {
        max-width: 360px;
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        color: #324047;
        margin-bottom: 20px;
        font-family: 'Ubuntu-Light';
    }
}
@media only screen and (min-width: 768px) {
    .specialist .specialist__item .specialist__main p {
        width: 360px;
        font-size: 16.5px;
    }
}
@media only screen and (min-width: 320px) {
    .specialist .specialist__item .specialist__main p br {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .specialist .specialist__item .specialist__main p br {
        display: block;
    }
}
@media only screen and (min-width: 320px) {
    .specialist .specialist__item .specialist__main form {
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .specialist .specialist__item .specialist__main form {
        width: 360px;
    }
}
@media only screen and (min-width: 320px) {
    .specialist .specialist__item .specialist__main form input {
        display: block;
        outline: none;
        font-size: 18px;
        max-width: 360px;
        width: 90%;
        padding: 0 33px;
        margin: 0 auto;
        margin-bottom: 20px;
        height: 45px;
        border-radius: 55px;
        background-color: #e7e0df;
        border: 3px solid #f6d263;
        font-family: 'Ubuntu-Light';
    }
}
@media only screen and (min-width: 768px) {
    .specialist .specialist__item .specialist__main form input {
        outline: none;
        font-size: 18px;
        width: 100%;
        padding: 0 33px;
        margin-bottom: 20px;
        height: 55px;
        border-radius: 55px;
        background-color: #e7e0df;
        border: 3px solid #f6d263;
        font-family: 'Ubuntu-Light';
    }
}
@media only screen and (min-width: 320px) {
    .specialist .specialist__item .specialist__main form button {
        max-width: 360px;
        width: 90%;
        outline: none;
        margin: 0 auto;
        border: none;
        height: 50px;
    }
}
@media only screen and (min-width: 768px) {
    .specialist .specialist__item .specialist__main form button {
        width: 100%;
        height: 61px;
    }
}
@media only screen and (min-width: 320px) {
    .answer {
        padding: 50px 0;
        background: url(../images/answer_fon.jpg) no-repeat fixed;
        position: relative;
        background-position: 80% 50%;
        overflow: hidden;
    }
}
@media only screen and (min-width: 1200px) {
    .answer {
        padding: 115px 0 115px 0;
    }
}
.answer .container {
    max-width: 1920px;
    width: 100%;
    padding: 0 10px;
}
.answer .answer_fon_2 {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.answer h2 {
    overflow-x: hidden;
    color: #fff;
    margin-bottom: 55px;
    z-index: 2;
}
.answer h2:before {
    display: none;
}
.answer h2 .h2__line__left {
    left: -100px;
}
.answer h2 .h2__line__right {
    right: -100px;
}
.answer .accordion > .card {
    overflow: visible;
}
.answer .accordion {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    min-height: 440px;
    height: 100%;
    position: relative;
    z-index: 2;
}
.answer .accordion .card {
    background-color: transparent;
    border: none;
}
@media only screen and (min-width: 320px) {
    .answer .accordion .card .card-header {
        height: 48px;
        padding: 0;
        margin-top: 15px;
        border: none;
        background-color: rgba(0, 0, 0, 0);
    }
}
@media only screen and (min-width: 768px) {
    .answer .accordion .card .card-header {
        height: 61px;
    }
}
@media only screen and (min-width: 320px) {
    .answer .accordion .card .card-header button {
        display: flex;
        align-items: center;
        width: 100%;
        height: 48px;
        border-radius: 61px;
        background-image:    -moz-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
        background-image: -webkit-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
        background-image:     -ms-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
        box-shadow: 0 10px 12px 0 rgba(88, 75, 66, 0.2);
        transition: all 0.3s ease;
        outline: none;
        border: none;
    }
}
@media only screen and (min-width: 768px) {
    .answer .accordion .card .card-header button {
        height: 61px;
    }
}
@media only screen and (min-width: 320px) {
    .answer .accordion .card .card-header button span {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        padding-left: 15%;
        font-family: 'Ubuntu-Regular';
    }
}
@media only screen and (min-width: 768px) {
    .answer .accordion .card .card-header button span {
        font-size: 20px;
        padding-left: 10%;
    }
}
.answer .accordion .card .card-header button.collapsed {
    background: #dbdad6;
    box-shadow: none;
}
@media only screen and (min-width: 320px) {
    .answer .accordion .card .card-header button:before {
        position: absolute;
        content: '-';
        font-size: 30px;
        color: #57636b;
        line-height: 0.5;
        float: left;
        display: block;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        border: 4px solid #57636b;
        transition: all 0.5s;
        margin: 0 0 0 10px;
        font-family: 'Ubuntu-Regular';
    }
}
@media only screen and (min-width: 768px) {
    .answer .accordion .card .card-header button:before {
        margin: 0 55px 0 40px;
    }
}
.answer .accordion .card .card-header button.collapsed:before {
    position: absolute;
    width: 26px;
    height: 26px;
    display: block;
    content: '+';
    font-size: 30px;
    color: #57636b;
    line-height: 0.5;
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
}
@media only screen and (min-width: 320px) {
    .answer .accordion .card .card-body {
        width: 85%;
        padding: 20px 2.5%;
        margin: 0 auto;
        min-height: 385px;
        height: 100%;
        display: flex;
        align-items: center;
        border-radius: 0 0 20px 20px;
        margin-top: 1px;
        background-color: rgba(255, 255, 255, 0.7);
    }
}
@media only screen and (min-width: 768px) {
    .answer .accordion .card .card-body {
        width: 90%;
        min-height: 250px;
    }
}
@media only screen and (min-width: 992px) {
    .answer .accordion .card .card-body {
        width: 95%;
        padding: 0 2.5%;
        min-height: 210px;
    }
}
.answer .accordion .card .card-body .card-body-w {
    width: 90%;
    margin: 0 auto;
}
@media only screen and (min-width: 320px) {
    .answer .accordion .card .card-body .card-body-w p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1;
        font-family: 'Ubuntu-Regular';
    }
}
@media only screen and (min-width: 768px) {
    .answer .accordion .card .card-body .card-body-w p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .answer .accordion .card .card-body .card-body-w p {
        font-size: 17.33px;
    }
}
@media only screen and (min-width: 320px) {
    .answer .accordion .card .card-body .card-body-w ul li {
        list-style-type: disc;
        font-size: 14px;
        padding-left: 30px;
        margin-left: 20px;
        margin-bottom: 10px;
        line-height: 1;
        font-family: 'Ubuntu-Regular';
    }
}
@media only screen and (min-width: 768px) {
    .answer .accordion .card .card-body .card-body-w ul li {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .answer .accordion .card .card-body .card-body-w ul li {
        font-size: 17.33px;
    }
}
@media only screen and (min-width: 320px) {
    .order {
        padding: 50px 0 0 0;
        background-color: #fefbf6;
        position: relative;
        overflow: hidden;
    }
}
@media only screen and (min-width: 1200px) {
    .order {
        padding: 100px 0;
    }
}
.order .container {
    max-width: 1920px;
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .order .order_fon_1 {
        position: absolute;
        width: 30%;
        left: 0;
        top: 90%;
    }
}
@media only screen and (min-width: 992px) {
    .order .order_fon_1 {
        width: auto;
        top: 1500px;
    }
}
@media only screen and (min-width: 1200px) {
    .order .order_fon_1 {
        top: 800px;
    }
}
@media only screen and (min-width: 320px) {
    .order .order_fon_2 {
        position: absolute;
        width: 30%;
        right: 0;
        top: 120%;
    }
}
@media only screen and (min-width: 992px) {
    .order .order_fon_2 {
        width: auto;
        top: 1500px;
    }
}
@media only screen and (min-width: 1200px) {
    .order .order_fon_2 {
        top: 1200px;
    }
}
.order h2 {
    margin-bottom: 85px;
}
@media only screen and (min-width: 320px) {
    .order .order__div__bg {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .order .order__div__bg {
        display: block;
        width: 100%;
        height: 82px;
        top: 41.5%;
        z-index: 1;
        background-image:    -moz-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
        background-image: -webkit-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
        background-image:     -ms-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
        box-shadow: 0 15px 35px 0 rgba(113, 107, 108, 0.43);
        position: absolute;
    }
}
@media only screen and (min-width: 320px) {
    .order .order__item {
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        margin-top: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .order .order__item {
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2;
        margin-top: 100px;
    }
}
@media only screen and (min-width: 320px) {
    .order .order__item .arrows {
        width: 25px;
        height: 24px;
        margin-top: 10.5%;
        display: none;
    }
}
@media only screen and (min-width: 1600px) {
    .order .order__item .arrows {
        display: block;
    }
}
.order .order__item .order__main {
    width: 292px;
    height: 530px;
    text-align: center;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .order .order__item .order__main {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .order .order__item .order__main {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 320px) {
    .order .order__item .order__main:nth-child(1) img {
        width: 70%;
        margin: 100px 0 0 4px;
    }
}
@media only screen and (min-width: 1600px) {
    .order .order__item .order__main:nth-child(1) img {
        width: auto;
        margin: 62px 0 0 43px;
    }
}
@media only screen and (min-width: 320px) {
    .order .order__item .order__main:nth-child(3) img {
        width: 70%;
        margin: 145px 0 0 65px;
    }
}
@media only screen and (min-width: 1600px) {
    .order .order__item .order__main:nth-child(3) img {
        width: auto;
        margin: 145px 0 0 75px;
    }
}
@media only screen and (min-width: 320px) {
    .order .order__item .order__main:nth-child(5) img {
        width: 70%;
        margin: 146px 0 0 45px;
    }
}
@media only screen and (min-width: 1600px) {
    .order .order__item .order__main:nth-child(5) img {
        width: auto;
        margin: 114px 0 0 55px;
    }
}
@media only screen and (min-width: 320px) {
    .order .order__item .order__main:nth-child(7) img {
        width: 70%;
        margin: 30px 0 0 50px;
    }
}
@media only screen and (min-width: 1600px) {
    .order .order__item .order__main:nth-child(7) img {
        width: auto;
        margin: 30px 0 0 120px;
    }
}
.order .order__item .order__main:before {
    position: absolute;
    font-family: 'CoffeService';
    font-size: 148px;
    color: #ffce78;
    line-height: 1;
    top: -10px;
    width: 150px;
    background: -webkit-linear-gradient(#ffda7a, #f9b248);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.order .order__item .order__main:nth-child(1):before {
    content: '1';
    left: -30px;
}
.order .order__item .order__main:nth-child(3):before {
    content: '2';
    left: -30px;
}
.order .order__item .order__main:nth-child(5):before {
    content: '3';
    left: -50px;
}
.order .order__item .order__main:nth-child(7):before {
    content: '4';
    left: -50px;
}
.order .order__item .order__main .order_main_img {
    width: 295px;
    height: 295px;
    border-radius: 50%;
    background-image:    -moz-linear-gradient(4deg, #6b6a6a 1%, #a5a5a5 100%);
    background-image: -webkit-linear-gradient(4deg, #6b6a6a 1%, #a5a5a5 100%);
    background-image:     -ms-linear-gradient(4deg, #6b6a6a 1%, #a5a5a5 100%);
    box-shadow: inset 0 29px 46px 0 rgba(32, 32, 32, 0.47);
}
.order .order__item .order__main h3 {
    font-size: 22px;
    color: #324047;
    margin: 55px 0 25px 0;
    font-family: 'Ubuntu-Medium';
}
.order .order__item .order__main p {
    font-size: 17px;
    color: #324047;
    font-family: 'Ubuntu-Light';
}
.order .order__item .order__main .btn-orange {
    position: absolute;
    bottom: 0;
    margin-left: 23.5px;
}
@media only screen and (min-width: 320px) {
    .order .order__item #order__main__mb {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 {
        padding: 50px 0;
        background: url(../images/slider_1_fon_2.jpg) no-repeat fixed;
        position: relative;
        overflow: hidden;
        z-index: 2;
    }
}
@media only screen and (min-width: 1200px) {
    .slider_1 {
        padding: 70px 0 135px 0;
    }
}
.slider_1 .container {
    max-width: 1920px;
    width: 100%;
}
.slider_1 .slider_1_fon_1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .slider_1 h2 {
        color: #fff;
        text-align: center;
        padding-right: 0;
        margin-bottom: 50px;
        z-index: 2;
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 h2 {
        text-align: right;
        padding-right: 125px;
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 h2 img {
        max-width: 875px;
        width: 100%;
        left: inherit;
        right: 1000px;
    }
}
@media only screen and (min-width: 1200px) {
    .slider_1 h2 img {
        max-width: 875px;
        width: 100%;
        left: inherit;
        right: 750px;
    }
}
@media only screen and (min-width: 1600px) {
    .slider_1 h2 img {
        max-width: 875px;
        width: 100%;
        left: inherit;
        right: 1000px;
    }
}
.slider_1 h2:before {
    display: none;
}
@media only screen and (min-width: 320px) {
    .slider_1 .slider_1_item {
        width: 320px;
        margin: 0;
        margin: 0 auto;
        float: none;
        position: relative;
        z-index: 2;
    }
}
@media only screen and (min-width: 1200px) {
    .slider_1 .slider_1_item {
        float: left;
        margin: 95px 0 0 55px;
    }
}
@media only screen and (min-width: 1600px) {
    .slider_1 .slider_1_item {
        width: 390px;
        margin: 64px 0 0 55px;
    }
}
.slider_1 .slider_1_item .slider_1_main {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .slider_1 .slider_1_item .slider_1_main:nth-child(1) span {
        margin-top: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .slider_1 .slider_1_item .slider_1_main:nth-child(1) span {
        margin-top: 12px;
    }
}
@media only screen and (min-width: 1600px) {
    .slider_1 .slider_1_item .slider_1_main:nth-child(1) span {
        margin-top: 35px;
    }
}
.slider_1 .slider_1_item .slider_1_main p {
    font-family: 'Ubuntu-Bold';
    font-weight: bold;
    line-height: 100px;
    display: block;
    float: left;
    color: #ffce78;
    line-height: 1;
    background: -webkit-linear-gradient(#ffda7a, #f9b248);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 320px) {
    .slider_1 .slider_1_item .slider_1_main p {
        font-size: 40px;
        height: 40px;
        margin-right: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .slider_1_item .slider_1_main p {
        font-size: 70px;
        height: 70px;
    }
}
@media only screen and (min-width: 1600px) {
    .slider_1 .slider_1_item .slider_1_main p {
        font-size: 100px;
        height: 100px;
    }
}
.slider_1 .slider_1_item .slider_1_main span {
    float: left;
    font-family: 'Ubuntu-Bold';
    font-weight: bold;
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 320px) {
    .slider_1 .slider_1_item .slider_1_main span {
        font-size: 14px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .slider_1_item .slider_1_main span {
        font-size: 17px;
        margin-top: 5px;
    }
}
@media only screen and (min-width: 1600px) {
    .slider_1 .slider_1_item .slider_1_main span {
        font-size: 20px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 .be_af {
        position: absolute;
        font-family: 'Ubuntu-Bold';
        color: #ffa800;
        z-index: 3;
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .be_af {
        opacity: 0.3;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.7);
        z-index: 0;
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 .slide_1_before {
        width: 100%;
        text-align: center;
        top: 0;
        left: 0;
        font-size: 30px;
        text-transform: uppercase;
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .slide_1_before {
        width: auto;
        top: 361px;
        left: 70px;
        font-size: 70px;
        text-transform: none;
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 .slide_1_after {
        width: 100%;
        text-align: center;
        top: 300px;
        left: 0;
        font-size: 30px;
        text-transform: uppercase;
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .slide_1_after {
        width: auto;
        top: 11px;
        left: 410px;
        font-size: 70px;
        text-transform: none;
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 .sl__slide__1__all {
        max-width: 350px;
        width: 100%;
        height: 635px;
        margin-left: 0;
        margin: 0 auto;
        float: none;
        position: relative;
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .sl__slide__1__all {
        max-width: 740px;
        width: 100%;
        height: 460px;
    }
}
@media only screen and (min-width: 1200px) {
    .slider_1 .sl__slide__1__all {
        margin-left: 7%;
        float: left;
    }
}
@media only screen and (min-width: 1600px) {
    .slider_1 .sl__slide__1__all {
        margin-left: 18.9%;
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 {
        width: 90%;
        height: 635px;
        position: relative;
        float: none;
        margin: 0 auto;
        z-index: 2;
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 {
        padding-top: 50px;
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 {
        width: 740px;
        height: 460px;
        padding-left: 70px;
        padding-top: 0;
        float: left;
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .slick-list {
        height: 635px;
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .slick-list {
        height: 460px;
    }
}
.slider_1 .sl__slide__1__all .sl__slide__1 .sl__slide__1__slide {
    outline: none;
}
@media only screen and (min-width: 320px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .sl__slide__1__slide img {
        width: 345px;
        height: 380px;
        object-fit: cover;
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .sl__slide__1__slide__img {
        max-width: 345px;
        width: 100%;
        height: 260px;
        padding: 0;
        float: none;
        margin: 0 auto;
        transition: all 800ms ease;
        margin-top: -50%;
        opacity: 0;
        overflow: hidden;
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .sl__slide__1__slide__img {
        width: 345px;
        height: 380px;
        float: left;
        transition: all 800ms ease;
        opacity: 0;
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .sl__slide__1__main {
        max-width: 345px;
        width: 100%;
        height: 260px;
        padding: 0;
        margin: 0 auto;
        right: initial;
        position: absolute;
        color: #4f4f50;
        margin-top: 0;
        transition: all 800ms ease;
        opacity: 0;
        z-index: 2;
        overflow: hidden;
        right: 0;
        bottom: 0;
        left: 0;
        top: 0;
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .sl__slide__1__main {
        width: 345px;
        height: 380px;
        right: 0;
        margin-top: 0;
        margin-top: 80px;
        position: absolute;
        color: #4f4f50;
        transition: all 800ms ease;
        margin-right: -50%;
        opacity: 0;
        z-index: 2;
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .slick-current .sl__slide__1__slide__img {
        opacity: 1;
        margin-top: 0;
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .slick-current .sl__slide__1__main {
        opacity: 1;
        margin: 0 auto;
        margin-top: 300px;
        right: 0;
        bottom: 0;
        left: 0;
        top: 0;
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .slick-current .sl__slide__1__main {
        opacity: 1;
        margin-right: 0;
        margin-top: 80px;
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .slick-prev {
        top: 276px;
        left: -2%;
        z-index: 2;
        width: 28px;
        height: 10px;
        background: url(../images/slider_arrow.png);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .slick-prev {
        top: 70px;
        left: 1px;
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .slick-next {
        top: 276px;
        right: -2%;
        z-index: 2;
        width: 28px;
        height: 10px;
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg);
        background: url(../images/slider_arrow.png);
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .slick-next {
        top: 307px;
        left: 1px;
        right: initial;
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
        background: url(../images/slider_arrow.png);
    }
}
.slider_1 .sl__slide__1__all .sl__slide__1 .slick-prev:before {
    width: 28px;
    height: 10px;
    content: '';
}
.slider_1 .sl__slide__1__all .sl__slide__1 .slick-next:before {
    width: 28px;
    height: 10px;
    content: '';
}
@media only screen and (min-width: 320px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .slick-dots {
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        height: 50px;
        padding: 0;
        margin: 0;
        left: 0;
        top: 265px;
        list-style: none;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .slick-dots {
        width: 30px;
        height: 100%;
        top: 115px;
    }
}
.slider_1 .sl__slide__1__all .sl__slide__1 .slick-dots li {
    width: 5px;
    height: 5px;
}
.slider_1 .sl__slide__1__all .sl__slide__1 .slick-dots li button {
    transition: border-color 0.3s ease;
}
.slider_1 .sl__slide__1__all .sl__slide__1 .slick-dots li button:before {
    content: '';
    width: 4px;
    height: 4px;
    background: none;
    border-radius: 50%;
    opacity: 1;
    margin: 9px 0 0 0;
    background-color: #aeb8c6;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 320px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .slick-dots .slick-active button:before {
        width: 9px;
        height: 9px;
        margin: 6.5px 0 0 -2px;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0 0 30px 0 #ffd787;
           -moz-box-shadow: 0 0 30px 0 #ffd787;
                box-shadow: 0 0 30px 0 #ffd787;
        background-image:    -moz-linear-gradient(90deg, #f3c065 0%, #f5d88d 100%);
        background-image: -webkit-linear-gradient(90deg, #f3c065 0%, #f5d88d 100%);
        background-image:     -ms-linear-gradient(90deg, #f3c065 0%, #f5d88d 100%);
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .sl__slide__1__all .sl__slide__1 .slick-dots .slick-active button:before {
        margin: 7px 0 0 -2px;
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 .sl__slide__1__all .sl__slide__1__number {
        width: 90px;
        height: 50px;
        font-size: 48px;
        line-height: 2.75;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        margin-top: 560px;
        z-index: 3;
        color: #43474f;
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .sl__slide__1__all .sl__slide__1__number {
        width: 100px;
        top: 400px;
        left: 410px;
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 .sl__slide__1__all .sl__slide__1__number #cp1 {
        float: left;
        color: #fff;
        font-size: 48px;
        line-height: 2.75;
        line-height: 1.2;
        font-family: 'Ubuntu-Bold';
        text-shadow: 4px 4px 8px rgba(32, 19, 7, 0.35);
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .sl__slide__1__all .sl__slide__1__number #cp1 {
        color: #43474f;
    }
}
@media only screen and (min-width: 320px) {
    .slider_1 .sl__slide__1__all .sl__slide__1__number p {
        color: #fff;
        float: left;
        margin-top: 32px;
        margin-left: 5px;
        font-family: 'Ubuntu-Regular';
    }
}
@media only screen and (min-width: 768px) {
    .slider_1 .sl__slide__1__all .sl__slide__1__number p {
        color: #43474f;
        margin-top: 28px;
    }
}
@media only screen and (min-width: 320px) {
    .slider_2 {
        padding: 50px 0 50px 0;
        background-color: #fefbf6;
        background-size: cover;
        position: relative;
    }
}
@media only screen and (min-width: 1200px) {
    .slider_2 {
        padding: 100px 0 135px 0;
    }
}
.slider_2 .container {
    max-width: 1920px;
    width: 100%;
}
.slider_2 .slider_2_img {
    width: 100%;
    height: 100%;
    margin-top: -100px;
    position: absolute;
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_img {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_img {
        display: block;
    }
}
.slider_2 .clients_fon {
    position: absolute;
    z-index: 1;
}
.slider_2 .clients_fon_left {
    top: 700px;
    left: -375px;
}
@media only screen and (min-width: 320px) {
    .slider_2 .clients_fon_left {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .clients_fon_left {
        display: inline-block;
    }
}
.slider_2 .clients_fon_right {
    top: 1300px;
    right: -460px;
}
@media only screen and (min-width: 320px) {
    .slider_2 .clients_fon_right {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .clients_fon_right {
        display: inline-block;
    }
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item {
        width: 100%;
        height: 860px;
        padding: 45px 0 0 0;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        border: 10px solid #ffca6f;
        background-color: #fefbf6;
    }
}
@media only screen and (min-width: 768px) {
    .slider_2 .slider_2_item {
        width: 90%;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_item {
        height: 595px;
    }
}
@media only screen and (min-width: 1200px) {
    .slider_2 .slider_2_item {
        width: 990px;
        height: 595px;
        padding: 45px 0 0 140px;
    }
}
.slider_2 .slider_2_item h2 {
    margin-bottom: 50px;
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item h2 {
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) {
    .slider_2 .slider_2_item h2 {
        text-align: left;
        float: left;
    }
}
.slider_2 .slider_2_item .clients_1_img {
    position: absolute;
    z-index: 2;
    top: -222px;
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .clients_1_img {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .slider_2 .slider_2_item .clients_1_img {
        display: inline-block;
        width: 220px;
        right: 0;
        top: -122px;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_item .clients_1_img {
        width: 280px;
        top: -222px;
    }
}
@media only screen and (min-width: 1600px) {
    .slider_2 .slider_2_item .clients_1_img {
        width: auto;
        right: -187px;
    }
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .slider_2_item_2 {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
        top: initial;
        left: 0;
        bottom: 10px;
        background-color: #fefbf6;
        position: absolute;
        line-height: 1;
        color: #c3c4c1;
        text-align: center;
        font-family: 'Ubuntu-Bold';
    }
}
@media only screen and (min-width: 768px) {
    .slider_2 .slider_2_item .slider_2_item_2 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .slider_2 .slider_2_item .slider_2_item_2 {
        width: auto;
        text-align: right;
        top: 250px;
        left: -100px;
        bottom: initial;
    }
}
@media only screen and (min-width: 1600px) {
    .slider_2 .slider_2_item .slider_2_item_2 {
        text-align: right;
        padding: 20px 0;
        font-size: 49.86px;
        top: 225px;
        left: -290px;
    }
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .slider_2_item_2 br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .slider_2 .slider_2_item .slider_2_item_2 br {
        display: block;
    }
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .sl__slide__2__all {
        width: 100%;
        height: 630px;
        position: relative;
        float: none;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .slider_2 .slider_2_item .sl__slide__2__all {
        width: 80%;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_item .sl__slide__2__all {
        width: 670px;
        height: 270px;
    }
}
@media only screen and (min-width: 1200px) {
    .slider_2 .slider_2_item .sl__slide__2__all {
        width: 770px;
        float: left;
    }
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 {
        width: 100%;
        height: 630px;
        position: relative;
        z-index: 3;
        margin: 0 auto;
        float: none;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 {
        width: 735px;
        height: 270px;
    }
}
@media only screen and (min-width: 1200px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 {
        width: 770px;
        float: left;
        padding-left: 35px;
        margin-left: -35px;
    }
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__slide {
        outline: none;
        overflow: hidden;
        height: 630px;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__slide {
        outline: none;
        overflow: hidden;
        height: 300px;
    }
}
.slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__slide__img {
        width: 180px;
        height: 260px;
        float: none;
        margin: 0 auto;
        transition: all 800ms ease;
        margin-top: -50%;
        opacity: 0;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__slide__img {
        float: left;
    }
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main {
        width: 100%;
        height: 300px;
        right: 0;
        position: absolute;
        color: #4f4f50;
        transition: all 800ms ease;
        margin-right: -50%;
        opacity: 0;
        z-index: 2;
        top: 300px;
    }
}
@media only screen and (min-width: 768px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main {
        height: 260px;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main {
        width: 555px;
        right: 0;
        top: 0;
    }
}
.slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2 {
    height: 60px;
    position: absolute;
    z-index: 2;
    border-radius: 0 30px 30px 0;
    background-image:    -moz-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
    background-image: -webkit-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
    background-image:     -ms-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
    box-shadow: 0 15px 18px 0 rgba(88, 75, 66, 0.44);
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2 {
        width: 100%;
        border-radius: 0 0 0 0;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2 {
        width: 90%;
        border-radius: 0 30px 30px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2 {
        width: 100%;
    }
}
.slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2 h3 {
    color: #37454c;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50%;
    margin: 0;
    padding-left: 28px;
    font-family: 'Ubuntu-Regular';
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2 h3 {
        font-size: 16px;
        height: 40%;
    }
}
@media only screen and (min-width: 768px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2 h3 {
        height: 50%;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2 h3 {
        height: 50%;
        font-size: 20px;
    }
}
.slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2 h4 {
    color: #37454c;
    text-align: left;
    font-size: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50%;
    margin: 0;
    padding-left: 28px;
    font-family: 'Ubuntu-Regular';
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2 h4 {
        font-size: 14px;
        height: 60%;
    }
}
@media only screen and (min-width: 768px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2 h4 {
        height: 50%;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2 h4 {
        font-size: 20px;
        height: 50%;
    }
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2_2 {
        width: 100%;
        height: 100%;
        padding: 100px 20px 0 20px;
        box-shadow: 0 7px 41.71px 1.29px rgba(39, 33, 31, 0.32);
        background-color: rgba(255, 255, 255, 0.9);
        background: rgba(255, 255, 255, 0.9);
        color: rgba(255, 255, 255, 0.9);
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2_2 {
        width: 480px;
        height: 100%;
        padding: 100px 0 0 28px;
    }
}
@media only screen and (min-width: 1200px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2_2 {
        width: 530px;
    }
}
.slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2_2 p {
    color: #37454c;
    font-family: 'Ubuntu-Regular';
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2_2 p {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2_2 p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .sl__slide__2__main .slide_2_main_2_2 p {
        font-size: 17.33px;
    }
}
.slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-current .sl__slide__2__slide__img {
    opacity: 1;
    margin-top: 0;
}
.slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-current .sl__slide__2__main {
    opacity: 1;
    margin-right: 0;
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-prev {
        top: 275px;
        left: 15%;
        z-index: 2;
        width: 28px;
        height: 10px;
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
        background: url(../images/slider_arrow.png);
    }
}
@media only screen and (min-width: 768px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-prev {
        left: 20%;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-prev {
        top: 60px;
        left: -39px;
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
@media only screen and (min-width: 1200px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-prev {
        left: 1px;
    }
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-next {
        top: 275px;
        right: 15%;
        z-index: 2;
        width: 28px;
        height: 10px;
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg);
        background: url(../images/slider_arrow.png);
    }
}
@media only screen and (min-width: 768px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-next {
        right: 20%;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-next {
        top: 190px;
        left: -39px;
        right: initial;
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
@media only screen and (min-width: 1200px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-next {
        left: 1px;
    }
}
.slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-prev:before {
    width: 28px;
    height: 10px;
    content: '';
}
.slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-next:before {
    width: 28px;
    height: 10px;
    content: '';
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-dots {
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        height: 30px;
        padding: 0;
        margin: 0;
        left: 0;
        top: 265px;
        list-style: none;
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-dots {
        display: block;
        width: auto;
        width: 30px;
        height: 80px;
        padding: 0;
        margin: 0;
        left: -40px;
        top: 80px;
    }
}
@media only screen and (min-width: 1200px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-dots {
        left: 0;
    }
}
.slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-dots li button {
    transition: border-color 0.3s ease;
}
.slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-dots li button:before {
    content: '';
    width: 6px;
    height: 6px;
    background: none;
    border-radius: 50%;
    opacity: 1;
    margin: 7px 0 0 7px;
    background-color: #aeb8c6;
    transition: all 0.3s ease;
}
.slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2 .slick-dots .slick-active button:before {
    width: 16px;
    margin: 2px 0 0 2px;
    height: 16px;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 30px 0 #ffd787;
       -moz-box-shadow: 0 0 30px 0 #ffd787;
            box-shadow: 0 0 30px 0 #ffd787;
    background-image:    -moz-linear-gradient(90deg, #f3c065 0%, #f5d88d 100%);
    background-image: -webkit-linear-gradient(90deg, #f3c065 0%, #f5d88d 100%);
    background-image:     -ms-linear-gradient(90deg, #f3c065 0%, #f5d88d 100%);
}
.slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2__number {
    float: left;
    width: 100px;
    height: 50px;
    font-size: 48px;
    line-height: 2.75;
    position: absolute;
    z-index: 3;
    color: #43474f;
}
@media only screen and (min-width: 320px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2__number {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        margin-top: 540px;
    }
}
@media only screen and (min-width: 768px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2__number {
        margin-top: 500px;
    }
}
@media only screen and (min-width: 992px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2__number {
        top: 67%;
        left: 210px;
        margin: 0;
    }
}
@media only screen and (min-width: 1600px) {
    .slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2__number {
        top: 75%;
    }
}
.slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2__number #cp2 {
    float: left;
    color: #43474f;
    font-size: 48px;
    line-height: 2.75;
    line-height: 1.2;
    font-family: 'Ubuntu-Bold';
    background: -webkit-linear-gradient(#ffda7a, #f9b248);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slider_2 .slider_2_item .sl__slide__2__all .sl__slide__2__number p {
    float: left;
    margin-top: 20px;
    margin-left: 5px;
    font-size: 24px;
    color: #43474f;
    font-family: 'Ubuntu-Regular';
}
.additional {
    padding: 100px 0 50px 0!important;
    background-color: #fefbf6;
    position: relative;
}
.additional .container {
    max-width: 1920px;
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .additional .additional_fon {
        display: none;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 1600px;
    }
}
@media only screen and (min-width: 768px) {
    .additional .additional_fon {
        display: inline-block;
    }
}
.additional h2 {
    width: 50%;
    margin-top: -100px;
    margin-bottom: 0;
}
.additional h2 .h2__line__left {
    width: 40%;
}
@media only screen and (min-width: 320px) {
    .additional h2 {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .additional h2 {
        width: 50%;
        text-align: right;
    }
}
.additional h2:after {
    content: 'Кладка и ремонт:';
    position: absolute;
    right: 0;
    font-family: 'Ubuntu-Regular';
}
@media only screen and (min-width: 320px) {
    .additional h2:after {
        width: 100%;
        text-align: center;
        top: 25px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .additional h2:after {
        font-size: 20px;
        width: auto;
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    .additional h2:after {
        top: 75px;
        font-size: 25px;
    }
}
.additional .h2__line__left {
    left: -120px;
}
.additional .additional_item {
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 320px) {
    .additional .additional_item {
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        padding: 50px 0 0 0;
    }
}
@media only screen and (min-width: 992px) {
    .additional .additional_item {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .additional .additional_item {
        width: 95%;
        margin: 0 auto;
        display: flex;
        -webkit-flex-flow: none;
        justify-content: none;
        flex-wrap: nowrap;
    }
}
@media only screen and (min-width: 1600px) {
    .additional .additional_item {
        width: 95%;
    }
}
@media only screen and (min-width: 320px) {
    .additional .additional_item .additional_block {
        max-width: 280px;
        width: 100%;
        height: 450px;
        margin: 0 0 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .additional .additional_item .additional_block {
        max-width: 355px;
        width: 20%;
        margin: 0 10px;
    }
}
@media only screen and (min-width: 1600px) {
    .additional .additional_item .additional_block {
        height: 590px;
    }
}
.additional .additional_item .additional_block .additional_main {
    width: 100%;
    max-width: 360px;
    transition: all 0.5s ease;
    padding: 20px;
    border-radius: 20px;
    background-color: #e6eaeb;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 33.95px 1.05px rgba(53, 53, 53, 0.26);
}
@media only screen and (min-width: 320px) {
    .additional .additional_item .additional_block .additional_main {
        height: 450px;
        background-color: #d4d7d8;
    }
}
@media only screen and (min-width: 992px) {
    .additional .additional_item .additional_block .additional_main {
        background-color: #e6eaeb;
    }
}
@media only screen and (min-width: 1600px) {
    .additional .additional_item .additional_block .additional_main {
        height: 590px;
    }
}
.additional .additional_item .additional_block .additional_main img {
    width: 100%;
    max-height: 400px;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
@media only screen and (min-width: 320px) {
    .additional .additional_item .additional_block .additional_main img {
        max-height: 270px;
    }
}
@media only screen and (min-width: 1600px) {
    .additional .additional_item .additional_block .additional_main img {
        max-height: 400px;
    }
}
@media only screen and (min-width: 320px) {
    .additional .additional_item .additional_block .additional_main .additional_main_text {
        display: block;
        height: 75px;
        transition: all 0.5s ease;
    }
}
@media only screen and (min-width: 1200px) {
    .additional .additional_item .additional_block .additional_main .additional_main_text {
        height: 100px;
    }
}
@media only screen and (min-width: 1600px) {
    .additional .additional_item .additional_block .additional_main .additional_main_text {
        height: 140px;
    }
}
.additional .additional_item .additional_block .additional_main h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    height: 140px;
    margin: 0;
    color: #324047;
    transition: all 0.5s ease;
    font-family: 'Ubuntu-Bold';
}
@media only screen and (min-width: 320px) {
    .additional .additional_item .additional_block .additional_main h3 {
        font-size: 20px;
        height: 75px;
    }
}
@media only screen and (min-width: 1600px) {
    .additional .additional_item .additional_block .additional_main h3 {
        font-size: 28px;
        height: 140px;
    }
}
@media only screen and (min-width: 320px) {
    .additional .additional_item .additional_block .additional_main a {
        max-width: 246px;
        width: 100%;
        margin: 0 auto;
        transition: all 0.5s ease;
        opacity: 1;
        height: 50px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .additional .additional_item .additional_block .additional_main a {
        opacity: 0;
        height: 61px;
    }
}
@media only screen and (min-width: 1600px) {
    .additional .additional_item .additional_block .additional_main a {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1600px) {
    .additional .additional_item .additional_block .additional_main:hover {
        max-width: 122%;
        width: 122%;
        height: 690px;
        margin-top: -60px;
        margin: -50px 0 0 -11%;
        z-index: 2;
    }
}
@media only screen and (min-width: 1600px) {
    .additional .additional_item .additional_block .additional_main:hover img {
        max-height: 480px;
        height: 100%;
    }
}
.additional .additional_item .additional_block .additional_main:hover .additional_main_text {
    display: block;
    height: 75px;
}
.additional .additional_item .additional_block .additional_main:hover h3 {
    height: 75px;
}
.additional .additional_item .additional_block .additional_main:hover a {
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .additional .additional_item .additional_block .additional_main:hover a {
        height: 50px;
    }
}
@media only screen and (min-width: 1600px) {
    .additional .additional_item .additional_block .additional_main:hover a {
        height: 61px;
    }
}
@media only screen and (min-width: 320px) {
    .additional .additional_text {
        width: 90%;
        margin: 0 auto;
        float: none;
    }
}
@media only screen and (min-width: 768px) {
    .additional .additional_text {
        width: 50%;
        float: right;
        margin: 0;
    }
}
.additional .additional_text p {
    color: #324047;
    position: relative;
    margin-bottom: 20px;
    font-size: 23px;
    font-family: 'Ubuntu-Regular';
}
@media only screen and (min-width: 320px) {
    .additional .additional_text p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .additional .additional_text p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .additional .additional_text p {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .additional .additional_text p {
        font-size: 23px;
    }
}
@media only screen and (min-width: 320px) {
    .additional .additional_text p:before {
        position: absolute;
        color: #ffce78;
        line-height: 1;
        top: 50%;
        margin-top: -7px;
        left: -25px;
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-image:    -moz-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
        background-image: -webkit-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
        background-image:     -ms-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
    }
}
@media only screen and (min-width: 992px) {
    .additional .additional_text p:before {
        width: 28px;
        height: 28px;
        margin-top: -14px;
        left: -45px;
    }
}
.contacts {
    padding: 110px 0;
    background: url(../images/contacts_fon_2.jpg) no-repeat fixed;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: 0 100%;
    z-index: 2;
}
.contacts .container {
    max-width: 1920px;
    width: 100%;
}
.contacts .slider_1_fon_1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 320px) {
    .contacts .contacts_item {
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        width: 90%;
        padding: 20px;
        height: auto;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.4);
        background: rgba(0, 0, 0, 0.4);
        color: rgba(0, 0, 0, 0.4);
    }
}
@media only screen and (min-width: 768px) {
    .contacts .contacts_item {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: nowrap;
    }
}
@media only screen and (min-width: 1200px) {
    .contacts .contacts_item {
        width: 1170px;
        height: 580px;
        padding: 0;
    }
}
@media only screen and (min-width: 320px) {
    .contacts .contacts_item .contacts_main {
        max-width: 300px;
        width: 100%;
        height: 100%;
        float: left;
    }
}
@media only screen and (min-width: 1200px) {
    .contacts .contacts_item .contacts_main {
        max-width: 435px;
        width: 100%;
        height: 380px;
        float: left;
    }
}
@media only screen and (min-width: 320px) {
    .contacts .contacts_item .contacts_main h2 {
        font-size: 20px;
        margin: 0;
        text-align: left;
        margin-bottom: 50px;
        color: #fff;
        font-family: 'Ubuntu-Bold';
    }
}
@media only screen and (min-width: 768px) {
    .contacts .contacts_item .contacts_main h2 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 992px) {
    .contacts .contacts_item .contacts_main h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .contacts .contacts_item .contacts_main h2 {
        font-size: 40px;
    }
}
.contacts .contacts_item .contacts_main .contacts_main_text {
    position: relative;
    margin-bottom: 35px;
}
@media only screen and (min-width: 320px) {
    .contacts .contacts_item .contacts_main .contacts_main_text p, .contacts .contacts_item .contacts_main .contacts_main_text a {
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        padding-left: 45px;
        font-family: 'Ubuntu-Light';
    }
}
@media only screen and (min-width: 768px) {
    .contacts .contacts_item .contacts_main .contacts_main_text p, .contacts .contacts_item .contacts_main .contacts_main_text a {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .contacts .contacts_item .contacts_main .contacts_main_text p, .contacts .contacts_item .contacts_main .contacts_main_text a {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .contacts .contacts_item .contacts_main .contacts_main_text p, .contacts .contacts_item .contacts_main .contacts_main_text a {
        font-size: 25px;
    }
}
.contacts .contacts_item .contacts_main .contacts_main_text:before {
    content: '';
    display: block;
    position: absolute;
    width: 71px;
    height: 70px;
    top: 50%;
    left: -20px;
    margin-top: -35px;
}
.contacts .contacts_item .contacts_main .contacts_main_text:nth-child(2):before {
    background: url(../images/contacts_1.png) 50% 50% no-repeat;
}
.contacts .contacts_item .contacts_main .contacts_main_text:nth-child(3):before {
    background: url(../images/contacts_2.png);
    margin-top: -37px;
}
.contacts .contacts_item .contacts_main .contacts_main_text:nth-child(4):before {
    background: url(../images/contacts_3.png);
}
.contacts .contacts_item .contacts_main .contacts_main_text:nth-child(5):before {
    background: url(../images/contacts_4.png);
    margin-top: -30px;
}
.contacts .contacts_main_flex {
    width: 50%;
    height: 100%;
    float: left;
}
@media only screen and (min-width: 320px) {
    .contacts .contacts_main_flex h2 {
        text-align: center !important;
        font-size: 20px;
        margin: 0;
        margin-bottom: 50px;
        color: #fff;
        font-family: 'Ubuntu-Bold';
    }
}
@media only screen and (min-width: 768px) {
    .contacts .contacts_main_flex h2 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 992px) {
    .contacts .contacts_main_flex h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .contacts .contacts_main_flex h2 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .contacts .contacts_main_flex h3 {
        font-size: 16px;
        color: #fff;
        font-family: 'Ubuntu-Regular';
    }
}
@media only screen and (min-width: 768px) {
    .contacts .contacts_main_flex h3 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .contacts .contacts_main_flex h3 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .contacts .contacts_main_flex h3 {
        font-size: 25px;
    }
}
.contacts .contacts_main_flex form {
    max-width: 355px;
    width: 100%;
    margin: 0 auto;
    float: none;
}
@media only screen and (min-width: 320px) {
    .contacts .contacts_main_flex form input {
        width: 100%;
        height: 50px;
        border-radius: 60px;
        border: 2px solid #dab250;
        padding-left: 35px;
        background-color: transparent;
        font-size: #64686a;
        margin-bottom: 20px;
        outline: none;
        color: #fff;
        font-size: 16px;
        font-family: 'Ubuntu-Regular';
    }
}
@media only screen and (min-width: 768px) {
    .contacts .contacts_main_flex form input {
        width: 100%;
        height: 60px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 320px) {
    .contacts .contacts_main_flex form button {
        width: 100%;
        height: 50px;
        border-radius: 60px;
        box-shadow: 0 0 50px 0 #fecd6b;
        background-image:    -moz-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
        background-image: -webkit-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
        background-image:     -ms-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
    }
}
@media only screen and (min-width: 768px) {
    .contacts .contacts_main_flex form button {
        height: 60px;
    }
}
footer {
    background-color: #121111;
}
footer .container {
    max-width: 1920px;
    width: 100%;
}
footer .footer_item {
    max-width: 1170px;
    width: 100%;
    height: 110px;
    margin: 0 auto;
    padding: 0 40px;
}
@media only screen and (min-width: 320px) {
    footer .footer_item {
        height: 320px;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }
}
@media only screen and (min-width: 768px) {
    footer .footer_item {
        height: 120px;
        flex-wrap: nowrap;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
footer .footer_item #footer_main {
    display: block;
    width: 155px;
}
footer .footer_item #footer_main a {
    width: 155px;
    font-size: 17.5px;
    color: #fff;
    font-weight: 100;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
@media only screen and (min-width: 320px) {
    footer .footer_item .footer_main {
        text-align: center;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (min-width: 768px) {
    footer .footer_item .footer_main {
        display: flex;
        align-items: center;
        text-align: center;
        flex-wrap: nowrap;
    }
}
@media only screen and (min-width: 992px) {
    footer .footer_item .footer_main {
        text-align: left;
    }
}
@media only screen and (min-width: 320px) {
    footer .footer_item .footer_main a {
        float: left;
        margin-top: 15px;
    }
}
@media only screen and (min-width: 768px) {
    footer .footer_item .footer_main a {
        margin-top: 0;
    }
}
footer .footer_item .footer_main p {
    float: left;
    color: #fff;
    margin-left: 20px;
}
@media only screen and (min-width: 320px) {
    footer .footer_item .footer_main p {
        font-size: 14px;
        margin-top: 15px;
    }
}
@media only screen and (min-width: 768px) {
    footer .footer_item .footer_main p {
        font-size: 16px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 320px) {
    footer .footer_item .footer_main p br {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    footer .footer_item .footer_main p br {
        display: block;
    }
}
.already {
    background: url('../images/popular.jpg') no-repeat top center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    padding: 100px 0;
}
.already h2 {
    margin-bottom: 50px;
}
.already .already-slider {
    margin-bottom: 50px;
    text-align: center;
    padding-bottom: 70px;
}
.already .already-slider .slick-slide {
    text-align: center;
    padding-top: 50px;
    outline: none;
}
.already .already-slider img {
    width: 365px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 25px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 6px 1px 8px 2px rgba(74, 98, 124, 0.16);
       -moz-box-shadow: 6px 1px 8px 2px rgba(74, 98, 124, 0.16);
            box-shadow: 6px 1px 8px 2px rgba(74, 98, 124, 0.16);
    outline: none;
}
@media only screen and (min-width: 320px) {
    .already .already-slider img {
        width: 270px;
    }
}
@media only screen and (min-width: 768px) {
    .already .already-slider img {
        width: 280px;
    }
}
@media only screen and (min-width: 992px) {
    .already .already-slider img {
        width: 365px;
    }
}
.already .already-slider .add {
    display: none;
}
.already .already-slider h3 {
    font-size: 19px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 10px;
}
.already .already-slider p {
    font-size: 19px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 0;
}
.already .already-slider .slick-arrow {
    z-index: 3;
    opacity: 0.5;
            transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
}
.already .already-slider .slick-arrow:hover {
    opacity: 0.9;
}
.already .already-slider .slick-next {
    right: -35px;
    top: 40%;
    background: url('../images/next.png') no-repeat top center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    width: 24px;
    height: 78px;
}
@media only screen and (min-width: 320px) {
    .already .already-slider .slick-next {
        right: 0;
        width: 15px;
        height: 49px;
    }
}
@media only screen and (min-width: 768px) {
    .already .already-slider .slick-next {
        width: 24px;
        height: 78px;
    }
}
@media only screen and (min-width: 1200px) {
    .already .already-slider .slick-next {
        right: -35px;
    }
}
.already .already-slider .slick-next:before {
    content: '' !important;
}
.already .already-slider .slick-prev {
    left: -35px;
    right: auto;
    top: 40%;
    background: url('../images/prev.png') no-repeat top center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    width: 24px;
    height: 78px;
}
@media only screen and (min-width: 320px) {
    .already .already-slider .slick-prev {
        left: 0;
        width: 15px;
        height: 49px;
    }
}
@media only screen and (min-width: 768px) {
    .already .already-slider .slick-prev {
        width: 24px;
        height: 78px;
    }
}
@media only screen and (min-width: 1200px) {
    .already .already-slider .slick-prev {
        left: -35px;
    }
}
.already .already-slider .slick-prev:before {
    content: '' !important;
}
@media only screen and (min-width: 320px) {
    .already .already-slider .slick-dots {
        bottom: 0;
    }
}
@media only screen and (min-width: 768px) {
    .already .already-slider .slick-dots {
        bottom: 0;
    }
}
@media only screen and (min-width: 992px) {
    .already .already-slider .slick-dots {
        bottom: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .already .already-slider .slick-dots {
        bottom: 0;
    }
}
@media only screen and (min-width: 1600px) {
    .already .already-slider .slick-dots {
        bottom: 0;
    }
}
.already .already-slider .slick-dots li {
    border: 2px solid #2b2b2b;
    border-radius: 50%;
    opacity: 0.7;
    width: 15px;
    height: 15px;
            transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
}
.already .already-slider .slick-dots li button:before {
    font-size: 0 !important;
    color: #2b2b2b;
}
.already .already-slider .slick-dots .slick-active {
    border: 2px solid #2b2b2b;
    opacity: 0.9;
    background: #2b2b2b;
}
.already .btn-popular {
    margin: 0 auto;
    color: #fff;
}
.remodal-first {
    text-align: center;
    width: 376px;
    margin: 0 auto;
    text-align: center !important;
    background: url(../images/specialist_fon.jpg) 50% 100% no-repeat !important;
}
@media only screen and (min-width: 320px) {
    .remodal-first {
        max-width: 376px !important;
        height: auto;
        padding: 40px 15px;
        margin: 0 auto;
        text-align: center;
        background: #f9fbfc;
        border-radius: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-first {
        padding: 50px!important;
        max-width: 489px !important;
        text-align: left;
        border-radius: 0;
        padding: 120px 0 0 109px;
    }
}
@media only screen and (min-width: 320px) {
    .remodal-first .remodal-close {
        color: #000 !important;
        outline: none !important;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-first .remodal-close {
        color: #000 !important;
        outline: none !important;
    }
}
.remodal-first h2 {
    color: #2b2b2b !important;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center !important;
}
@media only screen and (min-width: 768px) {
    .remodal-first h2 {
        text-align: left;
    }
}
.remodal-first h2:after {
    display: none;
}
.remodal-first h2:before {
    display: none;
}
.remodal-first p {
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-align: center !important;
}
@media only screen and (min-width: 320px) {
    .remodal-first p {
        font-size: 15px;
        text-align: center;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-first p {
        margin-bottom: 20px;
        font-size: 15px;
        text-align: left;
    }
}
.remodal-first .input {
    outline: none;
    font-size: 18px;
    padding: 0 33px;
    margin-bottom: 15px;
    height: 55px;
    border-radius: 55px;
    border: 3px solid #f6d263;
    font-family: 'Ubuntu-Light';
    background-color: #e7e0df!important;
}
@media only screen and (min-width: 320px) {
    .remodal-first .input {
        max-width: 240px;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-first .input {
        max-width: 272px;
        width: 100%;
    }
}
.remodal-first .input::-webkit-input-placeholder {
    font-size: 20px;
    font-weight: 300;
    color: #909091 !important;
}
@media only screen and (min-width: 320px) {
    .remodal-first .input::-webkit-input-placeholder {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-first .input::-webkit-input-placeholder {
        font-size: 18px;
    }
}
.remodal-first .input::-moz-placeholder {
    font-size: 20px;
    font-weight: 300;
    color: #909091 !important;
}
.remodal-first .input:-moz-placeholder {
    font-size: 20px;
    font-weight: 300;
    color: #909091 !important;
}
.remodal-first .input:-o-placeholder {
    font-size: 20px;
    font-weight: 300;
    color: #909091 !important;
}
.remodal-first .input:-ms-input-placeholder {
    font-size: 20px;
    font-weight: 300;
    color: #909091 !important;
}
.remodal-first .btn-remodal {
    outline: none !important;
    font-size: 20px;
    width: 272px;
    padding: 0 33px;
    margin-bottom: 15px;
    height: 55px;
    border-radius: 55px;
    color: #0d0d0d;
    background-image:    -moz-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
    background-image: -webkit-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
    background-image:     -ms-linear-gradient(90deg, #f5db93 0%, #f3bf64 100%);
    box-shadow: 0 15px 18px 0 rgba(88, 75, 66, 0.44);
    font-family: 'Ubuntu-Regular';
    margin: 0 auto;
}
@media only screen and (min-width: 320px) {
    .remodal-first .btn-remodal {
        max-width: 240px;
        width: 100%;
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-first .btn-remodal {
        max-width: 272px;
        width: 100%;
        font-size: 18px;
    }
}
.remodal-close {
    top: 12px !important;
    right: 15px !important;
    color: #fff !important;
    font-weight: 900;
}
@media only screen and (min-width: 320px) {
    .remodal-close {
        width: 10px !important;
        height: 16px !important;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-close {
        width: 35px !important;
        height: 30px !important;
    }
}
@media only screen and (min-width: 320px) {
    .remodal-close:before {
        font-size: 30px !important;
        top: -7px !important;
        left: -12px !important;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-close:before {
        font-size: 50px !important;
        top: 0 !important;
        left: 0 !important;
    }
}
.remodal-common {
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    background: #fff;
    padding: 30px 40px;
    background: url(../images/specialist_fon.jpg) 50% 100% no-repeat !important;
}
@media only screen and (min-width: 320px) {
    .remodal-common {
        max-width: 500px !important;
        padding: 40px 15px;
        margin: 0 auto;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-common {
        padding: 40px 20px;
        max-width: 450px !important;
        text-align: center;
    }
}
.remodal-common .remodal-close {
    outline: none;
    color: #000 !important;
}
.remodal-common h3 {
    font-weight: 700;
    color: #000;
    text-shadow: 3px 3px 7px rgba(162, 123, 0, 0);
}
@media only screen and (min-width: 320px) {
    .remodal-common h3 {
        font-size: 34px;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-common h3 {
        font-size: 35px;
    }
}
.remodal-common p {
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    margin-top: 20px;
}
@media only screen and (min-width: 320px) {
    .remodal-common p {
        font-size: 22px;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-common p {
        font-size: 25px;
    }
}
@media only screen and (min-width: 320px) {
    .certific-width {
        width: 600px;
        height: 450px;
    }
}
@media only screen and (min-width: 768px) {
    .certific-width {
        width: 600px;
        height: 450px;
    }
}
@media only screen and (min-width: 992px) {
    .certific-width {
        width: 800px;
        height: 600px;
    }
}
@media only screen and (min-width: 320px) {
    .certific-width-2 {
        width: 500px;
        height: 700px;
    }
}
@media only screen and (min-width: 768px) {
    .certific-width-2 {
        width: 500px;
        height: 700px;
    }
}
@media only screen and (min-width: 992px) {
    .certific-width-2 {
        width: 500px;
        height: 700px;
    }
}
.modal-politic {
    background: #fff;
    text-align: left;
}
@media only screen and (min-width: 1200px) {
    .modal-politic {
        width: 1000px !important;
    }
}
.modal-politic .politica {
    padding: 10px 0 10px;
    text-align: center;
    background: #1782ab;
    color: #fff;
}
@media only screen and (min-width: 320px) {
    .modal-politic .politica {
        font-size: 13px;
    }
}
@media only screen and (min-width: 768px) {
    .modal-politic .politica {
        font-size: 20px;
    }
}
@media only screen and (min-width: 320px) {
    .modal-politic p {
        font-size: 13px;
        padding: 10px 20px;
    }
}
@media only screen and (min-width: 768px) {
    .modal-politic p {
        font-size: 16px;
        padding: 20px 30px;
    }
}
.error-input {
    clear: both;
    float: left;
    font-size: 13px;
    padding-left: 93px;
    color: #df3a3a;
    margin: 0 auto;
    text-align: center;
}
input:focus:required:invalid, textarea:focus:required:invalid {
    border-bottom: 1px solid #909091;
}
input:required:valid, textarea:required:valid {
    border-bottom: 1px solid #909091;
}
#name-error {
    font-size: 0 !important;
}
.input {
    position: relative;
}
label {
    position: absolute;
    top: 0;
    border: 0;
    font-size: 0 !important;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
/*# sourceMappingURL=style.css.map */


#menu  {
        background: #3d404e00 linear-gradient(to bottom, #4b516b00 0%, #3d404ea6 100%);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(236, 237, 237, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    display: table;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    visibility:visible;
}

#menu li {
        display:block;
        float: left;
        position:relative;
}

#menu li a {
        display:table;
        padding: 0 20px;
        height: 50px;
        text-align: center;
        font:600 13px/50px arial;
        color: #fff;
        border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.4);
        text-decoration: none;
        transition: 0.5s;
        -webkit-transition:0.5s;
}

#menu li:first-child a {
    border-left: medium none;
}
#menu li:last-child a {
    border-right: medium none;
}

#menu li:hover a {
    background-image: -webkit-linear-gradient(90deg, #e6af4f 0%, #f7da81 100%);
    box-shadow: 0 0 5px rgba(0,0,0,0.3)inset;
}
#menu li:hover .sub-menu a {
    background: #f3f3f3;
    color: #2f3036;
    height: 40px;
    line-height: 40px;
        box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

#menu li:hover .sub-menu a:hover {
    color: #df4706;
}

/* стили для выпадающего списка */

.sub-menu {
  visibility:hidden;
  opacity:0;
  position:absolute;
  z-index:-1;
  transition:visibility 0s linear 0.5s, opacity 0.5s linear;
  left: 0;
}

#menu li:hover > ul{
   visibility:visible;
   opacity:1;
   transition-delay:0s;
   z-index:1;
}

#menu .sub-menu li {
    float:none ;
        border-top:1px solid #dddddd;
}

#menu .sub-menu li a {
        width: auto;
        min-width: 100%;
        padding: 0 11px;
        white-space:nowrap;
        text-align:center;
        border:none;
        box-shadow:none;
}

#menu li a:hover + .sub-menu, .sub-menu:hover {
        display: block;
}

/* стили для адаптивности */

@media screen and (max-width : 760px){

.sub-menu {
        position: static;
        display: none;                
}

.sub-menu li {
        margin-bottom: 1px;
}
#menu li, #menu li a {
        width: 100%;
        border:none;
        padding:0px;
}
        
#menu .sub-menu li a {
        padding:0px;
}
        
#menu  {
    width: 100%;
    }
}
