
.reviews-block {
    width: 100%;
    padding: 32px 32px 30px;
    background: #3a415d;
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
}

.reviews-block * {
    box-sizing: border-box;
}

.reviews-main {
    display: flex;
    align-items: stretch;
    gap: 32px;
}

.reviews-left {
    width: 434px;
    display: flex;
    flex-direction: column;
}

.reviews-heading h2 {
    margin: 0 0 16px 0;
    font-weight: 700;
    font-size: 46px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fff;
}

.reviews-heading h2 span {
    color: #fbc974;
}

.reviews-heading p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    color: #fff;
}

.reviews-cards {
    display: flex;
    gap: 8px;
    margin-top: auto;
}

.reviews-card {
    width: 139px;
    padding: 14px;
    background: #505772;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.reviews-logo {
    height: 30px;
    margin-bottom: 12px;
}

.reviews-logo img {
    display: block;
}

.reviews-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 6px;
}

.reviews-stars img {
    display: block;
    width: 12px;
    height: 12px;
}

.reviews-score {
    margin-bottom: 6px;
}

.reviews-score p {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 4px;
    line-height: 100%;
}

.reviews-score span:first-child {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
}

.reviews-score span:last-child {
    font-weight: 500;
    font-size: 14px;
    color: #a9b6c5;
}

.reviews-count p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #a9b6c5;
}

.reviews-right {
    width: 330px;
    padding: 24px 16px;
    border: 1px solid #dadada;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviews-rating p {
    margin: 0 0 12px 0;
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    text-align: center;
    color: #3a415d;
}

.reviews-big-stars {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}

.reviews-big-stars img {
    display: block;
    width: 28px;
    height: 28px;
}

.reviews-rating-text p {
    margin: 0 0 24px 0;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    color: #828697;
}

.reviews-widget {
    width: 100%;
    min-height: 76px;
    margin-bottom: 24px;
}

.reviews-widget review-lab-rating {
    display: block;
    width: 100%;
}

.reviews-line {
    width: 100%;
    height: 1px;
    background: #dadada;
    margin-bottom: 24px;
}

.reviews-stats {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 24px;
}

.reviews-stat {
    width: 33.333%;
    text-align: center;
}

.reviews-stat p:first-child {
    margin: 0 0 4px 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    color: #3a415d;
}

.reviews-stat p:first-child span {
    color: #fbc974;
}

.reviews-stat p:last-child {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #6b7280;
}

.reviews-action {
    width: 100%;
}

.reviews-action a {
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 16px 30px;
    background: #204a95;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #f7f7f7;
    text-decoration: none;
}

.reviews-action p {
    margin: 4px 0 0 0;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #828697;
}

.reviews-footer {
    width: 100%;
    border-top: 1px solid #505771;
    margin-top: 24px;
    padding-top: 24px;
}

.reviews-footer-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews-footer-row + .reviews-footer-row {
    margin-top: 14px;
}

.reviews-footer-item {
    display: flex;
    align-items: center;
}

.reviews-footer-item img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.reviews-footer-item p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #e1e5f8;
}

.footer-hr {
    width: 1px;
    height: 16px;
    background: #505771;
    margin: 0 18px;
}

@media (max-width: 991px) {
    .reviews-main {
        flex-direction: column;
    }

    .reviews-left {
        width: 100%;
    }

    .reviews-right {
        width: 100%;
    }

    .reviews-cards {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .reviews-block {
        padding: 24px 16px;
    }

    .reviews-heading h2 {
        font-size: 32px;
    }

    .reviews-heading p {
        font-size: 15px;
    }

    .reviews-cards {
        flex-direction: column;
    }

    .reviews-card {
        width: 100%;
    }

    .reviews-footer-row {
        flex-direction: column;
        gap: 14px;
    }

    .footer-hr {
        display: none;
    }
}



/* ВТОРАЯ */



.review-lab-section {
    width: 100%;
    margin-top: 100px;
}









/* ТРЕТЬЯ */




.video-reviews-section {
    width: 100%;
    margin-top: 100px;
}

.video-reviews-title h2 {
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #222;
}

.video-reviews-list {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.video-review {
    position: relative;
    width: 203px;
    height: 360px;
    overflow: hidden;
    background: #f2f2f2;
}

.video-review iframe {
    display: block;
    width: 203px;
    height: 360px;
    border: 0;
}

.video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    pointer-events: none;
    opacity: 1;
    visibility: visible;
}

.video-play img {
    display: block;
    width: 48px;
    height: 48px;
}

.video-review.video-review-active .video-play {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 991px) {
    .video-reviews-list {
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .video-review {
        min-width: 203px;
    }
}

@media (max-width: 767px) {
    .video-reviews-section {
        margin-top: 60px;
    }

    .video-reviews-title h2 {
        font-size: 22px;
    }
}

/* Четвертная */


.platforms-section {
    width: 100%;
    margin-top: 100px;
}

.platforms-title h2 {
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #222;
}

.platforms-text p {
    margin: 20px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #404040;
}

.platforms-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.platform-card {
    position: relative;
    display: block;
    border: 1px solid #dadada;
    padding: 40px 20px;
    text-decoration: none;
    background: #fff;
}

.platform-link {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 16px;
    height: 16px;
}

.platform-logo {
    display: flex;
    justify-content: center;
    height: 30px;
    margin-bottom: 16px;
}

.platform-logo img {
    display: block;
}

.platform-stars {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 8px;
}

.platform-stars img {
    display: block;
    width: 14px;
    height: 14px;
}

.platform-score p {
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 4px;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #222;
}

.platform-score span {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #222;
}

.platform-count p {
    margin: 8px 0 0 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    color: #7c7c7c;
}

@media (max-width: 991px) {
    .platforms-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .platforms-section {
        margin-top: 60px;
    }

    .platforms-title h2 {
        font-size: 22px;
    }

    .platforms-list {
        grid-template-columns: 1fr;
    }
}


/* Пятый */

.doctors-section {
    width: 100%;
    margin-top: 100px;
}

.doctors-title h2 {
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #222;
}

.doctors-text p {
    margin: 20px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #404040;
}

.doctors-list {
    margin-top: 20px;
}

.doctors-more {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.doctors-more a {
    display: inline-block;
    border: 1px solid #1e4585;
    border-radius: 4px;
    padding: 16px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #1e4585;
    text-decoration: none;
}

@media (max-width: 767px) {
    .doctors-section {
        margin-top: 60px;
    }

    .doctors-title h2 {
        font-size: 22px;
    }

    .doctors-more a {
        width: 100%;
    }
}



/* ШЕСТОЙ */

.cases-section {
    width: 100%;
    margin-top: 100px;
}

.cases-title h2 {
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #222;
}

.cases-text p {
    margin: 20px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #404040;
}

.cases-list {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.case-card {
    width: 50%;
    border: 1px solid #dadada;
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.case-images {
    display: flex;
    gap: 8px;
}

.case-photo {
    position: relative;
    width: 187px;
    height: 170px;
    overflow: hidden;
}

.case-photo img {
    display: block;
    width: 187px;
    height: 170px;
    object-fit: cover;
}

.case-photo-label {
    position: absolute;
    top: 8px;
    padding: 4px 6px;
    background: #1e4585;
}

.case-photo-left {
    left: 8px;
}

.case-photo-right {
    right: 8px;
}

.case-photo-label p {
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 90%;
    color: #f7f7f7;
}

.case-tags {
    display: flex;
    gap: 4px;
    margin-top: 16px;
}

.case-tag {
    padding: 5px 8px;
    background: #dde4ff;
}

.case-tag p {
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    color: #1e4585;
}

.case-name p {
    margin: 16px 0 0 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #404040;
}

.case-doctor p {
    margin: 8px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #404040;
}

.case-link {
    margin-top: auto;
    padding-top: 16px;
}

.case-link a {
    display: block;
    border: 1px solid #1e4585;
    border-radius: 4px;
    padding: 16px 30px;
    text-decoration: none;
}

.case-link p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #1e4585;
}

@media (max-width: 991px) {
    .cases-list {
        flex-direction: column;
    }

    .case-card {
        width: 100%;
    }

    .case-photo {
        width: 50%;
    }

    .case-photo img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cases-section {
        margin-top: 60px;
    }

    .cases-title h2 {
        font-size: 22px;
    }

    .case-card {
        padding: 16px;
    }

    .case-tags {
        flex-wrap: wrap;
    }
}

/* Седьмая */

.patient-notes-section {
    width: 100%;
    margin-top: 100px;
}

.patient-notes-title h2 {
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #222;
}

.patient-notes-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.patient-note-card {
    border: 1px solid #dadada;
    padding: 20px;
    background: #fff;
}

.patient-note-icon {
    width: 32px;
    height: 32px;
}

.patient-note-icon img {
    display: block;
    width: 32px;
    height: 32px;
}

.patient-note-name p {
    margin: 24px 0 0 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #404040;
}

.patient-note-text p {
    margin: 8px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #404040;
}

.patient-note-line {
    width: 100%;
    height: 1px;
    background: #dadada;
    margin-top: 16px;
}

.patient-note-quote p {
    margin: 16px 0 0 0;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #666;
}

@media (max-width: 991px) {
    .patient-notes-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .patient-notes-section {
        margin-top: 60px;
    }

    .patient-notes-title h2 {
        font-size: 22px;
    }

    .patient-notes-list {
        grid-template-columns: 1fr;
    }
}

/* ВОСЕМЬ */

.faq-section {
    width: 100%;
    margin-top: 100px;
}

.faq-title h2 {
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #222;
}

.faq-list {
    margin-top: 20px;
}

.faq-item {
    border: 1px solid #dadada;
    padding: 20px;
    background: #fff;
    cursor: pointer;
    transition: border 300ms ease;
}

.faq-item + .faq-item {
    margin-top: 20px;
}

.faq-item.faq-active {
    border: 1px solid #1e4585;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.faq-question p {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #404040;
}

.faq-icon {
    position: relative;
    width: 18px;
    min-width: 18px;
    height: 18px;
    transition: transform 300ms ease;
}

.faq-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    height: 2px;
    background: #aeaeae;
    transition: background 300ms ease;
}

.faq-icon:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    width: 2px;
    height: 18px;
    background: #aeaeae;
    transition: background 300ms ease;
}

.faq-item.faq-active .faq-icon {
    transform: rotate(45deg);
}

.faq-item.faq-active .faq-icon:before,
.faq-item.faq-active .faq-icon:after {
    background: #1e4585;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 300ms ease, opacity 300ms ease;
}

.faq-answer p {
    margin: 16px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #404040;
}

.faq-item.faq-active .faq-answer {
    max-height: 200px;
    opacity: 1;
}

@media (max-width: 767px) {
    .faq-section {
        margin-top: 60px;
    }

    .faq-title h2 {
        font-size: 22px;
    }

    .faq-item {
        padding: 16px;
    }
}


/* ДЕВЯТЬ */

.leave-review-section {
    width: 100%;
    margin-top: 100px;
    display: flex;
    gap: 24px;
}

.leave-review-left {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.leave-review-right {
    width: 50%;
}

.leave-review-title h2 {
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #222;
}

.leave-review-text p {
    margin: 20px 0 0 0;
    max-width: 380px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #404040;
}

.leave-review-links {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.leave-review-links a {
    display: block;
    border-radius: 4px;
    padding: 16px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
}

.leave-review-links a:nth-child(1) {
    border: 1px solid #fc3f1d;
    background: #fc3f1d;
}

.leave-review-links a:nth-child(2) {
    border: 1px solid #19aa1e;
    background: #19aa1e;
}

.leave-review-links a:nth-child(3) {
    border: 1px solid #3981f1;
    background: #3981f1;
}

.leave-review-form-title p {
    margin: 0 0 16px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #404040;
}

.leave-review-inputs {
    display: flex;
    gap: 16px;
}

.leave-review-inputs input,
.leave-review-inputs select {
    width: 50%;
    border: 1px solid #dadada;
    padding: 16px 20px;
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #757575;
    outline: none;
    font-family: "Open Sans", sans-serif;
}

.leave-review-inputs select {
    appearance: none;
    background-image: url("/img/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px 8px;
}

.leave-review-rating-title p {
    margin: 16px 0 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #404040;
}

.leave-review-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 4px;
    margin-top: 8px;
}

.leave-review-rating input {
    display: none;
}

.leave-review-rating label {
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: #d7d7d7;
    mask-image: url("/bitrix/templates/gvozdevsoft_remontgs_color_19/images/rewiews/star.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 18px 18px;
    -webkit-mask-image: url("/bitrix/templates/gvozdevsoft_remontgs_color_19/images/rewiews/star.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 18px 18px;
}

.leave-review-rating input:checked ~ label,
.leave-review-rating label:hover,
.leave-review-rating label:hover ~ label {
    background: #f6a000;
}

.leave-review-message {
    margin-top: 16px;
}

.leave-review-message textarea {
    display: block;
    width: 100%;
    height: 100px;
    border: 1px solid #dadada;
    padding: 16px 20px;
    resize: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #757575;
    outline: none;
    font-family: "Open Sans", sans-serif;
}

.leave-review-policy {
    margin-top: 16px;
}

.leave-review-policy label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.leave-review-policy input {
    display: none;
}

.leave-review-policy span {
    position: relative;
    width: 12px;
    min-width: 12px;
    height: 12px;
    border: 1px solid #a94dc1;
    border-radius: 2px;
    margin-right: 8px;
}

.leave-review-policy input:checked + span {
    background: #a94dc1;
}

.leave-review-policy input:checked + span:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 1px;
    width: 4px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.leave-review-policy p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #a2a2a2;
}

.leave-review-policy a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #1e4585;
}

.leave-review-button {
    margin-top: 16px;
}

.leave-review-button button {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 16px 30px;
    background: #1e4585;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #f7f7f7;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 991px) {
    .leave-review-section {
        flex-direction: column;
    }

    .leave-review-left,
    .leave-review-right {
        width: 100%;
    }

    .leave-review-links {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .leave-review-section {
        margin-top: 60px;
    }

    .leave-review-title h2 {
        font-size: 22px;
    }

    .leave-review-inputs {
        flex-direction: column;
    }

    .leave-review-inputs input,
    .leave-review-inputs select {
        width: 100%;
    }
}

/* десять */

.consult-section {
    width: 100%;
    margin-top: 100px;
    border-radius: 4px;
    padding: 32px;
    background: linear-gradient(90deg, #020308 0%, #1a2363 100%);
    display: flex;
    gap: 24px;
    box-sizing: border-box;
}

.consult-section * {
    box-sizing: border-box;
}

.consult-left {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.consult-right {
    width: 50%;
}

.consult-title h2 {
    margin: 0;
    max-width: 260px;
    font-weight: 600;
    font-size: 25px;
    line-height: 130%;
    color: #fff;
}

.consult-text p {
    margin: 20px 0 0 0;
    max-width: 380px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #d1d7f9;
}

.consult-list {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.consult-list li {
    position: relative;
    padding-left: 17px;
}

.consult-list li + li {
    margin-top: 8px;
}

.consult-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 9px;
    height: 19px;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='19' viewBox='0 0 9 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.86L3.0006 12.1L8 6.5' stroke='%23FBC974' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px 19px;
}

.consult-list p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #d1d7f9;
}

.consult-phones {
    margin-top: auto;
}

.consult-phones a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.consult-phones a + a {
    margin-top: 8px;
}

.consult-phones img {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.consult-phones p {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

.consult-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.consult-fields input,
.consult-fields select,
.consult-fields textarea {
    width: 100%;
    border: 0;
    padding: 16px 20px;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #757575;
    outline: none;
}

.consult-fields input,
.consult-fields select {
    height: 52px;
}

.consult-fields select {
    appearance: none;
    background-image: url("/img/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px 8px;
}

.consult-fields textarea {
    display: block;
    height: 100px;
    resize: none;
}

.consult-policy {
    margin-top: 16px;
}

.consult-policy label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.consult-policy input {
    display: none;
}

.consult-policy span {
    position: relative;
    width: 12px;
    min-width: 12px;
    height: 12px;
    border: 1px solid #a94dc1;
    border-radius: 2px;
    margin-right: 8px;
    background: #fff;
}

.consult-policy input:checked + span {
    background: #a94dc1;
}

.consult-policy input:checked + span:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 1px;
    width: 4px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.consult-policy p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #d1d7f9;
}

.consult-policy a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
}

.consult-button {
    margin-top: 16px;
}

.consult-button button {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 16px 30px;
    background: #1e4585;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}

.consult-button p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #f7f7f7;
}

@media (max-width: 991px) {
    .consult-section {
        flex-direction: column;
    }

    .consult-left,
    .consult-right {
        width: 100%;
    }

    .consult-phones {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .consult-section {
        margin-top: 60px;
        padding: 24px 16px;
    }

    .consult-title h2 {
        font-size: 22px;
    }
}


.select-menu {
    position: relative;
    width: 100%;
}

.leave-review-inputs .select-menu {
    width: 50%;
}

.consult-fields .select-menu {
    width: 100%;
}

.select-current {
    width: 100%;

    border: 1px solid #dadada;
    padding: 16px 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.select-current p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #757575;
}

.select-current svg {
    width: 12px;
    height: 12px;
    min-width: 12px;
    transition: transform 300ms ease;
}

.select-menu.select-open .select-current svg {
    transform: rotate(180deg);
}

.select-list {
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 20;
    width: 100%;
    border: 1px solid #dadada;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 300ms ease, visibility 300ms ease, transform 300ms ease;
}

.select-menu.select-open .select-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.select-option {
    padding: 14px 20px;
    cursor: pointer;
}

.select-option + .select-option {
    border-top: 1px solid #dadada;
}

.select-option p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #404040;
}

.select-option:hover {
    background: #f4f6ff;
}

.select-option:hover p {
    color: #1e4585;
}

@media (max-width: 767px) {
    .leave-review-inputs .select-menu {
        width: 100%;
    }
}