.top_inter {
    background-image: url(../img/bg_contact.jpg);
    flex-direction: column;
min-height: 100vh;
height: auto !important;
padding-top: 200px;
}

.frame_contact {
    display: table;
    width: 100%;
    margin: 5vh auto;
}
.subtitle_contact {
    font-family: Poppins;
    font-size: 1.3em;
    color: #eee359;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3vh;
    text-shadow: 1px 3px 11px rgba(0, 0, 0, 0.55);
}
.frame_coor {
    font-family: Poppins;
    font-size: 1.1em;
    color: #e7e4be;
    font-weight: 400;
}
.item_coor {
    display: block;
    margin-bottom: 15px;
}
.bold {
    font-weight: 500;
}

