.lang-switcher-wrapper {
    position: relative;
    font-size: 0.75rem;
    text-align: right;
    margin-right: 1rem;
    color: inherit;
    height: 100%;
}

.lang-side-text:empty ~ nav {
    display: none;
}


.lang-switcher-wrapper .lang-side-text {}

.lang-switcher-wrapper .active-lang { 
    border-left: 1px solid #c5c5c5;
    padding-left: 15px;
   	cursor: pointer;
}

.lang-switcher-wrapper .active-lang i {
		color: #695d61;
}

nav.lang-switcher {
	display: none;
}

nav.lang-switcher >ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    text-align: left;
  	list-style-type: none;
    padding-left: 0;
}


nav.lang-switcher>ul>li a {
    padding: 0.3rem 1rem;
    display: block;
    color: #1b1315;
  	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
 		display: flex;
  	position: relative;
    z-index: 2;
    background: #fff;
  	font-weight: normal !important;
    text-transform: none !important;
}




@media (min-width: 1025px) { 
    .lang-switcher-wrapper:hover nav,
    nav.lang-switcher.active {
      display: block;
      position: absolute;
      z-index: 2;
      bottom: -8px;
      top: auto;
      right: 0;
    }

    nav.lang-switcher>ul>li a:hover,
    nav.lang-switcher>ul>li a:focus {
        background: #f2f5f8;
    }
}


.upper-menu-wrapper .lang-switcher-wrapper {
    color:#060909;
  	color: var(--color-body-text);
}

.upper-menu-wrapper .lang-switcher-wrapper nav {
    top: 15px;
    bottom: auto;
}

@media (max-width: 1024px) {
  .lang-switcher-wrapper {
      padding-bottom: 2rem;
  }
  nav.lang-switcher>ul,
  nav.lang-switcher>ul li,
  nav.lang-switcher>ul li a {
      background: transparent;
      color: inherit;
      padding: 0;
  }
  
  nav.lang-switcher>ul>li a {
        padding-bottom: 5px;
  }
  
  nav.lang-switcher.active {
    display: block;
  }
  
  {#.cm.lang-switcher-wrapper .lang-side-text {
  	  padding: 4rem 0 1rem;
      font-size: 1rem;
      text-align: left;
      display: block;
      width: 100%;
  }
  
  .cm.lang-switcher-wrapper .active-lang {
      text-align: left;
      border: none;
      padding: 0;
      color: white;
      font-weight: bold;
      text-transform: uppercase;
  }#}
  
  .lang-switcher-wrapper .active-lang i {
      color: #fff;
  }


}

@media (max-width: 1000px) {
  .lang-switcher-wrapper {
  	margin-right: 0;
    height: auto;
  }
}


