@font-face {
  font-family: 'Noto Sans Devanagari';
  src: url("NotoSansDevanagari-Regular.woff2") format('woff2'),
  url("NotoSansDevanagari-Regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Devanagari';
  src: url("NotoSansDevanagari-Medium.woff2") format('woff2'),
  url("NotoSansDevanagari-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Devanagari';
  src: url("NotoSansDevanagari-Bold.woff2") format('woff2'),
  url("NotoSansDevanagari-Bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


input:focus::-webkit-input-placeholder { opacity: 0 !important; }
input:focus::-moz-placeholder { opacity: 0 !important; }
input:focus:-moz-placeholder { opacity: 0 !important; }
input:focus:-ms-input-placeholder { opacity: 0 !important; }
input:focus-visible { outline: none !important; }

html {
  scroll-behavior: smooth;
}


.new-hero {
  box-sizing: border-box;
  max-width: 530px;
  margin: 0 auto;
  background: #161618;
  color: #fff;
  font-family: "Roboto", "Noto Sans Devanagari", sans-serif;
  padding-bottom: 16px;
}

/* первый hero: место под шапку, т.к. она position:fixed и вынута из потока */
.new-hero:not(.new-hero--footer) {
  padding-top: var(--new-hero-header-offset, 112px);
}

.new-hero *,
.new-hero *::before,
.new-hero *::after {
  box-sizing: border-box;
}

.new-hero__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  background: #036;
  padding: 14px 0 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.new-hero__header-row {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.new-hero__brand {
  flex: 0 0 145px;
  font-weight: 700;
  font-size: 27px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.new-hero__header-aside {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  min-width: 0;
}

.new-hero__pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  min-height: 30px;
  padding: 8px 12px;
  border-radius: 90px;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(
    178deg,
    #ff9e3d 0.39%,
    #ff5f1f 28.52%,
    #d14006 68.41%,
    #ff9e3d 98.96%
  );
  box-shadow: 0 3px 0 #bb3703;
}

.new-hero__timer.timer {
  position: relative;
  text-align: right;
  padding-right: 6px;
}

.new-hero .new-hero__countbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.new-hero .new-hero__countbox .countbox-num {
  float: none;
  display: flex;
  gap: 4px;
  width: auto;
  height: auto;
  line-height: normal;
  position: relative;
}

.new-hero .new-hero__countbox .countbox-space {
  float: none;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1px;
}

.new-hero .new-hero__countbox .countbox-space::before {
  content: ":";
  font-weight: 500;
  font-size: 19px;
  color: #fff;
  line-height: 1;
}

.new-hero .countbox-hours1,
.new-hero .countbox-hours2,
.new-hero .countbox-mins1,
.new-hero .countbox-mins2,
.new-hero .countbox-secs1,
.new-hero .countbox-secs2 {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 21px;
  margin: 0;
  background: #f05500 none;
  border-radius: 5px;
  padding: 2px;
}

.new-hero .countbox-hours1 span,
.new-hero .countbox-hours2 span,
.new-hero .countbox-mins1 span,
.new-hero .countbox-mins2 span,
.new-hero .countbox-secs1 span,
.new-hero .countbox-secs2 span {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.new-hero .countbox-hours-text,
.new-hero .countbox-mins-text,
.new-hero .countbox-secs-text {
  display: none !important;
}

.new-hero__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 26px 16px 0;
  width: 100%;
}

.new-hero__headline {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.369;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.new-hero__product-wrap {
  position: relative;
  width: 90%;
}

.new-hero__product-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 350 / 290;
}

.new-hero__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 14px;
}

.new-hero__offer-top {
  width: 100%;
  text-align: center;
  padding: 14px 19px 10px;
  border-radius: 12px 12px 0 0;
}

.new-hero__offer-title {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}

.new-hero__offer-discount {
  margin: 4px 0 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fe0;
}

.new-hero__offer-valid {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.new-hero__offer-valid em {
  font-style: normal;
  color: #fe0;
}

.new-hero__offer-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 12px 24px;
  border-radius: 0 0 10px 10px;
}

.new-hero__prices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px 0;
}

.new-hero__price-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.5px;
  width: 141px;
}

.new-hero__price-label {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 16.8px;
  text-align: center;
  color: #fff;
}

.new-hero__price-old-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.49px;
}

.new-hero__price-old {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.new-hero__price-old-row::after {
  content: "";
  position: absolute;
  left: -5.31%;
  right: -5.32%;
  top: calc(50% + 1px);
  height: 1.5px;
  background: #fff;
}

.new-hero__price-new {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #0bff0b;
}

.new-hero__fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.new-hero__field {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 60px;
  padding: 16px;
  background: #f8f8f8;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  box-shadow: inset 2px 3px 5px rgba(0, 0, 0, 0.1);
}

.new-hero__field-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-hero__field-icon--phone {
  height: 23px;
}

.new-hero__field-icon img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 23px;
}

.new-hero__field input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.28px;
  color: #161618;
  outline: none;
}

.new-hero__field input::placeholder {
  color: #757575;
}

.new-hero__submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  padding-bottom: 8px;
  border: 0;
  border-radius: 90px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: linear-gradient(
    178deg,
    #ff9e3d 0.39%,
    #ff5f1f 28.52%,
    #d14006 68.41%,
    #ff9e3d 98.96%
  );
  box-shadow:
    0 9px 0 #e14e13,
    0 7px 16px #ff8d41,
    0 4px 14px #ff8d41;
}

.new-hero__trust {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 24px 0;
}

.new-hero__trust-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.new-hero__trust-icon {
  flex-shrink: 0;
  width: 26px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-hero__trust-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.new-hero__trust-text {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.474;
  text-transform: uppercase;
  color: #fff;
}

/* Нижний блок (Figma 1:428): общие классы new-hero__*, отличия только здесь */
.new-hero--footer .new-hero__body {
  padding-top: 24px;
}

.new-hero__promo-stack {
  margin: 8px 0 0;
  padding: 0 4px;
}

.new-hero__promo-line {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 18px #f05500, 0 0 10px #f05500;
}

.new-hero__promo-line--accent {
  color: #fe0;
}

.new-hero__promo-accent {
  color: #fe0;
}

.new-hero--footer .new-hero__offer-discount {
  text-shadow: 0 0 18px #f05500, 0 0 10px #f05500;
}

.new-hero--footer .new-hero__offer-valid {
  margin-top: 6px;
  font-size: 24px;
  line-height: 1.25;
  white-space: normal;
}

.new-hero--footer .new-hero__offer-valid em {
  color: #f05500;
}

.new-hero--footer .new-hero__offer-panel {
  padding-top: 16px;
}

.new-hero--footer .new-hero__submit {
  min-height: 70px;
  font-size: 29px;
}

.js-pulse {
  animation: js-pulse-breathe 1.2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes js-pulse-breathe {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.92;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-pulse {
    animation: none;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.modal-overlay--visible {
  display: block;
}

/* Блокировка прокрутки страницы при открытом модальном окне */
body:has(.modal.modal-overlay--visible) {
  overflow: hidden;
}

/* Fallback для браузеров без поддержки :has() */
body.modal-open {
  overflow: hidden;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.modal__wrapper {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  z-index: 2;
}

.modal__content {
  position: relative;
  border-radius: 16px;
  max-width: 530px;
  width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  margin: 45px auto 10px;
}

.modal__close {
  position: absolute;
  top: -20px;
  right: -8px;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__close:hover {
  opacity: 0.7;
  background-color: transparent;
}

/* Modal lead form (Figma node 1:6) */
.new-modal-form {
  width: 100%;
}

.new-modal-form__card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.new-modal-form__head {
  background: #036;
  border-radius: 12px 12px 0 0;
  padding: 10px 14px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.new-modal-form__title {
  margin: 0;
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.55);
  line-height: normal;
}

.new-modal-form__promo {
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.new-modal-form__promo-label {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #fe0;
}

.new-modal-form__promo-line {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
}

.new-modal-form__promo-accent {
  color: #fe0;
}

.new-modal-form__timer-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 8px 0 0;
  width: 100%;
}

.new-modal-form__timer-caption {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  line-height: 16px;
}

.new-modal-form__timer {
  width: 100%;
  display: flex;
  justify-content: center;
}

.new-modal-form__timer-digits {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.new-modal-form__digit-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 62px;
  padding: 2px 6px;
  box-sizing: border-box;
  background: #f05500;
  border-radius: 4px;
}

.new-modal-form__digit-box > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 27px;
}

.new-modal-form__digit-box span {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: #fefefe;
  line-height: 1;
}

.new-modal-form__timer-sep {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 12px;
  padding: 0 2px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

.new-modal-form__fields {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  padding: 14px 14px 26px;
  box-sizing: border-box;
}

.new-modal-form__field {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 60px;
  padding: 0 14px;
  box-sizing: border-box;
  background: #f8f8f8;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  box-shadow: inset 2px 3px 5px rgba(0, 0, 0, 0.1);
  margin: 0;
  cursor: text;
}

.new-modal-form__field:focus-within {
  border-color: #036;
}

.new-modal-form__field-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-modal-form__field-icon--phone {
  width: 20px;
}

.new-modal-form__field-icon--phone svg {
  display: block;
}

.new-modal-form__input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  height: 44px;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: "Roboto", "Noto Sans Devanagari", sans-serif;
  font-size: 19px;
  letter-spacing: 0.28px;
  color: #1a1a1a;
}

.new-modal-form__input::placeholder {
  color: #757575;
}

.new-modal-form__submit {
  width: 100%;
  margin: 0;
  padding: 18px 14px 10px;
  border: 0;
  border-radius: 90px;
  cursor: pointer;
  font-family: "Roboto", "Noto Sans Devanagari", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(
    176.77deg,
    #ff9e3d 0.39%,
    #ff5f1f 28.52%,
    #d14006 68.41%,
    #ff9e3d 98.96%
  );
  box-shadow:
    0 9px 0 0 #e14e13,
    0 7px 16px 0 #ff8d41,
    0 4px 14px 0 #ff8d41;
  line-height: 1.25;
}

.new-modal-form__submit:hover {
  filter: brightness(1.04);
}


