

/* Start:/local/templates/.default/components/bitrix/news/catalog/bitrix/news.list/.default/style.css?17615482326228*/


.product {
background: var(--Background_Light-blue, #BBD1E7);
overflow: hidden;
}

.product_info{
padding-top: 70px;
padding-bottom: 130px;
}

.product_img{
  position: relative;
  height: 680px;
  width: 100%;
}
.product_img img{
  position: absolute;
  top: 0;
  max-width: unset;
  height: 100%;
}

.right .product_img img{
  right: 0;
}

.left .product_img img{
  left: 0;
}

.right .product_info{
  padding-left: 60px;
}

.left .product_info{
  padding-right: 60px;
}

.product-hero__section-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-hero__section-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
color: var(--Text-color, #16396C);

/* Regular_24 */
font-family: Manrope;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 141.667% */
}
.product-hero__section-list li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background-color: #16396C;
  border-radius: 50%;

}

.hero-image {
  width: 100%;
  height: auto;
  height: 680px;
  object-fit: cover;
  margin-left: -15px;
  margin-bottom: 60px;
}
.hero-image.right{
  margin-left: 15px;
}

.product-hero__title {
color: var(--Text-color, #16396C);

/* H3 */
font-family: Manrope;
font-size: 35px;
font-style: normal;
font-weight: 400;
line-height: 48px; /* 137.143% */
text-transform: uppercase;
}

.product-hero__title a{
  color: var(--Text-color, #16396C);
}

.product-hero__section-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
/* .product-hero__section-list li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #2e2e62;
  margin-bottom: 24px;
} */
.product-hero__section-list .section-heading {
  width: 100%;
  display: block;
color: var(--Text-color, #16396C);

/* Medium_28 */
font-family: Manrope;
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 114.286% */
}

.icon-item{
  color: var(--Text-color, #16396C);
  /* Regular_24 */
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.icon-item svg{
min-width: 48px;
}


.product-hero__section-list{

}

.product_info .about-list{
  width: 100%;
  max-width: 497px;
}

.product-hero__section-list.flacon{
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.flacon-more-list{
  display: flex;
align-items: flex-start;
align-content: flex-start;
gap: 8px;
flex-wrap: wrap;
}

.btn-pill {
display: flex;
padding: 4px 16px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 48px;
border: 1px solid var(--Stroke_Blue, #7EB7EE);
color: var(--Text-color, #16396C);

/* Regular_20 */
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
}


.decorative-icon {
  /* max-width: 100px; */
  opacity: 0.7;
}

.btn-more {
display: inline-flex;
height: 48px;
padding: 8px 20px 8px 40px;
align-items: center;
gap: 40px;
flex-shrink: 0;
border-radius: 48px;
background: var(--Red, #BF0036);
color: var(--White, #FFF);

/* Medium_20 */
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
  text-decoration: none;
}
.btn-more:hover{
background: var(--Red_Hover, #A2022F);
color: var(--White, #FFF);
  text-decoration: none;
}
.btn-more__arrow {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1;
}

.about-flacon{
  max-width: 757px;
  display: flex;
  gap: 60px;
  align-items: end;
  justify-content: space-between;
  position: relative;
}

.about-flacon.spray .about-img{
  position: absolute;
  bottom: -90px;
  right: 0;
}


.about-img{
  align-items: center;
  display: flex;
  min-width: 260px;

}


.title-button{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}


.about-img { position: relative; display: flex; align-items: center; }

.decorative-icon { display: block; }

.decorative-drops{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(.96);
  opacity: 0;
  pointer-events: none;
}

.right .decorative-drops{
  bottom: 100%;
  right: 8%;
}

.left .decorative-drops{
  top: 75px;
  right: 68%;
  left: initial;
}

.right .spray .decorative-drops{
  bottom: initial;
  right: 80%;
  left: initial;
  top: -79px
}

.product.is-inview .decorative-drops{
  animation: spray-in .8s ease-out 2s forwards;
}

.about-img svg .drops { transform: translateY(-40px); }


@keyframes spray-in{
  from { opacity: 0; transform: scale(.96); }
  to   { opacity: 1; transform: scale(1); }
}


@media (max-width: 1400px){
    section.product:first-of-type .about-img {
      bottom: -37px;
  }

  .right .product_info{
    padding-left: 0px;
  }

  .left .product_info{
    padding-right: 0px;
  }

  .product_img{
    height: unset;
  }

  .product_img img{
    position: initial;
    max-width: 100%;
    height: auto;
  }

  .product_info{
    max-width: 800px;
    margin: 0 auto;
  }
}


@media (max-width: 992px) {

  .title-button{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .product-hero__title{
    font-size: 30px;
    line-height: normal;
  }

  .icon-item{
    font-size: 20px;
    line-height: normal;
  }

}

@media (max-width: 768px) {
.product-hero__title{
    font-size: 26px;
    line-height: normal;
  }

  .about-flacon{
    flex-direction: column;
  }

  .product-hero__section-list:last-child{
    margin-bottom: 0;
  }

  .about-flacon.spray .about-img{
    position: relative;
  }
  .about-img{ 
    display: none;
  }
  
  .product_info{
    padding-bottom: 60px;
  }

}

@media (max-width: 1669px){
  .product-hero__title{ font-size:33px; line-height:46px; }
  .product-hero__section-list li{ font-size:22px; line-height:32px; }
  .product-hero__section-list .section-heading{ font-size:26px; line-height:30px; }
  .icon-item{ font-size:22px; line-height:32px; }
  .btn-pill{ font-size:18px; line-height:26px; }
  .btn-more{ font-size:18px; }
}

@media (max-width: 499px) {
  .icon-item {
     line-height: 1;
  }
}
/* End */
/* /local/templates/.default/components/bitrix/news/catalog/bitrix/news.list/.default/style.css?17615482326228 */
