.header__search {
    position: relative;
}

.header__search-popup {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    background: #fff;
    top: 0;
    padding: 10px 20px;
    box-shadow: 0 7px 7px -3px rgba(0,0,0,0.2);
}

.header__search-popup.__open {
    visibility: visible;
    opacity: 1;
    z-index: 10;
}

.header__search-group {
    position: relative;
}

.header__search-input {
    border: 0;
    font-size: 16px;
}

.header__search-close {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 30px;
    text-decoration: none;
}

.search-title-button {
    background-image: url(images/icon-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 45px;
}

.title-search-result {
    /*border-top: 1px solid #c6c6c6;*/
    /*display: none;*/
    /*overflow: hidden;*/
    /*z-index: 205;*/
    /*background-color: #fff;*/
    /*border-radius: 0;*/
    /*border-bottom: 1px solid #c6c6c6;*/
    /*margin-top: 78px;*/
    /*padding: 10px;*/
    display: none;
    height: auto;
    width: 100%;
    background-color: #fff;
    border: 1px solid #cecece;
    z-index: 1;
    position: absolute;
    max-height: 227px;
    box-shadow: 0 0 1px rgb(30 32 33/24%), 0 8px 16px rgb(30 32 33/24%);
    box-sizing: border-box;
    overflow-y: scroll;
    padding: 4px 0;
    border-radius: 4px;
    margin: 4px 0;
    z-index: 705;
}

.bx_searche {
    display: flex;
    /*margin: 0 -15px;*/
    flex-wrap: wrap;
    justify-content: center;
}

.bx_item_block {
    /*padding: 15px;*/
    /*display: flex;*/
    /*width: 300px;*/

    /*font-size: 14px;*/
    /*line-height: 36px;*/
    /*font-weight: 400;*/
    /*text-decoration: none;*/
    /*cursor: pointer;*/
    /*margin: 0;*/
    /*display: block;*/
    /*padding: 10px 15px;*/
    /*color: #1e2021;*/
}

.bx_item_block.all_result {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.bx_img_element {
    padding-right: 15px;
    width: 110px;
    min-width: 110px;
    flex-grow: 1;
}

.bx_img_element img {
    width: 90px;
    height: 130px;
    object-fit: cover;
}

.all_result,
.others_result {
    border: none;
}

.all_result {
    margin-bottom: 0;
}

.bx_item_element .bx_price {
    color: #999;
    display: none;
}

.bx_item_element a {
    /*display: block;*/
    /*text-decoration: none;*/
    /*font-size: 14px;*/
    /*margin-bottom: 10px;*/

    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    display: block;
    padding: 10px 15px;
    color: #1e2021;
}

.bx_item_block.all_result .bx_item_element a {
    margin: 0;
}