

/* Start:/local/templates/eml/components/it24/template/form_question_doctor/style.css?17516324143938*/
.form__question__icon__arrow__circle__white_right {
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url("/local/templates/eml/components/it24/template/form_question_doctor/img/arrow_circle_white_right.png") no-repeat center;
}

footer {
    margin-top: 0 !important;
}

header {
    margin-bottom: 0 !important;
}

.form__question {
    display: block;
    width: 100%;
    min-height: 703px;
    padding-top: 80px;
}

.form__question input:focus, .form__question input:active, .form__question textarea:focus, .form__question textarea:active {
    outline: none;
    box-shadow: none;
}

.form__question__block {
    background: #FFFFFF;
    border: 1px solid #C3DFF9;
    box-shadow: 0 5px 10px rgba(13, 31, 76, 0.15);
    border-radius: 2px;
    width: 50%;
    margin: auto;
    padding: 55px 60px;
}

.form__question__title {
    font-weight: 600;
    font-size: 50px;
    line-height: 105%;
    text-align: center;
    color: #0D1F4C;
    margin-bottom: 35px;
}

.form__question__title span {
    color:#0091CB
}

.form__question__input {
    background: #FFFFFF;
    border: 1px solid #C3DFF9;
    border-radius: 22px;
    width: 100%;
    padding: 14px 24px;
    margin-bottom: 15px;
}

.form__question__textarea {
    background: #FFFFFF;
    border: 1px solid #C3DFF9;
    border-radius: 10px;
    width: 100%;
    height: 100px;
    padding: 14px 24px;
    margin-bottom: 15px;
}

.form__question__input::placeholder, .form__question__textarea::placeholder {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #747D94;
}

.form__question__i__agree {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #0D1F4C;
}

.form__question__i__agree a {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #0091CB;
}

.form__question__btn {
    background: #0091CB;
    border: 2px solid #0091CB;
    border-radius: 22px;
    line-height: 45px;
    padding: 0 50px 0 23px;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    transition: 500ms;
    min-width: 205px;
    margin-top: 25px;
}

.form__question__btn .form__question__icon__arrow__circle__white_right {
    position: absolute;
    right: 5px;
    top: 8px;
}

.form__question__text__success {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #0D1F4C;
    display: none;
}

@media screen and (max-width: 1280px) {

    .form__question__title {
        font-size: 40px;
    }

    .form__question {
        padding-top: 90px;
    }
}

@media screen and (max-width: 1024px) {

    .form__question__title {
        font-size: 30px;
    }

    .form__question__block {
        width: 50%;
        padding: 35px 40px;
    }

    .form__question {
        padding-top: 115px;
    }
}

@media screen and (max-width: 992px) {

    .form__question__title {
        font-size: 25px;
    }

    .form__question__block {
        width: 65%;
        padding: 25px 30px;
    }

    .form__question {
        padding-top: 100px;
    }
}

@media screen and (max-width: 576px) {


    .form__question__block {
        width: 80%;
    }

    .form__question {
        padding-top: 90px;
    }
}

@media screen and (max-width: 400px) {


    .form__question__block {
        width: 90%;
    }

    .form__question {
        padding-top: 90px;
    }

    .form__question__text__success {
        font-size: 14px;
    }
}

@media screen and (max-width: 290px) {

    .form__question__title {
        font-size: 20px;
    }

    .form__question__block {
        width: 95%;
        padding: 15px;
    }

    .form__question {
        padding-top: 100px;
    }

    .form__question__i__agree, .form__question__i__agree  a {
        font-size: 12px;
    }

    .form__question__text__success {
        font-size: 12px;
    }
}

.policy-with-checkbox {
    display: grid;
    grid-template-columns: 18px auto;
    gap: 8px;
}
/* End */
/* /local/templates/eml/components/it24/template/form_question_doctor/style.css?17516324143938 */
