@import url('../style.css');

@import url('../about/section-mission.css');
@import url(../ophthalmology/section-technologies.css);
@import url('../aesthetic/section-results.css');
@import url('../program/section-form.css');
@import url(../ophthalmology/section-doctors.css);

@import url('section-hero.css');
@import url('section-includes.css');
@import url('section-process.css');
@import url('section-questions.css');
@import url('section-directions.css');
@import url('section-cost.css');

:root {
    --section-padding: 70px 0;
}

.bg-silver {
    background: #F8F7F3;
}

.section-white {
    background: #fff;
}

.abd-feature__btn {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 39px;
    padding: 0 22px;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-text);
    background: rgba(32, 32, 32, 0.05);
    border: 1px solid var(--color-text);
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}

.abd-feature__btn:hover {
    background: rgba(32, 32, 32, 0.12);
    color: var(--color-text);
}

.aesthetic-breadcrumbs a {
    color: #9D9D9D;
    font-size: 14px;
}

.aesthetic-breadcrumbs span {
    font-size: 14px;
}

.about-mission {
    padding: 40px 0 70px 0;
}

.program-includes__description {
    min-height: 97px;
}

.abdominoplasty-includes .abd-feature-left_bottom {
    margin: unset;
    margin-top: 83px;
    width: 100%;
}

.abdominoplasty-includes .abd-feature__btn:first-of-type {
    margin-left: -10px;
}

.about-mission__image img {
    width: 670px;
    height: 404px;
    /* max-width: 100%; */
    max-height: 100%;
}

.about-mission__image_p {
    padding: 0;
}

.result-subtitle {
    max-width: 1021px;
}

.about-mission__image_p {
    margin-top: 20px;
}

.aesthetic-breadcrumbs {
    height: 17px;
}

.program-form__subtitle {
    max-width: 100%;
}

.program-form__visual-overlay {
    background: linear-gradient(179.72deg, rgba(153, 129, 88, 0) 30.94%, rgba(153, 129, 88, 0.4) 96.32%);
}

.program-form__captcha-refresh {
    max-height: 38px;
    margin-left: -3px;
}

.program-form__input--textarea:placeholder-shown {
    padding-top: 78px;
}

@media screen and (min-width:991px) {
    .form-row_abd {
        align-items: stretch;
    }

    .form-row_abd .program-form__visual {
        height: 100%;
    }
}

@media screen and (max-width:1182px) {
    .abdominoplasty-includes .abd-feature-left_bottom {
        margin-top: 35px;
    }
}


@media screen and (max-width:991px) {
    .program-includes__description {
        min-height: fit-content;
    }

    .about-mission {
        padding: 50px 0;
    }

    .abd-feature__btn,
    .program-doctors__action .btn {
        font-size: 12px;
        height: 32px;
    }

    .abdominoplasty-includes .abd-feature__btn:first-of-type {
        margin-left: unset;
    }

    .abdominoplasty-includes .abd-feature-left_bottom {
        bottom: 50px;
        height: 84px;
    }

    .abdominoplasty-includes .abd-feature__btn {
        padding: 8px 20px;
        height: 32px;
        font-size: 12px;
    }

    .program-form>div>div>div {
        padding: 0;
    }

    .about-mission .col-lg-6 {
        padding: 0;
    }

    .about-mission .col-lg-6:first-of-type {
        margin-top: 0;
    }

    .abdominoplasty-includes .abd-feature-left_bottom {
        max-width: fit-content;
    }

    .about-mission__image img {
        min-width: unset;
        width: 100%;
        min-height: 290px;
        height: auto;
    }

    /* .program-doctors .col {
        padding-left: 0;
        padding-right: 5px;
    }
    .program-doctors .col:nth-child(2n) {
        padding-left: 5px;
        padding-right: 0px;
    } */
}

@media screen and (max-width:768px) {
    :root {
        --section-padding: 50px 0;
    }

    .program-form__captcha-refresh {
        max-height: 26px;
        max-width: 26px;
    }

    .program-form__visual {
        display: block;
        min-height: 290px;
        margin-bottom: 20px;
    }

    .program-form__visual img {
        aspect-ratio: 290 / 290;
    }

    .program-form__input--textarea:placeholder-shown {
        padding-top: 116px;
    }

    .program-form__btn,
    .ophthalmology-doctors__btn {
        height: 32px;
    }

    .program-hero__logo img {
        width: 134px;
    }
}