/* ====== RESET ====== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.page {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: #101828;
  background-color: #fff;
  display: flex;
  /*align-items: center;*/
  flex-direction: column;
  /*justify-content: center;
  align-items: center;*/

}

/*.intro {
  width: 100%;
  background-image: linear-gradient(to bottom,
   #fff 0%,
   #f4f7ff 10%,
   #eaf1ff 20%,
   #1564F9 99%,
   #1464F9 100%
   );
}*/

img {
  /*max-width: 100%;*/
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ====== CONTAINER ====== */
/*.header__container,
.hero__container,
.steps__container,
.prices__container,
.advantages__container,
.reviews__container,
.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}*/

/* ====== HEADER ====== */
.container {
  /*width: 100%;*/
  max-width: 1240px;
  /*display: flex;*/
  /*margin: 0 auto;
  display: flex;
  justify-content: space-between;*/
}

.header {
  /*background: #ffffff;*/
  background: transparent;
  
 /* display: grid;
  justify-content: center;*/
  display: flex;
  justify-content: center;
}

.hero__title {
    margin: 0;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*height: 72px;*/
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1.1px solid #E5E7EB;
}

.header__logo {
  font-weight: 700;
  font-size: 20px;
  color: #2563eb;
}

.brand {
    display: flex;
    margin-right: 290.93px;
}

.cotainer__info {
    display: flex;
    align-items: baseline;
}

.header__location {
    display: flex;
}

.brand__logo {
    width: 35.26px;
    height: 35.26px;
}

.brand__text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 26.44px;
    line-height: 35.26px;
    padding-left: 8.81px;
}

.header__nav {
    margin-right: 80.88px;
}

.header__menu {
  display: flex;
  gap: 35.26px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26.44px;
  color: #364153;
}

.header__menu a:hover {
  color: #1464F9;
}

.header__location-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 2px;
    margin-bottom: 2px;

}

.header__location-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-right: 28.9px;
}

.header__login {
    color: #0A0A0A;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 22.04px;
    margin-right: 28.9px;
}

.header__button {
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8.81px;
  border: none;
  background: #1464F9;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22.04px;
  cursor: pointer;
  margin-right: 13.22px;
}

.button--lang:hover {
  background-color: #1447E6;
}

.header__lang {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    background: #155DFC;
    color: #fff;
    cursor: pointer;
    border-radius: 16777200px;
    height: 32px;
    width: 32px;
    border: none;
}

/* ====== HERO ====== */
/** {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Inter, Arial, sans-serif;
  color: #111;
}*/

.main {
  /*display: grid;
  justify-items: center;*/
}

.hero {
  /*background: #eef4ff;*/
  padding: 50px 0;
 /* padding-bottom: 50px;
  background: linear-gradient(
    180deg,
    /*#1564F9 0%,*/
   /* #1464F9 20%,
    #EEF4FF 100%
  );*/
  background: transparent;
  display: flex;
  justify-content: center;

}

.hero__container {
  max-width: 1240px;
  /*margin: 0 auto;
  padding: 0 20px;*/

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 102px;
}

.hero__left {
  width: 557px;
}

/* ЗАГОЛОВОК */
.hero__title {
  margin-bottom: 21px;
}

.hero__title-line {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 60px;
  font-weight: 600;
  /*line-height: 100%;*/
}

.hero__title-line--accent {
  color: #1464F9;
}

.hero__description-container {
 margin-bottom: 56.55px;
  margin-right: 65px;
}

.hero__description {
  font-family: 'Inter', sans-serif;
  font-size: 21px;
  font-weight: 500;
  /*max-width: 420px;*/
  /*margin-bottom: 32px;*/
  color: #4A5565;
 /* line-height: 100%;*/
 
}

/* КАЛЬКУЛЯТОР */
.calculator {
  background: #fff;
  padding-top: 46.45px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 45.55px;
  border-radius: 20px;
  /*box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1);*/
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}

/* ТАБЫ */
.calculator__tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.calculator__tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 12px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  cursor: pointer;
}

.calculator__tab--active {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

/* СТРОКИ */
.calculator__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.row {
  margin-bottom: 23px;
}

.calculator__label {
  color: #364153;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}


/*Состояние кнопок*/
.buttons {
  background-color: #F3F4F6;
  color: #364154;
}

 .buttons:not(.buttons--active):hover {
  background-color: #E6E7EB;
}

.buttons.buttons--active {
  background-color: #155DFC;
  color: #FFFFFF;
}

/*.buttons:focus {
  background-color: #155DFC;
  color: #FFFFFF;
  /*outline: none;
}*/

/* СЧЕТЧИК */
.counter {
  display: flex;
  align-items: center;
  gap: 22px;
}

.counter__btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #D1D5DC;
  background: #fff;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1px;
  display: flex;
  align-items:center;
  justify-content: center;

}

.counter__value {
  min-width: 16px;
  text-align: center;
}

/* ТИП УБОРКИ */
.calculator__types-container {
  margin-bottom: 50px;
}

.calculator__types {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 15px;
}

.calculator__type {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  border: none;
  /*background-color: #F3F4F6;*/
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.calculatortype--active {
  /*background: #155DFC;
  color: #fff;*/
  border-color: transparent;
}

/* КОНТЕЙНЕР ПЕРЕКЛЮЧАТЕЛЯ */
/*.housing-switch {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #F3F4F6;
  border-radius: 10px;
  padding: 4px;
  height: 48px;
  gap: 4px;
}*/

/*.housing-switch {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #F3F4F6;
  border-radius: 16px;
  padding: 4px;
  height: 52px; /* как в макете 
}*/

/* ДВИГАЮЩАЯСЯ ПЛАШКА */
/*.housing-switch__bg {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  transition: transform 0.3s ease;
}*/

/*.housing-switch__bg {
  position: absolute;
  top: 4px;
  left: 4px;

  width: calc(50% - 4px);
  height: calc(100% - 8px);

  background: #fff;
  border-radius: 14px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease;
}*/

/* КНОПКИ */
/*.housing-switch__btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background: none;
  border: none;
  cursor: pointer;

  font-size: 16px;
  font-weight: 500;
  color: #374151;
}*/

/*.housing-switch__btn {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background: none;
  border: none;
  cursor: pointer;

  font-size: 16px;
  font-weight: 500;
  color: #374151;
}*/

/* АКТИВНОЕ СОСТОЯНИЕ */
.housing-switch__btn--active {
  color: #111;
}

/* ЕСЛИ АКТИВЕН ВТОРОЙ (ДОМ) */
.housing-switch.is-right .housing-switch__bg {
  transform: translateX(100%);
}

/* КНОПКИ */
.button {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}

.button--primary {
  background: #155DFC;
  color: #fff;
  border: none;
  margin-bottom: 15px;
}

.button--primary:hover {
  background-color: #1447E6;
}

.button--secondary {
  background: #fff;
  border: 2px solid #e5e7eb;
}

.button--secondary:hover {
  border: 2px solid #155DFC
}

/* ПРАВАЯ ЧАСТЬ */
.hero__right {
  display: flex;
  flex-direction: column;
  align-self: start;
}

/*.hero__image {
  width: 581px;
  height: 721px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}*/

.hero__container-img {
  width: 581px;
  height: 721px;
  margin-bottom: 33.14px;
  /*box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);*/
}

.hero__image {
  width: 100%;
  height: 100%;
 /* border-radius: 24px;*/
 /* width: 581px;
  height: 721px;*/
 /*width: 100%;
 height: 100%;*/
 /*position: absolute;
 inset: 0;*/
  background-image: url('./images/image 1.png');
  background-size: cover;
 background-position: center;
  background-repeat: no-repeat;
  /*border-radius: 24px;*/
  /*box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);*/
  /*filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.15))
  drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.1));*/
}

/*.hero__image img {
  width: 581px;
  height: 721px;
   

  
}*/

.installment {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 24px;
  border-radius: 14px;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}

.installment__icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FB2C36;
    border-radius: 10px;
}

.installment__icon img {
    width: 42.67px;
    height: 42.67px;
}

.installment__text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #0A0A0A;
}

.installment__text strong {
  color: #FB2C36;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

/* ====== STEPS ====== */
.steps {
  margin-top: 50px;
  margin-bottom: 65px;
  display: flex;
  justify-content: center;
}

.steps__container {
  padding-top: 50px;
  padding-bottom: 33.94px;
}

.steps__container-text {
  /*max-width: 1187px;*/
  margin-bottom: 70.51px;
}

.steps__title {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44.07px;
  margin-bottom: 17.63px;
}

.steps__subtitle {
  text-align: center;
  color: #4A5565;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30.85px;
}

.steps__list-container {
  display: flex;
  justify-content: center;
  max-width: 1078px;
}

.steps__list {
  display: grid;
  grid-template-columns: 278px 358px 298px;
  gap: 72px;
  /*max-width: 1046px;*/
}

.steps__item {
 /* text-align: center;*/



  
}

/*.steps__item h3 {
  margin-bottom: 12px;
  font-size: 18px;
}*/

.step {
  display: flex;
  justify-content:center;
  margin-bottom: 20px;
}

.step__number {
  width: 52.88px;
  height: 52.88px;
  background: #1464F9;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items:center;
  justify-content: center;
  flex-shrink: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 17.63px;
  line-height: 26.44px;
}

/*.step__container {
  display: flex;
}*/

.step__container-block {
  margin-bottom: 13px;
 /* display: flex;
  align-items: center;
  gap: 15px;*/
  display: grid;
  grid-template-columns: 44.07px 1fr;
  /*grid-template-columns: auto minmax(180px, 220px);*/
  column-gap: 15px;
  align-items: center;
  
}

.step__img {
  width: 44.07px;
  height: 44.07px;
 /* display: flex;*/
}

.step__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 22.04px;
  line-height: 30.85px;

  text-align: center;
  max-width: 273px;
}

.step__subtitle-container {
  padding-left: 40.3px;
}

.step__subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17.63px;
  line-height: 100%;
  color: #4A5565;

  
}

/* ====== PRICES ====== */
/** {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, sans-serif;
  background: #f8fafc;
  color: #0f172a;
}*/

.pricing {
  background-color: #F9FAFB;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  /*max-width: 1200px;*/
  display: flex;
  justify-content: center;
}

.pricing__header {
  text-align: center;
}

.pricing__title {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44.07px;
  margin: 0;
 /* margin-bottom: 12px;*/
}

.pricing__subtitle {
  color: #4A5565;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30.85px;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 67px;
}

.pricing__cards {
  display: grid;
  /*grid-template-columns: repeat(3, 1fr);*/
  grid-template-columns: 1fr 1fr 1fr;
  gap: 37.12px;
  align-items: stretch;
}

.pricing-card {
  width: 365.41px;
  background: #fff;
  border-radius: 16px;
  padding-right: 35.26px;
  padding-left: 35.26px;
  padding-top: 35.49px;
  /*padding-bottom: 57.29px;*/
  /*box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);*/
  box-shadow:
  0px 4.41px 6.61px -4.41px rgba(0, 0, 0, 0.1),
  0px 11.02px 16.53px -3.31px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
}

/* 🔥 ВАЖНО: центральная карточка больше */
.pricing-card--popular {
  transform: scale(1.05);
  padding-left: 37.02px;
  padding-right: 37.02px;
  /*padding-top: 87.92px;*/
  padding-bottom: 37.02px;
  z-index: 2;
  box-shadow:
  0px 8.81px 11.02px -6.61px rgba(0, 0, 0, 0.1),
  0px 22.04px 27.54px -5.51px rgba(0, 0, 0, 0.1);
  border: 2px solid #1464F9;
}

.pricing-card__badge {
  position: absolute;
  top: 33.02px;
  left: 33.02px;
  background: #1464F9;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15.42px;
  font-weight: 700;
  line-height: 22.04px;
  padding-top: 5.13px;
  padding-bottom: 4.26px;
  padding-left: 22.45px;
  padding-right: 16.35px;
  border-radius: 18484444px;
}

.pricing-card__content {
  padding-top: 39px;
}

.pricing-card__content-popular {
  padding-top: 48px;
}

.pricing-card__title {
  font-family: 'Inter', sans-serif;
  font-size: 26.44px;
  font-weight: 700;
  line-height: 35.26px;
  margin-bottom: 9.1px;
}

.pricing-card__title-popular {
  margin-bottom: 8.1px;
}

.pricing-card__desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
  font-size: 17.63px;
  line-height: 100%;
  color: #4A5565;
  margin-bottom: 35.88px;
}

.pricing-card__desc-popular {
  margin-bottom: 30px;
}

.pricing-card__price {
  font-family: 'Inter', sans-serif;
  font-size: 39.66px;
  font-weight: 700;
  line-height: 44.07px;
  margin-bottom: 26.44px;
}

.pricing-card__price span {
  font-family: 'Inter', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 44.07px;
}

.pricing-card__list {
  list-style: none;
  padding: 0;
  margin-bottom: 35.26px;
  display: flex;
  flex-direction: column;
  gap: 13.22px;
}

.pricing-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 13.22px;
  font-family: 'Inter', sans-serif;
  font-size: 17.3px;
  font-weight: 400;
  line-height: 26.44px;
}

.pricing-card__list img {
  width: 22.04px;
  height: 22.04px;
  flex-shrink: 0;
  margin-top: 2.2px;
}

.btn__container {
  display: flex;
}

.btn {
  /*margin-top: auto;
  padding: 14px;*/
  font-family: 'Inter', sans-serif;
  border-radius: 10px;
  font-size: 15.42px;
  font-weight: 500;
  line-height: 22.04px;
  border: none;
  cursor: pointer;
  margin-top: auto;
}

.btn--dark {
  background: #101828;
  color: #fff;
  padding-top: 8.38px;
  padding-bottom: 8.29px;
  padding-right: 113.16px;
  padding-left: 113.74px;
}

.btn--dark:hover {
  background: #1E2938;
}

.btn--primary {
  background: #1464F9;
  color: #fff;
  padding-top: 9.02px;
  padding-bottom: 9.63px;
  padding-right: 115.2px;
  padding-left: 115.2px;
}

.btn--primary:hover {
  background: #1447E6;
}

.pricing__note {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17.63px;
  line-height: 26.44px;
  color: #6A7282;
  margin: 0;
  padding-top: 61px;
}

@media (max-width: 900px) {
  .pricing__cards {
    grid-template-columns: 1fr;
  }

  .pricing-card--popular {
    transform: none;
  }
}


/* ====== CleaningFrequency ====== */
/** {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f8fafc;
  color: #0f172a;
}
*/
.frequency {
  /*max-width: 1200px;
  margin: 0 auto;*/
  margin-top: 50px;
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
}

/* HEADER */
.frequency__header {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 50px;
}

.frequency__title {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.37px;
  margin-bottom: 16px;
}

.frequency__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  color: #4A5565;
}

/* CONTENT */
.frequency__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1151px;
}

/* LEFT */
.frequency__label {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /*margin-bottom: 16px;*/
  margin-top: 8px;
  margin-bottom: 11px;
}

.frequency-card {
  background: #ffffff;
  border-radius: 14px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 26px;
  padding-right: 25px;
  /*box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);*/
  border: 2px solid #E5E7EB;
 
}

.frequency-card:hover:not(.frequency-card--active) {
  border: 2px solid #165DFC ;
}

.frequency-card:not(:last-child) {
   margin-bottom: 15px;
}

.frequency-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.frequency-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-family: 'Inter', sans-serif;
}

.frequency-card--active {
  background: #2563eb;
  color: #ffffff;
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 26px;
}

.frequency-card--active .discount {
  background: #4B7EFD;
  color: #fff;
}

.price {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 4px;
  color: #4A5565;
}

.economy {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #00A63E;
}

.frequency-card--active h3 {
  color: #fff;
}

.frequency-card--active .price {
  color: #DBEAFE;
}

.frequency-card--active .economy {
  color: #BEDBFF;
}

/* DISCOUNT */
.discount {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 4.5px;
  padding-bottom: 3.5px;
  padding-right: 7.26px;
  padding-left: 8px;
  border-radius: 8px;
}

.discount--green {
  background: #DCFCE7;
  color: #008236;
}

.discount--blue {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

/* RIGHT */
.benefits {
  background: #ffffff;
  border-radius: 16px;
  padding-top: 30px;
  padding-left: 33px;
  padding-right: 33px;
  padding-bottom: 49px;
  /*box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);*/
  border: 2px solid #E5E7EB;
}

.benefits__title {
  font-family: 'Inter', sans-serif;
  line-height: 27px;
  font-size: 18px;
  font-weight: 600;
  /*margin-bottom: 24px;*/
  margin: 0;
  padding-bottom: 24px;
}

.benefits__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 485.5px;
}

.benefit {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

/* 🔵 СИНИЙ ФОН ПОД ИКОНКОЙ */
.benefit__icon {
  width: 48px;
  height: 48px;
  background: #2563eb;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefit__icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.benefit__text strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
}

.benefit__text p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #4A5565;
}

/* ADAPTIVE */
@media (max-width: 900px) {
  .frequency__content {
    grid-template-columns: 1fr;
  }
}

/* ====== ADVANTAGES ====== */
.advantages {
  /*margin-top: 29px;*/
  margin-bottom: 63px;
  background: #fff;
  display: flex;
  justify-content: center;
}

/*.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}*/

.container__content {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.advantages__title {
  font-family: 'Inter', sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 44.07px;
  /*margin-bottom: 12px;*/
  margin: 0;
  padding-bottom: 17.63px;
}

.advantages__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30.85px;
  color: #4A5565;
  /*margin-bottom: 60px;*/
  margin: 0;
}

.advantages__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35.26px;
  list-style: none;
  padding: 0;
}

.advantage {
  max-width: 270.34px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.container__icon {
    display: flex;
    justify-content: center;
}

.advantage__icon {
  width: 70.51px;
  height: 70.51px;
  margin-bottom: 17px;
  margin-top: 25.99px;
  background: #DBEAFE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantage__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 19.83px;
  /*line-height: 30.85px;*/
  /*line-height: 100%;*/
  margin-bottom: 15px;
  text-align: center;
}

.advantage__text-container {
  max-width: 212.36px;
}

.advantage__text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17.63px;
  /*line-height: 100%;*/
  text-align: center;
}

/* ====== REVIEWS ====== */
.reviews {
  padding-top: 50px;
  padding-bottom: 58.12px;
  margin-bottom: 60px;
  background-color: #F9FAFB;
  display: flex;
  justify-content: center;
  width: 100%;
}

/*.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}*/

.reviews__container-text {
    text-align: center;
    padding-bottom: 50px;
}

/* TITLE */
.reviews__title {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44.07px;
 /* margin-bottom: 10px;*/
  margin: 0;
  margin-bottom: 8px;
  padding-top: 7px;
  letter-spacing: 0.41px;
}

.reviews__subtitle {
  font-family: 'Inter', sans-serif;
  line-height: 30.85px;
  font-weight: 400;
  font-size: 22px;
  color: #4A5565;
  /*margin-bottom: 60px;*/
  margin: 0;
}

/* GRID */
.reviews__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 71.59px;
  list-style: none;
  padding: 0;
}

/* CARD */
.review-card {
  background: #ffffff;
  border-radius: 17.63px;
  padding-top: 35.26px;
  padding-right: 44.26px;
  padding-left: 35.26px;
  text-align: left;
  box-shadow:
  0px 4.41px 6.61px -4.41px rgba(0, 0, 0, 0.1),
  0px 11.02px 16.53px -3.31px rgba(0, 0, 0, 0.1);
  max-width: 365.41px;
  height: 301.88px;
}

.review-card__header {
  display: flex;
  align-items: center;
  gap: 17.63px;
  margin-bottom: 17.63px;
}

.review-card__avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.review-card__container {
    padding-top: 13.22px;
    padding-bottom: 13.22px;
}

.review-card__name {
  font-family: 'Inter', sans-serif;
  line-height: 26.44px;
  font-size: 18px;
  font-weight: 600;
  /*margin-bottom: 6px;*/
  margin: 0;
}

/* STARS */
.review-card__stars {
  display: flex;
  gap: 4px;
}

.review-card__stars img {
  width: 17.63px;
  height: 17.63px;
}

/* TEXT */
.review-card__text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17.63px;
  color: #364153;
  line-height: 28.65px;
  margin: 0;
}

/* ====== FOOTER ====== */
.footer {
  /*background: linear-gradient(180deg, #0b1220 0%, #0a1020 100%);*/
  background-color: #101828;
  padding-top: 32px;
  padding-bottom: 32.48px;
  font-size: 14px;
  /*display: grid;
  justify-content: center;*/
  display: flex;
  justify-content: center;
  width: 100%;
}

/*.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}*/

/* TOP */
.footer__top-container {
  display: flex;
  justify-content: center;
}

.footer__top {
  /*display: flex;
  justify-content: space-between;*/
  display: grid;
  grid-template-columns: 1fr 125px 1fr;
  gap: 105.42px;
  /*padding-bottom: 40px;*/
  margin-bottom: 17.26px;
  max-width: 874.52px;
}

.footer__brand {
  max-width: 320px;
}

/*.footer__column-nav {
  display: flex;
  flex-direction: column;
  align-items:center;
}*/

.footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 17.63px;
}

.footer__img {
  width: 35.26px;
  height: 35.26px;
}

.footer__text {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 26.44px;
  line-height: 35.26px;
}

.footer__description {
  color: #99A1AF;
  font-family: 'Inter', sans-serif;
  line-height: 26.44px;
  font-weight: 400;
  font-size: 17.63px;
}

/* NAV */
.footer__nav {
  display: flex;
  gap: 105.42px;
}

.footer__title {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 17.63px;
  font-weight: 700;
  line-height: 26.44px;
 /* margin-bottom: 16px;*/
 margin-bottom: 17.63px;
}

.footer__list {
  list-style: none;
  padding: 0;
}

.footer__list li {
  margin-bottom: 12px;
}

.footer__list a {
  color: #99A1AF;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17.63px;
  line-height: 26.44px;
  margin-bottom: 8.81px;
}

.footer__list a:hover {
  color: #fff;
}

/* BOTTOM */
.footer__bottom {
  border-top: 1.1px solid #1E2939;
  padding-top: 36.36px;
  text-align: center;
  min-width: 1167.12px;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 900px) {
  .hero__container {
    grid-template-columns: 1fr;
  }

  .steps__list,
  .prices__cards,
  .advantages__list,
  .reviews__list {
    grid-template-columns: 1fr;
  }

  .header__menu {
    display: none;
  }
}















.housing-switch {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;

  height: 52px;
  padding: 4px;

  background: #F3F4F6;
  border-radius: 16px;
  margin-bottom: 19px;
}

/* белая плашка */
.housing-switch__bg {
  position: absolute;
  /*top: 4px;
  left: 4px;*/

  width: calc(51% - 4px);
  height: calc(100% - 0px);

  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);

  transition: transform 0.25s ease;
  z-index: 0;
}

/* кнопки */
.housing-switch__btn {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background: none;
  border: none;
  cursor: pointer;

  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #6B7280;
}

/* активная */
.housing-switch__btn--active {
  color: #111;
}

/* когда активен "Дом" */
.housing-switch.is-right .housing-switch__bg {
  transform: translateX(100%);
}

.order-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.order-modal.is-open {
  display: flex;
}

.order-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .58);
  backdrop-filter: blur(5px);
}

.order-modal__dialog {
  position: relative;
  width: min(680px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(15, 23, 42, .25);
}

.order-modal__content,
.order-success {
  padding: 38px;
}

.order-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #F1F5F9;
  color: #475569;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.order-modal__eyebrow {
  margin: 0 0 8px;
  color: #155DFC;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.order-modal__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
}

.order-modal__subtitle {
  margin: 10px 0 26px;
  color: #64748B;
  line-height: 1.5;
}

.order-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.order-form__field {
  display: grid;
  gap: 8px;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
}

.order-form__field--wide {
  grid-column: 1 / -1;
}

.order-form__field input,
.order-form__field select,
.order-form__field textarea {
  width: 100%;
  border: 1px solid #DDE3EC;
  border-radius: 12px;
  background: #fff;
  padding: 12px 14px;
  color: #0F172A;
  font: inherit;
  font-weight: 400;
  outline: none;
}

.order-form__field input,
.order-form__field select {
  height: 48px;
}

.order-form__field input:focus,
.order-form__field select:focus,
.order-form__field textarea:focus {
  border-color: #155DFC;
  box-shadow: 0 0 0 4px rgba(21, 93, 252, .08);
}

.order-form__honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.order-form__submit,
.order-success button {
  width: 100%;
  min-height: 50px;
  margin-top: 22px;
  border: 0;
  border-radius: 12px;
  background: #155DFC;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.order-form__submit:disabled {
  cursor: wait;
  opacity: .65;
}

.order-form__status {
  min-height: 18px;
  margin: 12px 0 0;
  color: #DC2626;
  font-size: 13px;
  text-align: center;
}

.order-success {
  text-align: center;
}

.order-success__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #EAFBF2;
  color: #16A34A;
  font-size: 32px;
  font-weight: 700;
}

.order-success h2 {
  margin: 0;
}

.order-success p {
  color: #64748B;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 620px) {
  .order-modal {
    padding: 12px;
  }

  .order-modal__content,
  .order-success {
    padding: 30px 20px 24px;
  }

  .order-form__grid {
    grid-template-columns: 1fr;
  }

  .order-form__field--wide {
    grid-column: auto;
  }
}




/*
@media (min-width: 3840px) {
  .container {
    max-width: 2440px;
  }
}*/
