.t-menusub__menu {
  -webkit-font-smoothing: antialiased;
  display: none;
  opacity: 0;
  text-align: center;
  transition: opacity 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transition: opacity 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  width: 100%;
  z-index: 6000000;
}
.t-menusub__menu:not(.t-menusub__menu_relative) {
  background-color: #fff;
  border-radius: 3px;
  border-radius: 0;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  max-width: 150px;
  position: absolute;
}
.t-menusub__menu_relative {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none !important;
  max-width: 100%;
  position: relative;
}
.t-menusub__menu_show {
  opacity: 1;
}
.t-menusub__menu:not(.t-menusub__menu_relative):after,
.t-menusub__menu:not(.t-menusub__menu_relative):before {
  border: 10px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 0;
}
.t-menusub__multilevel .t-menusub__menu:not(.t-menusub__menu_relative):after,
.t-menusub__multilevel .t-menusub__menu:not(.t-menusub__menu_relative):before {
  border: 10px;
  height: 0;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 0;
}
.t-menusub__menu_bottom {
  margin-bottom: 30px;
}
.t-menusub__menu_bottom:not(.t-menusub__menu_relative):after,
.t-menusub__menu_bottom:not(.t-menusub__menu_relative):before {
  border-bottom-color: #fff;
  top: -20px;
}
.t-menusub__menu_top:not(.t-menusub__menu_relative):after,
.t-menusub__menu_top:not(.t-menusub__menu_relative):before {
  border-top-color: #fff;
  bottom: -20px;
}
.t-menusub__content {
  box-sizing: border-box;
  overflow: auto;
  padding: 18px 20px;
}
.t-menusub__list {
  list-style-type: none;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.t-menusub__list-item {
  margin-bottom: 12px;
}
.t-menusub__list-item:last-child {
  margin-bottom: 0;
}
.t-menusub__link-item {
  color: #222;
  display: block;
  font-size: 14px;
  text-decoration: none;
  white-space: normal;
  width: 100%;
}
#allrecords .t-menusub__link-item {
  color: #222;
}
.t-menusub__arrow {
  border-color: inherit;
  display: inline-block;
  margin-left: 6px;
  position: relative;
  vertical-align: middle;
  width: 6px;
}
.t-menusub__arrow:after {
  border-color: transparent;
  border-style: solid;
  border-top-color: inherit;
  border-width: 4px 3px 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}
.t-menusub__menu-custompos:after,
.t-menusub__menu-custompos:before {
  left: var(--custom-pos);
  right: auto;
  -webkit-transform: none;
  transform: none;
}
@media screen and (max-width: 980px) {
  .t-menusub.t-menusub__multilevel {
    position: relative;
  }
  .t-menusub__multilevel .t-menusub__menu.t-menusub__menu_show {
    border-bottom: none;
    position: absolute;
    -webkit-transform: none;
    transform: none;
  }
  .t-menusub__menu:not(
      .t-menusub__menu_mobile-absolute,
      .t-menusub__menu_adaptive960
    ) {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: none;
    left: 0 !important;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    text-align: center;
    top: 0 !important;
    width: 100%;
  }
  .t-menusub__multilevel .t-menusub__menu {
    width: -webkit-fit-content;
    width: fit-content;
  }
  .t-menusub__menu.t-menusub__menu--fullscreen {
    height: 100%;
    position: fixed;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    width: 100%;
    z-index: 999999;
  }
  .t-menusub__menu--fullscreen-left.t-menusub__menu.t-menusub__menu--fullscreen {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .t-menusub__menu.t-menusub__menu--fullscreen
    .t-menusub__content:not(.t978__submenu-content) {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: calc(100% - 70px);
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 50px;
  }
  .t-menusub__menu.t-menusub__menu--fullscreen
    .t-menusub__list:not(.t978__submenu-list) {
    margin-top: 0;
    max-height: 100%;
    text-align: center;
    width: calc(100% - 20px);
  }
  .t-menusub__menu--fullscreen__nav {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 50px;
    left: 0;
    padding: 0 10px;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .t-menusub__menu--fullscreen__nav-title {
    width: calc(100% - 52px);
  }
  .t-menusub__menu:not(
      .t-menusub__menu_mobile-absolute,
      .t-menusub__menu_adaptive960
    ):after,
  .t-menusub__menu:not(
      .t-menusub__menu_mobile-absolute,
      .t-menusub__menu_adaptive960
    ):before {
    display: none;
  }
  .t-menusub__list-item {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 960px) {
  .t-menusub__menu.t-menusub__menu_adaptive960 {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: none;
    left: 0 !important;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    text-align: center;
    top: 0 !important;
    width: 100%;
  }
  .t-menusub__menu_adaptive960:after,
  .t-menusub__menu_adaptive960:before {
    display: none !important;
  }
}
.t-menusub__innermenu {
  opacity: 0;
  transition:
    visibility 0s 0.3s,
    opacity 0.2s ease;
  visibility: hidden;
}
.t-menusub__innermenu.t-menusub__innermenu_show {
  opacity: 1;
  transition:
    visibility 0s 0s,
    opacity 0.2s ease 0.2s;
  visibility: visible;
}
