* {
    box-sizing: border-box;
}
#popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 77777;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
}
#popup.absolute{
    position: absolute;
}
.popup_youtube{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    background-color: transparent;
    z-index: 9999;
    text-align: center;
    box-sizing: border-box;
}

.popup_youtube .close_button,
#popup_privacy .close_button {
    height: 50px;
    background: transparent;
    text-align: right;
    width: 50px;
    background: url(../images/btn-close.png) 50% 50% no-repeat;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 50;
    cursor: pointer;
}
#popup_privacy .form_title,
.popup_callback .form_title {
    color: #0e3083;
}

#popup_privacy .form_container,
.popup_callback .form_contacts .form_container
{
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
}

#popup .close {
    /* width: 20px; */
    /* height: 20px; */
    cursor: pointer;
    /* top: 4px; */
    /* right: 4px; */
    /* position: absolute; */
}
