

/* Start:/local/templates/.default/components/bitrix/catalog.section.list/catalog/style.css?1764560018264*/
.catalog-section {
  grid-gap: 28px !important;
}
.catalog-section-item {
  height: 400px;
}
@media (max-width: 1023px) {
  .catalog-section-item {
    height: 300px;
  }
  .app .catalog__img{
    height: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/catalog/style.css?176456001815432*/
.yaRazmet {
  display: none;
}

.app .products.product-list {
  grid-template-columns: repeat(auto-fill, minmax(45rem, 1fr));
  grid-gap: 48px 28px;
}
.app .products.product-list .product__favorite {
  z-index: 2;
}
.app .products.product-list .product-list-item {
  border-radius: 15px;
  padding: 0;
  grid-template-rows: auto 1fr auto;
  grid-gap: 0;
  background-color: unset;
  box-shadow: unset;
}
.app .products.product-list .product-list-item .product__illustration {
  position: relative;
  padding: 28px 28px 0 28px;
  border-radius: 15px 15px 0 0;
  background-color: #fff;
  padding-bottom: 20px;
  height: 258px;
}
.app .products.product-list .product-list-item .product__illustration img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.app .products.product-list .product-list-item .product__illustration .product__advantages {
  left: 12px;
}
.app .products.product-list .product-list-item .product__illustration .product__img {
  z-index: 1;
  display: none;
}
.app .products.product-list .product-list-item .product__illustration .product__img.active {
  display: block;
}
.app .products.product-list .product-list-item .product__illustration .product-hover-container {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
}
.app .products.product-list .product-list-item .product__illustration .product-hover-container .image-hover-column {
  width: 100%;
  height: 100%;
}
.app .products.product-list .product-list-item .product__illustration .slider-container {
  display: block;
  height: 100%;
}
.app .products.product-list .product-list-item .product__illustration:has(.slider-container) {
  width: 100%;
  overflow: hidden;
  height: 280px;
}
.app .products.product-list .product-list-item .product__illustration:has(.slider-container) .swiper {
  opacity: 100%;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}
.app .products.product-list .product-list-item .product__illustration:has(.slider-container) .swiper .swiper-slide {
  z-index: 3;
}
.app .products.product-list .product-list-item .product__illustration:has(.slider-container) .swiper .pagination {
  display: flex;
  justify-content: center;
}
.app .products.product-list .product-list-item .product__illustration:has(.slider-container) .swiper .pagination .swiper-pagination {
  position: absolute;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 4px;
  z-index: 3;
}
.app .products.product-list .product-list-item .product__illustration:has(.slider-container) .swiper .pagination .swiper-pagination .swiper-pagination-bullet {
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  background-color: rgba(205, 205, 205, 0.6);
  border-radius: 20px;
  margin: 0;
}
.app .products.product-list .product-list-item .product__illustration:has(.slider-container) .swiper .pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  height: 8px;
}
@media (max-width: 787px) {
  .app .products.product-list .product-list-item .product__illustration {
    padding: 16px 16px 0 16px;
  }
}
.app .products.product-list .product-list-item .product-title-container {
  z-index: 3;
  background-color: #fff;
  padding: 0 28px 30px 28px;
  margin: 0;
}
.app .products.product-list .product-list-item .product-title-container .product__title {
  height: 84px;
  max-height: 84px;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 787px) {
  .app .products.product-list .product-list-item .product-title-container {
    padding: 0 16px 16px 16px;
  }
  .app .products.product-list .product-list-item .product-title-container .product__title {
    font-size: 16px;
    line-height: 140%;
    height: auto;
    max-height: unset;
    overflow: unset;
    display: block;
    box-sizing: border-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
}
.app .products.product-list .product-list-item .bottom-card {
  position: relative;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container {
  width: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  padding: 0 28px 28px 28px;
  border-radius: 0 0 15px 15px;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .parameters-container {
  margin-bottom: 32px;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .parameters-container .parameters__item.hidden {
  display: none !important;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .parameters-container .parameters__label, .app .products.product-list .product-list-item .bottom-card .bottom-card-container .parameters-container .parameters__value {
  font-size: 16px;
  line-height: 120%;
}
@media (max-width: 787px) {
  .app .products.product-list .product-list-item .bottom-card .bottom-card-container .parameters-container .parameters__label, .app .products.product-list .product-list-item .bottom-card .bottom-card-container .parameters-container .parameters__value {
    font-size: 12px;
    line-height: 120%;
  }
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .parameters-container .parameters-btn {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: -moz-max-content;
  width: max-content;
  padding-right: 20px;
  cursor: pointer;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .parameters-container .parameters-btn.hide {
  opacity: 0;
  pointer-events: none;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .parameters-container .parameters-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/local/templates/.default/components/bitrix/catalog.section/catalog/./images/icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .parameters-container .parameters-btn span {
  display: none;
  box-sizing: border-box;
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #8D8D8D;
  margin-top: 12px;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .parameters-container .parameters-btn span.active {
  display: block;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .product__price {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .product__price.no-price {
  margin-top: 59px;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .product__price .price-block:has(.price__old) {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .product__price .price-block:has(.price__old) .price__old {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  text-decoration-line: none;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .product__price .price-block:has(.price__old) .price__old .price {
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: line-through;
  margin-bottom: 0;
  color: #919191;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .product__price .price-block:has(.price__old) .price__old .old-price {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ECF9F7;
  padding: 2px 10px 4px 10px;
  border-radius: 5px;
  background-color: #77C28D;
  text-decoration: none;
  text-decoration-line: none !important;
}
@media (max-width: 787px) {
  .app .products.product-list .product-list-item .bottom-card .bottom-card-container .product__price .price-block:has(.price__old) {
    flex-direction: column-reverse;
    row-gap: 14px;
  }
}
@media (max-width: 1023px) {
  .app .products.product-list .product-list-item .bottom-card .bottom-card-container .product__price {
    display: flex;
  }
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .price-block {
  width: 100%;
  margin-bottom: 24px;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .price-block .price {
  font-weight: 400;
  font-style: Regular;
  font-size: 27px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #000;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .btn-block {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: repeat(2, 1fr);
  grid-row-gap: 12px;
  grid-column-gap: 4px;
  grid-template-areas: "online-buy installment" "send-request send-request";
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .btn-block:has(.request-price) {
  grid-template-areas: "request-price request-price" "send-request send-request";
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .btn-block .request-price {
  width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  grid-area: request-price;
  font-size: 24px;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .btn-block .btn {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  padding: 12px 0;
  border-radius: 36px 0 36px 0;
  transition: 0.3s;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .btn-block .online-buy {
  grid-area: online-buy;
  color: #fff;
  background-color: #279151;
  border: 2px solid #279151;
  position: relative;
  border-radius: 36px 0 36px 0;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .btn-block .online-buy::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  outline: 1px solid #279151;
  outline-offset: 0;
  pointer-events: none;
  transition: outline-offset 1250ms cubic-bezier(0.19, 1, 0.22, 1),
              outline-color 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .btn-block .online-buy:hover::after {
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
}

.app .products.product-list .product-list-item .bottom-card .bottom-card-container .btn-block finbox-create-order {
  width: 100%;
}
.app .products.product-list .product-list-item .bottom-card .bottom-card-container .btn-block finbox-create-order .installment {
  width: 100%;
  color: #279151;
  /* border: 2px solid #279151; */
  grid-area: installment;
  text-decoration: none !important;
  outline: none;
  position: relative;
  border-radius: 36px 0 36px 0;
}

.app .products.product-list .product-list-item .bottom-card .bottom-card-container .btn-block finbox-create-order .installment::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  outline: 2px solid #279151;
  outline-offset: 0;
  pointer-events: none;
  transition: outline-offset 1250ms cubic-bezier(0.19, 1, 0.22, 1),
              outline-color 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.app .products.product-list .product-list-item .bottom-card .bottom-card-container .btn-block finbox-create-order .installment:hover::after {
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  box-shadow: inset 0 0 5px #27915180, 0 0 5px rgba(255, 255, 0, 0.2);
}

.app .products.product-list .product-list-item .bottom-card .bottom-card-container .btn-block .send-request {
  grid-area: send-request;
  color: #632A00;
  background-color: #FFDFB8;
  border: 2px solid #FFDFB8;
  position: relative;
  border-radius: 36px 0 36px 0;
}

.app .products.product-list .product-list-item .bottom-card .bottom-card-container .btn-block .send-request::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  outline: 1px solid #FFDFB8;
  outline-offset: 0;
  pointer-events: none;
  transition: outline-offset 1250ms cubic-bezier(0.19, 1, 0.22, 1),
              outline-color 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.app .products.product-list .product-list-item .bottom-card .bottom-card-container .btn-block .send-request:hover::after {
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.5), 0 0 30px rgba(255, 255, 255, 0.2);
}

@media (max-width: 787px) {
  .app .products.product-list .product-list-item .bottom-card .bottom-card-container {
    padding: 16px 16px 16px;
  }
}
.app .products.product-list .product-list-item:hover {
  box-shadow: unset;
  z-index: unset;
}
.app .products.product-list .product-list-item.hover {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.app .products.product-list .product-list-item.hover .bottom-card .bottom-card-container {
  position: absolute;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding-top: 30px;
  z-index: 2;
  top: -30px;
}
.app .products.product-list .product-list-item.hover .bottom-card .bottom-card-container .product__price.no-price {
  margin-top: 0;
}
.app .products.product-list .product-list-item.hover .bottom-card .bottom-card-container .product__price.no-price .price-block {
  margin: 0;
}
@media (max-width: 787px) {
  .app .products.product-list .product-list-item.hover .bottom-card .bottom-card-container {
    padding-top: 16px;
    top: -16px;
  }
  .app .products.product-list .product-list-item.hover .bottom-card .bottom-card-container .product__price:has(.price__old) {
    flex-direction: column-reverse;
    row-gap: 14px;
  }
}
@media (max-width: 787px) {
  .app .products.product-list {
    display: flex;
    flex-direction: column;
    grid-row-gap: 32px;
  }
}

.app .product__label{
  z-index: 10 !important;
}

.app .product__label .label {
  font-weight: 400;
  font-style: Regular;
  font-size: 16.2px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 787px) {
  .app .product__label .label {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/.default/assets/css/offer_popup.css?176456001815856*/
.offer-popup {
  padding: 60px;
  width: 100% !important;
  max-width: 800px !important;
  border-radius: 20px;
}
.offer-popup .fancybox-toolbar, .offer-popup .fancybox-infobar {
  display: none !important;
}
.offer-popup .step {
  display: none;
  box-sizing: border-box;
}
.offer-popup .step.active {
  display: block;
}
.offer-popup .step-number {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #96A299;
  margin-bottom: 4px;
}
.offer-popup .step-number span {
  color: #3D715B;
}
.offer-popup .step-title {
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #37403D;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .offer-popup .step-title {
    font-size: 24px;
  }
}
.offer-popup .step-content-title {
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #37403D;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .offer-popup .step-content-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.offer-popup .step-content .offer-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}
.offer-popup .step-content .offer-list-item {
  position: relative;
}
.offer-popup .step-content .offer-list-item input {
  width: 0.01px;
  height: 0.01px;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.offer-popup .step-content .offer-list-item label {
  display: block;
  box-sizing: border-box;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 12px;
  color: #3D715B;
  background-color: #ECF9F0;
  border-radius: 60px;
  cursor: pointer;
}
.offer-popup .step-content .offer-list-item input:checked + label {
  color: #fff;
  background-color: #3D715B;
}
.offer-popup .step-content .generator-choose {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #CDCDCD;
  border-radius: 12px;
  min-height: 146px;
}
.offer-popup .step-content .generator-choose .popupActivation {
  position: relative;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #279151;
  text-decoration: underline;
  padding-left: 13px;
}
.offer-popup .step-content .generator-choose .popupActivation::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  vertical-align: inherit;
  color: inherit;
}
.offer-popup .step-content .generator-choose-container {
  margin-bottom: 65px;
}
.offer-popup .step-content .generator-choose-container .generator-choose-header {
  margin-bottom: 20px;
}
.offer-popup .step-content .generator-choose-container .generator-choose-header-title {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #A6A6A6;
}
.offer-popup .step-content .generator-choose-container .generator-choose-header-subtitle {
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #37403D;
}
.offer-popup .step-content .generator-choose-container .generator-choose-header-subtitle:first-child {
  margin-bottom: 20px;
}
.offer-popup .step-content .generator-choose-container .generator-choose-header-subtitle {
  font-size: 16px;
}
.offer-popup .step-content .generator-choose-container .generator-choose-item {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.offer-popup .step-content .generator-choose-container .generator-choose-item-info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 18px;
}
.offer-popup .step-content .generator-choose-container .generator-choose-item-info .img-container {
  display: block;
  box-sizing: border-box;
  width: 68px;
  height: 68px;
}
.offer-popup .step-content .generator-choose-container .generator-choose-item-info .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.offer-popup .step-content .generator-choose-container .generator-choose-item-info .info-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
}
.offer-popup .step-content .generator-choose-container .generator-choose-item-info .info-container .title {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #37403D;
}
.offer-popup .step-content .generator-choose-container .generator-choose-item-info .info-container .price {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #002C1F;
}
.offer-popup .step-content .generator-choose-container .generator-choose-item-tools {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.offer-popup .step-content .generator-choose-container .generator-choose-item-tools a {
  display: block;
  box-sizing: border-box;
  position: relative;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: underline;
  padding-left: 16px;
}
.offer-popup .step-content .generator-choose-container .generator-choose-item-tools a::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}
.offer-popup .step-content .generator-choose-container .generator-choose-item-tools a.btn-edit {
  color: #3D715B;
}
.offer-popup .step-content .generator-choose-container .generator-choose-item-tools a.btn-edit::after {
  width: 14px;
  height: 19px;
  background-image: url(/local/templates/.default/assets/css/../img/edit-icon.svg);
}
.offer-popup .step-content .generator-choose-container .generator-choose-item-tools a.btn-delete {
  color: #632A00;
}
.offer-popup .step-content .generator-choose-container .generator-choose-item-tools a.btn-delete::after {
  width: 12px;
  height: 17px;
  background-image: url(/local/templates/.default/assets/css/../img/delete-icon.svg);
}
@media (max-width: 768px) {
  .offer-popup .step-content .generator-choose-container .generator-choose-header {
    margin-bottom: 12px;
  }
  .offer-popup .step-content .generator-choose-container .generator-choose-header-title, .offer-popup .step-content .generator-choose-container .generator-choose-header-subtitle {
    font-size: 18px;
  }
  .offer-popup .step-content .generator-choose-container .generator-choose-header-title:first-child, .offer-popup .step-content .generator-choose-container .generator-choose-header-subtitle:first-child {
    margin-bottom: 12px;
  }
  .offer-popup .step-content .generator-choose-container .generator-choose-header-subtitle {
    font-size: 14px;
  }
  .offer-popup .step-content .generator-choose-container .generator-choose-item {
    padding: 12px;
  }
  .offer-popup .step-content .generator-choose-container .generator-choose-item-info {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    margin-bottom: 0;
    margin-bottom: 16px;
  }
  .offer-popup .step-content .generator-choose-container .generator-choose-item-info .img-container {
    width: 80px;
    height: 80px;
  }
  .offer-popup .step-content .generator-choose-container .generator-choose-item-info .info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
  }
  .offer-popup .step-content .generator-choose-container .generator-choose-item-info .info-container .title {
    font-size: 14px;
    text-align: center;
  }
  .offer-popup .step-content .generator-choose-container .generator-choose-item-info .info-container .price {
    font-size: 16px;
    text-align: center;
  }
  .offer-popup .step-content .generator-choose-container .generator-choose-item-tools {
    justify-content: center;
  }
  .offer-popup .step-content .generator-choose-container .generator-choose-item-tools a {
    font-size: 14px;
  }
}
.offer-popup .step-content .service-section-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.offer-popup .step-content .service-section-list:not(:last-child) {
  margin-bottom: 28px;
}
.offer-popup .step-content .service-section-list:last-child {
  margin-bottom: 0;
}
.offer-popup .step-content .service-section-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: calc(33.333% - 8px);
  padding: 16px;
  border-radius: 10px;
  background-color: #fff;
  border: 3px solid #FFDFB8;
}
.offer-popup .step-content .service-section-list-item .added-label {
  position: absolute;
  display: none;
  box-sizing: border-box;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #279151;
  padding: 8px 48px 8px 16px;
  background-color: #fff;
  border-radius: 60px;
  top: 28px;
  right: 28px;
  z-index: 2;
}
.offer-popup .step-content .service-section-list-item .added-label::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background-image: url(/local/templates/.default/assets/css/../img/check-label.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.offer-popup .step-content .service-section-list-item .top .img-container {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 172px;
  margin-bottom: 20px;
  border-radius: 5px;
  z-index: 1;
}
.offer-popup .step-content .service-section-list-item .top .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: inherit;
}
.offer-popup .step-content .service-section-list-item .top .img-container:hover {
  cursor: pointer;
}
.offer-popup .step-content .service-section-list-item .top .img-container:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  background-image: url(/local/templates/.default/assets/css/../img/zoom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.offer-popup .step-content .service-section-list-item .top .price {
  display: none;
}
.offer-popup .step-content .service-section-list-item .top .title {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #37403D;
  margin-bottom: 20px;
}
.offer-popup .step-content .service-section-list-item .top .description {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #A89B8C;
  margin-bottom: 20px;
}
.offer-popup .step-content .service-section-list-item .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offer-popup .step-content .service-section-list-item .bottom-row .btn {
  position: relative;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: underline;
  cursor: pointer;
}
.offer-popup .step-content .service-section-list-item .bottom-row .btn.add {
  padding-left: 13px;
  color: #3D715B;
}
.offer-popup .step-content .service-section-list-item .bottom-row .btn.add::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 19px;
  background-image: url(/local/templates/.default/assets/css/../img/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.offer-popup .step-content .service-section-list-item .bottom-row .btn.delete {
  padding-left: 16px;
  color: #632A00;
  display: none;
}
.offer-popup .step-content .service-section-list-item .bottom-row .btn.delete::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 17px;
  background-image: url(/local/templates/.default/assets/css/../img/trash.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.offer-popup .step-content .service-section-list-item .bottom-row .price {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #002C1F;
}
.offer-popup .step-content .service-section-list-item .bottom-row .price.no-price {
  font-size: 12px;
}
.offer-popup .step-content .service-section-list-item.active {
  background-color: #FFDFB8;
}
.offer-popup .step-content .service-section-list-item.active .added-label {
  display: block;
}
.offer-popup .step-content .service-section-list-item.active .bottom-row .btn.add {
  display: none;
}
.offer-popup .step-content .service-section-list-item.active .bottom-row .btn.delete {
  display: block;
}
@media (max-width: 1200px) {
  .offer-popup .step-content .service-section-list {
    gap: 16px;
  }
  .offer-popup .step-content .service-section-list-item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .offer-popup .step-content .service-section-list-item {
    width: 100%;
  }
}
.offer-popup .step .btn-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 8px;
  width: 100%;
  margin-top: 40px;
}
.offer-popup .step .btn-list .btn {
  display: block;
  width: calc(50% - 10px);
  box-sizing: border-box;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  padding: 14px 32px;
  border-radius: 36px 0;
  text-decoration: none;
  cursor: pointer;
}
.offer-popup .step .btn-list .btn.next-step, .offer-popup .step .btn-list .btn.step-basket-btn {
  color: #fff;
  background-color: #3D715B;
}
.offer-popup .step .btn-list .btn.step-back {
  color: #3D715B;
  background-color: rgba(61, 113, 91, 0.08);
}
@media (max-width: 768px) {
  .offer-popup .step .btn-list {
    flex-direction: column;
    align-items: center;
  }
  .offer-popup .step .btn-list .btn {
    width: 100%;
  }
}
.offer-popup .step[data-step="2"] .step-content {
  overflow-y: scroll;
  max-height: 55vh;
  padding-right: 16px;
}
.offer-popup .step[data-step="2"] .step-content::-webkit-scrollbar {
  width: 8px;
}
.offer-popup .step[data-step="2"] .step-content::-webkit-scrollbar-track {
  background: #ECF9F0;
}
.offer-popup .step[data-step="2"] .step-content::-webkit-scrollbar-thumb {
  background-color: #A3D9C2;
  border-radius: 40px;
  border: 3px solid #A3D9C2;
}
@media (max-width: 1200px) {
  .offer-popup .step[data-step="2"] .step-content {
    overflow-y: unset;
    max-height: unset;
    padding-right: 0;
  }
}

.popup[data-popup=offer-equipment] {
  padding: 0;
  background: unset;
}
.popup[data-popup=offer-equipment] .app, .popup[data-popup=offer-equipment] .app .popup__scroll {
  padding: 0;
  background: unset;
}/*# sourceMappingURL=offer_popup.css.map */
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/video-list/style.css?17645600183757*/
.video-slider-container {
  background-color: #ECF9F0;
  position: relative;
}
.video-slider-container .title {
  z-index: 2;
  position: relative;
  bottom: -68px;
  display: block;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 44px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #002C1F;
  pointer-events: none;
}
.video-slider-container .title::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 6px;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  background-color: #279151;
}
@media (max-width: 900px) {
  .video-slider-container .title {
    font-size: 28px;
    margin-bottom: 51px;
    padding-top: 48px;
    bottom: unset;
  }
  .video-slider-container .title::after {
    width: 80px;
    height: 6px;
  }
}
.video-slider-container .tool-row {
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.video-slider-container .tool-row-left {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.video-slider-container .tool-row-left .all-video {
  border-bottom: 1px solid #002C1F;
}
.video-slider-container .tool-row-left .all-video a {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: none;
  color: #002C1F;
}
.video-slider-container .tool-row-left img {
  display: block;
  box-sizing: border-box;
  width: 21px;
  height: 20px;
}
@media (max-width: 768px) {
  .video-slider-container .tool-row-left {
    display: none;
  }
}
.video-slider-container .tool-row-right .btn-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-top: 40px;
  padding-bottom: 10px;
}
.video-slider-container .tool-row-right .btn-container .btn {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  left: unset;
  right: unset;
}
.video-slider-container .tool-row-right .btn-container .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
  width: 12.28px;
  height: 21.67px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.video-slider-container .tool-row-right .btn-container .btn.btn-left::after {
  background-image: url("/local/templates/.default/components/bitrix/news.list/video-list/./assets/arrow-left.svg");
}
.video-slider-container .tool-row-right .btn-container .btn.btn-right::after {
  background-image: url("/local/templates/.default/components/bitrix/news.list/video-list/./assets/arrow-left.svg");
  transform: translate(-45%, -50%) rotate(180deg);
}
@media (max-width: 768px) {
  .video-slider-container .tool-row-right .btn-container {
    display: none;
  }
}
.video-slider-container .video-slider-swiper {
  overflow-x: hidden;
  z-index: 2;
}
.video-slider-container .video-slider-swiper .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
}
.video-slider-container .swiper-pagination {
  z-index: 2;
  margin-top: 27px !important;
}
.video-slider-container .swiper-pagination.swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
}
.video-slider-container::after {
  content: "";
  position: absolute;
  top: -85.5px;
  right: -31.5px;
  width: 495px;
  height: 405px;
  background-image: url(/local/templates/.default/components/bitrix/news.list/video-list/./assets/bg-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .video-slider-container::after {
    content: unset;
  }
}

.videogallery.pb80 .video-slider-swiper {
  padding-bottom: 80px;
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/.default/components/bitrix/catalog.section.list/catalog/style.css?1764560018264 */
/* /local/templates/.default/components/bitrix/catalog.section/catalog/style.css?176456001815432 */
/* /local/templates/.default/assets/css/offer_popup.css?176456001815856 */
/* /local/templates/.default/components/bitrix/news.list/video-list/style.css?17645600183757 */
