/* .langSwitcher {
	position: fixed;
	top: 100px;
	right: 0;
	display: grid;
	gap: 5px 0;
	width: 100px;
	font-size: 13px;
	z-index: 100;
}

.langSwitcher a {
	background-color: #fff;
	border: 1px solid #4dad75;
	color: #4dad75;
	padding: 5px;

}

.langSwitcher a[aria-current="true"] {
	background-color: #4dad75;
	color: #fff;
} */


/* .lang-switcher{
  position: relative;
  display: inline-block;
}

.lang-switcher__btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  width: 110px;
  border: 1px solid #4dad75;
  background: #4dad75;
  color: #fff;
  cursor: pointer;
  justify-content: center;
}

.lang-switcher__menu{
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  min-width: 160px;
  border: 1px solid #4dad75;
  background: #fff;
  z-index: 9999;
  padding: 6px 0;
}

.lang-switcher__item{
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #4dad75;
}

.lang-switcher__item[aria-current="true"]{
  font-weight: 700;
}

.lang-switcher__item:hover{
  background: #f5f5f5;
}

@media screen and (max-width: 1024px) {
  .lang-switcher{
    position: absolute;
    top: 18px;
    right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .lang-switcher{
    position: absolute;
    top: 18px;
    right: 55px;
  }
  
  .lang-switcher__btn{
    display: inline-flex;
    width: 80px;
  }
} */


.lang-switcher{
  position: relative;
  display: inline-block;
}

.lang-switcher__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 38px;
  min-width: 140px;
  padding: 0 14px;
  border: 2px solid #4dad75;
  background: #fff;
  color:  #4dad75;
  cursor: pointer;
  border-radius: 0px 0px 5px 5px;
  font-weight: 700;
  line-height: 1;
  margin-top: -4px;
}

@media (any-hover: hover) {
  .lang-switcher__btn:hover{
    opacity: 0.9;
  }
}

.lang-switcher__flag{
  width: 25px;
  height: auto;
  flex: 0 0 auto;
  display: block;
}

.lang-switcher__label{
  white-space: nowrap;
}

.lang-switcher__icon{
  font-size: 10px;
  line-height: 1;
}

.lang-switcher__menu{
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 180px;
  border: 1px solid #4dad75;
  background: #fff;
  z-index: 9999;
  padding: 6px 0;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.lang-switcher__item{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  text-decoration: none;
  color: #4dad75;
  line-height: 1.4;
}

.lang-switcher__item[aria-current="true"]{
  font-weight: 700;
  background: #f2fbf6;
}

@media (any-hover: hover) {
  .lang-switcher__item:hover{
    background: #f5f5f5;
  }
}

.lang-switcher__text{
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  #menu .lang-switcher{
    position: absolute;
    top: 18px;
    right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .lang-switcher{
    position: absolute;
    display: block;
    top: 12px;
    right: 14%;
  }

  .lang-switcher__btn{
    gap: 5px;
    height: 38px;
    min-width: auto;
    padding: 0 3px;
    border: 2px solid #4dad75;
    border-radius: 5px;
    font-weight: 500;
    margin-top: -2px;
    font-size: 2.8vw;
  }
  
  .lang-switcher__label-text{
    margin: 0 -3px;
  }
  
  #menu .lang-switcher__flag{
    width: 20px;
    height: auto;
    flex: 0 0 auto;
    display: block;
  }

    #menu .lang-switcher__label{
    white-space: nowrap;
  }

    #menu .lang-switcher__icon{
    font-size: 10px;
    line-height: 1;
  }

    #menu .lang-switcher__menu{
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 180px;
    border: 1px solid #4dad75;
    background: #fff;
    z-index: 9999;
    padding: 6px 0;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  }

    #menu .lang-switcher__item{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    text-decoration: none;
    color: #4dad75;
    line-height: 1.4;
  }

    #menu .lang-switcher__item[aria-current="true"]{
    font-weight: 700;
    background: #f2fbf6;
  }
}
  

  