/* =========================================================
   RETELIT MEGAMENU
   ========================================================= */

:root {
  --rl-mm-bg: rgba(255, 255, 255, 0.97);
  --rl-mm-text: var(--global-color-rds-primary, #0b4a87);
  --rl-mm-text-soft: #5f677a;
  --rl-mm-border: rgba(0, 0, 0, 0.12);
  --rl-mm-shadow: 0 .1875rem .4375rem 0 rgba(0,0,0,.13), 0 .0625rem .125rem 0 rgba(0,0,0,.11);
  --rl-mm-accent: var(--global-color-rds-primary, #0b4a87);
  --rl-mm-card-bg: transparent;
}

header{
    position:relative;
}

.header-retelit  {
    z-index: 999;
    transition: all .2s ease !important;
	background-color: rgba(0,0,0,0.5);
    position: absolute !important;
    top:0;
    left:0;width:100%;
}

.header-retelit.sticky {
    position:fixed !important;
    z-index: 99999;
}

.header-retelit:hover,
.header-retelit.open,
.header-retelit.sticky {
	background-color: rgba(255, 255, 255, 0.95) !important;
	box-shadow: 0 .1875rem .4375rem 0 rgba(0,0,0,.13),0 .0625rem .125rem 0 rgba(0,0,0,.11) !important;
}

.header-retelit .elementor-widget:not(.mobile-menu-wpml) {
    position: unset !important;
}
.header-retelit .e-con {
    position: unset !important;
}
.header-retelit .e-con.aw-main-menu-wrapper {
    position: relative !important;
}
.header-retelit .e-con-inner {
    gap: 0 !important;
}

.header-retelit .retelit-logo {
    display: block;
    fill: #fff;
}

.header-retelit:hover .retelit-logo,
.header-retelit.open .retelit-logo,
.header-retelit.sticky .retelit-logo {
    fill: var(--global-color-rds-primary);
}

.header-retelit .logo-sticky {
    display:none;
}
.header-retelit .logo-sticky .retelit-logo  {
    width: 140px;
    height: auto;
    margin-top: -2px;
}

.header-retelit.sticky .logo-sticky {
    display:block;
}
.header-retelit.sticky .rds-identity  {
    display:none;
}

.header-retelit .top-menu a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}
.header-retelit:hover .top-menu a {
    color: var(--global-color-rds-primary);
}

.header-retelit .main-menu {
    padding-left: 85px;
}
.header-retelit.sticky .main-menu {
    padding-left:20px;
}

.header-retelit .main-menu a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.header-retelit:hover .main-menu a,
.header-retelit.open .main-menu a,
.header-retelit.sticky .main-menu a {
    color: var(--global-color-rds-primary);
}
.header-retelit:hover .main-menu span,
.header-retelit.open .main-menu span,
.header-retelit.sticky .main-menu span {
    color: var(--global-color-rds-primary);
}

.header-retelit .main-menu button {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
}
.header-retelit .main-menu button:hover,
.header-retelit .main-menu button:focus {
    background-color: transparent !important;
}

.header-retelit .main-menu button:focus-visible{
    background-color: transparent !important;
}

.header-retelit:hover .main-menu button,
.header-retelit.open .main-menu button,
.header-retelit.sticky .main-menu button {
    color: var(--global-color-rds-primary);
}


.mobile-menu {
    display:none;
}


/* ROOT */


#aw-main-menu {

  z-index: 30;
}

.rl-megamenu {
  width: 100%;
}

.rl-megamenu__list {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rl-megamenu__item {
  position: static;
  margin: 0;
  padding: 0;
}

.rl-megamenu__item > a,
.rl-megamenu__item > .button,
.rl-megamenu__link {
  position: relative;
  display: block;
  line-height: 43px;
  border: 0;
  background: transparent;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
}
.rl-megamenu__link {
    padding-right:24px !important;    
}

.rl-megamenu__trigger-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.rl-megamenu__link--parent {
  position: relative;
  display: block;
  padding: 0 30px 0 0 !important;
  line-height: 43px;
}

.rl-megamenu__trigger-wrap:hover .rl-megamenu__trigger {
    display: block;
}

.rl-megamenu__trigger_icon {
    display:none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 0 !important;
    margin: 0;
    line-height: 24px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
}
.rl-megamenu__trigger_icon:focus {
    outline: none;
}
.rl-megamenu__trigger.open {
    display: block;
}

/* TRIGGER ICON */
.rl-megamenu__item--has-mega .rl-megamenu__trigger::before {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.72em;
  content: "\f107";
  transition: all .2s ease;
}

.rl-megamenu__item--has-mega.is-open .rl-megamenu__trigger::before,
.rl-megamenu__item--has-mega .rl-megamenu__trigger.open::before,
.rl-megamenu__item--has-mega .rl-megamenu__trigger[aria-expanded="true"]::before {
  transform: translateY(-50%) rotate(180deg);
}

/* ACTIVE BAR */
.rl-megamenu__item--has-mega .rl-megamenu__trigger-wrap::after {
  transition: all .2s ease;
  position: absolute;
  display: block;
  bottom: -4px;
  left: 0;
  content: "";
  width: calc(100% - 15px);
  height: 0;
  background-color: var(--rl-mm-accent);
  transform: skewX(-10deg);
}

.rl-megamenu__item--has-mega.is-open .rl-megamenu__trigger-wrap::after {
  height: 4px;
}

/* SIMPLE LINK */
.rl-megamenu__item--link > .rl-megamenu__link,
.rl-megamenu__item--link > .button {
  padding-right: 0;
}

/* DROPDOWN */
.nav-rds-mainmenu-l2.rl-megamenu__dropdown {
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1600px;
  display: none;
  padding: 26px 34px 30px;
  background-color: var(--rl-mm-bg);
  box-shadow: var(--rl-mm-shadow);
  max-height: 600px;
  overflow-y: auto;
}

.nav-rds-mainmenu-l2.rl-megamenu__dropdown.open {
  display: block;
}

/* TAGS */
.rl-megamenu__tags,
.nav-rds-mainmenu-l2 .nav-rds-mainmenu-tags {
    z-index:100;
    display: block;
    position:absolute;
    right:20px;
    top:20px;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 0 18px;
}

.nav-rds-mainmenu-l2 .nav-rds-mainmenu-tags button {
    display: inline-block;
    position: relative;
    border: none;
    background-color: transparent;
    padding: 2px 0px;
    margin: 0 10px;
    line-height: 1.2;
    cursor: pointer;
    color: #333 !important;
    font-size:13px !important;
    text-transform: none !important;
}

.nav-rds-mainmenu-l2 .nav-rds-mainmenu-tags button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity .2s ease;
}

.nav-rds-mainmenu-l2 .nav-rds-mainmenu-tags button:hover::after,
.nav-rds-mainmenu-l2 .nav-rds-mainmenu-tags button.active::after {
  opacity: 1;
}

/* LAYOUT */
.rl-megamenu__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.rl-megamenu__sidebar,
.nav-rds-col-side {
  position: relative;
  min-width: 0;
  padding-right: 24px;
}

.rl-megamenu__sidebar::after,
.nav-rds-col-side::after {
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  background-color: var(--rl-mm-border);
}

.rl-megamenu__content,
.nav-rds-col-main {
  position: relative;
  min-width: 0;
  padding-left: 8px;
}

/* TITLES */
.rl-megamenu__section-title,
.nav-rds-col-title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #444;
  margin: 0 0 18px 0;
}

.rl-megamenu__section-title a,
.nav-rds-col-title a {
    text-decoration: none;
    font-size:14px !important;
    text-transform: none !important;
    color: #333 !important;
}

/* SIDEBAR BUTTON LIST */
.rl-megamenu__panel-nav,
.nav-rds-ul-buttons {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rl-megamenu__panel-nav li,
.nav-rds-ul-buttons li {
  margin: 0 0 18px 0;
  padding: 0 0 0 16px;
  position: relative;
  line-height: 1.2;
  list-style: none;
}

.rl-megamenu__panel-nav li::before,
.nav-rds-ul-buttons li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 5px;
  position: absolute;
  left: 0;
  top: 9px;
}

.nav-rds-col-panel-button {
    position: relative;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 1.2;
    cursor: pointer;
    padding-top:0;
    font-size: 13px !important;
    color: #333 !important;
    text-transform: none !important;
}

.nav-rds-col-panel-button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -3px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity .2s ease;
}

.nav-rds-col-panel-button:hover::after,
.nav-rds-col-panel-button.active::after {
  opacity: 1;
}

/* SEARCH */
.nav-rds-search {
  margin-top: 26px;
}

.nav-rds-search label,
.nav-rds-search .form-label {
  display: block;
  margin: 0 0 8px 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #333 !important;
}

.nav-search-services {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.nav-rds-search .form-control,
.nav-rds-search input[type="text"] {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 36px;
    border: 1px solid var(--rl-mm-border);
    border-radius: 0;
    padding: 0 10px;
    background: #fff;
    box-shadow: none;
    color: #333 !important;
    font-size: 13px !important;
}

.nav-rds-search button {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--rl-mm-border);
    border-left: 0;
    border-radius: 0;
    background: #fff;
    padding:0 !important;
    cursor: pointer;
    color: #333 !important;
    font-size: 13px !important;
}

.nav-rds-search-results {
  display: none;
  margin-top: 10px;
  font-size: 0.95rem;
}

.nav-rds-search-results a,
.nav-rds-search-results .empty {
  display: block;
  padding: 6px 0;
  color: var(--rl-mm-text);
  text-decoration: none;
}

.nav-rds-search-results .empty {
  color: var(--rl-mm-text-soft);
}

/* PANELS */
.rl-megamenu__panel,
.nav-rds-col-panel {
  position: relative;
  display: none;
  min-height: 100%;
}

.rl-megamenu__panel.active,
.nav-rds-col-panel.active {
  display: block;
}

.nav-rds-col-panel .unfound {
  display: none;
  position: absolute;
  top: 120px;
  left: 70px;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

.nav-rds-col-panel .unfound.active {
  display: block;
}

.nav-rds-col-panel .unfound img {
  width: 100px;
  height: auto;
}

/* GRID */
.rl-megamenu__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 30px;
  align-items: start;
}

.rl-megamenu__card-wrap,
.nav-rds-col-box {
  min-width: 0;
}

.nav-rds-col-box.hidden {
  display: none !important;
}

/* CARD */
.rl-megamenu__card,
.a-rds-box {
  height: 100%;
}

.rl-megamenu__card-link,
.a-rds-box-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 150px;
  height: 100%;
  padding: 8px 12px 8px 12px;
  background: var(--rl-mm-card-bg);
  color: #444;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}

.rl-megamenu__card-link:hover,
.a-rds-box-links:hover {
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.14);
}

.rl-megamenu__card-link i,
.a-rds-box-links i {
    line-height: 1;
    font-size: 14px !important;
    color: #333 !important;
}

.rl-megamenu__card-link label,
.a-rds-box-links label {
    display: block;
    margin: 0;
    line-height: 1.2;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px !important;
    color: #333 !important;
    text-transform: none !important;
}

.rl-megamenu__card-link p,
.a-rds-box-links p {
    margin: 0;
    line-height: 1.45;
    color: #666 !important;
    font-size: 14px !important;
    text-transform: none !important;
}

/* FOCUS */
.rl-megamenu a:focus,
.rl-megamenu button:focus,
.rl-megamenu input:focus {
  outline: 2px solid rgba(11, 74, 135, 0.22);
  outline-offset: 2px;
}

/* RESPONSIVE */
@media (max-width: 1399px) {
  .rl-megamenu__list {
    gap:10px;
  }

    .rl-megamenu__item > a,
    .rl-megamenu__item > .button,
    .rl-megamenu__link,
    .rl-megamenu__link--parent,
    .rl-megamenu__trigger {
      font-size: 0.92rem;
    }
}

@media (max-width: 1199px) {
    .rl-megamenu__layout {
        grid-template-columns: 240px minmax(0, 1fr);
        gap: 26px;
    }

    .rl-megamenu__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

    .nav-rds-mainmenu-l2.rl-megamenu__dropdown {
        padding: 22px 24px 26px;
    }
    
    .header-retelit .main-menu {
      padding-left: 77px;
    }
    
    .header-retelit .top-menu a {
        font-size: 11px;
    }

    .header-retelit .main-menu a {
        font-size: 13px;
    }

    .retelit-logo{
        width:220px;
        height:auto;
    }
}

@media (max-width: 1024px) {
  .rl-megamenu__layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rl-megamenu__sidebar,
  .nav-rds-col-side {
    padding-right: 0;
  }

  .rl-megamenu__sidebar::after,
  .nav-rds-col-side::after {
    display: none;
  }

  .rl-megamenu__content,
  .nav-rds-col-main {
    padding-left: 0;
  }

  .rl-megamenu__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rl-megamenu__tags,
  .nav-rds-mainmenu-l2 .nav-rds-mainmenu-tags {
    justify-content: flex-start;
  }
}


@media (max-width: 992px) {
    .mega-menu {
        display:none;
    }
    .top-menu {
        display:none;
    }
    .mobile-menu {
        display:block;
    }
    .retelit-logo{
        width:200px;
        height:auto;
    }
}

@media (min-width: 1500px) {
    .elementor .e-con.e-con-boxed {
      --content-width: 1440px !important;
    }
    .elementor .rds-hero-page .e-con-inner {
      --content-width: 1590px !important;
    }
    .elementor .e-con.e-con-boxed.header-retelit {
      --content-width: 1720px !important;
    }
}

/* mobile menu */

.elementor-kit-8 button.rl-megamenu__trigger  {
  background-color: transparent !important;
}
.elementor-kit-8 button.nav-rds-col-panel-button  {
  background-color: transparent !important;
}

.mobile-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
  position:absolute;
    display:block;
    max-width:380px;
    width: 380px !important;
    margin-top: 0 !important;
}
.mobile-menu .elementor-nav-menu li {
    border-bottom:solid 1px #ccc;
}

.mobile-menu .elementor-nav-menu--toggle .elementor-menu-toggle{
    position: absolute;
    right: 75px;
    left: auto;
    top: 23px;
}