/* =========================
   HEADER WRAPPER
========================= */

#rec2164113463 {
  position: relative;
  z-index: 30;
}

#rec2164113463 .t1272 {
  position: relative;
}

#rec2164113463 .t-menu-base,
#rec2164113463 .tmenu-mobile {
  background-color: #292929;
}

#rec2164113463 .t-menu-base {
  min-height: 100px;
  box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2);
}

#rec2164113463 .t-menu-base__maincontainer {
  min-height: 100px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* =========================
   LOGO
========================= */

#rec2164113463 .t-menu-base__logowrapper {
  flex: 0 0 auto;
}

#rec2164113463 .t-menu-base__imglogo {
  display: block;
  width: 200px;
  max-width: 200px;
  height: auto;
}

/* =========================
   LEFT / RIGHT
========================= */

#rec2164113463 .t-menu-base__leftwrapper {
  display: flex;
  align-items: center;
  margin-left: 40px;
  flex: 1 1 auto;
}

#rec2164113463 .t-menu-base__rightwrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
}

#rec2164113463 .t-menu-base__wrapper {
  box-sizing: border-box;
}

/* =========================
   MAIN MENU
========================= */

#rec2164113463 .t-menu-base__list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

#rec2164113463 .t-menu-base__list-item {
  margin: 0 18px 0 0;
  padding: 0;
}

#rec2164113463 .t-menu__link-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

#rec2164113463 a.t-menu__link-item {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
  white-space: nowrap;
}

#rec2164113463 a.t-menu__link-item:hover {
  color: #606060 !important;
}

#rec2164113463 a.t-menu__link-item.t-active {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* =========================
   RIGHT SIDE
========================= */

#rec2164113463 .t-menu-base__additionalwrapper {
  display: flex;
  align-items: center;
  gap: 22px;
}

#rec2164113463 .t-menu-base__right_descr {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  color: #ffffff;
}

#rec2164113463 .t-menu-base__right_descr a {
  color: #ffffff;
  text-decoration: none;
}

#rec2164113463 .t-menu-base__langs-wrapper {
  display: flex;
  align-items: center;
}

#rec2164113463 .t-menu-base__langs {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#rec2164113463 .t-menu-base__langs-item {
  margin: 0;
  padding: 0;
}

#rec2164113463 .t-menu-base__langs-item a,
#rec2164113463 .t-menu-base__langs-button {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease;
}

#rec2164113463 .t-menu-base__langs-item a:hover {
  opacity: 0.7;
}

#rec2164113463 .t-menu-base__langs-item a.t-active {
  opacity: 1;
}

/* =========================
   SUBMENU
========================= */

#rec2164113463 .t-menusub {
  position: relative;
}

#rec2164113463 .t-menusub__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}

#rec2164113463 .t-menusub__arrow svg path {
  stroke: #ffffff;
  transition: stroke 0.3s ease, opacity 0.3s ease;
}

#rec2164113463 .t-menu__link-wrapper:hover .t-menusub__arrow svg path {
  stroke: #606060;
}

#rec2164113463 .t-menusub__menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  opacity: 0;
  min-width: 220px;
  margin-top: 15px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2);
  text-align: left;
  z-index: 50;
  transition: opacity 0.2s ease;
}

#rec2164113463 .t-menusub__menu_show {
  display: block;
  opacity: 1;
}

#rec2164113463 .t-menusub__menu-wrapper {
  width: 100%;
  margin-top: 0;
}

#rec2164113463 .t-menusub__innermenu-content {
  padding: 5px;
}

#rec2164113463 .t-menusub__innermenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#rec2164113463 .t-menusub__list-item,
#rec2164113463 .t-menusub__innermenu-item {
  padding: 8px 10px;
  margin: 0;
}

#rec2164113463 a.t-menusub__link-item {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #222222;
  text-decoration: none;
  transition: color 0.3s ease;
}

#rec2164113463 a.t-menusub__link-item:hover {
  color: #606060;
}

/* =========================
   MOBILE TOP BAR
========================= */

#rec2164113463 .tmenu-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 990;
  background-color: #292929;
}

#rec2164113463 .tmenu-mobile__container {
  min-height: 64px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#rec2164113463 .t-menu-base__logowrapper_mobile .t-menu-base__imglogo {
  width: 200px;
  max-width: 200px;
}

/* =========================
   MOBILE NAV PANEL
========================= */

@media screen and (max-width: 960px) {
  #rec2164113463 .tmenu-mobile {
    display: block;
  }

  #rec2164113463 #nav2164113463 {
    position: fixed;
    top: 100px !important;
    left: 0;
    right: 0;
    z-index: 989;
    background-color: #292929;
    box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2);
  } 
  
  #rec2164113463 .t-menu-base__additionalwrapper {
    padding: 20px;
  }

  #rec2164113463 #nav2164113463.tmenu-mobile__menucontent_hidden {
    display: none;
  }

  #rec2164113463 #nav2164113463.tmenu-mobile__menucontent_opened {
    display: block;
  }

  #rec2164113463 .t-menu-base {
    min-height: auto;
  }

  #rec2164113463 .t-menu-base__maincontainer {
    min-height: auto;
    display: block;
    padding: 20px;
  }

  #rec2164113463 .t-menu-base__logowrapper:not(.t-menu-base__logowrapper_mobile) {
    display: none;
  }

  #rec2164113463 .t-menu-base__leftwrapper,
  #rec2164113463 .t-menu-base__rightwrapper {
    display: block;
    margin-left: 0;
  }

  #rec2164113463 .t-menu-base__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding-top: 20px;
  }

  #rec2164113463 .t-menu-base__list-item {
    margin: 0;
    width: 100%;
  }

  #rec2164113463 .t-menu__link-wrapper {
    width: 100%;
    justify-content: flex-start;
  }

  #rec2164113463 a.t-menu__link-item {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
  }

  #rec2164113463 .t-menu-base__additionalwrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 24px;
  }

  #rec2164113463 .t-menu-base__langs {
    flex-wrap: wrap;
  }

  #rec2164113463 .t-menusub__menu {
    position: static;
    margin-top: 12px;
    min-width: 100%;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: transparent;
    opacity: 1;
  }

  #rec2164113463 .t-menusub__menu_show {
    display: block;
  }

  #rec2164113463 .t-menusub__innermenu-content {
    padding: 0 0 0 14px;
  }

  #rec2164113463 .t-menusub__list-item,
  #rec2164113463 .t-menusub__innermenu-item {
    padding: 6px 0;
  }

  #rec2164113463 a.t-menusub__link-item {
    color: #ffffff;
    font-size: 16px;
  }

  #rec2164113463 a.t-menusub__link-item:hover {
    color: #ffffff;
    opacity: 0.8;
  }
}

/* =========================
   SMALL DESKTOP / TABLET
========================= */

@media screen and (max-width: 1200px) {
  #rec2164113463 .t-menu-base__maincontainer {
    padding: 0 20px;
  }

  #rec2164113463 .t-menu-base__leftwrapper {
    margin-left: 24px;
  }

  #rec2164113463 .t-menu-base__list-item {
    margin-right: 14px;
  }

  #rec2164113463 .t-menu-base__additionalwrapper {
    gap: 14px;
  }
}