

/* Start:/local/templates/bytplast/components/bitrix/breadcrumb/.default/style.css?1722421392222*/
.breadcrumb {
	padding: 30px 0;
	width: fit-content;
	display: flex;
	gap: 8px;
	align-items: center;

}

.breadcrumb>div {
	opacity: 0.5;
}

.breadcrumb>div:last-child,
.breadcrumb>div:nth-last-child(2) {
	opacity: 1;
}


/* End */


/* Start:/local/templates/bytplast/components/bitrix/main.include/promo-form/style.css?1748559746704*/
.form__feedback {
    padding: 75px 0 50px;
    background: var(--color-3);
}

.form__feedback_wrapper {
    display: flex;
}

.form__feedback__title_wrapper .h3 {
    font-weight: 500;
}

.form__feedback__inputs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.form__feedback__title_wrapper,
.form__feedback__content,
.form__feedback__inputs .input_wrapper:not(.input_wrapper:last-child) {
    flex: 1;
}


.form__feedback__inputs .input_wrapper:last-child {
    width: 100%;
}

.form__feedback__actions {
    display: flex;
    gap: 10px;
}

.form__feedback__actions {
    margin-top: 20px;
}

.form__feedback input:not(input[type="checkbox"]),
.form__feedback textarea {
    width: 100%;
}
/* End */
/* /local/templates/bytplast/components/bitrix/breadcrumb/.default/style.css?1722421392222 */
/* /local/templates/bytplast/components/bitrix/main.include/promo-form/style.css?1748559746704 */
