/* EVA_SEO_S34_FAQ_WIDE_PREMIUM_CSS
   Visual-only: шире как footer, верх чище, высоту не раздуваем.
*/
html body .eva-s32-faq,
html body section.eva-s32-faq{
  width:min(1180px,calc(100% - 44px))!important;
  margin:14px auto 18px!important;
  padding:14px 18px 16px!important;
  border-radius:18px!important;
  border:1px solid rgba(72,126,190,.46)!important;
  background:
    radial-gradient(circle at 14% 0%,rgba(75,167,233,.13),transparent 34%),
    linear-gradient(180deg,rgba(6,20,40,.97),rgba(3,10,22,.985))!important;
  box-shadow:0 14px 34px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.045)!important;
  color:#edf5ff!important;
  overflow:hidden!important;
}

html body .eva-s32-faq,
html body .eva-s32-faq *{
  box-sizing:border-box!important;
}

html body .eva-s32-faq > p:first-child{
  display:block!important;
  position:static!important;
  margin:0 0 4px!important;
  padding:0!important;
  color:#b9c8df!important;
  font-size:10px!important;
  line-height:1.1!important;
  font-weight:850!important;
  letter-spacing:.015em!important;
  opacity:.95!important;
}

html body .eva-s32-faq h2{
  display:block!important;
  position:static!important;
  margin:0 0 4px!important;
  padding:0!important;
  max-width:100%!important;
  color:#f7fbff!important;
  font-size:clamp(20px,2.05vw,27px)!important;
  line-height:1.02!important;
  font-weight:950!important;
  letter-spacing:-.05em!important;
  text-shadow:0 1px 0 rgba(0,0,0,.28)!important;
  white-space:normal!important;
  transform:none!important;
}

html body .eva-s32-faq h2 + p,
html body .eva-s32-faq .eva-s14c__lead,
html body .eva-s32-faq .eva-s32-faq__lead{
  display:block!important;
  position:static!important;
  max-width:920px!important;
  margin:0 0 10px!important;
  padding:0!important;
  color:#aebed4!important;
  font-size:12px!important;
  line-height:1.22!important;
  font-weight:760!important;
  white-space:normal!important;
  transform:none!important;
}

html body .eva-s32-faq .eva-s14c__grid,
html body .eva-s32-faq .eva-s32-faq__grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:7px!important;
  margin:0!important;
  padding:0!important;
}

html body .eva-s32-faq details{
  margin:0!important;
  padding:0!important;
  min-height:34px!important;
  border-radius:10px!important;
  border:1px solid rgba(75,126,190,.39)!important;
  background:linear-gradient(180deg,rgba(4,17,36,.9),rgba(2,10,23,.96))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
  overflow:hidden!important;
}

html body .eva-s32-faq details[open]{
  grid-column:span 2!important;
}

html body .eva-s32-faq summary{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:34px!important;
  padding:8px 11px!important;
  color:#f5f8ff!important;
  font-size:11.5px!important;
  line-height:1.12!important;
  font-weight:900!important;
  cursor:pointer!important;
  list-style:none!important;
}

html body .eva-s32-faq summary::-webkit-details-marker{
  display:none!important;
}

html body .eva-s32-faq summary:after{
  content:"+"!important;
  flex:0 0 auto!important;
  margin-left:8px!important;
  color:#f1c96d!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:950!important;
}

html body .eva-s32-faq details[open] summary:after{
  content:"−"!important;
}

html body .eva-s32-faq details p{
  display:block!important;
  margin:0!important;
  padding:0 11px 9px!important;
  color:#b8c8dc!important;
  font-size:10.8px!important;
  line-height:1.28!important;
  font-weight:720!important;
  max-height:42px!important;
  overflow:hidden!important;
}

html body .eva-s32-faq .eva-s14c__tags{
  display:none!important;
}

@media(max-width:980px){
  html body .eva-s32-faq,
  html body section.eva-s32-faq{
    width:calc(100% - 24px)!important;
  }
  html body .eva-s32-faq .eva-s14c__grid,
  html body .eva-s32-faq .eva-s32-faq__grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:640px){
  html body .eva-s32-faq,
  html body section.eva-s32-faq{
    width:calc(100% - 18px)!important;
    padding:12px!important;
  }
  html body .eva-s32-faq .eva-s14c__grid,
  html body .eva-s32-faq .eva-s32-faq__grid{
    grid-template-columns:1fr!important;
  }
  html body .eva-s32-faq details[open]{
    grid-column:auto!important;
  }
}

/* EVA_SEO_S35_FAQ_ONLY_TWO_COLORS:start
   Visual-only: green eyebrow + gold lead. No layout/content/SEO changes.
*/
html body .eva-s32-faq > p:first-child{
  color:#3fe29a!important;
  text-shadow:0 0 10px rgba(63,226,154,.16)!important;
}

html body .eva-s32-faq h2 + p,
html body .eva-s32-faq .eva-s14c__lead,
html body .eva-s32-faq .eva-s32-faq__lead{
  color:#e8c36d!important;
  text-shadow:0 0 10px rgba(232,195,109,.10)!important;
}
/* EVA_SEO_S35_FAQ_ONLY_TWO_COLORS:end */

/* EVA_SEO_S35_FAQ_ONLY_TWO_COLORS:start
   Visual-only: green eyebrow + gold lead. No layout/content/SEO changes.
*/
html body .eva-s32-faq > p:first-child{
  color:#3fe29a!important;
  text-shadow:0 0 10px rgba(63,226,154,.16)!important;
}

html body .eva-s32-faq h2 + p,
html body .eva-s32-faq .eva-s14c__lead,
html body .eva-s32-faq .eva-s32-faq__lead{
  color:#e8c36d!important;
  text-shadow:0 0 10px rgba(232,195,109,.10)!important;
}
/* EVA_SEO_S35_FAQ_ONLY_TWO_COLORS:end */
