.wrap {
    width: 100%;
}
.top-line {
    background: #f0f0f0;
}

.top-line + header.main {
    top:125px;
}
@media (max-width: 768px) {
    .top-line + header.main {
        top: 85px;
        height: 52px;
        border-width: 0 0 2px;
    }
}

.top_block-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0 20px;
}
@media (max-width: 768px) {
    .top_block-content {
        padding: 0 0 15px;
    }
}