.t-body,
:root {
  --ww-button-height: 56px;
  --ww-button-radius: 8px;
  --ww-button-padding-x: 28px;
  --ww-button-font-size: 16px;
}

html {
  scroll-padding-top: calc(var(--ww-header-height) + 16px);
}

.ww-tilda-page {
  overflow-x: hidden;
}

.ww-managed-section {
  padding: 45px 0 35px;
  background: #ffffff;
  font-family: "TildaSans", Arial, sans-serif;
}

.ww-managed-section_products {
  background: #eceeed;
  padding-top: 20px;
}

.ww-managed-container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.ww-managed-grid {
  display: grid;
  gap: 28px;
}

.ww-managed-grid_cards,
.ww-managed-grid_products,
.ww-managed-grid_reviews {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ww-managed-card,
.ww-managed-review {
  color: inherit;
  text-decoration: none;
}

.ww-managed-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 11, 48, 0.08);
}

.ww-managed-card__image {
  display: block;
  background: #eceeed;
}

.ww-managed-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.ww-managed-card__image_product {
  padding: 26px;
}

.ww-managed-card__image_product img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.ww-managed-card__body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.ww-managed-card__body strong {
  color: #1a5632;
  font-size: 22px;
  line-height: 1.15;
}

.ww-managed-card__body span {
  color: #2c2d30;
  font-size: 16px;
  line-height: 1.45;
}

.ww-managed-actions {
  margin-top: 34px;
  text-align: center;
}

.ww-managed-button {
  display: inline-flex;
  min-height: var(--ww-button-height);
  align-items: center;
  justify-content: center;
  padding: 0 var(--ww-button-padding-x);
  border-radius: var(--ww-button-radius);
  background: #1a5632;
  color: #fff !important;
  text-decoration: none;
  font-size: var(--ww-button-font-size);
  font-weight: 700;
}

.ww-form {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}

.ww-form__policy {
  margin: 0;
  color: #66736c;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.ww-form__policy a {
  color: #1a5632;
}

.ww-input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(26, 86, 50, 0.18);
  border-radius: 8px;
  padding: 0 16px;
  color: #202020;
  font: inherit;
  background: #ffffff;
}

.ww-button {
  appearance: none;
  border: 0;
  border-radius: var(--ww-button-radius);
  background: #1a5632;
  color: #fff;
  min-height: var(--ww-button-height);
  padding: 0 var(--ww-button-padding-x);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: var(--ww-button-font-size);
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.ww-managed-section_test {
  background: #f6f8f7;
  padding: 56px 0;
}

.ww-test-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 34px;
  align-items: start;
}

.ww-test-band__copy {
  min-width: 0;
}

.ww-test-band__kicker {
  margin: 0 0 8px;
  color: #1a5632;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.ww-test-band h2 {
  margin: 0;
  color: #1a5632;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.12;
}

.ww-test-band p {
  margin: 12px 0 0;
  color: #66736c;
  font-size: 18px;
  line-height: 1.5;
}

.ww-test-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: test-step;
}

.ww-test-steps li {
  counter-increment: test-step;
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(26, 86, 50, 0.18);
  border-radius: 8px;
  background: #ffffff;
}

.ww-test-steps li::before {
  content: counter(test-step);
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #1a5632;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.ww-test-steps strong {
  color: #1a5632;
  font-size: 17px;
  line-height: 1.2;
}

.ww-test-steps span {
  color: #66736c;
  font-size: 15px;
  line-height: 1.4;
}

.ww-test-band__form {
  margin-top: 0;
  padding: 20px;
  border: 1px solid rgba(26, 86, 50, 0.18);
  border-radius: 8px;
  background: #ffffff;
}

a.tn-atom[href="#popup:testirovanie"],
a.tn-atom[href="#popup:podborprogram"] {
  min-height: var(--ww-button-height) !important;
  height: var(--ww-button-height) !important;
  padding: 0 var(--ww-button-padding-x) !important;
  border: 0 !important;
  border-radius: var(--ww-button-radius) !important;
  background: #1a5632 !important;
  color: #ffffff !important;
  font-size: var(--ww-button-font-size) !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.ww-showrooms {
  background: #eceeed;
  padding: 48px 0 22px;
  font-family: "TildaSans", Arial, sans-serif;
}

.ww-showrooms__inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1.4fr);
  gap: 30px;
  align-items: start;
}

.ww-showrooms__heading p {
  margin: 0 0 8px;
  color: #1a5632;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.ww-showrooms__heading h2 {
  margin: 0;
  color: #2c2d30;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.05;
  letter-spacing: 0;
}

.ww-showrooms__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ww-showroom {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  min-height: 100%;
  padding: 20px 20px 18px;
  border: 1px solid rgba(26, 86, 50, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: #2c2d30;
}

.ww-showroom__marker {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #1a5632;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.16);
}

.ww-showroom__marker::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.ww-showroom__content {
  display: grid;
  gap: 6px;
}

.ww-showroom__content strong {
  color: #1a5632;
  font-size: 17px;
  line-height: 1.25;
}

.ww-showroom__content span {
  color: #202020;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.ww-showroom__content address {
  margin: 0;
  color: #334039;
  font-style: normal;
  font-size: 15px;
  line-height: 1.45;
}

.ww-contact-section {
  background: #eceeed;
  padding: 46px 0 30px;
  font-family: "TildaSans", Arial, sans-serif;
  color: #2c2d30;
}

.ww-contact-section__container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.ww-contact-section__heading {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.ww-contact-section__heading h2 {
  margin: 0;
  color: #2c2d30;
  font-size: clamp(36px, 4.2vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
}

.ww-contact-section__heading h2 span {
  color: #1a5632;
}

.ww-contact-section__heading p {
  margin: 16px 0 0;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.35;
}

.ww-contact-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: 40px;
  align-items: stretch;
}

.ww-contact-panel,
.ww-contact-form-card {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.ww-contact-panel {
  display: grid;
  align-content: start;
  padding: 30px;
  border: 1px solid rgba(26, 86, 50, 0.12);
}

.ww-contact-panel__eyebrow {
  margin: 8px 0 0;
  color: #1a5632;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.ww-contact-panel h3 {
  max-width: 520px;
  margin: 0;
  color: #202020;
  font-size: clamp(26px, 2.6vw, 32px);
  line-height: 1.12;
  letter-spacing: 0;
}

.ww-contact-panel__lead {
  max-width: 560px;
  margin: 12px 0 0;
  color: #4f5b55;
  font-size: 17px;
  line-height: 1.48;
}

.ww-contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin-top: 22px;
}

.ww-contact-detail {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.ww-contact-detail span {
  color: #1a5632;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.ww-contact-detail a,
.ww-contact-detail address {
  color: #2c2d30;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

.ww-contact-detail_phone a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  color: #1a5632;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.12;
}

.ww-contact-detail a:hover {
  color: #1a5632;
}

.ww-contact-detail_address {
  grid-column: 1 / -1;
}

.ww-geo-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.ww-geo-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 12px;
  border: 1px solid rgba(26, 86, 50, 0.14);
  border-radius: 8px;
  color: inherit;
  background: #ffffff;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ww-geo-card:hover {
  transform: translateY(-2px);
  border-color: rgba(26, 86, 50, 0.34);
  box-shadow: 0 12px 26px rgba(0, 11, 48, 0.08);
}

.ww-geo-card__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #1a5632;
  background: #eef5f1;
  line-height: 1;
}

.ww-geo-card__mark svg {
  display: block;
  width: 24px;
  height: 24px;
}

.ww-geo-card__text {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ww-geo-card__text strong {
  color: #202020;
  font-size: 16px;
  line-height: 1.18;
}

.ww-geo-card__text small {
  color: #66736c;
  font-size: 13px;
  line-height: 1.28;
}

.ww-contact-form-card {
  display: grid;
  align-content: center;
  padding: 36px 38px 28px;
  box-shadow: 0 18px 38px rgba(0, 11, 48, 0.06);
}

.ww-contact-form-card h3 {
  margin: 0;
  color: #000000;
  font-size: clamp(30px, 3vw, 34px);
  line-height: 1.18;
  text-align: center;
  letter-spacing: 0;
}

.ww-contact-form {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.ww-contact-form__input {
  width: 100%;
  min-height: 64px;
  border: 0;
  border-radius: 18px;
  padding: 0 22px;
  color: #000000;
  background: #eceeed;
  font: inherit;
  font-size: 17px;
}

.ww-contact-form__button {
  min-height: var(--ww-button-height);
  border: 0;
  border-radius: var(--ww-button-radius);
  color: #ffffff;
  background: #1a5632;
  font: inherit;
  font-size: var(--ww-button-font-size);
  font-weight: 800;
  cursor: pointer;
}

.ww-contact-form__policy {
  max-width: 360px;
  margin: -2px auto 0;
  color: #2c2d30;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.ww-contact-form__policy a {
  color: #1a5632;
  text-decoration: none;
}

.ww-contact-form__status {
  min-height: 18px;
  color: #1a5632;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.ww-managed-review {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background: #eceeed;
  cursor: pointer;
}

.ww-managed-review img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ww-managed-review span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.08);
}

.ww-managed-review span::before {
  content: "";
  border-left: 24px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.ww-lazy-map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  background: #dfe7e2;
}

.ww-lazy-map iframe {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  border-radius: inherit;
}

.ww-map-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 22px;
  color: #1f2d27;
  text-align: center;
  font-family: "TildaSans", Arial, sans-serif;
}

.ww-map-fallback strong {
  color: #1a5632;
  font-size: 22px;
  line-height: 1.2;
}

.ww-map-fallback span {
  max-width: 320px;
  font-size: 15px;
  line-height: 1.35;
}

.ww-map-fallback a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 16px;
  color: #ffffff;
  background: #1a5632;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.t702 .t-popup__container {
  width: min(560px, calc(100% - 32px)) !important;
}

.t702 .t702__wrapper {
  padding: 40px 48px 32px !important;
}

.t702 .t702__text-wrapper {
  margin-bottom: 22px !important;
}

.t702 .t702__title {
  font-size: 38px !important;
  line-height: 1.12 !important;
}

.t702 .t702__descr {
  margin-top: 16px !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
}

.t702 .t-form__inputsbox {
  gap: 14px !important;
}

.t702 .t-input-group {
  margin-bottom: 14px !important;
}

.t702 .t-input,
.t702 .t-select {
  height: 58px !important;
  font-size: 18px !important;
}

.t702 .t-input-title {
  padding-bottom: 8px !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
}

.t702 .t-form__submit {
  margin-top: 16px !important;
}

.t-submit,
.t-btnflex_type_submit,
button.t-submit.t-btnflex,
.t702 .t-submit,
.t702 .t-btnflex_type_submit,
.t702 button.t-submit.t-btnflex {
  height: var(--ww-button-height) !important;
  min-height: var(--ww-button-height) !important;
  max-height: var(--ww-button-height) !important;
  border-radius: var(--ww-button-radius) !important;
  font-size: var(--ww-button-font-size) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.t-submit .t-btnflex__text,
.t-btnflex_type_submit .t-btnflex__text,
.t702 .t-btnflex__text {
  font-size: var(--ww-button-font-size) !important;
  font-weight: 700 !important;
}

.t702 .t-btn_effects {
  display: none !important;
}

.t702 .t702__form-bottom-text {
  margin-top: 22px !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}

@media screen and (max-width: 640px) {
  .t702 .t-popup__container {
    width: min(390px, calc(100% - 24px)) !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 50px auto 24px !important;
    padding: 0 !important;
  }

  .t702 .t702__wrapper {
    padding: 28px 24px 24px !important;
  }

  .t702 .t702__text-wrapper {
    margin-bottom: 18px !important;
  }

  .t702 .t702__title {
    font-size: 28px !important;
  }

  .t702 .t702__descr {
    margin-top: 12px !important;
    font-size: 17px !important;
  }

  .t702 .t-input,
  .t702 .t-select,
  .t-submit,
  .t-btnflex_type_submit,
  button.t-submit.t-btnflex,
  .t702 .t-submit,
  .t702 .t-btnflex_type_submit,
  .t702 button.t-submit.t-btnflex {
    height: var(--ww-button-height) !important;
    min-height: var(--ww-button-height) !important;
    max-height: var(--ww-button-height) !important;
  }

  .t702 .t-input-title {
    font-size: 18px !important;
  }

  .t702 .t702__form-bottom-text {
    margin-top: 18px !important;
    font-size: 14px !important;
  }
}

.t-records,
.t-rec,
.t-animate,
.t-animate_started,
.t-animate__chain_first-in-row {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition-property: background-color, color, border-color, box-shadow !important;
}

.t-bgimg,
.t-img {
  opacity: 1 !important;
  filter: none !important;
  animation: none !important;
}

#rec1190131536 .tn-elem[data-elem-id="7432166348656"] .tn-atom,
#rec1190131536 .tn-elem[data-elem-id="1089497284821"] .tn-atom,
#rec1190131536 .tn-elem[data-elem-id="3556025915658"] .tn-atom {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

#rec1190131536 .tn-elem[data-elem-id="7432166348656"],
#rec1190131536 .tn-elem[data-elem-id="1089497284821"],
#rec1190131536 .tn-elem[data-elem-id="3556025915658"] {
  opacity: 1 !important;
  z-index: 20 !important;
}

#rec1190131536 .tn-elem[data-elem-id="7432166348656"] .tn-atom {
  background-image: url("/tilda/images/tild6665-3064-4462-a139-393663666639__lifebeauty.webp") !important;
}

#rec1190131536 .tn-elem[data-elem-id="1089497284821"] .tn-atom {
  background-image: url("/tilda/images/tild3531-3965-4435-b030-373563666633__lifebalance2.webp") !important;
}

#rec1190131536 .tn-elem[data-elem-id="3556025915658"] .tn-atom {
  background-image: url("/tilda/images/tild6264-6236-4233-a537-313865656565___3.webp") !important;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  #rec1225315306 .t-card__container {
    display: grid !important;
    width: min(520px, calc(100% - 48px)) !important;
    gap: 34px !important;
  }

  #rec1225315306 .t-card__col {
    display: block !important;
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 auto !important;
    float: none !important;
    text-align: left !important;
  }

  #rec1225315306 .t649__blockimg,
  #rec1225315306 .t649__textwrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  #rec1225315306 .t649__textwrapper {
    padding: 16px 0 0 !important;
  }

  #rec1225315306 .t649__blockimg {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 66% !important;
  }

  #rec1225315306 .t-card__title,
  #rec1225315306 .t-card__descr {
    width: 100% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 640px) {
  #rec1225315306 .t-card__container {
    display: grid !important;
    width: min(390px, calc(100% - 40px)) !important;
    gap: 34px !important;
  }

  #rec1225315306 .t-card__col {
    display: block !important;
    width: 100% !important;
    max-width: 390px !important;
    margin: 0 auto !important;
    float: none !important;
    text-align: left !important;
  }

  #rec1225315306 .t649__blockimg,
  #rec1225315306 .t649__textwrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  #rec1225315306 .t649__textwrapper {
    padding: 16px 0 0 !important;
    text-align: left !important;
  }

  #rec1225315306 .t649__blockimg {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 66% !important;
  }

  #rec1225315306 .t-card__title,
  #rec1225315306 .t-card__descr {
    width: 100% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 959px) {
  #rec1291273921 .t-card__col {
    margin-bottom: 30px !important;
  }

  #rec1291273921 .t-card__col:nth-last-child(-n + 2) {
    margin-bottom: 8px !important;
  }

  #rec1237433806 .tn-elem[data-elem-id="1753791606817"] {
    top: 12px !important;
  }
}

@media screen and (max-width: 640px) {
  #rec1237433806 {
    margin-top: -24px !important;
  }

  #rec1291273921 .t-card__col:nth-last-child(-n + 2) {
    margin-bottom: 30px !important;
  }

  #rec1291273921 .t-card__col:last-child {
    margin-bottom: 8px !important;
  }

  #rec1237433806 .tn-elem[data-elem-id="1753791606817"] {
    top: 8px !important;
  }

}

@media screen and (max-width: 900px) {
  .ww-contact-section__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ww-contact-form-card {
    align-content: start;
  }
}

@media screen and (max-width: 760px) {
  .ww-contact-section {
    padding: 40px 0 24px;
  }

  .ww-contact-section__container {
    width: min(100% - 28px, 1160px);
  }

  .ww-contact-section__heading {
    margin-bottom: 22px;
  }

  .ww-contact-section__heading h2 {
    font-size: 32px;
  }

  .ww-contact-section__heading p {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.36;
  }

  .ww-contact-panel,
  .ww-contact-form-card {
    border-radius: 16px;
  }

  .ww-contact-panel {
    padding: 24px 20px;
  }

  .ww-contact-panel h3 {
    font-size: 26px;
  }

  .ww-contact-panel__lead {
    font-size: 16px;
  }

  .ww-contact-details {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ww-contact-detail_phone a {
    min-height: 44px;
    font-size: 21px;
  }

  .ww-geo-services {
    grid-template-columns: 1fr;
  }

  .ww-geo-card {
    min-height: 78px;
  }

  .ww-contact-form-card {
    padding: 28px 20px 22px;
  }

  .ww-contact-form-card h3 {
    font-size: 28px;
  }

  .ww-contact-form__input {
    min-height: 58px;
    border-radius: 16px;
  }
}

.ww-popup {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: none;
  font-family: "TildaSans", Arial, sans-serif;
}

.ww-popup.is-open {
  display: block;
}

.ww-popup__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.58);
  cursor: pointer;
}

.ww-popup__dialog {
  position: relative;
  width: min(560px, calc(100% - 32px));
  margin: min(9vh, 80px) auto;
  padding: 42px 42px 30px;
  border-radius: 10px;
  background: #fff;
  color: #202020;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.ww-popup__close {
  position: absolute;
  top: 14px;
  right: 18px;
  border: 0;
  background: transparent;
  color: #1a5632;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.ww-popup__dialog h2 {
  margin: 0;
  color: #1a5632;
  font-size: 30px;
  line-height: 1.12;
  text-align: center;
}

.ww-popup__dialog p {
  margin: 16px 0 0;
  color: #2c2d30;
  font-size: 17px;
  line-height: 1.45;
  text-align: center;
}

.ww-popup__form {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.ww-popup__input {
  width: 100%;
  min-height: 56px;
  border: 1px solid #1a5632;
  border-radius: 10px;
  padding: 0 18px;
  color: #000;
  font: inherit;
}

.ww-popup__button {
  min-height: var(--ww-button-height);
  border: 0;
  border-radius: var(--ww-button-radius);
  background: #1a5632;
  color: #fff;
  font: inherit;
  font-size: var(--ww-button-font-size);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 11, 48, 0.25);
}

.ww-popup__button:disabled,
.ww-button:disabled,
.t-submit:disabled,
.t-btnflex_type_submit:disabled,
button.is-loading {
  cursor: wait !important;
  opacity: 0.68 !important;
  pointer-events: none !important;
}

.ww-popup__status {
  min-height: 18px;
  color: #1a5632;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.ww-popup__policy {
  margin-top: -2px;
  color: #66736c;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.ww-popup__policy a {
  color: #1a5632;
}

.ww-lead-success {
  position: fixed;
  inset: 0;
  z-index: 1000002;
  display: none;
  font-family: "TildaSans", Arial, sans-serif;
}

.ww-lead-success.is-open {
  display: block;
}

.ww-lead-success__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 18, 12, 0.58);
  cursor: pointer;
}

.ww-lead-success__dialog {
  position: relative;
  width: min(620px, calc(100% - 32px));
  margin: min(9vh, 82px) auto;
  padding: 42px 42px 34px;
  border: 1px solid rgba(26, 86, 50, 0.16);
  border-radius: 10px;
  background: #f7faf8;
  color: #202020;
  text-align: center;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  outline: none;
}

.ww-lead-success__close {
  position: absolute;
  top: 14px;
  right: 18px;
  border: 0;
  background: transparent;
  color: rgba(26, 86, 50, 0.68);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.ww-lead-success__logo {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin: 0 auto 24px;
}

.ww-lead-success__dialog h2 {
  margin: 0;
  color: #1a5632;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: 0;
}

.ww-lead-success__dialog p {
  max-width: 470px;
  margin: 16px auto 0;
  color: #2c2d30;
  font-size: 18px;
  line-height: 1.48;
}

.ww-lead-success__button {
  min-height: var(--ww-button-height);
  min-width: min(100%, 260px);
  margin-top: 28px;
  border: 0;
  border-radius: var(--ww-button-radius);
  background: #1a5632;
  color: #fff;
  font: inherit;
  font-size: var(--ww-button-font-size);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(26, 86, 50, 0.24);
}

.ww-video-popup {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: none;
  font-family: "TildaSans", Arial, sans-serif;
}

.ww-video-popup.is-open {
  display: block;
}

.ww-video-popup__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}

.ww-video-popup__dialog {
  position: relative;
  width: min(1040px, calc(100% - 32px));
  margin: min(8vh, 72px) auto;
  border-radius: 10px;
  background: #000;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.42);
}

.ww-video-popup__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #1a5632;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.ww-video-popup__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
}

.ww-video-popup__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.js-phonemask-result {
  display: none !important;
}

@media (max-width: 760px) {
  .t-body,
  :root {
    --ww-button-height: 52px;
    --ww-button-padding-x: 20px;
  }

  .ww-managed-grid_cards,
  .ww-managed-grid_products,
  .ww-managed-grid_reviews {
    grid-template-columns: 1fr;
  }

  .ww-managed-container {
    width: min(100% - 24px, 1160px);
  }

  .ww-test-band {
    grid-template-columns: 1fr;
  }

  .ww-test-steps {
    grid-template-columns: 1fr;
  }

  .ww-test-steps li {
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: start;
    padding: 14px;
  }

  .ww-test-steps li::before {
    grid-row: 1 / span 2;
  }

  .ww-managed-section_test {
    padding-bottom: 128px;
  }

  .ww-showrooms {
    padding: 36px 0 18px;
  }

  .ww-showrooms__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ww-showrooms__list {
    grid-template-columns: 1fr;
  }

  .ww-showroom {
    padding: 18px 16px;
  }

  .ww-popup__dialog {
    padding: 36px 20px 24px;
  }

  .ww-popup__dialog h2 {
    font-size: 24px;
  }

  .ww-lead-success__dialog {
    margin-top: min(8vh, 54px);
    padding: 34px 20px 24px;
  }

  .ww-lead-success__logo {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }

  .ww-lead-success__dialog h2 {
    font-size: 26px;
  }

  .ww-lead-success__dialog p {
    font-size: 16px;
  }

  .ww-lead-success__button {
    width: 100%;
  }

  .ww-video-popup__dialog {
    width: min(100% - 24px, 1040px);
    margin-top: 72px;
  }

  .ww-video-popup__close {
    top: -52px;
    right: 0;
  }
}
