

/* Start:/local/templates/trouvertech_new/components/bitrix/breadcrumb/template1/style.css?1760969871573*/
.breadcrumbs {
	padding: 0.937em 0;
}
.bx-breadcrumb {
	font-size: 0.75em;
}
.bx-breadcrumb .bx-breadcrumb-item {
	margin-bottom: 0;
	line-height: 1.25;
	margin-right: 0.625em;
	display: inline;
}
.bx-breadcrumb .bx-breadcrumb-item i + span {
	margin-left: 0.312em;
}
.bx-breadcrumb .bx-breadcrumb-item>span {
	color: var(--color-brown);
}
.bx-breadcrumb .bx-breadcrumb-item .icon {
	transform: rotate(-90deg);
	width: 0.833em;
	height: 0.833em;
	filter: brightness(0) saturate(100%) invert(47%) sepia(54%) saturate(357%) hue-rotate(353deg) brightness(92%) contrast(91%);
}
/* End */


/* Start:/local/components/ws/main.feedback/templates/.default/style.css?17609699216502*/
.pp-form {
	position: relative;
}
.pp-form.is-load form {
	opacity: 0.5;
	pointer-events: none;
}
.pp-form.is-load:after {
	content: '';
	position: absolute;
	display: block;
	width: 64px;
	height: 64px;
	top: -webkit-calc(50% - 37px);
	top: -moz-calc(50% - 37px);
	top: calc(50% - 37px);
	margin: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 6px solid #4290de;
	border-color: #4290de transparent #4290de transparent;
	-webkit-animation: loader 1.2s linear infinite;
	-moz-animation: loader 1.2s linear infinite;
	-o-animation: loader 1.2s linear infinite;
	animation: loader 1.2s linear infinite;
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes loader {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes loader {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.callback_contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.callback_contacts form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.625em;
}
.callback_contacts .form-group-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: -webkit-calc(100% / 2 - 0.313em);
	width: -moz-calc(100% / 2 - 0.313em);
	width: calc(100% / 2 - 0.313em);
}
.callback_contacts .form-group {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0.625em;
}
.callback_contacts .form-group-wrapper.field-MESSAGE {
	width: 100%;
}
.callback_contacts input:not(.btn), .callback_contacts textarea {
	border: none;
	width:100%;
	background: var(--color-gray);
	padding: 0.75em;
}
.callback_contacts input:not(.btn):focus-visible, .callback_contacts textarea:focus-visible {
	outline: 0;
}
.callback_contacts textarea {
	min-width: 100%;
}
.callback_contacts input.btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

.callback_contacts .field-FILE label {
	border: none;
	width:100%;
	background:#fff;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor:pointer;
}
.callback_contacts .field-FILE label .input-file-text {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.callback_contacts .field-FILE label .input-file-btn {

}
.callback_contacts input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.callback_contacts .form-group.error input, .callback_contacts .form-group.error label {
	outline: 1px solid red;
}
.callback_contacts .error-message {
	text-align: left;
	color: red;
	margin: 0;
}
.callback_contacts .form-check {
	margin: 0;
	font-weight: normal;
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.callback_contacts .form-check input {
	opacity: 0;
	max-width: 1px;
	height: 1.333em;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
.callback_contacts .form-check .form-check-label {
	padding-left: 2.3em;
	cursor: pointer;
	font-size: 0.75em;
}
.callback_contacts .form-check .form-check-label:before {
	content:'';
	position:absolute;
	left: 0;
	top: 0;
	width: 1.333em;
	height: 1.333em;
	border: 1px solid var(--color-semidark-gray);
}
.callback_contacts .form-check .form-check-label:after {
	content:'';
	opacity: 0;
	position:absolute;
	left: 0.1em;
	top: 0.1em;
	width: 1.333em;
	height: 1.333em;
	background: url(/local/templates/dreame/assets/img/icons/check.svg) no-repeat center / contain;
}
.callback_contacts .form-check input:checked ~ .form-check-label:after {
	opacity: 1;
}
.callback_contacts .form-group-wrapper.field-AGREE {
	width: 100%;
}
.callback_contacts .main-error-message {
	color: red;
}
@media (max-width:576px){
	.callback_contacts form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
	.callback_contacts .form-group-wrapper {
		width: 100%;
	}
	.callback_contacts .form-check .form-check-input {
		vertical-align: middle;
	}
	.callback_contacts .form-group-wrapper.field-MESSAGE textarea {
		height: 6.375em;
	}
	.callback_contacts .group-submit {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.callback_contacts input.btn {
		width: 100%;
	}
}
/* End */
/* /local/templates/trouvertech_new/components/bitrix/breadcrumb/template1/style.css?1760969871573 */
/* /local/components/ws/main.feedback/templates/.default/style.css?17609699216502 */
