.pre_header_inner {
    background: #313948;
}
.preheader_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: stretch;
    max-width: 280px;
}

.preheader_menu a {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding: 3px 3px;
}

@media (max-width: 1600px) and (min-width: 1010px) {
    .search {
        width: 612px;
    }
}


@media (max-width: 992px) {
    .pre_header_inner {
        display: none;
    }

    .header__first {
        width: 45%;
    }

    .header__last .header__phone .header__basket {
        display: flex;
    }
}
