.is-index-slider {
  text-align: center; }
  .is-index-slider a {
    display: block; }
  .is-index-slider .swiper-slide {
    width: 1324px;
    max-width: 85%; }
  .is-index-slider .slider__item {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .is-index-slider .slider__item picture {
      width: 100%; }
    .is-index-slider .slider__item img {
      width: 100%; }
  .is-index-slider .swiper-controls .swiper-button-prev,
  .is-index-slider .swiper-controls .swiper-button-next {
    color: #143773; }
  .is-index-slider .swiper-controls .swiper-button-prev {
    left: calc(7% + 5px); }
    @media (max-width: 700px) {
      .is-index-slider .swiper-controls .swiper-button-prev {
        left: 4%; } }
  .is-index-slider .swiper-controls .swiper-button-next {
    right: calc(7% + 5px); }
    @media (max-width: 700px) {
      .is-index-slider .swiper-controls .swiper-button-next {
        right: 4%; } }

.is-doctors-module .swiper-container1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.is-accordion .ia-title-link {
  margin-bottom: 0; }

.is-items-list-doctors .dm-item {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .is-items-list-doctors .dm-item-preview {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
  .is-items-list-doctors .dm-item-action {
    flex-grow: 1;
    display: flex;
    align-items: flex-end; }
    .is-items-list-doctors .dm-item-action a {
      width: 100%; }

.is-lead-order-a.has-doctor {
  display: grid; }
  @media screen and (min-width: 746px) {
    .is-lead-order-a.has-doctor {
      grid-template-columns: 330px 1fr; } }
  .is-lead-order-a.has-doctor .is-doctor-aside {
    margin: 0;
    border-radius: 16px 0 0 16px; }
    @media screen and (max-width: 745px) {
      .is-lead-order-a.has-doctor .is-doctor-aside {
        border-radius: 16px 16px 0 0; } }
  .is-lead-order-a.has-doctor .lo-inner {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 745px) {
      .is-lead-order-a.has-doctor .lo-inner {
        border-bottom-left-radius: 16px; } }

.article-doctor-aside {
  width: 270px;
  float: right;
  margin-left: 30px; }
  @media screen and (max-width: 745px) {
    .article-doctor-aside {
      float: unset;
      margin: 0 auto 20px; } }

.d-date {
  margin-top: 10px;
  color: #748294; }

.faq-date {
  margin-bottom: 10px;
  color: #748294; }

.is-doctor-aside-btn {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 100; }

.is-video-player iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.mb-40 {
  margin-bottom: 40px; }

.mb-15 {
  margin-bottom: 15px; }

.pt-30 {
  padding-top: 30px; }

.rating {
  display: flex;
  gap: 3px; }
  .rating .c-star {
    width: 18px;
    height: 17px;
    fill: #fff;
    stroke: #7EB0DF; }
    .rating .c-star.active {
      fill: #7EB0DF; }
      .rating .c-star.active .stroke {
        fill: #fff; }

.is-items-list-review .i-header {
  justify-content: space-between; }
  .is-items-list-review .i-header-left {
    flex-grow: 1;
    display: flex;
    align-items: center; }

.dm-item-preview .rating {
  margin-bottom: 15px; }

.similar-diseases .sm-link-image {
  padding-bottom: 100%; }
.similar-diseases .is-arrow-a {
  top: 125px; }

.is-radio-tabs-a .tab-label {
  white-space: nowrap; }

.program__list .i-clinic {
  color: #7eb0df;
  font-weight: 700;
  font-size: 12px; }
  .program__list .i-clinic:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #7eb0df;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    transform: translateY(-2px); }
.program__list .i-price {
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
  color: #182e4d; }
  .program__list .i-price span {
    font-weight: bold;
    padding: 0 5px 0 5px;
    font-size: 18px; }
    .program__list .i-price span.old-price {
      font-weight: normal;
      text-decoration: line-through;
      font-size: medium; }
.program__prices {
  width: 50%;
  background: #f0f8ff;
  padding: 40px 40px 40px 40px;
  border: 1px solid #eaedef;
  border-radius: 40px; }
  @media screen and (max-width: 745px) {
    .program__prices {
      width: 100%; } }
  .program__prices-text {
    margin-top: 15px;
    line-height: 1.2;
    font-size: 12px;
    width: 50%; }
    @media screen and (max-width: 745px) {
      .program__prices-text {
        width: 100%; } }
    .program__prices-text p {
      line-height: 1.2;
      font-size: 12px;
      margin-bottom: 10px;
      margin-top: 0; }
.program__price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }
  .program__price:last-child {
    margin-bottom: 0; }
  .program__price.percent {
    font-weight: bold;
    color: #7eb0df; }
  .program__price.total {
    font-weight: bold;
    font-size: 18px; }
  .program__price-value {
    text-align: right; }

@media screen and (max-width: 745px) {
  .program__list.is-items-list-articles .i-image {
    padding-bottom: 0; } }

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