.house-ai__callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 100px;
    top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    transition: none;
    cursor: pointer;
    justify-content: center;
    position: absolute;
    z-index: 22;
}

@media (max-width: 1399px) {
    .house-ai__callback {
        right: 72px;
    }
}@media (max-width: 1259px) {
    .house-ai__callback {
        right: 44px;
    }
}

.house-ai__callback.fixed {
    top: unset;
    bottom: 172px;
    right: 83px;
    position: fixed;
}


@media (max-width: 620px) {
    .container-softener {
        margin-top: 75px !important;
    }
    .house-ai__callback:not(.fixed) {
        top: -75px;
        width: 100%;
        left: unset;
        right: unset;
        position: relative;
        margin-bottom: -16px;
    }
}

#ai_choose {
    width: 100%;
}
