.wrp-js-search{
    opacity: 0;
    position: absolute;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    top: 86px;
    left: 0;
    width: 100%;
    background: #FFF;
    cursor: default;
    box-shadow: 0px 20px 30px -18px rgba(0, 0, 0, 0.05);
}
.wrp-js-search.open{
    height: 68px;
    position: absolute;
    opacity: 1;
}
#js-open-search.open .icon-item svg:nth-child(2){
    display: block;
}
#js-open-search.open .icon-item svg:nth-child(1){
    display: none;
}
#js-open-search .icon-item svg:nth-child(2){
    display: none;
}.wrp-js-search{
    opacity: 0;
    position: absolute;
}
.bx-searchtitle {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    background: #FFF;
}

@media screen and (max-width: 1000px) {
    .wrapper-header-top .icon-box_item:nth-child(1),.wrapper-header-top .icon-box_item:nth-child(3), .wrapper-header-top .icon-box_item:nth-child(4) {
        display: none;
    }
    .wrapper-header-top .icon-box_item:nth-child(2) .button.button-radius {
        padding: 0px;
        width: 24px;
        height: 24px;
    }
    .wrapper-header-top .button.button-radius:hover {
        background-color: var(--white, #FFF);
    }
    .header-top-line .wrp-js-search {
        top: 64px;
        padding: 0px 16px;
    }
    .header-top-line .wrp-js-search.open {
        height: auto;
        padding-bottom: 10px;
        z-index: -1;
    }
    .wrapper-header-top .icon-item.basket-icon svg {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    .header .goods_icon-counter{
        display: block;
    }
    .header__item svg{
        fill: currentColor;
        margin-bottom: 4px;
    }
    .header__item p{
        font-weight: 500;
        font-size: 8px;
        line-height: 9px;
    }
    header .icon-item.basket-icon svg{
        fill: currentColor;
    }

    .wrapper-inner {
        width: calc(100% - 40px);
    }
    .bx-searchtitle{
        max-width: 100%;
        margin: 0;
    }
}