.c-menu__item-link {
color: #000000;    
font-size: .9rem;
}

.c-menu__wrap-left {
background-color: #ffffff;
}


.products__img img {
margin-top: 15px;    
max-height: 70%;
max-width: 60%;
}
.c-categ__img {
padding-top: 70%;
}
.h-menu_catalog .h-menu__link {
text-transform: inherit;
}
.h-menu_catalog .h-menu__item .i-angle-down {
color: #ffffff;
}
.h-menu__link .i-angle-down {
margin-left: 0px;
}
.icon8 {
    width: 10px;
    height: 10px;
}
.h-menu__link .h-menu__name {
margin-right: 10px;
}

.h-menu__img-icon img {
max-height: 150%;
}

.tageditor-cloud a { color: #222; }

.h-menu__link .i-angle-down {
    margin-left: -5px;
} 

.p-features__item-name {
 color: #000;
 padding-right: 3px;
}

.p-features__item {
        color: #2e35ff;
        font-weight: 500;
}
.filters-title_active {
        border-radius: 6px 6px 6px 6px;
}

.products__item a {
color: #000;
font-size: 15px;
    
}
(/*).filter {
    background: #ffffff;
    border: 1px solid #fff;
}(*/) 

/* header */
.h-info {
    margin-left: 30px;
}

.product-group__item.product-group__item--active {
box-shadow: 0 0 0 1px var(--cheme-color-dop);
}

.product-group__item {
display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin: 0px 10px 10px 0;
    transition: background-color .3s ease, box-shadow .3s ease;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
}

/* category */
.category h1{display:block;}
.c-tags__item_button{background:#0088CC;border:1px solid #eee;border-radius:4px;color:#fff;font-size:12px;font-size:.75rem;list-style-type:none;padding:8px 8px 7px;margin-left:10px;margin-top:10px;position:relative;transition:all .3s ease-out;text-decoration:none}
.c-tags__item_button:hover{background:#ff0000;color:#fff}
.c-tags__item_model{background:#fff;border:1px solid #eee;color:#212121;box-shadow:0 1px 4px 0 #bfbfbf}
.c-tags__item_model:hover{background:#fff;color:#ff0000}

.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: 1rem;
}

.h-block-phone_1 .h-phone__home .h-phone__tel {
    font-size: 16px;
}

.h-phone__call {
border-bottom: 0px dashed;
}

.search__button {
        color: #4e7df1;
}

.sbp-city .h-info-address {
    display: none;
}

.h-phone__info-share {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0;
}

.h-phone__info-share .share__link {
    margin-left: 0;
}

.js-dp-product-wrapper.dp-container__product {
    width: 100% !important;
    border-radius: 0;
    border: none !important;
}

.dp-product {
    border: none;
}

.b-categ__link {
    max-height: 80%;
    top: 10%;
}

.desc.category-desc.page {
    margin-top: 50px;
}

.c-tags__item_model {
    box-shadow: 0 1px 4px 0 #ffffff;
}


.m-menu__region.top-region-fix {
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    width: 100%;
    background: #2c89cb;
    padding: 5px 10px;
    border: 0;
    color: #ffff;
}

.m-menu__region.top-region-fix .shop-regions-button a {
    color: #fff;
}

.m-menu__region.top-region-fix .h-info__icon {
    color: #fff;
}

.h-mobile_fix .h-mobile__top-wrap {
    top: 30px;
}

.h-mobile_fix {
    padding-top: 110px;
}

.m-menu__region.top-region-fix > .h-info div:last-child {
    display: flex;
    align-items: center;
    gap: 5px;
}

.m-menu__region.top-region-fix .h-info__content {
    margin-top: 0;
}

.msk-city .shop-regions__ip-analyzer-variants {
    display: none !important;
}

.h-categ_small .h-categ__item {
    border-radius: 30px;
    background: #F6F6F6;
    transition: all 0.3s;
}

.h-categ_small .h-categ__item:hover {
    background: #08C;
}

.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: #08C;
}

.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: 8px;
    background: #FFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.10);
    border: none;
    box-sizing: border-box;
    padding: 10px;
    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: #08C;
}

.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;
}

ul.h-menu__img-ul-1 {
    display: none;
}



@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;
    }

}

.f-menu a {
        font-weight: 500;
}

.footer__copy {
    border-top: 1px solid #e6eaed;
}

.c-tags__item_button {
    border-radius: 6px;
}
.h-categ_c .h-categ__item {
        box-shadow: 0px 1px 6px 0px rgb(110 110 110 / 10%);
}

.product__pages-word {
    color: #222222 !important;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    margin-bottom: 70px;
}

.in-blocks__item {
        margin-top: 35px;
}

.products__img img {
    max-width: 90%;
}

.in-blocks__title {
        margin-bottom: 15px;
}

.product__pages-word {
    color: #222222 !important;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #e5e5e5;
}





.product-files {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-files__item {
    width: calc(33.333% - 16px) !important;
    flex: 0 0 calc(33.333% - 16px) !important;
}

@media (max-width: 768px) {
    .product-files__item {
        flex: 1 1 100%; /* на мобиле в одну колонку */
    }
}

.product-files__link {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
}

.product-files__link:hover {
    border-color: #1e88e5;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transform: translateY(-1px);
}

.product-files__icon {
    flex: 0 0 48px;
    height: 48px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-files__icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.product-files__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-files__name {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.product-files__size {
    font-size: 12px;
    color: #888;
}

.product-files li {
    position: relative;
}

.product-files li:before {
    content: none !important;
}

.product-files .product-files__item:before {
    content: none !important;
}

.product__pages-word {
    margin-top: 30px;
}


/* Убираем точки у списка документов справа
.plugin-ewshoppattach_right .plugin-ewshoppattach__list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0;
}

/* Отступы между элементами списка
.plugin-ewshoppattach_right .plugin-ewshoppattach__item {
    margin-bottom: 12px; /* можно увеличить до 10px
}

/* Чтобы убрать точки, если тема вставляет через ::before
.plugin-ewshoppattach_right .plugin-ewshoppattach__item::before {
    display: none !important;
    content: none !important;
}


.plugin-ewshoppattach_right .plugin-ewshoppattach__title {
    margin-bottom: 12px;
    font-weight: 600;
    display: block;
}
*/
