

/* Start:/local/templates/avaclinic/components/bitrix/catalog/services/style.css?17116426683393*/
/*search section*/
.servicesSections_search
.servicesSections_nameSearchInput{
    border: 1px solid #CFD3DA;
    border-radius: 100px;
    padding: 0 54px;
    height: 56px;
    font-size: 16px;
    line-height: 24px;
}
.servicesSections_searchIcon {
    position: absolute;
    top: 0;
    left: 16px;
    height: 56px;
    width: 24px;
    fill: #7D8694;
}
div.servicesSections_search{
    width: 894px;
}
.servicesSections_search
.categorySearch_list{
    max-width: 360px;
    padding: 16px 0 8px;
    border-radius: 8px;
    box-shadow: 0px 4px 15px rgb(120 160 190 / 15%);
    box-sizing: border-box;
}
.categorySearch_list .ui-menu-item-wrapper{
    padding: 0;
}
.categorySearch_list .ui-autocomplete-category:first-child{
    margin-top: 0;
}
div.servicesSections_search{
    transition: unset;
}
.categorySearch_list .ui-autocomplete-category{
    color: #7D8694;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin: 16px 0 8px 0;
    padding: 0 16px;
}
div.servicesSections_search .servicesSections_searchClean{
    right: 0;
    height: 56px;
    padding: 0 16px;
}
.categorySearch_list .categorySearch_item a.ui-state-active,
.categorySearch_list .categorySearch_item  a:hover{
    background: unset;
}
.categorySearch_list .categorySearch_item{
    padding: 0 16px;
}
.categorySearch_list .categorySearch_item:hover {
    background: #F6F9FB;
}
.categorySearch_list .categorySearch_noResults .ui-state-active,
.categorySearch_list .categorySearch_noResults .ui-state-active:hover,
.categorySearch_list .categorySearch_noResults:hover {
    background: unset;
}

@media (max-width: 1178px) {
    .servicesSections_search
    .categorySearch_list {
        max-width: 100%;
    }

    .titleBanner_content,
    div.servicesSections_search{
        width: 100%;
    }
}

.js_categorySearchWrapper .categorySearch_noResults{
    display: flex;
    max-width: 360px !important;
    box-sizing: border-box;
    height: 101px;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
}
.categorySearch_emptyImg{
    width: 45px;
    height: 45px;
    margin-right: 24px;
}
.categorySearch_emptyText{
    font-size: 16px;
    line-height: 24px;
}
/*search section*/
.servicesSections{
    margin-top: 48px;
    display: flex;
    gap: 24px;
    cursor: pointer;
    flex-wrap: wrap;
}
.servicesSections_main{
    min-height: fit-content;
    width: calc(33% - 22px);
    display: flex;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgb(120 160 190 / 30%);
    border-radius: 12px;
    align-items: flex-start;
    box-sizing: border-box;
}
.servicesSections_main:hover {
    text-decoration: none;
}
.servicesSections_svg{
    width: 38px;
    height: 38px;
}
.servicesSections_icon{
    margin-right: 16px;
}
.servicesSections_name{
    color: #1D2F3C;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 1178px) {
    .servicesSections_main {
        width: calc(50% - 16px);
    }
}

@media (max-width: 767px) {
    .servicesSections_main {
        height: auto;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .servicesSections{
        gap: 0
    }
    .servicesSections_main {
        margin-bottom: 24px;
    }
    .servicesSections_main:last-child {
        margin-bottom: 0;
    }
}

/* End */


/* Start:/local/templates/avaclinic/components/bitrix/catalog/services/bitrix/catalog.section/.default/style.css?176000675221781*/
/*region Services -- Section page -- General layout*/
.servicesSections_container{
    border-top: 1px solid transparent;
}
.serviceSection section {
    margin-bottom: 32px;
    border-top: 1px solid transparent;
}
.serviceSection .servicesSections__name{
    font-size: 36px;
    line-height: 47px;
    font-weight: 900;
    margin: 48px 0 32px 0;
}

.serviceSection_anchors {
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(120, 160, 190, 0.3);
    margin-bottom: 32px;
    position: sticky;
    top: 81px;
    z-index: 9;
    margin-top: -49px;
    padding: 12px 0;
}

.serviceSection_anchor{
    background: #F0F9FF;
    color: #1D2F3C;
    padding: 8px 20px;
    margin-right: 16px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    border-radius: 8px;
    white-space: nowrap;
}

.serviceSection_anchorsLinks{
    display: flex;
    justify-content: start;
    align-items: center;
    height: 50px;
}
.serviceSection_anchor.active,
.serviceSection_anchor:hover {
    text-decoration: none;
    background: #ECFBDA;
    color: #5EB92D;
}

.js_highlightSection {
    scroll-margin-top: 128px;
}

@media(max-width: 767px) {
    .serviceSection_anchorsLinks > .serviceSection_anchor {
        background: #F0F9FF;
        color: #1D2F3C;
    }
    .serviceSection_anchorsLinks > .serviceSection_anchor.active {
        background: #ECFBDA;
        color: #5EB92D;
    }
}
/*endregion*/

/*region Services -- Section page -- About section*/
.servicesSections_sections{
    margin-top: 48px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    cursor: pointer;
    flex-wrap: wrap;
}


.subSection{
    width: 588px;
    display: flex;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 12px;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
}
.subSection:hover .subSection_svg{
    fill:#79CE4B;
}
.subSection_main {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.subSection_icon,
.snippetFiles_icon{
    width: 32px;
    height: 32px;
}
.subSection_icon{
    margin-right: 16px;
}
.subSection_toggle {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    margin-left: 8px;
}
.subSection_svg{
    width: 24px;
    height: 24px;

    transition: transform 300ms;
}
.subSection.active .subSection_svg {
    transform: rotate(180deg);
}
.subSection_name{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.subSection_name a{
    color: #1D2F3C;
}

.subSection_child:hover,
.subSection_name a:hover{
    text-decoration: none;
}
.subSection_subs{
    margin-left: 16px;
    color: #7D8694;
    font-size: 13px;
    line-height: 28px;
    white-space: pre;
}
.subSection_children{
    display: none;
    margin-top: 24px;
}
.subSection_child {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #1D2F3C;
}
.subSection_child:not(:last-child){
    margin-bottom: 16px;
}

.servicesSections_DetailText{
    width: 880px;
}
/*endregion*/

/*region Services -- Section page -- Price section*/
.servicesSections_block{
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 12px;
    padding: 24px;
}
.servicesSections_item{
    display: flex;
    gap: 32px;
}
.sectionPrice {
    /*min-height: 96px;*/
    border-bottom: 1px solid #F0F0F0 ;
    border-top: 1px solid #F0F0F0 ;
}
.sectionPrice:first-child {
    border-top: unset;
}
.sectionPrice:last-child {
    border-bottom: unset;

}
.sectionPrice_wrapper {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
}
.sectionPrice_main {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    max-width: 564px;
    order: 0;
}

.sectionPrice_name {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.sectionPrice_prices{
    display: flex;
    flex-direction: column;
    margin: 0 16px;
    width: 100%;
    max-width: 320px;
    order: 1;
}
.sectionPrice_price_values {
    display: flex;
    align-items: center;
}
.sectionPrice_oldprice {
    text-transform: uppercase;
    color: #7D8694;
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
    margin-right: 10px;
}
.sectionPrice_discount {
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    background-color: #5EB92D;
    border-radius: 20px;
    line-height: 14px;
    width: 32px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}
.sectionPrice_price {
    color: #64B704;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    white-space: nowrap;
}
.sectionPrice_clinics{
    display: flex;
    flex-direction: column;
}
.sectionPrice_clinic{
    font-size: 13px;
    line-height: 20px;
    color: #7D8694;
}
.sectionPrice_action {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    width: 100%;
    max-width: 205px;
    order: 2;
}

.sectionPrice_action a{
    width: 100%;
}

.servicesSections_pricesMore{
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.sectionPrice_desc.desktop {
    display: flex;
}

.sectionPrice_desc.mobile {
    display: none;
}

.sectionPrice_descPrices li {
    font-size: 13px;
    line-height: 20px;
    color: #7D8694;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.sectionPrice_descPrices + .sectionPrice_descPrices.notes {
    margin-top: 8px
}

.sectionPrice_descPrices.notes li {
    padding-left: unset;
}

.sectionPrice_descPrices.notes li::before {
    content: unset;
}

.sectionPrice_search{
    margin-bottom: 24px;
}
.sectionPrice_searchIcon{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    left: 16px;
    fill: #7D8694;
}
.sectionPrice_search .sectionPrice_searchInput{
    padding-left: 48px;
    border: 1px solid #CFD3DA;
    box-sizing: border-box;
    border-radius: 8px;
    padding-right: 96px;
}
.servicesSections_prices .sectionPrice_button {
    background: none;
    border: none;
    padding: 0!important;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #5EB92D;
    text-transform: uppercase;
    position: absolute;
    width: min-content;
    right: 25px;
}
.sectionPrice_search .formCell  .svgCleaner{
    display: none;
    right: 76px;
}

.sectionPrice_action > span {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #7D8694;
}
/*endregion*/

/*region Prices -- description */
.sectionPrice_desc  {
    margin-bottom: 16px;
    flex-basis: 100%;
}

.sectionPrice_desc.desktop {
    margin-top: 8px;
}

.sectionPrice_desc  .accordion_item {
    margin: 0;
}
.sectionPrice_desc  .accordion_itemTitle {
    padding: 0;
    justify-content: unset;
}
.sectionPrice_desc  .accordion_itemName {
    color: #5EB92D;
}
.sectionPrice_desc  .accordion_item .accordion_actionIcon {
    fill: #5EB92D;
}
.sectionPrice_descPrices,
.sectionPrice_descList
{
    margin: 0 0 8px;
}

.sectionPrice_desc  .accordion_itemContent {
    margin: 0;
    padding: 8px 0 8px;
    font-weight: 400;
}

.sectionPrice_desc  li {
    font-size: 13px;
    line-height: 20px;
    color: #7D8694;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.sectionPrice_descPrice {
    white-space: nowrap;
    font-weight: 500;
}

.sectionPrice_desc  ul li::before {
    top: 9px;
}
/*endregion*/

/*region Services -- Section page -- Promo section*/
.servicesSections_promo .slick-list {
    margin: 0 -12px;
}

.servicesSections_promoSlideChips {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 8px;
}

.servicesSections_promoSlideChip {
    background: #FFA742;
    border-radius: 100px;
    padding: 4px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0 8px 8px 0;
}

.servicesSections_promoSlider .slick-track {
    display: flex;
    margin: 8px 0;
}

.servicesSections_promoSlider .servicesSections_promoSlide.slick-slide {
    display: flex;
    height: auto;
    justify-content: space-between;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.servicesSections_promoSlide:hover {
    cursor: pointer;
    box-shadow: 0 2px 8px rgb(120 160 190 / 30%);
}

.servicesSections_promoSlide:hover .servicesSections_promoSlideTitle {
    color: #5EB92D;
}

.servicesSections_promoSlide {
    flex-flow: row nowrap;
    background: linear-gradient(98.62deg, #FFEEDE -0.24%, #F2FFE2 100%);
    border-radius: 12px;
    margin: 0 12px;
}

.servicesSections_promoSlideText {
    display: flex;
    flex-flow: column;
    margin: 16px;
}

.servicesSections_promoSlideText > *:last-child {
    margin-bottom: 0;
}

.servicesSections_promoSlideTitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #1D2F3C;
    margin: 0 0 16px;
    transition: color .3s ease;
}

.servicesSections_promoSlideDescription {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
    margin-bottom: 16px;
}

.servicesSections_promoSlideDate {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #7D8694;
    margin-top: auto;
}

.servicesSections_promoSlideImage {
    min-width: 282px;
}

.servicesSections_promoSlideImage img {
    display: block;
    width: 282px;
    height: 100%;
    object-fit: cover;
}

/*
 * фикс зарезания текста на десктопе и ios
 */
.js_webkitClamp .servicesSections_promoSlideDescription,
.slick-cloned .servicesSections_promoSlideDescription {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.servicesSections_promo .sliderPagination {
    margin: 0;
}

.servicesSections_promoControls {
    display: flex;
    margin-top: 8px;
    justify-content: center;
}

.servicesSections_promoControlsDots {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0 8px;
}

.servicesSections_promoControlsArrow {
    color: #5EB92D;
    display: flex;
    background: #fff;
    border-radius: 50%;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    text-align: center;
    position: relative;
    filter: drop-shadow(0px 4px 15px rgba(120, 160, 190, 0.15));
    align-items: center;
    justify-content: center;
}

.servicesSections_promoControlsArrow svg {
    height: 16px;
    width: 16px;
    fill: #5EB92D;
}

.servicesSections_promoControlsArrow.slick-prev svg {
    transform: rotate(180deg);
}
/*endregion */

/*region Services -- Section page -- Other elements*/
.bottom_form {
    display: inline-block;
    width: 100%;
    margin-top: 64px;
}
/*endregion*/

/*region Services -- Section page -- Tablet layout*/
@media(max-width: 1279px) {
    .sectionPrice_wrapper {
        flex-flow: row wrap;
    }

    .sectionPrice_main {
        flex: 1;
    }

    .sectionPrice_desc {
        flex-basis: initial;
    }

    .sectionPrice_action {
        order: 1;
        margin: initial;
    }

    .sectionPrice_prices {
        order: 2;
        flex-basis: 100%;
        max-width: unset;
        margin-top: 8px;
        margin-left: 0;
    }

    .serviceSection_anchors{
        margin-bottom: 0;
    }
    .serviceSection .servicesSections_sections{
        margin-bottom: 0;
    }
    .serviceSection .servicesSections__name{
        font-size: 36px;
        line-height: 47px;
        letter-spacing: 0.02em;
        font-weight: 900;
    }
    .subSection {
        width: calc(50% - 24px);
    }
    .subSection_subs{
        display: none;
    }
    .servicesSections_pricesMore{
        margin-top: 0;
    }
    .sectionPrice_name{
        width: auto;
    }
    .sectionPrice_clinic{
        margin-right: 32px;
    }

    .servicesSections_DetailText{
        width: 100%;
    }

    .servicesSections_promo {
        width: 100%;
    }

    .servicesSections_promoControls {
        margin-top: 16px;
    }

    .servicesSections_promoControlsArrow {
        display: none;
    }

    .multiService_toggle {
        margin-top: 32px;
    }
}
/*endregion*/


/*кнопка переключения направлений (взрослое \ детское)*/
.multiService_toggle {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
}
.toggleBtn{
    width: fit-content;
    display: flex;
}

.toggleBtn_text{
    margin-left: 8px;
}
.toggleBtn_label .toggleBtn_input {
    display: none;
}
.toggleBtn_label .toggleBtn_input :checked + .toggleBtn_wrapper {
    box-shadow: 0 8px 14px 0 #3957ee;
}

.toggleBtn_input:checked + .toggleBtn_wrapper > .toggleBtn_selector {
    left: calc(100% - 50px);
    background-color: #3957ee;
}

.toggleBtn_input:checked ~ .notification > .selected:before {
    content: 'Yes';
}


.toggleBtn_label .toggleBtn_wrapper {
    position: relative;
    width: 120px;
    height: 60px;
    background-color: #eaeaea;
    border-radius: 999px;
    margin: auto;
    cursor: pointer;
    pointer-events: all;
}
.toggleBtn_label .toggleBtn_wrapper .toggleBtn_selector{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-color: #ee5f39;
    transition: left 0.25s ease;
    border-radius: 50%;
}

.toggleBtn_input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.toggleBtn_offText{
    display: none;
}
.toggleBtn_label {
    display: flex;
    align-items: center;
    width: 50px;
    height: 28px;
    background:#fff;
    border: 1px solid #CFD3DA;
    box-sizing: border-box;
    border-radius: 53px;
    transition: all .5s ease;
    cursor: pointer;
}
.toggleBtn_selector {
    box-sizing: border-box;
    display: flex;
    margin: 0 -1px;
    justify-content: center;
    align-items: center;
    width: 28px;
    height:  28px;
    background: #fff;
    border-radius: 50%;
    transition: all .5s ease;
    box-shadow: 0px 2px 8px rgba(120, 160, 190, 0.3);
    border: 1px solid #CFD3DA;
}
.toggleBtn_input:checked + .toggleBtn_label {
    background: #79CE4B;
    border: 1px solid #79CE4B;
}
.toggleBtn_input:checked + .toggleBtn_label  .toggleBtn_selector {
    margin-left: 21px;
    background: #ffffff;
    border: 1px solid #79CE4B;
}
.toggleBtn_input:checked + .toggleBtn_label  .toggleBtn_selector::before {
    content: "";
    background-image: url(/local/templates/avaclinic/images/svg/panda-bear.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-position: center;
}
.toggleBtn_input:checked ~ .toggleBtn_onText{
    display: none;
}
.toggleBtn_input:checked ~ .toggleBtn_offText{
    display: block;
}
/*================================================*/

/*region Services -- Section page -- Mobile layout*/
@media(max-width: 767px) {
    .js_main .titleBanner{
        margin-bottom: 0;
    }

    .serviceSection_anchors {
        margin-top: unset;
    }

    .serviceSection_anchorsLinks {
        overflow-x: scroll;
    }

    .serviceSection_anchorsLinks::-webkit-scrollbar {
        background: transparent;
        display: none;
        height: 0;
        width: 0;
    }
    .subSection {
        width: 100%;
    }
    .serviceSection section{
        margin-bottom: 0;
    }
    .serviceSection .servicesSections__name{
        font-size: 24px;
        line-height: 33px;
        font-weight: 900;
        letter-spacing: 0.02em;
    }

    .servicesSections_block{
        padding-top: 24px;
    }
    .serviceSection_anchors{
        top: 59px;
    }
    .sectionPrice{
         flex-direction: column;
    }

    .sectionPrice:first-child {
        padding-top: 0;
    }
    .sectionPrice:first-child .sectionPrice_wrapper {
        padding-top: 0;
    }
    .sectionPrice:last-child {
        /*padding-bottom: 0;*/
    }

    .sectionPrice_wrapper {
        padding: 16px 0;
    }

    .sectionPrice_prices {
        width: initial;
        order: 1;
        margin: 8px 0 16px;
    }

    .sectionPrice_action {
        text-align: left;
        order: 2;
        margin-left: 0;
        justify-content: initial;
        max-width: unset;
    }

    .servicesSections_pricesMore a,
    .sectionPrice_action a{
        width: 100%;
    }

    .sectionPrice_price{
        font-size: 18px;
        line-height: 28px;
    }
    .servicesSections_maps {
        margin: 0 -16px;
    }

    .servicesSections_sections {
        gap: 0
    }
    .subSection {
        margin-bottom: 24px;
    }
    .subSection:last-child {
        margin-bottom: 0;
    }

    .servicesSections_promoSlide {
        flex-flow: column;
    }

    .servicesSections_promoSlideImage {
        display: none;
    }

    .servicesSections_promoSlideText {
        height: 100%;
    }

    .sectionPrice_desc  {
        max-width: unset;
    }

    .sectionPrice_desc.desktop {
        display: none;
    }

    .sectionPrice_desc.mobile {
        display: flex;
        flex-direction: column;
    }

    .sectionPrice_desc  .accordion_itemContent {
        padding: 0 0 8px;
        border: unset;
    }

    /* todo: убрать после рефакторинга снипетов акций и врачей */
    .servicesSections_promo {
        max-height: 267px;
        overflow: hidden;
    }
    .servicesSections_docs {
        max-height: 630px;
        overflow: hidden;
    }

    /* todo: убрать после рефакторинга якорей */
    /* for mob use padding/margin instead scroll */
    .js_highlightSection {
        scroll-margin-top: 0;
        padding-top: 120px!important;
        margin-top: -120px!important;
    }
    .js_highlightSection.servicesSections_sections {
        padding-top: calc(120px + 48px)!important;
    }
}
/*endregion*/

/*region BONUS PRICE*/
/*============tooltip==============*/
.inTooltip .prices_tooltipContainer {
    display: block;
    border-radius: 10px;
    width: 240px;
}
.prices_tooltip {
    display: block;
    cursor: pointer;
    /*width: 20px;*/
    /*height: 20px;*/
    fill: #5EB92D;
    /*position: absolute !important;*/
    right: 24px;
    top: 24px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
.prices_tooltipDesc {
    height: inherit;
    display: flex;
    gap: 12px;
}
.prices_tooltipDesc span {
    white-space: nowrap;
}
.prices_tooltipTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #1d2f3c;
}
.prices_tooltipText {
    color: #7a858d;
    font-size: 12px;
    line-height: 19px;
    width: 300px;
}
.prices_tooltipSub {
    margin-top: 8px;
    color: #7a858d;
    font-size: 12px;
    line-height: 19px;
}

.prices_tooltip.active {
    z-index: 102;
}
.prices_tooltipClose {
    display: none;
    width: 26px;
    height: 26px;
    fill: #7a858d;
    position: absolute;
    right: 16px;
    top: 16px;
}
/*============modal==============*/
.prices_tooltip.inModal .prices_tooltipContainer {
    z-index: 1082;
}
.prices_tooltip.inModal .prices_tooltipClose {
    display: block;
}
.prices_tooltipModal,
.prices_tooltipDesc {
    z-index: 1;
    cursor: pointer;
}
.prices_tooltipIcon {
    fill: #5EB92D;
    width: 20px;
    height: 20px;
    transition: fill 0.3s;
    padding-top: 1px;
}
.prices_tooltipIcon:hover {
    fill: #79CE4B;
}
.prices_tooltipContainer {
    padding: 12px;
    z-index: 1;
    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;
}
.inModal .prices_tooltipInner{
    height: 100%;
    width: 90%;
    overflow: auto;
}
.inModal .prices_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: 1081;
}
.inModal .prices_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 .prices_tooltipText {
    width: 100%;
}
.prices_tooltipContainer.heightHalf {
    overflow: hidden;
}
.prices_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) {
    .prices_tooltipContainer.heightHalf:after {
        display: none;
    }
    .prices_tooltipContainer {
        padding: 16px 16px 24px;
    }
}
/*============main==============*/
.sectionPrice_value.bonus {
    position: relative;
    display: flex;
    padding: 4px 0;
}

.prices_tooltipDesc:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.prices_tooltipModal {
    display: none;
}

.prices_tooltip {
    color: #5EB92D;
    font-size: 13px;
    font-weight: 500;
    border-radius: 40px;
    background: #ECFBDA;
    padding: 2px 12px;
}

.prices_tooltipWr {
    color: #1D2F3C;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 1279px) {
    .offices_h1 {
        margin-bottom: 24px;
    }
    .prices_tooltipDesc {
        display: none;
    }
    .prices_tooltipModal {
        display: flex;
        gap: 4px;
    }
    .prices_tooltipWr {
        font-size: 16px;
    }
}
/*endregion*/

/* End */


/* Start:/local/templates/avaclinic/css/reviews.css?17494597476027*/

.blockReviews{
    margin-top: 52px;
    position: relative;
    margin-bottom: 40px;
}
.blockReviews .blockReviews_title{
    margin-bottom: 32px;
}
.blockReviews_link {
    text-align: center;
    margin-top: 24px;
}
.sliderReviews{
    position: relative;
    max-width: 1224px;
    margin: auto;

}
.sliderReviews:not(.initialized) {
    overflow: hidden;
}

.sliderReviews .sliderReviews_container:not(.slick-slider) {
    display: inline-flex;
}
.sliderReviews .slick-slider {
    height: 320px;
}
.sliderReviews .slick-slide{
    height: auto;
}
.sliderReviews .slick-track{
    transition: height 0.5s;
}
.sliderReviews_slide{
    padding: 5px 0;
    box-sizing: border-box;
    position: relative;
}
.sliderReviews .slick-list.draggable {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.reviewItem{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 10px;
    height: 296px;
    box-sizing: border-box;
    padding: 0 0 24px 24px;
    margin: 0 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 0;
    transition:  height 0.5s;
}
/*SOLO ITEM*/
.sliderReviews.solo .reviewItem{
    height: auto!important;
    padding: 24px;
}
.sliderReviews.solo .reviewItem .sliderReviews_text{
    max-height: 100%;
}
.sliderReviews.solo .reviewItem .reviewItem_text{
    width: 100%!important;
    height: auto!important;
    max-height: unset!important;
}
.sliderReviews.solo .reviewItem .reviewItem_text{
    width: 100%!important;
    height: auto!important;
    max-height: unset!important;
    margin-bottom: 8px;
}

.reviewItem_more p{
    color: #5EB92D;
    margin: 0 -8px 0 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.08rem;
    font-weight: 500;
}
.reviewItem_more svg{
    height: 24px;
    width: 24px;
    display: inline-block;
    fill: #5EB92D;
    margin-left: 6px;
    vertical-align: middle;
}


.reviewItem_close{
    display: none;
    cursor: pointer;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    right: 0;
    bottom: 0;
}
.reviewItem_close p{
    color: #5EB92D;
    margin: 0 -8px 0 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.08rem;
    font-weight: 500;

}
.reviewItem_close svg{
    height: 24px;
    width: 24px;
    display: inline-block;
    fill: #5EB92D;
    margin-left: 6px;
    vertical-align: middle;
    transform: rotate(180deg);
}
.sliderReviews_text{
    max-height: 260px;
    overflow: hidden;
    margin-bottom: 16px;
    transition: max-height 0.5s;
    padding-right: 24px;
}
.sliderReviews.solo .reviewItem_name{
    margin-top: 0;
}
.reviewItem_name{
    font-weight: bold;
    line-height: normal;
    font-size: 21px;
    color: #1D2F3C;
    margin-top: 24px;
}
.reviewItem_text, .reviewItem_text p{
    font-weight: 400;
    line-height: 22px;
    font-size: 15px;
    color: #1D2F3C;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
}
.sliderReviews_pagination{
    display: flex;
    justify-content: center;
}

/*=====ARROWS======*/
.arrow_button {
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #5EB92D;
    width: 56px;
    height: 56px;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
    transition: 0.3s;
}
.sliderReviews_button {
    position: absolute;
    top: 33%;
}
.js_prev.sliderReviews_button {
    left: -73px;
}
.js_next.sliderReviews_button {
    right: -73px;
}
.arrow_button svg {
    fill: #5EB92D;
    width: 24px;
    height: 24px;
}

.sliderReviews_pagination .sliderPagination {
    margin-top: 32px;
}
/*=====ARROWS======*/

.reviewItem .reviewItem_more{
    display: none;
}
.js_isToggle .reviewItem_more{
    display: block;
    cursor: pointer;
    width: 100%;
    left: 0;
    opacity: 1;
    transition: all 0.5s;
    box-sizing: border-box;
    position: relative;
}
.js_reviewOpen .sliderReviews_text {
    transition:  max-height 0.5s;
    margin-bottom: 8px;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}

.js_fadeBefore:before,
.js_fadeAfter:after {
    content: '';
    height: 44px;
    position: absolute;
    left: 24px;
    right: 24px;
}

.js_fadeBefore:before {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
}

.js_fadeAfter:after {
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 60px;
}

.js_reviewOpen.reviewItem{
    height: calc(100%);
    transition:  height 0.5s;
}
.js_reviewOpen .reviewItem_close{
    display: block;
}
.js_reviewOpen .reviewItem_more,
.js_reviewOpen .reviewItem_white{
    display: none;
}
@media (max-width: 1330px) {
    .sliderReviews  .sliderReviews_button{
        display: none;
    }
    .reviewItem.full .reviewItem_more{
        display: none;
    }
}
@media (max-width: 1279px) {
    .sliderReviews {
        margin:auto 12px;
    }
}
@media (max-width: 767px) {
    .blockReviews .reviewItem_name{
        font-size: 18px;
        line-height: 25px;
    }
    .blockReviews .blockReviews_title{
        margin-bottom: 8px;
    }
    .sliderReviews  .sliderReviews_pagination{
        justify-content: center;
        margin-left: 8px;
    }
    .sliderReviews_pagination .sliderPagination {
        margin-top: 24px;
    }
    .sliderReviews {
        margin:0 0 0 8px;
    }
    .sliderReviews_slide {
        width: calc(100vw - 40px);
    }
    .reviewItem{
        height:266px;
        margin: 8px;
        padding-bottom: 16px;
    }
        /*solo*/
    .sliderReviews.solo{margin: 8px;
    }
    .sliderReviews.solo .sliderReviews_slide{
        width: 100%;
    }
    .sliderReviews_text{
        max-height: 230px;
    }
    .sliderReviews.solo .reviewItem .sliderReviews_text{
        min-height: 100%;
    }
    .js_fadeAfter:after {
        bottom: 50px;
    }
}
.elPositionTop{
    z-index:3;
}

/* End */


/* Start:/local/templates/avaclinic/css/titleSectionsBanner.css?17116426683374*/
.sectionBanner {
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 48px;
}
.sectionBanner_container{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.sectionTypeDefault{
    background-image: url("/local/templates/avaclinic/images/title_block/title_banner.jpg");
}
.sectionTypeAdults{
    background-image: url("/local/templates/avaclinic/images/title_block/title_banner_adults.jpg");
}
.sectionTypeKids{
    background-image: url("/local/templates/avaclinic/images/title_block/title_banner_kids.jpg");
}

.sectionBanner .container{
    display: flex;
    justify-content: space-between;
}
.sectionBanner_content{
    max-width: 545px;
    margin-bottom: 48px;
    margin-top: 16px;
    margin-right: 24px;
    position: relative;
    z-index: 2;
}
.sectionBanner_breadcrumbs{
    margin-top: 40px;
    margin-bottom: 32px;
}
.sectionBanner_text{
    margin-bottom: 0;
    line-height: 26px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}
.sectionBanner_btn{
    margin-top: 32px;
}
.sectionBanner_btn a{
    text-transform: unset;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.sectionBanner_figure{
    min-width: 631px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.sectionBanner_image{
    object-fit: cover;
    object-position: left;
    height: 100%;
    -webkit-mask-box-image: -webkit-linear-gradient( left,transparent, transparent 5%, white 16%, white 90%, transparent 100%);
    mask-image: linear-gradient(to left, transparent, transparent 5%, white 16%, white 90%, transparent 100%);
}
.sectionBanner_image.show{
    display: block;
}

@media(max-width: 1279px){
    .sectionBanner_container{
        margin: 0 0 0 24px;
        max-width: 100%;
    }
    .hasImg.sectionTypeKids,
    .hasImg.sectionTypeAdults{
        background: unset;
    }
    .sectionBanner_content{
        width: 588px;
    }
    .sectionBanner_title{
        display: inline-block;
    }
    .sectionBanner_figure{
        opacity: 20%;
        position: absolute;
        height: 100%;
        right: 0;
    }
    .sectionBanner_image {
        height: 100%;
        position: absolute;

    }
}
@media (max-width: 767px) {
    .sectionBanner_container{
        margin-left: 16px;
    }
    .sectionBanner_content{
        width: 288px;
    }

    .sectionBanner_title{
        display: block;
    }
    .sectionBanner_figure {
        opacity: 20%;
        position: absolute;
        height: 100%;
        right: 0;
        width: calc(100% + 16px);
        left: -16px;
        min-width: 100%;
    }

    .sectionBanner{
        margin-top: -4px;
        margin-bottom: 0;
    }

    .sectionBanner_image{
        object-fit: cover;
    }

    .sectionBanner_btn{
        margin-top: 16px;
    }
    .sectionBanner_banner .sectionBanner_image {
        display: none;
    }
    .sectionBanner_banner .sectionBanner_body {
        width: auto;
    }
    .sectionBanner_banner .sectionBanner_body p.sectionBanner_text {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 8px
    }
}

/* End */


/* Start:/local/templates/avaclinic/components/bitrix/breadcrumb/title_banner/style.css?1711642668452*/
/* ====================================== BREADCRUMBS ======================================*/
.breadcrumbs {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.breadcrumbs_item {
    display: flex;
}
.breadcrumbs_link,
.breadcrumbs_slash {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7D8694;
}
.breadcrumbs_slash {
    margin: 0 4px;
}


/* End */


/* Start:/local/templates/avaclinic/components/custom/reviews/slider/style.css?17600067521699*/
.reviewItem_name {
    margin-bottom: 12px;
}
.sliderReviews:not(.solo) .reviewItem_name {
    margin-bottom: 8px;
}
.reviewItem_date{
    display: inline-block;
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #7D8694;
}
.sliderPagination.smart ul.sliderPagination_dots{
    width: max-content;
}

.reviewItem_doctor {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5EB92D;
}
.reviewItem_clinic a,
.reviewItem_doctor a{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.reviewItem_doctor a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reviewItem_clinic svg,
.reviewItem_doctor svg{
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: #5EB92D;
}

.reviewItem_text {
    margin-bottom: 24px;
}

.reviewItem_text p {
    font-size: unset;
    line-height: unset;
}

.review_nothing{
    display: none;
    text-align: center;
    flex-flow: column nowrap;
    padding: 48px 0;
}
.review_nothing.show {
    display: flex;
}

.review_nothing .review_nothingIcon {
    height: 64px;
}
.review_nothing .review_nothingMessage{
    font-weight: 500;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    margin: 24px 0;
}

.review_nothing .review_nothingReset {
    width: fit-content;
    align-self: center;
}

.reviewItem_date {
    margin: 0 0 12px 0;
    width: 100%;
}
/* End */
/* /local/templates/avaclinic/components/bitrix/catalog/services/style.css?17116426683393 */
/* /local/templates/avaclinic/components/bitrix/catalog/services/bitrix/catalog.section/.default/style.css?176000675221781 */
/* /local/templates/avaclinic/css/reviews.css?17494597476027 */
/* /local/templates/avaclinic/css/titleSectionsBanner.css?17116426683374 */
/* /local/templates/avaclinic/components/bitrix/breadcrumb/title_banner/style.css?1711642668452 */
/* /local/templates/avaclinic/components/custom/reviews/slider/style.css?17600067521699 */
