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

    margin-bottom: 70px;
}

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

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



.partners{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-right: -30px;
	
}
.partners a img{
	float: none !important;
	display: block;
	margin: auto;
	margin-top: 26px;
}
.partners-item{
	width: 22.5%;
	display: flex;
	justify-content: space-between;
flex-direction: column;
margin-right: 30px;
}
.partners-item a:first-child{
	height: 170px;
	border: 1px #dfdfe0 solid;
	margin-bottom: 23px;
}
.partners p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #303030;
	text-align: center;
	margin-bottom: 62px;
}
.partners p a:nth-child(2){
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: black;
}

@media (max-width: 1280px){
	.partners-item{
		width: 30%;
		
	}
}
@media (max-width: 1100px){
	.partners-item{
		width: 45%;
		
	}
}
@media (max-width: 660px){
	.partners-item{
		width: 100%;
		
	}
	.page-title{
		font-size: 26px;
	}
.partners p {

    margin-bottom: 23px;
}
.page-title {
    
    margin-bottom: 6px;

    line-height: 40px;
}
}