.with-fancybox header, .with-fancybox main, .with-fancybox footer {
	filter: grayscale(1);
}

body .fancybox__backdrop {
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 6000 6000' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"), rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(9px);
}

.input-checkbox1 {
	display: none !important;
}

.input-checkbox1:checked ~ .form-checkbox .label-checkbox1__icon::after {
	opacity: 1;
}

.input-checkbox1:checked ~ .form-checkbox .popupbooking__form-btn-finish {
	border: 1px solid #304a0a !important;
	background-color: #304a0a !important;
	color: #fff !important;
	pointer-events: initial !important;
}

.select-wrap1 {
	position: relative;
}

.select-wrap1.changed svg {
	opacity: 0;
}

.select-wrap1.changed .choices__list--single {
	border: 1px solid #000;
}

.select-wrap1.just-validate-error-field svg {
	opacity: 0;
}

.select-wrap1.just-validate-error-field .choices__list--single {
	border: 1px solid #b81111;
}

.select-wrap1 svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	transition: opacity 0.3s;
}

.select-wrap1 .choices {
	position: relative;
	color: #000;
	font-size: 21px;
	cursor: pointer;
	outline: none;
	transition: color 0.3s;
}

@media (max-width: 750px) {
	.select-wrap1 .choices {
		font-size: 18px;
	}
}

.select-wrap1 .choices select {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
}

.select-wrap1 .choices.is-open .choices__list--single::after {
	transform: rotate(180deg);
}

.select-wrap1 .choices.is-open .choices__list--dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}

.select-wrap1 .choices__list--single {
	position: relative;
	border: 1px solid transparent;
	border-radius: 25px;
	cursor: pointer;
	padding: 25px;
	padding-right: 60px;
	transition: border 0.3s;
}

@media (max-width: 750px) {
	.select-wrap1 .choices__list--single {
		border-radius: 15px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.select-wrap1 .choices__list--single [aria-disabled=true] {
	opacity: 0;
}

.select-wrap1 .choices__list--single .choices__item {
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 0.3s;
}

.select-wrap1 .choices__list--single::after {
	content: "";
	position: absolute;
	top: 0;
	right: 27px;
	width: 17px;
	height: 100%;
	background: url("../img/arrow1.svg") center/contain no-repeat;
	transition: transform 0.3s;
}

.select-wrap1 .choices__input {
	display: none !important;
}

.select-wrap1 .choices__list--dropdown {
	overflow: auto;
	position: absolute;
	z-index: 10;
	top: calc(100% - 1px);
	left: 0;
	width: 100%;
	max-height: 370px;
	border: 1px solid #000;
	border-radius: 25px;
	background-color: #f5f5f5;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.3s;
}

@media (max-width: 750px) {
	.select-wrap1 .choices__list--dropdown {
		border-radius: 15px;
	}
}

.select-wrap1 .choices__list--dropdown .choices__item {
	padding: 10px;
	padding-left: 25px;
	transition: color 0.3s;
}

@media (hover) {
	.select-wrap1 .choices__list--dropdown .choices__item:hover {
		color: #304a0a;
	}
}

.select-wrap1 .choices__list--dropdown .choices__item--disabled {
	display: none;
}

.field-wrap {
	margin-bottom: 20px;
}

.field-wrap:last-child {
	margin-bottom: 0;
}

.error-text {
	font-size: 22px;
	margin-top: 10px;
}

.label1 {
	position: relative;
	display: block;
	transition: opacity 0.3s;
}

.label1.disabled {
	opacity: 0.2 !important;
	pointer-events: none !important;
}

.label1 svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	transition: opacity 0.3s;
}

.label1--date {
	cursor: pointer;
}

.label1--date.active::after {
	transform: translateY(-50%) rotate(180deg);
}

.label1--date::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 27px;
	transform: translateY(-50%);
	width: 17px;
	height: 9px;
	background: url("../img/arrow1.svg") center/contain no-repeat;
	transition: transform 0.3s;
}

.label1--date .input1 {
	cursor: pointer;
	padding-right: 60px;
}

.label1--date .input-placeholder {
	cursor: pointer;
}

.input-placeholder {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	transform-origin: left center;
	background-color: #f5f5f5;
	font-size: 21px;
	font-weight: 400;
	cursor: text;
	padding: 0 10px;
	pointer-events: none;
	transition: transform 0.3s;
}

@media (max-width: 750px) {
	.input-placeholder {
		font-size: 18px;
	}
}

.input-placeholder.smallplaceholder {
	transform: translate(-4px, -47px) scale(0.67);
}

@media (max-width: 750px) {
	.input-placeholder.smallplaceholder {
		transform: translate(-4px, -41px) scale(0.67);
	}
}

.input-placeholder b {
	color: #fc3f1d;
	font-weight: 400;
}

.input1 {
	border: 1px solid transparent;
	border-radius: 25px;
	background: none;
	padding: 21px 25px;
	transition: all 0.3s;
}

@media (max-width: 750px) {
	.input1 {
		border-radius: 15px;
		font-size: 18px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.input1.changed {
	border: 1px solid #000;
}

.input1.changed ~ svg {
	opacity: 0;
}

.input1.just-validate-error-field {
	border: 1px solid #b81111;
}

.input1.just-validate-error-field ~ svg {
	opacity: 0;
}

.label-checkbox1 {
	position: relative;
	display: block;
	cursor: pointer;
	padding-left: 37px;
}

.label-checkbox1__icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border: 1px solid #000;
	border-radius: 50%;
}

.label-checkbox1__icon::after {
	content: "";
	position: absolute;
	inset: 4px;
	border-radius: 50%;
	background-color: #304a0a;
	opacity: 0;
	transition: opacity 0.3s;
}

.label-checkbox1__text {
	display: block;
	font-size: 12px;
	line-height: 1;
}

.label-checkbox1__text a {
	text-decoration: underline;
	transition: text-decoration 0.3s;
}

@media (hover) {
	.label-checkbox1__text a:hover {
		text-decoration-color: transparent;
	}
}

body .f-button.is-close-button {
	top: 70px;
	right: 70px;
	width: 55px;
	height: 55px;
	border: 1px solid #000;
	background: url("../img/close1.svg") center no-repeat;
	transition: transform 0.3s;
}

@media (max-width: 1200px) {
	body .f-button.is-close-button {
		top: 30px;
		right: 30px;
	}
}

@media (max-width: 750px) {
	body .f-button.is-close-button {
		top: 15px;
		right: 15px;
		width: 30px;
		height: 30px;
		background-size: 12px;
	}
}

@media (hover) {
	body .f-button.is-close-button:hover {
		transform: translateY(2px);
	}
}

body .f-button.is-close-button svg {
	display: none;
}

body .thanks {
	display: none;
	max-width: 800px;
	width: 100%;
	border-radius: 100px;
	background-color: #f5f5f5;
	text-align: center;
	padding: 126px 30px;
}

@media (max-width: 1200px) {
	body .thanks {
		border-radius: 50px;
		padding: 50px 30px;
	}
}

@media (max-width: 750px) {
	body .thanks {
		border-radius: 30px;
		padding: 30px 15px;
	}
}

.thanks__wrap {
	width: 100%;
}

.thanks__title {
	font-size: 35px;
	margin-bottom: 50px;
}

@media (max-width: 1200px) {
	.thanks__title {
		font-size: 32px;
	}
}

@media (max-width: 750px) {
	.thanks__title {
		font-size: 28px;
		margin-bottom: 20px;
	}
}

.thanks__text {
	max-width: 555px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1200px) {
	.thanks__text {
		font-size: 26px;
	}
}

@media (max-width: 750px) {
	.thanks__text {
		font-size: 20px;
	}
}

.thanks__text p {
	margin-bottom: 25px;
}

@media (max-width: 750px) {
	.thanks__text p {
		margin-bottom: 15px;
	}
}

.thanks__text p:last-child {
	margin-bottom: 0;
}

.thanks__btn {
	display: block;
	max-width: 440px;
	width: 100%;
	padding: 24.8px 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}

@media (max-width: 750px) {
	.thanks__btn {
		border-radius: 15px;
		font-size: 18px;
		padding: 20px 10px;
		margin-top: 30px;
	}
}

html body .mbsc-font {
	font-family: Muller, sans-serif;
}

html body .mbsc-windows.mbsc-popup, html body .mbsc-windows.mbsc-popup-arrow {
	overflow: hidden;
	border-radius: 25px;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}