@font-face {
    font-family: "Gilroy";
    src: url("./fonts/Gilroy-Regular/Gilroy-Regular.eot");
    src: local("Gilroy-Regular"),
    url("./fonts/Gilroy-Regular/Gilroy-Regular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gilroy-Regular/Gilroy-Regular.woff") format("woff"),
    url("./fonts/Gilroy-Regular/Gilroy-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("./fonts/Gilroy-Bold/Gilroy-Bold.eot");
    src: local("Gilroy-Bold"),
    url("./fonts/Gilroy-Bold/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gilroy-Bold/Gilroy-Bold.woff") format("woff"),
    url("./fonts/Gilroy-Bold/Gilroy-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("./fonts/Gilroy-Light/Gilroy-Light.eot");
    src: local("Gilroy-Light"),
    url("./fonts/Gilroy-Light/Gilroy-Light.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gilroy-Light/Gilroy-Light.woff") format("woff"),
    url("./fonts/Gilroy-Light/Gilroy-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cambria-Italic";
    src: url("./fonts/Cambria-Italic/Cambria-Italic.eot");
    src: local("Cambria-Italic"),
    url("./fonts/Cambria-Italic/Cambria-Italic.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Cambria-Italic/Cambria-Italic.woff") format("woff"),
    url("./fonts/Cambria-Italic/Cambria-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html {
    overflow-x: hidden;
}
body {
    font-family: "Gilroy", sans-serif;
    background-color: #fff;
    font-size: calc(12px + 4 * ((100vw - 420px) / 860));
    line-height: calc(20px + 4 * ((100vw - 420px) / 860));
    position: relative;
    color: #0a2a42;
    overflow-x: hidden;
}
@media screen and (min-width: 1280px) {
    body {
        line-height: 24px;
    }
}
@media screen and (max-width: 420px) {
    body {
        line-height: 20px;
    }
}
@media screen and (min-width: 1280px) {
    body {
        font-size: 16px;
    }
}
@media screen and (max-width: 420px) {
    body {
        font-size: 12px;
    }
}
p {
    margin: 0;
}
a {
    outline: none;
    text-decoration: none;
    color: inherit;
}
/* Анимации */
@-webkit-keyframes sheens {
    0%,
    79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}
@-moz-keyframes sheens {
    0%,
    79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        -moz-transform: rotateZ(60deg) translate(-5em, 7.5em);
             transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        -moz-transform: rotateZ(60deg) translate(-5em, 7.5em);
             transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        -moz-transform: rotateZ(60deg) translate(1em, -11em);
             transform: rotateZ(60deg) translate(1em, -11em)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        -moz-transform: rotateZ(60deg) translate(1em, -9em);
             transform: rotateZ(60deg) translate(1em, -9em)
    }
}
@keyframes sheens {
    0%,
    79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        -moz-transform: rotateZ(60deg) translate(-5em, 7.5em);
          -o-transform: rotateZ(60deg) translate(-5em, 7.5em);
             transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        -moz-transform: rotateZ(60deg) translate(-5em, 7.5em);
          -o-transform: rotateZ(60deg) translate(-5em, 7.5em);
             transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        -moz-transform: rotateZ(60deg) translate(1em, -11em);
          -o-transform: rotateZ(60deg) translate(1em, -11em);
             transform: rotateZ(60deg) translate(1em, -11em)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        -moz-transform: rotateZ(60deg) translate(1em, -9em);
          -o-transform: rotateZ(60deg) translate(1em, -9em);
             transform: rotateZ(60deg) translate(1em, -9em)
    }
}
@-webkit-keyframes sheen {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }
    10% {
        width: 10px;
        height: 10px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    90% {
        width: 40px;
        height: 40px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}
@-moz-keyframes sheen {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }
    10% {
        width: 10px;
        height: 10px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    90% {
        width: 40px;
        height: 40px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}
@keyframes sheen {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }
    10% {
        width: 10px;
        height: 10px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    90% {
        width: 40px;
        height: 40px;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}
@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(3%);
                transform: translateY(3%);
    }
    100% {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
    }
}
@-moz-keyframes floating {
    0% {
        -moz-transform: translateY(0%);
             transform: translateY(0%);
    }
    50% {
        -moz-transform: translateY(3%);
             transform: translateY(3%);
    }
    100% {
        -moz-transform: translateY(0%);
             transform: translateY(0%);
    }
}
@keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
           -moz-transform: translateY(0%);
             -o-transform: translateY(0%);
                transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(3%);
           -moz-transform: translateY(3%);
             -o-transform: translateY(3%);
                transform: translateY(3%);
    }
    100% {
        -webkit-transform: translateY(0%);
           -moz-transform: translateY(0%);
             -o-transform: translateY(0%);
                transform: translateY(0%);
    }
}
@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@-moz-keyframes spin {
    from {-moz-transform:rotate(0deg);transform:rotate(0deg);}
    to {-moz-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes spin {
    from {-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1); transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
}
@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
             transform: scale(1.05);
        opacity: 0;
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
          -o-transform: scale(1.05);
             transform: scale(1.05);
        opacity: 0;
    }
}
.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1200px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.container_0 {
        padding: 0;
    }
.title {
    font-weight: 700;
}
.title_s {
        font-size: calc(16px + 8 * ((100vw - 420px) / 860));
        line-height: calc(22px + 10 * ((100vw - 420px) / 860));
    }
@media screen and (min-width: 1280px) {
    .title_s {
        line-height: 32px;
    }
}
@media screen and (max-width: 420px) {
    .title_s {
        line-height: 22px;
    }
}
@media screen and (min-width: 1280px) {
    .title_s {
        font-size: 24px;
    }
}
@media screen and (max-width: 420px) {
    .title_s {
        font-size: 16px;
    }
}
.title_m {
        font-size: calc(18px + 10 * ((100vw - 320px) / 960));
        line-height: calc(24px + 10 * ((100vw - 320px) / 960));
    }
@media screen and (min-width: 1280px) {
    .title_m {
        line-height: 34px;
    }
}
@media screen and (max-width: 320px) {
    .title_m {
        line-height: 24px;
    }
}
@media screen and (min-width: 1280px) {
    .title_m {
        font-size: 28px;
    }
}
@media screen and (max-width: 320px) {
    .title_m {
        font-size: 18px;
    }
}
.title_l {
        font-size: calc(26px + 24 * ((100vw - 320px) / 960));
        line-height: calc(32px + 22 * ((100vw - 320px) / 960));
    }
@media screen and (min-width: 1280px) {
    .title_l {
        line-height: 54px;
    }
}
@media screen and (max-width: 320px) {
    .title_l {
        line-height: 32px;
    }
}
@media screen and (min-width: 1280px) {
    .title_l {
        font-size: 50px;
    }
}
@media screen and (max-width: 320px) {
    .title_l {
        font-size: 26px;
    }
}
.title_xl {
        font-size: calc(24px + 16 * ((100vw - 420px) / 860));
        line-height: calc(30px + 20 * ((100vw - 420px) / 860));
    }
@media screen and (min-width: 1280px) {
    .title_xl {
        line-height: 50px;
    }
}
@media screen and (max-width: 420px) {
    .title_xl {
        line-height: 30px;
    }
}
@media screen and (min-width: 1280px) {
    .title_xl {
        font-size: 40px;
    }
}
@media screen and (max-width: 420px) {
    .title_xl {
        font-size: 24px;
    }
}
.title b {
        font-weight: 500;
    }
.title_blue {
        color: var(--color-blue);
    }
.title_yellow {
        color: #ffcc56;
    }
.description {
    font-family: "Cambria-Italic", sans-serif;
}
.description_m {
        font-size: calc(14px + 3 * ((100vw - 320px) / 960));
        line-height: calc(20px + 3 * ((100vw - 320px) / 960));
    }
@media screen and (min-width: 1280px) {
    .description_m {
        line-height: 23px;
    }
}
@media screen and (max-width: 320px) {
    .description_m {
        line-height: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .description_m {
        font-size: 17px;
    }
}
@media screen and (max-width: 320px) {
    .description_m {
        font-size: 14px;
    }
}
.description_l {
        font-size: calc(16px + 8 * ((100vw - 320px) / 960));
        line-height: calc(22px + 8 * ((100vw - 320px) / 960));
    }
@media screen and (min-width: 1280px) {
    .description_l {
        line-height: 30px;
    }
}
@media screen and (max-width: 320px) {
    .description_l {
        line-height: 22px;
    }
}
@media screen and (min-width: 1280px) {
    .description_l {
        font-size: 24px;
    }
}
@media screen and (max-width: 320px) {
    .description_l {
        font-size: 16px;
    }
}
.description_xl {
        font-size: calc(14px + 6 * ((100vw - 420px) / 860));
        line-height: calc(20px + 6 * ((100vw - 420px) / 860));
    }
@media screen and (min-width: 1280px) {
    .description_xl {
        line-height: 26px;
    }
}
@media screen and (max-width: 420px) {
    .description_xl {
        line-height: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .description_xl {
        font-size: 20px;
    }
}
@media screen and (max-width: 420px) {
    .description_xl {
        font-size: 14px;
    }
}
.button {
    font-family: "Gilroy", sans-serif;
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    display: table;
    font-weight: 700;
}
.button_green {
        background: rgb(0, 161, 91);
        background: -webkit-linear-gradient(90deg, rgba(0, 161, 91, 1) 0%, rgba(8, 201, 62, 1) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 161, 91, 1)), to(rgba(8, 201, 62, 1)));
        background: -webkit-linear-gradient(left, rgba(0, 161, 91, 1) 0%, rgba(8, 201, 62, 1) 100%);
        background: -moz- oldlinear-gradient(left, rgba(0, 161, 91, 1) 0%, rgba(8, 201, 62, 1) 100%);
        background: linear-gradient(90deg, rgba(0, 161, 91, 1) 0%, rgba(8, 201, 62, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a15b",endColorstr="#08c93e",GradientType=1);
        border-bottom: 2px solid #02a86a;
        border-top: 2px solid #18dd51;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        -webkit-background-size: 1px 100%;
                background-size: 1px 100%;
        color: #fff;
        border-radius: 5px;
        text-transform: uppercase;
    }
.button_green:hover {
            background: rgb(0, 161, 91);
            background: -webkit-linear-gradient(90deg, rgba(0, 161, 91, 1) 0%, rgba(8, 201, 62, 1) 100%);
            background: -webkit-gradient(linear, left top, right top, from(rgba(0, 161, 91, 1)), to(rgba(8, 201, 62, 1)));
            background: -webkit-linear-gradient(left, rgba(0, 161, 91, 1) 0%, rgba(8, 201, 62, 1) 100%);
            background: -moz- oldlinear-gradient(left, rgba(0, 161, 91, 1) 0%, rgba(8, 201, 62, 1) 100%);
            background: linear-gradient(90deg, rgba(0, 161, 91, 1) 0%, rgba(8, 201, 62, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a15b",endColorstr="#08c93e",GradientType=1);
        }
.button_blue {
        border: 1px solid var(--color-blue);
        background-color: #fff;
        color: var(--color-blue);
        border-radius: 5px;
        text-transform: uppercase;
    }
.button_blue:hover {
            background-color: var(--color-blue);
            color: #fff;
        }
.button_s {
        padding: 13px 25px;
        font-size: calc(12px + 2 * ((100vw - 420px) / 860));
        line-height: calc(18px + 2 * ((100vw - 420px) / 860));
    }
@media screen and (min-width: 1280px) {
    .button_s {
        line-height: 20px;
    }
}
@media screen and (max-width: 420px) {
    .button_s {
        line-height: 18px;
    }
}
@media screen and (min-width: 1280px) {
    .button_s {
        font-size: 14px;
    }
}
@media screen and (max-width: 420px) {
    .button_s {
        font-size: 12px;
    }
}
.button_m {
        padding: 16px 25px;
        font-size: calc(12px + 1 * ((100vw - 420px) / 860));
        line-height: calc(18px + 1 * ((100vw - 420px) / 860));
    }
@media screen and (min-width: 1280px) {
    .button_m {
        line-height: 19px;
    }
}
@media screen and (max-width: 420px) {
    .button_m {
        line-height: 18px;
    }
}
@media screen and (min-width: 1280px) {
    .button_m {
        font-size: 13px;
    }
}
@media screen and (max-width: 420px) {
    .button_m {
        font-size: 12px;
    }
}
.button_l {
        padding: 24px 50px;
        font-size: calc(14px + 2 * ((100vw - 420px) / 860));
        line-height: calc(20px + 2 * ((100vw - 420px) / 860));
    }
@media screen and (min-width: 1280px) {
    .button_l {
        line-height: 22px;
    }
}
@media screen and (max-width: 420px) {
    .button_l {
        line-height: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .button_l {
        font-size: 16px;
    }
}
@media screen and (max-width: 420px) {
    .button_l {
        font-size: 14px;
    }
}
.button__blik {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 7px;
        overflow: hidden;
    }
.button__blik:after {
            content: "";
            position: absolute;
            top: -50%;
            right: -50%;
            bottom: -50%;
            left: -50%;
            background: -webkit-gradient(linear, left top, left bottom, from(#e5ac8e), color-stop(50%, #fff), color-stop(50%, #e5ac8e));
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), color-stop(50%, rgba(229, 172, 142, 0)));
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), to(rgba(229, 172, 142, 0)));
            background: -webkit-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
            background: -moz- oldlinear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
            background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
            -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
            -ms-transform: rotate(60deg) translate(-5em, 7.5em);
            -moz-transform: rotateZ(60deg) translate(-5em, 7.5em);
              -o-transform: rotateZ(60deg) translate(-5em, 7.5em);
                 transform: rotateZ(60deg) translate(-5em, 7.5em);
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-animation: sheens 3s infinite;
            -moz-animation: sheens 3s infinite;
                 animation: sheens 3s infinite;
            z-index: 1;
        }
.button__book {
        background-image: url("../img/land/button/book.png");
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        width: 167px;
        height: 146px;
        position: absolute;
        top: -15px;
        right: -70px;
        z-index: 2;
    }
.form-message {
    width: 100%;
    background-color: #fff;
    padding: 14px;
    font-size: 16px;
    border-radius: 6px;
    margin-top: 12px;
}
.form-message.hidden {
    display: none;
}
.datepicker {
    width: auto;
    opacity: 1;
    background: #fff;
    border: 1px solid #cecece;
}
.button_green:disabled {
    background: #888;
    border-bottom-color: #555;
    border-top-color: #ccc;
    cursor: not-allowed;
}
.form__field + .form__field {
            margin-top: 10px;
        }
.form__label {
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin-bottom: 10px;
        color: #b6c2c8;
        font-size: calc(12px + 2 * ((100vw - 420px) / 860));
        line-height: calc(18px + 2 * ((100vw - 420px) / 860));
    }
@media screen and (min-width: 1280px) {
    .form__label {
        line-height: 20px;
    }
}
@media screen and (max-width: 420px) {
    .form__label {
        line-height: 18px;
    }
}
@media screen and (min-width: 1280px) {
    .form__label {
        font-size: 14px;
    }
}
@media screen and (max-width: 420px) {
    .form__label {
        font-size: 12px;
    }
}
.form__input,
    .form__textarea,
    .form__select {
        font-family: "Gilroy", sans-serif;
        background-color: #fff;
        -webkit-background-size: 15px 15px;
                background-size: 15px;
        background-position: 10px 48%;
        background-repeat: no-repeat;
        margin: 0;
        outline: 0;
        border: 1px solid #e8f0f4;
        height: 55px;
        width: 100%;
        padding: 0 25px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 5px;
        color: #333;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        font-size: calc(14px + 2 * ((100vw - 420px) / 860));
        line-height: calc(20px + 2 * ((100vw - 420px) / 860));
    }
@media screen and (min-width: 1280px) {
    .form__input,
    .form__textarea,
    .form__select {
        line-height: 22px;
    }
}
@media screen and (max-width: 420px) {
    .form__input,
    .form__textarea,
    .form__select {
        line-height: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .form__input,
    .form__textarea,
    .form__select {
        font-size: 16px;
    }
}
@media screen and (max-width: 420px) {
    .form__input,
    .form__textarea,
    .form__select {
        font-size: 14px;
    }
}
.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder, .form__select::-webkit-input-placeholder {
            color: #6f6f6f;
        }
.form__input::-moz-placeholder, .form__textarea::-moz-placeholder, .form__select::-moz-placeholder {
            color: #6f6f6f;
        }
.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder, .form__select::-ms-input-placeholder {
            color: #6f6f6f;
        }
.form__input::placeholder, .form__textarea::placeholder, .form__select::placeholder {
            color: #6f6f6f;
        }
.form__input:active,
        .form__input:focus,
        .form__textarea:active,
        .form__textarea:focus,
        .form__select:active,
        .form__select:focus {
            border-color: #dddfe0;
        }
.form__input.error, .form__textarea.error, .form__select.error {
            border-color: red;
        }
.form__input_name, .form__textarea_name, .form__select_name {
            background-image: url("../img/land/form/icon-name.svg");
            padding-left: 35px;
        }
.form__input_phone, .form__textarea_phone, .form__select_phone {
            background-image: url("../img/land/form/icon-phone.svg");
            padding-left: 35px;
        }
.form__input_number, .form__textarea_number, .form__select_number, .form__select_rate {
            background-image: url("../img/land/form/icon-star.svg");
            padding-left: 35px;
            -webkit-background-size: 18px 18px;
                    background-size: 18px;
        }
.form__input_date, .form__textarea_date, .form__select_date {
            background-image: url("../img/land/form/icon-date.svg");
            padding-left: 35px;
            cursor: pointer;
        }
.form__input_persons, .form__textarea_persons, .form__select_persons {
            background-image: url("../img/land/form/icon-name.svg");
            padding-left: 35px;
        }
.form__select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none !important;
        cursor: pointer;
    }
.form__select-container {
            position: relative;
        }
.form__select-container:after {
                content: "";
                position: absolute;
                top: 50%;
                right: 10px;
                background-image: url("../img/land/form/icon-arrow.svg");
                background-position: center center;
                background-repeat: no-repeat;
                -webkit-background-size: contain;
                        background-size: contain;
                width: 10px;
                height: 10px;
                margin-top: -6px;
            }
.form label.error {
        display: none !important;
    }
.form__textarea {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
.form__submit {
        width: 100%;
    }
.form__policy {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
.form__policy-text {
            font-size: 12px;
            line-height: 17px;
            color: #646464;
            margin-top: 0px;
            text-align: left !important;
        }
.form__policy-text span {
                border-bottom: 1px solid;
                -webkit-transition: .3s;
                -o-transition: .3s;
                -moz-transition: .3s;
                transition: .3s;
            }
.form__policy-text span:hover {
                    color: #2580d2;
                    border-color: #2580d2;
                }
.form__policy_theme_default .form__policy-text {
            color: #000;
        }
.form__radio {
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin: 10px 0 0 7px;
    }
.form__radio + .form__radio-label {
            position: relative;
            padding: 0 0 0 25px;
            cursor: pointer;
            display: inline-block;
            vertical-align: middle;
            font-size: 11px;
            line-height: 16px;
        }
.form__radio + .form__radio-label:before {
            content: '';
            background-color: #f7f7f7;
            position: absolute;
            top: 0;
            left: 0;
            width: 16px;
            height: 16px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            border-radius: 3px;
            border: 1px solid red;
        }
.form__radio + .form__radio-label:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 16px;
            height: 16px;
            background: url("../img/land/form/icon-checkbox.svg");
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-background-size: 50% 50%;
                    background-size: 50%;
            opacity: 0;
            -webkit-transition: .2s;
            -o-transition: .2s;
            -moz-transition: .2s;
            transition: .2s;
        }
.form__radio:checked + .form__radio-label:after {
            opacity: 1;
        }
.form__radio:checked + .form__radio-label:before {
            border: 1px solid transparent;
        }
.form label.error {
        display: none !important;
    }
.form__credit {
        border-radius: 5px;
        color: #fff;
        border: 1px solid;
        padding: 10px 12px;
        display: table;
        margin: 0 auto;
        margin-top: 15px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        cursor: pointer;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
    }
.room__credit {
    color: #02a86a;
    margin: 0;
    width: 100%;
}
.form__credit_black {
            color: #0a2a42;
            border-color: #08c740;
        }
.form__credit_l {
            padding: 14px 12px;
            font-size: 16px;
            line-height: 22px;
        }
.form__credit-icon {
            display: inline-block;
            vertical-align: middle;
            background-image: url("../img/land/form/icon-credit.png");
            background-position: center center;
            background-repeat: no-repeat;
            width: 34px;
            height: 30px;
            margin-right: 5px;
        }
.slider__arrow {
        background-image: url("../img/land/slider/icon-arrow.svg");
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100%;
        background-position-x: 50%;
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: absolute;
        z-index: 2;
        top: 50%;
        border-radius: 5px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
.slider__arrow-prev {
            left: 0;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%);
        }
.slider__arrow-prev:hover {
                -webkit-transform: translateY(-50%) translateX(-3px);
                   -moz-transform: translateY(-50%) translateX(-3px);
                    -ms-transform: translateY(-50%) translateX(-3px);
                     -o-transform: translateY(-50%) translateX(-3px);
                        transform: translateY(-50%) translateX(-3px);
            }
.slider__arrow-next {
            right: 0;
            -webkit-transform: translateY(-50%) rotate(-180deg);
               -moz-transform: translateY(-50%) rotate(-180deg);
                -ms-transform: translateY(-50%) rotate(-180deg);
                 -o-transform: translateY(-50%) rotate(-180deg);
                    transform: translateY(-50%) rotate(-180deg);
        }
.slider__arrow-next:hover {
                -webkit-transform: translateY(-50%) translateX(3px) rotate(-180deg);
                   -moz-transform: translateY(-50%) translateX(3px) rotate(-180deg);
                    -ms-transform: translateY(-50%) translateX(3px) rotate(-180deg);
                     -o-transform: translateY(-50%) translateX(3px) rotate(-180deg);
                        transform: translateY(-50%) translateX(3px) rotate(-180deg);
            }
.slider .slick-dots li {
        width: 5px !important;
        height: 5px !important;
        border-radius: 100% !important;
        margin: 0 5px !important;
        background-color: #e9e9e9 !important;
    }
.slider .slick-dots li.slick-active {
            background-color: #fed66a !important;
        }
.slider .slick-dots {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
           -moz-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
.bg-before {
    position: relative;
    z-index: 1;
}
.bg-before:before {
        content: "";
        background-image: url("../img/land/bg-before.png");
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 172px;
    }
.bg-after {
    position: relative;
    z-index: 1;
}
.bg-after:after {
        content: "";
        background-image: url("../img/land/bg-after.png");
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 172px;
    }
.table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table > tbody > tr >td,
    .table > tbody > tr >th,
    .table > tfoot > tr >td,
    .table > tfoot > tr >th,
    .table > thead > tr >td,
    .table > thead > tr >th {
        vertical-align: middle !important
    }
.table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }
.table td,
    .table th {
        padding: 5px 10px;
        font-size: 15px;
        line-height: 21px;
    }
.table-bordered thead tr th {
        border-bottom: 2px solid #ededed;
    }
.table-bordered thead tr th:not(:first-child) {
            border-left: 1px solid #ededed;
        }
.table-bordered tbody tr td:not(:first-child) {
            border-left: 1px solid #ededed;
        }
.table-bordered tbody tr:nth-child(2n) td {
            background-color: #f9f9f9;
        }
.icon-color,
.icon-color svg {
    fill: #8c5d4e;
    color: #8c5d4e;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-color: #2b2424;
    background-color: rgba(43, 36, 36, 0.5);
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    padding: 30px 0;
}
.header_theme_white {
        background-color: #352625;
    }
.header_fixed {
        position: fixed;
        background-color: #352625;
        padding: 10px 0;
    }
.header__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 0 30px;
    }
.header-logo {
        margin-right: auto;
    }
.header-logo__logo {
            display: block;
        }
.header-menu {
        margin-right: auto;
    }
.header-menu__list {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            list-style: none;
            margin: 0;
            padding: 0;
        }
.header-menu__list-item {
                padding: 7px 12px;
            }
.header-menu__list-link {
                color: #fff;
                font-weight: 700;
                font-size: 14px;
                line-height: 20px;
            }
.header__online-pay {
        color: #fff;
        border: 1px solid;
        padding: 12px 15px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        cursor: pointer;
        border-radius: 5px;
        margin-right: 15px;
    }
.btn-callback {
    color: #fff;
    text-transform: none;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 15px;
    outline: none;
    transition: all ease-in-out .2s;
}
@media screen and (max-width: 550px) {
    .btn-callback {
        display: none !important;
    }
}
.header__phone-icon {
    background-position: center center;
    background-repeat: no-repeat;
    width: 24px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-image: url("../img/land/header/icon-viber.svg");
}
.header__online-pay-icon {
            background-image: url("../img/land/header/icon-pay.svg");
            background-position: center center;
            background-repeat: no-repeat;
            width: 24px;
            height: 18px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }
.header-contacts {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
.header-contacts_mobile {
            display: none;
        }
.header-contacts__col + .header-contacts__col {
                margin-left: 30px;
            }
.header-contacts__booking {
            font-family: "Cambria-Italic", sans-serif;
            background-color: #fff;
            color: #0a2a42;
            font-size: 13px;
            line-height: 16px;
            padding: 8px 15px;
            -webkit-transform: skewX(-10deg);
               -moz-transform: skewX(-10deg);
                -ms-transform: skewX(-10deg);
                 -o-transform: skewX(-10deg);
                    transform: skewX(-10deg);
            border-radius: 5px;
        }
.header-contacts__phone {
            display: table;
            color: #fff;
            font-weight: 700;
            font-size: calc(14px + 6 * ((100vw - 320px) / 960));
            line-height: calc(20px + 6 * ((100vw - 320px) / 960));
        }
@media screen and (min-width: 1280px) {
    .header-contacts__phone {
        line-height: 26px;
    }
}
@media screen and (max-width: 320px) {
    .header-contacts__phone {
        line-height: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .header-contacts__phone {
        font-size: 20px;
    }
}
@media screen and (max-width: 320px) {
    .header-contacts__phone {
        font-size: 14px;
    }
}
.header-contacts__phone_whatsapp {
                position: relative;
                padding-left: 30px;
            }
.header-contacts__phone_whatsapp:before {
                    content: "";
                    position: absolute;
                    background-image: url("../img/land/header/icon-whatsapp.svg");
                    background-position: center center;
                    background-repeat: no-repeat;
                    top: 3px;
                    left: 0;
                    width: 20px;
                    height: 20px;
                }
.header-contacts__phone_viber {
                position: relative;
                padding-left: 30px;
            }
.header-contacts__phone_viber:before {
                    content: "";
                    position: absolute;
                    background-image: url("../img/land/header/icon-viber.svg");
                    background-position: center center;
                    background-repeat: no-repeat;
                    top: 3px;
                    left: 0;
                    width: 20px;
                    height: 20px;
                }
.header-langs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-left: 40px;
    }
.header-langs_mobile {
            display: none;
        }
.header-langs__item {
            color: #fff;
            font-weight: 700;
            padding: 5px 10px;
            border-radius: 5px;
        }
.header-langs__item + .header-langs__item {
                margin-left: 5px;
            }
.header-langs__item_current {
                background: transparent;
                border: 1px solid #fff;
            }
.header-menu__open {
        background-image: url("../img/land/header/icon-menu.svg");
        background-position: center center;
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        display: none;
        margin-left: 30px;
        cursor: pointer;
    }
.header-menu__open_opened {
            background-image: url("../img/land/header/icon-close.svg");
            -webkit-background-size: 80% 80%;
                    background-size: 80%;
        }
.promo {
    background-image: url("../img/land/promo/bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
.promo__container {
        padding: 50px 0;
        max-width: 440px;
    }
.promo__title {
        color: #fff;
        text-align: center;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 10px;
        font-size: calc(45px + 78 * ((100vw - 320px) / 960));
        line-height: calc(40px + 50 * ((100vw - 320px) / 960));
    }
@media screen and (min-width: 1280px) {
    .promo__title {
        line-height: 70px;
    }
}
@media screen and (max-width: 320px) {
    .promo__title {
        line-height: 40px;
    }
}
@media screen and (min-width: 1280px) {
    .promo__title {
        font-size: 100px;
    }
}
@media screen and (max-width: 320px) {
    .promo__title {
        font-size: 30px;
    }
}
.promo__title span {
            font-size: 72px;
            line-height: 76px;
            font-size: calc(32px + 40 * ((100vw - 320px) / 960));
            line-height: calc(38px + 38 * ((100vw - 320px) / 960));
        }
@media screen and (min-width: 1280px) {
    .promo__title span {
        line-height: 76px;
    }
}
@media screen and (max-width: 320px) {
    .promo__title span {
        line-height: 38px;
    }
}
@media screen and (min-width: 1280px) {
    .promo__title span {
        font-size: 72px;
    }
}
@media screen and (max-width: 320px) {
    .promo__title span {
        font-size: 32px;
    }
}
.promo__description {
        font-family: "Cambria-Italic", sans-serif;
        padding: 12px 20px;
        position: relative;
        z-index: 3;
        display: table;
        font-size: calc(12px + 8 * ((100vw - 320px) / 960));
        line-height: calc(18px + 8 * ((100vw - 320px) / 960));
        margin-left: -15px;
        margin-right: -15px;
        text-align: center;
        margin-top: 20px;
    }
@media screen and (min-width: 1280px) {
    .promo__description {
        line-height: 26px;
    }
}
@media screen and (max-width: 320px) {
    .promo__description {
        line-height: 18px;
    }
}
@media screen and (min-width: 1280px) {
    .promo__description {
        font-size: 20px;
    }
}
@media screen and (max-width: 320px) {
    .promo__description {
        font-size: 12px;
    }
}
.promo__description:before {
            content: "";
            background-color: #fff;
            border-radius: 5px;
            -webkit-transform: skewX(-10deg);
               -moz-transform: skewX(-10deg);
                -ms-transform: skewX(-10deg);
                 -o-transform: skewX(-10deg);
                    transform: skewX(-10deg);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }
.promo-booking {
        margin-top: 35px;
        position: relative;
        z-index: 2;
    }
.promo-booking:before {
            content: "";
            position: absolute;
            top: -110px;
            left: 50%;
            width: 100vh;
            height: 100px;
            margin-left: -50vh;
            background: rgb(53, 38, 37);
            background: -webkit-linear-gradient(180deg, rgba(53, 38, 37, 0) 0%, rgba(53, 38, 37, .7) 50%, rgba(53, 38, 37, 1) 100%);
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 38, 37, 0)), color-stop(50%, rgba(53, 38, 37, .7)), to(rgba(53, 38, 37, 1)));
            background: -webkit-linear-gradient(top, rgba(53, 38, 37, 0) 0%, rgba(53, 38, 37, .7) 50%, rgba(53, 38, 37, 1) 100%);
            background: -moz- oldlinear-gradient(top, rgba(53, 38, 37, 0) 0%, rgba(53, 38, 37, .7) 50%, rgba(53, 38, 37, 1) 100%);
            background: linear-gradient(180deg, rgba(53, 38, 37, 0) 0%, rgba(53, 38, 37, .7) 50%, rgba(53, 38, 37, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#352625",endColorstr="#352625",GradientType=1);
            z-index: -1;
            display: none;
        }
.promo-booking:after {
            content: "";
            position: absolute;
            top: -10px;
            left: 50%;
            width: 100vh;
            height: 150%;
            margin-left: -50vh;
            background-color: #352625;
            z-index: -1;
            display: none;
        }
.promo-booking__title {
            font-family: "Cambria-Italic", sans-serif;
            color: #fff;
            font-size: calc(16px + 6 * ((100vw - 320px) / 960));
            line-height: calc(22px + 6 * ((100vw - 320px) / 960));
        }
@media screen and (min-width: 1280px) {
    .promo-booking__title {
        line-height: 28px;
    }
}
@media screen and (max-width: 320px) {
    .promo-booking__title {
        line-height: 22px;
    }
}
@media screen and (min-width: 1280px) {
    .promo-booking__title {
        font-size: 22px;
    }
}
@media screen and (max-width: 320px) {
    .promo-booking__title {
        font-size: 16px;
    }
}
.promo-booking-form {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            margin-top: 10px;
        }
.promo-booking-form__field {
                -webkit-flex-basis: 100%;
                    -ms-flex-preferred-size: 100%;
                        flex-basis: 100%;
                margin-top: 10px;
            }
.promo-booking-form__field .form__input,
.promo-booking-form__field .form__select {
    height: 50px;
}
.promo-booking-form__field_50 {
                    -webkit-flex-basis: -webkit-calc(50% - 5px);
                        -ms-flex-preferred-size: calc(50% - 5px);
                            flex-basis: -moz-calc(50% - 5px);
                            flex-basis: calc(50% - 5px);
                }
.promo-booking-form__field_40 {
                    -webkit-flex-basis: -webkit-calc(40% - 5px);
                        -ms-flex-preferred-size: calc(40% - 5px);
                            flex-basis: -moz-calc(40% - 5px);
                            flex-basis: calc(40% - 5px);
                }
.promo-booking-form__field_20 {
                    -webkit-flex-basis: -webkit-calc(20% - 5px);
                        -ms-flex-preferred-size: calc(20% - 5px);
                            flex-basis: -moz-calc(20% - 5px);
                            flex-basis: calc(20% - 5px);
                }
.complex {
    background-image: url("../img/land/complex/bg.jpg");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}
.complex__tree {
        background-image: url("../img/land/complex/tree.png");
        background-position: center center;
        background-repeat: no-repeat;
        width: 470px;
        height: 934px;
        position: absolute;
        top: -250px;
        right: 0;
    }
.complex__decor {
        background-image: url("../img/land/complex/decor.png");
        background-position: center center;
        background-repeat: no-repeat;
        width: 1653px;
        height: 239px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -700px;
    }
.complex__description {
        text-align: center;
    }
.complex__title {
        text-align: center;
        margin-top: 15px;
    }
.complex-inner {
        background-color: #fff;
        padding: 12px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 11px 22.08px 9.92px rgba(145, 168, 189, .11);
                box-shadow: 0px 11px 22.08px 9.92px rgba(145, 168, 189, .11);
        max-width: 950px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto;
        margin-top: 35px;
    }
.complex-inner__content {
            border: 1px solid #ecf1f8;
            border-radius: 5px;
            padding: 30px;
        }
.complex-inner__content p {
                font-family: "Cambria-Italic", sans-serif;
                font-size: calc(14px + 3 * ((100vw - 320px) / 960));
                line-height: calc(20px + 4 * ((100vw - 320px) / 960));
                text-align: justify;
            }
@media screen and (min-width: 1280px) {
    .complex-inner__content p {
        line-height: 24px;
    }
}
@media screen and (max-width: 320px) {
    .complex-inner__content p {
        line-height: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .complex-inner__content p {
        font-size: 17px;
    }
}
@media screen and (max-width: 320px) {
    .complex-inner__content p {
        font-size: 14px;
    }
}
.complex-items {
        max-width: 950px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto;
        margin-top: 25px;
        display: grid;
        grid-gap: 25px;
        grid-template-columns: repeat(4,1fr);
    }
.complex-item {
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 11px 22.08px 9.92px rgba(145, 168, 189, .11);
                box-shadow: 0px 11px 22.08px 9.92px rgba(145, 168, 189, .11);
        overflow: hidden;
    }
.complex-item__content {
            border: 1px solid #ecf1f8;
            border-radius: 5px;
            padding: 15px 13px;
            height: 100%;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }
.complex-item__icon {
            display: block;
            max-width: 100%;
            max-height: 100%;
        }
.complex-item__icon-container {
                width: 70px;
                height: 70px;
                margin: 0 auto;
                margin-top: 15px;
                font-size: 4em;
                text-align: center;
            }
.complex-item__title {
            font-size: calc(14px + 5 * ((100vw - 320px) / 960));
            line-height: calc(20px + 5 * ((100vw - 320px) / 960));
            text-align: center;
            margin-top: 20px;
        }
@media screen and (min-width: 1280px) {
    .complex-item__title {
        line-height: 25px;
    }
}
@media screen and (max-width: 320px) {
    .complex-item__title {
        line-height: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .complex-item__title {
        font-size: 19px;
    }
}
@media screen and (max-width: 320px) {
    .complex-item__title {
        font-size: 14px;
    }
}
.complex-item__description {
            font-family: "Cambria-Italic", sans-serif;
            text-align: center;
            margin-top: 5px;
        }
.about {
    padding-bottom: 40px;
}
.about__title {
        text-align: center;
    }
.about-items {
        margin-top: 40px;
        padding-top: 1px;
    }
.about-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
           -moz-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        background-color: #fff;
        -webkit-box-shadow: 0px 11px 22.08px 9.92px rgba(145, 168, 189, .11);
                box-shadow: 0px 11px 22.08px 9.92px rgba(145, 168, 189, .11);
        border-radius: 5px;
        margin-top: 20px;
        overflow: hidden;
    }
.about-item__col_left {
                -webkit-flex-basis: 480px;
                    -ms-flex-preferred-size: 480px;
                        flex-basis: 480px;
            }
.about-item__col_right {
                -webkit-flex-basis: -webkit-calc(100% - 480px);
                    -ms-flex-preferred-size: calc(100% - 480px);
                        flex-basis: -moz-calc(100% - 480px);
                        flex-basis: calc(100% - 480px);
            }
.about-item:nth-child(2) .about-item__col_left {
                -webkit-box-ordinal-group: 3;
                -webkit-order: 2;
                   -moz-box-ordinal-group: 3;
                    -ms-flex-order: 2;
                        order: 2;
            }
.about-item:nth-child(2) .about-item__col_right {
                -webkit-box-ordinal-group: 2;
                -webkit-order: 1;
                   -moz-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                        order: 1;
            }
.about-item__picture {
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
                    background-size: cover;
            min-height: 410px;
            height: 100%;
            width: 100%;
            border-radius: 5px;
            overflow: hidden;
            width: 100%;
            display: block;
        }
.about-item__picture-container {
                height: 100%;
                border-radius: 5px;
                overflow: hidden;
            }
.about-item__inner {
            padding: 12px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            height: 100%;
        }
.about-item__content {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
               -moz-box-align: stretch;
                -ms-flex-align: stretch;
                    align-items: stretch;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 25px 35px;
            border: 1px solid #ecf1f8;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            height: 100%;
        }
.about-item__text {
            margin-top: 15px;
        }
.about-item__text p {
                font-family: "Cambria-Italic", sans-serif;
                font-size: calc(14px + 3 * ((100vw - 320px) / 960));
                line-height: calc(20px + 3 * ((100vw - 320px) / 960));
                text-align: justify;
            }
@media screen and (min-width: 1280px) {
    .about-item__text p {
        line-height: 23px;
    }
}
@media screen and (max-width: 320px) {
    .about-item__text p {
        line-height: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .about-item__text p {
        font-size: 17px;
    }
}
@media screen and (max-width: 320px) {
    .about-item__text p {
        font-size: 14px;
    }
}
.advantages {
    background-image: url("../img/land/advantages/bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    padding: 200px 0;
}
.advantages-items {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(7, 1fr);
    }
.advantages-item {
        background-color: #fff;
        padding: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 11px 22.08px 9.92px rgba(145, 168, 189, .11);
                box-shadow: 0px 11px 22.08px 9.92px rgba(145, 168, 189, .11);
        overflow: hidden;
    }
.advantages-item__content {
            border: 1px solid #ecf1f8;
            border-radius: 5px;
            padding: 15px 10px;
            height: 100%;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }
.advantages-item__icon {
            display: block;
            max-width: 100%;
            max-height: 100%;
        }
.advantages-item__icon-container {
                width: 70px;
                height: 70px;
                margin: 0 auto;
                margin-top: 15px;
                font-size: 3em;
                text-align: center;
            }
.advantages-item__title {
            font-family: "Cambria-Italic", sans-serif;
            text-align: center;
            margin-top: 5px;
            font-size: calc(12px + 4 * ((100vw - 320px) / 960));
            line-height: calc(16px + 2 * ((100vw - 320px) / 960));
            margin-top: 15px;
        }
@media screen and (min-width: 1280px) {
    .advantages-item__title {
        line-height: 18px;
    }
}
@media screen and (max-width: 320px) {
    .advantages-item__title {
        line-height: 16px;
    }
}
@media screen and (min-width: 1280px) {
    .advantages-item__title {
        font-size: 16px;
    }
}
@media screen and (max-width: 320px) {
    .advantages-item__title {
        font-size: 12px;
    }
}
.prices {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}
.prices__tree {
        background-image: url("../img/land/prices/tree.png");
        background-position: center center;
        background-repeat: no-repeat;
        width: 469px;
        height: 933px;
        position: absolute;
        top: -250px;
        left: 0;
    }
.prices__title {
        text-align: center;
    }
.prices__description {
        text-align: center;
        margin-top: 15px;
    }
.prices-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-top: 30px;
    }
.prices-tabs + .prices-tabs {
            margin-top: 5px;
        }
.prices-tabs__tab {
            -webkit-flex-basis: 160px;
                -ms-flex-preferred-size: 160px;
                    flex-basis: 160px;
            font-size: 13px;
            line-height: 19px;
            text-transform: uppercase;
            text-align: center;
            border: 2px solid #04b54d;
            border-radius: 5px;
            font-weight: 700;
            color: #04b54d;
            padding: 14px 15px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            margin: 5px;
            cursor: pointer;
        }
.prices-tabs__tab_s {
                -webkit-flex-basis: 60px;
                    -ms-flex-preferred-size: 60px;
                        flex-basis: 60px;
                padding: 5px 5px;
            }
.prices-tabs__tab_active {
                color: #fff;
                background: rgb(0, 161, 91);
                background: -webkit-linear-gradient(90deg, rgba(0, 161, 91, 1) 0%, rgba(8, 201, 62, 1) 100%);
                background: -webkit-gradient(linear, left top, right top, from(rgba(0, 161, 91, 1)), to(rgba(8, 201, 62, 1)));
                background: -webkit-linear-gradient(left, rgba(0, 161, 91, 1) 0%, rgba(8, 201, 62, 1) 100%);
                background: -moz- oldlinear-gradient(left, rgba(0, 161, 91, 1) 0%, rgba(8, 201, 62, 1) 100%);
                background: linear-gradient(90deg, rgba(0, 161, 91, 1) 0%, rgba(8, 201, 62, 1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a15b",endColorstr="#08c93e",GradientType=1);
                -webkit-box-shadow: 0px 2px 0px 0px rgba(2, 168, 106, .004),0px 10px 35px 0px rgba(1, 166, 108, .39), inset 0px 2px 0px 0px rgba(24, 221, 81, .004);
                        box-shadow: 0px 2px 0px 0px rgba(2, 168, 106, .004),0px 10px 35px 0px rgba(1, 166, 108, .39), inset 0px 2px 0px 0px rgba(24, 221, 81, .004);
                border: 0;
                border-bottom: 2px solid #02a86a;
                border-top: 2px solid #18dd51;
            }
.prices-inner {
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: 0px 11px 22.08px 9.92px rgba(145, 168, 189, .11);
                box-shadow: 0px 11px 22.08px 9.92px rgba(145, 168, 189, .11);
        margin: 0 auto;
        margin-top: 30px;
        max-width: 940px;
        padding: 30px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
.prices-table {
        width: 100%;
    }
.prices-table__container {
            width: 100%;
            overflow: auto;
        }
.prices-table td:not(:first-child),
        .prices-table th:not(:first-child) {
            text-align: center
        }
.prices-table .hidden {
            display: none;
        }
.prices__button {
        margin: 0 auto;
        margin-top: 25px;
        width: 100%;
        max-width: 220px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
.prices__credit {
        width: 100%;
        max-width: 220px;
        margin-top: 15px;
    }
.apartments {
    background-image: url("../img/land/apartments/bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    padding: 200px 0;
    padding-bottom: 100px;
}
.apartments__title {
        text-align: center;
        color: #fff;
    }
.apartments-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-top: 30px;
        position: relative;
        z-index: 2;
    }
.apartments-tabs + .apartments-tabs {
            margin-top: 5px;
        }
.apartments-tabs__tab {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            -webkit-flex-basis: 160px;
                -ms-flex-preferred-size: 160px;
                    flex-basis: 160px;
            font-size: 13px;
            line-height: 19px;
            text-transform: uppercase;
            text-align: center;
            border: 2px solid #fff;
            border-radius: 5px;
            font-weight: 700;
            color: #fff;
            padding: 5px 10px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            margin: 5px;
            cursor: pointer;
            min-height: 50px;
        }
.apartments-tabs__tab_s {
                -webkit-flex-basis: 60px;
                    -ms-flex-preferred-size: 60px;
                        flex-basis: 60px;
                padding: 5px 5px;
            }
.apartments-tabs__tab_active {
                color: #fff;
                background: rgb(0, 161, 91);
                background: -webkit-linear-gradient(90deg, rgba(0, 161, 91, 1) 0%, rgba(8, 201, 62, 1) 100%);
                background: -webkit-gradient(linear, left top, right top, from(rgba(0, 161, 91, 1)), to(rgba(8, 201, 62, 1)));
                background: -webkit-linear-gradient(left, rgba(0, 161, 91, 1) 0%, rgba(8, 201, 62, 1) 100%);
                background: -moz- oldlinear-gradient(left, rgba(0, 161, 91, 1) 0%, rgba(8, 201, 62, 1) 100%);
                background: linear-gradient(90deg, rgba(0, 161, 91, 1) 0%, rgba(8, 201, 62, 1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a15b",endColorstr="#08c93e",GradientType=1);
                -webkit-box-shadow: 0px 2px 0px 0px rgba(2, 168, 106, .004),0px 10px 35px 0px rgba(1, 166, 108, .39), inset 0px 2px 0px 0px rgba(24, 221, 81, .004);
                        box-shadow: 0px 2px 0px 0px rgba(2, 168, 106, .004),0px 10px 35px 0px rgba(1, 166, 108, .39), inset 0px 2px 0px 0px rgba(24, 221, 81, .004);
                border: 0;
                border-bottom: 2px solid #02a86a;
                border-top: 2px solid #18dd51;
                padding: 5px 12px;
                margin: 5px 7px;
            }
.apartments-item {
        background-color: #fff;
        padding: 12px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 11px 22.08px 9.92px rgba(145, 168, 189, .11);
                box-shadow: 0px 11px 22.08px 9.92px rgba(145, 168, 189, .11);
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto;
        margin-top: 35px;
        position: relative;
        z-index: 2;
        display: none;
    }
.apartments-item_active {
            display: block;
        }
.apartments-item__content {
            border: 1px solid #ecf1f8;
            border-radius: 5px;
            padding: 10px;
        }
.apartments-item__container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
        }
.apartments-item__col_left {
                -webkit-flex-basis: 520px;
                    -ms-flex-preferred-size: 520px;
                        flex-basis: 520px;
                overflow: hidden;
            }
.apartments-item__col_right {
                -webkit-flex-basis: -webkit-calc(100% - 520px);
                    -ms-flex-preferred-size: calc(100% - 520px);
                        flex-basis: -moz-calc(100% - 520px);
                        flex-basis: calc(100% - 520px);
                padding: 0 50px;
                -webkit-box-sizing: border-box;
                   -moz-box-sizing: border-box;
                        box-sizing: border-box;
            }
.apartments-item-slider,
        .apartments-item-nav {
            width: 100%;
            overflow: hidden;
        }
.apartments-item-slider__item, .apartments-item-nav__item {
                -webkit-box-sizing: border-box;
                   -moz-box-sizing: border-box;
                        box-sizing: border-box;
                border: 2px solid transparent;
            }
.apartments-item-slider__item-picture, .apartments-item-nav__item-picture {
                    display: block;
                    max-width: 100%;
                    max-height: 100%;
                    margin: 0 auto;
                }
.apartments-item-slider {
            padding: 0 3px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }
.apartments-item-nav {
            margin-top: 6px;
        }
.apartments-item-nav__slide {
                padding: 0 3px;
                -webkit-box-sizing: border-box;
                   -moz-box-sizing: border-box;
                        box-sizing: border-box;
                cursor: pointer;
                z-index: 1;
            }
.apartments-item-nav__slide.slick-current .apartments-item-nav__item {
                border-color: #20cc54;
            }
.apartments-item-nav__item {
                margin: 0 auto;
                z-index: -1;
                position: relative;
            }
.apartments-item__controls {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            margin-top: 15px;
        }
.apartments-item__control {
            -webkit-flex-basis: 50%;
                -ms-flex-preferred-size: 50%;
                    flex-basis: 50%;
            box-sizing: border-box;
            padding: 5px;
        }
.apartments-item__price {
            font-family: "Cambria-Italic", sans-serif;
            text-align: center;
            font-size: 17px;
            line-height: 23px;
        }
.apartments-item__booking {
            width: 100%;
        }
.apartments-item__title {
            margin-top: 20px;
        }
.apartments-item__text {
            font-size: 17px;
            line-height: 23px;
            margin-top: 15px;
        }
.apartments-item__text p {
                font-family: "Cambria-Italic", sans-serif;
                font-size: calc(14px + 3 * ((100vw - 320px) / 960));
                line-height: calc(20px + 3 * ((100vw - 320px) / 960));
                text-align: justify;
            }
@media screen and (min-width: 1280px) {
    .apartments-item__text p {
        line-height: 23px;
    }
}
@media screen and (max-width: 320px) {
    .apartments-item__text p {
        line-height: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .apartments-item__text p {
        font-size: 17px;
    }
}
@media screen and (max-width: 320px) {
    .apartments-item__text p {
        font-size: 14px;
    }
}
.apartments-item__lists {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
               -moz-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            margin-top: 15px;
        }
.apartments-item__list {
            -webkit-flex-basis: -webkit-calc(50% - 5px);
                -ms-flex-preferred-size: calc(50% - 5px);
                    flex-basis: -moz-calc(50% - 5px);
                    flex-basis: calc(50% - 5px);
            padding-right: 5px;
            list-style: none;
            margin: 0;
            padding: 0;
        }
.apartments-item__list-item {
                margin-top: 5px;
                position: relative;
                padding-left: 25px;
            }
.icon {
                position: absolute;
                top: 3px;
                left: 0;
                display: inline-block;
                vertical-align: middle;
                background-position: center center;
                background-repeat: no-repeat;
                -webkit-background-size: 100% 100%;
                        background-size: 100%;
                width: 16px;
                height: 16px;
            }
.icon_beauty-salon {
                    background-image: url("../img/land/icons/001-beauty-salon.svg");
                }
.icon_opened-door-aperture {
                    background-image: url("../img/land/icons/002-opened-door-aperture.svg");
                }
.icon_bed {
                    background-image: url("../img/land/icons/003-bed.svg");
                }
.icon_shield {
                    background-image: url("../img/land/icons/004-shield.svg");
                }
.icon_monitor {
                    background-image: url("../img/land/icons/005-electronic-visualization-monitor-tool-for-tv-or-computer.svg");
                }
.icon_hair-dryer {
                    background-image: url("../img/land/icons/006-hair-dryer.svg");
                }
.icon_bathrobe {
                    background-image: url("../img/land/icons/007-bathrobe.svg");
                }
.icon_incoming-call {
                    background-image: url("../img/land/icons/008-incoming-call.svg");
                }
.icon_flatscreen-tv {
                    background-image: url("../img/land/icons/009-flatscreen-tv.svg");
                }
.icon_parfume {
                    background-image: url("../img/land/icons/010-parfume.svg");
                }
.icon_cocktail {
                    background-image: url("../img/land/icons/011-cocktail.svg");
                }
.icon_safety-box {
                    background-image: url("../img/land/icons/012-safety-box.svg");
                }
.icon_jacuzzi {
                    background-image: url("../img/land/icons/013-jacuzzi.svg");
                }
.icon_bathtub {
                    background-image: url("../img/land/icons/014-bathtub.svg");
                }
.icon_shower {
                    background-image: url("../img/land/icons/015-shower.svg");
                }
.icon_shoe {
                    background-image: url("../img/land/icons/016-shoe.svg");
                }
.icon_cupboard {
                    background-image: url("../img/land/icons/017-cupboard.svg");
                }
.icon_air-mattress {
                    background-image: url("../img/land/icons/018-air-mattress.svg");
                }
.icon_balcony {
                    background-image: url("../img/land/icons/019-balcony.svg");
                }
.icon_beauty-salon-1 {
                    background-image: url("../img/land/icons/020-beauty-salon-1.svg");
                }
.icon_beauty-salon-2 {
                    background-image: url("../img/land/icons/021-beauty-salon-2.svg");
                }
.icon_fridge {
                    background-image: url("../img/land/icons/022-fridge.svg");
                }
.icon_desk {
                    background-image: url("../img/land/icons/023-desk.svg");
                }
.icon_desk-1 {
                    background-image: url("../img/land/icons/024-desk-1.svg");
                }
.icon_seat {
                    background-image: url("../img/land/icons/025-seat.svg");
                }
.icon_bedside-table {
                    background-image: url("../img/land/icons/026-bedside-table.svg");
                }
.icon_locker {
                    background-image: url("../img/land/icons/027-locker.svg");
                }
.icon_sedan-car-front {
                    background-image: url("../img/land/icons/028-sedan-car-front.svg");
                }
.icon_air-conditioner {
                    background-image: url("../img/land/icons/029-air-conditioner.svg");
                }
.icon_wifi {
                    background-image: url("../img/land/icons/030-wifi.svg");
                }
.icon_moon-and-stars {
                    background-image: url("../img/land/icons/031-moon-and-stars.svg");
                }
.rest {
    padding-bottom: 40px;
}
.rest__title {
        text-align: center;
    }
.rest-items {
        margin-top: 50px;
    }
.gallery {
    background-image: url("../img/land/gallery/bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    padding: 200px 0;
}
.gallery__title {
        text-align: center;
        color: #fff;
    }
.gallery-items {
        margin-top: 40px;
        display: grid;
        grid-gap: 2px;
        grid-template-columns: repeat(4,1fr);
    }
.gallery-item__fancybox {
            display: block;
        }
.gallery-item__bg {
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
                    background-size: cover;
            padding-bottom: 63%;
        }
.treatment {
    position: relative;
    padding-bottom: 80px;
}
.treatment__tree {
        background-image: url("../img/land/treatment/tree.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        width: 470px;
        height: 934px;
        position: absolute;
        top: 18%;
        right: 0;
    }
.treatment__title {
        text-align: center;
    }
.treatment-items {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 50px;
    }
.treatment-item {
        background-color: #fff;
        padding: 12px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 11px 22.08px 9.92px rgba(145, 168, 189, .11);
                box-shadow: 0px 11px 22.08px 9.92px rgba(145, 168, 189, .11);
        overflow: hidden;
    }
.treatment-item__content {
            border: 1px solid #ecf1f8;
            border-radius: 5px;
            padding: 15px;
            height: 100%;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            width: 100%;
        }
.treatment-item__container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            height: 100%;
            min-height: 110px;
        }
.treatment-item__col_left {
                -webkit-flex-basis: 60px;
                    -ms-flex-preferred-size: 60px;
                        flex-basis: 60px;
            }
.treatment-item__col_right {
                -webkit-flex-basis: -webkit-calc(100% - 60px);
                    -ms-flex-preferred-size: calc(100% - 60px);
                        flex-basis: -moz-calc(100% - 60px);
                        flex-basis: calc(100% - 60px);
                padding-left: 15px;
                -webkit-box-sizing: border-box;
                   -moz-box-sizing: border-box;
                        box-sizing: border-box;
            }
.treatment-item__icon {
            display: block;
            max-width: 100%;
            max-height: 100%;
        }
.treatment-item__icon-container {
                width: 50px;
                height: 50px;
                overflow: hidden;
                margin: 0 auto;
            }
.treatment-item__title {
            margin-top: 5px;
            font-size: calc(16px + 3 * ((100vw - 320px) / 960));
            line-height: calc(22px + 3 * ((100vw - 320px) / 960));
        }
@media screen and (min-width: 1280px) {
    .treatment-item__title {
        line-height: 25px;
    }
}
@media screen and (max-width: 320px) {
    .treatment-item__title {
        line-height: 22px;
    }
}
@media screen and (min-width: 1280px) {
    .treatment-item__title {
        font-size: 19px;
    }
}
@media screen and (max-width: 320px) {
    .treatment-item__title {
        font-size: 16px;
    }
}
.treatment-item__description {
            font-family: "Cambria-Italic", sans-serif;
            margin-top: 5px;
        }
.contacts {
    background-color: #fff;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    height: 420px;
}
.contacts__map {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
    }
.contacts__map:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 50px;
            background: rgb(255, 255, 255);
            background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, 1) 100%);
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .7)), to(rgba(255, 255, 255, 1)));
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, 1) 100%);
            background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, 1) 100%);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
            z-index: 2;
        }
.contacts-inner {
        background-color: #fff;
        padding: 12px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 11px 22.08px 9.92px rgba(145, 168, 189, .11);
                box-shadow: 0px 11px 22.08px 9.92px rgba(145, 168, 189, .11);
        max-width: 490px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        position: relative;
        z-index: 2;
        float: right;
    }
.contacts-inner__content {
            border: 1px solid #ecf1f8;
            border-radius: 5px;
            padding: 35px;
        }
.contacts__title {
        font-size: calc(20px + 12 * ((100vw - 320px) / 960));
        line-height: calc(26px + 12 * ((100vw - 320px) / 960));
    }
@media screen and (min-width: 1280px) {
    .contacts__title {
        line-height: 38px;
    }
}
@media screen and (max-width: 320px) {
    .contacts__title {
        line-height: 26px;
    }
}
@media screen and (min-width: 1280px) {
    .contacts__title {
        font-size: 32px;
    }
}
@media screen and (max-width: 320px) {
    .contacts__title {
        font-size: 20px;
    }
}
.contacts-items {}
.contacts-item {
        margin-top: 20px;
    }
.contacts-item__title {
            font-family: "Cambria-Italic", sans-serif;
        }
.contacts-item__description {
            display: table;
            font-weight: 700;
            font-size: calc(14px + 6 * ((100vw - 320px) / 960));
            line-height: calc(20px + 6 * ((100vw - 320px) / 960));
            margin-top: 5px;
        }
@media screen and (min-width: 1280px) {
    .contacts-item__description {
        line-height: 26px;
    }
}
@media screen and (max-width: 320px) {
    .contacts-item__description {
        line-height: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .contacts-item__description {
        font-size: 20px;
    }
}
@media screen and (max-width: 320px) {
    .contacts-item__description {
        font-size: 14px;
    }
}
.contacts-contacts {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-top: 10px;
    }
.contacts-contacts__col + .contacts-contacts__col {
                margin-left: 20px;
            }
.contacts-contacts__phone {
            display: table;
            font-weight: 700;
            font-size: calc(14px + 6 * ((100vw - 320px) / 960));
            line-height: calc(20px + 6 * ((100vw - 320px) / 960));
        }
@media screen and (min-width: 1280px) {
    .contacts-contacts__phone {
        line-height: 26px;
    }
}
@media screen and (max-width: 320px) {
    .contacts-contacts__phone {
        line-height: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .contacts-contacts__phone {
        font-size: 20px;
    }
}
@media screen and (max-width: 320px) {
    .contacts-contacts__phone {
        font-size: 14px;
    }
}
.contacts-contacts__phone_whatsapp {
                position: relative;
                padding-left: 30px;
            }
.contacts-contacts__phone_whatsapp:before {
                    content: "";
                    position: absolute;
                    background-image: url("../img/land/contacts/icon-whatsapp.svg");
                    background-position: center center;
                    background-repeat: no-repeat;
                    top: 3px;
                    left: 0;
                    width: 20px;
                    height: 20px;
                }
.contacts-contacts__phone_viber {
                position: relative;
                padding-left: 30px;
            }
.contacts-contacts__phone_viber:before {
                    content: "";
                    position: absolute;
                    background-image: url("../img/land/contacts/icon-viber.svg");
                    background-position: center center;
                    background-repeat: no-repeat;
                    top: 3px;
                    left: 0;
                    width: 20px;
                    height: 20px;
                }
.footer {
    padding: 20px 0;
    padding-bottom: 40px;
}
.footer__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
.footer__col {
        font-size: 14px;
        line-height: 20px;
    }
.footer__col:nth-child(2) {
            text-align: right;
        }
.fancybox-bg {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.8);
}
.fancybox-close-small {
    background-image: url("../img/land/popup/icon-close.svg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 80% 80%;
            background-size: 80%;
    width: 25px;
    height: 25px;
    top: -35px;
    right: 0;
}
.fancybox-close-small:after {
        display: none;
    }
.popup {
    font-family: "Gilroy",sans-serif;
    padding: 0;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: 1170px;
    display: none;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
    overflow: initial;
}
.popup__content {
        padding: 45px;
    }
.popup__title {
        font-size: calc(20px + 16 * ((100vw - 320px) / 960));
        line-height: calc(26px + 16 * ((100vw - 320px) / 960));
        text-align: center;
    }
@media screen and (min-width: 1280px) {
    .popup__title {
        line-height: 42px;
    }
}
@media screen and (max-width: 320px) {
    .popup__title {
        line-height: 26px;
    }
}
@media screen and (min-width: 1280px) {
    .popup__title {
        font-size: 36px;
    }
}
@media screen and (max-width: 320px) {
    .popup__title {
        font-size: 20px;
    }
}
.popup__description {
        font-size: calc(14px + 8 * ((100vw - 320px) / 960));
        line-height: calc(20px + 8 * ((100vw - 320px) / 960));
        font-family: "Cambria-Italic", sans-serif;
        text-align: center;
        margin-top: 10px;
    }
@media screen and (min-width: 1280px) {
    .popup__description {
        line-height: 28px;
    }
}
@media screen and (max-width: 320px) {
    .popup__description {
        line-height: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .popup__description {
        font-size: 22px;
    }
}
@media screen and (max-width: 320px) {
    .popup__description {
        font-size: 14px;
    }
}
.popup-action {
        max-width: 540px;
    }
.action-booking {
        margin-top: 25px;
        position: relative;
        z-index: 2;
    }
.action-booking__title {
            font-family: "Cambria-Italic", sans-serif;
            color: #fff;
            font-size: calc(16px + 6 * ((100vw - 320px) / 960));
            line-height: calc(22px + 6 * ((100vw - 320px) / 960));
        }
@media screen and (min-width: 1280px) {
    .action-booking__title {
        line-height: 28px;
    }
}
@media screen and (max-width: 320px) {
    .action-booking__title {
        line-height: 22px;
    }
}
@media screen and (min-width: 1280px) {
    .action-booking__title {
        font-size: 22px;
    }
}
@media screen and (max-width: 320px) {
    .action-booking__title {
        font-size: 16px;
    }
}
.action-booking-form {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            margin-top: 10px;
        }
.action-booking-form__field {
                -webkit-flex-basis: 100%;
                    -ms-flex-preferred-size: 100%;
                        flex-basis: 100%;
                margin-top: 10px;
            }
.action-booking-form__field_50 {
                    -webkit-flex-basis: -webkit-calc(50% - 5px);
                        -ms-flex-preferred-size: calc(50% - 5px);
                            flex-basis: -moz-calc(50% - 5px);
                            flex-basis: calc(50% - 5px);
                }
.action-booking-form__field_40 {
                    -webkit-flex-basis: -webkit-calc(40% - 5px);
                        -ms-flex-preferred-size: calc(40% - 5px);
                            flex-basis: -moz-calc(40% - 5px);
                            flex-basis: calc(40% - 5px);
                }
.action-booking-form__field_20 {
                    -webkit-flex-basis: -webkit-calc(20% - 5px);
                        -ms-flex-preferred-size: calc(20% - 5px);
                            flex-basis: -moz-calc(20% - 5px);
                            flex-basis: calc(20% - 5px);
                }
@media only screen and (min-width: 960px) {}
@media only screen and (min-width: 769px) {}
@media only screen and (max-width: 1920px) {
.header {
        padding: 20px 0
}
.header__container {
            padding: 0 15px
    }
.header-menu {
            background-color: #352625;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            width: 100%;
            display: none;
            padding: 20px 0
    }
.header-menu__list {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                   -moz-box-orient: vertical;
                   -moz-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column
        }
.header-menu__list-link {
                    font-size: 16px;
                    line-height: 22px
            }
.header-menu__open {
            display: block
    }}
@media only screen and (max-width: 1740px) {}
@media only screen and (max-width: 1540px) {}
@media only screen and (max-width: 1440px) {
.prices__tree {
            display: none
    }}
@media only screen and (max-width: 1340px) {}
@media only screen and (max-width: 1200px) {
.container {
        max-width: 1024px
}
                .form__policy-text br {
                    display: none;
                }
.header-langs_desktop {
                display: none
        }
.header-langs_mobile {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                margin-left: 0;
                margin-top: 15px
        }
.promo__description {
            margin: 0 auto;
            margin-top: 20px;
            padding: 12px 10px
    }
.complex__tree {
            display: none
    }
.apartments-item__col_left {
                    -webkit-flex-basis: 490px;
                        -ms-flex-preferred-size: 490px;
                            flex-basis: 490px
            }
.apartments-item__col_right {
                    -webkit-flex-basis: -webkit-calc(100% - 490px);
                        -ms-flex-preferred-size: calc(100% - 490px);
                            flex-basis: -moz-calc(100% - 490px);
                            flex-basis: calc(100% - 490px);
                    padding: 0 35px
            }
.treatment__tree {
            display: none
    }}
@media only screen and (max-width: 1160px) {}
@media only screen and (max-width: 1100px) {}
@media only screen and (max-width: 1023px) {
.container {
        max-width: 768px
}
.button__book {
            width: 138px;
            height: 121px
    }
.bg-before:before {
            height: 100px
    }
.bg-after:after {
            height: 100px
    }
.header-logo__logo {
                max-width: 100px
        }
.header-menu__list {
                margin-top: 15px
        }
.header-contacts_desktop {
                display: none
        }
.header-contacts_mobile {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex
        }
.header-menu__open {
            margin-left: 0
    }
.promo {
        padding-top: 90px;
        padding-bottom: 50px
}
.promo__container {
            margin: 0 auto
    }
.complex {
        background-position: 50% 120%;
        padding-bottom: 140px
}
.complex__decor {
            display: none
    }
.complex-items {
            grid-template-columns: repeat(2,1fr)
    }
.complex-item__icon-container {
                    width: 50px;
                    height: 50px
            }
.about-items {
            max-width: 480px;
            margin: 0 auto;
            margin-top: 40px
    }
.about-item__col_left {
                    -webkit-flex-basis: 100%;
                        -ms-flex-preferred-size: 100%;
                            flex-basis: 100%
            }
.about-item__col_right {
                    -webkit-flex-basis: 100%;
                        -ms-flex-preferred-size: 100%;
                            flex-basis: 100%
            }
.about-item:nth-child(2) .about-item__col_left {
                    -webkit-box-ordinal-group: 2;
                    -webkit-order: 1;
                       -moz-box-ordinal-group: 2;
                        -ms-flex-order: 1;
                            order: 1
            }
.about-item:nth-child(2) .about-item__col_right {
                    -webkit-box-ordinal-group: 3;
                    -webkit-order: 2;
                       -moz-box-ordinal-group: 3;
                        -ms-flex-order: 2;
                            order: 2
            }
.about-item__picture {
                min-height: 320px
        }
.advantages {
        padding: 140px 0
}
.advantages-items {
            grid-template-columns: repeat(4, 1fr)
    }
.advantages-item__icon-container {
                    width: 50px;
                    height: 50px
            }
.apartments {
        padding: 140px 0
}
.apartments-item {
            max-width: 540px
    }
.apartments-item__col_left {
                    -webkit-flex-basis: 100%;
                        -ms-flex-preferred-size: 100%;
                            flex-basis: 100%
            }
.apartments-item__col_right {
                    -webkit-flex-basis: 100%;
                        -ms-flex-preferred-size: 100%;
                            flex-basis: 100%;
                    padding: 5px
            }
.gallery {
        padding: 140px 0
}
.treatment {
        padding-bottom: 45px
}
.treatment-items {
            grid-gap: 15px
    }}
@media only screen and (max-width: 959px) {}
@media only screen and (max-width: 840px) {}
@media only screen and (max-width: 767px) {
.button_l {
            padding: 17px 25px
    }
.prices-tabs__tab {
                -webkit-flex-basis: 130px;
                    -ms-flex-preferred-size: 130px;
                        flex-basis: 130px;
                font-size: 12px;
                line-height: 18px;
                padding: 12px 5px
        }
.prices-tabs__tab_s {
                    -webkit-flex-basis: 60px;
                        -ms-flex-preferred-size: 60px;
                            flex-basis: 60px;
                    padding: 5px 5px
            }
.gallery-items {
            grid-template-columns: repeat(3,1fr)
    }
.treatment-items {
            grid-template-columns: repeat(1, 1fr);
            margin-top: 40px
    }
.treatment-item__container {
                min-height: auto
        }
.treatment-item__col_left {
                    -webkit-flex-basis: 40px;
                        -ms-flex-preferred-size: 40px;
                            flex-basis: 40px
            }
.treatment-item__col_right {
                    -webkit-flex-basis: -webkit-calc(100% - 40px);
                        -ms-flex-preferred-size: calc(100% - 40px);
                            flex-basis: -moz-calc(100% - 40px);
                            flex-basis: calc(100% - 40px)
            }
.treatment-item__icon-container {
                    width: 40px;
                    height: 40px
            }
.contacts {
        height: auto;
        padding-top: 0;
        padding-bottom: 35px
}
.contacts__map {
            position: relative;
            height: 380px
    }
.contacts-inner {
            float: none;
            margin: 0 auto;
            margin-top: -70px
    }}
@media only screen and (max-width: 700px) {
.footer__container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center
    }
.footer__col {
            text-align: center
    }
.footer__col:nth-child(2) {
                text-align: center;
                margin-top: 10px
        }}
@media only screen and (max-width: 640px) {}
@media only screen and (max-width: 580px) {
.header__online-pay {
            margin-right: auto
    }
.prices-table {
            width: 540px
    }
.prices-table td,
        .prices-table th {
                font-size: 13px;
                line-height: 19px
        }
.apartments-tabs__tab {
                -webkit-flex-basis: 110px;
                    -ms-flex-preferred-size: 110px;
                        flex-basis: 110px;
                font-size: 10px;
                line-height: 16px;
                padding: 2px 5px;
                margin: 2px;
                min-height: 46px
        }
.apartments-item__control {
                -webkit-flex-basis: 50%;
                    -ms-flex-preferred-size: 50%;
                        flex-basis: 50%;
                margin-top: 10px
        }
.apartments-item__control:nth-child(1) {
                    -webkit-flex-basis: 100%;
                        -ms-flex-preferred-size: 100%;
                            flex-basis: 100%;
                    margin-top: 0
            }}
@media only screen and (max-width: 540px) {
.form__input,
    .form__textarea,
    .form__select {
            height: 50px
    }
.promo-booking-form__field_40 {
                        -webkit-flex-basis: -webkit-calc(50% - 5px);
                            -ms-flex-preferred-size: calc(50% - 5px);
                                flex-basis: -moz-calc(50% - 5px);
                                flex-basis: calc(50% - 5px)
                }
.promo-booking-form__field_20 {
                        -webkit-flex-basis: 100%;
                            -ms-flex-preferred-size: 100%;
                                flex-basis: 100%
                }}
@media only screen and (max-width: 479px) {
.form__field + .form__field {
                margin-top: 10px
        }
.form__policy {
            width: 100%
    }
.form__policy-text {
                font-size: 9px
        }
.form__credit {
            font-size: 12px;
            line-height: 18px
    }

.form__credit-icon {
                -webkit-background-size: contain;
                        background-size: contain;
                width: 28px;
                height: 26px
        }
.bg-before:before {
            height: 70px
    }
.bg-after:after {
            height: 70px
    }
.header_fixed {
            padding: 15px 0
    }
.header-logo__logo {
                max-width: 90px
        }
.header-menu {
            padding-top: 0
    }
.header__online-pay {
            font-size: 12px;
            line-height: 14px;
            padding: 10px 12px
    }
.header-contacts__col {
                margin-top: 10px
        }
.header-contacts__col + .header-contacts__col {
                    margin-left: 20px
            }
.header-contacts__booking {
                font-size: 12px;
                line-height: 18px;
                margin-left: 100px;
                margin-right: 100px;
                padding: 6px 12px
        }
.header-contacts__phone_whatsapp {
                    padding-left: 25px
            }
.header-contacts__phone_whatsapp:before {
                        -webkit-background-size: contain;
                                background-size: contain;
                        width: 16px;
                        height: 16px
                }
.header-contacts__phone_viber {
                    padding-left: 25px
            }
.header-contacts__phone_viber:before {
                        -webkit-background-size: 80% 80%;
                                background-size: 80%;
                        width: 16px;
                        height: 16px
                }
.promo {
        background-position-y: 0;
        -webkit-background-size: 900px 900px;
                background-size: 900px;
        padding-top: 80px;
        padding-bottom: 45px
}
.promo:after {
            z-index: 2
    }
.promo__container {
            padding-top: 150px
    }
.promo__description {
            padding: 8px 15px
    }
.promo-booking:before {
                display: block
        }
.promo-booking:after {
                display: block
        }
.complex {
        background-position: 50% 130%;
        padding-bottom: 100px
}
.complex__title {
            margin-top: 10px
    }
.complex-inner {
            padding: 10px;
            margin-top: 25px
    }
.complex-inner__content {
                padding: 15px
        }
.complex-items {
            grid-gap: 15px
    }
.complex-item__icon-container {
                    margin-top: 0
            }
.complex-item__title {
                margin-top: 10px
        }
.complex-item__description br {
                    display: none
            }
.about {
        padding-bottom: 20px
}
.about-items {
            margin-top: 15px
    }
.about-item__picture {
                min-height: 220px
        }
.about-item__inner {
                padding: 10px
        }
.about-item__content {
                padding: 15px
        }
.about-item__title br {
                    display: none
            }
.advantages {
        padding: 100px 0
}
.advantages-items {
            grid-template-columns: repeat(3, 1fr)
    }
.advantages-item__icon-container {
                    margin-top: 0
            }
.advantages-item__title {
                margin-top: 10px
        }
.prices__description {
            margin-top: 10px
    }
.prices-inner {
            padding: 15px
    }
.prices__button {
            max-width: 180px
    }
.prices__credit {
            max-width: 180px
    }
.apartments {
        padding: 100px 0
}
.apartments-tabs {
            width: -webkit-calc(100% + 15px);
            width: -moz-calc(100% + 15px);
            width: calc(100% + 15px);
            margin-left: -7px;
            margin-right: -7px
    }
.apartments-item {
            padding: 10px
    }
.rest-items {
            margin-top: 35px
    }
.gallery {
        padding: 100px 0
}
.gallery-items {
            grid-template-columns: repeat(2,1fr);
            margin-top: 35px
    }
.treatment {
        padding-bottom: 35px
}
.treatment-items {
            grid-gap: 10px;
            margin-top: 35px
    }
.treatment-item {
            padding: 10px
    }
.treatment-item__content {
                padding: 10px
        }
.contacts-inner {
            padding: 10px
    }
.contacts-inner__content {
                padding: 20px 15px
        }
.contacts-item {
            margin-top: 10px
    }
.contacts-contacts__col + .contacts-contacts__col {
                    margin-left: 15px
            }
.contacts-contacts__phone_whatsapp {
                    padding-left: 25px
            }
.contacts-contacts__phone_whatsapp:before {
                        -webkit-background-size: contain;
                                background-size: contain;
                        width: 16px;
                        height: 16px
                }
.contacts-contacts__phone_viber {
                    padding-left: 25px
            }
.contacts-contacts__phone_viber:before {
                        -webkit-background-size: 80% 80%;
                                background-size: 80%;
                        width: 16px;
                        height: 16px
                }
.footer {
        padding-top: 0;
        padding-bottom: 25px
}
.footer__col {
            font-size: 12px;
            line-height: 18px
    }}
@media only screen and (max-width: 420px) {}
@media only screen and (max-width: 360px) {
.container {
        padding: 0 10px
}
.slider__arrow {
            width: 25px;
            height: 25px
    }
.promo {
        -webkit-background-size: 880px 880px;
                background-size: 880px
}
.complex-items {
            grid-gap: 10px
    }
.complex-item {
            padding: 7px
    }
.complex-item__content {
                padding: 15px 10px
        }
.advantages-items {
            grid-template-columns: repeat(2, 1fr)
    }
.contacts-contacts__col {
                -webkit-flex-basis: 100%;
                    -ms-flex-preferred-size: 100%;
                        flex-basis: 100%
        }
.contacts-contacts__col + .contacts-contacts__col {
                    margin-top: 10px;
                    margin-left: 0
            }}
@media only screen and (max-width: 320px) {}
@media only screen and (min-width: 1921px) {
.bg-before:before {
            -webkit-background-size: cover;
                    background-size: cover;
            background-position-y: 100%;
            height: 230px
    }
.bg-after:after {
            -webkit-background-size: cover;
                    background-size: cover;
            background-position-y: 0%;
            height: 230px
    }
.complex {
        -webkit-background-size: 100% 100%;
                background-size: 100%;
        padding-bottom: 250px 0
}
.advantages {
        padding: 250px 0
}
.apartments {
        padding: 250px 0;
        padding-bottom: 120px
}
.gallery {
        padding: 250px 0
}
        }
