main .first_block_wrap{padding-top:50px;margin-bottom:100px;overflow:hidden}main .first_block_wrap .first_block{color:#fff;width:37%;font-family:Raleway,Arial,sans-serif}main .first_block_wrap .first_block h1{font-size:54px;margin-bottom:15px}main .first_block_wrap .first_block .page_subtitle{font-size:18px;line-height:28px;margin-bottom:30px}main .first_block_wrap .first_block .social_block .social_title{font-size:18px;font-weight:700;margin-bottom:30px;position:relative}main .first_block_wrap .first_block .social_block .social_title::after{content:"";position:absolute;left:0;top:calc(100% + 15px);width:35px;height:3px;background:#f6ce01}main .first_block_wrap .first_block .social_block .social_title::before{content:"";position:absolute;left:-50vw;top:calc(100% + 18px);width:200vw;height:1px;background:#fff;opacity:.05}main .first_block_wrap .first_block .social_block .social_subtitle{font-size:18px;margin-bottom:15px}main .first_block_wrap .first_block .social_block .social_list{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;max-width:260px}main .first_block_wrap .first_block .social_block .social_list a{width:calc(33.33333% - 7.5px);max-width:64px}main .first_block_wrap .first_block .social_block .social_list a img{width:100%;-o-object-fit:contain;object-fit:contain}main .posts_list_wrap .tags_list{display:flex;flex-flow:row wrap;margin-bottom:30px}main .posts_list_wrap .tags_list a{padding:6px 18px;color:#fff;font-weight:500;border-radius:40px;border:1px solid #f6ce01;text-decoration:none;margin-right:15px;transition:.5s}main .posts_list_wrap .tags_list a.active,main .posts_list_wrap .tags_list a:hover{background:#f6ce01;color:#000}main .posts_list_wrap .posts_list{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:40px;margin-bottom:50px}main .posts_list_wrap .posts_list .post_item{width:100%;position:relative;margin-bottom:30px;font-family:Raleway,Arial,sans-serif;color:#fff;text-decoration:none}main .posts_list_wrap .posts_list .post_item img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;margin-bottom:15px}main .posts_list_wrap .posts_list .post_item .post_tag{position:absolute;color:#f6ce01;padding:8px;background:rgba(0,0,0,.5);border-radius:3px;left:15px;top:15px}main .posts_list_wrap .posts_list .post_item .post_item_title{color:#fff;font-size:16px;font-weight:600;line-height:1.35;margin-bottom:10px}main .posts_list_wrap .posts_list .post_item .post_item_short{font-size:14px;line-height:1.55;font-weight:100;margin-bottom:10px;text-overflow:ellipsis}main .posts_list_wrap .posts_list .post_item .post_date{font-size:10px;letter-spacing:1px;font-weight:600;color:#f6ce01;margin-bottom:10px}main .posts_list_wrap .posts_list .post_item .post_item_author{font-size:14px;font-weight:300}main .post_block_wrap{padding-top:80px}main .post_block_wrap .single_post{color:#fff;width:60%;margin:0 auto;font-family:Raleway,Arial,sans-serif}main .post_block_wrap .single_post img{width:100%;-o-object-fit:contain;object-fit:contain;margin:0 auto;margin-bottom:15px}main .post_block_wrap .single_post h1{font-weight:600;font-size:36px;margin-bottom:15px}main .post_block_wrap .single_post .post_content{font-family:Raleway,Arial,sans-serif;font-size:20px;font-weight:300}main .post_block_wrap .single_post .post_author{margin:20px 0;font-size:24px;font-weight:500}main .post_block_wrap .single_post a{color:#fff!important;font-weight:700}main .post_block_wrap .single_post .bottom_line{display:flex;font-size:16px;font-weight:600}main .post_block_wrap .single_post .bottom_line .post_date{margin-right:15px}main .post_block_wrap .single_post .bottom_line .post_tag{text-decoration:none;color:#fff}@media screen and (max-width:768px){main .first_block_wrap{padding-top:40px}main .first_block_wrap .first_block{width:100%}main .first_block_wrap .first_block .social_block .social_list{max-width:150px}main .first_block_wrap .first_block .social_block .social_list a{max-width:32px}main .posts_list_wrap .posts_list{grid-template-columns:repeat(1,1fr);grid-column-gap:0}main .posts_list_wrap .posts_list .post_item{width:100%;margin-bottom:50px}main .post_block_wrap{padding-top:40px}main .post_block_wrap .single_post{width:100%}main .post_block_wrap .single_post h1{font-size:20px}main .post_block_wrap .single_post .post_content{font-size:14px}}

main .posts_list_wrap .posts_list .post_item img{
	height: 260px;
}
@media screen and (max-width:1199px){
	main .posts_list_wrap .posts_list .post_item img{
		height:220px;
	}
}
@media screen and (max-width:992px){
	main .posts_list_wrap .posts_list .post_item img{
		height:150px;
	}
}
@media screen and (max-width:768px){
	main .posts_list_wrap .posts_list .post_item img{
		height:320px;
	}
}