.select {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    transform: translate(0);
}

.select-place.active .select, .select:has(li:focus){
    left: 0;
    top: 100%;
    min-width: 250px;
}

.input-and-select .select-place ul {
    position: absolute;
    max-width: 250px;
    width: fit-content;
    bottom: 0;
    left: 0;
}

.input-and-select .select-place ul {
    transition: none;
}