

/* Start:/local/templates/.default/components/bitrix/iblock.element.add.form/dsk_desktop/style.css?16278884252270*/

/* форма обратной связи*/
.hide_field {
	display:none;
}

#feedback .input--error {
    border: 1px solid #ff8080 !important;
}

#feedback .success {
    margin-top: 0;
}

.form__message__block {
    min-height: 20px;
}

.field_error{
	/*font-weight: bold !important;*/
	color: #c33333 !important;	
}

  .form__add-file-wrapper {
        position: relative;
        display: block;
        margin-bottom: 30px;
        padding-bottom: 5px;
    }
    .form__add-file {
        align-items: flex-start;
        cursor: pointer;
        z-index: 10;
        padding-left: 15px;
        padding-right: 15px;
    }
    .form__add-file label {
        margin: 0;
        padding: 0;
        position: static;
        top: 0;
        right: 0;
        pointer-events: auto;
        width: 33px;
        height: 30px;
    }
    .form__add-file .input {
        display: none;
    }
    .form__add-file .icon {
        width: 33px;
        height: 29px;
        cursor: pointer;
        transform: translateY(50%);
    }
    .form__add-file .msg {
        font-weight: 500;
        font-size: 13px;
        line-height: 23px;
        color: #c97b00;
        cursor: auto;
        margin-left: 13px;
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .form__add-file .delete {
        font-weight: 500;
        font-size: 11px;
        line-height: 23px;
        padding-left: 15px;
        position: relative;
        margin-left: 22px;
        transition: 0.2s;
    }
    .form__add-file .delete:hover {
        opacity: 0.8;
    }
    .form__add-file .delete:after,
    .form__add-file .delete:before {
        position: absolute;
        left: 0;
        width: 8px;
        height: 1px;
        display: block;
        content: "";
        background-color: #2a2a33;
        top: 50%;
    }
    .form__add-file .delete:before {
        transform: rotate(45deg);
    }
    .form__add-file .delete:after {
        transform: rotate(-45deg);
    }
    .form__add-file,
    .form__file {
        display: flex;
        justify-content: flex-end;
    }
    .form__file:first-child {
        margin-top: 5px;
    }
    .form__decor {
        left: calc(-50% - 4px);
        top: 80%;
    }
/* End */
/* /local/templates/.default/components/bitrix/iblock.element.add.form/dsk_desktop/style.css?16278884252270 */
