

/* Start:/about/style.css?17839774337985*/
#page_company_dodonov{
	display:flex;
	gap:30px;
	margin-bottom:30px;
}

#page_company_dodonov .pic{
	flex-shrink:0;
	width:545px;
	background:#F7F7F7;
	text-align:center;
}

#page_company_dodonov .pic figure{
	position:relative;
	padding:0px;
	margin:0px;
}

#page_company_dodonov .pic figure figcaption{
	width:100%;
	max-width:405px;
	left:50%;
	transform:translate(-50%);
	bottom:22px;
	padding:22px 15px 15px 15px;
	background:#fff;
	text-align:center;
	font-size:16px;
	font-weight:300;
	color:#6F6F6F;
	position:absolute;
}

#page_company_dodonov .pic figure figcaption::before{
	content:'';
	position:absolute;
	background:url(/about/images/page-company-quote-icon.svg) center center no-repeat var(--marengo);
	width:30px;
	height:30px;
	left:29px;
	top:-15px;
}


#page_company_dodonov .pic figure figcaption span{
	display:block;
	line-height:1;
}

#page_company_dodonov .pic figure figcaption span.name{
	color:var(--marengo);
	font-size:20px;
	font-weight:500;
	margin-bottom:9px;
}

#page_company_dodonov .pic figure figcaption span.titul{}

#page_company_dodonov .body{
	flex-grow:1;
	background:url(/about/images/page-company-quote.webp) left top no-repeat;
	padding-top:104px;
	color:#6F6F6F;
	/*font-size:20px;*/
}

#page_company_dodonov .body p:first-of-type{
	color:var(--text);
}

#page_company_dodonov .body p b{
	font-weight:bold;
}

/***/

#page_company_target{
	position:relative;
	margin:30px 0px;
	padding:48px 0px 56px 0px;
	color:#fff;
	/*font-size:20px;*/
}

#page_company_target::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 0px;
	top: 0px;
	margin-left: calc( 0px - ((100vw - 100%)/2) );
	background:url(/about/images/page_company_target_bg.webp) center center no-repeat var(--marengo);
	background-size:cover;
	z-index:1;
}

#page_company_target .body{
	display:grid;
	gap:98px;
	position:relative;
	z-index:2;
	grid-template-columns:1fr 1fr;
}

#page_company_target .item{}

#page_company_target .item .head{
	display:flex;
	align-items:center;
	gap:32px;
	font-size:28px;
	font-weight:500;
	margin-bottom:38px;
	text-transform:uppercase;
}

#page_company_target .item .head .head-icon{
	display:flex;
	align-items:center;
	justify-content:center;
	background:var(--red);
	width:50px;
	height:50px;
}

#page_company_target .item .head .head-icon svg path{
	fill:#fff;
}

#page_company_target .item .desc{
	color:#DEDEDE;
}

#page_company_years{
	position:relative;
	margin-bottom:40px;
}

#page_company_years::before{
	content:'';
	position:absolute;
	height:1px;
	width:100%;
	background: linear-gradient(270deg, #D9D9D9 0%, #4B5564 28.85%, #4B5564 69.23%, #FFFFFF 100%);
	left:0px;
	top:40px;
	z-index:1;
}

#page_company_years .list{
	padding:33px 112px 0px 112px;
	position:relative;
	z-index:2;
}

#page_company_years .list:not(.owl-loaded){
	display:flex;
	gap:402px;
}

#page_company_years .list:not(.owl-loaded) .item{
	flex-shrink:0;
}

#page_company_years .list.owl-loaded{
	padding-top:0px;
}

#page_company_years .list.owl-loaded .owl-stage-outer{
	padding-top:33px;
	padding-bottom:1px;
}

#page_company_years .list .item{
	width:42px;
	height:15px;
	position:relative;
	line-height:1;
	font-size:18px;
	font-weight:600;
}

#page_company_years .list .item::before{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:10px;
	height:10px;
	background:var(--marengo);
	border-radius:50%;
	transition:all 0.2s;
}

#page_company_years .list .item .year{
	position:absolute;
	transform:translateX(-50%);
	left:50%;
	bottom:22px;
}

#page_company_years .list .item .year-desc{
	visibility:hidden;
	position:absolute;
	top:-9999px;
}

#page_company_years .description{
	padding-top:27px;
	line-height:1;
	font-weight:20px;
	max-width:716px;
	margin:0px auto;
	text-align:center;
}

#page_company_years .description b{
	font-weight:500;
}

#page_company_years .list.owl-loaded .owl-nav button{
	border-radius:0px;
	width:30px;
	height:30px;
	margin-top:0px;
	top:24px;
}

#page_company_years .list.owl-loaded .active_num-2 .item::before{
	width:15px;
	height:15px;
}


#page_company_years .owl-loaded .owl-nav.disabled{
	display:block;
}

/***/

#page_company_later{
	display:flex;
	gap:30px;
	align-items:center;
	margin:30px 0px;
}

#page_company_later .left{
	flex-shrink:0;
}

#page_company_later .right{
	padding-left:26px;
	background:url(/about/images/page_company_later-icon.svg) left top no-repeat;
	/*font-size:22px;*/
	display:grid;
	gap:1rem;
}

#page_company_later .right p{
	margin:0px;
}

#page_company_later .right b{
	font-weight:500;
}

#page_company_persons{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:20px;
	/*font-size:20px;*/
	line-height:1;
	margin:30px 0px;
}

#page_company_persons .person-name{
	display:flex;
	align-items:center;
	gap:13px;
	font-weight:500;
	margin-bottom:25px;
}

#page_companey_later{
	display:flex;
	gap:55px;
	margin:30px 0px;
}

#page_companey_later .left{
	display:flex;
	/*justify-content:space-between;*/
	gap:2rem;
	flex-direction:column;
	/*font-size:20px;*/
}

#page_companey_later .left b{
	font-weight:500;
}

#page_companey_later .left .top{
	background:url(/about/images/page_companey_later-icon.svg) left top no-repeat;
	padding-left:55px;
}

#page_companey_later .right{
	flex-shrink:0;
}

/****/

#page_company_blog{
	margin:30px 0px;
}

#page_company_blog > .caption{
	font-size:32px;
	font-weight:500;
	margin-bottom:33px;
	text-transform:uppercase;
}

#page_company_blog .body{
	display:flex;
	gap:45px;
}

#page_company_blog .body .left{
	flex-grow:1;
}

#page_company_blog .body .right{
	flex-shrink:0;
	width:600px;
}




/****/

#page_companey_blog_last{}

#page_companey_blog_last .caption{
	padding-right:100px;
	height:70px;
	margin-bottom:16px;
	font-size:24px;
}


#page_companey_blog_last .list{}

#page_companey_blog_last .item{}

#page_companey_blog_last .item .name{
	padding-right:100px;
	height:70px;
	margin-bottom:16px;
	/*font-size:24px;*/
}

#page_companey_blog_last .item .name a{
	color:var(--marengo);
	text-decoration:none;
}

#page_companey_blog_last .item .name a:hover{
	color:var(--red);
	text-decoration:none;	
}


#page_companey_blog_last .owl-loaded .owl-nav button{
	border-radius:0px;
	position:static;
	margin: 0px;
}

#page_companey_blog_last .owl-loaded .owl-nav{
	position:absolute;
	right:0px;
	top:-86px;
	display:flex;
	gap:8px;
}

#page_companey_blog_last .item .pic{
	background-size:cover;
	background-position:center center;
	min-height:335px;
}

#page_companey_blog_last .item .pic img{
	width:100%;
	display:none;
}

@media (max-width: 1100px){
	
	#page_company_blog .body{
		flex-direction:column;
	}
	
	#page_company_blog .body .right{
		width:100%;
	}
}

@media (max-width: 950px){
	
	#page_company_dodonov{
		flex-direction:column;
	}
	
	#page_company_dodonov .pic{
		order:2;
		width:auto;
	}
	
	#page_company_dodonov .pic img{
		max-width:400px;
	}
	
	#page_company_dodonov .body{
		order:1;
	}
	
	#page_company_later{
		flex-direction:column;
	}
	
	#page_companey_later{
		flex-direction:column;
	}
	
	#page_companey_later  .right{
		order:1;
		text-align:center;
	}
	
	#page_companey_later  .left{
		order:2;
	}
	
	#page_company_persons{
		grid-template-columns: 1fr 1fr;
	}
	
}

@media (max-width: 750px){
	
	#page_company_target .body{
		gap:30px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 650px){
	
	#page_company_persons{
		grid-template-columns: 1fr;
	}
	
	#page_company_years .list{
		padding: 33px 20px 0px 20px;
	}
	
	#page_company_target .item .desc br{
		display:none;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/last_zhurnal/style.css?1783695274698*/
#page_company_blog_one{
display: flex;
  flex-direction: column;
  height: 100%;
}

#page_company_blog_one .head{
	height:70px;
	margin-bottom:15px;
	border-bottom:1px solid rgba(217, 217, 217, 0.5);
}

#page_company_blog_one .head a.link-simple{
	display:flex;
	align-items:flex-start;
	font-size:24px;
	justify-content:space-between;
}

#page_company_blog_one .head a.link-simple .link-simple-icon{
	margin-top:7px;
}

#page_company_blog_one .pic{
	flex-grow:1;
}

#page_company_blog_one .pic a{
	display:block;
	min-height:200px;
	height:100%;
	background-size:cover;
	background-position:center center;
}

#page_company_blog_one .pic a img{
	display:none;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/clients/style.css?1783695274842*/
#our_clients{
	margin:30px 0px;
	display:grid;
	gap:50px 52px;
	grid-template-columns:repeat(4, 1fr);
}

#our_clients .client{
	padding-top:53px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	border-top:1px solid #EBEBEB;
}

#our_clients .client .num{
	position:absolute;
	top:15px;
	left:3px;
	color: #B8B8B8;
	font-size:14px;
	font-weight:500;
}


#our_clients .client.reverse{
	background:var(--marengo);
	color:#fff;
}

#our_clients .client.reverse .num{
	left:10px;
}

@media (max-width: 950px){

	#our_clients{
		grid-template-columns:repeat(3, 1fr);
	}	
}

@media (max-width: 650px){

	#our_clients{
		grid-template-columns:repeat(2, 1fr);
	}	
	
	#our_clients .client{
		padding-top:35px;
	}
	
	#our_clients .client img{
		max-width:100px;
	}
}
/* End */
/* /about/style.css?17839774337985 */
/* /local/templates/.default/components/bitrix/news.list/last_zhurnal/style.css?1783695274698 */
/* /local/templates/.default/components/bitrix/news.list/clients/style.css?1783695274842 */
