html, body {
 overflow-x: hidden!important;
}
/* Адаптивность */
@media (max-width: 768px) {
 header, #navigation { display: none !important; }
.page {
 flex-direction: column;
 display:flex;
 }
.no-scroll {
 overflow: hidden;
}
 html, body {
 overflow-x: hidden!important;
}
 .page {
 margin-top: 80px;
 }
 .page #side {
 order: 2;
 }
 .page .content {
 order: 1;
 } 
 .footer-block-body {
 display: none;
 }
 .footer-block-title {
 cursor: pointer;
 }
 .footer-block.active .footer-block-body {
 display: block;
 }
 .footer-block-title::after {
 content: "\f067"; /* fa-plus */
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 position: absolute;
 right: 15px;
 top: 50%;
 transform: translateY(-50%);
 font-size: 16px;
 transition: transform 0.3s ease;
 }
 .footer-block-title {
 position: relative;
}
 .footer-block.active .footer-block-body {
 display: block;
 }
 .footer-block.active .footer-block-title::after {
 content: "\f068";
 }
 .products.related-for-shop-checkout-page .products__container .goods-list {
 grid-template-columns: repeat(1, 1fr);
}
 .catdescr img {
 width:100%!important;
 height:auto!important;
 }
 iframe {
 width: 100%;
}
 .block-menunew {
 display:none; 
 }
 .mf5 {
 list-style: none;
 padding: 0;
 margin: 0;
 display: flex!important;
 flex-wrap: wrap;
 gap: 20px;
}

.mf5 li {
 width: calc(45% - 10px)!important;
 box-sizing: border-box;
}
 section.main-features>ul>li>a {
 padding: 5px;
}
 div#product-page-manage table tr, div#product-page-manage table td, div#product-page-manage table, div#product-page-manage tbody {
 display: block;
 width: 99%!important;
}
 .overlay h3 {
 color: #fff;
}
 table.catalog.catalog-with-image, table.catalog.catalog-with-image td {
 display: block;
 width: 100%;
 min-height: 100px;
}
#main-slider .slick-slide, #pf-main-slider .slick-slide {
 background-position: 50% 0;
 background-size: contain;
 height: 200px;
 }
 .main-slider {
 display: block;
 height: 200px;
}
 .plist>.pgSwch, .pnext>.pgSwch, .pprev>.pgSwch {
 margin-bottom: 5px;
 display: inline-block;
}
 .goods-list .list-item:last-child {
 margin-bottom: 40px !important;
 }
}
 @media only screen and (max-width: 375px) {
 .goods-list .list-item, .goods-list>li, .mnp-slider .list-item, .mnp-slider>li, .shop-main-list .list-item, .shop-main-list>li {
 width: 46%;
 margin: 0 10px 10px 0 !important;
 float: left !important;
 clear: none !important;
 } 
 h1.catalog-header-title {
 font-size: 30px !important;
}
 }
/* =========================
 MOBILE HEADER
========================= */
 
.mobile-header {
 display: none;
 position: fixed;
 z-index: 1000;
 background: #d9534f;
 color: #fff;
 padding: 10px 20px;
 top: 0;
 left: 0;
 right: 0;
}

@media (max-width: 768px) {
 .mobile-header { display: block; }
}

.mh-top {
 display: flex;
 justify-content: space-between;
 font-size: 12px;
 margin-bottom: 10px;
 align-items: center;
}

.mh-top a { color: #fff; text-decoration: none; }

.mobile-header .socials a { margin-left: 16px; color: #fff; }
 .mobile-header .socials i { margin-left: 3px; font-size: 20px; }

.mh-main {
 display: grid;
 grid-template-columns: auto 1fr auto;
 align-items: center;
 width: 100%;
}

.mh-left {
 justify-self: start;
}

.mh-center {
 justify-self: center;
}

.mh-right {
 justify-self: end;
 display: flex;
 gap: 8px;
}

.mobile-header .logo {
 background: #fff;
 color: #d9534f;
 padding: 11px 30px;
 font-weight: bold;
 text-decoration: none;
 border-radius: 8px;
}

.mobile-header .btn {
 font-weight: 600;
 border: none;
 background: #d9534f;
 color: #fff;
 border-radius: 8px;
 box-shadow: inset 0 0 0 2px #fff, 0 0 0 0 transparent;
 font-size: .875rem;
 line-height: 140%;
 min-height: 2.5rem;
 padding: .625rem .75rem;
}
 .mobile-header .icon1 {
 background: none;
 color: #fff;
 font-size: 18px;
 padding: 0;
 border: none;
 padding-right: 1px;
 padding-left: 5px;
 }
.mobile-header .contact-socials {
 display: flex;
 align-items: center;
 gap: 12px;
}
 
.mobile-header .icon {
 background: #fff;
 border: none;
 padding: 10px 10px;
 border-radius: 8px;
 font-size: 14px;
 width: 40px;
 height: 40px;
 outline: 1px solid #b2bcc3 !important;
}
 .mobile-header a {
 border: none !important;
}
 button#openCart {
 position: relative;
}
 .mobile-header .order-num-count {
 background: #d9534f;
 width: 16px;
 height: 16px;
 display: block;
 color: #fff;
 border-radius: 50%;
 font-size: 10px;
 line-height: 16px;
 position: absolute;
 top: -5px;
 right: 0px;
}
 .mobile-header .icon i {
 color: #000;
}
 .mobile-header .socials img {
 width: 21px;
}
 .mobile-header .socials {
 display:flex;
 align-items:center;
}

/* =========================
 OVERLAY (search, catalog, menu)
========================= */
.overlay {
 position: fixed;
 inset: 0;
 background: rgba(0,0,0,0.4);
 backdrop-filter: blur(8px);
 display: none;
 z-index: 9999;
}

.overlay.active { display: block; }

.overlay-box {
 padding: 30px 40px;
 overflow: auto;
 max-height: 650px;
 min-height: 600px;
}
.overlay .uMenuRoot {
 list-style: none;
 padding-left: 0;
 margin: 0;
}
 .overlay ul.uMenuRoot li {
 padding: 8px 0;
 border: none;
}
 .overlay ul.uMenuRoot li a {
 color: #fff;
 border: none;
}
 .overlay .uWithSubmenu>ul {
 display: block;
 background: none;
}
 .overlay .uWithSubmenu>ul>li>a {
 background: none;
 padding: 0;
 text-transform: none;
 font-weight: 500;
}
 .overlay .uWithSubmenu>ul>li {
 margin-bottom: 0px;
}
 .overlay li.uWithSubmenu {
 color: #fff;
}
 .overlay ul.cat-tree i {
 display: none;
}
 .overlay ul.cat-tree a {
 color:#fff;
 border:none;
 line-height: 1;
}
 .overlay ul.cat-tree li {
 padding:8px 0 !important;
 position: relative;
}
.overlay-panel { display: none; }
.overlay-panel.active { display: block; }

.overlay .close {
 position: absolute;
 top: 0px;
 right: 15px;
 font-size: 35px;
 background: none;
 border: none;
 color: #fff;
}

.overlay .search-input {
 width: 100%;
 padding: 12px;
 font-size: 16px;
}
.overlay-box .searchWidth {
 width: 100%;
 margin-top: 50px;
}
 .overlay .cat-tree>li>u {
 background: 0 0 !important;
 height: auto !important;
 padding: 0 !important;
}
.overlay .cat-tree>li>u.minus:before {
 content: "\f107";
 color:#fff;
}
.overlay .cat-tree>li>u.plus:before {
 content: "\f106";
 color:#fff;
}
.overlay .cat-tree>li>u:before {
 content: "-";
 cursor: pointer;
 display: block;
 font-family: Flaticon;
 font-size: 10px;
 padding: 0 8px;
 position: absolute;
 right: 20px;
 top: 11px;
 }
/* =========================
 CART
========================= */
 .cart {
 position: fixed;
 top: 0;
 right: -100%;
 width: 100%;
 height: 100%;
 background: #fff;
 z-index: 10000;
 transition: 0.4s;
}
.cart button#closeCart {
 background: #fff;
 padding: 10px !important;
 width: 40px;
}
 .cart.active { right: 0; }

 .cart.active .cart-header {
 background: #fff;
 padding: 15px;
 display: flex;
 justify-content: space-between;
 font-size: 18px;
 border-bottom: 1px solid #eee;
 align-items: center;
 font-weight: 700;
}

.cart.active .cart-body {
 padding:10px;
 max-height: calc(95% - 60px);
}

.cart.active .cart-empty {
 text-align: center;
}

.cart.active .cart-empty i {
 font-size: 40px;
 margin-bottom: 10px;
 color: #999;
}

.cart.active .cart-empty button {
 background: #ffc400;
 border: none;
 padding: 10px 16px;
 border-radius: 6px;
 font-weight: bold;
}