

/* Start:/local/templates/picaso/components/bitrix/news.detail/videopage/style.css?17514612281143*/
.supportLinks{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.supportLink{
	text-align: center;
	flex:0  1 440px; 
	margin: 0 27px;
	background-color: white;
	position: relative;
	padding: 45px 20px; 
	font-weight: 700;
	color: black;
	text-decoration: none;
	font-size: 24px;


}
.supportLink::after{
	position: absolute;
	display: block;
	width: 100%;
	height: 6px;
	content: "";
	left: 0;
	bottom: 0;
	background-color: #4d26ca;

}

.supportLink__image{
	display: inline-block;
	width: 90px;
	height: 90px;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
.supportLink__image_manual{
	background-image: url(/local/templates/picaso/components/bitrix/news.detail/videopage/images/manual.png);
}
.supportLink__image_program{
	background-image: url(/local/templates/picaso/components/bitrix/news.detail/videopage/images/program.png);
}
.supportLink__text{
	display: inline-block;
}
.supportLink:hover{
	color: white;
	background: #4d26ca;
}
.supportLink:hover .supportLink__image_manual{
	background-image: url(/local/templates/picaso/components/bitrix/news.detail/videopage/images/manualhov.png);
}
.supportLink:hover .supportLink__image_program{
	background-image: url(/local/templates/picaso/components/bitrix/news.detail/videopage/images/programhov.png);
}
/* End */


/* Start:/local/templates/picaso/components/bitrix/system.pagenavigation/show_more/style.css?1751461228654*/
.ShowMore{
	font-family: "FuturaPT", sans-serif;
	font-weight: 500;
	font-size: 24px;
	width: 270px;
	height: 50px;
	line-height: 50px;
	color: white;
	text-decoration: none;
	background: rgb(78,46,191);
	background: -webkit-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	background: -o-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	background: linear-gradient(to top, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	display: block;
	margin: 30px auto;
	text-align: center;
	
}
.ShowMore:hover{
	border: 1px solid rgb(78,46,191);
	color: rgb(78,46,191);
	background: white;
	cursor: pointer;

}



/* End */


/* Start:/local/templates/picaso/components/bitrix/news.list/videopage/style.css?17514612281415*/
.videoList{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-flow: row wrap;
}
.videoItem{
	flex: 0 0 calc(50% - 15px);
	margin-bottom: 15px;
	position: relative;
	background-color: black;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.videoItem__holder{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(31,27,37,.7);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 100%;
	height: 100%;
	transition: 0.3s ease-in-out;
}
.videoItem__name{
	color: white;
	font-weight: 500;
	font-size: 30px;
	font-family: "FuturaPT", sans-serif;
	
}

.videoItem__play{
	width: 100px;
	height: 53px;
	background: url(/local/templates/picaso/components/bitrix/news.list/videopage/images/playbtn.png) no-repeat center;
	background-size: contain;
	transition: 0.3s ease-in-out;
	margin-bottom: 35px;
	margin-right: 25px;
}

.videoItem__holder:hover{
	cursor: pointer;
	background: rgba(31,27,37,.9);

}
.videoItem__holder:hover .videoItem__play{
	transform: scale(1.2);
}

@media (max-width: 600px)
{
	.videoItem__play
	{
		width: 75px;
		height: 40px;
		margin-bottom: 20px;
		margin-right: 5px;
	}

	.videoItem__name
	{
		font-size: 18px;
	}
}
/* End */


/* Start:/local/templates/picaso/components/bitrix/news.list/popularvideo/style.css?17514612281652*/

.popularVideo{
	margin-top: 55px;
	padding: 15px 20px 50px;
	background-color: #fff;
}
.popularVideo__header{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.popularVideo__title{
	margin-right: 40px;
	color: black;
}
.popularVideo__Item{
	margin-bottom: 15px;
	position: relative;
	background-color: black;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px;
}
.popularVideo__holder{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(31,27,37,.7);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 100%;
	height: 100%;
	transition: 0.3s ease-in-out;
}
.popularVideo__name{
	color: white;
	font-weight: 500;
	font-size: 30px;
	font-family: "FuturaPT", sans-serif;
	
}

.popularVideo__play{
	width: 100px;
	height: 53px;
	background: url(/local/templates/picaso/components/bitrix/news.list/popularvideo/images/playbtn.png) no-repeat center;
	background-size: contain;
	transition: 0.3s ease-in-out;
	margin-bottom: 35px;
	margin-right: 25px;
}

.popularVideo__holder:hover{
	cursor: pointer;
	background: rgba(31,27,37,.9);

}
.popularVideo__holder:hover .popularVideo__play{
	transform: scale(1.2);
}

.videoItem__name {
	padding: 0 20px;
}
.popularVideo__name {
	padding: 0 20px;
}

@media (max-width: 600px)
{
	.popularVideo__play
	{
		width: 75px;
		height: 40px;
		margin-bottom: 20px;
		margin-right: 5px;
	}

	.popularVideo__name
	{
		font-size: 18px;
	}
}
/* End */
/* /local/templates/picaso/components/bitrix/news.detail/videopage/style.css?17514612281143 */
/* /local/templates/picaso/components/bitrix/system.pagenavigation/show_more/style.css?1751461228654 */
/* /local/templates/picaso/components/bitrix/news.list/videopage/style.css?17514612281415 */
/* /local/templates/picaso/components/bitrix/news.list/popularvideo/style.css?17514612281652 */
