.left_title {
	font-size: 28px!important;
	line-height: 26px!important;
	letter-spacing: .5px!important;
	margin: 0;
	opacity: 1;
	color:#fff;
}
.flexModal {
	display: flex;
}
.modal_left {
	background: #f73b00;
	padding: 30px 18px!important;
}
.modal_right {
	padding-top: 15px;
}
.inputPoleFields {
    height: 0;
    overflow: hidden;
}
.modal_left-15bg {
	background: #f73b00 url(../img/detail_order_form_yale.jpg) center bottom no-repeat;
	background-size: cover;
}
.modal_left-yellow {
	background: #f73b00;
}
.fancybox-content {
	padding: 0!important;
}
.astraForm_name {
	font-size: 14px;
    width: 100%;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}
.astraFrom_border {
	border-bottom: 2px solid #000;
}
.astraForm_title {
	margin-bottom:15px;
}
.inputPole {
	margin-bottom: 10px;
}
.astraForm_input {
	width: 100%;
    height: 34px;
    border: 1px solid #6e6e6e;
    outline: none;
    padding: 2px 15px;
    font-size: 14px;
}
.astraForm_text {
	width: 100%;
	min-height: 100px;
	border: 1px solid #333;
}
.astraForm_agreement {
	margin:10px 0 20px 0;
	font-weight: 400!important;
}
.astraForm_send {
    outline: none;
    float: right;
    width: auto;
    margin: 0;
    font-size: 12px;
    color: #333;
    border: 1px solid #f2bb28;
    text-align: center !important;
}
.astraForm_dop {
	height: 0px!important;
	width: 0px!important;
	overflow: hidden;
}
.astraForm_bottom {
	margin-bottom: 20px;
}
.astraForm_check {
	height:0px;
	width:0px;
	padding: 0px!important;
	margin: 0px!important;
	border:none!important;
}
.astraForm_input-error {
	box-shadow: 0 0 6px 0 red;
}
.checkbox_text {
	position: relative;
	padding-left: 5px;
}

.astraForm_done {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #68bf68;
    border: 1px solid #0080002e;
    border-radius: 10px;
}
.left_title-shadow {
	color: #fff;
	text-shadow: 0 0 7px #000;
}
.modal_left_order {
	background: #808080 url(../img/detail_order_form.jpg) center bottom no-repeat;
	background-size: cover;
	min-height: 540px;
}
.modal_right_order {
	padding-top: 35px;
}
.modal_left_order .left_title {
	display: inline-block;
	background: #f00;
	padding: 10px 20px 13px;
	margin-left: -18px;
}
.headerCallback{
	max-width: 50%;
}
@media (max-width : 767px) {
	.headerCallback{
		max-width: 80%;
	}
}