.popupbooking {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-height: 970px;
}

.popupbooking__img {
	position: absolute;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
	height: 970px;
	left: 50%;
	width: 932px;
}

.popupbooking__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 120px;
}

.popupbooking__title1 {
	margin-bottom: 16px;
}

.popupbooking__subtitle {
	margin-bottom: 48px;
}

.popupbooking__main-wrap {
	max-width: 636px;
	width: 100%;
}

.popupbooking__wrap1 {
	margin-bottom: 32px;
}

.popupbooking__title {
	max-width: 330px;
	width: 100%;
	margin-bottom: 53px;
}

.popupbooking__title-line1 {
	font-size: 35px;
	margin-bottom: -38px;
}

.popupbooking__title-line2 {
	text-align: right;
	color: #304a0a;
	font-family: SnellRoundhand, sans-serif;
	font-size: 98px;
}

.popupbooking__form .btn1 {
	display: block;
	width: 100%;
	border-radius: 24px;
	padding: 23px 10px;
	margin-top: 48px;
}

.popupbooking__form-step {
	display: none;
}

.popupbooking__form-step:nth-child(1) {
	display: block;
}

.popupbooking__wrap2 {
	width: 57.5%;
}

.popupbooking__img-wrap {
	margin-right: -114px;
}

.popupbooking__img-title {
	position: relative;
	z-index: 1;
	transform: translateX(33px);
	max-width: 450px;
	width: 100%;
	text-align: center;
	font-size: 32px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -116px;
}

.popupbooking__steps {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.popupbooking__step {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 48px;
	height: 48px;
	border: 1px solid #e2e4e9;
	border-radius: 16px;
	color: #c6cad2;
	cursor: pointer;
	transition: all 0.3s;
}

.popupbooking__step.active {
	border: 1px solid #315027;
	background-color: #e6eae5;
	color: #315027;
}

.popupbooking__step.active + .popupbooking__step ~ .popupbooking__step {
	cursor: default;
	pointer-events: none;
}

.thanks__title1 {
	margin-bottom: 16px;
}

.thanks__subtitle {
	margin-bottom: 24px;
}

.thanks__img {
	max-width: 372px;
	width: 100%;
}

.thanks__text {
	line-height: 1.3;
}

.thanks__block1 {
	position: relative;
	background: url('../img/thanks-block1-bg.webp') center / cover no-repeat;
	border-radius: 40px;
	padding: 32px 200px 32px 32px;
	min-height: 340px;
	margin-bottom: 40px;
}

.thanks__block1-img {
	position: absolute;
	bottom: -43px;
	right: -27px;
	width: 333px;
}

.thanks__block1-text1 {
	color: #315027;
	line-height: 1.3;
	margin-bottom: 16px;
}

.thanks__block1-title1 {
	color: #0b0d0e;
	line-height: 1.05;
}

.thanks__block1-title1 b {
	color: #af361e;
	line-height: 1.05;
}

.thanks__link-wrap {
	text-align: center;
	margin-top: 56px;
}

.thanks__link {
	display: inline-block;
	color: #8d95a5;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: text-decoration 0.3s;
}

@media (hover: hover) {
	.thanks__link:hover {
		text-decoration-color: #8d95a5;
	}
}

@media (max-width: 1350px) {
	.popupbooking__img {
		left: 55%;
	}
}

@media (max-width: 1200px) {
	.popupbooking {
		min-height: initial;
	}

	.popupbooking {
		padding-top: 0;
		padding-bottom: 80px;
	}

	.popupbooking__img {
		position: static;
		width: 100%;
		height: auto;
		transform: none;
		text-align: center;
	}

	.popupbooking__img img {
		border-radius: 70px;
	}

	.popupbooking__main-wrap {
		border-radius: 50px;
		padding: 50px 30px;
		padding: 50px 0;
	}

	.popupbooking__wrap2 {
		width: 100%;
	}

	.popupbooking__img-wrap {
		margin-right: 0;
	}

	.popupbooking__img-title {
		transform: none;
		font-size: 26px;
	}
}

@media (max-width: 750px) {
	.popupbooking {
		padding-bottom: 40px;
	}

	.popupbooking__img img {
		border-radius: 32px;
	}

	.popupbooking__main-wrap {
		border-radius: 30px;
		padding: 30px 15px;
		padding: 30px 0;
	}

	.popupbooking__title {
		max-width: 240px;
		margin-bottom: 30px;
	}

	.popupbooking__title-line1 {
		font-size: 28px;
		margin-bottom: -20px;
	}

	.popupbooking__title-line2 {
		font-size: 60px;
	}

	.popupbooking__form .btn1 {
		border-radius: 15px;
		font-size: 16px;
		padding: 17px 10px;
		margin-top: 24px;
	}

	.popupbooking__img-wrap {
		margin: 0 -40px;
	}

	.popupbooking__img-title {
		max-width: 300px;
		font-size: 20px;
		margin-top: -70px;
	}

	.popupbooking__step {
		min-width: 40px;
		height: 40px;
		border-radius: 10px;
		font-size: 24px;
	}

	.thanks__img {
		max-width: 250px;
	}

	.thanks__title1 {
		margin-bottom: 8px;
	}

	.thanks__subtitle {
		margin-bottom: 16px;
	}

	.thanks__block1 {
		background-image: url('../img/thanks-block1-bg-mob.webp');
		border-radius: 16px;
		padding: 16px 50px 152px 16px;
		margin-bottom: 24px;
		min-height: initial;
	}

	.thanks__block1-text1 {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.thanks__block1-img {
		width: 237px;
		bottom: -24px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.thanks__link-wrap {
		margin-top: 24px;
	}

	.thanks__link {
		font-size: 14px;
	}
}

@media (hover) {
	.popupbooking__step:hover {
		border: 1px solid #315027;
		background-color: #e6eae5;
		color: #315027;
	}
}