.page-retreats{
	display:block;
	width:100%;
}
h1{
	font-size: 28px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
}
.block-background-brown{
	display:block;
	width:100%;
	background: linear-gradient(70deg, #c78c66, #e2b287);
	background: linear-gradient(70deg, #c78c66, #f8c698);
}
.block-background-white{
	display:block;
	width:100%;
	background:#fff;
}
.block-main{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 0px 20px;
	box-sizing: border-box;
}
.block-h1-bread{
	display: block;
	width: 100%;
	padding: 50px 0px;
	box-sizing: border-box;
}
.block-text{
	display:block;
	width:100%;
	padding: 50px 0px;
	box-sizing: border-box;
}
.block-text p{
	margin: 0px;
	line-height: 32px;
	margin-bottom: 15px;
	font-weight: 300;
}
.block-text p:last-child{
	margin-bottom: 0px;
}
.block-all-retreats-items{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.block-all-retreats-item{
	display:flex;
	width:100%;
	flex-wrap: wrap;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
	box-sizing:border-box;
}
.block-all-retreats-item:last-child{
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
}
.block-all-retreats-item-img{
	display:block;
	width:100%;
	flex-basis: 50%;
}
.block-all-retreats-item-img img{
	width: 400px;
	height: 400px;
	object-fit: cover;
}
.block-all-retreats-item-meta{
	display:block;
	width:100%;
	flex-basis: 50%;
}
.block-all-retreats-item-meta-zag{
	display: block;
	width: 100%;
	padding: 20px 0px;
	box-sizing: border-box;
}
.block-all-retreats-item-meta-mesto{
	display: flex;
	width: 100%;
	align-items: center;
	font-size: 15px;
	font-weight: 300;
	color: #666;
}
.block-all-retreats-item-meta-mesto img{
	width: 100%;
	max-width: 30px;
	padding-right: 10px;
}
.block-all-retreats-item-meta-people{
	display: flex;
	width: 100%;
	align-items: center;
	font-size: 15px;
	font-weight: 300;
	color: #666;
}
.block-all-retreats-item-meta-people img{
	width: 100%;
	max-width: 30px;
	padding-right: 10px;
}
.block-all-retreats-item-meta-zag a{
	text-decoration: none;
	font-size: 24px;
	font-weight: 800;
	color: #000;
}
.block-all-retreats-item-meta-zag a:hover{
	text-decoration:underline;
}
.block-all-retreats-item-meta-vkl{
	display:block;
	width:100%;
}
.block-all-retreats-item-meta-vkl-text{
	display: flex;
	width: 100%;
	position: relative;
	font-size: 15px;
	font-weight: 300;
	color: #000;
	padding-left: 30px;
	padding-bottom: 10px;
	box-sizing: border-box;
	align-items: center;
}
.block-all-retreats-item-meta-vkl-text: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-all-retreats-item-meta-cena{
	display: block;
	width: 100%;
	padding-top: 20px;
	box-sizing: border-box;
	font-size: 32px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
}
.block-all-retreats-item-meta-cena span{
	font-size: 17px;
	font-weight: 300;
	color: #000;
	text-transform: none;
}
.block-all-retreats-item-transaction-zag{
	display: block;
	width: 100%;
	flex-basis: 100%;
	background: linear-gradient(70deg, #c78c66, #e2b287);
	background: linear-gradient(70deg, #c78c66, #f8c698);
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 20px;
	box-sizing: border-box;
	margin-top: -5px;
}
.block-all-retreats-item-buttons{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.block-all-retreats-item-button{
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0px;
	box-sizing: border-box;
}
.block-all-retreats-item-button a{
	text-decoration: none;
	width: 100%;
	display: block;
}
.block-all-retreats-item-button a:hover{
	text-decoration:none;
}
.block-all-retreats-item-button a img{
	width:100%;
	max-width:30px;
}
.barib-one{
	background: linear-gradient(70deg, #1E3139, #2f4d59);
}
.barib-two{
	background: linear-gradient(70deg, #446771, #527d89);
}
.barib-three{
	background: linear-gradient(70deg, #97B9BD, #a5cbcf);
}
@media (max-width: 850px){
	.block-all-retreats-item-img{
		flex-basis: 100%;
	}
	.block-all-retreats-item-img img{
		width: 100%;
	}
	.block-all-retreats-item-meta{
		flex-basis: 100%;
		margin: 20px 0px;
	}
}