

/* Start:/local/templates/.default/components/ma/form.2019/request/style.css?17496450236437*/
a {
    text-decoration: underline !important;
}

.b-message-form {
    /*margin: 2.0em 0 0 0;
    font: normal 1.0em/1.2 Arial, sans-serif;*/
}

.b-message-form__subtitle {
    margin: 11px 0 60px;
}

.b-message-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 0 -20px;
}

.b-message-form_info {
    margin-bottom: 2.0em;
}

.b-message-form_item {
    position: relative;
    width: 100%;
    max-width: calc(50% - 20px);
    margin: 0 0 31px 20px;
    zoom: 1;
}

.b-message-form_item#i-message-form-item-96,
.b-message-form_item#i-message-form-item-159,
.b-message-form_item#i-message-form-item-160,
.b-message-form_item#i-message-form-item-162,
.b-message-form_item#i-message-form-item-184 {
    max-width: 100%;
}

.b-message-form_item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.b-message-form_field {
    position: relative;
}

.b-message-form_item_text label {
    display: block;
    margin-bottom: 9px;
}

.b-message-form_checkbox label,
.b-message-form_radio label {
    display: inline;
    float: none;
    width: auto;
    margin: 0;
    text-align: left;
    font-size: 14px;
}

.b-message-form_checkbox input {
    opacity: 0;
    position: absolute;
}

.b-message-form_checkbox {
    width: 100%;
}

.b-message-form_checkbox label {
    position: relative;
    padding-left: 17px;
    cursor: pointer;
}

.b-message-form_checkbox label::before {
    content: "";
    position: absolute;
    top: 1px;
    left: -2px;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    border: #888 1px solid;
    transition: background-color .3s;
}

.b-message-form_checkbox label::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 4px;
    width: 7px;
    height: 5px;
    transition: background-color .3s;
}

.b-message-form_checkbox input:checked~label::before {
    background-color: #888;
}

.b-message-form_checkbox input:checked~label::after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-50deg);
}

.b-message-form_date .calendar-icon {
    position: absolute;
    top: 4px;
    left: 342px;
}

.b-message-form_item .textarea {
    width: 520px;
    height: 105px;
    margin: 0;
    padding: 5px 15px;
    background: #FFF;
    border: 1px solid #efefef;
    font: normal 14px/1.2 Arial, sans-serif;
}

.b-message-form_dropdown select {
    width: 100%;
    margin-left: 1px;
    font: normal 16px/1.2 Arial, sans-serif;
    min-height: 50px;
    margin-top: 9px;
}


.b-message-form_item-hint {
    display: block;
    clear: both;
    padding: 0.4em 0 0 0;
    color: #979797;
    font-size: 11px;
}

.b-message-form_item-error {
    display: block;
    clear: both;
    margin: 0;
    padding: 0.4em 0 0 0;
    color: #dd4b39;
    font-size: 11px;
}

.b-message-form_error .b-message-form_text input,
.b-message-form_error .b-message-form_date input,
.b-message-form_error textarea {
    border-color: #dd4b39 !important;
}

.b-captcha {
    float: left;
    margin: -5px 0 0 -5px;
}

.b-captcha_item {
    float: left;
    padding: 8px;
}

.b-captcha_selected {
    padding: 5px;
    border: 3px solid red;
}

.b-captcha_item span {
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: -5000px;
}

.b-grahic-captcha .b-captcha_item span {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url('/local/templates/.default/components/ma/form.2019/request/img/shape.png');
}

.b-grahic-captcha .square {
    background-position: 0 0;
}

.b-grahic-captcha .rectangle {
    background-position: -30px 0;
}

.b-grahic-captcha .triangle {
    background-position: -60px 0;
}

.b-grahic-captcha .round {
    background-position: -90px 0;
}

.b-grahic-captcha .polyhedron {
    background-position: -120px 0;
}

.b-grahic-captcha .trapeze {
    background-position: -150px 0;
}

.b-grahic-captcha .rhombus {
    background-position: -180px 0;
}

.b-grahic-captcha .oval {
    background-position: -210px 0;
}

.b-grahic-captcha .star {
    background-position: -240px 0;
}

.b-captcha-text {
    position: relative;
    float: left;
    height: 24px;
    margin: 3px 0 0 15px;
    padding: 0 10px;
    line-height: 25px;
    background-color: #f2efda;
    background-color: #fff9c9;
    border: 1px solid #c7bf93;
}

.b-captcha-text_corner {
    position: absolute;
    margin-top: 7px;
    margin-left: -10px;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: url(/local/templates/.default/components/ma/form.2019/request/img/tip-yellow_arrows.png) no-repeat -30px 0;
}

.b-color-captcha-text label {
    color: #000;
    font-size: 12px;
}

.b-hidden-captcha {
    display: none !important;
}

.b-message-form_submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 9px;
    /* margin-left: 20px; */
    margin: 0 auto;
}

.b-message-form_submit-holder {
    width: 210px;
    margin-right: 40px;
}

.b-message-form_submit .g-button {
    width: 100%;
}

.b-message-form_personal-data {
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.b-message-form_required-sing {
    margin-top: 1.2em;
    margin-left: 310px;
    font-size: 11px;
}

.b-agreement {
    font-size: 14px;
}

.b-message-form__selected-fields {
    margin-bottom: 20px;
}

.b-message-form_phone {
    width: 100%;
    position: relative;
    margin: 0 0 31px 20px;
}


@media (max-width: 720px) {
    .b-message-form form {
        flex-direction: column;
    }
    
    .b-message-form_item {
        max-width: calc(100% - 20px);
    }

    .b-message-form_item#i-message-form-item-96, .b-message-form_item#i-message-form-item-159, .b-message-form_item#i-message-form-item-160, .b-message-form_item#i-message-form-item-162, .b-message-form_item#i-message-form-item-184 {
        max-width: calc(100% - 20px);
    }
    
}

/* End */
/* /local/templates/.default/components/ma/form.2019/request/style.css?17496450236437 */
