.search-cart__search:hover {
    cursor: pointer;
    color: #003a80;
    background: #fff;
}
.search-cart__search {
    font-size: .875rem;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100px;
    padding: 14px 20px 11px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #003a80;
    background: #003a80;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal__form.not_modal {
    width: 660px;
    border: 1px solid #eaeaea;
}

.inner_form {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px;
}

@media screen and (max-width: 1440px) {
    .inner_form {
        padding: 0 24px;
        box-sizing: border-box;
    }
}

.form_title {
    color: #003a80;
    font-size: 2.125rem;
    padding-bottom: 20px;
}

.btn.btn_orange {
    background-color: rgb(253, 74, 17);
}
.header_contacts{
display: flex;
flex-direction: column;
align-items: center;
padding-left: 10px;
}
.header_contacts a{
    color: #fff;
    display: block;
}
.header_address{
    padding: 10px 0 10px 0;
    color: #fff;
    font-size: 12px;
}