

@media (max-width: 768px) {
    .contact-section {
        height: auto;
        min-height: 100svh;
        display: flex;
        flex-direction: column;
        padding: 32px 32px 0;
    }

    .contact-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex: 1;
    }

    .contact-info .social-links {
        order: 4;
        display: flex;
        position: static;
        width: 100%;
        margin: 67px 0 0;
        justify-content: center;
    }

    .contact-content .language-link {
        display: none;
    }

    .contact-info {
        order: 1;
        font-size: 16px;
        display: contents;
        text-align: left;
    }

    .contact-info .social-links ul {
        display: flex;
        justify-content: center;
        gap: 24px;
    }

    .contact-item {
        justify-content: flex-start;
        margin-bottom: 14px;
    }

    .contact-info .social-links img {
        width: 32px;
        height: 32px;
    }

    .contact-info .language-link {
        display: none;
    }

    .contact-description {
        margin: 0 0 16px;
    }

    .contact-form {
        order: 2;
    }

    .contact-section::after {
        display:none;
    }

    .contact-footer {
        order: 5;
        width: calc(100% + 64px);
        position: static;
        margin-top: 38px;
        margin-left: -32px;
        margin-bottom: 0;
        padding-bottom: 0;
        box-sizing: border-box;
        background: linear-gradient(to top, #5c817f, var(--highlight-main));
        display: flex;
        align-items: center;
        gap: 12px;
}

    .footer-logo-link {
        display: block;
        width: 110px;
        height: 90px;
    }

    .mobile-footer-logo,
    .footer-links {
        display: flex;
        justify-content: center;
        flex-direction: row;
        
    }

    .footer-links {
        order: 1;
        gap: 18px;
        padding-bottom: 16px;
    }

    .footer-copyright {
        margin: 0;
    }

    .contact-footer a,
    .contact-footer p {
        color: #4a4a4a;
    }

    .contact-back-link {
        order: 3;
        display: flex;
        align-self: center;
        justify-content: center;
        transform: rotate(90deg);
        position: static;
    }

    .contact-back-link img {
        width: 56px;
    }

    .legal-mobile-actions {
        display: none;
    }
}