.theme-vga .vga__sideMenu {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
@media (min-width: 1300px) {
  .theme-vga .vga__sideMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: calc(100% - 50px);
    right: 0;
    z-index: 10;
    position: fixed;
    top: 50px;
    bottom: 0;
    margin: auto 0;
  }
}
.theme-vga .vga__sideMenu.unshow {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.theme-vga .vga__sideMenu__logoTop {
  display: none;
  width: 50%;
  max-width: 130px;
  margin: 0 auto;
}
.theme-vga .vga__sideMenu ul {
  display: none;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 25px;
  position: relative;
  padding: 20px 0 60px;
}
@media (min-width: 1300px) {
  .theme-vga .vga__sideMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.theme-vga .vga__sideMenu ul::before {
  position: absolute;
  width: 1px;
  content: "";
  height: 100%;
  background: #707070;
  bottom: 0;
  right: 10px;
}
.theme-vga .vga__sideMenu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 13px;
  letter-spacing: 0.018em;
  text-align: right;
  color: #b5b5b6;
  padding: 30px 20px 12px 10px;
  position: relative;
  cursor: pointer;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  overflow: hidden;
  counter-increment: inst2;
}
.theme-vga .vga__sideMenu ul li::after {
  position: absolute;
  width: 42px;
  content: "";
  height: 1px;
  background: #707070;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.theme-vga .vga__sideMenu ul li p {
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}
.theme-vga .vga__sideMenu ul li::before {
  color: #b5b5b6;
  content: "0" counter(inst2);
}
.theme-vga .vga__sideMenu ul li.active {
  color: #707070;
}
.theme-vga .vga__sideMenu ul li.active::after {
  background: #0088ff;
}
.theme-vga .vga__sideMenu ul li.active::before {
  color: #0088ff;
}
.theme-vga .vga__sideMenu ul li.active p {
  opacity: 1;
  color: #0088ff;
}
.theme-vga .vga__sideMenu ul li.active::after {
  width: 100%;
}
.theme-vga .vga__sideMenu ul li:hover::after {
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.theme-vga .vga__sideMenu ul li:hover p {
  opacity: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.theme-vga .GoTopBtn {
  display: inline-block;
  background-color: #505050;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  cursor: pointer;
}
.theme-vga .GoTopBtn.show {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=theme-vga-nav.css.map */