@media (max-width: 1000px) {
    .product-result-content_image {
        max-width: 350px;
        height: auto;
        object-fit: contain;
    }
}

@media (max-width: 768px) {
    .product-result-section {
        margin: 22.5px 0;
    }

    .product-result-section h2 {
        margin-bottom: 25px;
    }

    .product-result-block {
        background: url(/wp-content/themes/faktor-template/templates/modules/product-result/image/item_mob.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 20px;
        height: 100%;
    }

    .product-result-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .product-result-content_center {
        display: none;
    }

    .product-result-content h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 30.52px;
        margin: 0 0 15px;
    }

    .product-result-content_hours span {
        font-size: 12px;
        font-weight: 500;
        line-height: 14.09px;
        opacity: 0.8;
    }

    .product-result-content_hours a {
        font-size: 18px;
        font-weight: 600;
        line-height: 21.13px;
    }

    .product-result-content_social span {
        font-size: 12px;
        font-weight: 500;
        line-height: 14.09px;
    }

    .social {
        margin: 15px 0 0;
    }

    .product-result-content_right {
        margin-left: 0;
    }

    .product-result-content_title__form {
        font-size: 20px;
        font-weight: 600;
        line-height: 23.48px;
        margin-bottom: 15px !important;
    }

    .product-result-content_right p {
        font-size: 14px;
        font-weight: 500;
        line-height: 17.5px;
        margin: 10px 0 20px;
    }

    .product-result-content_inputs form input {
        padding: 11px 15px;
        height: 44px;
    }

    .product-result-content_inputs form input::placeholder {
        font-size: 14px;
        font-weight: 400;
        line-height: 16.44px;
    }

    .product-result-content_inputs form button {
        font-size: 14px;
        font-weight: 500;
        line-height: 16.44px;
        width: 100%;
        height: 44px;
    }

    .product-result-content_inputs .error {
        position: relative;
        margin: 10px 0 0;
        bottom: 0;
    }

    .product-result-content_image {
        order: 2;
        max-width: 100%;
    }
}