.modal_callback .modal-content{
	background: #ffffff;
	border-radius: 0;
	border: none;
	padding: 0;
}
.modal_callback .modal-header{
	padding: 0;
	border: none;
}
.modal_callback .modal-header img{
	width: 100%;
	height: auto;
}
.avers_text1{
	text-align: center;
	margin-bottom: 11px;
	font-family: 'Roboto',sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 36px;
    line-height: 1.23;
}
.avers_text2{
	text-align: center;
	margin-bottom: 24px;
	font-size: 16px;
    line-height: 1.55;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: #000;
}
.avers_text3{
    font-size: 20px;
    line-height:22px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}
.modal_callback .modal-body{
	padding: 40px 45px;
}
.avers_inpt{
	margin-bottom: 25px;
	width: 100%;
	height: 54px;
    -webkit-appearance: none;
	color: #000000;
    border: 1px solid #c9c9c9;
    background-color: #ffffff;
    font-family: 'Roboto',sans-serif;
    font-size: 100%;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.avers_txtarea{
	color: #000000;
    border: 1px solid #c9c9c9;
    background-color: #ffffff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    height: 136px;
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.33;
    font-family: 'Roboto',sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.avers_btn{
	color: #000000;
    background-color: #fcc54e;
    width: 100%;
    height: 54px;
    -webkit-appearance: none;
    font-family: 'Roboto',sans-serif;
    text-align: center;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.modal_close{
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 1001;
	width: 30px;
	height: 30px;
	cursor: pointer;
	
}
.modal_close:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ffffff;
	top: 14px;
	left: 0;
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: opacity .3s linear;
}
.modal_close:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ffffff;
	top: 14px;
	left: 0;
	-moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: opacity .3s linear;
}
.modal_close:hover:before,
.modal_close:hover:after{
	opacity: .5;
}
.form_group{
    position: relative;
}
.form_group label.error{
    position: absolute;
    top: -18px;
    right: 0;
    color: red;
    width: 100%;
    font-size: 12px;
}
.avers_btn1{
    font-family: 'Roboto',sans-serif;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    background: none;
    cursor: pointer;
    box-sizing: content-box;
    background: #fcc54e !important;
    color: #000000 !important;
    display: inline-block;
    text-transform: uppercase;
}
.none{
    display: none;
}
.avers_message{
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    text-align: center;
}
#rec10076264 .t-menu__link-item.t-active{
	color: #fcc54e!important;
}