@import url("https://fonts.googleapis.com/css?family=Spectral:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&subset=cyrillic");
@import url(magnific-popup.css);
@import url(animate.css);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

#loader {
    position: fixed;
    z-index: 100500;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .95);
    background-position: center;
}

#filter_loader {
    display: none;
    position: fixed;
    z-index: 100500;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .95);
    background-position: center;
}

.preloaderjs .spinner {
    display: none !important
}

.preloaderjs#page-preloader {
    background: rgba(46, 46, 46, .99) !important
}

#page-preloader {
    position: fixed;
    z-index: 100500;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2e2e2e;
    background: rgba(0, 0, 0, .95)
}

#page-preloader .spinner,
#page-preloader .thecube {
    position: absolute;
    z-index: 1001;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px
}

#page-preloader .spinner {
    top: 50%;
    left: 50%;
    -webkit-animation: spin 2.5s infinite linear;
    animation: spin 2.5s infinite linear;
    border: 3px solid transparent;
    border-top-color: #e7e4d7;
    border-radius: 50%
}

#page-preloader .spinner:after,
#page-preloader .spinner:before {
    position: absolute;
    content: '';
    border-radius: 50%
}

#page-preloader .spinner:before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    border: 3px solid transparent;
    border-top-color: #71383e
}

#page-preloader .spinner:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    border: 3px solid transparent;
    border-top-color: #efa96b
}

#page-preloader .thecube {
    top: 50%;
    left: 50%
}

.thecube {
    width: 75px;
    height: 75px;
    margin: 50px auto 0;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.thecube .cube {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.page-loading,
.thecube .cube:before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.thecube .cube:before {
    position: absolute;
    background-color: #ff3740;
    -webkit-animation: foldthecube 2.4s infinite linear both;
    -moz-animation: foldthecube 2.4s infinite linear both;
    -ms-animation: foldthecube 2.4s infinite linear both;
    -o-animation: foldthecube 2.4s infinite linear both;
    animation: foldthecube 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.thecube .c2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.thecube .c3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.thecube .c4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.thecube .c2:before {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -ms-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s
}

.thecube .c3:before {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s
}

.thecube .c4:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes foldthecube {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        -moz-transform: perspective(140px) rotateX(-180deg);
        -ms-transform: perspective(140px) rotateX(-180deg);
        -o-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        -moz-transform: perspective(140px) rotateX(0);
        -ms-transform: perspective(140px) rotateX(0);
        -o-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }

    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        -moz-transform: perspective(140px) rotateY(180deg);
        -ms-transform: perspective(140px) rotateY(180deg);
        -o-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes foldthecube {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        -moz-transform: perspective(140px) rotateX(-180deg);
        -ms-transform: perspective(140px) rotateX(-180deg);
        -o-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        -moz-transform: perspective(140px) rotateX(0);
        -ms-transform: perspective(140px) rotateX(0);
        -o-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }

    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        -moz-transform: perspective(140px) rotateY(180deg);
        -ms-transform: perspective(140px) rotateY(180deg);
        -o-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.page-loading {
    background: rgba(255, 255, 255, .8);
    content: "";
    position: fixed;
    z-index: 2147483647
}

.page-preloader>.thecube {
    left: 50%;
    margin-left: -30px;
    margin-top: -70px;
    position: absolute;
    top: 50%
}

.pix-dynamic-content,
.sidebar label {
    position: relative
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

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

.container {
    margin: auto;
    max-width: 1453px
}

.main {
    margin: auto;
    padding-left: 63px;
    padding-right: 63px
}

.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xs-1 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.pre-lg-1,
.pre-md-1,
.pre-sm-1,
.pre-xs-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

@media screen and (min-width: 1201px) {
    .col-lg-1 {
        width: 8.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .col-md-1 {
        width: 8.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .col-sm-1 {
        width: 8.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .col-xs-1 {
        width: 8.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 1201px) {
    .pre-lg-1 {
        margin-left: 8.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .pre-md-1 {
        margin-left: 8.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .pre-sm-1 {
        margin-left: 8.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .pre-xs-1 {
        margin-left: 8.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xs-2 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.pre-lg-2,
.pre-md-2,
.pre-sm-2,
.pre-xs-2 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

@media screen and (min-width: 1201px) {
    .col-lg-2 {
        width: 16.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .col-md-2 {
        width: 16.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .col-sm-2 {
        width: 16.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .col-xs-2 {
        width: 16.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 1201px) {
    .pre-lg-2 {
        margin-left: 16.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .pre-md-2 {
        margin-left: 16.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .pre-sm-2 {
        margin-left: 16.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .pre-xs-2 {
        margin-left: 16.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xs-3 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.pre-lg-3,
.pre-md-3,
.pre-sm-3,
.pre-xs-3 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

@media screen and (min-width: 1201px) {
    .col-lg-3 {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .col-md-3 {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .col-sm-3 {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .col-xs-3 {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 1201px) {
    .pre-lg-3 {
        margin-left: 25%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .pre-md-3 {
        margin-left: 25%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .pre-sm-3 {
        margin-left: 25%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .pre-xs-3 {
        margin-left: 25%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xs-4 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.pre-lg-4,
.pre-md-4,
.pre-sm-4,
.pre-xs-4 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

@media screen and (min-width: 1201px) {
    .col-lg-4 {
        width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .col-md-4 {
        width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .col-sm-4 {
        width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .col-xs-4 {
        width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 1201px) {
    .pre-lg-4 {
        margin-left: 33.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .pre-md-4 {
        margin-left: 33.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .pre-sm-4 {
        margin-left: 33.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .pre-xs-4 {
        margin-left: 33.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xs-5 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.pre-lg-5,
.pre-md-5,
.pre-sm-5,
.pre-xs-5 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

@media screen and (min-width: 1201px) {
    .col-lg-5 {
        width: 41.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .col-md-5 {
        width: 41.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .col-sm-5 {
        width: 41.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .col-xs-5 {
        width: 41.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 1201px) {
    .pre-lg-5 {
        margin-left: 41.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .pre-md-5 {
        margin-left: 41.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .pre-sm-5 {
        margin-left: 41.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .pre-xs-5 {
        margin-left: 41.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xs-6 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.pre-lg-6,
.pre-md-6,
.pre-sm-6,
.pre-xs-6 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

@media screen and (min-width: 1201px) {
    .col-lg-6 {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .col-md-6 {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .col-sm-6 {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .col-xs-6 {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 1201px) {
    .pre-lg-6 {
        margin-left: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .pre-md-6 {
        margin-left: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .pre-sm-6 {
        margin-left: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .pre-xs-6 {
        margin-left: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xs-7 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.pre-lg-7,
.pre-md-7,
.pre-sm-7,
.pre-xs-7 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

@media screen and (min-width: 1201px) {
    .col-lg-7 {
        width: 58.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .col-md-7 {
        width: 58.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .col-sm-7 {
        width: 58.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .col-xs-7 {
        width: 58.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 1201px) {
    .pre-lg-7 {
        margin-left: 58.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .pre-md-7 {
        margin-left: 58.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .pre-sm-7 {
        margin-left: 58.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .pre-xs-7 {
        margin-left: 58.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xs-8 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.pre-lg-8,
.pre-md-8,
.pre-sm-8,
.pre-xs-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

@media screen and (min-width: 1201px) {
    .col-lg-8 {
        width: 66.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .col-md-8 {
        width: 66.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .col-sm-8 {
        width: 66.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .col-xs-8 {
        width: 66.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 1201px) {
    .pre-lg-8 {
        margin-left: 66.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .pre-md-8 {
        margin-left: 66.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .pre-sm-8 {
        margin-left: 66.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .pre-xs-8 {
        margin-left: 66.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xs-9 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.pre-lg-9,
.pre-md-9,
.pre-sm-9,
.pre-xs-9 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

@media screen and (min-width: 1201px) {
    .col-lg-9 {
        width: 75%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .col-md-9 {
        width: 75%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .col-sm-9 {
        width: 75%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .col-xs-9 {
        width: 75%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 1201px) {
    .pre-lg-9 {
        margin-left: 75%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .pre-md-9 {
        margin-left: 75%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .pre-sm-9 {
        margin-left: 75%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .pre-xs-9 {
        margin-left: 75%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xs-10 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.pre-lg-10,
.pre-md-10,
.pre-sm-10,
.pre-xs-10 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

@media screen and (min-width: 1201px) {
    .col-lg-10 {
        width: 83.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .col-md-10 {
        width: 83.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .col-sm-10 {
        width: 83.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .col-xs-10 {
        width: 83.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 1201px) {
    .pre-lg-10 {
        margin-left: 83.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .pre-md-10 {
        margin-left: 83.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .pre-sm-10 {
        margin-left: 83.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .pre-xs-10 {
        margin-left: 83.33333%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xs-11 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.pre-lg-11,
.pre-md-11,
.pre-sm-11,
.pre-xs-11 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

@media screen and (min-width: 1201px) {
    .col-lg-11 {
        width: 91.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .col-md-11 {
        width: 91.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .col-sm-11 {
        width: 91.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .col-xs-11 {
        width: 91.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 1201px) {
    .pre-lg-11 {
        margin-left: 91.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .pre-md-11 {
        margin-left: 91.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .pre-sm-11 {
        margin-left: 91.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .pre-xs-11 {
        margin-left: 91.66667%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.pre-lg-12,
.pre-md-12,
.pre-sm-12,
.pre-xs-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

@media screen and (min-width: 1201px) {
    .col-lg-12 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .col-md-12 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .col-sm-12 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .col-xs-12 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 1201px) {
    .pre-lg-12 {
        margin-left: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .pre-md-12 {
        margin-left: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .pre-sm-12 {
        margin-left: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 768px) {
    .pre-xs-12 {
        margin-left: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.row:after {
    content: '';
    display: block;
    height: 0;
    clear: both
}

@font-face {
    font-family: 'Museo_Sans_Cyrl';
    src: url("../fonts/MuseoSansCyrl-100.bin");
    src: local("../fonts/MuseoSansCyrl-100"), url("../fonts/MuseoSansCyrl-100-1.bin") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100-2.bin") format("woff"), url("../fonts/MuseoSansCyrl-100-3.bin") format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Museo_Sans_Cyrl';
    src: url("../fonts/MuseoSansCyrl-100Italic.bin");
    src: local("../fonts/MuseoSansCyrl-100Italic"), url("../fonts/MuseoSansCyrl-100Italic-1.bin") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100Italic-2.bin") format("woff"), url("../fonts/MuseoSansCyrl-100Italic-3.bin") format("truetype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: 'Museo_Sans_Cyrl';
    src: url("../fonts/MuseoSansCyrl-300.bin");
    src: local("../fonts/MuseoSansCyrl-300"), url("../fonts/MuseoSansCyrl-300-1.bin") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300-2.bin") format("woff"), url("../fonts/MuseoSansCyrl-300-3.bin") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Museo_Sans_Cyrl';
    src: url("../fonts/MuseoSansCyrl-300Italic.bin");
    src: local("../fonts/MuseoSansCyrl-300Italic"), url("../fonts/MuseoSansCyrl-300Italic-1.bin") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300Italic-2.bin") format("woff"), url("../fonts/MuseoSansCyrl-300Italic-3.bin") format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Museo_Sans_Cyrl';
    src: url("../fonts/MuseoSansCyrl-500.bin");
    src: local("../fonts/MuseoSansCyrl-500"), url("../fonts/MuseoSansCyrl-500-1.bin") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500-2.bin") format("woff"), url("../fonts/MuseoSansCyrl-500-3.bin") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Museo_Sans_Cyrl';
    src: url("../fonts/MuseoSansCyrl-500Italic.bin");
    src: local("../fonts/MuseoSansCyrl-500Italic"), url("../fonts/MuseoSansCyrl-500Italic-1.bin") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500Italic-2.bin") format("woff"), url("../fonts/MuseoSansCyrl-500Italic-3.bin") format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: 'Museo_Sans_Cyrl';
    src: url("../fonts/MuseoSansCyrl-700.bin");
    src: local("../fonts/MuseoSansCyrl-700"), url("../fonts/MuseoSansCyrl-700-1.bin") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700-2.bin") format("woff"), url("../fonts/MuseoSansCyrl-700-3.bin") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Museo_Sans_Cyrl';
    src: url("../fonts/MuseoSansCyrl-700Italic.bin");
    src: local("../fonts/MuseoSansCyrl-700Italic"), url("../fonts/MuseoSansCyrl-700Italic-1.bin") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700Italic-2.bin") format("woff"), url("../fonts/MuseoSansCyrl-700Italic-3.bin") format("truetype");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Museo_Sans_Cyrl';
    src: url("../fonts/MuseoSansCyrl-900.bin");
    src: local("../fonts/MuseoSansCyrl-900"), url("../fonts/MuseoSansCyrl-900-1.bin") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900-2.bin") format("woff"), url("../fonts/MuseoSansCyrl-900-3.bin") format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Museo_Sans_Cyrl';
    src: url("../fonts/MuseoSansCyrl-900Italic.bin");
    src: local("../fonts/Museo Sans Cyrl 900 Italic"), local("MuseoSansCyrl-900Italic"), url("../fonts/MuseoSansCyrl-900Italic-1.bin") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900Italic-2.bin") format("woff"), url("../fonts/MuseoSansCyrl-900Italic-3.bin") format("truetype");
    font-weight: bold;
    font-style: italic
}

.icon-Telegram {
    background-image: url(../images/sprite.png);
    background-position: 0px -25px;
    width: 23px;
    height: 20px
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 192dpi) {
    .icon-Telegram {
        background-image: url(../images/sprite@2x.png);
        background-size: 49px 45px
    }
}

.icon-Viber {
    background-image: url(../images/sprite.png);
    background-position: -25px 0px;
    width: 24px;
    height: 24px
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 192dpi) {
    .icon-Viber {
        background-image: url(../images/sprite@2x.png);
        background-size: 49px 45px
    }
}

.icon-WhatsApp {
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 25px;
    height: 25px
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 192dpi) {
    .icon-WhatsApp {
        background-image: url(../images/sprite@2x.png);
        background-size: 49px 45px
    }
}

.icon-tel {
    background-image: url(../images/sprite.png);
    background-position: -23px -25px;
    width: 21px;
    height: 19px
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 192dpi) {
    .icon-tel {
        background-image: url(../images/sprite@2x.png);
        background-size: 49px 45px
    }
}

.icon-Telegram {
    background-image: url(../images/sprite.png);
    background-position: 0px -25px;
    width: 23px;
    height: 20px
}

.icon-Viber {
    background-image: url(../images/sprite.png);
    background-position: -25px 0px;
    width: 24px;
    height: 24px
}

.icon-WhatsApp {
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 25px;
    height: 25px
}

.icon-tel {
    background-image: url(../images/sprite.png);
    background-position: -23px -25px;
    width: 21px;
    height: 19px
}

.pPixel {
    top: 0;
    left: 0;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 22230px;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    pointer-events: none;
    display: block;
    z-index: 99
}

.pPixel_btn {
    position: fixed;
    z-index: 1000;
    top: 50%;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.pPixel_hide {
    border-radius: 0 180px 180px 0;
    background: green;
    left: 0
}

.pPixel_inv {
    border-radius: 180px 0 0 180px;
    background: red;
    right: 0
}

.pPixel.hd {
    display: none
}

.pPixel.inv {
    -webkit-filter: invert(100%)
}

.icon {
    display: inline-block
}

strong {
    font-weight: bold
}

#ribalki,
#caitering,
#gidro {
    display: none;
}

.btn {
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    color: #483f38;
    text-align: center;
    letter-spacing: 1.7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 180px;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn img,
.btn .icon {
    margin-right: 8px
}

.btn-full {
    height: 90px;
    -webkit-box-shadow: 0 5px 0 #E79F5D, inset 0 -2px 5px #FFCB5A;
    box-shadow: 0 5px 0 #E79F5D, inset 0 -2px 5px #FFCB5A;
    margin-bottom: 5px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
    line-height: 1.643;
    background: #ffe9a1;
    background: -webkit-linear-gradient(top, #ffe9a1 0%, #ffbd1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe9a1), to(#ffbd1f));
    background: -o-linear-gradient(top, #ffe9a1 0%, #ffbd1f 100%);
    background: linear-gradient(to bottom, #ffe9a1 0%, #ffbd1f 100%)
}

.btn-full:hover {
    background: #ffedb7;
    -webkit-box-shadow: 0 3px 0 #E79F5D, inset 0 -2px 5px #FFCB5A;
    box-shadow: 0 3px 0 #E79F5D, inset 0 -2px 5px #FFCB5A;
    background: -webkit-linear-gradient(top, #ffedb7 0%, #ffc107 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffedb7), to(#ffc107));
    background: -o-linear-gradient(top, #ffedb7 0%, #ffc107 100%);
    background: linear-gradient(to bottom, #ffedb7 0%, #ffc107 100%)
}

.btn-empty {
    height: 90px;
    background: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #FFCE51
}

.btn-empty:hover {
    background: #FFD666;
    border: 2px solid #FFD666
}

.btn-sm {
    font-size: 11px;
    height: 50px;
    -webkit-box-shadow: 0 3px 0 #E79F5D, inset 0 -2px 5px #FFCB5A;
    box-shadow: 0 3px 0 #E79F5D, inset 0 -2px 5px #FFCB5A;
    margin-bottom: 3px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
    line-height: 1.643;
    background: #ffe9a1;
    background: -webkit-linear-gradient(top, #ffe9a1 0%, #ffbd1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe9a1), to(#ffbd1f));
    background: -o-linear-gradient(top, #ffe9a1 0%, #ffbd1f 100%);
    background: linear-gradient(to bottom, #ffe9a1 0%, #ffbd1f 100%)
}

.btn-sm:hover {
    background: #ffedb7;
    -webkit-box-shadow: 0 1px 0 #E79F5D, inset 0 -2px 5px #FFCB5A;
    box-shadow: 0 1px 0 #E79F5D, inset 0 -2px 5px #FFCB5A;
    background: -webkit-linear-gradient(top, #ffedb7 0%, #ffc107 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffedb7), to(#ffc107));
    background: -o-linear-gradient(top, #ffedb7 0%, #ffc107 100%);
    background: linear-gradient(to bottom, #ffedb7 0%, #ffc107 100%)
}

.btn-link {
    color: #8299ae
}

.btn-link:hover {
    color: #a2c64c
}

.btn-link2 {
    color: #3b85ee;
    font-size: 12px;
    display: inline-block;
    border-bottom: 1px dotted #3b85ee;
    text-transform: uppercase;
    letter-spacing: 1.1px
}

.btn-link2:hover {
    color: #3b85ee;
    border-bottom: none
}

.header-socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.soc-ceti {
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
}

.header-socials__item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 5px;
}

.header-socials__item:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.header-socials__item_vk {
    background-image: url("../images/vk-inner.svg");
}

.header-socials__item_inst {
    background-image: url("../images/inst-inner.svg");
}

.header-socials__item_whatsapp {
    background-image: url("../images/whatsapp-inner.svg");
}

.header-socials__item-icon {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}

.header-socials__item-icon_vk {
    background-image: url("../images/vk.svg");
}

.header-socials__item-icon_inst {
    background-image: url("../images/inst.svg");
}

.header-socials__item-icon_whatsapp {
    background-image: url("../images/whatsapp.svg");
}

.product-nav-tabs {
    margin: 40px auto;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.product-nav-tabs .nav-link {
    padding: 15px;
    text-align: center;
    font-family: 'Museo_Sans_Cyrl' !important;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 300;
    background: #f3f3f3;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 1.2em;
    transition: .4s;
    -webkit-box-shadow: 0 2px 38px 0 rgb(122 122 122 / 10%);
    -moz-box-shadow: 0 2px 38px 0 rgba(122, 122, 122, .1);
    box-shadow: 0 2px 38px 0 rgb(122 122 122 / 10%);
}

.product-nav-tabs .nav-link.active {
    color: inherit;
    background: #ffedb7;
    -webkit-box-shadow: 0 1px 0 #e79f5d, inset 0 -2px 5px #ffcb5a;
    box-shadow: 0 1px 0 #e79f5d, inset 0 -2px 5px #ffcb5a;
    background: -webkit-linear-gradient(top, #ffedb7 0%, #ffc107 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffedb7), to(#ffc107));
    background: -o-linear-gradient(top, #ffedb7 0%, #ffc107 100%);
    background: linear-gradient(to bottom, #ffedb7 0%, #ffc107 100%);
}

.usl {
    margin-top: 10px;
    width: 180px;
}

@media screen and (max-width: 640px) {
    .mobs {
        display: none !important;
    }

    .btn {
        font-size: 11.2px;
        text-align: center;
        width: 100%;
        display: block;
        font-weight: normal;
        text-transform: uppercase;
        color: #483f38;
        text-align: center;
        letter-spacing: 1.7px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 180px;
        -webkit-transition-duration: .4s;
        -o-transition-duration: .4s;
        transition-duration: .4s;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .btn img,
    .btn .icon {
        margin-right: 5px;
        margin-left: 5px;
    }

    .product-nav-tabs {
        text-align: center;
    }

    #vsee .nav-item {
        padding: 5px 0px;
        width: 100%;
        margin: 15px auto;
    }

    .btn-full {
        height: 74px;
        -webkit-box-shadow: 0 5px 0 #E79F5D, inset 0 -2px 5px #FFCB5A;
        box-shadow: 0 5px 0 #E79F5D, inset 0 -2px 5px #FFCB5A;
        margin-bottom: 5px;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
        line-height: 1.643;
        background: #ffe9a1;
        background: -webkit-linear-gradient(top, #ffe9a1 0%, #ffbd1f 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#ffe9a1), to(#ffbd1f));
        background: -o-linear-gradient(top, #ffe9a1 0%, #ffbd1f 100%);
        background: linear-gradient(to bottom, #ffe9a1 0%, #ffbd1f 100%)
    }

    .btn-full:hover {
        background: #ffedb7;
        -webkit-box-shadow: 0 3px 0 #E79F5D, inset 0 -2px 5px #FFCB5A;
        box-shadow: 0 3px 0 #E79F5D, inset 0 -2px 5px #FFCB5A;
        background: -webkit-linear-gradient(top, #ffedb7 0%, #ffc107 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#ffedb7), to(#ffc107));
        background: -o-linear-gradient(top, #ffedb7 0%, #ffc107 100%);
        background: linear-gradient(to bottom, #ffedb7 0%, #ffc107 100%)
    }

    .btn-empty {
        height: 90px;
        background: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #FFCE51
    }

    .btn-empty:hover {
        background: #FFD666;
        border: 2px solid #FFD666
    }

    .btn-sm {
        font-size: 8px;
        height: 50px !important;
        -webkit-box-shadow: 0 3px 0 #E79F5D, inset 0 -2px 5px #FFCB5A;
        box-shadow: 0 3px 0 #E79F5D, inset 0 -2px 5px #FFCB5A;
        margin-bottom: 3px;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
        line-height: 1.643;
        background: #ffe9a1;
        background: -webkit-linear-gradient(top, #ffe9a1 0%, #ffbd1f 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#ffe9a1), to(#ffbd1f));
        background: -o-linear-gradient(top, #ffe9a1 0%, #ffbd1f 100%);
        background: linear-gradient(to bottom, #ffe9a1 0%, #ffbd1f 100%);
    }

    .bl5--link .btn-link2 {
        font-size: 9px !important;
    }

    .btn-sm:hover {
        background: #ffedb7;
        -webkit-box-shadow: 0 1px 0 #E79F5D, inset 0 -2px 5px #FFCB5A;
        box-shadow: 0 1px 0 #E79F5D, inset 0 -2px 5px #FFCB5A;
        background: -webkit-linear-gradient(top, #ffedb7 0%, #ffc107 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#ffedb7), to(#ffc107));
        background: -o-linear-gradient(top, #ffedb7 0%, #ffc107 100%);
        background: linear-gradient(to bottom, #ffedb7 0%, #ffc107 100%)
    }

    .btn-link {
        color: #8299ae
    }

    .btn-link:hover {
        color: #a2c64c
    }
}

.mess-btn {
    text-align: center;
    display: block;
    height: 56px;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.mess-btn .icon {
    display: block;
    margin: auto
}

.mess-btn b {
    display: block;
    height: 30px
}

.mess-btn span {
    cursor: pointer;
    border-bottom: 1px dashed #000;
    display: inline-block
}

.form--item.bl18--form--item input:checked+label span {
    font-weight: normal;
    color: #a2c64c;
    border-bottom: 1px dashed #a2c64c
}

.bg1 {
    background-color: #ffffff;
    background-image: url(/storage/app/media/bga2.jpg);
    background-position: 50% 0, 50% 100%;
    background-repeat: no-repeat, no-repeat
}

@media screen and (max-width: 992px) {
    .bg1 {
        background-color: #ffffff;
        background-image: url(/storage/app/media/bgqmob.jpg);
        background-position: 50% 0;
        background-repeat: no-repeat
    }
}

.h2 {
    line-height: 1.16;
    text-align: center;
    font-weight: 100;
    font-size: 46px
}

.h2 b {
    font-family: 'Spectral', serif;
    font-style: italic;
    font-size: 56px;
    font-weight: 600
}

@media screen and (max-width: 885px) {
    .h2 {
        font-size: 36px
    }

    .h2 b {
        font-size: 40px
    }
}

@media screen and (max-width: 768px) {
    .h2 {
        font-size: 26px
    }

    .h2 b {
        font-size: 30px
    }
}

.hide {
    display: none
}

.wrapper {
    overflow: hidden
}

body {
    font-family: 'Museo_Sans_Cyrl';
    font-size: 16px;
    line-height: 1.5;
    color: #212121
}

a,
a:hover {
    text-decoration: none;
    color: #212121
}

.form--wr {
    position: relative
}

.form--wr:before {
    display: block;
    content: '';
    border-radius: 0px 0px 15px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    position: absolute;
    height: 50px;
    left: 30px;
    right: 30px;
    bottom: -11px;
    z-index: -1
}

.form--title {
    font-size: 32px;
    font-style: italic;
    font-family: 'Spectral', serif;
    font-weight: 600
}

@media screen and (max-width: 768px) {
    .form--title {
        line-height: 1.2;
        font-size: 30px
    }
}

.form--text {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 35px
}

@media screen and (max-width: 768px) {
    .form--text {
        padding-bottom: 20px;
        font-size: 18px
    }
}

.form--item {
    margin-bottom: 20px
}

.form--item sub {
    font-size: 12px;
    font-weight: 300;
    padding-top: 8px;
    display: block
}

.form--file {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 5px
}

.form--file span {
    display: inline-block;
    letter-spacing: 1.1px;
    vertical-align: top;
    font-size: 12px;
    color: #3b85ee;
    text-transform: uppercase;
    margin-left: 10px;
    border-bottom: 1px dashed #3b85ee
}

@media screen and (max-width: 768px) {
    .form--file {
        text-align: left;
        width: 165px;
        padding-left: 40px;
        position: relative;
        padding-top: 20px
    }

    .form--file span {
        top: 0;
        left: 0;
        font-size: 11px
    }

    .form--file img {
        left: 20px;
        top: 10px;
        position: absolute
    }
}

.form--btn {
    padding-top: 15px
}

.form--statusline {
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
    overflow: hidden;
    border-radius: 180px
}

.form--statusline-wr {
    max-width: 820px;
    height: 60px;
    position: relative;
    margin: auto
}

.form--statusline-wr:before {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/bl6--stick.png);
    width: 271px;
    height: 277px;
    right: -257px;
    top: -14px;
    z-index: -10;
}

@media screen and (max-width: 768px) {
    .form--statusline-wr:before {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .form--statusline-wr {
        height: 40px
    }
}

.form--statusline--text {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 300;
    color: #8299ae;
    width: 100%;
    height: 100%
}

.form--statusline--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: green;
    font-size: 15px;
    font-weight: 300;
    color: #8299ae;
    width: 100%;
    height: 100%;
    border-radius: 180px;
    background: url(../images/statusline.jpg)
}

.form--btn2wr {
    max-width: 600px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 550px) {
    .form--btn2wr {
        display: block;
        text-align: center;
        margin: auto;
        max-width: 313px
    }

    .form--btn2wr .btn-full {
        width: 100% !important
    }

    .form--btn2wr .btn-full a {
        width: 100% !important
    }

    .form--btn2wr .btn-link {
        width: 100% !important;
        margin-top: 30px
    }

    .form--btn2wr .btn-link a {
        width: 100% !important
    }
}

.form--btn2wr .btn-full {
    width: 313px;
    height: 81px
}

.form--radiowr {
    padding-top: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 281px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form--radio {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form--radio label {
    font-size: 19px;
    cursor: pointer;
    font-weight: 300
}

.form--radio label:before {
    vertical-align: middle;
    margin-right: 20px;
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 180px;
    background: #f9f7f7;
    -webkit-box-shadow: inset 0px 2px 3px 0px rgb(111 111 111 / 7%);
    box-shadow: inset 0px 2px 3px 0px rgb(119 115 115 / 7%);
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

@media screen and (max-width: 830px) {
    .form--radio label {
        font-size: 17px
    }
}

.form--radio input:checked+label:before {
    background: url(../images/radio--check.png) 50% 50% no-repeat
}

.form--area1 {
    width: 50%;
    padding-left: 10px;
    padding-left: 15px;
    padding-bottom: 52px;
}

.yahta {
    position: relative;
}

.yahta:hover:before {
    visibility: visible;
    -webkit-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
}

.yahta:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #115aa75e;
    background-image: url(../images/scale.png), -webkit-linear-gradient(45deg, #115aa747, #115aa761);
    background-image: url(../images/scale.png), -o-linear-gradient(45deg, #115aa747, #115aa761);
    background-image: url(../images/scale.png), linear-gradient(45deg, #115aa747, #115aa761);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 3;
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .form--area1 {
        width: 50%;
        padding-left: 0
    }
}

@media screen and (max-width: 470px) {
    .form--area1 {
        width: 100%
    }
}

.form--area2 {
    width: 50%;
    padding-left: 15px;
    padding-bottom: 52px;
}

@media screen and (max-width: 768px) {
    .form--area2 {
        width: 50%;
        padding-left: 0
    }
}

@media screen and (max-width: 470px) {
    .form--area2 {
        width: 100%;
        padding-bottom: 0
    }
}

.form--area3 {
    width: 40%;
    padding-left: 15px;
    padding-bottom: 52px;
}

@media screen and (max-width: 768px) {
    .form--area3 {
        width: 50%;
        padding-left: 0
    }
}

@media screen and (max-width: 470px) {
    .form--area3 {
        width: 100%;
        padding-bottom: 0
    }
}

.form--area4 {
    width: 50%;
    padding-left: 99px;
    padding-bottom: 52px;
}

@media screen and (max-width: 768px) {
    .form--area4 {
        width: 50%;
        padding-left: 0
    }
}

@media screen and (max-width: 470px) {
    .form--area4 {
        width: 100%
    }
}

.form--area4 input[type="text"] {
    margin-top: -11px
}

.form--budget1 {
    margin-top: -18px;
    width: 37.5%
}

@media screen and (max-width: 768px) {
    .form--budget1 {
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px;
        margin-top: 0
    }
}

.form--budget1 p {
    padding-bottom: 30px
}

@media screen and (max-width: 768px) {
    .form--budget1 p {
        padding-bottom: 20px
    }
}

.form--budget2 {
    padding-left: 20px;
    margin-top: -18px;
    width: 37.5%
}

@media screen and (max-width: 768px) {
    .form--budget2 {
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px;
        margin-top: 0
    }
}

.form--budget2 p {
    padding-bottom: 30px
}

@media screen and (max-width: 768px) {
    .form--budget2 p {
        padding-bottom: 20px
    }
}

.form--budget3 {
    padding-left: 15px;
    margin-top: -28px;
    width: 25%
}

@media screen and (max-width: 768px) {
    .form--budget3 {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
        margin-top: 10px
    }
}

.form--bedrooms1 {
    padding-left: 92px;
    width: 50%
}

@media screen and (max-width: 768px) {
    .form--bedrooms1 {
        width: 100%;
        padding-left: 0
    }
}

.form--bedrooms2 {
    padding-left: 114px;
    width: 50%
}

@media screen and (max-width: 768px) {
    .form--bedrooms2 {
        width: 100%;
        padding-left: 0
    }
}

.form--bedrooms3 {
    padding-left: 92px;
    width: 50%
}

@media screen and (max-width: 768px) {
    .form--bedrooms3 {
        width: 100%;
        padding-left: 0
    }
}

.form--floor1 {
    padding-left: 105px;
    width: 32%;
}

@media screen and (max-width: 768px) {
    .form--floor1 {
        padding-left: 0
    }
}

@media screen and (max-width: 500px) {
    .form--floor1 {
        width: 100%
    }
}

.form--floor2,
.form--floor3 {
    padding-left: 91px;
    width: 32%;
}

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

    .form--floor2,
    .form--floor3 {
        padding-left: 0
    }
}

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

    .form--floor2,
    .form--floor3 {
        width: 100%
    }
}

input,
select,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #F9F9F9;
    width: 100%;
    font-family: 'Museo_Sans_Cyrl';
    padding: 0;
    height: 70px;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    border: none;
    color: #8299ae;
    padding-left: 40px;
    box-sizing: border-box;
    border-radius: 6px
}

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

    input,
    select,
    textarea {
        font-size: 16px
    }
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8299ae
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #8299ae
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #8299ae
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #8299ae
}

input.noValid,
select.noValid,
textarea.noValid {
    border: 1px solid #FF9E9E !important
}

input.noValid::-webkit-input-placeholder,
select.noValid::-webkit-input-placeholder,
textarea.noValid::-webkit-input-placeholder {
    color: #FF9E9E
}

input.noValid::-moz-placeholder,
select.noValid::-moz-placeholder,
textarea.noValid::-moz-placeholder {
    color: #FF9E9E
}

input.noValid:-ms-input-placeholder,
select.noValid:-ms-input-placeholder,
textarea.noValid:-ms-input-placeholder {
    color: #FF9E9E
}

input.noValid:-moz-placeholder,
select.noValid:-moz-placeholder,
textarea.noValid:-moz-placeholder {
    color: #FF9E9E
}

textarea {
    height: 160px;
    padding-top: 30px;
    padding-bottom: 30px;
    resize: none
}

.privacy {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    padding-top: 30px
}

.privacy a {
    color: #1892f0
}

.form--time {
    text-transform: uppercase !important
}

.header {
    width: 100%;
    padding-top: 37px;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.header.sticky {
    background: rgba(255, 255, 255, 0.95);
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0
}

@media screen and (max-width: 885px) {
    .header {
        padding-top: 20px
    }
}

.header--logo {
    /*
    margin-top: -10px;
    width: 15%;
    float: left;
    margin-left: 5%*/
    margin-top: -10px;
    width: 6%;
    float: left;
    margin-left: 6%;
}

@media screen and (max-width: 1140px) {
    .header--logo {
        margin-left: 0;
        width: 20%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15px
    }
}

@media screen and (max-width: 885px) {
    .header--logo {
        width: 30%
    }
}

@media screen and (max-width: 640px) {
    .header--logo {
        width: 30%;
    }
}

.header--slogan {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 4px;
    margin-top: 2px;
    width: 25%;
    float: left;
    color: #050606;
    font-size: 17px;
    font-weight: 300
}

@media screen and (max-width: 992px) {
    .header--slogan {
        width: 30%
    }
}

@media screen and (max-width: 885px) {
    .header--slogan {
        width: 40%
    }
}

@media screen and (max-width: 640px) {
    .header--slogan {
        padding-left: 15px;
        width: 50%;
        font-size: 13px;
    }
}

.header--schedule {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    width: 17%;
    float: left;
    font-size: 19px
}

.header--schedule span {
    font-family: 'Spectral', serif;
    display: block;
    color: #0e0d0b;
    font-style: italic
}

.header--schedule b {
    font-size: 15px
}

@media screen and (max-width: 992px) {
    .header--schedule {
        display: none
    }
}

.header--contacts {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 43px;
    width: 20%;
    float: left;
    font-size: 19px
}

.header--contacts span {
    font-style: italic;
    font-family: 'Spectral', serif;
    display: block;
    color: #0e0d0b
}

@media screen and (max-width: 992px) {
    .header--contacts {
        width: 25%
    }
}

@media screen and (max-width: 885px) {
    .header--contacts {
        display: none
    }
}

.header--btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    width: 15%;
    float: left
}

@media screen and (max-width: 1140px) {
    .header--btn {
        width: 20%;
        padding-right: 15px
    }
}

@media screen and (max-width: 992px) {
    .header--btn {
        width: 25%
    }
}

@media screen and (max-width: 885px) {
    .header--btn {
        width: 30%
    }
}

@media screen and (max-width: 640px) {
    .header--btn {
        width: auto;
        position: absolute;
        right: 0px;
        top: 20px;
    }

    .header--btn .btn {
        height: auto;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        background: #fff;
        padding: 5px;
    }

    .header--btn img {
        width: 20px;
    }

    .header--btn span {
        display: none
    }
}

.bl1 {
    padding-bottom: 112px;
    padding-bottom: 12px
}

.bl1--left {
    width: 65%;
    float: left;
    padding-left: 5%
}

@media screen and (max-width: 1140px) {
    .bl1--left {
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (max-width: 640px) {
    .bl1--left {
        float: none;
        width: 290px;
        margin: auto;
        padding: 0
    }
}

.bl1--left h1 {
    font-weight: 100;
    margin-top: 68px;
    font-size: 46px;
    line-height: 1.16
}

.bl1--left h1 b {
    font-family: 'Spectral', serif;
    font-weight: 600;
    font-style: italic;
    font-size: 64px
}

.bl1--left h1 span {
    padding-top: 18px;
    font-size: 22px;
    padding-left: 10px;
    color: #ffffff;
    padding-right: 10px;
    z-index: 1;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.bl1--left h1 span:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
    height: 100%;
    transform: skew(-8deg);
    background: #2e69bf;

    border-radius: 5px;
    z-index: -1;
}

@media screen and (max-width: 885px) {
    .bl1--left h1 {
        font-size: 36px
    }

    .bl1--left h1 b {
        font-size: 40px
    }

    .bl1--left h1 span {
        font-size: 18px
    }
}

@media screen and (max-width: 640px) {
    .bl1--left h1 {
        line-height: 1.3;
        margin-top: 62px;
        font-size: 26px
    }

    .bl1--left h1 b {
        font-size: 30px
    }

    .bl1--left h1 span {
        width: 225px;
        font-size: 16px
    }
}

.bl1--btn {
    margin-top: 77px;
    max-width: 350px
}

@media screen and (max-width: 640px) {
    .bl1--btn {
        margin-top: 35px
    }
}

.bl1--scroll {
    margin-top: 116px;
    opacity: 0;
    margin-left: 15.38462%
}

.bl1--scroll span {
    padding-top: 5px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    display: block;

}

@media screen and (max-width: 640px) {
    .bl1--scroll {
        display: none
    }
}

.bl1--right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 30%;
    padding-left: 25px
}

@media screen and (max-width: 1140px) {
    .bl1--right {
        width: 35%;
        padding-right: 15px;
        padding-left: 0
    }
}

@media screen and (max-width: 640px) {
    .bl1--right {
        width: 100%;
        padding-right: 0;
        opacity: 0;
    }
}

.bl1--box {
    font-size: 17px;
    margin-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px;
    text-align: center;
    width: 281px;
    padding-left: 20px;
    padding-right: 20px;
    height: 201px;
    position: relative;
    border-radius: 15px;
    font-weight: 300;
}

.box-v1 {
    background: url(../images/fb1.jpg);
}

.box-v2 {
    background: url(../images/fb2.jpg);
}

.bl1--box:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 1px solid #e3dbdb;
    border-radius: 10px;

}

.bl1--box b {
    font-weight: normal
}

.bl1--box span {
    text-align: center
}

@media screen and (max-width: 1140px) {
    .bl1--box {
        float: right
    }
}

@media screen and (max-width: 640px) {
    .bl1--box {
        margin: auto;
        opacity: 1;
        margin-top: 45px;
        float: none;
        height: 140px !important;
    }
}

.bl2 {
    padding-top: 0px
}

@media screen and (max-width: 640px) {
    .bl2 {
        padding-top: 30px;
        padding-top: 0px;
    }

    .bl2 h2 {
        max-width: 300px;
        margin: auto
    }

    .bl2 h2 br {
        display: none
    }
}

.bl2--block {
    margin-top: 70px;
    padding-left: 50%
}

@media screen and (max-width: 992px) {
    .bl2--block {
        padding: 0
    }
}

@media screen and (max-width: 640px) {
    .bl2--block {
        margin-top: 30px
    }
}

.bl2--boock {
    position: relative
}

@media screen and (max-width: 992px) {
    .bl2--boock {
        background: url(../images/bl2--boock2.png) 50% 0 no-repeat;
        padding-top: 200px;
    }
}

@media screen and (max-width: 640px) {
    .bl2--boock {
        padding-top: 260px
    }
}

.bl2--boock:before {
    left: -1915px;
    top: -5px;
    position: absolute;
    content: '';
    display: block;
    width: 2048px;
    height: 981px;
    background: url(../images/bl2--boock.png) 100% 0 no-repeat
}

@media screen and (max-width: 992px) {
    .bl2--boock:before {
        display: none
    }
}

.bl2--rules {
    left: -255px;
    bottom: -16px;
    width: 150px;
    height: 158px;
    position: absolute;
    display: block;
    background-image: url(../images/rules.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 10
}

@media screen and (max-width: 992px) {
    .bl2--rules {
        left: 50%;
        margin-left: -80px;
        top: 100px;
        bottom: auto;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@media screen and (max-width: 640px) {
    .bl2--rules {
        top: 153px
    }
}

.bl2--rules:hover {
    background-position: 0 -158px
}

.bl2--item {
    padding-left: 20px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 18px
}

@media screen and (max-width: 992px) {
    .bl2--item {
        max-width: 460px
    }
}

@media screen and (max-width: 550px) {
    .bl2--item {
        padding-bottom: 0
    }
}

.bl2--title {
    text-align: center;
    line-height: 47px;
    background: #f3f3f3;
    border-radius: 6px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    height: 47px;
    padding-left: 35px;
    padding-right: 35px;
    display: inline-block;
    -webkit-transform: skew(-13deg);
    -ms-transform: skew(-13deg);
    transform: skew(-13deg);
    font-size: 12px;
    color: #8299ae;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.bl2--title h3 {
    -webkit-transform: skew(13deg);
    -ms-transform: skew(13deg);
    transform: skew(13deg)
}

@media screen and (max-width: 992px) {
    .bl2--title {
        width: 250px;
        padding-right: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (max-width: 550px) {
    .bl2--title {
        padding-left: 15px
    }
}

.bl2 p {
    padding-left: 35px;
    font-size: 17px;
    font-weight: 300
}

@media screen and (max-width: 550px) {
    .bl2 p {
        padding-right: 15px
    }

    .bl2 p br {
        display: none
    }
}

.bl2--item1 {
    margin-left: -30px
}

@media screen and (max-width: 992px) {
    .bl2--item1 {
        margin: auto
    }
}

.bl2--item2 {
    margin-left: 30px
}

@media screen and (max-width: 992px) {
    .bl2--item2 {
        margin: auto
    }
}

.bl2--text {
    font-family: 'Spectral', serif;
    position: relative;
    margin-top: 35px;
    font-size: 18px;
    color: #8299ae;
    font-style: italic;
    margin-left: 25px;
    padding-left: 126px;
    background: url(../images/bl2--text.png) 0 10px no-repeat
}

@media screen and (max-width: 992px) {
    .bl2--text {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 435px;
        margin: 60px auto 0
    }
}

@media screen and (max-width: 450px) {
    .bl2--text {
        text-align: center;
        background: url(../images/bl2--text.png) 50% 0px no-repeat;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px
    }
}

.bl2--wrap {
    position: relative;
    background: none;
    z-index: 10;
    padding-bottom: 78px
}

.bl2--wrap:after {
    content: '';
    display: block;
    background: url(../images/bl2--tree.png) no-repeat;
    width: 572px;
    height: 1148px;
    bottom: 51px;
    position: absolute;
    right: -338px
}

@media screen and (max-width: 1140px) {
    .bl2--wrap:after {
        display: none
    }
}

@media screen and (max-width: 992px) {
    .bl2--wrap {
        padding-bottom: 0
    }
}

.bl2--textbox {
    position: relative;
    background: url(../images/bl2--textbox.png) 50% 0 no-repeat;
    max-width: 1093px;
    height: 287px;
    margin: auto;
    margin-top: 103px;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 77px;
    line-height: 1.4;
    border-radius: 15px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    background-size: cover
}

@media screen and (max-width: 913px) {
    .bl2--textbox {
        height: auto;
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 26px
    }

    .bl2--textbox br {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .bl2--textbox {
        font-size: 19px;
        margin-top: 0px;
    }
}

.bl2--textbox:before {
    content: '';
    display: block;
    border-radius: 0 0 15px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    position: absolute;
    bottom: -11px;
    left: 30px;
    right: 30px;
    height: 100px;
    z-index: -1
}

.bl2--textbox:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/bl2--cone.png);
    width: 213px;
    height: 224px;
    top: -43px;
    left: -142px
}

@media screen and (max-width: 1140px) {
    .bl2--textbox:after {
        display: none
    }
}

.bl2--textbox span {
    font-family: 'Spectral', serif;
    font-size: 42px;
    color: #b5a588;
    font-style: italic;
    font-weight: normal;
    display: block;
    font-weight: 600
}

@media screen and (max-width: 913px) {
    .bl2--textbox span {
        font-size: 30px
    }
}

@media screen and (max-width: 768px) {
    .bl2--textbox span {
        font-size: 22px
    }
}

.bl3 {
    padding-bottom: 120px;
    display: none;
}

@media screen and (max-width: 992px) {
    .bl3 {
        background: url(../images/bg1-22.jpg) #fff 50% 225px no-repeat;
        padding-top: 8px;
        padding-bottom: 40px
    }
}

.bl3 .h2 {
    padding-top: 125px;
    text-align: left;
    font-size: 36px;
    line-height: 1.2
}

@media screen and (max-width: 992px) {
    .bl3 .h2 {
        text-align: center;
        padding-top: 55px;
        font-size: 24px
    }
}

.bl3--left {
    padding-left: 5%;
    width: 55%;
    float: left
}

@media screen and (max-width: 992px) {
    .bl3--left {
        padding: 0;
        width: 100%
    }
}

.bl3--item {
    margin-top: 33px;
    margin-left: 16px;
    background: url(../images/journal.png) 0 0 no-repeat;
    padding-top: 142px;
    padding-left: 168px;
    font-size: 16px;
    color: #8299ae;
    font-style: italic;
    font-family: 'Spectral', serif;
    line-height: 1.4
}

@media screen and (max-width: 992px) {
    .bl3--item {
        display: none
    }
}

.bl3--info {
    margin-top: 90px;
    margin-left: 27.27273%
}

@media screen and (max-width: 992px) {
    .bl3--info {
        display: none
    }
}

.bl3--info b {
    margin-left: -10px;
    -webkit-transform: skew(-13deg);
    -ms-transform: skew(-13deg);
    transform: skew(-13deg);
    display: inline-block;
    font-size: 12px;
    color: #8299ae;
    padding-left: 40px;
    padding-right: 40px;
    height: 49px;
    line-height: 49px;
    border-radius: 6px;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1)
}

.bl3--info b p {
    -webkit-transform: skew(13deg);
    -ms-transform: skew(13deg);
    transform: skew(13deg)
}

.bl3--info span {
    -webkit-transform: skew(-13deg);
    -ms-transform: skew(-13deg);
    transform: skew(-13deg);
    display: block;
    font-size: 15px;
    width: 245px;
    height: 75px;
    padding-top: 8px;
    padding-left: 31px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    font-weight: 300;
    margin-left: 12px
}

.bl3--info span p {
    -webkit-transform: skew(13deg);
    -ms-transform: skew(13deg);
    transform: skew(13deg)
}

.bl3--right {
    width: 40%;
    float: left
}

@media screen and (max-width: 992px) {
    .bl3--right {
        width: 100%
    }
}

.bl3--form {
    border-radius: 15px;
    position: relative;
    z-index: 1;
    margin-top: 88px;
    background: url(../images/form-v.png);
    background-size: cover;
    margin-left: 44px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1)
}

.bl3--form .form {
    padding: 75px 60px 65px 60px
}

@media screen and (max-width: 1220px) {
    .bl3--form {
        margin-top: 150px
    }
}

@media screen and (max-width: 992px) {
    .bl3--form {
        margin: auto;
        max-width: 400px;
        text-align: center
    }

    .bl3--form .form {
        padding-top: 30px;
        margin-top: 240px;
        padding-left: 30px;
        padding-right: 30px
    }
}

.bl4 {
    padding-top: 140px;
    position: relative
}

@media screen and (max-width: 768px) {
    .bl4 {
        padding-top: 40px
    }
}

.bl4:before {
    position: absolute;
    content: "";
    display: block;
    left: 14px;
    top: -87px;
    width: 348px;
    height: 301px;
    background: url(../images/hamer.png) no-repeat 0 0
}

@media screen and (max-width: 768px) {
    .bl4:before {
        display: none
    }
}

.bl4 .h2 {
    font-size: 50px;
    margin-bottom: 75px
}

@media screen and (max-width: 768px) {
    .bl4 .h2 {
        font-size: 24px;
        margin-bottom: 40px
    }
}

.bl4--item {
    position: relative;
    height: 610px;
    margin-left: 5%;
    width: 90%;
    border-radius: 10px;
    background: #FCFCFC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 61px
}

.bl4--item:last-child {
    margin-bottom: 0px
}

@media screen and (max-width: 1120px) {
    .bl4--item {
        height: auto
    }
}

@media screen and (max-width: 768px) {
    .bl4--item {
        display: block;
        background: #fff;
        margin-bottom: 20px
    }
}

.bl4--img {
    background-color: transparent;
    width: 44.44444%;
    background-repeat: no-repeat;
    position: relative
}

.bl4--img img {
    display: none
}

@media screen and (max-width: 768px) {
    .bl4--img {
        width: 100%;
        background: #fff
    }

    .bl4--img img {
        border-radius: 10px;
        width: 100%;
        height: auto;
        display: block
    }
}

.bl4--icon {
    float: right;
    margin-right: 40px;
    margin-top: 33px;
    font-size: 16px;
    font-weight: 300;
    background: url(../images/bl4--icon.png);
    width: 113px;
    height: 115px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bl4--icon b {
    display: block;
    font-style: italic;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Spectral', serif
}

@media screen and (max-width: 768px) {
    .bl4--icon {
        position: absolute;
        top: 0;
        right: 0
    }
}

.bl4--data {
    width: 55.55556%
}

@media screen and (max-width: 1120px) {
    .bl4--data {
        padding-bottom: 20px
    }
}

@media screen and (max-width: 768px) {
    .bl4--data {
        width: 100%;
        background: #fff
    }
}

.bl4 h3 {
    font-weight: 600;
    font-family: 'Spectral', serif;
    font-size: 38px;
    font-style: italic;
    margin-top: 62px;
    margin-left: 90px;
    line-height: 1.2
}

@media screen and (max-width: 768px) {
    .bl4 h3 {
        margin-top: 40px;
        font-size: 28px;
        margin-left: 0
    }
}

.bl4--lable {
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    height: 47px;
    text-align: center;
    line-height: 47px;
    -webkit-transform: skew(-13deg);
    -ms-transform: skew(-13deg);
    transform: skew(-13deg);
    font-size: 12px;
    color: #8299ae;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin-left: 57px;
    margin-bottom: 20px;
    margin-top: 32px
}

@media screen and (max-width: 768px) {
    .bl4--lable {
        margin-left: 0
    }
}

.bl4--lable-green {
    background: #A0D649;
    color: #fff
}

.bl4--lable span {
    display: inline-block;
    -webkit-transform: skew(13deg);
    -ms-transform: skew(13deg);
    transform: skew(13deg)
}

.bl4--text {
    padding-left: 90px;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 5px
}

@media screen and (max-width: 768px) {
    .bl4--text {
        padding-left: 0
    }
}

.bl4--text b {
    font-weight: normal
}

.bl4--inn {
    min-height: 387px;
    min-height: auto
}

.bl4--check {
    padding-top: 60px;
    margin-left: 90px
}

.bl4--check li {
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    margin-right: 40px
}

.bl4--check li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    background: url(../images/check.png);
    width: 23px;
    height: 23px
}

@media screen and (max-width: 768px) {
    .bl4--check {
        padding-top: 40px;
        margin-left: 0
    }

    .bl4--check li {
        margin-bottom: 15px
    }

    .bl4--check li br {
        display: none
    }
}

.tooltipwr {
    width: 150px;
    display: inline-block;
    right: 43px;
    bottom: 49px;
    position: absolute;
    z-index: 100
}

.tooltipwr .btn-link2:hover+.tooltip {
    opacity: 1
}

@media screen and (max-width: 445px) {
    .tooltipwr {
        display: none
    }
}

.tooltip {
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    pointer-events: none;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    opacity: 0;
    z-index: 100;
    font-weight: 300;
    font-size: 15px;
    position: absolute;
    width: 745px;
    padding: 55px;
    background: #fff;
    border-radius: 10px;
    left: -745px;
    bottom: 40px
}

.tooltip:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -10px;
    right: 20px
}

.tooltip p {
    color: #000;
    padding-bottom: 30px
}

.bl5 {
    padding-top: 250px;
    /*
    background-color: #F9F9F9;
    background-image: url(../images/bl5--bg.jpg), url(../images/bl5-bg2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 0, 50% 100%*/
}

@media screen and (max-width: 768px) {
    .bl5 {
        padding-top: 40px
    }
}

.bl5 .h2 {
    font-size: 50px;
    margin-bottom: 74px
}

@media screen and (max-width: 768px) {
    .bl5 .h2 {
        font-size: 24px;
        margin-bottom: 40px
    }
}

.bl5--main {
    /*    max-width: 1212px;*/
    max-width: 100%;
    margin: auto
}

.bl5--item {
    display: none;
    position: relative;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding-left: 22px;
    padding-right: 22px;
    float: left;
    margin-bottom: 100px
}

.port {
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
}

@media screen and (max-width: 1080px) {
    .bl5--item {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 970px) {
    .bl5--item {
        width: 49%;
        margin-bottom: 80px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.bl5--inn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    height: 650px;
    position: relative
}

.bl5--inn:before {
    content: '';
    display: block;
    height: 50px;
    background: #fff;
    left: 13px;
    right: 13px;
    bottom: -11px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    position: absolute;
    z-index: -1
}

.vmes {
    text-decoration: underline;
}

.bl5--img {
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    height: 230px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: right;
}

.ports {
    display: inline-block;
    padding: 10px 15px;
    font-size: 20px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #ffedb7;
    -webkit-box-shadow: 0 1px 0 #e79f5d, inset 0 -2px 5px #ffcb5a;
    box-shadow: 0 1px 0 #e79f5d, inset 0 -2px 5px #ffcb5a;
    background: -webkit-linear-gradient(top, #ffedb7 0%, #ffc107 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffedb7), to(#ffc107));
    background: -o-linear-gradient(top, #ffedb7 0%, #ffc107 100%);
    background: linear-gradient(to bottom, #ffedb7 0%, #ffc107 100%);
}

.cat_parus {
    height: 260px;
}

@media (max-width: 970px) {
    .bl5--img {
        height: 150px !important;
    }
}

.bl5 h3 {
    font-family: 'Spectral', serif;
    font-weight: 600;
    font-size: 28px;
    font-style: italic;
    margin-bottom: 10px
}

.bl5 p {
    font-size: 15px;
    margin-bottom: 4px
}

.bl5 p span {
    font-weight: 300
}

.bl5--boxes {
    padding-left: 36px;
    padding-right: 36px;
    display: -webkit-box;
    display: -ms-flexbox;

    display: flex;
    display: none;
}

@media screen and (max-width: 768px) {
    .bl5--boxes {
        padding-left: 10px;
        padding-right: 10px
    }

    .bl5--inn {
        height: 400px !important;
    }

    .port {
        font-size: 15px;
    }
}

.bl5--box {
    font-size: 15px;
    font-weight: 500;
    color: #aebac4;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    width: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    text-align: right;
    background-size: cover
}

.bl5--box1 {
    background-image: url(../images/bl5-item1.png)
}

.bl5--box2 {
    background-image: url(../images/bl5-item2.png)
}

.bl5--box3 {
    background-image: url(../images/bl5-item3.png)
}

.bl5--box4 {
    background-image: url(../images/bl5-item4.png)
}

.bl5--data {
    padding: 24px 36px 0;
    min-height: 145px
}

@media screen and (max-width: 768px) {
    .bl5--data {
        padding-left: 10px;
        padding-right: 10px
    }

    .bl5 h3 {
        font-size: 15px
    }

    .bl5 p {
        font-size: 11px
    }

}

.bl5--btn {
    padding-top: 25px;
    padding-left: 36px;
    padding-right: 36px
}

@media screen and (max-width: 768px) {
    .bl5--btn {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
    }
}

.bl5--btn .btn {
    height: 68px;
    line-height: 68px;
}

.bl5--link {
    padding-top: 16px;
    text-align: center
}

.bl5--link .btn-link2 {
    font-size: 11px
}

.bl5--counter {
    font-family: 'Spectral', serif;
    position: absolute;
    bottom: -48px;
    font-size: 16px;
    color: #8299ae;
    font-style: italic;
    text-align: center;
    width: 100%;
    left: 0
}

.bl5--counter b {
    font-weight: bold
}

.bl5--item.open {
    display: block
}

.imgboxmod {
    z-index: 9999999;
    display: none;
    left: 0;
    top: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.imgboxmod .imgboxmodwr {
    padding: 20px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: url(../images/close.png) 100% 0 no-repeat !important
}

.imgboxmod img {
    max-width: 100%;
    height: auto
}

.imgboxmod.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.imgboxmod--left {
    cursor: pointer;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 30px solid #fff;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: 50px
}

.imgboxmod--right {
    cursor: pointer;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 30px solid #fff;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: 50px
}

.bl6 {
    padding-top: 126px;
    background: url(../images/bl6--bg.jpg) no-repeat 50% 0;
    padding-bottom: 10px
}

@media screen and (max-width: 768px) {
    .bl6 {
        padding-top: 40px
    }
}

.bl6 .h2 {
    font-size: 50px
}

@media screen and (max-width: 768px) {
    .bl6 .h2 {
        font-size: 24px
    }
}

.bl6 .subtitle {
    padding-top: 23px;
    font-weight: 300;
    font-size: 22px;
    color: #8299ae;
    text-align: center
}

@media screen and (max-width: 768px) {
    .bl6 .subtitle {
        font-size: 18px
    }

    .bl6 .subtitle br {
        display: none;
        padding-top: 10px
    }
}

.bl6--formbox {
    position: relative;
    z-index: 10
}

.bl6--form {
    position: relative;
    max-width: 1022px;
    margin: auto;
    background: url(../images/bl6--form.png) 50% 0 no-repeat;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 100px;
    background-size: cover;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    margin-top: 78px
}

.bl6--form:before {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/bl6--shavings.png);
    width: 215px;
    height: 111px;
    right: -140px;
    bottom: 50px
}

@media screen and (max-width: 768px) {
    .bl6--form:before {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .bl6--form {
        margin-bottom: 40px;
        padding-top: 20px
    }
}

.bl6--form .form--wr {
    padding-top: 77px;
    padding-left: 76px;
    padding-right: 76px
}

@media screen and (max-width: 992px) {
    .bl6--form .form--wr {
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.bl6--form .form--title {
    padding-top: 60px;
    text-align: center;
    font-size: 36px
}

.bl6--form .form--title span {
    padding-top: 5px;
    font-family: 'Museo_Sans_Cyrl';
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #8299ae
}

@media screen and (max-width: 768px) {
    .bl6--form .form--title {
        font-size: 26px;
        padding-top: 40px
    }
}

.bl6--form .calc--step5 .form--title {
    padding-top: 37px;
    text-align: center;
    font-size: 36px
}

.bl6--form .form--body {
    padding-bottom: 86px
}

@media screen and (max-width: 768px) {
    .bl6--form .form--body {
        padding-bottom: 40px
    }
}

.bl6--form .calc--step5 .form--body {
    padding-top: 27px;
    max-width: 380px;
    margin: auto
}

.bl6--form .calc--step5 .form--btn {
    padding-top: 0
}

.calc--step2,
.calc--step3,
.calc--step4,
.calc--step5 {
    display: none
}

.calc--step1 .form--statusline--inner {
    width: 20%
}

.calc--step2 .form--statusline--inner {
    width: 40%
}

.calc--step3 .form--statusline--inner {
    width: 60%
}

.calc--step4 .form--statusline--inner {
    width: 80%
}

@media screen and (max-width: 540px) {
    .bl6--form {
        margin-top: 40px !important
    }
}

@media screen and (max-width: 470px) {
    .form--area1 {
        padding-bottom: 15px !important
    }

    .form--area2 {
        padding-bottom: 15px !important
    }

    .form--area3 {
        padding-bottom: 15px !important
    }

    .form--area4 {
        padding-bottom: 15px !important
    }

    .form--radiowr {
        padding-top: 35px;
        min-height: auto
    }

    .form--area4 input[type="text"] {
        margin-top: 0
    }

    .form--budget1 {
        margin-bottom: 0
    }

    .form--budget2 {
        margin-bottom: 0
    }

    .form--bedrooms1 {
        padding-bottom: 15px
    }

    .form--bedrooms2 {
        padding-bottom: 15px
    }

    .form--bedrooms3 {
        padding-bottom: 15px
    }

    .form--floor1 {
        padding-bottom: 15px
    }

    .form--floor2 {
        padding-bottom: 15px
    }
}

.bl7 {
    background: url(../images/bl7--bg.jpg) 50% 0 no-repeat;
    padding-bottom: 130px
}

@media screen and (max-width: 768px) {
    .bl7 {
        padding-bottom: 40px;
        background: url(../images/bl7--bg.jpg) 50% 150% no-repeat
    }
}

@media screen and (max-width: 440px) {
    .bl7 {
        background: #fff
    }
}

.bl7--left {
    margin-left: 5%;
    width: 55%;
    float: left
}

@media screen and (max-width: 1140px) {
    .bl7--left {
        margin-left: 0;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (max-width: 768px) {
    .bl7--left {
        width: 100%;
        padding: 0;
        margin: 0
    }
}

.bl7--left .h2 {
    padding-top: 90px;
    font-size: 46px;
    text-align: left
}

@media screen and (max-width: 768px) {
    .bl7--left .h2 {
        font-size: 24px;
        text-align: center;
        padding-top: 40px
    }
}

.bl7--left p {
    padding-top: 33px;
    font-size: 24px;
    font-weight: 300;
    color: #8299ae
}

@media screen and (max-width: 768px) {
    .bl7--left p {
        font-size: 18px;
        text-align: center
    }
}

.bl7--right {
    padding-top: 20px;
    width: 40%;
    float: left
}

@media screen and (max-width: 1140px) {
    .bl7--right {
        width: 45%
    }
}

@media screen and (max-width: 768px) {
    .bl7--right {
        width: 100%
    }
}

.bl7--form {
    border-radius: 15px;
    position: relative;
    z-index: 1;
    margin-top: 88px;
    background: url(../images/form-v.png);
    background-size: cover;
    margin-left: 44px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1)
}

.bl7--form .form {
    padding: 60px 60px 65px 60px
}

@media screen and (max-width: 768px) {
    .bl7--form .form {
        margin-top: 0 !important
    }
}

@media screen and (max-width: 1220px) {
    .bl7--form {
        margin-top: 150px
    }
}

@media screen and (max-width: 992px) {
    .bl7--form {
        margin: auto;
        max-width: 400px;
        text-align: center
    }

    .bl7--form .form {
        padding-top: 30px;
        margin-top: 240px;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 768px) {
    .bl7--form {
        padding-top: 40px
    }
}

.bl8 {
    background: #F6FAFD;
    padding-top: 130px;
    padding-bottom: 47px
}

@media screen and (max-width: 768px) {
    .bl8 {
        padding-top: 40px;
        padding-bottom: 20px
    }
}

.bl8 .h2 {
    font-size: 50px
}

@media screen and (max-width: 768px) {
    .bl8 .h2 {
        font-size: 24px
    }
}

.bl8--wrapp {
    position: relative;
    max-width: 1230px;
    margin: auto
}

.bl8--item {
    margin-top: 66px;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 10
}

@media screen and (max-width: 992px) {
    .bl8--item {
        width: 100%;
        max-width: 800px;
        margin: auto;
        float: none;
        margin-top: 60px
    }
}

.bl8--inn {
    height: 610px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    position: relative
}

.bl8--inn:before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    left: 20px;
    right: 20px;
    bottom: -11px;
    height: 50px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1)
}

@media screen and (max-width: 1160px) {
    .bl8--inn {
        height: auto;
        padding-bottom: 40px
    }
}

.bl8--img {
    height: 280px;
    border-radius: 10px 10px 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width: 992px) {
    .bl8--img {
        height: 40vw
    }
}

.bl8 h3 {
    padding-left: 50px;
    padding-top: 30px;
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
    font-family: 'Spectral', serif
}

@media screen and (max-width: 1160px) {
    .bl8 h3 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 480px) {
    .bl8 h3 {
        font-size: 24px
    }
}

.bl8--data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-left: 50px
}

@media screen and (max-width: 1160px) {
    .bl8--data {
        display: block;
        padding-left: 20px;
        padding-right: 20px
    }
}

.bl8--data p {
    font-size: 15px;
    padding-top: 5px
}

.bl8--data span {
    font-weight: 300
}

.bl8--map {
    padding-right: 40px
}

.bl8--link {
    padding-top: 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.bl8--link a {
    display: inline;
    width: 270px
}

@media screen and (max-width: 1160px) {
    .bl8--link {
        padding-bottom: 0px;
        padding-top: 20px;
        text-align: center
    }

    .bl8--link a {
        width: auto
    }

    .bl8--link a br {
        display: none
    }
}

.bl8--btn {
    margin-left: 20px
}

.bl8--btn a {
    width: 270px;
    height: 70px;
    line-height: 70px
}

@media screen and (max-width: 1160px) {
    .bl8--btn {
        margin-left: 0
    }

    .bl8--btn a {
        width: 100%
    }
}

.bl9 {
    background: url(../images/bl9-bg.jpg) no-repeat 50% 0;
    padding-top: 45px;
    padding-bottom: 120px
}

@media screen and (max-width: 768px) {
    .bl9 {
        padding-top: 40px;
        padding-bottom: 300px;
        background: url(../images/bl9-bg2.jpg) no-repeat 50% 100%
    }
}

.bl9 .btn-empty {
    margin: auto;
    height: 75px;
    line-height: 75px;
    width: 280px;
    font-size: 11px;
    left: 50%;
    bottom: -160px;
    z-index: 15
}

.bl9--left {
    margin-left: 10%;
    width: 45%;
    float: left
}

@media screen and (max-width: 1140px) {
    .bl9--left {
        margin-left: 0;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 55%
    }
}

@media screen and (max-width: 768px) {
    .bl9--left {
        width: 100%;
        padding: 0;
        margin: 0
    }
}

.bl9--left .h2 {
    padding-top: 115px;
    font-size: 46px;
    text-align: left
}

@media screen and (max-width: 768px) {
    .bl9--left .h2 {
        font-size: 24px;
        text-align: center;
        padding-top: 60px
    }
}

.bl9--left p {
    padding-top: 44px;
    font-size: 24px;
    font-weight: 300;
    color: #8299ae
}

@media screen and (max-width: 768px) {
    .bl9--left p {
        font-size: 18px;
        text-align: center;
        padding-bottom: 20px
    }
}

.bl9--right {
    width: 40%;
    float: left
}

@media screen and (max-width: 1140px) {
    .bl9--right {
        width: 45%
    }
}

@media screen and (max-width: 768px) {
    .bl9--right {
        width: 100%
    }
}

.bl9--form {
    border-radius: 15px;
    position: relative;
    z-index: 1;
    margin-top: 188px;
    background: url(../images/form-v.png);
    background-size: cover;
    margin-left: 44px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1)
}

.bl9--form .form {
    padding: 75px 60px 65px 60px
}

@media screen and (max-width: 768px) {
    .bl9--form .form {
        margin-top: 0 !important
    }
}

@media screen and (max-width: 1220px) {
    .bl9--form {
        margin-top: 150px
    }
}

@media screen and (max-width: 992px) {
    .bl9--form {
        margin: auto;
        max-width: 400px;
        text-align: center
    }

    .bl9--form .form {
        padding-top: 30px;
        margin-top: 240px;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 768px) {
    .bl9--form {
        padding-top: 40px
    }
}

.bl10 {
    background: url(../images/bl10-bg.jpg) #fff no-repeat 50% 13px
}

@media screen and (max-width: 768px) {
    .bl10 {
        padding-bottom: 0px
    }
}

.bl10 .h2 {
    margin-top: 120px;
    font-size: 50px
}

@media screen and (max-width: 768px) {
    .bl10 .h2 {
        font-size: 24px;
        margin-top: 40px
    }
}

.bl10 .subtitle {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 26px;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    color: #8299ae;
    margin-bottom: 85px
}

@media screen and (max-width: 768px) {
    .bl10 .subtitle {
        font-size: 18px;
        margin-bottom: 40px
    }
}

.bl10--wr {
    padding-left: 100px;
    padding-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 1090px) {
    .bl10--wr {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width: 900px) {
    .bl10--wr {
        display: block
    }
}

.bl10--item {
    position: relative;
    z-index: 10;
    text-align: center
}

@media screen and (max-width: 900px) {
    .bl10--item {
        margin-bottom: 80px
    }
}

.bl10--item1:after {
    position: absolute;
    content: '';
    display: block;
    right: -50px;
    width: 19px;
    height: 19px;
    top: 93px;
    background: url(../images/plus.jpg) 0 0 no-repeat
}

@media screen and (max-width: 900px) {
    .bl10--item1:after {
        bottom: -50px;
        left: 50%;
        top: auto;
        margin-left: -9px
    }
}

.bl10--item2:after {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 52px;
    background: url(../images/line.png) 0 0 no-repeat;
    top: 119px;
    right: -104px
}

@media screen and (max-width: 900px) {
    .bl10--item2:after {
        left: 50%;
        height: 46px;
        top: auto;
        bottom: -44px;
        margin-left: -75px;
        -webkit-transform: rotate(-47deg);
        -ms-transform: rotate(-47deg);
        transform: rotate(-130deg)
    }
}

.bl10--iner-bg {
    position: relative;
    margin-right: -20px;
    margin-left: 20px;
    max-width: 340px;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/bl10-3.png);
    height: 425px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1)
}

@media screen and (max-width: 900px) {
    .bl10--iner-bg {
        margin: auto;
        margin-top: 110px
    }
}

@media screen and (max-width: 400px) {
    .bl10--iner-bg {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px
    }
}

.bl10--iner-bg:after {
    z-index: -1;
    content: '';
    left: 15px;
    right: 15px;
    bottom: -11px;
    position: absolute;
    background: #fff;
    height: 50px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1)
}

.bl10--iner-bg:before {
    top: -105px;
    right: -90px;
    content: '';
    display: block;
    position: absolute;
    background: url(../images/qz.png);
    width: 230px;
    height: 274px
}

.bl10 h3 {
    line-height: 1.4;
    padding-top: 30px;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    font-family: 'Spectral', serif;
    min-height: 70px
}

.bl10 p {
    font-size: 16px;
    font-weight: 300
}

.bl10--img {
    height: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.bl10--text1 {
    padding-top: 50px;
    font-size: 18px;
    font-weight: 300
}

.bl10--text1 span {
    display: block;
    color: #a2c64c;
    font-family: 'Spectral', serif;
    font-size: 24px;
    font-style: italic;
    font-weight: normal
}

.bl10--text2 {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 300
}

.bl10--text2 a {
    display: block;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 5px
}

.bl10--btn {
    margin-top: 30px
}

.bl10--btn .btn {
    height: 60px;
    line-height: 60px
}

.bl11 {
    background: url(../images/bl11-bg.jpg) 50% 90px no-repeat;
    padding-top: 140px;
    height: 1854px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1100px) {
    .bl11 {
        height: auto;
        padding-bottom: 20px
    }
}

@media screen and (max-width: 700px) {
    .bl11 {
        padding-top: 190px;
        background: url(../images/mon.jpg) 50% 40px no-repeat
    }
}

.bl11 .h2 {
    font-size: 50px;
    margin-bottom: 78px
}

@media screen and (max-width: 768px) {
    .bl11 .h2 {
        font-size: 24px;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 700px) {
    .bl11--desctop {
        display: none
    }
}

.bl11--mobile {
    display: none
}

@media screen and (max-width: 700px) {
    .bl11--mobile {
        display: block
    }
}

.bl11 b {
    font-weight: normal
}

.bl11--wr {
    margin-left: 5.26316%;
    width: 89.47368%
}

@media screen and (max-width: 1100px) {
    .bl11--wr {
        margin-left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width: 700px) {
    .bl11--wr {
        margin-left: 10px;
        margin-right: 10px;
        width: auto
    }
}

.bl11--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bl11--descr {
    font-size: 13px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 23.52941%;
    padding-bottom: 30px
}

.bl11--descr i {
    color: #1892f6
}

@media screen and (max-width: 768px) {
    .bl11--descr {
        width: 50%
    }
}

@media screen and (max-width: 700px) {
    .bl11--descr {
        padding-top: 80px;
        font-size: 18px
    }
}

@media screen and (max-width: 400px) {
    .bl11--descr {
        font-size: 16px
    }
}

.bl11--title {
    border-radius: 10px 10px 0 0;
    font-family: 'Spectral', serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 600;
    padding-top: 55px;
    padding-bottom: 38px;
    position: relative
}

.bl11--title:after {
    position: absolute;
    left: 0;
    top: -4px;
    content: '';
    display: block;
    background: url(../images/color1.png) 50% 0 no-repeat;
    width: 100%;
    height: 23px;
    z-index: 10
}

.bl11--title-sub {
    border-radius: 10px;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-box-shadow: -5px 14px 43px 0px rgba(163, 169, 183, 0.19);
    box-shadow: -5px 14px 43px 0px rgba(163, 169, 183, 0.19)
}

@media screen and (max-width: 700px) {
    .bl11--title-sub {
        display: none
    }
}

.bl11--title:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 100%;
    left: 0;
    top: 0
}

.bl11--title-1:before {
    background: url(../images/bl11-1.png) 50% 0 no-repeat
}

.bl11--title-2:before {
    background: url(../images/bl11-2.png) 50% 0 no-repeat
}

.bl11--title-3:before {
    background: url(../images/bl11-3.png) 50% 0 no-repeat
}

@media screen and (max-width: 1010px) {
    .bl11--title {
        width: 33.33333%
    }
}

@media screen and (max-width: 768px) {
    .bl11--title {
        width: 50%
    }
}

.bl11--parts {
    text-align: center;
    width: 23.52941%
}

@media screen and (max-width: 1010px) {
    .bl11--parts {
        width: 33.33333%
    }
}

@media screen and (max-width: 768px) {
    .bl11--parts {
        width: 50%
    }
}

@media screen and (max-width: 700px) {
    .bl11--parts {
        width: 100%
    }
}

.bl11--name {
    padding-bottom: 13.2px;
    line-height: 1.55;
    font-weight: 300;
    font-size: 15px;
    width: 29.41176%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1010px) {
    .bl11--name {
        display: none
    }
}

.bl11--part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 13.2px;
    line-height: 1.55;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    width: 23.52941%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1010px) {
    .bl11--part {
        width: 33.33333%
    }
}

@media screen and (max-width: 768px) {
    .bl11--part {
        width: 50%
    }
}

@media screen and (max-width: 700px) {
    .bl11--part {
        width: 100%
    }
}

.bl11--price {
    padding-top: 50px;
    font-weight: normal;
    font-size: 22px;
    padding-bottom: 40px
}

@media screen and (max-width: 1010px) {
    .bl11--price {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media screen and (max-width: 768px) {
    .bl11--price {
        color: #FF4A69;
        padding-top: 0;
        padding-bottom: 0
    }

    .bl11--price b {
        color: #000
    }
}

.bl11--pricename {
    padding-top: 50px;
    font-size: 18px;
    padding-bottom: 40px
}

@media screen and (max-width: 1010px) {
    .bl11--pricename {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.bl11--basement {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.bl11--basement i {
    font-size: 13px;
    color: #8299ae
}

.bl11--basementname {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bl11--basementname .btn-link2 {
    font-size: 11px;
    font-weight: normal;
    margin-top: 12px
}

.bl11--basementname i {
    font-size: 13px;
    color: #8299ae
}

@media screen and (max-width: 768px) {
    .bl11--basementname i {
        display: block
    }
}

.bl11--btn {
    border-radius: 0 0 10px 10px;
    padding-top: 5px;
    padding-bottom: 50px;
    position: relative;
    background: #fff
}

.bl11--btn a {
    max-width: 220px;
    height: 63px
}

.bl11--btn:after {
    z-index: -1;
    content: '';
    display: block;
    height: 20px;
    border-radius: 8px;
    bottom: -7px;
    left: 10px;
    right: 10px;
    position: absolute
}

.bl11--btn1:after {
    background: #FF4A69
}

.bl11--btn2:after {
    background: #4196F2
}

.bl11--btn3:after {
    background: #A0CF5E
}

.bl11--hide {
    display: none
}

@media screen and (max-width: 1010px) {
    .bl11--hide {
        display: block;
        width: 100%;
        padding-bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px
    }
}

.bl11 .bl11--title2:after {
    background: url(../images/color2.png) 50% 0 no-repeat
}

.bl11 .bl11--title3:after {
    background: url(../images/color3.png) 50% 0 no-repeat
}

@media screen and (max-width: 700px) {
    .bl11-height {
        -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.19);
        box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.19);
        max-width: 400px;
        margin: auto
    }
}

.bl12 {
    background: url(../images/bl12-bg.jpg) 50% 0 no-repeat;
    padding-bottom: 115px
}

@media screen and (max-width: 768px) {
    .bl12 {
        padding-bottom: 40px;
        background: url(../images/bl12-bg.jpg) 50% 400% no-repeat
    }
}

@media screen and (max-width: 640px) {
    .bl12 {
        background: url(../images/bl12-bg.jpg) 50% 550% no-repeat !important
    }
}

.bl12 .h2 {
    padding-top: 25px;
    text-align: left;
    font-size: 46px;
    line-height: 1.2
}

@media screen and (max-width: 768px) {
    .bl12 .h2 {
        font-size: 24px;
        text-align: center;
        padding-top: 0
    }
}

.bl12--left {
    padding-left: 5%;
    width: 55%;
    float: left
}

@media screen and (max-width: 1140px) {
    .bl12--left {
        margin-left: 0;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (max-width: 768px) {
    .bl12--left {
        width: 100%;
        padding: 0;
        margin: 0
    }
}

.bl12--left p {
    padding-top: 45px;
    font-size: 24px;
    font-weight: 300;
    color: #8299ae
}

@media screen and (max-width: 768px) {
    .bl12--left p {
        padding-top: 20px;
        font-size: 18px;
        text-align: center;
        padding-bottom: 20px
    }
}

.bl12--right {
    width: 40%;
    float: left
}

@media screen and (max-width: 1140px) {
    .bl12--right {
        width: 45%
    }
}

@media screen and (max-width: 768px) {
    .bl12--right {
        width: 100%
    }
}

.bl12--form {
    border-radius: 15px;
    position: relative;
    z-index: 1;
    margin-top: 88px;
    background: url(../images/form-v.png);
    background-size: cover;
    margin-left: 44px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1)
}

.bl12--form .form {
    padding: 75px 60px 65px 60px
}

@media screen and (max-width: 768px) {
    .bl12--form .form {
        margin-top: 0 !important
    }
}

@media screen and (max-width: 1220px) {
    .bl12--form {
        margin-top: 150px
    }
}

@media screen and (max-width: 992px) {
    .bl12--form {
        margin: auto;
        max-width: 400px;
        text-align: center
    }

    .bl12--form .form {
        padding-top: 30px;
        margin-top: 240px;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 768px) {
    .bl12--form {
        padding-top: 40px
    }
}

.bl13 {
    padding-top: 73px
}

@media screen and (max-width: 1040px) {
    .bl13 {
        padding-top: 60px
    }
}

@media screen and (max-width: 768px) {
    .bl13 {
        padding-top: 40px
    }
}

.bl13 .h2 {
    margin-top: 5px;
    margin-bottom: 40px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .bl13 .h2 {
        text-align: center;
        margin-bottom: 10px;
    }
}

.bl13--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px
}

@media screen and (max-width: 1040px) {
    .bl13--wrap {
        padding-left: 0px;
        padding-right: 0px
    }
}

.bl13--item {
    width: 50%;
    padding-left: 32px;
    padding-right: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 46px
}

@media screen and (max-width: 992px) {
    .bl13--item {
        width: 50%;
        padding-left: 5px;
        padding-right: 10px;
    }
}

.bl13--inn {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 570px) {
    .bl13--inn {
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.bl13--inn:after {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -11px;
    border-radius: 10px;
    background: #fff;
    z-index: -1;
    height: 50px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1)
}

@media screen and (max-width: 570px) {
    .bl13--inn:after {
        display: none
    }
}

.bl13--img {
    float: left;
    vertical-align: top;
    background-repeat: no-repeat;
    width: 232px;
    height: 225px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}

@media screen and (max-width: 570px) {
    .bl13--img {
        width: 100%;
        border-radius: 10px;
        height: 35vw;
    }
}

.bl13--data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 43px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 570px) {
    .bl13--data {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-top: 0px;
        padding-bottom: 5px;
    }
}

.bl13 h3 {
    padding-bottom: 5px;
    font-family: 'Spectral', serif;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.3
}

#usll h3 {
    padding-bottom: 5px;
    font-family: 'Museo_Sans_Cyrl';
    font-size: 22px;
    font-weight: 300;
    font-style: initial;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .bl13 h3 {
        font-size: 14px !important;
        margin-top: 10px;
    }
}

.bl13 p {
    font-size: 14px;
    font-weight: 30
}

.bl14 {
    background: url(../images/bl14-bg.jpg) 50% 0 no-repeat;
    padding-bottom: 143px
}

@media screen and (max-width: 768px) {
    .bl14 {
        padding-bottom: 60px;
        padding-top: 40px;
        background: #FAFAFC
    }
}

.bl14 .h2 {
    padding-top: 150px;
    text-align: left
}

@media screen and (max-width: 768px) {
    .bl14 .h2 {
        font-size: 24px;
        text-align: center;
        padding-top: 0
    }
}

.bl14--left {
    padding-left: 5%;
    width: 55%;
    float: left
}

@media screen and (max-width: 1140px) {
    .bl14--left {
        margin-left: 0;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (max-width: 768px) {
    .bl14--left {
        width: 100%;
        padding: 0;
        margin: 0
    }
}

.bl14--item {
    padding-top: 59px;
    line-height: 1.3;
    font-size: 20px
}

.bl14--item span {
    display: inline-block;
    padding-bottom: 36px
}

.bl14--item p {
    position: relative;
    font-weight: 300 !important;
    font-weight: 18;
    padding-left: 27px;
    margin-bottom: 15px
}

.bl14--item p:before {
    left: 0;
    top: 10px;
    position: absolute;
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 180px;
    background: #9ECC53;
    vertical-align: top
}

@media screen and (max-width: 768px) {
    .bl14--item {
        padding-top: 20px;
        max-width: 330px;
        margin: auto
    }

    .bl14--item span {
        font-size: 20px;
        text-align: center
    }

    .bl14--item p {
        font-size: 15px
    }

    .bl14--item br {
        display: none
    }
}

@media screen and (max-width: 340px) {
    .bl14--item p {
        margin-left: 10px
    }
}

.bl14--right {
    width: 40%;
    float: left
}

@media screen and (max-width: 1140px) {
    .bl14--right {
        width: 45%
    }
}

@media screen and (max-width: 768px) {
    .bl14--right {
        width: 100%
    }
}

.bl14--form {
    border-radius: 15px;
    position: relative;
    z-index: 1;
    margin-top: 152px;
    background: url(../images/form-v.png);
    background-size: cover;
    margin-left: 44px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1)
}

.bl14--form p {
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 10px
}

.bl14--form .form {
    padding: 75px 60px 65px 60px
}

@media screen and (max-width: 768px) {
    .bl14--form .form {
        margin-top: 0 !important
    }
}

@media screen and (max-width: 1220px) {
    .bl14--form {
        margin-top: 150px
    }
}

@media screen and (max-width: 992px) {
    .bl14--form {
        margin: auto;
        max-width: 400px;
        text-align: center
    }

    .bl14--form .form {
        padding-top: 30px;
        margin-top: 240px;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 768px) {
    .bl14--form {
        padding-top: 40px
    }
}

.form--time {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form--time label {
    width: 50%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #EDF2F6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #8299ae;
    letter-spacing: 1px
}

.form--time label.time1 {
    border-right: 0;
    border-radius: 10px 0 0 10px
}

.form--time label.time2 {
    border-left: 0;
    border-radius: 0 10px 10px 0
}

.form--time input:checked+label {
    color: #fff;
    background: #9EC16F
}

.bl15 {
    padding-top: 100px
}

@media screen and (max-width: 768px) {
    .bl15 {
        padding-top: 40px
    }

    .bl15 .h2 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.bl15--wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5%;
    width: 90%
}

@media screen and (max-width: 1120px) {
    .bl15--wr {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 40px
    }
}

.bl15--item {
    margin-top: 50px;
    margin-bottom: 70px;
    width: 16.66667%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding-top: 93px;
    background: url(../images/bl15--bg.jpg) 50% 0 no-repeat
}

@media screen and (max-width: 1120px) {
    .bl15--item {
        width: 33.33333%
    }
}

@media screen and (max-width: 560px) {
    .bl15--item {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
        background: none;
        position: relative;
        margin-bottom: 40px;
        padding-left: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bl15--item br {
        display: none
    }

    .bl15--item:before {
        left: 0;
        position: absolute;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 42px;
        height: 42px;
        border-radius: 180px;
        background: url(../images/bl15-2.png) no-repeat;
        -webkit-box-shadow: 0px 16px 43px 0px rgba(163, 169, 183, 0.5);
        box-shadow: 0px 16px 43px 0px rgba(163, 169, 183, 0.5)
    }
}

.bl16 {
    background-image: url(../images/bl16-bg.jpg), url(../images/bl16-bg2.jpg);
    background-position: 50% 0, 50% 100%;
    background-repeat: no-repeat, no-repeat;
    padding-top: 90px;
    padding-bottom: 30px
}

.bl16--wr {
    margin-left: 5%;
    width: 90%;
    padding-top: 85px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 992px) {
    .bl16--wr {
        margin-left: 0;
        width: 100%
    }
}

.bl16--item {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    margin-bottom: 60px
}

@media screen and (max-width: 992px) {
    .bl16--item {
        width: 50%
    }
}

@media screen and (max-width: 768px) {
    .bl16--item {
        width: 100%;
        margin-bottom: 0px;
    }
}

.bl16--img {
    width: 100%;
    height: 210px;
    border-radius: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.bl16 h3 {
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    font-family: 'Spectral', serif;
    padding-top: 25px;
    padding-bottom: 27px;
    line-height: 1.4
}

@media screen and (max-width: 768px) {
    .bl16 h3 {
        padding-bottom: 10px
    }
}

.bl16 p {
    font-size: 15px;
    font-weight: 300
}

.bl17 {
    background: url(../images/bl17-bg.jpg) 50% 0 no-repeat;
    padding-bottom: 125px
}

@media screen and (max-width: 768px) {
    .bl17 {
        padding-bottom: 40px;
        background: url(../images/bl17-bg.jpg) 54% 80% no-repeat
    }
}

@media screen and (max-width: 768px) {
    .bl17 {
        padding-bottom: 40px;
        background: url(../images/bl17-bg.jpg) 54% 80% no-repeat
    }
}

@media screen and (max-width: 400px) {
    .bl17 {
        background: none
    }
}

.bl17 .form--title {
    line-height: 1.3
}

.bl17 .h2 {
    padding-top: 118px;
    text-align: left;
    font-size: 46px;
    line-height: 1.14;
    margin-bottom: 60px
}

@media screen and (max-width: 768px) {
    .bl17 .h2 {
        font-size: 24px;
        text-align: center;
        padding-top: 0;
        margin: 40px
    }
}

.bl17--left {
    padding-left: 5%;
    width: 55%;
    float: left
}

@media screen and (max-width: 1140px) {
    .bl17--left {
        padding-left: 0;
        width: 55%
    }
}

@media screen and (max-width: 768px) {
    .bl17--left {
        width: 100%
    }
}

.bl17--left p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 31px
}

@media screen and (max-width: 768px) {
    .bl17--left p {
        font-size: 17px;
        text-align: center;
        margin-bottom: 10px
    }

    .bl17--left p br {
        display: none
    }
}

@media screen and (max-width: 440px) {
    .bl17--left p {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px
    }
}

.bl17--item {
    margin-top: 33px;
    margin-left: 16px;
    background: url(../images/journal.png) 0 0 no-repeat;
    padding-top: 142px;
    padding-left: 168px;
    font-size: 16px;
    color: #8299ae;
    font-style: italic;
    font-family: 'Spectral', serif;
    line-height: 1.4
}

.bl17--info {
    margin-top: 90px;
    margin-left: 27.27273%
}

.bl17--info b {
    margin-left: -10px;
    -webkit-transform: skew(-13deg);
    -ms-transform: skew(-13deg);
    transform: skew(-13deg);
    display: inline-block;
    font-size: 12px;
    color: #8299ae;
    padding-left: 40px;
    padding-right: 40px;
    height: 49px;
    line-height: 49px;
    border-radius: 6px;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1)
}

.bl17--info b p {
    -webkit-transform: skew(13deg);
    -ms-transform: skew(13deg);
    transform: skew(13deg)
}

.bl17--info span {
    -webkit-transform: skew(-13deg);
    -ms-transform: skew(-13deg);
    transform: skew(-13deg);
    display: block;
    font-size: 15px;
    width: 245px;
    height: 75px;
    padding-top: 8px;
    padding-left: 31px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    font-weight: 300;
    margin-left: 12px
}

.bl17--info span p {
    -webkit-transform: skew(13deg);
    -ms-transform: skew(13deg);
    transform: skew(13deg)
}

.bl17--right {
    width: 40%;
    float: left
}

@media screen and (max-width: 768px) {
    .bl17--right {
        width: 100%;
        padding-top: 350px
    }
}

@media screen and (max-width: 400px) {
    .bl17--right {
        background: url(../images/bl17--bg2.jpg) 50% 0 no-repeat;
        background-size: auto
    }
}

.bl17--form {
    border-radius: 15px;
    position: relative;
    z-index: 1;
    margin-top: 125px;
    background: url(../images/form-v.png);
    background-size: cover;
    margin-left: 44px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1)
}

.bl17--form .form {
    padding: 65px 60px 65px 60px
}

@media screen and (max-width: 768px) {
    .bl17--form .form {
        margin-top: 0 !important
    }

    .bl17--form .form br {
        display: none
    }
}

@media screen and (max-width: 1220px) {
    .bl17--form {
        margin-top: 150px
    }
}

@media screen and (max-width: 992px) {
    .bl17--form {
        margin: auto;
        max-width: 400px;
        text-align: center
    }

    .bl17--form .form {
        padding-top: 30px;
        margin-top: 240px;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 768px) {
    .bl17--form {
        padding-top: 40px
    }
}

.bl18 {
    padding-bottom: 103px;
    background: url(../images/bl181.jpg) 50% 0 no-repeat;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .bl18 {
        padding-bottom: 20px
    }
}

.bl18 .h2 {
    text-align: left
}

.bl18--wr {
    margin-left: 5%;
    width: 90%
}

@media screen and (max-width: 1040px) {
    .bl18--wr {
        margin-left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 0px;
        padding-right: 0px
    }
}

.bl18--item1 {
    width: 27.77778%;
    float: left;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 173px
}

.bl18--item1 strong {
    display: block;
    padding-top: 20px;
    font-size: 24px;
    font-weight: 300;
    color: #8299ae
}

@media screen and (max-width: 768px) {
    .bl18--item1 strong {
        font-size: 15px;
        padding-top: 10px
    }
}

.bl18--item1 p {
    padding-top: 55px;
    font-size: 17px;
    font-weight: 300;
    padding-bottom: 10px
}

@media screen and (max-width: 768px) {
    .bl18--item1 p {
        padding-top: 30px
    }
}

.bl18--item1 a {
    font-size: 22px
}

@media screen and (max-width: 992px) {
    .bl18--item1 {
        width: 100%;
        padding-top: 40px;
        text-align: center;
        float: none
    }

    .bl18--item1 h2 {
        text-align: center
    }
}

.bl18--item2 {
    width: 27.77778%;
    float: left;
    background: url(../images/bl18-bg.jpg) 15px 0 no-repeat;
    margin-top: 260px;
    padding-top: 180px
}

@media screen and (max-width: 992px) {
    .bl18--item2 {
        width: 50%
    }
}

@media screen and (max-width: 768px) {
    .bl18--item2 {
        width: 100%;
        max-width: 300px;
        margin: auto;
        margin-top: 40px;
        float: none
    }
}

.bl18--lable {
    margin-left: 20px;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    height: 47px;
    text-align: center;
    line-height: 47px;
    -webkit-transform: skew(-13deg);
    -ms-transform: skew(-13deg);
    transform: skew(-13deg);
    font-size: 12px;
    color: #8299ae;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    position: relative;
    z-index: 10
}

.bl18--lable span {
    display: inline-block;
    -webkit-transform: skew(13deg);
    -ms-transform: skew(13deg);
    transform: skew(13deg)
}

.bl18--lable2 {
    margin-top: -10px;
    font-size: 15px;
    font-weight: 300;
    margin-left: 40px;
    padding-left: 40px;
    padding-right: 20px;
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transform: skew(-13deg);
    -ms-transform: skew(-13deg);
    transform: skew(-13deg)
}

.bl18--lable2 span {
    display: inline-block;
    -webkit-transform: skew(13deg);
    -ms-transform: skew(13deg);
    transform: skew(13deg)
}

.bl18--item3 {
    width: 44.44444%;
    float: left
}

@media screen and (max-width: 992px) {
    .bl18--item3 {
        width: 50%
    }
}

@media screen and (max-width: 768px) {
    .bl18--item3 {
        width: 100%;
        max-width: 500px;
        margin: auto;
        float: none
    }
}

.bl18--title {
    padding-left: 26px;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    font-family: 'Spectral', serif
}

.bl18--form {
    margin-top: 105px;
    border-radius: 15px;
    margin-right: 32px;
    margin-left: 25px;
    position: relative;
    z-index: 1;
    background: url(../images/bl18-form.png);
    background-size: cover;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1)
}

@media screen and (max-width: 768px) {
    .bl18--form {
        margin-top: 50px
    }
}

.bl18--form--item {
    max-width: 310px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bl18--form .form {
    padding: 53px 60px 58px 60px
}

@media screen and (max-width: 420px) {
    .bl18--form .form {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 420px) {
    .bl18--form--item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .mess-btn {
        width: 50%
    }
}

.footer {
    border-top: 1px solid #F0F0F0;
    padding-top: 45px;
    position: relative
}

@media screen and (max-width: 885px) {
    .footer {
        padding-top: 20px
    }
}

.footer--logo {
    margin-top: 10px;
    width: 15%;
    float: left;
    margin-left: 5%
}

@media screen and (max-width: 1140px) {
    .footer--logo {
        margin-left: 0;
        width: 20%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15px
    }
}

@media screen and (max-width: 885px) {
    .footer--logo {
        width: 30%
    }
}

@media screen and (max-width: 640px) {
    .footer--logo {
        width: 100%
    }
}

.footer--slogan {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2px;
    width: 15%;
    float: left;
    color: #7998b3;
    font-size: 15px;
    font-weight: 300
}

@media screen and (max-width: 992px) {
    .footer--slogan {
        width: 30%
    }
}

@media screen and (max-width: 885px) {
    .footer--slogan {
        width: 40%
    }
}

@media screen and (max-width: 640px) {
    .footer--slogan {
        padding-left: 15px;
        width: 100%;
        font-size: 13px
    }
}

.footer--schedule {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 33px;
    width: 15%;
    float: left;
    font-size: 18px
}

.footer--schedule span {
    font-family: 'Spectral', serif;
    display: block;
    color: #7998b3;
    font-style: italic
}

.footer--schedule b {
    font-size: 15px
}

@media screen and (max-width: 992px) {
    .footer--schedule {
        display: none
    }
}

.footer--contacts {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 57px;
    width: 30%;
    float: left;
    font-size: 18px
}

.footer--contacts span {
    font-style: italic;
    font-family: 'Spectral', serif;
    display: block;
    color: #7998b3
}

@media screen and (max-width: 992px) {
    .footer--contacts {
        width: 25%
    }
}

@media screen and (max-width: 885px) {
    .footer--contacts {
        display: none
    }
}

.footer--btn {
    padding-top: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    width: 15%;
    float: left
}

@media screen and (max-width: 1140px) {
    .footer--btn {
        width: 20%;
        padding-right: 15px
    }
}

@media screen and (max-width: 992px) {
    .footer--btn {
        width: 25%
    }
}

@media screen and (max-width: 885px) {
    .footer--btn {
        width: 30%
    }
}

@media screen and (max-width: 640px) {
    .footer--btn {
        width: auto;
        position: absolute;
        right: 0px;
        top: 40px
    }

    .footer--btn .btn {
        height: auto;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none
    }

    .footer--btn img {
        width: 20px
    }

    .footer--btn span {
        display: none
    }
}

.subfooter {
    padding-top: 46px;
    font-size: 11px;
    font-weight: 300
}

@media screen and (max-width: 768px) {
    .subfooter {
        padding-top: 40px
    }
}

.subfooter--text {
    margin-left: 5%;
    width: 60%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.subfooter--text p {
    padding-top: 22px
}

@media screen and (max-width: 768px) {
    .subfooter--text {
        width: 100%;
        float: none
    }
}

.subfooter--logo {
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
    text-align: right;
    float: left
}

@media screen and (max-width: 768px) {
    .subfooter--logo {
        width: 100%;
        padding-top: 15px;
        text-align: center;
        float: none
    }
}

.fixbox {
    z-index: 50;
    opacity: 0;
    position: fixed;
    bottom: 200px;
    border-radius: 3px 0 0 0;
    right: 0;
    text-align: center;
    width: 200px;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    font-size: 14px;
    font-weight: 300;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    background: url(../images/fixbox.png) 50% 0 no-repeat;
    width: 239px;
    height: 188px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1670px) {
    .fixbox {
        padding: 10px;
        top: auto;
        height: auto;
        bottom: 0;
        height: 300px;
    }

    .fixbox .fixbox--title {
        padding-right: 10px;
        width: 221px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
    }

    .fixbox .fixbox--title br {
        display: none
    }

    .fixbox .fixbox--btn {
        width: 200px
    }

    .fixbox .fixbox--btn .btn {
        margin: 0 !important
    }
}

@media screen and (max-width: 768px) {
    .fixbox {
        display: none
    }
}

.fixbox .btn {
    max-width: 180px;
    margin: auto;
    margin-top: 15px
}

#popup1,
#popup-ug {
    max-width: 473px;
    margin: auto;
    position: relative
}

#popup-ug img {
    max-width: 100%;
    height: auto;
}

#popup-ug p {
    font-weight: 300;
}

.popup1 {
    max-width: 473px;
    margin: auto;
    position: relative
}

.popup1--form {
    position: relative;
    z-index: 10;
    padding-bottom: 40px;
    position: relative;
    background-size: cover;
    max-width: 473px;
    margin: auto;
    border-radius: 10px
}

.popup1--form .form--wr {
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    background: url(../images/popup1.png) 50% 0 no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 64px;
    padding-bottom: 55px
}

.popup1--form .form--title {
    padding-left: 60px;
    line-height: 1.3
}

@media screen and (max-width: 430px) {
    .popup1--form .form--title {
        padding-left: 15px;
        padding-right: 15px
    }
}

.popup1--form .form--text {
    padding-left: 60px;
    padding-top: 5px;
    font-size: 18px
}

@media screen and (max-width: 430px) {
    .popup1--form .form--text {
        padding-left: 15px;
        padding-right: 15px
    }
}

.popup1--form .form--body {
    padding-left: 60px;
    padding-right: 60px
}

@media screen and (max-width: 430px) {
    .popup1--form .form--body {
        padding-left: 15px;
        padding-right: 15px
    }
}

.popup1--form .form--btn {
    padding-top: 5px
}

.popup1--form .info {
    text-align: center;
    padding-top: 25px;
    font-weight: 300;
    font-size: 15px
}

.popup1--form .info a {
    font-weight: normal;
    display: block;
    font-size: 18px
}

#popup2 {
    position: relative;
    margin: auto;
    max-width: 1016px
}

@media screen and (max-width: 830px) {
    #popup2 {
        max-width: 473px
    }
}

.popup2 {
    position: relative;
    margin: auto;
    max-width: 1016px
}

@media screen and (max-width: 830px) {
    .popup2 {
        max-width: 473px
    }
}

.popup2--form {
    position: relative;
    z-index: 10;
    padding-bottom: 40px;
    position: relative;
    background-size: cover;
    margin: auto;
    border-radius: 10px;
    max-width: 1016px
}

@media screen and (max-width: 830px) {
    .popup2--form {
        max-width: 473px
    }
}

.popup2--form .form--wr {
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    background: url(../images/popup2.png) 50% 0 no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 64px;
    padding-bottom: 55px
}

@media screen and (max-width: 830px) {
    .popup2--form .form--wr {
        background: url(../images/popup1.png) 50% 0 no-repeat
    }
}

.popup2--form .form--title {
    padding-left: 610px;
    line-height: 1.3
}

@media screen and (max-width: 950px) {
    .popup2--form .form--title {
        padding-left: 520px
    }
}

@media screen and (max-width: 850px) {
    .popup2--form .form--title {
        padding-left: 480px
    }
}

@media screen and (max-width: 830px) {
    .popup2--form .form--title {
        padding-left: 60px
    }
}

@media screen and (max-width: 430px) {
    .popup2--form .form--title {
        padding-left: 15px
    }
}

.popup2--form .form--text {
    padding-left: 610px;
    padding-top: 5px;
    font-size: 18px
}

@media screen and (max-width: 950px) {
    .popup2--form .form--text {
        padding-left: 520px
    }
}

@media screen and (max-width: 850px) {
    .popup2--form .form--text {
        padding-left: 480px
    }
}

@media screen and (max-width: 830px) {
    .popup2--form .form--text {
        padding-left: 60px
    }
}

@media screen and (max-width: 430px) {
    .popup2--form .form--text {
        padding-left: 15px
    }
}

.popup2--form .form--body {
    padding-left: 610px;
    padding-right: 60px
}

@media screen and (max-width: 950px) {
    .popup2--form .form--body {
        padding-left: 520px
    }
}

@media screen and (max-width: 850px) {
    .popup2--form .form--body {
        padding-left: 480px
    }
}

@media screen and (max-width: 830px) {
    .popup2--form .form--body {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media screen and (max-width: 430px) {
    .popup2--form .form--body {
        padding-left: 15px;
        padding-right: 15px
    }
}

.popup2--form .form--btn {
    padding-top: 5px
}

.popup2--form .info {
    text-align: center;
    padding-top: 25px;
    font-weight: 300;
    font-size: 15px
}

.popup2--form .info a {
    font-weight: normal;
    display: block;
    font-size: 18px
}

#popup3 {
    position: relative;
    margin: auto;
    max-width: 970px
}

@media screen and (max-width: 830px) {
    #popup3 {
        max-width: 473px
    }
}

.popup3 {
    position: relative;
    margin: auto;
    max-width: 970px
}

@media screen and (max-width: 830px) {
    .popup3 {
        max-width: 473px
    }
}

.popup3--form {
    position: relative;
    z-index: 10;
    padding-bottom: 40px;
    position: relative;
    background-size: cover;
    margin: auto;
    border-radius: 10px;
    max-width: 970px
}

@media screen and (max-width: 830px) {
    .popup3--form {
        max-width: 473px
    }
}

.popup3--form .form--wr {
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    background: url(../images/popup3.png) 50% 0 no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 64px;
    padding-bottom: 73px
}

@media screen and (max-width: 830px) {
    .popup3--form .form--wr {
        background: url(../images/popup1.png) 50% 0 no-repeat
    }
}

.popup3--form .form--title {
    padding-left: 533px;
    line-height: 1.3
}

@media screen and (max-width: 950px) {
    .popup3--form .form--title {
        padding-left: 520px
    }
}

@media screen and (max-width: 850px) {
    .popup3--form .form--title {
        padding-left: 480px
    }
}

@media screen and (max-width: 830px) {
    .popup3--form .form--title {
        padding-left: 60px
    }
}

@media screen and (max-width: 430px) {
    .popup3--form .form--title {
        padding-left: 15px
    }
}

.popup3--form .form--text {
    padding-left: 533px;
    padding-top: 5px;
    font-size: 18px
}

@media screen and (max-width: 950px) {
    .popup3--form .form--text {
        padding-left: 520px
    }
}

@media screen and (max-width: 850px) {
    .popup3--form .form--text {
        padding-left: 480px
    }
}

@media screen and (max-width: 830px) {
    .popup3--form .form--text {
        padding-left: 60px
    }
}

@media screen and (max-width: 430px) {
    .popup3--form .form--text {
        padding-left: 15px
    }
}

.popup3--form .form--body {
    padding-left: 533px;
    padding-right: 60px
}

@media screen and (max-width: 950px) {
    .popup3--form .form--body {
        padding-left: 520px
    }
}

@media screen and (max-width: 850px) {
    .popup3--form .form--body {
        padding-left: 480px
    }
}

@media screen and (max-width: 830px) {
    .popup3--form .form--body {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media screen and (max-width: 430px) {
    .popup3--form .form--body {
        padding-left: 15px;
        padding-right: 15px
    }
}

.popup3--form .form--btn {
    padding-top: 5px
}

.popup3--form .info {
    text-align: center;
    padding-top: 25px;
    font-weight: 300;
    font-size: 15px
}

.popup3--form .info a {
    font-weight: normal;
    display: block;
    font-size: 18px
}

#popup4,
#popup4_parus,
#popup4_katera,
#popup4_dvuhpalub {
    position: relative;
    z-index: 10;
    max-width: 1150px;
    margin: auto;
    border-radius: 15px
}

.popup4 {
    position: relative;
    z-index: 10;
    max-width: 1150px;
    margin: auto;
    border-radius: 15px
}

.popup4--wr {
    background: url(../images/popup4.png) 50% 0 no-repeat;
    background-size: cover;
    border-radius: 10px;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 45px;
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1)
}

.popup4--wr:before {
    display: block;
    content: '';
    border-radius: 0px 0px 15px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    position: absolute;
    height: 50px;
    left: 30px;
    right: 30px;
    bottom: -11px;
    z-index: -1
}

.popup4--topblock {
    padding-left: 80px;
    padding-right: 70px;
    padding-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 768px) {
    .popup4--topblock {
        display: block
    }
}

@media screen and (max-width: 910px) {
    .popup4--topblock {
        padding-left: 10px;
        padding-right: 10px
    }
}

.popup4--topblock--left {
    width: 55%
}

.popup4--topblock--left img {
    border-radius: 10px;
    width: 100%;
    height: auto
}

@media screen and (max-width: 768px) {
    .popup4--topblock--left {
        width: 100%
    }
}

.popup4--topblock--right {
    margin-left: 5%;
    width: 40%
}

@media screen and (max-width: 768px) {
    .popup4--topblock--right {
        display: block;
        width: 100%;
        margin-left: 0%;

    }

    .popup4--topblock--right span img {
        max-width: 90% !important;
    }
}

.popup4--topblock--right--img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.popup4--topblock--right--img span {
    display: block;
    text-align: center
}

.popup4--topblock--right--img span img {
    max-width: 90%;
    border-radius: 10px;
    display: block;
    margin: auto;
    margin-bottom: 30px
}

.popup4--topblock--right i {
    font-family: 'Spectral', serif;
    font-style: italic;
    padding-top: 5px;
    font-weight: 600;
    font-size: 17px;
    display: block;
    padding-bottom: 15px
}

.popup4--topblock--right span {
    display: block;
    text-align: center
}

.popup4--topblock--right span img {
    display: block;
    margin: auto;
    margin-bottom: 30px
}

.popup4--title {
    font-style: italic;
    font-family: 'Spectral', serif;
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 26px;
    font-weight: 600
}

.popup4--subtitle {
    font-size: 18px;
    font-weight: 300;
    color: #8299ae;
    text-align: center
}

.popup4--centerblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 80px;
    padding-right: 70px;
    /*min-height: 420px*/
}

@media screen and (max-width: 768px) {
    .popup4--centerblock {
        display: block
    }
}

@media screen and (max-width: 910px) {
    .popup4--centerblock {
        padding-left: 10px;
        padding-right: 10px
    }
}

.popup4--centerblock--left {
    width: 55%
}

@media screen and (max-width: 768px) {
    .popup4--centerblock--left {
        width: 100%
    }
}

.popup4--centerblock--left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    font-size: 14px
}

.popup4--centerblock--left ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.33333%;
    margin-bottom: 23px
}

.cena {
    text-decoration: underline;
    font-weight: 700 !important;
    font-size: 18px;
    color: #d5a11f;
}

@media screen and (max-width: 950px) {
    .popup4--centerblock--left ul li {
        width: 50%
    }
}

.popup4--centerblock--left ul li:before {
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    content: '';
    background-image: url(../images/licheck.png);
    width: 39px;
    height: 39px;
    border-radius: 180px;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(163, 169, 183, 0.5);
    box-shadow: 0px 16px 43px 0px rgba(163, 169, 183, 0.5)
}

.popup4--centerblock--right {
    margin-left: 5%;
    width: 40%
}

.popup4--centerblock--right p {
    font-size: 20px;
    padding-bottom: 5px
}

.popup4--centerblock--right span {
    font-weight: 300
}

@media screen and (max-width: 768px) {
    .popup4--centerblock--right {
        width: 100%
    }

    .cena {
        font-size: 12px;
    }
}

.popup4--body {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 70px;
    padding-right: 70px;
    border-top: 1px solid #F8F8F8;
    padding-top: 5px;
    padding-bottom: 80px
}

@media screen and (max-width: 910px) {
    .popup4--body {
        padding-left: 10px;
        padding-right: 10px
    }
}

.popup4--body .popup4--title {
    text-align: center;
    font-size: 32px;
    padding-bottom: 5px
}

.popup4--body--wr {
    padding-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 768px) {
    .popup4--body--wr {
        display: block
    }
}

.popup4--btn {
    width: 333px
}

@media screen and (max-width: 768px) {
    .popup4--btn {
        margin: auto
    }
}

.popup4--btn .btn {
    height: 70px;
    font-size: 13px
}

.popup4--item {
    width: 300px
}

.popup4--item:nth-child(2) {
    margin-left: 20px;
    margin-right: 35px
}

@media screen and (max-width: 768px) {
    .popup4--item {
        width: 333px;
        margin: auto !important;
        margin-bottom: 10px !important
    }
}

#popup5 {
    max-width: 473px;
    margin: auto;
    position: relative
}

.popup {
    position: relative
}

.popup2--form {
    position: relative
}

.mfp-close {
    text-indent: -99999px !important;
    width: 16px !important;
    height: 16px !important;
    background: url(../images/close.png) !important;
    right: -25px;
    top: 0px;
    opacity: 1 !important
}

.mfp-close:active {
    right: -25px;
    top: 0px
}

@media screen and (max-width: 768px) {
    .mfp-close {
        text-indent: -99999px !important;
        width: 16px !important;
        height: 16px !important;
        background: url(../images/close2.png) !important;
        right: 15px;
        top: 15px;
        opacity: 1 !important
    }

    .mfp-close:active {
        right: 15px;
        top: 15px
    }
}

.popup4--topblock--right--img img {
    cursor: pointer
}

.popup4 .popup4--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.popup4 .li {
    position: relative;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.popup4 .li:before {
    top: 10px;
    position: absolute;
    left: 0;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    content: '';
    background-image: url(../images/licheck.png);
    width: 39px;
    height: 39px;
    border-radius: 180px;
    -webkit-box-shadow: 0px 16px 43px 0px rgba(163, 169, 183, 0.5);
    box-shadow: 0px 16px 43px 0px rgba(163, 169, 183, 0.5)
}

.popup4 .li p {
    margin-left: 45px;
    padding-left: 15px;
    font-weight: 300;
    position: relative
}

.popup4 .li p:before {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background: #ABDE5B;
    border-radius: 150px
}

.scrollmenu {
    background: #fff;
    display: none;
    width: 100%;
    padding-top: 20px;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1);
    box-shadow: 0px 14px 43px 0px rgba(163, 169, 183, 0.1)
}

@media screen and (max-width: 992px) {
    .scrollmenu {
        padding-bottom: 10px;
        padding-top: 10px
    }
}

.scrollmenu .close {
    display: none
}

@media screen and (max-width: 992px) {
    .scrollmenu .close {
        display: block;
        position: absolute;
        top: 25px;
        left: 25px
    }
}

.scrollmenu--menuwr {
    padding-top: 5px;
    display: none;
    float: left
}

@media screen and (max-width: 992px) {
    .scrollmenu--menuwr {
        display: block;
        width: 33.33333%
    }
}

@media screen and (max-width: 460px) {
    .scrollmenu--menuwr {
        width: 50%
    }
}

.scrollmenu--menu {
    text-align: center;
    text-transform: uppercase;
    bottom: 15px;
    left: 170px;
    height: 30px;
    border: 2px solid #93B4C9;
    border-radius: 3px;
    width: 50px
}

.scrollmenu--menu span {
    display: block;
    height: 2px;
    width: 90%;
    background: #93B4C9;
    margin: 5.5px auto
}

.scrollmenu--wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 1170px;
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (max-width: 992px) {
    .scrollmenu--wr {
        display: block
    }
}

.scrollmenu--logo {
    margin-top: 10px;
    width: 13.33333%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media screen and (max-width: 1100px) {
    .scrollmenu--logo {
        width: 15%
    }
}

@media screen and (max-width: 992px) {
    .scrollmenu--logo {
        width: 33.33333%;
        float: left;
        text-align: center
    }
}

@media screen and (max-width: 460px) {
    .scrollmenu--logo {
        display: none
    }
}

.scrollmenu--logo img {
    max-width: 130px
}

.scrollmenu .nav {
    padding-top: 13px;
    width: 73.33333%;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media screen and (max-width: 1100px) {
    .scrollmenu .nav {
        width: 70%
    }
}

@media screen and (max-width: 992px) {
    .scrollmenu .nav {
        display: none;
        width: 100%;
        font-size: 14px;
        background: #93b4c9;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        height: 100vh;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 992px) {
    .scrollmenu .nav--wr {
        padding-bottom: 140px;
        background: url(../images/logo-w.png) 0 100% no-repeat
    }
}

.scrollmenu .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media screen and (max-width: 992px) {
    .scrollmenu .nav ul {
        display: block;
        width: 280px;
        text-align: left
    }
}

.scrollmenu .nav li {
    height: 48px;
    border-bottom: 3px solid #fff;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.scrollmenu .nav li a {
    color: #000
}

.scrollmenu .nav li.active {
    border-bottom: 3px solid #e6b462
}

.scrollmenu .nav li.active a {
    color: #e6b462
}

.scrollmenu .nav li:hover {
    border-bottom: 3px solid #e6b462
}

.scrollmenu .nav li:hover a {
    color: #e6b462
}

@media screen and (max-width: 992px) {
    .scrollmenu .nav li {
        height: auto;
        padding-bottom: 40px;
        border: none
    }

    .scrollmenu .nav li a {
        color: #fff
    }

    .scrollmenu .nav li.active {
        border: none
    }

    .scrollmenu .nav li.active a {
        color: #fff
    }

    .scrollmenu .nav li:hover {
        border: none
    }

    .scrollmenu .nav li:hover a {
        color: #fff
    }
}

.scrollmenu--contacts {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: right;
    width: 13.33333%;
    font-size: 18px;
    line-height: 1.3
}

@media screen and (max-width: 1100px) {
    .scrollmenu--contacts {
        width: 15%
    }
}

@media screen and (max-width: 992px) {
    .scrollmenu--contacts {
        width: 33.33333%;
        float: left
    }
}

@media (max-width: 760px) {
    .popup4 .li {
        width: 100% !important;
        font-weight: 300 !important;
    }
}

@media screen and (max-width: 460px) {
    .scrollmenu--contacts {
        width: 50%
    }
}

.scrollmenu--contacts .tel {
    display: block;
    font-size: 17px
}

.scrollmenu--contacts .link span {
    display: inline-block;
    margin-left: 10px;
    font-size: 11px;
    color: #e6b462;
    text-transform: uppercase;
    border-bottom: 1px dotted #e6b462
}

.thanks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 112vh;
    background: url(../images/bg1.jpg) 50% 0% no-repeat;
    background-size: cover;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.thanks .thanks-p {
    padding-top: 60px;
    font-size: 17px;
    font-weight: 300
}

.thanks a {
    font-weight: normal
}

.popup {
    position: relative
}

.triangle {
    width: 100%;
    height: 20px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.col2 {
    background-color: #fff;
    width: calc(50% - 50px)
}

.triangle:before {
    content: '';
    background: #333;
    border: 50px solid #fff;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 0
}

* {
    outline: none !important
}

.data-popup4-title {
    font-size: 1.5em;
    padding-bottom: 5px
}



.yes_sudna {
    display: block !important;
    visibility: visible !important;
    animation-name: fadeIn !important;
}

.no_sudna {
    display: none !important;
    visibility: hidden !important;
    animation-name: none !important;
}

.img-pop {
    height: 350px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}








#phone__toggle {
    bottom: 25px;
    right: 10px;
    position: fixed;
    z-index: 999;
}

#whatsapp__toggle {
    bottom: 25px;
    left: 10px;
    position: fixed;
    z-index: 999;
}

.img-circle {
    background-color: #0dc313;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#whatsapp__toggle .img-circle {
    background-color: #00ad32;
}

.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #11e918;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

#whatsapp__toggle .circlephone {
    right: auto;
    left: 10px;
    order: 2px solid #00ad32;
}

.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #11e918;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

#whatsapp__toggle .circle-fill {
    right: auto;
    left: 35px;
    background-color: #00ad32;
}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}

#whatsapp__toggle .img-circle {
    right: auto;
    left: 49px;
}

#whatsapp__toggle .img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    background-image: url(../images/whatsapp.png);
    background-size: 70%;
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

#phone__toggle .img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    background-image: url(../images/mini.png);
    background-size: 30%;
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.img-circle:hover {
    opacity: 1;
}



@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(-8deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }

    50% {
        -webkit-transform: rotate(8deg);
    }

    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }

    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }

    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }

    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }

    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}