.contMob
  position: fixed
  top: 0
  right: -100%
  // background-color: #0d0d0d
  background-color: rgba(255, 255, 255, 0.95)
  width: 100%
  height: 100dvh
  padding: 12% 7.5%
  z-index: 3
  transition: .3s
  align-items: center
  // gap: 10% 0
  @media (min-width: 768px)
    padding: 5%
    width: 50%
  @media (min-width: 1024px)
    align-items: flex-end
    padding: 5% 10%
    width: 45%
  .logo-img
    width: 150px
  .title
    width: 100%
    align-items: center
    justify-content: space-between
    margin-bottom: 3rem
    .actions
      gap: 0 1.5rem
  .content
    width: 100%
    flex: 1
    padding: 0 .5rem 0 0
    overflow: auto  
    // &>a
    //   width: 100%
    //   background-color: $black
    //   padding: 1rem 2rem
    //   border-radius: 25px
    //   color: $green
    // scrollbar-color: $yellow red
    // scrollbar-width: 1px
    .green
      color: $green
    &::-webkit-scrollbar
      width: 3px
    &::-webkit-scrollbar-thumb
      background-color: $yellow
      border-radius: 5px
    // &::-webkit-scrollbar-track
    //   background: $black
    .accTittle,.accTittle_2
      background-color: $backColor
      padding: 1rem 2rem
      border-radius: 25px
      align-items: center
      justify-content: space-between
      margin-bottom: 1.5rem 
      p
        color: $textColor
        font-size: 17px
        //text-transform: uppercase
      svg path
        stroke: $textColor
    .rotater
      transform: rotate(0deg)  
      transform-origin: center
      transition: 0.2s transform ease
    .rotateImg
      margin: 0
      border-bottom-left-radius: 0
      border-bottom-right-radius: 0
      // background-color: rgba(205, 204, 0, 15%)
      p
        color: $textColor
      svg path
        stroke: $yellow
      .rotater
        transform: rotate(180deg)
    .accContent
      display: none
    .openedContent
      display: flex
      flex-direction: column
      align-items: flex-start
      gap:  1.5rem 0
      width: 100%
      padding: 1rem 2rem 1.5rem
      border-bottom-left-radius: 15px
      border-bottom-right-radius: 15px
      margin-bottom: 2rem 
      background-color: $yellow
      // background: rgba(255, 255, 255, 5%)
      // background-color: rgba(205, 204, 0, 15%)
      a
        padding-left: .5rem
        text-align: left
        color: $textColor
        transition: all .3s
  .language
    width: 100%
    border-top: 1px solid $yellow
    padding-top: 1rem
    align-items: flex-start
    a
      height: 47px
      justify-content: center
      align-items: center
      padding: 0 1rem
      border: 1px solid $textColor
      border-radius: 25px
      gap: 0 .5rem
      border-radius: 25px
      span
        color: $textColor
.show2
  right: 0!important