.blog_posts_container {
	width:100%;
	padding:60px 0;
}
.blog_posts_div {
	padding:0 20px;
	gap:20px;
}
.blog_show_link {margin-top:60px;}
.blog_show_link a {
	background:#AB58A5;
	padding:15px 30px;
	border-radius:10px;
	width:100%;
	position:relative;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:18px;
}
.blog_show_link a:hover {
	background:#90117E; cursor:pointer;
}
.post_card_big {
	overflow:hidden;
	width:calc(65% - 10px);
	aspect-ratio:16/9;
	background:#fff;
	border-radius:20px;
	box-shadow:0 0 15px -5px rgba(0,0,0,.20);
	text-decoration:none;
	color:#111;
	position:relative;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition:all 200ms linear
}
.post_card_big_img {
	width:100%;
	aspect-ratio:16/9;
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;	
}
.post_card_big_txt {
	position:absolute;
	left:0; bottom:0; width:100%;
	border-radius:0 0 18px 18px;
	background:rgba(255,255,255,.95);
	padding:20px;
	text-decoration:none;
	color:#111;
}
.post_card_big_txt b {font-size:24px;}
.post_cards_small {
	width:calc(35% - 10px);
	gap:20px;
}
.post_card_small {
	width:100%;
	aspect-ratio:16/9;
	background:#fff;
	border-radius:20px;
	box-shadow:0 0 15px -5px rgba(0,0,0,.20);
	text-decoration:none;
	color:#111;
	position:relative;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	overflow:hidden;
}
.post_card_small_img {
	width:100%;
	aspect-ratio:16/9;
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;	
}
.post_card_small_txt {
	position:absolute;
	left:0; bottom:0; width:100%;
	border-radius:0 0 18px 18px;
	background:rgba(255,255,255,.95);
	padding:20px;
	text-decoration:none;
	color:#111;
}
.post_card_small_txt b {
	font-size:22px;
}
.post_card_small_txt li, .post_card_small_txt a, .post_card_small_txt span, .post_card_small_txt strong, .post_card_small_txt h1, .post_card_small_txt h2, .post_card_small_txt h3, .post_card_small_txt h4, .post_card_small_txt p {font-size:14px; line-height:140%;}



.container_blog {
	min-width:300px; width:100%; max-width:900px;
}

.blog_cats_div {
	gap:20px;
	padding:40px 20px 0 25px;
}
.blog_container {
	width:100%;
	margin-bottom:40px;
	background:#fff;
}
.blog_container h2 {
	font-size:calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320))); text-align:center; margin-bottom:40px;
}
.blog_incontainer {
	width:100%;
	padding:60px 20px;
}
.blog_txt_block {
	
}
.blog_txt_block li, .blog_txt_block a, .blog_txt_block span, .blog_txt_block strong, .blog_txt_block p {font-size:18px;}
.blog_txt_block li, .blog_txt_block a, .blog_txt_block span, .blog_txt_block strong, .blog_txt_block h1, .blog_txt_block h2, .blog_txt_block h3, .blog_txt_block h4, .blog_txt_block p {line-height:140%;}
.blog_txt_block a {text-decoration:none; color:#0070E5;}
.blog_txt_block a:hover {text-decoration:underline;}
.blog_row_div {width:100%; gap:40px;}


.blog_right_txt {
	width:calc(50% - 20px);
}
.blog_left_txt {
	width:calc(50% - 20px);
}
.blog_right_txt li, .blog_right_txt a, .blog_right_txt span, .blog_right_txt strong, .blog_right_txt h1, .blog_right_txt h2, .blog_right_txt h3, .blog_right_txt h4, .blog_right_txt p {line-height:140%;}
.blog_left_txt li, .blog_left_txt a, .blog_left_txt span, .blog_left_txt strong, .blog_left_txt h1, .blog_left_txt h2, .blog_left_txt h3, .blog_left_txt h4, .blog_left_txt p {line-height:140%;}

.blog_img_block, .blog_img_block img {width:100%;border-radius:20px;}
.blog_img_block {width:100%; max-width:900px;}
.blog_left_img {
	width:calc(50% - 20px);
}
.blog_right_img {
	width:calc(50% - 20px);
}
.blog_left_img img, .blog_right_img img {width:100%; margin-top:20px;}


.blog_video_block {width:100%;}
.blog_video_block .container {
	aspect-ratio:16/9;
}
.blog_video50 {
	aspect-ratio:16/9;
	width:calc(50% - 20px);
}

.title_post {margin-bottom:60px; text-align:center;}

.video_post_card {
	width:100%;
	aspect-ratio:16/9;
}

@media only screen and (max-width:1300px) {
	
	.blog_posts_div {padding:0 60px; max-width:1100px;}
	.post_card_big_txt b {font-size:20px;}
	.post_card_big_txt {padding:15px;}
	.blog_left_img img, .blog_right_img img {margin-top:15px;}
}

@media only screen and (max-width:1050px) {
	.post_card_big_txt b {font-size:18px;}
	.post_card_small {aspect-ratio:16/10;}
	.annotation a, .annotation b, .annotation strong, .annotation p, .annotation span, .annotation h1, .annotation h2, .annotation h3, .annotation h4 {
		font-size:13px;
	}
	.blog_cats_div {
		gap:15px;
		padding:20px 20px 0 20px;
		margin-bottom:-20px;
	}
	.title_post {margin-bottom:40px;}
	.blog_container h2 {margin-bottom:20px; font-weight:bold;}
	.blog_incontainer {
		padding:40px 20px;
	}
}
@media only screen and (max-width:900px) {
	.post_cards_small {
		width:100%;
		gap:20px;
	}
	.post_card_big {width:100%;}
	.blog_right_txt {
		width:calc(100% - 240px);
	}
	.blog_left_txt {
		width:calc(100% - 240px);
	}
	.blog_left_img {
		width:220px;
	}
	.blog_right_img {
		width:220px;
	}
	.blog_row_div {width:100%; gap:20px;}
	.blog_video50 {
		aspect-ratio:16/11;
		width:220px;
	}
	.post_card_big {overflow:visibility; aspect-ratio:unset;}
	.post_card_small {overflow:visibility; width:calc(50% - 10px); aspect-ratio:unset;}
	.post_card_big_txt {position:static; width:100%;}
	.video_post_card {aspect-ratio:16/9;}
}
@media only screen and (max-width:720px) {
	.post_card_big_txt b {font-size:16px;}
	.blog_posts_div {padding:0 20px;}
	.blog_cats_div {
		gap:15px;
		padding:20px 20px 0 20px;
		margin-bottom:-20px;
	}
	.blog_txt_block a, .blog_txt_block b, .blog_txt_block strong, .blog_txt_block p, .blog_txt_block span, .blog_txt_block ul, .blog_txt_block li {font-size:14px;}
	.video_post_card {aspect-ratio:16/9;}
}

@media only screen and (max-width:680px) {
	.blog_show_link {margin-top:40px;}
	.blog_right_txt {
		width:100%;
	}
	.blog_left_txt {
		width:100%;
	}
	.blog_left_img {
		width:100%;
	}
	.blog_right_img {
		width:100%;
	}
	.blog_video50 {
		aspect-ratio:16/9;
		width:100%;
	}
	.post_card_small {width:100%;}
	.post_card_big {width:100%;}	
	.post_card_big_txt {padding:10px;}
	.blog_left_img img, .blog_right_img img {margin-top:10px;}
	.video_post_card {aspect-ratio:16/9;}
}

@media only screen and (max-width:600px) {
	.post_card_big_txt b {font-size:14px;}
	
}


.hleb_links {
	width:100%; max-width:1440px;
	padding:15px 20px 0 20px;
	background:#fff;
	
	min-width:300px;
}
.hleb_link, .hleb_links span {
	color:#777;
	text-decoration:none;
	font-size:14px;
	margin-right:3px;
	white-space:normal;
}.hleb_links span {color:#aaa;}
.hleb_link_noact {
	color:#777;
	text-decoration:none;
	font-size:14px;
	margin-right:3px;	
}
.hleb_link:hover {color:#333;text-decoration:underline;}
@media only screen and (max-width:720px) {
	.hleb_links {padding:20px 10px 0 10px;}	
}
@media only screen and (max-width:680px) {
	.hleb_links {padding:20px 10px 0 10px;}	
}
@media only screen and (max-width:520px) {
	.hleb_links {padding:5px 10px 0 10px;}	
}
@media only screen and (max-width:360px) {
	.hleb_links {padding:10px 10px 0 10px;}	
}