@media (max-width:767.98px) {
 .product-slider__description.hide {
    display: none;
 }

}
.product-item{
    padding: 10px;
}
.product-item__img{
    padding-top: 100%;
}
.product-item__img img{
    width: 100%;
}
.glasses-item{
  width: 100%;
  padding: 10px;
}
.catalog.card-line .catalog-cards .product-item__img{
  padding-top: 20%;
}


.discount-price{
  color: #2c2d31;
}

.product-description__price .product-description__economy span{
  color: #2c2d31;
  /*text-decoration: line-through;*/
}
.with-discount{
  color: #ff5867;
}
.with-discount span{
  color: #ff5867;
}







.product-description__total-price.with-discount{
    color: #ff5867;
}
.product-description__total-price.with-discount span{
    color: #ff5867;
}
.cart-main .cart-item .cart-item__right-price .product-description__old-price{
    color: #2c2d31;
}

.product-item .row3 .actual-price, .product-item .row3 .actual-price span{
  color: #ff5867;
}
/* .product-item .prices-row:nth-child(2) .price .actual-price{
  color: #ff5867;
} */

.product-item .prices-row:nth-of-type(3) .price .actual-price{
  color: #ff5867;
}

.product-item .prices-row:nth-of-type(3) .price .actual-price span{
  color: #ff5867;
}

/* .product-item .prices-row:nth-child(2) .price .actual-price span{
  color: #ff5867;
} */
@media (max-width:600px){
  .product-item .button{
    padding: 0 10px;
  }
  .product-slider__description-items .product-slider__description-item{
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .product-slider__description-items .product-slider__description-item:last-child{
    margin-bottom: 0;
  }
  /*.product-item .prices-row{*/
  /*  margin-bottom: 10px;*/
  /*}*/
  .product-item .d-none .text{
    font-size: 7px;
  }
  .product-item .prices-row .price{
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 50%;
  }
  .product-item .text{
    white-space: nowrap;
    width: 50%;
  }
  .product-item .prices-row:last-child{
    display: flex !important;
    /*flex-wrap: wrap;*/
    margin-bottom: 0;
  }
  .product-item .prices-row.col3 .price .actual-price{
    color: #ff5867;
  }
  .product-item .prices-row.col3 .price .actual-price span{
    color: #ff5867;
  }
  .product-item .prices-row:last-child .text{
    /*flex-direction: row;*/
    margin-bottom: 0;
    white-space: nowrap;
    width: 100%;
    position: relative;
  }
  .product-item .prices-row:last-child .price{
    margin-left: auto;
    padding-top: 3px;
    /*margin-bottom: auto;*/
    width: 50%;
  }
  .product-item .prices-row:last-child .price .actual-price{
    font-size: 7px;
    white-space: nowrap;
  }
  .product-item .prices-row:last-child .text .ankor-questsion{
    position: absolute;
    right: -1px;
    bottom: 3px;
    width:7px;
    height: 7px;
  }
  .product-item .prices-row .price .discount-price{
    color: #2c2d31;
  }
  /*.product-item .prices-row:nth-child(2) .price .actual-price{*/
  /*  color: #ff5867;*/
  /*}*/
  /*.product-item .prices-row:nth-child(2) .price .actual-price span{*/
  /*  color: #ff5867;*/
  /*}*/
  /*.product-item .row3 .actual-price, .product-item .row3 .actual-price span{*/
  /*  color: #ff5867;*/
  /*}*/
}

@media (max-width:767px){
  .catalog.card-line .catalog-cards .product-item__img{
    padding-top: 35%;
  }
}
@media (max-width:450px){
  .catalog.card-line .catalog-cards .product-item__img{
    max-width: 175px;
  }
}
@media (max-width:380px){
  .catalog.card-line .catalog-cards .product-item__img{
    max-width: 130px;
  }
}

.big-popup .form-book__form {
  flex-wrap: wrap;
}

.big-popup .form-book__form span {
  width: calc(100% / 3);
}

.big-popup .form-book__form span.polisity {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}

.big-popup .form-book__form .polisity input {
  max-width: 13px;
  margin-top: 5px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .big-popup .form-book__form span {
    width: 100%;
  }

  .header .phone-block__mobile {
    pointer-events: none;
  }

  .header .phone-block__hidden,
  .header .phone-block__mobile svg {
    display: none;
  }

  .header .phone-block__mobile a {
    pointer-events: all;
  }
}

.distribution .account-tip {
  max-width: calc(100% - 26px);
}