.clinic-page {
    background-image: none;
    background-color: #F5F5F5;
}

.clinic-page__bg-overlay {
    display: none;
}

.clinic__header {
    background-color: #635f78;
    margin-bottom: 16px;
}

.clinic-age-verification .clinic-page__header-inside {
    background-color: unset !important;
}

.clinic-age-verification .clinic-page__header-logo path {
    fill: #FFFFFF;
}

.clinic-age-verification .clinic-page__header-title {
    font-family: Roboto, sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
}

.back-link {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 16px;
}

.back-link img {
    height: 10px;
}

.age-verification-form {
    border-radius: 10px;
    padding: 30px 27px;
    background-color: #FFFFFF;
    font-family: Roboto, sans-serif;

    --black: #212121;
    --light-black: #2C2F34;
    --red: #DC2C41;
}

.form__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: var(--black);
    margin-bottom: 12px;
}

.form__subtitle {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: var(--light-black);
    max-width: 440px;
    margin: 0 auto 24px;
}

.form__info-box {
    background-color: #F4F4F8;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 15px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.form__info-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #58546D;
}

.info-box__title {
    display: block;
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
    color: var(--light-black);
    margin-bottom: 2px;
}

.info-box__description {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #4A5567;
}

.form__label {
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
    color: var(--black);
}

.form__input {
    height: 38px;
    font-size: 13px;
}

.input__append {
    border: 1px solid #CCCCCC;
    border-left: none;
}

.form__input:focus + .input-group-append .input__append {
    border-color: #635f78;
}

.form__input--invalid,
.form__input--invalid + .input-group-append .input__append {
    border: 1.5px solid var(--red) !important;
}

.form__input-description {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #7B7979;
    margin-top: 5px;
}

.form__input-validation {
    color: var(--red);
}

.form__submit-btn {
    margin: 36px auto 0;
    font-family: 'Roboto', sans-serif;
    min-height: 42px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 255px;
}

.form__submit-btn__arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: rotate(45deg);
}


@media screen and (max-width: 767px) {
    .clinic-page__header-title {
        font-size: 18px;
    }

    .age-verification-form {
        padding: 24px 15px;
    }

    .form__title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .info-box__description {
        font-size: 12px;
    }
}
