.goods-card {
    cursor: pointer;
}
.goods-card .slider-pagination__btn {
    cursor: pointer;
}
@media (min-width: 768px) {
    .shop-slider .swiper-slide a {
        height: 422px;
    }
}
.contacts-shop__item {
    grid-template-rows: auto;
}
.callback__container .callback__img {
    display: none;
}
.callback__form .form__group--tel {
    width: 216px;
}
form input {
    padding: 16px 40px 16px 20px;
}

@media (min-width: 1024px) {
    .callback__container .callback__img {
        display: block;
        bottom: 0;
        left: 0;
        width: 317px;
        height: 705px;
    }
    .callback__img img {
        bottom: 0;
        left: 0;
        width: auto;
        max-width: max-content;
        height: 100%;
    }
}
@media (min-width: 1500px) {
    .callback__container .callback__img {
        display: block;
        height: 448px;
    }
    .callback__content {
        padding-bottom: 30px;
    }
}
.banner_black {
    color: #FFF;
}