.cookie-banner{
  position:fixed;
  left:18px;
  bottom:18px;
  z-index:99990;
  width:min(420px, calc(100vw - 36px));
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 12px 12px 14px;
  border:1px solid rgba(15,23,42,.12);
  border-radius:12px;
  background:#fff;
  box-shadow:0 18px 50px rgba(15,23,42,.18);
  color:#1f2937;
  font-size:13px;
  line-height:1.35;
  opacity:0;
  transform:translateY(12px);
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease;
}
.cookie-banner.is-visible{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
.cookie-banner__text{
  flex:1;
  min-width:0;
}
.cookie-banner__btn{
  flex:0 0 auto;
  min-width:58px;
  height:34px;
  padding:0 14px;
  border:none;
  border-radius:8px;
  background:#00b2ff;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.cookie-banner__btn:hover{filter:brightness(.96)}

.intro-equipment__bg{pointer-events:none}
.intro-equipment .row{
  position:relative;
  z-index:1;
}
.intro-equipment__btn{
  position:relative;
  z-index:2;
}
.promo__form-policy,
.callback__form-policy,
.ask-expert__form-policy,
.modal-order__form-policy{
  flex:0 0 100%;
  width:100%;
  opacity:1;
  color:#5f6b7a;
}
.promo__form-policy a,
.callback__form-policy a,
.ask-expert__form-policy a,
.modal-order__form-policy a{
  color:#00b2ff;
  text-decoration:underline;
  text-underline-offset:2px;
}
.modal-order__form-policy{
  margin-top:12px;
}
.ask-expert .ask-expert__form-policy,
.promo .promo__form-policy{
  color:rgba(255,255,255,.82);
}
.ask-expert .ask-expert__form-policy a,
.promo .promo__form-policy a{
  color:#fff;
  font-weight:500;
}
.callback .callback__form-policy{
  color:#5f6b7a;
}
.callback .callback__form-policy a{
  color:var(--primary, #011e41);
  font-weight:500;
}

.form-consent{
  display:flex;
  align-items:flex-start;
  gap:8px;
  cursor:pointer;
  text-align:left;
  line-height:1.4;
  max-width:100%;
}
.form-consent__check{
  flex:0 0 auto;
  width:18px;
  height:18px;
  margin:1px 0 0;
  accent-color:var(--primary, #00b2ff);
  cursor:pointer;
}
.form-consent__text{
  flex:1;
  min-width:0;
  white-space:normal;
  overflow:visible;
}

#privacyModal.privacy-modal{
  position:fixed;
  inset:0;
  z-index:100000;
  display:none;
  font-family:inherit;
}
#privacyModal.privacy-modal.is-open{display:block}
#privacyModal .modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(17,24,39,.62);
}
#privacyModal .modal__dialog{
  position:relative;
  width:min(94vw, 760px);
  max-height:min(84vh, 760px);
  margin:min(8vh, 58px) auto 0;
  overflow:auto;
  background:#fff;
  border-radius:18px;
  box-shadow:0 30px 90px rgba(0,0,0,.28);
  padding:28px 26px 24px;
  z-index:1;
}
#privacyModal .modal__close{
  position:absolute;
  top:14px;
  right:14px;
  width:36px;
  height:36px;
  border-radius:50%;
  border:none;
  background:#f3f4f6;
  color:#6b7280;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  line-height:1;
  text-decoration:none;
}
#privacyModal .modal__close:hover{background:#e9ecef;color:#1f2937}
.privacy-policy{
  color:#1f2937;
  font-size:14px;
  line-height:1.58;
  text-align:left;
  padding-right:4px;
}
.privacy-policy h2{
  margin:0 48px 12px 0;
  font-size:24px;
  line-height:1.22;
  font-weight:800;
}
.privacy-policy h3{
  margin:18px 0 6px;
  font-size:15px;
  line-height:1.3;
  font-weight:800;
}
.privacy-policy p{margin:0 0 10px}
.privacy-policy a{color:#00b2ff;font-weight:700}
html.modal-lock,
body.modal-lock{overflow:hidden}

.intro-main__bg{
  background:
    linear-gradient(90deg, rgba(7,27,48,.42), rgba(7,27,48,.2)),
    url("/assets/img/hero-appliances-electrolux.webp") center/cover no-repeat;
}
.intro-main__bg video{display:none}

.nav .dropdown-menu{
  position:relative;
}
.nav .nav__link--drop{
  white-space:nowrap;
}
.nav .submenu{
  z-index:20;
  box-shadow:0 12px 28px rgba(15,23,42,.12);
}
.nav .submenu.submenu-active{
  display:block !important;
}

.price-list .prices-row__items--service{
  margin:40px -20px 45px 0;
}
.price-list .prices-row__items--service .prices-row__item{
  background:#fff;
  border-color:rgba(1,98,163,.22);
}
.price-list .prices-row__items--service .prices-row__item-btn{
  background:var(--primary);
}
.price-list .prices-row__items--service .prices-row__item-btn:hover{
  background:var(--primaryHovered);
}

@media (max-width: 560px){
  .cookie-banner{
    left:12px;
    right:12px;
    bottom:12px;
    width:auto;
    align-items:flex-start;
  }
  #privacyModal .modal__dialog{
    width:calc(100vw - 24px);
    max-height:calc(100vh - 32px);
    margin:16px auto 0;
    padding:24px 16px 18px;
    border-radius:14px;
  }
  .privacy-policy{font-size:13px}
  .privacy-policy h2{font-size:20px}
  .price-list .prices-row__items--service{
    margin:28px -10px 34px 0;
  }
}
.intro-main__service-area{
  margin:0 0 24px;
  font-size:22px;
  line-height:1.4;
  color:#fff;
}
@media (max-width:767px){
  .intro-main__service-area{
    margin-bottom:18px;
    font-size:18px;
  }
}
