.main-top__auth-panel {
  display: none;
}
.compare_item {
  margin-left: 10px;
}
.form-subscription, .left-bar .filter-block {
  display: none;
}
.card-page .shop-product-share {
  display: none;
}
.footer-info {
  display: none !important;
}
.card-block-3__item {
  width: calc(100% - 30px) !important;
}
.card-page .shop2-product-article *, .card-page .shop2-product-article, .card-page .gr-product-options .option-item__inner * {
  color: #000 !important;
}
.card-page .shop-product-tags__item, .card-page .shop-product-tags__item svg, .inner-folders__list li a {
  color: #0F4FA8 !important;
  border-color: #0F4FA8 !important;
  fill: #0F4FA8 !important;
}
.inner-folders__list li a:hover, .card-page .shop-product-tags__item:hover {
  background: #0F4FA8 !important;
  color: #ffffff !important;
  fill: #ffffff !important;
}
.card-page .shop-product-tags__item:hover span svg {
  fill: #ffffff !important;
}
.card-page .shop2-product-additional__left * {
  font-size: 16px !important;
}
.card-page .shop2-product-article > span {
  padding-right: 110px !important;
}
.compare_item a {
  pointer-events: auto !important;
}
.header-data__item-left {
  /*position: absolute;
    height: 30px;
    width: 30px;
    left: 0;*/
  margin-right: 8px;
}
.header-data__item-left svg {
  fill: var(--on_gr_bg_head_icon_5);
}
.header-data__item-right {
  display: flex;
  flex-direction: column;
}
.header-data__mail {
  display: flex;
  padding-left: 40px;
}
.site-footer__second-column {
  padding-left: 20px 10px 20px 24px;
  /*&:before {
		content: "";
	    position: absolute;
	    top: 15%;
	    margin-top: -40px;
	    left: 73%;
	    height: 80px;
	    width: 1px;
	    background: var(--on_gr_bg_foot_bg);
	}*/
}
.site-footer__second-column .site-contacts__body {
  color: var(--on_gr_bg_foot_acc_text);
}
@media (max-width: 768px) {
  .card-page .shop2-product-article {
    display: flex;
    flex-direction: column;
  }
  .card-page .shop2-product-article > span {
    padding-right: 0 !important;
    margin-right: auto;
    margin-bottom: 7px;
  }
}
