.bod {
	margin: 0;
	padding: 0;
	background-color: #201b21;
	color: #fff;
	font-family: Arial, sans-serif;
	text-align: center;
}

.content.content_object {
	background: #201b21;
}

#tl-search-form,
#tl-search-form.fixed {
	top: calc(40px + 35vw) !important;
	position: relative !important;
}

.bod {
	padding-top: 140px;
}


._top_banner {
	display: block;
	margin-top: -1px;
}

.title-img {
	width: 500px;
	max-width: 95%;
	margin: 20px auto;

}

.date-container {
	position: relative;
	margin: 0 auto;
	width: 630px;
	max-width: 95%;
	border: 3px solid #FFED02;
	box-shadow: 0px 0px 15px -1px #FFED02, inset 0px 0px 8px -1px #FFED02;
	padding: 15px 20px;
	border-radius: 20px;
	font-size: 21px;
}

._header {
	position: relative;
}

.yellow {
	color: #FFED02;
}


.intro-text {
	margin: 30px auto;
	max-width: 500px;
	line-height: 1.6;
}

.intro-text-2 {
	margin: 0px auto;
	margin-top: 30px;
	max-width: 950px;
	line-height: 1.6;
}

.what-to-expect {
	border: 3px solid #FFED02;
	box-shadow: 0px 0px 15px -1px #FFED02, inset 0px 0px 8px -1px #FFED02;
	padding: 35px 40px;
	border-radius: 20px;
	text-align: left;
	max-width: 950px;
	margin: 0 auto;
	max-width: 95%;

	background: black url(/upload/sanatoriy-shahter/special/black-friday-2024/4-1.png) center right no-repeat;
	background-size: contain;

	margin-top: 60px;
}

.what-to-expect ul {
	list-style: none;
	padding: 0;
	max-width: 60%;
	font-size: 15px;
}

.what-to-expect li {
	display: flex;
	align-items: center;
}

.what-to-expect li img {
	margin-right: 15px;
	width: 60px;
}

.booking-options {
	margin: 30px auto;
}

.booking-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 950px;
	align-items: flex-start;
	margin: 0 auto;
	padding: 15px;
}

.booking-row {
	display: grid;
	align-items: center;
	justify-content: center;
	gap: 10px;
	grid-template-columns: 65px 300px 1fr;
	white-space: nowrap;
	text-align: left;

	font-size: 21px;
}


.yellow-btn {
	background: #FFD700;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

.terms-conditions {
	position: relative;
	margin: 30px auto;
	width: 1000px;

	max-width: 95%;

	border: 3px solid #DF0F7E;
	box-shadow: 0px 0px 15px -1px #DF0F7E, inset 0px 0px 8px -1px #DF0F7E;
	padding: 35px 40px;
	border-radius: 20px;
}


.terms-conditions ul {
	list-style: none;
	padding: 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.terms-conditions li {
	display: grid;
	grid-template-columns: 75px 1fr;
	white-space: nowrap;

	text-align: left;
	align-items: center;
}

.terms-conditions li img {
	margin-right: 15px;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
	width: 40px;
	vertical-align: middle;
}

.footer-img {
	width: 800px;
	max-width: 95%;
	margin: 50px auto;
}

._footer {}

@media(max-width: 800px) {

	.content_object {
		padding: 190px 0 0;
	}

	._top_banner {
		display: block;
		margin-top: 35px;
	}

	.bod {
		padding-top: 0px;
	}

	.booking-row {
		grid-template-columns: 1fr;
	}

	.booking-row ._links {
		display: flex;
		flex-wrap: wrap;
	}

	.terms-conditions li {
		gap: 10px;
		grid-template-columns: 1fr;
		white-space: wrap;
	}

	.searchform__button {
		top: 35px;
		position: relative;
	}

	.what-to-expect ul {
		list-style: none;
		padding: 0;
		max-width: 100%;
		font-size: 14px;
	}

	.what-to-expect li img {
		margin-right: 10px;
		width: 60px;
	}

	.what-to-expect ul {
		list-style: none;
		padding: 0;
		max-width: 100%;
		font-size: 14px;
		display: grid;
		grid-template-columns: 1fr;
		gap: 15px;
	}

}