/* ui */
.btn-green {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #00647b;
	color: #fff;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	transition: all 0.3s ease;
}
.btn-green:hover {
	background: #1f7487;
}

.btn-border {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: none;
	border: 2px solid white;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	transition: all 0.3s ease;
}
.btn-border:hover {
	background: #00647b;
	border: 2px solid #00647b;
}

/* swiper */

.main-container {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 15px;
}

/* promo */
.main-promo {
	margin: -60px 0 0 0;
}
.main-promo .swiper {
	width: 100%;
	height: 100vh;
}
.main-promo__img {
	width: 100%;
	height: 100%;
}
.main-promo__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-promo .swiper .swiper-slide {
	position: relative;
}
.main-promo__wrapper {
	position: absolute;
	top: 120px;
	left: 0;
	max-width: 800px;
	min-width: 715px;
	padding: 30px 80px 30px 160px;
	background: rgba(13, 23, 26, 0.2);
	backdrop-filter: blur(8px);
}
.main-promo__text {
}
.main-promo__text-title {
	color: #fff;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 15px 0;
}
.main-promo__text-descr {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 30px 0;
}
.main-promo__text-list {
	list-style: disc;
	padding: 0 0 0 20px;
	margin: 0 0 30px 0;
}
.main-promo__text-list li {
	color: white;
}
.main-promo__text-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.main-promo__text-link {
	white-space: nowrap;
	width: 50%;
	height: 50px;
}
.main-promo .swiper-button-prev {
	left: 0;
	width: 56px;
	height: 56px;
	background: rgba(255, 255, 255, 0.14);
	transition: all 0.3s ease;
}
.main-promo .swiper-button-prev::after {
	font-size: 24px;
	color: #fff;
}
.main-promo .swiper-button-next {
	right: 0;
	width: 56px;
	height: 56px;
	background: rgba(255, 255, 255, 0.14);
	transition: all 0.3s ease;
}
.main-promo .swiper-button-next::after {
	font-size: 24px;
	color: #fff;
}
.main-promo .swiper-button-prev:hover {
	background: #00647b;
}
.main-promo .swiper-button-next:hover {
	background: #00647b;
}
.main-promo .swiper-pagination {
	position: relative;
	top: -40px !important;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
}
.main-promo .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 0;
}
.main-promo .swiper-pagination-bullet-active {
	background: white;
}
/* about */
.main-about {
	padding: 100px 0;
	background: #f5f7f7;
}
.main-about__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.main-about__item {
	flex: 1 1 50%;
}

.main-about__item-img {
	width: 100%;
}

.main-about__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-about__item-title {
	color: #0d171a;
	font-family: Arial;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 30px 0;
}

.main-about__item-descr {
	color: #6c7c80;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 10px 0;
}
/* cars */
.main-cars {
	padding: 100px 0;
	background: white;
}
.main-cars__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.main-cars__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	flex: 1 1 50%;
	border: 1px solid rgba(108, 124, 128, 0.2);
}

.main-cars__item-title {
	color: #0d171a;
	text-align: center;
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0 0 20px 0;
}

.main-cars__item-title span {
	display: block;
}

.main-cars__item-img {
	width: 330px;
	height: 180px;
}

.main-cars__item-img img {
	width: 100%;
	height: 100%;
}

.main-cars__item-price {
	color: #0d171a;
	text-align: center;
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0 0 15px 0;
}

.main-cars__item-month {
	color: #0d171a;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	padding: 4px 15px;
	border-radius: 50px;
	background: #ebf3f5;
	margin: 0 0 20px 0;
}

.main-cars__item-btn {
	width: 300px;
	height: 50px;
}

/* special-offers */
.main-specialOffers {
	padding: 100px 0;
	background: #f5f7f7;
}

.main-specialOffers__title {
	color: #0d171a;
	font-family: Arial;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 30px 0;
}

.main-specialOffers__wrapper {
	display: flex;
	justify-content: space-between;
	gap: 35px;
}

.main-specialOffers__item {
	flex: 1 1 33.3%;
}

.main-specialOffers__item-img {
	width: 350px;
	height: 400px;
	margin: 0 0 10px 0;
}

.main-specialOffers__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-specialOffers__item-title {
	color: #0d171a;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0 0 15px 0;
}

.main-specialOffers__item-link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	color: #6c7c80;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
}
.main-specialOffers .swiper-pagination {
	display: flex;
}
.main-specialOffers .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 0;
}
.main-specialOffers .swiper-pagination-bullet-active {
	background: #6c7c80;
}
/* news */
.main-news {
	padding: 100px 0;
	background: white;
}
.main-news__text {
	color: #6c7c80;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 10px 0;
}

.main-news__title {
	color: #0d171a;
	font-family: Arial;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 30px 0;
}

.main-news__wrapper {
	margin: 0 0 50px 0;
	display: flex;
	justify-content: space-between;
	gap: 35px;
}

.main-news__wrapper .swiper-wrapper {
	gap: 35px;
}

.main-news__item {
	flex: 1 1 33.3%;
}

.main-news__item-img {
	width: 100%;
	margin: 0 0 25px 0;
}

.main-news__item-img img {
	width: 100%;
	object-fit: cover;
}

.main-news__item-title {
	color: #0d171a;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0 0 10px 0;
}

.main-news__item-date {
	color: #6c7c80;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.main-news__btn {
	width: 250px;
	height: 50px;
}
.main-news .swiper-pagination {
	display: flex;
}
.main-news .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 0;
}
.main-news .swiper-pagination-bullet-active {
	background: #6c7c80;
}
/* info */
.main-info {
	padding: 100px 0;
	background: #0d171a;
}
.main-info__mob {
	display: none;
}
.main-info__img {
	width: 100%;
	margin: 0 0 10px 0;
	position: relative;
}

.main-info__img img {
	max-width: 100%;
	object-fit: cover;
}

.main-info__arrows {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-info__arrows-prev {
	transform: rotate(180deg);
}
.main-info__arrows-prev,
.main-info__arrows-next {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	background: #ffffff24;
	transition: all 0.3s ease;
}
.main-info__arrows-prev:hover,
.main-info__arrows-next:hover {
	background: #00647b;
}

.main-info__tabs {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 35px;
	margin: 0 0 30px 0;
}

.main-info__tab {
	cursor: pointer;
	padding: 30px 0 0 0;
	border-top: 4px solid rgba(108, 124, 128, 0.2);
	flex: 1 1 100%;
}

.main-info__tab.active {
	border-top: 4px solid #00647b;
}

.main-info__tab h3 {
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.main-info__tab p {
	color: #ced7d9;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.main-info__links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.main-info__link {
	height: 50px;
	flex: 1 1 100%;
}
.main-info .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 0;
	background: #ffffff70;
}
.main-info .swiper-pagination-bullet-active {
	background: white;
}
.main-info .swiper-pagination {
	position: relative;
	display: flex;
	z-index: 1;
}
