.guide {
	padding-top: 85px;
}

.guide__info {
	margin-bottom: 90px;
}

.guide__title {
	margin-bottom: 40px;
}

.guide__desc,
.guide__desc p {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 26px;
	color: #585865;
}

.guide__desc p:not(:last-child) {
	margin-bottom: 30px;
}

.guide__img {
	max-width: 100%;
	height: auto;
}

.guide__desc-address {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}

.guide__desc-address::before {
	content: url(/local/templates/.default/images/guide/city-list-icon.svg);
}

@media (max-width: 992px) {
	.guide {
		padding-top: 30px;
	}

	.guide__info {
		margin-bottom: 30px;
		text-align: center;
	}
}

/* Похожие отели */
.rigth-wrapper {
	max-width: 1660px;
	width: 100%;
	margin-left: auto;
}

.sections-title,
.tab-body h2.sections-title {
	font-family: "Arsenal", sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #212128;
	margin-top: 0;
}

.similar-hotels {
	background: #eeeef2;
	padding-top: 37px;
	padding-bottom: 90px;
}

.similar-hotels__title {
	margin-bottom: 47px;
}

.similar-hotels__item {
	position: relative;
	display: block;
	max-width: 325px;
}

.similar-hotels__item img {
	max-width: 100%;
}

.similar-hotels__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(8, 88, 106, 0) 7.76%, rgba(8, 88, 106, 0.614112) 54.61%, #085869 100%);
}

.similar-hotels__price {
	position: absolute;
	top: 16px;
	left: 23px;

	background: #ffffff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	min-width: 165px;
	padding: 12px 0;
	justify-content: center;
	gap: 0 5px;
	font-weight: 300;
	font-size: 14px;
	color: #585865;
}

.similar-hotels span {
	font-weight: 700;
	font-size: 20px;
	color: #212128;
}

.similar-hotels__name {
	position: relative;
	z-index: 3;
	font-family: "Arsenal", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 23px;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #ffffff;
	position: absolute;
	bottom: 35px;
	left: 23px;
}

body .similar-hotels__price_2 {
	padding: 15.5px !important;
	display: none;
}

@media (max-width: 992px) {
	.sections-title,
	.tab-body h2.sections-title {
		font-size: 25px;
		line-height: 25px;
	}
}
/* Похожие отели конец */
