.mob-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0;
  width: 100%;
  z-index: 100;
}

.mob-nav__top {
  width: 100%;
  height: 72px;
  background-color: white;
  box-shadow: 0px 0px 2rem rgba(41, 26, 85, 0.16);
  align-items: stretch;
}

.mob-nav__menu {
  width: 72px;
  height: 72px;
}

.mob-nav__menu i {
  width: 25px;
  height: 3px;
  background-color: var(--color__fill-1);
  display: block;
  margin: 6px 0px;
  transition: all ease 0.2s;
  transform-origin: left center;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}

.mob-nav__logo {
  display: flex;
  height: 72px;
  flex: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 32px;
}

.mob-nav__slide {
  width: 72px;
  height: 72px;
}

.is-open .mob-nav__menu i:first-child {
  opacity: 1;
  /* transform-origin: left center; */
  transform: rotate(45deg);
}

.is-open .mob-nav__menu i:last-child {
  opacity: 1;
  /* transform-origin: left center; */
  transform: rotate(-45deg);
}

.is-open .mob-nav__menu i {
  opacity: 0;
  background-color: var(--color__fill-2);
}
/* .is-open .mob-nav__full {
    transform: scaleY(1);
    pointer-events: painted;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
} */

.mob-nav__full {
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
  overflow: scroll;
  border-top: 1px solid #eeeeee;
  top: 72px;
  width: 0;
  left: 0;
  transition: width ease 0.1s;
  position: absolute;
  box-shadow: 0px 2rem 2rem rgba(41, 26, 85, 0.16);
  -webkit-transition: width ease 0.1s;
  -moz-transition: width ease 0.1s;
  -ms-transition: width ease 0.1s;
  -o-transition: width ease 0.1s;
}

.mob-nav__full ul.left-menu li {
  background: none;
}

.mob-nav__full ul.left-menu li a.selected:link,
.mob-nav__full ul.left-menu li a.selected:visited,
.mob-nav__full ul.left-menu li a.selected:active,
.mob-nav__full ul.left-menu li a.selected:hover,
.mob-nav__full ul.left-menu li a,
.mob-nav__full ul.left-menu li a:visited {
  font-weight: 600;
  color: #ffffff;
}

.js-mob-nav__full {
  padding: 24px 1.5rem;
}

.js-mob-nav__full .header__item {
  width: 100%;
}

.js-mob-nav__full .header__item a,
.js-mob-nav__full .header__item.active .header__link {
  font-weight: bold;
  color: #ffffff;
}

.js-mob-nav__full .header__item:focus {
  outline: none;
}

/* media */

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 991px) {
  .mob-nav {
    display: flex !important;
  }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 1359px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1680px) {
}
