.popup-country{display: none;}
#country-popup{max-width: 583px;background: #fff;margin: 0 auto;padding: 44px 73px 55px 73px;text-align: center;position: relative;box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);}
#country-popup .wrapper-top .title{padding-bottom: 15px;}
#country-popup .wrapper-middle a.country{display: inline-block;position: relative;min-width: 260px;padding-top: 11px;padding-bottom: 11px;border-width: 1px;border-style: solid;}
#country-popup .wrapper-middle a.country{font-size: 14px;line-height: 22px;text-transform: none;}
#country-popup .wrapper-middle a.country{background: #fff;border-color: #000;color:#000;}
#country-popup .wrapper-middle a.country::before{content:'';display: inline-block;position: relative;top: 3px;margin-right: 9px;width: 22px;height: 16px;background-size: 22px 16px;background-repeat: no-repeat;background-position: left top;}
#country-popup .wrapper-bottom a{display: inline-block;text-transform: uppercase;border-bottom-width: 2px;border-bottom-style: solid;}
#country-popup .wrapper-bottom a{border-color: #000;text-decoration: none;color: #000;line-height: 20px;}
#country-popup .wrapper-bottom a:hover{border-color: transparent;}

@media screen and (max-width: 767px){
   #country-popup{padding: 20px;}
   #country-popup .wrapper-top .title {padding-bottom: 8px;}
}