article, aside, figure, footer, header, hgroup, nav, section{display:block;}


*{margin:0;padding:0;font-family: 'PT Sans'; -webkit-box-sizing: border-box;
          box-sizing: border-box;color: #3E2408;}
* {
  outline: 0 !important;
}		  
html, body{position:relative;overflow-x:hidden;}
body{background:#FFF5EA;}
p{line-height:1.8;margin-bottom:15px;}
ul, ul li{margin-bottom:15px; list-style-position:inside;}
img {
  max-width: 100%; }
  a{transition:0.7s;}


 .block_top{
	 padding: 20px 250px 20px 310px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    max-width: 1089px;
	background: #fff;
 } 
 .top_desc{
	 font-weight: 400;
font-size: 20px;
line-height: 130%;
margin:21px 0 15px 0;

 }
 .coco{
	 font-style: italic;
font-weight: 400;
font-size: 20px;
line-height: 130%;
 }
 .book{
	font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 130%;
    display: block;
    text-transform: lowercase;
    color: #3E2408;
    font-family: 'Baskervville', serif;
    background: #FFF5EA;
    text-align: center;
    max-width: 400px;
    padding: 20px 0;
    margin-top: 35px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
	position: relative;
 }
 .book:after{
	 content:url(img/b_star.svg);
	 position: absolute;
    top: 0;
    right: 10px;
 }
 
.book {
background: linear-gradient(to left, #FFF5EA 50%, #E6BE8A 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.book:hover {
  background-position: left;
  text-decoration:none;
  color:white;
}
.adr{
	margin-top:60px;
}
.adr p{
	font-weight: 400;
font-size: 24px;
line-height: 146.5%;
letter-spacing: 0.05em;
}
.promo{
	display: flex;
  flex-direction: column;
  justify-content: center;
position:relative;
  min-height: 100vh;
}
.main_ph{
	position:absolute;
	position: absolute;
    right: 0;
    bottom: 0;
	
}
a.scroll{
	    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    display: block;
    text-align: center;
    width: 45px;
}
.menu{
	transition: d 0.7s ease;
}
.menu span{
	font-size: 24px;
    line-height: 130%;
    margin-left: 16px;
}
.menu:hover{text-decoration:none;}
.menu:hover span{
	color: #E6BE8A;
	
}

.menu:hover .menu-icon{
	 d: path("M0.25 0H37.75V2.5H0.25V0ZM12.5 8.75H37.75V11.25H12.5V8.75Z"); 
  fill: #E6BE8A; 
}
.menu:hover #opmenu path{fill: #E6BE8A;}
.menu svg{
	width:38px;
}

.menu-icon {
  transition: d 0.7s ease; 
  
}

header{
	background:#FFF8F9;
	    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
	padding:7px 0;
	z-index:10;
}
.m_book{
	position: relative;
    font-size: 24px;
    line-height: 130%;
    color: #3E2408;
    font-family: 'Baskervville', serif;
	display: inline-block;
    padding: 2px 0;
	width:126px;
	transition: transform 0.7s ease;
	
}
.center{text-align:center;}
.right{text-align:right;}
.m_book:before{
	content: "";
    width: 52px;
    height: 1px;
    background: #3E2408;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
	transition: transform 0.7s ease;
}
.m_book:after{
	content: "";
    width: 65px;
    height: 1px;
    background: #3E2408;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
	transition: transform 0.7s ease;
}


.m_book:hover:before {
  transform: translateX(74px); /* Изменяем положение элемента при наведении */
  background: #E6BE8A;
}

.m_book:hover:after {
  transform: translateX(-61px); /* Изменяем положение элемента при наведении */
  background: #E6BE8A;
}
.m_book:hover{
	color: #E6BE8A;
	text-decoration:none;
}
h2{
	font-family: 'Baskervville', serif;
	font-weight: 300;
font-size: 60px;
text-align:center;
line-height: 130%;
margin-bottom:20px;
}
.about{
	padding:50px 0;
	background:#FFF8F9;
}
.a_desc p{
	font-weight: 400;
font-size: 14px;
line-height: 130%;
padding-left: 30px;
    padding-right: 150px;
}
.a_desc ul{
font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    padding-left: 30px;
    padding-right: 150px;
}
.line{
	background: #3E2408;
    border: 1px solid #E6BE8A;
	text-align: center;
}
.prem{
	background:#FFF8F9;
	padding-top: 50px;
}
.pr_name{
	font-weight: 300;
    font-size: 46px;
    line-height: 130%;
    font-family: 'Baskervville', serif;
    text-align: center;
	margin-bottom: 10px;
}
.pr_desc{
	font-weight: 400;
    font-size: 24px;
    line-height: 146.5%;
    text-align: center;
    letter-spacing: 0.1em;
}
.pr_bg{
	background: #FFF5EA;
    padding: 46px 20px 20px 20px;
}
.owl-carousel .owl-item .pr_name img{
	width: 122px;
    margin: 0 auto 20px auto;
}
.popular{
	margin-top: -145px;
    background: #fff5ea;
    padding-top: 240px;
	border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
	
}
.ps path{
	fill:#E6BE8A;
}
.pop_img img{
	width: 100%;
}
.pop_img{
	position: relative;
   
}
.pop_text{
	    text-align: center;
    background: #FFF8F9;
    position: relative;
    padding: 15px 0;
	height: 210px;
}
.pop_name{
	font-weight: 400;
    font-size: 24px;
    line-height: 146.5%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3E2408;
	
}
.pop_time{
	    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
	font-size: 16px;
line-height: 130%;
/* identical to box height, or 21px */

letter-spacing: 0.1em;

/* Braun */

color: #3E2408;
}
.all .pop_over{
	height:100%;
}
.all .pop_text{height:100%;
display: flex;
    align-items: center;
    justify-content: center;
}
.arr{
	margin-bottom:20px;
}
.mb25{    margin-bottom: 25px;}
.t_link{display:none;}
.pop_link:hover .pop_text{
	background: #E6BE8A;

	
}
.pop_link:hover {text-decoration:none;}
.pop_link:hover .pop_name{text-decoration:none;}
.pop_link:hover .ps path {
    fill: #fff;
}
.pop_link:hover  .t_link{
	display: block;
    position: absolute;
    z-index: 3;
    top: 40%;
    font-weight: 300;
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    text-transform: lowercase;
    color: #3E2408;
    background: #FFF8F9;
    padding: 7px 0;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
	}
.gallery_bl{
	padding:50px 0;
	background:#FFF8F9;
}	
.gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 22px;
    margin-top: 30px;
}
.gallery__grid {
    display: grid;
    gap: 22px;
}
.gallery__subgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}
.gallery__subgrid img{width:100%;}


.testimonials{
	padding:60px 0;
}
.t_over{
	background: #FFF8F9;
    padding: 30px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    min-height: 300px;
	margin-bottom: 25px;
}
.t_name{margin-bottom: 11px;}
.t_name span{
	font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    text-decoration-line: underline;
    font-family: 'Baskervville', serif;
}
.t_star{
	margin-bottom: 15px;
}
.t_star img{ margin-right:5px;}
.t_text{
	font-size: 14px;
    line-height: 130%;
}
.testimonials .container{
	position:relative;
}
.testimonials .t_over{
	position:relative;
	z-index:2;
}
.testimonials .container:before{
	content:"";
	position:absolute;
	height:218px;
	width:218px;
	background:url(img/t_lines.svg) no-repeat center;
	background-size:cover;
	z-index:1;
	top: 38px;
    right: -78px;
}
.testimonials .container:after{
	content:"";
	position:absolute;
	height:218px;
	width:218px;
	background:url(img/t_lines2.svg) no-repeat center;
	background-size:cover;
	z-index:1;
	bottom: 46px;
    left: -78px;
}
.google{
text-align: center;
    font-size: 28px;
    font-family: 'Baskervville', serif;
    font-weight: 300;
    line-height: 130%;
    text-transform: lowercase;
    background: linear-gradient(to left, #fff 50%, #E6BE8A 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    margin-top: 35px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    position: relative;
    margin: 40px auto;
    display: block;
    width: 300px;
    padding: 2px 0;
    color: #3E2408;
}

.google:hover {
  background-position: left;
  text-decoration:none;
  color:white;
}
.faq{padding:40px 0 60px 0;}
.f_item{
	background: #FFF8F9;
    padding: 30px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    margin-bottom: 25px;
}
.f_item h3{
	font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    font-family: 'Baskervville', serif;
}
.f_item p{font-size: 14px;
   
    line-height: 130%;}
	.f_item ul li{font-size: 14px;
   margin-bottom:5px;
    line-height: 130%;}
.call{text-align: center;
    font-size: 28px;
    font-weight: 300;
    line-height: 130%;
    text-transform: lowercase;
    background: linear-gradient(to left, #fff 50%, #E6BE8A 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    margin-top: 77px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    display: block;
    width: 300px;
    padding: 2px 0;
    color: #3E2408;}	
.call:hover {
  background-position: left;
  text-decoration:none;
  color:white;
  border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}	
.f_item_ph{
	padding: 30px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
	position:relative;
	background:#E6BE8A;
}
.f_item_ph h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    font-family: 'Baskervville', serif;
}
.f_item_ph p {
    font-size: 14px;
    line-height: 130%;
}
.f_item_ph p a{
    font-size: 14px;
    color: #3E2408;
	font-weight: 600;
    text-decoration: underline;
}
.insta{
	background:#FFF8F9;
	padding:75px 0;
	text-align:center;
}
.b_t_inst{
	    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    text-transform: uppercase;
}
.i_over{
	padding:30px 0;
	background: #FFF5EA;
    border-top: 1px solid #e6be8a;
    border-bottom: 1px solid #e6be8a;
	box-shadow: 0px 0px 40px 0px rgba(230, 190, 138, 0.30);
	    margin-bottom: 15px;

}
footer{
padding:40px 0 50px 0;
}
footer .logo{
	margin-bottom:20px;
}
.f_book{
	font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 130%;
    display: block;
    text-transform: lowercase;
    color: #3E2408;
    font-family: 'Baskervville', serif;
    background: #FFF8F9;
    text-align: center;
    max-width: 400px;
        padding: 5px 0;
    margin-bottom: 30px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    position: relative;
}
.f_book {
    background: linear-gradient(to left, #FFF 50%, #E6BE8A 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.f_book:hover {
  background-position: left;
  text-decoration:none;
  color:white;
}
.call_f{
	font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 130%;
    display: block;
    text-transform: lowercase;
    color: #3E2408;
    background: #FFF8F9;
    text-align: center;
    max-width: 400px;
        padding: 5px 0;
    margin-bottom: 30px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    position: relative;
}
.call_f {
    background: linear-gradient(to left, #FFF 50%, #E6BE8A 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.call_f:hover {
  background-position: left;
  text-decoration:none;
  color:white;
}

.f_over p{
	font-size:14px;
}
footer ul{
	    padding-left: 30%;
}
footer ul li{
	margin-bottom: 0px;
    list-style-type: none;
}
footer ul li a{
	font-size: 14px;
    font-family: PT Sans;
    line-height: 150%;
    letter-spacing: 0.28px;
    color: black;
	
}
footer ul li a:hover{
	color: black;
}
.f_soc{
	text-align:center;
}
.f_soc  a p {
	color:black;
	font-size:9px;
}
.f_soc  a:hover{
	color:black;
	text-decoration:none;
}
.des{
	margin-top: 54px;
    display: block;
}
.g_over{height:100%; }
.g_over img{height:100%; }

.radius img{
	    border-radius: 32% 32% 0% 0;
		max-height: 542px;
    object-fit: fill;
}
.sec{
	margin-top:25px;
	margin-bottom:25px;
}
.sec img{
	width: 100%;
}
.circle img{
	border-radius:50%;
}
.g_el{
	color: #3E2408;
    font-size: 60px;
    font-weight: 300;
    line-height: 120%;
    text-transform: uppercase;
    font-family: 'Baskervville', serif;
}
.el{
	display:inline-block;
	position:relative;
}
.crown{
	position: absolute;
    height: 50px !important;
    right: -11px;
    top: -12px;
}
.box_line{
	    position: relative;
		margin-bottom: 25px;
}
.the_line{
	    width: 100%;
    height: 50px;
    background: #3E2408;
    position: absolute;
	top: 35%;
    z-index: 1;
}
.box_line .row{z-index:3;position: relative;}
.studio{
	color: white;
    font-style: italic;
	display: block;
}

.g_over.inst_block img{
	height:auto;
	
}
.inst_block{
	text-align:center;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff5ea;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
}
.inst_block a{font-size:18px;}
.inst_block a:hover{text-decoration:none;}
.l_rad img	{border-radius: 34% 0 0 34%;width:100%;}
.thr .g_over img{
	width:100%;
}
.thr{
	margin: 25px 0;
}
.fw img{
	width:100%;
}
.g9{
	border-radius: 0 75%;
}
.g13{    border-radius: 41%;}
.g14{        border-radius: 0 0 44% 44%;}
.f_gal{
	text-align: center;
    font-size: 28px;
    font-family: 'Baskervville', serif;
    font-weight: 300;
    line-height: 130%;
    text-transform: lowercase;
    background: linear-gradient(to left, #FFF5EA 50%, #E6BE8A 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    margin-top: 35px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    position: relative;
    margin: 40px auto;
    display: block;
    width: 300px;
    padding: 2px 0;
    color: #3E2408;
	
}
.f_gal:hover {
  background-position: left;
  text-decoration:none;
  color:white;
}
.main_ph_mob{display:none;}
.m_order1{order:1;}
.m_order2{order:2;}
.m_order3{order:3;}
@media (max-width:1450px){
	.main_ph {
    width: 68%;
}

}
@media (max-width:1260px){

.block_top {
    padding: 20px 329px 20px 136px;
   
}

}
@media (max-width:1200px){
	.the_line {
    top: 25%;
}
	
}
@media (max-width:1180px){

.block_top {
    padding: 20px 359px 20px 31px;
   
}

}
.read-more-checker{display:none;}
.read-more-button{display:none;}

.a_order1{order:1;}
.a_order2{order:2;}
.a_order3{order:3;margin-top: 40px;}	
		.a_order4{order:4;margin-top: 40px;}	
.mob_line{display:none;}

.pop_over{
	border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
 
}
@media (max-width:992px){
.the_line {
    top: 23%;
}
	
}
.gallery_mob{display:none;}
.show_mob{display:none;}

.que{
	    font-size: 60px;
    color: #E6BE8A;
    text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 22px;
    margin: 0 auto;
    text-align: center;
	
}

.bottom_img{display:none;}
.i_over{position:relative;}
.bg_inst{position: absolute;
    right: -39px;
    top: -39px;}
.fm_book{display:none;}
.call_mf{display:none;}	
.insta_mob{display:none;}

#opmenu{display:none;}
.menu.open #opmenu{    display: inline-block;
    position: relative;
    top: 3px;
    vertical-align: bottom;}
.menu.open #menuSvg{display:none;}

 .nomob{display:block;}
 .onlymob{display:none;}
.new_butt p{
	    font-size: 14px;
    text-align: center;
    max-width: 400px;
    width: 100%;
    margin-top: 20px;
}
@media (max-width:960px){
	.new_butt p{

    max-width:100%;
    width: 100%;

}
    .onlymob{display:block;}
    .nomob{display:none;}
	.menu.open span{display:none;}
	
	
	.fm_book{font-size: 20px;
    padding: 7px 0;
    text-align: center;
    font-weight: 300;
    line-height: 130%;
    text-transform: lowercase;
    background: linear-gradient(to left, #fff 50%, #E6BE8A 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    margin-top: 35px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    position: relative;
    margin: 40px auto;
    display: block;
    width: 100%;
    color: #3E2408;
	font-family: 'Baskervville', serif;
	}
.call_mf{font-size: 20px;
    padding: 7px 0;
    text-align: center;
    font-weight: 300;
    line-height: 130%;
    text-transform: lowercase;
    background: linear-gradient(to left, #fff 50%, #E6BE8A 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    margin-top: 35px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    position: relative;
    margin: 40px auto;
    display: block;
    width: 100%;
    color: #3E2408;}
	
	
	.f_book{display:none;}
	.call_f{display:none;}
	footer ul {
    padding-left: 0;
    text-align: center;
}
.f_over{text-align: center;}
	.i_over {
    padding: 130px 30px 25px 30px;
    border-top: 1px solid #e6be8a;
    border-bottom: 1px solid #e6be8a;
    box-shadow: none;
    margin-bottom: 0;
}
.des {
    margin-top: 27px;
    display: block;
}	
.insta_mob{
	background: #FFF8F9;
    text-align: center;
	padding-bottom: 50px;
    margin-top: -170px;
    position: relative;
    z-index: 2;
	display:block;
}	
.b_t_inst {
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    text-transform: uppercase;
    position: relative;
    margin-top: 30px;
}
.b_t_inst span {position: relative;z-index:3;}
.bg_inst {
    position: absolute;
    right: -40px;
    top: -75px;
}
.i_over p{
	    font-size: 14px;
    margin-bottom: 0;
}
.insta{display:none;}
.i_over .gray{color:#828282;margin-top: 50px;}
.avatar{
	margin: 40px auto 30px auto;
}
	
	.faq {
    padding: 40px 0 0px 0;
}
.rose{background: #FFF8F9;}
	.bottom_img{display:block;margin: 0 auto;    position: relative;
    z-index: 3;}
	.show_mob{display:block;}
	.h_item{display:none;}
	.mg_text{position:relative;}
	 .mg_text .g_over{position:relative; z-index:3;}
	.g_el {
    text-align: center;
}
.the_line {
    top: 29%;
}
.inst_block{
	   margin-top: 30px;
    border-top: none;
    border-bottom: none;
    height: 300px;
    border-left: 1px solid #E6BE8A;
border-right: 1px solid #E6BE8A;
    margin-bottom: 20px;
}
img.rad{
	border-radius: 34% 0 0 34%;
}
img.rad2{
	border-radius: 0 0 44% 44%;
}
img.rad3{
	border-radius: 41%;
}
.gallery_mob .inst_block img{
	    margin: 0 auto;
    height: 54px;
}
.inst_block p{
	 font-size: 24px;
}



.g_over span{display:block;}
.g_over .el {
    display: inline-block;
    position: relative;
}
	
	.gallery_mob img{
		margin:0 auto 20px auto;
		display:block;
	}
	
	
	.gallery_bl{display:none;}
	.gallery_mob{display:block;
	background: #FFF8F9;
    padding: 50px 0;
	}
	.all .pop_over{
	height:100%;
	min-height: 400px;
}
.all .pop_text{height:100%;
display: flex;
    align-items: center;
    justify-content: center;
	min-height: 400px;
}
	
	
	.a_order1{order:4;}
.a_order2{order:1;}
	.a_order3{order:2; margin-top: 0px;}	
		.a_order4{order:3;margin-top: 0px;}	
	.new_butt{text-align:center;}	
	.new_butt a.book{margin:15px auto;}
.a_desc img{display:none;}	
	
	/* Стили для текстового поля с кнопкой "Далее" */
.limiter {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
.limiter .bottom {
  position: absolute; /* Если прыгает - можно попробовать sticky */
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgb(255 217 29 / 0%),
    rgb(255 255 255)90%);
  width: 100%;
  height: 60px;
  opacity: 1;
  transition: 0.3s;
}
.read-more-checker {
  opacity: 0;
  position: absolute;
}
.read-more-checker:checked ~ .limiter {
  max-height: none;
}
.read-more-checker:checked ~ .limiter .bottom {
  opacity: 0;
  transition: 0.3s;
}

.read-more-button {
  background: linear-gradient(to left, #FFF5EA 50%, #E6BE8A 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    font-size: 20px;
    line-height: 130%;
    display: block;
    text-transform: lowercase;
    color: #3E2408;
    font-family: 'Baskervville', serif;
    text-align: center;
    max-width: 400px;
    padding: 4px 0;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    position: relative;
    margin: 10px auto;
}
	
.over_a img{
	    border-radius: 50px;
    border: 1px solid #E6BE8A;
    margin-top: 30px;
}	
.line{display:none;}	
	
	
	
	.a_desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.a_desc ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
	h2 {
    font-size: 40px;
}
	
	.menu_but{text-align:right;}
	.menu {
    transition: d 0.7s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
	
}
.menu svg {
    width: 38px;
    order: 2;
    display: flex;
}
.menu span{
	order: 1;
    display: flex;
    width: 100%;
    justify-content: end;
	font-size: 16px;
}
	.m_order1{order:2;}
.m_order2{order:1;}
	
	.main_ph_mob{display:block;}
	.main_ph {
    display:none;
}
.promo {
    background: #FFF8F9;
}
.block_top {
        padding: 70px 20px 10px 20px;
    background: #FFF8F9;
    border-bottom: none;
}
.logo{
	text-align:center;
}
.coco {
    font-size: 18px;
    text-align: right;
}
.book {
   
    font-size: 24px;
  
    padding: 4px 0;

}
.book:after {
    content: none;
    position: absolute;
    top: 0;
    right: 10px;
}
.adr {
   margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.adr p {
    font-weight: 400;
    font-size: 14px;
    line-height: 146.5%;
    letter-spacing: 0.05em;
}
.adr p img{width: 20px;}
.mnone{display:none;}	

.mob_line{
	background:url(img/back_brand.png) no-repeat center;
	background-size:cover;
	display:block;
	border-radius: 0 0px 50px 50px;
	position:relative;
	padding: 138px 0 20px 0;
    margin-top: -62px;
    z-index: 2;
}

.a_order1{text-align:center;z-index: 3;}
.mob_brand{
	text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	padding-bottom: 30px;
}
.mob_brand img{
	margin: 10px 4px;
}

.prem {
    background: #FFF8F9;
    padding-top: 0px;
    padding-bottom: 50px;
}
.popular {
    margin-top: 0;
    background: #fff5ea;
    padding-top: 40px;
	border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
}
.pr_desc {
    font-size: 21px;
}
.g_text{
	display:none;
}
.google {
    font-size: 20px;
    padding: 7px 0;
}
.show_mob{
	cursor:pointer;
	font-size: 20px;
    padding: 7px 0;
	text-align: center;
    font-family: 'Baskervville', serif;
    font-weight: 300;
    line-height: 130%;
    text-transform: lowercase;
    background: linear-gradient(to left, #fff 50%, #E6BE8A 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    margin-top: 35px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    position: relative;
    margin: 40px auto;
    display: block;
    width: 300px;
    color: #3E2408;
	
}

.h_item.show_mob{display:none;}
.f_item_ph {
    padding: 75px 30px 30px 30px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    position: relative;
    background: #E6BE8A;
    text-align: center;
}
.que{
	font-size: 60px;
    color: #E6BE8A;
    text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.call {
    text-align: center;
    font-size: 23px;
    font-weight: 300;
    line-height: 130%;
    text-transform: lowercase;
    background: linear-gradient(to left, #fff 50%, #E6BE8A 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    display: block;
    width: 100%;
    padding: 2px 0;
    color: #3E2408;
    margin: 20px auto 0 auto;
}



}

@media (max-width:500px){
	.mob_line {

    margin-top: -104px;

}
	
}
@media (max-width:400px){
.mob_line {
    margin-top: -119px;
	    padding: 132px 0 0px 0;
}
.mob_brand img {
    margin: 5px 4px;
}
	
}
.header_nav{display:none;padding: 45px 0;height: 100vh;}
.header_nav ul li a{
	    color: #3E2408;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    text-transform: capitalize;
    font-family: 'Baskervville', serif;
	    padding-left: 50px;
    position: relative;
}
.header_nav ul li{
	list-style-type: none;
}
.header_nav ul li a:hover{
	text-decoration:none;
	color: #E6BE8A;
}
.header_nav ul li a:hover:after{
	content:url(img/m_star.svg);
	position:absolute;
	    left: 0;
}
header nav{height: 100%;
    overflow: auto;
    position:relative;
}
header nav .nav_block{
   
    display: block;}
    header nav p{
        font-size: 18px;

font-style: normal;
font-weight: 300;
line-height: 130%;
text-transform: uppercase;
 padding-left: 50px;
    }

.nav_img{
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    text-align: center;
}
  .nav_img:after{
   content: "";
    height: 84%;
    width: 1px;
    background: #E6BE8A;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
      
  }  
    .ni2{
       position: absolute;
    top: 67%;
    z-index: 1; 
    }
        .ni3{
       position: absolute;
    top: 85%;
    z-index: 1; 
    }
 .nav_img img{
     background: #fff8f9;
    display: block;
 } 

 
@media (max-width:768px){
    
    .nav_img{display:none;}
   .header_nav ul li a{
	    color: #3E2408;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: capitalize;
    font-family: 'Baskervville', serif;
	    padding-left: 44px;
    position: relative;
} 
.header_nav ul li a:hover:after {
    content: url(img/m_star.svg);
    position: absolute;
    left: 0;
    top: -8px;
}
 header nav p{
        font-size: 16px;

font-style: normal;
font-weight: 300;
line-height: 130%;
 padding-left: 44px;
    }   
}
.cat_head{text-align:center;    background: #FFF8F9;
    padding: 20px 0;
    border-bottom: 1px solid #E6BE8A;
}
.section-title{
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: uppercase;
    font-family: 'Baskervville', serif;
}    
.objects__buttons button{
    font-size: 16px;
font-family: PT Sans;
font-style: normal;
font-weight: 400;
color:#3E2408;
background: none;
    border: none;
    margin-right: 30px;
    margin-bottom: 20px;
    transition:0.7s;
}
.objects__buttons{
    padding: 30px 0 0 0;
    max-width: 720px;
    margin: 0 auto;
}
.objects__buttons button:hover{
    color:#E6BE8A;
    transition:0.7s;
}
.objects__buttons button.active{
    font-style: italic;
font-weight: 700;
border-top: 1px solid #E6BE8A;
border-bottom: 1px solid #E6BE8A;
color:#E6BE8A;
transition:0.7s;
}
.inner_page{
    background:#fff;
    padding-bottom:50px;
}
.objects__group{
    padding-top:30px;
    border-bottom: 1px solid #E6BE8A;
}
.objects__group h2{
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: uppercase;
    font-family: 'Baskervville', serif;
}
.objects__group p{
    font-size: 16px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
table.prices{width:100%;border-spacing: 0 10px;
    border-collapse: separate;}
table.prices td, table.prices th{padding:5px 10px;}
table.prices .pink{background: #FFF8F9;}
table.prices .name{    position: relative;width: 80%;}
table.prices .name img{position: absolute;
    left: -20px;
    top: 10px;}
 table.prices   .desc{position: relative;
    top: -10px;}
  
.select_date{
	text-align: center;
    font-size: 28px;
    font-family: 'Baskervville', serif;
    font-weight: 300;
    line-height: 130%;
    text-transform: lowercase;
    background: linear-gradient(to left, #FFF8F9 50%, #E6BE8A 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    margin-top: 35px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    position: relative;
    margin: 40px auto;
    display: block;
    width: 300px;
    padding: 2px 0;
    color: #3E2408;
	
}
.select_date:hover {
  background-position: left;
  text-decoration:none;
  color:white;
}
.objects__wr{overflow:unset !important;max-width: 720px;
    margin-left: auto;
    margin-right: auto;}

.inner_gallery{
    padding-bottom:50px;
    background:#FFF8F9;
}
.inner_gallery .objects__buttons{
    max-width: 100%;
}
.inner_gallery .objects__wr {
    max-width: 100%;
} 
.fancybox-button svg path {
    stroke-width: 0;
    color: white;
    fill: white;
}  
.g_img img{
    width:100%;
} 
.inner_gallery .objects__group{border-bottom: none;}
.page h1{text-align:center;margin-bottom: 21px;}
.page{
    padding: 50px 0;
    background: #FFF8F9;
}
.c_block img{margin-bottom:10px;}
.c_block{margin-bottom:30px;}
.formcall h2{
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: uppercase;
    font-family: 'Baskervville', serif;
}
.formcall form{
       max-width: 940px;
    margin: 0 auto;
    background: #FFF5EA;
    padding: 30px 100px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
}
.formcall{
    margin-top:30px;
}
.formcall form textarea{
    padding: 5px;
    width: 100%;
    border-top: 1px solid rgba(230, 190, 138, 0.50);
    border-bottom: 1px solid rgba(230, 190, 138, 0.50);
    background: #FFF;
    border-left: none;
    border-right: none;
    resize: none;
    height: 106px;
}
.formcall form textarea::placeholder {
  color: #c7b0b0; /* Измените цвет на нужный вам */
}
.formcall form .input::placeholder {
  color: #c7b0b0; /* Измените цвет на нужный вам */
}
.formcall form .input{
    display: block;
    width: 100%;
    border-top: 1px solid rgba(230, 190, 138, 0.50);
    border-bottom: 1px solid rgba(230, 190, 138, 0.50);
    background: #FFF;
    border-left: none;
    border-right: none;
    padding: 5px;
    margin-bottom: 10px;
}
.formcall p{
    font-size: 14px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-right: 30px;
}
.submit{
    text-align: center;
    font-size: 28px;
    font-family: 'Baskervville', serif;
    font-weight: 400;
    line-height: 130%;
    text-transform: lowercase;
    background: linear-gradient(to left, #FFF8F9 50%, #E6BE8A 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    position: relative;
    width: 150px;
    padding: 2px 0;
    color: #3E2408;
    margin: 0;
    border-left: none;
    border-right: none;
}
.submit:hover{
    background-position: left;
  text-decoration:none;
  color:white;
}
.map iframe{
       filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1); 
}
.adr p a{color: inherit;}


@media (max-width:768px){
    .pop_over {
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    width: 80%;
    margin: 0 auto;
}
  .pop_name {
    font-weight: 400;
    font-size: 19px;
    line-height: 146.5%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3E2408;
}
.pop_text {
    text-align: center;
    background: #FFF8F9;
    position: relative;
    padding: 15px 0;
    height: 180px;
}
    
    
    .pr_car .owl-stage{
        padding-left:0 !important;
    }
    
    
    .c_block {
    margin-bottom: 10px;
}
    
    .formcall form{
       max-width: 940px;
    margin: 0 auto;
    background: #FFF5EA;
    padding: 30px 15px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
}
    
    .objects__group h2 {
    font-size: 26px;
}
.select_date {
    font-size: 23px;
}
    
}    

.modal_p{
    position: fixed;
    z-index: 10000000;
    width: 100%;
    height: 100%;
    background:rgb(62 36 8 / 50%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.m_wrap{
        color: #232222;
    position: relative;
    margin: 5% auto;
    z-index: 1000;
    border-radius: 4px;
    background: #FFF5EA;
    width: 96%;
    max-width: 948px;
    box-sizing: border-box;
    padding: 35px 0;
    border: none;
    text-align: left;
}
.modal_logo{
    margin-bottom: 15px;}
.modal_logo img{
    width:247px;
}
.m_shape{
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    background: #FFF8F9;
    padding: 20px 300px 20px 100px;
    position: absolute;
    width: 100%;
    top: 28%;
    height: 237px;
}
.m_conten{
    text-align: center;
    max-width: 331px;
    margin-top:30px;
}
.m_conten p{font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: uppercase;
    margin: 10px 0 20px 0;}
.m_conten p a{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    color: #3E2408;
    font-family: 'Baskervville', serif;
}

.m_conten p a:hover{
    color: #E6BE8A;
    text-decoration:none;
}

.mod_book{
text-align: center;
    font-size: 28px;
    font-family: 'Baskervville', serif;
    font-weight: 300;
    line-height: 130%;
    text-transform: lowercase;
    background: linear-gradient(to left, #fff 50%, #E6BE8A 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    margin-top: 35px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    position: relative;
    display: inline-block;
    width: 300px;
    padding: 2px 0;
    color: #3E2408;
}

.mod_book:hover {
  background-position: left;
  text-decoration:none;
  color:white;
}
.fon_modal{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.c_conten {
    text-align: center;
    max-width: 456px;
    padding-left: 100px;
    z-index: 2;
    position: relative;
}
.mod_close{
 position: absolute;
    top: 15px;
    right: 15px;
        z-index: 2;
    
}

a:hover .b_t_inst{
    text-decoration:none;
    color:#E6BE8A;
}
.i_over a:hover{
    text-decoration:none;
}


@media (max-width:900px){
    .m_wrap {
    color: #232222;
    position: relative;
    margin: 5% auto;
    z-index: 1000;
    border-radius: 4px;
    background: #FFF5EA;
    width: 96%;
    max-width: 948px;
    box-sizing: border-box;
    padding: 35px 0;
    border: none;
    text-align: left;
    overflow: auto;
    height: 100%;
}
.c_conten {
    text-align: center;
    max-width: 456px;
    padding-left: 0;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}
.m_conten {
    margin: 0 auto;
    text-align: center;
    max-width: 90%;
}
.m_conten p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
}
.m_conten p a {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    color: #3E2408;
    font-family: 'Baskervville', serif;
}
.mod_book {
    text-align: center;
    font-size: 24px;
    font-family: 'Baskervville', serif;
    font-weight: 300;
    line-height: 118%;
    text-transform: lowercase;
    background: linear-gradient(to left, #fff 50%, #E6BE8A 50%) right;
    background-size: 200%;
    margin-top: 8px;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    position: relative;
    display: inline-block;
    width: 300px;
    padding: 2px 0;
    color: #3E2408;
}
.m_shape {
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    background: #FFF8F9;
    padding: 20px 300px 20px 100px;
    position: absolute;
    width: 100%;
    top: 25%;
    height: 260px;
}
.fon_modal {
    position: relative;
    right: 0;
    top: 0;
    height: auto;
    margin-top: 47px;
}

    
}

@media (max-width:400px){
    .fon_modal {
    position: relative;
    right: 0;
    top: 0;
    height: auto;
    margin-top: 24px;
}
    
}
.g_img{
    position: relative;
}

.g_img .gimg_ic{
    position:absolute;
    width: 23px;
    right: 11px;
}
.adr p a:hover {
    text-decoration:none;
}
footer .logo img{
    width: 300px;
}
.c_block a{color:#3E2408;}
.c_block a:hover{color:#3E2408;text-decoration:none;}

.n_content{}
.n_content .nc_top{text-align:center;padding-bottom:10px;}
.n_content .nc_top img{width: 247px;}
.ncm_l h2{
	font-size: 40px;
    text-transform: uppercase;
}
.nc_middle{
	position: relative;
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    background: white;
    padding: 15px 0 15px 30px;
}
.ncm_l{
	text-align: center;
    width: 53%;
    display: inline-block;
}
.ncm_r{
	    width: 69%;
    position: absolute;
    right: 0;
    top: 0;
}
.lips{
	font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
	color:#3E2408;
}
.unlips{
	font-size: 24px;
    font-weight:300;
    text-transform: uppercase;
	color:#3E2408;
}
.nc_spec{
	color: #3E2408;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 15px;
}
.nc_spec b{}
.nc_spec span{    color: #FF96B9;
    }
.nc_spec p{
	font-size: 14px;
    text-transform: math-auto;
    margin-bottom: 0;
}
.best_l{    margin-right: 60px;}
.new_line{
	margin-top:40px;
}
@media (max-width:992px){
	.nc_middle {
    padding: 15px 0 15px 0px;
}
	.best_l{    margin-right: 0px;}
.ncm_l {
    text-align: center;
    width: 100%;
    display: block;
}	
.ncm_r {
    display: none;
}	
}
@media (max-width:500px){
    .owl-carousel .owl-item .pr_name img {
   
    margin: 0 auto 20px auto;
}
.pr_desc {
    font-size: 24px;
}
.m_shape {
    border-top: 1px solid #E6BE8A;
    border-bottom: 1px solid #E6BE8A;
    background: #FFF8F9;
    padding: 20px 300px 20px 100px;
    position: absolute;
    width: 100%;
    top: 24%;
    height: 260px;
}
    .pr_bg{height: 250px;}
}

@media (max-width:401px){
   .fon_modal {
    position: relative;
    right: 0;
    top: 0;
    height: auto;
    margin-top: 41px;
} 
    
}
@media (max-width:398px){
   .fon_modal {
    position: relative;
    right: 0;
    top: 0;
    height: auto;
    margin-top: 19px;
} 
    
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
	z-index:50000;
}
#preloader.hide-preloader {
    animation: hidePreloader 1s;
}

#preloader.preloader-hidden {
    display: none;
}

@keyframes hidePreloader {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}