@media (max-width: 479px)
{
    .header__logo img
    {
        max-width: 110px;
    }

    .header__login
    {
        font-size: 12px;
        line-height: 38px;

        padding-right: 12px;
        padding-left: 12px;
    }

    .header__reg
    {
        font-size: 12px;
        line-height: 38px;

        padding-right: 12px;
        padding-left: 12px;
    }


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

    .section-head__icon
    {
        width: 32px;
        height: 32px;
        margin-left: 12px;
    }


    .first-section__title
    {
        font-size: 30px;

        text-align: center;
    }

    .first-section__desc
    {
        font-size: 14px;

        margin-top: 16px;

        text-align: center;
    }

    .first-section__btn
    {
        margin-top: 24px;
    }

    .btn-yellow._big
    {
        font-size: 16px;
        line-height: 50px;

        width: 100%;
        padding: 0;

        border-radius: 10px;
    }


    .advantages__bg
    {
        margin-top: 50px;
        padding: 20px 0;
    }

    .advantages__bg::before
    {
        height: 29px;
    }

    .advantages__bg::after
    {
        height: 29px;
    }

    .advantages__item
    {
        width: calc(50% - 10px);
    }

    .advantages__number
    {
        font-size: 32px;
    }


    .why-us
    {
        padding: 80px 0;
    }

    .why-us__coll
    {
        text-align: center;
    }

    .why-us__desc
    {
        font-size: 14px;

        margin-top: 16px;
    }

    .why-us__btns
    {
        display: block;

        margin-left: 0;
    }

    .why-us__btn
    {
        width: 100%;
        margin: 16px 0 0;
    }


    .features
    {
        padding: 50px 0;
    }

    .features::before
    {
        height: 29px;
    }

    .features::after
    {
        height: 29px;
    }

    .features__title
    {
        font-size: 30px;
    }


    .commissions
    {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .commissions__item
    {
        min-height: 190px;
        padding: 20px 12px;
    }

    .commissions__name
    {
        font-size: 20px;
    }

    .commissions__number
    {
        font-size: 16px;

        margin-top: 12px;
    }

    .commissions__list
    {
        font-size: 14px;

        margin-top: 20px;
    }

    .commissions__list li
    {
        padding-left: 14px;
    }

    .commissions__list li::before
    {
        top: 8px;
    }


    .footer
    {
        padding-top: 30px;
    }

    .footer__payments
    {
        margin: -8px 0 0 -8px;
    }

    .footer__payment
    {
        width: 74px;
        margin: 8px 0 0 8px;
    }

    .footer__info
    {
        text-align: center;
    }

    .footer__icons
    {
        justify-content: center;

        width: 100%;
    }

    .footer__copy
    {
        width: 100%;
        margin-top: 16px;

        text-align: center;
    }
}