:root {
    --color-primary: #ff6500;
    --color-secondary: #ffffff;
    --color-accent: #ff6600;
    --color-text: #333333;
    --color-background: #ffffff;

    --hero-orange: #ff6500;
    --hero-orange-hover: #e85c00;
    --hero-text: #ffffff;
    --hero-muted: rgba(255,255,255,.82);
    --hero-line: rgba(255,255,255,.18);
    --hero-dark: #071a2b;
    --hero-dark-2: #0b2438;
    --container: 1180px;
    --radius: 16px;

    --price-orange: #ff5a00;
    --price-text: #111;
    --price-card: #fff;
    --price-radius: 18px;

    --service-orange: #ff5a00;
    --service-text: #111;
    --service-border: #ff6a22;
    --service-bg: #f4f4f4;

    --orange:#ff5a00;
    --text:#161616;
    --border:rgba(255,90,0,.78);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

.roof-header,
.roof-header *,
.roof-header *::before,
.roof-header *::after { box-sizing: border-box; }

.roof-header {
  --rh-orange:#f36a16; --rh-orange-dark:#df5a0d; --rh-text:#2a2a2a; --rh-border:#e5e5e5;
  position:relative; z-index:999; width:100%; background:#fff;
  border-top:1px solid #111; border-bottom:1px solid rgba(0,0,0,.14);
  box-shadow:0 1px 5px rgba(0,0,0,.06); font-family:Arial,Helvetica,sans-serif;
}
.roof-header.is-sticky { position:fixed; top:0; left:0; right:0; box-shadow:0 7px 22px rgba(0,0,0,.13); animation:roofHeaderDrop .22s ease-out; }
@keyframes roofHeaderDrop { from{transform:translateY(-12px);opacity:.65} to{transform:none;opacity:1} }

.roof-header__inner { width:min(1440px,calc(100% - 32px)); min-height:88px; margin:0 auto; display:grid; grid-template-columns:auto minmax(380px,1fr) auto; align-items:center; gap:30px; }
.roof-header__logo { display:inline-flex; align-items:center; text-decoration:none; }
.roof-header__logo img,.roof-header__logo .custom-logo { display:block; width:auto; max-width:210px; max-height:58px; object-fit:contain; }
img.custom-logo {
    height: 70px;
    width: auto;
}
.roof-header__nav { min-width:0; }
.roof-header__menu { margin:0; padding:0; list-style:none; display:flex; justify-content:center; align-items:center; gap:clamp(15px,2vw,34px); }
.roof-header__menu>li { position:relative; }
.roof-header__menu a { display:block; padding:34px 0 31px; color:var(--rh-text); text-decoration:none; text-transform:uppercase; font-size:12px; line-height:1; font-weight:700; transition:color .2s ease; }
.roof-header__menu>li>a:hover,.roof-header__menu>li.current-menu-item>a,.roof-header__menu>li.current-menu-ancestor>a { color:var(--rh-orange); }
.roof-header__menu .menu-item-has-children>a::after { content:""; display:inline-block; width:7px; height:7px; margin-left:7px; border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor; transform:translateY(-2px) rotate(45deg); }
.roof-header__menu .sub-menu { position:absolute; top:calc(100% - 10px); left:-18px; z-index:20; min-width:220px; margin:0; padding:8px 0; list-style:none; background:#fff; border:1px solid var(--rh-border); border-radius:8px; box-shadow:0 12px 28px rgba(0,0,0,.12); opacity:0; visibility:hidden; transform:translateY(8px); transition:.2s ease; }
.roof-header__menu li:hover>.sub-menu,.roof-header__menu li:focus-within>.sub-menu { opacity:1; visibility:visible; transform:none; }
.roof-header__menu .sub-menu a { padding:10px 18px; text-transform:none; white-space:nowrap; font-size:13px; }

.roof-header__right { display:flex; align-items:center; gap:18px; }
.roof-header__contacts { display:grid; gap:3px; min-width:160px; }
.roof-header__contacts a { color:var(--rh-text); text-decoration:none; line-height:1.12; }
.roof-header__contacts a:hover { color:var(--rh-orange); }
.roof-header__email { font-size:12px; }
.roof-header__phone { font-size:16px; font-weight:500; }
.roof-header__badges { display:grid; gap:4px; }
.roof-header__badges img {width: 30px; height: auto;}
.roof-header__callback { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:0 25px; border-radius:3px; background:linear-gradient(#f98427,var(--rh-orange)); color:#fff; text-decoration:none; white-space:nowrap; font-size:13px; font-weight:700; transition:.2s ease; }
.roof-header__callback:hover { background:var(--rh-orange-dark); transform:translateY(-1px); }

.roof-header__burger { display:none; width:44px; height:40px; padding:8px; border:0; background:transparent; cursor:pointer; }
.roof-header__burger span { display:block; width:100%; height:2px; margin:5px 0; background:#222; transition:.2s ease; }
.roof-header__mobile-panel { display:none; }

@media (max-width:1180px) {
  .roof-header__inner { grid-template-columns:auto 1fr auto; gap:20px; }
  .roof-header__menu { gap:16px; }
  .roof-header__menu a { font-size:11px; }
  .roof-header__contacts { display:none; }
}

@media (max-width:900px) {
  .roof-header__inner { min-height:72px; grid-template-columns:auto 1fr auto; }
  .roof-header__burger { display:block; grid-column:3; }
  .roof-header__right { display:none; }
  .roof-header__nav { position:absolute; top:100%; left:0; right:0; z-index:15; display:none; background:#fff; border-top:1px solid var(--rh-border); box-shadow:0 12px 22px rgba(0,0,0,.09); }
  .roof-header.is-menu-open .roof-header__nav { display:block; }
  .roof-header__menu { width:min(100% - 28px,760px); margin:0 auto; padding:10px 0; display:block; }
  .roof-header__menu>li { border-bottom:1px solid #eee; }
  .roof-header__menu a { padding:13px 4px; font-size:14px; }
  .roof-header__menu .menu-item-has-children>a { padding-right:30px; }
  .roof-header__menu .sub-menu { position:static; display:none; min-width:0; padding:0 0 8px 14px; border:0; border-radius:0; box-shadow:none; opacity:1; visibility:visible; transform:none; }
  .roof-header__menu li.submenu-open>.sub-menu { display:block; }
  .roof-header__menu .sub-menu a { padding:10px 4px; white-space:normal; }
  .roof-header.is-menu-open .roof-header__mobile-panel { display:flex; }
  .roof-header__mobile-panel { position:absolute; top:calc(100% + var(--rh-mobile-menu-height,0px)); left:0; right:0; z-index:14; align-items:center; justify-content:space-between; gap:15px; padding:14px; background:#f8f8f8; border-top:1px solid #e8e8e8; box-shadow:0 12px 22px rgba(0,0,0,.08); }
  .roof-header__mobile-contacts { display:grid; gap:3px; }
  .roof-header__mobile-contacts a { color:#222; text-decoration:none; font-size:13px; }
  .roof-header__callback--mobile { min-height:38px; }
  .roof-header.is-menu-open .roof-header__burger span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .roof-header.is-menu-open .roof-header__burger span:nth-child(2) { opacity:0; }
  .roof-header.is-menu-open .roof-header__burger span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
}

@media (max-width:520px) {
  .roof-header__inner { width:min(100% - 22px,1440px); min-height:64px; }
  .roof-header__logo img,.roof-header__logo .custom-logo { max-width:165px; max-height:48px; }
  .roof-header__mobile-panel { align-items:stretch; flex-direction:column; }
  .roof-header__callback--mobile { width:100%; }
}

@media (prefers-reduced-motion:reduce) {
  .roof-header.is-sticky { animation:none; }
  .roof-header__callback,.roof-header__burger span,.roof-header__menu .sub-menu { transition:none; }
}


/*hero EGIN*/
.section_hero {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--hero-text);
  background: #fff;
}
.section_hero button, .section_hero input { font: inherit; }
.section_hero button { cursor: pointer; }
.section_hero img { display: block; width: 100%; }

.section_hero .container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.roof-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--hero-dark);
}

.roof-hero__bg {
  position: absolute;
  inset: 0 0 112px;
  z-index: -2;
  background:
    linear-gradient(90deg,
      rgba(4,19,31,.96) 0%,
      rgba(4,19,31,.90) 28%,
      rgba(4,19,31,.58) 53%,
      rgba(4,19,31,.28) 76%,
      rgba(4,19,31,.48) 100%),
    linear-gradient(180deg, rgba(4,15,26,.05), rgba(4,15,26,.36)),
    url("../images/hero-bg.jpg") center / cover no-repeat;
}

.roof-hero__main {
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 55px 0 48px;
}

.roof-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .8fr);
  gap: 56px;
  align-items: center;
}

.roof-hero__content { min-width: 0; }

.roof-hero__title {
  margin: 0 0 24px;
  max-width: 720px;
  text-transform: uppercase;
  letter-spacing: .018em;
  font-size: clamp(44px, 4.4vw, 64px);
  line-height: .98;
  font-weight: 850;
  text-shadow: 0 4px 24px rgba(0,0,0,.18);
}

.roof-hero__title span,
.roof-hero__title strong { display: block; }
.roof-hero__title strong {
  margin-top: 10px;
  color: var(--hero-orange);
  font-weight: 850;
}

.roof-hero__lead {
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.45;
  color: var(--hero-muted);
  text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.roof-hero__lead p { margin: 0 0 6px; }

.roof-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 30px 0 38px;
  max-width: 760px;
}

.roof-benefit {
  display: flex;
  gap: 11px;
  align-items: center;
  min-width: 0;
}
.roof-benefit__icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  fill: none;
  stroke: #f2c46f;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.roof-benefit span,
.roof-benefit b {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}
.roof-benefit span { color: rgba(255,255,255,.82); font-weight: 500; }
.roof-benefit b { margin-top: 4px; color: #fff; font-weight: 500; }

.roof-hero__actions {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.btn {
  min-height: 62px;
  padding: 16px 30px;
  border-radius: 5px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible { outline: 3px solid rgba(255,255,255,.55); outline-offset: 3px; }
.btn--primary {
  color: #fff;
  background: var(--hero-orange);
  box-shadow: 0 10px 30px rgba(255,101,0,.20);
}
.btn--primary:hover { background: var(--hero-orange-hover); }
.btn--outline {
  color: #fff;
  border-color: rgba(255,255,255,.42);
  background: rgba(7,26,43,.18);
  backdrop-filter: blur(3px);
}
.btn--outline:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.65); }

.roof-upload {
  display: flex;
  flex-direction: column;
  min-width: 255px;
}
.roof-upload__note {
  margin-top: 7px;
  text-align: center;
  color: rgba(255,255,255,.73);
  font-size: 12px;
  line-height: 1.25;
}

.roof-compare {
  overflow: hidden;
  border: 4px solid rgba(255,255,255,.88);
  border-radius: 18px;
  background: rgba(255,255,255,.85);
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
}
.roof-compare__item {
  position: relative;
  margin: 0;
  aspect-ratio: 2.12 / 1;
  overflow: hidden;
}
.roof-compare__item + .roof-compare__item { border-top: 4px solid rgba(255,255,255,.88); }
.roof-compare__item img {
  height: 100%;
  object-fit: cover;
}
.roof-compare__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 7px 13px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.roof-compare__badge--before { background: rgba(44,49,52,.88); }
.roof-compare__badge--after { background: var(--hero-orange); }

.roof-stats {
  min-height: 112px;
  background: linear-gradient(180deg, rgba(11,36,56,.97), rgba(8,28,45,.99));
  border-top: 1px solid rgba(255,255,255,.08);
}
.roof-stats__grid {
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}
.roof-stat {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 10px 28px;
}
.roof-stat + .roof-stat { border-left: 1px solid var(--hero-line); }
.roof-stat__icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  fill: none;
  stroke: rgba(255,255,255,.9);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.roof-stat strong,
.roof-stat span { display: block; }
.roof-stat strong {
  font-size: 25px;
  line-height: 1.05;
  font-weight: 750;
  white-space: nowrap;
}
.roof-stat span {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.2;
  color: rgba(255,255,255,.70);
}

/* modal */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}
.modal.is-open { opacity: 1; visibility: visible; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(3,13,22,.72); backdrop-filter: blur(4px); }
.modal__dialog {
  position: relative;
  width: min(100%, 470px);
  border-radius: 18px;
  padding: 34px;
  background: #fff;
  color: #12202c;
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
  transform: translateY(12px) scale(.985);
  transition: transform .2s ease;
}
.modal.is-open .modal__dialog { transform: none; }
.modal__dialog h2 { margin: 0 40px 10px 0; font-size: 28px; }
.modal__dialog p { margin: 0 0 22px; color: #65717b; line-height: 1.5; }
.modal__close {
  position: absolute;
  top: 13px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #66717b;
  font-size: 32px;
  line-height: 1;
}
.calc-form { display: grid; gap: 14px; }
.calc-form label span { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 700; color: #46515b; }
.calc-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d9dee3;
  border-radius: 8px;
  padding: 0 14px;
  color: #13212c;
  background: #fff;
}
.calc-form input:focus { outline: none; border-color: var(--hero-orange); box-shadow: 0 0 0 3px rgba(255,101,0,.10); }
.calc-form .btn { width: 100%; min-height: 54px; margin-top: 4px; }
.calc-form__status { min-height: 18px; color: #26734d; font-size: 13px; }
body.modal-lock { overflow: hidden; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

@media (max-width: 1120px) {
  .roof-hero__grid { gap: 36px; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .8fr); }
  .roof-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 520px; }
  .roof-benefit span, .roof-benefit b { font-size: 14px; }
  .roof-stat { padding-inline: 18px; gap: 13px; }
  .roof-stat strong { font-size: 22px; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 36px), 720px); }
  .roof-hero__bg { inset-bottom: 0; }
  .roof-hero__main { padding: 46px 0 36px; }
  .roof-hero__grid { grid-template-columns: 1fr; gap: 34px; }
  .roof-hero__content { text-align: center; }
  .roof-hero__title, .roof-benefits { margin-inline: auto; }
  .roof-benefit { text-align: left; }
  .roof-hero__actions { justify-content: center; }
  .roof-compare { width: min(100%, 640px); margin-inline: auto; }
  .roof-stats__grid { grid-template-columns: repeat(2, 1fr); padding-block: 14px; }
  .roof-stat { min-height: 82px; justify-content: flex-start; }
  .roof-stat + .roof-stat { border-left: none; }
  .roof-stat:nth-child(even) { border-left: 1px solid var(--hero-line); }
  .roof-stat:nth-child(n+3) { border-top: 1px solid var(--hero-line); }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), 560px); }
  .roof-hero__main { padding-top: 36px; }
  .roof-hero__bg {
    background:
      linear-gradient(180deg, rgba(4,19,31,.88), rgba(4,19,31,.74)),
      url("../images/hero-bg.jpg") 61% center / cover no-repeat;
  }
  .roof-hero__title { font-size: clamp(36px, 11vw, 52px); margin-bottom: 20px; }
  .roof-hero__title strong { margin-top: 7px; }
  .roof-hero__lead { font-size: 18px; }
  .desktop-br { display: none; }
  .roof-benefits { margin: 24px auto 28px; gap: 16px 10px; }
  .roof-benefit { align-items: flex-start; }
  .roof-benefit__icon { width: 32px; height: 32px; flex-basis: 32px; }
  .roof-benefit span, .roof-benefit b { font-size: 12px; white-space: normal; }
  .roof-hero__actions { flex-direction: column; align-items: stretch; gap: 13px; }
  .roof-upload { min-width: 0; }
  .btn { width: 100%; min-height: 56px; padding-inline: 18px; font-size: 14px; }
  .roof-compare { border-width: 3px; border-radius: 14px; }
  .roof-compare__item + .roof-compare__item { border-top-width: 3px; }
  .roof-compare__badge { top: 8px; left: 8px; font-size: 13px; padding: 6px 10px; }
  .roof-stats__grid { grid-template-columns: 1fr; padding-block: 8px; }
  .roof-stat { min-height: 76px; padding: 12px 18px; justify-content: flex-start; }
  .roof-stat:nth-child(even) { border-left: none; }
  .roof-stat:nth-child(n+2) { border-top: 1px solid var(--hero-line); }
  .roof-stat__icon { width: 43px; height: 43px; flex-basis: 43px; }
  .roof-stat strong { font-size: 21px; }
  .modal__dialog { padding: 28px 20px 22px; }
}

@media (max-width: 390px) {
  .roof-benefits { grid-template-columns: 1fr 1fr; }
  .roof-hero__lead { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
/*hero END*/



/*Price BEGIN*/
.price-section {
    position: relative;
    overflow: hidden;
    padding: 34px 20px 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(242, 242, 242, .8)), linear-gradient(30deg, transparent 0 43%, rgba(215, 215, 215, .3) 43% 55%, transparent 55% 100%);
    color: var(--price-text);
}
.price-section::before, .price-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: .42;
    transform: rotate(-18deg);
    background: linear-gradient(135deg, rgba(215, 215, 215, .45), rgba(255, 255, 255, 0))
}
.price-section::before {
    width: 420px;
    height: 150px;
    left: -110px;
    top: -48px
}
.price-section::after {
    width: 460px;
    height: 170px;
    right: -110px;
    bottom: -75px
}
.price-section__container {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    margin: 0 auto
}
.price-section__head {
    text-align: center;
    margin-bottom: 20px
}
.price-section__title {
    margin: 0;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: .95;
    font-weight: 900;
    letter-spacing: -.025em;
    text-transform: uppercase
}
.price-section__subtitle {
    margin: 10px 0 0;
    font-size: clamp(23px, 3.1vw, 37px);
    line-height: 1;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #333
}
.price-section__line {
    display: block;
    width: 70px;
    height: 3px;
    margin: 18px auto 0;
    background: var(--price-orange)
}
.price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px
}
.price-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .04);
    border-radius: var(--price-radius);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 5px 18px rgba(0, 0, 0, .14)
}
.price-card__image-wrap {
    overflow: hidden;
    aspect-ratio: 2/1;
    border-radius: 10px 10px 0 0;
    background: #ddd
}
.price-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease
}
.price-card:hover .price-card__image {
    transform: scale(1.03)
}
.price-card__body {
    flex: 1;
    padding: 8px 10px 10px
}
.price-card__heading {
    min-height: 66px;
    display: flex;
    align-items: center;
    gap: 14px
}
.price-card__icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--price-orange)
}
.price-card__icon svg {
    width: 35px;
    height: 35px;
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round
}
.price-card__heading h3 {
    margin: 0;
    font-size: clamp(19px, 1.55vw, 24px);
    line-height: 1.02;
    font-weight: 900;
    text-transform: uppercase
}
.price-card__heading p {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.15;
    color: #222
}
.price-card__accent {
    width: 49px;
    height: 3px;
    margin: 7px 0 9px;
    background: var(--price-orange)
}
.price-card__features {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    line-height: 1.25;
    color: #222
}
.price-card__features li {
    position: relative;
    padding-left: 17px
}
.price-card__features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .53em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--price-orange)
}
.price-card__features strong {
    color: var(--price-orange);
    font-weight: 700
}
.price-card__price {
    min-height: 92px;
    display: grid;
    place-items: center;
    align-content: center;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #353535, #222)
}
.price-card__price strong {
    display: block;
    font-size: clamp(36px, 4vw, 39px);
    line-height: .95;
    font-weight: 900;
    letter-spacing: -0.01em;
}
.price-card__price span {
    margin-top: 4px;
    font-size: clamp(19px, 2vw, 27px);
    line-height: 1
}
.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .55s ease, transform .55s ease
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0)
}
@media(max-width:920px) {
    .price-section {
        padding-inline: 16px
    }
    .price-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .price-card:last-child {
        grid-column: 1/-1;
        width: min(460px, 100%);
        justify-self: center
    }
}
@media(max-width:620px) {
    .price-section {
        padding: 28px 12px 22px
    }
    .price-section__subtitle {
        letter-spacing: .035em
    }
    .price-grid {
        grid-template-columns: 1fr;
        gap: 14px
    }
    .price-card:last-child {
        grid-column: auto;
        width: 100%
    }
    .price-card {
        border-radius: 14px
    }
    .price-card__body {
        padding-inline: 8px
    }
    .price-card__heading {
        min-height: 58px
    }
    .price-card__icon {
        flex-basis: 52px;
        width: 52px;
        height: 52px
    }
    .price-card__icon svg {
        width: 31px;
        height: 31px
    }
    .price-card__heading h3 {
        font-size: 20px
    }
    .price-card__price {
        min-height: 82px
    }
}
@media(prefers-reduced-motion:reduce) {
    .reveal, .price-card__image {
        transition: none
    }
    .reveal {
        opacity: 1;
        transform: none
    }
}
/*price END*/


/*Гидроизоляция балконов BEGIN*/
.service-detail {
  position: relative;
  overflow: hidden;
  padding: 100px 24px 88px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(240,240,240,.86)),
    linear-gradient(145deg, transparent 0 24%, rgba(215,215,215,.32) 24% 34%, transparent 34% 100%);
    font-family: Arial, Helvetica, sans-serif;
  color: var(--service-text);
}

.service-detail::before,
.service-detail::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(210,210,210,.38), rgba(255,255,255,0));
  transform: rotate(-20deg);
}

.service-detail::before {
  width: 390px;
  height: 140px;
  left: -125px;
  top: -60px;
}

.service-detail::after {
  width: 430px;
  height: 160px;
  right: -120px;
  bottom: -90px;
}

.service-detail__container {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.service-detail__head {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.service-detail__main-icon,
.service-feature__icon {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--service-orange);
  color: #fff;
}

.service-detail__main-icon {
  width: 72px;
  height: 72px;
  flex:0 0 72px;
}

.service-detail__main-icon svg {
  width: 42px;
  height: 42px;
}

.service-detail svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-detail__title-row {
    position: relative;
    padding-top: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.service-detail__title {
  margin: 0;
  /*display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 16px;*/
  text-transform: uppercase;
}

.service-detail__title strong {
  font-size: clamp(31px, 3.8vw, 35px);
  line-height: .95;
  font-weight: 900;
}

.service-detail__title span {
  font-size: clamp(22px, 2.5vw, 31px);
  line-height: 1;
  font-weight: 400;
}

.service-detail__line {
    display: block;
    width: 82px;
    height: 2px;
    margin: 0px auto 25px 39%;
    background: var(--service-orange);
}

.service-detail__intro {
  max-width: 770px;
  margin: 0px 0 20px 46px;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.22;
}

.service-detail__intro strong {
  color: var(--service-orange);
}

.service-detail__content {
  display: grid;
  grid-template-columns: minmax(280px, 38%) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.service-detail__photo {
  margin: 0;
  overflow: hidden;
  min-height: 290px;
  border-radius: 18px;
  background: #ddd;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}

.service-detail__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-features {
  padding: 18px 24px 10px;
  border: 2px solid var(--service-border);
  border-radius: 18px;
  background: rgba(255,255,255,.56);
}

.service-feature {
  display: grid;
  grid-template-columns: 58px minmax(180px, 1fr) minmax(170px, .9fr);
  gap: 18px;
  align-items: center;
  min-height: 78px;
  padding: 7px 0;
}

.service-feature + .service-feature {
  border-top: 1px solid rgba(0,0,0,.12);
}

.service-feature__icon {
  width: 54px;
  height: 54px;
}

.service-feature__icon svg {
  width: 31px;
  height: 31px;
}

.service-feature__label {
  font-size: clamp(17px, 1.7vw, 23px);
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
}
.service-feature__label span {
    font-weight: normal;
}

.service-feature__value {
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.1;
  font-weight: 700;
  color: var(--service-orange);
}

.service-feature__value--dark {
  color: #1a1a1a;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 920px) {
  .service-detail__head {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }

  .service-detail__main-icon {
    width: 60px;
    height: 60px;
  }

  .service-detail__main-icon svg {
    width: 35px;
    height: 35px;
  }

  .service-detail__intro {
    margin-left: 0;
  }

  .service-detail__line {
    margin-left: 38%;
  }

  .service-detail__content {
    grid-template-columns: 1fr;
  }

  .service-detail__photo {
    min-height: 330px;
  }
}

@media (max-width: 680px) {
  .service-detail {
    padding: 22px 12px 26px;
  }

  .service-detail__head {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
  }

  .service-detail__main-icon {
    width: 48px;
    height: 48px;
  }

  .service-detail__main-icon svg {
    width: 29px;
    height: 29px;
  }

  .service-detail__title-row {
    padding-top: 2px;
  }

  .service-detail__title {
    gap: 5px 8px;
  }

  .service-detail__title strong {
    font-size: 27px;
  }

  .service-detail__title span {
    font-size: 21px;
  }

  .service-detail__line {
    width: 64px;
    margin: 11px 0 0;
  }

  .service-detail__intro {
    grid-column: 1 / -1;
    margin-top: 18px;
    font-size: 17px;
  }

  .service-detail__photo {
    min-height: 270px;
  }

  .service-features {
    padding: 10px 14px 4px;
    border-radius: 15px;
  }

  .service-feature {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px 12px;
    min-height: 84px;
    padding: 10px 0;
  }

  .service-feature__icon {
    grid-row: 1 / span 2;
    width: 46px;
    height: 46px;
  }

  .service-feature__icon svg {
    width: 27px;
    height: 27px;
  }

  .service-feature__label,
  .service-feature__value {
    grid-column: 2;
  }

  .service-feature__label {
    font-size: 16px;
  }

  .service-feature__value {
    margin-top: -4px;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/*Гидроизоляция END*/


.partners-slider-section {
  --partners-bg: #fff;

  width: 100%;
  overflow: hidden;
  padding: 18px 0;
  background: var(--partners-bg);
}

.partners-slider-section__container {
  width: min(1170px, calc(100% - 32px));
  margin: 0 auto;
}

.partners-slider {
  width: 100%;
  overflow: hidden;
}

.partners-slider__slide {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
}

.partners-slider__slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 120px;
  object-fit: contain;
  transition:
    transform .22s ease,
    opacity .22s ease;
}

.partners-slider__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.partners-slider__link:hover img,
.partners-slider__slide:hover img {
  transform: scale(1.05);
}

/* У Swiper иногда остается inline width — это нормально. */
.partners-slider .swiper-wrapper {
  align-items: center;
}

@media (max-width: 1024px) {
  .partners-slider-section {
    padding: 16px 0;
  }

  .partners-slider__slide {
    padding-inline: 12px;
  }

  .partners-slider__slide img {
    max-width: 135px;
    max-height: 42px;
  }
}

@media (max-width: 640px) {
  .partners-slider-section__container {
    width: min(100% - 20px, 1320px);
  }

  .partners-slider__slide {
    min-height: 58px;
    padding-inline: 8px;
  }

  .partners-slider__slide img {
    max-width: 120px;
    max-height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .partners-slider__slide img {
    transition: none;
  }
}

