.zakaz_form_wrapper{
display:none;
}
.zakaz_form_button{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.zakaz_form_title{
color: #FFFFFF;
}
.popup_wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
	display:none;
}
.popup_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.popup_close {
width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    padding: 5px;
}
.popup_content_wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
}
.popup_content_block {
    background: #2b2e33;
    border-radius: 5px;
    padding: 20px 20px;
    margin-left: -50%;
    margin-top: -50%;
    display: inline-block;
    position: relative;
    color: #FFFFFF;
}
.popup_content{
    width: 260px;
}
.popup_content .form-control{
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 0;
    box-shadow: none;
    padding-left: 22px;
	padding-right: 22px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    color: white;
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}