/*view_news*/
	#news {margin: 150px 0;}
	#news .container iframe {width: 100%; height: 500px; margin-top: 40px; border-radius: 10px;}
	#news .container h4.views_more {margin-top: 150px; font-weight: 700; font-size: 24px; line-height: 150%; text-transform: uppercase; margin-bottom: 40px;}

	.news {position: relative; overflow-x: hidden; width: 1180px;}
	.items_news {position: relative; left: 0;}
	.item_news {float: left; width: 1180px; height: 800px; max-height: 50vh; max-width: 100vw;}
	/* .items_news img {float: left; width: 1180px; max-height: 80vh; min-height: 500px;} */

	.control_slider_news {text-align: center; margin: 40px 0;}
	.control_slider_news .btn {padding: 10px; background-color: #070226; border-radius: 100%; text-align: center; display: inline-block; vertical-align: middle; cursor: pointer;}
	.control_slider_news .btn:hover {background-color: #B50C1E;}
	.control_slider_news .btn img {width: 20px;}
	.control_slider_news span {margin: 0 10px;}

	.views_more {display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 10px;}
	.more_news {padding: 20px; border-radius: 10px;}
	.more_news .image {border-radius: 10px; margin-bottom: 20px; width: 100%; height: 160px; overflow: hidden;}
	.more_news h4 {font-weight: 400; font-size: 20px; line-height: 150%; margin-bottom: 20px; color: #fff;}
	.more_news p {font-weight: 300; font-size: 16px; line-height: 150%; margin-bottom: 20px; color: #fff;}
	.more_news a {font-weight: 400; font-size: 16px; padding-bottom: 5px; color: #B50C1E; border-bottom: 1px solid #B50C1E;}
/*view_news*/
/*adaptiv*/
	@media (min-width: 320px) and (max-width: 767px){
		.news {width: 100vw; height: auto;}
		.block_news {width: 100vw;}
		.items_news img {width: 100vw; height: auto;}
		.item_news .description_news {padding-top: 0;}
		.item_news .promo_news {border-radius: 0;}
		.control_slider_news a {display: block; margin-top: 20px; margin-left: 0; border-bottom: none;}
		.views_more {grid-template-columns: 1fr;}
		.more_news {border-radius: 0;}
		#news .container iframe {border-radius: 0;}
		.more_news .image {height: auto;}
		#news .container p {padding: 0 10px;}
	}
	@media (min-width: 375px) and (max-width: 767px){
	}
	@media (min-width: 768px) and (max-width: 1023px){
		.news {width: 100vw; height: auto;}
		.block_news {width: 100vw;}
		.items_news img {width: 100vw; height: auto;}
		.item_news .description_news {padding-top: 0;}
		.item_news .promo_news {border-radius: 0;}
		.control_slider_news a {display: block; margin-top: 20px; margin-left: 0; border-bottom: none;}
		.views_more {grid-template-columns: 1fr 1fr;}
		#news .container iframe {border-radius: 0;}
		.more_news .image {height: auto;}

		#news .container p {padding: 0 10px;}
	}
	@media (min-width: 1024px) and (max-width: 1179px){
		.news {width: 100vw; height: auto;}
		.block_news {width: 100vw;}
		.items_news img {width: 100vw; height: auto;}
		.item_news .description_news {padding-top: 0;}
		.item_news .promo_news {border-radius: 0;}
		.control_slider_news a {display: block; margin-top: 20px; margin-left: 0; border-bottom: none;}
		.views_more {grid-template-columns: 1fr 1fr 1fr;}
		.more_news .image {height: auto;}

		#news .container p {padding: 0 10px;}
	}
/*adaptiv*/
