

/* 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_new/components/bitrix/news.list/services_slider/style.css?17721363582739*/
.service-page.service-page__common .study__content {
    overflow: hidden;
}

.service-page.service-page__common .study__title {
    color: #00509D;
    font-size: 24px;
    line-height: 32px;
}

.service-page.service-page__common .study__desc {
    color: #21252E;
    font-size: 18px;
    line-height: 24px;
}

.swiper.services__swiper {
    overflow: initial;
}

.services__swiper .swiper-horizontal>.swiper-pagination-progressbar,
.services__swiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 60%;
    left: initial;
    right: 213px;
    top: -49px;
    max-width: 979px;
    height: 4px;
    border-radius: 5px;
    background: #00509D;
    display: none;
}

.services__swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    border-radius: 5px;
    background: #6DC8F2;
}

.services__swiper .swiper-button-next::after,
.services__swiper .swiper-button-prev::after {
    display: none;
}

.services__swiper .swiper-button-next,
.services__swiper .swiper-button-prev {
    width: 44px;
    height: 44px;
    background-image: url(/local/templates/tmh_new/images/main/arrow_right_white.svg);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00509D;
    border-radius: 50%;
    top: -50px;
    left: initial;
}

.services__swiper .swiper-button-next {
    right: 0;
}
.services__swiper .swiper-button-prev {
    transform: rotate(180deg);
    right: 52px;
}

.services__swiper .swiper-nums {
    color: #6DC8F2;
}

.service-page__btns {
    margin-top: 40px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .services__swiper .swiper-button-next,
    .services__swiper .swiper-button-prev {
        top: -33px;
    }

}



@media screen and (min-width: 1024px) {
    .services__swiper .swiper-button-next,
    .services__swiper .swiper-button-prev {
        top: -58px;
    }
}

@media screen and (min-width: 1280px) {
    .services__swiper .swiper-horizontal>.swiper-pagination-progressbar,
    .services__swiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
        display: block;
    }

    .services__swiper .swiper-button-next,
    .services__swiper .swiper-button-prev {
        top: -61px;
    }
}

@media screen and (min-width: 1440px) {
    .services__swiper .swiper-button-next,
    .services__swiper .swiper-button-prev {
        top: -68px;
    }
}

@media screen and (min-width: 1900px) {
    .services__swiper {
        margin: 0;
        /*padding-left: calc(50vw - 1800px / 2);*/
        /*padding-right: calc(50vw - 1800px / 2);*/
    }


}

/* End */


/* Start:/local/templates/tmh_new/components/bitrix/news.list/program.reviews/style.css?17721407243517*/
.section.reviews {
  padding-top: 140px;
  overflow: hidden;
}

.reviews__content {
  overflow: hidden;
}

.swiper.reviews__swiper {
  overflow: initial;
}

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

.reviews__item {
  background: #E8F6FE;
  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;
  color: #00509D;
}

.reviews__text {
  font-weight: 400;
  font-size: 16px;
  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;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.reviews__left {
  display: flex;
  flex-direction: column;
}

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

.reviews__author {
  display: flex;
  justify-content: end;
  gap: 16px;
  text-align: right;
}

.reviews__type {
  color: #6DC8F2;
  background: #fff;
  width: fit-content;
  padding: 6px 14px;
  border-radius: 20px;
}


.reviews__swiper .swiper-horizontal>.swiper-pagination-progressbar,
.reviews__swiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 60%;
  left: initial;
  right: 213px;
  top: -49px;
  max-width: 979px;
  height: 4px;
  border-radius: 5px;
  background: #00509D;
  display: none;
}

.reviews__swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 5px;
  background: #6DC8F2;
}

.reviews__swiper .swiper-button-next::after,
.reviews__swiper .swiper-button-prev::after {
  display: none;
}

.reviews__swiper .swiper-button-next,
.reviews__swiper .swiper-button-prev {
  width: 44px;
  height: 44px;
  background-image: url(/local/templates/tmh_new/images/main/arrow_right_white.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #00509D;
  border-radius: 50%;
  top: -33px;
  left: initial;
  display: none;
}

.reviews__swiper .swiper-button-next {
  right: 0;
}
.reviews__swiper .swiper-button-prev {
  transform: rotate(180deg);
  right: 52px;
}

.reviews__swiper .swiper-nums {
  color: #6DC8F2;
}

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

  .reviews__swiper .swiper-button-next,
  .reviews__swiper .swiper-button-prev {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .reviews__swiper .swiper-button-next,
  .reviews__swiper .swiper-button-prev {
    top: -58px;
  }
}

@media screen and (min-width: 1280px) {
  .reviews__swiper .swiper-horizontal>.swiper-pagination-progressbar,
  .reviews__swiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
    display: block;
  }

  .reviews__swiper .swiper-button-next,
  .reviews__swiper .swiper-button-prev {
    top: -61px;
  }
}

@media screen and (min-width: 1440px) {
  .reviews__swiper .swiper-button-next,
  .reviews__swiper .swiper-button-prev {
    top: -68px;
  }
}

@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_new/components/bitrix/news.list/services_slider/style.css?17721363582739 */
/* /local/templates/tmh_new/components/bitrix/news.list/program.reviews/style.css?17721407243517 */
