

/* Start:/local/templates/avaclinic/css/titleBanner.css?17116426681359*/
.titleBanner {
    background-image: url("/local/templates/avaclinic/images/title_block/title_banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 48px;
}
.titleBanner .container{
    display: flex;
    justify-content: space-between;
}
.titleBanner_content{
    max-width: 664px;
    margin: 16px 0;
}
.titleBanner_content > :last-child {
    margin-bottom: 32px;
}

.titleBanner_breadcrumbs{
    margin-top: 40px;
}
.titleBanner_text{
    margin-bottom: 0px;
    line-height: 26px;
    font-size: 16px;
}
.titleBanner_btn{
    margin-top: 32px;
}
.titleBanner_figure{
    display: flex;
    align-items: flex-end;
}
.titleBanner_image{
    max-width: 432px;
    object-fit: contain;
    object-position: bottom;
    height: min-content;
    display: none;
}
.titleBanner_image.show{
    display: block;
}
@media(max-width: 1279px){
    .titleBanner_figure{
        display: none;
    }
}
@media (max-width: 767px) {
    .titleBanner{
        margin-top: -4px;
    }
    .titleBanner_btn{
        margin-top: 16px;
    }
    .titleBanner_banner .titleBanner_image {
        display: none;
    }
    .titleBanner_banner .titleBanner_body {
        width: auto;
    }
    .titleBanner_banner .titleBanner_body p.titleBanner_text {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 8px
    }
}

/* End */


/* Start:/local/templates/avaclinic/components/custom/forms/form_tax_cert/style.css?17321042999126*/
.first {
    width: 100%;
    display: flex;
    margin-bottom: 8px;
}

.subTitle {
    color: #7D8694;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    justify-content: space-between;
}

.addPatient {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    cursor: pointer;
}

.addPatient span {
    color: #5EB92D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-left: 4px;
}

.rmvPatient {
    color: #D81615;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.72px;
    cursor: pointer;
}

.addressDescription {
    display: flex;
    align-items: flex-start;
    margin: 8px 0 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.addressDescription span {
    margin-left: 4px;
}

.formContainer.form_taxCert {
    max-width: unset;
    margin: 0 0 24px;
    padding: 24px 48px 0;
}

.form_taxCert .formCell.checkboxCell.half {
    text-align: left;
    display: flex;
    align-items: center;
}

.form_taxCert .formCell.optionsInput .formCell_placeholder {
    z-index: 1;
}

.form_taxCert .formCell.multiSelect_years .formCell_placeholder {
    padding-right: 30px;
}

.form_taxCert .formCell.optionsInput.filled .arrow_bot,
.form_taxCert .formCell.optionsInput .select.disabled .arrow_bot {
    display: none;
}

.form_taxCert .formCell .svgCleaner {
    right: 8px;
    padding: 0 8px;
    fill: #1D2F3C;
    cursor: pointer;
}

.form_taxCert .formCell.medicalCardId .svgCleaner {
    right: 40px;
}

.form_taxCert .formCell.address {
    display: flex!important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-out;
}

.form_taxCert .formCell.address:not(.hidden) {
    max-height: 200px;
    overflow: unset;
}

.form_taxCert .formCell.address textarea {
    height: 96px;
}

.form_taxCert .address_description,
.form_taxCert .clinic_description {
    display: flex;
    gap: 4px;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
}

.form_taxCert .clinic_description {
    display: none;
    margin-top: 8px;
}

.formCell.clinic .current_value {
    padding: 8px 32px 8px 18px;
    height: unset;
    min-height: 48px;
}

.formCell.clinic.filled label {
    height: 9px;
}

.form_taxCert p {
    margin-bottom: 24px;
}

.reveal .reveal_block {
    text-align: center;
}

.form_taxCert .form_btnCell {
    justify-content: flex-start;
}

/*region Numeric input -- hide spin controls*/
/* Chrome, Safari, Edge, Opera */
.form_taxCert .inputCell_naturalNumber input::-webkit-outer-spin-button,
.form_taxCert .inputCell_naturalNumber input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.form_taxCert .inputCell_naturalNumber input[type=number] {
    -moz-appearance: textfield;
}
/*endregion*/

@media (max-width: 1279px) {
    .form_taxCert .formCell.medicalCardId .svgCleaner {
        right: 48px;
    }
}

@media (min-width: 891px) {
    .form_taxCert .formCell.address:not(.filled) label {
        top: 63px;
    }
    .form_taxCert .formCell.address.onFocus label,
    .form_taxCert .formCell.address.filled label {
        top: 39px;
    }
}

@media (max-width: 890px) {
    .js_form_taxCert > .formCell.fourth {
        width: 100%;
    }
    .form_taxCert .clinic_description {
        display: flex;
    }
    .form_taxCert .address_description {
        display: none;
    }
}

@media (min-width: 768px) {
    .form_taxCert .formCell.fourth {
        margin-bottom: 8px;
    }

    .form_taxCert .address_description {
        align-self: flex-start;
        margin-bottom: 24px;
    }
}

@media (min-width: 891px) {
    .form_taxCert .formCell.fourth {
        margin-bottom: 16px;
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .formContainer.form_taxCert {
        margin: 0 0 24px;
        padding: 24px 16px 16px;
        text-align: left;
    }

    .form_taxCert .btn.submitButton {
        margin-bottom: 24px;
    }

    .form_taxCert .formCell.half {
        width: 100%;
    }

    .form_btnCell > * {
        width: 100%!important;
    }

    .reCaptcha_link,
    .reCaptcha_info,
    .reCaptcha_links
    {
        white-space: nowrap;
    }
}

@media (max-width: 390px) {
    .form_taxCert .formCell.reCaptcha {
        flex-direction: column;
    }
}

/*region Tooltip*/
.formCell_tooltipDesc:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.formCell_tooltipDesc {
    display: flex;
}

.formCell_tooltipModal,
.formCell_tooltipDesc {
    align-items: center;
    z-index: 1;
    cursor: pointer;
}
.formCell_tooltipModal {
    display: none;
}

.inTooltip .formCell_tooltipContainer {
    display: block;
    border-radius: 10px;
}
.formCell_tooltip {
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    fill: #5EB92D;
    position: absolute !important;
    right: 16px;
    top: 14px;
}
.formCell_tooltipIcon {
    fill: #79CE4B;
    width: 20px;
    height: 20px;
    transition: fill 0.3s;
}
.formCell_tooltipDesc {
    height: inherit;
}
.formCell_tooltipTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #1d2f3c;
}
.formCell_tooltipText {
    color: #7D8694;
    font-size: 12px;
    line-height: 19px;
    width: 300px;
}
.formCell_tooltipSub {
    margin-top: 8px;
    color: #7D8694;
    font-size: 12px;
    line-height: 19px;
}

.formCell_tooltip.active {
    z-index: 102;
}
.formCell_tooltipClose {
    display: none;
    width: 26px;
    height: 26px;
    fill: #7D8694;
    position: absolute;
    right: 16px;
    top: 16px;
}
.formCell_tooltipContainer.heightHalf {
    overflow: hidden;
}
.formCell_tooltipContainer.heightHalf:after {
    content: "";
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0;
    overflow: hidden;
    height: 1px;
    box-shadow: 0 0 21px 41px #ffffffd9;
    z-index: 9999;
    width: 100%;
}
@media (max-width: 1279px) {
    .formCell_tooltip {
        width: 24px;
        height: 48px;
        right: 8px;
        top: 0;
        padding: 0 8px;
    }

    .formCell_tooltipContainer.heightHalf:after {
        display: none;
    }

    .formCell_tooltipDesc {
        display: none;
    }

    .formCell_tooltipModal {
        display: flex;
        height: 100%;
        align-items: center;
    }

    .formCell_tooltipIcon {
        width: 24px;
        height: 24px;
    }
}

/*region tooltip -- modal*/
.formCell_tooltip.inModal .formCell_tooltipContainer {
    z-index: 1050;
}
.formCell_tooltip.inModal .formCell_tooltipClose {
    display: block;
}
.formCell_tooltipIcon:hover {
    fill: #5EB92D;
}
.formCell_tooltipContainer {
    padding: 24px;
    z-index: 1050;
    width: fit-content;
    position: absolute;
    top: 0;
    display: none;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgb(120 160 190 / 30%);
    box-sizing: border-box;
}

.formCell_tooltipInner {
    text-align: left;
}

.inModal .formCell_tooltipInner{
    height: 100%;
    overflow: auto;
}
.inModal .formCell_tooltipOverlay {
    position: fixed;
    display: flex;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: #1d2f3c;
    opacity: 0.75;
    align-items: flex-end;
    z-index: 9;
}
.inModal .formCell_tooltipContainer {
    top: auto;
    box-sizing: border-box;
    bottom: 0;
    display: flex;
    max-height: calc(100% - 180px );
    width: 100%;
    left: 0;
    position: fixed;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #ffffff;
}
.inModal .formCell_tooltipText {
    width: 100%;
}

.multiSelect_years.onError > .current_select.js_currentSelect {
    border-color: #D81615;
}

.multiSelect_years .current_select svg.filter_arrow {
    fill: #7D8694;
}

.multiSelect_years:not(.filled) .current_select .filter_cleaner {
    display: none;
}

.multiSelect_years:not(.filled) .current_select svg.filter_arrow {
    display: block;
}

.js_form_taxCert .js_clinic.disabled .js_currentSelect button {
    font-size: 0;
}

/*endregion*/

/*region formCell - disabled */
.optionsInput .errorTooltip {
    width: 100%;
    position: absolute;
    top: 56px;
    left: 0;
    display: block;
    visibility: hidden;
    background: #fff;
    box-sizing: border-box;
    z-index: 2;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 8px 20px;
    text-align: left;
    box-shadow: 0 4px 15px rgb(120 160 190 / 30%);
    border-radius: 8px;
    opacity: 0;
    transition: opacity .3s ease, visibility .3s ease;
}

.optionsInput .errorTooltip.visible {
    visibility: visible;
    opacity: 1;
}

.js_select.disabled .current_select .current_value {
    background: #F0F0F0;
    border: 1px solid #F0F0F0;

}

.js_select.optionsInput.disabled .current_select .current_value {
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
}

.formCell.optionsInput.disabled .formCell_placeholder {
    background: transparent;
    color: #CFD3DA;
}

/*endregion*/

/* End */
/* /local/templates/avaclinic/css/titleBanner.css?17116426681359 */
/* /local/templates/avaclinic/components/custom/forms/form_tax_cert/style.css?17321042999126 */
