

/* Start:/local/templates/.default/components/bitrix/catalog/services/style.css?16442418004659*/
.service_block{
	position:relative;
	margin-bottom:60px;
	background:#f8f8f9;
	border-radius: 10px;
	padding:25px 25px 67px 25px;
}

.service_block section.body{
	position:relative;
	padding:0px 0px 20px 0px;
}

.service_block section.body::before{
	/*
	content:'';
	width:calc(100% + 150px);
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	background: rgba(75, 85, 100, 0.8);
	opacity: 0.05;
	border-radius: 10px;
	*/
}

.service_block section.body .body_wr{
	position:relative;
}

.service_block.service_block_simple{}

.service_block.service_block_simple section.body{
	padding:22px 22px 20px 22px;
}


.service_block #service_menu{
	margin-left:0px;
}

.usluga_header{
	margin-bottom:30px;
	padding-right:95px;
	position:relative;
}

.usluga_header > .txt::before{
	content:'';
	width:30px;
	height:30px;
	left:0px;
	top:0px;
	position:absolute;
	background: #4B5564;
	box-shadow: 0px 0px 17px rgba(75, 85, 100, 0.31);
	border-radius: 8px 0px;
}

.usluga_header >.pic{
	right:0px;
	top:40px;
	position:absolute;
	width:260px;
	height:120px;
	background-position:center center;
	background-size:cover;
	border-radius: 8px;
	z-index:2;
}

.usluga_header > .pic img,
.usluga_header > .pic svg{
	display:none;
	border-radius: 8px;
}

.usluga_header > .txt{
	display:flex;
	height:200px;
	flex-direction:column;
	justify-content:space-between;
	padding:30px 190px 29px 95px;
	box-sizing:border-box;
	background:#fff;
	border-radius: 8px;
	position:relative;
}

.usluga_header > .txt .h{
	margin-bottom:15px;
}

.usluga_header > .txt h1{
	line-height:1.16;
	font-size:18px;
	text-align:left;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
}

.usluga_header > .txt .desc{
	font-size:14px;
	line-height:1;
}

.usluga_header .info{
	font-size:12px;
	justify-content:flex-start;
	align-items:center;
	/*gap:15px;*/
}

.usluga_header .info .bl{
	margin-right:15px;
}

.usluga_header .info .bl:last-of-type{
	margin-right:0px;
}

.usluga_header .info a.link_icon .txt{
	text-align:left;
}

.usluga_header .info a.link_icon .icon{
	width:20px;
	height:20px;
}

.usluga_header .info a.link_icon .icon img,
.usluga_header .info a.link_icon .icon svg{
	max-width:20px;
	max-height:20px;
}

.usluga_header .info a.link_icon{
	color:var(--marengo);
	text-decoration:none;
}
.usluga_header .info a.link_icon svg path{
	fill:var(--marengo);
}

.usluga_header .info a.link_icon:hover{
	color:var(--blue);
}
.usluga_header .info a.link_icon:hover svg path{
	fill:var(--blue);
}


.service_block.service_block_simple .usluga_header > .txt::before {
	content:none;
}

.service_block.service_block_simple article.service::before {
	content:none;
}

.header_bl_new{
	display:flex;
	padding:29px 29px 29px 0px;
	background:#fff;
	border-radius:20px;
	margin-bottom:40px;
	align-items:center;
}

.header_bl_new .pic{
	margin-right:30px;
	flex-shrink:0;
	max-width:427px;
}

.header_bl_new .pic a{
	display:block;
	height:216px;
	background-size:cover;
	background-position:center;
}

.header_bl_new .pic .youtube-video{
	margin-bottom:0px;
}

.header_bl_new .pic img{
	border-radius:10px;
}

.header_bl_new .logo{
	margin-bottom:20px;
}

.header_bl_new .logo img{
	width:98px;
}

.header_bl_new .caption{
	text-align:left;
	line-height:1.3;
	font-size:18px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:bold;
	color:var(--marengo);
}

.header_bl_new .note a{
	display:inline-block;
	vertical-align:top;
	padding:25px 20px;
	line-height:1;
	background:var(--blue);
	text-decoration:none;
	color:#fff;
	font-size:18px;
	border-radius:5px;
}

.header_bl_new .note a:hover{
	background:var(--red);
}

.service_block aside .title{
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
	margin-bottom:26px;
}

@media (max-width: 991px){
	
	.service_block section.body{
		padding:10px;
	}
	
	.usluga_header{
		padding-right:0px;
	}
	
	.usluga_header .info{
		align-items:flex-start;
	}
	
	.usluga_header >.pic{
		position:static;
		right:auto;
		top:auto;
		margin-bottom:10px;
		background:none !important;
		width:auto;
		height:auto;
	}
	
	.usluga_header >.pic img{
		width:100%;
		display:inline-block;
	}
	
	.usluga_header > .txt{
		height:auto;
		background:none;
		padding:0px;
	}
	
	.usluga_header > .txt::before{
		content:none;
	}
	
	.service_block.service_block_simple section.body{
		padding:10px;
	}

}


@media (max-width: 575px){

	
	.header_bl_new{
		display:block;
		padding:10px;
	}

	
	.header_bl_new .pic{
		margin:0px 0px 30px 0px;
	}
	
	.header_bl_new .pic a{
		width:100%;
	}
	
	
	.service_block section.body{
		padding:0px !important;
	}
	
	#service_list.main{
		padding:0px !important;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/services/style.css?1639638570728*/
#service_menu{
	margin-bottom:58px;
	position:relative;
	margin-left:29px;
}

#service_menu ul{}

#service_menu ul li{
	margin-bottom:18px;
	display:block;
	width:100%;
}

#service_menu ul li:last-of-type{
	margin-bottom:0px;
}

#service_menu ul li a{
	padding:7px 25px;
	display:block;
	background:#fff;
	text-align:center;
	border-radius: 10px;
	color:#4B5564;
	font-size:14px;
	line-height:1;
	text-decoration:none;
}

#service_menu ul li.active a{
	background:var(--blue);
	color:#fff;
}

#service_menu ul li a:hover,
#service_menu ul li.active a:hover{
	/*background: linear-gradient(168.5deg, #FFFFFF 10.31%, #000000 96.85%), #ED1C24;*/
	background:var(--marengo);
	background-blend-mode: overlay, normal;
	color:#fff;
}


/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/services/bitrix/catalog.section/main/style.css?16442418622291*/
#service_list.main{
	padding:29px 0px 18px 90px;
	position:relative;
	margin-bottom:40px;
}

#service_list.main .item{
	background:#fff;
	padding:26px 56px 17px 180px;
	margin-bottom:18px;
	position:relative;
	min-height:190px;
	border-radius: 8px;
}

#service_list.main .item:last-of-type{
	margin-bottom:0px;
}

#service_list.main .item .pic{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#2D96CA;
	width:250px;
	height:150px;
	border-radius:8px;
	position:absolute;
	top:26px;
	left:-97px;
	display:block;
}

#service_list.main .item .pic img,
#service_list.main .item .pic svg{
	display:none;
}

#service_list.main .item .txt{}

#service_list.main .item .txt h2{
	font-size:20px;
	font-weight:bold;
	text-transform:none;
}

#service_list.main .item .txt h2 a{
	color:var(--marengo);
	text-decoration:none;
}

#service_list.main .item .txt h2 a:hover{
	color:var(--blue);
}

#service_list.main .item .txt article{
	margin-bottom:0px;
}

#service_list.main .item .txt .desc{
	font-style:italic;
	font-size:14px;
	line-height:1;
	margin-bottom:15px;
}

#service_list.main .item .txt .more{}

#service_list.main .item .txt .links{
	margin-bottom:0px;
}

#service_list.main .item .txt .links,
#service_list.main .item .txt .more{
	padding-right:40px;
}

#service_list.main .item .txt .links li{
	background:none;
	padding:0px;
	margin-bottom:5px;
}

#service_list.main .item .txt .links li a,
#service_list.main .item .txt .more a{
	font-size:14px;
	line-height:1.5;
	padding:5px 12px;
	display:flex;
	align-items:center;
	min-height:52px;
	background:#f6f6f7;
	color:#4B5564;
	text-decoration:none;
	border-radius: 3px;
}

#service_list.main .item .txt .links li a:hover,
#service_list.main .item .txt .more a:hover{
	/*background:#2D96CA;*/
	background:var(--marengo);
	color:#fff;
}


@media (max-width: 991px){
	
	
	
	#service_list.main{
		padding:10px;
	}
	
	#service_list.main .item .pic{
		position:static;
		margin-bottom:20px;
		width:100%;
		height:auto;
		background:none !important;
	}
	
	#service_list.main .item .pic img{
		width:100%;
		display:inline-block;
	}
	
	#service_list.main .item{
		padding:20px;
	}
	
	#service_list.main .item .txt .links, #service_list.main .item .txt .more{
		padding-right:0px;
	}
	
}
/* End */


/* Start:/local/templates/.default/components/svk/custom_projects/projects/style.css?16396385752533*/

.mfp-bg-2 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	display: none;
}

.modal_slider{
	width: 1050px;
	background: #FFF;
	display: none;
       padding: 45px 36px 29px;
       z-index: 100;
       position: absolute;
       left: 50%;
       margin-left: -525px;
       z-index: 1045;
       top:40px;
}

.modal_slider .i-lghtbx-close {
	display: block;
	width: 25px;
	height: 25px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	right: -44px;
	padding: 0;
	cursor: pointer;
	background:url(/local/templates/.default/components/svk/custom_projects/projects/../img/official/close.png) no-repeat;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	color: #FFF;
	position: absolute;
}

.ms_foto{
	width:55%;
	float: left;
}

.ms_foto img{
	width: 100%;
}

.ms_data{
	width: 45%;
	float: left; 
	padding-left: 40px;
        box-sizing: border-box;
        padding-top: 50px;
}

.ms_data ul, .ms_data li{
	list-style: none;
}

.ms_data ul > li::before {
	content: '';
	display: none;
	width: 6px;
	height: 6px;
	background: #ed1c24;
	float: left;
	margin: 7px 0 0 -14px;
}


.ms_data span {
	font-size: 25px;
	color: #CC2637;
	text-align: left;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	line-height: 32px;
}

.ms_data p {
	font-size: 25px;
	color: #414141;
	text-align: left;
	margin-bottom: 30px;
	line-height: 19px;
    font-size: 15px;
}

.ms_foto_tile{
	font-size: 25px;
	color: #414141;
	margin: 0 0 30px 0;
	text-align: center;line-height:25px;
}

.ms_foto .slider-with-previews .previews-line .previews-container.with-hidden-prev {
	 padding-right: 0; 
}

.ms_foto .slider-with-previews .main-photo-container .main-photo-inner .photo-table-container .photo-table-cell-container img{
	max-height: 700px !important;
}

.ms_foto .slider-with-previews .main-photo-container .main-photo-inner .photo-table-container .photo-table-cell-container {
	vertical-align: top;
}
.ms_foto .full-screen-bx img{
width: auto;
}

.vspa
{
border:none!important;
}

.slider-with-previews .previews-line {
	margin-top: -70px !important ;
}

@media (max-width:360px){
	.ms_foto {
	width: 100%;
	float: none;
}

.ms_data {
	width: 100%;
	float: none;
	padding-left: 10px;
	box-sizing: border-box;
	padding-top: 50px;
}

.modal_slider {
	width: 100%;
	background: #FFF;
	display: none;
	padding: 20px 10px;
	z-index: 100;
	position: absolute;
	left: 0;
	margin-left: 0;
	z-index: 1045;
	top: 40px;
}
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/services/style.css?16442418004659 */
/* /local/templates/.default/components/bitrix/menu/services/style.css?1639638570728 */
/* /local/templates/.default/components/bitrix/catalog/services/bitrix/catalog.section/main/style.css?16442418622291 */
/* /local/templates/.default/components/svk/custom_projects/projects/style.css?16396385752533 */
