/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.lang {
    text-align: left;
    margin-left: 17px;
    margin-top: 4px;

}

.lang__link {
    cursor: pointer;
    transition: .3s all;
    display: inline-block;
    text-decoration: none;
}

.lang__img {
    width: 30px;
    height: 18px;
  
    font-size: 10px;
    display: inline-block;
     border: 1px #fff solid;
     margin-right: 5px;

}

.lang__link_sub:hover  {
    filter: drop-shadow(0 0 3px rgb(136, 136, 136)) brightness(130%);
}

.lang__link_sub:hover .lang__img{
    border: 1px #0884ff solid;
}

.lang__name {
    color: #737b84;
    font-size: 12px;
    line-height: 12px;
    
}

.lang__link_sub {
    padding: 0;
}

.lang__list {
    display: inline-block;
    z-index: 10;
}

.lang:hover .lang__list {
 
}

.lang__link_select {


}

.lang__img_select {
    border: 1px #0884ff solid;
}
