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

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

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

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

body {
    margin: 0px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;
}

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

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12
{
    position: relative;
    min-height: 0px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    box-sizing: border-box;
}

.col-md-12 {
        width: 100%
    }
.col-md-11 {
        width: 91.66666667%
    }
.col-md-10 {
        width: 83.33333333%
    }
.col-md-9 {
        width: 75%
    }
.col-md-8 {
        width: 66.66666667%
    }
.col-md-7 {
        width: 58.33333333%
    }
.col-md-6 {
        width: 50%
    }
.col-md-5 {
        width: 41.66666667%
    }
.col-md-4 {
        width: 33.33333333%
    }
.col-md-3 {
        width: 25%
    }
.col-md-2 {
        width: 16.66666667%
    }
.col-md-1 {
        width: 8.33333333%
    }
    
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }

/* ------------------ блоки ------------------ */

section {
    overflow: hidden;
}

section.mainscreen {
    height: 901px;
    background-image: url(../images/img.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 1920px;
    display: block;
    overflow: hidden;
    position: relative;
}

video.videonikita {
    object-fit: cover;
    scale: 1.2;
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
} 

.blackoverlay {
    height: 100%;
    width: 100%;
    display: block;
    background: rgb(0 0 0 / 60%);
    position: absolute;
    z-index: 5;
}

ul.menu {
    font-family: 'Futura PT Book';
    color: #fff;
    list-style: none;
    padding: 0px;
    font-size: 18px;
    overflow: hidden;
    margin: 0px;
    padding-top: 50px;
    padding-bottom: 20px;
    height: 56px;
    width: max-content;
    float: left;
}

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

ul.menu li a {
    display: block;
    float: left;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}

ul.menu li a:before {
    content: "";
    display: block;
    width: 21px;
    height: 3px;
    background: none;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -10px;
}

ul.menu li a:hover:before {
    content: "";
    display: block;
    width: 21px;
    height: 3px;
    background: #fdd94d;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -10px;
}

a.phonecall {
    display: block;
    position: relative;
    float: right;
    width: 190px;
    height: 55px;
    border: 2px solid #ffffff;
    border-radius: 45px;
    box-sizing: border-box;
    margin-top: 51px;
    letter-spacing: 1.6px;
    font-family: 'Futura PT Medium';
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding-top: 17px;
    padding-bottom: 17px;
}

.partners {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: max-content;
    padding-top: 117px;
    position: relative;
    z-index: 10;
}

.panoramahall {
    width: 206px;
    height: 91px;
    display: block;
    float: left;
    background: url(../images/panorama.png);
    background-size: cover;
}

header {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.royal {
    background: url(../images/royal.png);
    background-size: cover;
    width: 80px;
    height: 71px;
    display: block;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 44px;
    display: block;
    float: left;
}

.main-item h3 {
    color: #fff;
    font-size: 40px;
    font-family: 'Futura PT Medium';
    font-weight: normal;
    margin: 0px;
}

section.mainscreen h1 {
    font-size: 60px;
    font-family: 'Futura PT Medium';
    text-align: center;
    margin: 0px;
    padding-top: 40px;
    color: #fff;
    position: relative;
    z-index: 10;
}

section.mainscreen h1 span {
    font-family: 'Futura PT Medium';
    background: -moz-linear-gradient(270deg, rgb(210, 169, 53) 30%, rgb(233, 209, 103) 70%);
    background: -webkit-linear-gradient(270deg, rgb(210, 169, 53) 30%, rgb(233, 209, 103) 70%);
    background: -o-linear-gradient(270deg, rgb(210, 169, 53) 30%, rgb(233, 209, 103) 70%);
    background: -ms-linear-gradient(270deg, rgb(210, 169, 53) 30%, rgb(233, 209, 103) 70%);
    background: linear-gradient(0deg, rgb(210, 169, 53) 30%, rgb(233, 209, 103) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.microtext {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-family: 'Futura PT Book';
    margin: 0 auto;
    width: max-content;
    padding-top: 20px;
    position: relative;
    z-index: 10;
}

.microtext:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/micro.png);
    background-size: cover;
    float: left;
    margin-right: 14px;
}

a.order {
    width: 228px;
    height: 79px;
    display: block;
    float: left;
    background: linear-gradient(180deg, #F8E682 0%, #C7951C 100%);
    box-shadow: 0px 7px 11px rgb(253 217 77 / 40%);
    margin-bottom: 18px;
    border-radius: 40px;
    padding-top: 31px;
    box-sizing: border-box;
    letter-spacing: 1.6px;
    font-family: 'Futura PT Bold';
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.buttons-wrapper {
    overflow: hidden;
    width: max-content;
    margin: 0 auto;
    padding-top: 40px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    z-index: 10;
}

a.volume {
    display: block;
    width: 79px;
    height: 79px;
    background: url(../images/volume.png);
    float: left;
    background-size: 79px;
    margin-left: 30px;
}

footer {
    height: 168px;
    background: url(../images/last.jpg);
    background-position: center center;
    background: linear-gradient(90deg, #F8E682 0%, #C7951C 100%);
}

.law {
    font-size: 21px;
    font-family: 'Futura PT Book';
    line-height: normal;
    padding-top: 38px;
}

.law p {
    line-height: normal;
    margin: 0px;
    font-size: 18px;
}

ul.footer-menu {
    font-family: 'Futura PT Book';
    list-style: none;
    padding-left: 0px;
    margin: 0px;
    padding-top: 38px;
}

ul.footer-menu li {
    font-size: 21px;
    text-decoration: none;
    margin-bottom: 6px;
}

ul.footer-menu li a {
    color: #000;
    text-decoration: none;
    display: block;
    width: max-content;
    line-height: 25px;
    border-bottom: 1px solid #000;
}

a.oferta-link {
    color: #000000;
}

.map-wrap {
    position: relative;
    overflow: hidden;
    height: 623px;
}

.map-wrap iframe {
    position: absolute;
    top: 0px;
}

.contacts-block {
    background: #070707;
    width: 344px;
    height: 623px;
    display: block;
    z-index: 5;
    position: relative;
    box-sizing: border-box;
    padding-top: 77px;
}

.contacts-background {
    width: 429px;
    height: 100%;
    background: #070707;
    position: absolute;
    right: 0px;
    top: 0px;
}

.gold-wrap {
    height: 75px;
    background: linear-gradient(90deg, #F8E682 0%, #C7951C 100%);
}

h2 {
    margin: 0px;
    font-size: 60px;
    font-family: 'Futura PT Medium';
    text-align: center;
    padding-bottom: 94px;
}

h2 span {
    background: -moz-linear-gradient(270deg, rgb(210, 169, 53) 30%, rgb(233, 209, 103) 70%);
    background: -webkit-linear-gradient(270deg, rgb(210, 169, 53) 30%, rgb(233, 209, 103) 70%);
    background: -o-linear-gradient(270deg, rgb(210, 169, 53) 30%, rgb(233, 209, 103) 70%);
    background: -ms-linear-gradient(270deg, rgb(210, 169, 53) 30%, rgb(233, 209, 103) 70%);
    background: linear-gradient(0deg, rgb(210, 169, 53) 30%, rgb(233, 209, 103) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.place h2 {
    padding-bottom: 41px;
}

section.contacts {
    padding-top: 92px;
}

.contacts-wrap {
    color: #fff;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}

.contacts-wrap h6 {
    font-family: 'Futura PT Medium';
    font-weight: normal;
    font-size: 20px;
    margin: 0px;
}

.contacts-text {
    font-family: 'Futura PT Book';
    font-size: 20px;
    padding-top: 7px;
    
}

.contacts-text a {
    color: #fff;
}

a.instagram {
    width: 60px;
    height: 60px;
    display: block;
    background: url(../images/instagram.png);
    margin-right: 10px;
}

a.vk {
    width: 60px;
    height: 60px;
    float: left;
    display: block;
    background: url(../images/vk.png);
    margin-right: 10px;
}

a.instagram {
    width: 60px;
    height: 60px;
    float: left;
    display: block;
    background: url(../images/instagram.png);
    margin-right: 10px;
}

.sm-wrap {
    display: block;
    overflow: hidden;
    padding-top: 23px;
}

.partner {
    height: 200px;
    background-color: #1C1C1C !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.partners-block {
    padding-top: 92px;
    padding-bottom: 92px;
    overflow: hidden;
}

section.stars-block {
    padding-top: 92px;
    overflow: hidden;
}

.star-image {
    display: block;
    width: 240px;
    height: 240px;
    border-radius: 240px;
    background: #c1c1c1;
    margin: 0 auto;
    position: relative;
    margin-bottom: 37px;
}

.star-image img {
    border-radius: 240px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.star-image img:hover {
    -webkit-filter: unset;
    -moz-filter: unset;
    -ms-filter: unset;
    -o-filter: unset;
    filter: unset;
    cursor: pointer;
}

.star-name {
    font-family: 'Futura PT Medium';
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}

.star-profession {
    font-family: 'Futura PT Book';
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}

.star-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    background-image: url(../images/star.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: -24px;
    left: 50%;
    margin-left: -25px;
}

.star {
    padding-bottom: 108px;
}

section.scheme-block {
    overflow: hidden;
}

.tariff h3 {
    display: block;
    height: 100px;
    margin: 0px;
    margin-bottom: -60px;
    z-index: 2;
    position: relative;
    font-family: 'Futura PT Medium';
    font-weight: normal;
    font-size: 24px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 34px;
}

.tariff-text {
    font-family: 'Futura PT Book';
    font-size: 20px;
    line-height: 160%;
    background: #F9F9F9;
    padding-left: 43px;
    padding-right: 43px;
    padding-top: 100px;
    padding-bottom: 43px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

h3.premium {
    background-image: url(/images/rectangle1.svg);
}

h3.vip {
    background-image: url(/images/rectangle2.svg);
}


h3.hotel {
    background-image: url(/images/rectangle3.svg);
    color: #fff;
}

a.tariff-link {
    width: 103px;
    height: 55px;
    background: linear-gradient(180deg, #F8E682 0%, #C7951C 100%);
    display: block;
    border-radius: 30px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Futura PT Demi';
    box-sizing: border-box;
    padding-top: 12px;
    letter-spacing: 1.5px;
    margin-top: 35px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

a.variant-link {
    width: max-content;
    height: 55px;
    background: linear-gradient(180deg, #F8E682 0%, #C7951C 100%);
    display: block;
    border-radius: 30px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Futura PT Demi';
    box-sizing: border-box;
    padding-top: 19px;
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: 1.5px;
    margin-top: 15px;
    cursor: pointer;
}

.scheme {
    width: 980px;
    height: 490px;
    display: block;
    background: url(../images/ellipse1.svg);
    margin: 0 auto;
    margin-bottom: 120px;
}

.schemebig {
    width: 580px;
    height: 290px;
    background: url(../images/ellipse2.svg);
    margin: 0 auto;
    left: 50%;
    margin-left: -290px;
    position: absolute;
}

.schemelittle {
    width: 280px;
    height: 140px;
    background: url(../images/ellipse3.svg);
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -140px;
    top: 0px;
}

.schemelittletext {
    font-family: 'Futura PT Medium';
    text-align: center;
    font-size: 24px;
}

.schemebigtext {
    font-family: 'Futura PT Medium';
    text-align: center;
    font-size: 24px;
    padding-top: 178px;
}

a.schemetext {
    width: 236px;
    height: 55px;
    position: absolute;
    display: block;
    background: linear-gradient(180deg, #F8E682 0%, #C7951C 100%);
    border-radius: 30px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Futura PT Demi';
    box-sizing: border-box;
    padding-top: 20px;
    letter-spacing: 1.5px;
    color: #000;
    left: 50%;
    margin-left: -118px;
    margin-top: 340px;
}

.left {
    text-align: left;
}

section.price-block {
    overflow: hidden;
}

.price-item h3 {
    font-family: 'Futura PT Medium';
    font-weight: normal;
    font-size: 24px;
    margin: 0px;
    width: max-content;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 23px;
    padding-bottom: 23px;
    border: 2px solid #85CAE9;
    border-radius: 0px 40px 40px 0px;
}

.price-item {
    display: block;
    width: 50%;
    float: left;
    padding-bottom: 60px;
    padding-right: 30px;
    box-sizing: border-box;
}

.price-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    font-family: 'Futura PT Book';
    padding-top: 20px;
}

.price {
    font-size: 24px;
    line-height: 160%;
    font-family: 'Futura PT Medium';
    padding-top: 10px;
}

.price-pictures {
    height: 707px;
    position: relative;
}

img.price-picture {
    position: absolute;
    right: 150px;
    z-index: 1;
}

.circle {
    display: block;
    width: 100px;
    height: 100px;
    background: linear-gradient(90deg, #F8E682 0%, #C7951C 100%);
    border-radius: 50px;
    position: absolute;
    z-index: 2;
    right: 100px;
    top: -50px;
}

.blue-rectangle {
    width: 660px;
    height: 935px;
    display: block;
    background: #85CAE9;
    right: 285px;
    top: 127px;
    position: absolute;
}

section.price-block {
    overflow: hidden;
    padding-bottom: 220px;
}

.circles {
    width: 30px;
    height: 130px;
    display: block;
    background: url(../images/circles.svg);
    position: absolute;
    bottom: -242px;
    right: 270px;
    z-index: 2;
}

.white {
    color: #fff;
}

section.newyear-menu {
    background: url(../images/menu-background.jpg);
    position: relative;
    min-height: 600px;
    background-size: cover;
    padding-bottom: 344px;
}

.darklayer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    top: 0px;
}

section.place {
    background: url(../images/place-background.jpg);
    position: relative;
    padding-top: 148px;
    padding-bottom: 150px;
}

.text-about {
    font-family: 'Futura PT Book';
    font-size: 20px;
    line-height: 160%;
}

.text-about p {
    margin: 0px;
    margin-bottom: 30px;
}

section.about {
    overflow: hidden;
    padding-top: 92px;
    padding-bottom: 132px;
}

.yellow-part {
    position: absolute;
    height: 100%;
    width: 520px;
    height: 1061px;
    display: block;
    background: #EBCB4C;
    top: -92px;
    right: 15px;
}

.about-image-wrap {
    height: 837px;
}

.blackcircles {
    width: 405px;
    height: 20px;
    background: url(../images/blackcircles.svg);
    position: absolute;
    display: block;
    z-index: 5;
    right: 72px;
    top: -34px;
}

.about-image {
    width: 490px;
    height: 590px;
    display: block;
    position: absolute;
    top: 160px;
    left: 12px;
    z-index: 2;
}

.about-image img {
    display: block;
}

.microtext-dark {
    color: #000000;
    font-size: 24px;
    font-family: 'Futura PT Book';
    width: max-content;
    padding-top: 37px;
    padding-left: 52px;
}

.microtext-dark:before {
    content: "";
    display: block;
    width: 30px;
    height: 31px;
    background: url(../images/microdark.png);
    background-size: cover;
    float: left;
    margin-right: 14px;
}

.triangle {
    display: block;
    position: absolute;
    width: 311px;
    height: 304px;
    background: url(../images/triangle.svg);
    z-index: 3;
    top: 294px;
    left: -245px;
}

.placetext {
    font-family: 'Futura PT Book';
    font-size: 20px;
    line-height: 160%;
    padding-bottom: 60px;
    color: #fff;
}

.goldbigcircle {
    display: block;
    width: 305px;
    height: 152px;
    background: url(../images/ellipse4.svg);
    top: -148px;
    right: -195px;
    position: absolute;
    z-index: 4;
}

.program-item-number {
    border: 2px solid #85CAE9;
    display: block;
    width: 79px;
    height: 79px;
    font-family: 'Futura PT Medium';
    font-weight: normal;
    font-size: 24px;
    border-radius: 40px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 22px;
    margin-top: 17px;
    float: left;
}

.program-item-wrap {
    display: block;
    float: left;
    width: calc(100% - 79px);
    padding-left: 30px;
    box-sizing: border-box;
}

.program-item-time {
    font-family: 'Futura PT Book';
    font-size: 20px;
    padding-bottom: 8px;
}

.program-item-title {
    font-family: 'Futura PT Medium';
    font-weight: normal;
    font-size: 24px;
    line-height: 160%;
    padding-bottom: 14px;
}

.program-item-text {
    font-family: 'Futura PT Book';
    font-size: 20px;
    line-height: 160%;
}

.program-item {
    overflow: hidden;
    padding-bottom: 43px;
}

.program-item-image {
    width: 100%;
    height: 874px;
    display: block;
    background: red;
}

.program-container {
    padding-left: 85px;
    position: relative;
}

.program-carousel button.owl-prev {
    width: 79px;
    height: 79px;
    margin: 0px !important;
    margin-right: 20px !important;
    border: none;
    background: url(../images/left.svg) !important;
    border-radius: 0px !important;
    font-size: 0px !important;
}

.program-carousel button.owl-next {
    width: 79px;
    height: 79px;
    margin: 0px !important;
    border: none;
    background: url(../images/right.svg) !important;
    border-radius: 0px !important;
    font-size: 0px !important;
}

.program-carousel .owl-nav {
    margin-top: 0px;
    padding-top: 48px;
    text-align: right !important;
}







.place-carousel button.owl-prev {
    width: 79px;
    height: 79px;
    margin: 0px !important;
    margin-right: 20px !important;
    border: none;
    background: url(../images/whiteleft.svg) !important;
    border-radius: 0px !important;
    font-size: 0px !important;
}

.place-carousel button.owl-next {
    width: 79px;
    height: 79px;
    margin: 0px !important;
    border: none;
    background: url(../images/whiteright.svg) !important;
    border-radius: 0px !important;
    font-size: 0px !important;
}

.place-carousel .owl-nav {
    margin-top: 0px;
    padding-top: 48px;
    text-align: left !important;
}







.menu-carousel button.owl-prev {
    width: 79px;
    height: 79px;
    margin: 0px !important;
    margin-right: 20px !important;
    border: none;
    background: url(../images/whiteleft.svg) !important;
    border-radius: 0px !important;
    font-size: 0px !important;
}

.menu-carousel button.owl-next {
    width: 79px;
    height: 79px;
    margin: 0px !important;
    border: none;
    background: url(../images/whiteright.svg) !important;
    border-radius: 0px !important;
    font-size: 0px !important;
}

.menu-carousel .owl-nav {
    margin-top: 0px;
    padding-top: 48px;
    text-align: left !important;
}









.program-circle {
    width: 120px;
    height: 120px;
    position: absolute;
    background: url(../images/program-circle.svg);
    right: -60px;
    top: 65px;
    z-index: 2;
}

.program-rectangle {
    width: 90px;
    height: 90px;
    position: absolute;
    background: url(../images/program-rectangle.svg);
    left: 131px;
    bottom: 90px;
    z-index: 2;
}

section.program {
    padding-top: 150px;
    padding-bottom: 97px;
}

.program-triangle {
    width: 333px;
    height: 98px;
    display: block;
    background: url(../images/program-triangle.svg);
    position: absolute;
    z-index: 4;
    top: -150px;
    left: -217px;
}

.triangletop {
    width: 1920px;
    height: 344px;
    display: block;
    position: absolute;
    background: url(../images/triangletop.svg);
    z-index: 2;
    left: 50%;
    margin-left: -960px;
}

.trianglebottom {
    width: 1920px;
    height: 344px;
    display: block;
    position: absolute;
    background: url(../images/trianglebottom.svg);
    z-index: 2;
    left: 50%;
    margin-left: -960px;
    bottom: 0px;
}

section.newyear-menu h2 {
    padding-top: 288px;
}

.dish {
    width: 381px;
    height: 286px;
    position: absolute;
    background: url(../images/dish.svg);
    display: block;
    z-index: 8;
    right: -178px;
    top: -36px;
}

.place-item-image {
    height: 338px;
}

.menu-category {
    color: #fff;
    padding-top: 44px;
}


.menu-category h3 {
    font-family: 'Futura PT Medium';
    font-weight: normal;
    font-size: 24px;
    margin: 0px;
    padding-bottom: 24px;
}

.menu-text {
    font-family: 'Futura PT Book';
    font-size: 20px;
    line-height: 160%;
    padding-bottom: 24px;
}

.menu-text p {
    margin: 0px;
}

a.menulink {
    width: 236px;
    height: 55px;
    display: block;
    border: 2px solid #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Futura PT Demi';
    box-sizing: border-box;
    padding-top: 18px;
    letter-spacing: 1.5px;
    color: #fff;
}

.modaltext {
    text-align: left;
    font-family: 'Futura PT Book';
    font-size: 20px;
    line-height: 160%;
}

.modaltext p {
    margin: 0px;
    text-align: left;
}

.modaltext h3 {
    font-family: 'Futura PT Medium';
    font-weight: normal;
    font-size: 24px;
    margin: 0px;
    padding-bottom: 24px;
    padding-right: 30px;
    box-sizing: border-box;
}

.modaltext h3.callform {
    font-size: 36px;
    padding-right: 0px;
    color: #000;
}

.modaltext b {
    font-family: 'Futura PT Medium';
    font-weight: normal;
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
}

img.plan {
    width: 100%;
}

input.input-forms {
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    font-family: 'Futura PT Book';
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #e7ca5f !important;
    -webkit-appearance: none !important;
    box-shadow: none;
}

input.input-forms:hover, input.input-forms:focus  {
    border-color: #e7ca5f !important;
    outline: none;
}

.politic-checkbox {
    overflow: hidden;
    padding-bottom: 15px;
}

.burger {
    display: none;
}

.bx-component-debug.bx-debug-summary {
    display: none;
}

.phone-mobile {
    width: max-content;
    float: left;
    font-family: 'Futura PT Demi';
    color: #fff;
    margin-top: 67px;
    display: block;
    font-size: 16px;
    padding-right: 44px;
}

.phone-mobile a {
    color: #fff;
}

.phone-mobile:before {
    width: 26px;
    height: 26px;
    display: block;
    content: "";
    background: url(../images/phone.svg);
    float: left;
    margin-right: 9px;
}

.text-gray {
    font-size: 15px;
    line-height: normal;
    width: calc(100% - 20px);
    display: block;
    float: left;
    padding-left: 10px;
    text-align: left;
    box-sizing: border-box;
}

.politic-checkbox {
    overflow: hidden;
}

input.privacy {
    float: left;
    margin-top: 0px;
    border: 2px solid #e7ca5f;
    background: #fff;
    -webkit-appearance: unset;
    width: 20px;
    height: 20px;
    outline: none;
    border-radius: 0px;
    margin: 0px;
    margin-top: 4px;
    cursor: pointer;
}

input.privacy:checked {
    background: url(../images/check-mark.svg) #fff;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    outline: none;
    cursor: pointer;
}










@media (min-width:768px) and (max-width:991px) {
    .container {
        width: 375px
    }
    
footer {
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
}
    
footer .col-md-6 {
    width: 100%;
}



.buttons-wrapper {
    overflow: visible;
}

.law p {
    font-size: 16px;
}


    ul.footer-menu li a {
    line-height: 22px;
}

    ul.footer-menu li {
    font-size: 20px;
    margin-bottom: 9px;
}

.map-wrap iframe {
    position: relative;
    height: 370px;
}  

.map-wrap {
    background: #070707;
    height: unset;
}

.contacts-block {
    height: 507px;
    padding-top: 40px;
}

h2 {
    font-size: 40px;
    padding-bottom: 50px;
}

.partner {
    height: 160px;
    background-size: auto 65px !important;
    margin-bottom: 15px;
}

section.partners-block .col-md-3 {
    width: 50%;
}

section.partners-block {
    padding-top: 56px;
    padding-bottom: 26px;
}

section.partners-block .col-md-4 {
    width: 100%;
}

section.contacts {
    padding-top: 56px;
}

section.stars-block .col-md-4 {
    width: 50%;
}

.star {
    padding-bottom: 30px;
}

.tariff h3 {
    background-size: 320px;
    height: 89px;
    width: 320px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: -45px;
}

section.scheme-block .col-md-4 {
    width: 100%;
}

.scheme {
    width: 345px;
    background-size: 345px;
    height: 173px;
    margin-bottom: 166px;
}

.schemebig {
    width: 220px;
    height: 110px;
    margin-left: -110px;
    background-size: 220px;
}

.schemelittletext {
    font-size: 18px;
}

.schemelittle {
    width: 100px;
    height: 50px;
    margin-left: -50px;
    background-size: 100px;
}

.schemebigtext {
    font-size: 18px;
    padding-top: 60px;
}

a.schemetext {
    margin-top: 218px;
}

.trianglebottom {
    width: 960px;
    margin-left: -480px;
    height: 172px;
}

.flex {
    display: block;
    flex-direction: column;
    float: left;
}

.flex-picture {
    order: 2;
}

.flex-info {
    order: 1;
}

section.price-block .col-md-6 {
    width: 50%;
}

.price-item {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 0px;
}

img.price-picture {
    width: 313px;
    height: 355px;
    right: 0px;
}

.circle {
    top: -35px;
    left: 0px;
    width: 70px;
    height: 70px;
}

.blue-rectangle {
    width: 345px;
    height: 362px;
    display: block;
    background: #85CAE9;
    top: 78px;
    right: 0px;
    position: absolute;
}

.price-pictures {
    margin-top: 80px;
    height: 440px;
}

.blue-rectangle {
    width: 345px;
    height: 362px;
    display: block;
    background: #85CAE9;
    top: 78px;
    right: 0px;
    position: absolute;
}

.circles {
    display: none;
}

section.price-block {
    padding-bottom: 80px;
}

.triangletop {
    width: 960px;
    margin-left: -480px;
    height: 172px;
}

.dish {
    width: 233px;
    height: 190px;
    position: absolute;
    background-size: 233px !important;
    background: url(../images/dish.svg);
    display: block;
    z-index: 8;
    right: 0px;
    top: -20px;
}

section.newyear-menu h2 {
    padding-top: 210px;
}

section.newyear-menu .col-md-5 {
    width: 50%;
}

section.newyear-menu .col-md-offset-3 {
    margin: 0px;
}

section.newyear-menu .col-md-4 {
    width: 50%;
}

section.newyear-menu {
    padding-bottom: 210px;
}

section.program .col-md-6 {
    width: 50%;
}

.program-container {
    padding: 0px;
    margin-top: 60px;
}

.program-item-image {
    height: 294px;
}

.program-carousel button.owl-next {
    width: 70px;
    height: 70px;
    background-size: 70px !important;
}

.program-carousel button.owl-prev {
    width: 70px;
    height: 70px;
    background-size: 70px !important;
}

.program-item-text {
    font-size: 18px;
}

.program-item-title {
    font-size: 18px;
}

.program-item-time {
    font-size: 18px;
}

.menu-carousel button.owl-prev {
    width: 70px;
    height: 70px;
    background-size: 70px !important;
}

.placetext {
    font-size: 18px;
}

section.place .col-md-8 {
    width: 100%;
}

.place-item-image {
    height: 195px;
    width: auto !important;
}

.goldbigcircle {
    display: none;
}

section.place {
    padding-top: 98px;
    padding-bottom: 98px;
}

section.program {
    padding-top: 98px;
    padding-bottom: 97px;
}

.program-circle {
    width: 88px;
    height: 88px;
    display: block;
    background-size: 88px;
    right: -44px;
    top: -44px;
}

.program-rectangle {
    width: 66px;
    height: 66px;
    bottom: 95px;
    left: 25px;
}

.place-carousel button.owl-next {
    width: 70px;
    height: 70px;
    background-size: 70px !important;
}

.place-carousel button.owl-prev {
    width: 70px;
    height: 70px;
    background-size: 70px !important;
}

section.about .col-md-6 {
    width: 50%;
}

section.about .col-md-5 {
    margin: 0px !important;
    width: 41.66666667%;
}

.about-image img {
    height: 295px;
}

.about-image {
    width: 279px;
    height: 295px;
    left: 15px;
    top: 0px;
}

.yellow-part {
    height: 266px;
    top: unset;
    bottom: 0px;
    right: unset;
    width: 100%;
}

section.about {
    padding-bottom: 0px;
}

.triangle {
    top: 239px;
    left: -230px;
}


.about-image-wrap {
    height: 413px;
}

.blackcircles {
    display: none;
}

.microtext-dark {
    font-size: 20px;
    width: 210px;
    padding-left: 60px;
    padding-top: 30px;
}

.text-about {
    font-size: 18px;
    padding-bottom: 20px;
}

a.order {
    width: 183px;
}

a.volume {
    /* display: none; */
}

section.mainscreen h1 {
    font-size: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.microtext:before {
    margin-top: -4px;
}

.panoramahall {
    width: 136px;
    height: 60px;
}

.royal {
    margin-top: 5px;
    width: 62px;
    height: 55px;
    margin-left: 24px;
}

.microtext {
    font-size: 18px;
}

ul.menu {
    display: none;
}

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

section.mainscreen {
    height: 747px;
    background-size: cover;
    background-position: center center;
}

header {
    height: 80px;
}

.burger {
    display: none;
}

.phone-mobile {
    width: max-content;
    float: left;
    font-family: 'Futura PT Demi';
    color: #fff;
    margin-top: 29px;
    display: block;
}

.phone-mobile a {
    color: #fff;
}

.phone-mobile:before {
    width: 26px;
    height: 26px;
    display: block;
    content: "";
    background: url(../images/phone.svg);
    float: left;
    margin-right: 9px;
}

.remodal-wrapper {
    padding: 30px !important;
}

.remodalBorder {
    padding: 30px !important;
}

.remodal-close {
    width: 20px !important;
    height: 20px !important;
    display: block;
    background-size: 20px !important;
    right: 30px !important;
    top: 30px !important;
    background: url(../images/crossblack.svg) !important;
}

.modaltext {
    font-size: 16px !important;
}








    
}














@media (max-width:767px) {
    .container {
        width: 375px
    }
    
    
.panorama-item {
    height: auto;
    overflow: hidden;
}    
    
footer {
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
}
    
footer .col-md-6 {
    width: 100%;
}

.law p {
    font-size: 16px;
}


    ul.footer-menu li a {
    line-height: 22px;
}

    ul.footer-menu li {
    font-size: 20px;
    margin-bottom: 9px;
}

.map-wrap iframe {
    position: relative;
    height: 370px;
}  

.map-wrap {
    background: #070707;
    height: unset;
}

.contacts-block {
    height: 507px;
    padding-top: 40px;
}

h2 {
    font-size: 40px;
    padding-bottom: 50px;
}

.partner {
    height: 126px;
    background-size: auto 70px !important;
    margin-bottom: 15px;
}

section.partners-block .col-md-3 {
    width: 100%;
}

section.partners-block {
    padding-top: 56px;
    padding-bottom: 26px;
}

section.partners-block .col-md-4 {
    width: 100%;
}

section.contacts {
    padding-top: 56px;
}

section.stars-block .col-md-4 {
    width: 100%;
}

.star {
    padding-bottom: 30px;
}

.tariff h3 {
    background-size: 320px;
    height: 89px;
    width: 320px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: -45px;
}

section.scheme-block .col-md-4 {
    width: 100%;
}

.scheme {
    width: 345px;
    background-size: 345px;
    height: 173px;
    margin-bottom: 166px;
}

.schemebig {
    width: 220px;
    height: 110px;
    margin-left: -110px;
    background-size: 220px;
}

.schemelittletext {
    font-size: 18px;
}

.schemelittle {
    width: 100px;
    height: 50px;
    margin-left: -50px;
    background-size: 100px;
}

.schemebigtext {
    font-size: 18px;
    padding-top: 60px;
}

a.schemetext {
    margin-top: 218px;
}

.trianglebottom {
    width: 960px;
    margin-left: -480px;
    height: 172px;
}

.flex {
    display: flex;
    flex-direction: column;
    float: left;
}

.flex-picture {
    order: 2;
}

.flex-info {
    order: 1;
}

section.price-block .col-md-6 {
    width: 100%;
}

.price-item {
    width: 100%;
    padding-bottom: 30px;
}

img.price-picture {
    width: 313px;
    height: 355px;
    right: 0px;
}

.circle {
    top: -35px;
    left: 0px;
    width: 70px;
    height: 70px;
}

.blue-rectangle {
    width: 345px;
    height: 362px;
    display: block;
    background: #85CAE9;
    top: 78px;
    right: 0px;
    position: absolute;
}

.price-pictures {
    margin-top: 80px;
    height: 440px;
}

.blue-rectangle {
    width: 345px;
    height: 362px;
    display: block;
    background: #85CAE9;
    top: 78px;
    right: 0px;
    position: absolute;
}

.circles {
    display: none;
}

section.price-block {
    padding-bottom: 80px;
}

.triangletop {
    width: 960px;
    margin-left: -480px;
    height: 172px;
}

.dish {
    width: 233px;
    height: 190px;
    position: absolute;
    background-size: 233px !important;
    background: url(../images/dish.svg);
    display: block;
    z-index: 8;
    right: 0px;
    top: -20px;
}

section.newyear-menu h2 {
    padding-top: 210px;
}

section.newyear-menu .col-md-5 {
    width: 100%;
}

section.newyear-menu .col-md-offset-3 {
    margin: 0px;
}

section.newyear-menu .col-md-4 {
    width: 100%;
}

section.newyear-menu {
    padding-bottom: 210px;
}

section.program .col-md-6 {
    width: 100%;
}

.program-container {
    padding: 0px;
    margin-top: 60px;
}

.program-item-image {
    height: 294px;
}

.program-carousel button.owl-next {
    width: 70px;
    height: 70px;
    background-size: 70px !important;
}

.program-carousel button.owl-prev {
    width: 70px;
    height: 70px;
    background-size: 70px !important;
}

.program-item-text {
    font-size: 18px;
}

.program-item-title {
    font-size: 18px;
}

.program-item-time {
    font-size: 18px;
}

.menu-carousel button.owl-prev {
    width: 70px;
    height: 70px;
    background-size: 70px !important;
}

.placetext {
    font-size: 18px;
}

section.place .col-md-8 {
    width: 100%;
}

.place-item-image {
    height: 195px;
    width: auto !important;
}

.goldbigcircle {
    display: none;
}

section.place {
    padding-top: 98px;
    padding-bottom: 98px;
}

section.program {
    padding-top: 98px;
    padding-bottom: 97px;
}

.program-circle {
    width: 88px;
    height: 88px;
    display: block;
    background-size: 88px;
    right: -44px;
    top: -44px;
}

.program-rectangle {
    width: 66px;
    height: 66px;
    bottom: 95px;
    left: 25px;
}

.place-carousel button.owl-next {
    width: 70px;
    height: 70px;
    background-size: 70px !important;
}

.place-carousel button.owl-prev {
    width: 70px;
    height: 70px;
    background-size: 70px !important;
}

section.about .col-md-6 {
    margin: 0px !important;
    width: 100%;
}

section.about .col-md-5 {
    margin: 0px !important;
    width: 100%;
}

.about-image img {
    height: 295px;
}

.about-image {
    width: 279px;
    height: 295px;
    left: 15px;
    top: 0px;
}

.yellow-part {
    height: 266px;
    top: unset;
    bottom: 0px;
    width: 345px;
}

section.about {
    padding-bottom: 0px;
}

.triangle {
    top: 239px;
    left: -141px;
}


.about-image-wrap {
    height: 413px;
}

.blackcircles {
    width: 240px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -84px;
    top: 137px;
}

.microtext-dark {
    font-size: 20px;
    width: 178px;
    padding-left: 142px;
}

.text-about {
    font-size: 18px;
    padding-bottom: 20px;
}

a.order {
    width: 183px;
}

a.volume {
    /* display: none; */
}

section.mainscreen h1 {
    font-size: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.microtext:before {
    margin-top: -4px;
}

.panoramahall {
    width: 136px;
    height: 60px;
}

.royal {
    margin-top: 5px;
    width: 62px;
    height: 55px;
    margin-left: 24px;
}

.microtext {
    font-size: 18px;
}

ul.menu {
    display: none;
}

a.phonecall {
    width: 140px;
    margin-top: 15px;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 5px;
    height: 46px;
    font-size: 12px;
}

section.mainscreen {
    height: 747px;
    background-size: cover;
    background-position: center center;
}

header {
    height: 80px;
}

.burger {
    display: none;
}

.phone-mobile {
    width: max-content;
    float: left;
    font-family: 'Futura PT Demi';
    color: #fff;
    margin-top: 29px;
    display: block;
    padding-right: 0px
}

.phone-mobile a {
    color: #fff;
}

.phone-mobile:before {
    width: 26px;
    height: 26px;
    display: block;
    content: "";
    background: url(../images/phone.svg);
    float: left;
    margin-right: 9px;
}

.remodal-wrapper {
    padding: 30px !important;
}

.remodalBorder {
    padding: 30px !important;
}

.remodal-close {
    width: 20px !important;
    height: 20px !important;
    display: block;
    background-size: 20px !important;
    right: 30px !important;
    top: 30px !important;
    background: url(../images/crossblack.svg) !important;
}

.modaltext {
    font-size: 16px !important;
}








    
}





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

    
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
    
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
        box-sizing: border-box;
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
   
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}