.main-section {
	min-height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	color: var(--white);
}

.main-section__overlay {
	display: flex;
	align-items: center;
	background: linear-gradient(89.93deg, rgba(0, 0, 0, 0.55) 0.07%, rgba(3, 3, 3, 0.531546) 23.03%, rgba(24, 24, 24, 0.423157) 33.95%, rgba(102, 102, 102, 0) 50.01%);
	width: 100%;
}

.main-section__inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 814px;
	padding: 120px 0 80px;
}

.main-section__inner .button-light {
	margin-top: 32px;
	max-width: fit-content;
}

.request-section__wrapper {
	background: var(--black);
	padding: 140px 0;

}

.request-section__content {
	color: var(--white);
}

.request-section__image {
	width: 960px;
}

.request-section__content {
	flex: 0 0 45.7%;
}

.request-section__content .h2 {
	margin-bottom: 40px;
}

.request-section__inputs input {
	height: 56px;
	background-color: transparent;
	border: 1px solid var(--white);
	color: var(--white);
}

.request-section__inputs input ::placeholder {
	color: var(--white);
}

.info {
	color: var(--white);
}


.benefits-new__inner .h2 {
	margin-bottom: 64px;
}

.benefits-new__list {
	display: flex;
	align-items: stretch;
	gap: 48px 30px;
	flex-wrap: wrap;
}

.benefits-new__list .benefit-new {
	flex: 1 1 40%;
}

.benefit-new {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.benefit-new__img {
	border-radius: 16px;
	overflow: hidden;
}

.benefit-new__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 855/526;
	max-height: 640px;
}

.benefit-new__desc .h4 {
	color: var(--color-dark);
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	text-transform: uppercase;
}

.benefit-new__desc p {
	margin-top: 16px;
	color: var(--color-orange);
	padding: 8px 32px;
	background-color: var(--color-light);
	max-width: fit-content;
	border-radius: 60px;
}



.map-section__inner .h2 {
	margin-bottom: 64px;
}



.map-section__columns {
	display: flex;
	align-items: stretch;
	gap: 30px;
}

.map-section__desc {
	padding: 32px;
	border-radius: 16px;
	background-color: #F4F5F6;
	display: flex;
	flex-direction: column;
	gap: 32px;
	flex: 1 1;
}

.map-section__desc span {
	display: inline-block;
	margin-bottom: 16px;
	color: var(--color-orange);
	font-size: 22px;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
}

.map-section__desc ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: none;
}

.map-section__block {
	flex: 0 1 calc(100% - 630px);
	border-radius: 16px;
	overflow: hidden;
	background-color: #F4F5F6;
}

.map-section__block iframe {
	height: 100%;
	min-height: 650px;
}


.info-block__inner {
	display: flex;
	align-items: stretch;
	gap: 30px;
	flex-wrap: wrap;
}

.info-item {
	flex: 1 1 calc((100% - 120px) / 5);
	display: flex;
	flex-direction: column;
	padding: 32px;
	gap: 24px;
	border-radius: 16px;
	overflow: hidden;
	background-color: #F4F5F6;
}

.info-item:last-child span {
	padding-bottom: 0;
	border-bottom: none;
}

.info-item span {
	display: inline-block;
	color: var(--color-orange);
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
	letter-spacing: 0;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--color-grey);
}




.mb-64 {
	margin-bottom: 64px;
}

.density__list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 30px;
}

.density-item {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1 1 45%;
	min-width: 615px;
}

.density-item span {
	font-size: 22px;
	line-height: 130%;
	text-transform: uppercase;
}

.density-item p {
	padding: 8px 32px;
	color: var(--color-orange);
	border-radius: 60px;
	background-color: #F4F5F6;
	margin-bottom: 8px;
	max-width: fit-content;
}

.density-item img {
	aspect-ratio: 855/570;
	border-radius: 16px;
	overflow: hidden;
	object-fit: cover;
	max-height: 526px;
}



.layouts-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 56px;
}

.layouts-header p {
	max-width: 854px;
}

.layouts-header .h2 {
	flex: 1 1;
}

.layouts {
	overflow: hidden;
}

.layouts-header__nav-btns {
	display: flex;
	gap: 16px;
	align-items: center;
}

.layout-item {
	display: flex;
	flex-direction: column;
	gap: 24px;
	background-color: #F4F5F6;
	border-radius: 16px;
	overflow: hidden;
	padding: 32px;

}

.layout-item__img {
	flex: 0 0 278px;
	position: relative;
}

.layout-item__img a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.layout-item__img a:hover span {
	transform: scale(1.2);
}

.layout-item__img a img {
	object-fit: contain;
	object-position: center;
	width: 100%;
	aspect-ratio: 407/278;
}

.layout-item__img span {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	background: var(--white);
	will-change: transform;
	transition: .7s ease;
}

.layout-item__img span img {
	width: 26px;
	height: 26px;
}

.layout-item__desc ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.layout-item__desc li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--color-grey);
}

.layout-item__desc li p {
	text-align: right;
}

.layout-item__desc .button-outlined {
	margin-top: 24px;
	width: 100%;
	max-width: 100%;
}

.rating {
	display: flex;
	align-items: center;
	gap: 4px;
}


html.with-fancybox body.hide-scrollbar {
	margin-right: 0;
	overflow: visible !important;
}

.layouts-body {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

/* ── Tabs ── */
.layouts-tabs {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 0 0 254px;
}

#layoutsPanels {
	overflow: hidden;
	margin-right: -90px;
}

.layouts-select-block {
	position: absolute;
}

.layouts-tab-btn {
	padding: 24px;
	background: var(--color-light);
	border: none;
	cursor: pointer;
	transition: color 0.2s, border-color 0.2s;
	border-radius: 16px;
	text-align: left;
}

.layouts-tab-btn.active {
	color: var(--white);
	background-color: var(--color-orange);
}

.layouts-tab-btn:hover:not(.active) {
	color: #333;
}

/* ── Tab panels ── */
.layouts-tab-panel {
	display: none;
}

.layouts-tab-panel.active {
	display: block;
}


.layouts-select {
	display: none;
	width: 100%;
	height: 56px;
	padding: 16px 32px;
	border-radius: 30px;
	background: var(--color-light);
	cursor: pointer;
	outline: none;

	font-family: 'TTTravels';
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

@media (max-width: 767.5px) {
	.layouts-tabs {
		display: none;
	}

	.layouts-select {
		display: block;
	}


	.layouts-header__nav-btns {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	/* убираем стандартную стрелку в IE */
	.layouts-select::-ms-expand {
		display: none;
	}

	.layouts-select-block {
		position: relative;
		width: 100%;
	}

	.layouts-select-block::after {
		content: "";
		position: absolute;
		right: 32px;
		top: 50%;
		transform: translateY(-50%);
		width: 16px;
		height: 9px;
		pointer-events: none;
		background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 7L15 1' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-size: contain;
	}

	.layouts-select-block::focus::after {
		transform: scale(-1);
	}
}









@media(max-width: 1600px) {
	.request-section__wrapper {
		padding: 90px 0 90px;
	}

	.map-section__block {
		flex: 0 1 calc(100% - 527px);
	}

	.info-item {
		flex: 1 1 calc((100% - 60px) / 3);
	}

	.layouts-header {
		flex-wrap: wrap;
		gap: 16px;
	}

	.layouts-header p {
		order: 3;
		flex: 1 1 100%;
	}

	.layout-item__img {
		flex: 0 0 304px;

	}

	.layout-item__img a img {
		aspect-ratio: 350 / 304;
	}

	.request-section__image {
		left: -250px;
		width: 910px;
	}

}

@media(max-width: 1439.5px) {
	.layouts-tabs {
		flex: 0 0 170px;
	}

	.mb-64 {
		margin-bottom: 32px;
	}

	.main-section__inner {
		max-width: 660px;
	}

	.main-section__inner .h2 {
		max-width: 660px;
	}

	.main-section__inner .button-light {
		margin-top: 0;
	}

	.main-section {
		min-height: 700px;
		height: 100%;
	}

	.request-section__image {
		width: 800px;
		left: -175px;
	}

	.request-section__content .h2 {
		font-weight: 400;
		font-size: 20px;
	}

	.request-section__content {
		max-width: 333px;
	}

	.benefits-new__inner .h2 {
		margin-bottom: 32px;
	}

	.benefit-new__desc .h4 {
		font-size: 20px;
	}

	.benefits-new__list {
		gap: 24px;
	}

	.benefit-new__img img {
		max-height: 510px;
	}

	.map-section__desc span {
		font-size: 20px;
	}

	.map-section__inner .h2 {
		margin-bottom: 32px;
	}

	.info-block__inner {
		gap: 24px;
	}

	.info-item {
		gap: 20px;
		flex: 1 1 45%;
	}

	.info-item span {
		font-size: 20px;
	}




}

@media(max-width: 1023.5px) {

	.main-section__inner .h2 {
		max-width: 100%;
	}


	.request-section__image {
		width: 690px;
		left: -316px;
	}

	.request-section__content .h2 {
		font-size: 18px;
	}

	.request-section__content {
		max-width: 100%;
	}

	.request-section__wrapper {
		padding: 60px 0 90px;
	}

	.benefits-new__list .benefit-new {
		flex: 1 1 100%;
	}

	.map-section__columns {
		flex-direction: column;
	}

	.map-section__block {
		flex: 1 1;
		max-height: 400px;
	}

	.density__inner .h2 {
		font-size: 32px;
	}

	.density-item {
		min-width: 100%;
	}

	.density-item img {
		aspect-ratio: 672/414;
	}



	.layouts__inner {
		position: relative;
	}
}

@media(max-width: 767.5px) {

	.main-section {
		max-height: 600px;
		min-height: 600px;
	}

	.main-section__inner {
		padding: 110px 0 80px;

	}

	.request-section__image {
		position: relative;
		width: auto;
		min-width: 430px;
		left: -24px;
		right: -24px;
		transform: translateX(0);
		margin-bottom: 48px;
	}

	.request-section__wrapper {
		padding-top: 0;
		padding-bottom: 48px;
	}

	.benefit-new__img img {
		aspect-ratio: 366/290;
	}

	.benefit-new__desc {
		padding: 24px;
	}

	.map-section__block {
		max-height: 640px;
	}

	.map-section__desc {
		padding: 24px;
	}

	.info-item {
		flex: 1 1 100%;
		padding: 24px;
		min-height: 180px;
	}

	.density-item img {
		aspect-ratio: 366/290;
	}

	.density__inner .h2 {
		font-size: 26px;
	}


	.layouts__inner {
		padding-bottom: 70px;
	}


	.layout-item__img a img {
		aspect-ratio: 302/280;
	}

	.layouts-body {
		flex-direction: column;
		gap: 16px;
	}

	#layoutsPanels {
		overflow: hidden;
		width: 100%;
		margin-right: 0;
	}
}

@media(max-width: 499.5px) {
	.request-section__image {
		margin-bottom: 0;
	}
}

@media(max-width: 420px) {
	.main-section {
		background-position: -508px 0;
	}
}