.page-single-retreat{
	display:block;
	width:100%;
}
.breadcrumbs a{
	color: #000;
}
h1{
	font-size: 28px;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	margin: 0px;
}
h2{
	font-size: 24px;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin:0px;
}
.block-background-white{
	display:block;
	width:100%;
	background:#fff;
}
.block-background-grey{
	display:block;
	width:100%;
	background:#f5f5f5;
}
.block-background-brown{
	display:block;
	width:100%;
	background: linear-gradient(70deg, #c78c66, #e2b287);
	background: linear-gradient(70deg, #c78c66, #f8c698);
}
.block-main{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 0px 20px;
	box-sizing: border-box;
}
.block-foto{
	display:block;
	width:100%;
	padding:50px 0px;
	box-sizing:border-box;
}
.block-foto-items{
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.block-foto-items a{
	text-decoration:none;
	transition: transform 0.3s ease-in-out;
}
.block-foto-items a:hover{
	text-decoration:none;
	filter: opacity(0.9);
	transform: scale(1.04);
	transition: transform 0.3s ease-in-out;
}
.block-foto-items a:first-child{
	grid-column: span 2;
	grid-row: span 2;
}
.block-foto-items a:nth-of-type(2n) {
	grid-column: span 2;
}
.block-foto-items a:nth-of-type(3n) {
  grid-row: span 2;
}
.block-foto-items a img{
	width:100%;
	height:100%;
	object-fit:cover;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.block-zagolovok-meta{
	display:block;
	width:100%;
	padding:50px 0px;
	box-sizing:border-box;
}
.bzm-meta{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 30px 0px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.bzm-meta-item{
	display: flex;
	width: 100%;
	flex-basis: 25%;
	align-items: center;
	font-size: 17px;
	font-weight: 300;
	color: #666;
}
.bzm-meta-item img{
	max-width: 50px;
	padding-right: 10px;
	box-sizing: border-box;
	width: auto;
}
.bzmmi-rating{
	font-size: 24px;
	font-weight: 400;
}
.block-zagolovok-text{
	display:block;
	width:100%;
	padding-bottom: 50px;
	box-sizing: border-box;
}
.block-zagolovok-text p{
	margin: 0px;
	line-height: 32px;
	margin-bottom: 15px;
	font-weight: 300;
}
.block-zagolovok-text p:last-child{
	margin-bottom: 0px;
}
.block-raspisanie{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 50px 0px;
	box-sizing: border-box;
}
.block-raspisanie h2{
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	line-height: 32px;
	padding: 0px;
	box-sizing: border-box;
	flex-basis: 30%;
}
.block-raspisanie-items{
	display:block;
	width:100%;
	flex-basis:70%;
}
.block-raspisanie-item{
	display:flex;
	width:100%;
	flex-wrap:wrap;
}
.block-raspisanie-item-vremya{
	display: flex;
	width: 100%;
	flex-basis: 30%;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	position: relative;
}
.block-raspisanie-item-vremya:after{
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url("/wp-content/uploads/2025/04/icon-time.svg");
	background-size: contain;
	right: 0px;
	background-repeat: no-repeat;
}
.block-raspisanie-item-opisanie{
	display: block;
	width: 100%;
	flex-basis: 70%;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
	padding: 20px 0px 20px 20px;
	box-sizing: border-box;
}
.block-map-zagolovok{
	display:block;
	width:100%;
	padding:50px 0px;
	box-sizing:border-box;
}
#map{
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
}
.ymaps-2-1-74-map{
    height:500px !important;
}
.block-retreat-check{
	display:block;
	width:100%;
	padding:50px 0px;
	box-sizing:border-box;
}
.block-retreat-check h2{
	text-align:left;
}
.block-retreat-check-items{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.block-retreat-check-item{
	display: flex;
	width: 100%;
	align-items: center;
	flex-basis: 25%;
	padding: 20px 0px;
	box-sizing: border-box;
}
.block-retreat-check-item img{
	width: auto;
	padding-right: 10px;
	box-sizing: border-box;
}
.block-retreat-check-item-yes{
	font-size: 17px;
	font-weight: 300;
	color: #000;
}
.block-retreat-check-item-no{
	font-size: 17px;
	font-weight: 300;
	color: #999;
	text-decoration: line-through;
}
.block-retreat-pros-cons{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	background: linear-gradient(70deg, #c78c66, #e2b287);
	background: linear-gradient(70deg, #c78c66, #f8c698);
	padding: 20px;
	box-sizing: border-box;
}
.block-retreat-pros-cons-item{
	display:block;
	width:100%;
	flex-basis:50%;
}
.block-retreat-pros-cons-item-zag{
	display: inline-block;
	font-size: 17px;
	font-weight: 800;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.block-retreat-pros-cons-item-vkl{
	display: flex;
	width: 100%;
	position: relative;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
	padding-left: 30px;
	padding-bottom: 10px;
	box-sizing: border-box;
	align-items: center;
}
.block-retreat-pros-cons-item-vkl:before{
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	background-image: url("/wp-content/uploads/2025/04/icon-in-stock.svg");
	background-size: contain;
	background-repeat: no-repeat;
	left: 0px;
}
.block-retreat-pros-cons-item-vkl-no{
	display: flex;
	width: 100%;
	position: relative;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
	padding-left: 30px;
	padding-bottom: 10px;
	box-sizing: border-box;
	align-items: center;
}
.block-retreat-pros-cons-item-vkl-no:before{
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	background-image: url("/wp-content/uploads/2025/04/icon-out-stock.svg");
	background-size: contain;
	background-repeat: no-repeat;
	left: 0px;
}
.block-contact-form-zag{
	display:block;
	width:100%;
	background: linear-gradient(70deg, #446771, #527d89);
}
.block-contact-form-zag h2{
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
	padding: 50px 0px 150px 0px;
	box-sizing: border-box;
}
.block-contact-form{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	position: relative;
	top: -100px;
	border: 1px solid #f5f5f5;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.block-contact-form-left{
	display: block;
	width: 100%;
	flex-basis: 50%;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}
.block-contact-form-left-stoimost{
	display: flex;
	width: 100%;
	align-items: center;
	font-size: 32px;
	font-weight: 800;
	color: #446771;
	text-transform: uppercase;
}
.block-contact-form-left-stoimost span{
	font-size: 17px;
	font-weight: 300;
	color: #000;
	text-transform: none;
	padding-right: 20px;
	box-sizing: border-box;
}
.block-contact-form-left p{
	margin: 0px;
	line-height: 32px;
	font-weight: 300;
}
.block-contact-form-left-items{
	display: block;
	width: 100%;
	padding-top: 30px;
	box-sizing: border-box;
}
.block-contact-form-left-items-item{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 10px 0px;
	box-sizing: border-box;
}
.block-contact-form-left-items-item-img{
	display:block;
}
.block-contact-form-left-items-item-img img{
	width: auto;
	max-width: 100px;
}
.block-contact-form-left-items-item-meta{
	display: block;
	padding-left: 20px;
	box-sizing: border-box;
}
.block-contact-form-left-items-item-meta-name{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.block-contact-form-left-items-item-meta-info{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 300;
	color: #000;
	padding-top: 10px;
	box-sizing: border-box;
}
.block-contact-form-right{
	display: block;
	width: 100%;
	flex-basis: 50%;
	background: #f5f5f5;
	padding: 20px;
	box-sizing: border-box;
}
.block-contact-form-right .screen-reader-response{
	display:block;
	width:100%;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.block-contact-form-right .screen-reader-response ul{
	display:none;
}
.block-contact-form-right form input{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #446771;
	font-size: 17px;
	font-weight: 300;
	color: #000;
}
.block-contact-form-right form textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #446771;
	font-size: 17px;
	font-weight: 300;
	color: #000;
}
.block-contact-form-right form input[type="submit"]{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 0px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background: linear-gradient(70deg, #446771, #527d89);
	cursor: pointer;
	transition: 0.2s;
}
.block-contact-form-right form input[type="submit"]:hover{
	transition: 0.2s;
	background: linear-gradient(70deg, #c78c66, #f8c698);
}
.block-contact-form-right .wpcf7-response-output{
	display:block;
	width:100%;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.bcfr-date{
	display:block;
	width:100%;
}
.bcfr-date p{
	font-size: 15px;
	font-weight: 700;
	color: #446771;
	text-transform: uppercase;
}
.block-single-retreat-zayavka{
	position: fixed;
	top: 50%;
	right: 0px;
	background: linear-gradient(70deg, #446771, #527d89);
	cursor: pointer;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0px 20px;
	box-sizing: border-box;
}
.block-single-retreat-zayavka a{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.block-single-retreat-zayavka a:hover{
	text-decoration: none;
}
.block-single-retreat-zayavka-zag{
	display:block;
	width:100%;
}
.block-single-retreat-zayavka-stoimost{
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
@media (max-width: 992px){
	.block-raspisanie h2{
		flex-basis: 100%;
		text-align: center;
		padding-bottom: 50px;
	}
	.block-raspisanie-items{
		flex-basis: 100%;
	}
	.block-raspisanie-item-vremya{
		justify-content: left;
		flex-basis: 40%;
	}
	.block-raspisanie-item-opisanie{
		flex-basis: 60%;
	}
}
@media (max-width: 768px){
	.bzm-meta-item{
		flex-basis: 50%;
	}
	.block-retreat-check-item{
		flex-basis: 33%;
	}
	.block-single-retreat-zayavka{
		top: auto;
		right: auto;
		bottom: 0px;
		display: block;
		width: 100%;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		padding: 0px;
	}
	.block-single-retreat-zayavka a{
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.block-single-retreat-zayavka-zag{
		width: auto;
	}
	.block-single-retreat-zayavka-stoimost{
		padding-top: 0px;
		width: auto;
		padding-left: 15px;
		box-sizing: border-box;
	}
}
@media (max-width: 600px){
	.block-contact-form-left{
		flex-basis: 100%;
	}
	.block-contact-form-right{
		flex-basis: 100%;
	}
}
@media (max-width: 500px){
	.block-retreat-check-item{
		flex-basis: 50%;
	}
	.block-retreat-pros-cons-item{
		flex-basis: 100%;
		padding-bottom: 30px;
	}
	.block-retreat-pros-cons-item:last-child{
		padding-bottom: 0px;
	}
}
@media (max-width: 340px){
	.bzm-meta-item{
		flex-basis: 100%;
	}
}