body {
    margin: 0;
    background: #F4FAFF;
    padding-bottom: 76px;
}

div.product__gallery img {
    width: 100%;
}

.product__wrapper {
    position: relative;
    padding-top: 62px;
    border-radius: 0px 0px 30px 30px;
}

.description__container {
    transition: all .8s ease;
}

.map__popup.show {
    display: flex;
}

.description__container {
    position: relative;
    overflow: hidden;
    max-height: 300px;
}

.exit__popup {
    display: flex;
    position: absolute;
    right: 0;
    cursor: pointer;
    transition: 0.2s;
}

.exit__popup:hover {
    color: #00A0E3;
}

.exit__popup img {
    margin-right: 5px;
}

.map__popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    right: 0;
    bottom: 54px;
    align-items: center;
    justify-content: center;
}

.map__popup .map__container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    min-height: 60%;
}

.map__popup .apteka__list {
    max-height: 534px;
}

.map__popup .apteka__choice__container{
    flex-grow: 1;
}

.map__filter__box {
    position: relative;
}

.balance.btn {
    border-radius: 15px;
    color: #00A0E3;
    font-weight: 600;
}

/*.balance.btn.btn-success{*/
/*  background: #00A0E3;*/
/*}*/
.balance.btn.btn-warning {
    color: #FF4134;
}

.apteka__item__phone {
    margin-bottom: 10px;
}

.product__container {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    margin: auto;
}

.product__box {
    display: flex;
    flex-direction: row;
    padding-bottom: 33px;
    margin-bottom: 33px;
    border-bottom: 1px solid #DEE6EA;
}

.product__box [data-popup="add-to-cart"], .product__box .in_basket_now {
    width: 100%;
}

.map_filter_mobile_title {
    margin-bottom: 15px;
}

ul.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #A0A9B9;
}

ul.breadcrumb li a {
    color: #A0A9B9;
}

ul.breadcrumb li {
    display: inline;
}

ul.breadcrumb li + li:before {
    content: "/ ";
}

.product__card__name {
    margin-bottom: 35px;
    margin-top: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #2C2C2C;
    word-break: break-word;
}

.whitebox {
    background: #FFFFFF;
    border: 1px solid #DEE6EA;
    box-shadow: 0px 4px 14px 1px rgba(181, 204, 223, 0.18);
    border-radius: 15px;
}

/*Стили изображения товара*/

.product__image__box {
    width: calc(39% - 20px);
    position: relative;
}

.main__image__box {
    padding-top: 0;
}

.main__image__box .product__labels {
    top: 0;
}

.product__wrapper .product__container .product__labels {
    top: -10px;
    margin-top: 0;
}

.main__img {
    text-align: center;
}

.main__img img, .main__img video {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
}

.product__image__text {
    text-align: center;
}

.image__minitext {
    margin: 0px auto 18px auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A0A9B9;
}

.product__gallery {
    margin-top: 31px;
    position: relative;
}

/* Стили слайдера (удаленные)
.swiper__container {
  display: flex;
  justify-content: center;
  column-gap: 18px;
}
.swiper__slide {
  display: flex;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
  width: 118px;
}
.swiper__button__prev {
  position: absolute;
  left: 0px;
  top: 18%;
}
.swiper__button__next {
  position: absolute;
  right: 0px;
  top: 18%;
}

/*Стили краткого описания товара*/

.product__box__text {
    width: calc(35% - 20px);
    margin: 25px 40px 0 40px;
}

.class__text {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    color: #2C2C2C;
}

.text__p {
    margin-bottom: 22px;
    margin-top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #A0A9B9;
}

.delivery__image {
    display: flex;
    margin-bottom: 22px;
    width: 72%;
}

.text__h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #115F8B;
}

.text__ul {
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.text__li {
    margin-top: 0px;
    margin-bottom: 22px;
    padding-left: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #A0A9B9;
}

/*Стили заказа товара*/

.product__box__price {
    width: 24%;
    display: flex;
    flex-direction: column;
}

.price__box {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 17px;
}

.price__box .product__price {
    margin: 40px 28px 15px 28px;
}

.to__basket {
    display: flex;
    flex-direction: row;
    margin: 0 28px 15px;
    width: 100%;
}

.to__basket__button {
    background: #00A0E3;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    border: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 57%;
}

.price__box.whitebox .quantity__form {
    /*border-bottom: 1px solid #999EA3;*/
    /*padding-bottom: 4px;*/
    /*width: 27%;*/
    /*display: flex;*/
    margin-left: 15px;
}

.quantity__minus, .quantity__plus {
    /*border: 0;*/
    /*background: #fff;*/
    /*font-style: normal;*/
    /*font-weight: 400;*/
    /*font-size: 16px;*/
    /*line-height: 19px;*/
    /*color: #2C2C2C;*/
}

.quantity__number {
    border: 0;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2C2C2C;
    width: 72%;
}

.product__box__description {
    box-sizing: border-box;
    padding: 23px 28px;
    margin-bottom: 17px;
}

.description__h {
    margin-top: 0px;
    margin-bottom: 17px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #2C2C2C;
    white-space: nowrap;
}

.description__span {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #A0A9B9;
    padding-bottom: 13px;
    border-bottom: 1px solid #DEE6EA;
    margin-bottom: 13px;
}

.description__span img {
    margin-right: 8px;
}

.description__span:last-of-type img {
    margin-right: 14px;
}

.description__span__text {
    margin: 0;
}

.description__span:last-of-type {
    border: 0;
    padding: 0;
    margin-bottom: 8px;
}

.description__p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A0A9B9;
    margin: 0;
}

.description__p__number {
    color: #00A0E3B2;
}

.description__aviability__btn {
    border: 1.5px solid #00A0E3;
    border-radius: 50px;
    background-color: #fff0;
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #00A0E3
}

/*Описание товара*/

.description__btn, .aviability__btn {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #A0A9B9;
    text-decoration: none;
    margin-right: 28px;
    cursor: pointer;
}

.description__btn.active, .aviability__btn.active {
    padding: 4px 20px;
    padding-bottom: 4px;
    background-color: rgba(0, 160, 227, 0.7);
    border-radius: 50px;
    color: #fff;
}

.big__description__box {
    width: 100%;
    box-sizing: border-box;
    margin: 31px auto 82px;
    padding: 25px 30px 18px;
}

.big__description__box .description__box {
    padding-left: 0;
}

.description__box {
    padding-bottom: 18px;
    margin-bottom: 8px;
    border-bottom: 1px solid #DEE6EA;
}

.description__box:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.description__box__h {
    font-weight: 700;
    font-size: 19px;
    line-height: 155.5%;
    color: #115F8B;
    margin-bottom: 8px;
    margin-top: 0px;
}

.description__box__p {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 155.5%;
    color: #2C2C2C;
    width: 60%;
}

.description__box__custom p b, .description__box__custom p b span, .description__box__custom p:nth-child(1n) .Bold span {
    font-weight: 700 !important;
    font-size: 19px !important;
    line-height: 155.5% !important;
    color: #115F8B !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
}

.description__box:last-child .description__box__p {
    margin-bottom: 26px;
}

.show__more {
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 155.5%;
    text-decoration-line: underline;
    color: #115F8B;
    display: flex;
    margin-top: 10px;
}

.promo__box {
    display: flex;
    column-gap: 36px;
}

.promo__box .promo__item {
    width: 50%;
    display: block;
}

.promo__item img {
    width: 100%;
}

/*Популярные товары*/

.popular__h2 {
    display: block;
    margin: 0 auto 44px;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #2C2C2C;
}

.product__box__sale {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 25px 28px;
}

.product__box__sale__description {
    margin: 0;
}

.product__box__sale__title {
    margin-bottom: 10px;
    color: #FF4134;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #DEE6EA;
    padding-bottom: 10px;
    margin-top: 0;
}

.product__box__sale__title:not(:first-child) {
    margin-top: 22px;
}


.product__container .count-input-btn {
    /*width: 100% !important;*/
    white-space: nowrap;
    /*margin-right: 10px;*/
}

.product__gallery .play__video{
    padding: 20px;
    width: 100%;
    max-width: 70px;
    background: #fff;
}

.price__box.whitebox .bonuses_price_box{
    white-space: nowrap;
    padding: 0 6px;
    height: 18px;
}

.price__box.whitebox .bonuses_price_box .bonuses_price::before{
    background-image: unset;
    content: "";
}

@media screen and (max-width: 800px) {
    .product__card__name {
        font-size: 20px;
        line-height: 28px;
        margin-top: 20px;
    }

    .main__img img, .main__img video {
        max-height: 200px;
    }

    .products__popular {
        padding: 0;
    }

    /*.description__container{*/
    /*  height: auto;*/
    /*}*/
}

.product__wrapper .price__box.whitebox .percent__label {
    display: none;
}

.product__wrapper .bonuses_price_box {
    margin: 0;
    border: 1.5px solid #399bff;
}

.price__box.whitebox .to__basket__button.utsenka-button-buy {
    padding: 10px 0;
    background: #fff;
    color: #00A0E3;
    border: 2px solid #00A0E3;
    width: calc(100% - 56px);
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

/*.product__wrapper .product__labels {*/
/*    align-items: center;*/
/*}*/

@media screen and (max-width: 600px) {
    .product__wrapper .bonuses_price_box .bonuses_price::before {
        height: 14.12px;
        width: 10.36px;
        background-size: 10.36px 14.12px;
    }

    .product__wrapper .bonuses_price {
        font-size: 12px;
    }
}

@media screen and (max-width: 720px){
  .exit__popup{
    display: none;
  }
}

.price__box.whitebox .product__price-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}