.top-header__top-sites{margin:0 auto 0 0;padding:0;display: flex;gap: 8px;}
.top-header__top-site-item-wrapper{display: block;}
.top-header__top-site-item .top-header__top-site-item-wrapper{color: #fff;}
.top-header__top-site-item-wrapper{transition: all .2s ease-in-out;}
.top-header__top-site-item a.top-header__top-site-item-wrapper:hover,
.top-header__top-site-item--active .top-header__top-site-item-wrapper{color:var(--secondary);}
.top-header__top-site-icon{fill: currentColor;}

.header__language-switcher{
    /*   display:none; */
  }
  
  .tel-phone {
    height: 20px; width: 20px; margin-right: 0 !important; margin-bottom: 3px;} 
  }
  .header__language-switcher svg{
    display: block;
    vertical-align: top;
    width: 24px;
    aspect-ratio: 1;
  }
  a.language-switcher__link {color: var(--base-color) !important}
  .language-switcher {position: relative;}
  
  .language-switcher__button {
    display: block;
    vertical-align: top;
    margin: 0;
    padding: 5px;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;

    transition: all .2s ease-in-out;
  }

 
 
  .language-switcher__list {
    position: absolute;
    z-index: 10;
    top: calc(100% + -10px);
    opacity: 0;
    visibility: hidden;
    right: -11px;
    margin: 0;
    padding: 10px 0;
    background-color: #fff;
    list-style: none;
    box-shadow: 0 0px 16px rgb(0 0 0 / 30%);
    border-radius: 3px;
    transition: all .2s ease-in-out;
  }
  
  .language-switcher__list--toggle{
    top: calc(100% + 10px);
    opacity: 1;
    visibility: visible;
  }
  
  .language-switcher__list:before {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    bottom:100%;
    right: 19px;
  }
  
  .language-switcher__link {
    display: block;
    margin-block: 2px;
    padding: 5px 16px;
    white-space: nowrap;
    font-size: 16px;
    color: var(--base-color);
    text-decoration: none;
    transition: all .2s ease-in-out;
  }
  .language-switcher__link:hover{
    background-color: rgba(0,0,0,0.07);  
  }
  .language-switcher__link--current{
    font-weight: bold;
    background-color: rgba(0,0,0,0.07);

  }

  @media (min-width: 1231px) and (max-width: 1540px){
    .header__language-switcher svg{
      width: 20px;
    }
  
  }

  @media (max-width:1230px){ 
    .header a.language-switcher__link{
      color: var(--base-color);
      font-size: 1.4rem;}

    }