

/* Start:/local/assets/style.css?178791436498027*/
/* ==========================================================================
  1. hero mobile 320px - 767px
========================================================================== */

.hero__container {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 0;
  box-sizing: border-box;
}

.hero__content {
  display: flex;
  flex-direction: column;
  padding: 16px 14px;
  background: #F8F9FB;
  border-radius: 20px 20px 0px 0px;
  margin: 0 auto;
  width: 335px;
}

.hero__title {
  font-family: Unbounded, sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #FF6B0C;
  text-align: start;
}

.hero__title-accent {
  color: #242D58;
}

.hero__subtitle {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666B85;
  text-align: start;
  letter-spacing: 0.005em;
  margin-top: 12px;
}

.hero__metrics {
  display: flex;
  gap: 21px;
  margin-top: 14px;
}

.hero__metric-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.hero__media {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.hero__img {
  display: block;
  width: 100%;
  max-width: 335px;
  height: auto;
  object-fit: cover;
}

.patient-badge {
  position: absolute;
  width: 185px;
  height: 105px;
  left: 14px;
  bottom: 46px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
  padding: 11px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

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

.patient-badge__avatars {
  display: flex;
  align-items: center;
}

.patient-badge__avatar {
  display: block;
  width: auto;
  height: 29px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: -12px;
}

.patient-badge__avatar:last-child {
  margin-right: 0;
}

.patient-badge__text {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: start;
  letter-spacing: 0.01em;
  margin: 0;
}

.patient-badge__text .footnote-link {
  color: #FFFFFF;
}

.patient-badge__link {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #FFFFFF;
  transition: all 0.2s ease;
}

.patient-badge__link:hover {
  text-decoration-line: unset;
  transform: translateY(-2px);
}

.hero__benefits {
  display: flex;
  gap: 17px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  margin: 20px 0 0;
  padding: 0;
  scroll-padding: 0 20px;
}

.hero__benefits::-webkit-scrollbar {
  display: none;
}

/* Виртуальный отступ */
.hero__benefits::before {
  content: '';
  flex: 0 0 20px;
  margin-right: -20px;
}

/* Виртуальный отступ */
.hero__benefits::after {
  content: '';
  flex: 0 0 20px;
  margin-left: -20px;
}

.benefit-card {
  flex: 0 0 260px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 14px 16px;
  gap: 8px;
  width: 100%;
  max-width: var(--card-width);
  background: #FFFFFF;
  border: 1px solid #E6E8F0;
  border-radius: 20px;
}

.benefit-card__title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #242D58;
  text-align: start;
}

.benefit-card__text {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #666B85;
  margin: 0;
  text-align: start;
  letter-spacing: .05px;
}

.footnote-link {
  font-size: 10px;
  line-height: 0;
  display: inline-block;
  transform: translateY(-0.4em);
  color: #666B85;
  text-decoration: unset;
  cursor: pointer;
  transition: all 0.2s ease;
}

.footnote-link:hover {
  text-decoration: underline;
  transform: translateY(-6px);
  opacity: 0.85;
}

.footnote-link--pop-up {
  color: #FF6B0C;
}

.hero__metric-desc {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #666B85;
  text-align: start;
}

.hero__metric-value {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #242D58;
  letter-spacing: 0.1em;
}

.hero__metric-value span {
  font-size: 28px;
  line-height: 35px;
}

.hero__metric-divider {
  width: 1px;
  height: 38px;
  background: #E6E8F0;
  margin: auto 0;
}

.btn-n {
  height: 43px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-decoration: unset;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-n:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

.btn-n--primary {
  color: #FFFFFF;
  border-radius: 50px;
  border: 2px solid #FF6B0C;
  background: #FF6B0C;
  padding: 8px 14.5px;
}

.btn-n--primary:hover {
  color: #FF6B0C;
  border: 2px solid #FF6B0C;
  background: transparent;
}

.btn-n--secondary {
  color: #FF6B0C;
  border: 2px solid #FF6B0C;
  border-radius: 50px;
  background: transparent;
  padding: 8px 13px;
}

.btn-n--secondary:hover {
  color: #FFFFFF;
  background: #FF6B0C;
}

.btn-n--tertiary {
  color: #FFFFFF;
  border-radius: 50px;
  border: 2px solid #242D58;
  background: #242D58;
  padding: 8px 14.5px;
}

.btn-n--tertiary:hover {
  color: #242D58;
  background: #FFFFFF;
}

.tablet {
  display: none;
}

.mobile {
  display: block;
}

/* ==========================================================================
  2. hero tablet 768px - 1439px
========================================================================== */
@media (min-width: 768px) {
  .tablet {
    display: block;
  }

  .mobile {
    display: none;
  }

  .hero__content {
    width: unset;
    background: unset;
    border-radius: unset;
    margin: 0;
    padding: 0;
  }

  .btn-n {
    height: 50px;
    padding: 12px 14.5px;
  }

  .hero__container {
    padding: 56px 40px;
    gap: 42px;
  }

  .hero__subtitle {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0.01em;
    margin-top: 24px;
  }

  .hero__actions {
    flex-direction: row;
    gap: 36px;
    margin-top: 24px;
  }

  .hero__benefits {
    margin-top: 102px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 17px;
    overflow-x: unset;
    scroll-padding: unset;
  }

  .hero__benefits::before,
  .hero__benefits::after {
    content: unset;
  }

  .benefit-card:nth-child(1) {
    --card-width: 203px;
  }

  .benefit-card:nth-child(2) {
    --card-width: 235px;
    padding: 14px 2px 14px 16px;
  }

  .benefit-card:nth-child(3) {
    --card-width: 216px;
  }

  .hero__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: unset;
  }

  .benefit-card__title {
    font-size: 15px;
    line-height: 18px;
  }

  .hero__img {
    max-width: 688px;
  }

  .hero__metrics {
    margin-top: 24px;
  }

  .hero__metric-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }

  .hero__metric-value {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.115em;
  }

  .hero__metric-value span {
    font-size: 34px;
    line-height: 42px;
  }

  .hero__media {
    margin: 0;
  }

  .benefit-card {
    border: unset;
    box-shadow: 0px 10px 24px -10px rgba(36, 45, 88, 0.12);
    border-radius: 20px;
  }

  .patient-badge {
    bottom: 66px;
    right: unset;
    left: 35px;
    padding: 25px 24px 24px 23px;
    gap: 23px;
    width: 338px;
    height: 190px;
    border-radius: 30px;
  }

  .patient-badge__avatar {
    height: 49px;
  }

  .patient-badge__text {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: unset;
  }

  .patient-badge__link {
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
  }
}

/* ==========================================================================
  3. hero desktop - from 1440px
========================================================================== */
@media (min-width: 1440px) {

  .tablet {
    display: none;
  }

  .mobile {
    display: none;
  }

  .btn-n {
    height: 43px;
    padding: 8px 14.5px;
  }

  .hero__container {
    display: grid;
    grid-template-columns: 1fr 457px;
    grid-template-areas:
      "content media"
      "benefits media";
    row-gap: 70px;
    column-gap: 33px;
    max-width: 1440px;
    padding: 80px 100px 48px;
  }

  .hero__content {
    grid-area: content;
    align-self: end;
  }

  .hero__subtitle {
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -.6px;
    margin-top: 23px;
  }

  .hero__metric-value {
    letter-spacing: 2px;
  }

  .hero__media {
    grid-area: media;
    margin: 18px 0 0 15px;
  }

  .hero__benefits {
    margin: 0;
    grid-area: benefits;

    display: flex;
    justify-content: flex-start;
  }

  .benefit-card:nth-child(1) {
    --card-width: 203px;
  }

  .benefit-card:nth-child(2) {
    --card-width: 260px;
  }

  .benefit-card:nth-child(3) {
    --card-width: 254px;
  }

  .hero__title {
    font-weight: 600;
    font-size: 68px;
    line-height: 70px;
    letter-spacing: -1px;
  }

  .hero__title-accent {
    color: #242D58;
  }

  .benefit-card__title {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .15px;
  }

  .hero__img {
    width: 457px;
  }

  .hero__metrics {
    margin-top: 45px;
  }

  .hero__metric-desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }

  .hero__actions {
    margin-top: 45px;
  }

  .patient-badge {
    bottom: 38px;
    right: 46px;
    left: unset;
    width: 214px;
    height: 126px;
    padding: 10px 14px 10px 11px;
    gap: 23px;
    border-radius: 20px;
  }

  .patient-badge__avatar {
    height: 32px;
    margin-right: -8px;
  }

  .patient-badge__text {
    font-size: 16px;
    line-height: 25px;
  }

  .patient-badge__link {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
  }
}



/* ==========================================================================
  1. mechanism mobile 320px - 767px
========================================================================== */

.mechanism {
  background: #F8F9FB;
}

.mechanism__container {
  width: 100%;
  padding: 32px 0 0;
  box-sizing: border-box;
}

.mechanism__header {
  margin-bottom: 24px;
  padding: 0 16px;
}

.mechanism__title {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #242D58;
  text-align: start;
  letter-spacing: 0.025em;
}

.mechanism__subtitle {
  max-width: 782px;
  margin-top: 24px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #242D58;
  text-align: start;
}

.mechanism__grid {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  margin: 24px 0 0;
  padding: 0 0 32px 0;
  scroll-padding: 0 20px;
}

.mechanism__grid::-webkit-scrollbar {
  display: none;
}

/* Виртуальный отступ */
.mechanism__grid::before {
  content: '';
  flex: 0 0 30px;
  margin-right: -20px;
}

/* Виртуальный отступ */
.mechanism__grid::after {
  content: '';
  flex: 0 0 30px;
  margin-left: -20px;
}

.mechanism-card {
  flex: 0 0 335px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 10px 24px -10px rgba(36, 45, 88, 0.12);
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
}

.mechanism-card__media {
  position: relative;
  width: 100%;
}

.mechanism-card__media {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.mechanism-card__video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

.mechanism-card__play {
  position: absolute;
  bottom: 18px;
  right: 20px;
  transition: opacity 0.3s ease;
  pointer-events: none;
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  box-shadow: 0px 7px 21px rgba(0, 0, 0, 0.18);
  border-radius: 36px;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mechanism-card__play::before {
  content: '';
  transform: rotate(90deg);
  display: flex;
  width: 0px;
  height: 0px;
  margin-right: -7px;
  border-style: solid;
  border-width: 7px;
  border-color: transparent transparent #242D58 transparent;
}

.mechanism-card__play:hover {
  box-shadow: 0px 10px 24px -10px rgba(36, 45, 88, 0.12);
}

.mechanism-card__media.is-playing .mechanism-card__play {
  opacity: 0;
}

.mechanism-card__content {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
}

.mechanism-card__title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #242D58;
  text-align: start;
}

.mechanism-card__list {
  list-style: none;
  text-align: start;
  padding: 0;
  margin: 14px 0 0 19px;
}

.mechanism-card__item {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #242D58;
  text-align: start;
  padding: 0;
}

.mechanism-card__item span {
  color: #FF6B0C;
  font-weight: 600;
}

.mechanism-card__item+.mechanism-card__item {
  margin-top: 8px;
}

.mechanism-card__list--high {
  margin: 2px 0 0 23px;
}

.mechanism-card__list--high .mechanism-card__item+.mechanism-card__item {
  margin-top: 13px;
}

.mechanism-card__item::before {
  width: 10.05px;
  height: 10.05px;
  min-width: unset;
  left: -19px;
  background-image: url("/local/templates/sejaro/img/icons/mechanism-bullet.svg");
}

/* ==========================================================================
  2. mechanism tablet 768px - 1439px
========================================================================== */
@media (min-width: 768px) {

  .mechanism__container {
    padding: 40px 0;
  }

  .mechanism__header {
    padding: 0 32px;
  }

  .mechanism__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.03em;
  }

  .mechanism__subtitle {
    margin-top: 16px;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
  }

  .mechanism__grid {
    gap: 20px;
    padding: 0 32px 12px 32px;
    scroll-padding: 0 32px;
  }

  .mechanism__grid::before {
    flex: 0 0 40px;
    margin-right: -20px;
  }

  .mechanism__grid::after {
    flex: 0;
  }

  .mechanism-card {
    flex: 0 0 400px;
    width: 100%;
    padding: 24px;
  }

  .mechanism-card__title {
    font-size: 19px;
    line-height: 28px;
  }

  .mechanism-card__content {
    margin-top: 16px;
  }

  .mechanism-card__list {
    margin: 12px 0 0 23px;
  }

  .mechanism-card__list--high {
    margin: 2px 0 0 23px;
  }

  .mechanism-card__item::before {
    width: 12px;
    height: 12px;
    left: -21px;
  }
}


/* ==========================================================================
   3. mechanism desktop from 1440px
   ========================================================================== */
@media (min-width: 1440px) {

  .mechanism__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 100px;
  }

  .mechanism__header {
    padding: 0;
  }

  .mechanism__title {
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -0.009em;
  }

  .mechanism__subtitle {
    margin-top: 24px;
    font-size: 16px;
    line-height: 140%;
  }

  .mechanism__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    overflow-x: visible;
    scroll-snap-type: none;
    margin: 48px 0 0;
    padding: 0;
  }

  .mechanism__grid::before,
  .mechanism__grid::after {
    content: unset;
  }

  .mechanism-card {
    flex: none;
    width: 100%;
    padding: 24px;
  }

  .mechanism-card__title {
    letter-spacing: 0.01em;
  }

  .mechanism__grid::before,
  .mechanism__grid::after {
    content: unset;
  }
}



/* ==========================================================================
  1. appointment mobile 320px - 767px
========================================================================== */

.appointment__container {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.appointment__intro {
  position: relative;
  display: flex;
  gap: 23px;
  align-items: flex-start;
  padding: 0 16px;
}

.appointment__title {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #FF6B0C;
  text-align: start;
}

.appointment__description {
  max-width: 216px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #666B85;
  text-align: start;
  margin-top: 20px;
}

.appointment__intro-img {
  display: block;
  width: 100%;
  max-width: 114px;
  height: auto;
}

.appointment__intro-media {
  position: absolute;
  top: -6px;
  right: 5px;
}

.appointment__cards {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0 0 20px;
  scroll-padding: 0 20px;
  z-index: 1;
}

.appointment__cards::-webkit-scrollbar {
  display: none;
}

/* Виртуальный отступ */
.appointment__cards::before {
  content: '';
  flex: 0 0 30px;
  margin-right: -20px;
}

/* Виртуальный отступ */
.appointment__cards::after {
  content: '';
  flex: 0 0 30px;
  margin-left: -20px;
}

.indication-card {
  flex: 0 0 335px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 10px 24px -10px rgba(36, 45, 88, 0.12);
  border-radius: 20px;
  padding: 24px;
}

.indication-card__title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #242D58;
  text-align: start;
}

.indication-card__title::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #FFA200;
  border-radius: 100px;
  margin: 2px 14px 0 2px;
}

.indication-card__subtitle,
.indication-card__list li {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #666B85;
  text-align: start;
  margin: 0;
  padding: 0;
}

.indication-card__list li {
  display: list-item;
}

.indication-card__list {
  list-style-type: disc;
  margin: 24px 0 0 26px;
}

.indication-card__list li::before {
  content: unset;
}

.indication-card__subtitle {
  margin-top: 16px;
}

.indication-card__list li+li {
  margin: 0;
}

.calc-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #F9EEE8;
  box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.05), 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 20px;
  margin: 0 20px;
}

.calc-block__fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.calc-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.calc-field--fullwidth {
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
}

.calc-gender {
  display: flex;
  gap: 20px;
}

.calc-gender__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.calc-gender__btn {
  position: relative;
}

.calc-gender__radio:checked+.calc-gender__box {
  background-color: #2F327D;
  color: #fff;
}

.calc-gender__box {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 8px 14px;
  width: 114px;
  height: 40px;
  background: #FFFFFF;
  border: 1.5px solid #C9CCDA;
  border-radius: 8px;
  font-family: Onest, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #242D58;
}

.calc-block__submit {
  margin-top: 16px;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
}

.calc-block__badge {
  display: block;
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #FF6B0C;
  text-align: start;

}

.calc-block__title {
  margin-top: 16px;
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #666B85;
  text-align: start;
}

.calc-block__steps {
  list-style-type: disc;
  margin: 16px 0 0 24px;
}

.calc-block__steps li {
  display: list-item;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #666B85;
  text-align: start;
  padding: 0;
}

.calc-block__steps li::before {
  content: unset;
}

.calc-block__steps li+li {
  margin-top: 11px;
}

.calc-field__label {
  font-family: Onest, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #242D58;
}

.calc-field__input {
  width: 100%;
  padding: 10px 12px;
  height: 36px;
  background: #FFFFFF;
  border: 1.5px solid #C9CCDA;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #C9CCDA;
}

/* ==========================================================================
  2. appointment tablet 768px - 1439px
========================================================================== */
@media (min-width: 768px) {
  .appointment__container {
    padding: 40px 32px;
    gap: 32px;
  }

  .appointment__intro-media {
    top: -15px;
    right: 39px;
  }

  .appointment__intro-img {
    max-width: 239px;
  }

  .appointment__title {
    max-width: 600px;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.03em;
  }

  .appointment__description {
    max-width: 390px;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #242D58;
    letter-spacing: 0.01em;
    margin-top: 16px;
  }

  .appointment__cards {
    display: flex;
    flex-direction: column;
    overflow-x: visible;
    scroll-snap-type: none;
    margin: 154px 0 0;
    padding: 0;
    gap: 16px;
  }

  .appointment__cards::before,
  .appointment__cards::after {
    content: unset;
  }

  .indication-card {
    flex: none;
    width: 100%;
  }

  .indication-card__title {
    font-size: 19px;
    line-height: 28px;
  }

  .indication-card__title::before {
    margin: 6px 14px 0 2px;
  }

  .indication-card__subtitle,
  .indication-card__list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }

  .indication-card__list li+li {
    margin-top: 0;
  }

  .calc-block {
    border-radius: 20px;
    margin: 0;
    gap: 24px;
  }

  .calc-block__badge {
    width: 100%;
    max-width: 500px;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.03em;
  }

  .calc-block__title {
    color: #242D58;
    letter-spacing: 0.03em;
  }

  .calc-block__steps li {
    color: #242D58;
  }

  .calc-block__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .calc-gender__box {
    width: 41px;
  }

  .calc-field--fullwidth {
    gap: 16px;
    margin: 0;
  }

  .calc-field__input {
    width: 295px;
  }

  .calc-block__submit {
    margin-top: 24px;
  }
}


/* ==========================================================================
  3. appointment desktop - from 1440px
========================================================================== */
@media (min-width: 1440px) {

  .appointment__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 100px 96px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "intro    cards"
      "intro    cards"
      "calc-frm calc-frm";
    column-gap: 19px;
    row-gap: 0;
  }

  .appointment__intro {
    min-width: 640px;
    grid-area: intro;
    flex-direction: column;
  }

  .appointment__title {
    max-width: 650px;
    font-weight: 500;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -0.015em;
  }

  .appointment__description {
    max-width: 460px;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    margin-top: 24px;
  }

  .appointment__intro-media {
    position: static;
    margin-left: 108px;
  }

  .appointment__intro-img {
    max-width: 434px;
  }

  .appointment__cards {
    margin-top: 129px;
    grid-area: cards;
    gap: 48px;
  }

  .indication-card__subtitle {
    margin-top: 24px;
  }

  .calc-block {
    grid-area: calc-frm;
    flex-direction: row;
    justify-content: space-between;
    gap: 28px;
    padding: 44px 100px;
  }

  .calc-block__badge {
    max-width: unset;
    display: inline-block;
    font-family: Onest, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: start;
    text-transform: lowercase;
  }

  .calc-block__title {
    margin-top: 8px;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.03em;
  }

  .calc-block__badge::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #FF6B0C;
    border-radius: 100px;
    margin-right: 8px;
  }

  .calc-block__form {
    width: 463px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-end;
  }

  .calc-block__fields {
    grid-template-columns: repeat(1, 1fr) auto;
    align-items: flex-end;
    row-gap: 28px;
    width: 100%;
  }

  .calc-field__input {
    width: 220px;
  }

  .calc-block__steps li {
    font-family: Onest, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }

  .calc-gender {
    gap: 16px;
  }
}

/* ==========================================
  bmi modal
========================================== */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
  box-sizing: border-box;
}

.modal.is-open {
  opacity: 1;
  display: flex;
  pointer-events: auto;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}

.modal__window {
  position: relative;
  width: 100%;
  max-width: 335px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 95px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
  margin: 16px;
}

.modal__close {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 32px;
  width: 42px;
  height: 42px;
  background-color: unset;
  background-image: url('/local/templates/sejaro/img/icons/close-circ.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 42px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.modal__close:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

.modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* ==========================================
  bmi scale
========================================== */

.bmi-scale {
  position: relative;
  width: 100%;
  margin: 48px 0 34px;
}

.bmi-scale__bar {
  height: 16px;
  width: 100%;
  border-radius: 14px;
  background: linear-gradient(90deg, #5EE3E3 0%, #7FDC2B 33.45%, #FEBB39 66.75%, #FF5730 100%);
  box-shadow: 0px 2.8px 6.6px rgba(0, 0, 0, 0.34), inset 0px 0.94px 0.934593px rgba(255, 255, 255, 0.1);
}

.bmi-scale__pointer {
  position: absolute;
  top: -16px;
  left: 0%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FF6B00;
  transform: translateX(-50%);
  transition: left 0.5s ease-out;
}

.bmi-scale__labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 12px;
}

.bmi-scale__labels span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #666B85;
}

.modal__info {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.modal__title {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #080A0F;
}

.modal__result-value {
  margin-top: 26px;
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #242D58;
}

.modal__result-text {
  margin-top: 12px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
  color: #242D58;
}

.modal__info p {
  margin: 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666B85;
  text-align: start;
}

.modal__action-btn {
  width: unset;
  min-width: 191px;
  height: 51px;
  margin-top: 24px;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
}

.modal__content--left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.modal__title--guide {
  text-align: left;
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #242D58;
}

.modal__guide-media {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 8px auto 0;
}

.modal__guide-img {
  display: block;
  max-width: 240px;
  height: auto;
}

.modal__guide-list {
  padding-left: 20px;
  margin: 0 0 10px 0;
}

.modal__guide-list li {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666B85;
  text-align: start;
  display: list-item;
  padding: 0;
}

.modal__guide-list li::before {
  content: unset;
}

.modal__guide-list li+li {
  margin-top: 4px;
}

.modal__guide-info p {
  margin: 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666B85;
  text-align: start;
}

.modal__guide-info p+p {
  margin-top: 8px;
}

.modal--guide .modal__window {
  max-width: 335px;
  padding: 20px 20px 95px 20px;
}

@media (min-width: 768px) {

  .modal__window {
    border-radius: 24px;
  }

  .modal__title--guide {
    grid-column: 1 / -1;
  }

  .modal__guide-media {
    margin: 16px auto;
  }

  .modal__guide-list {
    margin: 0 0 20px 0;
  }

  .modal__guide-list li {
    font-size: 16px;
    line-height: 25px;
  }

  .modal__guide-info p+p {
    margin-top: 16px;
  }

  .modal__guide-info p {
    font-size: 16px;
    line-height: 25px;
  }

  .modal__result-value {
    margin-top: 33px;
  }

  .modal__info p {
    font-size: 16px;
    line-height: 25px;
  }

  .bmi-scale {
    margin: 57px 0 32px;
  }

  .bmi-scale__pointer {
    top: -24px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #FF6B00;
  }

  .bmi-scale__labels span {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
  }

  .bmi-scale__bar {
    height: 28px;
  }

  .modal--guide .modal__window {
    max-width: 431px;
    padding: 24px 24px 95px 24px;
  }
}

@media (min-width: 1440px) {
  .modal__window {
    max-width: 884px;
  }

  .bmi-scale {
    margin: 32px 0;
  }
}



/* ==========================================================================
  1. therapy mobile 320px - 767px
========================================================================== */
.therapy {
  background: #F8F9FB;
}

.therapy__container {
  width: 100%;
  padding: 32px 0;
  box-sizing: border-box;
}

.therapy__title {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #242D58;
  text-align: start;
  padding: 0 16px;
}

.therapy__usp-list {
  max-width: 997px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0;
  padding: 0 16px;
}

.therapy__steps {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  align-items: end;

  padding: 0 32px 24px 32px;
  scroll-padding: 0 16px;
}

.therapy__steps::-webkit-scrollbar {
  display: none;
}

.step-dose {
  flex: 0 0 195px;
  scroll-snap-align: start;
  overflow: hidden;
}

.step-dose .footnote-link {
  color: #ffffff;
}

.features-block__lists {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.features-block__list {
  list-style-type: disc;
  margin: 0 0 0 25px;
  max-width: 494px;
}

.features-block__list li {
  display: list-item;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #242D58;
  text-align: start;
  padding: 0;
}

.features-block__list li::before {
  content: unset;
}

.features-block__list li+li {
  margin-top: 0;
}

.injection-popup {
  display: flex;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}

.injection-popup__img {
  width: 100%;
  height: auto;
}

.injection-popup__points {
  margin-top: 54px;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 150px;
}

.modal__title--injection {
  max-width: 120px;
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.01em;
  color: #242D58;
  text-align: start;
}

.popup-point,
.popup-dot {
  position: relative;
}

.popup-dot::after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #FF7914;
  z-index: 2;
}

.popup-point:nth-child(2) {
  margin-top: 20px;
}

.popup-point:nth-child(2) .popup-dot::before {
  left: -123px;
  top: 11px;
}

.popup-point:nth-child(2) .popup-dot::after {
  width: 37px;
  left: -123px;
  top: 9px;
  transform: rotate(352deg);
}

.popup-point:nth-child(3) {
  margin-top: 14px;
}

.popup-point:nth-child(3) .popup-dot::before {
  left: -156px;
  top: 16px;
}

.popup-point:nth-child(3) .popup-dot::after {
  width: 66px;
  left: -156px;
  top: 12px;
  transform: rotate(352deg);
}

.popup-point:nth-child(4) {
  margin-top: 20px;
}

.popup-point:nth-child(4) .popup-dot::before {
  left: -132px;
  top: -35px;
}

.popup-point:nth-child(4) .popup-dot::after {
  width: 60px;
  left: -139px;
  top: -14px;
  transform: rotate(43deg);
}

.popup-point h4 {
  max-width: 140px;
  position: relative;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #242D58;
  text-align: start;
}

.popup-dot:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #FF7914;
  border-radius: 50%;
}

.popup-point h4::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 3px;
  width: 8px;
  height: 8px;
  background-color: #FFA200;
  border-radius: 50%;
}

.popup-point h4::after {
  content: '';
  position: absolute;
  left: -13px;
  top: 6px;
  width: 2px;
  height: 2px;
  background-color: #FF7914;
  border-radius: 50%;
}

.popup-point p {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #767676;
  text-align: start;
  margin-top: 4px;
}

.injection-popup__visual {
  min-width: 176px;
  height: auto;
  margin: auto;
}

.modal--injection .modal__window {
  max-width: 335px;
  padding: 50px 20px 38px 0;
}

.modal--injection .modal__close {
  left: unset;
  right: 24px;
  bottom: 24px;
}

.therapy__usp-item {
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  border-bottom: 1px solid #C9CCDA;
  padding-bottom: 12px;
}

.therapy__usp-item:last-child {
  border: unset;
  padding: unset;
}

.therapy__usp-item h4 {
  font-family: Inter, sans-serif;
  font-style: normal;
  color: #242D58;
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  width: 170px;
  text-align: start;
}

.therapy__usp-item h4::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #FFA200;
  border-radius: 100px;
  margin: 2px 14px -2px 2px;
}

.therapy__usp-text,
.therapy__usp-text a {
  width: 133px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #242D58;
  text-align: start;
  text-decoration: unset;
}

.therapy__usp-text {
  width: 133px;
}

.therapy__usp-text a {
  transition: color .2s ease;
}

.therapy__usp-text a:hover {
  color: #FF6B0C;
}

.features-block {
  padding: 0 16px;
}

.features-block__title {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #242D58;
  text-align: start;
}

.step-dose__header {
  position: relative;
  display: flex;
  border-radius: 20px 20px 0px 0px;
  min-height: 120px;
}

.step-dose__header img {
  width: 148px;
  margin: auto;
}

.step-dose__value {
  position: absolute;
  left: 7px;
  bottom: 6px;

  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}

.step-dose__body {
  height: 100%;
  padding: 10px 6px;
  text-align: start;
  display: flex;
  flex-direction: column;
}

.step-dose--pink {
  height: 410px;
}

.step-dose--pink .step-dose__header {
  background: rgba(236, 68, 87, 0.08);
}

.step-dose--pink .step-dose__body {
  background: #EC4457;
}

.step-dose--pink .step-dose__value {
  color: #EC4457;
}

.step-dose--orange {
  height: 425px;
}

.step-dose--orange .step-dose__header {
  background: rgba(255, 107, 12, 0.08);
}

.step-dose--orange .step-dose__body {
  background: #FF6B0C;
}

.step-dose--orange .step-dose__value {
  color: #FF6B0C;
}

.step-dose--teal {
  height: 440px;
}

.step-dose--teal .step-dose__header {
  background: rgba(17, 119, 136, 0.08);
}

.step-dose--teal .step-dose__body {
  background: #32B4A6;
}

.step-dose--teal .step-dose__value {
  color: #32B4A6;
}

.step-dose--purple {
  height: 455px;
}

.step-dose--purple .step-dose__header {
  background: rgba(168, 143, 216, 0.08);
}

.step-dose--purple .step-dose__body {
  background: #A78ED0;
}

.step-dose--purple .step-dose__value {
  color: #A78ED0;
}

.step-dose--blue {
  height: 470px;
}

.step-dose--blue .step-dose__header {
  background: rgba(55, 117, 192, 0.08);
}

.step-dose--blue .step-dose__body {
  background: #3776C0;
}

.step-dose--blue .step-dose__value {
  color: #3776C0;
}

.step-dose--green {
  height: 485px;
}

.step-dose--green .step-dose__header {
  background: rgba(153, 203, 126, 0.08);
}

.step-dose--green .step-dose__body {
  background: #99CB7E;
}

.step-dose--green .step-dose__value {
  color: #99CB7E;
}

.step-dose__title {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-align: start;
}

.step-dose__weeks {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: start;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 12px;
  margin: 66px 0 12px;
}

.step-dose__text {
  margin: 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  color: #FFFFFF;
  text-align: start;
}

.step-dose__text+.step-dose__text {
  margin-top: 12px;
}

.step-dose__list {
  list-style-type: disc;
  margin: 12px 0 0 20px;
}

.step-dose__list li {
  display: list-item;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  text-align: start;
}

.step-dose__list li+li {
  margin-top: 2px;
}

.step-dose__list li::before {
  content: unset;
}

.features-block__btn {
  margin-top: 16px;
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 24px;
}

/* ==========================================================================
  2. therapy tablet 768px - 1439px
========================================================================== */
@media (min-width: 768px) {
  .therapy__container {
    padding: 40px 0;
  }

  .therapy__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.03em;
    padding: 0 32px;
  }

  .therapy__usp-list {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 32px;
  }

  .step-dose {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .features-block__lists {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 1100px;
  }

  .modal__title--injection {
    max-width: unset;
    font-size: 22px;
    line-height: 28px;
  }

  .popup-dot:before {
    width: 6px;
    height: 6px;
  }

  .popup-dot::after {
    height: 2px;
  }

  .popup-point h4 {
    max-width: unset;
    font-family: Onest, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: unset;
  }

  .popup-point h4::before {
    left: -26px;
    top: 6px;
    width: 16px;
    height: 16px;
  }

  .popup-point h4::after {
    left: -21px;
    top: 11px;
    width: 6px;
    height: 6px;
  }

  .popup-point p {
    font-family: Onest, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 133%;
    letter-spacing: -0.02em;
  }

  .modal--injection .modal__window {
    max-width: 688px;
    padding: 28px 20px;
  }

  .injection-popup__visual {
    width: 201px;
  }

  .popup-point {
    width: 293px;
  }

  .injection-popup__points {
    margin-top: 32px;
    gap: 8px;
    min-width: unset;
  }

  .popup-point:nth-child(2) .popup-dot::before {
    left: -280px;
    top: 39px;
  }

  .popup-point:nth-child(2) .popup-dot::after {
    width: 116px;
    top: 26px;
    left: -278px;
    transform: rotate(346deg);
  }

  .popup-point:nth-child(3) {
    margin-top: 22px;
  }

  .popup-point:nth-child(3) .popup-dot::before {
    left: -316px;
    top: 45px;
  }

  .popup-point:nth-child(3) .popup-dot::after {
    width: 151px;
    left: -314px;
    top: 30px;
    transform: rotate(347deg);
  }

  .popup-point:nth-child(4) .popup-dot::before {
    left: -288px;
    top: -6px;
  }

  .popup-point:nth-child(4) .popup-dot::after {
    width: 123px;
    left: -287px;
    top: 4px;
    transform: rotate(8deg);
  }

  .therapy__steps {
    padding: 0 32px 24px 32px;
    scroll-padding: 0 32px;
  }

  .therapy__usp-item {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    border: unset;
    padding: unset;
  }

  .therapy__usp-item h4 {
    width: fit-content;
    font-family: Unbounded, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: center;
    margin-right: 10px;
  }

  .therapy__usp-text,
  .therapy__usp-text a {
    width: unset;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
  }

  .features-block {
    padding: 0 32px;
  }

  .features-block__list li {
    font-weight: 400;
  }

  .features-block__btn {
    margin-top: 16px;
    width: 100%;
  }
}

/* ==========================================================================
  3. therapy desktop - from 1440px
========================================================================== */
@media (min-width: 1440px) {
  .therapy__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 100px;
  }

  .therapy__title {
    font-weight: 500;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -0.009em;
    padding: 0;
  }

  .modal--injection .modal__window {
    max-width: 800px;
    padding: 32px 18px;
  }

  .injection-popup__img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .popup-point {
    width: 391px;
    pointer-events: auto;
    text-align: left;
  }

  .popup-point h4 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }

  .popup-point p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }

  .popup-point:nth-child(2) {
    margin-top: 60px;
  }

  .popup-point:nth-child(2) .popup-dot::before {
    left: -93px;
    top: 11px;
  }

  .popup-point:nth-child(2) .popup-dot::after {
    width: 76px;
    left: -93px;
    top: 13px;
    transform: unset;
  }

  .popup-point:nth-child(3) {
    margin-top: 52px;
  }

  .popup-point:nth-child(3) .popup-dot::before {
    left: -146px;
    top: 11px;
  }

  .popup-point:nth-child(3) .popup-dot::after {
    width: 124px;
    left: -142px;
    top: 13px;
    transform: unset;
  }

  .popup-point:nth-child(4) {
    margin-top: 16px;
  }

  .popup-point:nth-child(4) .popup-dot::before {
    left: -106px;
    top: 11px;
  }

  .popup-point:nth-child(4) .popup-dot::after {
    width: 82px;
    left: -100px;
    top: 13px;
    transform: unset;
  }

  .injection-popup__visual {
    width: 280px;
    margin: 0;
  }

  .injection-popup {
    gap: 20px;
  }

  .injection-popup__points {
    margin-top: 80px;
  }

  .therapy__usp-item {
    gap: 16px;
  }

  .therapy__usp-text,
  .therapy__usp-text a {
    line-height: 30px;
  }

  .therapy__usp-list {
    justify-content: center;
    gap: 141px;
    margin: 72px auto 42px;
    padding: 0;
  }

  .features-block__lists {
    margin-top: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .features-block__list li {
    font-size: 16px;
    line-height: 25px;
  }

  .therapy__steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    overflow-x: visible;
    scroll-snap-type: none;
    margin: 0 0 32px 0;
    border-top: 1px solid #C9CCDA;
    border-bottom: 1px solid #C9CCDA;
    padding: 59px 0 72px;
  }

  .step-dose {
    flex: none;
    width: 100%;
  }

  .features-block__btn {
    margin-top: 40px;
    width: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .therapy__usp-item h4 {
    margin-right: 16px;
    width: fit-content;
  }

  .features-block__title {
    letter-spacing: 0.024em;
  }

  .features-block {
    padding: 0;
  }
}



/* ==========================================================================
  1. finish-therapy 320px - 767px
========================================================================== */
.finish-therapy {
  background: #F8F9FB;
}

.finish-therapy__container {
  width: 100%;
  padding: 32px 16px;
  box-sizing: border-box;
}

.finish-therapy__content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.finish-therapy__buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.finish-therapy__accordion-btn {
  border: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 14px;
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  box-shadow: 0 6px 14px -6px rgba(36, 45, 88, 0.12);
  border-radius: 12px;

  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #242D58;
  text-align: start;
  transform: scale(1);
  transition: all .2s;
}

@keyframes scaleIn {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.98);
    box-shadow: 0 22px 30px -4px rgba(36, 45, 88, 0.12);
  }

  100% {
    transform: scale(1);
  }
}

.finish-therapy__accordion-btn:nth-child(1) {
  animation: scaleIn 3s infinite ease-in-out;
}

.finish-therapy__accordion-btn:nth-child(2) {
  animation: scaleIn 3s infinite ease-in-out 1s;
}

.finish-therapy__accordion-btn:nth-child(3) {
  animation: scaleIn 3s infinite ease-in-out 2s;
}

.finish-therapy__accordion-btn:hover {
  transform: scale(1);
  box-shadow: 0 22px 30px -4px rgba(36, 45, 88, 0.12);
  animation: unset;
}

.finish-therapy__accordion-btn:hover .finish-therapy__icon {
  transform: rotate(90deg) scale(1.1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.finish-therapy__accordion-btn::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #FFA200;
  border-radius: 100px;
  margin: auto 5px auto 2px;
}

.finish-therapy__icon {
  font-weight: 200;
  font-size: 40px;
  margin: 0 0 7px auto;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.modal--fix-weight .modal__window {
  max-width: 335px;
  padding: 24px 20px 95px;
}

.modal--keep-weight .modal__window {
  max-width: 335px;
  padding: 24px 20px 95px;
}

.modal--exit-therapy .modal__window {
  max-width: 335px;
  padding: 24px 24px 95px;
}

.modal--fix-weight .modal__list li+li {
  margin-top: 20px;
}

.modal--fix-weight .modal__title,
.modal--keep-weight .modal__title,
.modal--exit-therapy .modal__title {
  margin-bottom: 16px;
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #242D58;
  text-align: start;
  position: relative;
  padding-left: 31px;
}

.modal--fix-weight .modal__title::before,
.modal--keep-weight .modal__title::before,
.modal--exit-therapy .modal__title::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #FFA200;
  border-radius: 100px;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.modal--fix-weight p,
.modal--exit-therapy p:not(.modal__warning) {
  margin: 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #242D58;
  text-align: start;
}

.modal__list-box {
  margin-top: 16px;
  padding: 12px;
  background: #F8F9FB;
  border-radius: 16px;
}

.modal__list-box p {
  margin: 0;
  font-weight: 600;
  color: #6B6B73;
}

.modal__list {
  margin: 20px 0 0 28px;
}

.modal--fix-weight .modal__list {
  margin: 16px 0 0 28px;
}

.modal__list li {
  width: 100%;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #242D58;
  text-align: start;
  display: inline-block;
  padding: 0;
}

.modal__list li::before {
  content: "";
  height: 18px;
  width: 18px;
  min-width: 18px;
  position: absolute;
  left: -28px;
  top: 3px;
  background-image: url("/local/templates/sejaro/img/icons/green-bullet.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.modal__list li+li {
  margin-top: 0;
}

@keyframes pulsePlus {
  0% {
    transform: rotate3d();
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

.modal__list--dots {
  list-style-type: disc;
}

.modal__list--dots li {
  display: list-item;
}

.modal__list--dots li::before {
  content: unset;
}

.modal__warning {
  margin-top: 0;
  padding: 11px 14px;
  background: #F8F9FB;
  border-radius: 10px;

  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #242D58;
  text-align: start;
}

.modal__warning+.modal__warning {
  margin-top: 16px;
}

.modal__subtitle {
  margin-top: 24px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  color: #242D58;
}

.dot {
  position: relative;
}

.dot::before {
  content: "";
  height: 8px;
  width: 8px;
  min-width: 8px;
  position: absolute;
  left: -20px;
  top: 9px;
  border-radius: 50px;
}

.dot--orange::before {
  background: #FF6B00;
}

.dot--green::before {
  background: #28BEBC;
}

.modal__dose-item {
  padding: 12px 12px 12px 36px;
  width: 100%;
  min-height: 74px;
  height: fit-content;
  border: 1px solid #E0E0E3;
  border-radius: 10px;
}

.modal__dose-item+.modal__dose-item {
  margin-top: 12px;
}

.modal__dose-item p {
  margin: 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #6B6B73;
  text-align: start;
}

.modal__dose-item p strong {
  font-weight: 600;
  color: #242D58;
}

.modal__dose-item p+p {
  margin-top: 2px;
}

.finish-therapy__media {
  width: 100%;
}

.finish-therapy__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.flow-step p {
  color: #6B6B73;
}

.flow-step p strong {
  color: #242D58;
}

.finish-therapy__title {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #242D58;
  text-align: start;
}

.finish-therapy__description {
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #242D58;
  text-align: start;
}

.therapy-steps-flow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin: 16px 0;
  position: relative;
}

.therapy-steps-flow::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 0;
  bottom: 20px;
  width: 2px;
  background-color: #E0E0E0;
  z-index: 1;
}

.flow-step {
  position: relative;
  padding-left: 48px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
}

.flow-step__num {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;

  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.flow-step:nth-child(1) .flow-step__num {
  background-color: #FF6B00;
}

.flow-step:nth-child(2) .flow-step__num {
  background-color: #F0997B;
}

.flow-step:nth-child(3) .flow-step__num {
  background-color: #28BEBC;
}

.modal--bmi .modal__action-btn {
  padding: 12px;
}

/* ==========================================================================
  2. finish-therapy tablet 768px - 1439px
========================================================================== */
@media (min-width: 768px) {
  .finish-therapy__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 32px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
  }

  .finish-therapy__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #FF6B0C;
    letter-spacing: 0.02em;
  }

  .finish-therapy__description {
    margin-top: 24px;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0.01em;
  }

  .finish-therapy__content {
    margin-top: 24px;
    gap: 30px;
  }

  .finish-therapy__buttons {
    gap: 33px;
  }

  .finish-therapy__accordion-btn {
    height: 94px;
    font-size: 24px;
    line-height: 30px;
    padding: 14px 19px;
  }

  .modal--fix-weight .modal__window {
    max-width: 562px;
    padding: 24px 20px 95px;
  }

  .modal--fix-weight .modal__list {
    margin: 24px 0 0 28px;
  }

  .modal--keep-weight .modal__window {
    max-width: 568px;
    padding: 24px 20px 95px;
  }

  .modal--exit-therapy .modal__window {
    max-width: 610px;
    padding: 24px 24px 95px;
  }

  .modal--fix-weight .modal__title,
  .modal--keep-weight .modal__title,
  .modal--exit-therapy .modal__title {
    margin-bottom: 24px;
  }

  .modal__list-box {
    margin-top: 24px;
  }

  .modal__dose-item {
    margin-top: 24px;
    height: fit-content;
  }

  .modal__warning {
    margin-top: 16px;
    font-size: 16px;
    line-height: 25px;
  }

  .modal__warning+.modal__warning {
    margin-top: 24px;
  }

  .therapy-steps-flow {
    margin: 24px 0;
  }

  .finish-therapy__icon {
    font-size: 66px;
    margin: 0 8px 12px auto;
  }

  .finish-therapy__accordion-btn::before {
    width: 16px;
    height: 16px;
    margin: auto 14px auto 2px;
  }
}

/* ==========================================================================
  3. finish-therapy - from 1440px
========================================================================== */
@media (min-width: 1440px) {

  .finish-therapy__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 100px;
  }

  .finish-therapy__content {
    margin-top: 64px;
    flex-direction: row;
    justify-content: space-between;
    gap: 45px;
  }

  .finish-therapy__media {
    width: 632px;
    flex-shrink: 0;
  }

  .finish-therapy__title {
    font-weight: 500;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -0.012em;
  }

  .modal--bmi .modal__close {
    top: 24px;
    right: 24px;
    bottom: unset;
    left: unset;
  }

  .modal--bmi .modal__window {
    padding: 60px 88px;
  }
}



/* ==========================================================================
  1. safety mobile 320px - 767px
========================================================================== */

.safety__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 20px;
  box-sizing: border-box;
}

.safety__pen-img {
  display: block;
  width: 100%;
  max-width: 682px;
  height: auto;
  margin: 0 auto;
}

.safety__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.safety-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 2px;
  text-align: left;
}

.safety-card__info {
  order: 1;
  width: 278px;
}

.safety-card__icon {
  order: 2;
  flex-shrink: 0;
}

.safety-card__icon img {
  width: 55px;
  height: auto;
}

.safety__comparison {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comparison-block__img {
  display: block;
  width: 100%;
  max-width: 335px;
  height: auto;
}

.comparison-block__labels {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 335px;
  padding: 10px 20px;
}

.comparison-block__label-accent {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  text-transform: uppercase;
  color: #EC813E;
}

.comparison-block__label-default {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 137%;
  text-align: center;
  color: #242D58;
}

.safety__title {
  grid-area: title;
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #242D58;
  text-align: start;
}

.safety-card__title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  color: #EC813E;
  text-align: start;
  letter-spacing: 0.01em;
}

.safety-card__text {
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #242D58;
  text-align: start;
}

.safety-card__br-mobile {
  display: block;
}

/* ==========================================================================
  2. safety tablet 768px - 1439px
========================================================================== */
@media (min-width: 768px) {
  .safety__container {
    padding: 40px;
    gap: 16px;
  }

  .safety-card {
    justify-content: space-between;
    align-items: flex-start;
    gap: 28px;
  }

  .safety-card__icon {
    order: 1;
  }

  .safety-card__icon img {
    width: 71px;
  }

  .safety-card__info {
    order: 2;
    flex: 1;
    width: unset;
  }

  .safety__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.03em;
  }

  .safety-card__title {
    font-size: 16px;
    line-height: 25px;
  }

  .safety-card__br-mobile {
    display: none;
  }

  .safety__comparison {
    margin: 0 auto 0 100px;
  }
}

/* ==========================================================================
  3. safety desktop - from 1440px
========================================================================== */
@media (min-width: 1440px) {

  .safety__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 100px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas:
      "title          title   title"
      "col-left-one   pen     col-right-one"
      "col-left-two   pen     col-right-two"
      "col-left-three pen     compare";
    column-gap: 130px;
    row-gap: 90px;
    align-items: center;
  }

  .safety__title {
    font-weight: 500;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -0.009em;
  }

  .safety-card__title {
    font-family: Unbounded, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    text-transform: uppercase;
  }

  .safety-card__text {
    font-family: Unbounded, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
  }

  .safety__pen {
    grid-area: pen;
  }

  .safety__pen-img {
    width: auto;
    height: 1064px;
    object-fit: contain;
  }

  .safety__features {
    display: contents;
  }

  .safety-card {
    max-width: 406px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 12px;
  }

  .safety__comparison {
    grid-area: compare;
    align-self: end;
    margin: unset;
    align-items: flex-start;
  }

  .safety-card--col-1-1 {
    grid-area: col-left-one;
  }

  .safety-card--col-1-2 {
    grid-area: col-left-two;
  }

  .safety-card--col-1-3 {
    grid-area: col-left-three;
  }

  .safety-card--col-3-1 {
    grid-area: col-right-one;
  }

  .safety-card--col-3-2 {
    grid-area: col-right-two;
  }

  .safety-card__icon img {
    width: 122px;
  }
}



/* ==========================================================================
  1. app-block mobile 320px - 767px
========================================================================== */

.app-block {
  background: #F5F5F5;
}

.app-block__container {
  padding: 32px 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 24px;
  justify-items: center;
  align-items: start;
}

.app-block__info {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
}

.app-block__brand {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px;
}

.app-block__brand img {
  max-width: 34px;
  width: 100%;
  height: auto;
}

.app-block__brand-name {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #242D58;
  text-align: start;
}

.app-block__title {
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  color: #242D58;
  text-align: start;
}

.app-block__text,
.app-block__text a {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #242D58;
  text-align: start;
}

.app-block__text a:hover {
  color: #FF6B0C;
}

.app-block__text {
  margin: 0;
}

.app-block__more-link {
  text-decoration: underline;
  display: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.app-block__more-link:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

.app-block__mobile-arrow {
  display: inline-block;
}

.app-block__phones {
  margin: 50px 0;
  grid-column: 1 / 2;
  position: relative;
  height: auto;
  width: 100%;
  max-width: 113px;
}

.phones-cascade__img {
  position: absolute;
  bottom: 0;
  height: auto;
  width: 100%;
  object-fit: contain;
  max-width: 66px;
}

.phones-cascade__img--back {
  right: 0;
  top: 0;
  z-index: 1;
}

.phones-cascade__img--middle {
  left: 24px;
  top: 22px;
  z-index: 2;
}

.phones-cascade__img--front {
  left: 0;
  top: 51px;
  z-index: 3;
}

.app-block__download {
  grid-column: 2 / 3;
  width: 202px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 4px;
  background: #FFFFFF;
  border-radius: 20px;
}

.download-card__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 147px;
}

.download-btn {
  width: fit-content;
  box-shadow: 0px 9.69304px 14.9802px rgba(0, 0, 0, 0.08), 0px 2.92217px 4.51608px rgba(0, 0, 0, 0.0582218), 0px 1.21372px 1.87575px rgba(0, 0, 0, 0.0399899), 0px 0.438979px 0.678421px rgba(0, 0, 0, 0.0268173);
  border-radius: 6px;
}

.download-btn__img {
  display: block;
  width: 100%;
  max-width: 145px;
  height: auto;
  transition: all 0.2s;
}

.download-btn__img:hover {
  transform: scale(0.95);
}

.app-block__qr {
  display: none;
}

.download-card__title,
.qr-card__title {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #0F1115;
}

/* ==========================================================================
  2. app-block tablet 768px - 1439px
========================================================================== */
@media (min-width: 768px) {
  .app-block__container {
    padding: 40px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "info   info"
      "market qr";
    gap: 32px;
    position: relative;
  }

  .app-block__info {
    grid-area: info;
    margin-right: auto;
  }

  .app-block__phones {
    margin: 0;
    position: absolute;
    top: 42px;
    right: 27px;
    grid-area: phones;
    max-width: 174px;
  }

  .phones-cascade__img {
    max-width: 101px;
  }

  .phones-cascade__img--middle {
    left: 36px;
    top: 36px;
  }

  .phones-cascade__img--front {
    top: 82px;
  }

  .app-block__download {
    width: 320px;
    height: fit-content;
    grid-area: market;
    justify-content: flex-start;
    padding: 41px 28px;
  }

  .app-block__qr {
    width: 320px;
    display: flex;
    grid-area: qr;
    background: #fff;
    border-radius: 16px;
    padding: 41px 28px 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
  }

  .download-card__links {
    max-width: 253px;
  }

  .qr-card__box {
    width: 193px;
    height: 193px;
    background: #FFFFFF;
    border-radius: 35px;
    padding: 8px;
  }

  .land-qr img,
  .land-qr canvas {
    width: 100%;
    height: 170px;
    max-width: 170px;
  }

  .qr-card__img {
    width: 100%;
    height: 100%;
  }

  .app-block__mobile-arrow {
    display: none;
  }

  .app-block__text a {
    margin-top: 8px;
    display: block;
  }

  .app-block__more-link {
    display: inline-block;
    letter-spacing: -0.009em;
  }

  .app-block__brand img {
    max-width: 64px;
  }

  .app-block__brand {
    gap: 20px;
    margin-bottom: 24px;
  }

  .app-block__brand-name {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.02em;
  }

  .app-block__title {
    font-size: 24px;
    line-height: 30px;
  }

  .app-block__text,
  .app-block__text a {
    font-size: 19px;
    line-height: 28px;
  }

  .app-block__text {
    margin: 0 0 24px;
    max-width: 500px;
    letter-spacing: 0.01em;
  }

  .download-card__title,
  .qr-card__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
  }
}

/* ==========================================================================
  3. app-block desktop - from 1440px
========================================================================== */
@media (min-width: 1440px) {

  .app-block {
    padding: 80px 100px;
  }

  .app-block__container {
    max-width: 1240px;
    margin: 0 auto;
    grid-template-columns: 1.28fr 1fr 0.55fr;
    grid-template-areas:
      "info phones market"
      "info phones qr";
    column-gap: 2px;
    row-gap: 0;
    align-items: flex-start;
    border-radius: 20px;
    background: #E6E8F0;
    padding: 40px 74px 42px 56px;
  }

  .app-block__brand img {
    max-width: 47px;
  }

  .app-block__info {
    margin: 25px 0 0 0;
  }

  .app-block__phones {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    margin: 14px 38px 0 0;
    max-width: 229px;
    height: 377px;
  }

  .phones-cascade__img {
    max-width: 132px;
  }

  .phones-cascade__img--middle {
    left: 47px;
    top: 44px;
  }


  .phones-cascade__img--front {
    top: 104px;
  }

  .app-block__brand {
    gap: 15px;
    margin-bottom: 40px;
  }

  .app-block__title {
    font-family: Unbounded, sans-serif;
    font-style: normal;
    font-size: 36px;
    line-height: 42px;
    color: #FF6B0C;
    letter-spacing: 0.024em;
  }

  .app-block__brand-name {
    font-family: Unbounded, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.024em;
  }

  .app-block__text {
    max-width: unset;
    font-weight: 600;
    letter-spacing: 0.005em;
  }

  .app-block__text a {
    margin-top: 21px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
  }

  .app-block__download {
    width: 100%;
    grid-area: market;
    align-self: stretch;
    background: transparent;
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .download-card__title,
  .qr-card__title {
    text-align: left;
    font-family: Onest, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #0F1115;
  }

  .download-card__title {
    margin-bottom: 4px;
  }

  .qr-card__title {
    margin-bottom: 16px;
  }

  .app-block__qr {
    width: 100%;
    display: flex;
    background: transparent;
    padding: 0;
    margin-top: 10px;
    align-items: flex-start;
  }

  .qr-card__box {
    width: 184px;
    height: 184px;
    background: #F9F9F9;
    border-radius: 17px;
    padding: 12px;
  }

  .land-qr img,
  .land-qr canvas {
    height: 160px;
    max-width: 160px;
  }

  .download-card__links {
    max-width: 181px;
    gap: 9px;
  }
}



/* ==========================================================================
  1. slider-n mobile 320px - 767px
========================================================================== */
.slider-n__container {
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.slider-n__content {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 64px;
}

.slider-n__video-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.slider-n__video-block video {
  max-width: 335px;
  height: auto;
  border-radius: 16px;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.slider-n__video-block video:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

.slider-n__title {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #242D58;
  text-align: start;
}

/* .slider-n__slider-block {
  display: flex;
  flex-direction: column;
  max-width: 851px;
  width: 100%;
} */

/* ==========================================================================
  2. slider-n tablet 768px - 1439px
========================================================================== */
@media (min-width: 768px) {
  .slider-n__container {
    padding: 40px;
    gap: 24px;
  }

  .slider-n__content {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .slider-n__video-block {
    flex-direction: row;
    gap: 8px;
  }

  .slider-n__video-block video {
    max-width: 340px;
    height: 186px;
  }

  .slider-n__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.03em;
  }

  /* .slider-n__slider-block {
    flex-direction: row;
  } */
}

/* ==========================================================================
  3. slider-n desktop - from 1440px
========================================================================== */
@media (min-width: 1440px) {
  .slider-n__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 100px;
    padding: 80px 100px;
    gap: 72px;
  }

  .slider-n__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
  }

  .slider-n__video-block {
    flex-direction: column;
  }

  .slider-n__video-block video {
    max-width: 363px;
    height: unset;
  }

  .slider-n__title {
    font-weight: 500;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -0.009em;
    color: #FF6B0C;
  }
}



/* ==========================================================================
  1. main-reviews mobile 320px - 767px
========================================================================== */
.main-reviews {
  background: #F8F9FB;
}

.main-reviews__container {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
}

.main-reviews__title {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #242D58;
  text-align: start;
  margin: 0;
  padding: 0 20px;
}

.main-reviews__link {
  margin-top: 24px;
  width: 100%;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #242D58;
  text-decoration: underline;
  text-align: end;
  transition: all 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  padding: 0 20px;
}

.main-reviews__link:hover {
  color: #FF6B0C;
  transform: translateY(-2px);
  opacity: 0.85;
}

/* ==========================================================================
  2. main-reviews tablet 768px - 1439px
========================================================================== */
@media (min-width: 768px) {
  .main-reviews__container {
    padding: 40px 0;
  }

  .main-reviews__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    padding: 0 40px;
    letter-spacing: 0.025em;
  }

  .main-reviews__link {
    margin: 0;
    width: fit-content;
    font-size: 21px;
    line-height: 30px;
    text-align: start;
    padding: 0 40px;
  }
}

/* ==========================================================================
  3. main-reviews desktop - from 1440px
========================================================================== */
@media (min-width: 1440px) {
  .main-reviews__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 100px;
  }

  .main-reviews__title {
    font-weight: 500;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -0.009em;
    margin-bottom: 72px;
    padding: 0;
  }

  .main-reviews__link {
    padding: 0;
  }
}



/* ==========================================================================
  1. purchase mobile 320px - 767px
========================================================================== */

.purchase__container {
  padding: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.purchase__title {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #FF6B0C;
  text-align: start;
  letter-spacing: 0.03em;
  padding: 0 20px;
}

.purchase__subtitle,
.purchase__subtitle a {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #666B85;
  text-align: start;
}

.purchase__subtitle {
  max-width: 742px;
  padding: 0 20px;
}

.purchase__subtitle a {
  transition: color 0.2s ease;
}

.purchase__subtitle a:hover {
  color: #FF6B0C;
}

.purchase__brands-slider {
  display: flex;
  gap: 24px;
  align-items: center;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin: 24px 0;
  padding: 0 16px 12px 16px;
  scroll-padding: 20px;
}

.purchase__brands-slider::-webkit-scrollbar {
  display: none;
  /* Прячем полосу прокрутки */
}

.brand-logo {
  flex: 0 0 auto;
  /* Логотипы сохраняют свой реальный размер и не сжимаются */
  scroll-snap-align: start;

  display: inline-block;
  flex: 0 0 auto;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}

.brand-logo:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

.brand-logo img {
  display: block;
  height: 28px;
  /* Выравниваем все логотипы по одной высоте */
  width: auto;
}

.purchase__all-link {
  margin: 16px 0 0 auto;
  display: flex;
  justify-content: flex-end;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: right;
  text-decoration-line: underline;
  color: #3BBDAD;
  transition: transform 0.2s ease, opacity 0.2s ease;
  padding: 0 20px;
}

.purchase__all-link:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

/* КАРТОЧКА ПОДПИСКИ: На мобилке чистая вертикальная стопка */
.sub-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #fff;
  margin: 0 20px;
}

.sub-card__title {
  margin: 0 0 16px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #0A1130;
  text-align: start;
}

.sub-card__description {
  margin: 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #373737;
  text-align: start;
}

.sub-card__notice-text {
  margin: 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #373737;
  text-align: start;
}

.sub-card__disclaimer {
  margin-top: 12px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 13px;
  text-align: center;
  color: #666B85;
}

.sub-card__content {
  background: #F8F9FB;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 49px;
  border-radius: 10px;
  box-shadow: 0px 4.74716px 11.3932px -4.74716px rgba(36, 45, 88, 0.12);
}

.sub-card__badge {
  width: 96px;
  height: auto;
  margin-bottom: 16px;
}

.sub-card__notice img {
  max-width: 28px;
}

.sub-card__notice {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 17px 0 14px;
}

.sub-card__btn {
  width: 100%;
  /* Кнопка на всю ширину */
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #3BBDAD;
  border-radius: 50px;

  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: unset;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.sub-card__btn:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

/* Графика на мобилке встает в самый низ */
.sub-card__media {
  position: relative;
  top: -68px;
  margin-bottom: -68px;

  width: 100%;
  display: flex;
  justify-content: center;
}

/* Оранжевый фон на мобилке выключен */
.sub-card__bg-shape {
  display: none;
}

.sub-card__img {
  display: block;
  width: 100%;
  max-width: 255px;
  /* Чтобы лица на мобилке не были гигантскими */
  height: auto;
}

/* ==========================================================================
  2. purchase tablet 768px - 1439px
========================================================================== */
@media (min-width: 768px) {
  .purchase__container {
    padding: 40px;
    gap: 24px;
  }

  .purchase__subtitle,
  .purchase__subtitle a {
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
  }

  .purchase__title {
    padding: 0;
  }

  .purchase__subtitle {
    letter-spacing: 0.025em;
    padding: 0;
  }

  /* Отменяем свайп для аптек, на планшете они стоят в ряд (дизайнер вывел 4 штуки) */
  .purchase__brands-slider {
    overflow-x: visible;
    scroll-snap-type: none;
    margin: 24px 0;
    /* padding: 0;
    justify-content: space-between; */
  }

  .brand-logo {
    display: none;
  }

  .brand-logo--tablet {
    display: inline-block;
  }

  .purchase__all-link {
    margin: 16px auto 0 0;
    padding: 0;
    justify-content: unset;
  }

  /* КАРТОЧКА ПОДПИСКИ: Превращается в монолитный оранжевый бокс со скосом */
  .sub-card {
    position: relative;
    flex-direction: row;
    /* Текст слева, люди справа */
    /* background: #e95932; */
    /* Оранжевый фон всей карточки */
    /* border-radius: 24px; */
    overflow: hidden;

    /* padding: 16px 16px 9px 16px; */

    box-shadow: 0px 10px 24px -10px rgba(36, 45, 88, 0.12);
    border-radius: 20px;
    /* Чтобы скосы фона и картинка не вылезали закругления */

    gap: 0;
    align-items: flex-end;
    margin: 0;
  }

  .sub-card::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70%;
    background: linear-gradient(180deg, #FFA200 0%, #FF6B0C 100%);
  }

  .sub-card::after {
    content: '';
    position: absolute;
    width: 1535px;
    height: 926px;
    left: -940px;
    top: 110px;
    background: #F8F9FB;
    transform: rotate(319deg);
    border-radius: 50%;
  }

  .sub-card__badge {
    margin-bottom: 15px;
  }

  .sub-card__title {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 30px;
    color: #373737;
    letter-spacing: 0.01em;
  }

  .sub-card__description {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .sub-card__notice-text {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }

  .sub-card__notice img {
    max-width: 28px;
  }

  .sub-card__notice {
    align-items: center;
    margin: 7px 0 20px;
  }

  .sub-card__disclaimer {
    margin: 20px 0 0 14px;
    text-align: start;
    line-height: 15px;
    color: #767676;
  }

  /* Левая белая зона */
  .sub-card__content {
    background: unset;
    box-shadow: unset;
    position: relative;
    z-index: 2;
    width: 65%;
    padding: 16px 0 9px 16px;
    /* Занимает большую часть */

    /* 🌟 ЭФФЕКТ СКОСА: Срезаем правый край белой карточки по диагонали */
    /* clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%); */
  }

  .sub-card__btn {
    width: 100%;
    max-width: 395px;
  }

  /* Правая графическая зона */
  .sub-card__media {
    /* position: absolute;
    top: 0;
    right: 0;
    width: 45%; */
    /* Немного заходит под скос белой карточки */
    /* height: 100%;
    display: block; */
    top: unset;
    margin: 0;
    width: fit-content;
  }

  .sub-card__img {
    /* position: absolute;
    bottom: 0; */
    /* Прижимаем людей к нижней рамке оранжевого бокса */
    /* right: 20px; */
    /* max-width: 100%; */
    /* height: 95%; */
    /* Чуть-чуть не доходит до верха */
    max-width: 244px;
    object-fit: contain;
    z-index: 3;
    margin-right: 32px;
  }
}

/* ==========================================================================
  3. purchase desktop - from 1440px
========================================================================== */
@media (min-width: 1440px) {
  .purchase {
    background: #F8F9FB;
  }

  .purchase__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 100px;
    gap: 58px;
  }

  .purchase__title {
    font-weight: 500;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -0.01em;
  }

  .purchase__subtitle {
    margin-bottom: 16px;
  }

  /* На десктопе выводим все логотипы аптек в один ровный красивый ряд */
  .purchase__brands-slider {
    justify-content: space-between;
    gap: 32px;
    margin: 40px 0;
  }

  .brand-logo--desktop {
    display: inline-block;
  }

  .purchase__all-link {
    margin: 24px auto 0 0;
    font-size: 20px;
    line-height: 34px;
  }

  .sub-card__badge {
    width: 168px;
    margin-bottom: 41px;
  }

  .sub-card__title {
    margin: 0 0 18px;
    font-family: Unbounded, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 42px;
    letter-spacing: 0.03em;
  }

  .sub-card__description {
    margin: 0 0 28px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }

  .sub-card__notice-text {
    margin: 0 0 14px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
  }

  .sub-card__notice img {
    max-width: unset;
  }

  .sub-card__disclaimer {
    font-size: 14px;
    line-height: 18px;
    text-align: start;
    margin-top: 51px;
  }

  .sub-card::after {
    content: '';
    width: 1330.6px;
    height: 1458.97px;
    left: -381px;
    top: -299.36px;
    background: #FFFFFF;
    transform: rotate(-30.2deg);
  }

  /* Корректируем пропорции карточки подписки на широком экране */
  .sub-card__content {
    width: 55%;
    padding: 45px 45px 12px 45px;
    /* Делаем скос чуть более изящным и менее агрессивным */
    /* clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%); */
  }

  .sub-card__media {
    width: 50%;
  }

  .sub-card__img {
    margin: 0;
    right: 153px;
    bottom: 0;
    height: auto;
    max-width: 394px;
  }

  .sub-card__btn {
    max-width: 618px;
    height: 59px;
    font-size: 24px;
    line-height: 30px;
  }
}



/* ==========================================================================
  1. manufacturer mobile 320px - 767px
========================================================================== */
.manufacturer {
  background: #F8F9FB;
}

.manufacturer__container {
  display: flex;
  flex-direction: column;
  /* Элементы идут строго друг под другом */
  gap: 24px;
  padding: 32px 20px;
  width: 100%;
  box-sizing: border-box;
}

.manufacturer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Выравнивание текста и кнопки по левому краю */
}

.manufacturer__logo {
  display: none;
}

.manufacturer__title-desktop {
  display: none;
}

.manufacturer__title-mobile {
  display: inline;
}

.manufacturer__title {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #242D58;
  text-align: start;
  letter-spacing: 0.01em;
}

.manufacturer__text {
  margin: 0 0 24px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #666B85;
  text-align: start;
  letter-spacing: 0.01em;
}

/* Стилизация контурной кнопки */
.manufacturer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* На мобилке кнопка растягивается во всю ширину */
  padding: 14px 20px;
  font-size: 16px;
  line-height: 25px;
}

/* Картинка лаборатории внизу */
.manufacturer__media {
  width: 100%;
}

.manufacturer__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  /* Аккуратные скругленные углы по макету */
  object-fit: cover;
}


/* ==========================================================================
  2. manufacturer tablet 768px - 1439px
========================================================================== */
@media (min-width: 768px) {
  .manufacturer__container {
    padding: 40px;
    gap: 32px;
  }

  /* 🌟 На планшете возвращаем логотип и десктопный заголовок */
  .manufacturer__logo {
    display: block;
    margin-bottom: 24px;
  }

  .manufacturer__logo-img {
    display: block;
    height: 30px;
    width: auto;
  }

  .manufacturer__title-desktop {
    display: inline;
    letter-spacing: 0.03em;
  }

  .manufacturer__title-mobile {
    display: none;
  }

  .manufacturer__title {
    font-family: Unbounded, sans-serif;
    font-size: 36px;
    line-height: 42px;
  }

  .manufacturer__text {
    max-width: 645px;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0.01em;
  }

  /* Ограничиваем ширину кнопки, чтобы она не была слишком растянутой */
  .manufacturer__btn {
    width: auto;
  }
}

/* ==========================================================================
  3. manufacturer desktop - from 1440px
========================================================================== */
@media (min-width: 1440px) {
  .manufacturer {
    background: #FFFFFF;
  }

  /* Разворачиваем блок в двухколоночный ряд */
  .manufacturer__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 100px;
    flex-direction: row;
    align-items: flex-start;
    /* Центрируем левую и правую части по вертикали */
    justify-content: space-between;
    gap: 60px;
  }

  .manufacturer__logo {
    margin-bottom: 50px;
  }

  .manufacturer__title {
    color: #666B85;
  }

  .manufacturer__text {
    max-width: unset;
    margin-bottom: 40px;
    letter-spacing: 0.01em;
  }

  /* Левая текстовая колонка занимает половину пространства */
  .manufacturer__content {
    flex: 1;
  }

  /* Правая колонка с изображением фиксируется по ширине */
  .manufacturer__media {
    width: 578px;
    flex-shrink: 0;
  }

  .manufacturer__img {
    height: 552px;
    width: 100%;
    object-fit: cover;
  }
}



/* ==========================================================================
  1. faq-n mobile 320px - 767px
========================================================================== */
.faq-n__container {
  padding: 32px 20px;
  margin: 0 auto;
}

.faq-n__title {
  margin-bottom: 12px;
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #FF6B0C;
  text-align: start;
  letter-spacing: 0.03em;
}

.faq-n__link {
  margin: 24px 0 0 auto;
  display: flex;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: right;
  text-decoration-line: underline;
  color: #FF6B0C;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-n__link:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

.faq-n__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.faq-n__item {
  border-bottom: 1px solid #e0e0e0;
  /* Тонкая серая линия разделения из макета */
  width: 100%;
}

/* Кнопка-вопрос */
.faq-n__button {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 8px 0;
  /* Отступы сверху и снизу */
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  gap: 24px;
}

.faq-n__question {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #242D58;
  text-align: start;
  transition: color 0.2s ease;
}

.faq-n__question:hover {
  color: #FF6B0C;
}

.faq-n__answer {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #666B85;
  text-align: start;
}

.faq-n__answer ul {
  list-style-type: disc;
  margin: 18px 0 0 20px;
}

.faq-n__answer li {
  display: list-item;
  text-align: start;
  padding: 0;
}

.faq-n__answer li+li {
  margin-top: 8px;
}

.faq-n__answer li::before {
  content: unset;
}

.faq-n__arrow {
  margin-left: 16px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 25px;
}

.faq-n__arrow::before,
.faq-n__arrow::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 4px;
  background-color: #FF6B0C;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  /* ВАЖНО: точка вращения — внутренний край */
  transform-origin: 0% 50%;
  /* для левого лепестка — левый край */
}

/* Состояние «закрыто» */
.faq-n__arrow::before {
  left: 20px;
  /* Внутренний край слева, внешний уходит вниз-вправо */
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-n__arrow::after {
  right: 16px;
  /* Для правого лепестка точка вращения должна быть справа (100%) */
  transform-origin: 100% 50%;
  /* Внутренний край справа, внешний уходит вниз-влево */
  transform: translate(50%, -50%) rotate(-45deg);
}

/* Состояние «раскрыто» */
.faq-n__item.is-open .faq-n__arrow::before {
  /* Вращаем вокруг левого края (0%), он стоит на месте */
  transform: translate(-50%, -50%) rotate(-45deg);
}

.faq-n__item.is-open .faq-n__arrow::after {
  /* Вращаем вокруг правого края (100%), он стоит на месте */
  transform: translate(50%, -50%) rotate(45deg);
}

.faq-n__answer-wrapper {
  max-height: 0;
  /* По умолчанию блок полностью свернут */
  overflow: hidden;
  /* Скрываем вылезающий текст */
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  /* Плавный расчет высоты */
}

/* Внутренний контейнер ответа задает отступы */
.faq-n__answer {
  padding-bottom: 24px;
  /* Отступ снизу под текстом ответа */
}

/* ==========================================================================
  2. faq-n tablet 768px - 1439px
========================================================================== */
@media (min-width: 768px) {
  .faq-n__container {
    padding: 40px;
  }

  .faq-n__title {
    margin-bottom: 24px;
  }

  .faq-n__link {
    margin: 24px auto 0 0;
  }

  .faq-n__button {
    padding: 8px 0;
  }
}

/* ==========================================================================
  3. faq-n desktop - from 1440px
========================================================================== */
@media (min-width: 1440px) {
  .faq-n {
    background: #F8F9FB;
  }

  .faq-n__container {
    max-width: 1440px;
    padding: 80px 100px 0;
  }

  .faq-n__title {
    margin-bottom: 45px;
    font-weight: 500;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -0.02em;
  }

  .faq-n__link {
    margin: 24px auto 0 0;
    font-size: 20px;
    line-height: 34px;
  }

  .faq-n__button {
    padding: 27px 0;
  }

  .faq-n__question {
    font-size: 19px;
    line-height: 28px;
  }

  .faq-n__answer {
    padding-bottom: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }
}



/* ==========================================================================
  1. sources-n mobile 320px - 767px
========================================================================== */
.sources-n {
  background: #F8F9FB;
}

.sources-n__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 32px 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.sources-n__title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #242D58;
}

.sources-n__list {
  list-style-type: decimal;
  margin-left: 20px;
}

.sources-n__list li,
.sources-n__list a {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #666B85;
  text-align: start;
  transition: all 0.2s ease;
  padding: 0;
  word-break: break-word;
  letter-spacing: 0.005em;
}

.sources-n__list li {
  display: list-item;
}

.sources-n__list li+li {
  margin-top: 8px;
}

.sources-n__list li::before {
  content: unset;
}

.sources-n__list a:hover {
  color: #FF6B0C;
}

/* ==========================================================================
  2. sources-n tablet 768px - 1439px
========================================================================== */
@media (min-width: 768px) {
  .sources-n__container {
    gap: 16px;
    padding: 40px;
  }

  .sources-n__title {
    font-size: 19px;
    line-height: 28px;
    color: #666B85;
  }
}

/* ==========================================================================
  3. sources-n desktop - from 1440px
========================================================================== */
@media (min-width: 1440px) {
  .sources-n__container {
    max-width: 1440px;
    padding: 64px 100px 80px;
  }

  .sources-n__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }
}
/* End */


/* Start:/slider-n/style.css?178783516325644*/
/* ============================================================
   СЛАЙДЕР ИНСТРУКЦИИ «КАК ПОЛЬЗОВАТЬСЯ ШПРИЦ-РУЧКОЙ СЕДЖАРО®»
   Новая реализация. Весь CSS слайдера — ТОЛЬКО в этом файле.
   В HTML инлайн-стилей нет.

   ПОДХОД: MOBILE FIRST (как в sejaro.ru/idx/style.css).
   ------------------------------------------------------------
   1. Базовые правила (БЕЗ media-запроса) = мобильная вёрстка (< 768px).
   2. @media (min-width: 768px)  = планшет  (768–1439px)  — только дорастания.
   3. @media (min-width: 1440px) = десктоп  (1440px и выше) — только дорастания.
   Каждый следующий брейкпоинт лишь УВЕЛИЧИВАЕТ/раскладывает уже готовую
   мобильную основу, ничего не перекрывая «с нуля».

   Архитектурные принципы:
   - BEM-нейминг slider-n__* (блок/элемент/модификатор).
   - Ездит (translateX) ТОЛЬКО лента изображений (.slider-n__track) на GPU
     через transform (а не layout-свойство left). Info-панель статична —
     при переключении меняется только её контент (JS).
   - CSS-переменные (:root) для цветов/размеров/длительностей/z-index.
   - Flexbox/Grid вместо захардкоженных ширин ленты.
   - Доступность: видимая фокусировка, aria-hidden-слайды скрыты и не
     получают pointer-events, prefers-reduced-motion.
   ============================================================ */

/* ------------------------------------------------------------
   1. ПЕРЕМЕННЫЕ
   ------------------------------------------------------------ */
:root {
  /* Цвета */
  --slider-n-color-bg: #f4f7fa;
  --slider-n-color-card: #ffffff;
  --slider-n-color-border: #e3e9f0;
  --slider-n-color-text: #242D58;
  --slider-n-color-highlight: #FF6B0C;
  --slider-n-color-muted: #666B85;
  --slider-n-color-accent: #242D58;
  --slider-n-color-accent-hover: #085a7f;

  /* Размеры */
  --slider-n-radius: 14px;
  --slider-n-gap: 20px;

  /* Длительности */
  --slider-n-duration: 0.55s;
  --slider-n-easing: cubic-bezier(0.25, 0.8, 0.25, 1);

  /* z-index */
  --slider-n-z-track: 1;
  /* Поп-ап лежит ПОВЕРХ слайдера и любых элементов страницы */
  --slider-n-z-modal: 1000;
}

/* ------------------------------------------------------------
   2. ОБЩИЙ КОНТЕЙНЕР КАРУСЕЛИ
   ------------------------------------------------------------ */
.slider-n__carousel {
  /* Автономный заголовок (когда $showTitle = true) */
  --slider-n-title-mb: 24px;

  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--slider-n-gap);
}

/* Опциональный заголовок автономного режима */
.slider-n__title {
  margin: 0 0 var(--slider-n-title-mb);
  /* color: var(--slider-n-color-text); */
}

/* ------------------------------------------------------------
   3. «ТЕЛО» КАРУСЕЛИ (.slider-n__body) И ЛЕНТА (TRACK)
   ------------------------------------------------------------
   body — компоновка из viewport (картинки) и статичной info-панели.
   НА МОБИЛЬНОЙ БАЗЕ: колонка — картинка сверху, панель снизу.
   На планшете/десктопе становится рядом (row) — см. media-запросы.
   ------------------------------------------------------------ */
.slider-n__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* viewport — «окно», через которое виден только один слайд-картинка.
   overflow:hidden обрезает соседние изображения при translateX. */
.slider-n__viewport {
  overflow: hidden;
  /* border-radius: var(--slider-n-radius); */
  background: var(--slider-n-color-bg);
  border-left: 1.5px solid var(--slider-n-color-muted);
}

/* track — flex-контейнер всех слайдов-картинок в ряд; позиционирование
   выполняется transform: translate3d() (GPU), а не left. will-change
   подсказывает браузеру заранее вынести слой на GPU. */
.slider-n__track {
  display: flex;
  align-items: stretch;
  will-change: transform;
  transition: transform var(--slider-n-duration) var(--slider-n-easing);
}

/* ------------------------------------------------------------
   4. ОТДЕЛЬНЫЙ СЛАЙД (только изображение шага)
   ------------------------------------------------------------
   flex: 0 0 100% — каждый слайд занимает ровно ширину viewport.
   Слайд — просто контейнер для картинки (текст вынесен в статичную
   info-панель). На мобильной базе задаём компактную высоту карточки.
   ------------------------------------------------------------ */
.slider-n__slide {
  flex: 0 0 100%;
  min-width: 0;
  display: flex;
  width: 100%;
  max-width: 231px;
  height: 316px;
}

/* Неактивные слайды (aria-hidden) — скрыты и не интерактивны.
   visibility/opacity убирают их из восприятия, pointer-events:none
   не даёт случайным кликам «пройти сквозь». */
.slider-n__slide[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

/* Картинка заполняет слайд. aspect-ratio — резерв высоты → нет CLS.
   На планшете/десктопе переопределяется на height:100% (см. media). */
.slider-n__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* ------------------------------------------------------------
   5. ЕДИНАЯ СТАТИЧНАЯ info-ПАНЕЛЬ
   ------------------------------------------------------------
   Панель НЕ ездит вместе с лентой. При переключении слайда JS
   обновляет её контент (заголовок/текст/ссылку) из встроенного JSON.
   Управление (prev/счётчик/next) находится ВНУТРИ панели — как на макете.
   ------------------------------------------------------------ */
.slider-n__info {
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
  padding: 14px 19px;
  background: var(--slider-n-color-card);
  /* border: 1px solid var(--slider-n-color-border); */
  border-top: 1.5px solid var(--slider-n-color-muted);
  /* border-radius: 0 0 var(--slider-n-radius) var(--slider-n-radius); */
}

.slider-n__step-title {
  margin: 0;
  color: var(--slider-n-color-text);
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: start;
}

.slider-n__step-title span {
  margin-top: 8px;
  display: inline-block;
  text-align: start;
  color: var(--slider-n-color-highlight);
}

.slider-n__step-text {
  /* Мобильная база: компактнее. На десктопе увеличивается (см. 1440). */
  margin: 6px 0 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--slider-n-color-muted);
  text-align: start;
}

.slider-n__step-text small {
  font-size: 11px;
}

/* Пустой текст: элемент визуально «удалён» (display:none). Используем
   класс (а НЕ атрибут hidden), чтобы гарантированно перебить любые
   авторские правила на p — display:none под полным нашим контролем.
   Элемент остаётся в DOM, т.к. это точка наполнения для slider.js. */
.slider-n__step-text.is-empty {
  display: none;
}

.slider-n__step-text span {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--slider-n-color-highlight);
}

/* Маленький встроенный значок (символ проверки) внутри текста шага 8 */
.slider-n__inline-icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: auto;
}

.slider-n__more {
  margin-top: auto;
  align-self: flex-start;
  color: var(--slider-n-color-card);
  background: var(--slider-n-color-accent);
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 50px;
  /* Мобильная база: компактнее. На десктопе увеличивается (см. 1440). */
  padding: 7px 19px;

  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.slider-n__more:hover {
  color: var(--slider-n-color-accent-hover);
}

/* ------------------------------------------------------------
   6. УПРАВЛЕНИЕ: prev / счётчик / next (внутри info-панели)
   ------------------------------------------------------------ */
.slider-n__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 17px;
}

/* Круглая кнопка со стрелкой-иконкой через ::before/::after.
   Мобильная база: компактный размер; на десктопе — больше (см. 1440). */
.slider-n__control {
  position: relative;
  width: 35px;
  height: 30px;
  border: 2px solid var(--slider-n-color-accent);
  color: var(--slider-n-color-accent);
  background: var(--slider-n-color-card);
  border-radius: 14px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

/* Центральная ось стрелки */
.slider-n__control::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

/* Головка стрелки (повёрнутая палочка) */
.slider-n__control::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

/* Направление стрелок */
.slider-n__control--prev::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.slider-n__control--next::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.slider-n__control:hover {
  background: var(--slider-n-color-highlight);
  color: #fff;
  border-color: var(--slider-n-color-highlight);
}

.slider-n__control:active {
  transform: scale(0.94);
}

/* Видимая фокусировка — требование доступности */
.slider-n__control:focus-visible {
  outline: 3px solid var(--slider-n-color-accent);
  outline-offset: 2px;
}

/* Граничное состояние: дальше листать нельзя */
.slider-n__control[aria-disabled='true'],
.slider-n__control:disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

/* Счётчик «N / 18». role=status + aria-live=polite озвучивается
   скринридером без фокуса (текст меняется через textContent). */
.slider-n__status {
  width: 64px;
  text-align: right;
  /* font-variant-numeric: tabular-nums; */
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: var(--slider-n-color-text);
}

/* ------------------------------------------------------------
   7.1 СТАТИЧНОЕ ИЗОБРАЖЕНИЕ СЛЕВА (.slider-n__layout)
   ------------------------------------------------------------
   Внешняя компоновка блока: на мобильной базе — колонка (миниатюра
   сверху, карусель ниже), на планшете/десктопе — миниатюра слева,
   карусель справа (см. media). viewport/track имеют собственный
   overflow:hidden, поэтому соседний блок не влияет на translateX.
   ------------------------------------------------------------ */
.slider-n__layout {
  max-width: 335px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.05);
  border: 1.5px solid var(--slider-n-color-muted);
  border-radius: 10px;
  overflow: hidden;
}

/* Кнопка-миниатюра. Сбрасываем дефолтные стили <button>, делаем
   интерактивную зону с курсором-лупой (zoom-in). */
.slider-n__photo-open {
  width: 104px;
  position: relative;
  display: block;
  padding: 0;
  border: none;
  background: none;
  cursor: zoom-in;
  /* border-radius: var(--slider-n-radius); */
  overflow: hidden;
  /* скругление и лупа не «вылезают» за край */
}

.slider-n__photo-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 78px;
  margin: auto;
}

/* Круглый бейдж-лупа в углу фото — визуальный намёк «можно увеличить».
   Декоративный (aria-hidden в HTML), только оформление. */
.slider-n__photo-zoom {
  position: absolute;
  top: 16px;
  left: 18px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background 0.2s ease;
  background-image: url("/local/templates/sejaro/img/icons/pointer.svg");
  background-repeat: no-repeat;
  animation: rotateOut 3s infinite ease-in-out;
  transition: all .2s;
}

@keyframes rotateOut {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-14deg);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  }

  100% {
    transform: rotate(0);
  }
}

.slider-n__photo-open:hover .slider-n__photo-zoom {
  /* background: #ffffff; */
  transform: rotate(-14deg);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  animation: unset;
}

/* Видимая фокусировка кнопки — требование доступности */
.slider-n__photo-open:focus-visible {
  outline: 3px solid var(--slider-n-color-accent);
  outline-offset: 2px;
}

/* ------------------------------------------------------------
   7.2 ПОП-АП С ИЗОБРАЖЕНИЕМ (.slider-n__modal)
   ------------------------------------------------------------
   fixed-оверлей на весь экран, z-index выше слайдера.
   По умолчанию скрыт (display:none). Класс .is-open включает
   display:flex и запускает плавное появление (opacity/transform).
   ------------------------------------------------------------ */
.slider-n__modal {
  position: fixed;
  inset: 0;
  z-index: var(--slider-n-z-modal);
  display: none;
  /* закрыто по умолчанию */
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.slider-n__modal.is-open {
  display: flex;
}

/* Затемнение. Растянуто на весь оверлей. Клик по нему закрывает диалог
   (это обрабатывает modal.js, здесь — только визуал). */
.slider-n__modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.72);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.slider-n__modal.is-open .slider-n__modal-overlay {
  opacity: 1;
}

/* Окно диалога: поверх затемнения, масштаб + прозрачность при появлении */
.slider-n__modal-window {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  background: var(--slider-n-color-card);
  border-radius: var(--slider-n-radius);
  padding: 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  transform: scale(0.96);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.slider-n__modal.is-open .slider-n__modal-window {
  transform: scale(1);
  opacity: 1;
}

/* Кнопка-крестик закрытия в углу окна */
.slider-n__modal-close {
  position: absolute;
  top: -16px;
  right: -12px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: var(--slider-n-color-accent);
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.15s ease;
}

.slider-n__modal-close:hover {
  background: var(--slider-n-color-accent-hover);
}

.slider-n__modal-close:active {
  transform: scale(0.92);
}

.slider-n__modal-close:focus-visible {
  outline: 3px solid var(--slider-n-color-accent);
  outline-offset: 2px;
}

/* Изображение внутри попапа: contain + ограничение высоты экрана */
.slider-n__modal-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 82vh;
  object-fit: contain;
  border-radius: calc(var(--slider-n-radius) - 6px);
}

/* Утилита: невидимый, но озвучиваемый скринридером заголовок.
   Используется как aria-labelledby для диалога. */
.slider-n__visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

/* ============================================================
   8. АДАПТИВНОСТЬ (MOBILE FIRST)
   ------------------------------------------------------------
   База (выше) — мобильная (< 768px).
   Ниже — только «дорастания» по брейкпоинтам:
     @media (min-width: 768px)  — планшет (768–1439px);
     @media (min-width: 1440px) — десктоп  (1440px и выше).

   ВНИМАНИЕ: ниже есть МОБИЛЬНАЯ КОРРЕКТИРОВКА (max-width), потому что
   это единственная правка ТОЛЬКО для мобильной ширины — она исправляет
   требуемую структуру лэйаута, не затрагивая планшет/десктоп.
   ============================================================ */

/* ------------------------------------------------------------
   МОБИЛЬНАЯ КОРРЕКТИРОВКА ЛЭЙАУТА (max-width: 767.98px)
   ------------------------------------------------------------
   Требуемая структура на мобильном:
     Строка 1: slider-n__photo-open (кнопка-миниатюра) РЯДОМ с
               slider-n__viewport (картинка слайда) на одной строке;
     Строка 2: slider-n__info (панель) — во всю ширину ниже.

   Проблема: фото-кнопка лежит в .slider-n__layout, а viewport и info —
   глубоко внутри .slider-n__carousel/.slider-n__body. Чтобы «соединить»
   фото с viewport на одной строке БЕЗ изменения HTML, промежуточные
   обёртки (.slider-n__carousel и .slider-n__body) «растворяются» через
   display: contents, а их дети становятся прямыми грид-элементами
   .slider-n__layout. Дальше CSS Grid расставляет:
     - photo-open  → колонка 1, строка 1;
     - viewport    → колонка 2, строка 1;
     - info        → обе колонки, строка 2.

   Блок ограничен max-width, поэтому планшет (>=768) и десктоп (>=1440),
   использующие min-width-медиазапросы ниже, НЕ затрагиваются.
   ------------------------------------------------------------ */
@media (max-width: 767.98px) {
  .slider-n__layout {
    display: grid;
    grid-template-columns: auto 1fr;
    /* аккуратно, чтобы фото и viewport не схлопывались */
    align-items: stretch;
  }

  .slider-n__photo-open {
    grid-column: 1;
    grid-row: 1;
    width: 104px;
    align-self: stretch;
  }

  /* Промежуточные обёртки «растворяются»: их дети становятся
     прямыми грид-элементами .slider-n__layout. */
  .slider-n__carousel,
  .slider-n__body {
    display: contents;
  }

  .slider-n__viewport {
    grid-column: 2;
    grid-row: 1;
    /* фото и картинка — в одной строке; разделитель между ними */
    border-left: 1.5px solid var(--slider-n-color-muted);
  }

  .slider-n__info {
    grid-column: 1 / -1;
    grid-row: 2;
    border-top: 1.5px solid var(--slider-n-color-muted);
    border-left: 0;
    /* min-height: unset; */
    min-height: 354px;
  }

  /* Служебный JSON-скрипт внутри карусели не должен занимать грид-ячейку */
  .slider-n__carousel [data-slider-slides] {
    display: none;
  }
}

/* ------------------------------------------------------------
   ПЛАНШЕТ (>= 768px)
   ------------------------------------------------------------ */
@media (min-width: 768px) {
  .slider-n__layout {
    max-width: 688px;
    flex-direction: row;
  }

  .slider-n__photo-open {
    height: 317px;
  }

  .slider-n__info {
    padding: 17px 19px 15px 19px;
    border-top: unset;
    border-left: 2px solid var(--slider-n-color-muted);
    width: 344px;
    flex: 0 0 344px;
  }

  .slider-n__photo-img {
    max-width: 104px;
  }

  /* Тело карусели: картинка слева, панель справа — рядом */
  .slider-n__body {
    flex-direction: row;
    align-items: stretch;
  }

  .slider-n__viewport {
    border-left: 2px solid var(--slider-n-color-muted);
  }

  .slider-n__image {
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }

  /* Внешний блок: слева фото, справа слайдер */
  .slider-n__layout {
    max-width: 688px;
    flex-direction: row;
    align-items: flex-start;
    border: 2px solid var(--slider-n-color-muted);
    border-radius: 16px;
  }

  .slider-n__slide {
    max-width: 240px;
    height: 317px;
  }

  .slider-n__step-text {
    margin: 6px 0 0;
  }

  .slider-n__step-text,
  .slider-n__step-text span {
    font-size: 11px;
    line-height: 16px;
  }

  .slider-n__controls {
    margin-top: 12px;
  }

  .slider-n__more {
    padding: 7px 19px;
  }

  .slider-n__control {
    width: 35px;
    height: 30px;
  }

  .slider-n__step-text {}

  .slider-n__step-text small {
    font-size: 11px;
  }
}

/* ------------------------------------------------------------
   ДЕСКТОП (>= 1440px)
   ------------------------------------------------------------ */
@media (min-width: 1440px) {
  .slider-n__layout {
    max-width: 851px;
  }

  .slider-n__slide {
    /* max-width: 376px; */
    max-width: 374px;
    height: 404px;
  }

  .slider-n__viewport {
    flex: 1 1 379px;
  }

  .slider-n__info {
    flex: 1 1 304px;
    padding: 22px 19px 18px;
  }

  .slider-n__photo-open {
    flex: 0 0 169px;
    /* фиксированная ширина колонки фото */
    min-width: 169px;
  }

  .slider-n__controls {
    margin-top: 17px;
  }

  .slider-n__more {
    padding: 9px 19px;
  }

  .slider-n__step-text {
    margin: 8px 0 0;
  }

  .slider-n__control {
    width: 39px;
    height: 34px;
  }

  .slider-n__step-text,
  .slider-n__step-text span {
    font-size: 15px;
    line-height: 100%;
  }

  .slider-n__step-text small {
    font-size: 12px;
  }
}

/* ------------------------------------------------------------
   9. PREFERS-REDUCED-MOTION
   Отключаем анимацию перехода и автопрокрутку для пользователей,
   чувствительных к движению (доступность). Автопрокрутку останавливает
   сам slider.js по matchMedia; здесь — только CSS-переходы.
   ------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {

  .slider-n__track,
  .slider-n__slide,
  .slider-n__control {
    transition: none !important;
  }

  /* Отключаем анимации появления попапа и лупы для пользователей,
     чувствительных к движению. Модалка появляется мгновенно, без
     opacity/transform-переходов. */
  .slider-n__modal-overlay,
  .slider-n__modal-window,
  .slider-n__photo-zoom {
    transition: none !important;
  }
}
/* End */


/* Start:/local/components/reviews/reviews.list/templates/main/style.css?17878301636089*/
/* =============================================
   Отзывы на главной — сетка 4 карточки
   Карточки повторяют вёрстку страницы /reviews/
   ============================================= */
.main-reviews__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
  padding: 0 0 24px;
}

/* Скрываем горизонтальную полосу прокрутки при свайпе карточек
   (как у .mechanism__grid и .therapy__steps) */
.main-reviews__grid {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.main-reviews__grid::-webkit-scrollbar {
  display: none;
}

/* Карточка отзыва (текст/видео) — как на /reviews/ */
.review-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 26px 24px;
  width: 100%;
  min-width: 332px;
  min-height: 523px;
  /* height: fit-content; */
  height: auto;
  background: #FFFFFF;
  border: 1px solid #E6E8F0;
  box-shadow: 0px 14px 34px -14px rgba(36, 45, 88, 0.14);
  border-radius: 24px;
  overflow: hidden;
}

/* Видеоотзыв */
.review-video-label {
  position: absolute;
  top: 12px;
  left: 16px;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 13px;
  z-index: 2;
}

.review-video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 16px;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
}

.review-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.review-author {
  font-weight: 600;
  margin-bottom: 4px;
}

.review-nickname,
.review-spec {
  font-size: 14px;
  color: #666;
}

.review-spec {
  margin-top: 4px;
  font-style: italic;
}

/* Текстовый отзыв */
.review-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.review-subheader {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 30px;
}

.review-avatar {
  width: 38px;
  height: 38px;
  background: #3BBDAD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.review-nickname {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  color: #242D58;
}

.review-stars {
  display: flex;
  gap: 3px;
  position: relative;
}

.review-stars::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 30px;
  left: -27px;
  top: 0;
  background: #FF6B0C;
  border-radius: 0px 3px 3px 0px;
}

.star {
  color: #ddd;
  font-size: 18px;
}

.star.active {
  color: #FF6B0C;
}

.review-site {
  padding: 5px 10px;
  background: #F8F9FB;
  border-radius: 50px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #666B85;
  margin-left: auto;
  cursor: pointer;
  text-decoration: unset;
}

.review-site:hover {
  text-decoration: underline;
}

.review-text-wrap {
  position: relative;
  display: block;
}

.review-text {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #242D58;
  -webkit-line-clamp: 15;
  line-clamp: 15;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-align: start;
  position: relative;
}

.review-expand-btn {
  display: none;
  position: absolute;
  right: -16px;
  bottom: 0;
  background: unset;
  border: none;
  color: #242D58;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}

.review-expand-btn:hover {
  text-decoration: underline;
}

.review-text-wrap.is-expanded .review-text {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  padding-right: 0;
}

.review-text-wrap.is-expanded .review-expand-btn {
  display: none !important;
}

.review-devider {
  width: 100%;
  margin: auto 0 25px;
  border-bottom: 1px solid #E6E8F0;
  padding: 25px 0 0;
}

.review-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag {
  padding: 6px 11px;
  height: 28px;
  background: #E7F7F4;
  border: 1px solid #BBE8E1;
  border-radius: 9px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #1C7A6E;
}


@media (max-width: 1600px) {
  .main-reviews__grid {
    /* grid-template-columns: repeat(2, 1fr); */
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0 0;
    padding: 0 40px 32px 40px;
    width: unset;
    scroll-padding: 0 40px;
  }

  .review-card {
    min-height: unset;
    /* height: fit-content; */
    width: 100%;
  }

  .review-text {
    -webkit-line-clamp: 20;
    line-clamp: 20;
  }
}

@media (max-width: 800px) {
  .main-reviews__grid {
    padding: 0 40px 32px 40px;
    scroll-padding: 0 40px;
  }

  .review-card {
    width: 100%;
    min-height: unset;
    /* height: fit-content; */
    padding: 20px;
  }

  .review-text {
    -webkit-line-clamp: 18;
    line-clamp: 18;
  }

  .review-subheader {
    margin-bottom: 13px;
    gap: 10px;
  }

  .review-avatar {
    width: 36px;
    height: 36px;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
  }

  .review-devider {
    margin: auto 0 13px;
    padding: 33px 0 0;
  }

  .review-tags {
    gap: 6px;
  }

  .tag {
    font-weight: 600;
    line-height: 15px;
  }

  .star {
    font-size: 14px;
  }

  .review-site {
    padding: 5px 9px;
    font-size: 11px;
  }
}

@media (max-width: 500px) {
  .main-reviews__grid {
    padding: 0 20px 32px 20px;
    scroll-padding: 0 20px;
  }
}
/* End */
/* /local/assets/style.css?178791436498027 */
/* /slider-n/style.css?178783516325644 */
/* /local/components/reviews/reviews.list/templates/main/style.css?17878301636089 */
