*{
margin:0;
padding:0;
box-sizing:border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; /* чтобы header не перекрывал якоря */
}

body{
background:#ffffff;
font-family:Manrope;
}
body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: clamp(14px, 1vw, 18px);
}
/* CONTAINER */

.container{

max-width:1450px;

margin:auto;

padding:0 40px;
}
h2 {
    line-height: 1.1;
    letter-spacing: -.05em;
}
h3 {
    letter-spacing: -.05em;
}
/* subtle underline animation */

a {
  color: inherit;
  text-decoration: none;

  transition: color 0.35s ease;
}

/* hover */

a:hover {
  color: #808000 !important;
}

/* active */

a:active {
  opacity: 0.8;
}

/* focus (доступность) */

a:focus-visible {
  outline: none;
  color: #808000;
}
/* HEADER */

.header-new {
  background: #fff;
  padding: 20px 0;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 35px;
}

.logo {
  font-weight: 700;
  font-size: 22px;
}

.subtext {
  font-size: 13px;
  color: #555;
  line-height: 1.3;
}

/* NAV */

.nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.nav a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

.nav-pill {
  background: #F5F2E8;
  padding: 8px 15px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* RIGHT */

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.phone {
  font-weight: 700;
}

.subtext a {
    color: #7e7e00;
    border-bottom: 1px dashed;
}
.footer-copy a {
    color: #7e7e00;
    border-bottom: 1px dashed;
}

.soc {
width: 35px;
  height: 35px;
  background: #F5F2E8;
  border-radius: 50%;
  text-align: center;
    padding: 8px;
}
.benefits-form .btn-green.big,
.steps-form-box .btn-green.big {
    margin-top: 10px;
}
/* BUTTON */

.btn-green {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 70px;
  padding: 0 40px;

  border-radius: 15px;
  border: none;
  cursor: pointer;

  font-family: 'Manrope';
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #fff;

  background:
    linear-gradient(278.05deg,
      rgba(154, 166, 0, 0) 25.49%,
      rgba(128, 128, 0, 0.45) 50%,
      #5F6600 74.51%
    ),
    #808000;

  box-shadow:
    0px 6px 24px rgba(128, 128, 0, 0.4),
    0px 8px 20px rgba(0, 0, 0, 0.25),
    inset 1px 1px 2px rgba(255, 255, 255, 0.18);

  transition: all 0.25s ease;
  overflow: hidden;
}

.btn-green:hover {
  transform: translateY(-2px) scale(1.02);

  box-shadow:
    0px 10px 30px rgba(128, 128, 0, 0.6),
    0px 15px 30px rgba(0, 0, 0, 0.35),
    inset 1px 1px 2px rgba(255, 255, 255, 0.25);
}

.btn-green:active {
  transform: translateY(1px) scale(0.98);

  box-shadow:
    0px 4px 10px rgba(0,0,0,0.3),
    inset 2px 2px 6px rgba(0,0,0,0.4);
}

.btn-green:focus-visible {
  outline: none;

  box-shadow:
    0 0 0 3px rgba(128,128,0,0.5),
    0px 8px 20px rgba(0,0,0,0.3);
}

.btn-green::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.25),
    transparent
  );
  opacity: 0;
  transition: 0.4s;
}

.btn-green:hover::before {
  opacity: 1;
  transform: translateX(100%);
}
.btn-green.loading {
  pointer-events: none;
  color: transparent;
}

.btn-green.loading::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255,255,255,0.4);
  border-top: 2px solid #fff;
  border-radius: 50%;

  position: absolute;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.btn-green.big {
  padding: 20px 30px;
  font-size: 18px;
}

/* HERO */

.hero-new {
  position: relative;
  background: #11100D;
  border-radius: 50px;
  overflow: hidden;
  padding: 120px 0;
}

.hero-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/hero.jpg) center top no-repeat;
}

/* GRID */

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

/* LEFT */

.hero-left {
    color: #fff;
    max-width: 650px;
    position: relative;
    z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 25px;
  font-size: 14px;
}

.hero-badge span {
  width: 6px;
  height: 6px;
  background: #808000;
  border-radius: 50%;
}

.hero-left h1 {
  font-size: 54px;
  line-height: 1.2;
  margin-bottom: 25px;
  letter-spacing: -.05em;
}

.hero-left h1 span {
  color: #808000;
}

.hero-left p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
    max-width: 560px;
}

/* BUTTONS */

.hero-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.btn-outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 70px;
  padding: 0 40px;

  border-radius: 15px;

  font-family: 'Manrope';
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.03em;

  color: #fff;
  background: transparent;

  border: 1px solid rgba(255,255,255,0.4);

  backdrop-filter: blur(4px);

  cursor: pointer;
  transition: all 0.25s ease;
  overflow: hidden;
}
.btn-outline:hover {
  transform: translateY(-2px) scale(1.02);

  border-color: rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.05);

  box-shadow:
    0px 10px 25px rgba(0,0,0,0.3);
}
.btn-outline:active {
  transform: translateY(1px) scale(0.98);

  box-shadow:
    inset 2px 2px 6px rgba(0,0,0,0.4);
}
.btn-outline:active {
  transform: translateY(1px) scale(0.98);

  box-shadow:
    inset 2px 2px 6px rgba(0,0,0,0.4);
}
.btn-outline::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.25),
    transparent
  );

  opacity: 0;
  transition: 0.4s;
}

.btn-outline:hover::before {
  opacity: 1;
  transform: translateX(100%);
}
/* RIGHT */

.hero-right {
  display: flex;
  justify-content: flex-end;
}

.hero-card {
    background: rgb(246 246 246 / 70%);
    backdrop-filter: blur(5px);
    padding: 30px 60px;
    border-radius: 30px;
    color: #000;
    max-width: 600px;
    right: 10%;
    top: 62%;
    position: absolute;
    z-index: 3;
}

.hero-card ul {
  list-style: none;
}
.socials {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 0 20px;
}

.hero-card li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.hero-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #808000;
  border-radius: 50%;
}

.problems {
  padding: 120px 0;
}

/* HEADER */

.problems-header {
  max-width: 900px;
  margin-bottom: 50px;
}

.problems-header h2 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.problems-header span {
  color: #808000;
}

.problems-header p {
  font-size: 18px;
  color: #333;
  max-width: 600px;
}

/* GRID */

.problems-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 15px;
}

/* CARDS */

.problems-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.problem-card {
  background: #fff;
padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.problem-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.problem-card p {
  font-size: 14px;
  color: #555;
}

/* ICON */

.problem-card .icon {
    width: 50px;
    height: 50px;
    background: #F5F2E8;
    border-radius: 50%;
    margin-bottom: 15px;
    text-align: center;
    line-height: 69px;
}

/* DARK CARD */

.problem-card.dark {
  background: #1F1F1F;
  color: #fff;
      padding-top: 90px;
}

.problem-card.dark p {
  color: #ccc;
}

/* IMAGE */

.problems-image {
  position: relative;
}

.image-bg {
  width: 100%;
  height: 100%;
  min-height: 600px;
  background: url('img/worker.jpg') center/cover no-repeat;
  border-radius: 30px;
}

/* OVERLAY CARD */

.image-card {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    padding: 35px;
    border-radius: 20px;
    color: #fff;
    max-width: 380px;
    margin: 0 auto;
}

.image-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.image-card p {
  font-size: 14px;
  opacity: 0.8;
}



/* SECTION */

.solution {
    border-radius: 50px;
    padding: 120px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: #1F1F1F url(img/solution.jpg) center / cover no-repeat;
}

/* HEADER */

.solution-header {
  max-width: 900px;
  margin-bottom: 60px;
}

.solution-header h2 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.solution-header span {
  color: #808000;
}

.solution-header p {
  font-size: 18px;
  opacity: 0.9;
}

/* COMPARISON */

.solution-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 80px;
}

.solution-box {
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(5px);
  padding: 40px;
  border-radius: 30px;
}

.solution-box h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

/* LISTS */

.bad-list,
.good-list {
  list-style: none;
}

.bad-list li,
.good-list li {
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}

/* RED X */

/* база */

.bad-list li,
.good-list li {
  position: relative;
  padding-left: 28px;
}

/* BAD */

.bad-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;

  width: 18px;
  height: 18px;

  background: url("img/close.svg") no-repeat center;
  background-size: contain;
}

/* GOOD */

.good-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;

  width: 18px;
  height: 18px;

  background: url("img/check.svg") no-repeat center;
  background-size: contain;
}

/* BOTTOM */

.solution-bottom {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: center;
}

/* LEFT TEXT */

.solution-text h3 {
  font-size: 28px;
  margin-bottom: 30px;
}

.solution-text span {
  color: #808000;
}

/* FEATURES */

.solution-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.feature-card {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    padding: 45px 25px;
    border-radius: 25px;
}

.feature-card .num {
  color: #808000;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
      font-size: 21px;
}
section {
    scroll-margin-top: 120px;
    max-width: 1920px;
    margin: 0 auto;
}
.scroll-top {
  position: fixed;
  bottom: 30px;
  left: 30px;

  width: 55px;
  height: 55px;

  border-radius: 50%;
  border: none;

  font-size: 20px;
  color: #1F1F1F;

  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);

  box-shadow:
    0 10px 30px rgba(0,0,0,0.15),
    inset 0 1px 0 rgba(255,255,255,0.8);

  cursor: pointer;

  opacity: 0;
  transform: translateY(20px) scale(0.9);
  pointer-events: none;

  transition: all 0.3s ease;

  z-index: 1500;
}

/* SHOW */

.scroll-top.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: all;
}

/* HOVER */

.scroll-top:hover {
  transform: translateY(-3px) scale(1.05);

  background: rgba(255,255,255,0.9);

  box-shadow:
    0 15px 40px rgba(0,0,0,0.25);
}

/* ACTIVE */

.scroll-top:active {
  transform: scale(0.95);
}
.solution-text button.btn-green.big {
    max-width: 370px;
}
.feature-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  opacity: 0.8;
}




/* SECTION */

.benefits {
  padding: 120px 0;
}

/* HEADER */

.benefits-header {
  max-width: 900px;
  margin-bottom: 50px;
}

.benefits-header h2 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.benefits-header span {
  color: #808000;
}

.benefits-header p {
font-size: 18px;
    max-width: 600px;
}

/* GRID */

.benefits-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 15px;
}

/* CARDS */

.benefits-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.benefit-card {
  background: #fff;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.benefit-card .icon {
    width: 50px;
    height: 50px;
    background: #F5F2E8;
    border-radius: 50%;
    margin-bottom: 15px;
    text-align: center;
    line-height: 69px;
}

.benefit-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 14px;
  color: #555;
}

/* FORM */

.benefits-form {
  background: #000;
  color: #fff;
  padding: 60px;
  border-radius: 30px;
}

.benefits-form h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.benefits-form span {
  color: #808000;
}

.benefits-form p {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 25px;
}

/* INPUT */

.benefits-form input[type="text"],
.steps-input[type="text"],
.steps-input[type="tel"],
.benefits-form input[type="tel"] {
  width: 100%;
  padding: 25px;
  margin-bottom: 15px;
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,0.1);
  background: #2a2a2a;
  color: #fff;
  font-size: 16px;
}

/* CHECKBOX */

.checkbox {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 20px;
  gap: 10px;
}

.checkbox input {
  display: none;
}

.checkbox span {
    width: 30px;
    height: 16px;
    background: #808000;
    border-radius: 3px;
    display: inline-block;
}

/* BUTTON */

.btn-green.big {
  width: 100%;
}
header .btn-green {
    height: 50px;
    font-size: 15px;
}

section.services .btn-outline {
    width: 320px;
}



/* SECTION */

.services {
    padding: 120px 0 0px 0;
}

/* HEADER */

.services-header {
  max-width: 900px;
  margin-bottom: 50px;
}

.services-header h2 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.services-header span {
  color: #808000;
}

.services-header p {
    font-size: 18px;
    color: #333;
    max-width: 600px;
}

/* GRID */

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* CARD */

.service-card {
  position: relative;
  background: #000;
  border-radius: 30px;
  overflow: hidden;
  min-height: 420px;
  display: flex;
}

/* CONTENT */

.service-content {
  position: relative;
  z-index: 2;
  padding: 50px;
  width: 60%;
  color: #fff;
}

.service-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.service-content p {
  margin-bottom: 15px;
}

.service-content ul {
  margin-bottom: 25px;
  padding-left: 18px;
}

.service-content li {
  margin-bottom: 5px;
}

/* IMAGE */

.service-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* ГРАДИЕНТ затемнение */

.service-card::after {
  content: "";
  position: absolute;
  right: 45%;
  top: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(to left, transparent, #000);
  z-index: 1;
}

/* IMAGES */

.img-1 {
    background: url(img/service-1.jpg) right top no-repeat;
}
.img-2 {
  background: url(img/service-2.jpg) right top no-repeat;
}

.img-3 {
  background: url(img/service-3.jpg) right top no-repeat;
}

.img-4 {
  background: url(img/service-4.jpg) right top no-repeat;
}

/* BUTTON */

.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 14px 20px;
  border-radius: 15px;
  cursor: pointer;
}



/* SECTION */

.economy {
  position: relative;
  padding: 120px 0;
  border-radius: 50px;
  overflow: hidden;
  color: #fff;
      background: #1F1F1F url(img/economy.jpg) center / cover no-repeat;
}



.economy .container {
  position: relative;
  z-index: 2;
}

/* HEADER */

.economy-header {
  max-width: 900px;
  margin-bottom: 50px;
}

.economy-header h2 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.economy-header span {
  color: #808000;
}

.economy-header p {
  font-size: 18px;
  opacity: 0.9;
      max-width: 500px;
}

/* BOXES */

.economy-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}

.economy-box {
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(5px);
  padding: 40px;
  border-radius: 30px;
}

.economy-box h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

/* LISTS */

.bad-list,
.good-list {
  list-style: none;
}

.bad-list li,
.good-list li {
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}


/* STATS */

.economy-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.stat .num {
  font-size: 42px;
  font-weight: 800;
}

.stat .text {
  font-size: 14px;
  opacity: 0.8;
}


/* SECTION */

.quiz {
    padding: 120px 0 0px 0;
}

/* HEADER */

.quiz-header {
  max-width: 600px;
  margin-bottom: 50px;
}

.quiz-header h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.quiz-header span {
  color: #808000;
}

.quiz-header p {
    font-size: 18px;
    max-width: 550px;
}
.quiz-progress span {
    color: #fff;
}

/* BODY */

.quiz-body {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background: #1F1F1F;
  border-radius: 30px;
  overflow: hidden;
}

/* LEFT */

.quiz-left {
    padding: 60px 40px;
}

/* PROGRESS */

.quiz-progress {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.progress-bar {
  flex: 1;
  height: 13px;
  background: #000;
  border-radius: 100px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: #808000;
  border-radius: 100px;
}

/* QUESTION */

.quiz-left h3 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #fff;
}

/* OPTIONS */

.quiz-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 30px;
}

.quiz-option {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0,0,0,0.6);
  padding: 20px;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
}

.quiz-option input {
  display: none;
}

/* RADIO */

.circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #333;
  position: relative;
}

.quiz-option.active .circle {
  background: #808000;
}

/* BUTTON */

.quiz .btn-green {
    margin-top: 10px;
    height: 60px;
}

/* RIGHT */

.quiz-right {
  background: rgba(0,0,0,0.6);
  padding: 40px;
  color: #fff;
}

.quiz-desc {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 75px;
}

.quiz-benefits h4 {
  margin-bottom: 15px;
}

.quiz-benefits ul {
  list-style: none;
}

.quiz-benefits li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.quiz-benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url(img/check.svg) no-repeat center;
    background-size: contain;
}


.steps-section {
    padding: 120px 0 120px 0;
}

.steps-header p {
    max-width: 500px;
}

/* HEADER */

.steps-header {
  max-width: 800px;
  margin-bottom: 60px;
}

.steps-header h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.steps-header span {
  color: #808000;
}

/* GRID */

.steps-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: start;
}

/* FORM */

.steps-form-box {
  background: #000;
  padding: 60px;
  border-radius: 30px;
  color: #fff;
}

.steps-form-box h3 {
    margin-bottom: 25px;
    font-size: 28px;
}

.steps-input {
  width: 100%;
 
}

/* CHECKBOX */

.steps-checkbox {
  display: flex;
  gap: 10px;
  font-size: 12px;
  margin: 15px 0 25px;
}

.steps-checkbox input {
  display: none;
}

.steps-checkbox span {
  width: 30px;
  height: 16px;
  background: #808000;
  border-radius: 3px;
}
.steps-form-box {
  position: sticky;
  top: 120px; /* учитываем header */
}
/* TIMELINE */

.steps-timeline {
  position: relative;
  padding-left: 50px;
}

.steps-timeline::before {
    content: "";
    position: absolute;
    left: 73px;
    top: 0;
    bottom: 0;
    width: 2px;

    background: linear-gradient(
        to bottom,
        rgba(128,128,0,0) 0%,
        rgba(128,128,0,0.4) 20%,
        rgba(128,128,0,0.8) 50%,
        rgba(128,128,0,0.4) 80%,
        rgba(128,128,0,0) 100%
    );

    filter: blur(0.5px);
    opacity: 0.7;
}

/* ITEM */

.steps-item {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.steps-circle {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
background: #ffffff;
  border: 2px solid #808000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: relative;
}

.steps-item.active .steps-circle {
  background: #808000;
  color: #fff;
}

/* CONTENT */

.steps-content h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.steps-content p {
  font-size: 14px;
  color: #555;
}


/* SECTION */

.guarantees-section {
background: #1F1F1F url(img/solution.jpg) center / cover no-repeat;
  border-radius: 50px;
  padding: 120px 0;
  color: #fff;
}

/* HEADER */

.guarantees-header {
  max-width: 1150px;
  margin-bottom: 60px;
}

.guarantees-header h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.guarantees-header span {
  color: #808000;
}

.guarantees-header p {
  font-size: 18px;
  opacity: 0.9;
      max-width: 550px;
}

/* GRID */

.guarantees-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

/* CARD */

.guarantees-card {
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(5px);
padding: 60px 40px;
  border-radius: 30px;
}

.guarantees-card .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.guarantees-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
    min-height: 55px;
}

.guarantees-card p {
  font-size: 14px;
  opacity: 0.8;
}
.final-form .btn-green {
    width: 280px;
    margin-left: -30px;
}

/* BOTTOM */

.guarantees-bottom {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.guarantees-note {
  font-size: 18px;
  max-width: 400px;
}



.faq-section {
  padding: 120px 0;
}

/* HEADER */

.faq-header {
  max-width: 800px;
  margin-bottom: 40px;
}

.faq-header h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.faq-header p {
  font-size: 18px;
  max-width: 500px;
}

/* LIST */

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1000px;
}

/* ITEM */

.faq-item {
  background: #fff;
  border-radius: 15px;
  padding: 20px 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  cursor: pointer;
}

/* QUESTION */

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
}

/* ICON */

.faq-icon {
  font-size: 24px;
}

/* ANSWER */

.faq-answer {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.5;
  display: none;
}

/* ACTIVE */

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  content: "−";
}





.final-section {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  color: #fff;
  background: #1F1F1F url(img/final.jpg) center / cover no-repeat;
  padding: 120px 0;
}

/* BACKGROUND IMAGE */

.final-bg {
  position: absolute;
  inset: 0;
  background: url('img/final-bg.jpg') center/cover no-repeat;
  z-index: 0;
}

/* CONTENT */

.final-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  float: left;
}

/* BADGE */

.final-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.6);
  padding: 8px 18px;
  border-radius: 100px;
  margin-bottom: 25px;
}

.final-badge span {
  width: 6px;
  height: 6px;
  background: #808000;
  border-radius: 50%;
}

/* TITLE */

.final-title {
  font-size: 54px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.final-title span {
  color: #808000;
}

/* DESC */

.final-desc {
  font-size: 18px;
  margin-bottom: 20px;
    max-width: 400px;
  opacity: 0.9;
}

/* LIST */

.final-list {
  list-style: none;
  margin-bottom: 30px;
}

.final-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.final-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #808000;
}

/* FORM */

.final-form {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.final-form input {
  flex: 1;
  padding: 20px;
  border-radius: 15px;
  border: none;
  background: #2a2a2a;
  color: #fff;
}

.final-form button {
  padding: 0 30px;
}

/* POLICY */

.final-policy {
  display: flex;
  gap: 10px;
  font-size: 12px;
  opacity: 0.6;
}

.final-policy input {
  display: none;
}

.final-policy span {
  width: 23px;
  height: 16px;
  background: #808000;
  border-radius: 3px;
}


.footer-section {
  padding: 60px 0;
  background: #fff;
}

/* GRID */

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr 1.5fr;
  gap: 40px;
  align-items: start;
}

/* LOGO */

.footer-logo {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* COPY */

.footer-copy {
  font-size: 13px;
  line-height: 1.5;
  color: #1F1F1F;
}

/* LINKS */

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}

/* RIGHT */

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* PHONE */

.footer-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

/* ICON */

.phone-icon {
    margin: 1px 7px 0px 0;
    display: block;
    float: left;
}

/* SOCIALS */

.footer-socials {
  display: flex;
  gap: 10px;
}

.social-circle {
  width: 35px;
  height: 35px;
  background: #F5F2E8;
  border-radius: 50%;
  text-align: center;
    padding: 8px;
}

/* состояние при скролле */
.header-new.scrolled {
background: rgba(255, 255, 255, 0.9);

backdrop-filter: blur(20px) saturate(180%);
-webkit-backdrop-filter: blur(20px) saturate(180%);

border: 1px solid rgba(255, 255, 255, 0.6);

box-shadow:
  0 10px 30px rgba(0, 0, 0, 0.1),
  0 2px 10px rgba(0, 0, 0, 0.05),
  inset 0 1px 0 rgba(255, 255, 255, 0.8);

z-index: 999;
position: fixed;

margin: 10px auto 0 auto;
left: 0;
right: 0;
max-width: 1450px;

border-radius: 100px;
padding: 15px 0;
}
.header-new {
  transition: all 0.3s ease;
}
/* MODAL BASE */

.modal {
  position: fixed;
  inset: 0;
  z-index: 2000;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.modal.active {
  opacity: 1;
  pointer-events: all;
}

/* OVERLAY */

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
}

/* BOX */

.modal-box {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 420px;
  padding: 40px;

  border-radius: 30px;

  background: rgba(20,20,20,0.85);
  backdrop-filter: blur(20px);

  box-shadow:
    0 20px 60px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.05);

  color: #fff;

  transform: translateY(20px) scale(0.95);
  transition: 0.3s;
}

.modal.active .modal-box {
  transform: translateY(0) scale(1);
}

/* CLOSE */

.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;

  font-size: 24px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

/* TEXT */

.modal-box h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.modal-box p {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 20px;
}

/* FORM */

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.modal-form input {
  padding: 18px;
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,0.1);

  background: rgba(255,255,255,0.05);
  color: #fff;

  font-size: 16px;
}

.modal-form input:focus {
  outline: none;
  border-color: #808000;
  box-shadow: 0 0 0 2px rgba(128,128,0,0.3);
}
.modal-policy {
  display: flex;
  gap: 10px;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.7;
  cursor: pointer;
}

.modal-policy input {
  display: none;
}

.modal-policy span {
  min-width: 16px;
  height: 16px;
  border-radius: 4px;
  background: rgba(255,255,255,0.2);
  position: relative;
}

/* checked */

.modal-policy input:checked + span {
  background: #808000;
}

.modal-policy input:checked + span::after {
  content: "✔";
  position: absolute;
  font-size: 10px;
  color: #fff;
  left: 3px;
  top: -1px;
}

.cookie {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);

  z-index: 3000;

  width: calc(100% - 20px);
  max-width: 700px;

  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}

.cookie.show {
  opacity: 1;
  pointer-events: all;
}

/* BOX */

.cookie-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  padding: 20px 25px;

  border-radius: 20px;

  background: rgba(20,20,20,0.85);
  backdrop-filter: blur(20px);

  box-shadow:
    0 10px 40px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.05);

  color: #fff;
}

/* TEXT */

.cookie-text {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
}

/* BUTTON */

.cookie-btn {
  flex-shrink: 0;
  height: 50px;
  padding: 0 25px;
  font-size: 14px;
}

.quiz-option.active {
  border: 1px solid #808000;
  background: rgba(128,128,0,0.1);
}
.quiz-left {
    color: #fff;
}
.modal-doc {
  max-width: 600px;
  width: 100%;
}

/* SCROLL */

.modal-scroll {
  max-height: 400px;
  overflow-y: auto;
  margin-top: 15px;
  padding-right: 10px;
}

/* ТЕКСТ */

.modal-scroll p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  opacity: 0.9;
}

/* СКРОЛЛ БАР (современный) */

.modal-scroll::-webkit-scrollbar {
  width: 6px;
}

.modal-scroll::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2);
  border-radius: 10px;
}


.modal-doc {
  max-width: 900px;
  width: calc(100% - 40px);

  padding: 50px;
  border-radius: 30px;
}

/* scroll зона */

.modal-scroll {
  max-height: 65vh;
  overflow-y: auto;
  margin-top: 20px;
  padding-right: 15px;
}
footer.footer-section a {
    color: #000;
}
.modal-doc h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.modal-doc h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.modal-doc p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
}

.modal-doc ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

.modal-doc li {
  margin-bottom: 5px;
}
footer.footer-section a {
    color: #000;
    text-decoration: none;
}
.quiz-actions {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.quiz-prev {
  display: none;
}

/* показываем после 1 шага */

.quiz-prev.show {
  display: inline-flex;
}

/* финальная форма */

.quiz-final-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.quiz-final-form input {
  padding: 20px;
  border-radius: 15px;

  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);

  color: #fff;
  font-size: 16px;
}

.quiz-final-form input:focus {
  outline: none;
  border-color: #808000;

  box-shadow: 0 0 0 2px rgba(128,128,0,0.3);
}
.quiz-option {
  transition: all 0.2s ease;
}

.quiz-option:hover {
  transform: translateY(-2px);
}
button.btn-outline.quiz-prev.show {
    height: 60px;
    margin-top: 8px;
    width: 120px;
}

/* GRID */

.cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* CARD */

.case-card.big {
    background: #1F1F1F;
    backdrop-filter: blur(12px);
    border-radius: 30px;
    padding: 35px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cases-header h2 {
    font-size: 48px;
    margin-bottom: 20px;
}
.cases-header {
    max-width: 800px;
    margin-bottom: 60px;
}
section.cases-section {
    padding: 120px 0 0px 0;
}

/* HEAD */

.case-head h3 {
  font-size: 22px;
}

.case-head span {
  font-size: 13px;
  opacity: 0.6;
}

/* ROW */

.case-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.case-col h4 {
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 5px;
}

.case-col p {
  font-size: 14px;
  line-height: 1.5;
}

/* RESULTS */

.case-results {
display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
}

.case-results span {
  font-size: 24px;
  font-weight: 700;
  color: #808000;
}

/* REVIEW */

.case-review {
  border-left: 3px solid #808000;
  padding-left: 15px;
     margin: 20px 0;
}

.case-review p {
  font-style: italic;
  margin-bottom: 5px;
}

.case-review span {
  font-size: 12px;
  opacity: 0.6;
}
/* важно для ровных карточек */

.cases-slider .owl-stage {
  display: flex;
}

.cases-slider .owl-item {
  display: flex;
}

.case-card.big {
  height: 100%;
}
/* BUTTON */

.case-btn {
  margin-top: auto;
    max-width: 350px;
}
@media (max-width: 600px) {

  .cookie-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-btn {
    width: 100%;
  }

}
@media (max-width: 768px) {
  .scroll-top {
    left: 15px;
    bottom: 20px;

    width: 45px;
    height: 45px;
  }
}
.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1000;
    border: 0px;
    background: none;
}

.burger span {
  width: 25px;
  height: 3px;
  background: #000;
  transition: 0.3s;
}

.burger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(6px);
}

.burger.active span:nth-child(2) {
  transform: rotate(-45deg) translateY(-6px);
}




.mobile-socials {
  display: none;
  margin-top: 30px;
  gap: 15px;
}

.mobile-socials a {
  width: 40px;
  height: 40px;
  background: #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section {
    padding: 0px 0 120px 0;
}
.about-points li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
ul.about-points {
    list-style: none;
}
.about-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url(img/check.svg) no-repeat center;
    background-size: contain;
}
/* GRID */

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

/* IMAGE */

.about-image img {
  width: 100%;
  border-radius: 30px;

  box-shadow:
    0 20px 60px rgba(0,0,0,0.4);
}

/* TEXT */

.about-content h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

.about-sub {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 25px;
}

/* MAIN TEXT */

.about-text p {
  margin-bottom: 10px;
  line-height: 1.6;
  opacity: 0.9;
}

/* POINTS */

.about-points {
  margin: 25px 0;
}

.about-points p {
  margin-bottom: 10px;
  font-size: 14px;
  opacity: 0.9;
}

.about-content h2 span {
    color: #808000;
}

/* HIGHLIGHT */

.about-highlight {
  margin: 25px 0;
  padding: 20px;

  border-radius: 15px;

  background: rgba(128,128,0,0.15);

  font-weight: 600;
}

/* FINAL */

.about-final {
  font-size: 14px;
  opacity: 0.85;
}
.region-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 9999;

  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.region-modal.show {
  opacity: 1;
  pointer-events: all;
}

.region-modal-content {
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(10px);

  padding: 40px;
  border-radius: 25px;

  width: 90%;
  max-width: 500px;

  text-align: center;
  color: #fff;

  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.region-modal-content h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.region-modal-content p {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 25px;
}

.region-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 25px;
}

.region-list a {
  padding: 15px;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);

  transition: 0.2s;
  font-size: 15px;
}

.region-list a:hover {
  background: rgba(128,128,0,0.2);
  transform: translateY(-2px);
}

.region-close {
  margin-top: 10px;
  background: transparent;
  border: none;
  color: #aaa;
  cursor: pointer;
}

.region-close:hover {
  color: #fff;
}
/* TALIPOV */
@media (max-width: 1440px) {
  .container {
    padding: 0 30px;
  }
.socials {
    display: none;
}
header .btn-green {
    display: none;
}
.solution-features {
    grid-template-columns: repeat(2, 1fr);
  }
.steps-form-box {
    position: relative;
    top: 0px;
    margin-bottom: 60px;
}
.steps-grid {
    gap: 15px;
}
.subtext {
    display: none;
}
  .hero-left h1 {
    font-size: 46px;
  }
}


/* TALIPOV */
@media (max-width: 1200px) {

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
.quiz-right {
    display: none;
}
.problems-image {
    position: relative;
    margin-top: 60px;
}
.quiz-body {
    grid-template-columns: 1fr;
}
.benefits-form {
    margin-top: 60px;
}
.image-bg {
    background-position-y: 20%;
}
.hero-right {
        display: none;
    }
.guarantees-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .hero-right {
    justify-content: center;
  }

  .hero-card {
    position: static;
  }

  .problems-grid,
  .benefits-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .solution-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .economy-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* TALIPOV */
@media (max-width: 992px) {
.guarantees-grid {
    grid-template-columns: repeat(2, 1fr);
  }
.guarantees-card h3 {
    min-height: auto;
}
.about-grid {
    grid-template-columns: 1fr;
}
.mobile-socials {
    display: flex;
  }
.container.header-row {
    display: grid;
    grid-template-columns: 0.2fr 1.5fr 0.5fr;
}
  .nav {
    position: fixed;
    top: -20px;
    right: -100%;
    width: 300px;
    height: 100vh;
background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(5px);
    flex-direction: column;
    padding: 100px 30px;
    gap: 20px;
    transition: 0.4s;
    z-index: 999;
  }

  .nav a {
    color: #fff;
    font-size: 20px;
  }

  .nav.active {
    right: 0;
  }

  .burger {
    display: flex;
  }

  .problems-cards,
  .benefits-cards {
    grid-template-columns: 1fr 1fr;
  }

  h2 {
    font-size: 36px;
  }
}


/* TALIPOV */
@media (max-width: 768px) {

  .container {
    padding: 0 20px;
  }
.problems-header h2 {
    font-size: 32px;
}

.hero-bg::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0;
        width: 500px;
        height: 100%;
        background: linear-gradient(to left, transparent, #000);
        z-index: 1;
    }
.final-section::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0;
        width: 500px;
        height: 100%;
        background: linear-gradient(to left, transparent, #000);
        z-index: 2;
    }
.final-section {
    background-position-x: 70%;
    z-index: 1;
}
.final-content {
    position: relative;
    z-index: 3;
}
.final-bg {
    position: relative;
    z-index: 1;
}
.solution-header h2 {
    font-size: 32px;
}
.benefits-header h2 {
    font-size: 32px;
}
.services-header h2 {
    font-size: 32px;
}
.economy-header h2 {
    font-size: 32px;
}
.quiz-header h2 {
    font-size: 32px;
}
.steps-header h2 {
    font-size: 32px;
}
.about-content h2 {
    font-size: 32px;
}
.guarantees-header h2 {
    font-size: 32px;
}
.cases-header h2 {
    font-size: 32px;
}
.faq-header h2 {
    font-size: 32px;
}
.final-title {
    font-size: 32px;
}
.guarantees-bottom {
    grid-template-columns: 1fr;
}
.service-card::after {
    right: 25%;
}
.solution-bottom {
    grid-template-columns: 1fr;
}
  .guarantees-grid {
    grid-template-columns: repeat(2, 1fr);
  }
.guarantees-card h3 {
    min-height: auto;
}
  .hero-left h1 {
    font-size: 32px;
  }

  .hero-buttons {
    grid-template-columns: 1fr;
  }

  .problem-card,
  .benefit-card {
    padding: 20px;
  }

  .solution-features {
        grid-template-columns: 1fr 1fr;
  }

  .economy-boxes {
    grid-template-columns: 1fr;
  }

  .quiz-body {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* TALIPOV */
@media (max-width: 576px) {

  h2 {
    font-size: 28px;
  }
  .quiz-options {
    grid-template-columns: 1fr;
}
.btn-green.big {
    padding: 20px 30px;
    font-size: 14px;
}
.quiz-left h3 {
    font-size: 22px;
}
.steps-timeline::before {
    left: 25px;
}
.steps-timeline {
    padding-left: 0px;
}
.service-content {
    width: 90%;
}
section.services .btn-outline {
    width: 100%;
}
.service-content p {
    margin-bottom: 15px;
    max-width: 200px;
}
    .service-card::after {
        right: 0%;
        width: 300px;
    }
.stat .num {
    font-size: 35px;
}
  .solution-comparison {
    grid-template-columns: 1fr;
  }
      .solution-features {
        grid-template-columns: 1fr;
    }
    .container.header-row {
        grid-template-columns: 0.4fr 1.5fr 1fr;
    }
.hero-bg {
    background-position-x: 55%;
}
.guarantees-grid {
    grid-template-columns: 1fr;
  }
  .hero-new {
    padding: 80px 0;
  }

  .btn-green,
  .btn-outline {
    height: 55px;
    font-size: 14px;
  }

  .hero-badge {
    font-size: 12px;
  }
.final-form input {
    width: 100%;
    margin-bottom: 10px;
}
.final-form .btn-green {
    width: 100%;
    margin-left: 0px;
}
.final-form {
    display: block;
}
  .steps-form-box,
  .benefits-form {
    padding: 30px 20px;
  }
}
/* TALIPOV */
@media (max-width: 485px) {
.service-card::after {
        right: 0%;
        width: 250px;
    }
.img-1 {
    background: url(img/service-1.jpg) 85% top no-repeat;
}
.img-2 {
    background: url(img/service-2.jpg) 85% top no-repeat;
}
.img-3 {
    background: url(img/service-3.jpg) 85% top no-repeat;
}
.img-4 {
    background: url(img/service-4.jpg) 85% top no-repeat;
}
}
/* TALIPOV */
@media (max-width: 410px) {
    .logo {
    font-size: 15px;
}
.problem-card.dark {
    padding-top: 20px;
    padding: 50px;
}
.problems-header p {
    font-size: 16px;
}
.solution-header p {
    font-size: 16px;
}
.benefits-header p {
    font-size: 16px;
}
.benefits-form h3 {
    font-size: 22px;
}
.services-header p {
    font-size: 16px;
}
economy-header p {
    font-size: 16px;
}
.steps-form-box h3 {
    font-size: 22px;
}
.guarantees-header p {
    font-size: 16px;
}
.cases-header p {
    font-size: 16px;
}
.faq-header p {
    font-size: 16px;
}
.final-desc {
    font-size: 16px;
}
    .hero-bg {
        background-position-x: 57%;
    }
    .stat .num {
        font-size: 25px;
    }
.hero-left p {
    font-size: 16px;
}
    .problems-image {
        display: none;
    }
    .problems-cards, .benefits-cards {
        grid-template-columns: 1fr;
    }
    .container.header-row {
        grid-template-columns: 0.5fr 1.4fr 1.3fr;
    }

}
.floating-call {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    display: none; /* скрыта на десктопе */
}

/* Кнопка */
.call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #808000 0%, #5c5c00 100%);
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(128, 128, 0, 0.4),
                0 0 0 0 rgba(128, 128, 0, 0.5);
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

/* Пульсация */
.call-btn {
    animation: pulse 1.8s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(128, 128, 0, 0.6);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 0 12px rgba(128, 128, 0, 0.2);
        transform: scale(1.05);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(128, 128, 0, 0);
        transform: scale(1);
    }
}

/* Иконка телефона */
.call-btn svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Hover эффект */
.call-btn:hover {
    transform: scale(1.1);
    background: linear-gradient(135deg, #9a9e00 0%, #6b6b00 100%);
    box-shadow: 0 12px 30px rgba(128, 128, 0, 0.6);
    animation: none;
}

/* Активное состояние */
.call-btn:active {
    transform: scale(0.95);
}

/* Показать только на мобильных */
@media (max-width: 992px) {
    .floating-call {
        display: block;
    }
}

@media (max-width: 576px) {
    .call-btn {
        width: 55px;
        height: 55px;
    }
    .call-btn svg {
        width: 24px;
        height: 24px;
    }
}