.menu-wrap.contacts .logo img {
    max-height: 80px;
    position:relative;
}
header.header.header-over.sticked-menu nav.stick-menu .logo {
    position: absolute;
    top: 0;
}
.logo {
    background-color: #fff;
    display: flex !important;
    width: max-content !important;
    justify-content: center !important;
    align-items: center;
    padding: 5px !important;
}
.info-block .info-line{
    display: flex;
    line-height: 1.8;
}
/*.info-icon {
    margin-right: 0px;
}*/
/*.footer-logo img , img.bg-white {
    background-color: #fff;
}*/
.sucessmess {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    background-color: #29abe2;
    font-size: 20px;
    color: #fff;
    padding: 1rem;
    z-index: 2;
    width: max-content;
    text-align: center;
}
section.muted-bg.solid-section .image-wrap .image{
    height: 100%;
}