@media (max-width:767px){
.home-page .html-module{display:none}
.uni-banner{display:none}
#uni-notification-1 {display:none}
}

.menu__banner > div {display:flex;flex-direction:column;justify-content:center;height:100%;max-height:428px;padding: 15px;text-align:center;background: radial-gradient(circle, rgba(0,137,168, .5) 0%, #0089a8 100%);border-radius:4px}
.menu__banner div img {margin:15px 0;padding:15px}
.menu__banner span {font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}

.article_description h3.heading{font-weight:700}

.home-page #column-left .banner-label, .home-page #column-right .banner-label{display: none;}
p+ol, p+ul {margin-top: -10px;margin-bottom: 20px;}

header {background-size: cover;background-image: linear-gradient(45deg, hsl(195deg 100% 98%),hsl(332deg 100% 100%), hsl(33deg 100% 98%));}
.top-menu {background: #ffffff7a;backdrop-filter: blur(5px);}

header .header-search__category-btn {border-color: #ffb010;background: linear-gradient(120deg,#fef551 70%,#ffb010);}
header .header-search__category-btn:hover, header .header-search__category-btn:focus {background: #fef551;}
header .form-control {border-color: #ffb010;}
header .header-search__form {border: 4px solid #ffd57e3d;border-radius: 8px;}

.header-phones__main i, .fly-menu__phone i {font-size: .9em;margin-right: .4em;}
.header-phones__show-phone {background: #fff}

.header-compare__icon, .header-wishlist__icon {color: #ff9f10;}
.header-cart__btn {position: relative;top: -4px;}
.header-cart__icon {color: #6ab344;}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
    .header-compare__icon, .header-wishlist__icon {background: linear-gradient(#ffb510, #ff9f10);}
    .header-compare__icon:hover, .header-wishlist__icon:hover {background: #ff9f10;}
    .header-cart__icon {background: linear-gradient(#7dd151, #6ab344);}
    .header-cart__icon:hover {background: #6ab344;}
    .header-compare__icon, .header-wishlist__icon, .header-cart__icon,
    .header-compare__icon:hover, .header-wishlist__icon:hover, .header-cart__icon:hover {-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
}

.header-block__item-compare + .header-block__item-cart .header-cart__icon {font-size: 3.2em;}

.top-links .top-links__a {color: #3e4e5c !important;font-weight: 400;font-size: 13px !important;}
.two-list-inline {display: flex;list-style: none;text-transform: uppercase;margin-bottom: 0;font-size: 13px;}
.two-list-inline li:first-child:after {content:'|';padding: 0 .3em 0 .2em;color: #999;}
.two-list-inline li a {font-weight: 500;}
.two-list-inline li.select a {color: #57b3d2;}
#content p a {text-decoration: underline;}