body .site_footer .footer_bl_top .footer_top_right .footer_msg .msg_item svg {
  width: 100%;
  height: 100%;
}
body.sand .site_wrapper {
  overflow: initial;
}
body.sand .site_wrapper .prod_list_wrap:before {
  display: none;
}
body .wrap_map .slider_img .slick-prev {
  left: 10px;
  z-index: 10;
}
body .wrap_map .slider_img .slick-next {
  right: 10px;
  z-index: 10;
}
body .wrap_map .slider_img .product-image .slick-slide > div {
  display: block;
  width: 100%;
  height: 100%;
}
body .wrap_map .slider_img .product-image .slick-slide a {
  overflow: initial !important;
  position: relative !important;
}
body .wrap_map .slider_img .product-image .slick-slide a img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
}
@media (min-width: 1024px) {
  body .wrap_map {
    display: flex;
    gap: 30px;
    padding: 0 0px;
  }
  body .wrap_map .product_list_in.product-list-thumbs {
    display: inline-flex;
    padding-left: 20px;
    gap: 30px;
  }
  body .wrap_map .product_list_in.product-list-thumbs .shop2_product_item {
    flex: 1 1 auto;
    width: 280px;
    max-width: 420px;
    margin: 0;
  }
  body .wrap_map .product_list_in.product-list-thumbs .shop2_product_item .product-bot {
    flex-wrap: wrap;
  }
  body .wrap_map .product_list_in.product-list-price .shop2_product_item .product_bot_wr {
    flex-wrap: wrap;
  }
  body .wrap_map .product_list_in.product-list-simple .shop2_product_item .product_top_wr {
    width: auto;
    -webkit-flex: 1 0 30%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 30%;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    max-width: 30%;
  }
  body .wrap_map .product_list_in.product-list-simple .shop2_product_item .product_top_wr .product-image img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  body .wrap_map .product_list_in.product-list-simple .shop2_product_item .product_options {
    display: flex;
    flex-wrap: wrap;
    word-break: break-word;
  }
  body .wrap_map .scroll_part__inner {
    display: flex;
    position: sticky;
    top: 40%;
    left: 0%;
    z-index: 12;
    width: 40px;
    height: 40px;
    margin: 30px -42px;
    border-radius: 50%;
    cursor: col-resize;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
  body .wrap_map .right_part {
    min-width: 25%;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  body .wrap_map .scroll_part__inner, body .wrap_map .right_part {
    display: none;
  }
}
