.custom-field {
    display: none;
}

@media (min-width: 1650px) {
.product-page__cart {
    display: flex;
    flex-wrap: nowrap;
}
.btn.quick-order {
    max-width: 100%;
}
}

.price {
    font-weight: 700;
}

.hero-main__top {
    background-image: url(/image/catalog/img/hero-main-bg-333.png);
}

@media (max-width: 991px) {
.product-thumb__price {
    margin-top: 15px;
    font-weight: 700;
}
}

@media (max-width: 575px) {
    .product-thumb__name {
        -webkit-line-clamp: 5;
    }
}

.product-home_btn:hover {
    color: white;
}

i.fab.fa-telegram.fly-block__contacts-item {
    background: #007eff;
    color: white;
    font-size: 29px;
}

.checkout-customer__group {
    display: none;
}

.quick-order .qty-switch {
    margin: 0 15px 0 0;
    display: flex;
}

ul.dropdown-menu.dropdown-menu-right {
    right: auto;
}

.menu-module__children.collapse.in {
    display: none;
}

i.menu-module__chevron.open.fas.fa-chevron-down {
    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%, #057d99 100%);border-radius:6px}
.menu__banner div img {margin:20px 0;padding:15px}
.menu__banner span {font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}