#popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 777;
    display: none;
    top: 0;
    left: 0;
}

#popupcounsult {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 7777;
    display: none;
}

#popup_form_price_offer {
    min-height: 350px;
    height: auto;
}

#popup_form_need_login{
    height: 210px;
}

.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: 490px;
    background-color: #fff;
    padding: 20px;
    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 .field-input {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
}

.popup_form .user-input,
.popup_form .phone-input {
    padding-left: 60px;
}

.popup_form .submit-wrapper {
    text-align: center;
    padding: 20px 0;
}

.popup_form .title {
    font-size: 22px;
    font-weight: 900;
    padding: 10px 0 10px 0;
    background: url(../images/red-h-line.png) bottom center repeat-x;
    text-align: center;
}

.popup_form .description {
    text-align: center;
    font-size: 16px;

    padding-top: 30px;
    padding-bottom: 20px;
}

.popup_form .close a {
    float: right;
    font-weight: 200;
    font-size: 16px;
    color: #000;
    margin-top: -5px;
    text-decoration: none;
}
.popup_auth {
    width: 640px;
    height: 500px;
    background: #fff;
    top: calc(50% - 235px);
    left: calc(50% - 320px);
    padding: 35px 100px;
    text-align: center;
    z-index: 999;
    position: relative;
    margin: 0;
}
.popup_auth .title {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 5px solid #c6272c;
    margin-bottom: 30px;
    display: inline-block;
}
.popup_auth .close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.popup_auth .close a {
    margin: 0;
}
.popup_auth .field_text {
    width: 420px;
    height: 50px;
    border: 1px solid #b8b8b8;
    padding: 0 10px;
    font-size: 16px;
    margin: 10px 0 30px;
}
.popup_auth .field_text.phone-input{
    background: none;
}
.popup_auth .yellow-button {
    width: 325px;
    height: 50px;
    padding: 0;
}
.popup_auth .red_quest {
    font-size: 14px;
    font-weight: 700;
    color: #c6272c;
    padding-bottom: 10px;
    display: inline-block;
}
.popup_auth .submit-wrapper {
    padding:  0;
    margin-bottom: 40px;
}
.popup_auth label {
    font-size: 14px;
    color: #666666;
}
#popup_reg {
    height: 675px;
    top: calc(50% - 290px);
}
#bgmodal_visible {
    background-color: rgba(0, 0, 0, 0.6);
    font-family: Intro;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1000;
}

.popup_form .popup-select-wrapper {
    margin-bottom: 30px;
}

.popup_form .popup-select-wrapper .field-input {
    width: 300px;
    text-align: left;
}

.popup_form .select2-container--default .select2-selection--single {
    border-radius: 0;
    display: block;
    height: 53px;
    border: 0;
}

.popup_form .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    text-align: left;
    padding: 12px 15px 12px 0;
    height: 53px;
    border-bottom: 1px solid #000;
    padding-left: 4px;
    color: #000;
}

.popup_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px;
}

.popup_form .exchange-target {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}