* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #200F08;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: #FAF4EF;
}

.fancybox-slide--html .fancybox-close-small { /* color: white !important; */
}

.fancybox-button svg {
    transform: scale(2);
}

.compensate-for-scrollbar {
    margin-right: auto !important;
    overflow: auto !important;
}

.fancybox-content {
    overflow: hidden;
}


input[type=file] {
    display: none;
}


sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

select::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}

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

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}


.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 100%;
    position: relative;
}

.to_order_widget {
    position: fixed;
    z-index: 10;
    top: 50%;
    transform: rotate(-90deg);
    right: -80px;
    padding: 0 20px;
}

@media (min-width: 1200px) {
    .container {
        padding: 0 60px;
    }
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}


#form_popup, #form_popup2 {
    display: none;
}

.popup_container {
    width: 420px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

.agree_field a {
	font-weight:bold;
	text-decoration:underline;
}

.popup_container .agree_field {
    color: black;
    font-size: 12px;
}

.popup_container .agree_field a {
    color: black;
}


.popup_container h2 {
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: black;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

#rent_form .form_row {
    display: flex;
    gap: 10px;
    align-items: center;
}

#rent_form .form-group {
    margin: 0;
    flex: 1;
}

#rent_form .form-group button {
    white-space: nowrap;
}

#rent_form .form-group:first-child {
    flex-grow: 1;
}

#rent_form .form-group:last-child {
    flex-shrink: 0;
}

#rent_form .form_info,
.prices_contact .form_info {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 10px;
}

#rent_form .form_info span,
.prices_contact .form_info span {
    font-weight: 300;
    font-size: 20px;
    font-family: 'Ysabeau';
    text-transform: uppercase;
}

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
    padding-left: 0px;
    text-align: left;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
}

.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

#rent_form .agree_field {
    width: 470px;
    margin-top: 25px;
}

form {
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group input[type=date],
form .form-group select {
    height: 58px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #200F08;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff;
    font-family: 'Montserrat', sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    outline: none;
}

form .form-group button:hover {
}


.form_title {
    color: black;
    font-size: 36px; /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 47px;
}

.form_title span {
    display: block;
    color: #ff0000;
    white-space: nowrap;
}

.btn {
    box-sizing: border-box;
    background: #200F08;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 58px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .4s ease;
    text-align: center;
}

.btn.white {
    background: #ffffff;
    color: #000000;
}

.btn:hover {
    background: #4F4643;
    color: #ffffff;
}

.btn.glass {
    border: 1px solid #200F08;
    color: #200f08;
    background: transparent;
}

.btn.glass:hover {
    border-color: #4F4643;
    color: #4f4643;
}


.anim {
    opacity: 0;
    transform: translateY(60px);
    transition: all .4s ease-out;
}

.anim.animated {
    opacity: 1;
    transform: translateY(0);
}

/**********************
        HEADER
**********************/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    padding: 40px 0;
    z-index: 15;
    transition: all .4s ease;
    max-width: 1920px;
    margin: 0 auto;
}

header.scroll {
    background: #F2EBE6;
    padding: 10px 0;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_phone {
    color: #ffffff;
    margin-left: 0;
}

header.scroll .top_phone {
    color: #000000;
}

header .logo1 {
    transition: all .4s ease;
    width: 248px;
}

header.scroll .logo1 {
    width: 200px;
}

.top_addr {
    color: #ffffff;
}

header.scroll .top_addr {
    color: #000000;
}


header .m_btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    width: 30px;
    height: 21px;
    z-index: 1;
    top: unset;
    left: 60px;
    cursor: pointer;
}

header .m_btn span {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: #ffffff;
    transition: all .3s linear;
    border-radius: 2px;
}

header.scroll .m_btn span {
    background: #000000;
}

header .m_btn span:nth-child(2) {
    opacity: 1;
}

header .m_btn.active span:nth-child(1) {
    transform-origin: top right;
    transform: rotate(-45deg);
    top: -1px;
}

header .m_btn.active span:nth-child(2) {
    opacity: 0;
}

header .m_btn.active span:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    bottom: -1px;
}

header .phone-wrapper {
    margin-left: 60px;
    display: flex;
    align-items: center;
    gap: 50px;
}

header .phone-wrapper .btn {
    width: 225px;
    padding-left: 60px;
    justify-content: flex-start;
    position: relative;
}

header .phone-wrapper .btn:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 25px;
    background: url("../img/ico_phone_top.svg") 50% no-repeat;
}

.header-soc {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #200F08;
}

.menu .header-soc {display: none;}

header .addr-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

header .addr-wrapper .doc_btn {
    width: 225px;
    padding-left: 60px;
    justify-content: flex-start;
    position: relative;
}

header .addr-wrapper .doc_btn:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 25px;
    background: url("../img/ico_file.svg") 50% no-repeat;
}




.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
    position: fixed;
    top: -40px;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    transition: all .4s;
    z-index: 2;
    padding: 10px 0;
    padding-top: 20px;
    opacity: 0;
    max-width: 1920px;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.menu.scroll {
    background: #FAF4EF;
}

.menu.active {
    opacity: 1;
    top: 144px;
}

.menu.scroll.active {
    top: 71px;
}

.menu a {
    color: #ffffff;
}

.menu.scroll a {
    color: #000000;
}

/**********************
        BANNER
**********************/


.banner video {
    max-width: none;
    height: 920px;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    position: relative;
}

.banner {
    position: relative;
}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(14, 12, 11, 0.30) 0%, rgba(14, 12, 11, 0.20) 100%);
    z-index: 1;
}

.title_container {
    position: absolute;
    top: 285px;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title_container:before {
    content: '';
    position: absolute;
    top: -30px;
    width: 1440px;
    max-width: 95%;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(5px);
    height: 310px;
    z-index: -1;
}

.title_container .title1 {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
}

.title_container .title1 br {
    display: none;
}

.title_container .title2 {
    font-size: 52px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 15px;
}

.title_container .title2 br {
    display: none;
}

.title_container .title2 b {
    font-size: 58px;
}

.title_container .title_addr {
    padding-left: 36px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    background: url("../img/title_loc.svg") 0 50% no-repeat;
}

.title_container .title_addr br {
    display: none;
}

.title_container .btn {
    width: 280px;
    margin: 40px auto 0;
}

.title_props {
    margin: 160px auto 0;
    padding: 20px 30px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: space-between;
    gap: 0 80px;
}

.title_props > div {
    color: #ffffff;
    padding-top: 40px;
    position: relative;
}

.title_props > div:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    right: -40px;
    bottom: 27px;
    background: #ffffff;
    border-radius: 50%;
}

.title_props > div:last-child:after {
    display: none;
}

.title_props > div span {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Ysabeau';
    min-height: 66px;
    display: flex;
    align-items: center;
}

.title_props > div.ico1 {
    background: url("../img/title_ico1.svg") 50% 0 no-repeat;
}

.title_props > div.ico2 {
    background: url("../img/title_ico2.svg") 50% 0 no-repeat;
}

.title_props > div.ico3 {
    background: url("../img/title_ico3.svg") 50% 0 no-repeat;
}

.title_props > div.ico4 {
    background: url("../img/title_ico4.svg") 50% 0 no-repeat;
}

.title_props > div.ico5 {
    background: url("../img/title_ico5.svg") 50% 0 no-repeat;
}

#title_form {
    margin: 240px auto 0;
    width: 900px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

#title_form .form_comment {
    color: #ffffff;
    margin-bottom: 20px;
}

#title_form .form_fields {
    display: flex;
}

#title_form .form_fields .form-group {
    width: 25%;
}

#title_form .form_fields input {
    border-color: #ffffff;
    color: #ffffff;
    padding-left: 15px;
}

#title_form .form_fields input::placeholder {
    color: #ffffff;
}

#title_form .agree_field {
    text-align: left;
    color: #ffffff;
}

#title_form input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

#title_form input[type="date"] {
    color: #fff;
    opacity: 0;
}

#title_form .form-group label {
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    pointer-events: none;
    z-index: 1;
    border: 1px solid #fff;
}

.timer_block {
    padding: 70px 0;
    background: #F2EBE6;
}

.timer_block .container {
    display: flex;
    justify-content: space-between;
    width: 1340px;
    gap: 0 50px;
}

div[id^=timer] {
    white-space: nowrap;
}

#timer_form {
    width: 602px;
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#timer_form .form_comment,
.timer_text .form_comment {
    font-size: 24px;
    margin-bottom: 15px;
}

#timer_form .form-group {
    width: 49%;
}

.timer_text .btn {

}

.timer_wrap {
    /*width: 24%;*/
}

.timer_title {
    font-size: 24px;
    margin-bottom: 10px;
}

/**********************
         ABOUT
**********************/

.blocks_title {
    color: #592C12;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
}

.blocks_title span {
    display: block;
    font-size: 50px;
    margin-bottom: 15px;
    color: #200f08;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Ysabeau';
}

.about {
    padding: 120px 0;
    background: #F2EBE6;
}

.about_text {
    margin-top: 60px;
    font-weight: 300;
    text-align: center;
}

.about_imgs {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 0 20px;
}

.about_imgs > div {
    overflow: hidden;
}

.about_imgs > div img {
    transition: all .4s ease;
}

.about_imgs > div:hover img {
    transform: scale(1.05);
}

.about_specs {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 57px;
}

.about_specs > div {
    font-weight: 300;
    text-align: center;
    position: relative;
}

.about_specs > div:after {
    content: '';
    display: block;
    position: absolute;
    right: -32px;
    top: calc(50% - 3px);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #592C12;
}

.about_specs > div:last-child:after {
    display: none;
}

.about_specs > div b {
    font-size: 24px;
    display: block;
    font-weight: 300;
    font-family: 'Ysabeau';
}

/**********************
       GALLERY
**********************/

.gallery {
    padding: 110px 0;
    background: url("../img/gallery_bg.jpg") 50% 0 no-repeat;
}

.gallery .container {
    max-width: 1320px;
}


.gallery_tabs {
    display: flex;
    gap: 0 20px;
}

.gallery_tabs div {
    width: 150px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a1968d;
    border: 1px solid #A1968D;
    border-radius: 100px;
    transition: all .4s ease;
    cursor: pointer;
}

.gallery_tabs div.active {
    color: #200F08;
    border-color: #200f08;
}

.gallery_tabs div:hover {
    color: #592c12;
    border-color: #592C12;
}

.gallery_slider_wrap {
    margin-top: 30px;
    display: none;
}

.gallery_slider_wrap .swiper-button-prev,
.gallery_slider_wrap .swiper-button-next {
    top: 42%;
    left: -25px;
    width: 50px;
    height: 50px;
    background: url("../img/arrow.png") 50% no-repeat;
    transition: all .4s ease;
}

.gallery_slider_wrap .swiper-button-next {
    left: unset;
    right: -25px;
    transform: rotate(-180deg);
}

.gallery_slider_wrap .swiper-button-prev:after,
.gallery_slider_wrap .swiper-button-next:after {
    display: none;
}

.gallery_slider_wrap .swiper-button-prev:hover,
.gallery_slider_wrap .swiper-button-next:hover {
    background: url("../img/arrow_hov.png") 50% no-repeat;
}

.gallery_slider .swiper-pagination {
    display: none;
}

.gallery_slider .swiper-slide {
    overflow: hidden;
}

.gallery_slider .swiper-slide img {
    transition: all .4s ease;
}

.gallery_slider .swiper-slide:hover img {
    transform: scale(1.05);
}

.gallery_item {
    margin-top: 55px;
}

.gallery_text {
    /*margin-top: 30px;*/
    font-weight: 300;
}

.gallery_text span {
    font-family: 'Ysabeau';
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.gallery_wrap {
    display: flex;
    margin-top: 40px;
}

.gallery_vid {
    width: 62.5%;
    height: 505px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_vid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play_btn {
    position: absolute;
}


.gallery_imgs {
    width: 37.5%;
    position: relative;
    height: 505px;
}

.gallery_imgs a {
    display: block;
    height: 50%;
}

.gallery_imgs .more {
    position: absolute;
    bottom: 18px;
    right: 18px;
    cursor: pointer;
    display: none;
}

.gallery_imgs a:nth-child(2) .more {
    display: block;
}

.gallery_imgs a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_imgs a:nth-child(n+3) {
    display: none;
}

.gallery_ags {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.gallery_ags > div {
    color: #857069;
    padding-left: 40px;
    background: url("../img/ico_check.svg") 0 50% no-repeat;
}


/**********************
        PRICES
**********************/

.prices {
    padding: 50px 0 110px;
    background: url("../img/prices_bg.jpg") 50% 0 no-repeat;
    color: #ffffff;
}

.prices .blocks_title {
    color: #ffffff;
}

.prices .blocks_title span {
    color: #ffffff;
}

.prices .container {
    max-width: 1035px;
}

.prices_dop {
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
}

.prices_dop .column {
    width: 43.5%;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.prices_dop .column > span {
    font-family: 'Ysabeau';
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.prices_dop .column > div {
    background: url("../img/plus_gr.svg") 0 15% no-repeat;
    border-bottom: 1px dashed #DCD1C9;
    padding: 5px 0 10px 34px;
}

.rent_table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 20px;
}

.rent_table small {
    font-size: 13px;
}

.rent_table th,
.rent_table td {
    border: 1px solid #ddd;
    padding: 5px;
    font-family: 'Ysabeau';
    width: 320px !important;
}

.rent_table .table_subtitle {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.rent_table .price {
    font-size: 40px;
    line-height: 1;
}

.rent_table th:first-child,
.rent_table td:first-child,
.rent_table th:last-child,
.rent_table td:last-child {
    border-left: none;
    border-right: none;
    height: 120px !important;
}

.rent_table tbody tr:nth-child(2) {
    background-color: #D9D9D91A;
}

.rent_table .price_slash {
    font-weight: 300;
    font-size: 25px;
    color: #857069;
    font-family: 'Ysabeau';
    margin-bottom: -10px;
    position: relative;
    position: relative;
}

.rent_table .price_slash:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #857069;
    transform: rotate(-8deg);
    position: absolute;
    top: 16px;
}

.rent_title {
    margin-top: 60px;
    font-family: 'Ysabeau';
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.rent_imgs {
    width: 47%;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.rent_imgs > div {
    overflow: hidden;
}

.rent_imgs > div img {
    transition: all .4s ease;
    width: 100%;
}

.rent_imgs > div:hover img {
    transform: scale(1.05);
}

.rent_prices {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.rent_prices > div {
    width: 43.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    padding: 10px 0;
    background: #ffffff;
    color: #200f08;
}

.rent_prices > div .price {
    color: #200F08;
    font-weight: 500;
    font-family: 'Ysabeau';
    font-size: 42px;
}

.rent_prices > div .price_slash {
    font-weight: 300;
    font-size: 25px;
    color: #857069;
    font-family: 'Ysabeau';
    margin-bottom: -10px;
    position: relative;
    position: relative;
}

.rent_prices > div .tooltip {
    position: absolute;
    top: 7px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    padding: 8px 15px;
    background: #857069;
    pointer-events: none;
    opacity: 0;
    transition: all .4s ease;
    /*margin: 0 auto;*/
    z-index: 1;
}

.rent_prices > div:hover .tooltip {
    opacity: 1;
}

.rent_prices > div .day {
    color: #ffffff;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -35px;
    font-size: 18px;
    font-weight: 500;
}

.rent_comment {
    color: #ffffff;
    margin-top: auto;
    font-size: 15px;
}

#rent_form {
    margin: 50px auto 0;
}

#rent_form .form_comment {
    display: block;
    margin-bottom: 20px;
}

#rent_form input[type=tel] {
    color: #ffffff;
    border-color: #ffffff;
}

.min_hours {
    font-size: 12px;
}

.prices_contact {
    margin-top: 40px;
    width: fit-content;
}

/**********************
        OFFERS
**********************/

.offers {
    padding: 120px 0;
}

.offers .container {
    max-width: 1320px;
}

.offers_days {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.offers_days .offers_item {
    display: block;
    width: 32%;
    cursor: pointer;
}

.offers_days .offers_item .item_text {
    padding: 30px 20px;
    border-right: 1px solid #EAE2DD;
    border-bottom: 1px solid #EAE2DD;
    border-left: 1px solid #EAE2DD;
    min-height: 637px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .4s ease;
}

.offers_days .offers_item:hover .item_text {
    border-color: #592C12;
}

.offers_days .offers_item .item_title {
    color: #857069;
    font-weight: 300;
    font-family: 'Ysabeau';
    text-transform: uppercase;
    text-align: center;
}

.offers_days .offers_item .item_title span {
    display: block;
    font-size: 24px;
    margin-top: 5px;
    color: #200f08;
}

.offers_days .offers_item .item_list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.offers_days .offers_item.offer3 .item_list {
    margin-top: 0;
}

.offers_days .offers_item .item_comment span {
    font-weight: 500;
    color: #592c12;
}

.offers_days .offers_item .item_list > div {
    position: relative;
    font-weight: 300;
    padding-left: 16px;
}

.offers_days .offers_item .item_list > div:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #592C12;
}

.offers_days .offers_item .item_price {
    font-family: 'Ysabeau';
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-top: auto;
}

.offers_doc {
    min-height: 60px;
    margin-top: 35px;
    display: flex;
    align-items: center;
    border: 1px solid #EAE2DD;
    padding-left: 65px;
    background: url("../img/ico_doc.svg") 20px 50% no-repeat;
    transition: all .4s ease;
}

.offers_doc:hover {
    border-color: #592C12;
}

/*Reviews*/

.reviews {
  padding: 80px 0;
  text-align: center;
}

.reviews .container {
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
}

.reviewsSwiper {
  width: 100%;
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}

.reviews-button-prev {
  left: 0;
}

.reviews-button-next {
  right: 0;
}

.reviews__title {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 15px;
}

.reviews__subtitle {
  color: #8c6f60;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
}

.reviews__header {
  max-width: 1340px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: flex-end;
}

.review_widget {
  flex-shrink: 0;
}

.review-card {
  background: #FFFFFF;
  padding: 30px 20px 20px 20px;
  text-align: left;
  min-height: 300px;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
 justify-content: space-between;
}

.review-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.review-card span {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}

.stars {
  color: #b07a4f;
  letter-spacing: 3px;
}

.review-card__text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.review-card__date {
  font-size: 16px !important;
  color: #857069;
  margin-top: 0px;
}

.reviews-button-prev,
.reviews-button-next {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.reviews-button-prev {
  left: -60px;
}

.reviews-button-next {
  right: -60px;
}

.reviews__btn {
  display: inline-block;
  margin-top: 40px;
  background: #2c1205;
  color: #fff;
  padding: 15px 50px;
  text-decoration: none;
}

.review-card::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url("../img/quote-top.svg") no-repeat center / contain;
  top: -25px;
  left: 25px;
}

.review-card::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url("../img/quote-bottom.svg") no-repeat center / contain;
  bottom: -25px;
  right: 25px;
}

/**********************
         BOOK
**********************/

.book {
    padding: 120px 0;
    background: url("../img/book_bg.png") 50% 0 no-repeat #F2EBE6;
}

.book .container {
    max-width: 710px;
}

#book_form {
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#book_form .form-group input[type=tel],
#book_form .form-group input[type=text],
#book_form .form-group input[type=date] {
    border: 1px solid #200F08;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(10px);
    w100
}

#book_form .form-group label {
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000;
    pointer-events: none;
    border: 1px solid #200F08;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(10px);
    z-index: 1;
}

#book_form .form_btns {
    display: flex;
    justify-content: space-between;
}

#book_form .form_btns .btn {
    width: 49%;
}

/**********************
      CONTACTS
**********************/

.contacts {
    padding: 120px 0;
    background: #F2EBE6;
}

.contacts .container {
    max-width: 954px;
}

#map1 {
    filter: grayscale();
    margin-top: 60px;
    height: 506px;
    width: 100%;
    background: url("../img/map.jpg") 50% no-repeat;
    background-size: cover;
}

.contacts_wrap {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.contacts_btns {
    width: 277px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;

}

.bot_phone_wrapper {
    display: flex;
    gap: 20px;
}

.bot_phone {
    display: block;
    margin-top: 15px;
    padding-left: 35px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
    font-size: 18px;
    font-weight: 300;
}


.bot_addr {
    margin-top: 23px;
    padding-left: 35px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
    font-size: 18px;
    font-weight: 300;
}

.contacts-soc {
    margin-top: 23px;
    padding-left: 35px;
    background: url("../img/ico__tg.svg") 0 50% no-repeat;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
}


/**********************
        FOOTER
**********************/


footer {
    padding: 80px 0;

}

.foot_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .disclamer {
    color: #000000;
    font-size: 14px;
    text-align: left;
    display: none;
    padding-top: 20px;
}

.foot_links .column {
	display:flex;
	flex-direction:column;	
	gap:5px;
}


/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {

    .to_order_widget {}

    header .container {
        padding: 0 15px;
    }

    header .m_btn {
        left: 15px;
    }

    header .logo1 {
        transform: none;
    }

    .title_container .title2 {
        font-size: 48px;
    }

    header .header-soc {
        display: none;
    }

    .menu .header-soc {
        display: flex;
        width: 35px;
        height: 35px;
    }

    .menu .header-soc img {
        width: .85em;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {

    header {
        padding: 20px 0;
    }

    header .top_phone {
        margin-left: 50px;
    }

    header .phone-wrapper {
        /* flex-direction: column; */
        gap: 20px;
    }

    header .logo1 {
        transform: unset;
    }

    header .addr-wrapper .doc_btn {
        display: none;
    }

    header .phone-wrapper .btn {
        display: none;
    }

    .menu.active {
        top: 85px;
    }

    /*******************************************************************/
    .banner video {
        height: 700px;
    }

    .title_container {
        top: 170px;
        padding: 0 15px;
    }

    .title_container:before {
        height: 245px;
    }

    .title_container .title1 {
        font-size: 30px;
    }

    .title_container .title2 {
        font-size: 36px;
    }

    .title_container .title2 b {
        font-size: inherit;
    }

    .title_container .title_addr {
        margin-top: 20px;
    }

    .title_props {
        margin-top: 135px;
    }

    .title_props > div span {
        font-size: 16px;
    }

    #title_form {
        width: 100%;
        margin-top: 140px;
    }

    #title_form .form_fields input {
        font-size: 14px;
    }

    #timer_form {
        width: 50%;
    }

    .timer_wrap {
        width: 45%;
    }

    #timer_form .form_comment {
        font-size: 16px;
    }

    /*******************************************************************/
    .gallery_slider {
        padding-bottom: 30px !important;
    }

    .gallery_slider .swiper-pagination {
        display: flex;
        justify-content: center;
        width: 100%;
        bottom: 0 !important;
    }

    .gallery_slider .swiper-pagination-bullet-active {
        background: #592C12;
    }

    .gallery_slider_wrap .swiper-button-prev,
    .gallery_slider_wrap .swiper-button-next {
        display: none;
    }

    /*******************************************************************/
    #map1 {
        background-size: cover;
    }

    /*******************************************************************/
    footer {
        padding: 50px 0;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {

    .to_order_widget {}

    .anim {
        opacity: 1 !important;
        transform: unset !important;
    }

    header {
        padding: 20px 0;
    }

    header .logo1 {
        width: 30% !important;
    }

    header .phone-wrapper {
    }

    .top_phone {
        font-size: 14px;
    }

    .top_addr {
        font-size: 14px;
    }

    .menu {
        padding: 10px 15px;
        gap: 0 20px;
    }

    .menu.active.scroll {
        top: 77px;
    }

    .menu a {
        font-size: 14px;
    }

    .blocks_title span {
        font-size: 30px;
    }

    /*******************************************************************/
    .banner {
        margin-top: 0;
    }

    .title_container .title1 {
        /*font-size: 100px;*/
    }

    .title_container .title_addr {
        font-size: 20px;
    }

    .title_props > div:after {
        right: -15px;
    }

    .title_props {
        padding: 20px 15px;
        gap: 0 30px;
        margin-top: 100px;
    }

    .timer_block {
        padding: 30px 0;
    }

    .timer_block .container {
        flex-direction: column;
        gap: 30px 0;
    }

    #timer_form {
        width: 100%;
    }

    #timer_form .form_comment {
        width: 100%;
    }

    .timer_wrap {
        width: 100%;
    }

    .timer_title {
        text-align: center;
    }

    /*******************************************************************/
    .about {
        padding: 60px 0;
    }

    .about_imgs img {
        /*width: 49%;*/
    }

    /*******************************************************************/
    .gallery {
        padding: 60px 0;
    }

    .gallery_text br {
        display: none;
    }

    .gallery_ags {
        flex-flow: wrap;
        gap: 20px 0;
    }

    .gallery_ags > div {
        width: 49%;
    }

    .gallery_wrap {
        flex-direction: column;
    }

    .gallery_vid {
        width: 100%;
        height: 400px;
    }

    .gallery_imgs {
        display: flex;
        width: 100%;
        height: auto;
    }

    .gallery_imgs a {
        width: 50%;
    }

    /*******************************************************************/
    .prices {
        padding: 60px 0;
    }

    .rent_wrap {
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .rent {
        width: 100%;
    }
    
    .rent_table th, .rent_table td {
        border: 1px solid #ddd;
        padding: 35px;
    }

    .rent_imgs {
        margin-top: 30px;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .rent_imgs div {
        width: 49%;
    }

    .rent_prices > div {
        width: 48%;
    }

    .prices_dop .column {
        width: 48%;
    }

    .prices_dop .column > span {
        font-size: 18px;
    }

    .rent_comment {
        font-size: 14px;
    }

    /*******************************************************************/
    .offers {
        padding: 60px 0;
    }

    .offers_days {
        flex-flow: wrap;
        gap: 20px 0;
    }

    .offers_days .offers_item {
        width: 49%;
    }


    .offers_days .offers_item .item_text {
        min-height: 630px;
    }

    .offers_days .offers_item.offer3 {
        width: 100%;
    }

    .offers_days .offers_item.offer3 .item_img {
        text-align: center;
    }

    .offers_days .offers_item.offer3 .item_img img {
        width: 100%;
    }

    .offers_days .offers_item.offer3 .item_text {
        min-height: auto;
        gap: 30px 0;
    }

    /*******************************************************************/
    .book {
        padding: 60px 0;
    }

    .book .container {
        max-width: 100%;
    }

    /*******************************************************************/
    .contacts {
        padding: 60px 0;
    }

    footer {
        padding: 30px 0;
    }

}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {

    .to_order_widget {
        /* display: none; */
        height: 30px;
        font-size: 13px;
        padding: 0 15px;
        right: -72px;
    }

    .anim {
        opacity: 1 !important;
        transform: unset !important;
    }

    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .popup_container {
        width: 100%;
        vertical-align: top;
    }

    /*******************************************************************/
    header {
        padding: 10px 0;
    }

    header.scroll {
        padding: 10px 0;
    }

    header.active {
        background: #F2EBE6;
    }

    header.active .top_phone {
        color: #000000;
    }

    header.active .m_btn span {
        background: #000000;
    }

    header .logo1 {
        width: 24% !important;
        transform: unset;
    }

    header .phone-wrapper {
        /* flex-direction: column; */
        gap: 20px;
        margin-left: 12vw;
    }

    .top_phone {
        font-size: 14px;
    }

    .top_addr {
        font-size: 14px;
        display: none;
    }

    header .m_btn {
        left: 15px;
    }

    .menu {
        padding: 15px 0;
        left: -100%;
        flex-direction: column;
        gap: 15px 0;
        background: #FAF4EF !important;
    }

    .menu.active {
        left: 0;
    }

    .menu a {
        font-size: 14px;
        color: #000000 !important;
    }

    .blocks_title span {
        font-size: 30px;
    }

    header .phone-wrapper .btn {
        display: none;
    }

    header .addr-wrapper {
        display: none;
    }

    /*******************************************************************/
    .banner {
        /*padding-bottom: 74vw;*/
        margin-top: 0;
    }

    .banner video {
        height: 460px;
    }

    .banner:before {
        height: 460px;
    }

    .title_container {
        top: 130px;
        padding: 0 15px;
    }

    .title_container:before {
        height: 57vw;
        top: -15px;
    }

    .title_container .title1 {
        font-size: 5vw;
    }

    .title_container .title2 {
        font-size: 5.5vw;
        margin-top: 10px;
        font-weight: 600;
    }

    .title_container .title2 b {
        font-size: inherit;
        font-weight: 900;
    }

    .title_container .title1 br,
    .title_container .title2 br,
    .title_container .title_addr br {
        display: block;
    }

    .title_container .title_addr {
        font-size: 4vw;
        padding-left: 0;
        margin-top: 30px;
        background: none;
    }

    .title_container .title_addr br {
        display: none;
    }

    .title_container .title_addr span {
        display: none;
    }

    .title_container .btn {
        width: 100%;
        height: 50px;
        margin-top: 20px;
    }

    .title_props {
        display: none;
    }

    .timer_block {
        padding: 30px 0;
    }

    .timer_block .container {
        flex-direction: column-reverse;
        gap: 20px 0;
    }

    #timer_form {

    }

    #timer_form .form-group {
        width: 100% !important;
    }

    #timer_form .form_comment {
        text-align: left;
        font-size: 6vw;
    }

    .timer_wrap {
        width: 100%;
    }

    .timer_title {
        text-align: left;
        font-size: 6vw;
    }

    .timer_text .form_comment {
        font-size: 4vw;
        text-align: center;
    }

    .timer {
        display: flex;
        justify-content: center;
    }

    div[id^=timer] {
        transform: scale(0.75) !important;
        min-width: auto !important;
        white-space: nowrap;
    }

    .blocks_title {
        font-size: 4vw;
    }

    .blocks_title span {
        font-size: 7vw;
        margin-bottom: 10px;
    }

    .blocks_title span br {
        display: none;
    }

    #title_form {
        margin-top: 22vw;
    }

    #title_form .form_comment {
        font-size: 3vw;
        margin-bottom: 30px;
    }

    #title_form .form_fields {
        flex-direction: column;
        gap: 5px 0;
    }

    #title_form .form_fields .form-group {
        width: 100%;
        margin-bottom: 0;
    }

    #title_form .form_fields input {
        color: #000000;
        border-color: #000000;
        height: 50px;
        font-size: 14px;
    }

    #title_form .form_fields input::placeholder {
        color: #000000;
    }

    #title_form .form-group label {
        color: #000000;
        border-color: #000;
        padding-left: 15px;
    }

    #title_form .agree_field {
        color: #000000;
        margin-top: 10px;
    }

    #title_form .btn {
        background: #200F08;
        color: #ffffff;
    }

    /*******************************************************************/
    .about {
        padding: 60px 0;
    }

    .about_imgs {
        gap: 0;
        justify-content: space-between;
    }

    .about_imgs > div {
        width: 49%;
    }

    .about_text {
        margin-top: 20px;
        font-size: 4vw;
    }

    .about_text br {
        display: none;
    }

    .about_specs {
        flex-flow: wrap;
        gap: 20px 0;
    }

    .about_specs > div {
        width: 49%;
        font-size: 4vw;
    }

    .about_specs > div b {
        font-size: 6vw;
    }

    .about_specs > div:after {
        display: none;
    }

    /*******************************************************************/
    .gallery {
        padding: 60px 0;
        background-color: #F2EBE6;
    }

    .gallery_tabs {
        gap: 0 10px;
    }

    .gallery_tabs div {
        font-size: 3.5vw;
    }

    .gallery_text br {
        display: none;
    }

    .gallery_text span {
        font-size: 6vw;
    }

    .gallery_text {
        font-size: 4vw;
    }

    .gallery_slider {
        padding-bottom: 30px !important;
    }

    .gallery_slider .swiper-pagination {
        display: flex;
        justify-content: center;
        width: 100%;
        bottom: 0 !important;
    }

    .gallery_slider .swiper-pagination-bullet-active {
        background: #592C12;
    }

    .gallery_slider_wrap .swiper-button-prev,
    .gallery_slider_wrap .swiper-button-next {
        display: none;
    }

    .gallery_ags {
        flex-flow: wrap;
        gap: 20px 0;
    }

    .gallery_ags > div {
        width: 100%;
        font-size: 4.5vw;
    }

    .gallery_wrap {
        margin-top: 25px;
        flex-direction: column;
        gap: 5px 0;
    }

    .gallery_vid {
        width: 100%;
        height: 195px;
    }

    .gallery_imgs {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 5px 0;
        height: auto;
    }

    /*******************************************************************/
    .prices {
        padding: 60px 0;
        background-size: cover;
    }

    .prices_dop {
        flex-direction: column;
        margin-top: 60px;
        gap: 30px 0;
    }

    .prices_dop .column {
        width: 100%;
        gap: 5px 0;
    }

    .prices_dop .column > span {
        text-align: center;
        font-size: 5vw;
    }

    .rent_table th, .rent_table td {
        padding: 2px;
        width: 140px !important;
    }

    .rent_table th:first-child, .rent_table td:first-child, .rent_table th:last-child, .rent_table td:last-child {
        height: 70px !important;
    }

    .rent_table .table_subtitle {
        font-size: 4vw;
        width: 120px !important;
    }

    .rent_table .price {
        font-size: 3.7vw;
    }

    .rent_table small {
        font-size: 3vw;
    }

    .rent_table .price_slash:before {
        top: 10px;
    }

    .rent_table .price_slash {
        font-weight: 300;
        font-size: 2.5vw;
        color: #857069;
        font-family: 'Ysabeau';
        margin-bottom: -10px;
        position: relative;
        position: relative;
    }

    .rent_comment {
        font-size: 4vw;
        text-align: center;
        margin-top: 35px;
    }

    .rent_wrap {
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .rent {
        width: 100%;
    }

    .rent_title {
        text-align: center;
    }

    .rent_imgs {
        margin-top: 30px;
        width: 100%;
    }

    .rent_imgs > div:first-child {
        display: none;
    }

    .rent_comment {
        font-size: 3.7vw;
    }

    .rent_comment br {
        display: none;
    }

    #rent_form {
        width: 100%;
        margin-top: 25px;
    }

    #rent_form .form_comment {
        text-align: center;
        text-transform: uppercase;
        font-size: 4vw;
    }

    .rent_prices {
        margin-top: 35px;
    }

    .rent_prices > div {
        width: 49%;
    }

    .rent_prices > div .price {
        font-size: 7vw;
    }

    .rent_prices > div .price_slash {
        font-size: 4vw;
        margin-bottom: -5px;
    }

    .rent_prices > div .tooltip {
        font-size: 3.5vw;
        top: unset;
        bottom: -35px;
        color: #ffffff;
        opacity: 1;
        background: none;
    }

    .rent_prices > div .day {
        font-size: 4vw;
        bottom: -25px;
        display: none;
    }
    
    .prices_contact .form_info {
        text-align: center;
    }

    /*******************************************************************/
    .offers {
        padding: 60px 0;
    }

    .offers_days {
        flex-flow: wrap;
        gap: 20px 0;
        margin-top: 30px;
    }

    .offers_days .offers_item {
        width: 100%;
    }

    .offers_days .offers_item .item_text {
        min-height: auto;
    }

    .offers_days .offers_item .item_list > div {
        font-size: 4vw;
    }

    .offers_days .offers_item .item_price {
        margin-top: 30px;
        font-size: 8vw;
    }

    .offers_days .offers_item.offer3 {
        width: 100%;
    }

    .offers_days .offers_item.offer3 .item_img {
        text-align: center;
    }

    .offers_days .offers_item.offer3 .item_img img {
        width: 100%;
    }

    .offers_days .offers_item.offer3 .item_text {
        min-height: auto;
        gap: 30px 0;
    }

    /*******************************************************************/
    .reviews__title {
        font-size: 7vw;
    }

    .reviews__subtitle {
        font-size: 5vw;
    }

    /*******************************************************************/
    .book {
        padding: 60px 0;
    }

    .book .container {
        max-width: 100%;
    }

    #book_form .form-group {
        width: 100%;
    }

    #book_form .form_btns {
        flex-direction: column-reverse;
        gap: 10px 0;
    }

    #book_form .form_btns .btn {
        width: 100%;
    }

    /*******************************************************************/
    .contacts {
        padding: 60px 0;
    }

    #map1 {
        height: 350px;
        background-size: cover;
    }

    .contacts_wrap {
        flex-direction: column;
        gap: 20px 0;
    }

    .contacts_btns {
        width: 100%;
    }

    .bot_phone_wrapper {
        flex-direction: column;
    }

    .bot_phone {
        margin-top: 0;
    }

    /*******************************************************************/
    footer {
        padding: 30px 0;
    }

    .foot_wrap {
        flex-direction: column;
        gap: 20px 0;
        align-items: center;
    }

    .yurinfo {
        text-align: center;
    }


}

@media (max-width: 480px) {
    .rent_table .price_slash:before {
        top: 6px;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {
    #title_form {
        margin-top: 27vw;
    }
}

@media (max-width: 360px) {
    #title_form {
        margin-top: 33vw;
    }
}

@media (max-width: 320px) {

}