

/* Start:/local/templates/mk-27-new/components/bitrix/breadcrumb/main_breadcrumb/style.css?1742181401487*/
.bx-breadcrumb {
	margin-top: 15px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	display: inline-block;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 13px;
	color: #999;
}
.bx-breadcrumb .bx-breadcrumb-item a > span {
	font-size: 13px;
	color: #666;
	transition: 0.15s;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover span {
	color: #d43535;
}
.bx-breadcrumb .bx-breadcrumb-item a:active span {
	color: #b92f2f;
}
.bx-breadcrumb .bx-breadcrumb-item i {
	color: #aaa;
	margin: 0 5px;
}

/* End */


/* Start:/local/templates/mk-27-new/components/bitrix/news/blog_mk/bitrix/news.detail/.default/style.css?17840144228007*/
.blog-mk-detail {
  padding: 20px 0 48px;
}

.blog-mk-detail__content {
  min-width: 0;
}

.mk-article,
.mk-article *,
.mk-article *::before,
.mk-article *::after {
  box-sizing: border-box;
}

.mk-article {
  max-width: 1120px;
  margin: 0 auto;
  padding: 12px 16px 32px;
  color: #1f2933;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

article.mk-article > header.mk-article__hero {
  display: block;
  position: relative;
  top: auto;
  overflow: hidden;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 280px;
  padding: 56px 48px 60px;
  border-radius: 24px;
  background: linear-gradient(135deg, #111111 0%, #171717 52%, #ee3831 100%);
  color: #fff;
  z-index: 1;
}

article.mk-article > header.mk-article__hero p {
  margin: 0;
}

article.mk-article > header.mk-article__hero::after {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(238, 56, 49, 0.42) 0%, rgba(238, 56, 49, 0) 72%);
  content: "";
  pointer-events: none;
}

.mk-article__label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 7px 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mk-article__title {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 0 24px;
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.12;
}

.mk-article__lead {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 21px;
  line-height: 1.55;
}

.mk-article__date {
  margin: 14px 0 0;
  padding: 0;
  color: #68727d;
  font-size: 14px;
}

.mk-article__date time {
  color: inherit;
}

.mk-article__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  margin-top: 30px;
}

.mk-article__content {
  min-width: 0;
}

.mk-article__section {
  margin: 24px 0 0;
  padding: 28px;
  border: 1px solid #e6e8eb;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.mk-article__layout .mk-article__section:first-child,
.mk-article__intro-grid + .mk-article__section {
  margin-top: 0;
}

.mk-article__section h2,
.mk-article__cta h2 {
  margin: 0 0 14px;
  color: inherit;
  font-size: 28px;
  line-height: 1.25;
}

.mk-article__section h2,
.mk-article__section h3 {
  color: #151515;
}

.mk-article__section h3 {
  margin: 20px 0 10px;
  font-size: 20px;
  line-height: 1.3;
}

.mk-article__section p {
  margin: 0 0 14px;
}

.mk-article__section p:last-child {
  margin-bottom: 0;
}

.mk-article__cards,
.mk-article__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.mk-article__intro-grid,
.mk-article__kit {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.mk-article__card,
.mk-article__intro-card,
.mk-article__kit-card {
  padding: 20px;
  border-radius: 18px;
  background: #f6f7f8;
}

.mk-article__card {
  border-left: 5px solid #ee3831;
}

.mk-article__card[id] {
  scroll-margin-top: 24px;
}

.mk-article__intro-card {
  border: 1px solid #e6e8eb;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.mk-article__kit-card {
  border-top: 5px solid #ee3831;
}

.mk-article__card strong,
.mk-article__kit-card strong,
.mk-article__example strong,
.mk-article__example-title {
  display: block;
  margin-bottom: 8px;
  color: #151515;
  font-size: 17px;
  font-weight: 800;
}

.mk-article__intro-card h2 {
  margin: 0 0 10px;
  color: #151515;
  font-size: 22px;
}

.mk-article__intro-card p {
  margin: 0;
}

.mk-article__list,
.mk-article__aside-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.mk-article__list li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 28px;
}

.mk-article__list li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ee3831;
  content: "";
}

.mk-article__note,
.mk-article__warning,
.mk-article__notice {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid #f5c2c0;
  border-radius: 18px;
  background: #fff3f2;
}

.mk-article__example {
  margin-top: 18px;
  padding: 20px;
  border-radius: 18px;
  background: #f2f4f6;
}

.mk-article__aside {
  position: sticky;
  top: 18px;
  align-self: start;
  padding: 24px;
  border-radius: 22px;
  background: #151515;
  color: #fff;
}

.mk-article__aside-title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.25;
}

.mk-article__aside-list {
  margin-top: 0;
}

.mk-article__aside-list li {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.mk-article__aside-list li:last-child {
  border-bottom: 0;
}

.mk-article__aside-link {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mk-article__aside-link:hover,
.mk-article__aside-link:focus-visible {
  color: #ffb8b4;
  text-decoration: underline;
}

.mk-article__step {
  display: flex;
  gap: 14px;
  padding: 20px;
  border-radius: 18px;
  background: #f6f7f8;
}

.mk-article__step-number {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ee3831;
  color: #fff;
  font-weight: 800;
}

.mk-article__step p {
  margin: 0;
}

.mk-article__table-wrap {
  overflow-x: auto;
  margin-top: 18px;
  border: 1px solid #e6e8eb;
  border-radius: 18px;
}

.mk-article__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
}

.mk-article__table th,
.mk-article__table td {
  padding: 16px 18px;
  border-bottom: 1px solid #e6e8eb;
  text-align: left;
  vertical-align: top;
}

.mk-article__table th {
  background: #151515;
  color: #fff;
  font-weight: 800;
}

.mk-article__table tr:last-child td {
  border-bottom: 0;
}

.mk-article__cta {
  margin-top: 24px;
  padding: 28px;
  border: 1px solid #f5c2c0;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff8f7 0%, #fff1f0 100%);
  color: #1f2933;
  box-shadow: 0 10px 30px rgba(238, 56, 49, 0.08);
}

.mk-article__cta h2 {
  color: #151515;
}

.mk-article__cta p {
  max-width: 760px;
  margin: 0 0 18px;
  color: #4b5563;
}

.mk-article__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #ee3831;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.mk-article__button:hover,
.mk-article__button:focus-visible {
  background: #d9322c;
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .mk-article__layout,
  .mk-article__intro-grid,
  .mk-article__kit,
  .mk-article__steps {
    grid-template-columns: 1fr;
  }

  .mk-article__aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .mk-article {
    padding: 8px 12px 24px;
  }

  article.mk-article > header.mk-article__hero {
    min-height: 0;
    padding: 36px 24px 40px;
    border-radius: 18px;
  }

  .mk-article__title {
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 1.16;
  }

  .mk-article__lead {
    font-size: 18px;
    line-height: 1.5;
  }

  .mk-article__label {
    white-space: normal;
  }

  .mk-article__section,
  .mk-article__cta,
  .mk-article__aside,
  .mk-article__intro-card,
  .mk-article__kit-card,
  .mk-article__step {
    padding: 22px;
    border-radius: 18px;
  }

  .mk-article__section h2,
  .mk-article__cta h2 {
    font-size: 24px;
  }

  .mk-article__cards {
    grid-template-columns: 1fr;
  }
}

/* End */
/* /local/templates/mk-27-new/components/bitrix/breadcrumb/main_breadcrumb/style.css?1742181401487 */
/* /local/templates/mk-27-new/components/bitrix/news/blog_mk/bitrix/news.detail/.default/style.css?17840144228007 */
