.form_send {
	text-align: center;
	font-size: 24px;
	padding: 20px;
	padding-top: 60px;
	padding-bottom: 60px;
	display: none;
}

.form_white {
	color: #fff;
}

.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 450px;
    margin: 40px auto;
    position: relative;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.white-popup-block h1 {
	text-align: center;
}
.call_back_div {
	margin-bottom: 10px;
	text-align: center;
}

.call_back_div input[type="text"], .call_back_div input[type="email"] {
	height: 40px;
	border: 1px solid #adadad;
	padding-left: 15px;
	margin-top: 7px;
	width: 100%;
}

.call_back_div button[type="submit"] {
	    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
    color: #ffffff;
    width: 100%;
    background-color: #092858;
    padding: 11px 26px;
    border-radius: 3px;
    text-decoration: none;
    transition: 0.4s;
    border: 0;
    margin-top: 30px;
    height: 50px;
}