html, body {
 overflow-x: hidden!important;
}
 article.useful_links_wrapper h4 {
 color: #fff;
}
/* Адаптивность */
@media (max-width: 768px) {
 header, #navigation, div#bottomInfoBar { display: none !important; }
.page {
 flex-direction: column;
 display:flex;
 }
.no-scroll {
 overflow: hidden;
}
 html, body {
 overflow-x: hidden!important;
}
 main {
 margin-top: 60px;
 }
 .page #side {
 order: 2;
 }
 .page .content {
 order: 1;
 } 
 .tab h4::before {
 content: "\f067";
 font-family: "Font Awesome 5 Free";
 position: absolute;
 right: 0;
 top: 20px;
 font-size: 18px;
 transition: 0.2s;
}
.tab.active h4::before {
 content: "\f068";
 font-family: "Font Awesome 5 Free";
}
.tabbody {
 display: none;
 padding-top: 10px;
}
.tab.active .tabbody {
 display: block;
}
 .tab {
 width: 100%;
 position: relative;
 border-bottom: 1px solid #fff;
}
 .notification-add-cart {
 position: fixed;
 top: 100px;
 }
 .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) {
 h1.catalog-header-title {
 font-size: 30px !important;
}
 }
/* =========================
 MOBILE HEADER
========================= */
 
.mobile-header {
 display: none;
 position: fixed;
 z-index: 1000;
 background: #337AB7;
 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: #337AB7;
 padding: 11px 30px;
 font-weight: 900;
 text-decoration: none;
 border-radius: 8px;
}
 .gTableTop {
 color: #fff;
}
 li.forumNameTd a {
 color: #fff;
 text-decoration: none;
 padding-bottom: 10px;
 display: block;
}

.mobile-header .btn {
 font-weight: 900;
 border: none;
 background: #337AB7;
 color: #fff;
 border-radius: 8px;
 box-shadow: inset 0 0 0 2px #fff, 0 0 0 0 transparent;
 font-size: .875rem;
 line-height: 23.5px;
 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 {
 background: #000;
 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;
 text-decoration: 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-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;
}
 li.forumNameTd::marker {
 color: #fff !important;
}
 .gTableSubTop {
 color: #fff !important;
}
 .overlay-panel.active {
 display: block;
}
/* =========================
 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;
 border: 1px solid;
 border-radius: 9px;
}
 .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;
}
 .cart.active a.basket_link {
 display:none;
 }
 .cart.active .basket_card .basket_card_link {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 10px;
 text-decoration: none;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
 padding: 5px 0px;
}
 .cart.active .basket_list {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 10px;
 padding-right: 5px;
}
 .cart.active .basket_card .basket_card_link .card_img {
 display: block;
 width: 70px;
 height: 70px;
 overflow: hidden;
}
 .cart.active .card_info {
 -ms-flex-item-align: stretch;
 -ms-grid-row-align: stretch;
 align-self: stretch;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 gap: 10px;
}
 .cart.active .card_title {
 color: #000;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}
 .cart.active .count_price {
 color: #858585;
 font-size: 12px;
}
 .cart.active .summ {
 -ms-flex-item-align: end;
 align-self: flex-end;
 white-space: nowrap;
 color: #337ab7;
}
 .cart.active .remove_prod_basket {
 position: absolute;
 top: 0px;
 right: 0px;
 width: 20px;
 height: 20px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 background-color: transparent;
 border-color: transparent;
 cursor: pointer;
}
 .cart.active .line:first-of-type {
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
 .cart.active .line:last-of-type {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 .cart.active .line {
 position: absolute;
 width: 100%;
 height: 2px;
 background-color: #337ab7;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}
 .cart.active .total_price {
 border-top: 2px solid #337ab7;
 padding-top: 10px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
 .cart.active .price {
 color: #337ab7;
 font-weight: 700;
}
 .cart.active .basket_btns {
 margin-top: 10px;
 border-top: 2px solid #337ab7;
 padding-top: 20px;
 padding-bottom: 5px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
 .cart.active .basket_btns .clear_basket_btn, .cart.active .basket_btns .submit_basket_btn {
 text-decoration: none;
 font-size: 1rem;
 font-family: "Roboto";
 -webkit-box-shadow: 0px 4px 6px 0 rgba(0,0,0,0), 0.25);
 box-shadow: 0px 4px 6px 0 rgba(0,0,0,0), 0.25);
 padding: 10px;
 cursor: pointer;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}
 .cart.active .basket_btns .clear_basket_btn, .cart.active .basket_btns .submit_basket_btn {
 background-color: #337ab7;
 color: #fff;
 border: 2px solid #fff;
}
 .cart.active .card_img img {
 width: 100%;
 height: 100%;
 -o-object-fit: contain;
 object-fit: contain;
 -o-object-position: center center;
 object-position: center center;
 display: block;
}
.cart.active .basket_card {
 position: relative;
}