.lang-switcher button{width:40px;height:25px;border-radius:0;padding:0;border:1px solid #fff;position:relative;background-size:cover;background-position:center;cursor:pointer;transition:all .2s ease-in-out}.lang-switcher button:hover{transform:scale(1.1)}.lang-switcher button.lang-sr{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3crect width='900' height='200' fill='%23c6363c'/%3e%3crect width='900' height='200' y='200' fill='%230033a0'/%3e%3crect width='900' height='200' y='400' fill='%23fff'/%3e%3c/svg%3e")}.lang-switcher button.lang-ru{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3crect width='900' height='200' fill='%23fff'/%3e%3crect width='900' height='200' y='200' fill='%230039a6'/%3e%3crect width='900' height='200' y='400' fill='%23d52b1e'/%3e%3c/svg%3e")}.lang-switcher button.lang-en{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3e%3cclipPath id='a'%3e%3cpath d='M0 0v30h60V0z'/%3e%3c/clipPath%3e%3cpath d='M0 0v30h60V0z' fill='%2300247d'/%3e%3cpath d='M0 0l60 30m0-30L0 30' stroke='%23fff' stroke-width='6'/%3e%3cpath d='M0 0l60 30m0-30L0 30' clip-path='url(%23a)' stroke='%23cf142b' stroke-width='4'/%3e%3cpath d='M30 0v30M0 15h60' stroke='%23fff' stroke-width='10'/%3e%3cpath d='M30 0v30M0 15h60' stroke='%23cf142b' stroke-width='6'/%3e%3c/svg%3e")}.lang-switcher button.active,.lang-switcher button.active:hover{box-shadow:0 0 10px 3px #fff;transform:scale(1)}