.search-list {
    max-height: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    width: 100%;
    position: absolute;
    z-index: 6;
    box-shadow: 0 40px 40px rgba(0, 0, 0, .1), 0 0 2px #3e3e3e;
    color: #495057;
}

.search-list li:hover {
    background: #EFEDED;
    cursor: pointer;
}

.search-list li {
    border: none;
    padding: 0 0.75rem;
    min-height: 20px;
    color: #495057;
}

.search-list, .search-list-input {
    display: none;
    font: 400 14px OpenSans;
}

.search-list-input {
    height: 40px;
}

.services-calculation .choose-form {
    float: right;
    width: 55%;
}

.services-calculation .choose-form .form-control {
    width: 100%;
}

.services-calculation .search-list {
    top: 40px;
}

@media(max-width:768px) {.services-calculation .choose-form
    {
        width: 100%;
    }
}

.choose-form {
    position: relative;
}