

/* Start:/local/templates/.default/components/bitrix/breadcrumb/.default/style.css?17707995612188*/
.bx-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
}

/* .bx-breadcrumb i {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.20915 11.8046C6.07523 11.6795 6 11.5097 6 11.3328C6 11.1558 6.07523 10.9861 6.20915 10.861L9.27576 7.99597L6.20915 5.13099C6.07903 5.00512 6.00702 4.83654 6.00865 4.66156C6.01028 4.48658 6.08541 4.3192 6.21785 4.19547C6.35029 4.07173 6.52945 4.00155 6.71675 4.00003C6.90404 3.99851 7.08448 4.06577 7.21921 4.18734L10.7909 7.52415C10.9248 7.6493 11 7.81901 11 7.99597C11 8.17293 10.9248 8.34265 10.7909 8.4678L7.21921 11.8046C7.08525 11.9297 6.90359 12 6.71418 12C6.52476 12 6.3431 11.9297 6.20915 11.8046Z' fill='%2366696A'/%3E%3C/svg%3E%0A");
} */

.bx-breadcrumb i {
  display: block;
  font-style: normal;
  color: var(--g-gray);
}

.bx-breadcrumb .bx-breadcrumb-item {
  white-space: nowrap;
  line-height: 20px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  white-space: normal;
  color: var(--g-gray);
}

.bx-breadcrumb .bx-breadcrumb-item a span {
  color: var(--main-dark-blue);
}

.study-page__top-block .bx-breadcrumb .bx-breadcrumb-item a span {
  color: var(--main-blue);
}

@media screen and (min-width: 1024px) {
  .bx-breadcrumb {
    padding-bottom: 24px;
  }
  .bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 16px;
    line-height: 24px;
  }
  .bx-breadcrumb i {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .bx-breadcrumb {
    padding-top: 16px;
    padding-bottom: 40px;
  }
}

.bx-breadcrumb .bx-breadcrumb-item a {
  border-bottom: none;
  color: var(--main-dark-blue);
  text-decoration: none;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover {
  text-decoration: underline;
}

/* End */


/* Start:/local/templates/tmh/components/bitrix/news.list/program.reviews/style.css?17477572071920*/
.reviews__content {
  overflow: hidden;
}

.swiper-slide:has(.reviews__item) {
  height: unset;
}

.reviews__item {
  background: rgba(232, 235, 240, 0.5);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  height: 100%;
}

.reviews__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  padding: 7px 0;
}

.reviews__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.reviews__author-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #00509d;
}

.reviews__author-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;

  color: #8c98a3;
}

.reviews__body {
  display: flex;
  gap: 24px;
  width: 100%;
}

.reviews__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.reviews__img {
  display: none;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
}

.reviews__swiper {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .reviews__img {
    display: block;
    width: 130px;
    height: 130px;
  }
  .reviews__title {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .reviews__swiper {
    margin-left: -48px;
    margin-right: -48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (min-width: 1280px) {
  .reviews__img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (min-width: 1440px) {
  .reviews__swiper {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 1900px) {
  .reviews__swiper {
    margin: 0;
    padding-left: calc(50vw - 1800px / 2);
    padding-right: calc(50vw - 1800px / 2);
  }
}

/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/.default/style.css?17707995612188 */
/* /local/templates/tmh/components/bitrix/news.list/program.reviews/style.css?17477572071920 */
