

/* Start:/local/components/biokvant/consultation.form/templates/.default/style.css?17871332675359*/
.biokvant-consultation {
    position: relative;
    margin: 30px 0px;
    overflow: hidden;
    border-radius: 18px;
    background:
            linear-gradient(
                    110deg,
                    #f1f8f9 0%,
                    #f1f8f9 82%,
                    #08798a 82%,
                    #08798a 100%
            );
}

.main-consultation-form .biokvant-consultation {
    margin: 30px 200px;
}
.biokvant-consultation__content {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 360px;
    padding: 22px 28px;
}


.biokvant-consultation__form-wrap {
    position: relative;
    z-index: 2;

    width: 60%;
    /*max-width: 650px;*/
}


.biokvant-consultation__title {
    margin: 0 0 8px;

    color: #202020;

    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}


.biokvant-consultation__description {
    max-width: 600px;

    margin-bottom: 22px;

    color: #4e5e59;

    font-size: 14px;
    line-height: 1.5;
}


.biokvant-consultation__form-wrap .biokvant-consultation__form {
    width: 100%;
    padding: 0;
}


.biokvant-consultation__field {
    margin-bottom: 12px;
}


.biokvant-consultation__field input,
.biokvant-consultation__field textarea {
    display: block;

    width: 100%;

    border: 0;
    outline: 0;

    box-sizing: border-box;

    color: #263934;
    background: #fff;

    font-family: inherit;
    font-size: 15px;

    transition:
            box-shadow .2s ease,
            transform .2s ease;
}


.biokvant-consultation__field input {
    height: 40px;

    padding: 0 20px;

    border-radius: 25px;
}


.biokvant-consultation__field textarea {
    min-height: 95px;

    padding: 15px 20px;

    border-radius: 20px;

    resize: vertical;
}


.biokvant-consultation__field input:focus,
.biokvant-consultation__field textarea:focus {
    box-shadow:
            0 0 0 2px rgba(17, 173, 130, .16),
            0 5px 18px rgba(0, 0, 0, .04);
}


.biokvant-consultation__consent {
    display: flex;
    align-items: flex-start;

    gap: 7px;

    margin: 4px 0 14px;

    color: #536660;

    font-size: 11px;
    line-height: 1.4;

    cursor: pointer;
}


.biokvant-consultation__consent input {
    flex: 0 0 auto;

    margin-top: 2px;
}


.biokvant-consultation__consent a {
    color: inherit;

    text-decoration: underline;
}


.biokvant-consultation__submit button {
    min-width: 125px;
    height: 43px;

    padding: 0 25px;

    border: 0;
    border-radius: 23px;

    color: #fff;
    background: #ff8754;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition:
            transform .2s ease,
            opacity .2s ease,
            box-shadow .2s ease;
}


.biokvant-consultation__submit button:hover {
    transform: translateY(-1px);

    box-shadow:
            0 6px 16px rgba(255, 135, 84, .25);
}


.biokvant-consultation__submit button:disabled {
    transform: none;

    opacity: .6;

    cursor: default;
}


.biokvant-consultation__status {
    margin-top: 10px;

    font-size: 13px;
}


.biokvant-consultation__status.is-success {
    color: #12815e;
}


.biokvant-consultation__status.is-error {
    color: #c63d3d;
}


/* ===========================
   ВРАЧ
=========================== */

.biokvant-consultation__doctor {
    position: absolute;
    z-index: 1;

    right: 2%;
    bottom: -2px;

    width: 34%;
    height: 100%;

    pointer-events: none;
}


.biokvant-consultation__doctor img {
    position: absolute;

    right: 0;
    bottom: 0;

    display: block;

    width: auto;
    height: 103%;

    max-width: none;

    object-fit: contain;
    object-position: right bottom;

    filter:
            drop-shadow(
                    0 8px 10px rgba(0, 0, 0, .08)
            );
}


/* Honeypot */

.biokvant-consultation__honeypot {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    opacity: 0 !important;

    pointer-events: none !important;

    overflow: hidden !important;
}


/* ===========================
   TABLET
=========================== */

@media (max-width: 1100px) {

    .biokvant-consultation__form-wrap {
        width: 65%;
    }

    .biokvant-consultation__doctor {
        right: -2%;

        width: 38%;
    }

    .biokvant-consultation__doctor img {
        height: 95%;
    }

}


/* ===========================
   MOBILE
=========================== */

@media (max-width: 767px) {

    .biokvant-consultation {
        background: #f1f8f9;
        margin: 30px 0;
    }
    .main-consultation-form .biokvant-consultation {
        margin: 30px 0;
    }

    .biokvant-consultation__content {
        min-height: auto;

        padding: 28px 20px;
    }


    .biokvant-consultation__form-wrap {
        width: 100%;
        max-width: none;
    }


    .biokvant-consultation__title {
        font-size: 24px;
    }


    .biokvant-consultation__doctor {
        display: none;
    }


    .biokvant-consultation__form {
        max-width: none;
    }

}
/* End */
/* /local/components/biokvant/consultation.form/templates/.default/style.css?17871332675359 */
