

/* Start:/local/templates/avaclinic/components/bitrix/news/clinic/bitrix/news.list/.default/style.css?174064860615766*/
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: calc(50% - 12px);
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(120, 160, 190, 0.15);
    border-radius: 10px;
    margin-bottom: 24px;
    position: relative;
    transition:box-shadow 0.8s ease;
    box-sizing: border-box;
    height: auto;
    min-height: 270px;
}
.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: 15px;
    line-height: 19px;
    margin-bottom: 8px;
    color: #1d2f3c;
}
.offices_cardPhone a{
    color: #1d2f3c;
}
.offices_cardMetros {
    position: relative;
    color: #7D8694;
    margin: 8px 0;
    font-size: 15px;
    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_cardPromoLink {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.offices_cardPromoLink a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 500;
}

.offices_cardPromoLink svg {
    width: 24px;
    height: 24px;
    fill: #5EB92D;
}

.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%;
    }
}
@media (max-width: 767px) {
    .offices_h1 {
        margin-bottom: 16px;
    }
    .offices_card {
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .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{
        font-size: 16px;
        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: 1095;
    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;
}

@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/components/bitrix/news/clinic/bitrix/news.list/.default/style.css?174064860615766 */
