.hotline.--offer .hotline__wrap {
    gap: 7.625rem;
    padding-left: 1.54rem !important;
    padding-right: 1.54rem !important;
}

.hotline.--offer .hotline__contacts {
    z-index: 1;
}

.hotline.--offer .hotline__contacts-phone {
    margin-top: .25rem;
}

.hotline__expert-wrap.--offer {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 0.5rem !important;
    pointer-events: none;
    z-index: 0;
    width: 46rem;
}

.hotline__expert-wrap.--offer .hotline__expert-photo {
    padding-bottom: 41.203125%;
}

.hotline.--offer .hotline__subtitle {
    font-size: 1.125rem;
}

.hotline.--offer .hotline__btns-call-wrap {
    grid-gap: .375rem !important;
}

.hotline.--offer .hotline__btn-call {
    font-size: 1.0625rem;
    font-weight: 550;
}

@media screen and (max-width: 991px) {
    .hotline.--offer .hotline__wrap {
        gap: 0;
    }

    .hotline.--offer .hotline__lead {
        margin-bottom: 0 !important;
    }

    .hotline__expert-wrap.--offer {
        position: relative;
        bottom: auto;
        right: auto;
        margin-right: 0 !important;
        margin-bottom: -6.5rem !important;
        width: calc(100% + 2.46rem);
    }

    .hotline__expert-wrap.--offer .hotline__expert-photo {
        padding-bottom: 68%;
        position: relative;
    }

    .hotline__expert-wrap.--offer .hotline__expert-photo::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 45%;
        background: linear-gradient(0deg, #EDE7ED 4%, rgba(236, 230, 236, 0.00) 100%);
    }

    .hotline__expert-wrap.--offer .hotline__expert-photo img {
        object-fit: cover;
        object-position: 60%;
    }

    .hotline.--offer .hotline__contacts-text.--p {
        padding: 0 1.23rem !important;
    }

    .hotline.--offer .hotline__contacts-phone {
        font-size: 1.38462rem;
        line-height: 2.15385rem;
    }
}