@media (max-width: 767px)
{
    /* Стили для ИИ */

    body
    {
        font-size: 16px;
    }
    h1 {
        font-size: 36px;
    }
    h3 {
        font-size: 18px;
    }

    /* Шапка */

    .links {
        display: none;
    }
    .logo {
        width: 50px;
        height: 50px;
    }
    .btn-login {
        width: 100px;
        height: 40px;
        padding-top: 10px;
    }
    .btn-telegram {
        width: 40px;
        height: 40px;
        padding-top: 10px;
    }
    .nav {
        padding: 1px 0;
    }



    .left {
        max-width: 75%;
        height: 90vh;
    }
    .right {
        max-width: 75%;
    }
    .smartphone-2 {
        order: 2;
    }

    /* Прайс */
    .section-5 .container .wrap {
        grid-template-columns: 1fr;
    }
    .tax-rec {
        width: 80%;
        margin-bottom: 20px;
    }
    .tax-big {
        position: static;
    }
    .results {
        max-width: 90vw;
    }
    .results ul {
        margin-left: 40px;
    }
    .green-line {
        width: 300px;
    }
    .red-line {
        width: 230px;
    }
    .empty-line {
        width: 70px;
    }
}
