.form__block--location-change {
    display: none;
}

.my-checks__items .pull-left {
    position: absolute;
    visibility: hidden;
}

.product .product__info .form__block {
    display: flex;
    column-gap: 20px;
}

.contacts__block {
    height: 610px;
}

.contacts_shop {
    position: absolute;
    cursor: pointer;
}

.js_contacts_shop_1 {
    left: 49%;
    top: 291px;
}
.js_contacts_shop_2 {
    left: 130px;
    top: 120px;
}
.contacts_shop.active .contacts_shop_img path {
    fill: #53BFCD;
}

.contacts__card {
    display: none;
    position: absolute;
    right: 7%;
    top: 35px;
}
.contacts__card.active {
    display: block;
}

.contacts_shop_name {
    position: relative;
    color: #53BFCD;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contacts_shop_name_text {
    position: absolute;
    right: -130px;
    top: -80px;
}

.form__list-item.active .form__list-label {
    background-color: var(--blue);
    border-radius: 50px;
    color: var(--white);
    text-wrap: nowrap;
    transition: all .2s linear;
}

@media (max-width: 1700px) {
    .category-goods__contant {
        column-gap: 35px;
    }

    .category-goods__items {
        grid-template-columns: repeat(4, 1fr);
        column-gap: 25px;
        row-gap: 25px;
    }

    .card__add-wishlist {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 1440px) {
    .card__add-wishlist {
        width: auto;
        height: auto;
    }

    .category-goods__items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .page {
        margin: 0;
    }
    .category-goods__items {
        grid-template-columns: repeat(2, 1fr);
    }
    .contacts__block {
        display: flex;
        gap: 15px;
        padding: 10px;
        height: auto;
    }
    .contacts__block .btn--contacts {
        font-size: 10px;
        padding: 6px;
    }

    .contacts__card-title, .contacts__card-text, .contacts__card-link {
        font-size: 12px;
    }
    .contacts__card-text {
        min-height: 84px;
    }
    .contacts_shop {
        display: none !important;
    }
    .contacts__card {
        display: block;
        position: static;
        padding: 10px;
    }
}