

/* Start:/local/templates/avaclinic/components/bitrix/catalog/services/style.css?17829772653846*/
/*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;
    }
}


/* ====================================== 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/css/titleSectionsBanner.css?17829772653433*/
.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_figure picture,
.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_figure picture {
        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_figure picture {
        object-fit: cover;
    }

    .sectionBanner_btn{
        margin-top: 16px;
    }
    .sectionBanner_banner .sectionBanner_figure picture {
        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/catalog/services/bitrix/catalog.section/gospital/style.css?178297726512360*/
.sgm-col-4 {
  width: calc(33% - 33px);
}

.sgm-col-6 {
  width: calc(50% - 33px);
}

.gospital__shadow {
  box-shadow: 0 2px 8px 0 rgba(120, 160, 190, 0.3019607843);
}
.gospital__border {
  border: 1px solid #F0F0F0;
}
.gospital__section {
  padding: 64px 0;
}
.gospital__section-banner {
  padding: 48px 0;
}
.gospital__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  margin: 0;
}

.gospital-banner {
  display: flex;
}
.gospital-banner__container {
  max-width: 514px;
}
.gospital-banner__adults {
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 48px;
  background-image: url(/local/templates/avaclinic/images/title_block/title_banner_adults.jpg);
  width: 100%;
  overflow: hidden;
  position: relative;
}
.gospital-banner__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
}
.gospital-banner__desc {
  margin-top: 32px;
}
.gospital-banner__wrapp {
  z-index: 100;
}
.gospital-banner__services {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.gospital-banner__services--item {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 12px;
  z-index: 100;
}
.gospital-banner__services--text {
  color: #5EB92D;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  justify-content: space-between;
}
.gospital-banner__services--desc {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  margin-top: 4px;
}
.gospital-banner__services--svg svg {
  width: 22px;
  height: 22px;
}
.gospital-banner__figure {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.gospital-banner__figure picture {
  height: 100%;
}
.gospital-banner__figure picture img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: top;
}

.gospital .gospital-banner__btn {
  margin-top: 32px;
}

.support-topics__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 32px;
}
.support-topics__item {
  width: calc(50% - 14px);
  display: flex;
  border-radius: 12px;
  height: 202px;
  overflow: hidden;
}
.support-topics__item--left {
  display: flex;
}
.support-topics__item--left img {
  object-fit: cover;
  object-position: top;
  height: 100%;
  width: 176px;
}
.support-topics__right {
  padding: 24px;
  width: calc(100% - 224px);
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.support-topics__right--title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.support-topics__right--desc {
  line-height: 26px;
  color: #1D2F3C;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.support-topics__right--href {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #5EB92D;
  margin-top: 12px;
}
.support-topics__wrap--btn {
  width: 100%;
  text-align: center;
  margin-top: 32px;
}

.steps-gospital__list {
  display: flex;
  gap: 24px;
  margin-top: 32px;
}
.steps-gospital__item {
  width: 33%;
  padding: 16px;
  border-radius: 12px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  height: 230px;
  justify-content: space-between;
}
.steps-gospital__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.steps-gospital__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 120px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 8px;
}
.steps-gospital__step {
  font-weight: 600;
  font-size: 36px;
  line-height: 47px;
  color: #5EB92D;
}
.steps-gospital__bottom-text {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 32px;
}

.faq-gospital__list {
  margin-top: 32px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.faq-gospital__item {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
}
.faq-gospital__item:hover .faq-gospital__arrow {
  fill: #79CE4B;
}
.faq-gospital__item.active .faq-gospital__arrow {
  transform: rotate(180deg);
}
.faq-gospital__question {
  font-weight: 500;
  font-size: 18px;
  height: 28px;
  display: flex;
  justify-content: space-between;
}
.faq-gospital__arrow {
  transition: transform 0.3s ease;
  width: 24px;
  height: 28px;
}
.faq-gospital__answer {
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  display: none;
}

.gospital-programs {
  background-image: url(/local/templates/avaclinic/images/title_block/title_banner_adults.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.gospital-programs__container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.gospital-programs__content {
  max-width: 545px;
  min-width: 404px;
  margin-bottom: 48px;
  margin-top: 16px;
  position: relative;
  z-index: 2;
}
.gospital-programs__text {
  font-size: 16px;
}
.gospital-programs__figure {
  min-width: 631px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.gospital-programs__figure__figure img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: left;
}

.gospital-inpatient__tab {
  display: flex;
  margin-top: 32px;
  justify-content: center;
}
.gospital-inpatient__tab--item {
  width: max-content;
  white-space: nowrap;
  text-align: center;
  background: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 32px;
  cursor: pointer;
  color: #5eb92d;
  border-left: 1px solid rgba(130, 200, 49, 0.5);
  border-top: 1px solid rgba(130, 200, 49, 0.5);
  border-bottom: 1px solid rgba(130, 200, 49, 0.5);
}
.gospital-inpatient__tab--item:only-child {
  border-color: rgba(130, 200, 49, 0.5);
  border-left: 1px solid;
  border-right: 1px solid;
  border-radius: 8px;
}
.gospital-inpatient__tab--item:first-child:not(:only-child) {
  border-left: 1px solid rgba(130, 200, 49, 0.5);
  border-radius: 8px 0 0 8px;
}
.gospital-inpatient__tab--item:last-child:not(:only-child) {
  border-right: 1px solid rgba(130, 200, 49, 0.5);
  border-radius: 0 8px 8px 0;
}
.gospital-inpatient__tab--item.active {
  cursor: initial;
  background: #ecfbda;
}
.gospital-inpatient__wrapp {
  margin-top: 32px;
  padding: 24px;
  border-radius: 12px;
  position: relative;
}
.gospital-inpatient__wrapp--name {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.gospital-inpatient__content {
  display: none;
}
.gospital-inpatient__content.active {
  display: block;
}
.gospital-inpatient__list {
  display: flex;
  align-items: stretch;
  margin-top: 16px;
  gap: 24px;
  flex-wrap: wrap;
}
.gospital-inpatient__item {
  width: calc(25% - 18px);
  display: flex;
  flex-direction: column;
}
.gospital-inpatient__item--wrapp {
  padding: 16px;
  border: 1px solid #F0F0F0;
  border-radius: 0 0 12px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.gospital-inpatient__img {
  border-radius: 12px 12px 0 0;
  display: flex;
  overflow: hidden;
}
.gospital-inpatient__img picture {
  width: 100%;
  height: 180px;
}
.gospital-inpatient__img img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 180px;
}
.gospital-inpatient__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.gospital-inpatient__desc {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}
.gospital-inpatient__desc p {
  margin: 0;
}
.gospital-inpatient__desc svg {
  margin-right: 16px;
  margin-top: 6px;
}
.gospital-inpatient__desc--text {
  width: calc(100% - 16px);
}
.gospital-inpatient__btn.btn {
  margin-top: 16px;
}
.gospital-inpatient__svg {
  width: 16px;
  height: 16px;
}
.gospital-inpatient .slick-slide {
  padding: 0 8px;
}
.gospital-inpatient .slick-list {
  margin: 0 -8px;
}
.gospital-inpatient .sliderPagination_dots {
  margin-top: 16px;
}

.servicesSections {
  background: #F8F9FB;
  margin-top: 0;
}
.servicesSections_sections {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  cursor: pointer;
  flex-wrap: wrap;
  margin-top: 32px;
}

.subSection {
  width: 588px;
  display: flex;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0 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 {
  width: 32px;
  height: 32px;
  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_name a:hover {
  text-decoration: none;
}
.subSection_child {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #1D2F3C;
}
.subSection_child:not(:last-child) {
  margin-bottom: 16px;
}
.subSection_child: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_DetailText {
  width: 880px;
}

.snippetFiles_icon {
  width: 32px;
  height: 32px;
}

.gospital-doctors__wrapp {
  margin-top: 32px;
}

.map-gospital {
  background: #F8F9FB;
}
.map-gospital__list {
  margin-top: 32px;
}
.map-gospital section {
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  .servicesSections_sections {
    margin-top: 24px;
  }
  .gospital-banner__adults {
    display: flex;
  }
  .gospital-banner__figure {
    opacity: 20%;
  }
  .gospital-inpatient__tab {
    justify-content: normal;
    overflow: scroll;
    margin-right: -24px;
  }
  .gospital-inpatient__tab--item:last-child {
    margin-right: 24px;
  }
  .subSection {
    width: calc(50% - 12px);
  }
  .subSection_subs {
    display: none;
  }
}
@media (max-width: 1125px) {
  .gospital-inpatient__item {
    width: calc(33% - 18px);
  }
}
@media (max-width: 1080px) {
  .support-topics__item {
    width: 100%;
    height: 176px;
  }
  .support-topics__right--desc {
    -webkit-line-clamp: 2;
  }
  .steps-gospital__list {
    flex-wrap: wrap;
  }
  .steps-gospital__item {
    width: 100%;
    height: 200px;
  }
  .gospital-inpatient__img picture {
    width: 100%;
    height: 300px;
  }
  .gospital-inpatient__img picture img {
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .gospital__section-banner, .gospital__section {
    padding: 32px 0;
  }
}
@media (max-width: 840px) {
  .gospital-inpatient__item {
    width: calc(50% - 18px);
  }
}
@media (max-width: 767px) {
  gospital__mobil-left {
    text-align: left;
  }
  .sgm-col-4,
  .sgm-col-6 {
    width: 100%;
  }
  .gospital-banner__container {
    max-width: 100%;
  }
  .gospital-banner__title {
    font-size: 24px;
    line-height: 33px;
  }
  .gospital .support-topics__btn {
    padding: 0 24px;
  }
  .gospital .gospital-banner__btn {
    margin-top: 16px;
    width: 100%;
  }
  .gospital-inpatient__item {
    width: 100%;
  }
  .gospital-inpatient__tab {
    margin-right: -16px;
  }
  .gospital-inpatient__img picture {
    width: 100%;
    height: 180px;
  }
  .gospital-inpatient__img picture img {
    height: 180px;
  }
  .gospital-inpatient .snippetDoctors_arrow {
    display: none !important;
  }
  .subSection {
    width: 100%;
  }
  .support-topics__item {
    height: auto;
    flex-direction: column;
  }
  .support-topics__item--left {
    display: flex;
    width: 100%;
  }
  .support-topics__item--left picture {
    width: 100%;
  }
  .support-topics__item--left img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    max-height: 300px;
    height: 100%;
  }
  .support-topics__right {
    padding: 16px;
    width: calc(100% - 32px);
  }
  .support-topics__right--desc {
    -webkit-line-clamp: initial;
  }
  .support-topics__btn {
    padding: 0 24px;
  }
  .steps-gospital__item {
    height: initial;
  }
  .steps-gospital__step {
    font-size: 24px;
    line-height: 33px;
  }
  .faq-gospital__question {
    height: initial;
  }
  .gospital-inpatient__wrapp {
    padding: 16px;
  }
}

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

/* End */


/* Start:/local/templates/.default/components/snippet/doctors/.default/style.css?17829772659262*/
.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 */
/* /local/templates/avaclinic/components/bitrix/catalog/services/style.css?17829772653846 */
/* /local/templates/avaclinic/css/titleSectionsBanner.css?17829772653433 */
/* /local/templates/avaclinic/components/bitrix/catalog/services/bitrix/catalog.section/gospital/style.css?178297726512360 */
/* /local/templates/.default/components/snippet/doctors/.default/style.css?17829772659262 */
