[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
body .header-contacts__recall-mobile {
  margin: 8px 0 0 0;
}
@media (max-width: 1023px) {
  body .header-contacts__recall-mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
body .header-contacts__recall-mobile-btn {
  background: none;
  box-shadow: inset 0 0 0 1px var(--gr_primary_4);
  border-radius: var(--gr_btn_radius);
  padding: 10px 12px;
  cursor: pointer;
}
body .header-top__right {
  display: none;
}
body .header-bottom {
  display: none;
}
body .site-folders {
  display: none;
}
body .site-main.inner-pages h1 a {
  color: var(--gr_btn_3_text);
}
body span.inserted-text {
  display: flex;
}
body .product-list.list .product-item__inner {
  align-items: center;
}
body .product-list.list .product-item .product-additional__add {
  padding-left: 0;
  justify-content: flex-end;
}
@media (min-width: 640px) {
  body .footer-info__body {
    padding-right: 30px;
  }
}
@media (min-width: 1261px) {
  body .header-middle__inner {
    padding: 20px 0;
  }
}
@media (max-width: 1280px) {
  body .footer-info__name span {
    font-size: 18px;
  }
}
.prod_phone {
  gap: 8px;
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-size: 16px;
  color: #628371;
  font-family: var(--font2);
  font-weight: var(--font2_600);
  text-decoration: none;
}
.prod_phone .ic svg {
  width: 25px;
  height: 25px;
  margin-top: 4px;
}
