

/* Start:/local/templates/avaclinic/css/search.css?17600067527656*/
/*region Search — General*/
.search_block {
    max-width: 800px;
}

/*endregion*/



/*region Search — Form block*/
.search_control .search_controlInput {
    border: 1px solid #cfd3da;
    border-radius: 100px;
    padding: 0 128px 0 54px;
    height: 56px;
    font-size: 16px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.search_control .search_controlInput:focus {
    /*ios fix*/
    display: flex;
    text-overflow: unset;
    white-space: unset;
    overflow: unset;
    -webkit-line-clamp: unset;
}

.search_control .search_controlIcon {
    position: absolute;
    top: 0;
    left: 16px;
    height: 56px;
    width: 24px;
    fill: #7d8694;
}

.search_control.onFocus .search_controlIcon {
    fill: #79ce4b;
}

.search_control.onError .search_controlIcon {
    fill: #D81615;
}

.search_control .search_controlButtons {
    position: absolute;
    right: 26px;
    height: 56px;
    display: flex;
    align-items: center;
}

.search_control svg.search_controlClean {
    padding: 0 8px;
    display: none;
    position: unset;
}

.search_control .search_controlSubmit {
    background: unset;
    border: unset;
    color: #5EB92D;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    padding: 0 8px;
}

/*endregion*/

/*region Search — Language guess*/
.search_info .search_infoPrimary,
.search_info .search_infoSecondary {
    margin-bottom: 0;
}

.search_info .search_infoPrimary {
    line-height: 26px;
    font-size: 16px;
}

.search_info .search_infoSecondary {
    line-height: 24px;
    font-size: 14px;
}
/*endregion*/

.searchSection {
    margin-bottom: 40px;
}

.searchSection_item {
    display: flex;
    flex-flow: column;
}

.searchSection_title {
    font-size: 20px;
}

.searchSection_itemTitle {
    margin-bottom: 8px;
}

.searchSection_items {
    transition: height 0.3s ease-in;
    display: grid;
    gap: 25px;
    margin: 24px 0;
}

.searchSection_card .tripleGrid {
    grid-template-columns: 31.4% 31.4% 31.4%;
}

.searchSection_card .quadrupleGrid {
    grid-template-columns: 23% 23% 23% 23%;
}

.searchSection_item:last-child {
    border: unset;
    border-bottom: unset;
}

.searchSection_item.js_hiddenSection {
    opacity: 0;
    transition: opacity .3s ease-in;
}

.searchSection_itemTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #5EB92D;
}

.searchSection_itemContent {
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.searchSection_itemContent .form_imt_wrapper {
    display: none;
}

.searchSection_itemTitle,
.searchSection_itemContent {
    justify-content: center;
}

.btn {
    text-transform: unset;
    letter-spacing: unset;
    font-size: 16px;
    line-height: 24px;
}

.search_result {
    font-weight: 600;
    font-size: 18px;
}

.searchSection_showMore a {
    display: flex;
    font-size: 16px;
    font-weight: 500;
}

.searchSection_showMore a svg {
    margin-left: 5px;
    width: 27px;
    height: 27px;
    fill: #5EB92D;
}

.search_controlPanel {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 24px 0 48px;
}

.search_panelItem {
    padding: 8px 20px;
    background: #F0F9FF;
    border-radius: 8px;
    color: #1D2F3C;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
}

.search_panelItem span {
    line-height: 30px;
}

.search_panelItem .count {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 500;
    background: #79CE4B;
    border-radius: 50%;
    color: white;
    width: 15px;
    height: 15px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_panelItem:hover {
    color: initial;
    text-decoration: none;
}

.search_controlPanel .active {
    color: #1D2F3C;
    font-weight: 500;
    background: #FFFFFF;
    border: 1px solid #79CE4B;
}

.mobilePanel {
    z-index: 2;
    display: flex;
    width: calc(100% - 40px);
    position: fixed;
    margin: 0;
    padding: 16px 20px;
    flex-wrap: nowrap;
    box-shadow: 0px 4px 15px rgba(120, 160, 190, 0.15);

    animation-duration: 0.4s;
    animation-name: animate-fade;
    animation-delay: 0.3s;
    animation-fill-mode: backwards;
}

@keyframes animate-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*region News — General*/
.mainNews_item {
    display: flex;
    margin-bottom: 8px;
    box-sizing: border-box;
}

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

.mainNews_item:hover .mainNews_name {
    color: #5EB92D;
    transition: color 0.3s;
}

.mainNews_item:not(.specialCard):hover .mainNews_image {
    box-shadow: 0 2px 8px rgba(120, 160, 190, 0.3);
    transition: box-shadow 0.3s;
}

.mainNews_image {
    display: block;
    width: 96px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
    transition: box-shadow 0.3s;
    flex-shrink: 0;
}

.mainNews_activeRange {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #7D8694;
    margin-bottom: 8px;
}

.mainNews_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    transition: color 0.3s;
    color: #1D2F3C;
    margin: 0;
    word-break: break-word;
}

.mainNews_text {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 24px;
}

/*endregion*/

/*region Widget — General*/
.widget_wrapper {
    position: relative;
    max-width: 800px;
    margin-bottom: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 10px;
}

.widget_main {
    padding: 24px 75px 16px 24px;
}

.widget_main h4 {
    margin: 0 0 12px 0;
}

.widget_main p {
    font-size: 13px;
    margin: 0;
}

.widget_actions {
    display: flex;
}

.widget_actions div,
.widget_actions a
{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    font-weight: 500;
    font-size: 16px;
}

.widget_actionOrder {
    background: #FFA742;
    color: #FFFFFF;
    border-radius: 0 0 0 10px!important;
}

.widget_actionCall {
    background: #ECFBDA;
    color: #5EB92D;
    border-radius: 0 0 10px 0!important;
}

.widget_icon {
    position: absolute;
    top: 33px;
    right: 34px;
}

/*endregion*/

@media (max-width: 1279px) {
    .searchSection_items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .searchSection_item {
        flex-flow: column;
    }

    .searchSection .btn,
    .searchSection_action {
        width: 100%;
    }

    .search_panelContainer {
        height: 64px;
    }

    .search_controlPanel {
        overflow-x: scroll;
        display: flex;
        left: 0;
        top: 62px;
        background: #fff;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .search_controlPanel::-webkit-scrollbar {
        background: transparent;
        display: none;
        height: 0;
        width: 0;
    }

    .search_panelItem {
        font-size: 13px;
    }

    .mainNews_image {
        height: auto;
    }

    .widget_main h4 {
        font-size: 18px;
    }

    .widget_actions div,
    .widget_actions a
    {
        font-size: 13px;
        font-weight: 500;
    }

    .widget_icon {
        top: 16px;
        right: 16px;
    }
}

/* End */


/* Start:/local/templates/avaclinic/components/custom/search.section/services/style.css?1711642668120*/
.searchSection_item {
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(120, 160, 190, 0.3);
}

/* End */


/* Start:/local/templates/avaclinic/components/custom/search.section/prices/style.css?171164266861*/
.js_showMoreAjax .btn_dot {
    background-color: #5EB92D;
}

/* End */


/* Start:/local/templates/avaclinic/components/custom/search.section/doctors/style.css?171164266810910*/
/*todo: почистить от не нужных элементов*/

/*region Doctor List - General layout*/
.doctorsList_innerWrapper {
    display: flex;
    flex-flow: row wrap;
    margin-top: 32px;
}

.doctorsList_nothing {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    flex: 1;
    margin: 80px auto 0;
}

.doctorsList_nothingIcon {
    height: 64px;
}

.doctorsList_nothingMessage {
    text-align: center;
    margin: 16px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.doctorsList_nameSearch .doctorsList_nameSearchClean.svgCleaner {
    height: 48px;
}

.doctorsList_paginationContainer {
    display: flex;
    justify-content: center;
}

.doctorsList_pagination {
    flex: 1 0 100%;
    margin-top: 24px;
    position: relative;
}

.doctorsList_form {
    position: relative;
}

/*endregion*/

/*region Doctor List - Item cards -- General layout*/
.doctorsList_items {
    flex: 1;
    width: 100%;
}

.doctorsList_grid {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -12px;
    align-content: flex-start;
}

.doctorsList_item {
    min-height: 408px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(120, 160, 190, 0.3);
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
    margin: 0;
    opacity: 1;
    transition: opacity .3s ease-in, box-shadow .3s ease-in;
    max-width: 330px;
}

.doctorsList_item:hover {
    box-shadow: 0 2px 20px rgba(120, 160, 190, 0.3);
    transition: box-shadow .3s ease-out;
}

.doctorsList_itemPhoto {
    width: 100%;
    height: 220px;
}

.doctorsList_itemInfo {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    padding: 24px 24px 16px 16px;
}

.doctorsList_itemPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    font-family: 'object-fit: cover; object-position: top;';
}

.doctorsList_itemName {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #1D2F3C;
    transition: color 0.3s;
}

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

.doctorsList_item:hover .doctorsList_itemName {
    color: #5EB92D;
}

.doctorsList_itemAvailable {
    display: inline-flex;
    margin: auto 0 0;
}

.doctorsList_itemAvailable + .doctorsList_itemYears {
    margin-top: 12px;
}

.doctorsList_itemAvailableDate {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    background: #EFF9E3;
    border-radius: 8px;
    padding: 4px 8px;
    color: #5EB92D;
}

.doctorsList_itemRank {
    flex: 1;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #7D8694;
}

.doctorsList_itemYears {
    margin: auto 0 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7D8694;
}

.js_hiddenSection {
    opacity: 0;
    transition: opacity .3s ease-out;
}

/*endregion*/

/*region Doctor List - Item cards -- Responsive layout*/
@media (max-width: 1279px) {
    .doctorsList_grid {
        margin-top: -8px;
    }

    .doctorsList_item {
        width: 46%;
        margin: 8px;
        max-width: none;
    }

    .doctorsList_item:nth-of-type(4n) {
        margin-right: 0;
    }

    .doctorsList_itemAvailable + .doctorsList_itemYears {
        margin-top: 10px;
    }
}


@media (max-width: 767px) {
    .doctorsList_item {
        width: 100%;
        min-height: 144px;
        flex-flow: row nowrap;
        margin: 8px 0;
    }

    .doctorsList_itemPhoto {
        border-radius: 8px;
        margin: 16px 0 16px 16px;
        width: 52px;
        height: 80px;
        overflow: hidden;
    }

    .doctorsList_grid {
        margin: -8px 0 0;
    }

    .doctorsList_itemInfo {
        padding-top: 16px;
    }

    .doctorsList_itemAvailable + .doctorsList_itemYears {
        margin-top: 8px;
    }
}

/*endregion*/

/* region Doctor List - Filters -- General layout */
.doctorsList_filters {
    display: flex;
}

.doctorsList_filter {
    width: calc(100% / 4 - 16px);
}

.doctorsList_filter:first-child {
    width: calc(100% / 2 - 16px);
}

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

.doctorsList_filter .doctorsList_searchIcon {
    height: 48px;
}

.doctorsList_filter .doctorsList_nameSearch .doctorsList_nameSearchInput {
    border: 1px solid #CFD3DA;
    border-radius: 8px;
    padding: 0 54px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
}

.doctorsList_filter .multiSelect {
    max-width: 100%;
    width: 100%;
}

.doctorsList_mores {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.doctorsList_col {
    display: inherit;
}

.doctorsList_more {
    margin-right: 8px;
}

.doctorsList_moreLabel {
    background: #F6F9FB;
    border-radius: 8px;
    padding: 6px 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.doctorsList_moresGroup {
    display: inherit;
    flex-wrap: wrap;
}

.doctorsList_filter .formCell {
    margin-bottom: 8px;
}

.checkboxStyle input {
    display: none;
}

.checkboxStyle input[type="radio"]:checked + .doctorsList_moreLabel,
.checkboxStyle input[type="checkbox"]:checked + .doctorsList_moreLabel {
    background: #79CE4B;
    color: #fff;
}

.formCell.filled .filter_arrow {
    display: none;
}

.doctorsList_filters label.formCell_placeholder {
    left: 47px;
}

.doctorsList_specsSearchArrow {
    width: 24px;
    height: 48px;
    vertical-align: middle;
    fill: #5EB92D;
    position: absolute;
    top: 0;
    right: 16px;
}

.doctorsList_specsSearchArrow {
    cursor: pointer;
}

.doctorsList_filters .doctorsList_filter .doctorsList_nameSearchClean {
    height: 48px;
    margin-right: 0;
}

.doctorsList_prefIcon {
    left: 16px;
    width: 24px;
    height: 48px;
    position: absolute;
    top: 0;
    fill: #7D8694;
}

.doctorsList_filter .current_select .filter_arrow,
.doctorsList_filter .arrow_bot {
    fill: #323232;
    padding: 0 16px;
    right: 0;
}

.doctorsList_locationIcon {
    width: 15px;
}

.doctorsList_filter button.current_value {
    padding-left: 44px;
}

.formCell .doctorsList_specsSearchInput {
    height: 48px;
    padding-left: 47px;
    padding-right: 32px;
}

.doctorsList_filters .doctorsList_filter svg.filter_cleaner,
.doctorsList_filters .doctorsList_filter svg.svgCleaner {
    fill: #7D8694;
    opacity: 1;
}

.doctorsList_filters .doctorsList_filter svg.filter_cleaner {
    right: 10px;
}

.filterSpec_options .selected {
    background: #eee;
}

.doctorsList_nameSearch .doctorsList_nameSearchInput {
    border: 1px solid #CFD3DA;
    border-radius: 100px;
    padding: 0 54px;
    height: 56px;
    font-size: 16px;
    line-height: 24px;
}

.doctorsList_nameSearchInput::placeholder {
    color: #7D8694;
}

.doctorsList_searchIcon {
    position: absolute;
    top: 0;
    left: 16px;
    height: 56px;
    width: 24px;
    fill: #7D8694;
}

/* endregion */

/* region Doctor List - Filters -- Preloader */
.doctorsList_preload {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    align-items: center;
    justify-content: center;
    background: #ffffffab;
    display: none;
    box-shadow: 0 0 16px 4px #fff;
}

.doctorsList_preload.showPreloader {
    display: flex;
}

/* endregion */

/* region Doctor List - Filters -- Clear button */
.doctorsList_filterResetIcon {
    width: 24px;
    height: 24px;
    fill: #5EB92D;
    margin-right: 4px;
}

.doctorsList_filterReset {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.doctorsList_clearBtn {
    display: none;
}

.doctorsList_clearBtn.showClear {
    display: flex;
}

.doctorsList_clearMob {
    display: none;
}

/* endregion */

/* region Doctor List - Filters -- Select with search */
.doctorsList_filter .doctorsList_specsFilter {
    border: unset;
    overflow: unset;
}

.doctorsList_filter .doctorsList_specsFilter .doctorsList_specsSearchInput {
    margin: unset;
    padding-right: 32px;
    height: 48px;
    vertical-align: top;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D7DBDE;
    box-sizing: border-box;
    border-radius: 8px;
    display: block;
    box-shadow: unset;
}

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

.formCell.optionsInput .current_select {
    height: unset;
}

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

.selectSearch {
    position: relative;
}

.selectSearch_ul {
    position: absolute;
    background: #fff;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgb(120 160 190 / 30%);
    border-radius: 3px !important;
}

.selectSearch_ul.select_open {
    display: block;
}

.selectSearch label.formCell_placeholder {
    position: absolute;
    pointer-events: none;
    left: 40px;
    top: 15px;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    background-color: #fff;
    padding: 0 5px;
    line-height: 19px;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #6A747B;
    z-index: 1;
}

.select_search.open_select div.current_select {
    display: inherit;
}

.js_showMoreAjax .btn_dot {
    background-color: #5EB92D;
}

/* endregion Spec */

/* region Doctor List - Filters -- Multiple select layout */
.multiSelect_options .multiSelect_li {
    background: #fff;
}

/* endregion */

.sliderPagination.smart ul {
    width: 8000px!important;
}

/* region Doctor List - Filters -- Responsive layout */
@media (max-width: 1279px) {
    .doctorsList_filter:first-child,
    .doctorsList_filter {
        width: calc(100% / 3 - 16px);
    }
}

@media (max-width: 767px) {
    .doctorsList_filters {
        flex-wrap: wrap;
    }

    .doctorsList_filters .doctorsList_filter {
        width: 100%;
        margin-right: 0px;
    }

    .doctorsList_filters:not(:last-child) .formCell {
        margin-bottom: 12px;
        height: auto;
    }

    .doctorsList_items .doctorsList_buttons {
        display: none;
    }

    .doctorsList_mores {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 4px;
    }

    .doctorsList_col {
        flex-wrap: wrap;
    }

    .doctorsList_more {
        margin-bottom: 8px;
    }

    .doctorsList_clearMob {
        display: block;
    }

    .doctorsList_clearDesc {
        display: none;
    }

    .doctorsList_clearBtn {
        margin-top: 28px;
        justify-content: center;
        width: 100%;
    }

    div.doctorsList_innerWrapper {
        margin-top: 24px;
    }

    .doctorsList_filter div.filterSpec.formCell {
        margin-bottom: 4px;
    }
}

/*endregion*/

/* End */


/* Start:/local/templates/avaclinic/components/custom/search.section/promos/style.css?17116426681631*/
.mainPromo_item {
    display: flex;
    width: 282px;
    flex-flow: column nowrap;
    align-items: flex-start;
    margin-bottom: 8px;
    box-sizing: border-box;
    position: relative;
}

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

.mainPromo_item:hover .mainPromo_name {
    color: #5EB92D;
    transition: color 0.3s;
}

.mainPromo_item:not(.specialCard):hover .mainPromo_image {
    box-shadow: 0 2px 8px rgba(120, 160, 190, 0.3);
    transition: box-shadow 0.3s;
}

.mainPromo_image {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 16px;
    transition: box-shadow 0.3s;
}

.mainPromo_activeRange {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #7D8694;
    margin-bottom: 8px;
}

.mainPromo_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    transition: color 0.3s;
    color: #1D2F3C;
}

.newsCard__deadline {
    position: absolute;
    background: #ffa046;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.3px;
    display: block;
    line-height: 1;
    padding: 6px 16px 5px;
    left: 8px;
    top: 8px;
    border-radius: 200px;
}

.js_showMoreAjax .btn_dot {
    background-color: #5EB92D!important;
}

@media (max-width: 1279px) {
    .mainPromo_item {
        width: calc(49% - 12px);
    }
}

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


/* Start:/local/templates/avaclinic/components/custom/search.section/news/style.css?171164266861*/
.js_showMoreAjax .btn_dot {
    background-color: #5EB92D;
}

/* End */


/* Start:/local/templates/avaclinic/components/custom/search.section/blog/style.css?171164266861*/
.js_showMoreAjax .btn_dot {
    background-color: #5EB92D;
}

/* End */


/* Start:/local/templates/avaclinic/components/custom/search.section/clinic/style.css?174064860615514*/
ul li::before {
    content: none;
}
.offices {
    position: relative;
}
.offices_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.offices_search {
    position: relative;
}
.offices_searchInput {
    width: 100%;
    height: 48px;
    border: none;
    background: #f6f9fb;
    box-shadow: inset 1px 4px 4px rgb(120 160 190 / 20%);
    border-radius: 8px;
    padding: 0 72px 0 16px;
    box-sizing: border-box;
}
.offices_searchInput:placeholder-shown{
    text-overflow:ellipsis;
}
.offices_search .offices_searchInput:focus {
    padding: 0 72px 0 16px;
}
.offices_searchIcon {
    position: absolute;
    height: 24px;
    fill: #7D8694;
    top: calc(50% - 12px);
    right: 16px;
    width: 24px;
    cursor: pointer;
    z-index: 3;
}
.offices_searchClear {
    display: none;
    fill: #7D8694;
    width: 21px;
    padding: 0 14px;
    height: 100%;
    position: absolute;
    right: 37px;
    cursor: pointer;
    z-index: 2;
}
/*====================TAGS======================*/
.offices_tags {
    margin-top: 16px;
    margin-bottom: 24px;
    width: 100%;
    overflow: auto;
}
.offices_tagsUl {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
}
.offices_tagsLi:first-child label {
    white-space: pre;
}
.offices_tagsLabel {
    background: #EFF9E3;
    color: #5EB92D;
    padding: 0 16px;
    border-radius: 8px;
    height: 32px;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 19px;
    cursor: pointer;
    border: 1px solid #EFF9E3;
    white-space: nowrap;
    margin-bottom: 0;
    margin-right: 8px;
    user-select: none;
}
.offices_tagsLabel.js_selected {
    color: #1d2f3c;
    border: 1px solid #5EB92D;
    background: #ffffff;
}
.offices_tagsLabel:hover{
    color: #fff;
    font-weight: 400;
    background: #79CE4B;
    border: 1px solid #79CE4B;
    transition: background-color 500ms ease, border 500ms ease;
}
.offices_tagsLabel:hover .offices_tagsIcon{
    fill: #fff;
}
.offices_tagsLabel:before {
    content: none;
}
.offices_tagsLabel:first-child {
    white-space: pre;
}
.offices_tagsIcon {
    width: 16px;
    height: 16px;
    fill: #5EB92D;
    margin-left: 8px;
}
.offices_tagsIcon path {
    fill: #5EB92D;
}
.isEmpty.offices_tagsUl .offices_tagsLabel {
    background: #f0f0f0 !important;
    color: #d7dbde !important;
    border: 1px solid #f0f0f0 !important;
    cursor: not-allowed;
}
.isEmpty.offices_tagsUl .offices_tagsLabel.showAll {
    background: #ffffff !important;
}
.isEmpty.offices_tagsUl .offices_tagsLabel .offices_tagsIcon {
    fill: #d7dbde;
}
.offices_tags::-webkit-scrollbar {
    display: none;
}

/*====================TAGS======================*/


.offices_list {
    position: relative;
    margin-bottom: 50px;
    flex-grow: 1;
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
}
.offices_listItems {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    width: 585px;
    justify-content: space-between;
}
.offices_listBottom {
    width: 100%;
    display: flex;
    justify-content: center;
}
.offices_listBottom .offices_showMore {
    width: 316px;
    /*display: none;*/
}

.offices_card {
    width: 282px;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(120, 160, 190, 0.15);
    border-radius: 10px;
    position: relative;
    transition:box-shadow 0.8s ease;
    box-sizing: border-box;
}
.offices_card:hover {
    box-shadow: 0px 4px 15px rgba(120, 160, 190, 0.3);
    transition: box-shadow 0.8s ease;
}
.offices_cardTitle a {
    color: #1d2f3c;
}
.offices_cardTitle:hover .offices_cardTitle {
    color: #5EB92D;
}
.offices_cardInner {
    justify-content: flex-start;
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    height: 100%;
}
.offices_cardTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
    width: calc(100% - 34px);
}
.offices_cardAddress,
.offices_cardPhone {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px;
    color: #1d2f3c;
}
.offices_cardPhone a{
    color: #1d2f3c;
}
.offices_cardMetros {
    position: relative;
    color: #7D8694;
    margin: 8px 0;
    font-size: 14px;
    line-height: 19px;
}
.offices_cardMetro {
    position: relative;
    margin-left: 16px;
}
/*Синяя ветка*/
.offices_cardMetro.blue:before {
    background: #4d8ce5;
}
/*Фиолетовая ветка*/
.offices_cardMetro.purple:before {
    background: #ca50d4;
}
/*Зелёная ветка*/
.offices_cardMetro.green:before {
    background: #5EB92D;
}
/*Оранжевая ветка*/
.offices_cardMetro.orange:before {
    background: #ea7125;
}
/*Красная ветка*/
.offices_cardMetro.red:before {
    background: #db3d3d;
}
.offices_cardMetro:before {
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    display: block;
    left: -16px;
    top: calc(50% - 4px);
}
.offices_cardServicesPosition {
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
}
.offices_cardServices {
    display: flex;
    flex-grow: 1;
    align-items: flex-end;
    margin-top: 16px;
    flex-wrap: wrap;

}
.offices_cardService:not(:last-child) {
    margin-right: 16px;
}
.offices_cardServiceIcon {
    width: 16px;
    height: 16px;
    fill: #7D8694;
}

.offices_map {
    width: 586px;
}
.offices_map .offices_mapWrap {
    position: sticky;
    top: 101px;
}
.offices_mapInit {
    border-radius: 10px;
    background: #eeeeee;
    height: 481px;
    overflow: hidden;
}
.offices_findClosest {
    position: absolute;
    bottom: 32px;
    right: 8px;
    z-index: 9;
}
.offices_map .offices_findClosest.descHide {
    display: none;
}
.offices_nothing {
    display: none;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}
.offices_nothing.isShow {
    display: flex;
    flex-grow: 0;
}
.offices_nothingIcon {
    width: 56px;
    height: 56px;
}
.offices_nothingText {
    color: #6a747b;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-top: 24px;
}
.offices_tooltipDesc:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.offices_tooltipModal {
    display: none;
}
.offices_emergency {
    width: 584px;
    background: #f6f9fb;
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
    margin-top: 24px;
}
.offices_emergencyTitle {
    line-height: 29px;
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 16px;
}
.offices_emergencyPhone {
    font-weight: 500;
    margin-bottom: 16px;
    display: block;
}
.offices_emergencyText {
    font-size: 15px;
    line-height: 19px;
}
.offices_subTitle {
    font-size: 21px;
    line-height: 29px;
    font-weight: 900;
    width: 100%;
    margin-top: 48px;
    margin-bottom: 32px;
}
.marginTopNone {
    margin-top: 0;
}
@media (max-width: 1279px) {
    .offices_h1 {
        margin-bottom: 24px;
    }
    .offices_tooltipDesc {
        display: none;
    }
    .offices_tooltipModal {
        display: block;
    }
    h1 {
        margin-bottom: 24px;
    }
    .offices_list {
        order: 2;
    }
    .offices_listNothing {
        order: 2;
        margin-top: 24px;
    }
    .offices_listItems {
        width: 100%;
    }
    .offices_card{
        min-height: 172px;
    }
    .offices_main {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .offices_map {
        order: 1;
        margin-top: 24px;
        width: 100%;
        position: relative;
    }
    .offices_map .offices_mapInit {
        height: 310px;
        position: static;
    }
    .offices_tags {
        order: 2;
        width: auto;
    }
    .offices_tagsUl {
        display: flex;
        width: 100%;
        /*overflow-x: scroll;*/
    }
    .offices_main .offices_list {
        width: 100%;
        order: 3;
        margin-top: 8px;
    }
    .offices_emergency {
        width: 100%;
    }
    .offices_card {
        flex-basis: 48%;
    }
}
@media (max-width: 767px) {
    .offices_h1 {
        margin-bottom: 16px;
    }
    .offices_card {
        flex-basis: 100%;
        margin-right: 0;
        width: 100%;
    }
    .offices_map {
        margin-top: 16px;
    }
    .offices_map .offices_mapInit {
        height: 240px;
        background: #ffffff;
    }
    .offices_map .offices_findClosest {
        position: static;
        width: 100%;
        margin-top: 16px;
    }
    .offices_map .offices_findClosest.descHide {
        display: block;
    }
    .offices_cardTitle{
        line-height: 22px;
    }
    .offices_subTitle {
        margin-top: 32px;
    }
    .offices_emergencyTitle {
        font-size: 18px;
        line-height: 25px;
        font-weight: 500;
        margin-bottom: 8px;
    }
    .offices_emergencyPhone {
        margin-bottom: 8px;
    }
    .offices_main .offices_list{
        margin-top: 0;
    }
    .offices_tags{
        margin-bottom: 16px;
        margin-right: -16px;
        margin-left: -16px;
        padding-left: 16px;
    }
    .offices_tagsUl {
        width: max-content;
    }
}

/*===============================tooltip=======================*/
.inTooltip .offices_tooltipContainer {
    display: block;
    border-radius: 10px;
}
.offices_tooltip {
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    fill: #5EB92D;
    position: absolute !important;
    right: 24px;
    top: 24px;
}
.offices_tooltipDesc {
    height: inherit;
}
.offices_tooltipTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #1d2f3c;
}
.offices_tooltipText {
    color: #7D8694;
    font-size: 12px;
    line-height: 19px;
    width: 300px;
}
.offices_tooltipSub {
    margin-top: 8px;
    color: #7D8694;
    font-size: 12px;
    line-height: 19px;
}

.offices_tooltip.active {
    z-index: 102;
}
.offices_tooltipClose {
    display: none;
    width: 26px;
    height: 26px;
    fill: #7D8694;
    position: absolute;
    right: 16px;
    top: 16px;
}
/*=====================MODAL====================*/
.offices_tooltip.inModal .offices_tooltipContainer {
    z-index: 1050;
}
.offices_tooltip.inModal .offices_tooltipClose {
    display: block;
}
.offices_tooltipModal,
.offices_tooltipDesc {
    z-index: 1;
    cursor: pointer;
}
.offices_tooltipIcon {
    fill: #79CE4B;
    width: 20px;
    height: 20px;
    transition: fill 0.3s;
}
.offices_tooltipIcon:hover {
    fill: #5EB92D;
}
.offices_tooltipContainer {
    padding: 16px;
    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;
}
.inModal .offices_tooltipInner{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.inModal .offices_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 .offices_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 .offices_tooltipText {
    width: 100%;
}
.offices_tooltipContainer.heightHalf {
    overflow: hidden;
}
.offices_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) {
    .offices_tooltipContainer.heightHalf:after {
        display: none;
    }
}
/*===============================tooltip end======================*/

.tapMap_listItemName {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
}
.tapMap_listItemPhone {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0px;
    font-size: 15px;
}
.tapMap_listItemPhone a {
    font-size: 15px;
    line-height: 21px;
    color: #1d2f3c;
    display: inline-block;
    margin: 0;
}
.tapMap_listItemAddress {
    font-size: 15px;
    line-height: 21px;
    color: #1d2f3c;
    margin-bottom: 8px;
}
.tapMap_listItemDetail a {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}

/*===========================MAP BALLOON=================================*/
.mapBalloon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    max-width: 315px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.15);
    border-radius: 8px;
    padding: 16px 24px 24px 16px;
}
.mapBalloon_content {
    max-width: 275px;
}
.mapBalloon_arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-width: 11px;
}
.mapBalloon_arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;

}
.mapBalloon_arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
}
.mapBalloon .close {
    position: absolute;
    top: 4px;
    right: 4px;
}
.mapBalloon .close svg {
    fill: #7D8694;
    width: 24px;
    height: 24px;
}
.mapBalloon_content svg {
    fill: #5EB92D;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.js_showMoreAjax .btn_dot {
    background-color: #5EB92D;
}
@media (max-width: 1279px) {
    .offices_tooltipContainer {
        padding: 16px;
    }
}
@media (max-width: 600px) {
    .mapBalloon {
        max-width: 225px;
        padding: 16px 8px 12px 12px;
    }
    .mapBalloon .tapMap_listItemName {
        max-width: 185px;
        margin-bottom: 4px;
        font-size: 15px;
        line-height: 1;
    }
    .mapBalloon_content {
        max-width: 100%;
    }
    .mapBalloon_content svg {
        display: none;
    }
    .mapBalloon_content .tapMap_listItemPhone {
        display: none;
    }
    .mapBalloon_content .tapMap_listItemAddress{
        display: none;
    }
    .mapBalloon_content .tapMap_listItemAddress {
        padding-left: 0;
        margin-bottom: 4px;
        line-height: 1;
    }
    .mapBalloon_content .tapMap_listItemAddress span {
        display: none;
    }
    .mapBalloon_content .tapMap_listItemAddress p {
        display: block;
        font-size: 13px;
        line-height: 17px;
        letter-spacing: 0.02em;
        color: #7D8694;
    }
    .mapBalloon_content .tapMap_listItemHours {
        padding-left: 0;
        margin-bottom: 0;
    }
    .mapBalloon_content .tapMap_listItemSubway {
        padding-left: 0;
        margin-bottom: 4px;
    }
    ymaps[class*='balloon__content']{
        font-family: Rubik;
    }
    ymaps[class*='-balloon_layout_panel']{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: none;
    }
}



/* End */
/* /local/templates/avaclinic/css/search.css?17600067527656 */
/* /local/templates/avaclinic/components/custom/search.section/services/style.css?1711642668120 */
/* /local/templates/avaclinic/components/custom/search.section/prices/style.css?171164266861 */
/* /local/templates/avaclinic/components/custom/search.section/doctors/style.css?171164266810910 */
/* /local/templates/avaclinic/components/custom/search.section/promos/style.css?17116426681631 */
/* /local/templates/avaclinic/components/custom/search.section/news/style.css?171164266861 */
/* /local/templates/avaclinic/components/custom/search.section/blog/style.css?171164266861 */
/* /local/templates/avaclinic/components/custom/search.section/clinic/style.css?174064860615514 */
