.grid-list__date {
    margin-top: 10px;
}

.s-similar .slick-slide .block_item_good {
    padding-bottom: 0;
}

.s-similar .block_item_good .block_price_btn {
    position: unset;
}

.s-similar .slick-slide .block_good_pic {
    margin-bottom: 20px;
}

.s-similar .slick-slide .block_good_pic .block_stick {
    position: absolute;
    top: 10px;
    left: 15px;
}

.slick-slide .main-business-card {
    width: 100%;
    height: 100%;
}

.main-business-card .main-business-image {
    height: 277px;
    object-fit: contain;
}

.grid-list__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 8px 13px;
    background: #E83832;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 16px;
    cursor: pointer;
}
.grid-list__btn img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
}
.grid-list__btn img, span {
    position: relative;
    z-index: 1;
}
.grid-list__btn::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: #D0241F;
    -webkit-transition: 0.3s width ease 0s;
    -o-transition: 0.3s width ease 0s;
    transition: 0.3s width ease 0s;
}
.grid-list__btn:hover {
    color: #FFFFFF;
}
.grid-list__btn:hover::after {
    width: 100%;
}

.grid-list__item.-none .grid-list__btn {
    pointer-events: none;
    background: #7D869B;
}
.grid-list__item.-none .grid-list__btn.-gray::after {
    display: none;
}
.grid-list.--tho .grid-list__item.-none .grid-list__btn {
    justify-content: center;
}

.grid-list__btn.-gray {
    pointer-events: none;
    background: #7D869B;
}

.grid-list__btn.-gray::after {
    display: none;
}

.main-business-description {
    margin-bottom: 10px;
}

.main-business-price-wrapper .grid-list__btn.js_add_to_cart i {
    width: 16px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13 5L7.00004 11L4.5 8.50002" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    z-index: 1;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
}

.main-business-price-wrapper .grid-list__btn.js_add_to_cart:focus {
    color: #fff;
}

.btn-to-cart {
    border: 1px solid #0F203D;
    margin-top: 20px;
    line-height: 16px;
}

.btn-primary {
    background-color: #E83832;
    border-color: #E83832;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.not-supplied-block {
    color: #7D869B;
    font-weight: 800;
    font-size: 10px;
    padding-left: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2232_47043)'%3E%3Cpath d='M0 0H16V16H0V0Z' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14Z' stroke='%237D869B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 5.33203H8.00667' stroke='%237D869B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.33398 8H8.00065V10.6667H8.66732' stroke='%237D869B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2232_47043'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    margin: auto 0 10px 0;
}

@media (max-width:1150px) {
    .grid-list.--tho .grid-list__btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .grid-list.--tho .grid-list__btn::after {
        left: 20%;
        width: 40px;
    }
}
@media (max-width:1024px) {
    .grid-list.--tho .grid-list__btn::after {
        display: none;
    }
    .grid-list.--tho .grid-list__btn {
        gap: 10px;
    }
}
@media (max-width:750px) {
    .grid-list__btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px;
    }
    .grid-list__btn::after {
        display: none;
    }
}

@media (max-width:425px) {
    .slick-slide .main-business-card {
        width: auto;
    }

    .block_slider_similar .slick-arrow {
        display: none !important;
    }
}

.not-active.js_add_to_cart {
    pointer-events: none;
    filter: grayscale(1);
}