

/* Start:/local/templates/.default/components/ma/form/template.feedback/style.css?17367482699391*/
.feedback-form {
    margin: 2.0em 0 0 0;
}

.feedback-form form {
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.feedback-form_info {
    margin-bottom: 2.0em;
}

.feedback-form_item {
    width: calc(50% - 20px);
    margin: 0 0 15px 20px;
    zoom: 1;
}

.feedback-form_item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#i-message-form-item-140,
#i-message-form-item-captcha,
#i-message-form-item-163,
#i-message-form-item-164 {
    width: 100%;
}

.feedback-form_item label {
    display: block;
    margin: 0 0 0.3em 0;
    text-align: left;
    color: #d9d9d9;
}

.feedback-form_item label .required {
    color: #CC0000;
    display: none;
}

.feedback-form_field {
    position: relative;
}

.feedback-form_checkbox input {
   opacity: 0;
   position: absolute;
}

.feedback-form_checkbox {
    width: 100%;
}

.feedback-form_checkbox label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.feedback-form_checkbox label::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    border: #fff 1px solid;
    transition: background-color .3s;
}

.feedback-form_checkbox label::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 6px;
    width: 7px;
    height: 5px;
    transition: background-color .3s;
}

.feedback-form_checkbox input:checked~label::before {
    background-color: #fff;
}
.feedback-form_checkbox input:checked~label::after {
    border-bottom: 1px solid #888;
    border-left: 1px solid #888;
    transform: rotate(-50deg);
}

/* .feedback-form_checkbox label, .feedback-form_radio label {
    display: inline;
    float: none;
    width: auto;
    margin: 0;
    text-align: left;
    font-size: 14px;
} */

.feedback-form_text input, .feedback-form_date input {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 8px;
    background: #f1f1f1;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    font-size: 16px;
}

.feedback-form_date .calendar-icon {
    position: absolute;
    top: 4px;
    left: 342px;
}

.feedback-form_item .textarea {
    width: 100%;
    height: 150px;
    margin: 0;
    padding: 6px 8px;
    background: #f1f1f1;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    font-size: 16px;
    resize: vertical;
}

.feedback-form_dropdown {
    position: relative;
}

.feedback-form_dropdown:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 9px;
    height: 6px;
    background-image: url('/local/templates/.default/components/ma/form/template.feedback/img/arrow.png');
    z-index: 10;
}

.feedback-form_dropdown select {
    width: 100%;
    height: 40px;
    margin-left: 1px;
    font: normal 16px/1.2 Arial, sans-serif;
    background: #f1f1f1;
    color: #000;
}

.feedback-form_dropdown .g-select option {
    background-color: #f1f1f1;
    color: #000;
}


.feedback-form_item-hint {
    display: block;
    clear: both;
    padding: 0.4em 0 0 0;
    color: #979797;
    font-size: 11px;
}

.feedback-form_item-error {
    display: block;
    clear: both;
    margin: 0;
    padding: 0.4em 0 0 0;
    color: #dd4b39;
    font-size: 11px;
}

.feedback-form_error .feedback-form_text input, .feedback-form_error .feedback-form_date input, .feedback-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/template.feedback/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;
    background-color: #343840;
    border: 1px solid #343840;
}

.b-captcha-text_corner {
    position: absolute;
    display: block;
    margin-top: 7px;
    top: 0;
    left: -12px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border: 6px solid transparent;
    border-top: 6px solid #343840;
    border-right: 6px solid #343840;
    /* background: url(/local/templates/.default/components/ma/form/template.feedback/img/tip-yellow_arrows.png) no-repeat -30px 0; */
}

.b-color-captcha-text label {
    color: #000;
    font-size: 12px;
}

.b-hidden-captcha {
    display: none;
}

.form_item-privacy {
    width: 100%;
}

.form_item-privacy a {
    color: inherit !important;
    transition: none !important;
}
.form_item-privacy label {
    transition: color 0.3s;
}

.feedback-form_submit {
    margin-left: 20px;
    margin-bottom: 20px;
}

.feedback-form_submit input {
    font: normal 16px/1.2 Arial, sans-serif;
    cursor: pointer;
    background: var(--color-pink);
}

.feedback-form_personal-data {
    width: 100%;
    margin-left: 20px;
    overflow: hidden;
    color: #979797;
    font-size: 11px;
}

.feedback-form_required-sing {
    margin-top: 1.2em;
    margin-left: 310px;
    font-size: 11px;
}

.b-agreement {
    font-size: 14px;
}

@media (max-width: 786px) {
    .feedback-form.feedback-form_22 {
        margin: 0;
        padding: 0 6px;
    }

    .feedback-form.feedback-form_22 form > :nth-child(2) .feedback-form_dropdown:before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cg clip-path='url(%23clip0_635_295)'%3e%3cpath d='M17.2946 8.70477C16.9053 8.3155 16.2743 8.31516 15.8846 8.704L12 12.5802L8.11538 8.704C7.72569 8.31516 7.09466 8.3155 6.70538 8.70477C6.31581 9.09435 6.31581 9.72597 6.70538 10.1155L12 15.4102L17.2946 10.1155C17.6842 9.72597 17.6842 9.09435 17.2946 8.70477Z' fill='%2341454D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_635_295'%3e%3crect width='24' height='24' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
        width: 24px;
        height: 24px;
        right: 10px;
    }

    .feedback-form.feedback-form_22 form .feedback-form_submit input {
        background: var(--color-pink);
        border-radius: 4px;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 12px */
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        padding: 14px 20px;
    }

    .feedback-form.feedback-form_22 form .feedback-form_submit {
        margin-left: 0;
    }

    .feedback-form.feedback-form_22 form .feedback-form_personal-data {
        margin-left: 0;
    }

    .feedback-form.feedback-form_22 input {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 150% */
        letter-spacing: -0.28px;
        background: white;
        padding: 12px 18px;
        border-radius: 4px;
    }

    .feedback-form.feedback-form_22 textarea {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 150% */
        letter-spacing: -0.28px;
        background: white;
        padding: 12px 18px;
        border-radius: 4px;
    }

    .feedback-form.feedback-form_22 > form {
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }

    .feedback-form.feedback-form_22 form .feedback-form_item {
        margin-bottom: 12px;
        width: 100%;
        margin-left: 0;
    }

    .feedback-form.feedback-form_22 > form > :nth-child(2) select {
        border-radius: 4px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 150% */
        letter-spacing: -0.28px;
        background: white;
        padding-left: 18px;
        text-align: left;
    }

    .feedback-form.feedback-form_22 .feedback-form_item label {
        font-size: 14px;
        font-style: normal;
        font-weight: 550;
        line-height: 20px;
        color: white;
        margin-bottom: 4px;
    }

    .feedback-form.feedback-form_22 form .b-captcha-text_corner {
        border: none;
    }
    .feedback-form.feedback-form_22 form .b-captcha-text {
        margin-left: 0;
    }
}
/* End */
/* /local/templates/.default/components/ma/form/template.feedback/style.css?17367482699391 */
