.img-gal__bullets-item {
    cursor: pointer;
}

.cat-articles-list__item img {
    width: 100%;
    position: relative;
}

.category-container.review-products {
    background-color: transparent;
}

.category-container .review-products__product-name {
    color: #343841;
}

.store-search .section__head {
    width: 100%;
}

@media (max-width: 766px) {
    .breadcrumbs {
        justify-content: center;
    }
}

.mr-l-20 {
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts__list img {
    width: 100%;
}

@media (min-width: 1024px) {
    .contacts__list-item {
        width: calc(100%/4 - 2.75rem*2/3);
    }
}

@media (max-width: 479px) {
    .mr-l-20 {
        margin-left: 0;
    }

    .links-479 {
        gap: 10px;
        flex-direction: column;
    }

    .links-479 a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }
}