.mobile-logo, .mobile-phone, .search-close, .work-block-wrapper-mobile {
  display: none;
}
.search-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shop-folder-items-wr .shop-folder-fixed.fixed .search-close, .mobile-search, .right-cols-wr.right-cols-wr2 {
  display: none;
}
.mobile body > jdiv > jdiv > jdiv:first-child {
  bottom: 60px;
}
@media (max-width: 767px) {
  .main-container-wr {
    padding-top: 0;
  }
  .top-cols-wrapper {
    padding-bottom: 10px;
  }
  .right-cols-wr {
    display: none;
  }
  .right-cols-wr.right-cols-wr2 {
    display: flex;
    padding: 0 10px;
    flex-wrap: wrap;
    margin: 0 0 35px;
  }
  .site-main {
    padding-bottom: 20px;
  }
  .right-cols-wr .action-col-top, .right-cols-wr .action-col-bottom {
    width: calc(50% - 20px);
    margin: 0 10px;
    box-sizing: border-box;
    flex: initial;
  }
  .mobile-search {
    font-size: 0;
    line-height: 0;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -15px;
    margin-left: 15px;
  }
  .header-top-wrapper .header-top-inner {
    align-items: center;
  }
  .header-top-wrapper .header-top-inner .user-flags-wrap, .header-top-wrapper .header-top-inner .login-block-wrapper, .header-top-wrapper .header-top-inner .cart-mini-wrapper {
    display: none;
  }
  html.mobile .shop-search-wrapper {
    flex: 1 0 0;
  }
  .search-wrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    background: #417505;
    padding: 10px 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    transform: translateY(-100%);
  }
  .search-wrap.opened {
    transform: none;
  }
  html.mobile .site-wrapper > .menu-countainer-wr .menu-container-inner {
    padding-bottom: 65px;
  }
  .shop-search-wrapper .shop2-block.search-form {
    max-height: calc(100vh - 170px);
    overflow-y: auto;
  }
  html.mobile.scroll-fixed .shop-folder-items-wr .menuButton, .shop-folder-items-wr .cart-mini-wrapper {
    display: none;
  }
  .shop-folder-items-wr {
    background: none;
    min-height: 0;
    /*padding: 0;
		min-height: 0;
		height: auto;*/
  }
  .shop-folder-items-wr .shop-folder-fixed {
    height: 0;
    padding: 0;
    transition: none;
  }
  .shop-folder-items-wr .shop-folder-fixed.fixed {
    /*padding: 8px 20px;
    	height: 44px;
    	transition: all .3s ease;*/
  }
  .shop-folder-items-wr .shop-folder-fixed.fixed .shop-search-wrapper, .shop-folder-items-wr .shop-folder-fixed.fixed .search-close {
    display: block;
  }
  .search-close {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0 0 0 20px;
  }
  .top-cols-wrapper {
    padding-top: 0;
    box-shadow: none;
  }
  .work-block-wrapper .work-block-inner {
    padding: 20px 0 0;
  }
  .work-block-wrapper .work-item {
    margin-bottom: 25px;
    padding: 0 5px;
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
  }
  .work-block-wrapper .work-item .work-title {
    color: #484848;
    font-size: 12px;
    margin: 0;
    font-weight: normal;
  }
  .work-block-wrapper .work-item .work-subtitle {
    font-size: 12px;
    margin: 5px 0 0;
    display: none;
  }
  .work-block-wrapper.work-block-wrapper-mobile {
    padding: 0;
    box-sizing: border-box;
    display: block;
  }
  .work-block-wrapper.work-block-wrapper-mobile * {
    box-sizing: border-box;
  }
  .work-block-wrapper .work-item .work-icon {
    position: static;
    width: 64px;
    height: 64px;
    margin: 0 auto 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    border: 3px solid #e3e3e3;
  }
  .work-block-wrapper .work-item .work-icon img, .work-block-wrapper .work-item .work-icon svg {
    max-width: 38px;
    max-height: 38px;
  }
  .work-block-wrapper .work-item .work-icon img path, .work-block-wrapper .work-item .work-icon svg path {
    fill: #417505;
  }
  .work-block-wrapper {
    display: none;
  }
  .work-block-wrapper.work-block-wrapper-mobile {
    display: block;
    margin: 0;
  }
  .main-wrapper {
    display: flex;
    flex-direction: column;
  }
  .work-block-wrapper {
    order: 2;
    margin: 0;
  }
  .mobile-phone {
    font-size: 0;
    line-height: 0;
    margin: 0 9px 0 0;
    display: block;
  }
  .header-bottom-wrapper .site-phones {
    display: none;
  }
  .header-bottom-wrapper .site-contacts-wrapper {
    margin: 0;
    display: flex;
    align-items: center;
  }
  .header-bottom-wrapper .right-bottom-header .user-flags-wrap {
    margin-left: auto;
  }
  .user-flags-wrapper2 .social-items {
    margin: 0;
  }
  .header-bottom-wrapper .header-bottom-inner {
    padding: 0;
  }
  .site-header {
    min-height: 0;
    padding: 0 0 20px;
  }
  .header-top-wrapper .header-top-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-bottom-wrapper .company-info-wrapper {
    display: none;
  }
  .header-bottom-wrapper .right-bottom-header {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mobile-logo {
    display: block;
    flex: 1 0 0;
    padding: 0 15px;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }
  .mobile-logo a, .mobile-logo span {
    width: 210px;
    display: block;
    margin: 0 auto;
  }
  .mobile-logo a img, .mobile-logo span img {
    max-width: 100% !important;
  }
  .right-header-top {
    margin: 0;
    width: auto;
  }
  .site-logo {
    display: none;
  }
  .right-cols-wr .action-col-top .title-action {
    font-size: 17px;
  }
  .right-cols-wr .action-col-top .text-action {
    font-size: 13px;
  }
  .right-cols-wr .action-col-top .price-action {
    font-size: 25px;
  }
  .right-cols-wr .action-col-top {
    padding: 22px 20px;
  }
  .right-cols-wr .action-col-bottom {
    height: 200px;
  }
  .right-cols-wr .action-col-bottom .button-action {
    left: 23px;
    right: 23px;
    bottom: 20px;
    padding: 8px 36px 8px 15px;
    font-size: 18px;
  }
  .right-cols-wr .action-col-bottom .button-action:before {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 370px) {
  .user-flags-wrapper2 .social-items a {
    width: 33px;
  }
}
@media (max-width: 479px) {
  .mobile-search {
    margin: 0;
  }
  .right-cols-wr .action-col-bottom {
    height: 157px;
  }
  .right-cols-wr .action-col-bottom .image-cover.width {
    left: 0;
    right: 0;
    background: #104964;
  }
  .right-cols-wr .action-col-bottom .image-cover.width img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}
.popup_categor_mobile a.level-1 i {
  display: block;
  width: 160px;
  max-width: 100%;
  margin: 0 auto;
}
.popup_categor_mobile a.level-1 b {
  display: block;
  position: relative;
  height: 0;
  padding-top: 100%;
}
.popup_categor_mobile a.level-1 b span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.popup_categor_mobile a.level-1 b span img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
}
.popup_categor_mobile ul.subLevel li a img {
  border-radius: 10px;
}
.popup_categor_mobile a span {
  font-weight: bold;
}
.mobile .wrap__wdCyH {
  bottom: 50px !important;
}
.mobile .favorite_top {
  display: none !important;
}
.mobile .footer-bottom-wr .footer-bottom-inner {
  padding-bottom: 90px;
}
.mobile .popup_add_mobile_wrap.animate__backInUp, .mobile .popup_categor_mobile_wrap.animate__backInUp {
  justify-content: center;
}
.mobile .popup_add_mobile {
  height: auto;
}
.mobile .item_icon .title {
  font-size: 11px;
}
.mobile .item_icon {
  position: relative;
}
.mobile .item_icon svg {
  width: 20px;
  height: 20px;
}
.mobile .item_icon .total-count {
  position: absolute;
  top: 0;
  display: block;
  min-width: 14px;
  height: 14px;
  border: none;
  color: #000;
  box-sizing: border-box;
  line-height: 14px;
  border-radius: 50%;
  font-size: 10px;
  left: 50%;
  background: #5dae1d;
  margin: 0 0 0 4px;
  padding: 0 2px;
  color: #fff;
  font-weight: normal;
}
.product-list.thumbs .product-image {
  position: relative;
  overflow: visible;
}
.product-list.thumbs .product-image img {
  border-radius: 12px 12px 0 0;
}
.product-list.price .shop-product-item .product-image {
  display: block;
  height: auto !important;
  margin: 0 0 10px;
}
.product-list.price .shop-product-item .product-image > a {
  display: none;
}
.product-list.price .shop-product-item .product-image .favorite_btn_wrapper.in-list {
  position: relative;
  bottom: auto;
  right: auto;
}
.product-list.simple .shop-product-item .product-image {
  height: auto !important;
}
.product-list.simple .shop-product-item .product-image .favorite_btn_wrapper.in-list {
  right: 10px;
  bottom: 10px;
}
.shop-folder-items-wr .shop-folder-fixed-inner {
  align-items: center;
}
@media (max-width: 480px) {
  .popup_categor_mobile a:not(.level-1) {
    text-align: left;
  }
  .popup_categor_mobile a:not(.level-1) i {
    flex: 0 0 90px;
    margin: 0 15px 0 0;
  }
  .popup_categor_mobile a:not(.level-1) i img {
    margin: 0;
  }
}
