/*Обнуление*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;

	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	margin: 0;
	font-style: normal;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #000000;
	/* background: #F1F4F8; */

}

/*    font-family: 'Roboto', sans-serif;
 */

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}


button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;

}

a:hover {
	text-decoration: none;
	color: inherit;
}

a {
	color: inherit;
}

ul li {
	list-style: none;
	color: inherit;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/************************************container********************************************/
.none {
	display: none;
}

.wrapper {
	overflow: hidden;
	min-height: 100%;
	display: flex;
	flex-direction: column;

	margin: 0px auto;
}

.container {
	max-width: 1220px;
	/* background-color: #ccc; */
	margin: 0px auto;
	padding: 0px 10px;
}

/* [class*="__container"] {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
} */

.main {
	flex: 1 1 auto;
}

.section-title {
	margin-bottom: 50px;
	font-size: 48px;
	font-weight: 700;
	text-align: center;
}


.btn {
	position: relative;
	border: none;
	padding: 23px 52px;
	display: inline-block;

	/* cursor: pointer; */
	text-align: center;
	letter-spacing: 0.125rem;
	font-style: normal;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 63.6%;
	background: #FF0000;
	border-radius: 4px;
	transition: opacity 0.2s ease-in;
}

.btn:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}


.btn:active {
	-webkit-transform: translateY(5px) scale(1.03);
	transform: translateY(5px) scale(1.03);
	box-shadow: 0 0 0 #6c6297, 0 0.875rem 1.5rem rgba(76, 62, 109, 0.42)
}

.showmore-link {
	display: block;
	text-align: center;

	text-transform: uppercase;
	color: #fff;
	background-color: #151515;
	padding: 13px 60px;
	width: 225px;
	margin: 70px auto 0;
}


/******************************header***************************************************/
.header {
	background-color: #151515;
}

.header-main {
	background-color: transparent;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
}

.header__inner {
	padding-top: 40px;
	padding-bottom: 45px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.menu__btn {
	width: 30px;
	height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	display: none;
}

.menu__btn span {
	height: 2px;
	background-color: #fff;
	width: 100%;
}

.menu__list {
	display: flex;
	gap: 35px;
}

.menu__list-link {
	color: #FFFFFF;
	text-transform: uppercase;
}

.menu__list-link--active {
	color: #0066FF;
}

/********************************************************top*********/
.top {
	color: #fff;
	text-align: center;
	padding-top: 250px;
	padding-bottom: 50px;
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
}

.title {

	padding-bottom: 40px;
	font-weight: 700;
	font-size: 96px;

}

.top__link {
	background: #151515;
	padding: 23px;
	max-width: 430px;
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 36px;

}

/**********************************************************swiper*******/
.swiper::after {
	content: '';
	background-color: rgba(21, 21, 21, 0.3);
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;

}

.swiper-slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 1080px;
}

.swiper-pagination-bullet {
	width: 120px;
	height: 3px;
	background-color: #151515;
	border-radius: 0;
	opacity: 1;
	margin: 0 15px !important;
}

.swiper-pagination-bullet-active {
	height: 6px;
	background-color: #fff;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 50px;

}

/************************************************why-lease******/
.why-lease {
	padding: 150px 0;
}


.why-lease__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	text-align: center;
}



.why-lease__item-img {
	margin-bottom: 30px;
}

.why-lease__item-title {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 700;

}

.why-lease__item-text {
	text-align: left;
}

/***********************************************how-does******/
.how-does {
	padding-bottom: 150px;
}

.how-does__inner {
	max-width: 600px;
	margin: 0 auto;
}

.how-does__title {
	padding: 50px 0;
	font-size: 24px;
	font-weight: 700;

}

.how-does__list {
	padding: 0 0 70px;
	counter-reset: myCounter;
}

.how-does__item {
	list-style-type: none;
	width: 270px;
	position: relative;
	margin-left: auto;

	box-sizing: content-box;
	padding: 19px 0px 19px 240px;
	min-height: 63px;
}

.how-does__item+.how-does__item {
	margin-top: 40px;
}

.how-does__item::before {
	counter-increment: myCounter;
	content: counter(myCounter);
	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 48px;
	font-weight: 700;
	color: #fff;
	background-color: #0066FF;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;

}

/************************************.video****/
.video {
	padding-bottom: 150px;
	text-align: center;
}

.video__title {
	margin-bottom: 20px;
}

.video__text {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;
}

.video__content {
	margin: 0 auto;
	display: block;
}

/************************************importand******/
.importand {
	padding-bottom: 150px;
}

.importand__title {
	margin-bottom: 20px;
}

.importand__text {
	max-width: 580px;
	margin: 0 auto 50px;
}

.importand__item {
	max-width: 270px;
	width: 100%;
}

.importand__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);

}

.importand__item-img {
	margin-bottom: 20px;
}


/*//////////////////////////////////////////////////*/
/*/////////////////////////////////////////contacts////////*/
/*////////////////////////////////////////////////*/
.contacts {
	padding: 100px 0 150px;
}

.contacts__title {
	margin-bottom: 20px;
}

.contacts__text {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 50px;
	padding: 0 100px;
}

.form {
	max-width: 580px;
	margin: 0 auto;

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.form__input {
	width: 270px;
	padding: 18px 20px;
	display: inline-block;
	border: 1px solid #0066FF;
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	color: #000;
}

.form__input::placeholder,
.forv__textarea::placeholder {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	color: #000;
	opacity: 0.5;
}

.forv__textarea {
	width: 100%;
	border: 1px solid #0066FF;
	resize: none;
	padding: 28px 20px;
	height: 290px;
	margin-bottom: 50px;

	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	color: #000;

}

.form__btn {
	text-transform: uppercase;
	color: #fff;
	background-color: #151515;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	padding: 13px 60px;
	margin: 0 auto;
	border: none;
}

/*************************************************blog*****/
.blog {
	padding-bottom: 150px;
}

.blog__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.blog__item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.blog__item-img {
	margin-bottom: 30px;
	width: 100%;
}

.blog__item-title {
	flex-basis: 446px;
	font-weight: 700;
	font-size: 20px;

}

.blog__item-link {
	background-color: #0066FF;
	color: #fff;
	padding: 4px 20px;

}

/**********************************************************************choose******/

.choose {
	padding: 100px 0 150px;
}



.tabs__btn {
	padding: 0 150px 100px;
	display: flex;
	justify-content: space-between;
	gap: 80px;
}

.tabs__btn-item {
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
	border: none;
	background-color: transparent;
	padding: 0;

}

.tabs__btn-item--active {
	color: #0066FF;
}

.tabs__content-item {
	display: none;
	grid-template-columns: repeat(4, 1fr);
	gap: 100px;
	column-gap: 40px;
}

.tabs__content-item.tabs__content-item--active {
	display: grid;
}

.card {
	text-align: center;

}

.car__content {

	border: 1px solid #0066FF;
}

.card__img {
	margin-bottom: 20px;
}

.card__title {
	font-weight: 700;
	font-size: 24px;
	color: #151515;
	margin-bottom: 20px;
	padding: 0 5px;
}

.card__text {
	color: #151515;
	margin-bottom: 20px;
	padding: 0 5px;
}

.card__price {
	font-weight: 700;
	font-size: 24px;
	color: #151515;
	margin-bottom: 20px;
	padding: 0 5px;
}

.card__link {
	display: block;
	color: #0066FF;
	border: 1px solid #0066FF;
	border-top: 0;
}

/******************************footer*************************************************/
.footer {
	background-color: #151515;
	padding: 50px 0px 32px 0px;
	color: #fff;
}

.footer__menu {
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}

.footer__menu-list {
	max-width: 250px;

}

.footer__menu-item+.footer__menu-item {
	padding-top: 20px;
}

.footer__menu-title {
	padding-bottom: 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: 120.833333%;
	/* 29px/24 */
	text-align: center;
}

.app {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-bottom: 52px;
}

.footer__copy {
	max-width: 806px;
	margin: 0 auto 30px;
	text-align: center;
}

.footer__copy-text {
	font-size: 12px;
}

.copy__nav-list {
	display: flex;
	justify-content: center;
	gap: 40px;
}

.card__img {
	width: 100%;
}

/********************************adaptyv************/

@media (max-width:1180px) {
	.importand__list {
		gap: 30px 20px;
	}

	.importand__item-img {
		width: 100%;
	}

	.tabs__content-item {
		grid-template-columns: repeat(3, 1fr);
	}

}

@media (max-width: 1040px) {
	.video__content {
		width: 100%;
	}

	.tabs__btn {
		padding: 0px 0px 50px;
		gap: 20px;
	}
}

@media (max-width: 860.9808px) {
	.header__inner {
		align-items: center;
	}

	.menu__btn {
		display: flex;
	}

	.menu__btn,
	.logo {
		position: relative;
		z-index: 10;
	}

	.menu__list {
		position: absolute;
		z-index: 5;
		background-color: #151515;
		flex-direction: column;
		align-items: center;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding-top: 200px;
		height: 100vh;
		transform: translateY(-100%);
		transition: transform.3s ease;

	}

	.menu__list.menu__list--active {
		transform: translateY(0);
	}

	.why-lease__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.importand__list {
		grid-template-columns: repeat(2, 1fr);

	}

	.tabs__content-item {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768.9801px) {
	.swiper-slide {
		height: 100vh;
	}

	.top__link {
		padding: 16px;
		max-width: 360px;
		font-size: 28px;
	}

	.title {

		font-size: 70px;
	}

	.swiper-pagination-bullet {
		width: 60px;
	}

	.swiper-pagination-bullet-active {
		height: 4px;
	}

	.video__content {
		height: 400px;
	}

	.footer__menu {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 50px;
		gap: 40px;
	}

}

@media (max-width: 650px) {
	.tabs__btn-item {
		font-size: 18px;
	}

	.tabs__content-item {
		grid-template-columns: repeat(1, 1fr);
	}

	.blog__items {
		grid-template-columns: repeat(1, 1fr);
	}

	.form__input {
		width: 100%;
		padding: 18px 20px;
		margin-bottom: 30px;
		font-size: 16px;
	}

	.contacts__text {
		text-align: center;
		font-weight: 700;
		font-size: 24px;
		margin-bottom: 50px;
		padding: 0;
	}
}

@media (max-width: 540px) {
	.blog {
		padding-bottom: 50px;
	}

	.title {
		font-size: 60px;
	}

	.top__link {
		max-width: 310px;
		font-size: 24px;
	}

	.why-lease {
		padding: 50px 0;
	}

	.section-title {
		font-size: 34px;

	}

	.why-lease__list {
		grid-template-columns: repeat(1, 1fr);
	}

	.how-does {
		padding-bottom: 50px;
	}

	.how-does__title {
		padding: 30px 0;
	}

	.how-does__list {
		padding: 0 0 35px;
	}

	.how-does__item {
		padding: 70px 0px 19px 0px;
		margin-right: auto;
	}

	.how-does__item::before {
		right: 0;
		margin: 0 auto;
		width: 50px;
		height: 50px;
		font-size: 32px;
	}

	.video {
		padding-bottom: 50px;
	}

	.video__content {
		height: 200px;
	}

	.importand__list {
		grid-template-columns: repeat(1, 1fr);
	}

	.importand {
		padding-bottom: 50px;
	}

	.app,
	.copy__nav-list {
		flex-direction: column;
		align-items: center;
	}

	.copy__nav-list {
		gap: 20px;
	}

	.tabs__content-item {
		gap: 40px;
	}

	.blog__item-title {
		margin-bottom: 10px;
	}

	.blog__item-link {
		margin-left: auto;
	}

	.tabs__btn {
		flex-direction: column;
	}

	.choose {
		padding: 50px 0px;
	}

}

@media (max-width: 440px) {}







@media (max-width:1200px) {}

@media (max-width: 1092px) {}

@media (max-width: 991.9808px) {}

@media (max-width: 767.9808px) {}

@media (max-width: 530px) {}

@media (max-width: 479.9808px) {}







/*******************************GIT*********************************************************/

/* git push origin master    git add .    git remote add origin https://github.com/CKRoMA/git-course.git*/
/* git commit -a -m "Commit message." git push -u origin master */
/*******************************************************************************************/