.form_wrapper_max_width {
    max-width: 480px;
}
.clear {
    clear: both;
}
/*start forms*/
 .form_disclaimer {
    margin: 0 0 26px 0;
}
.form_wrapper_max_width {
    max-width: 480px;
}
.field_wrapper {
    margin-bottom: 20px;
}
.label_wrapper {
    height: 39px;
    line-height: 1.1;
}
.label_wrapper label{
    /*font-family: Arial, sans-serif;*/
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    vertical-align: middle;
    margin-bottom: 0;
}
.label_wrapper:after{
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    vertical-align: middle;
}
.error_wrapper {
    display: none;
    color: #ff0000;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: -4px;
}
.field_wrapper.formjor-err .error_wrapper {
    display: block;
}
.form-control.formjor-err {
    border-color: #ff0000;
}
.form-control, .form-control:focus{
    border: 1px solid #999999;
    outline: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 39px;
    font-size: 16px;
}
.ik_select {
    top: 0;
}
.ik_select .ik_select_link_text{

}
textarea.form-control {
    min-height: 150px;
    max-width: 100%;
}
.form_td_model_info .model_img_wrapper img{
    width: 150px;
}
.form_td_model_info .model_img_wrapper, .form_success_answer_wrapper .model_img_wrapper {
    margin: 10px 0;
}
.answer_result_block {
    line-height: 28px;
}
input.formjor-err {
    background: #fff;
}
.formjor-err {
    background: none;
}
.ik_select_link{
    cursor: pointer;
}
.ik_select_link:after {
    content: '\e803';
    display: block;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 8px;
    top: 11px;
    font-size: 16px;
}
.ik_select_dropdown .ik_select_list{
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: 1px solid #999999;
    border-top: none;
}
.ik_select_dropdown .ik_select_list li{
    height: 37px;
}
.ik_select_dropdown .ik_select_list li.ik_select_active span:after{
    display: none;
}
.ik_select .ik_select_link_text{
    /*font-family: Verdana, Arial, sans-serif;*/
    font-size: 16px;
    line-height: 25px;
}
.ik_select_dropdown .ik_select_list li{
    line-height: 37px;
    padding: 0 13px;
    cursor: pointer;
    margin: 0;
}
.ik_select_dropdown .ik_select_list{

}
.ik_select_dropdown .ik_select_list li.ik_select_hover{
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #2d92ff;
}


.ftype_date .icon,
.ftype_time .icon{
    position: absolute;
    display: block;
    right: 25px;
    top: 8px;
    font-size: 17px;
}
.ftype_date .icon:before{
    content: '\e81d';
}
.ftype_time .icon:before{
    content: '\e818';
}


body #ui-datepicker-div{
    padding: 12px 18px 20px 18px;
    border-radius: 0;
    border: 1px solid #999999;
    background: #fff;
    width: 267px;
}
body #ui-datepicker-div .ui-datepicker-calendar{
    margin: 0 0 -6px 0;
}
body #ui-datepicker-div.ui-datepicker .ui-datepicker-header{
    padding: 0;
    border: none;
    background: none;
}
body #ui-datepicker-div.ui-datepicker .ui-datepicker-title{
    height: 34px;
    border-bottom: 1px solid #999;
    margin: -3px 0 14px 0;
    line-height: 25px;
    padding: 3px 0 6px 0;
    display: block;
}
body #ui-datepicker-div .ui-datepicker-prev,
body #ui-datepicker-div .ui-datepicker-next{
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: #fff;
    top: 2px;
    cursor: pointer;
    border: 0;
}
body #ui-datepicker-div .ui-datepicker-prev{
    left: -2px;
}
body #ui-datepicker-div .ui-datepicker-next{
    right: -2px;
}

body #ui-datepicker-div .ui-datepicker-next .ui-icon,
body #ui-datepicker-div .ui-datepicker-prev .ui-icon{
    display: block;
    margin: 6px 0 0 7px;
    position: static;
    background: none;
}

body #ui-datepicker-div .ui-datepicker-prev:after,
body #ui-datepicker-div .ui-datepicker-next:after{
    content: '\e800';
    display: block;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 2px;
    color: #333333;
}
body #ui-datepicker-div .ui-datepicker-prev:hover:after,
body #ui-datepicker-div .ui-datepicker-next:hover:after {
    color: #2d92ff;
}
body #ui-datepicker-div .ui-datepicker-prev.ui-state-disabled:after,
body #ui-datepicker-div .ui-datepicker-next.ui-state-disabled:after {
    color: #999999;
}
body #ui-datepicker-div .ui-datepicker-prev:after {
    content: '\e801';
    text-align: left;
}
body #ui-datepicker-div .ui-datepicker-prev.ui-state-disabled .ui-icon,
body #ui-datepicker-div .ui-datepicker-prev.ui-state-disabled:hover .ui-icon{
    background-position: -241px -217px;
}
body #ui-datepicker-div .ui-datepicker-prev:hover .ui-icon{
    background-position: -253px -217px;
}
body #ui-datepicker-div .ui-datepicker-next:hover .ui-icon{
    background-position: -265px -217px;
}
body #ui-datepicker-div .ui-datepicker-next .ui-icon{
    background-position: -259px -217px;
}
body #ui-datepicker-div.ui-datepicker .ui-datepicker-title .ui-datepicker-month,
body #ui-datepicker-div.ui-datepicker .ui-datepicker-title .ui-datepicker-year{
    color: #333;
    font-size: 16px;
    font-weight: normal;
}
body #ui-datepicker-div.ui-datepicker th{
    padding: 0;
}
body #ui-datepicker-div.ui-datepicker th span{
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: left;
    margin-bottom: 8px;
}
body #ui-datepicker-div .ui-state-default{
    margin: 0 9px 9px 0;
    padding: 0 0 0 0;
    font-weight: normal;
    display: block;
    width: 25px;
    height: 22px;
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 16px;
    color: #333;
    background: none;
}
body #ui-datepicker-div .ui-state-disabled{
    opacity: 1;
}
body #ui-datepicker-div .ui-state-disabled .ui-state-default, body #ui-datepicker-div .ui-state-disabled .ui-state-default:hover{
    color: #999999;
    border-color: #dddddd;
}
body #ui-datepicker-div .ui-state-default:hover{
    border-color: #2d92ff;
    color: #2d92ff;
}
body #ui-datepicker-div .ui-state-default.ui-state-active{
    background: #2d92ff;
    color: #fff;
    border-color: #2d92ff;

}
body #ui-datepicker-div .ui-state-disabled .ui-state-default:hover{
    background: #fff;
    color: #999999;
}
body .ui-datepicker td{
    padding: 0;
    border-collapse: collapse;
}

body .container_timepicker{
    border: 1px solid #999999;
    padding: 15px 11px 17px 20px;
    margin: -355px 0 0 0;
}
body .container_timepicker table{
    border-collapse: collapse;
    width: 234px;
}
body .cell_spaces {
    margin: 0 19px 0 0;
}
body .cell_timepicker a, .disabled_timepicker a, body .cell_timepicker a{
    width: 56px;
    margin: 0 6px 7px 0;
    background: none;
    border: 1px solid #dddddd;
    font-size: 16px;
    color:	#7f7f7f!important;
    font-weight: normal;
    height: 22px;
    display: block;
    opacity: 1;
}
body .cell_timepicker.disabled_timepicker a, body .cell_timepicker.disabled_timepicker a:hover{
    border: 1px solid #dddddd;
    color: #999!important;
}
body .cell_timepicker a:hover{
    color: #2d92ff!important;
    border: 1px solid #2d92ff;
    text-decoration: none;
    font-weight: normal;
    background: none;

}
body .selected_timepicker.cell_timepicker a{
    color: #fff!important;
    background: #2d92ff;
    border: 1px solid #2d92ff;
    text-decoration: none;

}
body .cell_timepicker a.cell_spaces ,body .disabled_timepicker a.cell_spaces {
    margin: 0 30px 10px 0;
}
body .cell_header_timepicker a{
    width: 56px;
    border: none;
    border-bottom: 1px solid #999999;
    background: none;
    color: #333333;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    padding: 0 0 9px 0;
}
body .cell_header_timepicker a{
    text-decoration: none;
    font-weight: normal;
}
body .ui-widget {
    /*font-family: 'dindisplay-regular', Arial, sans-serif;*/
}

.form_submit_button{
    width: 100%;
}




.more_about_box {
    margin-top: 20px;
}

.i_agree_personal_data,
.more_about_security
{

}

.form_style .field_wrapper *[type="checkbox"] {
    display: none;
}
.form_style .field_wrapper *[type="checkbox"] + label {
    position: relative;
    padding-left: 28px;
    padding-top: 1px;
    font-size: 14px;
    pointer-events: auto;
    cursor: default;
    color: #333;
}

.form_style .field_wrapper *[type="checkbox"] + label:before {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #999;
    position: absolute;
    left: 0;
    top: -1px;
}
.form_style .field_wrapper *[type="checkbox"]:checked + label:before {
    background: #222 url('/files/resources/style/cheked_white.png') no-repeat center;
    border-color: #222;
}

.request_form_container {
    max-width: 100% !important;
}


.nav-button, a.nav-button, .content_block a.nav-button, .form-control.nav-button {
    text-decoration: none;
    padding: 10px 66px 10px;
    position: relative;
    color: #fff;
    background: none;
    background-color: #222222;
    font-weight: 200;
    font-size: 18px;
    border-bottom: None;
    border-right: none;
    border-top: 0;
    border-left: 0;
    outline: none;
    -moz-transition: none !important;
    /*font-family: 'Roboto Condensed', Arial, sans-serif;*/
    display: inline-block;
    line-height: 28px;
}
/*end forms*/
