.top-content-left ul li,
.top-content-right ul li {
    margin-left: 10px
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 10px;
}

.social-list {
    display: flex;
    gap: 5px;
}

.social-list a {
    display: block;
    font-size: 0;
}

.social-list a img {
    height: 24px;
    width: 24px;
}

.footer-info-left-contacts .contact-item {
    flex-direction: row;
}

.contact-list .contact-item:not(:first-child) strong {
    color: #000;
}

.footer .contact-list {
    margin-bottom: 10px;
}

.top-content-contacts-mail {
    background-image: url("/templates/demohunt/images/header-mail.png"), url("/templates/demohunt/images/socials/time.svg"), url("/templates/demohunt/images/socials/map.svg");
    background-position: 0 4px, 0 34px, 0 68px;
    background-size: 20px;
}

.top-content-contacts-phone {
    background-image: url("/templates/demohunt/images/header-phone.png"), url("/templates/demohunt/images/header-phone.png"), url("/templates/demohunt/images/header-phone.png");
    background-position: 100% 5px, 100% 37px, 100% 70px;
    background-size: 20px;
}

@media screen and (max-width: 1200px) {
    .top-content {
        height: calc(100% + 200px);
    }
    
    .top-content-info {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
    }

    .top-content-info > * {
        float: none;
    }

    .mobile_menu {
        flex-basis: 100%;
    }

    .top-content-logo {
        position: relative;
        top: unset;
        left: unset;
        transform: none;
        margin-top: 20px;
    }
    
    .contact-list {
        align-items: center;
    }
    
    .contact-item {
        flex-direction: row;
        align-items: center;
    }
    
    .social-list a {
        line-height: 0;
    }

    .top-content-contacts-mail,
    .top-content-contacts-phone {
        background: none;
    }
}