.hotline-section__container {
    flex-wrap: nowrap;
    gap: 1.5rem;
}

.hotline-section .hotline__lead,
.hotline-section .hotline__contacts {
    margin: 0 !important;
}

.hotline-section .hotline__lead {
    max-width: 27.5rem;
    margin-bottom: 1.88rem !important;
    z-index: 2;
}

.hotline-section .hotline__subtitle {
    margin-bottom: 0 !important;
}

.hotline-section .hotline__text {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.hotline-section .hotline__contacts {
    max-width: 27.5rem;
    z-index: 2;
}

.hotline-section .hotline__expert-wrap.--section {
    position: absolute;
    bottom: 0;
    right: -2rem;
    width: 12.9375rem;
}

.hotline-section .hotline__btn-call {
    font-size: 1rem;
    line-height: 1.5rem;
}

.hotline-section .hotline__expert-photo.--section {
    padding-bottom: 202.797101%;
}

@media screen and (max-width: 991px) {
    .hotline-section__container {
        flex-wrap: wrap;
        gap: 0;
        justify-content: center;
        position: relative;
    }

    .hotline-section__carusel {
        width: 100%;
        max-width: 100% !important;
    }

    .hotline-section .hotline__lead {
        margin-bottom: 1.23rem !important;
    }

    .hotline-section .hotline__text {
        font-size: 1.07rem;
        line-height: 1.54rem;
    }

    .hotline-section .hotline__btn-call {
        font-size: 1.07rem;
        line-height: 1.54rem;
    }
}