@media (max-width: 920px) {
    /* Main */
    .main-title {
        font-size: 32px;
    }

    .col {
        width: 50%;
    }

    .main-btn {
        font-size: 14px;
    }

    .discipline-card h5 {
        font-size: 18px;
    }

    .discipline-title,
    .about-title,
    .features-title {
        font-size: 24px;
    }

    .navigation-auth {
        gap: 5px;
    }

    .navigation-lang {
        font-size: 12px;
    }

    .navigation-actions {
        gap: 6px;
        margin-top: 4px;
    }

    .about-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about-item {
        margin: 20px 0;
    }

    .main-feedback {
        width: 210px;
    }

    .main-details-item {
        display: block;
    }

    .main-details-item img {
        margin-top: -2px;
    }

    .main-details-item span {
        margin: 0 0;
    }

    /* About */
    .about .btn-lg {
        font-size: 14px;
    }

    /* Navigation */
    .navigation-logo img {
        height: 19px;
    }

    .navigation-lang {
        font-size: 11px;
    }

    .navigation-actions .btn {
        padding: 7px 16px;
        font-size: 10px;
    }

    /* Footer */
    .footer-start-block {
        flex-direction: column;
    }

    .footer-start-block {
        height: auto;
    }

    .footer-start-img img {
        margin-top: 0px;
    }

    .footer-start-text {
        padding: 18px;
        width: auto;
    }

    .footer-start-text a {
        width: auto;
    }

    .footer-logo,
    .footer-email,
    .footer-links {
        text-align: center;
        margin-bottom: 15px;
    }

    .about-item h4 {
        font-size: 17px;
    }

    .footer-policy-terms a {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 920px) {
    .feature-card {
        padding: 20px;
    }

    .footer-start-block {
        flex-direction: row;
    }

    .footer-start-text {
        width: 55%;
    }

    .footer-start-img {
        width: 45%;
    }
}
