.popup-lang-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9999}.popup-lang-content{position:relative;background-color:#fff;padding:20px;border-radius:8px;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);box-shadow:0 0 10px rgba(0,0,0,0.3);width:600px;max-width:95%;text-align:center}.popup-lang-content h3{margin-top:20px}.popup-lang-content p{font-size:16px;margin-bottom:15px}.popup-lang-content .lang-choice{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0}.popup-lang-content .lang-choice img{width:24px;margin-right:10px;border-radius:3px}.popup-lang-content .lang-choice a{margin:10px;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;line-height:normal}@media (max-width:767px){.popup-lang-content .lang-choice a{font-size:14px;width:100%}}.popup-lang-content .lang-choice a.close-link{background:grey}.popup-lang-content .close-x{position:absolute;top:0;right:0;line-height:20px;cursor:pointer;color:#333;font-size:20px;-webkit-text-decoration:auto;text-decoration:auto;padding:10px 15px}