.hotline__wrap {
    width: 100%;
    background-color: #d1c2d166;
    border-radius: .75rem;
    position: relative;
}

.hotline__wrap.--vendors {
    width: auto;
    flex-grow: 1;
    flex-wrap: nowrap;
}

.hotline__wrap.--vendors .hotline__lead {
    max-width: 22.9rem;
    margin-right: 3.75rem;
}

.hotline__wrap.--vendors .hotline__contacts {
    max-width: 25.625rem;
}

.hotline__wrap.--vendors .hotline__expert-wrap {
    margin-right: 2.13rem;
    margin-left: 1.5rem;
    width: 12.44rem;
    align-self: end;
}

.hotline__subtitle {
    line-height: 1.75rem !important;
    color: #13132a80;
    font-weight: 600;
}

.hotline__title {
    font-weight: 700;
}

.hotline__text {
    color: #13132aab;
}

.hotline__contacts {
    background-color: var(--color__white);
    border-radius: 2rem 0 2rem 2rem;
}

.hotline__contacts-text {
    width: 21.75rem;
    text-align: center;
}

.hotline__contacts-text b {
    color: var(--color__fill-2);
}

.hotline__social-wrap {
    display: inline;
}

.hotline__social {
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--color__fill-2);
    display: inline-flex;
    border-radius: 100%;
    vertical-align: middle;
    cursor: pointer;
    transition: all ease .28s;
    position: relative;
}

.hotline__social:hover {
    background-color: var(--color__fill-2-h);
}

.hotline__social svg {
    width: 100%;
    height: 100%;
}

.hotline__expert-wrap {
    position: relative;
    width: 16rem;
    margin-right: 3.75rem;
}

.hotline__expert-photo {
    padding-bottom: 108.203125%;
    background-color: transparent;
}

.hotline__expert-photo.--vendors{
    padding-bottom: 157.28643216080403%;
}

.hotline__btns-call-wrap {
    width: 100%;
}

.hotline__btn-call {
    font-size: 1.125rem;
    height: 3.5rem;
    font-weight: 600;
    border-radius: .75rem;
    white-space: nowrap;
}

.hotline__btn-call.--border-2 {
    box-shadow: inset 0rem 0rem 0rem 0.125rem rgba(143, 104, 142, 0.32);
}

@media screen and (max-width: 1199px) {
    .hotline__wrap {
        flex-wrap: nowrap;
    }

    .hotline__lead,
    .hotline__contacts {
        flex-shrink: 2;
    }

    .hotline__expert-wrap {
        flex-shrink: 0;
    }
}

@media screen and (max-width: 991px) {
    .hotline {
        margin-top: 2.46rem !important;
    }

    .hotline__wrap {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 1.38rem 1.23rem 1.85rem !important;
        border-radius: .92rem;
    }

    .hotline__expert-wrap {
        order: 2;
        margin: 0 !important;
        position: relative !important;
        right: auto !important;
    }

    .hotline__lead {
        order: 1;
        text-align: center;
        margin: 0 !important;
        margin-bottom: .92rem !important;
    }

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

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

    .hotline__contacts {
        order: 3;
        margin: 0 !important;
        padding: .92rem !important;
        padding-top: 1.23rem !important;
        border-radius: 1.38rem;
    }

    .hotline__contacts-text.--p {
        font-size: 1.07rem;
        line-height: 1.54rem;
    }

    .hotline__social-wrap {
        display: flex !important;
        width: 100%;
        margin-top: .62rem;
        margin-left: 0 !important;
        gap: .3rem;
    }

    .hotline__social {
        display: flex;
        width: 1.84rem;
        height: 1.84rem;
    }

    .hotline__btns-call-wrap {
        gap: .62rem;
        margin-top: .92rem !important;
    }

    .hotline__btn-call {
        height: 3.7rem;
        font-size: 1.07rem;
        line-height: 1.54rem;
        padding: 0 !important;
    }

    .hotline__btn-call.--border-2 {
        font-weight: 600;
    }

    .hotline__subtitle.p.--l {
        font-size: 1.07rem;
        line-height: 1.54rem !important;
        margin-bottom: .3rem !important;
    }

    .hotline__title.h3 {
        font-size: 1.84rem;
        line-height: 2.46rem;
        margin-bottom: .77rem !important;
    }

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

    .hotline__wrap.--vendors .hotline__expert-wrap {
        align-self: center;
    }
}

@media screen and (max-width: 640px) {
    .hotline__wrap.--main .hotline__contacts-text b {
        font-weight: 500;
    }

    .hotline__wrap.--main .hotline__social-wrap {
        display: none !important;
    }
}

@media screen and (max-width: 375px) {

    .hotline__contacts-text.--p {
        width: unset;
    }

    .hotline__btns-call-wrap {
        grid-template-columns: unset;
    }

}