@media (min-width: 1200px) {
  .footer-classic-content .col-lg-4.position-static {
    position: relative !important;
  }

  .footer-classic-gmap {
    right: 0;
    left: 0;
  }

  .footer-classic-gmap .ymap-container,
  .footer-classic-gmap #map-yandex {
    height: 100%;
  }
}

/* Cottage ventilation landing */
.cottage-landing {
  --cottage-navy: #102b52;
  --cottage-blue: #195f91;
  --cottage-red: #ed1c24;
  --cottage-ink: #152238;
  --cottage-muted: #66758a;
  color: var(--cottage-ink);
  overflow: hidden;
}

.cottage-landing h1,
.cottage-landing h2,
.cottage-landing h3,
.cottage-landing p {
  margin-top: 0;
}

.cottage-landing h2 {
  color: var(--cottage-navy);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.cottage-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--cottage-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cottage-eyebrow::before,
.cottage-eyebrow::after {
  width: 32px;
  height: 2px;
  flex: 0 0 32px;
  background: currentColor;
  content: "";
}

.cottage-hero {
  position: relative;
  min-height: 680px;
  background: linear-gradient(90deg, rgba(7, 25, 48, 0.96) 0%, rgba(7, 25, 48, 0.8) 38%, rgba(7, 25, 48, 0.15) 70%), url("/dist/img/uslugi-i-servis/cottage-climate/hero.jpg") center/cover no-repeat;
}

.cottage-hero__inner {
  display: flex;
  min-height: 680px;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.cottage-hero__content {
  max-width: 720px;
  color: #fff;
  text-align: left;
}

.cottage-hero h1 {
  max-width: 700px;
  margin-bottom: 26px;
  color: #fff;
  font-size: clamp(40px, 5.6vw, 76px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: none;
}

.cottage-hero__lead {
  max-width: 650px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.6;
}

.cottage-hero__list {
  display: grid;
  gap: 10px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.cottage-hero__list li {
  position: relative;
  padding-left: 28px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.cottage-hero__list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 8px;
  border-bottom: 2px solid var(--cottage-red);
  border-left: 2px solid var(--cottage-red);
  content: "";
  transform: rotate(-45deg);
}

.cottage-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cottage-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s ease;
}

.cottage-button--primary {
  background: var(--cottage-red);
  color: #fff;
  box-shadow: 0 14px 30px rgba(237, 28, 36, 0.2);
}

.cottage-button--primary:hover {
  background: #c91018;
  color: #fff;
  transform: translateY(-2px);
}

.cottage-button--ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.cottage-button--ghost:hover {
  border-color: #fff;
  color: #fff;
}

.cottage-trust {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(15, 43, 82, 0.09);
}

.cottage-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.cottage-trust__grid > div {
  padding: 28px 36px;
  border-right: 1px solid #e7ebf0;
}

.cottage-trust__grid > div:last-child {
  border-right: 0;
}

.cottage-trust strong,
.cottage-trust span {
  display: block;
}

.cottage-trust strong {
  margin-bottom: 5px;
  color: var(--cottage-navy);
  font-size: 17px;
}

.cottage-trust span {
  color: var(--cottage-muted);
  font-size: 13px;
  line-height: 1.5;
}

.cottage-section {
  padding: 105px 0;
}

.cottage-section__head {
  max-width: 800px;
  margin: 0 auto 52px;
  text-align: center;
}

.cottage-section__head h2 {
  margin-bottom: 20px;
}

.cottage-section__head p {
  color: var(--cottage-muted);
  font-size: 17px;
  line-height: 1.7;
}

.cottage-benefits {
  background: #f6f8fb;
}

.cottage-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.cottage-benefit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 330px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 43, 82, 0.08);
}

.cottage-benefit__body {
  position: relative;
  padding: 38px 34px;
}

.cottage-number {
  display: block;
  margin-bottom: 34px;
  color: var(--cottage-red);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.cottage-benefit h3 {
  margin-bottom: 16px;
  color: var(--cottage-navy);
  font-size: 22px;
  line-height: 1.25;
}

.cottage-benefit p {
  color: var(--cottage-muted);
  font-size: 14px;
  line-height: 1.7;
}

.cottage-sheet {
  min-height: 220px;
  background-repeat: no-repeat;
}

.cottage-sheet--benefits {
  min-height: 100%;
  background-size: cover;
  background-position: center;
}

.cottage-sheet--benefit-1 {
  background-image: url("/dist/img/uslugi-i-servis/cottage-climate/benefit-co2.jpg");
  background-position: 24% center;
}
.cottage-sheet--benefit-2 { background-image: url("/dist/img/uslugi-i-servis/cottage-climate/benefit-filter.jpg"); }
.cottage-sheet--benefit-3 { background-image: url("/dist/img/uslugi-i-servis/cottage-climate/benefit-dust.jpg"); }
.cottage-sheet--benefit-4 { background-image: url("/dist/img/uslugi-i-servis/cottage-climate/benefit-cleaning.jpg"); }
.cottage-sheet--benefit-5 { background-image: url("/dist/img/uslugi-i-servis/cottage-climate/benefit-humidity-generated.jpg"); }
.cottage-sheet--benefit-6 { background-image: url("/dist/img/uslugi-i-servis/cottage-climate/benefit-summer-temperature.jpg"); }

.cottage-crossed {
  position: relative;
  overflow: hidden;
}

.cottage-crossed::before,
.cottage-crossed::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 118%;
  height: 5px;
  border-radius: 5px;
  background: var(--cottage-red);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
  content: "";
}

.cottage-crossed::before { transform: translate(-50%, -50%) rotate(38deg); }
.cottage-crossed::after { transform: translate(-50%, -50%) rotate(-38deg); }

.cottage-crossed--soft {
  min-height: 100%;
}

.cottage-crossed--soft::before,
.cottage-crossed--soft::after {
  height: 4px;
  opacity: 0.82;
}

.cottage-planning {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  margin-top: 60px;
  overflow: hidden;
  background: var(--cottage-navy);
  box-shadow: 0 25px 60px rgba(15, 43, 82, 0.18);
}

.cottage-planning__image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.cottage-planning__body {
  align-self: center;
  padding: 55px;
  color: #fff;
  text-align: left;
}

.cottage-planning h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(30px, 3.5vw, 46px);
}

.cottage-planning p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.cottage-checks {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.cottage-checks li {
  position: relative;
  padding-left: 27px;
  color: #fff;
  line-height: 1.5;
}

.cottage-checks li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 13px;
  height: 2px;
  background: var(--cottage-red);
  content: "";
}

.cottage-link {
  display: inline-block;
  border-bottom: 1px solid var(--cottage-red);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cottage-link:hover {
  color: #fff;
}

.cottage-bad {
  position: relative;
  background:
    radial-gradient(circle at 18% 10%, rgba(25, 95, 145, 0.34), transparent 32%),
    linear-gradient(115deg, rgba(6, 19, 36, 0.96), rgba(10, 29, 51, 0.84)),
    url("/dist/img/uslugi-i-servis/cottage-climate/bad-section-bg.jpg") center/cover no-repeat;
}

.cottage-bad::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 76px 76px;
  content: "";
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.cottage-bad > .container {
  position: relative;
  z-index: 1;
}

.cottage-section__head--light h2 {
  color: #fff;
}

.cottage-section__head--light p {
  color: rgba(255, 255, 255, 0.68);
}

.cottage-bad__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cottage-bad__grid article {
  overflow: hidden;
  background: #152a47;
}

.cottage-bad__grid h3 {
  margin: 0;
  padding: 20px 22px 24px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.cottage-sheet--bad,
.cottage-sheet--portfolio {
  aspect-ratio: 1 / 1;
  background-size: 300% 200%;
}

.cottage-sheet--bad {
  background-image: url("/dist/img/uslugi-i-servis/cottage-climate/bad-work.jpg");
}

.cottage-sheet--bad-1,
.cottage-sheet--portfolio-1 { background-position: 0 0; }
.cottage-sheet--bad-2,
.cottage-sheet--portfolio-2 { background-position: 50% 0; }
.cottage-sheet--bad-3,
.cottage-sheet--portfolio-3 { background-position: 100% 0; }
.cottage-sheet--bad-4,
.cottage-sheet--portfolio-4 { background-position: 0 100%; }
.cottage-sheet--bad-5,
.cottage-sheet--portfolio-5 { background-position: 50% 100%; }
.cottage-sheet--bad-6,
.cottage-sheet--portfolio-6 { background-position: 100% 100%; }

.cottage-sheet--bad-6 {
  background-image: url("/dist/img/uslugi-i-servis/cottage-climate/bad-unreliable-mount.jpg");
  background-position: center;
  background-size: cover;
}

.cottage-process {
  background: #fff;
}

.cottage-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #dfe5ec;
  border-bottom: 1px solid #dfe5ec;
}

.cottage-process__grid article {
  padding: 36px 30px;
  border-right: 1px solid #dfe5ec;
}

.cottage-process__grid article:last-child {
  border-right: 0;
}

.cottage-process__grid span {
  display: block;
  margin-bottom: 50px;
  color: var(--cottage-red);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.cottage-process__grid h3 {
  color: var(--cottage-navy);
  font-size: 20px;
}

.cottage-process__grid p {
  color: var(--cottage-muted);
  font-size: 14px;
  line-height: 1.65;
}

.cottage-portfolio {
  background: #f6f8fb;
}

.cottage-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cottage-portfolio__item {
  display: block;
  min-height: 260px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 43, 82, 0.08);
}

.cottage-portfolio__item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.cottage-sheet--portfolio {
  min-height: 260px;
  background-image: url("/dist/img/uslugi-i-servis/cottage-climate/portfolio.jpg");
  box-shadow: 0 12px 30px rgba(15, 43, 82, 0.08);
}

.cottage-final {
  padding: 72px 0;
  position: relative;
  background:
    linear-gradient(100deg, rgba(10, 31, 55, 0.96), rgba(15, 54, 92, 0.82)),
    url("/dist/img/uslugi-i-servis/cottage-climate/hero.jpg") center 58%/cover no-repeat;
  overflow: hidden;
}

.cottage-final::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 50%, rgba(237, 28, 36, 0.18), transparent 22%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  content: "";
  pointer-events: none;
}

.cottage-final::after {
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.cottage-final__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.cottage-final__inner > div {
  max-width: 780px;
}

.cottage-final h2 {
  margin-bottom: 16px;
  color: #fff;
}

.cottage-final p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.cottage-final .cottage-button {
  flex: 0 0 auto;
}

.cottage-form {
  padding: 90px 0;
  background: #fff;
}

.cottage-form__grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
  align-items: start;
}

.cottage-form__intro h2 {
  margin-bottom: 20px;
  color: var(--cottage-navy);
  font-size: 38px;
}

.cottage-form__intro p {
  color: var(--cottage-muted);
  line-height: 1.7;
}

.cottage-form__intro > a {
  color: var(--cottage-navy);
  font-size: 21px;
  font-weight: 800;
}

.cottage-form__body {
  padding: 38px;
  background: #f4f6f9;
}

.cottage-form__body .form-input {
  background: #fff;
}

.cottage-form__privacy {
  display: block;
  margin: 20px 0 24px;
  color: var(--cottage-muted);
  font-size: 12px;
}

.cottage-form__message {
  margin-top: 16px;
  color: #15803d;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .cottage-benefit {
    grid-template-columns: 1fr;
  }

  .cottage-sheet--benefits,
  .cottage-crossed--soft {
    min-height: 280px;
  }

  .cottage-planning__body {
    padding: 42px;
  }
}

@media (max-width: 991px) {
  .cottage-hero,
  .cottage-hero__inner {
    min-height: 620px;
  }

  .cottage-trust__grid {
    grid-template-columns: 1fr;
  }

  .cottage-trust__grid > div {
    border-right: 0;
    border-bottom: 1px solid #e7ebf0;
  }

  .cottage-benefits__grid,
  .cottage-planning,
  .cottage-form__grid {
    grid-template-columns: 1fr;
  }

  .cottage-planning__image img {
    min-height: 420px;
  }

  .cottage-bad__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cottage-process__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cottage-process__grid article:nth-child(2) {
    border-right: 0;
  }

  .cottage-process__grid article:nth-child(-n+2) {
    border-bottom: 1px solid #dfe5ec;
  }

  .cottage-final__inner {
    display: block;
  }

  .cottage-final .cottage-button {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .cottage-hero {
    min-height: auto;
    background: linear-gradient(90deg, rgba(7, 25, 48, 0.96), rgba(7, 25, 48, 0.72)), url("/dist/img/uslugi-i-servis/cottage-climate/hero.jpg") 68% center/cover no-repeat;
  }

  .cottage-hero__inner {
    min-height: 650px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cottage-hero h1 {
    font-size: 42px;
  }

  .cottage-hero__lead {
    font-size: 16px;
  }

  .cottage-hero__actions,
  .cottage-hero__actions .cottage-button {
    width: 100%;
  }

  .cottage-section {
    padding: 72px 0;
  }

  .cottage-section__head {
    margin-bottom: 36px;
  }

  .cottage-benefits__grid,
  .cottage-bad__grid {
    grid-template-columns: 1fr;
  }

  .cottage-benefit__body,
  .cottage-planning__body,
  .cottage-form__body {
    padding: 30px 24px;
  }

  .cottage-planning__image img {
    min-height: 300px;
  }

  .cottage-process__grid {
    grid-template-columns: 1fr;
  }

  .cottage-process__grid article,
  .cottage-process__grid article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #dfe5ec;
  }

  .cottage-process__grid article:last-child {
    border-bottom: 0;
  }

  .cottage-process__grid span {
    margin-bottom: 20px;
  }

  .cottage-portfolio__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .cottage-final {
    padding: 60px 0;
  }
}

@media (max-width: 479px) {
  .cottage-hero h1 {
    font-size: 36px;
  }

  .cottage-landing h2 {
    font-size: 30px;
  }

  .cottage-portfolio__grid {
    grid-template-columns: 1fr;
  }

  .cottage-sheet--portfolio {
    min-height: 330px;
  }
}

.turkov-dealer-slide {
  background-position: center center;
}

.turkov-dealer-slide .swiper-slide-caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  text-shadow: 0 4px 18px rgba(0, 18, 32, 0.42);
}

.turkov-dealer-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(560px, 38vw);
  margin-left: 6%;
  margin-right: auto;
  transform: translateY(-8%);
  color: #fff;
  line-height: 1;
}

.turkov-dealer-kicker {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(28px, 2.35vw, 46px);
  font-weight: 500;
  letter-spacing: 0;
  white-space: normal;
}

.turkov-dealer-brand {
  display: block;
  font-size: clamp(62px, 5.4vw, 104px);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .turkov-dealer-slide {
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #061a2d;
  }


  .turkov-dealer-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 21, 38, 0.94) 0%, rgba(2, 21, 38, 0.90) 56%, rgba(2, 21, 38, 0.25) 78%, rgba(2, 21, 38, 0) 100%);
    pointer-events: none;
    z-index: 0;
  }

  .turkov-dealer-slide .swiper-slide-caption {
    z-index: 1;
  }
  .turkov-dealer-slide .swiper-slide-caption {
    position: static;
    display: block;
    text-align: left;
  }

  .turkov-dealer-copy {
    width: min(76vw, 420px);
    margin-left: 0;
    padding-right: 0;
    transform: none;
  }

  .turkov-dealer-kicker {
    margin-bottom: 10px;
    font-size: clamp(20px, 5.9vw, 30px);
  }

  .turkov-dealer-brand {
    font-size: clamp(42px, 13.5vw, 68px);
  }
}
