.header-search {
    position: relative;
    /*margin-top: 10px;*/
    overflow: hidden;
}

.header-search__input {
    width: 100%;
    height: 36px;
    border: none;
    padding: 0 10px;
}

.header-search__submit {
    position: absolute;
    top: 4px;
    right: 0;
    background: none;
    border: none;
    border-left: 1px solid #666;
}

.header-search form {
    display: flex;
}

.header-search__submit .cls-2 {
    fill: #333;
}

div.title-search_fixed-input {
    margin-top: 18px!important;
}

@media (min-width: 1024px) {
    #title-search {
        max-width: 178px;
        float: right;
    }
}

#title-search.size {
    max-width: 100%;
    width: 100%;
}

.header-top .btn-orange {
    color: #fff;
    background-color: #f7941d;
    border-color: #f7941d;
}

.header-top .btn {
    padding: 4px 8px;
}
.header-top .btn:hover {
    color: #212529;
}

.title-search-result {
    margin-top: 20px!important;
}

.logo_and_menu-row .search .search-input {
    height: 43px!important;
}
