.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 .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/exit_oopup_august-1st-30.jpg);
   background-size: cover;
   background-position: center;
   padding: 30px;
   border: none;
   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{
    border: 2px solid #fff;
}
.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;
   font-size: 60px;
   margin-bottom: 20px;
}
.exit-popup .eu .popup-header {
   font-size: 49px;
}
.exit-popup .popup-bonus {
    color: #012860;
    font-size: 31px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
 }
 .exit-popup .eu .popup-bonus {
    color: #fff;
 }
 .exit-popup .popup-text {
     color:#343434;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 9px;
    font-weight: 500;
 }
 .exit-popup .eu .popup-text {
     color:#fff;
     font-weight: 200;
 }
.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 .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);
}
.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 .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;
}

@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*/
/*FI*/
.exit-popup .fi .popup-header{
    font-size: 46px;
}
.exit-popup .fi .popup-bonus{
    font-size: 26px;
}
/*IT*/
.exit-popup .it .popup-header{
    font-size: 35px;
}
.exit-popup .it .popup-bonus{
    font-size: 27px;
}
/*PL*/
.exit-popup .pl .popup-header{
    font-size: 48px;
}
.exit-popup .pl .popup-bonus{
    font-size: 27px;
}
/*PT+BR*/
.exit-popup .pt .popup-header,
.exit-popup .br .popup-header{
    font-size: 48px;
}
.exit-popup .pt .popup-bonus,
.exit-popup .br .popup-bonus{
    font-size: 25px;
}
/*ES+CL*/
.exit-popup .es .popup-header,
.exit-popup .cl .popup-header{
    font-size: 50px;
}
.exit-popup .es .popup-bonus,
.exit-popup .cl .popup-bonus{
    font-size: 28px;
}
/*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;
}