.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:var(--primary);
  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:#1b57a6;
  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, #1428a0);
  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, #e30613);
  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:var(--primary);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-bosch.png") 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(31,135,255,.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;
  }
}

/* Washer page hero */
.washer-page{
  background:#f4f5f7;
  color:#171b22;
}
.washer-page .header{
  top:8px;
  width:calc(100% - 40px);
  max-width:1200px;
  margin:8px auto 0;
  border-radius:24px;
  box-shadow:0 16px 40px rgba(30,41,59,.08);
}
.washer-page .header > .container{
  width:calc(100% - 92px);
  max-width:none;
}
.washer-page .header__wrapper{
  min-height:88px;
  gap:18px;
}
.washer-page .header__logo{
  flex:0 0 184px;
}
.washer-page .header__logo img{
  width:184px;
  height:auto;
}
.washer-page .header__about{
  display:none;
}
.washer-page .header__schedule{
  position:relative;
  display:block;
  margin-left:auto;
  color:#596375;
  font-size:15px;
  line-height:1.25;
}
.washer-page .header__schedule:first-of-type{
  padding-left:29px;
  white-space:nowrap;
}
.washer-page .header__schedule:first-of-type::before{
  content:"";
  position:absolute;
  left:0;
  top:1px;
  width:17px;
  height:21px;
  border:2px solid #ef1b2d;
  border-radius:10px 10px 12px 12px;
  box-sizing:border-box;
}
.washer-page .header__schedule:first-of-type::after{
  content:"";
  position:absolute;
  left:6px;
  top:7px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#ef1b2d;
}
.washer-page .header__schedule + .header__schedule{
  margin-left:18px;
  color:#414957;
}
.washer-page .header__phone{
  display:flex;
  align-items:center;
  margin-left:15px;
  color:#f0182b;
  font-weight:700;
}
.washer-page .header__phone-num{font-size:18px}
.washer-page .header__callback{
  display:flex;
  flex:0 0 170px;
  align-items:center;
  justify-content:center;
  min-height:46px;
  margin-left:4px;
  border-radius:8px;
  background:#ef1b2d;
  color:#fff;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  transition:background .2s ease,transform .2s ease;
}
.washer-page .header__callback:hover{background:#d80e20;transform:translateY(-1px)}
.washer-page .header__divider{margin:0 46px}
.washer-page .nav{
  min-height:66px;
  padding-right:0;
}
.washer-page .nav-ul{
  width:100%;
  padding-right:0;
}
.washer-page .nav-ul > li{
  position:relative;
}
.washer-page .nav__link{
  padding:20px 0 18px;
  color:#20242b;
  font-size:16px;
}
.washer-page .nav-ul > li:not(:last-child)::after{
  content:"";
  position:absolute;
  right:-18px;
  top:50%;
  width:3px;
  height:3px;
  border-radius:50%;
  background:#d9dde3;
}
.washer-page .nav-ul > li:first-child::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:#ef1b2d;
}
.washer-page .nav__link--btn{
  display:none;
}

.service-hero{
  position:relative;
  width:calc(100% - 40px);
  max-width:1200px;
  margin:20px auto 118px;
}
.service-hero__inner{
  position:relative;
  min-height:620px;
  overflow:hidden;
  border-radius:28px;
  background:
    radial-gradient(circle at 79% 45%, rgba(239,27,45,.10) 0 20%, transparent 20.5%),
    linear-gradient(122deg, #fff 0%, #fff 40%, #f0f2f5 72%, #fff 100%);
  box-shadow:0 16px 38px rgba(31,41,55,.05);
}
.service-hero__inner::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(118deg, transparent 0 42%, rgba(224,228,234,.5) 42.2%, transparent 60%);
  pointer-events:none;
}
.service-hero__content{
  position:relative;
  z-index:3;
  width:57%;
  max-width:760px;
  padding:52px 0 44px 52px;
}
.service-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:24px;
  padding:8px 12px;
  border-radius:8px;
  background:rgba(248,249,251,.9);
  box-shadow:0 8px 24px rgba(31,41,55,.04);
  color:#ef1b2d;
  font-size:14px;
}
.service-hero__eyebrow span{color:#242a33}
.service-hero__title{
  margin:0;
  color:#171b22;
  font-size:48px;
  font-weight:700;
  line-height:1.13;
  letter-spacing:0;
}
.service-hero__title span{color:#ed1b2e}
.service-hero__subtitle{
  margin:16px 0 30px;
  color:#6a7483;
  font-size:19px;
  line-height:1.35;
}
.service-hero__quick-benefits{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  width:100%;
  margin-bottom:28px;
}
.service-hero__quick-benefit{
  position:relative;
  display:flex;
  align-items:center;
  min-width:0;
  gap:10px;
  color:#303642;
  font-size:12px;
  line-height:1.35;
}
.service-hero__quick-benefit:not(:last-child)::after{
  content:"";
  position:absolute;
  right:11px;
  top:4px;
  width:1px;
  height:46px;
  background:#d8dce2;
}
.service-hero__quick-icon{
  display:flex;
  flex:0 0 46px;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:12px;
  background:#fff1f3;
  color:#ef1b2d;
}
.service-hero__contact{
  display:flex;
  align-items:center;
  gap:17px;
  width:100%;
  padding:17px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.95);
  box-shadow:0 14px 36px rgba(31,41,55,.06);
}
.service-hero__contact-icon{
  display:flex;
  flex:0 0 62px;
  align-items:center;
  justify-content:center;
  width:62px;
  height:62px;
  border:4px solid #ffd8dd;
  border-radius:50%;
  color:#ef1b2d;
}
.service-hero__contact-copy{
  display:flex;
  flex:1 1 auto;
  min-width:0;
  flex-direction:column;
  gap:4px;
  color:#606978;
  font-size:14px;
  line-height:1.45;
}
.service-hero__contact-copy b{color:#242a33}
.service-hero__contact-copy a{color:inherit;text-decoration:none;white-space:nowrap}
.service-hero__contact-btn{
  display:flex;
  flex:0 0 198px;
  align-items:center;
  justify-content:center;
  min-height:60px;
  border-radius:8px;
  background:#ef1b2d;
  color:#fff;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  transition:background .2s ease,transform .2s ease;
}
.service-hero__contact-btn:hover{background:#d80e20;transform:translateY(-1px)}
.service-hero__visual{
  position:absolute;
  z-index:2;
  top:0;
  right:0;
  bottom:0;
  width:50%;
}
.service-hero__rings{
  position:absolute;
  top:45px;
  right:24px;
  width:570px;
  height:570px;
  border:2px solid rgba(255,255,255,.85);
  border-radius:50%;
  box-shadow:0 0 0 26px rgba(255,255,255,.22),0 0 0 62px rgba(255,255,255,.22);
}
.service-hero__rings::before{
  content:"";
  position:absolute;
  inset:76px;
  border-radius:50%;
  background:linear-gradient(145deg,#ff4b59,#df1024);
  box-shadow:0 0 0 24px rgba(239,27,45,.09);
}
.service-hero__washer{
  position:absolute;
  z-index:2;
  left:2%;
  bottom:48px;
  width:55%;
  max-width:430px;
  filter:drop-shadow(0 18px 18px rgba(31,41,55,.16));
}
.service-hero__technician{
  position:absolute;
  z-index:3;
  right:0;
  bottom:-94px;
  width:53%;
  max-width:440px;
  filter:drop-shadow(0 15px 20px rgba(31,41,55,.12));
}
.service-hero__discount{
  position:absolute;
  z-index:5;
  top:64px;
  left:0;
  width:155px;
  color:#fff;
  text-align:center;
  transform:rotate(-2deg);
}
.service-hero__discount b{
  display:block;
  padding:7px 12px;
  border-radius:9px 9px 5px 5px;
  background:#ef1b2d;
  font-size:32px;
  line-height:1;
}
.service-hero__discount span{
  display:block;
  padding:8px 5px;
  border-radius:0 0 8px 8px;
  background:#fff;
  color:#353c48;
  font-size:13px;
  box-shadow:0 8px 20px rgba(31,41,55,.1);
}
.service-hero__trust{
  position:absolute;
  z-index:6;
  left:50%;
  bottom:-106px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  width:100%;
  min-height:95px;
  padding:19px 28px;
  border-radius:20px;
  background:rgba(255,255,255,.97);
  box-shadow:0 18px 45px rgba(31,41,55,.08);
  transform:translateX(-50%);
}
.service-hero__trust-item{
  position:relative;
  display:flex;
  align-items:center;
  gap:16px;
  padding:0 26px;
  color:#303642;
  font-size:13px;
  line-height:1.45;
}
.service-hero__trust-item:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:18px;
  bottom:18px;
  width:1px;
  background:#d8dce2;
}
.service-hero__trust-icon{
  display:flex;
  flex:0 0 43px;
  align-items:center;
  justify-content:center;
  width:43px;
  height:43px;
  border-radius:10px;
  background:#fff3f4;
  color:#ef1b2d;
  font-size:29px;
  line-height:1;
}

/* Shared first screen for all service categories */
.service-hero--synced .service-hero__eyebrow img{
  width:22px;
  height:24px;
}
.service-hero--synced .service-hero__eyebrow{
  align-self:flex-start;
}
.service-hero--synced .service-hero__quick-icon img{
  width:28px;
  height:28px;
}
.service-hero--synced .service-hero__contact-icon img{
  width:29px;
  height:29px;
}
.service-hero--synced .service-hero__trust-icon img{
  width:27px;
  height:27px;
}
.service-hero--synced .service-hero__quick-benefit > span:last-child{
  max-width:116px;
}
.service-hero--synced .service-hero__content{
  display:flex;
  min-height:570px;
  flex-direction:column;
  box-sizing:border-box;
}
.service-hero--synced .service-hero__quick-benefits{
  margin-top:auto;
}
.service-hero--synced .service-hero__equipment{
  width:55%;
  max-width:430px;
  max-height:430px;
  object-fit:contain;
}
.service-hero--synced .service-hero__contact-btn{
  padding:8px 14px;
  text-align:center;
  line-height:1.25;
}
.service-hero--home .service-hero__equipment{
  width:58%;
}

@media (max-width:1350px){
  .washer-page .header__wrapper{gap:18px}
  .washer-page .header__about{display:none}
  .washer-page .header__schedule + .header__schedule{margin-left:18px}
  .washer-page .header__phone{margin-left:15px}
  .washer-page .nav-ul > li:not(:last-child)::after{right:-18px}
  .service-hero__content{padding-left:52px;width:57%}
  .service-hero__title{font-size:48px}
  .service-hero__visual{width:50%}
  .service-hero__quick-benefit{gap:10px;font-size:12px}
  .service-hero__quick-icon{flex-basis:46px;width:46px;height:46px}
  .service-hero__trust{width:100%}
  .service-hero__trust-item{padding:0 16px}
}

@media (max-width:1023px){
  .washer-page .header{top:0;width:100%;margin:0;border-radius:0}
  .washer-page .header > .container{width:calc(100% - 40px)}
  .washer-page .header__wrapper{min-height:72px;padding-right:42px}
  .washer-page .header__schedule,.washer-page .header__phone,.washer-page .header__callback{display:none}
  .washer-page .header__nav-btn{
    position:absolute;
    top:19px;
    right:0;
    display:flex;
    width:34px;
    height:34px;
    align-items:center;
    justify-content:center;
  }
  .washer-page .header__nav-btn::before,.washer-page .header__nav-btn::after{
    content:"";
    position:absolute;
    width:34px;
    height:5px;
    border-radius:1px;
    background:#171b22;
  }
  .washer-page .header__nav-btn::before{transform:translateY(-7px)}
  .washer-page .header__nav-btn::after{transform:translateY(7px)}
  .washer-page .header__nav-btn--opened::before{transform:rotate(45deg)}
  .washer-page .header__nav-btn--opened::after{transform:rotate(-45deg)}
  .washer-page .header__divider{display:none}
  .washer-page .nav{display:none;position:absolute;top:72px;left:0;width:100%;min-height:0;padding:18px 20px;background:#fff;box-shadow:0 18px 30px rgba(31,41,55,.12)}
  .washer-page .nav.nav--opened{display:flex}
  .washer-page .nav-ul{width:100%;flex-direction:column}
  .washer-page .nav-ul > li:not(:last-child)::after,.washer-page .nav-ul > li:first-child::before{display:none}
  .washer-page .nav__link{padding:12px 0}
  .washer-page .nav__link--btn{display:block;position:static;width:100%;margin-top:12px;background:#ef1b2d;color:#fff}
  .service-hero{width:calc(100% - 32px);margin-top:18px;margin-bottom:32px}
  .service-hero__inner{min-height:760px}
  .service-hero__content{width:66%;padding:42px 0 36px 42px}
  .service-hero__title{font-size:43px}
  .service-hero__quick-benefits{grid-template-columns:1fr;gap:10px}
  .service-hero__quick-benefit:not(:last-child)::after{display:none}
  .service-hero__visual{top:auto;width:50%;height:470px}
  .service-hero__washer{left:-22%;bottom:36px;width:75%}
  .service-hero__technician{right:-8%;bottom:-60px;width:75%}
  .service-hero__discount{top:20px;left:-20%}
  .service-hero__contact{width:145%}
  .service-hero__trust{position:relative;left:auto;bottom:auto;width:100%;min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px;padding:10px 20px;transform:none}
  .service-hero__trust-item{min-height:76px;padding:10px 18px}
  .service-hero__trust-item:nth-child(n+3){border-top:1px solid #d8dce2}
  .service-hero__trust-item:nth-child(2)::after{display:none}
}

@media (max-width:767px){
  .washer-page .header__logo{flex-basis:auto}
  .washer-page .header__logo img{width:150px}
  .service-hero{width:calc(100% - 20px);margin:10px auto 32px}
  .service-hero__inner{min-height:0;border-radius:18px;overflow:hidden}
  .service-hero__content{width:100%;max-width:none;padding:28px 20px 0}
  .service-hero__eyebrow{margin-bottom:18px;font-size:12px}
  .service-hero__title{font-size:36px;line-height:1.12}
  .service-hero__subtitle{margin:14px 0 22px;font-size:16px}
  .service-hero__quick-benefits{grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:22px}
  .service-hero__quick-benefit{align-items:flex-start;flex-direction:column;gap:8px;font-size:11px}
  .service-hero__quick-icon{flex-basis:42px;width:42px;height:42px}
  .service-hero__contact{width:100%;flex-wrap:wrap;gap:12px;padding:14px;border-radius:14px}
  .service-hero__contact-icon{flex-basis:48px;width:48px;height:48px}
  .service-hero__contact-copy{font-size:12px}
  .service-hero__contact-btn{flex-basis:100%;min-height:50px}
  .service-hero__visual{position:relative;width:100%;height:340px;margin-top:6px}
  .service-hero__rings{top:20px;right:-90px;width:380px;height:380px}
  .service-hero__washer{left:2%;bottom:28px;width:62%}
  .service-hero__technician{right:-5%;bottom:-52px;width:60%}
  .service-hero__discount{top:28px;left:22px;width:112px}
  .service-hero__discount b{font-size:24px}
  .service-hero__discount span{font-size:10px}
  .service-hero__trust{position:relative;left:auto;bottom:auto;width:100%;grid-template-columns:1fr;margin-top:10px;padding:10px 18px;border-radius:16px;transform:none}
  .service-hero__trust-item{min-height:66px;padding:0 4px}
  .service-hero__trust-item:nth-child(n+3){border-top:0}
  .service-hero__trust-item:not(:last-child)::after{top:auto;right:0;bottom:0;left:0;width:auto;height:1px}
  .service-hero__trust-item:nth-child(2)::after{display:block}
  .service-hero--synced .service-hero__content{min-height:0}
  .service-hero--synced .service-hero__quick-benefits{margin-top:0}
}

@media (max-width:390px){
  .service-hero__title{font-size:32px}
  .service-hero__quick-benefits{grid-template-columns:1fr}
  .service-hero__quick-benefit{align-items:center;flex-direction:row;font-size:12px}
  .service-hero__visual{height:300px}
}

/* Washer page price section */
.washer-page .price-list--legacy{display:none}
.repair-prices,
.repair-prices *{box-sizing:border-box}
.repair-prices{
  position:relative;
  width:calc(100% - 40px);
  max-width:1200px;
  min-height:790px;
  margin:0 auto 28px;
  padding:44px 56px 42px;
  overflow:hidden;
  border-radius:28px;
  background:#f8f9fb;
}
.repair-prices__container{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1088px;
  margin:0 auto;
}
.repair-prices__decoration{
  position:absolute;
  z-index:1;
  top:-70px;
  right:-8%;
  width:680px;
  height:610px;
  border:1px solid rgba(224,228,235,.75);
  border-radius:50%;
  opacity:.7;
}
.repair-prices__decoration::before,
.repair-prices__decoration::after{
  content:"";
  position:absolute;
  border:1px solid rgba(224,228,235,.75);
  border-radius:50%;
}
.repair-prices__decoration::before{inset:44px}
.repair-prices__decoration::after{inset:92px}
.repair-prices__machine{
  position:absolute;
  z-index:1;
  top:55px;
  left:116px;
  width:445px;
  opacity:.11;
  filter:grayscale(1);
}
.repair-prices__wrench{
  position:absolute;
  z-index:2;
  right:30px;
  bottom:38px;
  width:190px;
  height:190px;
  opacity:.08;
}
.repair-prices__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  padding:6px 15px 6px 8px;
  border:1px solid #e9ebef;
  border-radius:20px;
  background:#fff;
  box-shadow:0 5px 14px rgba(31,41,55,.06);
  color:#252b34;
  font-size:16px;
}
.repair-prices__eyebrow-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:31px;
  height:31px;
  border-radius:50%;
  background:#fff2f3;
}
.repair-prices__eyebrow-icon img{width:21px;height:21px}
.repair-prices__title{
  margin:0;
  color:#111923;
  font-size:52px;
  font-weight:700;
  line-height:1.08;
  letter-spacing:0;
}
.repair-prices__title span{color:#ef1b2d}
.repair-prices__subtitle{
  display:flex;
  align-items:center;
  gap:12px;
  margin:17px 0 32px;
  color:#697485;
  font-size:19px;
}
.repair-prices__subtitle img{width:25px;height:25px}
.repair-prices__freebies{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:30px;
  margin-bottom:24px;
}
.repair-prices__freebie{
  display:grid;
  grid-template-columns:72px minmax(0,1fr) 190px;
  align-items:center;
  min-height:132px;
  padding:18px 22px;
  border:1px solid #eceef2;
  border-radius:18px;
  background:rgba(255,255,255,.96);
  box-shadow:0 12px 30px rgba(31,41,55,.07);
}
.repair-prices__freebie:first-child{grid-template-columns:72px minmax(0,1fr) 220px}
.repair-prices__freebie-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#fff2f3;
}
.repair-prices__freebie-icon img{width:34px;height:34px}
.repair-prices__freebie-copy{
  display:flex;
  flex-direction:column;
  gap:6px;
  color:#20252d;
  font-size:17px;
  line-height:1.15;
}
.repair-prices__freebie-copy b{
  color:#10151d;
  font-size:25px;
}
.repair-prices__button{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:64px;
  border-radius:8px;
  background:#ef1b2d;
  color:#fff;
  font-size:15px;
  font-weight:500;
  text-decoration:none;
  box-shadow:0 9px 20px rgba(239,27,45,.18);
  transition:background .2s ease,transform .2s ease;
}
.repair-prices__button:hover{background:#d90f21;transform:translateY(-1px)}
.repair-prices__columns{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:30px;
}
.repair-prices__panel{
  padding:18px 16px 20px;
  border:1px solid #eceef2;
  border-radius:18px;
  background:rgba(255,255,255,.96);
  box-shadow:0 12px 30px rgba(31,41,55,.06);
}
.repair-prices__panel-title{
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 13px;
  color:#0d2c5b;
  font-size:18px;
  font-weight:700;
  line-height:1.25;
}
.repair-prices__panel-title > span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:10px;
  background:#fff2f3;
}
.repair-prices__panel-title img{width:26px;height:26px}
.repair-prices__table{
  overflow:hidden;
  border:1px solid #e3e6eb;
  border-radius:12px;
  background:#fff;
}
.repair-prices__row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:60px;
  padding:13px 24px;
  color:#252a32;
  font-size:17px;
  line-height:1.2;
  text-decoration:none;
  transition:background .18s ease;
}
.repair-prices__row:not(:last-child){border-bottom:1px solid #e3e6eb}
.repair-prices__row:hover{background:#fff7f8}
.repair-prices__row b{
  margin-left:18px;
  color:#0d1117;
  font-size:17px;
  white-space:nowrap;
}

/* Shared price section for repair and installation pages */
.price-list--synced-source{display:none!important}
.repair-prices--synced .repair-prices__title{
  max-width:930px;
}
.repair-prices--synced .repair-prices__panel-title{
  min-height:44px;
}
.repair-prices--synced .repair-prices__row > span{
  min-width:0;
  overflow-wrap:anywhere;
}
.repair-prices--installation .repair-prices__title{
  max-width:820px;
  font-size:48px;
}
.repair-prices--installation .repair-prices__panel-title{
  font-size:16px;
}

@media (max-width:1280px){
  .repair-prices__title{font-size:51px}
  .repair-prices__freebie{grid-template-columns:72px minmax(0,1fr) 210px;padding:18px 22px}
  .repair-prices__freebie:first-child{grid-template-columns:72px minmax(0,1fr) 210px}
  .repair-prices__freebie-icon{width:58px;height:58px}
  .repair-prices__freebie-icon img{width:34px;height:34px}
  .repair-prices__freebie-copy{font-size:17px}
  .repair-prices__freebie-copy b{font-size:25px}
  .repair-prices__button{font-size:15px}
}

@media (max-width:900px){
  .repair-prices{width:calc(100% - 32px);padding:48px 24px 56px}
  .repair-prices__decoration{right:-240px}
  .repair-prices__title{font-size:44px}
  .repair-prices__freebies,.repair-prices__columns{grid-template-columns:1fr}
  .repair-prices__freebie{grid-template-columns:76px minmax(0,1fr) 220px}
  .repair-prices__freebie:first-child{grid-template-columns:76px minmax(0,1fr) 220px}
}

@media (max-width:600px){
  .repair-prices{width:calc(100% - 20px);padding:36px 14px 44px;border-radius:18px}
  .repair-prices__eyebrow{font-size:13px}
  .repair-prices__title{font-size:35px;line-height:1.12}
  .repair-prices__subtitle{align-items:flex-start;margin:14px 0 25px;font-size:15px}
  .repair-prices__freebies{gap:14px;margin-bottom:14px}
  .repair-prices__freebie{grid-template-columns:58px minmax(0,1fr);min-height:0;padding:16px;border-radius:14px}
  .repair-prices__freebie:first-child{grid-template-columns:58px minmax(0,1fr)}
  .repair-prices__freebie-icon{width:48px;height:48px}
  .repair-prices__freebie-icon img{width:29px;height:29px}
  .repair-prices__freebie-copy{font-size:15px}
  .repair-prices__freebie-copy b{font-size:22px}
  .repair-prices__button{grid-column:1/-1;min-height:50px;margin-top:12px}
  .repair-prices__columns{gap:14px}
  .repair-prices__panel{padding:14px 10px 10px;border-radius:14px}
  .repair-prices__panel-title{font-size:16px}
  .repair-prices__row{min-height:54px;padding:11px 13px;font-size:14px}
  .repair-prices__row b{font-size:14px}
  .repair-prices--installation .repair-prices__title{font-size:32px}
  .repair-prices--synced .repair-prices__panel-title{min-height:0}
}

/* Discount form and service advantages */
.promo-features-scope{display:contents}
.features--synced .features__items{
  height:auto!important;
  transform:none!important;
}
.features--synced .features__item{
  width:auto!important;
  margin-right:0!important;
}
.washer-page .promo,
.washer-page .features,
.washer-page .promo *,
.washer-page .features *{box-sizing:border-box}
.washer-page .promo{
  width:calc(100% - 40px);
  max-width:1200px;
  margin:32px auto 28px;
}
.washer-page .promo .container,
.washer-page .features .container{width:100%;max-width:none;padding:0}
.washer-page .promo__wrapper{
  position:relative;
  min-height:250px;
  padding:48px 64px 42px 182px;
  overflow:visible;
  border-radius:16px;
  background:#072241;
  box-shadow:0 16px 34px rgba(8,31,58,.18);
  color:#fff;
}
.washer-page .promo__wrapper > .row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:center;
  gap:58px;
  margin:0;
}
.washer-page .promo__wrapper > .row > div{
  width:auto;
  max-width:none;
  padding:0;
  flex:none;
}
.washer-page .promo__wrapper > .row > div:first-child{
  position:static;
  min-height:156px;
  padding:12px 44px 8px 0;
  border-right:1px solid rgba(255,255,255,.22);
}
.washer-page .promo__sale{
  top:56px;
  left:-20px;
  width:158px;
  height:82px;
  transform:none;
  border:1px solid rgba(255,255,255,.28);
  border-radius:12px;
  background:#ed1b2e;
  box-shadow:0 12px 24px rgba(237,27,46,.34);
  font-size:41px;
  line-height:1;
  font-weight:500;
  color:#fff;
}
.washer-page .promo__heading{
  margin:0 0 18px;
  font-size:35px;
  line-height:1.18;
  font-weight:500;
}
.washer-page .promo__desc{
  margin:0;
  font-size:19px;
  line-height:1.45;
  font-weight:300;
  opacity:.9;
}
.washer-page .promo__form{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin:0;
}
.washer-page .promo__form-field,
.washer-page .promo__form-btn{
  width:100%;
  min-height:54px;
  margin:0;
  padding:14px 24px;
  border-radius:8px;
  font:400 17px/1.3 Roboto,Arial,sans-serif;
}
.washer-page .promo__form-field{
  border:1px solid rgba(255,255,255,.2);
  background:#fff;
  color:#20252d;
}
.washer-page .promo__form-field:focus{
  border-color:#ef1b2d;
  box-shadow:0 0 0 3px rgba(239,27,45,.16);
}
.washer-page .promo__form-btn{
  border:0;
  background:#ed1b2e;
  box-shadow:0 10px 22px rgba(237,27,46,.26);
  color:#fff;
  font-weight:500;
}
.washer-page .promo__form-btn:hover{background:#d80e20;transform:translateY(-1px)}
.washer-page .promo__form-policy{
  margin:2px 0 0;
  font-size:11px;
  line-height:1.4;
  font-weight:300;
  opacity:.78;
}
.washer-page .promo__form-policy a{color:#fff;text-underline-offset:2px}
.washer-page .promo__form-policy .form-consent{align-items:flex-start}
.washer-page .promo__form-policy .form-consent__check{margin-top:1px}

.washer-page .features{
  width:calc(100% - 40px);
  max-width:1200px;
  margin:0 auto 64px;
  overflow:visible;
}
.washer-page .features__slider{max-width:none}
.washer-page .features__items{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.washer-page .features__item{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  min-height:214px;
  padding:36px 270px 36px 100px;
  overflow:hidden;
  border:1px solid #eceff3;
  border-radius:14px;
  background:#f8f9fa;
  box-shadow:0 10px 24px rgba(30,44,61,.08);
}
.washer-page .features__item-badge{
  position:absolute;
  top:42px;
  left:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 7px 18px rgba(30,44,61,.1);
  z-index:2;
}
.washer-page .features__item-badge img{width:28px;height:28px;object-fit:contain}
.washer-page .features__item-icon{
  top:50%;
  right:0;
  left:auto;
  bottom:auto;
  width:260px;
  height:100%;
  transform:translateY(-50%);
}
.washer-page .features__item-icon picture,
.washer-page .features__item-icon img{display:block;width:100%;height:100%}
.washer-page .features__item-icon img{
  max-width:none;
  object-fit:cover;
  object-position:center;
}
.washer-page .features__item-name{
  position:relative;
  max-width:265px;
  margin:0 0 24px;
  font-size:18px;
  line-height:1.35;
  font-weight:500;
  color:#171b22;
  z-index:1;
}
.washer-page .features__item-text{
  position:relative;
  max-width:250px;
  font-size:13px;
  line-height:1.55;
  font-weight:300;
  color:#505761;
  opacity:1;
  z-index:1;
}
.washer-page .features__pagination{display:none !important}

@media (max-width:1000px){
  .washer-page .promo__wrapper{padding:44px 40px 40px 128px}
  .washer-page .promo__wrapper > .row{gap:36px}
  .washer-page .promo__sale{left:-28px;width:132px}
  .washer-page .promo__heading{font-size:30px}
  .washer-page .promo__desc{font-size:17px}
  .washer-page .features__item{padding-right:225px}
  .washer-page .features__item-icon{width:220px}
}
@media (max-width:760px){
  .washer-page .promo,
  .washer-page .features{width:calc(100% - 32px)}
  .washer-page .promo__wrapper{padding:72px 28px 30px}
  .washer-page .promo__wrapper > .row{grid-template-columns:1fr;gap:28px}
  .washer-page .promo__wrapper > .row > div:first-child{min-height:0;padding:0;border-right:0}
  .washer-page .promo__sale{top:18px;left:20px;width:126px;height:48px;font-size:30px}
  .washer-page .features__items{grid-template-columns:1fr}
  .washer-page .features__item{min-height:220px;padding-right:270px}
  .washer-page .features__item-icon{width:260px}
}
@media (max-width:520px){
  .washer-page .promo,
  .washer-page .features{width:calc(100% - 20px)}
  .washer-page .promo{margin:22px auto 16px}
  .washer-page .promo__wrapper{padding:70px 20px 24px;border-radius:16px}
  .washer-page .promo__heading{font-size:27px}
  .washer-page .promo__desc{font-size:16px}
  .washer-page .promo__form-field,
  .washer-page .promo__form-btn{min-height:52px;font-size:15px}
  .washer-page .features{margin-bottom:44px}
  .washer-page .features__items{height:auto !important;gap:12px;transform:none !important}
  .washer-page .features__item{
    justify-content:flex-start;
    width:auto !important;
    min-height:365px;
    margin-right:0 !important;
    padding:28px 20px 176px;
    border-radius:14px;
  }
  .washer-page .features__item-badge{top:24px;left:20px;width:52px;height:52px}
  .washer-page .features__item-name{min-height:52px;margin:0 0 18px 68px;font-size:17px}
  .washer-page .features__item-text{max-width:none;font-size:13px}
  .washer-page .features__item-icon{
    top:auto;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:170px;
    transform:none;
  }
  .washer-page .features__item-icon img{object-fit:cover;object-position:center 46%}
}

/* Repair terms */
.washer-page .work-terms,
.washer-page .work-terms *{box-sizing:border-box}
.washer-page .work-terms{
  margin:0;
  padding:54px 20px 64px;
  background:#f3f5f7;
  color:#111923;
}
.washer-page .work-terms__container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}
.washer-page .work-terms__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  margin-bottom:20px;
  padding:8px 16px;
  border:1px solid #d9dde3;
  border-radius:22px;
  background:#fff;
  box-shadow:0 4px 12px rgba(26,39,55,.05);
  font-size:14px;
  line-height:1.2;
  color:#242b35;
}
.washer-page .work-terms__eyebrow img{width:22px;height:22px;object-fit:contain}
.washer-page .work-terms__title{
  max-width:980px;
  margin:0;
  font-size:50px;
  line-height:1.08;
  font-weight:500;
  color:#121a25;
}
.washer-page .work-terms__title span{color:#ed1b2e}
.washer-page .work-terms__intro{
  max-width:980px;
  margin:18px 0 38px;
  font-size:17px;
  line-height:1.5;
  font-weight:300;
  color:#606977;
}
.washer-page .work-terms__cards{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:16px;
}
.washer-page .work-terms__card{
  position:relative;
  grid-column:span 2;
  min-width:0;
  min-height:262px;
  padding:38px 34px 34px;
  overflow:hidden;
  border:1px solid #e1e5ea;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 24px rgba(30,44,61,.08);
}
.washer-page .work-terms__card:nth-child(n+4){grid-column:span 3;min-height:218px}
.washer-page .work-terms__icon{
  position:absolute;
  top:24px;
  right:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border:1px solid #e4e7eb;
  border-radius:50%;
  background:#fff;
  box-shadow:0 8px 18px rgba(30,44,61,.1);
}
.washer-page .work-terms__icon img{width:29px;height:29px;object-fit:contain}
.washer-page .work-terms__card h3{
  max-width:calc(100% - 74px);
  margin:4px 0 34px;
  font-size:21px;
  line-height:1.25;
  font-weight:500;
  color:#101823;
}
.washer-page .work-terms__card p{
  max-width:300px;
  margin:0 0 24px;
  font-size:16px;
  line-height:1.45;
  font-weight:400;
  color:#1e252e;
}
.washer-page .work-terms__card small{
  display:block;
  max-width:340px;
  font-size:13px;
  line-height:1.55;
  font-weight:300;
  color:#69717c;
}
.washer-page .work-terms__card:nth-child(n+4) p,
.washer-page .work-terms__card:nth-child(n+4) small{max-width:470px}

@media (max-width:1000px){
  .washer-page .work-terms__title{font-size:44px}
  .washer-page .work-terms__card{grid-column:span 3}
  .washer-page .work-terms__card:nth-child(n+4){grid-column:span 3;min-height:240px}
  .washer-page .work-terms__card:last-child{grid-column:2/span 4}
}
@media (max-width:700px){
  .washer-page .work-terms{padding:42px 16px 48px}
  .washer-page .work-terms__title{font-size:36px;line-height:1.12}
  .washer-page .work-terms__intro{margin:15px 0 28px;font-size:15px}
  .washer-page .work-terms__cards{grid-template-columns:1fr;gap:12px}
  .washer-page .work-terms__card,
  .washer-page .work-terms__card:nth-child(n+4),
  .washer-page .work-terms__card:last-child{
    grid-column:1;
    min-height:0;
    padding:28px 22px;
  }
  .washer-page .work-terms__card h3{margin:4px 0 28px;font-size:19px}
  .washer-page .work-terms__card p{max-width:none;margin-bottom:18px;font-size:15px}
  .washer-page .work-terms__card small{max-width:none;font-size:12px}
  .washer-page .work-terms__icon{top:20px;right:20px;width:52px;height:52px}
  .washer-page .work-terms__icon img{width:26px;height:26px}
}
@media (max-width:420px){
  .washer-page .work-terms{padding-right:10px;padding-left:10px}
  .washer-page .work-terms__eyebrow{font-size:12px}
  .washer-page .work-terms__title{font-size:32px}
  .washer-page .work-terms__card{padding:24px 18px}
  .washer-page .work-terms__icon{top:16px;right:16px;width:48px;height:48px}
  .washer-page .work-terms__card h3{max-width:calc(100% - 58px);font-size:18px}
}

/* Testimonials showcase */
.washer-page .testimonials,
.washer-page .testimonials *{box-sizing:border-box}
.washer-page .testimonials{
  margin:0;
  padding:56px 20px 64px;
  overflow:hidden;
  border-top:1px solid #e6e9ed;
  background:#f5f6f8;
}
.washer-page .testimonials > .container{width:100%;max-width:1200px;padding:0}
.washer-page .testimonials__header{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(470px,1fr);
  align-items:end;
  gap:36px;
}
.washer-page .testimonials__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  margin-bottom:20px;
  padding:8px 16px;
  border:1px solid #d9dde3;
  border-radius:22px;
  background:#fff;
  box-shadow:0 4px 12px rgba(26,39,55,.05);
  color:#242b35;
  font-size:14px;
  line-height:1.2;
}
.washer-page .testimonials__eyebrow img{width:22px;height:22px}
.washer-page .testimonials__heading{
  margin:0;
  font-size:46px;
  line-height:1.08;
  font-weight:500;
  color:#111a27;
}
.washer-page .testimonials__subtitle{
  margin:14px 0 0;
  font-size:16px;
  line-height:1.45;
  font-weight:300;
  color:#687282;
}
.washer-page .testimonials__stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.washer-page .testimonials__stat{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  min-height:84px;
  padding:14px;
  border:1px solid #e0e4e9;
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 20px rgba(30,44,61,.06);
}
.washer-page .testimonials__stat > span{
  display:flex;
  flex:0 0 48px;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border:1px solid #e0e4e9;
  border-radius:50%;
  background:#fff;
}
.washer-page .testimonials__stat img{width:25px;height:25px;object-fit:contain}
.washer-page .testimonials__stat div{min-width:0}
.washer-page .testimonials__stat b{
  display:block;
  font-size:20px;
  line-height:1.15;
  font-weight:500;
  color:#121a26;
}
.washer-page .testimonials__stat:last-child b{font-size:15px}
.washer-page .testimonials__stat small{
  display:block;
  margin-top:6px;
  font-size:11px;
  line-height:1.25;
  font-weight:300;
  color:#626d7c;
}
.washer-page .testimonials__slider{
  position:relative;
  margin-top:28px;
  padding-bottom:82px;
  overflow:hidden;
}
.washer-page .testimonials__slider > .swiper-wrapper{align-items:stretch}
.washer-page .testimonials__slide{
  position:relative;
  display:block;
  height:auto !important;
  min-height:430px;
  padding:28px 28px 70px;
  overflow:hidden;
  border:1px solid #e1e5ea;
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 24px rgba(30,44,61,.08);
}
.washer-page .testimonials__slide:first-child::before{
  content:"ТОП ОТЗЫВ";
  position:absolute;
  top:0;
  right:0;
  padding:8px 14px;
  border-radius:0 14px 0 10px;
  background:#ed1b2e;
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:500;
}
.washer-page .testimonials__slide::after{
  content:"Москва  ·  Ремонт техники Bosch";
  position:absolute;
  right:28px;
  bottom:24px;
  left:28px;
  padding-top:15px;
  border-top:1px solid #e3e6ea;
  color:#7a8493;
  font-size:11px;
  line-height:1.2;
  font-weight:300;
}
.washer-page .testimonials__slide-info{
  position:relative;
  display:flex;
  align-items:center;
  gap:7px;
  min-height:82px;
  padding:54px 0 0 94px;
}
.washer-page .testimonials__slide-image{
  position:absolute;
  top:0;
  left:0;
  width:52px;
  height:52px;
  margin:0;
  border-radius:50%;
}
.washer-page .testimonials__slide-image img{display:block;width:100%;height:100%;max-width:none;max-height:none}
.washer-page .testimonials__slide-names{
  position:absolute;
  top:31px;
  left:94px;
  margin:0;
  max-width:210px;
  font-size:17px;
  line-height:1.25;
  font-weight:500;
  color:#121a26;
}
.washer-page .testimonials__slide-rate{
  position:static;
  order:1;
  display:flex;
  align-items:center;
  flex:0 0 auto;
  margin:0;
  white-space:nowrap;
}
.washer-page .testimonials__slide-rate .rate__star{width:17px;height:17px;margin-right:0;fill:#ed1b2e}
.washer-page .testimonials__slide-rayt{
  position:static;
  order:2;
  flex:0 0 auto;
  font-size:13px;
  line-height:1.3;
  font-weight:500;
  color:#121a26;
}
.washer-page .testimonials__slide-info::after{
  content:"Проверенный отзыв";
  position:static;
  order:3;
  flex:0 0 auto;
  margin-left:auto;
  padding:6px 10px;
  border:1px solid #bfe4cc;
  border-radius:14px;
  background:#f0faf4;
  color:#169447;
  font-size:10px;
  line-height:1;
  font-weight:400;
}
.washer-page .testimonials__slide-names + .testimonials__slide-text,
.washer-page .testimonials__slide-text{
  display:-webkit-box;
  margin:18px 0 0;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:10;
  font-size:14px;
  line-height:1.55;
  font-weight:300;
  color:#27313e;
}
.washer-page .testimonials__slider .swiper-button-prev,
.washer-page .testimonials__slider .swiper-button-next{
  top:auto;
  bottom:24px;
  display:block;
  width:56px;
  height:42px;
  border-radius:22px;
  transform:none;
  box-shadow:0 6px 14px rgba(30,44,61,.1);
}
.washer-page .testimonials__slider .swiper-button-prev{
  left:calc(50% - 64px);
  background-color:#7f8a99;
  transform:rotate(180deg);
}
.washer-page .testimonials__slider .swiper-button-next{
  right:auto;
  left:calc(50% + 8px);
  background-color:#ed1b2e;
}
.washer-page .testimonials__slider .swiper-button-disabled{display:block;opacity:.35}
.washer-page .testimonials__pagination.swiper-pagination-bullets{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  margin:0;
}
.washer-page .testimonials__pagination.swiper-pagination-bullets > span.swiper-pagination-bullet{
  width:8px;
  height:8px;
  margin:0 5px;
  border-radius:50%;
  background:#aeb6c1;
  opacity:.55;
}
.washer-page .testimonials__pagination.swiper-pagination-bullets > span.swiper-pagination-bullet-active{background:#ed1b2e;opacity:1}

@media (max-width:1050px){
  .washer-page .testimonials__header{grid-template-columns:1fr;align-items:start}
  .washer-page .testimonials__stats{max-width:720px}
}
@media (max-width:767px){
  .washer-page .testimonials{padding:44px 16px 50px}
  .washer-page .testimonials__heading{font-size:36px}
  .washer-page .testimonials__subtitle{font-size:15px}
  .washer-page .testimonials__stats{grid-template-columns:1fr}
  .washer-page .testimonials__stat{min-height:72px}
  .washer-page .testimonials__slider{margin-top:22px;padding-bottom:36px}
  .washer-page .testimonials__slide{min-height:0;padding:24px 22px 68px}
  .washer-page .testimonials__slide-info{min-height:78px}
  .washer-page .testimonials__slide-info{padding:50px 0 0 76px}
  .washer-page .testimonials__slide-names{top:27px;left:76px;max-width:190px;font-size:16px}
  .washer-page .testimonials__slide-info::after{display:none}
  .washer-page .testimonials__slide-names + .testimonials__slide-text,
  .washer-page .testimonials__slide-text{font-size:13px}
  .washer-page .testimonials__slider .swiper-button-prev,
  .washer-page .testimonials__slider .swiper-button-next{display:none}
  .washer-page .testimonials__pagination.swiper-pagination-bullets{bottom:0}
}
@media (max-width:420px){
  .washer-page .testimonials{padding-right:10px;padding-left:10px}
  .washer-page .testimonials__heading{font-size:32px}
  .washer-page .testimonials__eyebrow{font-size:12px}
  .washer-page .testimonials__slide{padding-right:18px;padding-left:18px}
}

/* Callback and appliance model showcase */
.washer-page .callback--models,
.washer-page .callback--models *,
.washer-page .models--showcase .models__slider,
.washer-page .models--showcase .models__slider *{box-sizing:border-box}
.washer-page .callback--models{
  margin:0;
  padding:70px 16px 20px;
  background:#f3f5f8;
}
.washer-page .callback--models > .container,
.washer-page .models--showcase > .container{
  width:100%;
  max-width:1200px;
  padding:0;
}
.washer-page .callback--models .callback__wrapper{
  min-height:282px;
  padding:38px 54px;
  border:1px solid #eef0f3;
  border-radius:22px;
  background:#fff;
  box-shadow:0 15px 38px rgba(20,35,58,.08);
}
.washer-page .callback--models .row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:center;
  gap:0;
  margin:0;
}
.washer-page .callback--models .row > [class*="col-"]{
  width:auto;
  max-width:none;
  padding:0;
}
.washer-page .callback--models .row > [class*="col-"]:last-child{
  min-height:178px;
  margin-left:56px;
  padding-left:72px;
  border-left:1px solid #e8ebef;
}
.washer-page .callback--models .callback__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:40px;
  margin-bottom:20px;
  padding:6px 17px 6px 8px;
  border:1px solid #e2e6eb;
  border-radius:22px;
  background:#fff;
  color:#273247;
  font-size:14px;
  line-height:1.25;
}
.washer-page .callback--models .callback__eyebrow img{
  width:28px;
  height:28px;
  padding:6px;
  border:1px solid #f6cbd0;
  border-radius:50%;
  object-fit:contain;
}
.washer-page .callback--models .callback__heading{
  position:relative;
  margin:0 0 24px;
  padding:0 0 24px;
  color:#101a2a;
  font-size:46px;
  line-height:1.06;
  font-weight:500;
  letter-spacing:0;
}
.washer-page .callback--models .callback__heading::after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:42px;
  height:3px;
  border-radius:2px;
  background:#ed1b2e;
}
.washer-page .callback--models .callback__desc{
  max-width:500px;
  margin:0;
  color:#4f5b6e;
  font-size:20px;
  line-height:1.45;
  font-weight:300;
}
.washer-page .callback--models .callback__form{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  width:100%;
  max-width:none;
  margin:0;
}
.washer-page .callback--models .callback__form-field,
.washer-page .callback--models .callback__form-btn{
  width:100%;
  height:58px;
  margin:0;
  border-radius:5px;
  font-size:18px;
}
.washer-page .callback--models .callback__form-field{
  padding:0 18px 0 54px;
  border:1px solid #dfe3e8;
  background:#fff url('/assets/img/icons/phone.svg') no-repeat 20px center/20px 20px;
  color:#182235;
}
.washer-page .callback--models .callback__form-field::placeholder{color:#a7aebb;opacity:1}
.washer-page .callback--models .callback__form-btn{
  border:0;
  background:#ed1b2e;
  color:#fff;
  font-weight:500;
  box-shadow:0 10px 20px rgba(237,27,46,.15);
  transition:background-color .2s ease,transform .2s ease;
}
.washer-page .callback--models .callback__form-btn:hover{background:#d80e20;transform:translateY(-1px)}
.washer-page .callback--models .callback__form-policy{margin:0;padding-top:2px;color:#667186;font-size:13px}
.washer-page .callback--models .callback__form-policy a{color:#ed1b2e}

.washer-page .models--showcase{
  margin:0;
  padding:0 16px;
  background:#fff;
}
.washer-page .models--showcase .models__tabs{display:none}
.washer-page .models--showcase .models__slider{
  position:relative;
  margin:0;
  padding:0 0 58px;
  overflow:visible;
  background:#f3f5f8;
  box-shadow:0 0 0 100vmax #f3f5f8;
  clip-path:inset(0 -100vmax);
}
.washer-page .models--showcase .models__items{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  width:100%;
  transform:none!important;
}
.washer-page .models--showcase .models__item{
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  width:auto!important;
  height:286px;
  min-width:0;
  margin:0!important;
  padding:14px 14px 18px;
  overflow:hidden;
  border:1px solid #e9ecf0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 30px rgba(20,35,58,.07);
  color:#121c2f;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease;
}
.washer-page .models--showcase .models__item:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 36px rgba(20,35,58,.11);
}
.washer-page .models--showcase .models__item-img{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-width:0;
  height:222px;
  margin:0;
  overflow:hidden;
}
.washer-page .models--showcase .models__item-img img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  object-fit:contain;
}
.washer-page .models--showcase .models__item:nth-child(1) .models__item-img img{transform:scale(1.3)}
.washer-page .models--showcase .models__item:nth-child(2) .models__item-img img{transform:scale(1.16)}
.washer-page .models--showcase .models__item:nth-child(3) .models__item-img img{transform:scale(1.28)}
.washer-page .models--showcase .models__item:nth-child(4) .models__item-img img{transform:scale(1.1)}
.washer-page .models--showcase .models__item:nth-child(5) .models__item-img img{transform:scale(1.27)}
.washer-page .models--showcase .models__item-name{
  position:relative;
  min-width:0;
  margin:0;
  padding-top:15px;
  overflow-wrap:anywhere;
  color:#121c2f;
  font-size:15px;
  line-height:1.25;
  font-weight:500;
  letter-spacing:0;
}
.washer-page .models--showcase .models__item-name::before{
  content:"";
  position:absolute;
  top:6px;
  left:0;
  width:22px;
  height:2px;
  background:#ed1b2e;
}
.washer-page .models--showcase .models__slider > .swiper-button-prev,
.washer-page .models--showcase .models__slider > .swiper-button-next{display:none}
.washer-page .models--showcase .models__heading{margin-top:64px}

@media (max-width:1023px){
  .washer-page .callback--models .callback__wrapper{padding:34px}
  .washer-page .callback--models .row > [class*="col-"]:last-child{margin-left:36px;padding-left:40px}
  .washer-page .callback--models .callback__heading{font-size:40px}
  .washer-page .models--showcase .models__items{
    grid-auto-flow:column;
    grid-template-columns:none;
    grid-auto-columns:42%;
    gap:14px;
    padding-bottom:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .washer-page .models--showcase .models__items::-webkit-scrollbar{display:none}
  .washer-page .models--showcase .models__item{scroll-snap-align:start}
}
@media (max-width:767px){
  .washer-page .callback--models{padding:42px 10px 14px}
  .washer-page .callback--models .callback__wrapper{min-height:0;padding:24px 20px;border-radius:16px}
  .washer-page .callback--models .row{grid-template-columns:1fr;gap:28px}
  .washer-page .callback--models .row > [class*="col-"]:last-child{min-height:0;margin:0;padding:0;border-left:0}
  .washer-page .callback--models .callback__eyebrow{margin-bottom:18px;font-size:12px}
  .washer-page .callback--models .callback__heading{margin-bottom:18px;padding-bottom:18px;font-size:34px}
  .washer-page .callback--models .callback__desc{font-size:16px}
  .washer-page .callback--models .callback__form-field,
  .washer-page .callback--models .callback__form-btn{height:54px;font-size:16px}
  .washer-page .callback--models .callback__form-policy{font-size:12px;line-height:1.35}
  .washer-page .models--showcase{padding:0 10px}
  .washer-page .models--showcase .models__slider{padding-bottom:42px}
  .washer-page .models--showcase .models__items{grid-auto-columns:82%}
  .washer-page .models--showcase .models__item{height:300px}
  .washer-page .models--showcase .models__item-img{height:232px}
  .washer-page .models--showcase .models__heading{margin-top:46px}
}

/* Certificates showcase */
.washer-page .certificates,
.washer-page .certificates *{box-sizing:border-box}
.washer-page .certificates{
  position:relative;
  margin:0;
  padding:72px 16px 78px;
  overflow:hidden;
  background:#f3f5f8;
}
.washer-page .certificates > .container{
  width:100%;
  max-width:1200px;
  padding:0;
}
.washer-page .certificates__header{
  margin:0 auto 40px;
  text-align:center;
}
.washer-page .certificates__heading{
  margin:0 0 16px;
  color:#101a2a;
  font-size:54px;
  line-height:1.08;
  font-weight:500;
  letter-spacing:0;
}
.washer-page .certificates__subtitle{
  margin:0;
  color:#536075;
  font-size:17px;
  line-height:1.5;
  font-weight:300;
}
.washer-page .certificates__wrapper{
  display:grid;
  grid-template-columns:minmax(0,3fr) minmax(360px,1.65fr);
  gap:16px;
  align-items:stretch;
}
.washer-page .certificates__items{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  min-width:0;
  max-width:none;
}
.washer-page .certificates__item{
  display:block;
  width:auto;
  max-width:none;
  height:430px;
  min-width:0;
  margin:0!important;
  padding:9px;
  overflow:hidden;
  border:1px solid #e4e8ed;
  border-radius:12px;
  background:#fff;
  box-shadow:0 12px 28px rgba(20,35,58,.08);
  transition:transform .2s ease,box-shadow .2s ease;
}
.washer-page .certificates__item:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(20,35,58,.12);
}
.washer-page .certificates__item picture{display:block;width:100%;height:100%}
.washer-page .certificates__item-img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center top;
  border-radius:5px;
  cursor:zoom-in;
}
.washer-page .certificates__info{
  display:flex;
  flex-direction:column;
  min-width:0;
  max-width:none;
  margin:0;
  padding:30px 28px 24px;
  border:1px solid #e4e8ed;
  border-radius:12px;
  background:#fff;
  box-shadow:0 12px 28px rgba(20,35,58,.08);
}
.washer-page .certificates__info-icon{
  width:42px;
  height:42px;
  margin:0 0 18px;
  object-fit:contain;
}
.washer-page .certificates__info-heading{
  margin:0 0 14px;
  color:#101a2a;
  font-size:21px;
  line-height:1.35;
  font-weight:500;
  letter-spacing:0;
}
.washer-page .certificates__desc,
.washer-page .certificates__note{
  margin:0;
  color:#4f5b6e;
  font-size:15px;
  line-height:1.55;
  font-weight:300;
}
.washer-page .certificates__note{margin-top:24px}
.washer-page .certificates__note strong{
  display:block;
  margin-bottom:4px;
  color:#172238;
  font-weight:500;
}
.washer-page .certificates__button{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  margin-top:auto;
  padding:12px 18px;
  border-radius:5px;
  background:#ed1b2e;
  color:#fff;
  font-size:14px;
  line-height:1.25;
  font-weight:500;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  box-shadow:0 10px 20px rgba(237,27,46,.16);
  transition:background-color .2s ease,transform .2s ease;
}
.washer-page .certificates__button:hover{background:#d80e20;transform:translateY(-1px);color:#fff}

@media (max-width:1023px){
  .washer-page .certificates{padding-top:60px}
  .washer-page .certificates__heading{font-size:46px}
  .washer-page .certificates__wrapper{grid-template-columns:1fr}
  .washer-page .certificates__item{height:420px}
  .washer-page .certificates__info{min-height:330px}
}
@media (max-width:767px){
  .washer-page .certificates{padding:44px 10px 52px}
  .washer-page .certificates__header{margin-bottom:28px;text-align:left}
  .washer-page .certificates__heading{margin-bottom:12px;font-size:36px}
  .washer-page .certificates__subtitle{font-size:15px}
  .washer-page .certificates__items{
    grid-auto-flow:column;
    grid-template-columns:none;
    grid-auto-columns:78%;
    gap:12px;
    padding-bottom:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .washer-page .certificates__items::-webkit-scrollbar{display:none}
  .washer-page .certificates__item{height:420px;scroll-snap-align:start}
  .washer-page .certificates__info{min-height:0;padding:26px 22px 22px}
  .washer-page .certificates__info-heading{font-size:20px}
  .washer-page .certificates__desc,
  .washer-page .certificates__note{font-size:14px}
  .washer-page .certificates__button{margin-top:24px;font-size:13px}
}

/* Masters showcase */
.washer-page .masters-showcase,
.washer-page .masters-showcase *{box-sizing:border-box}
.washer-page .mastersbl.masters-showcase{
  margin:0;
  padding:68px 16px 78px;
  overflow:hidden;
  background:#f3f5f8;
  color:#101a2a;
}
.washer-page .masters-showcase > .container{
  width:100%;
  max-width:1200px;
  padding:0;
}
.washer-page .masters-showcase__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:40px;
  margin:0 0 22px;
  padding:7px 16px 7px 9px;
  border:1px solid #dfe4ea;
  border-radius:22px;
  background:#fff;
  color:#172238;
  font-size:14px;
  line-height:1.25;
  font-weight:400;
}
.washer-page .masters-showcase__eyebrow img{
  width:26px;
  height:26px;
  padding:4px;
  border-radius:50%;
  background:#fff5f6;
  object-fit:contain;
}
.washer-page .masters-showcase__heading{
  max-width:800px;
  margin:0 0 14px;
  color:#101a2a;
  font-size:50px;
  line-height:1.06;
  font-weight:500;
  letter-spacing:0;
}
.washer-page .masters-showcase__subtitle{
  margin:0 0 30px;
  color:#657187;
  font-size:18px;
  line-height:1.45;
  font-weight:300;
}
.washer-page .masters-showcase__cards{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  min-width:0;
}
.washer-page .master-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  height:446px;
  margin:0;
  padding:8px;
  overflow:hidden;
  border:1px solid #e3e7ec;
  border-radius:13px;
  background:#fff;
  box-shadow:0 12px 28px rgba(20,35,58,.08);
  transition:transform .2s ease,box-shadow .2s ease;
}
.washer-page .master-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 36px rgba(20,35,58,.12);
}
.washer-page .master-card__photo{
  display:block;
  width:100%;
  height:226px;
  min-height:226px;
  border-radius:8px;
  object-fit:cover;
  object-position:center 18%;
}
.washer-page .master-card__body{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  min-height:0;
  padding:14px 10px 10px;
}
.washer-page .master-card__surname{
  margin:0 0 3px;
  overflow-wrap:anywhere;
  color:#111b2d;
  font-size:18px;
  line-height:1.15;
  font-weight:500;
  letter-spacing:0;
  text-transform:uppercase;
}
.washer-page .master-card__name{
  margin:0;
  color:#536075;
  font-size:15px;
  line-height:1.3;
  font-weight:300;
}
.washer-page .master-card__metric{
  margin:12px 0 0;
  color:#536075;
  font-size:13px;
  line-height:1.35;
  font-weight:300;
}
.washer-page .master-card__rating{
  display:flex;
  align-items:center;
  gap:4px;
  min-height:18px;
  margin-top:auto;
  white-space:nowrap;
}
.washer-page .master-card__rating img{width:16px;height:16px;flex:0 0 auto}
.washer-page .master-card__rating span{
  margin-left:5px;
  color:#111b2d;
  font-size:13px;
  line-height:1;
  font-weight:500;
}
.washer-page .master-card__badge{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:40px;
  margin-top:13px;
  padding:8px 11px;
  border:1px solid #e1e5ea;
  border-radius:8px;
  color:#172238;
  font-size:13px;
  line-height:1.2;
  font-weight:400;
}
.washer-page .master-card__badge img{width:19px;height:19px;flex:0 0 auto;object-fit:contain}

@media (max-width:1023px){
  .washer-page .masters-showcase__heading{font-size:44px}
  .washer-page .masters-showcase__cards{
    grid-auto-flow:column;
    grid-template-columns:none;
    grid-auto-columns:42%;
    gap:14px;
    padding-bottom:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .washer-page .masters-showcase__cards::-webkit-scrollbar{display:none}
  .washer-page .master-card{scroll-snap-align:start}
}
@media (max-width:767px){
  .washer-page .mastersbl.masters-showcase{padding:44px 10px 52px}
  .washer-page .masters-showcase__eyebrow{margin-bottom:18px;font-size:12px}
  .washer-page .masters-showcase__heading{font-size:36px}
  .washer-page .masters-showcase__subtitle{margin-bottom:26px;font-size:15px}
  .washer-page .masters-showcase__cards{grid-auto-columns:82%}
  .washer-page .master-card{height:480px}
  .washer-page .master-card__photo{height:260px;min-height:260px}
  .washer-page .master-card__surname{font-size:20px}
  .washer-page .master-card__name{font-size:16px}
  .washer-page .master-card__metric{font-size:14px}
  .washer-page .master-card__rating img{width:18px;height:18px}
  .washer-page .master-card__badge{font-size:14px}
}

/* Moscow region service areas */
.washer-page .service-areas,
.washer-page .service-areas *{box-sizing:border-box}
.washer-page .service-areas{
  position:relative;
  margin:0;
  padding:50px 16px 52px;
  overflow:hidden;
  background:#f3f5f8;
}
.washer-page .service-areas > .container{
  position:relative;
  z-index:1;
  width:100%;
  max-width:1200px;
  padding:0;
}
.washer-page .service-areas__heading{
  margin:0 0 28px;
  color:#101a2a;
  font-size:34px;
  line-height:1.2;
  font-weight:500;
  letter-spacing:0;
}
.washer-page .service-areas__grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px 18px;
}
.washer-page .service-areas__grid > a{
  display:flex;
  align-items:center;
  gap:13px;
  min-width:0;
  min-height:58px;
  padding:13px 20px;
  border:1px solid #e0e4e9;
  border-radius:8px;
  background:#fff;
  color:#ed1b2e;
  font-size:16px;
  line-height:1.2;
  font-weight:300;
  text-decoration:none;
  box-shadow:0 8px 16px rgba(20,35,58,.08);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.washer-page .service-areas__grid > a:hover{
  border-color:#ef9ca5;
  color:#d80e20;
  box-shadow:0 10px 20px rgba(20,35,58,.12);
  transform:translateY(-2px);
}
.washer-page .service-areas__grid img{
  width:22px;
  height:22px;
  flex:0 0 22px;
}
.washer-page .service-areas__grid span{
  min-width:0;
  overflow-wrap:anywhere;
}
.washer-page .callback--areas{
  margin:40px 0 0;
  padding:0;
  background:transparent;
}
.washer-page .callback--areas .callback__wrapper{
  min-height:264px;
  padding:32px 46px;
  border:1px solid #e7eaee;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 30px rgba(20,35,58,.08);
}
.washer-page .callback--areas .row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:center;
  gap:0;
  margin:0;
}
.washer-page .callback--areas .row > [class*="col-"]{
  width:auto;
  max-width:none;
  padding:0;
}
.washer-page .callback--areas .row > [class*="col-"]:last-child{
  min-height:190px;
  margin-left:54px;
  padding-left:66px;
  border-left:1px solid #e8ebef;
}
.washer-page .callback--areas .callback__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:40px;
  margin-bottom:20px;
  padding:6px 17px 6px 8px;
  border:1px solid #e2e6eb;
  border-radius:22px;
  background:#f7f8fa;
  color:#273247;
  font-size:14px;
  line-height:1.25;
}
.washer-page .callback--areas .callback__eyebrow img{
  width:28px;
  height:28px;
  padding:6px;
  border-radius:50%;
  background:#fff;
  object-fit:contain;
}
.washer-page .callback--areas .callback__heading{
  position:relative;
  margin:0 0 18px;
  padding:0 0 19px;
  color:#101a2a;
  font-size:43px;
  line-height:1.08;
  font-weight:500;
  letter-spacing:0;
}
.washer-page .callback--areas .callback__heading::after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:42px;
  height:3px;
  border-radius:2px;
  background:#ed1b2e;
}
.washer-page .callback--areas .callback__desc{
  max-width:470px;
  margin:0;
  color:#4f5b6e;
  opacity:1;
  font-size:19px;
  line-height:1.45;
  font-weight:300;
}
.washer-page .callback--areas .callback__form{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  width:100%;
  max-width:none;
  margin:0;
}
.washer-page .callback--areas .callback__form-field,
.washer-page .callback--areas .callback__form-btn{
  width:100%;
  height:58px;
  margin:0;
  border-radius:5px;
  font-size:18px;
}
.washer-page .callback--areas .callback__form-field{
  padding:0 18px 0 54px;
  border:1px solid #dfe3e8;
  background:#fff url('/assets/img/icons/phone.svg') no-repeat 20px center/20px 20px;
  color:#182235;
}
.washer-page .callback--areas .callback__form-field::placeholder{color:#a7aebb;opacity:1}
.washer-page .callback--areas .callback__form-btn{
  border:0;
  background:#ed1b2e;
  color:#fff;
  font-weight:500;
  box-shadow:0 10px 20px rgba(237,27,46,.15);
  transition:background-color .2s ease,transform .2s ease;
}
.washer-page .callback--areas .callback__form-btn:hover{background:#d80e20;transform:translateY(-1px)}
.washer-page .callback--areas .callback__form-policy{margin:0;padding-top:2px;color:#667186;font-size:13px}
.washer-page .callback--areas .callback__form-policy a{color:#ed1b2e}

@media (max-width:1023px){
  .washer-page .service-areas__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .washer-page .callback--areas .callback__wrapper{padding:34px}
  .washer-page .callback--areas .row > [class*="col-"]:last-child{margin-left:36px;padding-left:40px}
  .washer-page .callback--areas .callback__heading{font-size:38px}
}
@media (max-width:767px){
  .washer-page .service-areas{padding:44px 10px 52px}
  .washer-page .service-areas__heading{margin-bottom:26px;font-size:30px}
  .washer-page .service-areas__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .washer-page .service-areas__grid > a{min-height:56px;padding:12px 14px;font-size:14px}
  .washer-page .callback--areas{margin-top:34px}
  .washer-page .callback--areas .callback__wrapper{min-height:0;padding:24px 20px;border-radius:16px}
  .washer-page .callback--areas .row{grid-template-columns:1fr;gap:28px}
  .washer-page .callback--areas .row > [class*="col-"]:last-child{min-height:0;margin:0;padding:0;border-left:0}
  .washer-page .callback--areas .callback__eyebrow{margin-bottom:18px;font-size:12px}
  .washer-page .callback--areas .callback__heading{margin-bottom:18px;padding-bottom:18px;font-size:34px}
  .washer-page .callback--areas .callback__desc{font-size:16px}
  .washer-page .callback--areas .callback__form-field,
  .washer-page .callback--areas .callback__form-btn{height:54px;font-size:16px}
  .washer-page .callback--areas .callback__form-policy{font-size:12px;line-height:1.35}
}
@media (max-width:420px){
  .washer-page .service-areas__heading{font-size:28px}
  .washer-page .service-areas__grid > a{gap:9px;padding-right:10px;padding-left:10px;font-size:13px}
  .washer-page .service-areas__grid img{width:20px;height:20px;flex-basis:20px}
}

/* Shared Bosch redesign for legacy pages */
.table_new,
.article__h3:has(+ .table_new),
.models__heading:has(+ .table_new){display:none!important}

body.site-redesign,
body.site-redesign *{box-sizing:border-box}
body.site-redesign{
  margin:0;
  overflow-x:hidden;
  background:#f3f5f8;
  color:#172033;
}
body.site-redesign .container{
  width:calc(100% - 32px);
  max-width:1200px;
}

body.site-redesign .header{
  position:relative;
  top:auto;
  z-index:100;
  width:calc(100% - 40px);
  max-width:1200px;
  margin:8px auto 0;
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 40px rgba(30,41,59,.08);
}
body.site-redesign .header > .container{
  width:calc(100% - 92px);
  max-width:none;
  padding:0;
}
body.site-redesign .header > .container:last-of-type{position:relative}
body.site-redesign .header__wrapper{
  display:flex;
  align-items:center;
  min-height:88px;
  gap:18px;
}
body.site-redesign .header__logo{flex:0 0 184px}
body.site-redesign .header__logo img{width:184px;height:auto}
body.site-redesign .header__about{display:none}
body.site-redesign .header__schedule{
  position:relative;
  display:block;
  margin-left:auto;
  color:#596375;
  font-size:15px;
  line-height:1.25;
}
body.site-redesign .header__schedule:first-of-type{
  padding-left:29px;
  white-space:nowrap;
  background:url('/assets/img/icons/map-pin.svg') no-repeat left center/20px 20px;
}
body.site-redesign .header__schedule + .header__schedule{
  margin-left:18px;
  color:#414957;
}
body.site-redesign .header__phone{
  display:flex;
  align-items:center;
  margin-left:15px;
  margin-right:188px;
  color:#ed1b2e;
  font-weight:700;
  white-space:nowrap;
}
body.site-redesign .header__phone-icon{fill:#ed1b2e}
body.site-redesign .header__phone-num{font-size:18px}
body.site-redesign .header__divider{margin:0 46px;border-color:#e7e9ed}
body.site-redesign .nav{
  min-height:66px;
  padding-right:0;
}
body.site-redesign .nav-ul{width:100%;padding-right:0}
body.site-redesign .nav-ul > li{position:relative}
body.site-redesign .nav__link{
  padding:20px 0 18px;
  color:#20242b;
  font-size:16px;
}
body.site-redesign .nav__link b{font-weight:500}
body.site-redesign .nav-ul > li:has(> .nav__link b)::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:#ed1b2e;
}
body.site-redesign .nav__link--btn{
  position:absolute;
  top:-76px;
  right:0;
  display:flex;
  align-items:center;
  justify-content:center;
  width:170px;
  min-height:46px;
  padding:0 16px;
  border-radius:8px;
  background:#ed1b2e;
  color:#fff;
  font-size:14px;
  font-weight:700;
  box-shadow:0 8px 18px rgba(237,27,46,.16);
}
body.site-redesign .nav__link--btn:hover{background:#d80e20;color:#fff}

body.site-redesign .intro-equipment,
body.site-redesign .intro-main{
  position:relative;
  width:calc(100% - 40px);
  max-width:1200px;
  min-height:590px;
  margin:20px auto 62px;
  padding:0;
  overflow:hidden;
  border-radius:28px;
  background:#fff;
  box-shadow:0 16px 38px rgba(31,41,55,.06);
}
body.site-redesign .intro-equipment > .container,
body.site-redesign .intro-main > .container{
  position:relative;
  width:100%;
  max-width:none;
  min-height:590px;
  margin:0;
  padding:0 52px;
}
body.site-redesign .intro-equipment__bg{
  position:absolute;
  top:0;
  right:0;
  left:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:50%;
  height:100%;
  margin:0;
  transform:none;
  background:#f0f2f5;
  pointer-events:none;
}
body.site-redesign .intro-equipment__bg picture{display:contents}
body.site-redesign .intro-equipment__bg-image{
  position:relative;
  top:auto;
  right:auto;
  bottom:auto;
  left:auto;
  width:auto;
  max-width:78%;
  height:auto;
  max-height:430px;
  margin:50px auto 0;
  object-fit:contain;
  filter:drop-shadow(0 18px 22px rgba(25,35,50,.14));
}
body.site-redesign .intro-equipment__sale{
  top:82px;
  right:auto;
  left:10px;
  transform:none;
}
body.site-redesign .intro-equipment__sale svg{z-index:0;fill:#ed1b2e}
body.site-redesign .intro-equipment__sale-value,
body.site-redesign .intro-equipment__sale-label{z-index:1}
body.site-redesign .intro-equipment__sale-value{color:#fff}
body.site-redesign .intro-equipment__sale-label{color:#3f4857}
body.site-redesign .intro-equipment .row{
  position:relative;
  display:block;
  min-height:590px;
  margin:0;
}
body.site-redesign .intro-equipment .row > [class*="col-"]{
  width:auto;
  max-width:none;
  min-height:0;
  padding:0;
}
body.site-redesign .intro-equipment .row > [class*="col-"]:has(.intro-equipment__heading){
  display:flex;
  flex-direction:column;
  justify-content:center;
  width:55%;
  max-width:620px;
  min-height:590px;
  padding:42px 34px 42px 0;
}
body.site-redesign .intro-equipment .row > [class*="col-"]:has(> .breadcrumbs):not(:has(.intro-equipment__heading)){
  position:absolute;
  top:24px;
  left:0;
  z-index:3;
  width:55%;
}
body.site-redesign .breadcrumbs{margin:0 0 18px;color:#7a8493}
body.site-redesign .intro-equipment__heading,
body.site-redesign .intro-main__heading{
  max-width:620px;
  margin:0 0 20px;
  color:#111a2a;
  font-size:48px;
  line-height:1.08;
  font-weight:500;
  letter-spacing:0;
}
body.site-redesign .intro-equipment .row > [class*="col-"] > p,
body.site-redesign .intro-main__service-area{
  max-width:580px;
  margin:0 0 18px;
  color:#5d6879;
  font-size:18px;
  line-height:1.45;
}
body.site-redesign .intro-equipment .row > [class*="col-"] > p a{
  color:#ed1b2e!important;
  font-size:inherit!important;
}
body.site-redesign .intro-equipment__advantages{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  max-width:570px;
  margin:8px 0 24px;
  padding:0;
  list-style:none;
}
body.site-redesign .intro-equipment__advantage{
  min-height:30px;
  margin:0;
  padding:3px 0 3px 32px;
  background:url('/assets/img/price-icons/shield-check.svg') no-repeat left 2px/22px 22px;
  color:#293446;
  font-size:15px;
  line-height:1.45;
}
body.site-redesign .intro-equipment__btn,
body.site-redesign .intro-main__btn{
  align-self:flex-start;
  min-width:240px;
  min-height:54px;
  padding:16px 24px;
  border-radius:8px;
  background:#ed1b2e;
  color:#fff;
  font-size:16px;
  font-weight:700;
  text-align:center;
  box-shadow:0 10px 22px rgba(237,27,46,.18);
}
body.site-redesign .intro-equipment__btn:hover,
body.site-redesign .intro-main__btn:hover{background:#d80e20;color:#fff}

body.site-redesign .intro-main__bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  transform:none;
  background:
    url('/assets/img/hero-technician.png') no-repeat 96% bottom/auto 92%,
    url('/assets/img/equipments/appliances.png') no-repeat 68% 65%/31% auto,
    #f0f2f5;
}
body.site-redesign .intro-main__wrapper{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  width:57%;
  min-height:590px;
  padding:42px 0;
}
body.site-redesign .intro-main__wrapper .row{width:100%;margin:0}
body.site-redesign .intro-main__wrapper [class*="col-"]{width:100%;max-width:none;padding:0}
body.site-redesign .intro-main__advantages{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:22px 0 0;
}
body.site-redesign .intro-main__advantage{
  display:flex;
  align-items:center;
  min-height:74px;
  margin:0;
  padding:12px;
  border:1px solid #e3e6eb;
  border-radius:8px;
  background:rgba(255,255,255,.92);
  color:#293446;
}
body.site-redesign .intro-main__advantage-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  margin-right:10px;
  border-radius:8px;
  background:#ed1b2e;
}
body.site-redesign .intro-main__advantage-name{color:#293446;font-size:14px;line-height:1.35}

body.site-redesign .equipment-grid,
body.site-redesign .prices-row,
body.site-redesign .price-list,
body.site-redesign .advantages,
body.site-redesign .models,
body.site-redesign .masters,
body.site-redesign .faq,
body.site-redesign .article,
body.site-redesign .callback{
  margin:0;
  padding:60px 0;
}
body.site-redesign .equipment-grid:nth-of-type(even),
body.site-redesign .prices-row,
body.site-redesign .advantages,
body.site-redesign .faq{background:#eef1f5}
body.site-redesign .equipment-grid__heading,
body.site-redesign .prices-row__heading,
body.site-redesign .price-list__heading,
body.site-redesign .models__heading,
body.site-redesign .masters__heading,
body.site-redesign .faq__heading,
body.site-redesign .article__h2{
  margin:0 0 30px;
  color:#111a2a;
  font-size:38px;
  line-height:1.15;
  font-weight:500;
  letter-spacing:0;
}
body.site-redesign .equipment-grid__items{gap:16px}
body.site-redesign .equipment-grid__item,
body.site-redesign .price-list__group,
body.site-redesign .prices-row__item,
body.site-redesign .faq__item{
  border:1px solid #e2e6eb;
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 24px rgba(20,35,58,.07);
}
body.site-redesign .equipment-grid__item{overflow:hidden}
body.site-redesign .equipment-grid__item-name{color:#162136;font-weight:500}
body.site-redesign .price-list__groups{gap:22px}
body.site-redesign .price-list__group{padding:22px}
body.site-redesign .price-list__group-name{color:#14264b;font-size:20px;font-weight:500}
body.site-redesign .price-list__item{
  border-color:#e4e7eb;
  background:#fff;
  color:#1a2434;
}
body.site-redesign .price-list__item:hover{border-color:#ef9ca5;background:#fff7f8}
body.site-redesign .price-list__item-price{color:#ed1b2e;font-weight:500}
body.site-redesign .prices-row__items{gap:20px;margin-right:0}
body.site-redesign .prices-row__item{margin-right:0;padding:22px}
body.site-redesign .prices-row__item-price{color:#111a2a;font-weight:500}
body.site-redesign .prices-row__item-btn{
  border-radius:6px;
  background:#ed1b2e!important;
  color:#fff;
}
body.site-redesign .prices-row__item-btn:hover{background:#d80e20!important}
body.site-redesign .faq__item{overflow:hidden}
body.site-redesign .faq__item-question{color:#182235;font-weight:500}
body.site-redesign .article{background:#fff}
body.site-redesign .article p,
body.site-redesign .article li{color:#465266}
body.site-redesign .article__block{
  border-left:3px solid #ed1b2e;
  border-radius:0 8px 8px 0;
  background:#f5f6f8;
}

body.site-redesign .callback{background:#eef1f5}
body.site-redesign .callback__wrapper{
  padding:38px 46px;
  border:1px solid #e2e6eb;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 30px rgba(20,35,58,.08);
}
body.site-redesign .callback__heading{
  color:#111a2a;
  font-size:40px;
  line-height:1.1;
  font-weight:500;
}
body.site-redesign .callback__desc{color:#5d6879;opacity:1}
body.site-redesign .callback__form-field{border-radius:6px;border-color:#dfe3e8}
body.site-redesign .callback__form-btn{
  border-radius:6px;
  background:#ed1b2e;
  color:#fff;
  font-weight:700;
}
body.site-redesign .callback__form-btn:hover{background:#d80e20}

@media (max-width:1100px){
  body.site-redesign .header__schedule + .header__schedule{display:none}
  body.site-redesign .header__phone{margin-left:auto}
  body.site-redesign .intro-equipment__heading,
  body.site-redesign .intro-main__heading{font-size:42px}
}
@media (max-width:1023px){
  body.site-redesign .header{
    width:calc(100% - 32px);
    border-radius:18px;
  }
  body.site-redesign .header > .container{width:calc(100% - 40px)}
  body.site-redesign .header > .container:last-of-type{position:static}
  body.site-redesign .header__wrapper{
    min-height:72px;
    padding-right:44px;
  }
  body.site-redesign .header__logo{flex-basis:150px}
  body.site-redesign .header__logo img{width:150px}
  body.site-redesign .header__schedule,
  body.site-redesign .header__phone{display:none}
  body.site-redesign .header__nav-btn{
    position:absolute;
    top:19px;
    right:20px;
    display:flex;
    width:34px;
    height:34px;
    align-items:center;
    justify-content:center;
    cursor:pointer;
  }
  body.site-redesign .header__nav-btn::before,
  body.site-redesign .header__nav-btn::after{
    content:"";
    position:absolute;
    width:30px;
    height:3px;
    border-radius:2px;
    background:#171b22;
    transition:transform .2s ease;
  }
  body.site-redesign .header__nav-btn::before{transform:translateY(-6px)}
  body.site-redesign .header__nav-btn::after{transform:translateY(6px)}
  body.site-redesign .header__nav-btn--opened::before{transform:rotate(45deg)}
  body.site-redesign .header__nav-btn--opened::after{transform:rotate(-45deg)}
  body.site-redesign .header__divider{display:none}
  body.site-redesign .nav{
    position:absolute;
    z-index:20;
    top:72px;
    left:20px;
    display:none;
    width:calc(100% - 40px);
    min-height:0;
    padding:14px 20px 20px;
    border-radius:0 0 16px 16px;
    background:#fff;
    box-shadow:0 18px 30px rgba(31,41,55,.12);
  }
  body.site-redesign .nav.nav--opened{display:flex}
  body.site-redesign .nav-ul{flex-direction:column}
  body.site-redesign .nav__link{padding:10px 0}
  body.site-redesign .nav__link--btn{
    position:static;
    width:100%;
    min-height:46px;
    margin-top:10px;
  }
  body.site-redesign .nav-ul > li:has(> .nav__link b)::before{display:none}
}
@media (max-width:767px){
  body.site-redesign .container{width:calc(100% - 20px)}
  body.site-redesign .header{
    width:calc(100% - 20px);
    margin-top:10px;
    border-radius:16px;
  }
  body.site-redesign .header > .container{width:calc(100% - 28px)}
  body.site-redesign .header__wrapper{min-height:72px;gap:10px}
  body.site-redesign .header__logo{flex-basis:150px}
  body.site-redesign .header__logo img{width:150px}
  body.site-redesign .header__schedule,
  body.site-redesign .header__phone{display:none}
  body.site-redesign .header__nav-btn{margin-left:auto}
  body.site-redesign .header__divider{display:none}
  body.site-redesign .nav{min-height:0}
  body.site-redesign .nav__link--btn{
    position:static;
    width:100%;
    min-height:48px;
    margin-top:12px;
  }
  body.site-redesign .nav-ul > li:has(> .nav__link b)::before{display:none}
  body.site-redesign .intro-equipment,
  body.site-redesign .intro-main{
    width:calc(100% - 20px);
    min-height:0;
    margin:14px auto 42px;
    border-radius:18px;
  }
  body.site-redesign .intro-equipment > .container,
  body.site-redesign .intro-main > .container{min-height:0;padding:0 20px}
  body.site-redesign .intro-equipment .row{min-height:620px}
  body.site-redesign .intro-equipment .row > [class*="col-"]:has(.intro-equipment__heading){
    justify-content:flex-start;
    width:100%;
    min-height:620px;
    padding:34px 0 210px;
  }
  body.site-redesign .intro-equipment .row > [class*="col-"]:has(> .breadcrumbs):not(:has(.intro-equipment__heading)){
    top:18px;
    width:100%;
  }
  body.site-redesign .intro-equipment .row > [class*="col-"]:has(> .breadcrumbs) + [class*="col-"]:has(.intro-equipment__heading){
    padding-top:74px;
  }
  body.site-redesign .intro-equipment__heading,
  body.site-redesign .intro-main__heading{font-size:34px}
  body.site-redesign .intro-equipment__bg{
    top:auto;
    bottom:0;
    width:100%;
    height:230px;
    opacity:.9;
  }
  body.site-redesign .intro-equipment__bg-image{max-width:66%;max-height:210px;margin:0 0 -10px auto}
  body.site-redesign .intro-equipment__sale{top:12px;left:18px;transform:scale(.78);transform-origin:left top}
  body.site-redesign .intro-equipment__advantages{gap:7px;margin-bottom:20px}
  body.site-redesign .intro-equipment__advantage{font-size:14px}
  body.site-redesign .intro-equipment__btn,
  body.site-redesign .intro-main__btn{width:100%;min-width:0}
  body.site-redesign .intro-main__bg{
    opacity:.22;
    background:
      url('/assets/img/hero-technician.png') no-repeat 108% bottom/auto 72%,
      url('/assets/img/equipments/appliances.png') no-repeat 72% 78%/60% auto,
      #f0f2f5;
  }
  body.site-redesign .intro-main__wrapper{width:100%;min-height:560px;padding:34px 0}
  body.site-redesign .intro-main__advantages{grid-template-columns:1fr;margin-top:18px}
  body.site-redesign .equipment-grid,
  body.site-redesign .prices-row,
  body.site-redesign .price-list,
  body.site-redesign .advantages,
  body.site-redesign .models,
  body.site-redesign .masters,
  body.site-redesign .faq,
  body.site-redesign .article,
  body.site-redesign .callback{padding:44px 0}
  body.site-redesign .equipment-grid__heading,
  body.site-redesign .prices-row__heading,
  body.site-redesign .price-list__heading,
  body.site-redesign .models__heading,
  body.site-redesign .masters__heading,
  body.site-redesign .faq__heading,
  body.site-redesign .article__h2{font-size:30px}
  body.site-redesign .callback__wrapper{padding:26px 20px;border-radius:16px}
  body.site-redesign .callback__heading{font-size:32px}
}

/* FAQ accordion */
body.site-redesign .faq{
  margin:0;
  padding:68px 20px 76px;
  background:#f3f5f7;
}
body.site-redesign .faq > .container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0;
}
body.site-redesign .faq__heading{
  margin:0 0 30px;
  color:#111a27;
  font-size:46px;
  line-height:1.08;
  font-weight:500;
  letter-spacing:0;
}
body.site-redesign .faq__items{
  display:grid;
  gap:12px;
}
body.site-redesign .faq__item,
body.site-redesign .faq__item:first-child{
  overflow:hidden;
  border:1px solid #e1e5ea;
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 24px rgba(30,44,61,.07);
  transition:border-color .2s ease,box-shadow .2s ease;
}
body.site-redesign .faq__item:hover{
  border-color:#f0bcc2;
  box-shadow:0 12px 28px rgba(30,44,61,.1);
}
body.site-redesign .faq__item-question{
  position:relative;
  display:flex;
  align-items:center;
  min-height:78px;
  margin:0;
  padding:22px 88px 22px 26px;
  color:#172235;
  font-size:18px;
  line-height:1.35;
  font-weight:500;
  cursor:pointer;
  transition:color .2s ease,background-color .2s ease;
}
body.site-redesign .faq__item-question:hover{color:#ed1b2e;background:#fffafb}
body.site-redesign .faq__item-question:focus-visible{
  outline:2px solid #ed1b2e;
  outline-offset:-3px;
  border-radius:10px;
}
body.site-redesign .faq__item-question::before,
body.site-redesign .faq__item-question::after{display:none}
body.site-redesign .faq__toggle{
  position:absolute;
  top:50%;
  right:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border:1px solid #e3e7ec;
  border-radius:50%;
  background:#fff;
  box-shadow:0 6px 16px rgba(30,44,61,.09);
  transform:translateY(-50%);
}
body.site-redesign .faq__toggle img{
  width:16px;
  height:16px;
  filter:invert(17%) sepia(91%) saturate(4203%) hue-rotate(344deg) brightness(102%) contrast(87%);
  transform:rotate(45deg);
  transition:transform .25s ease;
}
body.site-redesign .faq__item-answer{
  height:0;
  margin:0;
  padding:0 88px 0 26px;
  overflow:hidden;
  color:#596476;
  font-size:15px;
  line-height:1.65;
  font-weight:300;
}
body.site-redesign .faq__item-answer > div{max-width:960px}
body.site-redesign .faq__item--opened{border-color:#efb2b9}
body.site-redesign .faq__item--opened .faq__item-question{color:#ed1b2e}
body.site-redesign .faq__item--opened .faq__toggle img{transform:rotate(0)}
body.site-redesign .faq__item--opened .faq__item-answer{
  height:auto;
  padding-bottom:24px;
}

@media (max-width:700px){
  body.site-redesign .faq{padding:44px 10px 50px}
  body.site-redesign .faq__heading{margin-bottom:24px;font-size:34px;line-height:1.12}
  body.site-redesign .faq__items{gap:10px}
  body.site-redesign .faq__item-question{
    min-height:72px;
    padding:18px 70px 18px 18px;
    font-size:16px;
  }
  body.site-redesign .faq__toggle{right:16px;width:38px;height:38px}
  body.site-redesign .faq__toggle img{width:14px;height:14px}
  body.site-redesign .faq__item-answer{padding-right:18px;padding-left:18px;font-size:14px}
  body.site-redesign .faq__item--opened .faq__item-answer{padding-bottom:20px}
}

/* Homepage grid and missing surfaces */
.service-hero__trust-icon img,
.repair-prices__panel-title img,
.work-terms__icon img,
.features__item-badge img,
.master-card__badge img{
  filter:brightness(0) saturate(100%) invert(17%) sepia(91%) saturate(4203%) hue-rotate(344deg) brightness(102%) contrast(87%);
}

body.site-redesign .equipment-grid{
  margin:0;
  padding:60px 16px 68px;
  background:#f3f5f8;
}
body.site-redesign .equipment-grid > .container{
  width:calc(100% - 8px);
  max-width:1200px;
  margin:0 auto;
  padding:0;
}
body.site-redesign .equipment-grid__heading{
  margin:0 0 28px;
  font-size:40px;
}
body.site-redesign .equipment-grid__items{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
  width:100%;
  margin:0;
  border:0;
}
body.site-redesign .equipment-grid__item{
  min-width:0;
  min-height:220px;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(20,35,58,.08);
}
body.site-redesign .equipment-grid__item-name{
  min-height:54px;
  padding:22px 16px 8px;
  font-size:17px;
  line-height:1.25;
  text-align:center;
}
body.site-redesign .equipment-grid__item-img,
body.site-redesign .equipment-grid__item-img picture{
  display:flex;
  flex:1 1 auto;
  min-height:0;
  align-items:flex-end;
  justify-content:center;
}
body.site-redesign .equipment-grid__item-img img{
  display:block;
  max-width:100%;
  max-height:154px;
  object-fit:contain;
}

body.site-redesign .price-list__more{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:76px;
  padding-top:22px;
}
body.site-redesign .price-list__more-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:210px;
  min-height:52px;
  padding:12px 28px;
  border:0;
  border-radius:8px;
  background:#ed1b2e!important;
  box-shadow:0 10px 22px rgba(237,27,46,.2);
  color:#fff!important;
  font-size:16px;
  line-height:1.2;
  font-weight:500;
  text-decoration:none;
  transition:background-color .2s ease,transform .2s ease;
}
body.site-redesign .price-list__more-link:hover{
  background:#d80e20!important;
  transform:translateY(-1px);
}

body.site-redesign .geo-districts{
  margin:0;
  padding:60px 16px 70px;
  background:#eef1f5;
}
body.site-redesign .geo-districts > .container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0;
}
body.site-redesign .geo-districts__heading{
  margin:0 0 28px;
  color:#111a2a;
  font-size:38px;
  line-height:1.15;
  font-weight:500;
}
body.site-redesign .geo-districts__tabs{
  display:grid;
  grid-template-columns:repeat(9,minmax(0,1fr));
  gap:10px;
  width:100%;
  margin:0 0 24px;
}
body.site-redesign .geo-districts__tabs-link{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:54px;
  padding:10px 8px;
  border:1px solid #e0e4e9;
  border-radius:8px;
  background:#fff!important;
  box-shadow:0 7px 16px rgba(20,35,58,.07);
  color:#172033!important;
  cursor:pointer;
}
body.site-redesign .geo-districts__tabs-link--active{
  border-color:#ed1b2e;
  background:#ed1b2e!important;
  color:#fff!important;
}
body.site-redesign .geo-districts iframe{
  display:block;
  overflow:hidden;
  border:1px solid #e0e4e9!important;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 28px rgba(20,35,58,.08);
}
body.site-redesign .geo-districts .article__h3{
  margin:40px 0 24px;
  color:#111a2a;
  font-size:30px;
  line-height:1.2;
  font-weight:500;
}
body.site-redesign .geo-districts .article__links{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  width:100%;
  margin:0;
}
body.site-redesign .geo-districts .article__links a{
  display:flex;
  flex:none;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  height:auto;
  min-width:0;
  min-height:56px;
  margin:0;
  padding:12px 18px;
  border:1px solid #e0e4e9;
  border-radius:8px;
  background:#fff;
  box-shadow:0 7px 16px rgba(20,35,58,.07);
  color:#ed1b2e;
  text-decoration:none;
}
body.site-redesign .geo-districts .article__links a::before{display:none}
body.site-redesign .geo-districts .article__links span{overflow-wrap:anywhere}

@media (max-width:1100px){
  body.site-redesign .equipment-grid__items{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:1023px){
  body.site-redesign .equipment-grid > .container{width:100%}
  body.site-redesign .geo-districts__tabs{grid-template-columns:repeat(5,minmax(0,1fr))}
  body.site-redesign .geo-districts .article__links{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:767px){
  body.site-redesign .equipment-grid{padding:44px 10px 50px}
  body.site-redesign .equipment-grid__heading{margin-bottom:24px;font-size:30px}
  body.site-redesign .equipment-grid__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  body.site-redesign .equipment-grid__item{min-height:190px}
  body.site-redesign .equipment-grid__item-name{min-height:62px;padding:18px 10px 8px;font-size:15px}
  body.site-redesign .equipment-grid__item-img img{max-height:128px}
  body.site-redesign .price-list__more{min-height:68px;padding-top:18px}
  body.site-redesign .price-list__more-link{width:100%;min-width:0;min-height:50px}
  body.site-redesign .geo-districts{padding:44px 10px 52px}
  body.site-redesign .geo-districts__heading{margin-bottom:24px;font-size:30px}
  body.site-redesign .geo-districts__tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:18px}
  body.site-redesign .geo-districts__tabs-link{min-height:48px;font-size:14px}
  body.site-redesign .geo-districts iframe{height:360px;border-radius:14px}
  body.site-redesign .geo-districts .article__h3{margin:32px 0 20px;font-size:25px}
  body.site-redesign .geo-districts .article__links{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  body.site-redesign .geo-districts .article__links a{min-height:52px;padding:10px 12px;font-size:14px}
}
