

/* Start:/local/templates/.default/components/snippet/doctors/.default/style.css?17817994959262*/
.snippetDoctors_container {
  max-width: 1224px;
  margin: auto;
}
.snippetDoctors_slider {
  position: relative;
  max-width: 100%;
}
.snippetDoctors_slider:not(.initialized) {
  overflow: hidden;
}
.snippetDoctors_slider .js_snippetDoctors_sliderContainer:not(.slick-slider) {
  display: inline-flex;
}
.snippetDoctors_slider .slick-track {
  display: flex !important;
}
.snippetDoctors_slider .slick-slide {
  height: inherit !important;
}
.snippetDoctors_slide {
  width: 280px;
}
.snippetDoctors_slideInner {
  display: flex;
  flex-flow: column;
  height: calc(100% - 24px);
  min-height: 408px;
  border-radius: 10px;
  margin: 8px 12px 16px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(120, 160, 190, 0.3);
  transition: filter 0.3s ease;
  overflow: hidden;
}
.snippetDoctors_slideInner:hover {
  filter: drop-shadow(0px 4px 8px rgba(120, 160, 190, 0.15));
}
.snippetDoctors_item {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.snippetDoctors_item:hover .snippetDoctors_itemName {
  color: #5EB92D;
}
.snippetDoctors_item.horizontal {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: auto;
}
.snippetDoctors_item.horizontal .snippetDoctors_itemPhoto {
  width: 52px;
  height: 80px;
  margin-bottom: 0;
  border-radius: 8px;
  overflow: hidden;
}
.snippetDoctors_bookingLink {
  display: flex;
  justify-content: center;
  padding: 12px 0;
  height: 48px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-top: #F0F0F0 1px solid;
  transition: background 0.3s ease;
}
.snippetDoctors_bookingLink:hover {
  text-decoration: none;
  background: #ECFBDA;
}
.snippetDoctors_bookingLink.disabled {
  background: #EFF1F4;
  color: #CFD3DA;
  cursor: default;
}
.snippetDoctors_bookingLink.disabled:hover {
  background: #EFF1F4;
}
.snippetDoctors_itemPhoto {
  width: 100%;
  height: 220px;
  margin-bottom: 24px;
}
.snippetDoctors_itemPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  font-family: "object-fit: cover object-position: top";
}
.snippetDoctors_itemInfo {
  position: relative;
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  min-height: 164px;
  margin-left: 16px;
  margin-right: 24px;
}
.snippetDoctors_itemName {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #1D2F3C;
  transition: color 0.3s;
  min-height: 55px;
}
.snippetDoctors_itemRank {
  display: -webkit-box;
  overflow: hidden;
  min-height: 38px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #7D8694;
  text-overflow: ellipsis;
  text-transform: lowercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.snippetDoctors_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: 12px;
  min-height: 28px;
}
.snippetDoctors_itemYears {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7D8694;
  margin-bottom: 0;
}
.snippetDoctors_ribbon {
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 8px 0px rgba(120, 160, 190, 0.3019607843);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
.snippetDoctors_ribbon img {
  width: 20px;
  height: 20px;
}
.snippetDoctors_ribbon .ribbon_tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: auto;
  right: 0;
  padding: 16px;
  width: max-content;
  opacity: 0;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1D2F3C;
  box-shadow: 0 2px 8px 0 rgba(120, 160, 190, 0.3);
  transition: opacity 0.1s ease;
  pointer-events: none;
  z-index: 10;
}

@media (hover: hover) {
  .snippetDoctors_ribbon:hover .ribbon_tooltip {
    opacity: 1;
  }
}
.reveal.revealTooltip {
  overflow: initial;
}
.reveal.revealTooltip .reveal_icon {
  width: 32px;
  height: 32px;
}
.reveal.revealTooltip .reveal_container {
  justify-items: stretch;
  align-items: flex-end;
}
.reveal.revealTooltip .reveal_block {
  width: 100%;
  max-width: unset;
  border-radius: 10px 10px 0 0;
  align-items: center;
}
.reveal.revealTooltip .reveal_text {
  margin: 16px 0 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .reveal.revealTooltip .reveal_container {
    margin: initial;
    height: initial;
  }
}

.snippetDoctors_itemAvailable {
  display: inline-flex;
  margin: auto 0 0;
  grid-column-start: 1;
  grid-column-end: 3;
  min-height: 28px;
}
.snippetDoctors_itemAvailableDate {
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  background: #EFF9E3;
  border-radius: 8px;
  padding: 4px 8px;
  color: #5EB92D;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .snippetDoctors_itemAvailableDate {
    margin-bottom: 0;
  }
}
.snippetDoctors_arrow {
  position: absolute;
  top: calc(50% - 28px);
}
.snippetDoctors_arrow.left {
  left: -76px;
}
.snippetDoctors_arrow.right {
  right: -76px;
}
@media (max-width: 1439px) {
  .snippetDoctors_arrow {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .snippetDoctors_container {
    margin: 0 12px;
  }
}
@media (max-width: 900px) {
  .snippetDoctors_itemName {
    min-height: 75px;
  }
}
@media (max-width: 767px) {
  .snippetDoctors {
    width: 100vw;
    margin: 0 -16px;
    overflow: hidden;
  }
  .snippetDoctors_container {
    margin: 0 0 0 8px;
  }
  .snippetDoctors_slide {
    width: calc(100vw - 40px);
  }
  .snippetDoctors_itemName {
    font-size: 16px;
    line-height: 22px;
  }
  .snippetDoctors_itemRank {
    display: -webkit-box;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .snippetDoctors_itemTop {
    display: flex;
    flex-flow: row nowrap;
  }
  .snippetDoctors_itemBottom {
    display: flex;
    flex-flow: column;
  }
  .snippetDoctors_card {
    display: flex;
    flex-flow: column;
    box-shadow: 0px 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 12px;
    overflow: hidden;
  }
  .snippetDoctors_card:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .snippetDoctors_card .snippetDoctors_itemInfo {
    height: 100%;
    min-height: 80px;
  }
  .snippetDoctors_card .snippetDoctors_item.horizontal .snippetDoctors_itemInfo {
    min-height: 80px;
  }
  .snippetDoctors_card .snippetDoctors_bottom {
    margin-top: auto;
    margin-bottom: 0;
    min-height: 28px;
  }
  .snippetDoctors_links {
    margin-top: auto;
  }
  .snippetDoctors_slideInner {
    min-height: auto;
    margin: 8px 12px;
    padding: 0;
    height: 100%;
    box-shadow: none;
    overflow: unset;
  }
  .snippetDoctors_slideInner:hover {
    filter: none;
  }
  .snippetDoctors_item.horizontal {
    margin: 16px;
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .snippetDoctors_item.horizontal .snippetDoctors_itemInfo {
    padding-bottom: 0;
    min-height: unset;
  }
  .snippetDoctors_item.horizontal .snippetDoctors_itemYears {
    margin-bottom: 0;
  }
  .snippetDoctors_slider .slick-slider .slick-list {
    overflow: visible;
  }
  .snippetDoctors_itemName {
    min-height: 44px;
  }
}
@media (max-width: 359px) {
  .snippetDoctors_itemName {
    font-size: 15px;
    line-height: 20px;
  }
  .snippetDoctors_item.horizontal {
    min-height: 176px;
  }
}
.snippetDoctors_paginationContainer {
  display: flex;
  justify-content: center;
}
.snippetDoctors_pagination {
  max-width: 140px;
  overflow: hidden;
}
.snippetDoctors_pagination-track {
  display: flex;
}

@media (min-width: 1280px) {
  .tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .noTablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .noMobile {
    display: none !important;
  }
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 48px;
  padding: 0 32px;
  border: 0;
  border-radius: 24px;
  margin: 0;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  background: #FFA742;
  cursor: pointer;
  transition: color 0.3s, background 0.3s;
}
.btn.control {
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #c1e498;
  background: none;
}
.btn.control svg {
  fill: #5EB92D;
  width: 24px;
  height: 24px;
  transition: all 0.3s;
}

.sliderPagination__dot {
  padding: 0 5px;
}
.sliderPagination__dot-item {
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 1px solid #7D8694;
  border-radius: 50%;
  opacity: 0.5;
  background: none;
  transition: background-color 0.5s, opacity 0.5s;
  cursor: pointer;
}
.sliderPagination__dot.active .sliderPagination__dot-item {
  background-color: #79CE4B;
  border: 0;
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/snippet/maps/.default/style.css?178179949511311*/
/*====================snippet maps start========================*/
.mapBlock_item {
    display: none;
    width: 100%;
    filter: drop-shadow(0px 2px 8px rgba(120, 160, 190, 0.3));
    border-radius: 12px;
    font-size: 0;
    overflow: hidden;
    height: 450px;
}

.mapBlock_item.active {
    display: block;
}

.tapMap_list {
    display: inline-block;
    vertical-align: top;
    background: #FFFFFF;
    box-sizing: border-box;
    width: 30%;
    height: 100%;
    overflow-y: auto;
    min-width: 280px;
}

.tapMap_listItem {
    width: 100%;
    margin-bottom: 0;
    padding: 8px 24px;
    box-sizing: border-box;
}

.tapMap_listItem.active {
    background: #F6F9FB;
}

.tapMap_listItem:hover {
    background-color: #f6f9fb;
    cursor: pointer;
}

.tapMap_listItem svg {
    fill: #5EB92D;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.tapMap_listItem.active .tapMap_listItemName {
    color: #1D2F3C;
    font-weight: 500;
}

.tapMap_listItemName {
    display: block;
    width: calc(100% - 20px);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1D2F3C;
    margin-bottom: 0;
}

.tapMap_listItemPhone,
.tapMap_listItemWorkHours {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
}

.tapMap_listItemPhone a {
    font-size: 13px;
    line-height: 21px;
    color: #1D2F3C;
    display: inline-block;
    margin: 0;
}

.tapMap_listItemPhone span {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #7D8694;
    margin: 0;
}

.tapMap_listItemAddress {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
}

.tapMap_listItemAddress p,
.tapMap_listItemAddress a {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #7D8694;
    margin: 0;
}

.tapMap_listItemAddress p {
    font-size: 13px;
    line-height: 20px;
}

.tapMap_listItemAddress span {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #7D8694;
    margin: 0;
}

.tapMap_listItemSubway {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 13px;
}

.tapMap_listItemSubway p {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #7D8694;
    margin: 0;
    width: 100%;
}

.metro_ball {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0);
    border-radius: 50%;
    margin-right: 4px;
}

.metro_ball.blue {
    background: #339BE6;
}

.metro_ball.orange {
    background: #FF9721;
}

.metro_ball.green {
    background: #5EB92D;
}

.metro_ball.red {
    background: #D81615;
}

.metro_ball.purple {
    background: #b700d8;
}

.tapMap_listItemHours {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #7D8694;
}

.mapBlock_itemMap {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 70%;
    height: 100%;
    max-width: calc(100% - 280px);
}

.mapBlock_itemMapYa {
    width: 100%;
    height: 100%;
}

.mapBlock_tabs {
    width: 100%;
    font-size: 0;
    margin-bottom: 24px;
    display: none;
}

.mapBlock_tabsItem {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    border: 1px solid rgba(130, 200, 50, 0.5);
    font-size: 13px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5EB92D;
    padding: 14px 0 14px;
    font-weight: 500;
    cursor: pointer;
}

.mapBlock_tabsItem:first-child {
    border-radius: 8px 0 0 8px;
}

.mapBlock_tabsItem:last-child {
    border-radius: 0 8px 8px 0;
    border-left: none;
}

.mapBlock_tabsItem.open {
    background: rgba(130, 200, 49, 0.12);
}

.tapMap_listShowMore {
    display: none!important;
}

.tapMap_listItemDetail a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.tapMap_listLink {
    display: none;
    width: 100%;
    filter: unset;
    color: #5EB92D;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .tapMap_list {
        display: inline-block!important;
    }

    .mapBlock_itemMap {
        display: inline-block!important;
    }
}

@media (max-width: 767px) {
    .mapBlock_item {
        filter: unset;
    }

    .tapMap_listItem.active {
        background-color: transparent ;
    }

    .tapMap_listItem.active .tapMap_listItemName {
        font-weight: 500;
    }

    .tapMap_listItemPhone a {
        /*color: #5EB92D;*/
    }

    .tapMap_listLink {
        display: inline-flex;
        margin-top: 8px;
    }

    .mapBlock_tabs {
        display: block;
    }

    .tapMap_list {
        display: none;
        max-width: unset;
        min-width: unset;
        width: 100%;
        background: none;
    }

    .mapBlock_itemMap {
        display: none;
        max-width: unset;
        min-width: unset;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        transform: translateZ(0px);
    }

    .mapBlock_itemMap.tab_active {
        display: block;
    }

    .tapMap_list.tab_active {
        display: block;
    }


    .mapBlock_item {
        box-shadow: none;
        border-radius: 0;
        height: auto;
        min-height: 450px;
        transition: height, 0.2ms;
    }

    .mapBlock_itemMapYa {
        height: 450px;
    }

    .tapMap_listItem {
        padding: 8px 0;
    }

    .tapMap_listShowMore {
        display: inline-flex!important;
        width: 100%;
    }
}

/*MAP BALLOON*/
.mapBalloon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    max-width: 360px;
    width: 360px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.15);
    border-radius: 8px;
    padding: 16px 16px 16px 16px;
}

.mapBalloon_content {
    max-width: 328px;
}

.mapBalloon_arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    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: #fff;
    border-bottom-width: 0;
}

.mapBalloon .close {
    position: absolute;
    top: 16px;
    right: 16px;
}

.mapBalloon .close svg {
    fill: #7D8694;
    width: 24px;
    height: 24px;
}

.mapBalloon_content svg {
    fill: #5EB92D;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.snippetMap_tooltipWrapp {
    width: 328px;
    color: #1D2F3C;
}

.snippetMap_tooltipTitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #1d2f3c;
    width: calc(100% - 16px);
}

.snippetMap_tooltipAdress {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
}

.snippetMap_tooltipText {
    background: linear-gradient(98.62deg, #FFEEDE -0.24%, #F2FFE2 100%);
    border-radius: 8px;
    padding: 12px;
    padding-bottom: 8px;
    margin-top: 8px;
    color: #1D2F3C;
    line-height: 20px;
    font-size: 13px;
}

.snippetMap_tooltipText.snippetMap_tooltipText--solo {
    margin-top: 0;
}

.snippetMap_tooltipText p {
    color: #1D2F3C;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 8px;
}

.snippetMap_tooltipText b {
    line-height: 16px;
    font-size: 12px;
}

.snippetMap_tooltipText span {
    width: 100%;
    display: block;
    margin-bottom: 4px;
}

.snippetMap_tooltipCause {
    margin-bottom: 8px;
}

.snippetMap_tooltipPhone {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

.snippetMap_tooltipPhone a {
    color: #1D2F3C;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

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

.snippetMap_tooltipMetros p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #7D8694;
    margin: 0;
}

.snippetMap_tooltipDetail {
    margin-top: 16px;
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .snippetMap_tooltipWrapp {
        width: 221px;
    }
}

@media (max-width: 1279px) {
    .offices_main .offices_tooltipWr,
    .searchSection .offices_tooltipWr,
    .offices_main .snippetMap_tooltipWrapp,
    .searchSection .snippetMap_tooltipWrapp,
    .snippetClinics .snippetMap_tooltipWrapp,
    .snippetClinics .snippetClinics_tooltipWr {
        width: 100%;
    }
}


@media (max-width: 600px) {
    .mapBalloon {
        max-width: 253px;
        padding: 16px 8px 16px 16px;
    }

    .mapBalloon .tapMap_listItemName {
        max-width: 185px;
        margin-bottom: 4px;
        font-size: 15px;
        line-height: 1;
    }

    .mapBalloon_content {
        max-width: 221px;
    }

    .mapBalloon_content svg {
        display: none;
    }

    .mapBalloon_content .tapMap_listItemPhone {
        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;
    }

    .offices_mapInit .tapMap_listItemSubway,
    .offices_mapInit .tapMap_listItemHours,
    .offices_mapInit .snippetMap_tooltipAdress,
    .offices_mapInit .snippetMap_tooltipText,
    .offices_mapInit .snippetMap_tooltipMetros,
    .offices_mapInit .snippetMap_tooltipPhone {
        display: none;
    }

    .offices_mapInit .snippetMap_tooltipDetail {
        margin-top: 0;
        color: #5EB92D;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .offices_main .offices_tooltipWr,
    .searchSection .offices_tooltipWr,
    .offices_main .snippetMap_tooltipWrapp,
    .searchSection .snippetMap_tooltipWrapp,
    .snippetClinics .snippetMap_tooltipWrapp,
    .snippetClinics .snippetClinics_tooltipWr {
        width: 100%;
    }
}

.mapBlock_itemMap {
    position: relative;
}

.mapBlock_static {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    background: #f4f4f4;
}

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

.mapBlock_itemMapYa {
    position: relative;
    z-index: 2;
}

.mapBlock_itemMapYa:not(.is-loaded) {
    opacity: 0;
}

.mapBlock_itemMapYa.is-loaded {
    opacity: 1;
}
/* End */
/* /local/templates/.default/components/snippet/doctors/.default/style.css?17817994959262 */
/* /local/templates/.default/components/snippet/maps/.default/style.css?178179949511311 */
