

/* Start:/bitrix/components/bitrix/form/templates/deloart/bitrix/form.result.new/.default/style.css?17631101892380*/
div.mfeedback {
}

span.mf-req {
    color: red;
}

div.mf-ok-text {
    color: green;
    font-weight: bold;
    padding-bottom: 1em;
}

.mfeedback .title {
    display: flex;
    width: 100%;
    padding-top: 30px;
    font-size: 24px !important;
    color: #DC9A36 !important;
    margin-bottom: 36px !important;
    font-weight: 600 !important;
}

.wrapper_form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.wrapper_form input {
    width: 100%;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 500;
    padding: 20px 13px;
    border: 1px solid #CDCDCD !important;
    border-radius: 10px !important;
    background: #fff !important;
    height: 50px !important;
}

.wrapper_form input::placeholder {
    color: #B8B8B8 !important;
    font-size: 14px !important;
}

.mfeedback {
    margin-bottom: 40px;
}

.wrapper_button {
    display: flex;
    gap: 28px;
    align-items: center;
}

.wrapper_button .button_home input {
    border: unset;
    background: unset;
    color: #fff;
    font-size: 15px;
}

.mfeedback .wrapper_button .info_text {
    font-size: 12px;
    color: #909090;
    font-weight: 400;
    line-height: normal
}

input[name="captcha_word"] {
    width: 100%;
    max-width: 515px;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 500;
    padding: 20px 13px;
    border: 1px solid #CDCDCD !important;
    border-radius: 10px !important;
    background: #fff !important;
    height: 50px !important;
}

input[name="captcha_word"]::placeholder {
    color: #B8B8B8 !important;
    font-size: 14px !important;
}

.mf-captcha img {
    display: block;
    margin: 10px 0;
}

.content_wrapper_block.form_info_brand .grid_wrapper {
    align-items: start !important;
}

.close-button {
    margin-left: 10px;
    padding: 0;
    font-size: 40px;
    color: #333;
    background-color: transparent;
    border: none;
    transition: color .3s;
    transform: translateY(-30px);
    outline: none !important;
}

.close-button:hover,
.close-button:focus,
.close-button:active {
    color: #DC9A36;
}

@media (max-width: 576px) {
    .mfeedback .title{
        position: relative;
        text-align: center;
    }

    .close-button{
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        transform: none;
    }
}
/* End */
/* /bitrix/components/bitrix/form/templates/deloart/bitrix/form.result.new/.default/style.css?17631101892380 */
