.new-mobile .menu__item svg {
    transform: rotate(-90deg);
  }

  .hide-container {
    display: none;
}

.new-mobile {
    font-family: 'Inter';
    font-style: normal;
}
.new-mobile .menu__inner{
    display: block;
}
a.new-mobile-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #152438;
}
.new-mobile .menu__inner a {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #152438;
    flex: none;
    order: 4;
    flex-grow: 0;
 }
 .mbl-brdr-btm {
    border-bottom: solid 2px #152438;
    margin-bottom: 30px;
 }
 .new-mobile .icon_back {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: 0;
    top: 0;
 }
 .new-mobile .menu__item .icon_back svg {
    transform: rotate(0deg);
    margin-left: 15px;
 }
 .new-mobile .banner-inner {
    padding: 20px 15px;
 }

 .mobile-menu__box {
    position: relative;
    margin: 12px 0px;
    padding: 16px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #FFFFFF;
 }
 .mobile-menu__box .header__box_desc {
    font-size: 15px;
 }
 .mobile-menu__box-container {
   padding-bottom: 30px;
 }
 .new-mobile .banner-big {
    margin: 10px 18px;
 }
.new-mobile .mobile-menu__box {
   position: relative;
   width: 100%;
}

.new-mobile .mobile-menu__box a {
   width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: -1px;
    border: 1px solid #EBEBEB;
}

.theme--dark .icon_back path  {
   stroke: #FFFFFF;
}
.theme--dark .mobile-menu__box .header__box_name {
   color: #152438;
}

.header__box_desc.sm-text {
   font-size: 13px;
   line-height: 20px;
}

.theme--dark .mbl-brdr-btm {
   border-bottom: solid 2px #ffffff;
}