.elementor-79 .elementor-element.elementor-element-32b5b31{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-79 .elementor-element.elementor-element-623f3e8{width:100%;max-width:100%;}.elementor-79 .elementor-element.elementor-element-0a890e8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-79 .elementor-element.elementor-element-0a890e8.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-79 .elementor-element.elementor-element-74b0f69{width:100%;max-width:100%;}.elementor-79 .elementor-element.elementor-element-f44ba9c{--display:flex;}.elementor-79 .elementor-element.elementor-element-9f5d2b0{width:100%;max-width:100%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-79 .elementor-element.elementor-element-0a890e8{--width:100%;}}/* Start custom CSS *//* СБРОС СТИЛЕЙ И ПЕРЕМЕННЫЕ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --primary: 213 85% 42%;
  --primary-foreground: 0 0% 100%;
  --primary-light: 213 85% 96%;
  --primary-glow: 213 100% 60%;
  --secondary: 165 60% 40%;
  --secondary-foreground: 0 0% 100%;
  --secondary-light: 165 60% 94%;
  --foreground: 220 30% 12%;
  --background: 210 20% 98%;
  --card: 0 0% 100%;
  --muted: 210 20% 94%;
  --muted-foreground: 220 15% 46%;
  --border: 214 20% 88%;
  --destructive: 0 84.2% 60.2%;
  --radius: 0.75rem;
  --card-shadow: 0 4px 24px -4px hsl(213 85% 42% / 0.12);
  --card-shadow-hover: 0 8px 32px -4px hsl(213 85% 42% / 0.22);
  --section-alt: 213 30% 97%;
}

/* БАЗОВЫЕ СТИЛИ */
body {
  font-family: 'Nunito Sans', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: hsl(var(--foreground));
  background: hsl(var(--background));
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito', system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.25;
}
html { scroll-behavior: smooth; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
ul { list-style: none; }

/* УТИЛИТЫ */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }
.section-alt { background-color: hsl(var(--section-alt)); }
.gradient-text {
  background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--secondary)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* КНОПКИ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.2rem;
  font-weight: 700; border-radius: 0.75rem; padding: 0.75rem 1.75rem;
  font-size: 1.1rem; transition: all 0.2s; border: none; cursor: pointer; text-align: center;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: hsl(var(--primary)); color: white; box-shadow: 0 4px 16px hsl(213 85% 42% / 0.35); }
.btn-primary:hover { background: hsl(var(--primary-glow)); }
.btn-whatsapp { background: hsl(142 70% 42%); color: white; box-shadow: 0 4px 16px hsl(142 70% 42% / 0.35); }
.btn-whatsapp:hover { background: hsl(142 70% 38%); }
.btn-telegram { background: hsl(200 85% 50%); color: white; box-shadow: 0 4px 16px hsl(200 85% 50% / 0.35); }
.btn-telegram:hover { background: hsl(200 85% 44%); }
.btn-viber { background: hsl(270 60% 50%); color: white; box-shadow: 0 4px 16px hsl(270 60% 50% / 0.35); }
.btn-viber:hover { background: hsl(270 60% 44%); }
.btn-outline-white { background: transparent; color: white; border: 2px solid white; }
.btn-outline-white:hover { background: rgba(255,255,255,0.15); }

/* КАРТОЧКИ */
.card {
  background: hsl(var(--card)); border-radius: 1rem;
  border: 1px solid hsl(var(--border)); box-shadow: var(--card-shadow);
}
.card-hover { transition: transform 0.2s, box-shadow 0.2s; }
.card-hover:hover { transform: translateY(-4px); box-shadow: var(--card-shadow-hover); }

/* ЭЛЕМЕНТЫ */
.trust-badge {
  display: inline-flex; align-items: center; gap: 0.5rem; background: white;
  border-radius: 9999px; padding: 0.375rem 0.75rem; font-size: 0.75rem;
  font-weight: 600; color: hsl(var(--primary)); box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.step-number {
  display: inline-flex; align-items: center; justify-content: center;
  width: 3rem; height: 3rem; border-radius: 50%; font-size: 1.25rem; font-weight: 900;
  color: white; background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--secondary)));
}
.faq-item {
  background: hsl(var(--card)); border-radius: 1rem; border: 1px solid hsl(var(--border));
  overflow: hidden; box-shadow: 0 2px 12px hsl(213 85% 42% / 0.06);
}
.faq-btn {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1.25rem; text-align: left; font-family: 'Nunito', sans-serif;
  font-weight: 700; font-size: 0.9rem; background: none; border: none; cursor: pointer;
  color: hsl(var(--foreground)); transition: background 0.2s;
}
.faq-btn:hover { 
  background: hsl(var(--muted) / 0.4); 
  color: hsl(var(--foreground)) !important; 
}


.faq-answer {
  display: none; padding: 0 1.25rem 1.25rem; color: hsl(var(--muted-foreground));
  font-size: 0.9rem; line-height: 1.7; border-top: 1px solid hsl(var(--border)); padding-top: 1rem;
  
}
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-chevron { transition: transform 0.2s; color: hsl(var(--primary)); }

/* ФОРМА */
.form-input {
  width: 100%; border-radius: 0.75rem; border: 1px solid hsl(var(--border));
  padding: 0.75rem 1rem; font-size: 1rem; font-family: inherit; color: hsl(var(--foreground));
  background: hsl(var(--background)); transition: all 0.2s; outline: none;
}
.form-input:focus { border-color: hsl(var(--primary)); box-shadow: 0 0 0 3px hsl(213 85% 42% / 0.15); }
.form-input.error { border-color: hsl(var(--destructive)); }
textarea.form-input { resize: none; }

/* ШАПКА */
.header {
  position: sticky; top: 0; z-index: 40; background: hsl(var(--card));
  border-bottom: 1px solid hsl(var(--border)); box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.8rem 0; gap: 1rem; }
.logo-wrap { display: flex; align-items: center; gap: 0.5rem; }
.logo-icon { width: 2.5rem; height: 2.5rem; border-radius: 0.75rem; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; background: linear-gradient(135deg, hsl(213 85% 42%), hsl(165 60% 40%)); }
.logo-title { font-family: 'Nunito', sans-serif; font-weight: 900; color: hsl(var(--foreground)); font-size: 1rem; line-height: 1.2; }
.logo-sub { font-size: 0.7rem; color: hsl(var(--muted-foreground)); line-height: 1.2; }
.desktop-nav { display: flex; align-items: center; gap: 1.5rem; }
.desktop-nav a { color: hsl(var(--muted-foreground)); font-weight: 600; font-size: 1.125rem; transition: color 0.2s; }
.desktop-nav a:hover { color: hsl(var(--primary)); }
.header-cta { display: flex; align-items: center; gap: 0.75rem; }
.header-cta .btn { padding: 0.5rem 1rem; font-size: 0.875rem; }
.header-phone { display: flex; align-items: center; gap: 0.5rem; font-weight: 700; font-size: 0.875rem; color: hsl(var(--foreground)); transition: color 0.2s; }
.header-phone:hover { color: hsl(var(--primary)); }
.mobile-menu-btn { display: none; padding: 0.5rem; border-radius: 0.75rem; border: none; background: none; cursor: pointer; color: hsl(var(--foreground)); }
.mobile-menu { display: none; border-top: 1px solid hsl(var(--border)); background: hsl(var(--card)); padding: 0.75rem 1rem 1rem; }
.mobile-menu.open { display: block; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 0.25rem; }
.mobile-menu nav a { padding: 0.5rem 0.75rem; border-radius: 0.75rem; font-weight: 600; color: hsl(var(--foreground)); transition: background 0.2s; }
.mobile-menu nav a:hover { background: hsl(var(--muted)); }
.mobile-menu-btns { display: flex; gap: 0.5rem; margin-top: 1rem; }
.mobile-menu-btns .btn { flex: 1; padding: 0.5rem 0.5rem; font-size: 0.875rem; }

/* STICKY CTA (ФУТЕР) */
.sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 50; display: flex; box-shadow: 0 -4px 20px rgba(0,0,0,0.15); }
.sticky-cta a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 1rem; color: white; font-weight: 700; font-size: 1rem; }

/* АНИМАЦИИ */
@keyframes pulse-soft { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
.pulse-soft { animation: pulse-soft 2s ease-in-out infinite; }

/* СЕТКА (GRID) */
.grid { display: grid; gap: 1.25rem; }
.grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }

/* ИКОНКИ */
.icon { width: 1.25rem; height: 1.25rem; flex-shrink: 0; }
.icon-sm { width: 1rem; height: 1rem; }
.icon-lg { width: 1.375rem; height: 1.375rem; }

/* АДАПТИВНОСТЬ */
@media (min-width: 640px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .hero-btns { flex-direction: row; }
}
@media (min-width: 768px) {
  .sticky-cta { display: none !important; }
  .mobile-spacer { display: none; }
  .header-cta { display: flex; }
}
@media (min-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .desktop-nav { display: flex; }
  .mobile-menu-btn { display: none !important; }
  .lg-grid-2 { grid-template-columns: repeat(2, 1fr); }
  .lg-grid-3-2 { grid-template-columns: 2fr 1fr; }
}
@media (max-width: 1023px) {
  .desktop-nav { display: none; }
  .mobile-menu-btn { display: block; }
}
@media (max-width: 767px) {
  .header-cta { display: none; }
  .sticky-cta { display: flex; }
}/* End custom CSS */