 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Inter', system-ui, -apple-system, sans-serif;
      color: #e0e0e0;
      background: #0a0a0a;
      line-height: 1.5;
    }

    .container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 24px;
    }

    
	.card {
	    display: flex;
	    align-items: center;
	    gap: 1.5rem;
	    margin-bottom: 2rem;
	    padding: 0.5rem;
	}
	
	.card-img {
	  width:  350px;              
	  height: auto;
	  object-fit: cover;          
	  border-radius: 6px;
	}
	
	.card-text {
	  flex: 1;               
	}
    
    
    .logo img{
		width: 65px;
    }
    
    
    
    
    .l_y{
	    color: #ffd403;
    }
    
    
    .top_txt{
	    font-size: clamp(42px, 7vw, 72px);
	    font-weight: 700;
	    margin-bottom: 24px;
	    line-height: 1.05;    	
    }
    
@media (max-width: 968px) {   
  .card {
    flex-direction: column;   
    align-items: stretch;     
    gap: 1rem;
  }

  .card-img {
    width: 100%;              
    max-height: 280px;        
    object-fit: cover;
  	      max-width: 500px;	
  }
  
  .container {
    	padding: 0 10px;
	}
	
	details[open] {
	    margin-left: 5px!important;
	}
	
}
    
    
    
    
    /* Шапка */
    header {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 1000;
      background: rgba(15,15,15,0.92);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .header-inner {
      height: 88px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .logo {
      font-size: 28px;
      font-weight: 700;
      color: #ff7a00;
      text-decoration: none;
    }
    .logo span { color: white; font-weight: 400; }

    nav.desktop-nav ul {
      display: flex;
      gap: 40px;
      list-style: none;
    }

    nav a {
      color: #ddd;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.25s;
    }
    nav a:hover { color: #ff7a00; }

    .header-right {
      display: flex;
      align-items: center;
      gap: 28px;
    }

    .phone_em {
      color: #ff7a00;
      font-weight: 600;
      text-decoration: none;
      font-size: 16px;
    }
    
	@media (max-width: 992px) {
	    .phone_em {
	        display: none;
	    }
	}

    .btn-consult {
      background: #ff7a00;
      color: white;
      padding: 10px 24px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 600;
      font-size: 15px;
      transition: 0.25s;
    }
    .btn-consult:hover { background: #ff8c1a; transform: translateY(-1px); }

    /* Бургер и мобильное меню */
    .burger {
      display: none;
      flex-direction: column;
      gap: 6px;
      cursor: pointer;
      z-index: 1100;
    }
    .burger span {
      width: 28px;
      height: 3px;
      background: white;
      border-radius: 2px;
      transition: 0.3s;
    }

    #menu-toggle { display: none; }

    .mobile-menu {
      position: fixed;
      inset: 0;
      background: rgba(10,10,10,0.98);
      backdrop-filter: blur(10px);
      padding-top: 100px;
      transform: translateX(100%);
      transition: transform 0.4s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    #menu-toggle:checked ~ .mobile-menu {
      transform: translateX(0);
  	    z-index: 1;
    }

    .mobile-menu ul {
      list-style: none;
      text-align: center;
    }
    .mobile-menu li { margin: 28px 0; }
    .mobile-menu a { font-size: 22px; color: white; text-decoration: none; }

    .mobile-menu .header-right {
      flex-direction: column;
      gap: 30px;
      margin-top: 40px;
    }

    /* Hero */
    .hero {
      min-height: 100vh;
      background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.8)),
                  url('/img2/bgg.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      padding-top: 100px;
    }

    h1 {
      font-size: clamp(42px, 7vw, 72px);
      font-weight: 700;
      margin-bottom: 24px;
      line-height: 1.05;
    }

    .subtitle {
	    font-size: clamp(20px, 3.2vw, 26px);
	    color: #efefef;
	    max-width: 980px;
	    margin-bottom: 48px;
    }

    
    .h_main{
		font-size: 35px;
	    font-weight: 500;
	    margin-bottom: 24px;
	    margin-top: 52px;
	    color: #fff;
	    line-height: 1.05;
	    text-shadow: 4px 6px 5px black;
    }
    
    .btn-big {
      background: #ff7a00;
      color: white;
      padding: 16px 44px;
      border-radius: 8px;
      text-decoration: none;
      font-size: 18px;
      font-weight: 600;
      display: inline-block;
      transition: 0.3s;
    }
    .btn-big:hover { background: #ff8c1a; transform: translateY(-3px); }

	section.faq {
	    background-image: url(/img2/twinkle_twinkle.png);
	}

	
	
	.header-inner {
	  display: flex;
	  align-items: center;         /* ← главное свойство для вертикального центрирования */
	  gap: 12px;                   /* расстояние между картинкой и текстом */
	}
	
	.logo {
	  display: flex;
	  align-items: center;         /* на всякий случай, если внутри logo ещё что-то */
	  text-decoration: none;
	  color: inherit;
	  font-size: 28px;             /* или какой у тебя размер */
	  font-weight: 700;
	}
	
	.logo img {
	  height: 48px; 
	  padding-right: 7px;	/* или max-height: 48px; — подбери под дизайн */
	  width: auto;
	  display: block;
	}
	
	.logo span {
	  color: #ff7a00;              /* или твой акцентный цвет */
	  font-weight: 400;
	}
	
    /* Секции */
    section { padding: 110px 0; }
    h2 {
      font-size: clamp(34px, 5.5vw, 52px);
      font-weight: 700;
      text-align: center;
      margin-bottom: 64px;
      color: white;
    }

		/* Секция после hero — партнёрские преимущества */
		.partners-info {
		  background: #0d0d0d;
		  padding: 100px 0;
		}
		
		.info-content {
		  max-width: 820px;
		  margin: 0 auto;
		  text-align: center;
		  opacity: 0;
		  transform: translateY(30px);
		  transition: opacity 0.8s ease, transform 0.8s ease;
		}
		
		.info-content.visible {
		  opacity: 1;
		  transform: translateY(0);
		}
		
		.display-title {
		  font-size: clamp(32px, 5vw, 44px);
		  font-weight: 700;
		  margin-bottom: 40px;
		  color: white;
		  line-height: 1.15;
		}
		
		.benefits-list {
		  list-style: none;
		  margin-bottom: 40px;
		  padding: 0;
		}
		
		.benefits-list li {
		  font-size: 18px;
		  line-height: 1.6;
		  color: #e0e0e0;
		  margin-bottom: 18px;
		  position: relative;
		  padding-left: 38px;
		  text-align: left;
		  max-width: 680px;
		  margin-left: auto;
		  margin-right: auto;
		}
		
		.benefits-list li::before {
		  content: "✓";
		  position: absolute;
		  left: 0;
		  color: #ff7a00;
		  font-size: 24px;
		  font-weight: bold;
		  line-height: 1.6;
		}
		
		.mission-text {
		  font-size: 18px;
		  font-weight: 400;
		  color: #bbb;
		  max-width: 720px;
		  margin: 0 auto;
		  line-height: 1.65;
		}
		
		/* Адаптивность */
		@media (max-width: 992px) {
		  .partners-info {
		    padding: 80px 0;
		  }
		  
		  .display-title {
		    font-size: clamp(28px, 6vw, 38px);
		  }
		  
		  .benefits-list li {
		    font-size: 17px;
		    padding-left: 34px;
		  }
		  
		  .benefits-list li::before {
		    font-size: 22px;
		  }
		}
		
		@media (max-width: 576px) {
		  .benefits-list li {
		    font-size: 16px;
		    text-align: left;
		  }
		}
    
    /* Аккордеон */
	/* Аккордеон на основе <details> / <summary> */
	details {
	  background: #111;
	  border-radius: 8px;
	  margin-bottom: 12px;
	  overflow: hidden;
	  border: 1px solid #222;
	  transition: all 0.25s ease;
	}
	
	details[open] {
	  background: #0f0f0f;
	  box-shadow: 0 4px 20px rgba(255, 122, 0, 0.12);
	}
	
	/* Основной заголовок (самый верхний) */
	details > summary {
	  padding: 18px 24px;
	  font-size: 19px;
	  font-weight: 600;
	  color: #ffffff;
	  cursor: pointer;
	  user-select: none;
	  position: relative;
	  background: linear-gradient(to right, #1a1a1a, #111);
	  list-style: none; /* убираем стандартную стрелку */
	}
	
	/* Внутренние summary (15лс, 15нж, 15с) */
	details details > summary {
	  padding: 16px 24px 16px 44px;
	  font-size: 17px;
	  font-weight: 500;
	  color: #e0e0e0;
	  background: #161616;
	}
	
	/* Стрелка (псевдоэлемент) */
	summary::after {
	  content: "↓";
	  position: absolute;
	  right: 24px;
	  font-size: 18px;
	  color: #777;
	  transition: transform 0.35s ease;
	}
	
	details[open] > summary::after {
	  transform: rotate(180deg);
	}
	
	/* Для вложенных summary стрелка чуть меньше и левее */
	details details > summary::after {
	  right: 20px;
	  font-size: 16px;
	}

	/* Скрываем стандартную маркерную стрелку браузера */
	summary::-webkit-details-marker {
	  display: none;
	}
	
	/* Контент внутри <details> */
	details > .gltre,
	details > p,
	details ul {
	  padding: 0 24px 20px;
	  font-size: 15px;
	  color: #bbb;
	  line-height: 1.55;
	}
	
	/* Внутренний контент (ещё один уровень вложенности) */
	details details ul {
	  padding: 0 24px 20px 44px;
	  font-size: 14.5px;
	}
	
	/* Стили для сильного текста внутри списка */
	strong {
	  color: #ff7a00;
	  font-weight: 600;
	}
	
	/* Hover-эффекты */
	summary:hover {
	  background: #1a1a1a;
	  color: #ff7a00;
	}
	
	details details > summary:hover {
	  background: #1e1e1e;
	}
	
	/* Адаптивность */
	@media (max-width: 768px) {
	  details > summary {
	    padding: 16px 20px;
	    font-size: 17.5px;
	  }
	
	  details details > summary {
	    padding: 14px 20px 14px 40px;
	    font-size: 16px;
	  }
	
	  details > .gltre,
	  details > p,
	  details ul {
	    padding: 0 10px 16px;
	    font-size: 14.5px;
	  }
	
	  details details ul {
	    padding-left: 12px;
	  }
	}
	
	/* Чтобы при открытии не было резких скачков */
	details[open] {
	  animation: open 0.4s ease;
	}
	
	@keyframes open {
	  from { max-height: 80px; }
	  to   { max-height: 3000px; } /* большой запас */
	}

    /* Каталог */
    .catalog { background: #0f0f0f; }
    .catalog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 32px;
    }
    .catalog-card {
      background: #1a1a1a;
      border-radius: 12px;
      overflow: hidden;
      transition: transform 0.35s, box-shadow 0.35s;
      text-decoration: none;
      color: inherit;
    }
    .catalog-card:hover {
      transform: translateY(-14px);
      box-shadow: 0 24px 48px rgba(255,122,0,0.14);
    }
    .catalog-card img { width: 100%; height: 220px; object-fit: cover; }
    .card-content { padding: 24px; }
    .card-title { font-size: 22px; font-weight: 600; margin-bottom: 12px; color: white; }
    .card-desc { font-size: 15px; color: #b0b0b0; margin-bottom: 16px; }
    .card-link { color: #ff7a00; font-weight: 600; }

    /* Преимущества */
    .advantages-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 32px;
    }
    .adv-card {
      background: #111;
      padding: 40px 28px;
      border-radius: 12px;
      text-align: center;
      border: 1px solid rgba(255,122,0,0.1);
    }
    .adv-icon { font-size: 48px; color: #ff7a00; margin-bottom: 20px; }
    .adv-title { font-size: 20px; font-weight: 600; margin-bottom: 12px; }

    /* Партнёры */
    .partners { background: #0d0d0d; }
    .partners-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 40px;
      justify-items: center;
      opacity: 0.88;
    }
    .partner-logo {
      height: 60px;
      filter: grayscale(75%);
      transition: 0.3s;
    }
    .partner-logo:hover {
      filter: grayscale(0);
      transform: scale(1.08);
    }

    /* Футер */
    footer {
      background: #000;
      padding: 90px 0 50px;
      border-top: 1px solid #222;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 50px;
      margin-bottom: 60px;
    }
    .footer-col h4 { color: white; font-size: 18px; margin-bottom: 24px; }
    .footer-col ul { list-style: none; }
    .footer-col li { margin-bottom: 14px; }
    .footer-col a {
      color: #b0b0b0;
      text-decoration: none;
      transition: color 0.25s;
    }
    .footer-col a:hover { color: #ff7a00; }
    .contacts-footer .phone {
      font-size: 20px;
      color: #ff7a00;
      font-weight: 600;
      text-decoration: none;
      display: block;
      margin: 12px 0;
    }
    .copyright {
      text-align: center;
      color: #555;
      font-size: 14px;
      padding-top: 40px;
      border-top: 1px solid #222;
    }

    /* Адаптив */
    @media (max-width: 992px) {
      .header-inner { height: 80px; }
      nav.desktop-nav { display: none; }
      .burger { display: flex; }
    }

    @media (max-width: 768px) {
      section { padding: 70px 0; }
      h2 { margin-bottom: 48px; }
      .accordion-header { font-size: 17px; padding: 18px 0; }
    }
    
    
 /* Контакты */
    .contact {
        background: #0a0a0a;
        color: #e0e0e0;
    }

    .contact-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }

    @media (max-width: 992px) {
        .contact-row {
            grid-template-columns: 1fr;
            gap: 80px;
        }
    }

    /* Форма */
    .contact {
        background: #0a0a0a;
        color: #e0e0e0;
    }

    .contact-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }

    @media (max-width: 992px) {

      section {  background-position-y: 36px !important;}    
        .contact-grid {
            grid-template-columns: 1fr;
            gap: 80px;
        }
    }

    .contact-form-card,
    .contact-info-card {
        background: #111111;
        padding: 50px;
        border-radius: 16px;
        border: 1px solid #222222;
        box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    }

    .text-accent {
        color: #ff7a00;
        font-size: 2.2rem;
        font-weight: 700;
    }

    /* Форма */
    .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .form-group {
        display: flex;
        flex-direction: column;
    }

    .form-group.full-width {
        grid-column: 1 / -1;
    }

    .form-group label {
        font-size: 0.95rem;
        color: #cccccc;
        margin-bottom: 8px;
    }

    .required {
        color: #ff7a00;
    }

    .form-input,
    .form-textarea {
        background: #1a1a1a;
        border: 1px solid #333333;
        color: white;
        padding: 14px 16px;
        border-radius: 8px;
        font-size: 1rem;
        transition: all 0.25s;
    }

    .form-textarea {
        resize: vertical;
        min-height: 140px;
    }

    .form-input:focus,
    .form-textarea:focus {
        outline: none;
        border-color: #ff7a00;
        box-shadow: 0 0 0 3px rgba(255,122,0,0.18);
    }

    .input-error {
        border-color: #ff4444 !important;
    }

    .error-text {
        color: #ff7777;
        font-size: 0.85rem;
        margin-top: 6px;
    }

    .btn-submit {
        background: #ff7a00;
        color: white;
        border: none;
        padding: 16px 32px;
        font-size: 1.1rem;
        font-weight: 600;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }

    .btn-submit:hover {
        background: #ff8c1a;
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(255,122,0,0.35);
    }

    .required-note {
        font-size: 0.9rem;
        color: #888;
        text-align: center;
    }

    /* Инфо-блок */
    .info-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 28px;
    }

    .info-item i {
        font-size: 2.2rem;
        color: #ff7a00;
        margin-right: 20px;
        margin-top: 4px;
    }

    .info-item h5 {
        color: white;
        font-size: 1.2rem;
        margin-bottom: 6px;
    }

    .info-item p {
        color: #bbbbbb;
        margin: 0;
    }

    /* Алерты */
    .alert {
        padding: 16px;
        border-radius: 8px;
        margin-bottom: 24px;
    }

    .alert-success {
        background: #1a3a1a;
        border: 1px solid #2e6b2e;
        color: #a8e0a8;
    }

    .alert-danger {
        background: #3a1a1a;
        border: 1px solid #6b2e2e;
        color: #e0a8a8;
    }

    .fade-in {
        animation: fadeIn 0.6s ease-out;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(10px); }
        to   { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 768px) {
        .contact-grid {
            gap: 60px;
        }

        .contact-form-card,
        .contact-info-card {
            padding: 40px 25px;
        }

        .form-grid {
            grid-template-columns: 1fr;
        }
    }
    
    .footer-col img{
	    width: -webkit-fill-available;
	    text-align: center;
	    background: #fffcf8a3;
    }
    
    .recv{
	
    }