#footer{
    .language-change{
        &::after{
            content:"";
            background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22margin%3A5px%22%3E%3Cpath%20d%3D%22m15.888%2019.425%207.062-7.075a1.25%201.25%200%201%200-1.762-1.775l-6.25%206.187-6.188-6.187a1.25%201.25%200%200%200-1.762%200%201.25%201.25%200%200%200-.375.887%201.25%201.25%200%200%200%20.375.888l7.062%207.075a1.25%201.25%200%200%200%201.838%200%22%20fill%3D%22%2351D7CF%22%2F%3E%3C%2Fsvg%3E);
            width: 20px;
            height: 20px;
            background-size: contain;
            right: 0px;
            top: 0;
            position: absolute;
            display: block;
            background-repeat: no-repeat;
            left: unset;
            background-position: center;
            z-index: 0;
        }
        select{
            appearance: none;
            background: transparent;
            border: 0;
            color: #fff;
            position: relative;
            z-index: 1;
            padding-right: 15px;
        }
    }
}