/* красная полоса меню */
.menu-horizontal1 {
    height: 70px; /* делаем повыше */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

/* ссылки меню */
.menu-horizontal1 a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
    line-height: 70px;
}

/* блок поиска */
.menu-horizontal1 .searchinhead {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    height: 46px;
}

/* поле ввода */
.menu-horizontal1 .searchinhead input[type="text"] {
    border: none;
    outline: none;
    padding: 0 14px;
    font-size: 15px;
    width: 260px;
    height: 100%;
}

/* кнопка поиска */
.menu-horizontal1 .searchinhead button,
.menu-horizontal1 .searchinhead input[type="submit"] {
    background: #d63939;
    border: none;
    color: #fff;
    width: 50px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


 #title-search-input {

    padding: 10px 10px 10px 12px !important;
    background-color: #ffffff !important;
    color: #000;
    border-radius: 8px !important;
}
/* Красные кнопки в хедере */
.header-buttons .btn,
.header-buttons .btn1,
.menu-horizontal1 .btn2,
a.btn2 {
    border-radius: 8px!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    background: #d63939;
    border: none;

    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

/* Hover-эффект: чуть темнее */
.header-buttons .btn:hover,
.menu-horizontal1 .btn:hover,
a.btn2:hover {
    background: #4b8ad9 !important;
    transform: translateY(-2px);
}
