@import url("../../../css/mform.css");

.exform_wrapper.style-callback6 {
	width: 100%;
    font-size: 20px;
    color: #000;
    background: transparent;
    border: none;
    padding: 0px;
    border-radius: 0;
	box-sizing: border-box;
}

.exform_wrapper.style-callback6 .exform_header {
	    text-align: center;
    padding: 5px 0;
    margin: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;

}
.exform_wrapper.style-callback6 .exform_addmsg a {
   color: rgba(68, 68, 68, 0.5);
    font-size: 12px;
	text-decoration:underline;
}

.exform_wrapper.style-callback6 .exform_addmsg {
    margin: 20px 0 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(68, 68, 68, 0.5);
}
.exform_wrapper.style-callback6 .form-body {
    display: flex;
    flex-flow: row wrap;
}
.form-wrap {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.exform_wrapper.style-callback6 input[type="text"]:focus, .exform_wrapper.style-callback6 .exform_wrapper textarea:focus {background:#ffd;}
.exform_wrapper.style-callback6 .inpt_wrpr {
	margin: 0;
    padding: 0;
	    display: flex;
}
.exform_wrapper.style-callback6 input[type="text"],
.exform_wrapper.style-callback6 textarea {
    border: 0;
    padding: 0px 7px;
    border-radius: 0;
    height: 40px;
	font-size: 16px !important;
    text-align: left;
    margin-right: 20px;
    width: 200px;
    margin-top: 0;
    background: #fff;
}
.exform_wrapper.style-callback6 textarea{height:50px; resize:none; font-family: Arial;}

.exform_wrapper.style-callback6 div.err {height:0; float:right; position:relative; left:0; top:11px;}

.exform_wrapper.style-callback6 .mf_submit {
text-align: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.exform_wrapper.style-callback6 .mf_submit .send_btn{
cursor: pointer;
    color: #fff;
    border: 0;
    margin: 0;
    margin-left: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    background: #0FA8AE;
    border-radius: 5px;
    width: 180px;
    height: 40px;

 }
 .exform_wrapper.style-callback6 .mf_submit .send_btn:hover{
opacity:0.7;

 }
 .bottom-form {
    background: url(/exform/themes/style-callback6/css/formbg.png) no-repeat;
    background-size: cover;
    padding: 45px 0;
}
.exform_wrapper.style-callback6 .exf_captcha input[type="text"], .exform_wrapper.style-callback6 .captcha_img {float:left;}
.exform_wrapper.style-callback6 .exf_captcha input[type="text"] {width:130px;}
.exform_wrapper.style-callback6 .captcha_img {width:160px; height:34px; margin:2px 0 0 4px;}
#mf_captcha_callback {width:160px; border:solid 1px #ccc;}
.exform_wrapper.style-callback6 .exf_captcha a {display:block; width:32px; height:32px; float:right; margin:4px -10px 0 0; background:url(refresh.png);}

.exform_wrapper.style-callback6.finmsg {width:400px; min-height:50px; padding:10px; position:absolute; left:50%; top:50%; margin:-60px 0 0 -200px;}
.exform_wrapper.style-callback6.finmsg p{text-align:center;}
.exf_captcha {display: none;}
.close_btn {
	width: 20px!important;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url('/exform/imgs/exit.png') no-repeat;
	background-size: 100%;
	border: none;
	cursor: pointer;
}

.close_btn:focus { outline: none; }

.lab{
	font-size:13px;
}
 .clb-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    color: #444444;
    font-family: 'Segoe UI';
	    max-width: 500px;
}
.clb-title-small {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #444444;
    margin: 20px 0 35px;
	    max-width: 480px;
}
@media screen and (max-width:660px){
	.clb-head > div {
    max-width: 100%;
}
.clb-head {
    text-align: center;
}
.exform_wrapper.style-callback6 .form-body, .exform_wrapper.style-callback6 .inpt_wrpr {
    display: block;

}
.exform_wrapper.style-callback6 input[type="text"], .exform_wrapper.style-callback6 textarea {

    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;

}
.exform_wrapper.style-callback6 .mf_submit .send_btn {

    margin-left: 0;

    width: 100%;

}
.exform_wrapper.style-callback6 .exform_addmsg {

    text-align: center;
}
}

.style-callback6 form {
    padding: 60px 80px;
}

.form-body__heading {
    margin-bottom: 45px;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: #000000;
    max-width: 769px;
}

.form-body__text {
    margin-bottom: 25px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
}

@media screen and (max-width: 500px) {
    .form-body__heading {
        font-size: 24px;
    }
    .style-callback6 form {
        padding: 30px 15px;
    }
}