.contacts_header {
    display: flex;
    align-items: center;
    min-height: 40px;
    background-color:rgb(173, 210, 242)
}
.nav-link:hover {
color: rgba(243, 82, 7, 0.755);
}
.container {
    max-width: 1140px;
}
.logo {
    width: 80%;
}
.contact_icon {
    max-width: 20px;
    padding-right: 5px;
}
.contact_link {
    text-decoration: none;
    color: black;
}
.contact_zone {
    display: flex;
    justify-content: flex-start; /* выравнивание по левой стороне */
    align-items: center;
    min-width: 60%;
    flex-wrap: wrap;
}
.language_icon {
    max-width: 25px;
}
.cont_lang {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: inherit;
}
.language_text {
    text-decoration: none;
}
.contact_item {
    padding-right: 15px;
}
#ua_icon {
    opacity: 0.5;
}
hr {
    max-width: 300px;
    transform: scaleY(3);
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
h2 {
    margin-top: 2rem;
    text-align: center;
}
h3 {
    text-align: center;
}
.card-title {
    text-align: center;
}
footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-top: 1rem;
    min-height: 180px;
    background-color:rgb(173, 210, 242)
}
.logo_footer {
    max-width: 180px;
    margin: 0 auto;
}
.col1_footer {
    display: flex;
    min-width: 250px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.slogan {
    display: block;
    text-align: center;
}
.col2_footer {
    display: flex;
    min-width: 250px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.h5_footer {
    border: 0px;
    border-bottom: 3px;
    max-width: 100px;
    color: black;
    border-style:dotted
    
}
.col3_footer {
    display: flex;
    min-width: 250px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.location {
    max-width: 250px;
}
.map {
    overflow: hidden;
    padding-bottom: 16.25%;
}
.map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}