.pages-baner{
    width: 100%;
    height: 350px;
    background-color: black;

    margin-bottom: 58px;
}

.pages-baner_about-company{
    
    background-image: url('/local/templates/webstyling/components/bitrix/breadcrumb/about_company/about_company-baner.jpg') !important;
   background-position: center;
    font-weight: 500;
    line-height: 20px;
}
.page-title_wrapper{
    text-align: center;
    padding-top: 146px;
	color: #fff;
}
.page-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 40px;

}
.page-title_wrapper span{
    font-size: 13px;
    margin-right: 10px;
}
.page-subtitle{
	display: flex;
justify-content: center;
font-size: 13px;
}




div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.about-us_title{
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
}
.aobut-us_wrapper{
	display: flex;
	margin-top: 20px;
	margin-bottom: 43px;
}
.about-us_img{
	max-width: 250px;
	max-height: 270px;
	margin-right: 50px;
}
.about-us_text{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}



.about-company_advantage{
	min-height: 285px;
	background: #f4f5f7;
}
.about-company_advantage-items{
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
	
}

.about-company_advantage-item{
	width: 25%;
	text-align: center;
}
.about-company_advantage-item_title{
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.about-company_advantage-item_text{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	word-spacing: 170px;
}

.principles{
	padding-top: 65px;
	padding-bottom: 55px;
}
.principles-info{
	
}
.principles-info_items{
	max-width: 770px;
	margin-right: 60px;
}
.principles-info_title{
	font-size: 36px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 30px;
}
.principles-info_item-number_wrapper{
	display: flex;
	align-items: center;
	
}
.principles-info_item-number{
	width: 15px;
	font-size: 48px;
	font-weight: 600;
	line-height: 30px;
	color:#295383 ;
	margin-right: 25px;
}
.principles-info_item-title{
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	max-width: 395px;
	
}
.principles-info_item:nth-child(3) .principles-info_item-title{
	max-width: 300px;
}
.principles-info_item-text{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 45px;
}
.wrapper-principles{
	display: flex;
	flex-wrap: wrap;
}

.principles-img img{
	width: 100%;
	max-width: 320px;
	max-height: 452px;
	background-color: #295383;
	
	border: 15px #f4f5f7 solid;
	z-index: 100;
}
.principles-img img:hover{
	box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.4);
}
.principles .reviews-item_popap{
	max-width: none !important;
	max-height: none !important;
}


.trust{
	min-height: 310px;
	border-top: 1px #d1d1d1 solid;
}
.trust .section-title{
	padding: 50px 0;
}
.wrapper-trust_logo-company{
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	text-align: center;
}
.trust_logo-company{
	width: 20%;
}
.about-us_img-wrapper{
	margin-top: 36px;
	margin-right: 59px;
	margin-left: 10px;
}
.about-us_img-wrapper img{
	margin-bottom: 55px;
	max-width: 222px;
}

@media (max-width: 1280px){

	.wrapper-principles {	
		justify-content: center;
	}

	.principles-info_title {
		text-align: center;
	}
	.principles-info_items {
		
		margin-right: 0;
	  }
}
@media (max-width: 990px){
	.aobut-us_wrapper{
		display: block;
	}
	
	.about-us_img-wrapper {
		margin-top: 50px;
		margin-right: 0;
		display: flex;
		justify-content: space-around;
	  }
	  .about-company_advantage-item {
		width: 50%;
		
		margin-bottom: 46px;
	  }
	  .about-company_advantage-item_text {
		
		word-spacing: 400px;
	  }
	  .trust_logo-company{
		width: 30%;
		margin-bottom: 30px;
	  }
}


@media (max-width: 575px){
	.about-us_img-wrapper{
	flex-direction: column;
	align-items: center;
	
  }
  .about-company_advantage-item {
	width: 100%;
	
	margin-bottom: 46px;
  }

  .trust_logo-company{
	width: 100%;
	margin-bottom: 25px;
  }
}