@media (min-width: 768px)
{
    .main-title
    {
        font-size: 42px;
    }


    .product__name
    {
        font-size: 28px;
    }

    .products__grid .product__price
    {
        font-size: 28px;
    }

    .product__list
    {
        font-size: 20px;
    }

    .product__list span::before
    {
        top: 6.5px;
    }


    .section-form__bg::before
    {
        top: 16px;
    }

    .section-form__bg
    {
        max-width: 748px;
        margin: 0 auto;
    }

    .section-form__box
    {
        padding-left: 50px;
    }


    /* .swiper-autoheight .swiper-slide
    {
        min-height: 100%;
    } */
    .reviews__colr
    {
        margin-top: 30px;
    }

    .reviews__slide
    {
        height: auto;
    }


    .advantages__name
    {
        font-size: 20px;
    }


    .our-work__bg
    {
        margin-top: 30px;
    }



    .first-section__box
    {
        min-height: 179px;
        padding-right: 205px;
    }

    .first-section__img
    {
        right: 0;

        border-radius: 50% 0 0 50%;
    }

    .first-section__sale
    {
        right: 46px;
    }

    .first-section__title
    {
        font-size: 42px;
    }

    .first-section__img
    {
        height: 100%;
    }

    .first-section__title br
    {
        display: none;
    }


    .btn-green
    {
        font-size: 16px;
    }

    .btn-bord
    {
        font-size: 16px;
    }

    .form-submit-btn
    {
        font-size: 16px;
    }
}