﻿@media only screen and (max-width: 600px) {
    :root {
        --padding-layout: 10px;
        --panel-radius: 30px;
    }

    #app.subpage:before {
        height: 180px;
        left: 0;
        right: 0;
    }

    .bmx-nav {
        margin-top: 0px;
        padding: 15px 8px;
    }
    .bmx-nav-right {
        gap: 3px;
    }
    .bmx-nav .menu {
        gap: 5px;
        font-size: 12px;
        padding: 3px 8px;
        margin-left: 0;
    }
    .bmx-nav .logo img {
        max-height: 30px;
        margin-left: 0;
    }

    .bmx-nav .menu li {
        font-size: 16px;
        padding: 2px 8px;
    }

    .bmx-nav-right .btn-gradient {
        font-size: 11px;
        padding: 0px 6px;
    }

    .bmx-nav-right .lang-icon {
        width: 24px; 
        height: 24px;
    }

    .bmx-contact-1 {
        margin: 30px 0;
    }

    .bmx-contact-1 .g1 {
        font-size: 12px;
        line-height: 100%;
    }

    .bmx-contact-1 .g2 {
        font-size: 25px;
        line-height: 100%;
        margin: 5px 0;
    }

    .bmx-contact-1 .g3 {
        font-size: 12px;
        line-height: 100%;
    }

    .bmx-contact-2 {
        flex-direction: column;
    }

    .bmx-contact-2 .g2 {
        padding: 30px 20px;
    }

    .bmx-form-contact {
        grid-template:
            "a" auto
            "a2" auto
            "a3" auto
            "a4" auto
            "a5" auto
            "a6" auto
            "a7" auto
            "c" auto
            "a8" auto
            "a9" auto
            "a10" auto
            "e" auto
            "f" auto / 1fr;
    }

    .bmx-form-contact .head {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .bmx-form-contact .checkbox {
        margin-top: 0px;
        padding-top: 10px;
    }

    .bmx-contact-2 .expander {
        margin-top: 20px;
        text-align: center;
/*        transform: rotate(-90deg);*/
    }

    .bmx-form-contact {
        height: 300px;
        overflow: hidden;
    }

    .bmx-form-contact.expanded {
        height: unset;
    }

    .bmx-contact-2 .g1 {
        padding: 10px;
    }

    .bmx-contact-2 .g1 p {
        font-size: 14px;
        line-height: 23px;
    }

    .bmx-contact-2 .g1 .contact > a {
        font-size: 20px;
    }

    .bmx-contact-2 .g1 .contact {
        margin-bottom: 30px;
    }

    .bmx-contact-2 .g1 .contact > div {
        font-size: 15px;
    }

    .bmx-footer {
        padding: 20px;
    }

    .bmx-footer .g1 {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }

    .bmx-footer.bmx-container, .bmx-footer .bmx-container {
        padding: 0;
    }

    .bmx-footer .logo {
        margin-top: 10px;
        height: 28px;
        margin-bottom: 10px;
    }

    .bmx-footer h5 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .bmx-footer .g1 .e2 {
        font-size: 15px;
    }

    .bmx-footer .g1 .e2 a {
        font-size: 13px;
    }

    .bmx-footer .g1 .e3 {
        margin-top: 30px;
        align-self: center;
    }

    .bmx-footer .g2 {
        font-size: 13px;
        text-align: center;
        margin-top: 10px;
        padding-top: 10px;
    }

    .bmx-error-page {
        margin: 50px 0;
    }

    .bmx-error-page img {
        margin: 5px;
    }

    .bmx-error-page .btn-gradient {
        padding: 10px 20px;
    }

    .bmx-footer .bot {
        flex-direction: column-reverse;
        align-items: center;
    }

    .bmx-footer .bot .social {
        margin-top: 40px;
    }

    .bmx-footer .bot .social img {
        margin-left: 0;
    }

    .bmx-footer .bot .social img:nth-child(n+2) {
        margin-left: 20px;
    }
}
