@media (min-width: 1025px) and (max-width: 1400px) {
  .product-list.thumbs .product-item .product-price .price-current, .product-list.thumbs .product-item .product-price .price-current strong, .product-list.thumbs .product-item .product-price .price-old strong {
    font-size: 14px;
  }
  .product-list.thumbs .product-item .product-price .price-old {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  span.seo_zag {
    color: #000000;
  }
  .seo-text {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.footer_folders {
  margin-bottom: 20px;
}
.footer_folders .footer_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer_folders .footer_menu li a {
  color: #fff;
  text-decoration: none;
}
.footer_folders .footer_menu li a:hover span {
  text-decoration: underline;
}
.footer_folders .footer_menu li ul {
  display: none;
}
.footer-contacts__body .addres_new {
  text-align: center;
}
.footer-contacts__body .addres_new * {
  color: #fff;
}
@media (max-width: 767px) {
  .footer-contacts__body .addres_new {
    text-align: center;
  }
}
.footer-contacts__body .top-popup-form {
  margin: 30px auto 0;
  display: inline-block;
  background-color: #e31a46;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font: 600 18px / 1 Montserrat, Arial, Helvetica, sans-serif;
  padding: 14px 10px;
  font-weight: 700;
  cursor: pointer;
}
.buy-one-click-wrap {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.buy-one-click-wrap span {
  padding: 14px 10px;
  background: #002a55;
  width: 100%;
}
@media (max-width: 480px) {
  .buy-one-click-wrap span {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-contacts__body {
    display: flex;
  }
  .footer-contacts__body .top-popup-form {
    margin-bottom: 20px;
  }
  .top-block .top-slider {
    margin-top: 10px;
  }
  .top-block__right .top-block__heading, .top-block__right .fixed-panel__inner {
    height: auto;
  }
}
@media (min-width: 961px) {
  .product-details-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .product-details-info div {
    margin-left: 5px;
    margin-right: 5px;
  }
  .product-details-info .product-detail__body {
    width: 300px;
    z-index: 10;
  }
}
