

/* Start:/local/templates/medic_r52/components/bitrix/news/cases/bitrix/news.detail/case/style.css?174842345110110*/
.client-success {
  position: relative;
}

.client-success .container {
  max-width: 1370px;
}

.client-success__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}

.client-success__pic {
  position: relative;
  display: block;
  width: 100%;
  max-width: 665px;
  margin-top: -20px;
  overflow: hidden;
}

.client-success__pic::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 78.95%;
}
.client-success__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-success__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 513px;
  gap: 40px;
  padding-top: 60px;
  padding-bottom: 70.5px;
  margin: 0 auto;
}

.client-success__title {
  margin: 0;
  color: #01352b;
  font-family: ProstoOne,sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}

.client-success__stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.client-success__stats-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 143px;
  gap: 18px;
}

.client-success__stats-value {
  position: relative;
  color: #0eb2a7;
  font-family: ProstoOne,sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.11;
  letter-spacing: 0.03em;
}

.client-success__stats-value::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 1px; 
  background-color: #e2e2e2;
}

.client-success__stats-descr {
  color: #000;
  font-family: Mont,sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
}

.client-success__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.client-success__info-title {
  color: #01352b;
  font-family: ProstoOne,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

.client-success__info-descr {
  color: #4f4f4f;
  font-family: Mont,sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
}

.client-success__info-link {
  display: flex;
  color: #0eb2a7;
  font-family: Mont,sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.client-success__info-link:hover {
  color: #2d8781;
}

.initial-state {
  padding-top: 140px;
  padding-bottom: 113px;
  background-color: #edf3f6;
}

.initial-state__info-descr {
  color: #4f4f4f;
  font-family: Mont, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}

.section-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #0eb2a7;
  font-family: ProstoOne,sans-serif;
  font-size: 32px;
  line-height: 1.11;
  font-weight: 400;
}

.initial-state__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.initial-state__content {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 15px
}

.initial-state__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}

.initial-state__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.initial-state__info-title {
  color: #1e1e1e;
  font-family: ProstoOne,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

.completed-works {
  padding-top: 140px;
  padding-bottom: 140px;
}

.completed-works .container {
  max-width: 1010px;
}

.completed-works__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.completed-works__content {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.completed-works__item {
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.completed-works__header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.completed-works__header::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px; 
  background-color: #e2e2e2;
}

.completed-works__item-title {
  color: #0eb2a7;
  font-family: ProstoOne, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.11;
}

.completed-works__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  counter-reset: works-counter;
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 30px;
}

.completed-works__list-item {
  counter-increment: works-counter;
  position: relative;
  padding-left: 25px;
  color: #4f4f4f;
  font-family: Mont,sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

.completed-works__list-item::before {
  content: counter(works-counter) ".";
  position: absolute;
  left: 0;
  color: #0eb2a7;
  font-family: ProstoOne, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.11;
  top: 50%;
  transform: translateY(-50%);
}

.promo-results {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #edf3f6;
}

.promo-results__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.promo-results__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1010px;
  gap: 20px;
  margin: 0 auto;
}

.promo-results__item {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}

.promo-results__pic {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  overflow: hidden;
}

.promo-results__pic::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.66%;
}

.promo-results__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-results__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 40px;
}

.promo-results__name {
  color: #1e1e1e;
  font-family: ProstoOne, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

.promo-results__text {
  color: #4f4f4f;
  font-family: Mont, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}

.other-cases {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.other-cases__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.other-cases__slider .card-case {
  opacity: 0;
  pointer-events: none;
}

.other-cases__slider .card-case.swiper-slide-visible {
    opacity: 1;
    pointer-events: initial
}

.cases2__btn-more {
  display: none !important;
}

@media screen and (max-width: 1259px) {
  .client-success .container {
    padding: 0;
  }
  .client-success__inner {
    flex-direction: column;
  }

  .client-success__content {
    padding: 30px 20px;
    gap: 30px;
    max-width: 100%;
  }

  .client-success__stats {
    flex-direction: column;
    gap: 20px;
  }

  .client-success__stats-block {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    max-width: 100%;
  }

  .client-success__stats-block br {
    display: none;
  }

  .client-success__stats-value::after {
    display: none;
  }

  .client-success__stats-block {
    position: relative;
  }

  .client-success__stats-block::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 1px; 
    background-color: #e2e2e2;
  }

  .client-success__stats-block:last-child::after,
  .client-success__stats-block:last-of-type::after {
      display: none;
  }

  .initial-state {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .promo-results__content {
    flex-direction: row;
  }

  .promo-results__item {
    flex-direction: column;
  }

  .promo-results__pic {
    max-width: 100%;
  }

  .promo-results__info {
    padding: 15px;
  }
}

@media screen and (max-width: 999px) { 
  .client-success__title {
    font-size: 22px;
  }

  .client-success__stats-value {
    font-size: 28px;
  }

  .section-caption {
    font-size: 28px;
    line-height: 1.2;
  }

  .initial-state__inner {
    gap: 50px;
  }

  .completed-works {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .completed-works__inner {
    gap: 60px;
  }

  .completed-works__content {
    gap: 60px;
  }

  .promo-results {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .other-cases__inner {
    gap: 50px;
  }
}

@media screen and (max-width: 767px) { 
  .other-cases {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .other-cases__inner {
    gap: 0;
  }

  .other-cases__inner .section-caption {
    margin-bottom: 40px;
  }

  .cases2__btn-more {
    display: inline-flex !important;
    margin-top: 20px;
  }

  .client-success__title {
    font-size: 20px;
  }

  .client-success__stats-value {
    font-size: 26px;
  }

  .client-success__stats-descr {
    font-size: 13px;
  }

  .client-success__info-descr {
    font-size: 13px;
  }

  .initial-state {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-caption {
    font-size: 24px;
    text-align: center;
  }

  .initial-state__inner {
    gap: 40px;
  }

  .initial-state__item {
    flex-direction: row;
    padding: 15px;
  }

  .initial-state__info-descr br {
    display: none;
  }

  .initial-state__info-title {
    font-size: 15px;
  }

  .completed-works {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .completed-works__inner {
    gap: 40px;
  }

  .completed-works__item-title {
    font-size: 16px;
  }

  .completed-works__list-item {
    font-size: 14px;
  }

  .completed-works__list {
    margin: 0 0 0 15px;
  }

  .completed-works__content {
    gap: 50px;
  }

  .promo-results {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .promo-results__content {
    flex-direction: column;
  }

  .other-cases__slider .card-case {
    opacity: 1 !important;
    pointer-events: initial !important;
  }

  .other-cases__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap: 15px
  }

  .other-cases__slider-wrapper .card-case:nth-child(n+4) {
    display: none
  }

  .other-cases__slider-wrapper.is-all .card-case:nth-child(n+4) {
    display: flex
  } 
}
/* End */
/* /local/templates/medic_r52/components/bitrix/news/cases/bitrix/news.detail/case/style.css?174842345110110 */
