.exit-popup{
    display:none;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 1;
    overflow: hidden;
}
.exit-popup .non-eu{
    text-align: left;
}
.exit-popup .popup-container {
    width: calc(100% - 40px);
    max-width: 830px;
   height: 645px;
   background-image: url(/wp-content/themes/ava_trade/app/controllers/exit-popup/images/non-eu/popup_bg_non-eu.jpg);
   background-size: cover;
   background-position: center;
   padding: 30px;
   border: 2px #fff solid;
   border-radius: 4px;
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
           transform: translate(-50%, -50%);
   overflow: auto;
}
.exit-popup .popup-container.eu {
    background-image: url(/wp-content/themes/ava_trade/app/controllers/exit-popup/images/eu/popup_bg_eu.jpg); 
}
.exit-popup .popup-header {
    color:#fff;
   font-weight: bold;
   margin-bottom: 20px;
}
.exit-popup .non-eu .popup-header {
    font-size: 33px;
    margin-top: 70px;
 }
.exit-popup .eu .popup-header {
   font-size: 49px;
}
.exit-popup .popup-bonus {
    color: #fff;
    font-size: 31px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
 }
.exit-popup .non-eu .popup-bonus {
    font-size: 46px;
    margin-bottom: 20px;
    line-height: 1.2;
 }
 .exit-popup .popup-text {
    color:#fff;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 9px;
    font-weight: 500;
 }
 .exit-popup .non-eu .popup-text {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 15px;
 }
 .exit-popup .eu .popup-text {
     font-weight: 200;
 }
 .exit-popup .non-eu .popup-text span.bold {
    font-weight: 700;
}
.exit-popup a.popup-open-account{
text-align: center;
}
.exit-popup .popup-img-container{
    margin: 16px 0 20px;
}
.exit-popup .popup-img {
    display: inline-block;
    position: relative;
    left: 10px;
    width:80px;
    height: 78px;
}
.exit-popup .popup-open-account {
   background: #f89600;
   color: #fff;
   box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.1);
   padding: 20px 32px;
   border-radius: 5px;
   display: inline-block;
   font-size: 20px;
   font-weight: bold;
   letter-spacing: 1px;
   margin-top: 20px;
   min-width: 315px;
}
.exit-popup .eu .popup-open-account {
   background: #82bb41;
   color: #fff;
   box-shadow: 2px 2px 17px #000000;    
   min-width: 280px;
}
.exit-popup .non-eu .popup-open-account {
   font-size: 22px;
}
.exit-popup .popup-open-account:hover{
    background-color: #ffaf36;
}
.exit-popup .eu .popup-open-account:hover{
    background-color: #6d9c36;
}
.exit-popup .bottom-part{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.exit-popup .disclaimer-wrapper{
    padding-bottom: 20px;
}
.exit-popup .eu .disclaimer-wrapper{
    background-color: rgba(19, 27, 41, 0.9);
    padding: 30px;
}
.exit-popup .popup-disclaimer {
   font-size: 13px;
   line-height: 16px;
   margin-top: 27px;
   margin-bottom: 0;
   color: #012860;
   padding: 20px 10px 0;
   font-weight: 500;
}  
.exit-popup .non-eu .popup-disclaimer,
.exit-popup .non-eu .dont-show-again {
   color: #fff;
   font-weight: 300;
   text-align: center;
}  
.exit-popup .eu .popup-disclaimer {
   color: #fff;
   font-weight: 300;
}    
.exit-popup i.fa.fa-times.close-popup{
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    line-height: initial;
    cursor: pointer;
    color: #fff;
}
.exit-popup .dont-show-again{
font-size: 12px;
color: #012860;
text-decoration: underline;
margin-top: 20px;
cursor: pointer;
}
.exit-popup .eu .dont-show-again{
color: #fff;
margin-top: 0;
    font-size: 13px;
}

@media (max-width:640px){
    .exit-popup .popup-container{
        left: 20px;
        top: 20px;
        right: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
        min-width: initial;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
   }
    .exit-popup .popup-header{
        font-size: 30px;
        margin-bottom: 8px;
   }
    .exit-popup .popup-text{
        font-size: 16px;
   }
    .exit-popup .popup-bonus{
        font-size: 28px;
        margin-bottom: 9px;
   }
    .exit-popup .popup-open-account{
        font-size: 16px;
   }
}

/*** languages ***/
/*BVI*/
/*AR*/
.exit-popup .popup-container.non-eu.ar {
   background-image: url(/wp-content/themes/ava_trade/app/controllers/exit-popup/images/non-eu/popup_bg_non-eu_ar.jpg);
   text-align: right;
}
/*ES*/
.exit-popup .non-eu.es .popup-text,
.exit-popup .non-eu.cl .popup-text{
    font-size: 20px;
}
/*NL*/
.exit-popup .non-eu.nl .popup-header{
    font-size: 29px;
}
.exit-popup .non-eu.nl .popup-bonus{
    font-size: 41px; 
}
/*FR*/
.exit-popup .non-eu.fr .popup-header{
    font-size: 31px;
}
.exit-popup .non-eu.fr .popup-bonus{
    font-size: 41px;
    line-height: 1.2;
}
.exit-popup .non-eu.fr .popup-text{
    font-size: 22px;
}
/*HU*/
.exit-popup .non-eu.hu .popup-bonus{
    font-size: 43px;
}
/*IT*/
.exit-popup .non-eu.it .popup-bonus{
    font-size: 44px;
    line-height: 1.1;
}
.exit-popup .non-eu.it .popup-text{
    font-size: 21px;
}
/*PT*/
.exit-popup .non-eu.pt .popup-bonus,
.exit-popup .non-eu.br .popup-bonus{
    font-size: 37px; 
}
.exit-popup .non-eu.pt .popup-text,
.exit-popup .non-eu.br .popup-text{
    font-size: 21px;
}
/*SE*/
.exit-popup .non-eu.se .popup-bonus{
    font-size: 39px;
}
/*TR*/
.exit-popup .non-eu.tr .popup-header{
    font-size: 28px;
}
.exit-popup .non-eu.tr .popup-bonus{
    font-size: 41px;
}
.exit-popup .non-eu.tr .popup-text{
    font-size: 22px;
}
/*RU*/
.exit-popup .non-eu.ru .popup-bonus{
    font-size: 42px;
}
.exit-popup .non-eu.ru .popup-text{
    font-size: 21px;
}
/*DE*/
.exit-popup .non-eu.de .popup-header{
    font-size: 28px;
    margin-top: 50px;
}
.exit-popup .non-eu.de .popup-bonus{
    font-size: 37px;
}
.exit-popup .non-eu.de .popup-text{
    font-size: 21px;
}
/*FI*/
.exit-popup .non-eu.fi .popup-bonus{
    font-size: 36px;
}
/*PL*/
.exit-popup .non-eu.pl .popup-header{
    font-size: 31px;
}
.exit-popup .non-eu.pl .popup-bonus{
    font-size: 41px;
}
.exit-popup .non-eu.pl .popup-text{
    font-size: 22px;
}
/*end of BVI*/
/*EU*/
/*PL*/
.exit-popup .eu.pl .popup-bonus{
    font-size: 28px;
}
/*IT*/
.exit-popup .eu.it .popup-bonus{
    font-size: 28px;
}
/*ID*/
.exit-popup .eu.id .popup-bonus{
    font-size: 27px;
}
.exit-popup .eu.id .popup-open-account{
    padding: 20px 22px;
    font-size: 14px;
}