

/* 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 */


/* Start:/local/templates/met/css/spetspredlozheniya.css?175912636312427*/
.actionList {
    margin-bottom: 30px;
}
.actionList__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
}

.actionList__text {
    padding: 10px 20px 20px;
    background-color: #F5F1EA;
    color: #3B3B3B;
}

.actionList__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.actionList__item {
    margin-bottom: 40px;
}

.actionList__image {
    position: relative;
}
.actionList__image img {
    width: 100%;
}
.actionList__sticker {
    padding: 1px 9px;
    position: absolute;
    top: 0;
    right: 30px;
    background-color: #FF003D;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}

/*
TODO: Перенести
Стили для баннера:
*/
.newProductsBanner {
    margin-bottom: 80px;
}
.newProductsBanner__mainTitle {
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    color: #3B3B3B;
    margin-bottom: 35px;
}

.newProductsBanner__item {
    display: flex;
    background-color: #F5F5F5;
    max-height: 300px;
    justify-content: space-between;
}

.newProductsBanner__left {
    color: #3B3B3B;
    padding: 30px;
    width: 100%;
    max-width: 35%;
}

.newProductsBanner__upperName {
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 15px;
    color: #FF003D;
}

.newProductsBanner__name {
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 25px;
    white-space: nowrap;
}
/*Удалить при настройке кастомизации*/
.newProductsBanner__name {
    font-size: 36px;
    line-height: 40px;
}
.newProductsBanner__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.newProductsBanner__button {
    margin-left: 0;
}
.newProductsBanner__model {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    color: #4A6AFD;
    margin-bottom: 36px;
    white-space: nowrap;
}
.newProductsBanner__right__image {
    width: 100%;
    height: 100%;
}
.newProductsBanner__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 15%;
    border-radius: 150px 0 0 150px;
}

.newProductsBanner__right {
    position: relative;
    width: 100%;
    margin-left: 50px;
    max-width: 60%;
}

.newProductsBanner__ball {
    position: absolute;
    display: flex;
    bottom: 30px;
    left: -60px;
    width: 120px;
    height: 120px;
    background-color: #FF003D;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

/*
TODO: Перенести
Стили для формы:
*/
.specialConsultationForm__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 25px;
}

.specialConsultationForm {
    margin-top: 30px;
}

.specialConsultationForm__wrapper {
    padding: 38px 30px 45px 38px;
    border: 1px solid #F5A408;
    max-width: 700px;
    width: 100%;
}
.specialConsultationForm__image {
    height: 100%;
}
.specialConsultationForm__image img {
    height: 100%;
    object-fit: cover;
}
.specialConsultationForm__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.specialConsultationForm__desc p {
    margin-bottom: 21px;
}

.specialConsultationForm__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.specialConsultationForm__form input,
.specialConsultationForm__form .customSelect {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.specialConsultationForm__form .customSelect {
    margin-right: 0;
}
.specialConsultationForm__form > input:nth-child(odd) {
    margin-right: 0;
}
.specialConsultationForm__form > .formRow__input_comment {
    width: 100%;
    margin-right: 0;
}
.specialConsultationForm__checkbox {
    max-width: 350px;
}
.specialConsultationForm__form .btn {
    padding: 8px 32px;
    margin: auto;
    margin-top: 20px;
}
.specialConsultationForm__checkbox .check__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.specialConsultationForm__checkbox .check__text a {
    color: #f5a408;
}
.videoConsultationForm__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 25px;
}

.videoConsultationForm {
    border: 1px solid #F5A408;
    height: 560px;
}

.videoConsultationForm__wrapper {
    padding: 38px 30px 45px 38px;
    max-width: 700px;
    width: 100%;
    background-color: white;
}
.videoConsultationForm__image {
    height: 100%;
}
.videoConsultationForm__image img {
    height: 100%;
    object-fit: cover;
}
.videoConsultationForm__desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
}

.videoConsultationForm__desc p {
    margin-bottom: 21px;
}
.error_text {
    display: none;
    color: red;
    margin-top: 10px;
    font-size: 14px;
}
.videoConsultationForm__checkbox .check.has-error + .error_text,
.specialConsultationForm__checkbox .check.has-error + .error_text {
    display: block;
}
.videoConsultationForm__form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.videoConsultationForm__form input,
.videoConsultationForm__form .customSelect {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.videoConsultationForm__form .customSelect {
    margin-right: 0;
}
.videoConsultationForm__form > input:nth-child(odd) {
    margin-right: 0;
}
.videoConsultationForm__checkbox,
.specialConsultationForm__checkbox {
    max-width: 350px;
}
.videoConsultationForm__form .btn {
    margin: 0;
    margin-left: auto;
    padding: 8px 32px;
}
.videoConsultationForm__checkbox .check__text,
.specialConsultationForm__checkbox .check__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.videoConsultationForm__checkbox .check__text a,
.specialConsultationForm__checkbox .check__text a {
    color: #f5a408;
}
.customSelect {
    position: relative;
}
.customSelect .options li:first-child {
    display: none;
}
.customSelect .SumoSelect > .CaptionCont {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.customSelect .SumoSelect>.CaptionCont>label:before {
    font-size: 7px;
}
.customSelect .SumoSelect > .CaptionCont,
.customSelect .SumoSelect>.optWrapper>.options li label{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 20px;
    background-color: #fff;
}
.customSelect .SumoSelect>.optWrapper>.options li label:hover {
    padding-left: 20px;
}
.customSelect .SumoSelect.open > .CaptionCont,
.customSelect .SumoSelect > .CaptionCont {
    border: none;
}
.customSelect .SumoSelect.open {
    border: 1px solid #f5a408;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}
.customSelect .SumoSelect {
    display: inline-flex;
    position: relative;
    outline: 0;
    color: #202124;
    border: solid 1px
    rgba(0,0,0,0.23);
    border-radius: 4px;
    height: 50px;
    align-items: center;
}
.customSelect .SumoSelect.open>.optWrapper {
    width: calc(100% + 2px);
    margin-left: -1px;
}
.specialProducts {
    margin-top: 20px;
}
.specialProductsTitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    margin-top: 75px;
    margin-bottom: 55px;
}
.specialOfferDetail__date {
    margin-bottom: 32px;
    color: #666666;
}
.specialOfferDetail .specialOfferDetail__button {
    display: block;
    width: 170px;
    margin: 30px auto;
}

.specialOfferDetail__description {
    margin-bottom: 20px;
}
.specialOfferDetail__text {
    display: none;
    max-width: 820px;
    margin-top: 17px;
}
.specialOfferDetail__productsTitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    margin-top: 75px;
    margin-bottom: 55px;
}
.videoConsultationForm__form .error_form {
    display: none;
    color: red;
    margin-top: 10px;
    font-size: 14px;
}
.specialConsultationForm__form .error_form {
    display: none;
    color: red;
    margin-top: 10px;
    font-size: 14px;
}
form.form_errors .error_form {
    display: block;
}
.specialOfferDetail__youtubeWrapper {
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.specialOfferDetail__youtubeTitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    margin-top: 75px;
    margin-bottom: 55px;
}
.specialOfferDetail__youtubeItem {

    margin-bottom: 20px;
    position: relative;
}
.specialOfferDetail__youtubeItem img {
    width: 100%;
}
.specialOfferDetail__youtubeItem iframe {
    width: 100%;
    aspect-ratio: 16/9;
}
.specialOfferDetail__youtubeItem svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: scale(3) translate(-15%, -15%) ;
}
.specialOfferDetail__firstDescription {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 30px;
}
.specialOfferDetail__tab {
    color: #f5a408;
    border-bottom: 1px dashed;
}
.specialOfferDetail__formButton {
    margin-bottom: 25px;
}
.specialOfferDetail__bannerWrap {
    display: inline-flex;
    flex-direction: column;
}
.specialOfferDetail__firstDescription {
    max-width: 1024px;
}
.specialConsultationForm__checkbox {
margin-top: 20px;
}
@media(max-width: 1280px) {
    .actionList .actionList__item {
        padding-left: 8px;
        padding-right: 8px;
    }
    .newProductsBanner__right {
        max-width: 55%;
    }
}
@media(max-width: 1024px) {
    .newProductsBanner__left {
        max-width: 50%;
    }
    .newProductsBanner__right {
        max-width: 50%;
    }
    .newProductsBanner__right img {
        object-position: 0 15%;
    }
    .videoConsultationForm__wrapper {
        max-width: none;
    }
    .specialConsultationForm__wrapper {
        max-width: none;
    }
}
@media (max-width: 768px) {
    .specialOfferDetail__firstDescription {
        font-size: 18px;
        line-height: 28px;
    }
    .actionList .actionList__item {
        padding-left: 15px;
        padding-right: 15px;

    }
    .newProductsBanner__item {
        flex-direction: column;
        max-height: none;
    }
    .newProductsBanner__left {
        max-width: none;
    }
    .newProductsBanner__right {
        max-width: none;
        margin: 0;
    }
    .newProductsBanner__right img {
        border-radius: unset;
        height: 300px;
        object-position: 15% 15%;
    }
    .newProductsBanner__ball {
        top: 10px;
        right: 10px;
        bottom: unset;
        left: unset;
    }
    .newProductsBanner__right .newProductsBanner__button {
        width: calc(100% - 20px);
        margin: 20px 10px 30px;
    }
    .newProductsBanner__right__image {
        overflow: hidden;
    }
    .newProductsBanner__name {
        white-space: normal;
    }
    .newProductsBanner__model {
        white-space: normal;
    }
    .videoConsultationForm {
        height: auto;
    }
    .videoConsultationForm__form {
        flex-direction: column;
    }
    .videoConsultationForm__form input,
    .videoConsultationForm__form .customSelect {
        width: auto;
        margin-right: unset;
    }
    .videoConsultationForm__form .btn {
        margin-left: unset;
        margin-top: 20px;
    }
    .videoConsultationForm__checkbox,
    .specialConsultationForm__checkbox {
        max-width: none;
    }
    .videoConsultationForm__wrapper {
        padding: 13px 13px 45px 13px;
    }
    .videoConsultationForm__title {
        font-size: 28px;
        line-height: 32px;
    }
    .specialConsultationForm {
        height: auto;
    }
    .specialConsultationForm__form {
        flex-direction: column;
    }
    .specialConsultationForm__form input,
    .specialConsultationForm__form .customSelect {
        width: auto;
        margin-right: unset;
    }
    .specialConsultationForm__form .btn {
        margin-left: auto;
        margin-top: 20px;
    }
    .specialConsultationForm__checkbox {
        max-width: none;
    }
    .specialConsultationForm__wrapper {
        padding: 13px 13px 45px 13px;
    }
    .specialConsultationForm__title {
        font-size: 28px;
        line-height: 32px;
    }
}
@media screen and (min-width: 1280px) {
    .specialProducts .catalogSection__item {
        width: 25%;
    }
}
@media screen and (min-width: 1920px) {
    .specialProducts .catalogSection__item {
        width: 20%;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/visual/style.min.css?16535806133386*/
.bx_pagination_bottom *{vertical-align:baseline}.bx_pagination_bottom{color:#8d8d8d;font-size:11px}.bx_pagination_bottom .bx_pagination_section_two{float:right;text-align:right}.bx_pagination_bottom .bx_pg_section{display:inline-block;height:30px;vertical-align:top;line-height:30px}.bx_pagination_bottom .bx_pagination_select_container{display:inline-block}.bx_pagination_bottom .bx_pagination_select_container select{position:relative;margin:2px 20px 2px 10px;padding:1px 25px 3px 5px;height:22px;outline:0;border:1px solid #e0e0e0;border-radius:1px;background:#fff url(/bitrix/components/bitrix/system.pagenavigation/templates/visual/images/select_arrow.png) no-repeat right center;color:#8d8d8d;font-size:11px;line-height:16px;resize:none;-webkit-appearance:none}@-moz-document url-prefix(){.bx_pagination_bottom .bx_pagination_select_container select{background:#fff!important;padding-right:5px}}.bx_pagination_bottom .bx_pagination_page{white-space:nowrap;font-size:12px}.bx_pagination_bottom .bx_pagination_page ul{display:inline-block;margin:0;padding:0}.bx_pagination_bottom .bx_pagination_page li{display:inline-block;min-width:22px;color:#8d8d8d;text-align:center;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a{display:block;min-width:22px;color:#8d8d8d;text-align:center;text-decoration:none;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a:hover{color:#555}.bx_pagination_bottom .bx_pagination_page li.bx_active{border-radius:3px;background:#dbecf4;box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.1)}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display:block}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right:5px}.bx_pagination_bottom .bx_wsnw{white-space:nowrap}@media(min-width:480px) and (max-width:639px){.bx_pagination_bottom .bx_pagination_select_container select{margin-right:10px}}@media(max-width:479px){.bx_pagination_bottom .bx_pagination_section_two{float:none;text-align:left}.bx_pagination_bottom .bx_pagination_select_container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:47%}.bx_pagination_bottom .bx_pagination_select_container select{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-right:0!important;width:90%}.bx_pagination_bottom .bx_pg_section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;text-align:left}.bx_pagination_bottom .bx_pagination_page{white-space:normal}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width:100%;height:auto;text-align:center}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display:none}.bx_pagination_bottom .bx_pg_text{display:inline-block;width:50%}.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display:none}}.bx_pagination_bottom .bx_pagination_section_one,.bx_pagination_bottom .bx_pagination_section_two,.bx_pagination_bottom .bx_pagination_select_container,.bx_pagination_bottom .bx_pagination_select_container select,.bx_pagination_bottom .bx_pg_section,.bx_pagination_bottom .bx_pagination_page,.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,.bx_pagination_bottom .bx_pg_text,.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
/* End */
/* /local/templates/met/css/about.css?174953708230789 */
/* /local/templates/met/css/spetspredlozheniya.css?175912636312427 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/visual/style.min.css?16535806133386 */
