.bx-searchtitle {
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
}

.bx-searchtitle.bx-searchtitle__opened {
    opacity: 1;
    visibility: visible;
}

.bx-searchtitle .bx-block-title {
    font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
    font-weight: var(--ui-font-weight-semi-bold, 600);
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
}

.bx-searchtitle .bx-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-searchtitle .bx-input-group {
}

.bx-searchtitle .bx-input-group .bx-form-control {
    /* display: table-cell; */
    position: relative;
    z-index: 2;
    /* float: left; */
    width: 100%;
    margin-bottom: 0;
    display: block;
    text-indent: 20px;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: none;
    outline: none;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
    /* Fix of input shadow for IOS browsers. */
    /*background-image: -webkit-linear-gradient(#fff 0%, #fff 100%);*/
    /*background-image: linear-gradient(#fff 0%, #fff 100%);*/
}

.bx-searchtitle .bx-input-group-btn {
    position: relative;
    font-size: 0;
    width: 2%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.header__search-show,
.bx-searchtitle .bx-input-group-btn button {
    position: relative;
    border: none;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    cursor: pointer;
    width: 38px;
    height: 60px;
    padding: 0;
    border-radius: 0 2px 2px 0;
    border: 1px solid #d5dadc;
    color: #000;
    line-height: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header__search-show {
    border: none;
    background-color: transparent;
    border-radius: 3px;
    height: 41px;
    color: #fff;
    margin-right: 10px;
}

.btn.header__search-show:focus,
.bx-searchtitle .bx-input-group-btn button:focus {
    outline: none;
    background-color: #fff;
}

.btn.header__search-show:focus {
    color: #fff;
    background-color: transparent;
}

.bx-searchtitle .bx-input-group-btn button:hover {
    color: #fff;
    background-color: #000;
}


div.title-search-result {
    border: 1px solid #c6c6c6;
    display: none;
    overflow: hidden;
    z-index: 9999;
    min-width: 370px;
    margin-top: -3px;
    background-color: #FFF;
}

div.title-search-fader {
    display: none;
    background-image: url('images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}

p.title-search-preview {
    font-size: 12px;
}

div.title-search-result td.title-search-price span {
    font-size: 26px;
}

/*========================*/
.bx_searche {
}

.bx_searche .bx_img_element {
    display: none;
    background: #fafafa;
    float: left;
    width: 67px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.bx_searche .bx_item_block {
    min-height: 65px;
    position: relative
}

.bx_searche .bx_image {
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e8e8e8;
}

.bx_searche .bx_item_element {
    /*float: left;*/
    padding-left: 10px;
    /* margin-left: 70px; */
}

.bx_searche .bx_item_element hr {
    margin: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.bx_searche .bx_item_element a {
    margin-top: 10px;
    display: inline-block;
    color: #4788cb;
    font-size: 13px;
    text-decoration: none;
}

.bx_searche .bx_item_element a b {
    color: #000;
    font-weight: normal;
}

.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b {
    text-decoration: underline;
}

.bx_searche .bx_price {
    font-weight: bold;
    font-size: 13px;
}

.bx_searche .bx_price .old {
    font-weight: normal;
    text-decoration: line-through;
    color: #636363
}

.bx_item_block.all_result {
    min-height: 0
}

.bx_item_block.others_result {
    min-height: 0;
    padding: 0 0 12px;
    line-height: 12px;
}

.bx_item_block.all_result .all_result_title {
    display: block;
    font-size: 12px;
    color: #a7a7a7;
    padding-top: 15px;
    padding-bottom: 10px;
}

.bx_item_block.all_result .all_result_title a {
    color: #a7a7a7
}

.bx_item_block.all_result .all_result_title a:hover {
    color: #4788cb
}

.bx_item_block.all_result a {
    margin-top: 0;
}
.bx-searchtitle .bx-input-group-btn button {
    height: 40px;
    background: border-box;
    border: none;
}

.bx-searchtitle .bx-input-group .bx-input-group-btn {
    position: absolute;
    top: 0px;
    right: 31px;
}

#title-search-mobile form.active {
    background: rgba(26, 27, 39, 0.75);
    position: fixed;
    width: 100%;
    height: 100vh;
    padding: 0px 20px;
    left: 0px;
    top: 0px;
}
.bx-searchtitle .bx-input-group .bx-form-control::placeholder {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    text-indent: 5px;
    padding-left: 10px;
    font-weight: 400;
}
.header-main__block #title-search{
    background: rgba(26, 27, 39, 0.72);
    /*backdrop-filter: blur(6px);*/
    top: 132px;
    left: 0;
    right: 0;
    /*transform: translateX(-50%);*/
    /*width: 99.1vw;*/
    transition: background-color .1s linear, backdrop-filter .1s linear;
}
.header-main__block #title-search form{
    width: 76%;
    position: relative;
    left: 441px;
}
.header-main__block #title-search form input{
    background: border-box;
    border-right:1px solid rgba(255, 255, 255, 0.5);
    height: 64px;
}
.header-main__block #title-search form input{
    color: rgba(255, 255, 255, 1);
    font-weight:400;
}
input:focus::placeholder{
    opacity:0;
}
.header-main__block #title-search form  .bx-input-group{
    width: 70%;
}
.header-main__block #title-search form  .btn-default{
    right: 9px;
    top: 11px;
    z-index: 15;
}
.header-main__block #title-search form  .btn-default:hover{
    background-color: unset;
}
.header-main__block #title-search form  .btn-default i:after{
    left: -9px;
    top: -11px;
}
.header-main__block #title-search form  .close-search{
    left: -135px;
    top: -11px;
}
@media(max-width: 1590px){
    .header-main__block #title-search form{
        left: 0px;
    }
}
@media(max-width: 1400px){
    .header-main__block #title-search form{
        left: 0px;
    }
}

@media (max-width: 900px) {

    .header__search-show {
        position: relative;
        top: -25px;
        font-size: 23px;
        margin-right: 0;
    }

    div.title-search-result {
        max-width: 100%;
        min-width: unset;
    }


    .bx-searchtitle .bx-input-group .bx-form-control {
        height: 64px;
        background: border-box;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }

    .bx-searchtitle .bx-input-group .bx-form-control::placeholder {
        color: rgba(255, 255, 255, 1);
        font-size: 20px;
        text-indent: 5px;
        padding-left: 10px;
        font-weight: 400;
    }

    .bx-searchtitle .bx-input-group .bx-form-control {
        color: rgba(255, 255, 255, 1);
    }

    .bx-searchtitle .bx-input-group {
        position: relative;
        width: 992px;
        margin: 0 auto;
        top: 10px;
        left: 60px;
    }

    .bx-searchtitle .bx-input-group-btn button {
        height: 45px;
        background: border-box;
        border: none;
        z-index: 10;
    }

    .bx-searchtitle .bx-input-group-btn button:hover {
        background: none;
    }



    #title-search .icon_serach:after {
        top: -4px;
        left: -14px;
    }



    #title-search form {
        display: flex;
        flex-direction: row-reverse;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        justify-content: center;
        top: 5px;
        flex-wrap: nowrap;
        padding-bottom: 32px;
        background: rgba(26, 27, 39, 0.72);
    }
    .bx-searchtitle .bx-input-group .bx-form-control {
        height: 40px;
        background: border-box;
        padding: 0px;
        text-indent: 15px;
        border-right: 1px solid #d5dadc;
    }

    .bx-searchtitle .bx-input-group .bx-form-control::placeholder {
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        text-indent: 0px;
        font-weight: 400;
    }

    .bx-searchtitle .bx-input-group .bx-form-control {
        color: rgba(255, 255, 255, 1);
    }

    .bx-searchtitle .bx-input-group {
        position: relative;
        width: 100%;
        margin: 0 auto;
        top: 75px;
        left: 0px;
    }

    .bx-searchtitle .bx-input-group-btn button {
        height: 40px;
        background: border-box;
        border: none;
    }

    .bx-searchtitle .bx-input-group .bx-input-group-btn {
        position: absolute;
        top: 0px;
        right: 31px;
    }

    #title-search-mobile form.active {
        background: rgba(26, 27, 39, 0.75);
        position: fixed;
        width: 100%;
        height: 100vh;
        padding: 0px 20px;
        left: 0px;
        top: 0px;
    }
}



@media (max-width: 576px) {
    .header__search-show {
        top: 0px;
        right: 20px;
        display: none;
    }

}