

/* Start:/local/templates/ricci/components/bitrix/news.detail/about-video/style.css?17665845101471*/
.company-video {
}

.company-video__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}

.company-video__wrapper video {
	width: 1620px;
	height: auto;
	max-height: auto;
	padding-bottom: 40px;
}

@media (max-width: 1620px) {
	.company-video__wrapper video {
		width: 100%;
	}
}

.play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	pointer-events: all;
	transition: opacity 0.3s ease-in-out, box-shadow 0.3s ease;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.company-video__wrapper:hover .play-video {
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.company-video__wrapper:hover .play-video svg {
	transform: scale(1.1);
}

.play-video.play-video--hidden {
	opacity: 0;
	pointer-events: none;
}

.play-video__wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-video__wrapper svg {
	width: 50px;
	height: 50px;
	transition: transform 0.2s ease-in-out;
}

.play-video__wrapper svg path {
	fill: #1e1f45;
	stroke: #1e1f45;
}

@media (max-width: 820px) {
	.play-video {
		width: 60px;
		height: 60px;
	}

	.play-video__wrapper svg {
		width: 35px;
		height: 35px;
	}
}

@media (max-width: 440px) {
	.play-video {
		width: 40px;
		height: 40px;
	}

	.play-video__wrapper svg {
		width: 20px;
		height: 20px;
	}
}

/* End */
/* /local/templates/ricci/components/bitrix/news.detail/about-video/style.css?17665845101471 */
