

.SFX_Map_no_padding {
    padding: 0;
}

.SFX_Map_Group {
    display: flex;
}

.SFX_Map_Info_Block {
    border-radius: 25px;
    border: 1px solid #e5e5e5;
}

.SFX_Map_Info {
    padding: 40px 50px;
}

.SFX_Map_Apps, .SFX_Map_Apps div {
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    color: #377dff;
    font-weight: 500;
}

    .SFX_Map_Apps img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

.SFX_Map_Apps a:first-child {
    border-right: 1px solid #e5e5e5;
}

        .SFX_Map_Apps a {
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
        }

.SFX_Map_Apps > a:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.SFX_Map_Contact {
    padding: 40px 50px;
}

.SFX_Map_Frame_block {
    padding: 0;
    padding-left: 5%;
}

.SFX_Map_Frame {
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
}

.SFX_Map_Frame img {
    object-fit: cover;
}


@media screen and (max-width: 1040px) {
    .SFX_Map_Group {
        display: block;
    }

    .SFX_Map_Frame_block {
        margin-top: 20px;
        padding-left: 0;
    }
}