.fieldrow span:nth-child(1),
.fieldrow br,
#form .row:after,
font.errortext,
.btnma div > p {
    display: none;
}
.wrap_form {
    margin-top: 28px;
    margin-bottom: 80px;
}
.wrap_form form > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.wrap_form form > .row:not(:last-child) {
    margin-bottom: 30px;
}
.wrap_form form > .row > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.wrap_form form > .row > .col-sm-3 {
    width: auto;
}
#form .b-form .fieldrow {
    margin-bottom: 0;
}
#form input[type="text"] {
    width: 100%;
    background-color: #F2F4F7;
    border-radius: 10px;
    border: 0;
    font-family: 'Cera Regular';
    font-size: 18px;
    height: 46px;
}
input[type="text"]::-webkit-input-placeholder {
    color: #98ABC4;
    text-indent: 0px;
    -webkit-transition: text-indent 300ms;
    transition: text-indent 300ms;
}
input[type="text"]:-moz-placeholder {
    color: #aaa;
    text-indent: 0px;
    -moz-transition: text-indent 300ms;
    transition: text-indent 300ms;
}
input[type="text"]::-moz-placeholder {
    color: #aaa;
    text-indent: 0px;
    -moz-transition: text-indent 300ms;
    transition: text-indent 300ms;
}
input[type="text"]:-ms-input-placeholder {
    color: #aaa;
    text-indent: 0px;
    -ms-transition: text-indent 300ms;
    transition: text-indent 300ms;
}
input[type="text"]:focus::-webkit-input-placeholder {
    text-indent: 100%;
}
input[type="text"]:focus:-moz-placeholder {
    text-indent: 100%;
}
input[type="text"]:focus::-moz-placeholder {
    text-indent: 100%;
}
input[type="text"]:focus:-ms-input-placeholder {
    text-indent: 100%;
}
input[type="submit"] {
    background-color: #5A4FFF;
    color: #fff;
    width: 380px;
    height: 46px;
    padding: 14px 0;
    font-size: 16px;
    border-radius: 10px;
    border: 0;
    position: relative;
}
.b-form input[type="checkbox"] {
    border: unset;
    clip: unset;
    height: auto;
    margin: 0;
    overflow: unset;
    padding: unset;
    position: relative;
    width: auto;
}
#form input[type="text"].error {
    border: 1px solid red;
}
label.error {
    color: red;
    font-size: 12px;
}
.btnma {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.btnma > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
input[type=checkbox] {

}
.fieldrow.btnma span:nth-child(1) {
    display: inline-block;
}
.checked input[type=checkbox] {
    display: none;
}
.checked label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-size: 16px;
}
.checked label:before {
    border-radius: 3px;
    border: 1px solid #b6b6b6;
    width: 24px;
    height: 24px;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'icomoon-transcapital';
}
.checked input[type=checkbox]:checked + label:before {
    content: "\40";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 7px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
    background-color: #00B9CD;
    border: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-form .b-form_checkbox .txt {
    display: inline-block;
    margin-left: 0;
}
@media all and (max-width: 1200px) {
    #form .wrapper {
        padding: 0 25px;
    }
}
@media all and (max-width: 942px) {
    .b-form .b-form_checkbox {
        margin-right: 0;
    }
}
@media all and (max-width: 922px) {
    input[type="submit"] {
        width: 100%;
    }
}
@media all and (max-width: 758px) {
    .btnma {
        -webkit-column-gap: 28px;
        -moz-column-gap: 28px;
        column-gap: 28px;
        row-gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wrap_form form > .row > .btnma > div {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
    .btnma > div {
        width: 48%;
    }
}
@media all and (max-width: 749px) {
    .btnma {
        -webkit-column-gap: 27px;
        -moz-column-gap: 27px;
        column-gap: 27px;
    }
}
@media all and (max-width: 724px) {
    .btnma {
        -webkit-column-gap: 26px;
        -moz-column-gap: 26px;
        column-gap: 26px;
    }
}
@media all and (max-width: 699px) {
    .btnma {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
}
@media all and (max-width: 674px) {
    .btnma {
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}
@media all and (max-width: 649px) {
    .btnma {
        -webkit-column-gap: 23px;
        -moz-column-gap: 23px;
        column-gap: 23px;
    }
}
@media all and (max-width: 624px) {
    .wrap_form form > .row:not(:last-child) {
        margin-bottom: 20px;
    }
    .wrap_form form > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        row-gap: 20px;
    }
    .btnma {
        -webkit-column-gap: 22px;
        -moz-column-gap: 22px;
        column-gap: 22px;
        row-gap: 20px;
    }
}
@media all and (max-width: 599px) {
    .btnma {
        display: block;
    }
    .wrap_form form > .row > .btnma > div:not(:last-child) {
        margin-bottom: 20px;
        height: 24px;
    }
    .wrap_form form > .row > .btnma > div:nth-child(1) {
        float: left;
        margin-right: 15px;
    }
    .btnma > div:nth-child(2) {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}
@media all and (max-width: 574px) {
    .name {
        font-size: 18px!important;
    }
}
@media all and (max-width: 501px) {
    .btnma > div {
        width: 100%;
    }
}