header>.inner .logo {
    position: relative;
    top: 0;
    /* left: 40px; */
    /* width: 100%; */
    width: 503px;
    height: 75px;
    background: url(/img/logo.png) no-repeat center center;
    max-width: 503px;
    background-size: contain;
    left: 0px;
}

header>.inner .nav .bottom {
    width: 100%;
    max-width: 100%;
}

.nav_size_lang{
    display: flex;
    gap:15px;
}

header>.inner .nav .bottom .menu {
    align-items: center;
    justify-content: space-between;
    margin:0 auto;
    width:85%;
}
header>.inner .nav .top .nav_member .nav_login {
    line-height: 25px;
    word-break: keep-all;
}

header>.inner .nav .top {
    display: flex;
    gap: 36px;
    position: relative;
    z-index: 1;
    justify-content: space-between;;
    line-height: 40px;
    width: 100%;
    align-items: center;
}
header>.inner .nav .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

.top-right-elements {
  display: flex;
  align-items: center;
  gap: 15px;
}

header>.inner .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19px;
    padding-top: 31px;
    padding-bottom: 24px;
    width: 100%;
}

@media (max-width: 1199px) {
   
a.mobile-logo {
    position: absolute;
    top: 0;
    left: 40px;
    width: 503px;
    height: 100%;
    background: url(/img/logo.png) no-repeat center center;
    }
a.mobile.tablet.logo{
    display: block;
}
a.logo{
    display: block;
}

header>.inner .nav .top {
    justify-content: center;
    flex-direction: column;
}
.top-right-elements{
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
gap: 15px;
max-width: 100%;
width: 100%;
}

.nav.open .top{
    top:3rem;
    margin-bottom: 3rem;
}
}


@media (max-width: 641px) {
    header>.inner .nav .top {
        gap:36px !important;
    }
    a.mobile-logo {
        background-size: contain;
        width: 303px;
    }
    
    
}

@media (max-width: 768px) {
    header>.inner .nav .top {
      flex-direction: column;
      justify-content: center;
      gap: 15px;
    }
    

}


  a.logo.tablet.mobile {
    display: none !important;
}
.nav.open .nav_size_lang {
    display: flex;
    gap: 36px;
}


.exp-container{
    margin-top: 120px !important;
}