    .autocomplete-suggestions {
        overflow: auto;
        border-left: 1px solid silver;
        border-right: 1px solid silver;
        font-size: 1.2em;
    }

    .autocomplete-suggestion {
        padding: 2px 5px;
        white-space: nowrap;
        overflow: hidden;
        background-color: white;
        font-size: 1.2em;
    }

        .autocomplete-suggestion:last-child {
            border-bottom: 1px solid silver;
        }

    .autocomplete-selected {
        background: #F0F0F0;
    }

    .autocomplete-suggestions strong {
        font-weight: bold;
        
    }

    .autocomplete-group {
        padding: 2px 5px;
    }

        .autocomplete-group strong {
            display: block;
            border-bottom: 1px solid #000;
        }

    .autocomplete-valid-messege {
        color: Red;
        position: absolute;
        width: 100%;
        left: 0;
        top: 65px;
    }

    .searchForm {
        width: 100%;
        float: left;
    }

    .btn-filter {
        width: 165px;
        height: 45px;
        line-height: 1;
        font-size: 14px;
        padding: 7px 20px;
        font-weight: 400;
        cursor: pointer;
        border: 1px solid #5f5247;
        background-color: #5f5247;
        color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-appearance: none;
    }

    .btn-filter:hover {
        border: 1px solid #2e2723;
        background-color: #2e2723;
    }

    .btn-filter.active {
        border: 1px solid #b81821;
        background-color: #b81821;
    }

    .btn-filter.active:hover {
        border: 1px solid #97061d;
        background-color: #97061d;
    }