/*.folders-block{
	background: #fff;
}*/
.product-list .product-item .gr-product-name {
  font-family: "Roboto", sans-serif !important;
  font-size: 18px !important;
}
.product-list .product-item .product-article {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 18px !important;
  margin-bottom: 15px !important;
}
.bottom-form .tpl-anketa form {
  justify-content: center;
}
.gallery-block-item-image {
  position: relative;
  padding-top: 100%;
  font-size: 0;
  overflow: hidden;
  display: block;
  text-decoration: none;
  border-radius: 3px;
}
.gallery-block-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.9s, filter 0.9s;
}
.gallery-block__item:hover .gallery-block-item-image:before {
  opacity: 1;
}
.gallery-block-item-image:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s;
  opacity: 0;
}
.footer-logo {
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .footer-logo__logo_image img {
    max-width: 320px;
  }
}
.cat-top-btn {
  color: #0066b5;
}
.cat-top-btn svg {
  fill: #3445e1;
}
.cat-top-btn:hover {
  color: #3478e1;
}
.cat-top-btn:hover svg {
  fill: #3478e1;
}
.cart-page__bottom .shop2-order-options.shop2-order-in-one-page-form {
  max-width: 400px;
  margin: 0 auto;
}
.card-slider .product-flags {
  left: 0 !important;
}
.footer-contacts .site-email {
  padding-top: 0;
}
.footer-contacts .site-email a {
  line-height: normal;
}
.product_columns_4 {
  display: none;
}
.sorting-panel__btn-wrap {
  display: none;
}
