.popup__windows{
    position: fixed;
    /*background: rgba(0, 0, 0, 0.63);*/
    background-color: #444343;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    /*padding: 2% 0px 0px 0px;*/
    display: none;
    z-index: 9999999;
}
.window__header{
    position: absolute;
    float: left;
    width: 90%;
    left: 5%;
}
.window__header i{
       float: right;
    font-size: 30px;
    /* margin-right: 10px; */
    color: #DC0000;
    background-color: white;
    padding: 5px;
    margin-top: 20px;
}

.popup__windows2{
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    padding: 2% 0px 0px 0px;
    display: none;
    z-index: 999;
}
.window__header2{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
}
.window__header2 i{
    float: right;
    font-size: 30px;
    margin-right: 10px;
    color: #DC0000;
}
