@charset "UTF-8";
.order-service {
	display: flex;
	gap: var(--gap);
	align-items: flex-start;
}
@media only screen and (max-width: 1199.99px) {
	.order-service {
		flex-direction: column;
	}
	.order-service > * {
		flex: 0 0 auto;
		width: 100%;
	}
}
@media only screen and (min-width: 1200px) {
	.order-service > * {
		flex: 0 0 auto;
		width: calc((100% - var(--gap)) / 2);
	}
	.services-list {
		order: 1;
	}
	.services-calendar-wrap {
		order: 2;
	}
}
.services-list, .services-calendar-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.services-list > *, .services-calendar-wrap > * {
	flex: 0 0 auto;
	width: 100%;
}
.services-list-add {
	margin-bottom: 16px;
	width: 100%;
}
@media only screen and (max-width: 699.99px) {
	.services-list-add {
		height: 84px;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.1;
		gap: 32px;
	}
	.services-list-add svg {
		width: 16px;
		height: 16px;
	}
}
@media only screen and (min-width: 700px) {
	.services-list-add {
		height: 115px;
		font-weight: 800;
		font-size: 32px;
		line-height: 1.1;
		letter-spacing: -1.1%;
	}
	.services-list-add svg {
		width: 32px;
		height: 32px;
	}
}
.services-calendar {
	background: var(--form-bg);
	border-radius: var(--radius);
	padding: 40px;
}
.services-calendar .title {
	font: 800 32px/1.1 var(--font-title);
	font-variant-numeric: lining-nums;
	letter-spacing: 0.01em;
	color: var(--accent);
	margin: 0 0 36px 0;
}
@media only screen and (max-width: 699.99px) {
	.services-calendar {
		padding: 24px 16px;
	}
	.services-calendar .title {
		font-weight: bold;
		font-size: 24px;
		margin-bottom: 16px;
	}
}
.service-form {
	padding: var(--side-block);
	background: var(--form-bg);
	border-radius: var(--radius);
	display: flex;
	flex-direction: column;
	gap: 32px;
	color: var(--form-text);
}
.service-form .inner > * {
	display: flex;
	flex-direction: column;
	gap: 32px;
	/*padding-top: var(--side-block);*/
}
.service-form:not(.open) .inner {
	display: none;
}
.service-form > *, .service-form .inner > * > * {
	flex: 0 0 auto;
	width: 100%;
	margin: 0;
}
.service-form .title {
	position: relative;
	transition: color 0.4s ease;
}
.service-form.has-edit-mode.edit-mode.open .title {
	color: transparent;
	pointer-events: none;
}
.service-form .title, .service-form .row-name .input input {
	font: 800 32px/1.1 var(--font-title);
	font-variant-numeric: lining-nums;
	letter-spacing: 0.01em;
	color: var(--accent);
}
.service-form .row-name .input input::-webkit-input-placeholder {
	opacity: 1;
	font-weight: normal;
	color: var(--form-bg);
}
.service-form .row-name .input input::-moz-placeholder {
	opacity: 1;
	font-weight: normal;
	color: var(--form-bg);
}
.service-form .row-name .input input:-ms-input-placeholder {
	opacity: 1;
	font-weight: normal;
	color: var(--form-bg);
}
.service-form.collapsible .title {
	cursor: pointer;
	user-select: none;
	margin: calc(var(--side-block) * -1);
	padding: var(--side-block) calc(var(--side-block) + 32px) var(--side-block) var(--side-block);
	width: auto;
}
.service-form.collapsible .title:after {
	pointer-events: all;
	content: '';
	position: absolute;
	top: 50%;
	right: var(--side-block);
	background: url("../img/select.svg") no-repeat 50% 50%/contain;
	width: 26px;
	height: 26px;
	transform: translate3d(0, -50%, 0) rotate(0deg);
	transition: transform 0.4s ease;
}
.service-form.collapsible.open .title:after {
	transform: translate3d(0, -50%, 0) rotate(180deg);
}
.style-novodev .service-form.collapsible .title:after {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.5L10 9.5L18 1.5' stroke='%235B0C0F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
	background-size: 77% auto;
	width: 26px;
	height: 26px;
}
.service-form .descr {
	font: normal 18px/1.2 var(--font);
}
.service-form .descr a {
	color: inherit;
}
@media only screen and (min-width: 700px) {
	.service-form .form-label, .service-form .form-input-info {
		font-size: 18px;
	}
	.service-form .form-label {
		margin-bottom: 16px;
	}
	.service-form .form-input-info {
		margin-top: 16px;
	}
}
.service-form .submit .btn svg {
	width: 24px;
	height: 24px;
}
.service-form .submit .descr {
	margin-top: 16px;
}
.service-form .additional, .service-form .additional .el {
	list-style: none;
	margin: 0;
	padding: 0;
}
.service-form .additional {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.service-form .additional .el {
	flex: 0 0 auto;
	width: 100%;
	display: flex;
	gap: 6px;
}
.service-form .additional .text {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	font: bold 18px/1.05 var(--font-title);
	font-variant-numeric: lining-nums;
	padding: 0 19px;
	height: 43px;
	color: var(--input-text);
	background: var(--white);
	border-radius: var(--radius);
}
.service-form .additional .text > *:last-child:not(:only-child) {
	flex: 0 0 auto;
	text-align: right;
}
.service-form .additional label {
	flex: 0 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
}
.service-form .additional label input {
	position: absolute;
	transform: scale(0);
	opacity: 0;
}
.service-form .additional .check {
	display: block;
	flex: 1 0 auto;
	width: 52px;
	background: var(--white);
	border-radius: var(--radius);
	position: relative;
}
.service-form .additional .check svg {
	fill: var(--form-text);
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px;
	transition: opacity 0.4s ease;
	opacity: 0;
}
.service-form .additional input:checked ~ .check svg {
	opacity: 1;
}
.service-form .additional .input-num {
	flex: 0 0 auto;
	width: 85px;
	transition: opacity 0.4s ease;
}
.service-form .additional .el:has(label input:not(:checked)) .input-num {
	opacity: 0;
	pointer-events: none;
}
.service-form .submit .btn {
	width: 100%;
	height: 80px;
	gap: 8px;
}
.service-form .checks {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}
.service-form .checks label {
	flex: 0 0 auto;
	max-width: 100%;
	position: relative;
	cursor: pointer;
	user-select: none;
}
.service-form .checks input {
	position: absolute;
	transform: scale(0);
	opacity: 0;
}
.service-form .checks label span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 43px;
	font: bold 18px/1.2 var(--font-title);
	font-variant-numeric: lining-nums;
	text-align: center;
	text-decoration: none;
	background: var(--white);
	padding: 0 24px;
	border-radius: var(--radius);
	color: var(--main-text);
	transition: background 0.4s ease;
}
@media (pointer:fine) {
	.service-form .checks label:hover span {
		color: var(--accent);
	}
}
.service-form .checks label input:checked ~ span {
	background-color: var(--redlight);
	color: var(--main-text) !important;
}
@media only screen and (max-width: 699.99px) {
	.service-form {
		padding-left: 24px;
		padding-right: 24px;
	}
	.service-form, .service-form .inner > * {
		gap: 16px;
	}
	.service-form .title, .service-form .row-name .input input {
		font-weight: bold;
		font-size: 24px;
	}
	.service-form.collapsible .title {
		margin-left: -24px;
		margin-right: -24px;
		padding-left: 24px;
		padding-right: 54px;
	}
	.service-form.collapsible .title:after {
		right: 24px;
	}
	.service-form .descr {
		font-size: 14px;
	}
	.service-form .input input,
	.service-form .jcf-select-text,
	.service-form .input select {
		font-size: 14px;
	}

	.service-form .input.custom-selector {
		font-size: 14px;
		display: flex;
		align-items: center;
		cursor: pointer;
		user-select: none;
		padding: 5px;
		padding-right: 44px;
		line-height: 1.05;
		height: auto;
	}

	.service-form .input.custom-selector .selector-display {
		flex: 0 0 auto;
		width: 100%;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	html:has(.service-form) .jcf-option {
		font-size: 14px;
	}
	.service-form .additional .text {
		font-size: 16px;
	}
	.service-form .additional .text > *:first-child {
		font-size: 14px;
	}
	.service-form .additional .check {
		width: 44px;
	}
	.service-form .additional .input-num {
		width: 60px;
	}
	.service-form .submit .btn {
		height: 60px;
		font-size: 16px;
	}
	.service-form .checks label span {
		font-size: 16px;
		height: 37px;
	}
}
.service-form:has(option.opt1) .select1, .service-form:has(option.opt2) .select2, .service-form:has(option.opt2) .select3 {
	display: none;
	margin: 16px 0 0 0;
}
.service-form:has(option.opt1:checked) .select1, .service-form:has(option.opt2:checked) .select2, .service-form:has(option.opt3:checked) .select3 {
	display: block;
}
/*for saint name start*/
.service-form:has(option.opt-saint) .row-saint {
	display: none;
}
.service-form:has(option.opt2:checked):has(option.opt-saint:checked) .row-saint {
	display: block;
}
/*for saint name end*/
.service-form .actions {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.service-form.has-edit-mode:not(.edit-mode) .input input, .service-form.has-edit-mode:not(.edit-mode) .input select, .service-form.has-edit-mode:not(.edit-mode) .input .jcf-select-text {
	background-color: rgba(255, 255, 255, 0.5);
	border-color: transparent;
}
.service-form.has-edit-mode:not(.edit-mode) .input, .service-form.has-edit-mode:not(.edit-mode) .input * {
	pointer-events: none !important;
}
.service-form.has-edit-mode:not(.edit-mode) .row-name {
	display: none;
}
.service-form.has-edit-mode:not(.edit-mode) .actions-save, .service-form.has-edit-mode:not(.edit-mode) .actions-reset {
	display: none;
}
.service-form.has-edit-mode.edit-mode .actions-edit, .service-form.has-edit-mode.edit-mode .actions-delete {
	display: none;
}
.service-form .row-name {
	margin-top: calc(var(--side-block) * -1) !important;
}