:root{
  --red:#e21b2d;
  --red-dark:#a90f1d;
  --black:#050609;
  --graphite:#111318;
  --card:#171a21;
  --text:#111827;
  --muted:#667085;
  --line:#e7e9ee;
  --paper:#ffffff;
  --soft:#f5f6f8;
  --soft-red:#fff1f3;
  --radius-xl:40px;
  --radius-lg:28px;
  --shadow:0 24px 70px rgba(15,23,42,.14);
  --shadow-red:0 20px 60px rgba(226,27,45,.26);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font-main,'Nebulas',Arial,sans-serif);background:#fff;color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
a{color:inherit}
.container{width:min(1400px,calc(100% - 40px));margin:0 auto}
.section-pad{padding:96px 0}
.section-white{background:#fff}
.section-kicker{margin:0 0 16px;color:var(--red);font-size:12px;font-weight:950;letter-spacing:.18em;text-transform:uppercase}
.section-head{max-width:900px;margin:0 auto 44px;text-align:left}.section-head h2,.split-head h2{margin:0;font-size:clamp(34px,4.2vw,62px);line-height:.98;letter-spacing:-.055em;text-transform:uppercase}.section-head p,.split-head p{margin:18px 0 0;color:var(--muted);font-size:18px;line-height:1.65}.section-head-dark h2,.section-head-dark p{color:#fff}.section-head-dark p{color:rgba(255,255,255,.64)}
.split-head{display:grid;grid-template-columns:1.1fr .9fr;gap:52px;align-items:end;margin-bottom:42px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;border:0;border-radius:999px;padding:0 26px;font-weight:950;text-decoration:none;cursor:pointer;transition:.2s;white-space:nowrap;font-size:15px}.btn-primary{background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;box-shadow:var(--shadow-red)}.btn-primary:hover{transform:translateY(-2px);filter:saturate(1.05)}.btn-secondary{background:#fff;color:var(--black);border:1px solid var(--line)}.btn-secondary:hover{border-color:rgba(226,27,45,.36);background:var(--soft-red)}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(5,6,9,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.site-header__inner{height:82px;width:min(1400px,calc(100% - 32px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:inline-flex;align-items:center;gap:14px;text-decoration:none;flex:0 0 auto}.brand__mark{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;font-size:17px;font-weight:950;letter-spacing:-.4px;box-shadow:0 12px 28px rgba(226,27,45,.28)}.brand__name{font-size:22px;font-weight:950;letter-spacing:.04em;color:#fff}.site-nav{display:flex;align-items:center;gap:7px}.site-nav a{text-decoration:none;font-size:14px;font-weight:850;color:#fff;border:2px solid rgba(255,255,255,.10);border-radius:14px;padding:11px 14px;transition:.18s;background:rgba(255,255,255,.02)}.site-nav a:hover{background:var(--red);border-color:var(--red);color:#fff}.header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.header-phone{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;font-weight:950;border:2px solid rgba(255,255,255,.12);border-radius:15px;padding:12px 16px}.header-phone:hover{border-color:var(--red);background:var(--red)}.lang-switcher{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.04)}.lang-switcher a{min-width:36px;text-align:center;text-decoration:none;font-size:12px;font-weight:900;padding:8px 8px;border-radius:999px;color:#fff}.lang-switcher a.is-active{background:#fff;color:var(--black)}.logout-link{text-decoration:none;font-size:13px;font-weight:900;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:12px 14px;background:rgba(255,255,255,.04);color:#fff}.logout-link:hover{border-color:rgba(226,27,45,.5);color:#fff;background:var(--red)}.nav-toggle{display:none;width:46px;height:46px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.04)}.nav-toggle span{display:block;width:20px;height:2px;background:#fff;margin:4px auto;border-radius:10px}
.site-footer{background:#050609;color:#fff;padding:44px 0;border-top:1px solid rgba(255,255,255,.08)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:34px}.footer-grid p,.footer-grid span,.footer-grid a{display:block;color:rgba(255,255,255,.64);line-height:1.7;text-decoration:none;margin-top:8px}.footer-grid b{display:block;margin-bottom:8px}.brand-footer .brand__name{color:#fff}
@media(max-width:1240px){.site-nav{display:none;position:absolute;left:16px;right:16px;top:92px;flex-direction:column;align-items:stretch;padding:14px;background:#08090d;border:1px solid rgba(255,255,255,.12);border-radius:24px;box-shadow:0 30px 80px rgba(0,0,0,.45)}.site-nav.is-open{display:flex}.site-nav a{padding:14px 16px}.nav-toggle{display:block}.header-phone{display:none}.split-head{grid-template-columns:1fr;gap:16px}}
@media(max-width:760px){.container{width:min(100% - 28px,1400px)}.site-header__inner{height:72px;width:calc(100% - 24px);gap:9px}.brand__mark{width:42px;height:42px}.brand__name{font-size:18px}.header-actions{gap:6px}.lang-switcher a{min-width:31px;padding:7px 5px;font-size:11px}.logout-link{padding:10px 9px;font-size:12px}.section-pad{padding:62px 0}.section-head h2,.split-head h2{font-size:35px}.section-head p,.split-head p{font-size:16px}.footer-grid{grid-template-columns:1fr}.btn{width:100%}}



button,input,select,textarea{font-family:var(--font-main,'Nebulas',Arial,sans-serif)}
.site-nav a,.header-phone,.logout-link,.btn,.lang-switcher a{letter-spacing:-.015em}
.section-head h2,.split-head h2,.brand__name{font-family:var(--font-main,'Nebulas',Arial,sans-serif);letter-spacing:-.045em}
.brand__name{letter-spacing:.02em}



.site-header__inner{
  width:min(1500px,calc(100% - 32px))!important;
  gap:10px!important;
}
.site-nav{
  gap:6px!important;
  flex:1 1 auto!important;
  justify-content:center!important;
  min-width:0!important;
}
.site-nav a{
  white-space:nowrap!important;
  padding:10px 12px!important;
  font-size:13px!important;
  line-height:1!important;
}
.header-actions{
  gap:8px!important;
  flex:0 0 auto!important;
}
.header-phone{
  padding:11px 13px!important;
  font-size:14px!important;
  white-space:nowrap!important;
}
.header-socials,
.footer-socials{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
}
.header-socials{
  flex:0 0 auto!important;
}
.footer-socials{
  margin-top:18px!important;
  flex-wrap:wrap!important;
}
.vd-social{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  display:inline-grid!important;
  place-items:center!important;
  position:relative!important;
  overflow:hidden!important;
  border-radius:12px!important;
  color:#fff!important;
  text-decoration:none!important;
  background:
    radial-gradient(circle at 30% 18%,rgba(255,255,255,.16),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025))!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.24)!important;
  transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease,color .16s ease!important;
}
.vd-social:before{
  content:""!important;
  position:absolute!important;
  inset:auto 7px -12px 7px!important;
  height:24px!important;
  border-radius:50%!important;
  background:rgba(226,27,45,.35)!important;
  filter:blur(9px)!important;
  opacity:.55!important;
}
.vd-social svg{
  width:18px!important;
  height:18px!important;
  display:block!important;
  position:relative!important;
  z-index:1!important;
  fill:currentColor!important;
}
.vd-social span{
  position:relative!important;
  z-index:1!important;
  color:currentColor!important;
  font-weight:950!important;
  font-size:13px!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
}
.vd-social:hover{
  transform:translateY(-2px)!important;
  background:linear-gradient(135deg,var(--red),var(--red-dark))!important;
  border-color:rgba(226,27,45,.7)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 16px 34px rgba(226,27,45,.22)!important;
}
.vd-social:active{
  transform:translateY(0) scale(.96)!important;
}
.brand-footer{
  display:inline-flex!important;
  gap:14px!important;
  align-items:center!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.brand-footer .brand__mark{
  width:46px!important;
  height:46px!important;
  border-radius:15px!important;
}
.brand-footer .brand__name{
  font-size:22px!important;
  letter-spacing:.02em!important;
}
.footer-grid--social{
  align-items:start!important;
}
.footer-brand-col p{
  max-width:360px!important;
}
@media(max-width:1380px){
  .header-socials{display:none!important;}
  .site-header__inner{width:min(1400px,calc(100% - 32px))!important;}
  .site-nav a{padding:10px 11px!important;font-size:13px!important;}
}
@media(max-width:1240px){
  .site-nav{flex:0 0 auto!important;justify-content:flex-start!important;}
  .site-nav a{font-size:14px!important;line-height:1.15!important;padding:14px 16px!important;}
  .header-socials{display:flex!important;}
}
@media(max-width:900px){
  .header-socials{display:none!important;}
}
@media(max-width:760px){
  .brand-footer .brand__mark{width:42px!important;height:42px!important;}
  .brand-footer .brand__name{font-size:18px!important;}
  .footer-socials{gap:8px!important;}
  .vd-social{width:36px!important;height:36px!important;min-width:36px!important;}
}


.site-header__inner{
  width:min(1500px,calc(100% - 32px))!important;
  gap:10px!important;
}
.header-socials,
.footer-socials{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-width:0!important;
}
.header-socials{flex:0 0 auto!important;}
.footer-brand-col .footer-socials{
  display:flex!important;
  margin:16px 0 12px!important;
  flex-wrap:wrap!important;
}
.footer-grid .footer-socials a,
.footer-grid .footer-socials span,
.vd-social,
.vd-social span{
  margin:0!important;
}
.vd-social{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  display:inline-grid!important;
  place-items:center!important;
  align-items:center!important;
  justify-items:center!important;
  position:relative!important;
  overflow:hidden!important;
  border-radius:12px!important;
  color:#fff!important;
  text-decoration:none!important;
  background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.16),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025))!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.24)!important;
  transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease,color .16s ease!important;
}
.vd-social:before{
  content:""!important;
  position:absolute!important;
  inset:auto 7px -12px 7px!important;
  height:24px!important;
  border-radius:50%!important;
  background:rgba(226,27,45,.35)!important;
  filter:blur(9px)!important;
  opacity:.55!important;
  pointer-events:none!important;
}
.vd-social svg{
  display:block!important;
  position:relative!important;
  z-index:1!important;
  fill:currentColor!important;
  overflow:visible!important;
  transform-box:fill-box!important;
  transform-origin:center!important;
}
.vd-social--tg svg{width:18px!important;height:18px!important;transform:translateX(-.5px)!important;}
.vd-social--wa svg{width:20px!important;height:20px!important;transform:translateX(1px)!important;}
.vd-social--vk svg{width:24px!important;height:24px!important;transform:scale(1.14) translateY(.2px)!important;}
.vd-social--yt svg{width:20px!important;height:20px!important;}
.vd-social span{
  display:inline-grid!important;
  place-items:center!important;
  position:relative!important;
  z-index:1!important;
  color:currentColor!important;
  font-weight:950!important;
  font-size:13px!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
}
.vd-social:hover{
  transform:translateY(-2px)!important;
  background:linear-gradient(135deg,var(--red),var(--red-dark))!important;
  border-color:rgba(226,27,45,.7)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 16px 34px rgba(226,27,45,.22)!important;
}
.vd-social:active{transform:translateY(0) scale(.96)!important;}
.brand-footer,
.footer-grid a.brand-footer{
  display:inline-flex!important;
  align-items:center!important;
  gap:14px!important;
  text-decoration:none!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  margin:0!important;
  color:inherit!important;
}
.brand-footer .brand__mark{
  width:46px!important;
  height:46px!important;
  border-radius:15px!important;
  font-size:17px!important;
}
.brand-footer .brand__name{
  color:#fff!important;
  font-size:22px!important;
  line-height:1!important;
  letter-spacing:.02em!important;
}
.footer-grid--social{align-items:start!important;}
.footer-brand-col p{max-width:360px!important;margin-top:0!important;}
@media(max-width:1380px){
  .header-socials{display:none!important;}
  .site-header__inner{width:min(1400px,calc(100% - 32px))!important;}
}
@media(max-width:1240px){
  .header-socials{display:flex!important;}
}
@media(max-width:900px){
  .header-socials{display:none!important;}
}
@media(max-width:760px){
  .brand-footer .brand__mark{width:42px!important;height:42px!important;}
  .brand-footer .brand__name{font-size:18px!important;}
  .footer-socials{gap:8px!important;}
  .vd-social{width:36px!important;height:36px!important;min-width:36px!important;}
}


.site-header__inner{
  width:min(1500px,calc(100% - 32px))!important;
  gap:10px!important;
}
.header-socials,
.footer-socials{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  min-width:0!important;
}
.header-socials{flex:0 0 auto!important;}
.vd-social{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:relative!important;
  overflow:hidden!important;
  padding:0!important;
  margin:0!important;
  border-radius:12px!important;
  color:#fff!important;
  text-decoration:none!important;
  background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.16),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025))!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.24)!important;
  transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease!important;
}
.vd-social:before{
  content:""!important;
  position:absolute!important;
  left:7px!important;
  right:7px!important;
  bottom:-12px!important;
  height:24px!important;
  border-radius:50%!important;
  background:rgba(226,27,45,.35)!important;
  filter:blur(9px)!important;
  opacity:.55!important;
  pointer-events:none!important;
}
.vd-social svg{
  display:block!important;
  position:relative!important;
  z-index:1!important;
  fill:currentColor!important;
  flex:0 0 auto!important;
  margin:0!important;
  transform-origin:center!important;
}
.vd-social--tg svg{width:18px!important;height:18px!important;transform:translateX(-.5px)!important;}
.vd-social--wa svg{width:22px!important;height:22px!important;transform:none!important;}
.vd-social--vk svg{width:25px!important;height:25px!important;transform:translateY(.2px)!important;}
.vd-social--yt svg{width:20px!important;height:20px!important;}
.vd-social span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:relative!important;
  z-index:1!important;
  margin:0!important;
  color:currentColor!important;
  font-weight:950!important;
  font-size:13px!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
}
.vd-social:hover{
  transform:translateY(-2px)!important;
  background:linear-gradient(135deg,var(--red),var(--red-dark))!important;
  border-color:rgba(226,27,45,.7)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 16px 34px rgba(226,27,45,.22)!important;
}
.vd-social:active{transform:translateY(0) scale(.96)!important;}
.site-footer .footer-grid,
.site-footer .footer-grid.footer-grid--social{
  display:grid!important;
  grid-template-columns:minmax(260px,1.35fr) minmax(200px,.9fr) minmax(230px,.9fr) minmax(240px,.9fr)!important;
  gap:34px!important;
  align-items:start!important;
}
.footer-brand-col p{max-width:360px!important;margin-top:12px!important;}
.brand-footer,
.footer-grid a.brand-footer{
  display:inline-flex!important;
  align-items:center!important;
  gap:14px!important;
  text-decoration:none!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  margin:0!important;
  color:inherit!important;
}
.brand-footer .brand__mark{width:46px!important;height:46px!important;border-radius:15px!important;font-size:17px!important;}
.brand-footer .brand__name{color:#fff!important;font-size:22px!important;line-height:1!important;letter-spacing:.02em!important;}
.footer-social-col b{display:block!important;margin-bottom:12px!important;color:#fff!important;}
.footer-social-col .footer-socials{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  margin:0!important;
}
.site-footer .footer-socials .vd-social{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:13px!important;
}
.site-footer .footer-socials .vd-social--wa svg{width:24px!important;height:24px!important;}
.site-footer .footer-socials .vd-social--vk svg{width:27px!important;height:27px!important;}
.site-footer .footer-socials .vd-social--tg svg{width:20px!important;height:20px!important;}
.footer-grid .footer-socials a,
.footer-grid .footer-socials span{margin:0!important;}
@media(max-width:1380px){
  .header-socials{display:flex!important;}
  .site-header__inner{width:min(1450px,calc(100% - 28px))!important;}
  .site-nav a{padding:10px 10px!important;font-size:12.5px!important;}
  .header-phone{padding:11px 12px!important;font-size:13.5px!important;}
}
@media(max-width:1260px){
  .header-socials{display:none!important;}
  .site-nav{flex:0 0 auto!important;justify-content:flex-start!important;}
}
@media(max-width:900px){
  .site-footer .footer-grid,
  .site-footer .footer-grid.footer-grid--social{grid-template-columns:1fr 1fr!important;}
}
@media(max-width:760px){
  .brand-footer .brand__mark{width:42px!important;height:42px!important;}
  .brand-footer .brand__name{font-size:18px!important;}
  .site-footer .footer-grid,
  .site-footer .footer-grid.footer-grid--social{grid-template-columns:1fr!important;}
  .footer-social-col .footer-socials{gap:8px!important;}
  .site-footer .footer-socials .vd-social{width:36px!important;height:36px!important;min-width:36px!important;}
}




.header-socials .vd-social--wa svg,
.footer-social-row .vd-social--wa svg{
  width:24px!important;
  height:24px!important;
  transform:none!important;
}
.header-socials .vd-social--vk svg,
.footer-social-row .vd-social--vk svg{
  width:23px!important;
  height:23px!important;
  transform:none!important;
}
.site-footer .footer-grid{
  display:grid!important;
  grid-template-columns:minmax(260px,1.5fr) minmax(220px,1fr) minmax(260px,1fr)!important;
  gap:34px!important;
  align-items:start!important;
}
.site-footer .brand-footer,
.site-footer .footer-grid a.brand-footer{
  display:inline-flex!important;
  align-items:center!important;
  gap:14px!important;
  text-decoration:none!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  margin:0!important;
  color:inherit!important;
}
.site-footer .brand-footer .brand__mark{
  width:46px!important;
  height:46px!important;
  border-radius:15px!important;
  font-size:17px!important;
}
.site-footer .brand-footer .brand__name{
  color:#fff!important;
  font-size:22px!important;
  line-height:1!important;
  letter-spacing:.02em!important;
}
.footer-social-row{
  margin-top:26px!important;
  padding-top:22px!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  visibility:visible!important;
  opacity:1!important;
}
.footer-social-row b{
  display:block!important;
  margin:0!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:950!important;
}
.footer-social-row__links{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:wrap!important;
  gap:9px!important;
}
.footer-social-row .vd-social{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  display:inline-grid!important;
  place-items:center!important;
  margin:0!important;
  color:#fff!important;
  line-height:1!important;
  border-radius:13px!important;
}
.footer-social-row .vd-social span{
  color:#fff!important;
  margin:0!important;
}
.footer-social-row .vd-social--tg svg{width:20px!important;height:20px!important;}
.footer-social-row .vd-social--yt svg{width:21px!important;height:21px!important;}
@media(max-width:900px){
  .site-footer .footer-grid{
    grid-template-columns:1fr 1fr!important;
  }
  .footer-social-row{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
  .footer-social-row__links{
    justify-content:flex-start!important;
  }
}
@media(max-width:760px){
  .site-footer .footer-grid{
    grid-template-columns:1fr!important;
  }
}



.site-footer .footer-brand-logo.brand{
  display:inline-flex!important;
  align-items:center!important;
  gap:14px!important;
  text-decoration:none!important;
  padding:0!important;
  margin:0 0 8px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.site-footer .footer-brand-logo .brand__mark{
  display:inline-grid!important;
  place-items:center!important;
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  border-radius:15px!important;
  background:linear-gradient(135deg,var(--red),var(--red-dark))!important;
  color:#fff!important;
  font-size:17px!important;
  font-weight:950!important;
  letter-spacing:-.4px!important;
  line-height:1!important;
  box-shadow:0 12px 28px rgba(226,27,45,.28)!important;
}
.site-footer .footer-brand-logo .brand__name{
  display:inline-block!important;
  color:#fff!important;
  font-size:22px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
}
.site-footer .footer-brand-logo:hover .brand__mark{
  filter:saturate(1.08)!important;
}
.vd-social--max img{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  object-fit:contain!important;
  border-radius:6px!important;
  filter:none!important;
}
.footer-social-row .vd-social--max img{
  width:24px!important;
  height:24px!important;
  border-radius:7px!important;
}
.vd-social--max span{
  display:none!important;
}
@media(max-width:760px){
  .site-footer .footer-brand-logo .brand__mark{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
  }
  .site-footer .footer-brand-logo .brand__name{
    font-size:18px!important;
  }
}



.vd-social--max img{
  display:none!important;
}
.vd-social--max svg{
  display:block!important;
  position:relative!important;
  z-index:1!important;
  width:22px!important;
  height:22px!important;
  fill:currentColor!important;
  color:currentColor!important;
  transform:none!important;
}
.footer-social-row .vd-social--max svg{
  width:24px!important;
  height:24px!important;
}
.vd-social--max span{
  display:none!important;
}



.footer-social-row__links .vd-social--max{
  order:-10!important;
}
.footer-social-row .vd-social--max svg,
.vd-social--max svg{
  width:30px!important;
  height:30px!important;
  transform:none!important;
}
.footer-social-row .vd-social--max svg path,
.vd-social--max svg path{
  fill:currentColor!important;
}
@media(max-width:760px){
  .footer-social-row .vd-social--max svg,
  .vd-social--max svg{
    width:28px!important;
    height:28px!important;
  }
}



.header-socials .vd-social--max{
  order:-10!important;
}
.header-socials .vd-social--max svg{
  width:26px!important;
  height:26px!important;
  transform:none!important;
}
.header-socials .vd-social--max svg path{
  fill:currentColor!important;
}
@media(max-width:760px){
  .header-socials .vd-social--max svg{
    width:24px!important;
    height:24px!important;
  }
}



.vd-social--max:hover{
  background:linear-gradient(135deg,#1761F7,#0b49d8)!important;
  border-color:rgba(23,97,247,.72)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 16px 34px rgba(23,97,247,.30)!important;
}
.vd-social--max:hover:before{
  background:rgba(23,97,247,.48)!important;
}
.vd-social--tg:hover{
  background:linear-gradient(135deg,#1761F7,#1593d6)!important;
  border-color:rgba(23,97,247,.72)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 16px 34px rgba(23,97,247,.28)!important;
}
.vd-social--tg:hover:before{
  background:rgba(23,97,247,.48)!important;
}
.vd-social--wa:hover{
  background:linear-gradient(135deg,#18A231,#0d7f26)!important;
  border-color:rgba(24,162,49,.72)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 16px 34px rgba(24,162,49,.28)!important;
}
.vd-social--wa:hover:before{
  background:rgba(24,162,49,.48)!important;
}
.vd-social--vk:hover{
  background:linear-gradient(135deg,#0077FF,#005ed1)!important;
  border-color:rgba(0,119,255,.72)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 16px 34px rgba(0,119,255,.28)!important;
}
.vd-social--vk:hover:before{
  background:rgba(0,119,255,.48)!important;
}
.vd-social--ya:hover{
  background:linear-gradient(135deg,#FC3F1D,#d52b12)!important;
  border-color:rgba(252,63,29,.74)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 16px 34px rgba(252,63,29,.28)!important;
}
.vd-social--ya:hover:before{
  background:rgba(252,63,29,.48)!important;
}
.vd-social--gis:hover{
  background:linear-gradient(135deg,#18AB1C 0%,#81D814 48%,#0174FA 100%)!important;
  border-color:rgba(24,171,28,.72)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.20),0 16px 34px rgba(24,171,28,.24),0 10px 26px rgba(1,116,250,.16)!important;
}
.vd-social--gis:hover:before{
  background:rgba(24,171,28,.44)!important;
}
.vd-social--max:hover,
.vd-social--tg:hover,
.vd-social--wa:hover,
.vd-social--vk:hover,
.vd-social--ya:hover,
.vd-social--gis:hover{
  color:#fff!important;
}



@media(min-width:1241px){
  .site-nav[data-nav]{
    position:relative!important;
    isolation:isolate!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:2px!important;
    flex:0 1 auto!important;
    min-width:0!important;
    padding:5px!important;
    border-radius:18px!important;
    border:1px solid rgba(255,255,255,.12)!important;
    background:
      radial-gradient(circle at 14% 0%,rgba(255,255,255,.13),transparent 34%),
      linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.022))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 42px rgba(0,0,0,.25)!important;
    overflow:hidden!important;
    backdrop-filter:blur(18px)!important;
  }
  .site-nav[data-nav]:before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    border-radius:inherit!important;
    pointer-events:none!important;
    background:linear-gradient(90deg,transparent,rgba(226,27,45,.08),transparent)!important;
    opacity:.78!important;
    z-index:-1!important;
  }
  .site-nav__indicator{
    display:block!important;
    position:absolute!important;
    z-index:0!important;
    left:var(--nav-indicator-left,5px)!important;
    top:5px!important;
    width:var(--nav-indicator-width,0px)!important;
    height:calc(100% - 10px)!important;
    border-radius:14px!important;
    background:
      radial-gradient(circle at 30% 18%,rgba(255,255,255,.18),transparent 36%),
      linear-gradient(135deg,rgba(226,27,45,.98),rgba(169,15,29,.94))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 14px 30px rgba(226,27,45,.24)!important;
    opacity:0!important;
    transition:left .28s cubic-bezier(.2,.8,.2,1),width .28s cubic-bezier(.2,.8,.2,1),opacity .18s ease!important;
    pointer-events:none!important;
  }
  .site-nav[data-nav].is-ready .site-nav__indicator{
    opacity:1!important;
  }
  .site-nav[data-nav] a{
    position:relative!important;
    z-index:1!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:38px!important;
    padding:0 15px!important;
    margin:0!important;
    border:0!important;
    border-radius:14px!important;
    background:transparent!important;
    box-shadow:none!important;
    color:rgba(255,255,255,.82)!important;
    text-decoration:none!important;
    font-size:13px!important;
    font-weight:950!important;
    line-height:1!important;
    white-space:nowrap!important;
    transition:color .18s ease,text-shadow .18s ease!important;
  }
  .site-nav[data-nav] a:hover,
  .site-nav[data-nav] a:focus,
  .site-nav[data-nav] a.is-active{
    color:#fff!important;
    text-shadow:0 8px 22px rgba(255,255,255,.16)!important;
    background:transparent!important;
    border-color:transparent!important;
  }
}
@media(min-width:1241px) and (max-width:1450px){
  .site-nav[data-nav] a{
    padding:0 12px!important;
    font-size:12.5px!important;
  }
  .site-nav[data-nav]{
    gap:1px!important;
    padding:5px!important;
  }
}
@media(max-width:1240px){
  .site-nav[data-nav]{
    display:none!important;
    position:absolute!important;
    left:16px!important;
    right:16px!important;
    top:92px!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:8px!important;
    padding:14px!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:24px!important;
    background:rgba(8,9,13,.96)!important;
    box-shadow:0 30px 80px rgba(0,0,0,.45)!important;
    backdrop-filter:blur(18px)!important;
  }
  .site-nav[data-nav].is-open{
    display:flex!important;
  }
  .site-nav__indicator{
    display:none!important;
  }
  .site-nav[data-nav] a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-height:46px!important;
    padding:0 16px!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.035)!important;
    color:#fff!important;
  }
  .site-nav[data-nav] a.is-active{
    background:linear-gradient(135deg,var(--red),var(--red-dark))!important;
    border-color:rgba(226,27,45,.7)!important;
  }
}



.footer-social-row.footer-social-row--legal{
  margin-top:24px!important;
  padding-top:20px!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
  align-items:center!important;
  gap:20px!important;
  color:rgba(255,255,255,.58)!important;
  font-size:13px!important;
  line-height:1.4!important;
}
.footer-social-row__copy{
  justify-self:start!important;
  color:rgba(255,255,255,.58)!important;
  white-space:normal!important;
}
.footer-social-row__privacy{
  justify-self:center!important;
  color:rgba(255,255,255,.72)!important;
  text-decoration:none!important;
  border-bottom:1px solid rgba(255,255,255,.18)!important;
  padding-bottom:2px!important;
  transition:color .18s ease,border-color .18s ease!important;
  white-space:nowrap!important;
}
.footer-social-row__privacy:hover{
  color:#fff!important;
  border-color:rgba(226,27,45,.75)!important;
}
.footer-social-row__socials{
  justify-self:end!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
  min-width:0!important;
}
.footer-social-row__socials b{
  display:block!important;
  margin:0 2px 0 0!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:950!important;
}
.footer-social-row.footer-social-row--legal .footer-social-row__links{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}
.footer-social-row.footer-social-row--legal .footer-social-row__links a,
.footer-social-row.footer-social-row--legal .footer-social-row__links span,
.footer-social-row.footer-social-row--legal .vd-social{
  margin:0!important;
}
@media(max-width:980px){
  .footer-social-row.footer-social-row--legal{
    grid-template-columns:1fr!important;
    justify-items:start!important;
    gap:12px!important;
  }
  .footer-social-row__copy,
  .footer-social-row__privacy,
  .footer-social-row__socials{
    justify-self:start!important;
  }
  .footer-social-row__socials{
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
  }
  .footer-social-row.footer-social-row--legal .footer-social-row__links{
    justify-content:flex-start!important;
  }
}
@media(max-width:520px){
  .footer-social-row__socials{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:10px!important;
  }
  .footer-social-row__privacy{
    white-space:normal!important;
  }
}


.vd-scroll-top{
  position:fixed!important;
  right:24px!important;
  bottom:28px!important;
  z-index:70!important;
  width:54px!important;
  height:54px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:18px!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 28% 18%,rgba(255,255,255,.18),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 18px 42px rgba(0,0,0,.34),0 12px 34px rgba(226,27,45,.14)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  cursor:pointer!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(12px) scale(.92)!important;
  transition:opacity .22s ease,visibility .22s ease,transform .22s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.vd-scroll-top:before{
  content:""!important;
  position:absolute!important;
  inset:auto 10px -16px!important;
  height:26px!important;
  border-radius:50%!important;
  background:rgba(226,27,45,.45)!important;
  filter:blur(12px)!important;
  opacity:.55!important;
  pointer-events:none!important;
}
.vd-scroll-top span{
  position:relative!important;
  z-index:1!important;
  width:15px!important;
  height:15px!important;
  border-left:3px solid currentColor!important;
  border-top:3px solid currentColor!important;
  transform:rotate(45deg) translate(2px,2px)!important;
  border-radius:2px!important;
}
.vd-scroll-top span:after{
  content:""!important;
  position:absolute!important;
  left:5px!important;
  top:-1px!important;
  width:3px!important;
  height:20px!important;
  border-radius:999px!important;
  background:currentColor!important;
  transform:rotate(-45deg) translate(1px,2px)!important;
  transform-origin:top center!important;
}
.vd-scroll-top.is-visible{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0) scale(1)!important;
}
.vd-scroll-top:hover{
  transform:translateY(-3px) scale(1.02)!important;
  border-color:rgba(226,27,45,.72)!important;
  background:
    radial-gradient(circle at 28% 18%,rgba(255,255,255,.20),transparent 34%),
    linear-gradient(135deg,rgba(226,27,45,.96),rgba(169,15,29,.94))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 20px 46px rgba(226,27,45,.26),0 18px 42px rgba(0,0,0,.34)!important;
}
.vd-scroll-top:active{
  transform:translateY(0) scale(.96)!important;
}
body.has-cookie-consent .vd-scroll-top{
  bottom:134px!important;
}
.vd-cookie-consent{
  position:fixed!important;
  left:24px!important;
  bottom:24px!important;
  z-index:69!important;
  width:min(520px,calc(100vw - 48px))!important;
  opacity:0!important;
  transform:translateY(16px)!important;
  pointer-events:none!important;
  transition:opacity .26s ease,transform .26s ease!important;
}
.vd-cookie-consent[hidden]{
  display:none!important;
}
.vd-cookie-consent.is-visible{
  opacity:1!important;
  transform:translateY(0)!important;
  pointer-events:auto!important;
}
.vd-cookie-consent__card{
  position:relative!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr) auto!important;
  gap:16px!important;
  align-items:center!important;
  padding:18px!important;
  overflow:hidden!important;
  border-radius:24px!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:
    radial-gradient(circle at 8% 0%,rgba(226,27,45,.26),transparent 36%),
    radial-gradient(circle at 92% 100%,rgba(255,255,255,.10),transparent 34%),
    linear-gradient(145deg,rgba(8,9,13,.92),rgba(5,6,9,.78))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 24px 70px rgba(0,0,0,.44),0 18px 50px rgba(226,27,45,.13)!important;
  backdrop-filter:blur(20px)!important;
  -webkit-backdrop-filter:blur(20px)!important;
}
.vd-cookie-consent__card:before{
  content:""!important;
  position:absolute!important;
  left:-60px!important;
  bottom:-80px!important;
  width:190px!important;
  height:190px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(226,27,45,.26),transparent 70%)!important;
  pointer-events:none!important;
}
.vd-cookie-consent__icon{
  position:relative!important;
  z-index:1!important;
  width:48px!important;
  height:48px!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,var(--red),var(--red-dark))!important;
  box-shadow:0 14px 32px rgba(226,27,45,.24)!important;
}
.vd-cookie-consent__icon:before{
  content:""!important;
  position:absolute!important;
  left:15px!important;
  top:15px!important;
  width:18px!important;
  height:18px!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:10px -2px 0 -6px rgba(255,255,255,.82),-6px 8px 0 -6px rgba(255,255,255,.82),7px 11px 0 -7px rgba(255,255,255,.82)!important;
}
.vd-cookie-consent__text{
  position:relative!important;
  z-index:1!important;
  min-width:0!important;
}
.vd-cookie-consent__text b{
  display:block!important;
  margin:0 0 6px!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
}
.vd-cookie-consent__text p{
  margin:0!important;
  color:rgba(255,255,255,.64)!important;
  font-size:13px!important;
  line-height:1.55!important;
}
.vd-cookie-consent__text a{
  color:#fff!important;
  text-decoration:none!important;
  border-bottom:1px solid rgba(226,27,45,.72)!important;
}
.vd-cookie-consent__text a:hover{
  border-color:#fff!important;
}
.vd-cookie-consent__accept{
  position:relative!important;
  z-index:1!important;
  min-width:118px!important;
  height:44px!important;
  border:0!important;
  border-radius:999px!important;
  padding:0 20px!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:950!important;
  cursor:pointer!important;
  background:linear-gradient(135deg,var(--red),var(--red-dark))!important;
  box-shadow:0 16px 34px rgba(226,27,45,.23)!important;
  transition:transform .16s ease,filter .16s ease,box-shadow .16s ease!important;
}
.vd-cookie-consent__accept:hover{
  transform:translateY(-2px)!important;
  filter:saturate(1.08)!important;
  box-shadow:0 20px 40px rgba(226,27,45,.30)!important;
}
.vd-cookie-consent__accept:active{
  transform:translateY(0) scale(.97)!important;
}
@media(max-width:760px){
  .vd-scroll-top{
    right:16px!important;
    bottom:18px!important;
    width:48px!important;
    height:48px!important;
    border-radius:16px!important;
  }
  body.has-cookie-consent .vd-scroll-top{
    bottom:190px!important;
  }
  .vd-cookie-consent{
    left:14px!important;
    right:14px!important;
    bottom:14px!important;
    width:auto!important;
  }
  .vd-cookie-consent__card{
    grid-template-columns:42px minmax(0,1fr)!important;
    gap:13px!important;
    padding:16px!important;
    border-radius:22px!important;
  }
  .vd-cookie-consent__icon{
    width:42px!important;
    height:42px!important;
    border-radius:14px!important;
  }
  .vd-cookie-consent__icon:before{
    left:13px!important;
    top:13px!important;
  }
  .vd-cookie-consent__accept{
    grid-column:1 / -1!important;
    width:100%!important;
    min-width:0!important;
  }
}
@media(max-width:420px){
  body.has-cookie-consent .vd-scroll-top{
    bottom:220px!important;
  }
}



.vd-scroll-top{
  right:24px!important;
  bottom:16px!important;
  width:54px!important;
  height:54px!important;
  border-radius:18px!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 30% 18%,rgba(255,255,255,.16),transparent 35%),
    linear-gradient(145deg,rgba(8,9,13,.78),rgba(5,6,9,.52))!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 18px 44px rgba(0,0,0,.34),
    0 12px 34px rgba(226,27,45,.18)!important;
}
.vd-scroll-top span{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:22px!important;
  height:25px!important;
  border:0!important;
  transform:none!important;
  border-radius:0!important;
}
.vd-scroll-top span:before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:3px!important;
  width:13px!important;
  height:13px!important;
  border-left:3px solid currentColor!important;
  border-top:3px solid currentColor!important;
  border-radius:2px!important;
  transform:translateX(-50%) rotate(45deg)!important;
}
.vd-scroll-top span:after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:6px!important;
  width:3px!important;
  height:19px!important;
  border-radius:999px!important;
  background:currentColor!important;
  transform:translateX(-50%)!important;
  transform-origin:center!important;
}
body.has-cookie-consent .vd-scroll-top{
  bottom:16px!important;
}
.vd-cookie-consent{
  left:auto!important;
  right:96px!important;
  bottom:16px!important;
  width:min(520px,calc(100vw - 150px))!important;
}
.vd-cookie-consent__card{
  min-height:78px!important;
}
@media(max-width:900px){
  .vd-cookie-consent{
    right:84px!important;
    bottom:14px!important;
    width:min(500px,calc(100vw - 130px))!important;
  }
  body.has-cookie-consent .vd-scroll-top{
    bottom:16px!important;
  }
}
@media(max-width:760px){
  .vd-scroll-top{
    right:14px!important;
    bottom:14px!important;
    width:48px!important;
    height:48px!important;
    border-radius:16px!important;
  }
  .vd-scroll-top span{
    width:20px!important;
    height:23px!important;
  }
  .vd-scroll-top span:before{
    width:12px!important;
    height:12px!important;
    border-left-width:3px!important;
    border-top-width:3px!important;
  }
  .vd-scroll-top span:after{
    top:6px!important;
    height:17px!important;
  }
  .vd-cookie-consent{
    left:14px!important;
    right:14px!important;
    bottom:78px!important;
    width:auto!important;
  }
  body.has-cookie-consent .vd-scroll-top{
    bottom:14px!important;
  }
}



.site-footer .footer-grid p,
.site-footer .footer-grid span,
.site-footer .footer-grid a:not(.brand),
.footer-social-row__copy,
.footer-social-row__privacy{
  font-size:15px!important;
  line-height:1.55!important;
  font-weight:850!important;
}

.site-footer .footer-grid b,
.footer-social-row__socials b{
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:950!important;
}

.site-footer .footer-grid > div:first-child p{
  max-width:430px!important;
}

/* RAFIMPORT PREMIUM THEME */
:root{
  --red:#0b5f9a;
  --red-dark:#063b63;
  --black:#050a12;
  --graphite:#071827;
  --card:#0d2033;
  --text:#0b1220;
  --muted:#66758a;
  --line:#d8e1ea;
  --paper:#ffffff;
  --soft:#f5f8fb;
  --soft-red:#eaf5fb;
  --blue:#1687c7;
  --blue-dark:#073b63;
  --silver:#d8e1ea;
  --gold:#d7b56d;
  --shadow-red:0 20px 60px rgba(11,95,154,.24);
}
body{background:#f5f8fb;color:var(--text)}
.section-kicker{color:#1687c7;letter-spacing:.16em}.section-white{background:#fff}.btn-primary{background:linear-gradient(135deg,#1687c7,#0b5f9a 55%,#063b63);box-shadow:0 18px 50px rgba(11,95,154,.28)}.btn-secondary{background:#fff;color:#071827;border-color:rgba(11,95,154,.16)}.btn-secondary:hover{border-color:rgba(22,135,199,.35);background:#edf7fc}.site-header.raf-header{background:rgba(5,10,18,.84);border-bottom:1px solid rgba(255,255,255,.09)}.raf-header__inner{height:84px}.raf-brand__mark{background:linear-gradient(135deg,#1687c7,#0b5f9a 60%,#063b63)!important;box-shadow:0 16px 36px rgba(22,135,199,.24)!important;font-size:14px!important;letter-spacing:-.06em!important}.raf-brand__name{text-transform:uppercase;letter-spacing:.01em!important}.raf-nav a.is-active,.raf-nav a:hover{background:linear-gradient(135deg,#1687c7,#0b5f9a)!important;border-color:rgba(22,135,199,.9)!important}.raf-header-cta{cursor:pointer;background:linear-gradient(135deg,#1687c7,#0b5f9a)!important;border-color:rgba(22,135,199,.55)!important;color:#fff!important}.raf-phone:hover{border-color:#1687c7!important;background:#0b5f9a!important}.vd-social:before{background:rgba(22,135,199,.35)!important}.vd-social:hover{background:linear-gradient(135deg,#1687c7,#0b5f9a)!important;border-color:rgba(22,135,199,.75)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 16px 34px rgba(22,135,199,.24)!important}.header-favorites-link{display:inline-grid;place-items:center;width:43px;height:43px;border:1px solid rgba(255,255,255,.12);border-radius:14px;color:#fff;text-decoration:none;position:relative}.header-favorites-link b{position:absolute;right:-5px;top:-5px;min-width:19px;height:19px;border-radius:999px;background:#1687c7;color:#fff;font-size:11px;display:grid;place-items:center}.site-footer.raf-footer{background:#050a12;color:#fff;padding:60px 0 28px}.raf-footer__top{display:grid;grid-template-columns:1.45fr .8fr .8fr 1.05fr;gap:38px}.raf-footer__brand p{max-width:460px;color:rgba(255,255,255,.66);line-height:1.75}.raf-footer__col b{display:block;margin-bottom:16px;color:#fff}.raf-footer__col a,.raf-footer__col span{display:block;text-decoration:none;color:rgba(255,255,255,.66);line-height:1.6;margin:9px 0}.raf-footer__col a:hover{color:#fff}.raf-footer__socials{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.raf-footer__bottom{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-top:36px;padding-top:22px;border-top:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.54);font-size:13px}.raf-page .section-head h2,.raf-page .split-head h2{color:#071827}.raf-page-hero{position:relative;padding:148px 0 72px;background:radial-gradient(circle at 10% 20%,rgba(22,135,199,.22),transparent 34%),linear-gradient(135deg,#050a12,#071827 58%,#0b2238);color:#fff;overflow:hidden}.raf-page-hero:after{content:"";position:absolute;right:-10vw;bottom:-14vw;width:44vw;height:44vw;background:radial-gradient(circle,rgba(22,135,199,.2),transparent 70%);pointer-events:none}.raf-page-hero .container{position:relative;z-index:1}.raf-page-hero h1{max-width:980px;margin:0;font-size:clamp(38px,5vw,72px);line-height:1;letter-spacing:-.06em;text-transform:uppercase}.raf-page-hero p{max-width:760px;margin:20px 0 0;color:rgba(255,255,255,.75);font-size:19px;line-height:1.6}.raf-final-cta{padding:80px 0;background:#f5f8fb}.raf-final-cta__card{display:grid;grid-template-columns:1fr 520px;gap:38px;align-items:center;background:linear-gradient(135deg,#071827,#0a2a44);color:#fff;border-radius:34px;padding:42px;box-shadow:0 30px 90px rgba(5,10,18,.18)}.raf-final-cta__card h2{margin:0;font-size:clamp(34px,4vw,58px);line-height:1;letter-spacing:-.06em;text-transform:uppercase}.raf-final-cta__card p{color:rgba(255,255,255,.72);line-height:1.6}.raf-final-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.raf-final-form input,.raf-final-form select{height:54px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.08);color:#fff;padding:0 16px}.raf-final-form input::placeholder{color:rgba(255,255,255,.55)}.raf-final-form button{grid-column:1/-1;height:56px;border:0;border-radius:16px;background:linear-gradient(135deg,#1687c7,#0b5f9a);color:#fff;font-weight:950;cursor:pointer}.vdc-request-modal__head span{color:#1687c7!important}.vdc-request-modal__form select{width:100%;min-height:50px;border-radius:14px;border:1px solid var(--line);padding:0 14px;background:#fff}.vdc-request-modal__form button{background:linear-gradient(135deg,#1687c7,#0b5f9a)!important}.vd-cookie-consent__accept{background:linear-gradient(135deg,#1687c7,#0b5f9a)!important}.raf-about-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:18px}.raf-about-card{background:#fff;border:1px solid rgba(11,95,154,.11);border-radius:28px;padding:30px;box-shadow:0 18px 50px rgba(15,23,42,.06)}.raf-about-card--dark{grid-row:span 2;background:linear-gradient(135deg,#071827,#0a2a44);color:#fff}.raf-about-card span{font-size:58px;font-weight:950;color:#1687c7;letter-spacing:-.06em}.raf-about-card h2,.raf-about-card h3{margin:10px 0 12px;color:inherit;font-size:30px;letter-spacing:-.04em}.raf-about-card p{color:inherit;opacity:.76;line-height:1.7}.raf-contacts-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:18px}.raf-contact-card{background:#fff;border:1px solid rgba(11,95,154,.11);border-radius:28px;padding:30px;box-shadow:0 18px 50px rgba(15,23,42,.06)}.raf-contact-card--main{background:linear-gradient(135deg,#071827,#0a2a44);color:#fff}.raf-contact-card h2,.raf-contact-card h3{margin:0 0 16px;font-size:30px;letter-spacing:-.04em}.raf-contact-card a{display:block;color:inherit;text-decoration:none;font-weight:900;margin:10px 0}.raf-contact-card p{line-height:1.65;color:inherit;opacity:.76}.raf-contact-socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.raf-contact-socials a{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15)}.raf-contact-card button{min-height:48px;border:0;border-radius:999px;background:linear-gradient(135deg,#1687c7,#0b5f9a);color:#fff;font-weight:900;padding:0 18px;cursor:pointer}.raf-orders-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.raf-order-card{background:#fff;border:1px solid rgba(11,95,154,.11);border-radius:28px;overflow:hidden;box-shadow:0 18px 50px rgba(15,23,42,.06)}.raf-order-card img{width:100%;height:230px;object-fit:cover;background:#071827}.raf-order-card>div{padding:24px}.raf-order-card span{color:#1687c7;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.raf-order-card h3{margin:8px 0 16px;font-size:26px;letter-spacing:-.04em}.raf-order-card dl{display:grid;gap:8px;margin:0 0 16px}.raf-order-card dl div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #edf1f5;padding-bottom:8px}.raf-order-card dt{color:#66758a}.raf-order-card dd{margin:0;font-weight:900;text-align:right}.raf-order-card button{min-height:46px;border:0;border-radius:999px;background:#eaf5fb;color:#0b5f9a;font-weight:950;padding:0 18px;cursor:pointer}.privacy-card.raf-policy-card{max-width:980px}.privacy-card.raf-policy-card article{background:#fff;border:1px solid rgba(11,95,154,.1);border-radius:22px;padding:26px;margin-bottom:16px}.privacy-card.raf-policy-card h2{margin:0 0 10px}.privacy-card.raf-policy-card p{line-height:1.72;color:#4b5b70}.raf-catalog{padding:92px 0;background:#fff}.raf-catalog--home{background:#f5f8fb}.raf-catalog__head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:24px}.raf-catalog__head h2{margin:0;font-size:clamp(34px,4.2vw,62px);line-height:1;letter-spacing:-.06em;text-transform:uppercase}.raf-catalog__head p{max-width:700px;color:#66758a;line-height:1.65}.raf-tabs{display:flex;gap:8px;padding:7px;border:1px solid #d8e1ea;border-radius:999px;background:#f5f8fb;white-space:nowrap}.raf-tabs button{height:44px;padding:0 18px;border:0;border-radius:999px;background:transparent;font-weight:950;color:#435166;cursor:pointer}.raf-tabs button.is-active{background:linear-gradient(135deg,#1687c7,#0b5f9a);color:#fff}.raf-catalog__meta{display:flex;gap:14px;align-items:center;margin-bottom:22px;color:#66758a}.raf-catalog__meta b{color:#071827}.raf-catalog__meta a{margin-left:auto;text-decoration:none;color:#0b5f9a;font-weight:950}.raf-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.raf-auto-card{background:#fff;border:1px solid rgba(11,95,154,.11);border-radius:30px;overflow:hidden;box-shadow:0 20px 60px rgba(15,23,42,.07);display:flex;flex-direction:column}.raf-catalog--home .raf-auto-card{background:#fff}.raf-auto-card.is-hidden{display:none!important}.raf-auto-card__media{display:block;position:relative;height:240px;background:#071827;overflow:hidden;text-decoration:none}.raf-auto-card__media img{width:100%;height:100%;object-fit:cover;transition:.3s}.raf-auto-card:hover .raf-auto-card__media img{transform:scale(1.04)}.raf-auto-card__media span{position:absolute;left:16px;top:16px;padding:8px 12px;border-radius:999px;background:rgba(5,10,18,.72);color:#fff;font-size:12px;font-weight:950;backdrop-filter:blur(12px)}.raf-auto-card__body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}.raf-auto-card__top{display:flex;justify-content:space-between;align-items:center;gap:10px}.raf-auto-card__top small{color:#1687c7;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.raf-auto-card__top button{width:38px;height:38px;border:1px solid #d8e1ea;border-radius:13px;background:#fff;color:#071827;cursor:pointer}.raf-auto-card h3{margin:0;font-size:25px;letter-spacing:-.04em}.raf-auto-card h3 a{text-decoration:none}.raf-auto-card p{margin:0;color:#66758a;line-height:1.5}.raf-auto-card strong{font-size:28px;letter-spacing:-.04em;color:#071827}.raf-auto-card em{font-style:normal;color:#66758a;font-size:13px}.raf-auto-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}.raf-auto-card__actions a,.raf-auto-card__actions button{min-height:46px;border-radius:14px;border:0;text-decoration:none;display:flex;align-items:center;justify-content:center;font-weight:950;cursor:pointer}.raf-auto-card__actions a{background:#f1f6fa;color:#071827}.raf-auto-card__actions button{background:linear-gradient(135deg,#1687c7,#0b5f9a);color:#fff}.raf-auction-hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center}.raf-auction-card{position:relative;border-radius:34px;overflow:hidden;box-shadow:0 28px 90px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.12)}.raf-auction-card img{width:100%;height:420px;object-fit:cover;display:block}.raf-watermark{position:absolute;right:18px;bottom:18px;background:rgba(5,10,18,.65);color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:10px 14px;font-weight:950;backdrop-filter:blur(14px)}.raf-lot-layout{display:grid;grid-template-columns:1fr 390px;gap:22px}.raf-lot-card{display:grid;grid-template-columns:minmax(320px,.9fr) 1.1fr;background:#fff;border:1px solid rgba(11,95,154,.11);border-radius:34px;overflow:hidden;box-shadow:0 20px 60px rgba(15,23,42,.07)}.raf-lot-card__media{position:relative;min-height:520px;background:#071827}.raf-lot-card__media img{width:100%;height:100%;object-fit:cover}.raf-lot-card__media span{position:relative;display:inline-block;margin:14px 0 0 14px;padding:8px 12px;border-radius:999px;background:rgba(5,10,18,.72);color:#fff;font-weight:900;font-size:12px}.raf-lot-card__media span:first-of-type{position:absolute;left:0;top:0}.raf-lot-card__media span:nth-of-type(2){position:absolute;left:0;top:44px}.raf-lot-card__media span:nth-of-type(3){position:absolute;left:0;top:88px}.raf-lot-card__body{padding:32px}.raf-lot-card h2{margin:0 0 12px;font-size:36px;letter-spacing:-.05em}.raf-lot-card p{color:#66758a;line-height:1.6}.raf-lot-meta{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.raf-lot-meta b{padding:10px 13px;border-radius:999px;background:#eaf5fb;color:#0b5f9a}.raf-cost-box{background:#071827;color:#fff;border-radius:24px;padding:22px;margin-top:18px}.raf-cost-box h3{margin:0 0 14px}.raf-cost-box dl{margin:0;display:grid;gap:10px}.raf-cost-box dl div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:10px}.raf-cost-box dt{color:rgba(255,255,255,.64)}.raf-cost-box dd{margin:0;font-weight:950;text-align:right}.raf-lot-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.raf-lot-actions button{min-height:46px;border:0;border-radius:999px;padding:0 16px;background:#eaf5fb;color:#0b5f9a;font-weight:950;cursor:pointer}.raf-lot-actions button:nth-child(2){background:linear-gradient(135deg,#1687c7,#0b5f9a);color:#fff}.raf-bid-form{background:#fff;border:1px solid rgba(11,95,154,.11);border-radius:34px;padding:28px;box-shadow:0 20px 60px rgba(15,23,42,.07);align-self:start;position:sticky;top:104px}.raf-bid-form h2{margin:0 0 18px;font-size:32px;letter-spacing:-.04em}.raf-bid-form form{display:grid;gap:12px}.raf-bid-form label span{display:block;margin-bottom:7px;font-size:13px;font-weight:900;color:#516177}.raf-bid-form input,.raf-bid-form select,.raf-bid-form textarea{width:100%;border:1px solid #d8e1ea;border-radius:14px;padding:13px 14px;background:#fff}.raf-bid-form button{height:52px;border:0;border-radius:999px;background:linear-gradient(135deg,#1687c7,#0b5f9a);color:#fff;font-weight:950;cursor:pointer}.raf-sheet-section{background:#f5f8fb}.raf-sheet-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.raf-sheet-grid article{background:#fff;border:1px solid rgba(11,95,154,.1);border-radius:26px;padding:26px}.raf-sheet-grid h3{margin:0 0 10px}.raf-sheet-grid p{color:#66758a;line-height:1.6}.raf-car-hero__grid{display:grid;grid-template-columns:1fr 380px;gap:32px;align-items:end}.raf-car-price-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:28px;backdrop-filter:blur(16px)}.raf-car-price-card span{display:block;color:rgba(255,255,255,.62);font-size:13px;text-transform:uppercase;letter-spacing:.12em}.raf-car-price-card strong{display:block;margin-top:10px;font-size:38px;letter-spacing:-.05em}.raf-car-price-card em{display:block;font-style:normal;color:#bfe5f8;font-weight:900;margin-top:6px}.raf-car-price-card p{font-size:14px;margin:12px 0 0}.raf-car-layout{display:grid;grid-template-columns:1fr 390px;gap:24px}.raf-car-gallery__main{width:100%;height:560px;object-fit:cover;border-radius:34px;box-shadow:0 20px 60px rgba(15,23,42,.1)}.raf-car-gallery__thumbs{display:flex;gap:12px;margin-top:12px}.raf-car-gallery__thumbs img{width:110px;height:80px;border-radius:16px;object-fit:cover}.raf-car-side{background:#fff;border:1px solid rgba(11,95,154,.11);border-radius:34px;padding:30px;align-self:start;position:sticky;top:104px;box-shadow:0 20px 60px rgba(15,23,42,.07)}.raf-car-side h2{margin:0 0 12px;font-size:34px;letter-spacing:-.04em}.raf-car-side p,.raf-car-side li{color:#66758a;line-height:1.65}.raf-car-side ul{padding-left:18px}.raf-car-side button{width:100%;height:54px;border:0;border-radius:999px;background:linear-gradient(135deg,#1687c7,#0b5f9a);color:#fff;font-weight:950;cursor:pointer}.raf-car-info-section{background:#f5f8fb}.raf-car-info-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}.raf-car-info-card{background:#fff;border:1px solid rgba(11,95,154,.11);border-radius:28px;padding:28px;box-shadow:0 18px 50px rgba(15,23,42,.06)}.raf-car-info-card h2{margin:0 0 16px}.raf-car-info-card p{color:#66758a;line-height:1.72}.raf-car-info-card dl{display:grid;gap:10px}.raf-car-info-card dl div{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid #edf1f5;padding-bottom:10px}.raf-car-info-card dt{color:#66758a}.raf-car-info-card dd{font-weight:900;margin:0;text-align:right}.vdc-toast{background:#071827!important;color:#fff!important;border:1px solid rgba(22,135,199,.35)!important}
@media(max-width:1240px){.raf-footer__top{grid-template-columns:1fr 1fr}.raf-catalog-grid,.raf-orders-grid{grid-template-columns:repeat(2,1fr)}.raf-lot-layout,.raf-car-layout{grid-template-columns:1fr}.raf-bid-form,.raf-car-side{position:static}.raf-lot-card{grid-template-columns:1fr}.raf-lot-card__media{min-height:360px}.raf-sheet-grid,.raf-car-info-grid{grid-template-columns:1fr 1fr}.raf-about-grid,.raf-contacts-grid{grid-template-columns:1fr 1fr}.raf-about-card--dark{grid-row:auto}.raf-car-hero__grid,.raf-auction-hero__grid{grid-template-columns:1fr}.raf-car-price-card{max-width:460px}.raf-header__socials{display:none!important}}
@media(max-width:900px){.raf-catalog__head{display:block}.raf-tabs{margin-top:18px;overflow-x:auto}.raf-final-cta__card{grid-template-columns:1fr}.raf-final-form{grid-template-columns:1fr}.raf-footer__top,.raf-catalog-grid,.raf-orders-grid,.raf-sheet-grid,.raf-car-info-grid,.raf-about-grid,.raf-contacts-grid{grid-template-columns:1fr}.raf-page-hero{padding:122px 0 58px}.raf-page-hero h1{font-size:40px}.raf-auto-card__media{height:220px}.raf-lot-card__body{padding:24px}.raf-car-gallery__main{height:360px}}
@media(max-width:760px){.raf-header-cta,.header-favorites-link{display:none}.raf-final-cta__card{padding:28px;border-radius:26px}.raf-footer__bottom{display:block}.raf-footer__bottom span{display:block;margin-top:10px}.raf-lot-actions{display:grid}.raf-lot-actions button{width:100%}.raf-auto-card__actions{grid-template-columns:1fr}.raf-contact-socials{display:grid}.raf-page-hero p{font-size:16px}.raf-page-hero h1{font-size:36px}}
