:root{
  --bg:        #e8eaef;
  --bg-2:      #ffffff;
  --panel:     #ffffff;
  --card:      #ffffff;
  --card-2:    #fafbfd;
  --line:      #e2e6ec;
  --line-soft: #eef1f5;
  --ink:       #0a1428;
  --ink-soft:  #4a5878;
  --ink-mute:  #8895ab;
  --brand:     #1d6fb8;
  --brand-2:   #4ea3e0;
  --brand-deep:#0f4a85;
  --glow:      rgba(29,111,184,.12);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Geist',ui-sans-serif,system-ui,-apple-system,sans-serif;
  background:var(--bg);
  color:var(--ink);
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

.wrap{max-width:1280px;margin:0 auto;padding:0 32px}

/* ── HEADER ─────────────────────────────────────────────── */
.hdr{
  background:var(--bg);
  padding:18px 0;
  position:sticky;top:0;z-index:50;
  border-bottom:1px solid var(--line-soft);
}
.hdr .wrap{display:flex;align-items:center;gap:32px}
.brand{display:flex;align-items:center;gap:12px}
.brand-logo{height:46px;width:auto;display:block}
.brand-mark{
  width:46px;height:46px;
  background:linear-gradient(135deg,var(--brand-deep),var(--brand-2));
  border-radius:8px;
  display:grid;place-items:center;
  box-shadow:0 8px 22px -10px rgba(29,111,184,.4);
  position:relative;
}
.brand-mark::before{
  content:"";position:absolute;inset:8px;
  border:2px solid #fff;
  clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
}
.brand-name{display:flex;flex-direction:column;line-height:1.1}
.brand-name b{font-weight:700;font-size:18px;letter-spacing:.04em;color:var(--ink)}
.brand-name small{font-size:9.5px;color:var(--ink-mute);letter-spacing:.18em;text-transform:uppercase;margin-top:3px}
.nav{display:flex;gap:24px;margin-left:48px;flex:1;flex-wrap:wrap}
.nav a{font-size:14.5px;color:var(--ink-soft);padding:6px 0;border-bottom:2px solid transparent}
.nav a:hover,.nav a.is-active{color:var(--ink);border-bottom-color:var(--brand)}
.hdr-right{display:flex;align-items:center;gap:14px}
.lang{font-size:13px;color:var(--ink-soft);padding:8px 14px;border:1px solid var(--line);border-radius:8px;display:inline-flex;align-items:center;gap:6px;background:#fff}

/* util-style chip buttons in header (RU / location / contacts) */
.util-btn{
  display:inline-flex;align-items:center;gap:6px;
  padding:7px 13px;border-radius:7px;
  font-family:'Geist',sans-serif;
  font-size:12px;color:var(--ink-soft);
  border:1px solid var(--line);background:#fff;
  cursor:pointer;
  transition:border-color .15s,color .15s,background .15s;
}
.util-btn:hover{border-color:var(--brand);color:var(--ink);background:var(--bg)}
.util-btn svg{width:13px;height:13px;flex:0 0 auto}
.btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 20px;border-radius:8px;
  font-family:'Geist',sans-serif;
  font-size:14px;font-weight:600;
  cursor:pointer;border:1px solid transparent;
  transition:transform .15s ease, box-shadow .15s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(180deg,var(--brand-deep),#0a3a6b);color:#fff;box-shadow:0 6px 20px -8px rgba(29,111,184,.5)}
.btn-primary:hover{box-shadow:0 10px 26px -8px rgba(29,111,184,.7)}
.btn-ghost{background:#fff;border-color:var(--line);color:var(--ink)}
.btn-ghost:hover{border-color:var(--brand);background:rgba(29,111,184,.06)}
.btn-play{background:#fff;border:1px solid var(--line);color:var(--ink);padding:10px 20px 10px 12px;border-radius:8px;display:inline-flex;align-items:center;gap:10px}
.btn-play .play-circle{width:32px;height:32px;border-radius:50%;background:linear-gradient(180deg,var(--brand),var(--brand-deep));display:grid;place-items:center}
.btn-play:hover{border-color:var(--brand);background:#fafbfd}

/* ── HERO ───────────────────────────────────────────────── */
.hero{padding:0 0 32px;position:relative;background:var(--bg)}
.hero-stage{
  position:relative;
  height:540px;
  background:#dde3ec;
  overflow:hidden;
}
.hero-stage img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;object-position:center right;
  display:block;
}
.hero-stage::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(232,234,239,.97) 0%, rgba(232,234,239,.88) 35%, rgba(232,234,239,.55) 55%, rgba(232,234,239,.05) 75%, transparent 100%);
  z-index:1;
}
.hero-content{
  position:relative;z-index:2;
  height:100%;
  max-width:1280px;margin:0 auto;
  padding:0 32px;
  display:flex;align-items:center;
}
.hero-text{max-width:560px}
.hero-eyebrow{font-size:12px;color:var(--brand-deep);letter-spacing:.24em;text-transform:uppercase;font-weight:600;margin-bottom:20px}
.hero h1{
  font-family:'Instrument Serif',serif;
  font-weight:400;font-size:72px;line-height:1.02;letter-spacing:-.02em;
  margin:0 0 24px;color:var(--ink);
}
.hero .sub{font-size:16px;color:var(--ink-soft);max-width:46ch;margin:0 0 32px;line-height:1.6}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.hero-img{
  aspect-ratio:1/1;
  border-radius:14px;overflow:hidden;
  background:#091628;
  position:relative;
  box-shadow:0 30px 60px -30px rgba(0,0,0,.6);
}

/* ── STATS GRID ─────────────────────────────────────────── */
.stats{padding:24px 0 24px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.stat-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:14px;
  padding:24px 24px 22px;
  display:flex;align-items:center;gap:18px;
  box-shadow:0 6px 20px -16px rgba(10,20,40,.18);
  transition:border-color .2s, box-shadow .2s, transform .2s;
}
.stat-card:hover{border-color:var(--brand);transform:translateY(-2px);box-shadow:0 10px 30px -12px var(--glow)}
.stat-icon{
  width:54px;height:54px;flex:0 0 auto;
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  display:grid;place-items:center;
  color:var(--brand-deep);
  box-shadow:inset 0 0 24px rgba(29,111,184,.06);
}
.stat-icon svg{width:26px;height:26px}
.stat-text{display:flex;flex-direction:column;line-height:1.2}
.stat-n{
  font-family:'Instrument Serif',serif;
  font-weight:600;
  font-size:34px;color:var(--ink);letter-spacing:-.01em;
}
.stat-l{font-size:12.5px;color:var(--ink-soft);margin-top:4px;line-height:1.4;max-width:18ch}

/* ── ABOUT SPLIT ────────────────────────────────────────── */
.about{padding:24px 0}
.about-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  display:grid;grid-template-columns:1fr 1.4fr;
  box-shadow:0 6px 20px -16px rgba(10,20,40,.18);
}
.about-body{padding:48px 48px 48px}
.about-eyebrow{
  font-size:11px;color:var(--brand-deep);letter-spacing:.24em;text-transform:uppercase;font-weight:600;margin-bottom:18px;display:block;
}
.about-body h2{
  font-family:'Instrument Serif',serif;
  font-weight:400;font-size:42px;line-height:1.05;letter-spacing:-.01em;
  margin:0 0 20px;color:var(--ink);
}
.about-body p{color:var(--ink-soft);font-size:15px;margin:0 0 28px;max-width:42ch;line-height:1.6}
.about-more{
  font-size:14px;color:var(--brand-deep);font-weight:600;
  display:inline-flex;align-items:center;gap:8px;
  border-bottom:1px solid var(--brand-deep);padding-bottom:2px;
}
.about-photo{background:#dde3ec;position:relative;min-height:380px;overflow:hidden}
.about-photo .badge{position:absolute;right:32px;top:32px;font-family:'Instrument Serif',serif;font-style:italic;font-size:48px;color:rgba(255,255,255,.85);letter-spacing:.04em;text-shadow:0 2px 12px rgba(10,20,40,.4);z-index:2}

/* ── DIRECTIONS / CATEGORIES ────────────────────────────── */
.dir{padding:24px 0}
.section-head{
  display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:24px;
  padding:0 6px;
}
.section-eyebrow{
  font-size:11px;color:var(--brand-deep);letter-spacing:.24em;text-transform:uppercase;font-weight:600;
}
.slider-ctrl{display:flex;gap:8px}
.slider-btn{
  width:38px;height:38px;border-radius:50%;
  background:#fff;border:1px solid var(--line);color:var(--ink);
  display:grid;place-items:center;cursor:pointer;
  transition:border-color .15s,background .15s;
  box-shadow:0 4px 12px -8px rgba(10,20,40,.18);
}
.slider-btn:hover{border-color:var(--brand);background:#fafbfd;color:var(--brand-deep)}
.dir-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.dir-card{
  position:relative;
  background:#1a3358;
  border:1px solid var(--line);
  border-radius:14px;
  padding:24px 22px 22px;
  display:flex;flex-direction:column;gap:16px;
  aspect-ratio:4/5;
  transition:border-color .2s,transform .2s,box-shadow .2s;
  cursor:pointer;
  overflow:hidden;
  box-shadow:0 6px 20px -16px rgba(10,20,40,.18);
  background-size:115% auto;background-position:center top;background-repeat:no-repeat;
}
.dir-card::before{
  content:"";position:absolute;inset:0;z-index:0;
  background:linear-gradient(180deg, rgba(15,30,54,.78) 0%, rgba(15,30,54,.55) 38%, rgba(15,30,54,.05) 65%, transparent 100%);
}
.dir-card > *{position:relative;z-index:1}
.dir-card::after{
  content:"";position:absolute;inset:0;z-index:0;
  background:linear-gradient(135deg, rgba(78,163,224,.45) 0%, rgba(29,111,184,.35) 50%, rgba(15,90,147,.55) 100%);
  opacity:0;transition:opacity .3s ease;
  pointer-events:none;
}
.dir-card:hover::after{opacity:1}
.dir-card:hover{border-color:var(--brand);transform:translateY(-3px);box-shadow:0 14px 40px -12px rgba(78,163,224,.4)}
.dir-icon{
  width:36px;height:36px;
  background:rgba(255,255,255,.85);
  border:1px solid rgba(78,163,224,.4);
  border-radius:50%;
  display:grid;place-items:center;
  color:var(--brand-deep);
  box-shadow:0 2px 8px rgba(10,20,40,.08);
  margin-bottom:4px;
}
.dir-icon svg{width:18px;height:18px}
.dir-icon svg{width:28px;height:28px}
.dir-card h3{font-size:17px;margin:0;color:#fff;font-weight:700;text-shadow:0 1px 4px rgba(10,20,40,.4)}
.dir-card p{font-size:13px;color:rgba(255,255,255,.92);margin:0;line-height:1.5;flex:1;text-shadow:0 1px 3px rgba(10,20,40,.35)}
.dir-arr{align-self:flex-start;color:#fff;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500}

/* ── QUALITY CONTROL ────────────────────────────────────── */
.quality{padding:24px 0}
.quality-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  display:grid;grid-template-columns:1.2fr 1fr;
  min-height:420px;
  box-shadow:0 6px 20px -16px rgba(10,20,40,.18);
}
.quality-photo{background:#dde3ec;position:relative}
.quality-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(232,234,239,.05),rgba(232,234,239,.55))}
.quality-body{padding:44px 44px;display:flex;flex-direction:column;justify-content:center;gap:18px;position:relative;z-index:2}
.quality-body h2{font-family:'Instrument Serif',serif;font-weight:400;font-size:38px;line-height:1.1;margin:0;color:var(--ink)}
.quality-body p{margin:0;color:var(--ink-soft);font-size:15px;max-width:42ch;line-height:1.6}
.quality-feats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:14px}
.q-feat{display:flex;align-items:center;gap:12px;font-size:13.5px;color:var(--ink-soft)}
.q-feat .ic{
  width:38px;height:38px;flex:0 0 auto;
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;display:grid;place-items:center;color:var(--brand-deep);
}
.q-feat .ic svg{width:18px;height:18px}

/* ── STANDARDS ──────────────────────────────────────────── */
.standards{padding:24px 0}
.standards-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:14px;
  padding:32px 40px;
  display:flex;align-items:center;gap:48px;
  box-shadow:0 6px 20px -16px rgba(10,20,40,.18);
}
.standards-card .lead{flex:0 0 auto;max-width:34ch}
.standards-card .eyebrow{font-size:11px;color:var(--brand-deep);letter-spacing:.24em;text-transform:uppercase;font-weight:600;margin-bottom:14px;display:block}
.standards-card h2{font-family:'Instrument Serif',serif;font-weight:400;font-size:28px;line-height:1.15;margin:0;color:var(--ink)}
.cert-row{display:flex;align-items:center;gap:32px;flex:1;flex-wrap:wrap}
.cert{display:flex;flex-direction:column;align-items:center;gap:6px}
.cert-mark{
  width:62px;height:62px;border-radius:50%;
  background:#fff;
  border:1.5px solid var(--brand-deep);
  display:grid;place-items:center;color:var(--brand-deep);
  font-family:'Geist',sans-serif;font-weight:700;font-size:14px;text-align:center;line-height:1;letter-spacing:.04em;
}
.cert-label{font-size:11px;color:var(--ink-soft);font-family:'Geist',sans-serif;letter-spacing:.06em;font-weight:500}
.cert-all{margin-left:auto;font-size:14px;color:var(--brand-deep);font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;gap:8px}


/* ── PARTNERSHIP ─────────────────────────────────────────── */
.partnership{padding:24px 0}
.partnership-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  display:grid;grid-template-columns:1.4fr 1fr;
  box-shadow:0 6px 20px -16px rgba(10,20,40,.18);
}
.partnership-body{padding:44px 44px;display:flex;flex-direction:column;gap:18px}
.partnership-body h2{font-family:'Instrument Serif',serif;font-weight:400;font-size:38px;line-height:1.1;margin:0;color:var(--ink)}
.partnership-body p{margin:0;color:var(--ink-soft);font-size:15px;max-width:54ch;line-height:1.6}
.partnership-feats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:8px}
.p-feat{display:flex;align-items:center;gap:12px;font-size:13.5px;color:var(--ink-soft)}
.p-feat .ic{
  width:38px;height:38px;flex:0 0 auto;
  background:#fff;border:1px solid var(--line);
  border-radius:8px;display:grid;place-items:center;color:var(--brand-deep);
}
.p-feat .ic svg{width:18px;height:18px}
.partnership-cta{display:flex;gap:12px;margin-top:14px;flex-wrap:wrap}
.partnership-map{
  background:linear-gradient(135deg,#0a1428,#1a3358);
  color:#fff;
  padding:44px 36px;
  display:flex;flex-direction:column;gap:18px;
}
.map-title{font-family:'Instrument Serif',serif;font-weight:500;font-size:24px;letter-spacing:-.01em;color:#fff}
.map-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.map-list li{display:flex;align-items:baseline;gap:12px;font-size:15px;font-weight:500;color:#fff}
.map-list li small{font-size:12px;color:rgba(255,255,255,.6);font-weight:400;margin-left:auto;letter-spacing:.02em}
.world-map{width:100%;height:auto;display:block;margin-top:6px}
.world-map .continents path{
  fill:rgba(255,255,255,.10);
  stroke:rgba(255,255,255,.18);
  stroke-width:.8;
}
.world-map .partners .country{
  fill:#0a1428;
  stroke:#fff;
  stroke-width:1;
  cursor:pointer;
  transition:fill .25s ease, stroke .25s ease, filter .25s ease;
}
.world-map .partners .country:hover{
  fill:#4ea3e0;
  stroke:#fff;
  filter:drop-shadow(0 0 6px rgba(78,163,224,.7));
}
.world-map .partners .country.is-home{
  fill:#d8232a;
  stroke:#fff;
}
.world-map .partners .country.is-home:hover{
  fill:#ff5b6c;
}
.world-map .map-tooltip{
  font-family:'Geist',sans-serif;
  font-size:14px;
  font-weight:600;
  fill:#fff;
  letter-spacing:.02em;
}
.map-legend{display:flex;gap:18px;margin-top:8px;font-size:12px;color:rgba(255,255,255,.75);flex-wrap:wrap}
.legend-item{display:inline-flex;align-items:center;gap:8px}
.lg-sw{width:14px;height:14px;border-radius:3px;display:inline-block}
.lg-sw.home{background:#d8232a;border:1px solid #fff}
.lg-sw.partner{background:#0a1428;border:1px solid #fff}
.map-list .dot{
  width:8px;height:8px;border-radius:50%;flex:0 0 auto;
  background:var(--brand-2);box-shadow:0 0 0 4px rgba(78,163,224,.18);
}

/* ── NEWS ───────────────────────────────────────────────── */
.news{padding:24px 0 80px}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:16px;align-items:stretch}
.news-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  display:flex;flex-direction:column;
  min-height:340px;
  transition:border-color .2s,transform .2s,box-shadow .2s;
  cursor:pointer;
  box-shadow:0 6px 20px -16px rgba(10,20,40,.18);
}
.news-card:hover{border-color:var(--brand);transform:translateY(-3px);box-shadow:0 10px 30px -12px var(--glow)}
.news-photo{aspect-ratio:16/9;background:#dde3ec;position:relative}
.news-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(255,255,255,.4))}
.news-body{padding:20px 22px 24px;display:flex;flex-direction:column;gap:10px;flex:1}
.news-date{font-size:12px;color:var(--brand-deep);letter-spacing:.04em;font-weight:600}
.news-card h3{margin:0;font-size:16px;color:var(--ink);line-height:1.35;font-weight:600;flex:1}
.news-arr{align-self:flex-start;color:var(--brand-deep);display:inline-flex;align-items:center;gap:8px;font-size:13px;margin-top:6px}
.news-side{display:flex;flex-direction:column;justify-content:flex-end;gap:8px}
.side-link{font-size:14px;color:var(--brand-deep);font-weight:600;display:inline-flex;align-items:center;gap:8px;margin-bottom:14px}

/* ── FOOTER ─────────────────────────────────────────────── */
.foot{background:#070f1e;color:rgba(255,255,255,.65);padding:60px 0 32px;border-top:1px solid var(--line-soft)}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px}
.foot h5{font-family:'Geist',sans-serif;text-transform:uppercase;font-size:11px;letter-spacing:.14em;color:rgba(255,255,255,.45);margin:0 0 16px;font-weight:500}
.foot ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.foot a{color:rgba(255,255,255,.78);font-size:14px}
.foot a:hover{color:#fff}
.foot-brand{display:flex;flex-direction:column;gap:14px;max-width:260px}
.foot-brand p{font-size:13.5px;color:rgba(255,255,255,.55);margin:0;line-height:1.6}
.foot-bot{padding-top:32px;margin-top:48px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;font-size:13px;color:rgba(255,255,255,.45)}
.foot-legal{display:flex;gap:24px;flex-wrap:wrap}

/* ── PHOTO SLOTS ────────────────────────────────────────── */
.slot{
  position:absolute;inset:0;
  background:linear-gradient(135deg,#e3e8ef,#cfd6e1);
  display:grid;place-items:center;
  color:var(--ink-mute);
  font-family:'Geist',sans-serif;font-size:12px;letter-spacing:.1em;text-transform:uppercase;
  text-align:center;padding:24px;
}
.slot::after{
  content:"";position:absolute;inset:14px;
  border:1.5px dashed rgba(29,111,184,.3);
  border-radius:8px;pointer-events:none;
}
.slot span{position:relative;z-index:2;max-width:24ch}




/* Desktop nav */
.nav {
  display: flex;
  gap: 24px;
  align-items: center;
}

.nav a {
  text-decoration: none;
  color: #1a2c3e;
  font-weight: 400;
  white-space: nowrap;
}

.nav a.is-active {
  color: #0077b6;
  border-bottom: 2px solid #0077b6;
}

/* Mobile menu button (hidden on desktop) */
.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.mobile-menu-btn span {
  width: 25px;
  height: 2px;
  background: #1a2c3e;
  transition: 0.2s;
}

/* Mobile nav (hidden by default) */
.mobile-nav {
  display: none;
  flex-direction: column;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 16px 20px;
  gap: 12px;
}

.mobile-nav a {
  text-decoration: none;
  color: #1a2c3e;
  padding: 8px 0;
  font-weight: 500;
}

.mobile-nav a.is-active {
  color: #0077b6;
}

/* ========== RESPONSIVE ========== */







@media (max-width:1100px){
  .dir-grid{grid-template-columns:repeat(3,1fr)}
  .news-grid{grid-template-columns:repeat(2,1fr)}
  .news-side{grid-column:span 2;flex-direction:row;justify-content:flex-end}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .nav {
    display: none;  /* desktop navni yashiramiz */
  }

  .mobile-menu-btn {
    display: flex;  /* menu tugmasini chiqaramiz */
  }

  .mobile-nav.open {
    display: flex;  /* ochilganda ko‘rinadi */
  }
}
@media (max-width:760px){
  .hero h1{font-size:42px}
  .hero-grid,.about-card,.quality-card{grid-template-columns:1fr}
  .standards-card{flex-direction:column;align-items:flex-start;gap:24px}
  .dir-grid,.news-grid{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:1fr}
}








.lang-wrap{position:relative;display:inline-block}.lang-wrap > .util-btn{cursor:pointer}.lang-menu{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 30px -12px rgba(10,20,40,.18);min-width:160px;padding:6px;z-index:100;display:none}.lang-menu.is-open{display:block}.lang-menu button{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:9px 12px;border-radius:6px;background:transparent;border:0;cursor:pointer;font-family:'Geist',sans-serif;font-size:13px;color:var(--ink)}.lang-menu button:hover{background:var(--bg)}.lang-menu button .flag{width:22px;height:16px;border-radius:2px;flex:0 0 auto}.lang-menu button .flag.ru{background:linear-gradient(180deg,#fff 0% 33%,#0039a6 33% 66%,#d52b1e 66%)}.lang-menu button .flag.en{background:#012169 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'><clipPath id='t'><path d='M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z'/></clipPath><path d='M0,0 v30 l60,-30 h-60 z M60,0 v30 l-60,-30 h60 z' stroke='%23fff' stroke-width='6'/><path d='M0,0 v30 l60,-30 h-60 z M60,0 v30 l-60,-30 h60 z' clip-path='url(%23t)' stroke='%23C8102E' stroke-width='4'/><path d='M30,0 v30 M0,15 h60' stroke='%23fff' stroke-width='10'/><path d='M30,0 v30 M0,15 h60' stroke='%23C8102E' stroke-width='6'/></svg>") center/cover no-repeat}.lang-menu button .flag.it{background:linear-gradient(90deg,#009246 33%,#fff 33% 66%,#ce2b37 66%)}.lang-menu button.is-active{background:rgba(78,163,224,.08);color:var(--brand-deep);font-weight:600}.skiptranslate,.goog-te-banner-frame.skiptranslate{display:none !important}body{top:0 !important}.goog-te-gadget{height:0;overflow:hidden}
