.header-fly__footer-block {
    text-align: center;
}
span.header-fly__footer-block img {
    max-width: 70%;
}

.header_flex {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.phone.column1 {
    display: flex;
    align-items: center;
}

.phone.column1 .column1inner {
    display: flex;
    align-items: center;
}

.phone.column1 .column1inner svg {
    min-width: 30px;
    margin: 0 10px 0;
}


@media (max-width:992px) {
.header_flex {
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    line-height: 12px;
    margin: 10px 0;
}

.header_flex a {
    font-size: 12px;
    line-height: 1em !important;
}

body.adaptive .column1 {height: 60px;}
}