

/* Start:/local/templates/interdentos/components/bitrix/system.pagenavigation/mm_pagenav/style.css?1770846309921*/
.pager {
	margin-top: 30px;
	display: flex;
	align-items: flex-end;
}

@media screen and (max-width: 576px) {
	.pager {
		justify-content: center;
	}
}

.nav__item:not(.nav__item_pass) {
	max-width: unset;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 50%;
	border: 1px solid var(--bg);
	background-color: var(--bg);
	color: var(--black);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.nav__item:last-child {
	margin-right: 0;
}

@media screen and (hover:hover) {
	a.nav__item:hover,
	a.nav__item:focus-visible {
		background-color: var(--orange);
		border-color: var(--orange);
		color: #fff;
	}
}

.active.nav__item {
	background-color: var(--red);
	color: #fff;
	pointer-events: none;
}

.nav__item_pass {
	margin-right: 10px;
	color: var(--gray);
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/reviews-list/style.css?17708463093640*/
.reviews__block {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}
.reviews__wrapper {
  width: calc(100% - 363px);
}
.reviews__list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.reviews__list .promo-banner{
  grid-column-start: 1;
  grid-column-end: 3;
}
.reviews__item {
  padding: 30px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  box-shadow: 0 0 35px 0 #92c5f740;
}
.reviews__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.reviews__info-address {
  margin-right: 20px;
}

.reviews__info-doctor,
.reviews__info-address {
  color: #252c384d;
}
.reviews__info-more {
  color: var(--red);
  cursor: pointer;
}


.reviews__info-text {
  font-size: 16px;
}

.reviews__panel {
  max-width: 333px;
  width: 100%;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  overflow: hidden;
  background-color: var(--light-blue);
  height: fit-content;
  position: sticky;
  top: 131px;
}

.reviews__panel-wrapper {
  padding: 30px 30px 10px 30px;
}

.reviews__panel-wrapper .reviews__panel-title {
  margin: 0;
}
.reviews__panel-wrapper .reviews__panel-btn {
  margin-top: 20px;
  animation: none;
  -webkit-animation: none;
}

.reviews .promo-banner {
  margin: 0;
  /* margin-bottom: 30px; */
}
.reviews .ratings {
  margin: 0;
  margin-top: 70px;
}
.reviews .seo {
  margin: 0;
  margin-top: 50px;
}
/* .reviews .section .promo-banner__img-wrap {
  width: 333px;
} */
/* .reviews__text-wrapper {
  overflow: hidden;
  height: 120px;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.reviews__text-wrapper.show {
  height: auto;
}

.reviews__info-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  font-size: 16px;
  margin: 15px 0;
  color: #252c38;
}

.reviews__text-wrapper.show .reviews__info-text {
  -webkit-line-clamp: none;
  overflow: visible;
} */
@media screen and (max-width: 1200px) {
  
  .reviews__wrapper {
    width: calc(100% - 280px);
  }
  .reviews__panel {
    max-width: 260px;
  }
  .reviews__item {
    padding: 20px;
  }
}
@media screen and (max-width: 992px) {
  .reviews__list {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .reviews__list .promo-banner{
  grid-column-start: 1;
  grid-column-end: 2;
}
  .reviews__item {
    padding: 30px;
    width: 100%;
  }
  .reviews__block {
    flex-direction: column-reverse;
  }
  .reviews__panel {
    position: static;
    max-width: 100%;
  }
  .reviews__wrapper {
    width: 100%;
  }
  .reviews__wrapper {
    margin-top: 40px;
  }
  .reviews__panel{
    top: 0;
  }

  .reviews__panel img {
    aspect-ratio: 333 / 246;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .reviews__panel-wrapper {
    padding: 30px 30px 240px 30px;
  }
  .reviews__panel {
    background: none;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .reviews__panel-wrapper {
    padding: 30px 30px 200px 30px;
  }
}
@media screen and (max-width: 576px) {

  .reviews__item {
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .reviews__panel {
    background-color: var(--light-blue);
  }
  .reviews__panel img {
    position: static;
  }
  .reviews__panel-wrapper {
    padding: 20px 20px 0 20px;
  }
}

.review__text_hidden {
  display: none;
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/clinics_ratings/style.css?17708463093875*/
.rating__city {
    margin: 0 30px 10px 0;
    display: flex;
    align-items: center;
}

.rating__city svg {
    margin-right: 10px;
}

.rating__tags .tags__link:not(.active) {
    background-color: #fff;
}

@media screen and (hover:hover) {
    .rating__tags .tags__link:not(.active):hover,
    .rating__tags .tags__link:not(.active):focus-visible {
        background-color: var(--red);
    }
}

.rating__nav {
    margin-bottom: 30px;
}

.rating-item {
    width: 100%;
    display: none;
    grid-template-columns: 1fr 330px 330px;
    grid-gap: 30px;
}

.rating-item.active {
    display: grid;
}

@media screen and (max-width: 1200px) {
    .rating-item {
        grid-template-columns: 1fr 250px 250px;
    }
}

@media screen and (max-width: 992px) {
    .rating-item {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width: 576px) {
    .rating-item {
        grid-gap: 10px;
    }
}

.rating-item__img-wrap {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
}

.rating-item__img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    .rating-item__img-wrap {
        height: auto;
        aspect-ratio: 1.5;
    }

    .rating-item__img {
        max-height: unset;
    }
}

.rating-card {
    width: 100%;
    padding: 40px;
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .rating-card {
        align-items: flex-start;
    }
}

@media screen and (max-width: 576px) {
    .rating-card {
        padding: 20px;
        border-radius: 20px;
    }
}

.rating-card__logo {
    margin-bottom: 15px;
    height: 50px;
    object-fit: contain;
    user-select: none;
}

@media screen and (max-width: 992px) {
    .rating-card__logo {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 576px) {
    .rating-card__logo {
        height: 25px;
    }
}

.rating-card__rating {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .rating-card__rating {
        flex-direction: row;
    }
}

.rating-card__num {
    margin: 0 0 10px;
    color: var(--dark-blue);
    text-align: center;
    font-family: var(--onest), sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 150%; /* 120px */
    user-select: none;
}

@media screen and (max-width: 992px) {
    .rating-card__num {
        margin-bottom: 0;
        margin-right: 20px;
        font-size: 50px;
    }
}

@media screen and (max-width: 576px) {
    .rating-card__num {
        margin-right: 10px;
        font-size: 35px;
    }
}

.rating-card__link {
    margin-top: 20px;
    color: var(--black-30);
    text-decoration: underline;
}

@media screen and (hover:hover) {
    .rating-card__link:hover,
    .rating-card__link:focus-visible {
        color: var(--red);
    }
}

@media screen and (max-width: 992px) {
    .rating-card__link {
        margin-top: 5px;
    }
}

.rating-card__stars-wrap {
    max-width: max-content;
    position: relative;
    background-color: var(--bg);
}


.rating-card__stars-backing {
    width: 100%;
    height: 100%;
    background-color: #FFC375;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.rating-card__stars-front {
    max-width: max-content;
    display: flex;
    position: relative;
    z-index: 1;
}

.rating-card__star {
    width: 34px;
    object-fit: contain;
}

@media screen and (max-width: 576px) {
    .rating-card__star {
        width: 24px;
    }
}
/* End */
/* /local/templates/interdentos/components/bitrix/system.pagenavigation/mm_pagenav/style.css?1770846309921 */
/* /local/templates/interdentos/components/bitrix/news.list/reviews-list/style.css?17708463093640 */
/* /local/templates/interdentos/components/bitrix/news.list/clinics_ratings/style.css?17708463093875 */
