.row:after,
.container:after,
.mainform-row:after {
    content: "";
    display: table;
    clear: both;
}

.mainform {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.mainform, .mainform * {
    box-sizing: border-box;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.mainform .container {
    padding: 0 !important;
    width: auto !important;
    box-shadow: none;
    line-height: normal;
    margin: 0 !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

/*.col-xs-12 {
    width: 95%
}
*/
.col-xs-4 {
    width: 33.33333333%
}

.form_lead {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 20px;
}
.form_wrap {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
}
.form_head {
    padding: 5px 15px 0 83px;
    position: relative;
}
.form_head img {
    left: 15px;
    position: absolute;
    top: 0;
    margin: 0;
}
.content h1.form_title,
.form_title {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 5px;
    font-weight: normal;
    text-transform: inherit;
}
.form_subtitle,
.content h2.form_subtitle {
    color: #666;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: normal;
}
.text_area_hint {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #e2edf2 none repeat scroll 0 0;
    border-color: -moz-use-text-color #cccccc #cccccc;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    font-size: 12px;
    margin: 0 0 15px;
    padding: 5px 10px;
    line-height: normal;
}
.text_area_hint span {font-weight: bold;}

.form_body .row, .mainform-row {
    margin-left: -15px;
    margin-right: -15px;
}

.form_body {padding: 15px 15px 0;}

.form-group {
    margin-bottom: 20px;
}

.form-control.empty {
    border-color: #ff0000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
}

.form-control {
    background: #fff;
    border: 1px solid #c2c2c2;
    color: #555;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
}

.form-control:focus, .form-control.empty:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}

.form_body label {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
    max-width: 100%;
}

.question_area {
    border-radius: 0;
    min-height: 130px;
    height: auto;
    overflow: auto;
}
.question_area::-moz-placeholder {
    color: #777;
    font-style: italic;
}
.but_nav {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #428bca none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #346c9d;
    border-image: none;
    border-radius: 3px;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: 0 -2px 0 #3b7ab1 inset;
    color: #fff;
    display: block;
    font-size: 17px;
    line-height: 25px;
    margin-top: 3px;
    outline: medium none;
    padding: 10px 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    width: 100%;
    cursor: pointer;
}
.but_nav:hover {
    background: #3d7eb7 none repeat scroll 0 0;
    border-bottom: 1px solid #2e5d85;
    box-shadow: 0 -2px 0 #366b99 inset;
}
.but_nav:active {
    background: #428bca none repeat scroll 0 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4) inset;
}
.but_nav i.fa {
    display: inline-block;
    font-size: 18px;
    position: relative;
    text-align: center;
    top: 3px;
    vertical-align: top;
    width: 12px;
}
.but_full {
    background: #f7a445 none repeat scroll 0 0;
    border-bottom: 1px solid #c17014;
    box-shadow: 0 -2px 0 #d37b16 inset;
    font-size: 19px;
    padding: 11px 45px;
}
.but_full i.fa {
    display: inline-block;
    font-size: 20px;
    margin-right: 6px;
}
.advantage_block {
    padding: 10px 10px 10px 39px;
    position: relative;
}
.advantage_block .fa-stack {
    left: 0;
    position: absolute;
    top: 5px;
    line-height: 30px;
}
.advantage_title {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #0c141c;
}
.advantage_text {
    color: #666;
    font-size: 10px;
    line-height: normal;
}
.bottom_block {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 5px 0;
}

.mainform1 {margin-bottom: 40px;}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-4 {
        width: 33.33333333%
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 95%
    }

    .col-md-4 {
        width: 33.33333333%
    }
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-4 {
        width: 33.33333333%
    }
}

@media (max-width : 1279px) {
    .card-form .but_nav {font-size: 15px;}
    .card-form .hidden-xs {display: none !important;}
    .card-form .visible-xs {
        display: block !important;
    }
}

@media (max-width : 1199px) {
    .card-form .bottom_block .col-xs-4 {
        display: block;
        float: none;
        width: 100%;
    }
}

@-ms-viewport{width:device-width}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }

    .visible-xs {
        display: block !important
    }
}

@media (max-width: 615px) {
.but_nav {
    font-size: 13px;
}
.advantage_title {
    font-size: 12px;
}
}
@media (max-width: 540px) {
.bottom_block .col-xs-4 {
    display: block;
    float: none;
    width: 100%;
}
.but_nav {
    margin-bottom: 15px;
}
}
.fa-ban {
    font-size: 30px;
}
.fa-eye {
    font-size: 13px;
}
.fa-circle {
    font-size: 26px;
}
.fa-clock-o {
    font-size: 13px;
    top: -2px;
}
.error {
    box-shadow: 0 0 20px #f00;
}
.step {
    display: none;
}
.step.active {
    display: block;
}
.success-message {
    font-size: 19px;
    padding: 40px 5%;
    text-align: center;
}
.success-message i {
    color: #80a258;
    display: block;
    font-size: 60px;
    margin-top: 20px;
}


/* для jquery autocomplete with google */
        .ui-menu .ui-menu-item.focus_by_key{background: #ebf2fe !important;}
        .ui-autocomplete {background-color: #fff;border-radius: 2px;border-top: 1px solid #d9d9d9;box-shadow: 0 2px 6px rgba(0,0,0,0.3);width: 286px;}
        .ui-autocomplete:after {content: "";padding: 1px 1px 1px 0;height: 16px;text-align: right;display: block;background-image: url(//maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white2.png);background-position: right;background-repeat: no-repeat;background-size: 104px 16px;}
        .ui-menu .ui-menu-item {padding: 7px 10px;background: white !important;border-bottom: 1px solid #e6e6e6;font: 13px Arial;}
        .ui-menu-item:hover,.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {background: #fafafa !important;border-color: transparent !important;margin: 0 !important;border-width: 0 !important;border-bottom: 1px solid #e6e6e6 !important}
        .ui-menu-item a{display: block;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-decoration: none;}
        .region-suggest{color: #999;font-size: 11px;line-height: 17px;}
        strong{font-weight: bold;}
        /* для jquery autocomplete with google */