

/* Start:/local/templates/kronopharm/assets/css/components/video/_video.css?16975556302513*/
.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 40.2%;
}
.video .video__poster {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.video_loading::after {
	background: #000;
}
.video iframe,
.video__player {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.video__name {
	position: absolute;
	top: 30px;
	left: 30px;
	font-family: var(--ff-inter-medium);
	font-weight: var(--fw-500);
	font-size: var(--fz-24);
	line-height: var(--lh-29);
	color: var(--color-white);
	z-index: 10;
}
.video_active .video__overlay .play-button,
.video_active .video__poster,
.video_active .video__overlay,
.video_active .video__name{
	opacity: 0;
	height: 0;
	width: 0;
	background: none;
	pointer-events: none;
	-webkit-transition-delay: 0s, 800ms;
	-o-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
}
.video__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	/*background: rgba(0, 0, 0, 0.2);*/
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
}
/*Спинер для видео*/
.video-spinner {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
	text-align: center;
	z-index: 15;
}

.video-spinner > div {
	width: 10px;
	height: 10px;
	background-color: var(--color-primary);
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bounce 1.4s infinite ease-in-out both;
	animation: bounce 1.4s infinite ease-in-out both;
}

.video-spinner .bounce__one {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.video-spinner .bounce__two {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@media screen and (max-width: 1060px){
	.video {
		padding-bottom: 56.25%;
	}
}

@media screen and (max-width: 768px){
	.video__overlay .play-button {
		width: 75px;
		min-width: 75px;
		height: 75px;
	}
	.video__name {
		font-size: var(--fz-16);
		line-height: var(--lh-20);
	}
}

@media screen and (max-width: 480px){
	.video__overlay .play-button {
		width: 65px;
		min-width: 65px;
		height: 65px;
	}
	.video__name {
		top: 10px;
		left: 10px;
		font-size: var(--fz-14);
		line-height: var(--lh-17);
	}
}
/* End */


/* Start:/local/templates/kronopharm/assets/css/general/_description.css?16975556301926*/
.description__left-col {
	padding-top: 15px;
}
.description__left-col_pt_45 {
	padding-top: 45px;
}
.description__left-col.description__left-col_pd_0 {
	padding: 0;
}
.description__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 40% 139px 1fr;
	grid-template-columns: 40% 1fr;
	gap: 139px;
	padding-top: 25px;
}
.description__grid_pt_0:nth-child(n) {
	padding-top: 0;
}
.description__grid_gap_122 {
	gap: 122px;
}
.description__grid_snake:nth-child(even) {
	-ms-grid-columns: 1fr 40%;
	grid-template-columns: 1fr 40%;
}
.description__grid_snake:nth-child(even){
	padding-top: 120px;
}
.description__grid_snake:nth-child(even):not(:last-child){
	padding-bottom: 120px;
}
.description__grid_snake:nth-child(even) .description__left-col{
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.description__descr {
	line-height: var(--lh-24);
}
.description__img {
	position: relative;
	height: 0;
	padding-bottom: 64.25%;
}
.description__img_pb_56 {
	padding-bottom: 56%;
}
.description__img_pb_89 {
	padding-bottom: 89.25%;
}
@media screen and (max-width: 1440px){
	.description__grid,
	.description__grid_snake:nth-child(even) {
		gap: calc(50px + (139 - 50) * ((100vw - 1060px) / (1440 - 1060)));
	}
}
@media screen and (max-width: 1060px){
	.description__grid,
	.description__grid_snake:nth-child(even) {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 40px;
		padding-top: 20px;
	}
	.description__grid_snake:nth-child(even) .description__img {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.description__grid_snake:nth-child(even){
		padding-top: 60px;
	}
	.description__grid_snake:nth-child(even):not(:last-child){
		padding-bottom: 60px;
	}
	.description__left-col {
		padding-top: 0;
	}
}
@media screen and (max-width: 480px){
	.description__img {
		padding-bottom: 70%;
	}
}
/* End */
/* /local/templates/kronopharm/assets/css/components/video/_video.css?16975556302513 */
/* /local/templates/kronopharm/assets/css/general/_description.css?16975556301926 */
