

/* Start:/local/templates/met/css/about.css?174953708230789*/
.aboutPage-section{
    padding: 37px 0 22px;
}
.aboutPage-section--cover{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    padding: 26px 0 34px;
}
.aboutPage-services .aboutPage-services__text-wrapper {
	max-width: 753px;
	margin: 0 auto 30px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}
.aboutPage-services .aboutPage-services__text-wrapper p{
	margin-bottom: 30px;
}
.aboutPage-section-ConsultationForm .videoConsultationForm {
	border: none;
	background: #F1F1F1;
}
.aboutPage-slider .tileSlider__itemContent__name b{
	font-weight: 700;
}
.have-question__img-wrapper.mobile {
	display: none;
}
/*=====================================SHOW ROOM=====================================*/
.aboutPage-section.aboutPage-showRoom {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #8C8C8C;
	background-image: url("/local/templates/met/images/about__showRoom-bg.png");
	margin-top: 54px;
	background-position: center center;
}
.aboutPage-showRoom__content {
	max-width: 500px;
	margin: 0 auto;
}
.aboutPage-showRoom .aboutPage-section__title {
	font-size: 50px;
	margin-bottom: 55px;
}
.aboutPage-showRoom .btn{
	width: 200px;
	margin: 0 auto;
	display: block;
	font-weight: 500;
}

.tileSlider__contacts-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tileSlider__contacts-wrapper .tileSlider__contacts-email a{;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: right;
	color: #3B3B3B;
}


/*==========================================================================*/
/*.aboutPage-services .aboutPage-services__text-wrapper .phone__link {*/
/*	margin-top: 15px;*/
/*}*/
.have-question__button a {
	font-size: 16px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: center;
	padding: 13px 43px 13px 43px;
}

.aboutPage-services .aboutPage-services__text-wrapper .btn {
	font-weight: 500;
}
.js-texts{
	min-height: 200px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 10px;
}
.js-texts .tileSlider__itemContent__croppedLink{
	width: max-content;
	color: #3B3B3B;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}
.aboutPage-section--gray{
	background: #F5F1EA;
}
.aboutPage-section__title{
	font-weight: 600;
	font-size: 30px;
	line-height: 41px;
	text-align: center;
	color: #3B3B3B;
    margin-bottom: 32px;
}
.aboutPage-section__title--min{
	font-size: 24px;
	line-height: 33px;
}
.aboutPage-section__title--white{
	color:#fff;
    margin-bottom: 19px;
}
.aboutPage-section__text{
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #3B3B3B;
	margin-bottom: 34px;
}
.aboutPage-section__text--white{
	color: #fff;
}
.aboutPage-section .ag-list__itemText{
	color: #4A6AFD;
}
.aboutPage-section .ag-list__itemText:hover{
	color: #0032C7;
}
.aboutPage-slider{
    padding: 44px 0 0;
}
.aboutPage-slider .aboutPage-section__title{
    margin-bottom: 23px;
}
.aboutPage-info{
	padding: 46px 7px 40px;
}
.aboutPage-info .aboutPage-section__title{
	margin-bottom:17px;
}
.aboutPage-info__title{
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	color: #3B3B3B;
	margin-bottom: 15px;
}
.aboutPage-info p{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #3B3B3B;
    margin-bottom: 20px;
}
.aboutPage-info__col {
    padding-bottom: 20px;
}
.aboutPage-info__col--last p{
	line-height: 27px;
	margin-bottom: 10px;
}
.aboutPage-section.section--beige{
    padding: 23px 0 22px;
}
.aboutPage-section-portfolio .detailMoreMenu{
	padding-top:8px;
}
.partnersForm .aboutPage-section__title{
	text-align: left;
    margin-bottom: 30px;
}
.partnersForm .btn{
    margin: 10px 0 9px;
    width: 100%;
    padding: 13px 21px;
}
.partnersForm .agreement-text{
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	margin-bottom:10px;
	padding-top:10px;
}
.partnersForm .agreement-text .link{
    color: #f5a408;
}
.partnersForm .inputFile{
	margin-bottom:30px;
}
.portfolioItem {
    margin-bottom: 20px;
}
.portfolioItem:last-of-type{
    margin-bottom: 0;
}
.portfolioItem__link{
	height: 245px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
	display: block;
	text-align: center;
	border-radius:3px;
}
.portfolioItem__link--logo{
    min-height: 90px;
    height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius:0;
}
.portfolioItem__link--bordered{
	height: auto;
	border-radius:0;
}
.portfolioItem__link--bordered img{
	border: 10px solid #8f8f8f;
	display: block;
    max-width: 100%;
}
.portfolioItem__link--bordered .portfolioItem__linkContent p {
    font-size: 14px;
}
.portfolioItem__href{
	width:100%;
	text-align: center;
    margin-bottom: 5px;
}
.portfolioItem__href a{
	color: #f5a408;
}
.portfolioItem__link img{
    margin: 10px auto;
    display: block;
    max-width: 100%;
}
.portfolioItem__linkText{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	background: rgba(0,0,0,.5);
	-webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate3d(0,-110%,0);
    transform: translate3d(0,-110%,0);
}
.no-touch .portfolioItem__link:hover .portfolioItem__linkText{
	-webkit-transform: none;
    transform: none;
}
.portfolioItem__linkContent{
    width: 100%;
    color: #fff;
    text-align: center;
}
.portfolioItem__linkContent p{
	font-size: 18px;
    padding: 0 20px;
}
.portfolioItem__hidden{
	display: none;
}
.portfolioItem__linkContent__more{
	font-size: 12px;
	color: inherit;
}
.portfolioItem__linkContent__more a,
.portfolioItem__linkContent__more a:hover,
.no-touch .portfolioItem__linkContent__more a:hover,
.portfolioItem__linkContent__more a:focus,
.no-touch .portfolioItem__linkContent__more a:focus{
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.aboutPage-section-portfolio .detailMoreItem{
    padding: 29px 15px 30px;
}
.aboutPage-section-portfolio{
	padding: 37px 0 12px;
}
.aboutPage-section--cover .partnersForm .formRow__inputRow{
	margin-bottom:30px;
}
.aboutPage-section--cover .partnersForm .agreement-text{
	padding-top:0;
	text-align:center;
}
.aboutPage-section--cover .partnersForm .btn{
	margin: 20px 0 9px;
}
.section-top h1{
	max-width: 950px;
}
.aboutPage-section__title.aboutPage-section__title--left{
	text-align: left;
	margin-bottom: 20px;
}
.aboutPage__functional-section{
	background: #FEEAD4;
}
.functional__items{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.functional__items > div{
	width: 100%;
	padding: 15px 12px;
}
.aboutPage-section__gray{
	background: #F1F1F1;
}
.ag-list__item__white .ag-list__itemImg{
	background: #FFFFFF;
}
.pb-30{
	padding-bottom: 30px;
}
.aboutPage-section__eco-block__title{
	font-weight: 700;
	margin-bottom: 63px;
	font-size: 22px;
}
.aboutPage-section__eco-block .ag-list__itemImg{
	width: unset;
	height: unset;
}
.aboutPage-section__eco-block .ag-list--transparent .ag-list__itemText {
	padding: 40px 0 0;
	width: unset;
}
.upButton{
	z-index: 3;
}
.have-question__block{
	height: 250px;
	background-color: #F5F1EA;
	background-repeat: no-repeat;
	padding: 0 50px 0 0;
	display: flex;
	justify-content: space-between;
}
.have-question__img-wrapper {
	width: 50%;
}
.have-question__img-wrapper img {
	width: 100%;
	height: 100%;
}
.have-question__block-title{
	font-size: 32px;
	line-height: 43.84px;
	font-weight: 700;
}
.have-question__block > .have-question__inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 47%;
	position: relative;
}
.have-question__block > div:before{
	content: url("/local/templates/met/css/../images/icons/have-question.svg");
	display: flex;
	height: 79px;
	width: 79px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	left: -90px;
	position: absolute;
	background: #F5A408;
}
.have-question__whatsapp{
	height: 62px;
	width: 62px;
	background: #4CAF50;
	border-radius: 4px;
	padding: 15.5px;
}
.tileSlider--reviews .tileSlider__itemContent__top img{
	border-radius: 20px;
}
.tileSlider:not(.tileSlider--reviews) .tileSlider__itemContentText{
	height: 290px;
	overflow-y: auto;
	padding-bottom: 20px;
}
.tileSlider:not(.tileSlider--reviews) .tileSlider__itemContentText::-webkit-scrollbar {
	width: 4px;               /* ширина всей полосы прокрутки */
}
.tileSlider:not(.tileSlider--reviews) .tileSlider__itemContentText::-webkit-scrollbar-track {
	background: #FFFFFF;        /* цвет зоны отслеживания */
}

.tileSlider:not(.tileSlider--reviews) .tileSlider__itemContentText::-webkit-scrollbar-thumb {
	background-color: #FB9726;    /* цвет бегунка */
	border: 2px solid #FB9726;  /* отступ вокруг бегунка */
}
.tileSlider__itemContentText-grad {
	position: relative;
}
.tileSlider__itemContentText-grad:after{
	content: '';
	position: absolute;
	height: 67px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(360deg, #F4F4F4 0%, rgba(245, 241, 234, 0) 100%);
}
.tileSlider__itemWrap .tileSlider__item__user p{
	font-weight: 700;
	margin-bottom: 0;
}
.tileSlider__itemContentTitle{
	font-weight: 700;
	font-size: 20px;
	color: #3B3B3B;
	margin-bottom: 17px;
	word-spacing: 4px;
}
section > *{
	color: #3B3B3B;
}
div.tileSlider__itemWrap{
	color: #3B3B3B;
}
.aboutPage-slider__thanks-letters div.tileSlider__itemWrap {
	color: #000000;
}

.tileSlider--reviews:not(.slider-team) .tileSlider__itemContentText{
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.tileSlider__itemContentText.crop-toggle-text.js-cropped-text{
	/* display: -webkit-box; */
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.crop-toggle-text._active{
	display: -webkit-box !important;
}

.slider-team .tileSlider__itemContentText{
	font-size: 16px;
	font-weight: 400;
}
.tileSlider--reviews a{
	font-size: 16px;
	font-weight: 400;
}
.tileSlider__itemWrap .tileSlider__itemContent__top{
	margin-bottom: 20px;
}
.tileSlider--reviews:not(.slider-team) .tileSlider__itemWrap{
	min-height:600px;
}
.tileSlider--reviews .tileSlider__itemWrap{
	max-width: 331px;
}
.tileSlider--reviews:not(.slider-team) .tileSlider__itemContent__footer{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	min-height: 275px;
}
.tileSlider--reviews:not(.slider-team) .tileSlider__itemContent{
	min-height: 580px;
}
div.tileSlider{
	padding-bottom: 34px;
}
.tileSlider--reviews .team-what{
	display: flex;
	align-items: center;
	color: #3B3B3B;
	font-size: 16px;
	font-weight: 500;
	margin-top: 5px;
	padding-top: 14px;
	padding-bottom: 10px;
}
.team-what svg{
	margin-right: 5px;
}
div.tileSlider .slick-slide{
	max-width: unset;
}
.tileSlider .tileSlider__slider-letters .slick-slide {
	padding: 0 8px;
}
.tileSlider--reviews .tileSlider__itemWrap{
	background: #F4F4F4;
	border: 2px solid #F4F4F4;
	border-radius: 14px;
}
.tileSlider--letters .tileSlider__itemWrap{
	background: #F4F4F4;
	border: 2px solid #F4F4F4;
	border-radius: 14px;
	min-height: 700px;
}

.tileSlider--reviews .tileSlider__itemContent__top{
	display: flex;
	justify-content: center;
	min-height: 311px;
}
.tileSlider__slider-letters .tileSlider__itemContentText{
	padding-right: 5px;
}
.section-top__img{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.section-top__img img{
	width: auto;
	max-width: unset;
}
.section-top.promo__section h1{
	font-size: 50px;
	font-weight: 700;
	text-align: left;
	color: #FF9900;
	min-width: unset;
	line-height: 140%;
	margin: 0;
}
.section-top .aboutPage-about__container p{
	color: #3B3B3B;
	margin: 0;
	margin-bottom: 14px;
	text-align: left;
}
.section-top .aboutPage-about__container p:last-child{
	margin-bottom: 0;
}
.promo__section .row{
	margin: 0 -25px;
}
.promo__section .col-12{
	padding: 0 25px;
}
.aboutPage-section__gray .aboutPage-section__title-row{
	justify-content: center;
}
.aboutPage-section__gray .aboutPage-section__title{
	max-width: 520px;
	margin-bottom: 30px;
}
.advantages__items{
	justify-content: space-between;
}
.advantages__items > div{
	display: flex;
	align-items: center;
	padding-top: 13px;
}
.advantages__items > div > div{
	margin-top: 0;
	font-size: 20px;
}
.advantages__items svg{
	margin-right: 15px;
	min-width: 45px;
}
.aboutPage-section.aboutPage-section__gray{
	padding: 64px 0 85px;
}
.aboutPage__functional-section .ag-list__itemImg{
	background: transparent;
}
.aboutPage-section.aboutPage__functional-section{
	padding: 64px 0 20px;
}
.team-what{
	padding-bottom: 20px;
}
.tileSlider__item__user a{
	display: flex;
	align-items: center;
	color: #F5A408;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
}
.tileSlider__item__user a svg{
	margin-right: 12px;
}
.aboutPage-about__container-top{
	padding-top: 26px;
}
.grid--container{
	display: grid;
	grid-template-columns: 60% 40%;
	gap: 30px;
	grid-template-areas:
    "a b"
    "a c"
}
.grid--container > div:nth-child(1) {
	grid-area: a;
}
.grid--container > div:nth-child(2) {
	grid-area: b;
}
.grid--container > div:nth-child(3) {
	grid-area: c;
	margin-top: -100px;
}
.section-top.promo__section{
	padding: 0;
	background: #F3F0E8;
}
.aboutPage-section.aboutPage-section__advantages2{
	padding-top: 70px;
}
.aboutPage-section.aboutPage-section__advantages{
	padding-top: 40px;
}
.aboutPage-section__eco-block .ag-list--transparent .ag-list__item{
	margin-bottom: 30px;
}
.aboutPage-section__eco-block .ag-list--transparent .ag-list__item:last-child{
	margin-bottom: 0;
}
@media(max-width: 1500px) {
	div.tileSlider.tileSlider--reviews .slick-next {
		right: 0px;
	}
	div.tileSlider.tileSlider--reviews .slick-prev {
		left: 0px;
	}
}
@media(max-width: 1350px) {
	.grid--container{
		grid-template-columns: 50% 50%;
	}
	.have-question__block {
		overflow: hidden;
		height: 220px;
	}
	/*.have-question__block > div {*/
	/*	margin-left: 315px;*/
	/*}*/
	.have-question__img-wrapper {
		width: 100%;
		margin-left: -60%;
	}
	.have-question__block > .have-question__inner {
		width: 57%;
	}
	.tileSlider--reviews .tileSlider__itemContent__top{
		max-height: 100%;
	}
	.tileSlider.tileSlider--reviews .slick-slide {
		max-width: 331px;
		/*height: 507px;*/
	}
}
@media(max-width: 1124px) {
	.grid--container{
		grid-template-columns: 1fr 1fr;
	}
	.aboutPage-section.aboutPage-showRoom {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.have-question__block {
		height: 150px;
	}
	.have-question__img-wrapper {
		margin-left: -70%;
	}
	.have-question__block > .have-question__inner {
		width: 67%;
	}
	.aboutPage-showRoom .aboutPage-section__title {
		margin-bottom: 35px;
	}
	.aboutPage-section.aboutPage-section__gray {
		padding: 20px 5px 35px 5px;
	}
	.aboutPage-section.aboutPage-section__advantages{
		padding-top: 35px;
	}
	.section-top.promo__section {
		padding-bottom: 50px;
	}
	.grid--container > div:nth-child(3) {
		margin-top: 0;
	}
}
@media(max-width: 1024px) {
	.have-question__img-wrapper {
		display: none;
	}
	.have-question__img-wrapper.mobile {
		display: block;
		width: unset;
		margin-left: 0;
	}
	.advantages__items > div{
		align-items: center;
	}
	.aboutPage-section.aboutPage-section__advantages2 {
		padding-top: 40px;
	}
	.grid--container{
		grid-template-areas:
    "a b"
    "c c"
	}
	.section-top__img {
		max-height: 500px;
	}
	.tileSlider--reviews .tileSlider__itemContent__top {
		min-height: 100%;
		max-height: 100%;
	}
	.tileSlider.tileSlider--reviews .slick-slide {
		/*height: 540px;*/
	}
	.aboutPage-services .aboutPage-services__text-wrapper {
		max-width: 100%;
		width: 100%;
		padding: 15px;
	}

}
@media(max-width: 992px) {
	.have-question__img-wrapper.mobile {
		display: none;
	}
	.section-top__img {
		max-height: 370px;
	}
	.have-question__block {
		background: #F5F1EA;
	}
	/*.have-question__block > div {*/
	/*	margin-left: 87px;*/
	/*}*/
	.have-question__block {
		padding: 20px;
	}
	.section-top.promo__section h1 {
		font-size: 40px;
	}
}
@media(max-width: 900px) {
	.aboutPage-showRoom .aboutPage-section__title {
		font-size: 40px;
	}
	.have-question__block {
		padding: 0 20px 0 105px;
	}
	.have-question__img-wrapper {
		display: none;
	}
	.have-question__block > .have-question__inner {
		width: 100%;
	}
}
@media(max-width: 768px) {
	div.tileSlider {
		padding: 0 10px 0 10px;
	}
	.aboutPage-section.aboutPage-section__advantages2 {
		padding-top: 30px;
	}
	.section.aboutPage-section.aboutPage-services.aboutPage-section--cover {
		padding: 15px 0 8px;
	}
	.aboutPage-services .aboutPage-services__text-wrapper {
		margin-bottom: 10px;
	}
	div.tileSlider {
		padding-bottom: 0;
	}
	.aboutPage-section__eco-block .ag-list--transparent .ag-list__itemText {
		padding: 10px 0 0;
	}
	.pb-30 {
		padding-bottom: 0;
	}
	.aboutPage-section__text--white{
		font-size: 18px;
	}
	.aboutPage__functional-section .ag-list__itemText {
		padding: 3px 10px 0;
	}
	.aboutPage__functional-section .ag-list__item {
		margin-bottom: 0;
	}
	.aboutPage-section.aboutPage__functional-section {
		padding: 30px 0 45px;
	}
	.have-question__block-title {
		font-size: 22px;
		line-height: 100%;
		font-weight: 700;
	}
	.have-question__whatsapp {
		height: 47px;
		width: 47px;
		background: #4CAF50;
		border-radius: 4px;
		padding: 11.75px;
	}
	.have-question__whatsapp svg{
		width: 23.5px;
		height: 23.5px;
	}



	.tileSlider .tileSlider__slider-letters .slick-slide {
		padding: 0 17px;
	}
	.tileSlider.tileSlider--reviews .slick-slide {
		padding: 0 17px;
	}
	.tileSlider--reviews .tileSlider__itemWrap {
		max-width: unset;
	}
	.tileSlider--reviews:not(.slider-team) .tileSlider__itemContent__footer {
		min-height: unset;
	}
	.tileSlider--reviews:not(.slider-team) .tileSlider__itemWrap {
		min-height: unset;
	}
}
@media(max-width: 767px) {
	.tileSlider__itemContent__img span {
		margin: 0 auto;
	}
	.aboutPage-about__container-top {
		padding-top: 0;
	}
	div.tileSlider {
		padding: 0;
	}
	.have-question__block {
		height: 256px;
		padding: 20px 10px;
	}
	.have-question__block > div:before {
		left: 50%;
		transform: translateX(-50%);
		top: -90px;
	}
	.have-question__block > div {
		margin-left: 0px;
		margin-top: 90px;
		height: calc(100% - 90px);
		flex-wrap: wrap;
	}
	.have-question__block > .have-question__inner {
		flex-wrap: wrap;
	}
	.have-question__button, a {
		width: 100%;
	}
	.aboutPage-slider {
		padding: 30px 0 0;
	}
	.aboutPage-showRoom .aboutPage-section__title {
		font-size: 30px;
		padding: 0 5px 0 5px;
	}
	.aboutPage-section.aboutPage-showRoom {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.functional__items .ag-list__itemImg{
		height: 95px;
	}
	.functional__items > div {
		padding: 7px 12px;
	}
	.aboutPage-section__eco-block__title {
		margin-bottom: 25px;
	}
	.grid--container {
		gap: 20px;
	}
	.section-top.promo__section h1 {
		font-size: 30px;
	}
	.section-top__img img {
		width: 100%;
	}
	.section-top__img {
		 max-height: unset;
	}
	.grid--container{
		grid-template-areas:
		"a a"
		"b b"
		"c c"
	}
	.tileSlider--reviews .tileSlider__itemWrap {
		width: 290px;
		margin: 0 auto;
		padding: 10px;
	}
	.tileSlider.tileSlider--reviews .slick-slide {
		padding: 0 17px;
		height: 100%;
		max-width: 100%;
	}
	.tileSlider__itemContent__bottom, .tileSlider--reviews .team-what {
		margin: 0 auto;
	}
}
.tileSlider__itemContentSubTitle{
	font-weight: 500;
	margin-bottom: 7px;
	max-width: 252px;
}
@media(max-width: 450px) {
	.aboutPage-section.aboutPage-section__advantages2 {
		padding-top: 25px;
		padding-bottom: 0;
	}
	.section-top__img img{
		width: 100%;
	}
	.section-top__img {
		max-height: 350px;
		height: 350px;
		max-width: unset;
		width: auto;
		display: flex;
		justify-content: center;
		margin: 0 -15px;
	}
	/*.section-top__img picture{*/
	/*	display: flex;*/
	/*	justify-content: center;*/
	/*}*/
	.have-question__inner > div:nth-child(3){
		width: 100%;
	}
	.have-question__inner > div:nth-child(3) .btn{
		width: 100%;
	}
}
@media screen and (min-width: 768px){
	.aboutPage-section__eco-block__title{
		margin-top: 30px;
	}
	.ag-list__item__white .ag-list__itemText {
		padding: 32px 0 0;
	}
	.functional__items > div{
		width: 50%;
	}
	.aboutPage-section {
	    padding: 44px 0 21px;
	}
	.aboutPage-section__title.aboutPage-section__title--left{
		margin-bottom: 20px;
	}
	.aboutPage-section__title--min {
	    font-size: 30px;
		line-height: 41px;
	}
	.aboutPage-section--cover {
	    padding: 49px 0 8px;
	}
	.aboutPage-section__title--white {
	    margin-bottom: 20px;
	}
	.aboutPage-section--gray {
	    padding: 44px 0 2px;
	}
	.aboutPage-slider .aboutPage-section__title {
	    margin-bottom: 31px;
	}
	.aboutPage-info {
	    padding: 44px 52px 40px;
	}
	.aboutPage-info .aboutPage-section__title {
	    margin-bottom: 37px;
	}
	.wholesale-page .section-top {
	    min-height: 276px;
	}
	.wholesale-page .aboutPage-section {
	    padding: 53px 10px 29px;
	}
	.wholesale-page .aboutPage-section__title {
	    margin-bottom: 50px;
	}
	.aboutPage-section.section--beige {
	    padding: 35px 0 41px;
	}
	.partnersForm .aboutPage-section__title{
		margin-bottom:30px;
	}
	.partnersForm .btn {
	    margin: 0;
	}
	.partnersForm .formRow {
	    width: calc((100% - 205px)/2);
	    padding-right: 19px;
	}
	.partnersForm .formRow--btns{
	    width: 205px;
	    padding-right: 0;
	}
	.partnersForm .formRow__inputRow{
	    width: 100%;
	}
	.partnersForm .agreement-text {
	    padding-top: 0;
	}
	.aboutPage-section.section--beigeBottom{
		padding:24px 0 28px;
	}
	.section--beigeBottom .partnersForm .aboutPage-section__title {
	    margin-bottom: 12px;
	}
	.section--beigeBottom .partnersForm .formRow--fileinput{
	    width: 320px;
	}
	.section--beigeBottom .partnersForm .formRow--inputs{
	    width: calc(100% - 320px);
	}
	.section--beigeBottom .partnersForm .formRow--btns {
	    width: 181px;
	}
	.section--beigeBottom .partnersForm .agreement-text {
	    width: calc(100% - 181px);
        padding-right: 20%;
	}
	.wholesale-page .aboutPage-section-portfolio{
	    padding: 45px 10px 29px;
	}
	.wholesale-page .aboutPage-section-portfolio .aboutPage-section__title {
	    margin-bottom: 32px;
	}
	.aboutPage-section-portfolio .detailMore{
		margin:0 -10px;
	}
	.aboutPage-section-portfolio .detailMoreItem {
	    padding: 39px 15px 0;
	}
	.aboutPage-section-portfolio .detailMoreItem__inner{
		margin:0 -15px;
	}
	.portfolioItem {
	    margin-bottom: 20px;
	    width: 50%;
	    padding:0 15px;
	}
	.portfolioItem__link {
		height: 300px;
	}
	.portfolioItem__link--logo{
	    height: auto!important;
	}
	.portfolioItem__link--bordered {
	    height: auto!important;
	}
	.wholesale-page .aboutPage-section--coverBottom{
	    padding: 44px 10px 44px;
	}
	.wholesale-page .aboutPage-section--coverBottom .aboutPage-section__title {
	    margin-bottom: 21px;
	}
	.wholesale-page .aboutPage-section--coverBottom .aboutPage-section__text {
	    margin-bottom: 44px;
	}
	.wholesale-page .aboutPage-section--coverBottom .partnersForm__wrap{
		margin:0 -11px;
	}
	.aboutPage-section--cover .partnersForm .btn {
	    margin: 0;
	}
	.aboutPage-section--cover .partnersForm .formRow {
	    width: calc((108% - 181px)/2);
	}
	.aboutPage-section--cover .partnersForm .formRow:first-of-type{
	    width: calc((92% - 181px)/2);
	}
	.aboutPage-section--cover .partnersForm .formRow--btns {
	    width: 181px;
	}
	.aboutPage-section--cover .partnersForm .agreement-text {
	    width: 100%;
	}
	.portfolioItem__linkContent__more {
	    font-size: 14px;
	}
	.portfolioItem__link--bordered .portfolioItem__linkContent p {
	    font-size: 18px;
	}
}
@media screen and (min-width: 1024px){
	.ag-list__item.ag-list__item__white{
		margin-bottom: 40px;
	}
	.functional__items > div{
		width: 30%;
	}
	.wholesale-page .section-top {
	    min-height: 400px;
	}
	.aboutPage-section {
	    padding: 40px 0 21px;
	}
	.aboutPage-section__title.aboutPage-section__title--left{
		margin-bottom: 20px;
	}
	.aboutPage-section__title--white {
	    margin-bottom: 20px;
	}
	.aboutPage-section__text {
	    margin-bottom: 73px;
	}
	.aboutPage-section--gray {
	    padding: 64px 0 2px;
	}
	.aboutPage-slider {
	    padding: 50px 0 0;
	}
	.aboutPage-slider .aboutPage-section__title {
	    margin-bottom: 35px;
	}
	.aboutPage-info .wrapper {
	    max-width: 974px;
	}
	.aboutPage-info .aboutPage-section__title {
	    margin-bottom: 57px;
	}
	.aboutPage-info__col {
	    padding-right: 25px;
	}
	.wholesale-page .aboutPage-sectionTop{
	    padding: 64px 10px 11px;
	}
	.wholesale-page .aboutPage-sectionTop .aboutPage-section__title {
	    margin-bottom: 79px;
	}
	.aboutPage-section.section--beige {
	    padding: 40px 0 28px;
	}
	.partnersForm .aboutPage-section__title {
	    margin-bottom: 0;
	    width:320px;
	}
	.partnersForm .partnersForm__wrap{
	    width: calc(100% - 290px);
    	margin: 0 -15px;
	}
	.partnersForm .formRow {
	    width: 50%;
	    padding: 0 15px;
	}
	.partnersForm .formRow__inputRow {
	    margin-bottom: 16px;
	}
	.partnersForm .agreement-text {
	    width: calc(100% - 210px);
	    padding: 0 15px;
	}
	.partnersForm .formRow--btns {
	    width: 210px;
	    padding: 0 15px;
	}
	.wholesale-page .aboutPage-section--cover {
	    padding: 45px 0 59px;
	}
	.wholesale-page .aboutPage-section--cover .aboutPage-section__title{
	    margin-bottom: 99px;
	}
	.section--beigeBottom .partnersForm .formRow--fileinput {
	    width: 295px;
	}
	.section--beigeBottom .partnersForm .formRow--inputs {
	    width: calc(100% - 295px);
	}
	.section--beigeBottom .partnersForm .formRow--btns {
	    width: 209px;
	}
	.section--beigeBottom .partnersForm .agreement-text {
	    width: calc(100% - 209px);
	    padding-right: 0;
	}
	.wholesale-page .aboutPage-section-portfolio {
	    padding: 55px 10px 70px;
	}
	.wholesale-page .aboutPage-section-portfolio .aboutPage-section__title {
	    margin-bottom: 35px;
	}
	.wholesale-page .aboutPage-section--coverBottom {
	    padding: 64px 10px 63px;
	}
	.wholesale-page .aboutPage-section--coverBottom .aboutPage-section__title {
	    margin-bottom: 21px;
	}
	.wholesale-page .aboutPage-section--coverBottom .partnersForm__wrap {
	    margin: 0 auto;
	    width: 812px;
	}
	.aboutPage-section--cover .partnersForm .formRow:first-of-type {
	    width: calc((100% - 201px)/2);
	}
	.aboutPage-section--coverBottom .partnersForm .formRow {
	    width: calc((100% - 201px)/2);
	}
	.aboutPage-section--coverBottom .partnersForm .formRow--btns {
	    width: 201px;
	}
	.aboutPage-section--coverBottom .partnersForm .formRow {
	    padding: 0 10px;
	}
}
@media screen and (min-width: 1280px){
	.functional__items > div{
		width: 20%;
	}
	.aboutPage-section .wrapper{
		padding:0;
	}
	.aboutPage-section--gray {
	    padding: 102px 0 72px;
        margin-bottom: 17px;
	}
	.aboutPage-slider {
	    padding: 34px 0 0;
	}
	.aboutPage-info .wrapper {
	    max-width: 1050px;
	}
	.aboutPage-info__col {
	    padding-right: 33px;
	}
	.wholesale-page .aboutPage-section {
	    padding: 95px 65px 40px;
	}
	.wholesale-page .aboutPage-sectionTop {
	    padding: 64px 65px 11px;
	}
	.wholesale-page .aboutPage-section--cover {
	    padding: 63px 65px 41px;
	}
	.wholesale-page .aboutPage-section__title {
	    margin-bottom: 90px;
	}
	.wholesale-page .aboutPage-section{
	    padding-left:65px;
	    padding-right:65px;
	}
	.aboutPage-section.section--beige {
	    padding: 40px 60px 28px;
	}
	.partnersForm .aboutPage-section__title {
	    width: 348px;
	    margin-bottom: 0;
	}
	.partnersForm .partnersForm__wrap {
	    width: calc(100% - 326px);
	    margin:0 -11px;
	}
	.partnersForm .formRow {
	    width: calc((100% - 189px)/2);
	    padding: 0 11px;
	}
	.partnersForm .formRow--btns {
        width: 189px;
    	padding: 0 0 0 11px;
	}
	.partnersForm .agreement-text {
	    width: 100%;
	    padding: 4px 11px;
	}
	.section--beigeBottom .partnersForm .aboutPage-section__title {
	    margin-bottom: 0;
	}
	.section--beigeBottom .partnersForm .formRow--btns {
	    width: 192px;
	}
	.section--beigeBottom .partnersForm .agreement-text {
	    width: 100%;
	    padding:0 11px;
	}
	.section--beigeBottom .partnersForm{
	    padding:0;
	}
	.section--beigeBottom .partnersForm .aboutPage-section__title {
	    width: 398px;
	}
	.section--beigeBottom .partnersForm .partnersForm__wrap {
	    width: calc(100% - 376px);
	    margin: 0 -11px;
	}
	.section--beigeBottom .partnersForm .formRow--fileinput {
	    width: 273px;
	}
	.section--beigeBottom .partnersForm .formRow--inputs {
	    width: calc(100% - 476px);
	}
	.wholesale-page .aboutPage-section-portfolio {
	    padding: 74px 65px 29px;
	}
	.wholesale-page .aboutPage-section-portfolio .aboutPage-section__title {
	    margin-bottom: 53px;
	}
	.aboutPage-section-portfolio .detailMoreItem {
	    padding: 70px 15px 50px;
	    max-width: 1222px;
	    margin: 0 auto;
	}
	.aboutPage-section-portfolio .detailMoreItem__inner {
	    margin: 0 -22px;
	}
	.portfolioItem {
	    padding: 0 22px;
	}
}
@media screen and (min-width: 1920px){
	.aboutPage-section .wrapper {
	    padding: 0px 48px;
	}
	.aboutPage-info {
	    padding: 40px 0 70px;
	}
	.aboutPage-info .wrapper {
	    max-width: 1019px;
	}
	.aboutPage-info__col {
	    padding-right: 22px;
	}
	.partnersForm .aboutPage-section__title {
	    width: 645px;
	}
	.partnersForm .formRow {
	    padding: 0 10px;
	}
	.partnersForm .partnersForm__wrap {
	    width: calc(100% - 635px);
	    margin: 0 -10px;
	}
	.partnersForm .formRow--btns {
	    padding: 0 0 0 10px;
	}
	.section--beigeBottom .partnersForm {
	    padding: 0 15px;
	}
	.section--beigeBottom .partnersForm .aboutPage-section__title {
	    width: 645px;
	}
	.section--beigeBottom .partnersForm .partnersForm__wrap {
     	width: calc(100% - 635px);
    	margin: 0 -10px;
	}
	.section--beigeBottom .partnersForm .formRow--fileinput {
	    width: 307px;
	}
	.section--beigeBottom .partnersForm .formRow--inputs {
	    width: calc(100% - 499px);
	}
	.aboutPage-section.section--beigeBottom {
	    padding: 40px 0 23px;
	}
	.aboutPage-section-portfolio .detailMoreItem__inner {
	    margin: 0 -44px;
	}
	.portfolioItem {
	    padding: 0 44px;
	}
	.wholesale-page .aboutPage-section--coverBottom {
	    padding: 69px 65px 54px;
	}
}
/*@media (max-width: 1500px) {*/
/*	.section-top__img {*/
/*		margin-left: calc(-270px);*/
/*	}*/
/*}*/
/*@media (max-width: 1350px) {*/
/*	.section-top__img {*/
/*		margin-left: calc(-400px);*/
/*	}*/
/*}*/
/*@media (max-width: 1200px) {*/
/*	.section-top__img {*/
/*		margin-left: calc(-400px);*/
/*	}*/
/*}*/
/* End */
/* /local/templates/met/css/about.css?174953708230789 */
