.l-content {
	margin: 0 !important;
	padding: 80px 0;
}

.l-content .l-wrapper {
	width: unset;
	margin: 0;
	padding: 0;
}

.form-wrapper {
	max-width: 1486px;
	margin: 0 auto;
	padding: 0 15px;
	margin-top: 80px;
}

.b-content {
	padding-top: 0 !important;
}

.rent {
	font-size: 19px;
	font-weight: 400;
	line-height: 130%;
}

.rent .l-wrapper {
	width: 1486px;
	margin: 0 auto;
	padding: 0 15px;
}

.rent__header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}

.rent__title {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-transform: unset;
	margin: 0 auto;
	max-width: 712px;
	margin-bottom: 32px;
	font-size: 64px;
	font-weight: 600;
	line-height: 100%;
}

.rent__title span {
	color: #dcbb25;
}

.rent__descr {
	max-width: 576px;
	margin: 0 auto;
	text-align: center;
	font-size: 19px;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 40px;
}

.rent__book {
	padding: 16px 44px;
	border: 1px solid #dcbb25;
	outline: none;
	background-color: transparent;
	width: fit-content;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
}

@media screen and (min-width: 991px) {
	.rent__book:hover {
		background-color: #dcbb25;
	}
}

.rent__book:active {
	background-color: #dcbb25;
}

.rent-swiper {
	overflow: hidden;
	position: relative;
	margin-bottom: 105px;
}

.hall {
	position: relative;
}

.hall__name {
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px;
	color: #dcbb25;
	font-size: 40px;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: 0%;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(0, 0, 0, 0.2);
}

.hall__properties {
	position: absolute;
	top: 0;
	right: 0;
	width: 370px;
	padding: 40px;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	letter-spacing: 0%;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(0, 0, 0, 0.2);
}

.hall__property {
	display: flex;
	gap: 4px;
	flex-direction: column;
	padding-bottom: 12px;
}

.hall__property:last-child {
	padding-bottom: 0;
}

.hall__property + .hall__property {
	padding-top: 12px;
	border-top: 1px solid #ffffff;
}

.hall__property-title {
	font-size: 23px;
	color: #dcbb25;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: 0%;
}

.swiper-controls {
	display: flex;
	gap: 62px;
	align-items: center;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 330px;
	height: 80px;
	padding: 22px 40px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination {
	position: relative !important;
	display: flex;
	align-items: center;
	gap: 10px;
	bottom: 0 !important;
}

.swiper-fraction {
	width: 40px;
	height: 1px;
	background-color: #ffffff;
}

.swiper-btns {
	display: flex;
	gap: 20px;
}

.swiper-button-next,
.swiper-button-prev {
	position: relative !important;
	top: unset !important;
	left: unset !important;
	right: unset !important;
	margin-top: unset !important;
	background-repeat: no-repeat;
	background-size: 12px 20px;
	background-position: center;
	transition: background-image 0.3s;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11.666992' height='19.092010' viewBox='0 0 11.667 19.092' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs/%3e%3cpath id='Vector' d='M4.24219 9.54601L11.667 16.971L9.5459 19.092L0 9.54601L9.5459 0L11.667 2.121L4.24219 9.54601Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3e%3c/svg%3e ");
	padding: 8px 12px;
	width: 36px !important;
	height: 36px;
}

.swiper-button-next:hover,
.swiper-button-next:active,
.swiper-button-prev:hover,
.swiper-button-prev:active {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11.666992' height='19.091797' viewBox='0 0 11.667 19.0918' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs/%3e%3cpath id='Vector' d='M4.24219 9.5459L11.667 16.9712L9.5459 19.0918L0 9.5459L9.5459 0L11.667 2.12109L4.24219 9.5459Z' fill='%23FFDC41' fill-opacity='1.000000' fill-rule='nonzero'/%3e%3c/svg%3e ");
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: none !important;
	font-family: unset !important;
	font-size: unset !important;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-next {
	transform: rotate(180deg);
}

.swiper-pagination-current {
	min-width: 23px;
}

.rent-description {
	background-color: #101f1c;
}

.rent-description.greenvich {
	background-color: #0c182c;
}

.rent-description .l-wrapper {
	display: flex;
	align-items: center;
	gap: 32px;
}

.rent-description__left,
.rent-description__right {
	width: calc(50% - 16px);
}

.rent-description__left h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: 0%;
	margin: 0;
	text-transform: unset;
}

.rent-description__text {
	margin: 24px 0;
}

.rent-description__right {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.rent-advantages {
	margin-top: 64px;
	display: flex;
	gap: 40px;
	flex-direction: column;
	align-items: center;
}

.rent-advantages h2 {
	text-transform: none;
	font-size: 48px;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: 0%;
	margin: 0;
}

.rent-advantages__list {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	justify-content: center;
}

.rent-advantages__item {
	width: 340px;
	padding: 24px;
	background-color: #101f1c;
	display: flex;
	flex-direction: column;
	height: 432px;
}

.rent-advantages__item.greenvich {
	background-color: #0c182c;
}

.rent-advantages__item-img {
	padding: 20px;
	border-radius: 99px;
	width: 72px;
	height: 72px;
	background-color: #172e2a;
	margin-bottom: 24px;
}

.rent-advantages__item-img.greenvich {
	background-color: #0f1e37;
}

.rent-advantages__item-img img {
	width: 100%;
	height: 100%;
}

.rent-advantages__item-title {
	font-weight: 600;
	font-size: 19px;
	margin-bottom: 16px;
}

.rent-advantages__item-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	letter-spacing: 0%;
	text-align: left;
}

.b-message-form_item-error {
	color: #dcbb25;
}

@media screen and (max-width: 1100px) {
	.rent {
		font-size: 18px;
	}

	.rent__title {
		font-size: 48px;
	}

	.rent__descr {
		font-size: 18px;

	}

	.rent__header {
		margin-bottom: 40px;
	}

	.l-content {
		padding: 36px 0 56px 0;
	}

	.hall {
		display: flex;
		flex-direction: column;
	}

	.hall__name,
	.hall__properties {
		position: relative;
		-webkit-backdrop-filter: unset;
		backdrop-filter: unset;
		background: unset;
	}

	.hall__name {
		order: 1;
		font-size: 32px;
		padding: 0;
		text-align: center;
		margin-bottom: 16px;
	}

	.hall__img {
		order: 2;
		margin-bottom: 16px;
		padding-top: 68px;
	}

	.swiper-controls {
		padding: 0 16px;
		-webkit-backdrop-filter: unset;
		backdrop-filter: unset;
		background: unset;
		top: 72px;
		height: 36px;
		width: 100%;
	}

	.hall__properties {
		order: 3;
		padding: 0;
		width: 100%;
	}

	.rent-swiper {
		margin-bottom: 40px;
	}

	.rent-description .l-wrapper {
		flex-direction: column;
		gap: 24px;
		padding: 16px;
	}

	.rent-description__left, .rent-description__right {
		width: 100%;
	}

	.rent-description__left {
		display: flex;
		flex-direction: column;
	}

	.rent-description__left h2 {
		font-size: 24px;
	}

	.rent__book {
		align-self: center;
	}

	.rent-advantages {
		margin-top: 40px;
		gap: 24px;
	}

	.rent-advantages__list {
		gap: 16px;
	}

	.form-wrapper {
		margin-top: 40px;
	}

	.rent-advantages__item  {
		height: unset;
	}
}

@media screen and (max-width: 768px) {
	.rent {
		font-size: 16px;
	}
	
	.rent__title {
		font-size: 24px;
	}

	.rent-advantages__item {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.rent__book {
		width: 100%;
	}

	.hall__name {
		font-size: 24px;
	}

	.swiper-controls {
		top: 48px;
	}

	.hall__img {
		padding-top: 52px;
	}

	.hall__property-title {
		font-size: 20px;
	}

	.rent-description__left h2 {
		font-size: 20px;
	}

	.rent-advantages h2  {
		font-size: 24px;
	}

	.form-description {
		font-size: 22px !important;
	}

}
