.index-categories.index_slider-categories{
    padding-top: 20px;
}
.index_slider-categories .category-item{
    margin: 0;
}
.index_slider-categories .item_wrap2{
    /*background: #fff;*/
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.index_slider-categories .item_wrap{
    background: #fff;
    padding: 20px;
    height: 100%;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.index_slider-categories .item_wrap a{
    display: block;
    width: 100%;
}
.index_slider-categories .item_wrap a img{
    max-width: 100%;
    margin-bottom: 20px;
}
.index_slider-categories .name_block{
    font-size: 21px!important;
    line-height: 27.3px!important;
    max-height: 54.6px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    -ms-text-overflow: ellipsis;
    color: #0F1111!important;
    margin-bottom: 10px;
}
.index_slider-categories .name_item{
    font-size: 12px!important;
    line-height: 18px!important;
    max-height: 36px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    color: #0F1111!important;
}
.pd20 {padding-top: 20px;}

.categories-slider.blogs-dlock    {
    background: rgb(234, 237, 237);
    padding: 15px 50px;
    max-height: 250px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}
.categories-slider .slider{
    visibility: hidden;
}
.blogs-dlock.categories-slider .slick-arrow{
    top:50%;
    right: 0;
    margin-top: -15px;
}
.blogs-dlock.categories-slider .slick-arrow.next-arrow{
    right: -40px;
}
.blogs-dlock.categories-slider .slick-arrow.prev-arrow{
    left: -40px;
}
.blogs-dlock.categories-slider .blog-item{
    margin: 0;
    background: transparent;
    border: none;
    padding: 0 15px;
    text-align: center;
}
.blogs-dlock.categories-slider .blog-item .item-img_wrap{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    margin: 0 auto 5px;
}
.blogs-dlock.categories-slider .blog-item .item-img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin: 0 auto 15px;
}
.blogs-dlock.categories-slider .blog-item a{font-size: 12px;}

.delimiter::after {
    content: '—';
    display: block;
    color: #a6a5a5;
    position: absolute;
    top: 7px;
    right: -8px;
    width: 15px;
}

.data.item-body{max-height: 300px; overflow-y: auto;}

.slick-track {
    margin-left: 0 !important; /* Вирівняйте по лівому краю */
}

.products-slider img.slick-loading{
    display: none;
}



.footer-social {
    margin-top: 3px;
    display: inline-block;
}

.footer-social a {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    margin-right: 7px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    line-height: 24px;
}

.footer-social a svg {
    fill: #7e7e7e;
    width: 15px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.footer-social a.instagram-item {
    padding-left: 0.5px;
}

.footer-social a:hover {
    background-color: #000;
}

.footer-social a:hover svg {
    fill: #fff;
}

.img_wrapper img,
.img_wrapper picture
{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.article_item img{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
/*
.pages table {
    width: 100%!important; ;
}*/
.pages .pages_container .container {max-width: 1170px; }

.certificates_list {
    margin-bottom: 30px;
}
.certificates_list .certificate_item{
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.certificates_list .certificate_item{
    max-width: 100%;
    cursor: pointer;
}
.hide_js {display: none;}
.hide_js.show_js {display: block;}

.product-count_wrap {display: inline-block;}
@media (max-width: 600px) {
    .product-count_wrap {
        width: 100%;
    }
}