.footer-top {
    align-items: end;
}

.footer__item.phone {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.footer__item.phone a {
    white-space: nowrap;
}
form.qform .qform-row .qform-field_wrap {
    align-items: end;
    height: 100%;
}

@media screen and (max-width: 580px) {
    .feedback-custom form {
        display: block;
    }
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: max-content;
}