@media screen and (max-width:1450px) {
  .product__wrapper {
    padding:0 11px;
  }
}
@media screen and (max-width:1200px) {
  .product__name {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 14px;
  }
  .product__gallery{
    margin-top: 17px;
  }
  .image__minitext {
    font-size: 12px;
  }
  .product__box__text {
    margin: 25px 20px 0 20px;
  }
  .class__text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .text__p,.text__li,.text__h3 {
    font-size: 13px;
    margin-bottom: 10px;
  }
.delivery__image {
  margin-bottom: 10px;
}
.product__box__price {
  width: 26%
}
.price__box .product__price {
  margin: 15px;
  font-size: 25px;
}
.price__box .product__price > span:before{
  height: 33px;
  width: 33px;
  background-size: 33px 33px;
}
.to__basket {
  margin: 0 15px 15px;
  margin: 15px 10px;
  width: auto;
}
.to__basket__button {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.quantity__form {
  width: 35%;
}
.product__box__description {
  padding: 15px;
}
.description__h {
  font-size: 13px;
}
.description__span {
  font-size: 13px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.description__aviability__btn {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.description__btn,.aviability__btn {
  font-size: 21px;
}
.description__box__h {
  font-size: 16px;
}
.description__box__p {
  font-size: 13px;
  width: 80%
}
.promo__box {
  column-gap: 20px;
}
.popular__h2 {
  font-size: 27px;
}
}
@media screen and (max-width:850px) {
  .image__minitext {
    font-size: 12px;
  }
  .class__text {
  font-size: 14px;
}
.text__p, .text__li, .text__h3 {
  font-size: 11px;
}
.to__basket__button {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.description__p {
  font-size: 12px;
}
.description__aviability__btn {
  font-size: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.description__box__p {
  font-size: 12px;
  width: 80%;
}
.show__more {
  font-size: 12px;
}
}
@media screen and (max-width:780px) {
  /*.product__box {*/
  /*  flex-direction: column;*/
  /*}*/

  div.product__gallery img{
    max-width: 70px;
  }
  .product__gallery .play__video{
    padding: 10px!important;
    width: 100%!important;
    max-width: 50px!important;
  }
  .product__image__box ,.product__box__text ,.product__box__price {
    width: 100%;
    margin-bottom: 20px;
  }
  .product__box__text {
    margin: 0 0 20px;
  }
  .product__box{
    flex-direction: column;
  }
  .class__text {
    font-size: 18px;
  }
  .text__p, .text__li, .text__h3 {
    font-size: 16px;
  }
  .delivery__image {
    width: 50%;
  }
  .price__box .product__price {
    margin: 28px;
    font-size: 32px;
  }
  .price__box .product__price > span:before{
    height: 41px;
    width: 41px;
    background-size: 41px 41px;
  }

  .to__basket__button ,.description__aviability__btn {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .quantity__form {
    width: 100%;
  }
  .product__box__description {
    padding: 23px 28px;
  }
  .description__h {
    font-size: 18px;
  }
  .description__span {
    font-size: 16px;
  }
  .description__p {
    font-size: 14px;
  }
  .description__btn, .aviability__btn {
  font-size: 16px;
  }
  /*.show__more {*/
  /*  display: none;*/
  /*}*/
  .description__box__h {
    font-size: 19px;
  }
  .description__box__h::after {
  	position: absolute;
  	top: 4px;
  	right: 12px;
  	background-image: url("triangle.png");
  	content: "";
  	height: 16px;
  	width: 25px;
  	background-size: 25px 16px;
  }
  .promo__box {
    flex-direction: column;
  }
  .promo__box .promo__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .promo__box .promo__item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px){
  .product__wrapper .product__price .old_price{
    bottom: -6px;
    right: 0;
    position: absolute;
  }
  .product__wrapper .price__box.whitebox .to__basket .to__basket__button{
    font-size: 14px;
    padding: 10px;
  }
  .price__box.whitebox{
    position: fixed;
    bottom: 47px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    right: 0;
    width: 100%;
    left: 0;
    margin: 0;
    z-index: 3;
    padding-bottom: 9px;
  }

  .price__box.whitebox .product__price{
    margin: 15px 0 0 10px;
  }

  .price__box.whitebox .super_price{
   padding: 2px 13px 2px 45px;
  }

  .product__wrapper .product__container .product__labels{
    top: -10px;
  }
  .product__wrapper .price__box.whitebox .percent__label{
    display: flex;
  }
  .product__wrapper .price__box.whitebox .percent__label span{
    font-size: 14px;
  }
  .product__wrapper .price__box.whitebox .product__price .discount_price{
    display: none;
  }
  .price__box.whitebox .quantity__form.is_product_page{
    display: none;
  }
  .price__box.whitebox .to__basket__button.utsenka-button-buy{
    width: calc(100% - 20px);
    margin-bottom: 15px;
  }
  .price__box.whitebox .product__price-wrap {
    padding: 7px 0 10px 0;
  }
}
@media screen and (max-width: 720px){
  .map__popup .apteka__list{
    max-height:578px;
  }
  .map__popup{
    left:0;
    top:0;
    transform: none;
  }
}

@media screen and (max-width: 620px){
  .popular__h2{
    margin: 0;
  }
}


/* Элемент | https://aptekanevis.ru/catalog/product/venarus_tab_100mg_900mg_60_gesperidin_diosmin_pri_varikozn_rasshir_ven_/#markdown_price */

/*.markdown_price {*/
/*  !* position: ; *!*/
/*  position: absolute;*/
/*  margin-bottom: 20px;*/
/*  background: #fff;*/
/*  width: max-content;*/
/*  padding: 10px;*/
/*  border-radius: 15px;*/
/*}*/

/* Элемент | https://aptekanevis.ru/catalog/product/venarus_tab_100mg_900mg_60_gesperidin_diosmin_pri_varikozn_rasshir_ven_/#markdown_price */

span.simple_price:nth-child(2) {
  font-weight: 700;
}

/* main.css | https://aptekanevis.ru/local/templates/nevis_template_test/css/main.css?170366851717189 */

.price__box.whitebox .product__price {
   line-height: normal;
  /*display: flex;*/
}

/* Элемент | https://aptekanevis.ru/catalog/product/venarus_tab_100mg_900mg_60_gesperidin_diosmin_pri_varikozn_rasshir_ven_/#markdown_price */

.price__box.whitebox .count-input-btn {
  width: 100%!important;
}

/* Элемент | https://aptekanevis.ru/catalog/product/venarus_tab_100mg_900mg_60_gesperidin_diosmin_pri_varikozn_rasshir_ven_/#markdown_price */

/*div.quantity__form:nth-child(2) {*/
/*  display: none;*/
/*}*/

/* Элемент | https://aptekanevis.ru/catalog/product/venarus_tab_100mg_900mg_60_gesperidin_diosmin_pri_varikozn_rasshir_ven_/#markdown_price */
