.popup_usa_wrapper.active{
    display: flex;
}
.popup_usa_wrapper{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    align-items: center;
    justify-content: center;
}
.popup_usa{
    width: 100%;
    max-width: 600px;
    position: relative;
}
.popup_usa .popup-window-close-icon{
    right: 10px;
    top: 10px;
}
.popup_usa .popup-window-close-icon:after{
    background-image: url(images/form.close.png);
    width: 20px;
    height: 20px;
}


