
#popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 7777;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
}
#popup.absolute{
    position: absolute;
}
.popup_callback,
.popup_question,
.popup_checklist,
.popup_form_info,
.popup_login,
.popup_registration,
.popup_sendproduct{
    width: 475px;
    height: 600px;
    position: absolute;
    left: calc(50% - 235px);
    top: calc(50% - 300px);
    background-color: transparent;
    z-index: 9999;
    text-align: center;
}

.popup_1click{
    width: 475px;
    height: 210px;
    position: absolute;
    left: calc(50% - 235px);
    top: calc(50% - 300px);
    background-color: #f5f5f5;
    z-index: 9999;
    text-align: center;
}

.popup_callback .green-button,
.popup_1click .green-button{
    width: 200px;
    height: 50px;
    font-weight: 700;
    margin-top: 20px;
}
.popup_callback .close_button, .popup_question .close_button, .popup_1click .close_button {
    /* text-align: right; */
    /* height: 30px; */
    /* cursor: pointer; */
    /* width: 100%; */
    position: absolute;
    top: -40px;
    right: -15px;
    cursor: pointer;
}
.popup_callback .form_title, .popup_question .form_title {
    color: #0e3083;
}
.popup_callback .form_contacts input[type=text],
.popup_callback .form_contacts input[type=email],
.popup_question .form_contacts input[type=text],
.popup_question .form_contacts input[type=email]
{
    color: #0e284e;
    font-size: 18px;
    border: 1px solid #939393;
}/*
#popup .popup_callback .form_contacts textarea,
#popup .popup_question .form_contacts textarea {
    width: 100%;
    margin-bottom: 0;
    height: 100px;
    color: #787878;
    font-size: 16px;
    font-weight: 300;
    background: #fff;
    border: 1px solid #939393;
    border-radius: 0;
}*/
.popup_callback .form_contacts .form_container,
.popup_question .form_contacts .form_container {
    padding: 30px 50px;
    box-sizing: border-box;
    background: #fff;
    width: 450px;
}
.popup_callback .form_container .button_contacts,
.popup_question .form_container .button_contacts  {
    margin: 20px auto 0;
    border-radius: 30px;
    border: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
}




.popup_login .lf_link{
    color: #777c80;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.popup_form_info{
    width: 900px;
    margin-left: -400px;
    left: 50%;
    margin-top: 0;
    height: auto;

}
.popup_form_info #info-message{
    color: #646464;
    font-size: 15px;
    text-align: justify;
}

#popup .title {
    font-size: 18px;
    text-transform: none;
    padding:  0 0 20px 0;
}
#popup .popup_form_info .title{
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#popup .popup_login .title,
.popup_sendproduct .title{
    margin-bottom: 30px;
}
#popup .description {
    color: #8d8d8d;
    font-size: 16px;
    margin: 15px 0 15px;
}


 .popup_end {
     font-size: 14px;
     text-transform: uppercase;
     color: #282c31;
     padding-top: 25px;
 }

 .close img {
     width: 15px;
     background: #da4b5b;
     padding: 5px;
     box-sizing: content-box;
 }
 .red-button {
    display: inline-block;
    padding: 15px 104px;
    margin-top: 25px;
    font-size: 16px;
}

#popup .buttonYellow {
    border: 1px solid #e8b900;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 36px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: all 0.3s ease-in 0s;
    cursor: pointer;
}

#popup .phone-wrapper{
    clear: left;
    margin: 0px 0 0 24px;
}
#popup .call-prefix{
    float: left;
    width: 40px
}

#popup input[name=call-phone].text{
    float: left;
    width: 240px;
    margin-left: 5px;
}

#popup .form_title {
    font-size: 23px;
    font-weight: 700;
    color: #000;
    margin: 0 auto;
    text-align: center;
    /*text-transform: uppercase;*/
}
#popup .form_title span {
    display: inline-block;
    padding-bottom: 5px;
}

.contacts_form {
    margin-bottom: 20px;
}
.contacts_form .form_contacts{
    margin:  -331px auto 5px;
    background: #fff;
    box-shadow: 0 0 20px 5px #c8c9ce;
    width: 710px;
    height: 656px;
}
#popup .form_container {
    padding: 30px 100px;
}
#popup_question .form_container {
    padding: 30px 50px;
}
#popup_question .input__popup {
    margin-top: 10px;
}
#popup .form_1click .form_container {
    padding: 20px 50px;
}
.search_field {
    margin-bottom: 15px;
}
/*
#popup input[type=text],
#popup input[type=email]
{
    width: 100%;
    padding-left: 18px;
    height: 52px;
    border: 1px solid #979797;
    font-size: 16px;
    color: #1e1e1e;
    outline: none;
    font-weight: 300;
}*/
#message_contacts {
    width: 100%;
    padding-left: 18px;
    padding-top: 10px;
    height: 130px;
    font-weight: 300;
    color: #a7a7a7;
    border: 1px solid #979797;
    font-size: 16px;
    margin-top: 33px;
    resize: none;
    outline: none;
}
.form_contacts .button_contacts {
    width: 265px;
    background: #0e3083;
    border-radius: 30px;
    text-align: center;
    margin: 45px auto 0;
    color: #fff;
    border: 0;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
    display: block;
    padding: 0;
}

#popup input[type=submit]{
    padding: 0;
}
#popup .form_contacts{
    width: auto;
}


#popup_search_model{
    width: 620px;
    height: 540px;
    position: fixed;
    left: calc(50% - 310px);
    top: calc(50% - 270px);
    background-color: #fff;
    z-index: 9999;
    text-align: center;
}
#popup_search_model .form_title {
    color: #000;
    margin: 0 auto 20px;
    text-align: center;
}
#popup_search_model .form_title span {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
}
#popup_search_model .close_button {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#popup_search_model input[name=vendor],
#popup_search_model input[name=model],
#popup_search_model input[name=category] {
    width: 418px;
    padding-left: 18px;
    height: 50px;
    border: 1px solid #979797;
    font-size: 16px;
    outline: none;
    font-weight: 300;
    background: url("../images/icons/open.png") 95% 50% no-repeat;
}
#popup_search_model input[placeholder] {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
#popup_search_model label {
    font-size: 16px;
    font-weight: 400;
    color: #848484;
    display: flex;
    margin: 5px 0 10px;
}
.popup_search_model select {
    border: 1px solid #a7a7a7;
    border-radius: 2px;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    width: 100%;
}
.search_model_button {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}
.popup_cart {
    position: absolute;
    left: calc(50% - 550px);
    width: 1100px;
    background: #fff;
}