@media (max-width: 768px)
{
    .mob-menu-btn
    {
        display: block;

        margin-left: 16px;
    }

    .header__logo
    {
        margin-right: auto;
    }

    .header__menu
    {
        position: absolute;
        top: 100%;
        left: 0;

        visibility: hidden;

        width: 100%;
        padding: 32px 20px;

        pointer-events: none;

        opacity: 0;
        background: #141437;
    }

    .header__menu._show
    {
        visibility: visible;

        pointer-events: auto;

        opacity: 1;
    }

    .header__menu-item
    {
        width: 100%;
    }

    .header__menu-item + .header__menu-item
    {
        margin: 24px 0 0;
    }

    .header__menu-btn
    {
        font-size: 18px;
    }


    .section-head__icon
    {
        width: 36px;
        height: 36px;
        margin-left: 16px;
    }


    .first-section
    {
        padding: 130px 0 70px;
    }

    .first-section__colr
    {
        width: 100%;
    }

    .first-section__colr img
    {
        width: 250px;
        margin: 0 auto;
    }

    .first-section__coll
    {
        order: 2;

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


    .advantages__colr
    {
        padding: 20px;
    }

    .advantages__item
    {
        justify-content: center;
        flex-wrap: wrap;

        width: calc(50% - 15px);
    }

    .advantages__box
    {
        margin-top: 12px;
        margin-left: 0;

        text-align: center;
    }


    .why-us__coll
    {
        order: 2;

        width: 100%;
        max-width: none;
        margin-top: 32px;
    }

    .why-us__colr
    {
        width: 300px;
        max-width: 90%;
        margin: 0 auto;
    }


    .features__items
    {
        margin: 8px 0 0;
    }

    .features__item
    {
        width: 100%;
        min-height: 1px;
        margin-left: 0;
    }


    .commissions
    {
        padding-top: 100px;
    }


    .footer
    {
        padding-bottom: 30px;
    }

    .footer__payment
    {
        width: 94px;
    }

    .footer__icons
    {
        margin-left: -16px;
    }

    .footer__icon
    {
        height: 30px;
        margin-left: 16px;
    }
}