.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-815fe35 *//* =========================================================
   ICO RUSSIA HEADER — COMPLETE REBUILD
   ========================================================= */

:root {
  --ico-navy: #0b2f5f;
  --ico-blue: #15457d;
  --ico-blue-light: #eef4fb;
  --ico-green: #9bc53d;

  --ico-text: #17263f;
  --ico-muted: #6e7b90;

  --ico-white: #ffffff;
  --ico-page: #f7f9fc;
  --ico-border: #e1e9f2;

  --ico-shadow:
    0 22px 55px rgba(11, 47, 95, 0.14);

  --ico-transition: 0.24s ease;
}

/* Reset */

.ico-site-header,
.ico-site-header *,
.ico-site-header *::before,
.ico-site-header *::after {
  box-sizing: border-box;
}

.ico-site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  font-family: "Inter", "Manrope", Arial, sans-serif;
  direction: ltr;
}

.ico-site-header a {
  text-decoration: none;
}

.ico-site-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ico-site-header img {
  display: block;
  max-width: 100%;
}

.ico-shell {
  width: min(calc(100% - 48px), 1680px);
  margin-inline: auto;
}

body.admin-bar .ico-site-header {
  top: 32px;
}

/* =========================================================
   TOP STRIP
   ========================================================= */

.ico-top-strip {
  color: var(--ico-white);
  background:
    linear-gradient(
      90deg,
      #092b57 0%,
      #15457d 100%
    );
}

.ico-top-strip-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ico-top-message {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 12px;
  font-weight: 500;
}

.ico-top-label {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.ico-explore-languages {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ico-white);
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
  transition:
    gap var(--ico-transition),
    opacity var(--ico-transition);
}

.ico-explore-languages svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ico-explore-languages:hover {
  color: var(--ico-white);
  gap: 11px;
  opacity: 0.85;
}

/* =========================================================
   BRANDING ROW
   ========================================================= */

.ico-brand-header {
  border-bottom: 1px solid var(--ico-border);
  background: var(--ico-white);
}

.ico-brand-row {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.ico-brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: var(--ico-text);
}

.ico-brand img {
  width: auto;
  height: 62px;
  object-fit: contain;
}

.ico-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 16px;
  border-left: 1px solid var(--ico-border);
}

.ico-brand-copy strong {
  color: var(--ico-navy);
  font-size: 24px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.035em;
}

.ico-brand-copy small {
  color: var(--ico-muted);
  font-size: 10px;
  line-height: 1.3;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* Brand actions */

.ico-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ico-language-shortcut {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0 15px;
  border: 1px solid var(--ico-border);
  border-radius: 14px;
  color: var(--ico-text);
  background: var(--ico-white);
  transition:
    border-color var(--ico-transition),
    background-color var(--ico-transition);
}

.ico-language-shortcut:hover {
  color: var(--ico-text);
  border-color: #c8d7e8;
  background: var(--ico-blue-light);
}

.ico-language-shortcut > svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--ico-blue);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ico-language-shortcut > span:not(.ico-small-caret) {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ico-language-shortcut small {
  color: var(--ico-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ico-language-shortcut strong {
  color: var(--ico-navy);
  font-size: 12px;
  font-weight: 800;
}

.ico-small-caret {
  width: 7px;
  height: 7px;
  display: block;
  margin-left: 4px;
  border-right: 1.5px solid var(--ico-muted);
  border-bottom: 1.5px solid var(--ico-muted);
  transform: rotate(45deg) translateY(-2px);
}

.ico-signin-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border-radius: 14px;
  color: var(--ico-white);
  background: var(--ico-blue);
  box-shadow: 0 9px 22px rgba(21, 69, 125, 0.18);
  font-size: 13px;
  font-weight: 800;
  transition:
    background-color var(--ico-transition),
    transform var(--ico-transition),
    box-shadow var(--ico-transition);
}

.ico-signin-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ico-signin-button:hover {
  color: var(--ico-white);
  background: var(--ico-navy);
  box-shadow: 0 12px 27px rgba(21, 69, 125, 0.25);
  transform: translateY(-1px);
}

/* =========================================================
   NAVIGATION ROW
   ========================================================= */

.ico-navigation-wrapper {
  position: relative;
  border-bottom: 1px solid var(--ico-border);
  background: var(--ico-white);
  box-shadow: 0 5px 15px rgba(11, 47, 95, 0.035);
}

.ico-navigation {
  position: relative;
}

.ico-navigation-list {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 4px;
}

.ico-nav-item {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: stretch;
}

.ico-nav-link {
  position: relative;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 13px;
  border-radius: 12px;
  color: #34425a;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 750;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color var(--ico-transition),
    background-color var(--ico-transition);
}

.ico-nav-link:hover,
.ico-nav-link:focus-visible {
  color: var(--ico-blue);
  background: var(--ico-blue-light);
}

.ico-nav-link.is-current {
  color: var(--ico-blue);
}

.ico-nav-link.is-current::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 7px;
  left: 14px;
  height: 3px;
  border-radius: 999px;
  background: var(--ico-green);
}

/* Details reset */

.ico-dropdown {
  position: static;
}

.ico-dropdown > summary {
  list-style: none;
}

.ico-dropdown > summary::-webkit-details-marker {
  display: none;
}

.ico-nav-caret {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  display: inline-block;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform var(--ico-transition);
}

.ico-dropdown[open] > summary .ico-nav-caret {
  transform: rotate(225deg) translate(-1px, -1px);
}

.ico-nav-globe {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   MEGA DROPDOWNS
   ========================================================= */

.ico-dropdown-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 150;
  padding: 22px;
  border: 1px solid var(--ico-border);
  border-radius: 22px;
  background: var(--ico-white);
  box-shadow: var(--ico-shadow);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translate(-50%, -8px);
  transition:
    opacity var(--ico-transition),
    visibility var(--ico-transition),
    transform var(--ico-transition);
}

.ico-dropdown-panel::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 1px solid var(--ico-border);
  border-left: 1px solid var(--ico-border);
  background: var(--ico-white);
  transform: translateX(-50%) rotate(45deg);
}

.ico-curriculum-panel {
  width: min(520px, calc(100vw - 48px));
}

.ico-islamic-panel {
  width: min(760px, calc(100vw - 48px));
}

.ico-multimedia-panel {
  width: min(650px, calc(100vw - 48px));
}

.ico-languages-panel {
  width: min(750px, calc(100vw - 48px));
}

.ico-dropdown-heading {
  margin-bottom: 18px;
}

.ico-dropdown-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--ico-blue);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ico-dropdown-heading > strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ico-navy);
  font-size: 19px;
  line-height: 1.2;
  font-weight: 850;
}

.ico-dropdown-heading p {
  max-width: 580px;
  margin: 0;
  color: var(--ico-muted);
  font-size: 12px;
  line-height: 1.55;
}

/* Open desktop menu */

@media (min-width: 1001px) {
  .ico-has-dropdown:hover .ico-dropdown-panel,
  .ico-has-dropdown:focus-within .ico-dropdown-panel,
  .ico-dropdown[open] .ico-dropdown-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}

/* Dropdown cards */

.ico-dropdown-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.ico-three-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ico-dropdown-card {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 16px;
  color: var(--ico-text);
  background: var(--ico-page);
  transition:
    transform var(--ico-transition),
    border-color var(--ico-transition),
    background-color var(--ico-transition),
    box-shadow var(--ico-transition);
}

.ico-dropdown-card:hover {
  color: var(--ico-text);
  border-color: #d6e2ef;
  background: var(--ico-white);
  box-shadow: 0 8px 24px rgba(11, 47, 95, 0.08);
  transform: translateY(-2px);
}

.ico-card-symbol {
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--ico-blue);
  background: var(--ico-blue-light);
  font-size: 11px;
  font-weight: 850;
}

.ico-dropdown-card strong,
.ico-dropdown-card small {
  display: block;
}

.ico-dropdown-card strong {
  margin-bottom: 4px;
  color: var(--ico-navy);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
}

.ico-dropdown-card small {
  color: var(--ico-muted);
  font-size: 9px;
  line-height: 1.4;
}

.ico-card-arrow {
  color: var(--ico-blue);
  font-size: 15px;
  font-weight: 800;
}

/* Multimedia */

.ico-multimedia-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ico-media-category {
  padding: 15px;
  border: 1px solid var(--ico-border);
  border-radius: 17px;
  background: var(--ico-page);
}

.ico-media-title {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
}

.ico-media-title strong,
.ico-media-title small {
  display: block;
}

.ico-media-title strong {
  margin-bottom: 3px;
  color: var(--ico-navy);
  font-size: 13px;
  font-weight: 800;
}

.ico-media-title small {
  color: var(--ico-muted);
  font-size: 9px;
}

.ico-grade-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ico-grade-buttons span {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--ico-border);
  border-radius: 999px;
  color: var(--ico-blue);
  background: var(--ico-white);
  font-size: 9px;
  font-weight: 750;
}

/* Languages */

.ico-language-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
}

.ico-language-section-title {
  display: block;
  margin-bottom: 10px;
  color: #8894a6;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ico-language-option {
  min-height: 57px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 8px 10px;
  border-radius: 13px;
  color: var(--ico-text);
  transition:
    color var(--ico-transition),
    background-color var(--ico-transition);
}

.ico-language-option:hover,
.ico-language-option.is-selected {
  color: var(--ico-text);
  background: var(--ico-blue-light);
}

.ico-language-flag {
  font-size: 23px;
  line-height: 1;
}

.ico-language-option strong,
.ico-language-option small {
  display: block;
}

.ico-language-option strong {
  margin-bottom: 3px;
  color: var(--ico-navy);
  font-size: 12px;
  font-weight: 800;
}

.ico-language-option small {
  color: var(--ico-muted);
  font-size: 9px;
}

.ico-language-check {
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--ico-white);
  background: var(--ico-blue);
  font-size: 10px;
  font-weight: 850;
}

.ico-coming-language-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.ico-coming-language-grid span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--ico-border);
  border-radius: 11px;
  color: #5e6b80;
  background: var(--ico-page);
  font-size: 10px;
  font-weight: 700;
}

/* Mobile elements hidden on desktop */

.ico-mobile-menu-checkbox,
.ico-hamburger,
.ico-mobile-signin {
  display: none;
}

/* =========================================================
   DESKTOP COMPRESSION
   ========================================================= */

@media (min-width: 1001px) and (max-width: 1320px) {
  .ico-shell {
    width: min(calc(100% - 24px), 1680px);
  }

  .ico-navigation-list {
    gap: 1px;
  }

  .ico-nav-link {
    padding-inline: 7px;
    font-size: 10px;
  }
}

/* =========================================================
   MOBILE / TABLET
   ========================================================= */

@media (max-width: 1000px) {
  .ico-shell {
    width: min(calc(100% - 26px), 1680px);
  }

  .ico-top-strip-inner {
    min-height: 38px;
  }

  .ico-top-message {
    font-size: 10px;
  }

  .ico-top-label {
    min-height: 23px;
    font-size: 8px;
  }

  .ico-explore-languages {
    font-size: 10px;
  }

  .ico-brand-row {
    min-height: 76px;
    position: relative;
  }

  .ico-brand img {
    height: 51px;
  }

  .ico-brand-copy strong {
    font-size: 20px;
  }

  .ico-brand-copy small {
    font-size: 8px;
  }

  .ico-header-actions {
    display: none;
  }

  .ico-hamburger {
    width: 44px;
    height: 44px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--ico-border);
    border-radius: 13px;
    background: var(--ico-white);
    cursor: pointer;
  }

  .ico-hamburger span {
    width: 19px;
    height: 2px;
    border-radius: 999px;
    background: var(--ico-navy);
    transition:
      opacity var(--ico-transition),
      transform var(--ico-transition);
  }

  .ico-mobile-menu-checkbox:checked
    + .ico-hamburger
    span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .ico-mobile-menu-checkbox:checked
    + .ico-hamburger
    span:nth-child(2) {
    opacity: 0;
  }

  .ico-mobile-menu-checkbox:checked
    + .ico-hamburger
    span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .ico-navigation-wrapper {
    border-bottom: 0;
    box-shadow: none;
  }

  .ico-navigation {
    display: none;
    width: 100%;
    max-height: calc(100vh - 118px);
    overflow-y: auto;
    padding: 12px;
    border: 1px solid var(--ico-border);
    border-top: 0;
    border-radius: 0 0 20px 20px;
    background: var(--ico-white);
    box-shadow: var(--ico-shadow);
  }

  .ico-brand-header:has(
    .ico-mobile-menu-checkbox:checked
  ) + .ico-navigation-wrapper .ico-navigation {
    display: block;
  }

  .ico-navigation-list {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .ico-nav-item {
    width: 100%;
    display: block;
  }

  .ico-nav-link {
    width: 100%;
    min-height: 49px;
    justify-content: space-between;
    padding: 0 13px;
    border-radius: 11px;
    font-size: 12px;
    text-align: left;
  }

  .ico-nav-link.is-current::after {
    top: 11px;
    right: auto;
    bottom: 11px;
    left: 3px;
    width: 3px;
    height: auto;
  }

  .ico-dropdown {
    width: 100%;
  }

  .ico-dropdown-panel {
    position: static;
    width: 100%;
    max-width: none;
    display: none;
    margin-top: 6px;
    padding: 13px;
    border-radius: 16px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .ico-dropdown-panel::before {
    display: none;
  }

  .ico-dropdown[open] .ico-dropdown-panel {
    display: block;
  }

  .ico-three-cards,
  .ico-multimedia-columns,
  .ico-language-layout {
    grid-template-columns: 1fr;
  }

  .ico-mobile-signin {
    width: 100%;
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 10px;
    border-radius: 12px;
    color: var(--ico-white);
    background: var(--ico-blue);
    font-size: 12px;
    font-weight: 800;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 600px) {
  .ico-top-strip-inner {
    justify-content: center;
  }

  .ico-top-message > span:not(.ico-top-label) {
    display: none;
  }

  .ico-brand img {
    height: 45px;
  }

  .ico-brand-copy {
    padding-left: 11px;
  }

  .ico-brand-copy strong {
    font-size: 17px;
  }

  .ico-brand-copy small {
    max-width: 145px;
    font-size: 7px;
  }

  .ico-coming-language-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   ARABIC RTL
   ========================================================= */

html[lang^="ar"] .ico-site-header,
html[dir="rtl"] .ico-site-header {
  direction: rtl;
}

html[lang^="ar"] .ico-brand-copy,
html[dir="rtl"] .ico-brand-copy {
  padding-right: 16px;
  padding-left: 0;
  border-right: 1px solid var(--ico-border);
  border-left: 0;
  text-align: right;
}

html[lang^="ar"] .ico-dropdown-card,
html[dir="rtl"] .ico-dropdown-card,
html[lang^="ar"] .ico-media-title,
html[dir="rtl"] .ico-media-title,
html[lang^="ar"] .ico-language-option,
html[dir="rtl"] .ico-language-option {
  text-align: right;
}

html[lang^="ar"] .ico-nav-link,
html[dir="rtl"] .ico-nav-link {
  text-align: right;
}

html[lang^="ar"] .ico-nav-link.is-current::after,
html[dir="rtl"] .ico-nav-link.is-current::after {
  right: 3px;
  left: auto;
}

/* WordPress mobile admin bar */

@media (max-width: 782px) {
  body.admin-bar .ico-site-header {
    top: 46px;
  }
}/* End custom CSS */