.overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000ad;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay.hidden{
    display: none;
}
.popup.hidden{
    display: none;
}
.popup .close__btn{
    cursor: pointer;
}
.popup{
    width: 100%;
}
#ui-id-1-button {
    margin-bottom: 15px;
}

.credit__offers__div, .review__row{
    display: none!important;
}
@media screen and (max-width: 989px){
    .hide-title-75{
        display: none;
    }
}

.models__div_showMore {
    display: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    background: var(--blue-color);
    color: #fff;
    border-radius: 15px;
}
.model a {
    color: var(--blue-color);
}

@media screen and (max-width: 989px){
    .models__div_showMore{
        display: block;
    }

    .model.hide{
        display: none;
    }
}

.autocredit__request.in_overlay {
    margin-bottom: 0;
}
.in_overlay.hidden{
    display: none;
}