html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button, input, select, textarea {
    margin: 0;
}

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

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

*:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

img, embed, object, audio, video {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
    text-align: left;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

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

.row {
    *zoom: 1;
    margin-right: -15px;
    margin-left: -15px;
}

.row:after {
    content: " ";
    display: table;
    clear: both;
}

.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;
}

.clr {
    *zoom: 1;
}

.clr:after {
    content: " ";
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

.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: 15px;
    padding-right: 15px;
}

.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 {
    float: left;
}

.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: 530px) {
    .col-xs-sm-1, .col-xs-sm-2, .col-xs-sm-3, .col-xs-sm-4, .col-xs-sm-5, .col-xs-sm-6, .col-xs-sm-7, .col-xs-sm-8, .col-xs-sm-9, .col-xs-sm-10, .col-xs-sm-11, .col-xs-sm-12 {
        float: left;
    }

    .col-xs-sm-12 {
        width: 100%;
    }

    .col-xs-sm-11 {
        width: 91.66666667%;
    }

    .col-xs-sm-10 {
        width: 83.33333333%;
    }

    .col-xs-sm-9 {
        width: 75%;
    }

    .col-xs-sm-8 {
        width: 66.66666667%;
    }

    .col-xs-sm-7 {
        width: 58.33333333%;
    }

    .col-xs-sm-6 {
        width: 50%;
    }

    .col-xs-sm-5 {
        width: 41.66666667%;
    }

    .col-xs-sm-4 {
        width: 33.33333333%;
    }

    .col-xs-sm-3 {
        width: 25%;
    }

    .col-xs-sm-2 {
        width: 16.66666667%;
    }

    .col-xs-sm-1 {
        width: 8.33333333%;
    }

    .col-xs-sm-pull-12 {
        right: 100%;
    }

    .col-xs-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-xs-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-xs-sm-pull-9 {
        right: 75%;
    }

    .col-xs-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-xs-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-xs-sm-pull-6 {
        right: 50%;
    }

    .col-xs-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-xs-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-xs-sm-pull-3 {
        right: 25%;
    }

    .col-xs-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-xs-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-xs-sm-pull-0 {
        right: auto;
    }

    .col-xs-sm-push-12 {
        left: 100%;
    }

    .col-xs-sm-push-11 {
        left: 91.66666667%;
    }

    .col-xs-sm-push-10 {
        left: 83.33333333%;
    }

    .col-xs-sm-push-9 {
        left: 75%;
    }

    .col-xs-sm-push-8 {
        left: 66.66666667%;
    }

    .col-xs-sm-push-7 {
        left: 58.33333333%;
    }

    .col-xs-sm-push-6 {
        left: 50%;
    }

    .col-xs-sm-push-5 {
        left: 41.66666667%;
    }

    .col-xs-sm-push-4 {
        left: 33.33333333%;
    }

    .col-xs-sm-push-3 {
        left: 25%;
    }

    .col-xs-sm-push-2 {
        left: 16.66666667%;
    }

    .col-xs-sm-push-1 {
        left: 8.33333333%;
    }

    .col-xs-sm-push-0 {
        left: auto;
    }

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

    .col-xs-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xs-sm-offset-10 {
        margin-left: 83.33333333%;
    }

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

    .col-xs-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-sm-offset-7 {
        margin-left: 58.33333333%;
    }

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

    .col-xs-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-sm-offset-4 {
        margin-left: 33.33333333%;
    }

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

    .col-xs-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-sm-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: 992px) {
    .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%;
    }
}

.left {
    float: left;
}

.right {
    float: right;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

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

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

.slick-list:focus {
    outline: none;
}

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

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

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

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

.slick-track:after {
    clear: both;
}

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

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

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

.slick-slide img {
    display: block;
}

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

.slick-slide:focus {
    outline: none;
}

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

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

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

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

/*
*::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }

*:-moz-placeholder {
  color: #fff;
  opacity: 1; }

*::-moz-placeholder {
  color: #fff;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #fff;
  opacity: 1; }*/

input[type="submit"] {
    -webkit-appearance: none;
}

input {
    -webkit-border-radius: 0;
    border-radius: 0;
}

body input:focus,
body textarea:focus {
    outline: none;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #fff;
}

body input:required:valid,
body textarea:required:valid {
    color: #fff;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    min-width: 320px;
    position: relative;
    font: normal 18px/1 "OpenSans", sans-serif;
    color: #3e3e3e;
    overflow-x: hidden;
}

.break-line {
    display: block;
}

h1 {
    font-size: 36px;
    font-family: "OpenSansExtraBold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.fancybox-inner h1 {
    margin-bottom: 30px;
    letter-spacing: 0;
}

.fancybox-inner table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.fancybox-inner table td {
    padding: 10px 20px;
    text-align: left;
    font-size: 16px;
}

p {
    margin-bottom: 25px;
}

.hidden {
    display: none;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px solid #f3f3f3;
    border-top: 3px solid black;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    margin: auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.svg {
    width: 100%;
    height: auto;
}

.header {
    padding-bottom: 30px;
}

.header-top {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 0;
}

.header__logo, .header__phones, .header__mode, .header__advice {
    display: inline-block;
}

.header__logo {
    margin-top: 8px;
}

.header .logo {
    max-width: 280px;
    width: 100%;
    max-height: 70px;
}

.header__phones {
    /*margin-right: 60px;*/
}

.header .phone {
    display: block;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.header .mode {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
}

.header .mode:first-child {
    font-weight: 700;
}

.header .advice {
    display: block;
    padding: 0 17px;
    height: 46px;
    line-height: 46px;
    color: white;
    background: #ffb540;
    font-size: 18px;
    font-family: "OpenSansExtraBold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.header .advice:hover {
    background: #ffb122;
}

.header__mode {
    display: inline-block;
    width: 65%;
    padding-left: 10px;
    padding-top: 8px;
    vertical-align: top;
}

.header_information {
    padding: 0 10px !important;
}

.header__phones {
    display: inline-block;
    width: 34%;
}

.header-bottom .menu {
    display: inline-block;
    width: 100%;
    padding: 25px 0 30px 0;
    border-top: 5px solid #464451;
    text-align: justify;
    line-height: 0;
    font-size: 0;
    text-justify: newspaper;
    zoom: 1;
    -moz-text-align-last: justify;
    text-align-last: justify;
}

.header-bottom .menu:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
}

.header-bottom .menu__link {
    display: inline-block;
    white-space: nowrap;
    color: #0a8adb;
    font-size: 16px;
    line-height: 1;
    text-decoration: underline;
    text-transform: uppercase;
}

.header-bottom .menu__link:hover {
    text-decoration: none;
    color: #3e3e3e;
}

.menu-mobile {
    display: none;
}

.equipment {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.equipment__inner {
    position: relative;
    z-index: 2;
    padding: 50px 0 30px;
    margin: -30px 0 -30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.equipment__title {
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}

.equipment__descr {
    display: block;
    margin-bottom: 36px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.equipment__descr span {
    display: block;
    font-size: 15px;
    line-height: 30px;
}

.equipment__slider {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto 30px auto;
}

.equipment .slider__item {
    height: 328px;
    background: #fff;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.equipment .slider__item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.equipment .slick-dots {
    position: absolute;
    top: 18px;
    left: 16px;
}

.equipment .slick-dots li {
    display: inline-block;
    margin-right: 7px;
}

.equipment .slick-dots li.slick-active button {
    background: #ffb540;
}

.equipment .slick-dots button {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: #dbdbdb;
    border: none;
    font-size: 0;
    cursor: pointer;
}

.equipment .slick-dots button:focus {
    outline: none;
}

.equipment .special-offer {
    display: table;
    width: 100%;
    padding: 0 40px;
}

.equipment .special-offer__img {
    width: 140px;
    height: 125px;
    display: table-cell;
    vertical-align: middle;
}

.equipment .special-offer__img .svg path {
    fill: #fff;
}

.equipment .special-offer__content {
    display: table-cell;
    padding-left: 35px;
    vertical-align: middle;
}

.equipment .special-offer__title {
    margin-bottom: 17px;
    color: #fff;
}

.equipment .special-offer__descr {
    margin-bottom: 20px;
    color: #fff;
    line-height: 22px;
}

.offer-form {
    font-size: 0;
}

.special-offer__content .wpcf7-text {
    display: inline-block;
    max-width: 192px;
    margin-right: 21px;
    padding: 0 12px;
    width: 100%;
    height: 40px;
    border: 2px solid white;
    background: transparent;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.special-offer__content .wpcf7-submit {
    display: inline-block;
    max-width: 213px;
    width: 100%;
    height: 40px;
    background-color: #ffb540;
    border: none;
    color: #fff;
    font-size: 18px;
    font-family: "OpenSansExtraBold", sans-serif;
    vertical-align: middle;
}

.advantages {
    padding: 90px 0 25px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.advantages__title {
    margin-bottom: 40px;
    text-align: center;
}

.advantages__list {
    font-size: 0;
}

.advantages__list li {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.advantages__item {
    display: table;
    margin-bottom: 30px;
    float: none;
    font-size: 18px;
}

.advantages__img {
    display: table-cell;
    max-width: 70px;
    vertical-align: middle;
}

.advantages .svg path {
    fill: #464451;
}

.advantages .svg-coub {
    width: 59px;
    height: 67px;
}

.advantages .svg-heart {
    width: 55px;
    height: 48px;
}

.advantages .svg-sun {
    width: 57px;
    height: 57px;
}

.advantages .svg-coins {
    width: 62px;
    height: 62px;
}

.advantages .svg-clock {
    width: 61px;
    height: 61px;
}

.advantages__descr {
    display: table-cell;
    padding: 0 60px 0 30px;
    vertical-align: middle;
}

.advantages__triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% + 125px);
    height: calc(100% + 125px);
    margin-bottom: -100px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.triangle-up-left {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    padding-bottom: 7%;
    padding-left: 7%;
    overflow: hidden;
}

.triangle-up-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-bottom: 500px solid transparent;
    border-left: 500px solid #F0F0F2;
}

.quality {
    position: relative;
    padding: 65px 0 75px 0;
}

.quality__title {
    margin-bottom: 50px;
    text-align: center;
    line-height: 45px;
}

.quality__item {
    margin-bottom: 25px;
}

.quality__item:last-of-type {
    margin-bottom: 0;
}

.quality__name {
    padding: 15px 26px;
    margin-bottom: 15px;
    background: #3b7ece;
    color: #fff;
    font-size: 16px;
    font-family: "OpenSansExtraBold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.quality__name--first {
    max-width: 272px;
}

.quality__name--second {
    max-width: 320px;
    background: #3b75bf;
}

.quality__name--third {
    max-width: 375px;
    background: #3a64a2;
}

.quality__name--fourth {
    max-width: 440px;
    background: #3a5081;
}

.quality__name--fifth {
    max-width: 505px;
    background: #393b5e;
}

.quality__name--six {
    background: #39324e;
}

.quality__descr {
    line-height: 22px;
}

.quality__man {
    position: absolute;
    bottom: 0;
    right: 0;
}

.triangle-down-right {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 7%;
    height: 0;
    padding-top: 7%;
    overflow: hidden;
}

.triangle-down-right:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: -500px;
    border-top: 500px solid transparent;
    border-right: 500px solid #fff;
}

.facilities {
    position: relative;
    padding: 66px 0 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.facilities__table {
    position: relative;
    margin: 0 -10px 0 -10px;
    background: #fff;
    border: 10px solid #ffb540;
}

.facilities .triangle-down-right:after {
    border-right: 500px solid #242329;
}

.tabs-menu {
    font-size: 0;
}

.tabs-menu__link {
    width: 25%;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #0a8adb;
    background: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

.tabs-menu__link:nth-of-type(4n) {
    border-right: none;
}

.tabs-menu__link.current {
    background: #ffb540;
    font-family: "OpenSansExtraBold", sans-serif;
    color: #000;
}

.tabs-menu__link.current span {
    text-decoration: none;
}

.tabs-menu__link:hover {
    background: #ffb540;
}

.tabs-menu__link span {
    font-size: 15px;
    vertical-align: middle;
    text-decoration: underline;
}

.tabs {
    padding: 40px 30px;
}

.tabs-mobile {
    display: none;
}

.tabs-content {
    display: none;
}

.tabs-item {
    display: table;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.tabs-item__text {
    display: table-cell;
    width: 40%;
    vertical-align: baseline;
    padding-right: 30px;
}

.tabs-item__title {
    margin-bottom: 16px;
    font-family: "OpenSansExtraBold", sans-serif;
}

.tabs-item__descr {
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 16px;
}

.tabs-item__link {
    color: #0a8adb;
    text-decoration: underline;
}

.tabs-item__link:hover {
    text-decoration: none;
}

.tabs-item__img {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: relative;
    border: 1px solid #ccc;
}

.tabs-item__img img {
    display: block;
}

#tab-1 {
    display: block;
}

.request {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.request__title {
    margin-bottom: 24px;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}

.request-form {
    padding: 0 52px;
}

.request-form__title {
    margin-bottom: 24px;
    color: #fff;
}

.request textarea {
    max-width: 403px;
    width: 100%;
    height: 134px;
    float: left;
    padding: 10px 15px;
    resize: none;
    outline: none;
    color: #fff;
    background: #3b3a42;
    overflow: hidden;
    font: 18px/1.2 "OpenSans", sans-serif;
}

.request-form__label {
    margin-right: 60px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

.request-form__label:last-of-type {
    margin-right: 0;
}

.request span {
    vertical-align: middle;
    cursor: pointer;
}

.request input[type="radio"] {
    display: none;
}

.request input[type="radio"]:checked ~ .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    bottom: 2px;
    right: -2px;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/checked.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    color: white;
    margin-right: 100px;
}

.request-form__layout {
    max-width: 403px;
    width: 100%;
    float: right;
}

.request-form__grid {
    margin-bottom: 22px;
}

.request .wpcf7-form-control[name="your-name"], .request .wpcf7-form-control[name="your-tel"] {
    max-width: 192px;
    height: 40px;
    padding: 0 13px;
    background: #3b3a42;
    border: 2px solid #fff;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

.request .wpcf7-form-control[name="your-name"] {
    float: left;
}

.request .wpcf7-form-control[name="your-tel"] {
    float: right;
}

.request input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background: #ffb540;
    border: none;
    min-height: 40px;
    font-family: "OpenSansExtraBold", sans-serif;
    font-size: 17px;
    cursor: pointer;
    white-space: normal;
    color: black;
}

.scheme {
    padding: 65px 0 55px;
    text-align: center;
}

.scheme__title {
    margin-bottom: 65px;
}

.scheme__list {
    font-size: 0;
}

.scheme-item {
    position: relative;
    margin-bottom: 44px;
    display: inline-block;
    float: none;
    text-align: center;
    vertical-align: top;
}

.scheme-item:last-of-type:after, .scheme-item:nth-of-type(4):after {
    display: none;
}

.scheme-item:after {
    content: '';
    position: absolute;
    right: -webkit-calc(-19px / 2);
    right: calc(-19px / 2);
    top: -webkit-calc((153px - 35px) / 2);
    top: calc((153px - 35px) / 2);
    width: 19px;
    height: 35px;
    background: url(../img/arr.png);
}

.scheme-item__img {
    position: relative;
    width: 153px;
    height: 153px;
    margin: 0 auto 40px auto;
    border: 3px solid #464451;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.scheme-item__icon {
    width: 74px;
    height: 85px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.scheme-item__icon--pos {
    left: 30px;
}

.scheme-item__icon path {
    fill: #464451;
}

.scheme-item__count {
    display: block;
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: auto;
    width: 46px;
    height: 46px;
    background-color: #464451;
    color: #ffb540;
    font: 35px/46px "OpenSansExtraBold", sans-serif;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.scheme-item__descr {
    padding: 0 20px;
    font-size: 18px;
    line-height: 20px;
}

.scheme-popup {
    display: inline-block;
    padding: 12px 30px;
    background-color: #ffb540;
    font: 17px/1 "OpenSansExtraBold", sans-serif;
    color: #000;
    text-decoration: none;
}

.project {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0 40px 0;
}

.project-title {
    text-align: center;
    font-size: 36px;
    /*color: #fff;*/
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

.project-slide {
    margin: 0 15px;
}

.project-slide_title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 14px;
    color: #ffb540;
}

.fancybox-wrap,
.fancybox-wrap * {
    padding: 0 !important;
}

.fancybox-inner {
    padding: 0 !important;
}

.priject-slide_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 220px;
    border: 3px solid #888;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 14px;
}

.project .slick-next {
    right: -45px;
    background-position: 0 -35px;
}

.project .slick-next:before {
    content: "";
}

.project .slick-prev {
    left: -45px;
}

.project .slick-prev:before {
    content: "";
}

.project-slide_text {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.project .tab-content_list {
    color: #fff;
    font-weight: 300;
}

.project .tab-content_list li {
    margin: 0 0 20px 0;
}

.project .tab-content_list span {
    font-weight: 700;
}

.our-clients {
    padding: 65px 0;
}

.our-clients__title {
    margin-bottom: 40px;
    text-align: center;
}

.our-clients__slider {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.our-clients__slider .slick-next {
    right: -45px;
    background-position: 0 -35px;
}

.our-clients__slider .slick-prev {
    left: -45px;
    background-position: 0 0;
}

.our-clients__item {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-right: 77px;
}

.certificates {
    padding: 60px 0 70px;
    border-bottom: 10px solid #ffb540;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.certificates__title {
    margin-bottom: 60px;
    color: #fff;
    text-align: center;
}

.certificates__slider {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}

.certificates__slider .slick-next {
    right: -45px;
    background-position: 0 -105px;
}

.certificates__slider .slick-prev {
    left: -45px;
    background-position: 0 -70px;
}

.certificates__item {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
}

.certificates__item img {
    margin: 0 auto;
}

.slick-prev, .slick-next {
    position: absolute;
    width: 19px;
    height: 35px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    background: url(../img/arrows-slider-sprite.png);
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    outline: none;
    z-index: 5;
    font-size: 0;
    text-indent: -999999;
}

.address {
    position: relative;
    padding: 50px 0 100px;
}

.address-info {
    position: relative;
    z-index: 2;
    padding: 35px 28px 55px;
    background: rgba(255, 255, 255, 0.85);
}

.address-info__img {
    margin-bottom: 20px;
	margin-left: 128px;
}

.address-info__descr {
    padding: 0 20px 0 78px;
}

.address-info__descr span {
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
    display: block;
    color: black;
    line-height: 20px;
}

.address-info__descr span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.address-info__descr .phone:before {
    background: url(../img/adr-phone.png);
}

.address-info__descr .contacts:before {
    width: 20px;
    height: 20px;
    background: url(../img/adr-contact.png);
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 500px;
    width: 100%;
}

.footer {
    min-height: 48px;
    background: #464451;
}

.footer__copyright, .footer__company {
    font-size: 14px;
    margin-top: 23px;
    color: #babac0;
}

.footer__copyright {
    text-align: right;
}

.footer__company {
    font-family: "OpenSansExtraBold", sans-serif;
    letter-spacing: 0.05em;
}

.white-popup-block {
    padding: 20px;
    background: #fff;
    width: 400px;
    margin: 0 auto;
    background: #53515c;
    color: white;
    text-align: center;
    border-radius: 15px;
}


.madeby {
    margin: 25px 0;
    font-size: 12px;
    line-height: 16px;
    display: block;
    color: #666666;
    width: 150px;
    text-align: left;
    clear: right;
    float: right;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    background-image: url(../img/clickMedia-logo.svg);
}

.madeby:hover {
    text-decoration: none;
}

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    /**/
    .quality__man {
        display: none;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    /**/
    .header {
        text-align: center;
    }

    .header__phones {
        float: none;
        width: auto;
        display: block;
        margin-right: 0;
    }

    .header__mode {
        float: none;
        width: auto;
        display: block;
    }

    .header-bottom .menu {
        text-align: center;
        -moz-text-align-last: center;
        text-align-last: center;
    }

    .header-bottom .menu:after {
        display: block;
    }

    .header-bottom .menu__link {
        margin: 0 10px 10px;
    }

    .offer-form {
        text-align: center;
    }

    .special-offer__content .wpcf7-text {
        margin-bottom: 15px;
    }

    .tabs-menu__link span {
        font-size: 13px;
    }

    .request-form__title {
        text-align: center;
    }

    .request textarea {
        display: block;
        float: none;
        margin: 0 auto 20px auto;
    }

    .request-form__layout {
        float: none;
        margin: 0 auto;
    }

    .scheme-item:nth-of-type(even):after {
        display: none;
    }

    .our-clients__slider {
        padding: 0 25px;
    }

    .our-clients__slider .slick-next {
        right: 0;
    }

    .our-clients__slider .slick-prev {
        left: 0;
    }

    .our-clients__item {
        margin: 0;
    }

    .our-clients__item img {
        margin: 0 auto;
    }

    .certificates__slider {
        padding: 0 25px;
    }

    .certificates__slider .slick-next {
        right: 0;
    }

    .certificates__slider .slick-prev {
        left: 0;
    }

    .certificates__item {
        margin: 0 10px;
    }

    .address {
        padding-bottom: 0;
    }

    .address-info {
        padding: 0;
        text-align: center;
    }

    .address-info__descr {
        padding: 0;
        text-align: center;
        display: inline-block;
    }

    .address-info__descr span {
        padding: 0;
    }

    #map {
        position: static;
        height: 300px;
    }

    .address-info__descr span:before {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .dok {
        margin-bottom: 12px;
    }

    h1 {
        font-size: 27px;
        letter-spacing: 0 !important;
    }

    .menu-mobile {
        display: block;
        width: 120px;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        padding: 10px 0 10px;
        background: #464451;
        font-family: "OpenSansExtraBold", sans-serif;
    }

    .header-bottom .menu {
        display: none;
        border-top: none;
        text-align: center;
        -moz-text-align-last: center;
        text-align-last: center;
        padding-bottom: 0;
    }

    .header-bottom .menu__link {
        display: block;
        margin: 0 0 10px 0;
        padding-bottom: 10px;
        border-bottom: 2px solid #464451;
        color: #3e3e3e;
        text-decoration: none;
        font-family: "OpenSansExtraBold", sans-serif;
    }

    .equipment__inner {
        background-image: none !important;
        margin: 0;
    }

    .equipment__slider {
        width: 100%;
    }

    .equipment .slider__item {
        height: 260px;
    }

    .equipment .slider__item img {
        object-fit: contain;
    }

    .equipment .special-offer {
        padding: 0;
    }

    .equipment .special-offer__content {
        padding-left: 0;
        text-align: center;
    }

    .equipment .special-offer__img {
        display: none;
    }

    .special-offer__content .wpcf7-text, .special-offer__content .wpcf7-submit {
        width: 80%;
        max-width: 100%;
        margin: 0 0 10px 0;
    }

    .advantages__descr {
        padding: 0 0 0 10px;
    }

    .tabs {
        padding: 20px;
    }

    .tabs-menu__link {
        width: 50%;
    }

    .tabs-menu__link:nth-of-type(2n) {
        border-right: none;
    }

    .tabs-item__text {
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .tabs-item__img {
        display: block;
        width: 100%;
    }

    .request textarea {
        max-width: 100%;
    }

    .request-form__layout {
        max-width: 100%;
    }

    .request .wpcf7-form-control {
        /*max-width: 47%;*/
    }

    .request-form__grid {
        font-size: 0;
    }

    .request-form__label {
        display: inline-block;
        width: 50%;
        margin: 0;
    }

    .scheme-item:after {
        display: block !important;
        top: 100%;
        left: 0;
        right: 0;
        margin: auto;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .scheme-item:last-of-type:after {
        display: none !important;
    }

    .footer__copyright, .footer__company {
        text-align: center;
    }

    /*Disable Animation on Mobile Devices*/
    .animated {
        /*CSS transitions*/
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        animation: none !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    /**/
    .header-bottom .menu__link {
        display: block;
    }

    .quality__name {
        max-width: 100%;
        text-align: center;
    }

    .tabs-menu__link {
        width: 100%;
        border-right: none;
        height: 40px;
        line-height: 40px;
    }

    .request-form {
        padding: 0;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    /**/
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    /**/
}

.h2__popup {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
}

.sub__title {
    font-size: 16px;
    margin-bottom: 20px;
}

.white-popup-block input {
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 17px;
    box-sizing: border-box;
    width: 100%;
    font-family: "OpenSans", sans-serif;
}

input.wpcf7-form-control.wpcf7-submit {
    background: orange;
    border: 0;
    color: white;
    font-size: 20px;
    font-family: "OpenSans", sans-serif;
    cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #ffb122;
}

span.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
    background: #ffe9e9 !important;
}

.special-offer__content br, .request br {
    display: none;
}

.request textarea {
    max-width: 100%;
    height: 146px;
}

.wpcf7-form-control.wpcf7-radio {
    margin-bottom: 20px;
    display: block;
}

.request .wpcf7-form-control-wrap.your-name {
    margin-bottom: 20px;
    display: block;
    float: left;
}

.request span.wpcf7-list-item {
    margin-left: 0;
}

@media (max-width: 767px) {
    .mpppppppp {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 450px) {
    .request .wpcf7-form-control[name="your-name"], .request .wpcf7-form-control[name="your-tel"] {
        max-width: 300px;
        margin: 0 auto;
        float: none;
        display: block;
        width: 100%;
    }

    .request .wpcf7-form-control-wrap.your-name {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .request input.wpcf7-form-control.wpcf7-submit {
        padding: 10px;
        max-width: 300px;
        display: block;
        margin: 0 auto;
        margin-top: 15px;

    }
}

@media (max-width: 400px) {
    .request span.wpcf7-list-item {
        margin-left: 0;
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 420px) {
    .white-popup-block {
        width: 95%;
        margin: 0 auto;
    }
}

.dok {
    font-size: 14px;
    padding-top: 5px;
}

.dok:after,
.dok:before {
    content: '';
    display: table;
    clear: both;
    width: 100%;
}

.red-btn {
    background: #d91b1b;
    color: white;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    border-radius: 3px;
}

.saaale {
    background: green;
    padding: 10px 36px;
    color: white;
    display: block;
    right: -1px;
    top: -1px;
    text-decoration: none;
    position: absolute;
}

.dev__copyright {
    text-align: right;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #babac0;
}

.dev__copyright a {
    color: white;
}

.utm_hdn, .utm {
    display: none;
}

.copy-container {
    background-image: url(../img/bg-body.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 10px solid #ffb540;
    padding: 30px 0;
}

.copy-container p {
    font-size: 21px;
    margin: 0;
    padding: 0 15px;
    text-transform: uppercase;
    text-align: center;
}

.placeholder:after {
  position: absolute;
  top: 5px;
  right: 15px;
  color: red;
  content: '*';
}