.footer-full-mobile {
    display: none;
}
@media (max-width: 1100px) {
    .footer-full-mobile {
        display: grid;
        background: #3b3b3b;
    }
}

.footer-up-mobile {
    width: 100%;

    display: flex;
    min-height: 200px;
    background: center / 100% 100% no-repeat url("/assets/img/fon-razrez-mobile.png") !important;
}
.footer-up-left-mobile {
    width: 50%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.footer-up-left-mobile img {
    width: 90px;
    margin-top: -90px;
    margin-left: 45px;
}

.footer-up-right-mobile {
    width: 50%;
    margin-top: -95px;
    padding-inline: 20px;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: right;
    font-size: 12px;
}



.footer-center-mobile {
    width: 100%;
    display: grid;
    justify-content: center;

}
.footer-down-mobile {
    width: 100%;
    min-height: 100px;

}
.footer-mobile-karta {
    justify-content: center;
    display: flex;
    width: clamp(300px, 90%, 500px);
    aspect-ratio: 4 / 3;
    margin-inline: auto;
}
.footer-mobile-karta img {
    width: 400px;
    width: clamp(300px, 50%, 500px); /* 50% от родителя, но не меньше 200 и не больше 500 */
    margin-inline: auto;
    border-radius: 5px;
}
.footer-mobile-karta iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    border-radius: 5px;
}
.footer-center-mobile-1 {
    margin-left: 10px;
    margin-right: 10px;
    justify-content: center;
    display: flex;


}
.footer-center-mobile-2 {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
    justify-content: center;
    display: flex;

}
.footer-center-mobile-3 {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
    justify-content: center;
    display: flex;

}
.footer-center-mobile-4 {
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    font-weight: 200;
    display: grid;
    justify-content: center;

}
.footer-center-mobile-5 {

    margin-left: 1px;

    margin-right: 10px;

    margin-top: 35px;

    font-weight: 200;

    display: flex;

    justify-content: center;
}





.footer-footer-mobile {
    width: 320px;
}
.footer-footer-center-mobile {
    border: 1px solid #f9c115;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    padding: 4px;
    font-weight: 400;

}
.footer-copyright-mobile {
    background: #f9c115;display: flex;
    justify-content: center;
    height: 35px;
    align-items: center;
    display: flex;

}
.footer-dev-mobile {
    color: #fff;
    display: flex;
    justify-content: center;
    height: 35px;align-items: center;
    display: flex;
    gap: 5px;

}



