.ipopup_open {
    overflow: hidden !important;
}

    .ipopup_open body {
        overflow: hidden !important;
        height: 100% !important;
    }

.ipopup_wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#ipopup {
    position: relative;
    display: none;
    margin: 50px auto;
    max-width: calc(100% - 20px);
    box-sizing: border-box;
}
    *html #ipopup {
        position: absolute
    }

#ipopup .bt_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    color: #000;
    cursor: pointer;
    z-index: 222;
    transition: all 0.2s ease-in-out 0s;
}
    #ipopup .bt_close:hover {
        transform: scale(1.5) rotate(360deg);
        /*color: #c21f13;*/
    }
    #ipopup .bt_close:after {
        content: "\00d7";
    }

#ipopup_fade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
}
    *html #fade {
        position: absolute
    }

/*#ipopup_fade ~ *{
    transition: all .2s ease-in;
}
    .ipopup_blur #ipopup_fade ~ *{
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px); 
        -ms-filter: blur(5px);
        -o-filter: blur(5px);
        filter: blur(5px);
    }*/



#ipopup .form_file_input {
    position: relative;
    overflow: hidden;
}

    #ipopup .form_file_input .input_file {
        position: absolute;
        right: 0;
        top: 0;
        width: 1000px;
        height: 1000px;
        opacity: 0;
        cursor: pointer;
    }

    #ipopup .form_file_input label {
        
    }

        #ipopup .form_file_input:hover label {
            
        }

        #ipopup .form_file_input label.loadind {
            
        }

        #ipopup .form_file_input label.loaded {

        }





/* =================================== THEME =================================== */


#ipopup_fade {
    opacity: .3;
    background: #000;
}

#ipopup {
    width: 350px;
    padding: 30px 30px 15px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}

    #ipopup .title {
        padding-bottom: 20px;
        font-size: 23px;
        text-align: center;
        font-weight: bold;
    }

    #ipopup .line {
        padding-bottom: 15px;
    }

    #ipopup .line p {
        font-size: 12px;
    }

    #ipopup .line .input {
        width: 100%;
        margin-bottom: 0;
    }

    #ipopup .line input[type=text] {
        width: 100%;
        margin-bottom: 0;
    }

    #ipopup .line textarea {
        width: 100% !important;
        margin-bottom: 0;
    }

    #ipopup .submit {
        text-align: center;
        padding-bottom: 15px;
    }


#ipopup .privacy-policy {
    padding-bottom: 15px;
    text-align: center;
    font-size: 11px;
    color: #999;
    line-height: 1.2em;
}


    #ipopup .form_file_input label {
        font-size: 11px;
        color: #999;
        padding: 2px 10px 2px 7px !important;
        background-color: #fdfdfd;
        border: 1px dashed #eee;
        border-radius: 2px;
        display: inline-block;
        font-weight: 100;
    }

        #ipopup .form_file_input label.loadind {
            
        }

        #ipopup .form_file_input:hover label,
        #ipopup .form_file_input label.loaded {
            color:#333;
        }






/* ==============      ipopup       ================*/

body .ipopup_wrap {
    background: rgba(0, 0, 0, 0.8);
}

body #ipopup {
    background: transparent url(../images/ipopup_bg.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 10rem;
    width: 650rem;
    box-sizing: border-box;
    padding: 90rem;
}

body #ipopup .bt_close {
    color: #fff;
}

body #ipopup .title {
    font-family: 'Unbounded', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32rem;
    line-height: 1.2;
    color: #FFFFFF;
}

body #ipopup .title2 {
    font-family: 'Unbounded', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22rem;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 20rem 0 0 0;
}

@media only screen and (max-width: 768px) {
    body #ipopup {
      padding: 20rem;
    }
    body #ipopup .title {
        font-size: 25rem;
    }
}