@media (min-width: 601px)
{
    body
    {
        font-size: 16px;
    }

    .header__logo
    {
        width: 130px;
    }
	.header__phone a,
    .header__phone
    {
        font-size: 20px;
    }

    .header__tg
    {
        margin-left: 20px;
    }



    .main-slider
    {
        padding-right: 20%;
    }



    .first-section__box
    {
        padding-right: 134px;
    }

    .first-section__title
    {
        font-size: 32px;
    }
/*
    .big-sale
    {
        right: 26%;
    }*/



    .products__grid
    {
        margin: 10px 0 0 -10px;
    }

    .products__grid .product
    {
        width: calc(100%/2 - 10px);
        margin: 20px 0 0 10px;
    }

    .product__name
    {
        font-size: 22px;
    }

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

    .product__list
    {
        font-size: 16px;
    }

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

    .product__img
    {
        padding-bottom: 55%;
    }



    .advantages__items
    {
        margin-left: -10px;
    }

    .advantages__item
    {
        width: calc(100%/2 - 10px);
        margin-left: 10px;
    }

    .advantages__icon
    {
        width: 98px;
    }

    .advantages__name
    {
        font-size: 16px;
    }


    .our-work__img
    {
        height: auto;
        padding-bottom: 41.539%;
    }

    .our-work__name
    {
        font-size: 20px;
    }

    .our-work__name br
    {
        display: none;
    }


    .section-form__bg
    {
        justify-content: space-between;
        align-content: center;
        align-items: center;

        padding: 20px;
    }

    .section-form__box
    {
        width: calc(50% - 8px);
    }

    .section-form__title
    {
        font-size: 22px;

        text-align: left;
    }

    .section-form__subtitle
    {
        text-align: left;
    }

    .section-form__form
    {
        width: calc(50% - 8px);
        margin-top: 0;
    }



    .footer .cont
    {
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer__logo
    {
        width: 160px;
        margin-left: 0;
    }

    .footer__phone
    {
        margin-top: 0;
    }

    .footer__tg
    {
        margin: 0 0 0 20px;
    }


    .modal__scroll
    {
        padding: 20px 10px;
    }

    .modal__bg
    {
        border-radius: 8px;
    }
}