/*! CSS Used from: ../css/autoptimize.css ; media=all */
@media all {
    #cookie-notice {
        display: block;
        visibility: hidden;
        position: fixed;
        min-width: 100%;
        height: auto;
        z-index: 100000;
        font-size: 13px;
        line-height: 20px;
        left: 0;
        text-align: center;
    }

    .cn-bottom {
        bottom: 0;
    }

    .cookie-notice-container {
        padding: 10px;
        text-align: center;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cn-button.bootstrap, .cn-button.bootstrap:hover {
        box-shadow: none;
        text-decoration: none;
    }

    #cookie-notice .cn-button {
        margin-left: 10px;
    }

    .cn-button.bootstrap {
        font-family: sans-serif;
        display: inline-block;
        *display: inline;
        padding: 4px 12px;
        margin-right: .3em;
        margin-bottom: 0;
        *margin-left: .3em;
        line-height: 20px;
        color: #333;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
        font-style: normal;
        vertical-align: middle;
        cursor: pointer;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
        background-color: #006dcc;
        *background-color: #04c;
        background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
        background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
        background-image: -o-linear-gradient(top, #0088cc, #0044cc);
        background-image: linear-gradient(to bottom, #0088cc, #0044cc);
        background-repeat: repeat-x;
        border-style: solid;
        border-width: 1px;
        border-color: #04c #04c #002a80;
        border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
        box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        padding: 2px 10px;
        font-size: 12px;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        outline: none;
    }

    .cn-button.bootstrap:hover {
        color: #fff;
        background-color: #04c;
        *background-color: #003bb3;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    @media all and (max-width: 900px) {
        .cookie-notice-container #cn-notice-text {
            display: block;
            margin-bottom: 5px;
        }

        #cookie-notice .cn-button {
            margin-left: 5px;
            margin-right: 5px;
        }
    }
    body {
        margin: 0;
    }

    figure, footer, header, section {
        display: block;
    }

    a {
        background-color: transparent;
    }

    a:active, a:hover {
        outline: 0;
    }

    strong {
        font-weight: 700;
    }

    h1 {
        font-size: 2em;
        margin: .67em 0;
    }

    img {
        border: 0;
    }

    figure {
        margin: 1em 40px;
    }

    input, select {
        color: inherit;
        font: inherit;
        margin: 0;
    }

    select {
        text-transform: none;
    }

    input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    input {
        line-height: normal;
    }

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

    td {
        padding: 0;
    }

    @media print {
        *, *:before, *:after, *:first-letter, *:first-line {
            background: 0 0 !important;
            color: #000 !important;
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a, a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        a[href^="#"]:after {
            content: "";
        }

        tr, img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        p, h2, h3 {
            orphans: 3;
            widows: 3;
        }

        h2, h3 {
            page-break-after: avoid;
        }
    }
    * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .wrap {
        max-width: 1130px;
        padding: 20px 10px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        width: 100%;
    }

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

    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 2.1428571429em;
    }

    h3 {
        font-size: 1.875em;
    }

    .mt1 {
        margin-top: 10px;
    }

    .mt2 {
        margin-top: 20px;
    }

    .mt10 {
        margin-top: 100px;
    }

    h1, h2, h3 {
        line-height: 1.2;
        text-align: center;
        font-weight: 400;
    }

    ul {
        padding: 0;
    }

    li {
        list-style: none;
    }

    body, p {
        margin: 0;
        padding: 0;
    }

    img {
        max-width: 100%;
    }

    .tar {
        text-align: right;
    }

    .tac {
        text-align: center;
    }

    .jcsb {
        justify-content: space-between;
        display: inline-flex;
        flex-wrap: wrap;
    }

    .block {
        display: inline-block;
    }

    form input {
        width: 100%;
        padding: 10px;
        margin: 5px 0;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: .9em;
        min-height: 2.7em;
        transition: ease .3s;
    }

    form input[type=submit] {
        background: #f3e4a8;
        color: #fff;
        padding: .5rem 2.75rem;
    }

    form input[type=submit]:hover {
        background: #f3e4a9 !important;
    }

    input {
        outline: none;
    }

    input:hover:invalid:hover:not([type=submit]), input:focus:invalid:focus:not([type=submit]) {
        border: 1px solid red;
    }

    input:hover:valid:hover:not([type=submit]), input:focus:valid:focus:not([type=submit]) {
        border: 1px solid #f3e4a8;
    }

    .pc {
        display: block;
    }

    @media all and (max-width: 960px) {
        [class^=pc] {
            margin-left: 0;
        }

        .pc {
            display: none !important;
        }
    }
    .btn {
        background: #f3e4a8;
        padding: .8em 3em;
        border-radius: 5px;
        font-size: 20px;
        color: #fff;
        transition: ease .2s;
        cursor: pointer;
        white-space: nowrap;
    }

    .btn:hover {
        background: #f3e4a9 !important;
    }

    @media all and (max-width: 480px) {
        .mt2 {
            margin-top: 10px;
        }
    }
    section {
        position: relative;
        padding: 60px 0;
        overflow: hidden;
    }

    body {
        font-size: 16px;
    }

    @media (min-width: 480px) {
        body {
            font-size: 18px;
            font-size: calc(.005 * 100vw + 13.6px);
        }
    }
    @media (min-width: 1280px) {
        body {
            font-size: 20px;
        }
    }
    .rating li {
        background: url(../image/star3_2.svg) no-repeat 50% 50%;
    }

    .rating.rating_5 li {
        background: url(../image/star1_2.svg) no-repeat 50% 50%;
    }

    .star_icon {
        width: 13px;
        height: 12px;
        position: relative;
        top: -2px;
        background: url(../image/star.svg) no-repeat 50% 50%;
    }

    .whatsapp_icon {
        width: 20px;
        height: 20px;
        background: url(../image/whatsapp.svg) no-repeat 50% 50%;
    }

    .tel_icon {
        width: 21px;
        height: 21px;
        background: url(../image/phone-call.svg) no-repeat 50% 50%;
    }

    .flight_icon {
        background: url(../image/flight.svg) no-repeat 50% 50%;
        width: 21px;
        height: 12px;
    }

    .visa {
        width: 58px;
        height: 18px;
        background: url(../image/visa.png) no-repeat 50% 50%;
    }

    .mir {
        width: 63px;
        height: 18px;
        background: url(../image/mir.png) no-repeat 50% 50%;
    }

    .someShit {
        width: 18px;
        height: 18px;
        background: url(../image/nfc.png) no-repeat 50% 50%;
    }

    .masterCard {
        width: 41px;
        height: 32px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAgCAYAAACPb1E+AAAEbklEQVRYR9VYbYhUVRh+nnNnZ1dNDfqAzSKlfpglBWtIERUSZFCGRilI7qya7Y5aqeXuva7Lks7cbaXCYGdVwnX86IdBFCH5twILVMTKXexPLkEFiaGmubNzzxN3bG3dj2a8o6Hnz/1xn+e9z/txznnfSxRZbnr7bWKuhsIMWI2D4d0FilUvDM+JOETFD/ve4t+HmiqHO9gWR9PoprdMAzAPQPgsZXUD+MT36rvL4Y70oRFFeqkti0TMLkXZMIx4BtSESFyrL/zmhl1DuZeJbG3dOrYvrtVXEL1/7QkOwKmAnQiY06SOC8hHENtdmeN7ra2vnh/gXiayKdW5nuR9EQwD4v0XBQ4scxrUsUi2gG7fq984TGQ5KZYwhVD1cEH8BcSJKEIp7E+vq98ZcguR/KfQm6MYkzCB0AOjcQX+QOJMFNsANoYbsSDy6qZ5qJzy087wLANymyN5KlQCqinO5WEQfcVxIyHir9NLbXtGtC9HM4BqSFOKcsmfAPxaFDcCgDK7eG1TXf5Ol9RDd2Onf+mqu1JXhQcBjStO4zkQR4vjRkBY9dJNb/koEjkkSY+WzCUPlIwdArwxRDa93bFZNHcYwMIYW3CCUkle/4/pbgEwFeLFK7JUgYV0D70KR3Mt+llZ2Dg3xBF0Qxzm1/O1GKa6bV3DhmveYAA4CvJcSRtxCMjYvJtqXtF7qZ+87lu1AQeu7hVZ3o4O0zyga9j4cKHCronUnV+l8SGsw6p+8+6o48OA8nJST+GsiPFRanBwNz6Y/58jraQXSo1qGAFHwc6w0MNOPyp3JOdGFTkADs9RKj/DIphBYezgnwMizhs4h8TYodF+DkTllhTJKOm6VpyikSz24UTSnRcg6NmVae8phr2S94nlXhssP93Rmfr2ksi6pLdKUI3AI4QdS+Derkxb7dKVa+/sD5x2EBdozTYo+E3kEkA/SzhoDL8GcAKBMzdWZc/kc3pN4IFsZ3pfIun6IOLx/pyfi8XXQKjOQavixEyIC0SdMnDetwgeM8DswDqe49g5spgJ4gnRPpvteOdYQWTijdabkevrEdgIaD3IjyndDukUDKskfQOZWaROgjgLoUXguooK7M73Y6+kr0wMHyjAfgg/gnicRKeEuTT0ZPUiiDEA9kCaDHABYDYBwSaI20g9JZndoL0HwMMSPyTRwgCLurb6F0faRH3TZBpu78r4s2qXu9uZd3xU5CfB0iPwR1fGn1+bbFpowDkKnGY5+ZcMzELrmOdo7SuS/T6baduTSLp/gWyBMI7Qn5aYlu3wFyeS3peC9mUzfntdQ5MrYs6OTNsjdcvdz2R1XOSYbMZfWZd0Nwu6aUembUki6X5HmPquTOpAQeSyZWtu7Y/F3+rK+I21SXetRfB5hcykQJhoyJMwWG2FsAT2GmOOyNonBTxk89Zj3NxlLDaAfFPALZR9GsBBCgcDY5ZmO9JeYkXjdFjTLugkDVMI9DzI6SCqBaZhMdXpy++MxYLK/li8Q0Qe0vgAtrHSwdm/AdAqb5zMxL74AAAAAElFTkSuQmCC) no-repeat 50% 50%;
    }

    .footer_email {
        width: 21px;
        height: 21px;
        background: url(../image/at.svg) no-repeat 50% 50%;
    }

    .footer_phone {
        width: 21px;
        height: 21px;
        background: url(../image/phone-call.svg) no-repeat 50% 50%;
    }

    .footer_location {
        width: 15px;
        height: 21px;
        background: url(../image/prototip_181027.svg) no-repeat 50% 50%;
        padding-top: 35px;
    }

    .fb {
        margin-right: 30px;
        background: url(../image/facebook1_1.svg) no-repeat 50% 50%;
    }

    .fb:hover {
        background: url(../image/facebook1_2.svg) no-repeat 50% 50%;
    }

    .insta {
        background: url(../image/instagram1_1.svg) no-repeat 50% 50%;
    }

    .insta:hover {
        background: url(../image/instagram1_2.svg) no-repeat 50% 50%;
    }

    #header {
        position: relative;
        z-index: 99;
        background: #fff;
        font-family: "Futura PT - Book";
        font-size: 18px;
        font-weight: 400;
        letter-spacing: .63px;
        line-height: 1.4;
        height: 100px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #header .logo {
        width: 190px;
        max-width: 100%;
        position: relative;
        height: 100px;
        text-align: center;
    }

    #header .logo img {
        width: 100%;
    }

    #header .logo:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -155px;
        border: 95px solid transparent;
        border-top: 30px solid #2d3540;
        z-index: -1;
    }

    #header .logo:after {
        content: "";
        background-color: #2d3540;
        width: 100%;
        height: 30px;
        z-index: -1;
        bottom: -30px;
        position: absolute;
        left: 0;
    }

    #header .logo p {
        color: #f3e4a8;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2.50px;
        margin: 0;
        padding: 0;
        padding-top: 10px;
    }

    #footer {
        background-color: #f9f9f6;
        color: #606a79;
        padding: 40px 0;
        font-size: 18px;
        letter-spacing: .63px;
        line-height: 1.4;
    }

    #footer .navigation {
        margin: 0;
        width: 100%;
    }

    #footer .navigation > * {
        flex-grow: 1;
    }

    #footer .navigation li {
        text-align: center;
        font-family: "Futura PT";
        font-size: 14px;
        font-weight: 500;
        line-height: 2;
        text-transform: uppercase;
        letter-spacing: 4.2px;
    }

    #footer .navigation li:first-child {
        text-align: left;
    }

    #footer .navigation li:last-child {
        text-align: right;
    }

    #footer .navigation li a {
        position: relative;
        transition: ease .2s;
    }

    #footer .navigation li a:before {
        content: "";
        width: 96%;
        left: 2%;
        position: absolute;
        bottom: 0;
        height: 1px;
        background-color: #606a79;
        opacity: .25;
        transition: ease .2s;
    }

    #footer .navigation li a:hover:before {
        background-color: #f3e4a8;
    }

    #footer .navigation li a:hover {
        color: #f3e4a8;
    }

    #footer .box {
        width: 100%;
    }

    #footer .icons a {
        display: inline-block;
        width: 40px;
        height: 40px;
        transition: ease .2s;
        margin-top: 15px;
    }

    #footer i {
        margin-right: 8px;
    }

    #footer .head_line > * {
        flex-grow: 1;
    }

    #footer .head_line .email span {
        position: relative;
        transition: ease .2s;
    }

    #footer .head_line .email span:before {
        content: "";
        width: 96%;
        left: 2%;
        position: absolute;
        bottom: 0;
        height: 1px;
        background-color: #606a79;
        opacity: .25;
        transition: ease .2s;
    }

    #footer .head_line .email span:hover:before {
        background: #f3e4a8;
    }

    #footer .head_line .email span:hover {
        color: #f3e4a8;
    }

    #footer .payment {
        margin-top: 25px;
        justify-content: flex-end;
    }

    #footer .payment i {
        margin-right: 0;
        margin-left: 30px;
    }

    #footer .policy {
        width: 100%;
    }

    #footer .policy > * {
        flex-grow: 1;
        margin-top: 30px;
    }

    #footer .policy span {
        position: relative;
        transition: ease .2s;
    }

    #footer .policy span:before {
        content: "";
        width: 96%;
        left: 2%;
        position: absolute;
        bottom: 0;
        height: 1px;
        background-color: #606a79;
        opacity: .25;
        transition: ease .2s;
    }

    #footer .policy span:hover:before {
        background: #f3e4a8;
    }

    #footer .policy span:hover {
        color: #f3e4a8;
    }

    #footer .rights {
        width: 100%;
    }

    #footer .rights > * {
        margin-top: 35px;
        width: 33.33333%;
    }

    #footer .copy {
        margin-top: 10px;
    }

    .popup-bg {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        background-color: rgba(45, 53, 63, .9);
        display: none;
        overflow-y: scroll;
    }

    .popup-bg .popup {
        background-color: #fff;
        position: relative;
        top: 10%;
        margin: 0 auto;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
        border-radius: 0;
        display: none;
        width: 364px;
        max-width: 100%;
        padding: 45px 50px;
    }

    .popup-bg .popup .head {
        color: #2d3540;
        font-family: "Playfair Display";
        font-size: 24px;
        font-weight: 700;
        font-style: italic;
        line-height: 1.4;
    }

    .popup-bg .popup .head .close {
        position: absolute;
        font-size: 26px;
        width: 32px;
        height: 32px;
        background-color: #f3e5ac;
        line-height: 30px;
        right: -16px;
        top: -16px;
        color: #ddd;
        cursor: pointer;
        overflow: hidden;
        color: #2d353f;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-family: 'Futura PT', sans-serif;
        font-weight: 500;
    }

    .popup-bg .popup .head .close:hover {
        color: #bbb;
    }

    .popup-bg .popup p {
        margin-top: 17px;
        color: #959593;
        font-family: "Futura PT - Book";
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: .7px;
    }

    .popup-bg .popup .thank {
        margin-top: 30px;
        width: 100%;
    }

    .popup-bg #popup2, .popup-bg #popup3, .popup-bg #popup4, .popup-bg #popup5, .popup-bg #popup6 {
        padding: 50px;
        width: 830px;
    }

    .popup-bg #popup2 form, .popup-bg #popup3 form, .popup-bg #popup4 form, .popup-bg #popup5 form, .popup-bg #popup6 form {
        margin-top: 5px;
    }

    .popup-bg #popup2 .form_control, .popup-bg #popup3 .form_control, .popup-bg #popup4 .form_control, .popup-bg #popup5 .form_control, .popup-bg #popup6 .form_control {
        width: 350px;
        margin-right: 0;
        margin-top: 20px;
    }

    .popup-bg .date {
        padding-top: 40px;
    }

    .nice-select {
        -webkit-tap-highlight-color: transparent;
        background-color: #fff;
        border-radius: 5px;
        border: solid 1px #e8e8e8;
        box-sizing: border-box;
        clear: both;
        cursor: pointer;
        display: block;
        float: left;
        font-family: inherit;
        font-size: 3;
        font-weight: 400;
        height: 42px;
        line-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 30px;
        position: relative;
        text-align: left !important;
        transition: all .2s ease-in-out;
        user-select: none;
        white-space: nowrap;
        width: auto;
    }

    .nice-select:hover {
        border-color: #dbdbdb;
    }

    .nice-select:active, .nice-select:focus {
        border-color: #999;
    }

    .nice-select:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        transform-origin: 66% 66%;
        transform: rotate(45deg);
        transition: all .15s ease-in-out;
        width: 5px;
    }

    .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        transform-origin: 50% 0;
        transform: scale(.75) translateY(-21px);
        transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
        z-index: 9;
    }

    body {
        overflow-x: hidden;
        font-family: sans-serif;
        font-size: 20px;
        font-family: 'Futura PT - Book', sans-serif;
        color: #606a79;
    }

    input {
        border-radius: 0;
    }

    i {
        display: inline-block;
        vertical-align: middle;
        flex-shrink: 0;
    }

    h1, h2, h3 {
        margin: 0;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    .flex {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .flex-wrap {
        flex-wrap: wrap;
    }

    .jcsb {
        justify-content: space-between;
    }

    .aic {
        align-items: center;
    }

    section, footer, header {
        margin: 0 auto;
    }

    #s04 .mobile_booking_btn {
        display: none;
    }

    .btn, form input[type=submit] {
        padding: 26px 59px;
        border-radius: 0;
        display: inline-block;
        position: relative;
        color: #2d3540;
        font-family: "Futura PT";
        font-size: 14px;
        font-weight: 500;
        line-height: 2;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 4.2px;
        box-shadow: none !important;
    }

    .btn:hover, form input[type=submit]:hover {
        box-shadow: none !important;
        box-shadow: 0 3px 50px #f3e5ac !important;
    }

    .btn:active, form input[type=submit]:active {
        background-color: #f3e4a9 !important;
    }

    h2 {
        text-align: left;
        color: #2d3540;
        font-family: "Playfair Display";
        font-size: 36px;
        font-weight: 700;
        font-style: italic;
    }

    #s01 {
        background: url(../image/bg1.jpg) no-repeat 50% 50%/cover;
        color: #fff;
        text-align: center;
        padding-top: 161px;
        padding-bottom: 260px;
    }

    #s01 .title {
        font-family: 'Playfair Display';
        font-size: 36px;
        font-weight: 700;
        font-style: italic;
    }

    #s01 .subtitle {
        color: #fefefe;
        font-family: "Playfair Display";
        font-size: 18px;
        font-weight: 700;
        font-style: italic;
        letter-spacing: .63px;
        margin-top: 75px;
        position: relative;
        left: -25px;
        margin-bottom: 11px;
    }

    #s01 h1 {
        color: #fefefe;
        font-family: "Lemon Tuesday";
        font-size: 100px;
        font-weight: 400;
        margin-top: -10px;
    }

    #s01 .btn {
        margin-top: 90px;
    }

    #s01 .btn span {
        margin-right: 3px;
    }

    #s02 {
        text-align: center;
        z-index: 9;
        margin-top: -225px;
        padding-bottom: 50px;
    }

    #s02 .text {
        font-family: "Playfair Display";
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4;
    }

    #s03 {
        padding-top: 0;
        padding-bottom: 70px;
    }

    #s03 .why {
        margin-top: 40px;
    }

    #s03 .block {
        width: 100%;
        max-width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        background-color: #f9f8f3;
        position: relative;
        margin-top: 30px;
    }

    #s03 .block .img {
        width: 260px;
        height: 100%;
        flex-shrink: 0;
    }

    #s03 .block .img img {
        height: 100%;
        width: 100%;
    }

    #s03 .block .text {
        padding: 0 35px;
        font-size: 20px;
        line-height: 1.5;
    }

    #s03 .block .text .title {
        color: #2d3540;
        font-family: "Playfair Display";
        font-weight: 700;
    }

    #s03 .block .text .info {
        color: #969694;
        font-family: "Futura PT - Book";
        letter-spacing: .7px;
        margin-top: 10px;
        font-size: 19px;
    }

    #s03 .advantages {
        margin-top: 40px;
    }

    #s03 .advantages .advantage {
        margin-top: 40px;
        position: relative;
        width: 100% !important;
        max-width: 500px;
    }

    #s03 .advantages .advantage .title {
        color: #2d3540;
        font-family: "Playfair Display";
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    #s03 .advantages .advantage .icon {
        margin-bottom: 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-content: flex-end;
        align-items: flex-end;
    }

    #s03 .advantages .advantage p {
        margin-top: 15px;
        color: #7f7f7f;
        font-family: "Futura PT - Book";
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: .7px;
        margin: 0 0 5px;
    }

    #s04 {
        background-color: #f9f9f6;
        padding-top: 70px;
        padding-bottom: 80px;
    }

    #s04 h2 {
        margin-bottom: 15px;
    }

    #s04 .hotel_block {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        background: #fff;
        position: relative;
        min-height: 591px;
        margin-top: 40px;
    }

    #s04 .text_block {
        padding: 55px 95px;
        width: 100%;
        max-width: 660px;
    }

    #s04 .top_line {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }

    #s04 .top_line > * {
        flex-grow: 1;
    }

    #s04 .top_line .name {
        color: #2d3540;
        font-family: "Playfair Display";
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4;
    }

    #s04 .hotel_info {
        margin: 25px auto 28px auto;
        width: 100%;
    }

    #s04 .hotel_info .grey {
        color: #959593;
        font-family: "Futura PT - Book";
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: .7px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #s04 .hotel_info .black {
        padding-left: 15px;
        color: #2d3540;
        font-family: "Futura PT";
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: .63px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #s04 .booking_price .title {
        color: #959593;
        font-family: "Futura PT - Book";
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: .63px;
    }

    #s04 .booking_price .price {
        color: #606a79;
        margin-top: -10px;
        font-family: "Playfair Display";
        font-size: 14px;
        font-weight: 400;
        line-height: 2;
        text-decoration: line-through;
    }

    #s04 .booking_price .price strong {
        font-size: 20px;
        font-weight: 700;
    }

    #s04 .our_price .title {
        color: #959593;
        font-family: "Futura PT - Book";
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: .7px;
    }

    #s04 .our_price .price {
        color: #2d3540;
        font-family: "Playfair Display";
        font-size: 24px;
        font-weight: 400;
        line-height: 1.5;
        text-align: right;
        margin-top: -10px;
    }

    #s04 .our_price .price strong {
        font-weight: 700;
        font-size: 36px;
    }

    #s04 .price_block {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }

    #s04 .price_block > * {
        flex-grow: 1;
    }

    #s04 .btn {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }

    #s04 i {
        font-style: normal;
        vertical-align: middle;
    }

    #s04 tr {
        vertical-align: top;
    }

    #s04 tr i {
        vertical-align: top;
    }

    #s08 {
        background-color: #f9f9f6;
        color: #fff;
        padding: 50px 0;
    }

    #s08 h2 {
        font-family: "PF Regal Display Pro";
        font-size: 30px;
        font-weight: 700;
        font-style: italic;
        color: #2d3540;
        margin-bottom: 20px;
    }

    #s08 p {
        margin-top: 35px;
        font-family: "Futura PT - Book";
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: .7px;
    }

    #s08 .logos {
        margin-top: 40px;
    }

    #s08 .logo {
        margin-right: 40px;
    }

    #s08 .logo:last-child {
        margin-right: 0;
    }

    #s010 {
        padding: 70px 0;
    }

    #s010 .logo {
        width: 340px;
        max-width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        cursor: pointer;
        transition: ease .2s;
        margin-top: 30px;
        background-color: #f9f8f3;
    }

    #s010 .logo:hover {
        box-shadow: 0 3px 30px rgba(243, 229, 172, .7);
    }

    #s012 {
        padding: 65px 0 75px;
    }

    #s012 .sub {
        margin-top: 12px;
        color: #959593;
        font-family: "Futura PT - Book";
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: .7px;
    }

    .rating {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 0;
    }

    .rating li {
        margin-right: 5px;
        width: 18px;
        height: 17px;
    }

    .rating li:last-child {
        margin-right: 0;
    }

    form {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    form .form_control {
        margin-right: 30px;
        margin-top: 45px;
        position: relative;
    }

    form .form_control input {
        width: 350px;
        height: 94px;
        border-radius: 0;
        outline: none !important;
        max-width: 100%;
        padding-left: 40px;
        color: #2d3540;
        border: 1px solid #e2e2d8 !important;
    }

    form .form_control input:not([type=submit]) {
        box-shadow: none !important;
        padding-top: 40px;
    }

    form .form_control .placeholder {
        position: absolute;
        left: 40px;
        bottom: 22px;
        letter-spacing: .7px;
        font-size: 20px;
        line-height: 1.5;
        font-family: "Futura PT - Book";
    }

    form .form_control .field_name {
        font-size: 18px;
        line-height: 1.5;
        top: 25px;
        left: 40px;
        position: absolute;
        transition: all ease .2s;
    }

    form .form_control [type=submit] {
        background-color: #e4e4e4;
        color: #2d3540;
        font-family: "Futura PT";
        font-size: 14px;
        font-weight: 500;
        line-height: 2;
        text-transform: uppercase;
        letter-spacing: 4.2px;
    }

    form .form_control .dark {
        color: #2d3540;
    }

    form .form_control .grey {
        color: #959593;
    }

    form .form_control:last-child {
        margin-right: 0;
    }

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        #s04 .star_icon {
            top: 0;
        }
    }
    #s010 .logos .logo {
        padding: 10px;
    }

    .btn, form input[type=submit] {
        max-width: 100%;
    }

    #s03 .block .img {
        width: 225px;
        height: 225px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .grey_wrapper {
        width: 350px;
        height: 94px;
        border-radius: 0;
        border: none !important;
        outline: none !important;
        max-width: 100%;
        background-color: #f9f9f6;
        padding-left: 40px;
        color: #2d3540;
    }

    .nice-select {
        float: none;
        background-color: transparent;
        width: 100%;
        position: relative;
        top: 46px;
        padding-left: 0;
        border: none;
    }

    .nice-select:after {
        right: 22px;
    }

    #header .logo {
        height: 159px;
        margin-top: 54px;
    }

    #header .logo:before, #header .logo:after {
        content: none !important;
    }

    #header .logo:after {
        content: none !important;
    }

    #s04 .hotel_block .gallery {
        display: none !important;
    }

    .popup form .form_control .placeholder, .popup form .form_control input:not([type=submit]) {
        font-size: 20px;
    }

    @media all and (max-width: 1366px) {
        #s01 {
            padding-top: 80px;
            padding-bottom: 220px;
        }

        #s01 .btn {
            margin-top: 60px;
        }
    }
    @media all and (max-width: 1170px) {
        #header {
            font-size: 16px;
        }
    }
    @media all and (max-width: 1024px) {
        #header {
            font-size: 15px;
        }

        #header {
            height: 70px;
        }

        #s03 .block {
            width: 100%;
            height: auto;
        }

        #s03 .block .text {
            padding: 0 35px;
        }

        #s04 .text_block {
            padding: 55px 45px;
        }

        #s010 .logo {
            width: 240px;
        }

        form .form_control input {
            width: 315px;
        }

        form .form_control {
            margin-right: 20px;
        }
    }
    @media all and (max-width: 960px) {
        #s03 .block .img {
            width: 220px;
        }

        #s03 .block {
            width: 100%;
        }

        #s04 .text_block {
            padding: 35px 20px;
        }

        #s010 .logo {
            width: 225px;
        }

        form .form_control {
            margin-right: 10px;
        }

        form .form_control input {
            width: 305px;
        }

        #s04 .hotel_info .black {
            padding-left: 10px;
        }

        form .form_control input {
            width: 300px;
        }
    }
    @media all and (max-width: 900px) {
        #s03 .block .img {
            width: 195px;
        }

        #s03 .block {
            width: 100%;
        }

        #s04 .hotel_info {
            margin: 15px auto;
        }

        #s04 .btn {
            margin-top: 30px;
        }

        #s04 .hotel_block {
            min-height: 1px;
        }

        #s04 .top_line .name {
            font-size: 21px;
        }

        #s04 .text_block {
            padding: 30px 15px;
        }

        h2 {
            font-size: 32px;
        }

        #s010 .logo {
            width: 210px;
        }

        form .form_control input {
            width: 285px;
        }

        #footer .box {
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
        }

        #footer .icons {
            justify-content: center;
        }

        #footer .payment {
            justify-content: center;
        }

        #footer .policy, #footer .rights {
            flex-wrap: wrap;
        }

        #footer .policy > *, #footer .rights > * {
            width: 100%;
            text-align: center;
        }

        #footer .rights img {
            order: 1;
        }

        #footer .rights p {
            order: 2;
        }

        #footer {
            text-align: center;
        }
    }
    @media all and (max-width: 860px) {

        #s03 .block {
            margin-left: auto;
            margin-right: auto;
            width: 500px;
            flex-direction: column;
            align-items: center;
        }

        #s04 .gallery {
            display: none !important;
        }

        #s04 .btn, form input[type=submit] {
            padding-top: 22px;
            padding-bottom: 22px;
        }

        #s010 .logo {
            width: 200px;
        }

        form .form_control input {
            width: 270px;
        }
    }
    @media all and (max-width: 800px) {
        #s02 .wrap {
            justify-content: center;
        }

        #s02 {
            margin-top: -260px;
        }

        h2 {
            text-align: center;
        }

        #s03 .block .img {
            width: 85% !important;
            height: 40vh !important;
            margin-bottom: 20px;
        }

        #s03 .why {
            justify-content: center;
        }

        #s03 .block {
            width: 540px;
        }

        #s03 .advantages {
            justify-content: center;
        }

        #s03 .advantages .advantage {
            margin-left: 40px;
            margin-right: 40px;
        }

        #s04 .hotel_block {
            flex-wrap: wrap;
        }

        #s04 .hotel_block > * {
            width: 100%;
        }

        #s04 .mobile_booking_btn {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            width: calc(100% - 20px);
            margin-left: auto;
            margin-right: auto;
            justify-content: center;
            text-align: center;
            margin-bottom: 35px;
            margin-top: 40px;
        }

        #s04 .text_block .btn {
            display: none;
        }

        #s04 .hotel_block {
            padding-top: 35px;
        }

        #s08 {
            text-align: center;
        }

        #s08 .logos {
            justify-content: center;
        }

        #s010 .logos {
            justify-content: space-around;
        }

        #s010 .logos .logo {
            min-width: 200px !important;
            width: 100% !important;
        }

        #s010 h2 {
            margin-bottom: 0;
        }

        #s012 {
            text-align: center;
        }

        form {
            flex-wrap: wrap;
            justify-content: center;
        }

.form_controls {
            flex-wrap: wrap;
            justify-content: center;
        }

        form .form_control input {
            width: 345px;
        }

        form .form_control .field_name, form .form_control .placeholder {
            width: 100%;
            left: 0;
            text-align: center;
        }

        .popup-bg #popup2 .form_control, .popup-bg #popup3 .form_control, .popup-bg #popup4 .form_control, .popup-bg #popup5 .form_control {
            width: 325px;
        }

        .popup-bg .popup .head .close {
            right: 0;
        }

        #popup1 {
            text-align: center;
            padding: 30px 10px;
        }

        #s04 .mobile_booking_btn {
            order: 3;
        }

        #s04 .text_block {
            order: 2;
        }

        .popup-bg .popup .head {
            text-align: center;
        }

        .popup-bg #popup2 .form_control, .popup-bg #popup2 .form_control input, .popup-bg #popup3 .form_control, .popup-bg #popup3 .form_control input, .popup-bg #popup4 .form_control, .popup-bg #popup4 .form_control input, .popup-bg #popup5 .form_control, .popup-bg #popup5 .form_control input {
            text-align: center;
            padding-left: 10px;
            padding-right: 10px;
        }

        #s08 h2 {
            font-family: 'Playfair Display';
        }
    }
    @media all and (max-width: 640px) {
        h2 {
            font-size: 30px;
        }

        #s04 h2 {
            margin-bottom: 50px;
        }

        #s04 .title {
            text-align: center;
        }

        #s010 .logos .logo {
            width: 45%;
        }

        #footer .top_line {
            justify-content: center;
        }

        #footer .top_line > * {
            width: 100%;
            text-align: center;
            justify-content: center;
            margin-top: 20px;
        }

        .popup-bg #popup2, .popup-bg #popup3, .popup-bg #popup4, .popup-bg #popup5 {
            padding: 30px 10px;
        }

        .popup-bg #popup2 .form_control, .popup-bg #popup3 .form_control, .popup-bg #popup4 .form_control, .popup-bg #popup5 .form_control {
            width: 300px;
        }
    }
    @media all and (max-width: 480px) {
        #s01 .subtitle {
            margin-top: 35px;
        }

        #s02 .wrap {
            padding-left: 0;
            padding-right: 0;
        }

        #s03 .block .img {
            width: 95% !important;
            height: 40vh !important;
        }

        #s03 .advantages .advantage {
            margin-left: 5px;
            margin-right: 5px;
        }

        #s04 .wrap {
            padding-left: 0;
            padding-right: 0;
        }

        #s04 .hotel_block {
            padding-top: 0;
        }

        form .form_control {
            margin-right: 0;
        }

        form .form_control {
            margin-top: 15px;
        }

        .popup-bg #popup2 .form_control, .popup-bg #popup3 .form_control, .popup-bg #popup4 .form_control, .popup-bg #popup5 .form_control {
            width: 100%;
        }

        .popup-bg #popup2 .form_control input, .popup-bg #popup3 .form_control input, .popup-bg #popup4 .form_control input, .popup-bg #popup5 .form_control input {
            width: 100%;
        }

        #s04 .hotel_info .black {
            font-size: 15px;
        }

        .nice-select {
            width: 100%;
            text-align: center !important;
            display: block;
        }
    }
    @media all and (max-width: 420px) {
        #s02 .text {
            font-size: 18px;
        }

        #s03 .block .img {
            width: 140px;
        }

        #s03 .block .text {
            padding: 0 10px;
        }

        #s03 .block .text .info {
            font-size: 16px;
        }

        #s03 .block .text .title {
            font-size: 17px;
        }

        #s03 .advantages .advantage {
            margin-left: auto;
            margin-right: auto;
            padding-left: 5px;
            padding-right: 5px;
            width: 50%;
        }

        #s03 .advantages .advantage .title {
            font-size: 17px;
        }

        #s03 .advantages .advantage .info {
            font-size: 17px;
        }

        #s04 {
            padding-top: 30px;
        }

        #s04 .text_block {
            padding-left: 10px;
            padding-right: 10px;
        }

        #s04 .hotel_info .grey {
            font-size: 16px;
        }

        #s04 .hotel_info .black {
            padding-left: 10px;
        }

        #s04 .our_price .price {
            font-size: 20px;
        }

        #s04 .our_price .price strong {
            font-size: 30px;
        }

        #s04 .hotel_info .black {
            font-size: 16px;
        }

        #s04 {
            padding-bottom: 50px;
        }

        #s010 {
            padding: 50px 0;
        }

        #s08 h2 {
            font-size: 25px;
        }

        #s08 p {
            font-size: 18px;
            margin-top: 15px;
        }

        #s08 .logo {
            margin-right: 40px;
            width: 100%;
            margin: 0 auto;
            margin-top: 20px;
        }

        #s08 .logos {
            margin-top: 0;
        }

        #footer .navigation li {
            width: 50%;
            text-align: center !important;
            margin-top: 15px;
        }

        #footer .wrap {
            padding-top: 5px;
        }

        #footer .payment {
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
        }

        #footer .payment > p {
            width: 100%;
            margin-bottom: 10px;
        }

        #footer .payment i {
            margin-left: 15px;
            margin-right: 15px;
        }

        .btn, form input[type=submit] {
            padding-left: 10px;
            padding-right: 10px;
            width: 100%;
        }

        form .form_control [type=submit], form .form_control input {
            width: 400px;
            max-width: 100%;
        }

        form .form_control {
            max-width: 100%;
        }

        #s01 h1 {
            font-size: 80px;
        }
    }
    @media all and (max-width: 380px) {
        #s01 h1 {
            font-size: 80px;
        }

        #s01 .subtitle {
            left: -36px;
        }

        h2 {
            font-size: 26px;
        }

        #s03 .block .text .info {
            font-size: 15px;
            letter-spacing: .5px;
        }

        #s04 .hotel_info .black {
            font-size: 18px;
            padding-left: 15px;
        }

        #s04 .hotel_info .grey {
            font-size: 18px;
        }

        #header {
            height: 50px;
        }

        #s03 .advantages .advantage .info, #s03 .advantages .advantage .title {
            font-size: 16px;
        }

        .btn, form input[type=submit] {
            font-size: 13px;
        }
    }
    @media all and (max-width: 360px) {
        #s01 h1 {
            font-size: 86px;
            margin-top: 10px;
        }

        #s04 .our_price .title {
            font-size: 18px;
        }

        form .form_control [type=submit] {
            width: 100%;
        }

        form .form_control {
            width: 100%;
        }

        form .form_control input {
            width: 100%;
        }

        #s01 .subtitle {
            left: -30px;
        }

        #s03 .block .text .info {
            font-size: 14px;
            letter-spacing: .5px;
            margin-top: 5px;
        }

        #s01 {
            padding-top: 70px;
        }

        #s01 .btn {
            margin-top: 50px;
        }
    }
    @media all and (max-width: 370px) {
        #s01 h1 {
            font-size: 60px !important;
        }

        #s01 .subtitle {
            left: 0;
            margin-top: 10px;
        }

        #s01 h1 {
            margin-top: 25px;
        }

        #s03 .block .img {
            width: 100px;
        }

        #s03 .block .text {
            padding: 15px 8px;
        }

        #s03 .block .text .info {
            font-size: 14px;
        }

        #s03 .advantages .advantage .info, #s03 .advantages .advantage .title {
            font-size: 15px;
        }

        #s04 .hotel_info .black {
            padding-right: 10px;
        }

        #s04 .top_line {
            flex-wrap: wrap;
        }

        #s04 .top_line > * {
            width: 100%;
            text-align: center;
            justify-content: center;
        }

        #s04 .top_line .rating {
            margin-top: 10px;
        }

        #s08 h2 {
            font-size: 22px;
        }

        #s03 .block .text .title {
            font-size: 15px;
        }

        #s01 h1 {
            font-size: 72px;
        }

        #s01 .title {
            font-size: 32px;
        }

        #s01 .btn {
            margin-top: 50px;
        }

        #s03 .wrap {
            padding-left: 5px;
            padding-right: 5px;
        }

        #s04 .our_price .title {
            font-size: 16px;
        }

        #s04 .booking_price .title {
            font-size: 16px;
        }

        #header {
            font-size: 13px;
        }

        #header {
            height: 75px !important;
        }

        #header .logo {
            margin-left: 0px !important;
            height: 105px !important;
            width: 100px !important;
        }
    }

    #s01:not(.singlePage) .title, #s01:not(.singlePage) .subtitle, #s01:not(.singlePage) h1 {
        color: #fff;
    }

    #footer {
        background-color: #f9f9f6;
        color: #3f4650;
        padding: 40px 0;
        font-size: 18px;
        width: 100%;
        float: left;
        letter-spacing: .63px;
        line-height: 1.4;
    }

    .navigation {
        text-align: center;
        color: #2d3540;
        font-size: 20px;
        padding-bottom: 30px;
        line-height: 1.5;
        padding-top: 20px;
    }

    #footer .navigation li a {
        color: #7c8898 !important;
    }

    a.linker {
        display: none;
    }

    @media screen and (max-device-width: 789px) {
        .mobi-fl {
            width: 100%;
            text-align: center;
            margin-left: 54px;
            font-size: 12px;
            height: 39px;
        }

        a.linker {
            margin-top: 14px;
            display: inline-block;
        }

        a.linker-hide {
            display: none;
        }

        a.linker {
            margin-top: 14px;
        }

        a.linker span {
            margin-left: 10px;
            display: inline-block;
        }
    }
    #s03 .advantages .advantage:nth-of-type(1) img {
        width: 61px !important;
    }

    #s03 .advantages .advantage:nth-of-type(2) img {
        width: 46px !important;
    }

    #s03 .advantages .advantage:nth-of-type(3) img {
        width: 61px !important;
    }

    #s03 .advantages .advantage:nth-of-type(4) img {
        width: 125px !important;
    }

    #ui-datepicker-div {
        z-index: 999999 !important;
    }

    #header a {
        white-space: nowrap;
    }

    .telefonn {
        display: inline-block;
        width: auto;
        margin-left: 4px;
    }

    p {
        margin: 0 0 20px;
    }

    #buttontop {
        display: inline-block;
        background-image: linear-gradient(135deg, #f6d472 0, #f7d266 100%);
        width: 50px;
        height: 50px;
        opacity: .6 !important;
        text-align: center;
        border-radius: 4px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        visibility: hidden;
        z-index: 1000;
    }

    #buttontop:after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
        font-size: 1.6em;
        line-height: 47px;
        color: #fff;
    }

    #buttontop:hover {
        cursor: pointer;
        opacity: 1 !important;
        box-shadow: 0 16px 32px 0 rgba(246, 213, 118, .34);
        background-image: linear-gradient(135deg, #f6d472 0, #f7d266 100%);
    }

    #buttontop:active {
        background-color: #555;
    }

    #s02 {
        margin-top: 0;
    }

    .agreement {
        margin-top: 12px;
    }

    .agreement a {
        transition: all .3s ease;
        border-bottom: 1px solid #f3e4a8;
    }

    .agreement a:hover {
        border-bottom-color: #2d3540;
    }

    #cookie-notice {
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .6);
    }

    #cn-notice-text {
        font-size: 16px;
    }

    .cn-button.bootstrap {
        background-color: #f3e4a8;
        background-image: none;
        color: #2d3540;
        border: none;
        border-radius: 0;
    }

    .cn-button.bootstrap:hover {
        box-shadow: 0 3px 50px #f3e5ac !important;
        background-color: #f3e4a8;
        color: #2d3540;
    }

    #s03 {
        background: 0 0 !important;
    }

    #s-text {
        background-color: #f9f9f6;
    }

    #s-text h2 {
        margin-bottom: 25px;
    }

    #s01 .subtitle {
        margin-bottom: 26px;
    }

    #header {
        justify-content: space-between;
        padding: 0 80px;
    }

    .maincentrallogo .logo {
        display: block;
    }

    #header .leftmenu a {
        display: block;
        border-bottom: 1px solid #959593;
    }

    .gah, .leftmenu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }

    #s01 {
        box-sizing: border-box;
        padding: 75px 0;
        height: 600px;
    }

    #s02 {
        padding: 60px 0;
    }

    #s02 .infoblock {
        width: 250px;
        margin: 20px 10px;
    }

    #s02 .infoblock p {
        text-align: left;
    }

    #s03 {
        background-color: #f9f9f6;
        padding-top: 50px;
    }

    #s03 .block {
        background-color: #fff;
    }

    .mobi-fl {
        width: 100%;
        text-align: center;
        margin-left: 54px;
        font-size: 12px;
        height: 39px;
        display: none;
    }

    .image_wrapper {
        width: 455px;
        height: 100%;
        position: absolute;
    }

    .textblock_right {
        margin-left: 450px;
    }

    .textblock_left {
        margin-right: 450px;
    }

    .wrapperright {
        right: 0;
    }

    .image_wrapper img {
        height: 100% !important;
    }

    #blog {
        padding: 50px 0;
    }

    #blog h2 {
        margin-bottom: 50px;
    }

    .ymap-container {
        position: relative;
        overflow: hidden;
        cursor: pointer;
        background:  #fff ;
        background-position: center center;
        background-size: cover;
    }

    #map-yandex {
        position: relative;
        z-index: 7;
        width: 100%;
        height: 710px;
        cursor: pointer;
        background-color: transparent;
    }

    .loader {
        position: absolute;
        z-index: 15;
        top: -100%;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        overflow: hidden;
        color: #000;
        transition: opacity .7s ease;
        opacity: 0;
        background-color: rgba(0, 0, 0, .55);
    }

    .loader:after, .loader:before {
        box-sizing: border-box;
    }

    .loader-default:after {
        position: absolute;
        top: calc(50% - 24px);
        left: calc(50% - 24px);
        width: 48px;
        height: 48px;
        content: '';
        animation: rotation 1s linear infinite;
        border: solid 8px #fff;
        border-left-color: transparent;
        border-radius: 50%;
    }

    .ymap-container .abs {
        position: absolute;
        margin: auto;
        top: 0;
        right: 50px;
        bottom: 0;
        display: flex;
        justify-content: flex-end;
        z-index: 99;
        max-width: 500px;
    }

    .ymap-container .contacts {
        background: #fefefe;
        box-shadow: 0 0 35px rgba(0, 0, 0, .25);
        padding: 50px 85px;
        margin: 50px 20px;
    }

    .ymap-container .contacts h3 {
        font-family: 'Playfair Display';
        font-style: italic;
        font-weight: 700;
        font-size: 30px;
        text-align: left;
    }

    .ymap-container .contacts p {
        margin: 0;
        font-family: 'Futura PT - Book';
        letter-spacing: .35px;
        font-size: 20px;
        color: #2d3540;
        line-height: 30px;
        max-width: 220px;
    }

    .ymap-container .contacts .gray {
        margin: 0;
        font-family: 'Futura PT - Book';
        letter-spacing: .35px;
        font-size: 20px;
        color: #959593;
        line-height: 30px;
    }

    .ymap-container .contacts .m10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ymap-container .contacts .mt10 {
        margin-top: 10px;
    }

    #map-yandex .text {
        display: none;
    }

    @media screen and (max-device-width: 789px) {
        #s01 {
            height: 650px;
        }

        .mobi-fl {
            margin-left: -10px;
            display: flex;
        }

        .mobi-fl a span {
            border-bottom: 1px solid #969696;
        }

        .leftmenu {
            display: none;
        }

        #header {
            padding: 0;
            height: 100px;
        }

        .gah {
            justify-content: flex-start;
            padding: 10px;
        }

        .gah .wazza span {
            display: none;
        }

        .gah .wazza {
            margin-right: 20px;
        }

        .gah {
            padding-right: 15px;
            justify-content: flex-end;
        }

        .gah .mobi-fl {
            justify-content: flex-end;
        }

        .image_wrapper {
            position: relative;
            height: 500px;
        }

        .textblock_right {
            margin-left: 0;
        }

        .textblock_left {
            margin-right: 0;
        }

        .image_wrapper img {
            height: auto !important;
        }

        #s04 .hotel_block {
            margin: 20px 10px;
        }

        #s02 .infoblock {
            width: 42%;
            margin: 20px 10px;
        }

        #header .logo {
            margin-left: 10px;
            height: 129px;
            width: 148px;
            margin-top: 30px;
        }

        #header .logo img {
            width: 100%;
        }

        #header .logo p {
            font-size: 10px;
        }

        #map-yandex {
            height: 270px;
        }

        #map-yandex .text {
            position: absolute;
            text-align: center;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            line-height: 270px;
        }

        .ymap-container .contacts {
            background: #fefefe;
            box-shadow: 0 0 15px rgba(0, 0, 0, .15);
            padding: 40px 65px;
            margin: 40px auto;
            margin-bottom: 0;
        }

        .ymap-container .abs {
            position: relative;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            justify-content: flex-end;
            z-index: 99;
        }

        .btn {
            letter-spacing: 0;
        }

        .popup-bg #popup2, .popup-bg #popup3, .popup-bg #popup4, .popup-bg #popup5, .popup-bg #popup6 {
            padding: 20px !important;
        }

        .style_this_block {
            justify-content: center;
        }
    }
}

/*! CSS Used from: ../css/jquery-ui.min.css ; media=all */
@media all {
    .ui-helper-clearfix:before, .ui-helper-clearfix:after {
        content: "";
        display: table;
        border-collapse: collapse;
    }

    .ui-helper-clearfix:after {
        clear: both;
    }

    .ui-datepicker {
        width: 17em;
        padding: .2em .2em 0;
        display: none;
    }

    .ui-widget {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
    }

    .ui-widget-content {
        border: 1px solid #ddd;
        background: #fff;
        color: #333;
    }

    .ui-corner-all {
        border-top-left-radius: 3px;
    }

    .ui-corner-all {
        border-top-right-radius: 3px;
    }

    .ui-corner-all {
        border-bottom-left-radius: 3px;
    }

    .ui-corner-all {
        border-bottom-right-radius: 3px;
    }
}

/*! CSS Used keyframes */
@keyframes rotation {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}



@font-face {
    font-family: 'Futura PT - Book';
    src: url(../font/FuturaPT-Book.eot);
    src: url(../font/FuturaPT-Book.eot?#iefix) format("embedded-opentype"), url(../font/FuturaPT-Book.woff2) format("woff2"), url(../font/FuturaPT-Book.woff) format("woff"), url(../font/FuturaPT-Book.ttf) format("truetype"), url(../font/FuturaPT-Book.svg#FuturaPT-Book) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url(../font/FuturaPT-Medium.eot);
    src: url(../font/FuturaPT-Medium.eot?#iefix) format("embedded-opentype"), url(../font/FuturaPT-Medium.woff2) format("woff2"), url(../font/FuturaPT-Medium.woff) format("woff"), url(../font/FuturaPT-Medium.ttf) format("truetype"), url(../font/FuturaPT-Medium.svg#FuturaPT-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url(../font/FuturaPT-Heavy.eot);
    src: url(../font/FuturaPT-Heavy.eot?#iefix) format("embedded-opentype"), url(../font/FuturaPT-Heavy.woff2) format("woff2"), url(../font/FuturaPT-Heavy.woff) format("woff"), url(../font/FuturaPT-Heavy.ttf) format("truetype"), url(../font/FuturaPT-Heavy.svg#FuturaPT-Heavy) format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url(../font/FuturaPT-Bold.eot);
    src: url(../font/FuturaPT-Bold.eot?#iefix) format("embedded-opentype"), url(../font/FuturaPT-Bold.svg#FuturaPT-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url(../font/FuturaPT-Light.eot);
    src: url(../font/FuturaPT-Light.eot?#iefix) format("embedded-opentype"), url(../font/FuturaPT-Light.woff2) format("woff2"), url(../font/FuturaPT-Light.woff) format("woff"), url(../font/FuturaPT-Light.ttf) format("truetype"), url(../font/FuturaPT-Light.svg#FuturaPT-Light) format("svg");
    font-weight: 300;
    font-style: normal;
}



@font-face {
    font-family: 'Playfair Display';
    src: url(../font/PlayfairDisplay-Bold.eot);
    src: url(../font/PlayfairDisplay-Bold.eot?#iefix) format("embedded-opentype"), url(../font/PlayfairDisplay-Bold.woff2) format("woff2"), url(../font/PlayfairDisplay-Bold.woff) format("woff"), url(../font/PlayfairDisplay-Bold.ttf) format("truetype"), url(../font/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(../font/PlayfairDisplay-Italic.eot);
    src: url(../font/PlayfairDisplay-Italic.eot?#iefix) format("embedded-opentype"), url(../font/PlayfairDisplay-Italic.woff2) format("woff2"), url(../font/PlayfairDisplay-Italic.woff) format("woff"), url(../font/PlayfairDisplay-Italic.ttf) format("truetype"), url(../font/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic) format("svg");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(../font/PlayfairDisplay-BoldItalic.eot);
    src: url(../font/PlayfairDisplay-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../font/PlayfairDisplay-BoldItalic.woff2) format("woff2"), url(../font/PlayfairDisplay-BoldItalic.woff) format("woff"), url(../font/PlayfairDisplay-BoldItalic.ttf) format("truetype"), url(../font/PlayfairDisplay-BoldItalic.svg#PlayfairDisplay-BoldItalic) format("svg");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(../font/PlayfairDisplay-Black.eot);
    src: url(../font/PlayfairDisplay-Black.eot?#iefix) format("embedded-opentype"), url(../font/PlayfairDisplay-Black.woff2) format("woff2"), url(../font/PlayfairDisplay-Black.woff) format("woff"), url(../font/PlayfairDisplay-Black.ttf) format("truetype"), url(../font/PlayfairDisplay-Black.svg#PlayfairDisplay-Black) format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(../font/PlayfairDisplay-Regular.eot);
    src: url(../font/PlayfairDisplay-Regular.eot?#iefix) format("embedded-opentype"), url(../font/PlayfairDisplay-Regular.woff2) format("woff2"), url(../font/PlayfairDisplay-Regular.woff) format("woff"), url(../font/PlayfairDisplay-Regular.ttf) format("truetype"), url(../font/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(../font/PlayfairDisplay-BlackItalic.eot);
    src: url(../font/PlayfairDisplay-BlackItalic.eot?#iefix) format("embedded-opentype"), url(../font/PlayfairDisplay-BlackItalic.woff2) format("woff2"), url(../font/PlayfairDisplay-BlackItalic.woff) format("woff"), url(../font/PlayfairDisplay-BlackItalic.ttf) format("truetype"), url(../font/PlayfairDisplay-BlackItalic.svg#PlayfairDisplay-BlackItalic) format("svg");
    font-weight: 900;
    font-style: italic;
}



@font-face {
    font-family: 'Futura PT';
    src: url(../font/FuturaPT-Medium.eot);
    src: url(../font/FuturaPT-Medium.eot?#iefix) format("embedded-opentype"), url(../font/FuturaPT-Medium.woff2) format("woff2"), url(../font/FuturaPT-Medium.woff) format("woff"), url(../font/FuturaPT-Medium.ttf) format("truetype"), url(../font/FuturaPT-Medium.svg#FuturaPT-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url(../font/FuturaPT-Heavy.eot);
    src: url(../font/FuturaPT-Heavy.eot?#iefix) format("embedded-opentype"), url(../font/FuturaPT-Heavy.woff2) format("woff2"), url(../font/FuturaPT-Heavy.woff) format("woff"), url(../font/FuturaPT-Heavy.ttf) format("truetype"), url(../font/FuturaPT-Heavy.svg#FuturaPT-Heavy) format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url(../font/FuturaPT-Bold.eot);
    src: url(../font/FuturaPT-Bold.eot?#iefix) format("embedded-opentype"), url(../font/FuturaPT-Bold.svg#FuturaPT-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url(../font/FuturaPT-Light.eot);
    src: url(../font/FuturaPT-Light.eot?#iefix) format("embedded-opentype"), url(../font/FuturaPT-Light.woff2) format("woff2"), url(../font/FuturaPT-Light.woff) format("woff"), url(../font/FuturaPT-Light.ttf) format("truetype"), url(../font/FuturaPT-Light.svg#FuturaPT-Light) format("svg");
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Futura PT - Book';
    src: url(../font/FuturaPT-Book.eot);
    src: url(../font/FuturaPT-Book.eot?#iefix) format("embedded-opentype"), url(../font/FuturaPT-Book.woff2) format("woff2"), url(../font/FuturaPT-Book.woff) format("woff"), url(../font/FuturaPT-Book.ttf) format("truetype"), url(../font/FuturaPT-Book.svg#FuturaPT-Book) format("svg");
    font-weight: 400;
    font-style: normal;
}




@font-face {
    font-family: 'Playfair Display';
    src: url(../font/PlayfairDisplay-Bold.eot);
    src: url(../font/PlayfairDisplay-Bold.eot?#iefix) format("embedded-opentype"), url(../font/PlayfairDisplay-Bold.woff2) format("woff2"), url(../font/PlayfairDisplay-Bold.woff) format("woff"), url(../font/PlayfairDisplay-Bold.ttf) format("truetype"), url(../font/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(../font/PlayfairDisplay-Italic.eot);
    src: url(../font/PlayfairDisplay-Italic.eot?#iefix) format("embedded-opentype"), url(../font/PlayfairDisplay-Italic.woff2) format("woff2"), url(../font/PlayfairDisplay-Italic.woff) format("woff"), url(../font/PlayfairDisplay-Italic.ttf) format("truetype"), url(../font/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic) format("svg");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(../font/PlayfairDisplay-BoldItalic.eot);
    src: url(../font/PlayfairDisplay-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../font/PlayfairDisplay-BoldItalic.woff2) format("woff2"), url(../font/PlayfairDisplay-BoldItalic.woff) format("woff"), url(../font/PlayfairDisplay-BoldItalic.ttf) format("truetype"), url(../font/PlayfairDisplay-BoldItalic.svg#PlayfairDisplay-BoldItalic) format("svg");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(../font/PlayfairDisplay-Black.eot);
    src: url(../font/PlayfairDisplay-Black.eot?#iefix) format("embedded-opentype"), url(../font/PlayfairDisplay-Black.woff2) format("woff2"), url(../font/PlayfairDisplay-Black.woff) format("woff"), url(../font/PlayfairDisplay-Black.ttf) format("truetype"), url(../font/PlayfairDisplay-Black.svg#PlayfairDisplay-Black) format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(../font/PlayfairDisplay-Regular.eot);
    src: url(../font/PlayfairDisplay-Regular.eot?#iefix) format("embedded-opentype"), url(../font/PlayfairDisplay-Regular.woff2) format("woff2"), url(../font/PlayfairDisplay-Regular.woff) format("woff"), url(../font/PlayfairDisplay-Regular.ttf) format("truetype"), url(../font/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(../font/PlayfairDisplay-BlackItalic.eot);
    src: url(../font/PlayfairDisplay-BlackItalic.eot?#iefix) format("embedded-opentype"), url(../font/PlayfairDisplay-BlackItalic.woff2) format("woff2"), url(../font/PlayfairDisplay-BlackItalic.woff) format("woff"), url(../font/PlayfairDisplay-BlackItalic.ttf) format("truetype"), url(../font/PlayfairDisplay-BlackItalic.svg#PlayfairDisplay-BlackItalic) format("svg");
    font-weight: 900;
    font-style: italic;
}





.popup-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(45, 53, 63, .9);
    display: none;
    overflow-y: scroll
}

.popup-bg.visible {
    display: block;
    -moz-animation: modalComeIn ease .2s;
    -webkit-animation: modalComeIn ease .2s;
    animation: modalComeIn ease .2s;
    padding: 20px;
}

.popup-bg .popup {
    background-color: #fff;
    position: relative;
    top: 10%;
    margin: 0 auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    border-radius: 0;
    display: none;
    width: 364px;
    max-width: 100%;
    padding: 45px 50px
}

.popup-bg .popup.visible {
    display: block
}

.popup-bg .popup .head {
    color: #2d3540;
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.4
}

.popup-bg .popup .head .close {
    position: absolute;
    font-size: 26px;
    width: 32px;
    height: 32px;
    background-color: #f3e5ac;
    line-height: 30px;
    right: -16px;
    top: -16px;
    color: #ddd;
    cursor: pointer;
    overflow: hidden;
    color: #2d353f;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-family: 'Futura PT', sans-serif;
    font-weight: 500
}

.popup-bg .popup .head .close:hover {
    color: #bbb
}

.popup-bg .popup p {
    margin-top: 17px;
    color: #959593;
    font-family: "Futura PT - Book";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .7px
}

.popup-bg .popup .thank {
    margin-top: 30px;
    width: 100%
}

.popup-bg #popup2, .popup-bg #popup3, .popup-bg #popup4, .popup-bg #popup5, .popup-bg #popup6 {
    padding: 50px;
    width: 830px
}

.popup-bg #popup2 form, .popup-bg #popup3 form, .popup-bg #popup4 form, .popup-bg #popup5 form, .popup-bg #popup6 form {
    margin-top: 5px
}

.popup-bg #popup2 .form_control, .popup-bg #popup3 .form_control, .popup-bg #popup4 .form_control, .popup-bg #popup5 .form_control, .popup-bg #popup6 .form_control {
    width: 350px;
    margin-right: 0;
    margin-top: 20px
}

.popup-bg .date {
    padding-top: 40px
}

.advantage_icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

#map-yandex iframe {
    height: 100%;
}

#s04 .text_block p {
    font-size: 20px !important;
    font-family: "Futura PT" !important;
    color: #606a79;
}

#s04 .text_block span {
    font-size: 20px !important;
    font-family: "Futura PT" !important;
    color: #606a79;
}

.review_icon {
    max-width: 220px;
    width: 100%;
    padding: 0 15px;
}

.review_icon img {
    width: 100%;
}

#s010  .style_this_block {
    align-items: center;
}
