@media (max-width: 767px)
{
    body
    {
        font-size: 16px;
    }


    .main-title
    {
        font-size: 40px;
    }


    .form .line_flex .line_form
    {
        width: 100%;
    }

    .form .cols .col
    {
        width: 100%;
    }

    .form .cols .col + .col
    {
        margin-top: 32px;
    }

    .form .submit_btn
    {
        width: 100%;
    }

    .flex_check .checkbox
    {
        width: 100%;
    }



    /*------------
		Header
	------------*/
    .header-logo img
    {
        max-height: 38px;
    }


    .header-wrap
    {
        top: 58px;

        height: calc(100% - 58px);
    }




    /*-----------------
		Main section
	-----------------*/
    .first-section
    {
        padding: 102px 0 350px;

        background-image: url(../images/main-bg_mob.jpg);
    }

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

    .first-section__img
    {
        bottom: -81px;

        width: 360px;
        margin-left: 0;

        transform: translateX(-50%);
    }


    .about
    {
        padding: 184px 0 330px;
    }

    .about__info
    {
        max-width: none;
    }

    .about__title
    {
        font-size: 24px;

        margin-bottom: 24px;
    }

    .about__img
    {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;

        width: 509px;
        margin-right: 0;

        transform: translateX(-50%);
    }



    .services
    {
        padding-top: 120px;
    }



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

    .advantages__icon
    {
        width: 64px;
        height: 64px;
    }



    .strategy
    {
        padding: 0 0 240px;
    }


    .strategy__bg
    {
        top: auto;
        bottom: 0;

        height: 402px;
    }

    .strategy::after
    {
        top: auto;
        bottom: 0;

        height: 402px;

        background-position: 15% 50%;
    }

    .strategy__coll
    {
        width: 100%;
    }

    .strategy__colr
    {
        width: 100%;
        margin-top: 40px;
    }

    .strategy__img
    {
        right: auto;
        bottom: 19px;
        left: 50%;

        width: 324px;
        margin-right: 0;
        margin-left: -80px;

        transform: translateX(-50%);
    }


    .info-section__bg
    {
        padding: 32px 24px;
    }

    .info-section__img
    {
        width: 650px;
    }

    .info-section__info
    {
        max-width: 390px;
    }

    .info-section__title
    {
        font-size: 25px;
    }

    .info-section__desc
    {
        font-size: 16px;

        margin-top: 24px;
    }

    .info-section__btn-violet
    {
        margin-top: 32px;
    }


    .clients__grid
    {
        overflow: hidden;
        overflow-x: auto;
        flex-wrap: nowrap;

        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
        padding: 0 20px;

        scrollbar-color: transparent transparent;
        scrollbar-width: thin;
    }

    .clients__grid::-webkit-scrollbar
    {
        width: 1px;
        height: 1px;

        background-color: transparent;
    }

    .clients__grid::-webkit-scrollbar-thumb
    {
        background-color: transparent;
    }

    .client + .client
    {
        margin-left: 32px;
    }

    .client
    {
        flex-shrink: 0;

        width: 98px;
        height: 98px;
    }


    .team
    {
        margin-top: 16px;
    }

    .team__item
    {
        width: calc(100%/2 - 20px);
        margin-top: 24px;
    }



    .footer__contact
    {
        order: 2;

        width: 100%;
        margin-top: 40px;
    }

    .footer__colr
    {
        width: 100%;
    }



    .modal .modal_title
    {
        font-size: 30px;
    }
}