/*-------------------------PopUp-----------------------------*/
#overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.9;filter:alpha(opacity=90);z-index:990;}


.PopUp {
    /*width:430px;*/
    background:none repeat scroll 0 0 rgba(0,0,0,0.3);
    float:left;
    border-radius:15px;
    display:none;
    position:fixed;
    z-index:991;
    max-height:600px;
    overflow:hidden;}
.PopUp .inner, .ajax-loader-inner {
    /*width:400px;*/
	max-width:300px;
	padding:20px 30px;
    margin:15px;
    background:#fff;
    border-radius:5px;
    float:left;
    padding-bottom:25px;
    max-height:560px;
    overflow:auto;
}
.PopUp.otziv-all .inner {padding-bottom:0;}

.ajax-loader { padding:100px 0; margin-left:95px;}

.PopUp h3{
    color:#FE6053;
    font-size:24px;
    font-weight:100;
    text-align:left;
    float:left;
    padding:15px 0;
    width:100%;
font-weight: bold}

.PopUp .form  {
	width:100%;
    margin:0px auto;
    color:#777;
}

.PopUp .form label {
    margin-top:6px;
    float:left; width:100%;}

.PopUp .form .button{text-shadow: none!important;}


.PopUp input[type="text"], #porder-email {
    float:left;
    width:100%;
    border:1px solid #ccc;
    border-radius:2px;
    background:#FdFdFd;
    height:30px;
    margin-top:2px;
    padding:3px 5px;
    font-size:14px;
    
    color:#777;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;}

.PopUp textarea {
    height:100px;
    float:left;
    width:100%;
    border:1px solid #ddd;
    border-radius:2px;
    background:#FdFdFd;
    margin-top:3px;
    padding:3px 5px;
    font-size:14px;
    
    color:#777;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;}

.PopUp .button {
    width:164px;
    /*height:30px;*/
    float: right;
    margin-top:15px;}

.PopUp .close {
    width: 28px;
    height: 28px;
    background: url(../../images/ico-x.png);
    position: absolute;
    right:0px;
    margin-top: 0px;
    cursor: pointer;
    z-index: 1;}
.zapros-otpravlen {text-align:center; font-size:26px; line-height:30px; color:#FE6053; padding:60px 0px;}
.zapros-otpravlen span {font-size:18px; line-height:22px; color:#2a2f36; margin-top:15px;}