#popup {
    background: rgba(0, 0, 0, 0.702);
    display: none;
    height: 100%;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 7777;
    text-align:center
}


#popupcounsult {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 7777;
    display: none;
}
.popup_selector {
    width: 350px;
    border: 5px solid #c05246;
    border-radius: 10px;
    background-color: #fff;
    margin: 150px auto 0 auto;
}
.popup_form {
    z-index: 9999;
    width: 360px;
    height: 430px;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -230px;
}
.popup_form.order {
    height: 360px;
}
.close_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    z-index: 8888;
    top: 0;
    left: 0;
}
.popup_form .text {
    padding: 12px 15px;
    width: 100%;
    border: 1px solid #ebebec;
    margin: 8px 0;
    font-size: 16px;
}
.popup_form .submit-wrapper {
    text-align: center;
    padding: 20px 0;
}
.popup_form .title {
    font-size: 18px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #d2b897;
}
.popup_form .description {
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
}
.popup_form .close a {
    float: right;
    font-weight: 200;
    font-size: 16px;
    color: #000;
    margin-top: -5px;
    text-decoration: none;
}
.popup_form .description {
    height: 20px;
    width: 100%;
}

.popup_form_normal{
    width: 465px;
    height: 570px;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -233px;
    background-color: #fff;
    padding: 10px;
    z-index: 9999;
}
.popup_form_info {
    width: 850px;
    height: 350px;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -425px;
    background-color: #fff;
    padding: 35px 20px;
    z-index: 9999;
    box-sizing: border-box;
    color: #282828;
    text-align: left;
}

.popup_form_info .close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.popup_form_info .col13{
    width: 33.3%;
    float: left;
    font-size: 14px;
    font-weight: 300;
    min-height: 45px;
}

.popup_form_info .col33{
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 300;
    height: 150px;
    overflow-y: scroll;
    padding-top: 20px;
    margin-bottom: 10px;
}

.popup_form_info .col13 .title,
.popup_form_info .col33 .title {
    font-weight: bold;
}

.buttondark{
    display: inline-block;
    width: 224px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    background-color: #244754;
    border: 2px solid #244754;
    transition: all 0.3s ease-in 0s;
    cursor: pointer;
    text-transform: uppercase;
}
.popup_form_info .buttondark:hover{
    color: #244754;
    background-color: #fff;
}

textarea{
    resize: none;
}


#popup.absolute{
    position: absolute;
}
.popup_form_normal  .title{font-size: 30px; font-weight: bold; text-transform: none; color: #d2b897;}
.popup_form_normal  .description{color: #7e7e7e; font-size: 14px;}
.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: 14px;}
.popup_form_normal .text,
.popup_form_normal textarea
{
    border: 1px solid #244754;
    border-radius: 0;
    font-size: 16px;
    margin: 0;
    padding: 12px 15px;
    width: 94%;
}
.popup_form_normal .close a,
.popup_form_info .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;}