*, body {
    margin: 0;
}
h1, h2 {
    text-align: center;
    line-height: normal;
    font-weight: 400;
}
body, h1, h2, h3 {
    line-height: normal;
}
h1, h2, h3, h5 {
    font-weight: 400;
}
a, a:active, a:focus, a:visited {
    color: #047878;
    text-decoration: none;
}
.g-link, a, a:hover {
    text-decoration: none;
}
.g-btn, .g-scrollup, button {
    cursor: pointer;
}
.b-popup, .runout-offers, section {
    overflow: hidden;
}
* {
    padding: 0;
}
html {
    font-size: 18px;
}
body {
    font-family: robotolight;
    width: 100%;
    color: #000;
}
a, div, li, ul {
    box-sizing: border-box;
}
button, h1, h2, h3, h4, h5, input, li, p, textarea, ul {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
button:focus, input, input:focus, textarea:focus {
    outline: 0;
}
::-webkit-input-placeholder {
    font-family: robotolight;
    color: #000;
    font-size: 18px;
}
::-moz-placeholder {
    font-family: robotolight;
    color: #000;
    font-size: 18px;
}
:-moz-placeholder {
    font-family: robotolight;
    color: #000;
    font-size: 18px;
}
:-ms-input-placeholder {
    font-family: robotolight;
    color: #000;
    font-size: 18px;
}
.g-bold-medium, h1, h2, h3 {
    font-family: robotomedium;
}
h1 {
    font-size: 60px;
    margin: 50px 0 26px;
}
h2 {
    font-size: 48px;
    margin-bottom: 30px;
    margin-top: 59px;
}
h3 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 9px;
}
h5 {
    font-size: 18px;
}
ul {
    list-style: none;
}
a {
    display: block;
}
a:hover {
    color: #025859;
    outline: 0;
}
a:active, a:focus, a:visited {
    outline: 0;
}
a:-webkit-any-link {
    text-decoration: none;
}
p {
    line-height: 1.333rem;
}
.g-container {
    max-width: 1150px;
    padding: 0 15px;
    margin: 0 auto;
}
.g-container--wo-padding {
    padding: 0;
}
.g-container--wide {
    max-width: 1420px;
}
.g-container--widest {
    max-width: 1530px;
}
.g-link {
    display: inline-block;
    color: currentColor;
    -webkit-transition: color .2s, border-color .2s;
    -o-transition: color .2s, border-color .2s;
    transition: color .2s, border-color .2s;
}
.g-link--blue {
    color: #047878;
}
.g-link--blue:hover {
    color: #025859;
}
.g-link--dashed {
    border-bottom: 1px dashed #047878;
}
.g-link--underline {
    text-decoration: underline;
}
.g-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}
.g-wrapper .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    top: 17px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.g-wrapper .jq-selectbox li:hover {
    background-color: #047878;
}
.g-wrapper .jq-selectbox li.selected {
    background-color: #06a9a9;
}
.g-wrapper .jq-selectbox__dropdown {
    -webkit-border-radius: 0;
    border-radius: 0;
    bottom: 100%;
    border: 1px solid #047878;
}
@media screen and (max-width:1300px) {
    .g-wrapper .header__booking-form .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    top: 32px;
}
.g-wrapper .jq-selectbox__dropdown {
    font-size: 24px;
}
}.g-wrapper .jq-selectbox__select {
    box-sizing: border-box;
    font-family: robotolight;
    font-size: 18px;
    line-height: 29px;
    width: 260px;
    height: 52px;
    background: #fff;
    padding-top: 11px;
    padding-left: 15px;
    border: 1px solid #047878;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.g-subtitle, .g-title, .gallery-nav__list, .offer-dsc__links a, .offers-nav__list, .room-dsc__included-title, .room-dsc__links a, .room-dsc__price__amount, .room-dsc__time, .rooms-nav__list {
    font-family: robotomedium;
}
.g-wrapper .maincontent-prices .prices .jq-selectbox__select {
    line-height: 18px;
}
.g-wrapper .maincontent-booking .jq-selectbox__select {
    line-height: 23px;
}
@media screen and (max-width:1300px) {
    .g-wrapper .header__booking-form .jq-selectbox__select {
    width: 345px;
    height: 75px;
    padding-left: 30px;
    padding-top: 24px;
    font-size: 24px;
}
.g-wrapper .header__booking-form .jq-selectbox__trigger-arrow {
    top: 28px;
    right: 23px;
}
}


@media screen and (max-width:1000px) {
    .jq-selectbox__select {
    height: 56px;
    width: 350px;
    padding: 12px 20px;
}
.g-wrapper .jq-selectbox__trigger-arrow {
    top: 16px;
}
}@media screen and (max-width:749px) {
    .g-wrapper .header__booking-form .jq-selectbox__select {
    width: 100%}
}.g-wrapper .jq-selectbox__trigger {
    border: none;
}
.g-subtitle, .g-title {
    text-align: center;
}
.g-wrapper .jq-selectbox__trigger-arrow {
    border: none;
    width: 15px;
    height: 15px;
    -webkit-transition: top .1s, -webkit-transform .1s;
    -o-transition: transform .1s, top .1s;
    transition: transform .1s, top .1s;
    transition: transform .1s, top .1s, -webkit-transform .1s;
    border-right: 2px solid #025859;
    border-bottom: 2px solid #025859;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.g-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.g-title {
    font-size: 60px;
    margin-bottom: 50px;
}
.g-subtitle {
    font-size: 48px;
    padding-top: 70px;
    padding-bottom: 20px;
}
.g-subtitle--left {
    text-align: left;
}
.g-btn, .g-description, .g-scrollup {
    text-align: center;
}
.g-subtitle--wo-top-padding {
    padding-top: 0;
}
.g-btn, .header__booking-form .g-btn, footer .g-btn, .form-sale .g-btn {
    padding: 14px;
}
.g-description {
    font-size: 24px;
    margin-bottom: 40px;
}
.g-hidden, .g-mobile {
    display: none!important;
}
.g-scrollup {
    display: none;
    width: 200px;
    margin: 0 auto 35px;
    font-size: 48px;
    color: #f78826;
    position: relative;
    left: -25px;
}
.g-scrollup-icon {
    right: -10px;
    top: 13px;
    width: 35px;
    height: 35px;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    background-image: url(/img/scrollup.png);
}
.g-btn {
    background-color: #047878;
    border: none;
    outline: 0;
    color: #fff;
    font-family: robotomedium;
    padding: 15px;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}
@media screen and (max-width:750px) {
    .maincontent-inner .g-btn {
    height: 56px;
    padding: 15px;
}
}.g-btn:active {
    position: relative;
    top: 1px;
}
.g-btn--plate {
    cursor: default;
}
.g-btn:hover:not(.g-btn--plate) {
    background-color: #025859;
}
.g-btn--orange {
    background-color: #f78826;
}
.g-btn--orange:hover:not(.g-btn--plate) {
    background-color: #db751b;
}
.g-info-link {
    border-bottom: 1px dashed #047878;
    margin-right: 25px;
    color: #047878;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}
.g-info-link::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #047878;
    border-bottom: 1px solid #047878;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -20px;
    top: 5px;
    -webkit-transition: top .2s, -webkit-transform .2s;
    -o-transition: top .2s, transform .2s;
    transition: top .2s, transform .2s;
    transition: top .2s, transform .2s, -webkit-transform .2s;
}
.g-info-link.active .g-info-link__hint {
    display: block;
}
.g-info-link.active::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 10px;
}
.g-info-link--wo-arrow::after {
    display: none;
}
.g-info-link--info-icon {
    margin-right: 0;
    margin-left: 30px;
}
.g-info-link--info-icon::after {
    border: none;
    width: 20px;
    height: 20px;
    background: url(/img/question.svg) 50% 50% no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: -30px;
    top: 2px;
}
.g-info-link--info-icon.active::after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 2px;
}
.g-info-link__body {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
.g-info-link__hint {
    position: absolute;
    z-index: 2000;
    padding: 25px;
    top: 30px;
    left: -50px;
    width: 1000px;
    max-width: 95vw;
    display: none;
    background: #fff;
    border: 1px solid #047878;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .15);
}
.g-info-link__hint.active {
    display: block;
}
.g-info-link__hint--custom {
    width: auto;
    padding: 0;
}
.g-info-link__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(/img/cancel.svg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
.g-info-list {
    color: #000;
    padding: 10px 0 10px 20px;
}
.g-info-list__item {
    padding-left: 13px;
    position: relative;
    margin-bottom: 10px;
}
.g-info-list__item:last-of-type {
    margin-bottom: 0;
}
.g-info-list__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    border: 6px solid transparent;
    border-left-color: #047878;
    border-right: 0;
}
.g-info-list__item--white::before {
    border-left-color: #fff;
}
.g-info-list__item--small {
    margin-bottom: 7px;
}
.all-inclusive__comment, .service__comment {
    color: #575757;
}
.popup {
    position: relative;
    background-color: #fff;
    padding: 3px;
    width: 100%;
    min-width: 362px;
    max-width: 1200px;
    min-height: 200px;
}
.popup__close {
    position: absolute;
    right: -28px;
    top: -28px;
    width: 27px;
    height: 27px;
    cursor: pointer;
}
.popup__close::after, .popup__close::before {
    top: 10px;
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.ui-datepicker .ui-datepicker-next {
    right: 1px;
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 1px;
    top: 1px;
}
.g-textarea {
    font-size: 18px;
    line-height: 1;
    padding: 16px 20px;
}
.val-error-field .g-input, .val-error-field .g-textarea {
    border: 1px solid red;
}
@media screen and (max-width:1300px) {
    .g-mobile {
    display: block!important;
}
.g-mobile--inline {
    display: inline!important;
}
.g-mobile--flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.g-desktop {
    display: none!important;
}
.g-description {
    font-size: 18px;
}
.g-content {
    padding-top: 0;
}
.g-title {
    font-size: 48px;
    margin-bottom: 25px;
}
.g-subtitle {
    font-size: 34px;
    padding-top: 30px;
}
.g-subtitle--wo-top-padding {
    padding-top: 0;
}
.g-container--wide {
    max-width: none;
}
}@media screen and (max-width:900px) {
    .g-scrollup {
    display: block;
}
.popup__close {
    right: -4px;
}
}@media screen and (max-width:749px) {
    .g-subtitle {
    font-size: 34px;
    margin-bottom: 7px;
}
.g-subtitle-descr {
    font-size: 18px;
    margin-bottom: 15px;
}
}.popup__close::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.g-wysiwyg p {
    margin-bottom: 20px;
}
.g-wysiwyg a {
    -webkit-transition: color .2s, border-color .2s;
    -o-transition: color .2s, border-color .2s;
    transition: color .2s, border-color .2s;
    color: #047878;
    text-decoration: none;
    border-bottom: 1px dashed currentColor;
}
.g-input, .g-textarea {
    border: 1px solid #cacaca;
}
.g-wysiwyg a:hover {
    color: #025859;
}
.gallery-nav, .offers-nav, .rooms-nav {
    width: 1200px;
    margin: 0 auto;
    padding: 0 30px 40px;
}
.special-offers-button{
position: absolute;
bottom: 1px;
width: 270px;
left: 0;
right: 0;
margin: auto;
width: 80%;
background: #047878;
padding: 10px 0;
text-align: center;
border: 0;
outline: 0;
color: #fff;
}
.b-popup_working_title{
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}
#popup3 .b-popup__title{text-align: center;}
@media screen and (min-width: 1140px){
#popup3 .b-popup-content{width: 820px;}
#popup3 .popup-callback {padding: 70px 90px 60px;}
}
.popup_working_mode{
    font-family: 'roboto';
    margin-bottom: 30px;
    line-height: 30px;
}
.popup_working_list{
}
.b-popup_working_mode{color: #047878;
font-size: 20px;
font-family: 'robotomedium';
margin-bottom: 8px;
}
.gallery-nav__list, .offers-nav__list, .rooms-nav__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: space-between;
    width: 100%;
    line-height: 30px;
}
.gallery-nav__link, .offers-nav__link, .rooms-nav__link {
    white-space: nowrap;
    border-bottom: 1px dashed #047878;
}
.gallery-nav__list a.active-link, .offers-nav__list a.active-link, .rooms-nav__list a.active-link {
    font-family: robotomedium;
    border: none;
}
.gallery-nav__item, .offers-nav__item, .rooms-nav__item {
    margin-right: 28px;
}
.gallery-nav__item:last-child, .offers-nav__item:last-child, .rooms-nav__item:last-child {
    margin-right: 0;
}
.maincontent-rooms .special-offers {
    display: none;
}
.active-offers, .section-rooms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.item-offer, .item-room, .offer-dsc, .room-dsc {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}
.section-rooms {
    margin-bottom: 48px;
}
.item-offer, .item-room {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    margin-bottom: 80px;
    position: relative;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}
.item-room:last-child {
    margin-bottom: 0;
}
.offer-pic, .room-pic {
    width: 57.5%;
    margin-right: 30px;
    position: relative;
    display: flex;
    justify-content: center;
}
.about_container_title{
    text-align: center;
    margin-top: 0;
}
.about-disc{
    margin-top: 50px;
}
.about-pic{
    width: 60%;
    margin: 50px 0 0 30px;
    position: relative;
    display: flex;
    justify-content: center;
}
.offer-pic {
    max-height:  500px;
}
.popular .popular-room{
     width: 32%;
    display: inline-block;
    margin-right: 1.3%; margin-bottom: 40px;
}
.popular .popular-room:last-child{
    margin-right: 0;
}
.room-about-mobile-title, .room-title-mobile {
    display: none;
}
.slider-room-pic {
    width: 100%}
.offer-pic img, .room-pic img {
    width: 100%;
    height: 100%;
    align-self: center;
}
.offer-dsc, .room-dsc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: space-between;
    position: absolute;
    width: 40.5%;
    height: 100%;
    right: 0;
}
@media screen and (max-width:1020px) {
   .about-disc p{
    margin: 0 15px;font-size: 22px;
    line-height: 28px;
   }
   .about-disc .room-dsc__price{margin-left: 15px;}
   .about-pic{
    width: 80%;
    margin: 50px auto 0 auto;
   }
   .popular .popular-room{
    width: 70%;
    margin: 30px auto;
    display: block;
   }
   .popular .popular-room:last-child{
   
    margin: 30px auto;
    }
}
@media screen and (max-width:1200px) {
    
    .room-dsc {

        position: relative;
    }
}

.offer-dsc h3, .room-dsc h3 {
    line-height: 23px;
    margin-bottom: 8px;
}
.room-about-title-mobile {
    display: none;
}
.offer-dsc__links, .room-dsc__links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: space-between;
    */-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.offer-dsc__links a, .room-dsc__links a {
    border-bottom: 1px dashed #047878;
     margin-right:  15px;
}
.room-dsc__price {
    width: 100%;
    line-height: normal;
}
.room-dsc__price__amount {
    font-size: 30px;
}
.offer-dsc .readmore-js-toggle, .room-dsc .readmore-js-toggle {
    display: inline-block;
    width: auto;
    position: relative;
    padding-right: 16px;
    margin-top: -4px;
}
.offer-dsc .readmore-js-toggle:after, .room-dsc .readmore-js-toggle:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 500;
    text-decoration: inherit;
    position: absolute;
    right: 0;
    top: 3px;
}
.offer-dsc .readmore-js-collapsed+.readmore-js-toggle:after, .room-dsc .readmore-js-collapsed+.readmore-js-toggle:after {
    content: '\f107'}
.offer-dsc .readmore-js-expanded+.readmore-js-toggle:after, .room-dsc .readmore-js-expanded+.readmore-js-toggle:after {
    content: '\f106'}
.room__book_btn {
    width: 260px;
    height: 50px;
    background-color: #047878;
    font-family: robotomedium;
    color: #fff;
    text-align: center;
    line-height: normal;
    padding: 13px 0;
    border: none;
    outline: 0;
}
.runout-offers {
    margin-bottom: 64px;
}
.sunhotel-briefly {
    display: none;
}
a.scrollup, a.scrollup:active, a.scrollup:focus, a.scrollup:hover, a.scrollup:visited {
    display: block;
    text-align: center;
    font-family: robotomedium;
    font-size: 48px;
    color: #ff9c00;
}
a.scrollup i {
    margin-left: 14px;
}
.form-consent {
    margin: 10px 10px 10px 0;
    padding-left: 9px;
    align-self: center;
    flex: 1;
}
.contact-form-callback .form-consent {
    padding-left: 0;
}
.popup-callback .form-consent {
    margin-top: 0;
}
@media screen and (max-width:1300px) and (min-width:1140px) {
    .popup-callback .form-consent {
    margin-left: 7%}
    .price_button{
        width: 100%;
    }

}.form-consent, .form-consent:active, .form-consent:focus, .form-consent:hover, .form-consent:visited {
    font-family: robotothin;
    font-style: italic;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.form-consent-mobile {
    display: none;
}
@media screen and (max-width:1300px) {
    .form-ind-offer .form-consent-mobile, .popup-application .form-consent-mobile {
    display: block;
    flex: 1;
    margin-bottom: 8px;
}
.form-ind-offer .form-consent-desktop, .popup-application .form-consent-desktop {
    display: none;
}
}@media screen and (max-width:1140px) {
    .popup-callback .form-consent-mobile {
    display: block;
    flex: 1;
    margin-bottom: 22px;
}
.popup-callback .form-consent-desktop {
    display: none;
}
}#popup1, #popup2, #popup3, #popup4, #popup5, .b-popup .popup-callback__btn-mobile {
    display: none;
}
@media screen and (max-width:1000px) {
    .form-consent {
    padding-left: 12px;
}

.special-offers-button{bottom: 40px;}
.popup-application .form-consent-mobile {
    margin-top: 28px;
}
}@media screen and (max-width:750px) {
    .form-consent-mobile {
    margin-top: 27px;
    margin-bottom: 27px;
}
}.form-consent input {
    margin-right: 8px;
}
.form-consent-popup {
    margin: 0 10px 10px 0;
    padding-left: 9px;
}
.form-consent-popup, .form-consent-popup:active, .form-consent-popup:focus, .form-consent-popup:hover, .form-consent-popup:visited {
    font-family: robotolight;
    font-style: italic;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.form-consent-popup input {
    margin-right: 8px;
}
.b-popup {
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    z-index: 9999;
}
.booking, .booking__input-wrap {
    position: relative;
}
.b-popup .b-popup-content {
    width: 980px;
    height: auto;
    background-color: #fff;
    border: 1px solid #989898;
    box-shadow: 0 0 10px #000;
    position: relative;
    margin: 100px auto 0;
}
@media screen and (max-width:1300px) {
    .b-popup .b-popup-content {
    width: 90%}
}@media screen and (max-width:1140px) {
    .b-popup .b-popup-content {
    width: 60%}
}@media screen and (max-width:1000px) {
    .b-popup .b-popup-content {
    width: 70%}
}@media screen and (max-width:660px) {
    .b-popup .b-popup-content {
    width: 90%}
}.b-popup .popup-application {
    padding: 40px 130px 32px;
}
.b-popup .popup-callback {
    /*padding: 116px 140px 100px;*/
    padding: 86px 50px 70px;
}
@media screen and (max-width:1300px) {
    .b-popup .popup-callback {
    padding-left: 70px;
    padding-right: 70px;
}
.b-popup .popup-callback .feedback-form__input {
    width: 300px;
}
}@media screen and (max-width:1180px) {
    .b-popup .popup-callback .feedback-form__input {
    width: 280px;
}
}@media screen and (max-width:900px) {
    .b-popup .popup-callback {
    padding-top: 69px;
}
}@media screen and (max-width:550px) {
    .b-popup .popup-callback {
    padding-left: 74px;
    padding-right: 74px;
}
}.b-popup .feedback-form__block--left, .b-popup .feedback-form__input-wrap {
    width: 300px;
}
.b-popup .popup-callback .feedback-form__input-wrap {
    margin-right: 19px;
}
@media screen and (max-width:1300px) {
    .b-popup .popup-application .feedback-form__block--left, .b-popup .popup-application .feedback-form__input-wrap {
    width: 100%}
.b-popup .popup-callback .feedback-form__block--left, .b-popup .popup-callback .feedback-form__input-wrap {
    width: 300px;
}
}@media screen and (max-width:1180px) {
    .b-popup .popup-callback .feedback-form__block--left, .b-popup .popup-callback .feedback-form__input-wrap {
    width: 280px;
}
}@media screen and (max-width:1000px) {
    .b-popup .popup-callback .feedback-form__block--left, .b-popup .popup-callback .feedback-form__input-wrap {
    width: 100%}
.b-popup .popup-application {
    padding: 40px 90px 32px;
}
}.b-popup .feedback-form__input {
    margin-bottom: 30px;
}
@media screen and (max-width:1300px) {
    .b-popup .feedback-form__input {
    width: 100%}
.b-popup .popup-callback__btn {
    display: none;
}
.b-popup .popup-callback__btn-mobile {
    display: block;
    height: 55px;
}
}@media screen and (max-width:1140px) {
    .b-popup .popup-callback .feedback-form__input-wrap {
    margin-right: 0;
}
.b-popup .feedback-form__input, .b-popup .feedback-form__input-wrap, .b-popup .feedback-form__submit, .b-popup .feedback-form__textarea {
    width: 100%!important;
}
}/*.b-popup .feedback-form__input-wrap:nth-child(3) .feedback-form__input {
    margin-bottom: 0;
}*/
.b-popup .popup-callback .feedback-form__block {
    width: 100%}
@media screen and (max-width:1300px) {
    .b-popup .feedback-form__input-wrap: nth-child(3) .feedback-form__input {
        margin-bottom: 30px;
    }
    .b-popup .popup-callback .feedback-form__block {
        justify-content: center;
    }
}
@media screen and (max-width:1140px) {
    .b-popup .feedback-form__block {
        justify-content: center;
    }
}
}
#popup2 .b-popup__title {
    margin: 10px 0 6px;   font-size: 26px !important;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width:1300px) {
    .b-popup .b-popup__title {
    margin: 0 0 20px;
    }
}

@media screen and (max-width:1140px) {
    #popup2 .b-popup__title {
        line-height: 42px;text-align: center;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:900px) {
    #popup2 .b-popup__title {
        font-size: 30px;
        line-height: 36px;text-align: center;
        margin-bottom: 7px;
    }
}
.b-popup__title-t {
    font-size: 22px;
    margin-bottom: 54px;
    text-align: center;
}
@media screen and (max-width:1140px) {
    .b-popup__title-t {
        line-height: 33px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width:900px) {
    .b-popup__title-t {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 24px;
    }
}
.personal-data__text {
    font-size: 15px;
    font-style: italic;
}
.b-popup .feedback-form__inner, .b-popup .form-offer {
    margin: 0;
    width: 100%}
@media screen and (max-width:600px) {
    .b-popup .popup-application {
    padding: 40px 20px 32px;
}
}.header__booking-title {
    font-family: robotolight;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
    display: inline-block;
}
.booking, .booking__label, .header__booking-text--bold {
    font-family: robotomedium;
}
@media screen and (max-width:1300px) {
    .header__booking-title {
    text-align: left;
    margin-top: 105px;
    margin-bottom: 24px;
}
}@media screen and (max-width:1000px) {
    .header__booking-title {
    margin-top: 40px;
    margin-bottom: 40px;
}
}@media screen and (max-width:900px) {
    .header__booking-title {
    font-size: 42px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.banner-corp .header__booking-title {
    text-align: center;
    display: inline-block;
    width: 100%}
.header__booking-text:not(.header__booking-text--bold) {
    font-weight: 200;
}
}@media screen and (max-width:750px) {
    .b-popup .feedback-form__textarea-wrap {
    width: 100%}
.header__booking-title {
    font-size: 42px;
    margin-bottom: 17px;
    padding-left: 0;
    padding-right: 0;
}
}.header__booking-text {
    display: block;
    white-space: nowrap;
    line-height: 60px;
}
.banner-corp .header__booking-text {
    display: inline-block;
}
.header__booking-btn {
    display: block;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 350px;
    max-width: 95%;
    font-size: 24px;
}
.maincontent-main .header__booking-btn {
    display: none;
}
@media screen and (max-width:749px) {
    .maincontent-main .header__booking-btn {
    /*display: block;*/
}
}.header__title-desktop {
    display: block;
}
.header__title-mobile {
    display: none;
}
@media screen and (max-width:1300px) {
    .header__title-desktop {
    display: none;
}
.banner-inner-p .header__title-mobile {
    display: block;
}
.header__title-mobile .header__booking-btn {
    display: none;
}
}@media screen and (max-width:900px) {
    .banner-corp .header__title-mobile, .banner-corp .header__title-mobile .header__booking-btn {
    display: block;
}
.header__banner-title {
    display: none;
}
}@media screen and (max-width:749px) {
    .header__title-mobile .header__booking-btn {
    display: none;
}
}.content-booking-form, .footer__booking-form, .header__booking-form {
}
.header-form-show {
    visibility: visible;
    -webkit-transition: opacity .8s ease-out;
    -moz-transition: opacity .8s ease-out;
    -o-transition: opacity .8s ease-out;
    transition: opacity .8s ease-out;
    opacity: 1;
}
.booking {
    background-color: rgba(0, 0, 0, .6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    padding: 9px 72px 37px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .15);
}
.header__booking-form .booking {
    /*padding: 11px 15px 31px;*/
    padding: 8px 0 18px;
}
@media screen and (max-width:1300px) {
    footer .booking {
    display: none;
}
.header__booking-form .booking {
    flex-wrap: wrap;
}
.g-container {
    padding: 0;
}
}

.maincontent .banner-corp .header__booking-form {
    display: none;
}
@media screen and (max-width:1000px) {
    .maincontent .banner-corp .header__booking-form {
    display: block;
}
.banner-corp .header__title-mobile .header__booking-btn {
    display: none;
}
}

@media screen and (min-width:1300px) {
    .maincontent-inner .header__booking-form {
    position: relative;
    top: 262px;
}
.additional-services {

    padding-top: 70px;
}

.maincontent-contacts .section_main {

    padding-top: 70px;
}

.g-title {

    margin-top: 100px;
}
}
.booking__field {
    margin: 0 10px;
}

.booking__field:first-child {
    margin-left: 30px;
}

.header__booking-form .booking__field:nth-child(4) {
    margin-right: 30px;
}

@media screen and (max-width:1300px) {

.booking__field:first-child {
    margin-left: 20px;
}

.booking__field:nth-child(2) {
    margin-right: 20px;
}

.header__booking-form .booking__field:nth-child(3) {
    margin-left: 20px;
}

.header__booking-form .booking__field:nth-child(4) {
    margin-right: 20px;
}

}

@media screen and (max-width:749px) {
    .header__booking-form .booking {
    padding-left: 50px;
    padding-right: 50px;
    height: 497px;
}
.maincontent .banner-corp .header__booking-form, .maincontent .banner-inner-p .header__booking-form {
    /*display: none;*/
}
.banner-corp .header__title-mobile .header__booking-btn {
    display: none;
}
.header__booking-form .booking__field {
    margin-right: 0;
    width: 100%}

.header__booking-form .booking__field:nth-child(4) {
    margin-right: 0;
}

}
.booking--blue {
    background-color: #92efef;
    color: #000;
}
.booking--dark {
    background-color: rgba(0, 0, 0, .85);
    color: #fff;
}
.booking__label {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    min-height: 25px;
    line-height: normal;
}

@media screen and (max-width:1300px) {
    .header__booking-form .booking__field: nth-child(2) {
    margin-right: 0;
}
.header__booking-form .booking__field:nth-child(4) .booking__label {
    min-height: 30px;
}
.g-wrapper .g-container .booking__label {
    font-size: 24px;
    margin-top: 9px;
}
.header__booking-form .booking__select {
    width: 345px;
    height: 78px;
}
}@media screen and (max-width:749px) {
    .g-wrapper .g-container .booking__label {
    font-size: 20px;
    margin-top: 6px;
}
.header__booking-form .booking__select {
    width: 100%}
}.booking__input-wrap .ui-datepicker-trigger {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    right: 14px;
    z-index: 108;
}
@media screen and (max-width:1300px) {
    .booking__input-wrap .ui-datepicker-trigger {
    width: 34px;
    height: 34px;
    right: 20px;
}
}.booking__input {
    padding: 11.5px 20px;
    font-family: robotolight;
    width: 250px;
    border: 1px solid #047878;
    color: #000;
    position: relative;
    z-index: 104;
}
@media screen and (max-width:1300px) {
    .header__booking-form .booking__input {
    width: 345px;
    padding: 27px 20px;
}
}@media screen and (max-width:749px) {
    .header__booking-form .booking__input {
    width: 100%}
}@media screen and (max-width:1000px) {
    .booking__input {
    padding: 15px 11px 14px 28px;
}
}.g-wrapper .header__booking-form .jq-selectbox__select, .header__booking-form .booking__input {
    border: none;
}
.g-wrapper .seat-availability .jq-selectbox__select, .seat-availability .booking__input {
    border: none;
    outline: 0;
}
footer .booking__input {
    padding: 13px 20px;
}
.booking__btn {
    display: block;
    width: 250px;
    font-size: 18px;
    line-height: 19px;
}
.footer__booking-form .booking__btn {
    line-height: 24px;
}
@media screen and (max-width:1300px) {
    .header__booking-form .booking__btn {
    width: 345px;
    height: 80px;
    font-size: 24px;
    line-height: 50px;
}
}@media screen and (max-width:1000px) {
    .header__title-mobile .booking__btn {
    width: 345px;
    height: 75px;
    font-size: 24px;
    font-family: robotomedium;
    padding: 24px 11px 23px 28px;
}
}@media screen and (max-width:749px) {
    .header__booking-form .booking__btn {
    width: 100%}
}

.maincontent-inner .banner-inner-p {
    width: 100%;
    height: 365px;
    position: relative;
}
@media screen and (max-width:1300px) {
    .maincontent-inner .banner-inner-p {
    height: auto;
    width: 750px;
    margin: 0 auto;
}
}@media screen and (max-width:749px) {
    .maincontent-inner .banner-inner-p {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 38px;
}
}.feedback {
    padding: 15px;
    border: 1px solid #cacaca;
}
.feedback__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.feedback__field--checkbox {
    margin: 0 -15px 5px;
    background-color: #e5e5e5;
}
.feedback__input {
    border: 1px solid #cacaca;
    padding: 15px 15px 15px 55px;
    width: 360px;
}
.feedback__input-wrap {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.feedback-form__inner, .feedback__input-descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.feedback__input-wrap::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    left: 15px;
    top: 10px;
}
.feedback__input-wrap--email::before {
    background-image: url(/assets/img/envelope.png);
}
.feedback__input-wrap--phone::before {
    background-image: url(/assets/img/phone.svg);
}
.feedback__input-descr {
    padding-left: 30px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.feedback__checkbox {
    display: none;
}
.feedback__checkbox:checked+.feedback__checkbox-label::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    border-left: 4px solid #000;
    border-bottom: 4px solid #000;
    top: 10px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.feedback__checkbox-label {
    position: relative;
    padding: 5px 0 5px 45px;
    display: block;
}
.feedback__checkbox-label::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 3px;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #cacaca;
    background: #fff;
}
@media screen and (max-width:749px) {
    .feedback__field {
    display: block;
    margin-bottom: 20px;
}
.feedback__input-wrap {
    width: 100%}
.feedback__input {
    width: 100%;
    margin-bottom: 10px;
}
.feedback__input-descr {
    width: 100%;
    padding-left: 0;
}
}.feedback-form__inner {
    display: flex;
    width: 990px;
    margin: 0 auto;
}
.feedback-form__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.feedback-form__block--left {
    width: 350px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 30px;
}
.feedback-form__block--right {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    width: 100%}
.feedback-form__textarea-wrap {
    position: relative;
    width: 100%;
    line-height: 0;
}
.feedback-form__textarea {
    width: 100%;
    height: 100%;
    padding: 15px;
}
.feedback-form__inner .feedback-form__block--left .jv-email {
    margin-bottom: 0;
}
.feedback-form__submit {
    height: 55px;
    min-width: 220px;
    order: 1;
    margin-right: 9px;
}
.form-ind-offer .feedback-form__submit, .popup-application .feedback-form__submit {
    margin-top: 20px;
}
.contact-form-callback .feedback-form__submit {
    margin-right: 0;
}
@media screen and (max-width:1300px) {
    .feedback {
    background-color: #f1f1f1;
}
.feedback-form__inner .feedback-form__block--left .jv-email {
    margin-bottom: 30px;
}
.feedback-form__submit {
    font-size: 20px;
    width: 230px;
}
}.feedback-form__textarea::-webkit-input-placeholder {
    font-family: robotolight;
}
.feedback-form__textarea::-moz-placeholder {
    font-family: robotolight;
}
.feedback-form__textarea:-moz-placeholder {
    font-family: robotolight;
}
.feedback-form__textarea:-ms-input-placeholder {
    font-family: robotolight;
}
.feedback-form__input {
    margin-bottom: 30px;
    padding: 10px 15px;
    width: 100%;
    height: 55px;
}
.feedback-form__input-wrap {
    position: relative;
    width: 340px;
}
.feedback-form__file-label {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 200;
    color: #989898;
    padding-left: 45px;
    padding-top: 5px;
    position: relative;
    cursor: pointer;
    text-decoration: underline;
}
.feedback-form__file-label::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 7px;
    width: 20px;
    height: 18px;
    background: url(../img/download.png) 50% 50% no-repeat;
}
.feedback-form__file-input {
    display: none;
}
.feedback-form__error-text {
    font-size: 16px;
    left: 0;
    position: absolute;
    bottom: 10px;
    color: red;
}
@media screen and (max-width:1300px) {
    .feedback-form {
    margin-bottom: 40px;
}
.feedback-form__inner {
    width: 725px;
    display: block;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.b-popup .popup-application .feedback-form__block--left, .form-ind-offer .feedback-form__block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
}
.feedback-form__block--right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.feedback-form__input-wrap {
    width: 100%}
.feedback-form__file-label {
    width: 300px;
    font-size: 20px;
}
}@media screen and (max-width:1140px) {
    .b-popup .feedback-form__textarea {
    margin-bottom: 0;
}
}@media screen and (max-width:1000px) {
    .b-popup .popup-callback .feedback-form__block--left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
}
}@media screen and (max-width:750px) {
    .feedback-form {
    width: 100%;
    margin: 0;
}
.feedback-form__block {
    margin-bottom: 0;
}
.feedback-form__block--left, .feedback-form__block--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.feedback-form__input-wrap, .feedback-form__submit, .feedback-form__textarea-wrap {
    width: 450px;
    max-width: 450px;
}
.feedback-form__submit {
    font-size: 24px;
}
}@media screen and (max-width:749px) {
    .feedback-form {
    display: none;
}
}@media screen and (max-width:725px) {
    .feedback-form__inner {
    width: 100%}
}.form-ind-offer {
    width: 100%}
.maincontent-corp .form-ind-offer {
    background: url(/assets/img/form-offer-b.png) center no-repeat;
    background-size: cover;
}
.form-ind-offer h2 {
    font-size: 28.2px;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-left: 18px;
    padding-right: 17px;
}
@media screen and (max-width:1300px) {
    .form-ind-offer h2 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 29px;
    font-size: 34px;
}
}@media screen and (max-width:1000px) {
    .form-ind-offer h2 {
    margin-bottom: 20px;
    padding: 8px 0;
}
.maincontent-payment-method .form-ind-offer h2 {
    margin-top: 20px;
}
}@media screen and (max-width:702px) {
    .form-ind-offer h2 {
    margin: 0 0 20px;
}
}.maincontent-corp .form-ind-offer h2 {
    background-color: #f78826;
}
h2.form-ind-title-mobile {
    display: none;
}
@media screen and (max-width:1300px) {
    h2.form-ind-title-mobile {
    display: inline-block;
    width: 100%;
    text-align: center;
}
}.form-ind-offer h2 span {
    color: #fff;
}
.form-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1010px;
    margin: 0 130px;
}
.maincontent-corp .section_main .form-offer {
    margin-bottom: 50px;
}
@media screen and (max-width:1300px) {
    .form-offer {
    width: 750px;
    margin: 0 auto 50px;
}
}@media screen and (max-width:1140px) {
    .b-popup .form-offer {
    width: 100%;
    margin: 0;
    justify-content: center;
}
}@media screen and (max-width:750px) {
    .form-ind-offer h2 {
    font-size: 22px;
}
.maincontent-payment-method .form-ind-offer h2 {
    font-size: 24px;
    background-color: #f78826;
}
.form-offer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
}
}#textArea {
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: 620px;
    height: 137px;
    min-height: 137px;
    border: 1px solid #aeaeae;
    padding: 20px;
    resize: vertical;
}
#placeholderDiv {
    position: absolute;
    z-index: 9;
    top: 0;
    padding: 15px 20px;
    font-family: robotolight;
    color: #000;
}
#placeholderDiv span.extr-text {
    font-family: robotothin;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
}
.form-subscribe-wrapper {
    padding: 19px 20px 19px 18px;
    border: 1px solid #4d4d4d;
}
.form-subscribe {
    font-size: 0;
}
.form-subscribe__inp_email {
    background-color: #fff;
    padding: 9px 19px 8px;
    font-family: inherit;
    font-size: 16px;
    border: none;
    outline: 0;
    margin-right: 9px;
    width: calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
}
.form-subscribe__btn {
    background-color: #047878;
    padding: 9px 21px 8px;
    font-family: robotomedium;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: 0;
}
@media screen and (max-width:750px) {
    .form-subscribe__btn, .form-subscribe__inp_email {
    width: 100%;
    height: 56px;
    font-size: 24px;
}
.form-subscribe__inp_email {
    margin-bottom: 20px;
}

.header .g-link {

    display: inline;
}

.booking__field:first-child {

    margin-left: 0;
}

.booking__field:nth-child(2) {

   margin-left: 0; 
}

.header__booking-form .booking__field:nth-child(3) {

   margin-left: 0; 
}

.booking__field:nth-child(4) {

   margin-left: 0; 
}



}

@media screen and (max-width:1300px) {
    .b-popup .feedback-form__block--left, .form-ind-offer-wrap .feedback-form__input-wrap: nth-child(3) .feedback-form__input {
    width: 100%}
}