

/* Start:/local/templates/tkrusdom/components/bitrix/news.detail/services/style.css?178938394112813*/
@font-face {
  font-family: "Cera Pro";
  src: url("/local/templates/tkrusdom/components/bitrix/news.detail/services/./fonts/CeraPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url("/local/templates/tkrusdom/components/bitrix/news.detail/services/./fonts/CeraPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url("/local/templates/tkrusdom/components/bitrix/news.detail/services/./fonts/CeraPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #303AB2;
  --text: #161616;
  --muted: #667085;
  --line: #dfe3ed;
  --bg: #ffffff;
  --bg-soft: #F4F6FF;

}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Cera Pro", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.containerserv {
  width: min(calc(100% - 64px), var(--container));
  margin: 0 auto;
}

.section { padding: 82px 0; }
.section--muted { background: var(--bg-soft); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--text); }

h1 {
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 700;
}

h2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -0.025em;
  font-weight: 700;
}

h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 700;
}

p { color: #5f6674; }

.btnserv {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 0;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.btnserv:hover {
  opacity: .94;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(48,58,178,.16);
}

/* HERO: image is a real <img>, so src can be replaced from CMS/backend */
.hero {
  position: relative;
  overflow: hidden;
  background: #eef1f8;
}

.hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,.98) 0%,
    rgba(255,255,255,.94) 35%,
    rgba(255,255,255,.62) 58%,
    rgba(255,255,255,.10) 100%
  );
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 2;
  min-height: 500px;
}

.hero__content {
  width: 50%;
  padding: 62px 0 122px;
}

.hero__content h1 { color: var(--blue); }

.hero__content p {
  max-width: 590px;
  margin-bottom: 30px;
  color: #4f5664;
  font-size: 15px;
  line-height: 1.55;
}

.advantages-wrap {
  position: relative;
  z-index: 3;
  margin-top: -76px;
}

.advantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255,255,255,.98);
  box-shadow: 0 16px 38px rgba(22, 38, 65, .07);
}

.advantage {
  min-height: 210px;
  padding: 30px 26px 28px;
  border-right: 1px solid var(--line);
}

.advantage:last-child { border-right: none; }

.advantage__num {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border: 1px solid rgba(48,58,178,.30);
  color: var(--blue);
  font-weight: 700;
  font-size: 15px;
}

.advantage h3 { color: var(--text); }

.advantage p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.55;
}

.intro { padding-top: 92px;     padding-bottom: 0;}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 82px;
  align-items: center;
}

.split__content { max-width: 610px; }
.split__content p { margin-bottom: 18px; font-size: 15px; }

.fabric-visual {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background:
    linear-gradient(rgba(24, 53, 110, .08), rgba(24, 53, 110, .08)),
    linear-gradient(135deg, #24417b 0%, #31569f 55%, #4b6ec6 100%);
}

.fabric-visual__lines {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, rgba(255,255,255,.05) 0, rgba(255,255,255,.05) 1px, transparent 1px, transparent 4px);
  opacity: .45;
}

.fabric-visual__oval {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  filter: blur(1px);
}

.fabric-visual__oval--1 {
  width: 65%; height: 34%; left: -14%; top: 8%; transform: rotate(-8deg);
}

.fabric-visual__oval--2 {
  width: 60%; height: 28%; right: -9%; top: 53%; transform: rotate(7deg);
}

.fabric-visual__caption {
  position: absolute;
  right: 28px;
  bottom: 18px;
  z-index: 4;
  max-width: 360px;
  padding: 10px 18px;
  background: rgba(255,255,255,.92);
  color: #566074;
  font-size: 12px;
  line-height: 1.3;
}

.section-lead {
  max-width: 1130px;
  margin-bottom: 36px;
  font-size: 15px;
}

.table-wrap { overflow-x: auto; background: #fff; }

.info-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}

.info-table th,
.info-table td {
  padding: 18px 20px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.info-table th {
  background: #fafbff;
  color: var(--text);
  font-weight: 700;
}

.info-table th:first-child,
.info-table td:first-child {
  width: 35%;
  color: var(--text);
  font-weight: 700;
}

.info-table td:nth-child(2) { color: #667085; }

.check-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 26px;
  padding: 26px 30px;
  background: #fff;
  border: 1px solid #e6e9f2;
}

.check-box strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: var(--text);
}

.check-box p { margin-bottom: 0; font-size: 13px; }
.btnserv--wide { min-width: 340px; }

.process { padding-top: 0px; padding-bottom: 0px; }
.process h2 { margin-bottom: 46px; }

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.steps::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 9%;
  right: 9%;
  border-top: 1px dashed rgba(48,58,178,.35);
}

.step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.step__head { display: flex; justify-content: center; margin-bottom: 22px; }

.step__head span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 0 0 8px #fff;
}

.step h3 { margin-bottom: 8px; font-size: 16px; color: var(--text); }
.step p { max-width: 190px; margin: 0 auto; font-size: 13px; line-height: 1.45; }

.estimate { padding-top: 0; padding-bottom: 88px; }

.estimate__box {
  display: grid;
  grid-template-columns: 34% 64%;
  gap: 52px;
  padding: 50px 58px 52px;
  background: var(--bg-soft);
}

.estimate__intro h2 { margin-bottom: 24px; }
.estimate__intro p { max-width: 385px; margin-bottom: 0; font-size: 14px; }

.estimate-form { display: flex; flex-direction: column; gap: 16px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.estimate-form .textarea-label{
	height: 100px;
}

.estimate-form .textarea-label .input-label__name{
	top: 23px;
}

.estimate-form .input-label{
	background:#fff;
}

.estimate-form .form-message{
	color:var(--accent-color-900);
	text-align: center;
	font-size: 18px;
}


.file-field {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  border: 1px dashed #cbd1dd;
  background: #fff;
  color: #6d7584;
  font-size: 13px;
  cursor: pointer;
}

.file-field input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.btnserv--submit { width: 100%; min-height: 60px; border-radius: var(--border-radius-xs); }
.form-message { min-height: 1.4em; margin: -2px 0 0; color: #535968; font-size: 13px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}


.estimate-form label.error input{
	border: 1px solid var(--accent-color-900);
}

@media (max-width: 1100px) {
  .containerserv { width: min(calc(100% - 40px), var(--container)); }
  .hero__inner { min-height: 470px; }
  .hero__content { width: 58%; }
  .advantages { grid-template-columns: repeat(2, 1fr); }
  .advantage:nth-child(2) { border-right: none; }
  .advantage:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split { gap: 50px; }
  .estimate__box { grid-template-columns: 1fr; }
  .estimate__intro p { max-width: 640px; }
}

@media (max-width: 820px) {
  .section { padding: 62px 0; }
  .containerserv { width: min(calc(100% - 32px), var(--container)); }
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }

  .hero__inner { min-height: 450px; }
  .hero__content { width: 72%; padding: 52px 0 112px; }
  .hero::before {
    background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.90) 50%, rgba(255,255,255,.44) 100%);
  }
  .advantages-wrap { margin-top: -60px; }

  .split { grid-template-columns: 1fr; }
  .fabric-visual { min-height: 390px; }
  .check-box { flex-direction: column; align-items: stretch; }
  .btnserv--wide { min-width: 0; width: 100%; }

  .steps { grid-template-columns: 1fr; gap: 28px; }
  .steps::before {
    top: 32px;
    bottom: 32px;
    left: 32px;
    right: auto;
    border-top: 0;
    border-left: 1px dashed rgba(48,58,178,.35);
  }
  .step {
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-template-areas: "head title" "head text";
    column-gap: 20px;
    text-align: left;
  }
  .step__head { grid-area: head; margin: 0; }
  .step h3 { grid-area: title; margin: 6px 0 4px; }
  .step p { grid-area: text; max-width: none; margin: 0; }
  .estimate__box { width: min(calc(100% - 32px), var(--container)); padding: 38px 26px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .containerserv { width: min(calc(100% - 24px), var(--container)); }
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  .btnserv { width: 100%; padding-inline: 18px; }

  .hero__inner { min-height: 430px; }
  .hero__content { width: 100%; padding: 42px 0 106px; }
  .hero__content p { font-size: 14px; }
  .hero__image { object-position: 68% center; }
  .hero::before { background: rgba(255,255,255,.82); }

  .advantages { grid-template-columns: 1fr; }
  .advantage { min-height: 0; border-right: none; border-bottom: 1px solid var(--line); }
  .advantage:last-child { border-bottom: none; }
  .fabric-visual { min-height: 320px; }
  .fabric-visual__caption { right: 12px; bottom: 12px; left: 12px; max-width: none; }
  .check-box { padding: 22px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .estimate__box { width: min(calc(100% - 24px), var(--container)); gap: 26px; padding: 32px 18px; }
}

/* Контакты под формой */
.estimate-contacts {
	margin-top: 34px;
	padding: 34px 0 0;
	border-top: 1px solid #e5e7ee;
}

.estimate-contacts h2 {
	margin-bottom: 24px;
	color: var(--text);
}

.estimate-contacts__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(260px, .7fr);
	gap: 64px;
	align-items: start;
}

.estimate-contacts__group {
	display: grid;
	gap: 14px;
}

.contact-row {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	align-items: baseline;
	font-size: 16px;
	line-height: 1.45;
}

.contact-row a,
.contact-mail {
	color: var(--text);
	font-weight: 700;
	transition: color .2s ease;
}

.contact-row span {
	color: #5f6674;
}

.estimate-contacts__group--mail {
	gap: 10px;
}

.contact-mail {
	width: fit-content;
	border-bottom: 1px solid #cfd3dd;
}

.contact-row a:hover,
.contact-mail:hover {
	color: #303AB2;
}

/* Планшет */
@media (max-width: 820px) {
	.estimate-contacts {
		margin-top: 26px;
		padding-top: 28px;
	}

	.estimate-contacts__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

/* Мобильный */
@media (max-width: 560px) {
	.contact-row {
		display: block;
		font-size: 15px;
	}

	.contact-row span {
		display: block;
		margin-top: 2px;
	}
}
/* End */
/* /local/templates/tkrusdom/components/bitrix/news.detail/services/style.css?178938394112813 */
