.footer_map_info_block_class {
    float: left!important;
    position: absolute!important;
    left: 0px!important;
    left: 50px!important;
    top: 50px!important;
    max-width: 500px!important;
    background-color: #121228;
    border-radius: 10px!important;
    color: #fff!important;
}
@media screen and (max-width: 769px) {
    .footer_map_info_block_class {
        float: left!important;
        left: 0px!important;
        left: 70px!important;
        top: 70px!important;
        max-width: 400px!important;
        background-color: #121228;
        border-radius: 10px!important;
        color: #fff!important;
    }
}

@media screen and (max-width: 576px) {
    .footer_map_info_block_class {
        float: left!important;
        left: 0px!important;
        left: 30px!important;
        top: 70px!important;
        max-width: 400px!important;
        background-color: #121228;
        border-radius: 10px!important;
        color: #fff!important;
    }
}

.footer_block_class {
    height: 200px!important;
    background-color: #02042b;
}

.nav1_container_class {
    height: 80px!important;
    background-color: #02042b;
}

.nav1_text_language_text {
    margin-top: 25px;
}

.nav2_container_class {
    background-color: rgba(0, 0, 0, 0.8)!important;
}

.project-bg-color-blue {
    background-color: #02042b;
}
