.header-search-mobile__container {
    display: none;
    position: absolute;
    bottom: -55px;
    z-index: 1111;
    width: 100%;
    padding: 15px 10px;
    background: #37393d;
    box-shadow: 0 4px 64px #ffffff14;
}

.header-search-mobile__container.active {
    display: block;
}

.search-input-mobile__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-mobile-input-btn.active svg path {
    stroke: #f8b324;
}

@media only screen and (max-width : 576px) {}