/** FAQ **/

.faqs-group {
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 30px 0px rgba(43, 47, 137, .15);
    box-shadow: 0 6px 30px #2b2f8926;
    padding: 20px 40px;
}

.faqs-list .faqs-group:not(:last-of-type) {
    margin-bottom: 32px;
}

.faqs-group__head {
    padding: 24px 20px;
    border-bottom: 2px solid #319DAC
}

.faqs-group__head,
.faqs-group__head-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faqs-group__name {
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 3%;
    text-transform: uppercase;
}

.faqs-group__icon {
    width: 68px;
    height: 68px;
    margin-right: 20px;
}

.faqs-group__icon img {
    width: 100%;
    height: 100%;
}

.ui-btn.faqs-group__btn svg {
    margin-left: 12px;
    margin-right: 0;
    min-width: 24px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    line-height: 62px;
}

.faqs-items .faq-item:not(:last-of-type) {
    border-bottom: 2px solid #CDF3F9;
}

.faqs-items .faq-item:last-of-type .faq-item__text {
    padding-bottom: 0;
}

.faq-item__text {
    padding: 0 24px 20px;
}

.accordion-head.faq-item__head {
    border: none;
    align-items: flex-start;
    border-radius: 12px;
}

.faq-item__index {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;

    border-radius: 100%;
    background-color: #CDF3F9;
    color: #319DAC;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 4%;
    vertical-align: middle;
    margin-right: 12px;
}

.faqs-notice {
    margin-top: 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 4%;
    text-align: center;
}

.faq-item__head .accordion-head-title {
    flex: 1;
    margin-right: 12px;
    margin-top: 4px;
}

.ui-btn.faqs-group__btn__bottom {
    display: none;
    max-width: 312px;
    margin: 0 auto;
    vertical-align: middle;
}

.section-title.section-title__faq {
    margin-bottom: 68px;
}

.section-title.section-title__faq.section-title__faq-btn {
    margin-bottom: 0;
}

.ui-btn.faqs-wrap__group__btn {
    display: block;
    max-width: 312px;
    margin: 28px auto 40px;
}

.section.section-faqs__block {
    padding-bottom: 0;
}

@media (max-width: 1366px) {
    .faqs-group__name {
        font-size: 22px;
        font-size: 1.375rem;
    }

    .faqs-group__icon {
        width: 60px;
        height: 60px;
    }

    .faqs-group {
        padding-left: 35px;
        padding-right: 35px;
    }

    .faqs-group__head {
        padding: 24px 0;
    }

    .faqs-list .faqs-group:not(:last-of-type) {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .section-title.section-title__faq {
        margin-bottom: 32px;
    }

    .section-title.section-title__faq.section-title__faq-btn {
        margin-bottom: 0;
    }

    .ui-btn.faqs-wrap__group__btn {
        margin: 12px auto 20px;
    }

    .faqs-notice {
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 1%;
    }

    .faqs-group {
        padding: 0 12px 20px;
    }

    .faqs-group__head {
        padding: 16px 0;
    }

    .faqs-group__icon {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }

    .faqs-group__name {
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .faqs-group__head .faqs-group__btn {
        display: none;
    }

    .accordion-head.faq-item__head {
        padding: 16px 0;
    }

    .faq-item__index {
        width: 18px;
        height: 18px;
        margin: 3px 7px 3px 3px;

        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }

    .faq-item__head .accordion-head-title {
        font-size: 1rem;
        line-height: 20px;
        margin-top: 2px;
        margin-right: 8px;
    }

    .faq-item__text {
        padding: 0 0 20px 28px;
    }

    .ui-btn.faqs-group__btn__bottom {
        display: block;
    }
}

/** FAQ - END **/

/** PATIENT - INTERACT **/

.patient-interaction {
    background-color: #bd5b9e;
    /*background-color: #f0fbfd;*/
    min-height: 100vh;
}

.patient-interaction__wrap {
    border-radius: 12px;
    width: 100%;
    max-width: 740px;
    margin: 60px auto 0;
    padding: 40px 40px;
    background-color: #f0fbfd;
}

.patient-interaction__logo {
    width: fit-content;
    margin: 0 auto;
}

.patient-interaction__logo img {
    width: 300px;
}

.patient-interaction__heading {
    font-size: 32px;
    text-align: center;
    line-height: 145.938%;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .96px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-bottom: 30px;
}

.patient-interaction__title {
    font-weight: 600;
    margin-bottom: 5px;
}

.patient-interaction__form {
    margin-top: 20px;
}

.patient-interaction__row {
    width: 100%;

    display: flex;
    flex-direction: row;

    margin-bottom: 10px;
}

.patient-interaction__rating {
    align-items: center;
}

.ui-field.patient-interaction__row__textarea {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ui-field.patient-interaction__row__textarea .ui-texarea {
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.patient-interaction__row__textarea .patient-interaction__label {
    width: unset;
}


.patient-interaction__label {
    font-weight: 600;
    width: 80px;
    margin-right: 20px;
}

.patient-interaction__buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.patient-interaction__wrap .ui-btn[data-decision][disabled] {
    pointer-events: none;
    opacity: 0.8;
}

.patient-interaction__error {
    display: none;
    color: red;
}

.patient-interaction__error.active {
    display: block;
}

@media (max-width: 768.99px) {
    .patient-interaction__wrap {
        max-width: 600px;
        margin-top: 40px;
        padding: 30px;
    }

    .patient-interaction__heading {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .patient-interaction__logo img {
        width: 200px;
    }

    .patient-interaction__doctor span {
        display: block;
    }

    .patient-interaction__buttons {
        flex-direction: column;
    }
}

@media (max-width: 425.99px) {
    .patient-interaction__wrap {
        padding: 20px;
    }

    .patient-interaction__buttons .ui-btn {
        width: 100%;
    }
}

/**PATIENT - INTERACT - END **/

/** UI **/

.ui-btn.ui-btn-dark {
    background: #4c4d6e;
}

/** UI - END **/