.block-product-section{
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 103px;
}
.index-block{
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  max-width: 850px;
  max-height: 378px;
  width: 100%;
  transform: translateX(-50%);
}
.block-product-section .button-group-product{
  position: relative;
  width: 60%;
  padding: 40px 20px;
  background-image: linear-gradient(-269deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.btn-top, .btn-bottom {
  position: absolute;
  left: 210px;
  transform: translateX(-50%);
  outline: none;
  cursor: pointer;
}
.btn-top {
  top: 8px;
}
.btn-bottom {
  bottom: 8px;
  transform: translateX(-50%) rotate(180deg);
}
.button-group-product .btn-section-product{
  width: 380px;
  height: 60px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  color: rgb(42 40 40 / 0.83);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.96px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  cursor: pointer;
}
.btn-section-product .img-products-section{
  max-width: 21px;
  max-height: 21px;
  margin-right: 16px;
  width: 100%;
  fill: #000000;
}
.button-group-product .btn-section-product.active{
  background-color: #7cb24f;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  width: 416px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border-right: 0.5px solid #7cb24f;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.button-group-product .btn-section-product svg {
  fill: #000;
}
.button-group-product .btn-section-product.active svg {
  fill: #fff;
}
.button-group-product .btn-section-product.active svg path {
  stroke: #fff;
}
.btn-section-product:focus{
  outline: none;
}
.button-group-product .btn-section-product::before{
  content: '';
  top: 50%;
  right: 0px;
  position: absolute;
  border: 30px solid transparent;
  border-left: 30px solid rgba(0, 0, 0, 0);
  pointer-events: none;
  transform: translateX(100%) translateY(-50%);
}
.button-group-product .btn-section-product.active::before {
  pointer-events: unset;
  border-left: 30px solid #7cb24f;
}
.btn-section-product.active .shp0{
  fill: #ffffff;
}
.shp0 { 
  fill: #000000;
  max-width: 21px;
  max-height: 21px;
  margin-right: 16px;
} 
tspan { 
  white-space:pre
}
.block-product-section .block-img-group-product{
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.block-product-section .block-img-group-product.img-none{
  display: none;
}
.index-products-section__info{
  margin-bottom: 125px;
}
.block-img-group-product .img-product {
  transition: opacity 0.3s;
  opacity: 1;
}
.block-img-group-product .img-product.img-none{
  opacity: 0;
  width: 0;
  height: 0;
}

.btn-zero {
  border: none;
  background: none;
}
.btn-zero.btn-bottom svg polygon,
.btn-zero.btn-top svg polygon{
  fill: #7BB252 !important;
}
.btn-zero.btn-bottom svg ,
.btn-zero.btn-top svg {
  width: 26px;
}

.btn-zero.btn-bottom{
  transform: translateX(-50%) rotate(0);
}

.btn-zero.btn-top{
  transform: translateX(-50%) rotate(180deg);
}

.swiper-container {
  width: 100%;
  height: 306px;
  padding: 0 10px;
}

.swiper-slide {
  display: flex;
  align-items: center;
}


/* body.page--home .page__wrap {
  background-color: #e0e0e0;
} */

@media (max-width: 1199px){
  body.page--home .page__wrap {
    background-position-y: 10%;
  }
  .block-product-section{
    max-width: 100%;
    max-height: 290px;
    padding-top: 192px;
  }
  .button-group-product .btn-section-product {
    width: 247px;
    height: 40px;
  }
  .button-group-product .btn-section-product.visible{
    height: 39px;
    max-height: 39px;
    font-size: 12px;
    margin-bottom: 12px;
  }
  .button-group-product .btn-section-product .img-products-section{
    margin-right: 10px;
    width: 14px;
    height: 14px;
    fill: #000000;
    width: 100%;
  }
  .button-group-product .btn-section-product.active{
    width: 260px;
    font-size: 12px;
  }
  .index-products-section__info{
    margin-bottom: 105px;
  }
  .button-group-product .btn-section-product.active::before {
    border: 20px solid transparent;
    border-left: 20px solid #7cb24f;
    right: 1px;
  }
  .btn-top, .btn-bottom {
    left: 144px;
  }
  .swiper-container {
    height: 240px;
  }
}

@media (max-width: 767px){
  .index-products-section__circle__img {
    display: none;
  }
  .index-block{
    flex-direction: column;
    max-width: unset;
  }
  .block-product-section .block-img-group-product{
    order: 1;
    width: 100%;
    justify-content: center;
    min-height: 175px;
  }
  .block-product-section .button-group-product{
    order: 2;
    width: 100%;
    background-image: unset;
    padding: 40px 0;
    margin-top: 30px;
  }
  .button-group-product .btn-section-product{
    width: 100%;
    height: 37px;
    justify-content: center;
    font-size: 14px;
  }
  .button-group-product .btn-section-product.active{
    width: 100%;
    justify-content: center;
  }
  .button-group-product .btn-section-product.active::before{
    display: none;
  }
  .index-products-section__info{
    margin-bottom: 30px;
  }
  .block-img-group-product .img-product{
    max-height: 175px;
    max-width: 220px;
  }
  .mobile-loading {
    height: 0;
    overflow: hidden;
  }
  .btn-top, .btn-bottom {
    left: 50%;
  }
  .swiper-container {
    height: 100px;
  }
  .block-product-section {
    min-height: 350px;
    max-height: unset;
    margin-bottom: 100px;
  }
  .index-products-section {
    padding-top: 130px;
  }
}