.category__sub-name {
    font-size: 1rem;
    text-transform: uppercase;
}

.products__img {
    height: 150px;
    line-height: 150px;
}

.products_row .products__img {
    width: 130px;
}

.cMenu_h-vertical .cMenu__lv2 {
    background: #212121;
}

.cMenu_h-vertical .cMenu__link-lv2 {
    color: #fff;
}

.bread {
    background: #000;
}

.bread__link_last {
    color: #fff;
}

.product__one-click {
    display: none;
}

.upTop {
    background: #199c68;
}

.maps {
    background: #f5f5f5;
}

.maps > ymaps {
    max-width: 1460px;
    margin: 0 auto;
}

.main__title {
    border: none;
}

.products__preview {
    display: none !important;
}

.header__logo {
    display: flex;
    align-items: center;
}

.header__logo img {
    margin-right: 16px;
}

.footer {
    border-top: none;
}

.cMenu_h-vertical .cMenu__link-lv2 {
    text-decoration: none;
}

.cMenu__lv2 .cMenu__name {

    font-size: 16px;
}

.category__sub-list {
    width: auto;

}

.category__sub {
    display: flex;
    justify-content: space-between;
}

.category__des {
    margin-bottom: 40px;
}

.category__des.page img {
    width: 100%;
}

.cMenu__lv2{
    padding: 15px 0;
}

.bread__link:hover {
    color: #fff;
}

/* Why-block */

h2.why-title {
    margin: 40px 0;
    text-align: center;
}

.why-container {
    display: flex;
    width: 100%;
}

.why-left {
    flex: 0 1 50%;
    padding: 10px 0;
}

.why-right {
    flex: 0 1 50%;
    padding: 0 10px;
}

.why-block {
    display: flex;
    margin-bottom: 20px;
}

.why-img {
    flex: 0 1 15%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.why-img img {
    max-width: 64px;
}

.why-content {
    flex: 0 1 85%;
    padding-left: 20px;
    padding-right: 100px;
}


.why-right img {
    max-width: 560px;
    width: 100%;
}

.quick-button {
    float: left;
    margin-right: 5px;
}

.product__cart .product__button {
    float: left;
}

[data-quickorder-pb] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 13px 25px !important;

}



@media screen and (max-width: 980px) {
    .cMenu__title {
        background: #199c68;
    }

    .menu__title {
        background: #199c68;
    }

    .cMenu__lv2 a {
        padding: 10px 0;
    }

    .category__sub {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .cMenu__lv2 {
        padding: 0;
    }

    .why-container {
        flex-wrap: wrap;
    }

    .why-left {
        flex: 0 1 100%;
    }

    .why-right {
        flex: 0 1 100%;
        text-align: center;
    }

    .why-content {
        padding-right: 10px;
    }

    .sCatalog__left {
        display: none;
    }

    .tab__names {
        display: none;
    }

    .tab__block {
        display: block!important;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 680px) {
    .header__logo-text {
        display: none;
    }

    .buttons-block {
        display: flex;
        flex-direction: column;
    }

    .buttons-block .product__button {
        width: 152px;
        margin-bottom: 10px;
    }

    .quick-button {
        margin-bottom: 10px;
    }

    [data-quickorder-pb] {
        font-size: .875rem !important;
        font-weight: 400 !important;
        font-family: Open Sans,Sans-Serif !important;
    }
}

.hint-mobile {
    display: none;
}


@media (max-width: 580px) {
    .products__info {
        padding: 10px;
    }

    .products__img {
        margin-bottom: 0;
        min-width: 100px;
        width: 100px !important;
        flex: 0 1 100px;
    }

    .products__list a {
        display: flex;
    }
    
    .products_row .products__info {
        padding: 25px 10px 10px 10px;
    }

    .products__list {
        padding: 10px;
    }

    .products_row .products__img {
        margin-bottom: 0;
    }

    .products__cart {
        display: flex;
        justify-content: flex-end;
    }

    article.product .products__favcom {
        float: none;
        margin-left: auto;
        margin-right: 20px;
    }

    article.product .products_row .badges {
        left: auto;
        right: 10px;
    }

    article.product .product__add2cart {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    article.product .products__favcom {
        flex: 0 1 100%;
        order: 2;
    }

    article.product .product__prices {
        flex: 0 1 calc(50% - 5px);
        width: calc(50% - 5px);
    }

    article.product .product__cart {
        flex: 0 1 calc(50% - 5px);
        width: calc(50% - 5px);
    }

    article.product .quick-button {
        width: 100%;
        margin-right: 0;
    }

    article.product .quick-button [data-quickorder-pb] {
        padding: 13px 5px !important;
        width: 100%;
        margin-right: 0;
    }

    article.product .buttons-block .product__button {
        width: 100%;
        margin-right: 0;
        padding: 0 5px !important;
    }

    article.product .product__price-old {
        display: block;
        margin-left: 0;
        margin-bottom: 5px;
    }

    article.product .s-product-reviews {
        margin-bottom: 0;
    }

    article.product .s-reviews-page {
        margin-bottom: 60px;
    }

    article.product .product__info {
        padding: 20px 20px 0;
    }

    .tags {
        margin-bottom: 20px !important;
    }

    .tab {
        margin-bottom: 0;
    }

    a[name="reviewheader"] + div {
        display: none;
    }

    .tab__blocks {
        display: flex;
        flex-direction: column;
    }

    .tab__block {
        order: 2;
    }

    .tab__block.tab__features {
        order: 1;
    }

    .s-review-button {
        float: left;
    }

    article.product .product__form {
        display: flex;
        flex-direction: column;
    }

    article.product .product__form .stocks {
        order: 2;
        margin-bottom: 20px;
    }

    article.product div[itemprop="offers"] .hint {
        display: none;
    }

    article.product .hint-mobile {
        display: block;
        margin-bottom: 0;
    }
}

.badge.new span {
    display: none; 
}
.badge.new:after {
    content: "Новинка"; 
}

.badges {
    right: auto;
    left: 10px;
}