#popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 7777;
    display: none;
    top: 0;
}

#popupcounsult {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 7777;
    display: none;
    top: 0;
}

#popupupload {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 7777;
    display: none;
    top: 0;
}

.popup_selector {
    width: 350px;
    border: 5px solid #c05246;
    border-radius: 10px;
    background-color: #fff;
    margin: 150px auto 0 auto;
}

.popup_form {
    z-index: 9999;
    height: 630px
}

.close_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    z-index: 8888;
    top: 0;
    left: 0;
}

.popup_form .text {
    padding: 12px 15px;
    width: 85%;
    border: 1px solid #ebebec;
    border-radius: 5px;
    margin: 8px 0;
    font-size: 16px;
}

.popup_form .button {
    margin: 20px 0;
}

.popup_form .button:hover {
    opacity: 0.8;
}

.popup_form .title {
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    color: #434448;
    padding: 20px 0 10px 0;
}

.popup_form .close a {
    float: right;
    font-weight: 900;
    font-size: 16px;
    color: #c05246;
    padding-right: 5px;
    text-decoration: none;
}

#bgmodal_visible {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1000;
}

#bgmodal_visible #popup_visible {
    background-color: #fff;
    margin: -100px auto 0;
    padding: 50px 20px;
    position: relative;
    width: 324px;
    border: 6px solid #d4e9ff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    top: 50%;
    font-size: 18px;
    text-align: center;
}

/*************/
.popupconsultwindow {
    width: 930px;
    height: 550px;
    top: 50%;
    margin-top: -275px;
    position: absolute;
    left: 50%;
    margin-left: -465px;
}

.popupconsultwindow .message {
    float: left;
    width: 445px;
    height: 100%;
    background-color: #fff;
    padding: 10px;
}

.popupconsultwindow .message .title {
    border-left: 7px solid #6b8aaa;
    color: #232323;
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
    text-align: left;
    padding-left: 15px;
}

.popupconsultwindow .message .cite {
    width: 445px;
    height: 313px;
    background: url(../images/cite-frame.png) top center no-repeat;
    padding: 10px 10px;
    margin: 40px 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 14px;
    text-align: left;
}

.popupconsultwindow .message .cite p {
    margin: 10px 0;
    line-height: 120%;
}

.popupconsultwindow .message .authorphoto {
    float: left;
}

.popupconsultwindow .message .authortext {
    float: left;
    margin-left: 20px;
    width: 320px;
    text-align: left;
    font-size: 12px;
}

.popupconsultwindow .message .authortext .boldtext {
    font-weight: bold;
    font-size: 14px;
}

.popupconsultwindow .form {
    float: left;
    width: 445px;
    height: 100%;
    background-color: #d4e9ff;
    padding: 10px;
    text-align: center
}

.popupconsultwindow .form .title {
    font-size: 30px;
    font-weight: bold;
    text-transform: none;
}

.popupconsultwindow .form .description {
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 600;
}

.popupconsultwindow .form label {
    float: left;
    font-size: 16px;
    margin: 10px 0 0 15px;
    font-weight: bold;
}

.popupconsultwindow .form .altertext {
    color: #7e7e7e;
    font-size: 16px;
}

.popupconsultwindow .popup_form .text {
    border: 1px solid #c5c5c5;
    border-radius: 0;
    font-size: 16px;
    margin: 0px;
    padding: 12px 15px;
    width: 85%;
}

.popupconsultwindow .popup_form .button {
    margin: 20px 0px 0 0;
}

/***************************/

.popup_form_normal {
    width: 465px;
    height: 580px;
    top: 50%;
    margin-top: -295px;
    position: absolute;
    left: 50%;
    margin-left: -233px;
    background-color: #d4e9ff;
    padding: 10px;
    z-index: 9999;
    text-align: center
}

.popup_form_normal .title {
    font-size: 30px;
    font-weight: bold;
    text-transform: none;
}

.popup_form_normal .description {
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 600;
}

.popup_form_normal label {
    float: left;
    font-size: 16px;
    margin: 10px 0 0 15px;
    font-weight: bold;
}

.popup_form_normal .altertext {
    color: #7e7e7e;
    font-size: 16px;
}

.popup_form_normal .text {
    border: 1px solid #c5c5c5;
    border-radius: 0;
    font-size: 16px;
    margin: 0px;
    padding: 12px 15px;
    width: 85%;
}

.popup_form_normal .close a {
    color: #C05246;
    float: right;
    font-size: 16px;
    font-weight: 900;
    padding-right: 5px;
    text-decoration: none;
}

.popup_form_normal .button {
    margin: 20px 0px 0 0;
}

/***************************/

.popup_form_steps {
    width: 465px;
    height: 550px;
    top: 50%;
    margin-top: -275px;
    position: absolute;
    left: 50%;
    margin-left: -233px;
    background-color: #e5e5e5;
    padding: 10px;
    z-index: 9999;
}

.popup_form_steps .title {
    font-size: 30px;
    font-weight: bold;
    text-transform: none;
}

.popup_form_steps .description {
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 600;
}

.popup_form_steps label {
    float: left;
    font-size: 16px;
    margin: 10px 0 0 15px;
    font-weight: bold;
}

.popup_form_steps .altertext {
    color: #7e7e7e;
    font-size: 16px;
}

.popup_form_steps .text {
    border: 1px solid #c5c5c5;
    border-radius: 0;
    font-size: 16px;
    margin: 0px;
    padding: 12px 15px;
    width: 85%;
}

.popup_form_steps .close a {
    color: #C05246;
    float: right;
    font-size: 16px;
    font-weight: 900;
    padding-right: 5px;
    text-decoration: none;
}

.popup_form_steps .button {
    margin: 20px 0px 0 0;
}

/*************/
.popupuploadwindow {
    width: 930px;
    height: 550px;
    top: 50%;
    margin-top: -290px;
    position: absolute;
    left: 50%;
    margin-left: -465px;
}

.popupuploadwindow .message {
    float: left;
    width: 445px;
    height: 100%;
    min-height: 100%;
    background-color: #FFFEB9;
    padding: 10px;
}

.popupuploadwindow .message .title {
    border-left: 7px solid #6b8aaa;
    color: #232323;
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 15px;
}

.popupuploadwindow .message .cite {
    width: 445px;
    height: 313px;
    background: url(../images/cite-frame.png) top center no-repeat;
    padding: 10px 10px;
    margin: 40px 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 14px;
    text-align: left;
}

.popupuploadwindow .message .cite p {
    margin: 10px 0;
    line-height: 120%;
}

.popupuploadwindow .message .authorphoto {
    float: left;
}

.popupuploadwindow .message .authortext {
    float: left;
    margin-left: 20px;
    width: 320px;
    text-align: left;
    font-size: 12px;
}

.popupuploadwindow .message .authortext .boldtext {
    font-weight: bold;
    font-size: 14px;
}

.popupuploadwindow .form {
    float: left;
    width: 445px;
    height: 100%;
    background-color: #d4e9ff;
    padding: 10px;
    text-align: center
}

.popupuploadwindow .form .title {
    font-size: 30px;
    font-weight: bold;
    text-transform: none;
}

.popupuploadwindow .form .description {
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 600;
}

.popupuploadwindow .form label {
    float: left;
    font-size: 16px;
    margin: 10px 0 0 15px;
    font-weight: bold;
}

.popupuploadwindow .form .altertext {
    color: #7e7e7e;
    font-size: 16px;
}

.popupuploadwindow .filesuploadcontainer {
    line-height: 40px;
}

.popupuploadwindow .popup_form .text {
    border: 1px solid #c5c5c5;
    border-radius: 0;
    font-size: 16px;
    margin: 0px;
    padding: 12px 15px;
    width: 85%;
}

.popupuploadwindow .popup_form .button {
    margin: 20px 0px 0 0;
}

/***************************/