.title.h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	color: #221F20;
	text-transform: uppercase;
}
.title.h2 span {
	color: #E32320;
}
.text-32 {
	font-size: 32px;
}
.text-24 {
	font-size: 24px;
}
.text-20 {
	font-size: 20px;
}
.text-18 {
	font-size: 18px;
}
.fw-bold {
	font-weight: 700;
}
.text-color {
	color: #E32320;
}
.text-grey {
	color: #494949;
}
.text-black {
	color: #000;
}
.main_rent {
	margin-top: 108px;
}
.main_rent + .new-form,
.main_rent + .new-form + .contact-block{
	display: none;
}
.rent-hero {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
	padding-top: 108px;
	padding-bottom: 160px;
	min-height: 465px;
	margin-bottom: 75px;
}
.rent-hero.mobile {
	display: none;
}
.rent-hero-dark {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(293.89deg, rgba(0, 0, 0, 0) 48.25%, rgba(0, 0, 0, 0.25) 51.09%, rgba(0, 0, 0, 0.55) 68.8%);
}
.rent-hero .container {
	position: relative;
    z-index: 1;
}
.rent-hero .wrap {
	padding-left: 80px;
}
.rent-hero h1 {
	font-size: 72px;
    font-weight: 700;
    line-height: .9;
	text-transform: uppercase;
	margin: 0;
}
.rent-hero-advantages {
	margin-top: 45px;
}
.rent-hero-advantages ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
.rent-hero-advantages li {
	font-size: 21px;
	display: flex;
    align-items: center;
    gap: 12px;
	margin-bottom: 8px;
}
.rent-hero-advantages li:last-child {	
	margin-bottom: 0;
}
.rent-hero-advantages li:before {
	content: '';
	width: 20px;
    min-width: 20px;
    height: 9px;
    display: block;
	background-image: url('/wp-content/uploads/2025/09/rent-hero-advantages-icon.svg');
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.rent-procedure {
	margin-bottom: 64px;
}
.rent-procedure .items {
	display: flex;
    gap: 16px;
	margin-top: 10px;
}
.rent-procedure .item {
	flex: 1;
	position: relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	border-radius: 16px;
	overflow: hidden;
	min-height: 310px;
	height: auto;
	color: #ECEAEA;
}
.rent-procedure .item .item-dark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180.19deg, rgba(0, 0, 0, 0) 39.37%, rgba(0, 0, 0, 0.475977) 61.46%, rgba(0, 0, 0, 0.9) 99.83%);
}
.rent-procedure .item .item-wrap {
	position: relative;
	z-index: 1;
	height: 100%;
	padding: 175px 24px 28px;
}
.rent-procedure .item .item-num {
	width: 86px;
	height: 41px;
	background-image: url('/wp-content/uploads/2025/09/rectangle-345.svg');
	background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	line-height: .75;
	position: absolute;
	top: 22px;
	left: 0;
	padding-left: 32px;
	color: #fff;
}
.rent-procedure .item .item-text {
	margin-top: 11px;
}
.rent-how {
	margin-bottom: 72px;
}
.rent-how .wrap {
	margin-top: 50px;
	display: flex;
	gap: 26px;
}
.rent-how .items {
	width: calc(56% - 13px);
	background: #fff;
	padding: 30px 60px;
	border-radius: 15px;
}
.rent-how img {
	width: calc(44% - 13px);
	height: auto;
	border-radius: 16px;
	object-fit: cover;
}
.rent-how .item {
	display: flex;
	margin-bottom: 30px;
}
.rent-how .item:last-child {
	margin-bottom: 0;
}
.rent-how .item .item-title {
	width: 50%;
	padding-right: 50px;
}
.rent-how .item .item-text {
	width: 50%;
	line-height: 1.2;
}
.rent-docs {
	margin-bottom: 84px;
}
.rent-docs .wrap {
	margin-top: 15px;
}
.rent-docs .items {
	background: #fff;
	border-radius: 15px;
	padding: 30px 60px;
}
.rent-docs .item {
	display: flex;
	margin-bottom: 40px;
}
.rent-docs .item:last-child {
	margin-bottom: 0;
}
.rent-docs .item .item-title {
	width: 210px;
	margin-right: 50px;
}
.rent-docs .item .item-text {
	line-height: 1.6;
}
.rent-docs .item .item-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rent-docs .item .item-text ul li:before {
	content: '— ';
}
.rent-faq {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.rent-faq .container {
	width: 100%;
}
.rent-faq .wrap {
	margin-top: 32px;
	margin-bottom: 138px;
}
.rent-faq .item {
	margin-bottom: 60px;
	border-bottom: .75px solid rgba(0, 0, 0, .4);
	padding-bottom: 18px;
}
.rent-faq .item:last-child {
	margin-bottom: 0;
}
.rent-faq .item-title {
	position: relative;
	cursor: pointer;
	padding-right: 50px;
}
.rent-faq .item-title:after {
	content: '';
	display: block;
	width: 30px;
	height: 14px;
	background-image: url("/wp-content/themes/brooklands-rent/assets/img/svg/faq-arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: translateY(-50%) rotate(-90deg);
	position: absolute;
	top: 50%;
	right: 0;
	transition: transform .3s ease-in-out;
}
.rent-faq .item-text {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 18px;
}
.rent-faq .item.active .item-title:after {
	transform: translateY(-50%) rotate(0);
}
.rent-faq-img {
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 16px 16px 0 0;
}
.contacts-sec {
	background: #161415;
	padding: 80px 0 100px;
}
.contacts-sec .wrap {
	display: flex;
}
.contacts-sec .contacts-sec-left {
	width: 43%;
	padding-right: 100px;
}
.contacts-sec .contacts-sec-right {
	width: 57%;
}
.contacts-sec .new-form__title {
	margin-bottom: 16px;
}
.contacts-sec .new-form__text {
	font-size: 24px;
}
.contacts-sec .new-form__form {
	margin-top: 24px;
	margin-bottom: 24px;
}
.contacts-sec .new-form__submit {
	background: #E32320;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
	font-weight: 700;
}
.contacts-sec .new-form__bottom .new-form__text {
	color: #F3F2F2;
	font-size: 16px;
	margin-bottom: 0;
}
.contacts-sec .new-form__bottom .new-form__block {
	display: flex;
	align-items: center;
	gap: 24px;
}
.contacts-sec .new-form__bottom .new-form__buttons {
	margin-top: 0;
	column-gap: 16px;
}
.contacts-sec .new-form__bottom .new-form__buttons svg {
	width: 40px;
	height: 40px;
}
.contacts-sec .contact-block__map {
	width: 100%;
	height: 255px;
}
.contacts-sec-items {
	margin-top: 26px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	color: #F3F2F2;
}
.contacts-sec-items .footer__contacts-item-suptitle {
	font-size: 16px;
	color: #F3F2F2;
	margin-bottom: 8px;
}
.contacts-sec-items .footer__contacts-item-title {
	font-size: 20px;
	line-height: 1.2;
}
.contacts-sec-items .footer__contacts-item-title.address {
	border-bottom: 1px solid #F3F2F2;
	width: fit-content;
}
.rent-items {
	margin-bottom: 50px;
}
.rent-items .rent-items-wrap.mobile {
	display: none;
	padding-left: 0;
}
.rent-items .title.h2 {
	margin-bottom: 50px;
}
.rent-items-wrap {
	padding-left: 30px;
	margin-left: 85px;
}
.rent-items-slider {
	height: auto;
}
.rent-items-slider .swiper-slide {
	height: auto;
}
.rent-items .card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
}
.rent-items .card .auto-card__img {
	width: 100%;
	aspect-ratio: 2 / 1.2;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
}
.rent-items .card .auto-card__content {
	padding: 8px 20px 25px;
	max-width: 100%;
	box-sizing: border-box;
}
.rent-items .card .auto-card__name {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 4px;
}
.rent-items .card .auto-card__title {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1;
}
.rent-items .card .auto-card__year {
	font-size: 16px;
	color: #433D3F;
	line-height: 1;
}
.rent-items .card .auto-card__properties {
	max-width: 100%;
}
.rent-items .card .auto-card__characteristics {
	padding: 3px 8px;
	color: #6B6164;
	height: 20px;
}
.rent-items .card .auto-card__characteristics-text {
	font-size: 10px;
}
.rent-items .card .auto-card__new-price {
	margin-top: 16px;
	line-height: 1.2;
}
.rent-items .card .auto-card__new-price-period {
	font-size: 16px;
}
.header_scroll .navigation__list-link {
	font-size: 11px;
}
@media(max-width: 1200px) {
	.text-32 {
		font-size: 24px;
	}
	.rent-how .wrap {
		flex-direction: column;
	}
	.rent-how .items {
		width: 100%;
	}
	.rent-how img {
		width: 100%;
		object-fit: contain;
	}
	.contacts-sec .wrap {
		flex-direction: column;
		gap: 40px;
	}
	.contacts-sec .contacts-sec-left {
		width: 100%;
		padding-right: 0;
	}
	.contacts-sec .contacts-sec-right {
		width: 100%;
	}

}
@media(max-width: 1024px) {
	.title.h2 {
		font-size: 40px;
	}
	.text-24 {
		font-size: 20px;
	}
	.text-20 {
		font-size: 18px;
	}
	.main_rent {
		margin-top: 60px;
	}
	.rent-hero {
		padding-top: 90px;
		padding-bottom: 80px;
		min-height: 360px;
	}
	.rent-hero .wrap {
		padding-left: 0;
	}
	.rent-hero h1 {
		font-size: 56px;
	}
	.rent-procedure .items {
		flex-direction: column;
	}
	.rent-faq .wrap {
		margin-bottom: 100px;
	}
}
@media(max-width: 768px) {
	.title.h2 {
		font-size: 34px;
	}
	.main_rent {
		margin-top: 50px;
	}
	.rent-hero-dark {
		background: linear-gradient(293.89deg, rgba(0, 0, 0, 0) 10.25%, rgba(0, 0, 0, 0.25) 51.09%, rgba(0, 0, 0, 0.55) 68.8%);
	}
	.rent-hero h1 {
		font-size: 46px;
	}
	.rent-hero-advantages {
		margin-top: 32px;
	}
	.rent-items .title.h2 {
		margin-bottom: 32px;
	}
	.rent-how .item {
		flex-direction: column;
		gap: 16px;
	}
	.rent-how .item .item-title {
		width: 100%;
		padding-right: 0;
	}
	.rent-how .item .item-text {
		width: 100%;
	}
	.rent-how .items {
		padding: 30px 40px;
	}
	.rent-docs .items {
		padding: 30px 40px;
	}
	.rent-docs .item {
		flex-direction: column;
		gap: 16px;
	}
	.contacts-sec .new-form__text {
		text-align: left;
	}
	.contacts-sec .new-form__text {
		font-size: 20px;
	}
}
@media(max-width: 576px) {
	.title.h2 {
		font-size: 24px;
		text-align: center;
	}
	.rent-hero.desk {
		display: none;
	}
	.rent-hero.mobile {
		display: block;
	}
	.rent-hero {
		padding-top: 40px;
		min-height: 418px;
		margin-bottom: 64px;
	}
	.rent-hero h1 {
		font-size: 32px;
	}
	.rent-hero-advantages {
		margin-top: 16px;
	}
	.rent-hero-advantages li {
		font-size: 14px;
		gap: 8px;
		margin-bottom: 4px;
	}
	.rent-hero-advantages li:before {
		width: 13px;
		min-width: 13px;
		height: 6px;
	}
	.rent-items-wrap {
		padding-left: 16px;
		margin-left: 0;
	}
	/*.rent-items .card .auto-card__new-price,*/
	.rent-items .card .auto-card__new-price {
		font-size: 20px;
	}
	.rent-items .card .auto-card__new-price-period {
		font-size: 14px;
	}
	.rent-procedure .item .item-num {
		width: 74px;
	}
	.text-32 {
		font-size: 20px;
	}
	.rent-procedure .item .item-text {
		font-size: 14px;
	}
	.rent-procedure .item {
		min-height: 300px;
	}
	.rent-how .items {
		padding: 24px;
	}
	.text-24 {
		font-size: 18px;
	}
	.text-18 {
		font-size: 14px;
	}
	.rent-items .title.h2 {
		margin-bottom: 25px;
	}
	.rent-procedure .items {
		margin-top: 24px;
	}
	.rent-how .wrap {
		margin-top: 24px;
	}
	.rent-how .item {
		gap: 8px;
	}
	.rent-docs .items {
		padding: 24px;
	}
	.rent-docs .item {
		gap: 8px;
	}
	.rent-faq .items {
		background: #fff;
		border-radius: 8px;
		padding: 22px 0;
	}
	.rent-faq .item {
		padding-left: 18px;
		padding-right: 18px;
		border-bottom: 1px solid #F4F4F4;
		margin-bottom: 16px;
		padding-bottom: 16px;
	}
	.rent-faq .item:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.rent-faq .item-title {
		font-size: 16px;
	}
	.rent-faq .item-text {
		font-size: 14px;
	}
	.rent-faq .item-title:after {
		width: 15px;
		height: 8px;
	}
	.rent-faq .wrap {
		margin-top: 24px;
		margin-bottom: 60px;
	}
	.contacts-sec-items .footer__contacts-item-title {
		font-size: 16px;
	}
	.contacts-sec .new-form__title {
		font-size: 28px;
		text-align: center;
		margin-bottom: 8px;
	}
	.contacts-sec .new-form__text {
		text-align: center;
		font-size: 16px;
	}
	.contacts-sec .new-form__bottom .new-form__block {
		gap: 8px;
		flex-direction: column;
	}
	.contacts-sec .new-form__bottom .new-form__buttons {
		column-gap: 20px;
	}
	.rent-items-wrap.desk {
		display: none;
	}
	.rent-items .rent-items-wrap.mobile {
		display: block;
	}
	.rent-items .card {
		margin-bottom: 16px;
	}
	.rent-items .card:last-child {
		margin-bottom: 0;
	}
	.rent-items .card .auto-card__year {
		font-size: 14px;
	}
	.rent-items .card .auto-card__name {
		gap: 8px;
	}
}
@media(min-width: 1800px) {
	.rent-hero {
		min-height: 660px;
	}
}