: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;
}
