body {
    font-family: 'Prompt', sans-serif;
    background-color: #060000;
}

.hr {
    position: absolute;
    width: 7px;
    height: 79px;
    flex-shrink: 0;
    left: 10%;
    top: 6%;
}

.text {
    position: absolute;
    left: 13%;
    top: 2%;
    color: #FFF;
    font-size: 48px;
    line-height: 1;
}

.map {
    position: absolute;
    left: 5%;
}

.ul1 {
    position: absolute;
    visibility: visible;
    font-size: 12px;
    list-style: none;
    color: #FFF;
    left: 60%;
    top: 23%;
}

.che {
    color: #FFF;
    text-decoration: none;
}

.che:hover {
    color: #B50505;
    text-decoration: underline;
}

.menu {
    visibility: hidden;
}

.b {
    position: absolute;
    top: 90%;
    left: 64%;
    color: #B50505;
}

@media (max-width: 500px) {
    .hr {
        position: absolute;
        width: 7px;
        height: 79px;
        flex-shrink: 0;
        left: 20%;
        top: 6%;
    }
    
    .text {
        position: absolute;
        left: 24%;
        top: 6%;
        color: #FFF;
        font-size: 24px;
        line-height: 1;
    }
    
    .map {
        position: absolute;
        left: -5%;
        top: 4%;
        width: 120%;
        -ms-hyphenate-limit-zone: 80%;
    }
    
    .ul1 {
        position: absolute;
        visibility: visible;
        font-size: 36px;
        list-style: none;
        color: #FFF;
        left: 11%;
        top: 60%;
    }

    .che {
        color: #FFF;
        text-decoration: none;
    }
    
    .che:hover {
        color: #B50505;
        text-decoration: underline;
    }

    .menu {
        visibility: visible;
        position: absolute;
        top: 75%;
        left: 20%;
        width: 65%;
        height: 5%;
        background-color: #B50505;
        border: none;
        border-radius: 1%;
        color: #FFF;
        text-decoration: none;
    }
  
    
    .b {
        position: absolute;
        top: 270%;
        left: 48%;
        color: #FFF;
        font-size: 24px;
    }
}