body .form-block .tpl-anketa .tpl-field.tpl-field-button {
  margin-left: 0;
}
.adr_org, .logo_org {
  margin-bottom: 20px;
}
.product-price {
  display: none !important;
}
.new_soc {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}
.new_soc a {
  font-size: 0;
  /*width: 28px;
		min-width: 28px;
		height: 28px;*/
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.new_soc a img, .new_soc a svg {
  /*width: 100%;
			height: 100%;*/
  width: 28px;
  min-width: 28px;
  height: 28px;
  object-fit: cover;
}
.new_soc a span {
  color: #000;
  font-size: 16px;
}
@media (max-width: 767px) {
  .site-footer .site-footer-add__right {
    text-align: center;
  }
}
