

.h-block-phone_1 .h-phone__home .h-phone__tel {
        font-size: 18px;
}

.filter {
background: #fdfdfd;
}

.in-blocks__item {
        margin-top: 50px;
}

.footer__copy {
        border-top: 1px solid #525252;
}

.h-menu__sub-link {
        font-size: 0.95rem;
}

.product__category-item {
        color: #333333;
                padding: 2px;
                    border-radius: 5px;
}

.button, .wa-actions-wrapper .wa-button, .wa-confirm-signup-button, .wa-confirmation-code-input-submit, .wa-dialog-footer .wa-button, .wa-submit-button, .wa-variant-actions .wa-button, input[type=button], input[type=submit] {
        font-size: 0.9375rem;
}

.header__custom-block {
    font-size: 12px;
    color: #555555;
}

.h-categ__img img {
      max-width: 100%;
    max-height: 100%;  
}

.promo__text {
        font-size: 1rem;
}
h1 {
        font-size: 2rem;
}

@media(max-width: 480px) {
    .h-slider__title h1 {
        font-size: 16px;
    }
    
    .h-slider__info {
        display: none;
    }
}


.h-categ_small .h-categ__item {
    border-radius: 30px;
    background: #F6F6F6;
    transition: all 0.3s;
}

/*.h-categ_small .h-categ__item:hover {*/
/*    background: #E8A901;*/
/*}*/

.h-categ_small .h-categ__name {
    padding: 10px 13px;
    transition: all 0.3s;
}

.h-categ_small .h-categ__item:hover .h-categ__name {
    color: #fff;
}

.in-blocks__item-s {
    margin-top: 30px;
}

.c-tags__item_button {
    border: none;
    border-radius: 30px;
    background: #F6F6F6;
    padding: 10px 15px;
    transition: all 0.3s;
    color: #222;
    font-size: 14px;
    margin: 0;
}

.c-tags__item_button:hover {
    color: #fff;
    background: #E8A901;
}

.h-categ__link {
    color: #222;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}


.h-categ_c .h-categ__item {
    margin: 0;
/*    width: calc(16.666% - 13px);*/
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 1px 10px 0px rgb(157 157 157 / 10%);
 /*    border: none;*/
    box-sizing: border-box;
    padding: 8px 14px;
    transition: all 0.3s;
}

.h-categ_c .h-categ__item:hover {
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.20);
}

.h-categ_c .h-categ__wrap {
    margin: 0;
    gap: 15px;
}

.h-categ__img img {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.h-categ__img {
    display: block;
    padding-top: 0;
    position: relative;
    width: 66px;
    height: 66px;
}

.h-categ_c .h-categ__name {
    flex: 1;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-align: left;
    transition: all 0.3s;
}

.h-categ_c .h-categ__item:hover .h-categ__name {
    color: #E8A901;
}

.tags-block .h3 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
}

.c-tags_button {
    margin-left: 0;
    margin-top: 0;
    gap: 10px;
}


@media(max-width: 1024px) {
    .h-categ_mobile .h-categ__wrap .h-categ__item {
        width: auto;
    }
    
    .h-categ_c .h-categ__wrap {
        padding: 5px;
        box-sizing: borde-box;
    }

}


.c-tags__item_button {
    border-radius: 6px;
}
/*.h-categ_c .h-categ__item {
        box-shadow: 0px 1px 6px 0px rgb(110 110 110 / 10%);
}*/

.h-block-region .shop-regions-button a {
    color: #000000;
}

.h-block-region .shop-regions-button a:hover {
    color: #00b13c;
}

.shop-regions-action-link {
color: #333333;
}