.search-wrapper .price{
    display: none;
}

.mobile-hints-block {
    display: flex;
    padding: 10px;
    overflow-y: hidden;
    overflow-x: auto;
    background-color: white;
    margin-bottom: -1px;
}

.mobile-hints-block_item {
    border-radius: 11px;
    color: #242424;
    border: 1px solid #7F7F7F;
    display: inline-block;
    padding: 5px 5px;
    margin-right: 10px;
    min-width: max-content;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 748px) {
    .search-input-div svg {
        top: 14px!important;
    }
    #start-record-btn-mobile, #start-record-btn-animate-m {
        top: 11px!important;
    }
    .search .search-input {
        height: 44px!important;
    }

    .mobile-search-close {
        width: 16px;
        height: 16px;
        top: 13px;
        right: 65px;
        z-index: 11;
        position: absolute !important;
        min-width: 16px !important;
    }


}

