

/* Start:/local/templates/komerpoliv/main_2.css?177792684025429*/
/* Горизонтальный overflow только у main — не у всей .main2-page, иначе режутся выпадашки/скролл в шапке */
.main2-page .page-content {
  overflow-x: hidden;
  max-width: 100%;
  min-width: 0;
}

.main_btn{
	height:50px;
	align-content: center;
    background: var(--c7) !important;
}

.offer_section {
    margin-bottom: 50px;
	max-width: 700px;
}
@media (max-width: 768px) {
	.offer_section {
		margin-bottom: 30px;
	}
	.main_btn{
		margin-bottom:20px;
	}
}
/*======================================================================= Новый главный =======================================================================*/

.main_hero {
	border-radius: 10px;
    padding: 30px;
    display: flex;
    background: var(--c1);
    background-image: url(/local/templates/komerpoliv/img/main2/main-hero-background.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
	color: white;
}

.main_hero_offer{
	width:50%;
}

.main_hero_offer p{
	color: var(--c3);
}


.main_hero_list{
	list-style: none;
    padding-left: 0px;
}

.main_hero_list_item{
	display: flex;
    padding: 5px 0;
    align-items: center;
	color: var(--c3);
}

.main_hero_list_item_icon{
	background: #deebd7;
    border-radius: 100%;
    margin-right: 10px;
}

.main_hero_cta {
  margin-top: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main_hero_btn {
	width: calc(50% - 20px);
    height: 60px;
    border: 0;
    border-radius: 10px;
    background: #ff0000;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
}
	.main_hero_btn:last-child {
	  margin-left: 40px;
	}

.main_hero_btn:hover {
  background: #e60000;
}


.main_hero_media{
	width:50%;
	position: relative;
	text-align: right;
}

.main_hero_img {
	max-width: 80% !important;
    height: auto;
    margin-top: 25%;
    margin-bottom: -25%;
}


@media (max-width: 768px) {
	.main_hero {
		flex-direction: column;
    	background-image: url(/local/templates/komerpoliv/img/main-hero-background_mob3.jpg);
    	padding: 20px;
		background-size: cover;
        background-position: left bottom;
        padding: 20px;
	}
	.main_hero_offer{
		width:100%;
	}
	.main_hero_media{
		width:100%;

	}
	.main_hero_img{
		margin-top:15%;
		max-width:70% !important;
		margin-bottom: -15%;
	}
	.main_hero_btn {
		width: 100%;
    	font-size: 12px;
		height: 50px;
	}
	.main_hero_btn:last-child {
		margin-left: 0px;
		margin-top: 20px;
	}

}



@media (max-width: 575px) {


}


/* ================================================================== Работаем с профи 1 =====================================================================*/


.main-b2b-card--audience{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.main-b2b-card {
	position: relative;
    background: #deebd7;
    border-radius: var(--radius1);
    padding: 15px;
    width: max-content;
    line-height: 1;
    margin: 10px;
}

main-b2b-card::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(/local/templates/komerpoliv/img/main2/main-b2b-icon-who.svg) no-repeat center;
    background-size: contain;
}





/* ================================================================== Работаем с профи 2 =====================================================================*/


.main-b2b-card--condition{
	display:flex;
	border-radius: var(--radius1);
    background: var(--c9);
	overflow:hidden;

}

.main-b2b-card--conditions{
	width: 50%;
	padding: 25px 30px;
}
.main-b2b-card--conditions-form{
	background-image: url(/local/templates/komerpoliv/img/main2/form-bg.jpg);
	width: 50%;
	background-size: cover;
}

.main-b2b-card--conditions-form-body{
	padding: 30px;

}
.main-b2b-card--conditions-form-body h3{
	color:white;
	margin-bottom:20px;
	max-width: 300px;
}
.main-b2b-card--conditions-form-body .soglasie p{
	color:white;
}
.main-b2b-card--conditions-form-body .soglasie a{
	color:white;
}
.main2-b2b-card {
  background: #fff;
  border-radius: var(--radius1);
  padding: 30px;
}


.main2-b2b-card--cta {
  margin-top:30px;
  display: flex;
  align-items: center;
}
.main2-b2b-list,
.main2-b2b-bullets {
  margin: 20px 0 0 0;
  padding: 0;
}

.main2-b2b-list {
   list-style: disc;
  	padding-left: 20px;
}

.main2-b2b-list__item{
  position: relative;
  padding: 10px 0px 10px 50px;
}

.main2-b2b-list li{
  padding: 5px 0px 5px 0px;
}

.main2-b2b-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("/local/templates/komerpoliv/svg/hero/check.svg") no-repeat center;
  background-size: contain;
}

.main2-b2b-bullets {
  list-style: none;
  padding-left: 0px;
  color: #333;
}

.main-b2b-bullets {
  list-style: none;
  padding-left: 0px;
  color: #333;
}

.main2-b2b-cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}


@media (max-width: 767.98px) {
.main-b2b-card--condition{
	flex-direction: column;
}

.main-b2b-card--conditions{
	width: 100%;
	padding: 15px 20px;
}
.main-b2b-card--conditions-form{
	width: 100%;
}
	.main-b2b-card--conditions-form-body{
	padding: 20px;
}
}


/* БЛОК  ======================================================================= У нас есть все для автополива =================================================================== */







.main_quote {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.main_quote_inner {
  width: 100%;
  display: flex;
}

.main_quote_text {
  width: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.main_quote_content {
  max-width: 310px;
  width: 100%;
}

.main_quote_mark_open {
    margin-right: 10px;
    font-size: 40px;
    color: var(--c7);
    font-weight: 1000;;
}
.main_quote_mark_text {
	font-size: 22px;
    font-weight: 500;
	line-height: 1.5;
}

.main_quote_mark_close {
    margin-left: 10px;
    font-size: 40px;
    color: var(--c7);
    font-weight: 1000;
}



.main_quote_director {
  border-radius: 10px;
  background: linear-gradient(-78.56deg, #328105 0%, #005668 99.95%);
  display: flex;
  align-items: center;
  padding: 20px;
  width: 50%;
}

.main_director_photo {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 1000px;
  overflow: hidden;
  margin-right:30px;
}

.main_director_photo img {
  object-fit: cover;
	width: 100%;
    height: auto;
}

.main_director_info {

	color: var(--c9);
}

.main_director_name {
  width: 100%;
	font-weight:300;
	margin-bottom:10px;
}
.main_director_post{
  width: 100%;
	font-weight:600;
}
@media (max-width: 992px) {
	.main_director_photo {
		width: 80px;
		height: 80px;
    	margin-right: 20px;
	}
	.main_director_post {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 767.98px) {
	.main_quote {
	  padding: 20px;
	}
	.main_quote_inner {
	  flex-direction: column;
	}
	.main_quote_director {
	  width: 100%;
	}
	.main_quote_text {
	  width: 100%;
		margin-bottom:20px;
	}

	.main_director_photo {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 575px) {
	.main_quote_content {
  		max-width: 100%;
	}
}






/* ================================================================== Производители =====================================================================*/
.main2-manufacturers{
	margin-bottom:-30px;
}
.main2-manufacturers__title{
	margin-bottom:30px;
}
.main2-manufacturers__title img{
  border-radius: 10px;
  background: #fff;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  flex-shrink: 0;
}

@media (max-width: 575px) {
	.main2-manufacturers{
		margin-bottom:-20px;
	}
	.main2-manufacturers__title{
		margin-bottom:20px;
	}
}


/* Блок ============================================================================= «Особенности Каталог B2B»====================================================================================================*/
.b2b-section{
	border-radius:var(--radius1);
	background: #fff;
	padding:30px;
	height: 100%;
}
.b2b-section-screen{
	margin-top:20px;
	position: relative;
	height: 390px;
}
.b2b-section img{
	box-shadow: var(--shadow2);
	border-radius: var(--radius1);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
    flex-shrink: 0;
}
	.top_col {
		margin-top:30px;
	}


.b2b-list{
  list-style: none;
  padding-left: 0px;
}

.b2b-list li{
  list-style: none;
  padding: 0px;
	margin-bottom: 15px;
}


.b2b-section-screen-img1{
	position: absolute;
    top: 0%;
    right: 0;
    width: 75% !important;
}
.b2b-section-screen-img2{
position: absolute;
    bottom: 0;
    left: 0;
    width: 75% !important;
}
.b2b-section-screen-img3{
	position: absolute;
    bottom: 0;
    right: 0px;
}

@media (max-width: 992px) {
	.row-revers{
		flex-direction: column-reverse;
	}
	.top_col2 {
		margin-top:20px;
	}
}



@media (max-width: 767.98px) {


	.top_col {
		margin-top:20px;
	}
	.b2b-section-screen {
		height: 300px;
	}
}

@media (max-width: 575px) {
  .b2b-section {
    padding:20px;
  }
	.b2b-section-screen {
		height: 200px;
	}
	.b2b-section-screen-img3{
	
		width: 70% !important;
	}
}











/* ========================================================================================= Нижние секции (Figma: 360/760, gap 40, cards 560/560) ===== */
.payment-delivery-section__content,
.contacts-section__content {
  margin-top: 50px;
}

@media (min-width: 992px) {

  .payment-delivery-section__content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
  }
  .payment-delivery-section__content > .col-lg-6 { flex: 0 0 560px; max-width: 560px; }

  .contacts-section__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }
  .contacts-section__content > .col-lg-6:first-child { flex: 0 0 360px; max-width: 360px; }
  .contacts-section__content > .col-lg-6:last-child { flex: 0 0 760px; max-width: 760px; }
}

.payment-delivery-section__payments,
.payment-delivery-section__delivery,
.contacts-section__company {
  padding: 30px !important;
  background: var(--main2-card-bg);
  border-radius: 15px;
  border: 0 !important;
}


.contacts-section__map {
  height: 300px;
  border-radius: 10px;
  background: var(--main2-card-bg);
}

.main2-hero__lead {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  color: var(--main2-muted);
  opacity: 1;
}




/* Slick контейнеры: чтобы не ломали ширину колонки */
.js-hero-gallery-slider,
.js-manufacturers-media-slider {
  width: 100%;
}

/* Галерея в hero: заливка #328105, стрелки белые (как остальные слайдеры main_2) */
.hero-gallery-arrow {
  border: 1px solid #2d7408;
  background-color: #328105;
  color: #ffffff;
  box-shadow: var(--shadow1);
  backdrop-filter: none;
}



/* ===== Hero layout (восстановление структуры без фикс. страницы) ===== */
.hero-highlights__card {
  min-height: 360px;
}

.hero-highlights__card-content {
  padding: 48px 40px;
}

@media (max-width: 767px) {
  .hero-highlights__card {
    min-height: 0;
  }
  .hero-highlights__card-content {
    padding: 24px 18px;
  }
}

.hero-highlights__aside {
  position: relative;
  width: 100%;
  min-height: 200px;
}

/* Две фотографии внутри aside позиционируются как в макете */
.hero-highlights__photo-left,
.hero-highlights__photo-right {
  position: absolute;
  top: 0;
}

.hero-highlights__photo-left {
  left: 0;
}

.hero-highlights__photo-right {
  left: 130px;
}

.hero-highlights__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 48px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-highlights__media-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px;
  gap: 15px;
  align-items: start;
  justify-items: end;
  margin-top: 20px;
}

.hero-highlights__map {
  width: 100%;
  max-width: 230px;
  justify-self: end;
}

.hero-highlights__map-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 48px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* На мобильных — убираем absolute, чтобы не было наездов */
@media (max-width: 991.98px) {
  .hero-highlights__photo-left,
  .hero-highlights__photo-right {
    position: static;
  }

  .hero-highlights__aside {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 15px;
    align-items: start;
  }

  .hero-highlights__photo-right {
    width: 100%;
    max-width: 230px;
  }

  .hero-highlights__media-bottom {
    grid-template-columns: 1fr 110px;
  }
}


/* =============================================«Они уже работают с нами»========================================== */
.main2-clients-section.container {
  max-width: 1160px;
}

.main2-clients-section__title {
  padding: 0;
  color: var(--main2-text);
  font-family: Roboto, sans-serif;
  font-size: clamp(1.5rem, 1rem + 2vw, 2.25rem);
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
}

/* Сильнее, чем .main2-page h2 { margin: 0 } — иначе margin-bottom не применяется */
.main2-page h2.main2-clients-section__title {
  margin-bottom: 50px;
}

.main2-clients-section__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  align-items: stretch;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.main2-client-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 260px;
  min-height: 317px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--shadow1);
}

.main2-client-card__top {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 0;
  text-align: center;
}

.main2-client-card__logo-wrap {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}

/* Перекрываем bootstrap.css: img { max-width:100% !important; height:auto !important } —
   иначе фиксированная высота и object-fit не работают, логотипы выглядят «обрезанными». */
.main2-client-card__logo {
  display: block;
  box-sizing: border-box;
  width: 90px !important;
  height: 90px !important;
  max-width: none !important;
  object-fit: contain;
  object-position: center center;
}

.main2-client-card--iqpoliv .main2-client-card__logo,
.main2-client-card--water-engineer .main2-client-card__logo {
  width: 120px !important;
  height: 90px !important;
}

.main2-client-card__tagline {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  margin: 12px 0 0;
  min-height: 48px;
  color: var(--main2-text);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.main2-client-card--imperial-garden .main2-client-card__tagline {
  min-height: 16px;
  margin-top: 16px;
}

.main2-client-card--water-engineer .main2-client-card__tagline {
  min-height: 32px;
  margin-top: 12px;
}

.main2-client-card__foot {
  flex-shrink: 0;
  min-height: 130px;
  padding: 17px 20px 18px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(-83deg, rgb(50, 129, 5) 0%, rgb(0, 86, 104) 100%);
  color: #fff;
}

/* Перебиваем .main2-page p { color: var(--main2-text) } — иначе текст на градиенте остаётся тёмным */
.main2-page .main2-client-card__foot,
.main2-page .main2-client-card__foot p {
  color: #fff;
}

.main2-client-card__name {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
}

.main2-client-card__desc {
  margin: 8px 0 0;
  max-width: 220px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

/* Сетка «клиенты»: lg-down как в Bootstrap — 991.98px, без зазора с min-width:992px */
@media (max-width: 991.98px) {
  .main2-clients-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .main2-clients-section__grid {
    grid-template-columns: 1fr;
  }
}

/* Компактные карточки ниже 1200px — только ПОСЛЕ базовых .main2-client-card* (иначе каскад перебивает и скачки на 991/992) */
@media (max-width: 1199px) {
  .main2-clients-section__grid {
    gap: 20px;
  }

  .main2-client-card {
    max-width: none;
    min-height: 280px;
  }

  .main2-client-card__top {
    padding: 14px 8px 0;
  }

  .main2-client-card__logo {
    width: 72px !important;
    height: 72px !important;
  }

  .main2-client-card--iqpoliv .main2-client-card__logo,
  .main2-client-card--water-engineer .main2-client-card__logo {
    width: 96px !important;
    height: 72px !important;
  }

  .main2-client-card__tagline {
    font-size: 12px;
    min-height: 40px;
    margin-top: 8px;
  }

  .main2-client-card--imperial-garden .main2-client-card__tagline {
    margin-top: 10px;
  }

  .main2-client-card__foot {
    min-height: 0;
    padding: 12px 10px 14px;
  }

  .main2-client-card__name {
    font-size: 18px;
  }

  .main2-client-card__desc {
    font-size: 12px;
    max-width: none;
  }
}






/* ================================================== отзывы ===========================================*/
.main2-reviews.container {
  max-width: 1160px;
}

.main2-reviews__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 40px);
  margin-bottom: clamp(28px, 4vw, 48px);
}

.main2-reviews__title {
  flex: 1 1 320px;
  max-width: 560px;
  margin: 0;
  padding: 0;
  color: var(--main2-text);
  font-family: Roboto, sans-serif;
  font-size: clamp(1.5rem, 1rem + 2vw, 2.25rem);
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
}

.main2-page h2.main2-reviews__title {
  margin-bottom: 0;
}

.main2-reviews__rating-link {
  flex: 0 1 360px;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
}

.main2-reviews__rating-link:hover {
  opacity: 0.92;
}

.main2-reviews__rating-link:focus-visible {
  outline: 2px solid #328105;
  outline-offset: 3px;
}

.main2-reviews__rating-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  min-height: 113px;
  padding: 22px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: var(--shadow1);
}

/* Логотип Яндекса — как .installation-area-x в index.css (фон, не <img>: иначе bootstrap и путь ломают отображение) */
.main2-reviews__rating-badge {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fc3f1d;
  background-image: var(--main2-reviews-badge, url("/local/templates/komerpoliv/img/main2/reviews/reviews-yandex-badge-figma.jpg"));
  background-repeat: no-repeat;
  /* Figma 54:816 — спрайт: img w/h 591.93%×177.23%, left/top −23.19%×−22.77% от 70×70 */
  background-size: 591.93% 177.23%;
  background-position: -16.23px -15.94px;
}

.main2-reviews__rating-main {
  flex: 1 1 auto;
  min-width: 0;
}

.main2-reviews__rating-top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px 12px;
}

.main2-reviews__score {
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
  color: var(--main2-text);
}

.main2-reviews__stars-big {
  display: block;
  width: 150px !important;
  max-width: 100% !important;
  height: auto !important;
}

.main2-reviews__rating-caption {
  margin: 6px 0 0;
  max-width: 240px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #7e7e7e;
}

.main2-page .main2-reviews__rating-caption {
  color: #7e7e7e;
}

.main2-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 40px);
  width: 100%;
  min-width: 0;
}

@media (max-width: 991.98px) {
  .main2-reviews__head {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 10px;
  }

  /* В ряду flex-basis 320px задаёт ширину; в колонке та же база идёт по высоте → «пустой» зазор до плашки */
  .main2-reviews__title {
    flex: 0 1 auto;
    max-width: none;
  }

  /* Как у заголовка: 360px — ширина в ряду; в колонке база по высоте → огромный зазор до .main2-reviews__grid */
  .main2-reviews__rating-link {
    flex: 0 1 auto;
    margin-left: 0;
    max-width: none;
  }

  .main2-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .main2-reviews__grid {
    grid-template-columns: 1fr;
  }
}

.main2-reviews-card-link {
  display: block;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.main2-reviews-card-link:hover .main2-reviews-card {
  opacity: 0.92;
}

.main2-reviews-card-link:focus-visible {
  outline: 2px solid #328105;
  outline-offset: 3px;
  border-radius: 16px;
}

.main2-reviews-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  height: 100%;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: var(--shadow1);
}

.main2-reviews-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 30px 30px 0;
  box-sizing: border-box;
}

.main2-reviews-card__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 17px;
  min-height: 60px;
  width: 100%;
}

.main2-reviews-card__avatar {
  flex-shrink: 0;
  width: 60px !important;
  height: 60px !important;
  max-width: none !important;
  border-radius: 50%;
  object-fit: cover;
}

.main2-reviews-card__name {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--main2-text);
}

.main2-reviews-card__stars {
  display: block;
  width: 105px !important;
  height: auto !important;
  max-width: 100% !important;
}

.main2-reviews-card__text {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--main2-text);
}

.main2-page .main2-reviews-card__text {
  color: var(--main2-text);
}

.main2-reviews-card__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 28px 30px 24px;
  width: 100%;
  box-sizing: border-box;
}

.main2-reviews-card__more {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #7e7e7e;
}

.main2-reviews-card__yandex {
  flex-shrink: 0;
  width: 52px !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain;
}
/* Блок ============================================================«Монтажники»:======================================================== */







/* Блок ============================================================«Нам доверяют производители»:======================================================== */

.slick-slider{
	margin-left: -20px !important;
    margin-right: -20px !important;
}

.js-main2-cert-slider {
  position: relative;
}

.js-main2-cert-slider:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

.js-main2-cert-slider:not(.slick-initialized) > div {
  flex: 0 0 auto;
  width: min(360px, 100%);
  box-sizing: border-box;
}


.slick-list {
  overflow: hidden;

}

.slick-slide {
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
}

.slick-slide div{
	display: block;
}

img.section_img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius1);
}

.main2-cert-arrow, .main2-montag-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid #2d7408;
  border-radius: 50%;
  background-color: #328105;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2000;
  padding: 0 0 2px 0;
  box-shadow: var(--shadow1);
  opacity: 0.8;
}

.main2-cert-arrow--prev, .main2-montag-arrow--prev {
  left: -25px;
}

.main2-cert-arrow--next, .main2-montag-arrow--next {
  right: -25px;
}

.main2-cert-arrow.slick-disabled .main2-montag-arrow.slick-disabled{
  opacity: 0.35;
  cursor: default;
}

@media (min-width: 992px) {

}

/* End */


/* Start:/local/templates/komerpoliv/components/bitrix/form.result.new/dostup/style.css?17813502713542*/
.form-required {
    color: var(--c4);
}

.input_form {
    padding: 5px 20px;
    margin-bottom: 20px;
    color: var(--c4);
    background-color: var(--c5);
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: none;
}

.input_form::placeholder {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: var(--c4);
    opacity: 60%;
}


.inputselect {
	position: relative;
    width: 100%;
    border: none;
    background: var(--c5);
    padding: 8px 15px;
    border-radius: var(--radius1);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: var(--c1);
}

.inputselect option {
    color: var(--c1);
}

option:first-child {
    color: #999;
}

.inputselect:hover {
    border-color: #40a9ff;
}


/* Стиль для опции-плейсхолдера */
.inputselect option[selected] {
        background-color: var(--c2);
}


.inputselect-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.inputselect-wrapper::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #999999;
    pointer-events: none;
    transition: transform 0.3s ease;
}
.inputselect-wrapper:focus-within::after {
    transform: translateY(-50%) rotate(180deg);
    color: #10B769;
}

.alarm_input {
    border-bottom: red;
}

.soglasie {
    position: relative;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
	margin-bottom:20px;
}


.soglasie label {
    opacity: 60%;
    position: absolute;
    left: 30px;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: absolute;
}

.input-file {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-file-text {
    padding: 0 10px;
    line-height: 40px;
    text-align: left;
    height: 40px;
    display: block;
    float: left;
    box-sizing: border-box;
    width: 200px;
    border-radius: 6px 0px 0 6px;
    border: 1px solid #ddd;
}

.input-file-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: rgb(255 255 255);
    line-height: 22px;
    height: 40px;
    padding: 20px 0px;
    box-sizing: border-box;
    border-bottom: solid 1px white;
    margin: 0;
    transition: background-color 0.2s;
    width: 100%;
    text-align: left;
    opacity: 0.7;
}

.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}


.form_button {
    width: 100%;
    height: 50px;
    background: var(--c7);
    border-radius: 10px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
	cursor: pointer;
}

.soglasie a {
    font-size: 13px;
    color: var(--c4);
    line-height: 1.5;
    font-weight: 400;
}

.soglasie p {
    font-size: 13px;
    color: var(--c4);
    margin-left: 30px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0px;
    text-align: left !important;
}


.soglasie label {
    display: none;
}


/* Focus */
.input-file input[type=file]:focus + .input-file-btn {

}

/* Hover/active */
.input-file:hover .input-file-btn {
    color: #ffffff;
}

.input-file:active .input-file-btn {
    color: #ffffff;
}

/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
    background-color: #eee;
}
/* End */


/* Start:/local/templates/komerpoliv/components/bitrix/catalog.section.list/main_page_catalog/style.css?1777819319677*/
.main_catalog-sections {
	    margin-top: -30px;
}

.main_catalog-section-card {
    background: var(--c9);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main_catalog-subsections {
    list-style: none;
    display: flex;
    flex-direction: column;
	margin-top:20px;
}

.main_catalog-subsections li {
    display: flex;
    align-items: center;
    min-height: 30px;
	padding: 5px 0;
}

.new-main_catalog-subsection-icon {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    flex-shrink: 0;
    object-fit: contain;
}

@media (max-width: 768px) {
	.main_catalog-section-card {
		padding: 20px;
	}
}
/* End */
/* /local/templates/komerpoliv/main_2.css?177792684025429 */
/* /local/templates/komerpoliv/components/bitrix/form.result.new/dostup/style.css?17813502713542 */
/* /local/templates/komerpoliv/components/bitrix/catalog.section.list/main_page_catalog/style.css?1777819319677 */
