

/* Start:/bitrix/templates/euro/components/bitrix/news/stocks/bitrix/news.detail/.default/style.css?175916593215667*/
:root{
    --stocks-pages-text:#2C3138;
}

.no-background__Content{
    background-color: #fff;
}
.stocks__other-promotional-offers__item img,
.left-part__inner img {
    transition: transform 0.5s ease; 
}
.stocks__other-promotional-offers__item img:hover,
.left-part__inner img:hover {
    transform: scale(1.05); 
}

.stocks__main-upper__container,
.stocks__timer__container,
.stocks__middle__container,
.stocks__bonus__container,
.stocks__advantages__container,
.stocks__photo-before-after__container,
.stocks__disclaimer__container,
.stocks__promotion-now__container,
.stocks__other-promotional-offers__container{
    margin-bottom: 32px !important;
}


/* Стили под вопросом */
.section.stocks__main-upper__container{
    /* margin: 0 auto; */
}

.stocks__main-upper__slider {
    position: relative;
    max-width: 1210px;
    max-height: 450px;
    overflow: hidden;
    touch-action: pan-y; /* Важно для touch-устройств */
    margin-bottom: 40px;
}

.slider-wrapper {
    display: flex;
    width: 100%;
    will-change: transform; /* Оптимизация анимации */
    cursor: grab;
}

.slider-wrapper.grabbing {
    cursor: grabbing;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    user-select: none; /* Запрет выделения при перетаскивании */
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.slider-arrow {
    color: white;
    border: 1px solid #fff;
    padding: 10px;
    background: none;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.slider-arrow:hover {
    background: rgba(0,0,0,0.8);
}

                                                    /* 100% стили */


 .stocks__main-upper__block{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.fire_icon{
    display: flex;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
}
.stocks__title-style{
    font-family: Cormorant;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    
    text-align: center;
    color: var(--stocks-pages-text);
}
.stocks__main-upper__description{
    text-align: center;
}
.stocks__main-upper__slider-arrow{
    position: absolute;
    bottom: 20px;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.stocks__main-upper__slider-arrow img{
    width: 18px;
    height: 18px;
}

.slider-arrow.slider-arrow--prev{
    left: 0;
}
.slider-arrow.slider-arrow--next{
    right: 0;
}




/* Центральные блоки */
.stocks__middle__block{
    margin-bottom: 62px;
}
.stocks__middle__elenent-grid{
    display: grid;
    grid-template-columns: 50% 50%;
}

.stocks__middle__block-grid{
    display: grid;
    margin: 0 auto;
    height: 468px;
    width: 588px;
    grid-template-columns: 50% 50%;
}
.stocks__left__block-part{
    height: 100%;
}
.stocks__left__block-part img{
    height: 453px;
    width: 100%;
    object-fit: cover;
}
.stocks__right__block-part{
    margin-top: 15px;
    position: relative;
}
.right-part__inner{
    position: absolute;
    background-color: #EFEEEF;
    left: -30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 15px 42px; 
}
.stocks__service-title{
    max-width: 240px;
    margin-bottom: 15px;
    color: var(--stocks-pages-text);  
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    
    text-align: center;
}
.right-part__inner a{
    text-decoration: none;
}
.right-part__inner p{
    margin-bottom: 0px;
}
.stocks__service-description{
    max-width: 255px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    
    text-align: center;
}

.stocks__service-bottom{
    margin-top: auto;
    width: 277px;
}
.stocks__service-bottom p{
    margin-bottom: 0px;
}
.stocks__service-bottom a{
    color: var(--stocks-pages-text);
}
.stocks__service-old-prise{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    
    text-align: center;
    text-decoration: line-through;
    padding-bottom: 15px;
}
.stocks__service-new-prise{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 30px;
    leading-trim: Cap height;
    line-height: 100%;
    text-align: center;
    color: #CDAAB1;
    padding-bottom: 15px;
}
.stocks__about-the-service{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    padding-bottom: 15px;
}
.btn.stocks__sign-up-for-service{
    margin-bottom: 15px;
    width: 95%;
    height: 66px;
    color: #fff;
    background-color: #CDAAB1;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    

}
.stocks__promotion-duration{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    
    text-align: center;
    color: #9F9F9F;
}

/* Блок дополнительного бонуса  */
.stocks__bonus__description{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1210px;
    margin: 0 auto;
    background-color: #FFF7EF;
    /* height: 70px; */
    padding: 22px;
}
.stocks__bonus__description p{
    margin: 0;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    
    text-align: center;
}

/* Блок преимуществ */
.stocks__advantages__grid{
    display: grid;
    grid-template-columns: 241px 241px 241px 241px;
    max-width: 1210px;
    margin: 0  auto;
    justify-content: space-between;
}
.stocks__advantages__icon{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.stocks__advantages-part{
    text-align: center;
    position: relative;
}
.stocks__advantages-part p{
    margin-bottom: auto;
    margin-top: 70px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    
    text-align: center;
}

 /* Блок Дисклеймер  */
 .stocks__disclaimer__block{
    max-width: 1210px;
    margin: 0 auto;
    background-color: #F6F6F6;
 }
 .stocks__disclaimer__inner{
    padding: 22px;
 }
 .stocks__disclaimer__inner p{
    margin: 0;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
 }

 /* Блок кнопки записаться сейчас  */
 .stocks__promotion-now__inner{
    display: flex;
    flex-direction: column;
 }
 .btn.stocks__promotion-now__btn-style{
    width: 330px;
    height: 80px;
    margin: 0 auto;
    border: 7px solid #CDAAB1;
    margin-bottom: 11px;
    color: #CDAAB1;
 }

  .btn.stocks__promotion-now__btn-style:hover {
    color: white;
 }

 .stocks__promotion-now__description{
    margin: 0 auto;
    color: #9F9F9F;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;

 }
 .stocks__disclaimer__part{
    display: flex;
    flex-direction: row;
 }
 .stocks__disclaimer__part p{
    padding-left: 7px;
 }

/* Блок календаря таймера  */

.timer {
    display: grid;
    grid-template-columns: 85px 85px 85px 85px; 
    font-family: Montserrat;
    font-weight: 300;
    font-size: 58px;
    leading-trim: Cap height;
    line-height: 100%;
    text-align: center;
    gap: 35px ;
    justify-items: center;
  }
  
  .timer__item {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 84px;
    background-color: #EEEEEE;
  }
  
  .timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #9F9F9F;
  }
 
  /* .stocks__timer__block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  } */
  .stocks__timer__block{
    display: grid;
    grid-template-columns: 282px 441px 290px; 
    align-items: center;
    justify-content: center;
  }
  .btn.stocks__promotion-now__btn-style.stocks__timer__btn-style{
    max-width: 235px;
    margin-left: 61px;
    margin-right: 10px;
  }
  .stocks__timer__block p{
    color: var(--main-accent-color);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    max-width: 256px;
    margin: 0;
    margin-right: 21px;
  }

  /* Блок Другие акционные предложения */

  /* .stocks__other-promotional-offers-grid{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: 1fr;
    align-items: center; 
    margin: 0 auto;
    gap: 30px;
  } */
  .stocks__other-promotional-offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 30px;
    align-items: start;
  }
  
  .stocks__other-promotional-offers__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    margin-top: 30px;
  }
  
  .stocks__other-promotional-offers__item img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .stocks__other-promotional-offers__name {
    position: absolute;
    width: 100%;
    height: 86px;
    top: 220px;
    right: -15px;
    background-color: #2c3138;
    color: #fff;
  }
  .stocks__other-promotional-offers__name p{
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    padding: 13px 15px;
    display: flex;
    align-items: flex-end;
    font-size: 18px;
    line-height: 20px;
  }

  /* Блок Фото наших пациентов до и после */

  .stocks__photo-before-after-grid{
    display: grid;
    grid-template-columns: 56% 42.5%;
    gap: 15px;
  }
   .stocks__photo-before-after__right{
    max-height: inherit;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 49% 49%;
    gap: 15px;
   }
   .stocks__photo-before-after__right-item{
    overflow: hidden;
   }
   .thumb.thumb--video .thumb__imageSrc{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
   }
   .stocks__photo-before-after__left,
   .stocks__photo-before-after__r{
    max-height: 460px;
   }
   .thumb,
   .thumb .thumb__image,
   .thumb .thumb__imageSrc{
    height: 100%;
   }
   .thumb .thumb__imageSrc{
    width: 100%;
    height: 100%;
    object-fit: cover;
   }

   /* Правки */
   .product-card__item{
    display: none !important;
   }
   .stocks__middle__elenent-grid.product-card{
    grid-template-columns: 50%;
   }

  /* Адаптив */
  @media (max-width:1400px) {
    .right-part__inner{
        left: -65px;
    }
    
    .stocks__service-description{
        max-width: 300px;
    }
    /* .stocks__bonus__title{
        padding-top: 30px;
    } */
    .stocks__other-promotional-offers__name{
        top: 320px;
    }
  }
  @media (max-width:1200px) {
    .stocks__middle__block-grid{
        grid-template-rows: 318px 450px;
        grid-template-columns: auto;
        height: auto;
        width: 400px;
    }
    .left-part__inner,
    .stocks__left__block-part img{
        height: 100%;
    }
    .right-part__inner{
        left: auto;
        position: relative;
    }
    .stocks__right__block-part{
        margin-top: 0;
    }

    .stocks__other-promotional-offers__name{
        top: 250px;
    }
  }
  @media (max-width:991px) {
    .stocks__other-promotional-offers-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      }
      .stocks__other-promotional-offers__name{
        top: 160px;
      }
      .stocks__advantages__grid{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
    }
    .stocks__middle__block-grid{
        height: auto;
        width: auto;
        position: relative;
    }
    .right-part__inner,
    .stocks__left__block-part img{
        width: 300px;
    }
    .right-part__inner{
        height: 420px;
    }
    .stocks__right__block-part{
        /* position: absolute;
        top: 318px; */
    }
    .stocks__middle__block{
    }
    .stocks__timer__block{
        display: flex;
        flex-direction: column;
    }
    .stocks__timer__block p{
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .btn.stocks__promotion-now__btn-style.stocks__timer__btn-style{
        margin: 0 auto;
        margin-top: 35px;
    }
    .stocks__advantages-part p{
        font-size: 13px;
    }
    .stocks__photo-before-after-grid{
        grid-template-columns: none;
    }
  }
  @media (max-width:767px) {
    .stocks__other-promotional-offers__name{
        top: auto;
        bottom: -20px;
    }
    .btn.stocks__sign-up-for-service{
        width: auto;
    }
    .right-part__inner,
    .stocks__left__block-part img{
        width: 250px;
  }
  .stocks__middle__block{
    /* margin-bottom: 430px; */
  }
}
@media (max-width:575px) {
    .stocks__middle__elenent-grid{
        grid-template-rows: 750px 750px;
        grid-template-columns: auto;
    }
    .stocks__middle__elenent-grid.product-card{
        grid-template-rows: 750px;
        grid-template-columns: auto;
    }
    .right-part__inner,
    .stocks__left__block-part img{
        width: 450px;
    }
    .stocks__advantages__grid{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .stocks__photo-before-after-grid,
    .stocks__photo-before-after__right{
        gap: 9px;
    }
    .stocks__main-upper__container,
    .stocks__timer__container,
    .stocks__middle__container,
    .stocks__bonus__container,
    .stocks__advantages__container,
    .stocks__photo-before-after__container,
    .stocks__disclaimer__container,
    .stocks__promotion-now__container,
    .stocks__other-promotional-offers__container{
    margin-bottom: 22px !important;
}
.stocks__bonus__description{
    padding: 20px 12px;
}
}
@media (max-width:480px) {
    .timer{
        gap:20px;
        font-size: 40px;
        grid-template-columns: 58px 58px 58px 58px;
    }
    .timer__item{
        width: 58px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .btn.stocks__promotion-now__btn-style.stocks__timer__btn-style{
        max-width: 188px;
        font-size: 14px;
        text-wrap-mode: nowrap;
    }
    .btn.stocks__promotion-now__btn-style{
        height: 64px;
    }
    .stocks__timer__block p{
        font-size: 14px;
        max-width: 292px;
    }
    .stocks__title-style{
        font-size: 28px;
        line-height: 30px;
    }
    .stocks__main-upper__description{
        font-size: 12px;
        text-align: left;
    }
    .stocks__left__block-part img{
        width: 100%;
    }
    .stocks__middle__elenent-grid {
        grid-template-rows: 750px 750px;
    }
    .stocks__other-promotional-offers__name{
        height: auto;
        width: 90%;
        left: 5%;
    }
    .stocks__other-promotional-offers__name p{
        font-size: 14px;
    }
    .btn.stocks__promotion-now__btn-style{
        width: 188px;
        font-size: 14px;
        text-wrap-mode: nowrap;
    }

    .right-part__inner{
        width: 100%;
    }
    .stocks__middle__block-grid{
        grid-template-rows: 318px 450px;
        grid-template-columns: 1fr;
        height: auto;
        max-width: 400px;
    }
}

/* End */
/* /bitrix/templates/euro/components/bitrix/news/stocks/bitrix/news.detail/.default/style.css?175916593215667 */
