.languageSwitcher{position:relative;z-index:11}.languageSwitcher .selectedLanguage{cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:5px;width:44px}.languageSwitcher .dropdown{position:absolute;top:50px;right:0;display:none;background-color:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.25);width:169px;border-radius:5px}.languageSwitcher .dropdown.openSwitcher{display:block}.languageSwitcher .languagePreference{padding:30px 20px;width:446px;position:absolute;top:50px;right:0;background-color:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.25);border-radius:5px}.languageSwitcher .languagePreference .paragraph{margin-bottom:30px;text-align:center;font-weight:500;line-height:140%}.languageSwitcher .languagePreference .buttons{display:flex;justify-content:center;gap:10px}.languageSwitcher .languagePreference .buttons .button{margin:inherit}.languageSwitcher .list{list-style:none;padding:0;margin:0}.languageSwitcher .item{padding:8px 20px;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:15px;color:#696d8c;transition:all .2s ease-in-out}.languageSwitcher .item:hover{background-color:#f0f0f0}.languageSwitcher .item:hover:first-child{border-radius:5px 5px 0 0}.languageSwitcher .item:hover:last-child{border-radius:0 0 5px 5px}.languageSwitcher .item.selected{background-color:#383680;color:#fff}.languageSwitcher .item.selected:first-child{border-radius:5px 5px 0 0}.languageSwitcher .item.selected:last-child{border-radius:0 0 5px 5px}@media screen and (max-width:450px){.languageSwitcher{padding-bottom:200px}.languageSwitcher .list{display:flex;gap:40px}.languageSwitcher .list .cultureTitle{font-family:Montserrat;font-weight:500;font-size:16px;line-height:normal;text-transform:uppercase;color:#1e2432}.languageSwitcher .item{padding:0;gap:10px}.languageSwitcher .item.selected{background-color:#fff}.languageSwitcher .item.selected .cultureTitle{color:#ff8f3e}.languageSwitcher .item.selected img{border:2px solid #ff8f3e}.languageSwitcher .item.selected img:first-child,.languageSwitcher .item.selected img:last-child{border-radius:100%}}