

/* Start:/local/templates/libra/components/bitrix/news.detail/blog_video/style.css?17126492484263*/

.video-content { margin-bottom: 48px; }
.video-content__iframe {
	width: 793px;
	float: left;
	position: relative;
}
.video-content__iframe:before {
	content: "";
	width: 100%;
	padding-top: 56.3%;
	display: block;
}
.video-content__iframe iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
}
.video-content__text {
	width: calc(100% - 793px);
	padding-left: 30px;
	float: left;
}
.video-content__text-in {
	color: #8992A4;
	margin-bottom: 15px;
}

@media (max-width: 1200px) {
	.video-content__iframe { width: 550px; }
	.video-content__text {
		width: calc(100% - 550px);
	}
}
@media (max-width: 991px) {
	.video-content__iframe { width: 100%; margin-bottom: 20px; }
	.video-content__text {
		width: 100%;
		padding-left: 0;
	}
}


.video-subscribe {
	background: linear-gradient(90.21deg, #657085 -0.69%, #ADC3D2 100%);
	border-radius: 8px;
	padding: 16px 119px 16px 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	display: -ms-flex;
	-ms-justify-content: space-between;
	-ms-align-items: center;
	margin-bottom: 64px;
}
.video-subscribe__cont {
	padding-left: 60px;
	position: relative;
	max-width: calc(100% - 200px)
}
.video-subscribe__cont:before {
	content: "";
	width: 36px; height: 25px;
	position: absolute;
	top: 0; bottom: 0;
	left: 0; margin: auto;
	background: url(/local/templates/libra/components/bitrix/news.detail/blog_video/images/lib_youtube.svg) no-repeat center;
	background-size: contain;
}


.video-subscribe__btn {
	padding: 12px 32px;
	background: #247FBB;
	box-shadow: 0px 0px 36px rgba(133, 149, 164, 0.1);
	border-radius: 4px;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.2s;
	text-decoration: none;
}
.video-subscribe__btn:hover {
	background: #1c699c;
	text-decoration: none;
	color: #FFFFFF;
}
.video-subscribe__btn:active {
	text-decoration: none;
	color: #FFFFFF;
}
.video-subscribe__title {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	color: #FFFFFF;
}
.video-subscribe__text {
	font-size: 16px;
	line-height: 1.375;
	color: #E3E5E8;
}
@media (max-width: 991px) {
	.video-subscribe {
		padding: 16px 30px ;
	}
	.video-subscribe__title {
		font-size: 18px;
	}
	.video-subscribe__text {
		font-size: 14px;
	}
}
@media (max-width: 700px) {
	.video-subscribe {
		display: block;
		text-align: center;
	}
	.video-subscribe__cont {
		max-width: 100%;
		margin-bottom: 15px;
		text-align: left;
	}
	.video-subscribe__btn {
		display: inline-block;
	}
}

@media (max-width: 500px) {
	.video-subscribe__cont:before {
		display: none;
	}
	.video-subscribe__cont { padding-left: 0px; text-align: center; }
}




.video-content__text .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
	height: 26px; width: 26px;
}
.video-content__text .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item { margin-right: 28px; }
.video-content__text .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:last-child { margin-right: 0; }
.video-content__text .ya-share2__container_size_m .ya-share2__badge { background: none !important; border-radius: 0; }
.video-content__text .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__badge .ya-share2__icon {
	background: url(/local/templates/libra/components/bitrix/news.detail/blog_video/images/video_soc_fb.svg) no-repeat center;
}
.video-content__text .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__badge .ya-share2__icon {
	background: url(/local/templates/libra/components/bitrix/news.detail/blog_video/images/video_soc_vk.svg) no-repeat center;
}
.video-content__text .ya-share2__container_size_m .ya-share2__item_service_whatsapp .ya-share2__badge .ya-share2__icon {
	background: url(/local/templates/libra/components/bitrix/news.detail/blog_video/images/video_soc_wapp.svg) no-repeat center;
}
.video-content__text .ya-share2__container_size_m .ya-share2__item_service_linkedin .ya-share2__badge .ya-share2__icon {
	background: url(/local/templates/libra/components/bitrix/news.detail/blog_video/images/video_soc_in.svg) no-repeat center;
}

.video-social-share__title {
	float: left;
	line-height: 26px;
	font-size: 18px;
	color: #AEB7C3;
	padding-right: 18px;
}
.video-social-share__wr {
	float: left;
}
.video-social-share__wr .ya-share2{
	padding:0;
}
@media(max-width: 400px) {
	.video-content__text .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item { margin-right: 15px; }
	.video-social-share__title { padding-right: 12px; }
}

/* End */


/* Start:/local/templates/libra/components/bitrix/news.list/blog/style.css?17126492484424*/
.news-blog {
	min-height: 300px;
}
.news-list__item {
	margin-bottom: 30px;
	position: relative;
}
.news-list__item:nth-child(3n + 1) {
	clear: left;
}
.news-list__item-wr {
	position: relative;
	border: 4px solid #E6E8EC;
	box-sizing: border-box;
	border-radius: 16px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	min-height: 100%;
}
.news-list__item-text {
	overflow: hidden;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
}
.news-list__item-text-cont {
	
}
.news-list__item-cont:before {
	/*position: relative;
	content: "";
	display: block;
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; 
	height: 150px;
	background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
	z-index: 1;*/
}
.news-list__item-img {
	width: 100%;
	border-radius: 12px;
	position: relative;
	display: block;
	overflow: hidden;
	background: #eee no-repeat center;
	background-size: cover;
}
.news-list__item-img:before {
	content: "";
	padding-top: 68%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	display: block;
}

.news-list__item-cont {
	padding: 26px 22px 56px 22px;
}
.news-list__item-date {
	position: absolute;
	left: 30px;
	top: 20px;
	color: #fff;
	background: rgba(75, 123, 152, 0.4);
	border-radius: 4px;
	padding: 8px 12px;
	line-height: 1.28;
	font-weight: 500;
	font-size: 14px;
}
.news-list__item-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	color: #454B57;
	text-decoration: none;
	margin-bottom: 8px;
	display: block;
	max-height: 116px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-list__item-more {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #8992A4;
	text-decoration: none;
	display: block;
	z-index: 5;
	position: absolute;
	bottom: 20px;
}

@media(max-width: 991px) {
	.news-list__item:nth-child(3n + 1) {
		clear: none;
	}
	.news-list__item:nth-child(2n + 1) {
		clear: left;
	}
}
	

@media(max-width: 600px) {
	.news-list__item-date {
		font-size: 12px;
		left: 20px; top: 15px;
	}
	.news-list__item-cont {
		padding: 15px 20px 55px;
	}
	.news-list__item-title {
		font-size: 16px;
	}
	.news-list__item-text {
		font-size: 14px;
	}
}
@media(max-width: 500px) {
	.news-list__item { width: 100% }
}	

.news-list__item--video {
	height: auto !important;
}
.news-list__item--video .news-list__item-img:after {
	content: "";
	display: block;
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0; margin: auto;
	width: 60px; height: 60px;
	background: url(/local/templates/libra/components/bitrix/news.list/blog/images/libra_video.svg) no-repeat center;
	background-size: contain;
}

.news-list__item--video .news-list__item-cont {
	position: absolute;
	left: 0; bottom: 0;
	background: linear-gradient(180deg, rgba(75, 123, 152, 0) 0%, rgba(75, 123, 152, 1) 100%);
	padding: 28px 30px;
	right:0;
}

.news-list__item--video .news-list__item-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.375;
	color: #fff;
	margin: 0;
	z-index: 3;
}
@media(max-width: 1200px) {
	.news-list__item--video .news-list__item-cont {
		position: static;
		background: none;
	}
	.news-list__item--video .news-list__item-title {
		color: #454B57;
	}
}
@media(max-width: 991px) {
	.news-list__item--video .news-list__item-cont {
		position: absolute;
		background: linear-gradient(180deg, rgba(75, 123, 152, 0) 0%, rgba(75, 123, 152, 1) 100%);
	}
	.news-list__item--video .news-list__item-title {
		color: #fff;
	}
}
@media(max-width: 767px) {
	.news-list__item--video .news-list__item-cont {
		position: static;
		background: none;
	}
	.news-list__item--video .news-list__item-title {
		color: #454B57;
	}
	.news-list__item--video .news-list__item-img:after {
		width: 50px; height: 50px;
	}

	.news-list__item-text-cont {
	    min-height: auto;
	}
}
@media(max-width: 600px) {
	.news-list__item--video .news-list__item-title {
		font-size: 14px;
	}
}
@media(max-width: 500px) {
	.news-list__item--video .news-list__item-cont {
		position: absolute;
		background: linear-gradient(180deg, rgba(75, 123, 152, 0) 0%, rgba(75, 123, 152, 1) 100%);
	}
	.news-list__item--video .news-list__item-title {
		color: #fff;
	}
	.news-list__item--video .news-list__item-cont {
		padding: 15px 20px;
	}
	.news-list__item--video .news-list__item-title {
		font-size: 16px;
	}
}
@media(max-width: 350px) {
	.news-list__item--video .news-list__item-cont {
		position: static;
		background: none;
	}
	.news-list__item--video .news-list__item-title {
		color: #454B57;
	}
}
/* End */
/* /local/templates/libra/components/bitrix/news.detail/blog_video/style.css?17126492484263 */
/* /local/templates/libra/components/bitrix/news.list/blog/style.css?17126492484424 */
