.right-side{
    position: absolute;
    width: 45px;
    height: 45px;
    right: 32px;
    top: 55px;
    z-index: 2;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}


.right-side .language a{
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;

}
.right-side .language{
    position: absolute;
    /*display: block;*/
    bottom: 0px;
    right: 0px;
    /*width: 42px;*/
    height: 43px;
    /*background: #047328 url('/TPL/zorb/images/quote-bg.jpg') no-repeat center 0px;*/
    background: #9e7c23;
    background-size: auto;
    border-radius: 25px;
    border: 2px solid #fcc141;
    padding: 2px;
    -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0, 0.8);
    box-shadow: inset 0px 0px 5px rgba(0,0,0, 0.8);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.language222 {
    display: flex;
    gap: 10px; /* Расстояние между элементами */
    flex-wrap: nowrap; /* Запрещаем перенос элементов на новую строку */
}
.language222 span {
    flex-shrink: 0; /* Предотвращаем сжатие элементов */
}

.right-side .language:hover,
.right-side .languageTEST,
.right-side .currency:hover{
    /*width: 86px;*/
    flex-wrap: nowrap; /* Запрещаем перенос элементов на новую строку */

    /*padding-right: 5px;*/
    display: flex;
    gap: 10px; /* Расстояние между элементами */
}
.right-side .language:hover  span{
    /*position: absolute;*/
    /*display: inline-block;*/
    display: block !important;
    /*display: none !important;*/
    background: #d6a92f;
    /*left: 2px;*/
    flex-shrink: 0; /* Предотвращаем сжатие элементов */

    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold','MyriadRegular',sans-serif;
    cursor: default;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
    box-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
    text-shadow: 0px 0px 0px rgba(0,0,0, 1);
    cursor: pointer;
    transition: all 0.2s linear;
}
.right-side .language span{
    /*position: absolute;*/
    /*display: inline-block;*/
    /*display: block !important;*/
    display: none !important;
    background: #d6a92f;
    /*left: 2px;*/
    flex-shrink: 0; /* Предотвращаем сжатие элементов */
    color: white;

    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold','MyriadRegular',sans-serif;
    cursor: default;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
    box-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
    text-shadow: 0px 0px 0px rgba(0,0,0, 1);
    cursor: pointer;
    transition: all 0.2s linear;
}
.right-side .language span.active{
    color: white;

    display: block !important;
    left: calc(100% - 37px);
    z-index: 1;
}
.right-side .language span a{
    display: block;
    color: white;
    width: 100%;
    height: 100%;
}