/* One consistent specialist card at the left edge of every FAQ answer. */
body .questions .answer.vo-faq-card-ready {
    align-items: flex-start;
}

body .questions .answer > .illust.vo-faq-specialist {
    order: -1;
    flex: 0 0 156px !important;
    width: 156px !important;
    max-width: 156px !important;
    min-width: 156px !important;
    min-height: 0 !important;
    margin: 8px 26px 0 0 !important;
    padding: 0 !important;
    position: relative !important;
    background: none !important;
    text-align: center !important;
}

body .questions .answer > .illust.vo-faq-specialist .main-img {
    position: static !important;
    display: block;
    width: 132px !important;
    height: 132px !important;
    margin: 0 auto 10px !important;
    border-radius: 50%;
    object-fit: cover;
    transform: translateZ(0);
    transform-origin: center center;
    transition: transform 1.05s cubic-bezier(.22, 1, .36, 1), box-shadow 1.05s ease;
    will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
    body .questions .answer > .illust.vo-faq-specialist:hover .main-img {
        transform: scale(1.12) translateZ(0);
        box-shadow: 0 10px 24px rgba(22, 43, 41, .20);
    }
}

body .questions .answer > .illust.vo-faq-specialist p {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

body .questions .answer > .illust.vo-faq-specialist p.fio {
    color: #313131 !important;
    font-family: "MullerRegular", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
}

body .questions .answer > .illust.vo-faq-specialist p.spec {
    margin-top: 5px !important;
    color: rgba(0, 0, 0, .7) !important;
    font-family: "MullerRegular", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}

body .questions .answer.vo-faq-card-ready > .text {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
}

/* The insulation picture stays only in the first answer on its own service page. */
body .questions .answer > .illust.vo-faq-insulation-illustration {
    order: 2;
    flex: 0 0 145px !important;
    width: 145px !important;
    max-width: 145px !important;
    min-width: 145px !important;
    min-height: 0 !important;
    margin: 8px 0 0 20px !important;
    padding: 0 !important;
    background: none !important;
}

body .questions .answer > .illust.vo-faq-insulation-illustration .main-img {
    position: static !important;
    display: block;
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 991px) {
    body .questions .answer.vo-faq-card-ready {
        flex-direction: row !important;
    }

    body .questions .answer.vo-faq-card-ready > .text {
        padding: 10px 8px 12px 0 !important;
    }
}

@media (max-width: 575px) {
    body .questions .answer > .illust.vo-faq-specialist {
        flex-basis: 96px !important;
        width: 96px !important;
        max-width: 96px !important;
        min-width: 96px !important;
        margin: 8px 10px 0 0 !important;
    }

    body .questions .answer > .illust.vo-faq-specialist .main-img {
        width: 88px !important;
        height: 88px !important;
        margin-bottom: 6px !important;
    }

    body .questions .answer > .illust.vo-faq-specialist p.fio {
        font-size: 12px !important;
    }

    body .questions .answer > .illust.vo-faq-specialist p.spec {
        font-size: 9px !important;
    }

    /* Keep the insulation illustration on its own service page without
       squeezing the specialist card or text on a narrow screen. */
    body .questions .answer.vo-faq-card-ready:has(> .illust.vo-faq-insulation-illustration) {
        flex-wrap: wrap !important;
    }

    body .questions .answer > .illust.vo-faq-insulation-illustration {
        display: block !important;
        flex: 0 0 100% !important;
        width: 132px !important;
        max-width: 132px !important;
        min-width: 0 !important;
        margin: 10px 0 0 auto !important;
    }
}
