

/* Start:/bitrix/templates/ranepa/css/add-dep.css?17169969581558*/

.dep-page {
	font-family:Lato, Arial, Sans serif;
	font-size:16px;
	line-height:20px;
}

.dep-page .text-title {
 	text-transform:uppercase;
	text-align:center;
	margin:24px 12px 24px 12px;
	font-size:175%;
	line-height:175%;
}

.dep-page .text-head {
	position:relative;
	background-color:#900030;
	background-position:center center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
	font-size:24px;
	line-height:125%;
	padding:24px 12px;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-end;
	border-radius:20px;
}

.chair-page .chair-about p {
/*	text-indent:48px;*/

}

.dep-page .text-about {
	font-size:18px;
	line-height:24px;
/*	padding:12px 0px;*/
}

.dep-page .text-about .text-preview {
 	font-size:110%;
	line-height:125%;
	text-align:center;
	margin-bottom:24px;
}

@media (max-width:400px) {

	.dep-page .text-about {
		font-size:16px;
		padding:24px 0px;
		line-height:125%;
	}
}


.dep-page .text-text {
	position:absolute;
	display:block;
	z-index:+1;
	left:0px;right:0px;
	top:0px;bottom:0px;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:20px;
}

.dep-page .dep-staff {
 	margin:48px 0px 96px 0px;
}

.dep-page h3 {
 	text-align:center;
	margin:24px 0px;
}

@media (max-width:769px) {


.dep-page .photo-block.chief-block {
 	display:block;
}

.dep-page .photo-block.chief-block > div {
 	width:auto;
}


}

/* End */


/* Start:/bitrix/templates/ranepa/components/bitrix/news/ranepa-video/style.css?17169969571046*/
.video-container {
	--img-w:560px;
	--img-h:315px;

	--fld-int:25px;
	--brd-rad:6px;

 	display:flex;
	flex-direction:row;
	justify-content:stretch;
	align-items:flex-start;

}

.video-container .video-player {
 	flex-grow:0;
	flex-shrink:0;
	margin-right:var(--fld-int);
}

.video-container .video-rel {
	max-height:calc(var(--fld-int) + 2 * var(--img-h));
	overflow-y:auto;
	padding:0px 0px 0px 0px; 	
}

.no-height-limit .video-container .video-rel {
	max-height:none;
}

.video-container .video-rel::-webkit-scrollbar {
	width:12px;
}

.video-container .video-rel::-webkit-scrollbar-track {
	border-radius:4px;
	background-color: #D8DADF;
}

.video-container .video-rel::-webkit-scrollbar-thumb {
	border-radius:4px;
	background-color:#989A9F;
}

@media (max-width:1200px) {

.video-container {
	display:block;
	margin-right:0px;
}

.video-container .video-player {
 	width:100%;
}

.video-container .video-rel {
	margin-top:var(--fld-int);
	max-height:none;
	overflow-y:auto;
}

}
/* End */


/* Start:/bitrix/templates/ranepa/components/bitrix/news/ranepa-video/bitrix/news.detail/.default/style.css?1716996957932*/
.video-element {
	--img-iw:var(--fld-w,560px);
	--img-ih:var(--fld-h,315px);

	--fld-iint:var(--fld-int,25px);
	--brd-irad:var(--fld-rad,6px);

 	width:var(--img-iw);
	box-sizing:border-box;
}

.video-element div {
	box-sizing:border-box;
}

.video-element .video-frame {
 	width:var(--img-iw);
	height:var(--img-ih);
}

.video-element .video-frame iframe {
	border-radius:var(--brd-irad);
}

.video-element .video-description {
	padding:0px 0px;
	font-size:16px;
	line-height:125%;
	text-align:left;
}

.video-element .video-title {
 	margin-top:var(--fld-iint);
	font-size:18px;
	font-weight:bold;
}

.video-element .video-about {
 	margin-top:calc(0.5 * var(--fld-int));
}


@media (max-width:1200px) {

.video-element {
 	width:min(100%,var(--img-iw));
	height:auto;
	margin:0px auto;
}

.video-element .video-frame {
 	width:min(100%,var(--img-iw));
	height:auto;
}


}

/* End */


/* Start:/bitrix/templates/ranepa/components/bitrix/news.list/ranepa-video/style.css?17169969572220*/
.video-list {
	--img-w:560px;
	--img-h:315px;

	--img-iw:var(--img-w,560px);
	--img-ih:var(--img-h,315px);

	--fld-iint:var(--fld-int,25px);
	--brd-irad:var(--fld-rad,6px);

	--img-tw:258px;
	--img-th:145px;

/*
	--img-f:2;
        
	--img-f-1:calc(--img-f - 1);
	--fld-iint:var(--fld-int,24px);

	--img-eh:calc(var(--img-h) - var(--img-f-1) * var(--fld-iint));

	--img-th:calc(var(--img-eh) / var(--img-f));
	--img-tw:calc(var(--img-th) * var(--img-w) / var(--img-h));*/

	margin:0px;
	padding:0px;


}

.video-list .video-item {
 	display:flex;
	flex-direction:row;
	justify-content:stretch;
	align-items:flex-start;
	margin:0px;
	margin-bottom:var(--fld-iint);
	padding:0px;
	border-radius:var(--brd-irad);
	max-height:var(--img-th); 
	overflow:hidden;
}

.video-list [data-item-id] {
 	cursor:pointer;
}

.video-list .video-preview {
 	box-sizing:border-box;
	width:var(--img-tw); 
	height:var(--img-th); 
	border-radius:var(--brd-irad);
	flex-shrink:0;
	flex-grow:0;
	margin:0px;
	margin-right:var(--fld-iint);
	overflow:hidden;
}

.video-list .video-description {
 	box-sizing:border-box;
	position:relative;
	width:calc(100% - 2 * var(--fld-iint) - var(--img-tw)); 
	height:var(--img-th); 
	flex-shrink:10;
	flex-grow:10;
	margin:0px;
	margin-right:var(--fld-iint);
	padding:0px;
}

.video-list .video-description::after {
 	content:'';
	position:absolute;
	display:block;
	z-index:+8;
	height:24px;
	left:0px;right:0px;bottom:0px;
	background:linear-gradient(to bottom, rgba(255,255,255,0), #FFF);
}


.video-list .video-description .video-title {
	font-size:18px;
}

.video-list .video-description .video-about {
 	display:none;
}

.video-list .video-preview img {
 	width:100%;
	max-width:none;
	border:0px;
	transition:0.2s;
	margin:0px;
}

.video-list .video-preview img:hover {
	transform: scale(1.05);
}

@media (max-width:540px) {

	.video-list .video-item {
		display:block;
		margin-left:0px;
		margin-right:0px;
		max-height:none; 
		overflow:visible;
	}
	
	.video-list .video-item:hover {
		box-shadow:none;
	}
	
	.video-list .video-preview,
	.video-list .video-description {
		width:100%;
		height:auto;
		margin:12px 0px 0px 0px;
	}

	.video-list .video-description::after {
		display:none;

	}

}


/* End */
/* /bitrix/templates/ranepa/css/add-dep.css?17169969581558 */
/* /bitrix/templates/ranepa/components/bitrix/news/ranepa-video/style.css?17169969571046 */
/* /bitrix/templates/ranepa/components/bitrix/news/ranepa-video/bitrix/news.detail/.default/style.css?1716996957932 */
/* /bitrix/templates/ranepa/components/bitrix/news.list/ranepa-video/style.css?17169969572220 */
