

/* Start:/local/components/ilsn/custom.element.add.form/templates/.default/style.css?17240572412725*/
.evaluation-content {
	background: var(--bg-gray);
	padding: 40px;
	border-radius: 12px;
	width: 100%;
}

.form-custom.add-form-elements {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
}

.form-custom.add-form-elements .form-custom-group {
	width: calc(33.333% - 20px);
	margin-bottom: 0;
}
.form-custom.add-form-elements .form-custom-group.w-50 {
	width: calc(50% - 15px);
}
.form-custom.add-form-elements .form-custom-group.hidden {
	display: none;
}
.form-custom.add-form-elements .form-custom-group:last-child {
	width: 100%;
}
.form-custom.add-form-elements .form-custom-group:last-child .btn {
	margin: auto;
	height: 48px;
	padding: 12px 24px;
	max-width: 256px;
}

.form-custom.add-form-elements .form-custom-group .range-custom .range-input {
	background: var(--bg);
	width: 100%;
}

body.theme-dark .form-custom.add-form-elements .form-custom-group .range-custom .range-input, body.theme-dark .form-custom.add-form-elements .form-custom-group .js-select2 + .select2 .select2-selection, body.theme-dark .form-custom.add-form-elements .form-custom-group input[type=text] {
	background: var(--bg-gray);
}


.evaluation-send-form.fancybox-content {
	padding: 40px;
	background: var(--bg);
	max-width: 495px;
}

.evaluation-send-form .evaluation-send-form-title {
	background: var(--bg-gray);
	border-radius: 8px;
	padding: 24px;
    text-align: center;
}
.evaluation-send-form .evaluation-send-form-title .price {
	font-size: 32px;
	line-height: 48px;
	font-weight: 700;
	color: var(--red);
	text-align: center;
	margin-bottom: 8px;
}
.evaluation-send-form .evaluation-send-form-title span {
	color: var(--font-third);
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	width: 100%;
}
.evaluation-send-form .evaluation-send-form-description {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: var(--font);
	text-align: center;
	margin-top: 20px;
	margin-bottom: 12px;
}

.evaluation-send-form .form-send-form {
	width: 100%;
	gap: 12px;
}
.form-send-form .form-custom-group {
	margin: 0 !important;
}
.form-send-form .form-custom-group .btn {
	width: 100%;
	height: 48px;
}


@media (max-width: 860px) {
	.evaluation-content {
		padding: 16px;
	}
	.form-custom.add-form-elements {
		gap: 12px 15px;
	}
	.form-custom.add-form-elements .form-custom-group, .form-custom.add-form-elements .form-custom-group.w-50 {
		width: 100%;
	}
	.form-custom.add-form-elements .form-custom-group:last-child .btn {
		width: 100%;
	}
	
	
	.evaluation-send-form.fancybox-content {
		padding: 56px 16px 16px 16px;
	}
}
/* End */
/* /local/components/ilsn/custom.element.add.form/templates/.default/style.css?17240572412725 */
