

/* Start:/local/templates/mkit/components/bitrix/news.list/mkit_home_hero/style.css?17762282911618*/
.hero {
  padding: 56px 0 72px;
}

.hero__title {
  max-width: min(100%, 961px);
  font-size: 40px;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -2px;
  margin-bottom: 30px;
  overflow-wrap: normal;
  word-break: normal;
}

.hero__image {
  width: 100%;
  border-radius: 0;
}

@media (min-width: 900px) {
  .hero {
    padding: 80px 0 100px;
  }

  .hero__title {
    font-size: 90px;
    letter-spacing: -4px;
    margin-bottom: 50px;
    text-wrap: balance;
  }
}

@media (min-width: 1500px) {
  .hero__title {
    font-size: 110px;
    letter-spacing: -4.4px;
  }
}

.hero__subtitle {
  margin: -30px 0 32px;
  max-width: 920px;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 400;
  line-height: 1.35;
  color: var(--color-text);
}

@media (max-width: 901px) {
  .hero__subtitle {
    margin: -16px 0 24px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .hero {
    padding: 100px 0 100px;
  }

  .hero__title {
    font-size: 60px;
    letter-spacing: -4px;
    margin-bottom: 30px;
    line-height: 0.8;
  }

  .hero__image {
    height: 512px;
    object-fit: cover;
  }
}

/* Главная 375: h1 40 / 0.9 / -1.6px, изображение 335×512, зазор 30px */
@media (max-width: 599px) {
  .hero {
    padding: 56px 0 0;
  }

  .hero__title {
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: -1.6px;
    margin-bottom: 30px;
  }

  .hero__image {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 335 / 512;
    object-fit: cover;
  }
}

/* End */


/* Start:/local/templates/mkit/components/bitrix/catalog.section.list/mkit_catalog_sections/style.css?17766809183079*/
.catalog {
  padding: 0 0 100px;
}

.franchise-page__catalog .catalog__title {
  padding-left: 0;
}

.catalog__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 30px;
}

@media (min-width: 600px) {
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .catalog__grid {
    grid-template-columns: 600px 1fr;
  }
}

@media (min-width: 1280px) {
  .catalog__grid {
    grid-template-columns: minmax(280px, 600px) minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .catalog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .franchise-page__catalog .catalog__title {
    margin-left: 480px;
    max-width: 940px;
    padding-left: 0;
  }

  .catalog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1501px) {
  .franchise-page__catalog .catalog__title {
    margin-left: 620px;
    max-width: 1220px;
    padding-left: 0;
  }
}

.category-card {
  min-height: 230px;
  padding: 90px 20px 20px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  color: var(--color-white);
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(217deg, rgba(0, 0, 0, 0) 36.12%, rgba(0, 0, 0, 0.42) 85.47%);
}

.category-card__title {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  overflow-wrap: anywhere;
}

@media (max-width: 599px) {
  .catalog {
    padding: 0 0 70px;
  }

  .franchise-page__catalog .catalog__title {
    margin-left: 0;
    max-width: 100%;
    padding-left: 0;
    font-size: 32px;
    line-height: 0.9;
    letter-spacing: -0.64px;
  }

  .category-card {
    min-height: 150px;
    padding: 90px 20px 20px;
  }

  .category-card__title {
    font-size: 22px;
    line-height: 1;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .franchise-page__catalog .catalog__title {
    margin-left: 0;
    max-width: 100%;
    padding-left: 0;
  }

  .catalog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px;
  }

  .category-card {
    min-height: 230px;
    padding: 90px 20px 20px;
  }

  .category-card__title {
    font-size: 30px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .franchise-page__catalog .catalog__title {
    margin-left: 0;
    max-width: 560px;
    padding-left: 0;
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: -0.8px;
  }

  .catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 30px;
  }

  .category-card {
    min-height: 167px;
    padding: 90px 20px 20px;
  }

  .category-card__title {
    font-size: 25px;
    line-height: 1;
  }
}

/* End */


/* Start:/local/templates/mkit/components/bitrix/news.list/mkit_solutions/style.css?17766734676282*/
.solutions {
  padding: 50px 0;
}

.solutions__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .solutions__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .solutions__grid {
    grid-template-columns: minmax(280px, 600px) minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .solutions__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.solution-card {
  position: relative;
  border-radius: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  overflow: hidden;
}

.solution-card--no-icon {
  justify-content: flex-end;
}

.solution-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid var(--color-border);
  border-radius: 30px;
  mask:
    linear-gradient(to right, transparent 30px, black 30px, black calc(100% - 30px), transparent calc(100% - 30px)),
    linear-gradient(to bottom, transparent 30px, black 30px, black calc(100% - 30px), transparent calc(100% - 30px));
  mask-composite: add;
  -webkit-mask:
    linear-gradient(to right, transparent 30px, black 30px, black calc(100% - 30px), transparent calc(100% - 30px)),
    linear-gradient(to bottom, transparent 30px, black 30px, black calc(100% - 30px), transparent calc(100% - 30px));
  -webkit-mask-composite: source-over;
  pointer-events: none;
}

.solution-card__icon {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  padding: 10px;
  flex-shrink: 0;
}

.solution-card__img-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.solution-card__content {
  margin-top: auto;
}

.solution-card__title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.solution-card__text {
  font-size: 20px;
  font-weight: 300;
  color: var(--color-gray);
  line-height: 1.25;
  letter-spacing: -0.6px;
}

.solution-card__icon .solution-card__img-icon {
  width: 40px;
  height: 40px;
  display: block;
  flex-shrink: 0;
}

@media (max-width: 901px) {
  .solutions__title {
    line-height: 1;
  }

  .solutions__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .solution-card {
    min-height: 0;
    justify-content: flex-start;
    gap: 24px;
    padding: 24px 20px;
  }

  .solution-card--no-icon {
    justify-content: flex-end;
  }

  .solution-card__title {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .solution-card__text {
    font-size: 18px;
    line-height: 1.35;
  }
}

/* max-width: 599px — Главная 375: карточка h 240px, заголовок 22px, текст 16 / 1.1 / -0.48px */
@media (max-width: 599px) {
  .solutions {
    padding: 0;
  }

  .solutions__grid {
    gap: 20px;
  }

  .solution-card {
    min-height: 240px;
    padding: 10px;
    gap: 0;
    justify-content: space-between;
    border-radius: 20px;
  }

  .solution-card::after {
    border-radius: 20px;
    mask:
      linear-gradient(to right, transparent 20px, black 20px, black calc(100% - 20px), transparent calc(100% - 20px)),
      linear-gradient(to bottom, transparent 20px, black 20px, black calc(100% - 20px), transparent calc(100% - 20px));
    -webkit-mask:
      linear-gradient(to right, transparent 20px, black 20px, black calc(100% - 20px), transparent calc(100% - 20px)),
      linear-gradient(to bottom, transparent 20px, black 20px, black calc(100% - 20px), transparent calc(100% - 20px));
  }

  .solution-card__title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .solution-card__text {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.48px;
  }

  .about-company + .solutions .solutions__title {
    font-size: 32px;
    line-height: 0.9;
    letter-spacing: -0.64px;
  }

  .about-company + .solutions .solutions__grid {
    margin-top: 20px !important;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .solutions__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .solution-card {
    min-height: 244px;
    padding: 20px;
    gap: 20px;
    justify-content: space-between;
  }

  .solution-card__title {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1;
  }

  .solution-card__text {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.48px;
  }

  .about-company + .solutions {
    padding: 0;
  }

  .about-company + .solutions .solutions__title {
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: -0.8px;
  }

  .about-company + .solutions .solution-card {
    min-height: 210px;
    padding: 10px;
    border-radius: 20px;
  }

  .about-company + .solutions .solution-card::after {
    border-radius: 20px;
    mask:
      linear-gradient(to right, transparent 20px, black 20px, black calc(100% - 20px), transparent calc(100% - 20px)),
      linear-gradient(to bottom, transparent 20px, black 20px, black calc(100% - 20px), transparent calc(100% - 20px));
    -webkit-mask:
      linear-gradient(to right, transparent 20px, black 20px, black calc(100% - 20px), transparent calc(100% - 20px)),
      linear-gradient(to bottom, transparent 20px, black 20px, black calc(100% - 20px), transparent calc(100% - 20px));
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .solutions__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .solution-card {
    min-height: 244px;
    padding: 20px;
    border-radius: 30px;
    gap: 20px;
    justify-content: space-between;
  }

  .solution-card::after {
    border-radius: 30px;
  }

  .solution-card__icon {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .solution-card__icon .solution-card__img-icon {
    width: 30px;
    height: 30px;
  }

  .solution-card__title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .solution-card__text {
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.6px;
  }
}

/* End */


/* Start:/local/templates/mkit/components/bitrix/news.list/mkit_benefits_steps/style.css?177866899623048*/
.benefits-steps {
  padding: 50px 0;
}

.product-benefits_steps__title {
  font-size: 50px;
  font-weight: 500;
  margin: 0;
}

@media (min-width: 1024px) {
  .product-benefits_steps__title {
    margin: 0 0 0 calc((100% - 40px) / 3 + 20px);
  }

  .benefits-steps--services .product-benefits_steps__title {
    margin-left: 0;
  }
}

.benefits-steps__list {
  margin-top: 30px;
}

.benefits-steps__item {
  border-top: 1px solid var(--color-border);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  scroll-margin-top: 88px;
}

.benefits-steps__anchor {
  display: block;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.benefits-steps__item:last-child {
  border-bottom: 1px solid var(--color-border);
}

.benefits-steps__number {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  opacity: 0.08;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .benefits-steps__number {
    font-size: 188px;
    top: 0;
    transform: none;
  }
}

.benefits-steps__header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 22px 16px 22px 110px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 16px;
  font-family: var(--font-main);
  color: var(--color-text);
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

@media (min-width: 1024px) and (max-width: 1839px) {
  .benefits-steps__header {
    padding: 30px 20px 10px 180px;
    min-height: 30px;
    gap: 24px;
  }

  .benefits-steps:not(.benefits-steps--services) .benefits-steps__header {
    padding-left: 190px;
  }

  .benefits-steps:not(.benefits-steps--services) .benefits-steps__body-inner {
    padding-left: 190px;
  }
}

@media (min-width: 1840px) {
  .benefits-steps__header {
    padding: 30px 30px 10px 300px;
    min-height: 30px;
    gap: 24px;
  }

  .benefits-steps:not(.benefits-steps--services) .benefits-steps__header {
    padding-left: 310px;
  }

  .benefits-steps:not(.benefits-steps--services) .benefits-steps__body-inner {
    padding-left: 310px;
  }
}

.benefits-steps__title {
  flex: 1;
  min-width: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .benefits-steps__title {
    font-size: 26px;
  }
}

@media (min-width: 1024px) and (max-width: 1839px) {
  .benefits-steps__title {
    font-size: 30px;
    margin-left: 0;
  }
}

@media (min-width: 1840px) {
  .benefits-steps__title {
    font-size: 30px;
    margin-left: 0;
  }
}

.benefits-steps__chevron {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: block;
  transition: transform 0.35s ease;
  color: var(--color-text);
}

.benefits-steps__item--open > .benefits-steps__header .benefits-steps__chevron {
  transform: rotate(180deg);
}

.benefits-steps__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
  position: relative;
  z-index: 1;
}

.benefits-steps__body-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 16px 30px 110px;
}

@media (min-width: 1024px) and (max-width: 1839px) {
  .benefits-steps__body-inner {
    gap: 30px;
    padding: 0 20px 40px 180px;
  }
}

@media (min-width: 1840px) {
  .benefits-steps__body-inner {
    gap: 30px;
    padding: 0 30px 50px 300px;
  }
}

.benefits-steps__body-info {
  width: 100%;
}

.benefits-steps__body-photos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
}

.benefits-steps__photo--main {
  grid-column: 1;
}

.benefits-steps__photo--side {
  display: none;
}

@media (min-width: 768px) {
  .benefits-steps__header {
    display: grid;
    /* Figma 1920 card: 290 + 21 + 599 + 21 + 290 */
    grid-template-columns: 290fr 599fr 290fr;
    column-gap: 21px;
    align-items: center;
  }

  .benefits-steps__title {
    grid-column: 2;
    justify-self: start;
    text-align: left;
    margin-left: 0;
  }

  .benefits-steps__body-inner {
    display: grid;
    grid-template-columns: 290fr 599fr 290fr;
    column-gap: 21px;
    row-gap: 24px;
    align-items: start;
  }

  .benefits-steps__body-info {
    grid-column: 2;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .benefits-steps__body-inner:not(:has(.benefits-steps__body-photos)) .benefits-steps__body-info {
    grid-column: 1 / -1;
  }

  /* Те же колонки, что у body-inner (без subgrid — стабильнее в браузерах) */
  .benefits-steps__body-photos {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 290fr 599fr 290fr;
    column-gap: 21px;
    justify-content: start;
  }

  .benefits-steps__body-photos > img:only-child {
    grid-column: 2;
  }

  .benefits-steps__body-inner > .benefits-steps__body-actions {
    grid-column: 2;
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
    box-sizing: border-box;
  }

  .benefits-steps__body-inner:not(:has(.benefits-steps__body-photos)) > .benefits-steps__body-actions {
    grid-column: 1 / -1;
  }

  .benefits-steps--services .benefits-steps__item--no-photos .benefits-steps__body-info,
  .benefits-steps--services .benefits-steps__item--no-photos .benefits-steps__body-inner > .benefits-steps__body-actions {
    grid-column: 2 !important;
  }

  .benefits-steps--services
    .benefits-steps__body-inner:not(:has(.benefits-steps__body-photos))
    > .benefits-steps__body-actions {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .benefits-steps__photo--side {
    display: block;
    width: 100%;
    max-width: none;
  }

  .benefits-steps__photo--main {
    grid-column: 2;
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 768px) and (max-width: 901px) {
  .benefits-steps__header {
    display: flex;
    align-items: center;
    padding: 10px 0 30px;
  }

  .benefits-steps__title {
    font-size: 25px;
    flex: 1;
    min-width: 0;
  }
}

@media (min-width: 1600px) {
  .benefits-steps__header {
    grid-template-columns: 290px minmax(0, 599px) 290px;
  }

  .benefits-steps__body-inner {
    grid-template-columns: 290px minmax(0, 599px) 290px;
  }

  .benefits-steps__body-photos {
    grid-template-columns: 290px minmax(0, 599px) 290px;
  }
}

.benefits-steps__photo {
  width: 100%;
  min-width: 0;
  object-fit: cover;
  display: block;
  height: 296px;
  aspect-ratio: auto;
}

@media (max-width: 600px) {
  .benefits-steps__photo {
    height: 296px;
  }
}

.benefits-steps__body-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.benefits-steps__body-list li {
  font-size: 16px;
  font-weight: 300;
  color: #8E8E8E;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .benefits-steps__body-list li {
    font-size: 20px;
  }
}

.benefits-steps__body-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

.benefits-steps__btn-primary,
.benefits-steps__btn-outline {
  flex: 1;
  min-width: 140px;
  max-width: 290px;
  padding: 18px 20px;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.benefits-steps__btn-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.benefits-steps__btn-primary:hover {
  opacity: 0.85;
}

.benefits-steps__btn-outline {
  border: 1px solid var(--color-text);
  color: var(--color-text);
  background: transparent;
}

.benefits-steps__btn-outline:hover {
  background-color: var(--color-text);
  color: var(--color-white);
  opacity: 1;
}

.benefits-steps__item:not(.benefits-steps__item--open) .benefits-steps__body-actions {
  display: none;
}

.benefits-steps__item--open .benefits-steps__body-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
}

@media (max-width: 901px) {
  .benefits-steps__number {
    display: none;
  }

  .benefits-steps .h2,
  .benefits-steps__main-title {
    line-height: 1;
  }

  /* Figma «Главная 600»: карточка py 30px, контент по левому краю контейнера (без доп. 16px) */
  .benefits-steps__header {
    display: flex;
    align-items: center;
    min-height: 0;
    padding: 30px 0 10px;
    gap: 12px;
  }

  .benefits-steps__title {
    font-size: 25px;
    line-height: 1.1;
    font-weight: 500;
  }

  .benefits-steps__body-inner {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 20px;
  }

  .benefits-steps__item--open .benefits-steps__body {
    max-height: none;
    overflow: visible;
  }

  .benefits-steps__item .benefits-steps__photo--side {
    display: none;
  }

  .benefits-steps__item .benefits-steps__photo--main {
    display: block;
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
    height: 296px;
    object-fit: cover;
  }

  .benefits-steps__body-photos {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    box-sizing: border-box;
  }

  .benefits-steps__item--open .benefits-steps__body-actions {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-top: 20px;
    padding: 0 0 30px;
    box-sizing: border-box;
    gap: 12px;
  }

  .benefits-steps__item--open .benefits-steps__body-actions .benefits-steps__btn-primary,
  .benefits-steps__item--open .benefits-steps__body-actions .benefits-steps__btn-outline {
    flex: 1;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .benefits-steps__item--open {
    overflow: visible;
  }
}

@media (max-width: 301px) {
  .benefits-steps__body-photos {
    display: none;
  }

  .benefits-steps__main-title {
    line-height: 1;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .benefits-steps__item--open .benefits-steps__body-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0 0 26px;
  }

  .benefits-steps__btn-primary,
  .benefits-steps__btn-outline {
    width: 100%;
    max-width: none;
    min-width: 0;
    flex: none;
  }
}

/* Services: отступы заголовка шага ↔ текст (Figma: gap 10px между title и списком) */
.benefits-steps--services .benefits-steps__item--open > .benefits-steps__header {
  padding-bottom: 10px;
  padding-top: 30px;
}

@media (min-width: 900px) {
  .benefits-steps--services .benefits-steps__body-list {
    gap: 10px;
  }

  .benefits-steps--services .benefits-steps__body-info {
    margin: 0;
  }
}

/* Services: типографика и кнопки 900–1199 (макет 1:4493 и промежуточные ширины) */
@media (min-width: 900px) and (max-width: 1199px) {
  .benefits-steps--services {
    padding-top: 0;
  }

  .benefits-steps--services .product-benefits_steps__title {
    font-size: 90px;
    line-height: 0.8;
    letter-spacing: -3.6px;
    font-weight: 500;
    margin: 30px 0 0;
  }

  .benefits-steps--services .benefits-steps__list {
    margin-top: 50px;
  }

  .benefits-steps--services .benefits-steps__title {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 500;
  }

  .benefits-steps--services .benefits-steps__body-list li {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.6px;
    color: var(--color-gray);
  }

  .benefits-steps--services .benefits-steps__item--open .benefits-steps__body-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding: 0 0 30px;
  }

  .benefits-steps--services
    .benefits-steps__item--open
    .benefits-steps__body-actions
    .benefits-steps__btn-primary,
  .benefits-steps--services
    .benefits-steps__item--open
    .benefits-steps__body-actions
    .benefits-steps__btn-outline {
    white-space: nowrap;
    text-align: center;
    flex: none;
    min-width: 0;
  }

  .benefits-steps--services .benefits-steps__btn-primary,
  .benefits-steps--services .benefits-steps__btn-outline {
    padding: 20px 40px;
    font-size: 14px;
    letter-spacing: 0;
    min-height: 54px;
  }
}

/* Services 900–1023: текст, затем одно фото (боковые скрыты) */
@media (min-width: 900px) and (max-width: 1023px) {
  .benefits-steps--services .benefits-steps__body-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
  }

  .benefits-steps--services .benefits-steps__body-info {
    width: 100%;
    flex: none;
  }

  .benefits-steps--services .benefits-steps__body-photos {
    width: 100%;
    min-width: 0;
    max-width: none;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .benefits-steps--services .benefits-steps__photo--side {
    display: none;
  }

  .benefits-steps--services .benefits-steps__photo--main {
    grid-column: 1;
    width: 100%;
    max-width: none;
  }
}

/* Services 1024–1199: три фото в один ряд (без «ломания» на 1198 из-за span на всю сетку) */
@media (min-width: 1024px) and (max-width: 1199px) {
  .benefits-steps--services .benefits-steps__header {
    grid-template-columns: 290fr 599fr 290fr;
    column-gap: 21px;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-steps--services .benefits-steps__body-inner {
    display: grid;
    grid-template-columns: 290fr 599fr 290fr;
    column-gap: 21px;
    row-gap: 20px;
    align-items: start;
    padding: 0;
  }

  .benefits-steps--services .benefits-steps__body-info {
    grid-column: 2;
    width: 100%;
    min-width: 0;
    flex: none;
  }

  .benefits-steps--services .benefits-steps__body-photos {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 290fr 599fr 290fr;
    column-gap: 21px;
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .benefits-steps--services .benefits-steps__photo--side {
    display: block;
    width: 100%;
    max-width: none;
  }

  .benefits-steps--services .benefits-steps__photo--main {
    grid-column: 2;
    width: 100%;
    max-width: none;
  }

  .benefits-steps--services .benefits-steps__body-inner > .benefits-steps__body-actions {
    grid-column: 2;
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
  }
}

.benefits_steps__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -1.5px;
  color: var(--color-text);
}

@media (min-width: 600px) and (max-width: 899px) {
  .product-benefits_steps__title {
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: -2px;
    font-weight: 500;
  }
}

@media (max-width: 599px) {
  .benefits-steps {
    padding: 0;
  }

  .product-benefits_steps__title {
    font-size: 32px;
    line-height: 0.9;
    letter-spacing: -0.64px;
    font-weight: 500;
  }

  .benefits-steps__title {
    font-size: 22px;
    line-height: 1.1;
  }

  /* Главная 375: без изображений в аккордеоне */
  .benefits-steps__body-photos {
    display: none !important;
  }

  /* Кнопки в колонку: сначала основная, затем контурная */
  .benefits-steps__item--open .benefits-steps__body-actions {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
  }

  .benefits-steps__item--open .benefits-steps__body-actions .benefits-steps__btn-primary,
  .benefits-steps__item--open .benefits-steps__body-actions .benefits-steps__btn-outline {
    flex: none;
    width: 100%;
    max-width: none;
  }
}

/* Services page desktop (figma 1:3640) */
@media (min-width: 1500px) {
  .benefits-steps--services {
    padding: 0 0 100px;
  }

  .benefits-steps--services .product-benefits_steps__title {
    margin: 0 0 50px;
    font-size: 110px;
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: -4.4px;
  }

  .benefits-steps--services .benefits-steps__list {
    margin-top: 0;
  }

  .benefits-steps--services .benefits-steps__item {
    border-top: 1px solid var(--color-border);
    overflow: hidden;
  }

  .benefits-steps--services .benefits-steps__item:last-child {
    border-bottom: 1px solid var(--color-border);
  }

  .benefits-steps--services .benefits-steps__number {
    top: -10px;
    left: 0;
    transform: none;
    font-size: 188px;
    line-height: 1.1;
    opacity: 0.04;
    font-weight: 500;
  }

  .benefits-steps--services .benefits-steps__item--open > .benefits-steps__header .benefits-steps__number {
    top: 0;
  }

  .benefits-steps--services .benefits-steps__header {
    min-height: 30px;
    display: grid;
    grid-template-columns: 290px minmax(0, 599px) 290px;
    column-gap: 21px;
    align-items: center;
    padding: 0 0 0 310px;
    box-sizing: border-box;
  }

  .benefits-steps--services .benefits-steps__title {
    grid-column: 2;
    justify-self: start;
    margin-left: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
    min-width: 0;
  }

  .benefits-steps--services .benefits-steps__item--open > .benefits-steps__header {
    min-height: 30px;
  }

  .benefits-steps--services .benefits-steps__item:not(.benefits-steps__item--open) > .benefits-steps__header {
    min-height: 100px;
  }

  /* If opened item has too little content, keep enough height for big number */
  .benefits-steps--services .benefits-steps__item--open.benefits-steps__item--no-photos {
    min-height: 210px;
  }

  .benefits-steps--services .benefits-steps__body-inner {
    display: grid;
    grid-template-columns: 290px minmax(0, 599px) 290px;
    column-gap: 21px;
    row-gap: 20px;
    padding: 0 0 30px 310px;
    box-sizing: border-box;
    align-items: start;
  }

  .benefits-steps--services .benefits-steps__body-info {
    grid-column: 2;
    width: 100%;
    min-width: 0;
    padding-left: 0;
    box-sizing: border-box;
  }

  .benefits-steps--services
    .benefits-steps__body-inner:not(:has(.benefits-steps__body-photos))
    .benefits-steps__body-info {
    grid-column: 1 / -1;
  }

  .benefits-steps--services .benefits-steps__body-list li {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.6px;
    color: var(--color-gray);
  }

  .benefits-steps--services .benefits-steps__body-photos {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 290px minmax(0, 599px) 290px;
    column-gap: 21px;
    width: 100%;
  }

  .benefits-steps--services .benefits-steps__body-inner > .benefits-steps__body-actions {
    grid-column: 2;
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
    box-sizing: border-box;
  }

  .benefits-steps--services .benefits-steps__photo {
    height: 296px;
    object-fit: cover;
  }

  .benefits-steps--services .benefits-steps__photo--side {
    display: block;
  }

  .benefits-steps--services .benefits-steps__item--open .benefits-steps__body-actions {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
  }

  .benefits-steps--services .benefits-steps__btn-primary,
  .benefits-steps--services .benefits-steps__btn-outline {
    flex: 1 1 0;
    min-width: 0;
    max-width: 290px;
    min-height: 54px;
    padding: 20px 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }
}

/* Services page desktop (figma 1:4073) - 1500px */
@media (min-width: 1500px) and (max-width: 1599px) {
  .benefits-steps--services .benefits-steps__item--open.benefits-steps__item--no-photos {
    min-height: 170px;
  }

  .benefits-steps--services .benefits-steps__header {
    grid-template-columns: 220px minmax(0, 459px) 220px;
    padding: 0 0 0 240px;
  }

  .benefits-steps--services .benefits-steps__body-inner {
    grid-template-columns: 220px minmax(0, 459px) 220px;
    padding-left: 240px;
    box-sizing: border-box;
  }

  .benefits-steps--services .benefits-steps__body-photos {
    grid-template-columns: 220px minmax(0, 459px) 220px;
  }

  .benefits-steps--services .benefits-steps__body-info {
    padding-left: 0;
    box-sizing: border-box;
  }

  .benefits-steps--services .benefits-steps__item--open .benefits-steps__body-actions {
    padding: 0;
  }

  .benefits-steps--services .benefits-steps__photo {
    height: 220px;
  }
}

/* Services page (Figma 1:4900) - 600px */
@media (min-width: 600px) and (max-width: 899px) {
  .benefits-steps--services .product-benefits_steps__title {
    font-size: 60px;
    line-height: 0.8;
    letter-spacing: -2.4px;
    font-weight: 500;
  }

  .benefits-steps--services .benefits-steps__body-list {
    gap: 5px;
  }

  .benefits-steps--services .benefits-steps__body-inner {
    gap: 10px;
  }

  .benefits-steps--services .benefits-steps__body-list li {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.48px;
  }
}

/*
 * Только страница «Услуги» (секция .benefits-steps--services в /services/):
 * при ≤901px — полная ширина галереи, без сетки 290/599/290, фото с contain.
 */
@media (max-width: 901px) {
  /* Перебиваем .benefits-steps__item .benefits-steps__photo--main { cover } из общего блока выше */
  .benefits-steps--services .benefits-steps__item .benefits-steps__photo--main,
  .benefits-steps--services .benefits-steps__item .benefits-steps__photo--side {
    object-fit: contain;
    background-color: #ececec;
  }

  .benefits-steps--services .benefits-steps__body-photos {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    grid-template-columns: none !important;
  }

  .benefits-steps--services
    .benefits-steps__body-photos
    .benefits-steps__photo--main,
  .benefits-steps--services
    .benefits-steps__body-photos
    .benefits-steps__photo--side {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    grid-column: auto !important;
    /* Как у остальных шагов: фиксированная высота «рамки», без скачков при раскрытии */
    height: 296px;
    min-width: 0;
    aspect-ratio: auto;
    flex: 0 0 auto;
    box-sizing: border-box;
  }
}

/* Services page (Figma 1:9929) - 375px */
@media (max-width: 599px) {
  .benefits-steps--services .product-benefits_steps__title {
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: -1.6px;
    font-weight: 500;
  }

  .benefits-steps--services .benefits-steps__body-list {
    gap: 5px;
  }

  .benefits-steps--services .benefits-steps__body-inner {
    gap: 10px;
  }

  .benefits-steps--services .benefits-steps__body-list li {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.48px;
  }
}

/* End */


/* Start:/local/templates/mkit/components/bitrix/news.list/mkit_order_steps/style.css?17762283084736*/
.order-steps {
  padding: 50px 0 50px;
}

.order-steps .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.order-steps__title {
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: clamp(28px, 4.2vw, 50px);
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.order-steps__grid {
  width: 100%;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* Обёртка только для сетки <900px; на десктопе дочерние узлы участвуют в flex-ряду как раньше */
.order-step__main {
  display: contents;
}

.order-step {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid var(--color-border);
  box-sizing: border-box;
}

.order-step:last-child {
  border-bottom: 1px solid var(--color-border);
}

.order-step__num {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--color-gray);
  white-space: nowrap;
}

.order-step__title {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-text);
  overflow-wrap: anywhere;
}

.order-step__text {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: var(--color-gray);
  overflow-wrap: anywhere;
}

.order-step__text a {
  color: var(--color-primary);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.order-step__text a:hover {
  opacity: 0.7;
}

@media (min-width: 900px) {
  /* отступ заголовка = 620px при 1840: первая колонка 600px + gap 20px */
  .order-steps__title {
    padding-left: calc((100% - 40px) / 3 + 20px);
    font-size: 50px;
  }

  .order-step__title {
    font-size: 30px;
  }

  .order-step__text {
    font-size: 20px;
  }
}

/* <900px: одна колонка — «Шаг» → заголовок → текст (как в макете 600).
   Важно: не использовать min-width:600 + flex-direction:row — на ровно 600px
   это перебивало бы колонку и давало три колонки в строку. */
@media (max-width: 899px) {
  .order-steps {
    padding: 50px 0 30px;
  }

  .order-steps .container {
    gap: 30px;
  }

  /* Figma «Главная 600» card-order-flow: h 192px, py 20px, шаг сверху — блок название+текст снизу (space-between) */
  .order-step {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
    min-height: 192px;
    padding: 20px 0;
    box-sizing: border-box;
  }

  .order-step__num,
  .order-step__text {
    padding: 0;
    white-space: normal;
  }

  .order-step__num {
    flex: 0 0 auto;
    align-self: flex-start;
    width: auto;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.48px;
    color: var(--color-gray);
  }

  .order-step__main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    width: 100%;
    flex: 0 0 auto;
    margin-top: auto;
    min-width: 0;
  }

  .order-step__title {
    flex: none;
    width: 100%;
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: var(--color-text);
  }

  .order-step__text {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.48px;
    color: var(--color-gray);
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .order-steps__title {
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: -2px;
    font-weight: 500;
  }
}

@media (max-width: 599px) {
  .order-steps {
    padding: 0;
  }

  .order-steps__title {
    font-size: 32px;
    letter-spacing: -0.64px;
    line-height: 0.9;
  }

  .order-step__title {
    font-size: 22px;
  }

  .order-step__num {
    font-size: 16px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .order-steps__title {
    padding-left: 0;
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 0.9;
  }
}

/* End */


/* Start:/local/templates/mkit/components/bitrix/news.list/mkit_map_branches/style.css?17768483165971*/
.map-container {
  height: 613px;
  background-color: #eee;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.map-container .bx-yandex-view-layout,
.map-container .bx-yandex-view-map {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
}

.branch-list__item {
  border-top: 1px solid var(--color-border);
  padding: 20px 0;
}

.branch-list__item--clickable {
  cursor: pointer;
}

.branch-list__item--clickable:hover {
  background: rgba(1, 1, 23, 0.03);
}

.branch-list__item:last-child {
  border-bottom: 1px solid var(--color-border);
}

.branch-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

@media (min-width: 768px) {
  .branch-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (min-width: 1200px) {
  .branch-card {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }
}

.branch-card__time {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 16px;
  font-weight: 300;
  color: var(--color-gray);
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .branch-card__time {
    font-size: 20px;
  }
}

.branch-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  background: none;
  border: none;
  box-sizing: border-box;
  cursor: default;
}

.branch-card__accordion-icon-wrap {
  display: none;
  flex-shrink: 0;
  color: var(--color-text);
}

.branch-card__accordion-icon {
  display: block;
  transition: transform 0.35s ease;
}

.branch-card__name-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.branch-card__name {
  font-size: 25px;
  font-weight: 500;
}

.branch-card__type {
  font-size: 20px;
  font-weight: 300;
  color: var(--color-gray);
}

.branch-card__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .branch-card__contacts {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .map-container {
    height: 460px;
    margin-bottom: 32px;
  }

  .branch-card__name {
    font-size: 22px;
  }

  .branch-card__type {
    font-size: 18px;
  }

  .branch-card__contacts {
    font-size: 16px;
    gap: 8px;
  }
}

@media (max-width: 767px) {
  .map-container {
    height: 320px;
  }

  .branch-list__item {
    padding: 16px 0;
  }

  .branch-card {
    gap: 12px;
  }

  .branch-card__time {
    font-size: 14px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .map-section {
    padding: 50px 0 100px;
  }

  .map-container {
    height: 613px;
    margin-bottom: 50px;
  }

  .branch-list__item {
    padding: 20px 0;
  }

  .branch-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
  }

  .branch-card__contacts {
    font-size: 18px;
    gap: 10px;
  }

  .branch-card__time {
    font-size: 15px;
  }

  .branch-card__name {
    font-size: 20px;
  }

  .branch-card__type {
    font-size: 20px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .about-company + .solutions + .map-section {
    margin-top: 100px;
  }

  .map-section {
    padding: 50px 0 100px;
  }

  .map-container {
    height: 613px;
    margin-bottom: 50px;
  }

  .branch-list__item {
    padding: 20px 0;
  }

  .branch-card__time {
    font-size: 15px;
    line-height: 1.1;
  }

  .branch-card__name {
    font-size: 20px;
    line-height: 1.1;
  }

  .branch-card__type {
    font-size: 16px;
    line-height: 1.1;
  }

  .branch-card__contacts {
    font-size: 16px;
    line-height: 1.1;
    gap: 8px;
  }
}

/* Аккордеон: 601px включает ширину 600px при возможной погрешности вьюпорта */
@media (max-width: 601px) {
  .branch-card__accordion-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .branch-card__head {
    cursor: pointer;
    align-items: center;
  }

  .branch-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }

  .branch-card__head {
    order: 1;
  }

  .branch-card__contacts {
    order: 2;
    gap: 10px;
  }

  .branch-card__time {
    order: 3;
    gap: 10px;
  }

  .branch-list__item:not(.branch-list__item--open) .branch-card__time,
  .branch-list__item:not(.branch-list__item--open) .branch-card__contacts {
    display: none;
  }

  .branch-list__item--open .branch-card__accordion-icon {
    transform: rotate(180deg);
  }

  .branch-list__item {
    padding: 20px 0;
  }

  .branch-card__name {
    font-size: 25px;
    line-height: 1.1;
  }

  .branch-card__type {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.48px;
  }

  .branch-card__contacts,
  .branch-card__time {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.48px;
  }
}

/* Главная 375: название филиала и время — 20px */
@media (max-width: 599px) {
  .about-company + .solutions + .map-section {
    margin-top: 100px;
  }

  .branch-card__name {
    font-size: 20px;
    line-height: 1.1;
  }

  .branch-card__time {
    font-size: 20px;
    line-height: 1.1;
  }

  /* Карта на узких экранах не показываем; отступ между заголовком и списком как у бывшего margin-top карты */
  .map-section .map-container {
    display: none !important;
  }

  .map-section .branch-list {
    margin-top: 30px;
  }

  .about-company + .solutions + .map-section .branch-list {
    margin-top: 20px;
  }

  .about-company + .solutions + .map-section .branch-card {
    gap: 15px;
  }

  .about-company + .solutions + .map-section .branch-card__time {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .about-company + .solutions + .map-section {
    margin-top: 70px;
  }
}

/* End */


/* Start:/local/components/mkit/calc.project/templates/.default/style.css?178160536421174*/
.calc-section {
  padding: 0 0 100px;
}

.calc-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  max-width: var(--narrow-content-width, 740px);
  margin-left: auto;
  margin-right: auto;
}

.calc-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.calc-info__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -1px;
  max-width: 740px;
  text-align: center;
}

@media (min-width: 1024px) {
  .calc-info__title {
    font-size: 50px;
  }

  .calc-info__text {
    font-size: 20px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .calc-grid {
    max-width: 100%;
    gap: 30px;
    align-items: flex-start;
  }

  .calc-info {
    align-items: flex-start;
    text-align: left;
  }

  .calc-info__title,
  .calc-info__text,
  .form {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .calc-info__title {
    text-align: left;
  }

  .calc-info__text {
    width: 100%;
    text-align: left;
  }

  .calc-info__title {
    font-size: 50px;
  }

  .form {
    gap: 40px;
  }

  .form__group--select .form__select:invalid {
    color: var(--color-text);
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .calc-grid {
    max-width: 100%;
    align-items: flex-start;
  }

  .calc-info {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .calc-info__title {
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: -2px;
    max-width: 100%;
    text-align: left;
  }

  .calc-info__text {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.48px;
    max-width: 100%;
    text-align: left;
  }

  .form {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    gap: 40px;
  }

  .form__input,
  .form__select,
  .form__custom-select-toggle {
    font-size: 16px;
    letter-spacing: -0.48px;
  }

  .form__consent-text {
    font-size: 16px;
  }

  .form__group--select .form__select:invalid {
    color: var(--color-text);
  }

  .form__submit {
    width: 100%;
    align-self: stretch;
  }
}

@media (max-width: 599px) {
  .calc-section {
    padding: 0 0 30px;
  }

  .calc-info__title {
    font-size: 32px;
    line-height: 0.9;
    letter-spacing: -0.64px;
  }

  .calc-info__text {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.48px;
  }

  .form__input,
  .form__select,
  .form__custom-select-toggle {
    font-size: 16px;
    letter-spacing: -0.48px;
  }

  .form__consent-text {
    font-size: 16px;
  }
}

.calc-info__text {
  font-size: 18px;
  font-weight: 300;
  color: var(--color-gray);
  line-height: 1.1;
  letter-spacing: -0.6px;
  max-width: 740px;
  text-align: center;
}

.calc-form {
  width: 100%;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 740px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form__group {
  display: flex;
  flex-direction: column;
}

.form__group--select {
  position: relative;
}

.form__input {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--color-text);
  background: none;
  padding: 10px 0;
  font-size: 20px;
  font-family: inherit;
  font-weight: 300;
  color: var(--color-text);
  outline: none;
  letter-spacing: -0.6px;
}

.form__input::placeholder {
  color: var(--color-gray);
  font-weight: 300;
}

.form__select {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--color-text);
  background: none;
  padding: 10px 30px 10px 0;
  font-size: 20px;
  font-family: inherit;
  font-weight: 300;
  color: var(--color-text);
  letter-spacing: -0.6px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8012 5.73734C13.0663 6.00243 13.0662 6.43228 12.8012 6.69745L8.48006 11.0186C8.2149 11.2838 7.7851 11.2838 7.51994 11.0186L3.19877 6.69746C2.93381 6.43228 2.93368 6.00243 3.19877 5.73734C3.46386 5.47225 3.89371 5.47239 4.15888 5.73734L8 9.57846L11.8411 5.73734C12.1063 5.47239 12.5361 5.47225 12.8012 5.73734Z' fill='%23010117'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
}

.form__select:invalid {
  color: var(--color-gray);
}

/* Placeholder "Представительство" should be black on all pages */
.form__group--select .form__select:invalid {
  color: var(--color-text) !important;
}

.form__select option {
  color: var(--color-text);
}

.form__select--native {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.form__custom-select {
  position: relative;
  width: 100%;
}

.form__custom-select-toggle {
  position: relative;
  width: 100%;
  min-height: 49px;
  border: 0;
  border-bottom: 1px solid var(--color-text);
  background: transparent;
  padding: 10px 34px 10px 0;
  color: var(--color-text);
  font-family: inherit;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.6px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.form__custom-select-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8012 5.73734C13.0663 6.00243 13.0662 6.43228 12.8012 6.69745L8.48006 11.0186C8.2149 11.2838 7.7851 11.2838 7.51994 11.0186L3.19877 6.69746C2.93381 6.43228 2.93368 6.00243 3.19877 5.73734C3.46386 5.47225 3.89371 5.47239 4.15888 5.73734L8 9.57846L11.8411 5.73734C12.1063 5.47239 12.5361 5.47225 12.8012 5.73734Z' fill='%23010117'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.form__custom-select.is-open .form__custom-select-toggle::after {
  transform: translateY(-50%) rotate(180deg);
}

.form__custom-select:not(.has-value) .form__custom-select-value {
  color: var(--color-text);
}

.form__custom-select-value {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form__custom-select-toggle:focus-visible {
  outline: 2px solid rgba(212, 32, 113, 0.25);
  outline-offset: 4px;
}

.form__custom-select.is-invalid .form__custom-select-toggle {
  border-bottom-color: var(--color-primary);
}

.form__custom-select-list {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: none;
  max-height: 260px;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(1, 1, 23, 0.14);
  padding: 6px;
}

.form__custom-select.is-open .form__custom-select-list {
  display: block;
}

.form__custom-select-option {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 6px;
  background: transparent;
  padding: 12px 14px;
  color: var(--color-text);
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.form__custom-select-option:hover,
.form__custom-select-option:focus-visible {
  outline: none;
  background: #f6f6f8;
}

.form__custom-select-option.is-selected {
  background: rgba(212, 32, 113, 0.08);
  color: var(--color-primary);
}

.form__file {
  position: relative;
  border: 0;
  --calc-file-dash-color: var(--color-text);
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  background: transparent;
  transition: box-shadow 0.2s ease;
}

.form__file::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(90deg, var(--calc-file-dash-color) 0 8px, transparent 8px 20px),
    repeating-linear-gradient(90deg, var(--calc-file-dash-color) 0 8px, transparent 8px 20px),
    repeating-linear-gradient(0deg, var(--calc-file-dash-color) 0 8px, transparent 8px 20px),
    repeating-linear-gradient(0deg, var(--calc-file-dash-color) 0 8px, transparent 8px 20px);
  background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
  background-position: top left, bottom left, top left, top right;
  background-repeat: no-repeat;
}

.form__file.is-dragover {
  --calc-file-dash-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(212, 32, 113, 0.12);
}

.form__file-hint {
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  color: var(--color-gray);
  text-align: center;
}

.form__file-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.form__file-btn:hover {
  opacity: 0.8;
}

.form__file-input {
  display: none;
}

.form__file-status {
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  padding: 9px 12px;
  border: 1px solid #dedee4;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.form__file-status.is-selected {
  border-color: var(--color-primary);
}

.form__file-name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 16px;
  color: var(--color-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form__file-remove {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 599px) {
  .form__file {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.form__checkbox-wrapper {
  padding-top: 5px;
}

.form__checkbox {
  width: 20px;
  height: 20px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 6px;
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.form__checkbox:checked {
  border-color: var(--color-border);
  background-color: var(--color-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Crect x='0.5' y='0.5' width='12' height='12' rx='3' fill='%23D42071'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 13px;
}

.form__consent-text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.6px;
}

@media (min-width: 1024px) {
  .form__consent-text {
    font-size: 20px;
  }
}

.form__submit {
  width: 100%;
  padding: 20px 40px;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

@media (min-width: 768px) {
  .form__submit {
    width: 288px;
    align-self: center;
  }
}

@media (min-width: 1200px) {
  .calc-grid {
    display: grid;
    grid-template-columns: minmax(0, 600px) minmax(0, 910px);
    column-gap: 20px;
    row-gap: 30px;
    align-items: start;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .calc-info,
  .calc-form {
    grid-column: 2;
  }

  .calc-info {
    gap: 30px;
    align-items: flex-start;
    text-align: left;
  }

  .calc-info__title,
  .calc-info__text,
  .form {
    max-width: 910px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .form {
    gap: 40px;
  }

  .form__submit {
    align-self: flex-start;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .calc-grid {
    grid-template-columns: minmax(0, 460px) minmax(0, 1fr);
  }

  .calc-info__title,
  .calc-info__text,
  .form {
    max-width: 940px;
  }
}

/* Popup drawer layout: ignore page-level calc grid columns */
.feedback-drawer .calc-section {
  padding: 0 !important;
}

.feedback-drawer .calc-grid {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 40px !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.feedback-drawer .calc-info,
.feedback-drawer .calc-form {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  grid-column: auto !important;
}

.feedback-drawer .calc-info {
  align-items: flex-start !important;
  text-align: left !important;
  gap: 30px !important;
}

.feedback-drawer .calc-info__title,
.feedback-drawer .calc-info__text,
.feedback-drawer .calc-form .form {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.feedback-drawer .calc-info__text {
  display: none !important;
}

.feedback-drawer .form__submit {
  width: 100% !important;
  align-self: stretch !important;
}

.feedback-drawer .form__custom-select-list {
  max-height: min(260px, 42vh);
}

@media (max-width: 767px) {
  .feedback-drawer .calc-grid {
    gap: 30px !important;
  }

  .feedback-drawer .form__custom-select-list {
    max-height: min(240px, 38vh);
  }
}

.form__submit:hover {
  opacity: 0.85;
}

/* Late override for 900px breakpoint:
   base rules later in file limit width of calc-info__text to 740px */
@media (min-width: 900px) and (max-width: 1199px) {
  section.calc-section .calc-grid .calc-info .calc-info__text {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-self: stretch !important;
    display: block !important;
  }

  section.calc-section .calc-grid .calc-form {
    width: 100% !important;
  }

  section.calc-section .calc-grid .calc-form .form {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-items: stretch !important;
  }

  section.calc-section .calc-grid .calc-form .form__group {
    width: 100% !important;
  }

  section.calc-section .calc-grid .calc-form .form__input,
  section.calc-section .calc-grid .calc-form .form__select,
  section.calc-section .calc-grid .calc-form .form__custom-select-toggle {
    width: 100% !important;
    max-width: 100% !important;
  }

  section.calc-section .calc-grid .calc-info .calc-info__title {
    text-align: left !important;
  }

  .form__group--select .form__select:invalid {
    color: var(--color-text) !important;
  }
}

/* Late override for 375px breakpoint:
   keep figma typography and prevent base selector rewrites */
@media (max-width: 599px) {
  section.calc-section .calc-grid {
    gap: 30px !important;
    align-items: flex-start !important;
  }

  section.calc-section .calc-grid .calc-info {
    width: 100% !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  section.calc-section .calc-grid .calc-info .calc-info__title {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 32px !important;
    line-height: 0.9 !important;
    letter-spacing: -0.64px !important;
    text-align: left !important;
  }

  section.calc-section .calc-grid .calc-info .calc-info__text {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.48px !important;
    text-align: left !important;
  }

  section.calc-section .calc-grid .calc-form {
    width: 100% !important;
  }

  section.calc-section .calc-grid .calc-form .form {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 40px !important;
    align-items: stretch !important;
  }

  section.calc-section .calc-grid .calc-form .form__input,
  section.calc-section .calc-grid .calc-form .form__select,
  section.calc-section .calc-grid .calc-form .form__custom-select-toggle {
    font-size: 16px !important;
    letter-spacing: -0.48px !important;
  }

  section.calc-section .calc-grid .calc-form .form__consent-text {
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.48px !important;
  }

  section.calc-section .calc-grid .calc-form .form__submit {
    width: 100% !important;
    align-self: stretch !important;
  }

  section.calc-section .calc-grid .calc-form .form__group--select .form__select:invalid {
    color: var(--color-text) !important;
  }
}

/* Late override for 600px breakpoint:
   base rules later in file limit width of calc-info__text/form */
@media (min-width: 600px) and (max-width: 899px) {
  section.calc-section .calc-grid .calc-form .form__consent-text {
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.48px !important;
  }

  section.calc-section .calc-grid .calc-info .calc-info__text {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  section.calc-section .calc-grid .calc-form {
    width: 100% !important;
  }

  section.calc-section .calc-grid .calc-form .form {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-items: stretch !important;
  }

  section.calc-section .calc-grid .calc-form .form__group {
    width: 100% !important;
  }

  section.calc-section .calc-grid .calc-form .form__input,
  section.calc-section .calc-grid .calc-form .form__select {
    width: 100% !important;
    max-width: 100% !important;
  }

  .form__group--select .form__select:invalid {
    color: var(--color-text) !important;
  }
}

/* Developer page (1200-1839): align "Сотрудничество" with 480px content guide */
@media (min-width: 1200px) and (max-width: 1839px) {
  .developer-page .calc-section .container.calc-grid {
    display: block !important;
    max-width: var(--container-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .developer-page .calc-section .container.calc-grid .calc-info,
  .developer-page .calc-section .container.calc-grid .calc-form {
    width: min(910px, calc(100% - 480px)) !important;
    max-width: 910px !important;
    margin-left: 480px !important;
    margin-right: 0 !important;
    grid-column: auto !important;
  }

  .developer-page .calc-section .container.calc-grid .calc-form {
    margin-top: 30px !important;
  }

  .developer-page .calc-section .container.calc-grid .calc-info .calc-info__title,
  .developer-page .calc-section .container.calc-grid .calc-info .calc-info__text,
  .developer-page .calc-section .container.calc-grid .calc-form .form {
    max-width: 910px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .developer-page .calc-section .container.calc-grid .calc-form .form__submit {
    align-self: flex-start !important;
  }
}

/* Full desktop 1920 layout: return to 620px guide */
@media (min-width: 1840px) {
  .developer-page .calc-section .container.calc-grid {
    display: block !important;
    max-width: var(--container-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .developer-page .calc-section .container.calc-grid .calc-info,
  .developer-page .calc-section .container.calc-grid .calc-form {
    max-width: 910px !important;
    width: min(910px, calc(100% - 620px)) !important;
    margin-left: 620px !important;
    margin-right: 0 !important;
    grid-column: auto !important;
  }

  .developer-page .calc-section .container.calc-grid .calc-form {
    margin-top: 30px !important;
  }

  .developer-page .calc-section .container.calc-grid .calc-info .calc-info__title,
  .developer-page .calc-section .container.calc-grid .calc-info .calc-info__text,
  .developer-page .calc-section .container.calc-grid .calc-form .form {
    max-width: 910px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .developer-page .calc-section .container.calc-grid .calc-form .form__submit {
    align-self: flex-start !important;
  }
}

/* End */
/* /local/templates/mkit/components/bitrix/news.list/mkit_home_hero/style.css?17762282911618 */
/* /local/templates/mkit/components/bitrix/catalog.section.list/mkit_catalog_sections/style.css?17766809183079 */
/* /local/templates/mkit/components/bitrix/news.list/mkit_solutions/style.css?17766734676282 */
/* /local/templates/mkit/components/bitrix/news.list/mkit_benefits_steps/style.css?177866899623048 */
/* /local/templates/mkit/components/bitrix/news.list/mkit_order_steps/style.css?17762283084736 */
/* /local/templates/mkit/components/bitrix/news.list/mkit_map_branches/style.css?17768483165971 */
/* /local/components/mkit/calc.project/templates/.default/style.css?178160536421174 */
