.desktop {display: block}
.mobile {display: none}
@media (max-width: 768px) {
	.desktop {display: none}
	.mobile {display: block}
	.swiper-slide-active .product-card_img {opacity:1}
}
.popular-category__top-content {z-index:2}
@media (min-width: 1200px) and (min-width: 1400px){
	.popular-category__item:nth-child(5) img {
	    max-height: 210px;
	}
}
.product-card_img-container.c2 {
    margin-bottom: 8px; 
}
.product-card_img.active-img {
    overflow: hidden;
    border-radius: 12px;
} 
.card__img-slider .swiper-slide {
    height: 150px;
}
.burger__catalog-body > ul > li > a {font-size: 20px; font-weight: 500; text-decoration: none}
.popup-window-buttons .btn {margin: 0 auto}
.card__label {
    width: 70px;
    flex-wrap: wrap;
    flex-direction: row;
}
.card__label--new, .card__label--bestprice {width: 50px; text-align: center}


.modal {
  background-color: #FCFCFC;
  border-radius: 16px;
  width: 100%;
  padding: 40px 50px;
  color: #767676;
  display: none;
}
@media (max-width: 767px) {
  .modal {
    padding: 24px 20px;
  }
}
@media (min-width: 992px) {
  .modal {
    max-width: 588px;
  }
}
.modal.modal__small {
  max-width: 510px;
}
.modal__info {
  text-align: center;
}
@media (max-width: 991px) {
  .modal__info {
    text-align: left;
  }
}
.modal__info .h2 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .modal__info .h2 {
    margin-bottom: 24px;
  }
}
.modal .col-12{
    padding-top: 20px;
}
.modal .h2{
    position: relative;
    line-height: 16px;
    box-shadow: none;
    -webkit-appearance: none;
    color: #404040;
    display: block;
    line-height: 20px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #666666;
}
.modal, .modal p{
    position: relative;
    font-size: 14px;
    line-height: 16px;
    box-shadow: none;
    -webkit-appearance: none;
    color: #404040;
    display: block;
    line-height: 20px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #666666;
}
.modal .form__input{
        display: block;
    outline: none;
    border: none;
    margin: 0;
    background: none;
    width: 100%;
    max-width: none;
    border: 1px solid #DEE2E6;
    font-weight: 400;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 11px;
    transition: .2s;
    background: none;
    background-color: #fff;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    box-shadow: none;
    -webkit-appearance: none;
    color: #404040;
}
.modal .form_policy{
    font-size: 12px;
    line-height: 20px;
    color: #666666;
     
    overflow-x: hidden;
    color: #404040;
    background-color: #fff;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.modal .form_policy a:hover {
    color: #FF5E4C;
}