@charset "UTF-8";

/* Стили для хлебных крошек */
.breadcrumb {
	margin-bottom: 20px;
}

.breadcrumb span:not(:last-child)::after {
	content: " / ";
	margin: 0 5px;
}

/* Стили для страницы поста */
.post_img {
	max-width: 100%;
	margin-bottom: 20px;
}

.post_img-mobile {
	display: none;
}

@media (max-width: 576px) {
	.post_img-mobile {
		display: block;
	}
}

.entry-date{
color: #999;	
}

/* .thumb-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
} */
/* .thumb-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.thumb-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.thumb-wrap iframe,
.thumb-wrap video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
 }
  */
 .thumb-wrap {
   position: relative;
   padding-bottom: 56.25%;
   height: 0;
   overflow: hidden;
 }
 .thumb-wrap video {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: none;
 }
 
/* 
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;

}
.iframe_block {
  max-width: 100%!important;
  margin-bottom: 16px;
  padding-bottom: 16px;
}  */

/* Стили для основного контента */
.text {
	line-height: 1.6;
}

.text-big-row {
	font-family: 'Zagolovok', sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
}

.text h1, .text h2 {
	margin-bottom: 20px !important;
}

.text p {
	margin-bottom: 15px;
}

.text img {
	max-width: 100%;
	height: auto;
	margin: 15px 0;
}

/* Стили для блока Instagram */
._instagram_block {
	margin-top: 32px;
	background-color: #FEF3E1;
	padding: 28px 28px 18px 28px;
	border-radius: 10px;
}

._instagram_block ._instagram_block_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

._instagram_block p {
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 20px;
}

._instagram {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

._instagram ._link {
	margin-left: 10px;
}

._instagram ._link span {
	font-style: normal;
	font-weight: normal;
	font-size: 18.766px;
	line-height: 24px;
	color: #000000;
	display: block;
	margin-top: 5px;
}

._instagram ._link a {
	font-style: normal;
	font-weight: 500;
	font-size: 25.0213px;
	line-height: 29px;
	text-decoration-line: underline;
	color: #325D73;
}
.header-content {
	padding-bottom: 30px;
}
/* Стили для списка блога */
#new_reviews_block {
	padding: 0px 0 100px 0;
}

@media (max-width: 768px) {
	#new_reviews_block {
		padding: 25px 0 50px 0;
	}
}

#new_reviews_block h2 {
	font-family: 'FuturaFuturisC', sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 30px;
}

.block {
	margin-bottom: 34px;
}

@media (min-width: 991px) {
	.block {
		margin-bottom: 16px;
	}
}

@media (max-width: 768px) {
	.block {
		margin-bottom: 16px;
	}
}

.block_img {
	height: 380px;
	width: 100%;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
	margin-bottom: 15px;
}

.block_img34 {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block_img34 img {
	width: 100%;
	height: auto;
}

@media (max-width: 1200px) {
	.block_img {
		height: 310px;
	}
}

@media (max-width: 991px) {
	.block_img {
		height: 226px;
	}
}

@media (max-width: 768px) {
	.block_img {
		height: 354px;
	}
}

@media (max-width: 576px) {
	.block_img {
		height: 250px;
	}
}

.block_cat {
	color: #93c7c1;
	text-transform: uppercase;
	margin: 15px 0;
	font-family: 'Zagolovok', sans-serif;
	font-size: 14px;
}

.block_title {
	margin-bottom: 10px;
}

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

.block_title a:hover {
	color: #93c7c1;
}

.block_title p {
	margin-bottom: 10px;
}

.block_title b {
	font-weight: 600;
}

.block_date {
	color: #9fa19f;
	margin-top: 10px;
	font-size: 14px;
}

/* Стили для видео */
.thumb-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
	margin: 20px 0;
}

.thumb-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.video_button_blog_list {
	position: absolute;
	width: 100px;
	height: 100px;
	display: block;
	z-index: 2;
	background-image: url('/face/icons/play.svg');
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.4;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.block_img34 .video_button_blog_list {
	display: none !important;
}

/* Адаптивные стили */
@media (max-width: 768px) {
	._instagram_block ._instagram_block_content {
		flex-direction: column;
		align-items: flex-start;
	}
	
	._instagram_block ._instagram_block_content img {
		margin-bottom: 20px;
	}
	
	._instagram ._link a {
		font-size: 20px;
	}
}

@media (max-width: 576px) {
	h1 {
		font-size: 24px !important;
		line-height: 1.3 !important;
	}
	
	.text-big-row {
		font-size: 18px;
	}
	
	._instagram_block {
		padding: 20px;
	}
}


	.block_img34 {
		width: 100%;
		position: relative;
		padding-top: 100%; /* 3/2 = 1.5 = 150% высоты */
		background-size: cover;
		background-position: center;
	}
	
	.block_img34 > * {
		position: absolute;
		top: 0; left:0; right:0; bottom:0;
	}
	
	@media (min-width: 992px) {
		.block_img34 {
					width: 100%;
					position: relative;
					padding-top: 120%; /* 3/2 = 1.5 = 150% высоты */
					background-size: cover;
					background-position: center;
				}
				
				.block_img34 > * {
					position: absolute;
					top: 0; left:0; right:0; bottom:0;
				}
		}
