

/* Start:/local/templates/avaclinic/components/bitrix/news/treatment/bitrix/news.list/.default/style.css?17781448444933*/
/*region Profile List - General*/
.profileList,
.profileList_item,
.profileList_text,
.profileList_icon {
    display: flex;
}

.profileList {
    flex-flow: row wrap;
}

.profileList_item {
    flex-flow: row nowrap;
    width: calc(50% - 24px);
    margin-bottom: 24px;
    padding: 24px;
    box-sizing: border-box;
    text-decoration: none;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 16px;
}

.profileList_item iframe {
    width: 100%;
    height: 300px;
}

.profileList.general .profileList_item {
    transition: box-shadow .3s ease;
}

.profileList.general .profileList_item:hover {
    box-shadow: 0px 2px 20px rgba(120, 160, 190, 0.3);
}

.profileList.video .profileList_item {
    padding: unset;
    box-shadow: none;
    border-radius: unset;
}

.profileList.video {
    justify-content: center;
}

.profileList.general .profileList_item .profileList_name {
    transition: color .3s ease;
}

.profileList.general .profileList_item:hover .profileList_name {
    color: #5EB92D;
}

.profileList > h2 {
    width: 100%;
}

.profileList_item:hover {
    text-decoration: none;
}

.profileList_item:nth-of-type(2n) {
    margin-left: 24px;
}

.profileList_icon {
    margin-right: 20px;
}

.profileList_icon img {
    max-width: 56px;
}

.profileList_text,
.profileList_icon {
    flex-flow: column;
    justify-content: flex-start;
}

.profileList_name {
    color: #1D2F3C;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
}

.profileList_description,
.profileList_description p {
    color: #7D8694;
    font-size: 13px;
    line-height: 20px;
}

.btn.clear.profileList_action {
    height: auto;
    justify-content: flex-start;
    text-transform: unset;
    letter-spacing: unset;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin-right: auto;
}

.profileList_actionIcon {
    width: 24px;
    height: 24px;
    fill: #5EB92D;
}
/*endregion*/

/*region Profile List - Gray Card*/
.profileList.grayCard .btn.clear.profileList_action {
    margin-top: auto;
}

.profileList_description {
    margin-bottom: 16px;
}

.profileList.grayCard .profileList_item {
    background: #F2F8FC;
    box-shadow: none;
}

.profileList.grayCard .profileList_description,
.profileList.grayCard .profileList_description p {
    color: #1D2F3C;
}

.profileList.grayCard .profileList_item:hover .btn.clear.profileList_action {
    text-decoration: underline;
}
/*endregion*/

/*region Treatment Steps - General*/
.treatmentSteps_items,
.treatmentSteps_item,
.treatmentSteps_number {
    display: flex;
}

.treatmentSteps_items {
    counter-reset: treatmentStep;
    flex-flow: row wrap;
}

.treatmentSteps_item {
    counter-increment: treatmentStep;
    flex-flow: column;
    width: calc((100% / 3) - 24px);
}

.treatmentSteps_item:not(:last-child) {
    margin-right: 24px;
}

.treatmentSteps_number {
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 22px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #79CE4B;
    margin-bottom: 16px;
}

.treatmentSteps_description {
    font-size: 16px;
    line-height: 24px;
}

.treatmentSteps_number:before {
    content: counter(treatmentStep);
}

.btn.clear.treatmentSteps_link {
    height: auto;
    justify-content: flex-start;
    text-transform: unset;
    letter-spacing: unset;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin-top: 16px;
    margin-right: auto;
}

.btn.clear.treatmentSteps_link:hover {
    text-decoration: underline;
}

.treatmentSteps_linkIcon {
    width: 24px;
    height: 24px;
    fill: #5EB92D;
    margin-right: 4px;
}
/*endregion*/

/*region Profile List - Mobile Layout*/
@media (max-width: 767px) {
    .profileList {
        flex-flow: column;
    }

    .profileList.general .profileList_description {
        display: none
    }

    .profileList_item {
        width: 100%;
        margin-bottom: 16px;
    }

    .profileList_item:nth-of-type(2n) {
        margin-left: 0;
    }

    .profileList:not(.grayCard) .profileList_text,
    .profileList:not(.grayCard) .profileList_icon {
        justify-content: center;
    }
}
/*endregion*/

/*region Treatment Steps - Mobile Layout*/
@media (max-width: 767px) {
    .treatmentSteps_items {
        flex-flow: column;
    }

    .treatmentSteps_item {
        flex-flow: row wrap;
        width: 100%;
    }

    .treatmentSteps_item:not(:last-child) {
        margin-bottom: 32px;
        margin-right: 0;
    }

    .treatmentSteps_number {
        margin-right: 16px;
        margin-bottom: 0;
    }

    .treatmentSteps_description {
        flex: 1;
        margin-top: 12px;
    }

    .btn.clear.treatmentSteps_link {
        width: 100%;
        margin-left: 60px;
    }
}
/*endregion*/


/* End */


/* Start:/local/templates/avaclinic/components/bitrix/system.pagenavigation/general/style.css?17781448441014*/
.generalPagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.generalPagination_page.previous {
    margin-left: 0;
}

.generalPagination_page.next {
    margin-right: 0;
}

.generalPagination_page.previous svg,
.generalPagination_page.next svg {
    cursor: default;
    fill: #7D8694;
    opacity: 1;
}

a.generalPagination_page.previous svg,
a.generalPagination_page.next svg {
    cursor: pointer;
    fill: #5EB92D;
}

.generalPagination_page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 24px;
    margin: 0 4px;
}

a.generalPagination_page:hover {
    border: 1px solid rgba(130, 200, 49, 0.5);
    background: #EFF9E3;
    text-decoration: unset;
    box-sizing: border-box;
}

.generalPagination_page.current {
    flex-shrink: 0;
    margin: 0;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.3);
}

/* End */


/* Start:/local/components/form/oms/templates/.default/style.css?1778144842543*/
.formOms .formOms_heading {
    padding: 0 16px
}

.formOms .formOms_nav {
    display: flex;
    justify-content: flex-end;
}

.formOms .formContainer {
    padding: 40px 32px 16px;
}

.formOms .formOms_slider {
    padding: 16px 16px 32px;
    overflow: hidden;
}

.formOms .swiper {
    width: 100%;
    height: auto;
    overflow: unset;
}

.formOms .formOms_description {
    margin: unset;
}

.formOms .swiper-slide {
    margin-right: 32px;
}

@media (max-width: 767px) {
    .formOms .formContainer {
        padding: 32px 0 0;
    }
}
/* End */


/* Start:/local/components/form/oms.step.one/templates/vmp/style.css?1778144842129*/
.btn.submitButton {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .omsForm .formCell.half {
        width: 100%;
    }
}
/* End */


/* Start:/local/components/form.controls/input/templates/.default/style.css?177814484250*/
.form .formCell input {
    padding-right: 40px;
}
/* End */


/* Start:/local/components/form.controls/select/templates/search/style.css?1778144842248*/
.js_selectBox.search .selectBox_inner {
    padding: 16px 32px 8px 16px;
}

.js_selectBox.search .selectBox_value {
    border: unset;
    height: 24px;
    padding: unset;
    vertical-align: top;
    min-height: unset;
    border-radius: unset;
}
/* End */


/* Start:/local/components/form.controls/select/css/singleSelectComponent.css?17781448423372*/
.selectBox_inner {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    background: #FFFFFF;
    border: 1px solid #D7DBDE;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color .1s ease, background-color .2s ease;

}

.selectBox:not(.disabled) .selectBox_control.opened .selectBox_inner,
.selectBox:not(.disabled).onFocus .selectBox_inner {
    border-color: #79CE4B;
}

.selectBox.onError .selectBox_inner {
    border-color: #D81615;
}

.selectBox.disabled .selectBox_inner {
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
}

.selectBox.disabled .selectBox_arrow {
    display: none;
}

.selectBox_control .formCell_placeholder {
    z-index: 1;
}

.selectBox.disabled .formCell_placeholder {
    background: initial;
}

.selectBox_buttons {
    position: absolute;
    height: 48px;
    box-sizing: border-box;
    right: 0;
    top: 0;
    z-index: 9;
}

.selectBox_value {
    flex: 1;
}

.selectBox_arrow {
    cursor: pointer;
}

.selectBox_clean {
    position: absolute;
    display: none;
    right: 0;
    cursor: pointer;
}

.selectBox.filled .selectBox_clean {
    display: block;
}

.selectBox.filled .selectBox_arrow {
    display: none;
}

.selectBox_clean,
.selectBox_arrow {
    width: 40px;
    height: inherit;
}

.selectBox_clean svg,
.selectBox_arrow svg {
    width: 24px;
    height: inherit;
    fill: #7D8694;
}

.selectBox_dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.3);
    border-radius: 3px;
    background: #FFFFFF;
    width: 100%;
    overflow-y: scroll;
    max-height: 200px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .1s ease, visibility .1s ease;
}

.selectBox_control.opened:not(.disabled) .selectBox_dropdown {
    visibility: visible;
    opacity: 1;
}

.selectBox_control.flipped:not(.disabled) .selectBox_dropdown {
    bottom: 34px;
}

.selectBox_control .selectBox_item {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-weight: normal;
    line-height: 18px;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #1D2F3C;
    margin: 0;
    padding: 11px 16px;
    word-break: break-word;
    text-align: left;
    user-select: none;
}

.selectBox_control.opened .selectBox_item {
    cursor: pointer;
}

.selectBox_value {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    text-align: initial;
    padding: 8px 32px 8px 16px;
    user-select: none;
    min-height: 32px;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 18px;
}

.selectBox_item.picked {
    display: none;
}

.selectBox_item:hover {
    background: #F6F9FB;
}

.selectBox_item::before {
    content: initial;
}

.selectBox .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: center;
    box-shadow: 0 4px 15px rgb(120 160 190 / 30%);
    border-radius: 8px;
    opacity: 0;
    transition: opacity .3s ease, visibility .3s ease;
}

.selectBox.disabled:hover .errorTooltip {
    visibility: visible;
    opacity: 1;
}
/* End */


/* Start:/local/components/form.controls/input/templates/checkbox/style.css?177814484275*/
.checkboxCell.checkbox label {
    margin-left: 8px;
    margin-top: 4px;
}
/* End */


/* Start:/local/components/form/oms.step.two/templates/vmp/style.css?1778144842129*/
.btn.submitButton {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .omsForm .formCell.half {
        width: 100%;
    }
}
/* End */


/* Start:/local/components/form.controls/textarea/templates/.default/style.css?1778144842371*/
.formCell_inputTip {
    display: inline-flex;
    margin-top: 8px;
}

.formCell .formCell_inputTipIcon {
    margin-right: 4px;
    height: 18px;
}

.formCell .formCell_inputTipText {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}

.formCell.bigPlaceholder textarea {
    height: 64px;
}

.formCell.textareaCell textarea {
    padding-right: 40px;
}
/* End */


/* Start:/local/components/form.controls/file/templates/.default/style.css?17781448421885*/

.tooltipUi {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url("/local/templates/avaclinic/images/svg/help.svg") no-repeat center;
    vertical-align: text-top;
}
.tooltipUi:hover:after {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    color: #1D2F3C;
    content: attr(data-text);
    font-size: 13px;
    padding: 8px;
    width: 210px;
    position: absolute;
    border: 1px solid #E5E5E5;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 1000;
}
.tooltipUi.right:hover:after {
    top: 0;
    right: 24px;
}

.formCell.fileInput.filled .fileInput_text {
    display: block;
    max-height: 80px;
    overflow-y: scroll;
}

.formCell.fileInput.fullWidth {
    width: 100%;
    margin-right: unset;
    box-sizing: border-box;
    background: #F6F9FB;
    border-radius: 16px;
    padding: 8px 24px;
}

.formCell.fileInput p {
    color: #1D2F3C;
    font-size: 13px!important;
    text-align: left;
    position: relative;
    margin-bottom: 0;
}
.formCell.fileInput .filesLabel {
    display: inline-flex;
    flex-flow: row nowrap;
    position: relative;
    align-items: center;
    text-align: left;
    color: #5EB92D;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 8px;
    padding-left: 16px;
}

.formCell.fileInput .filesLabel svg {
    position: absolute;
    width: 24px;
    height: 24px;
    left: -7px;
}

.formCell.fileInput .fileInput_bottom {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}

.formCell.fileInput .fileInput_controls {
    display: flex;
    flex-flow: column;
}

.formCell.fileInput .formCell_tooltip {
    position: absolute;
    bottom: 0;
    right: -8px;
}

@media (max-width: 767px) {
    .tooltipUi {
        display: none;
    }
}

/* End */


/* Start:/local/components/form/oms.step.three/templates/.default/style.css?1778144842179*/
/*region Reveal - SMS Modal*/
.reveal_block .reveal_link {
    font-size: 14px;
    text-align: center;
}

#form_reveal_sms .reveal_block {
    align-items: center
}
/*endregion*/
/* End */


/* Start:/local/components/form.controls/input/templates/smsCode/style.css?1778144842844*/
.formCell.smsCode {
    position: relative;
    width: 146px;
    margin: 0 auto 8px;
}
.formCell.smsCode .smsCode_input {
    font-size: 24px;
    letter-spacing: 18px;
    width: 146px;
    margin: 0 auto;
    padding: 0 16px;
    overflow: hidden;
    -moz-appearance: textfield;
}

.formCell.smsCode .smsCode_input::-webkit-outer-spin-button,
.formCell.smsCode .smsCode_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.formCell.smsCode .smsCode_dash {
    position: absolute;
    bottom: 10px;
    left: 16px;
    width: 16px;
    height: 0.125em;
    background-color: #D7DBDE;
    border-radius: 1.875em;
}
.formCell.smsCode .smsCode_dash:nth-child(2) {
    left: 76px;
}
.formCell.smsCode .smsCode_dash:nth-child(3) {
    left: 106px;
}
.formCell.smsCode .smsCode_dash:nth-child(4) {
    left: 46px;
}

/* End */
/* /local/templates/avaclinic/components/bitrix/news/treatment/bitrix/news.list/.default/style.css?17781448444933 */
/* /local/templates/avaclinic/components/bitrix/system.pagenavigation/general/style.css?17781448441014 */
/* /local/components/form/oms/templates/.default/style.css?1778144842543 */
/* /local/components/form/oms.step.one/templates/vmp/style.css?1778144842129 */
/* /local/components/form.controls/input/templates/.default/style.css?177814484250 */
/* /local/components/form.controls/select/templates/search/style.css?1778144842248 */
/* /local/components/form.controls/select/css/singleSelectComponent.css?17781448423372 */
/* /local/components/form.controls/input/templates/checkbox/style.css?177814484275 */
/* /local/components/form/oms.step.two/templates/vmp/style.css?1778144842129 */
/* /local/components/form.controls/textarea/templates/.default/style.css?1778144842371 */
/* /local/components/form.controls/file/templates/.default/style.css?17781448421885 */
/* /local/components/form/oms.step.three/templates/.default/style.css?1778144842179 */
/* /local/components/form.controls/input/templates/smsCode/style.css?1778144842844 */
