@media (min-width: 960px) {
  .site_header .site_header_in .site_header_left {
    display: flex;
    align-items: center;
    width: 50%;
  }
  .site_header .site_header_in .site_header_right {
    width: 50%;
  }
  .site_header a img, .site_footer a img {
    min-width: 130px;
  }
  .site_header .site_header_in {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.top_slider_wrapper .top_slider_block .top_slider_pic {
  background-size: contain;
}
.folders_bl_wrapper .folders_bl_wrap .folders_bl_body .folder_bl_item .folder_pic img, .product_list.product-list-thumbs .shop_product_item .product_top .product_image a img, .shop2-product .product_l_side .product_slider .product_slider_item .product_image img, #shop2-cart .shop2-cart-table-wr .cart_product_items .cart_product_left .cart-product .cart-product-image a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
