html {
	box-sizing: border-box;
}
*,
*::after,
*::before {
	box-sizing: inherit;
}

@font-face {
	font-family: 'Corporate-A-Bold';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/Corporate-A-Bold.woff2') format('woff2'),
		url('/fonts/Corporate-A-Bold.woff') format('woff');
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	background: #070a1b;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #fff;

	background: linear-gradient(180deg, #070a1b 0%, #2a3170 100%);
}
a {
	text-decoration: none;
	color: inherit;
}

img {
	max-width: 100%;
}

button {
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}
ul {
	list-style: none;
}
.header__logo {
	margin-left: 115px;
}
.container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}
.header__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.header {
	background: #070a1b;
}
.header__nav-img {
}
.logo {
}
.logo__img {
}
.list {
	display: flex;
}
.list__item + .list__item {
	margin-left: 30px;
}
.list__link {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transform: background 0.3s;
}
.list__link:hover {
	background-color: #c1a1d2;
}

.header__content {
	background-image: url(../images/header-bg.png);
	min-height: calc(100vh - 100px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.header__content::before {
	content: '';
	background-image: url(/images/amg.svg);
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
}
.title {
	font-family: 'Corporate-A-Bold';
	margin-bottom: 5px;
	font-style: normal;
	font-weight: bold;
	font-size: 72px;
	line-height: 120%;
	color: #ffffff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.title-discr {
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 120%;

	color: #ffffff;

	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 50px;
}
.footer__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 300px;
}
.footer {
	background: #070a1b;
}

.concept {
	padding-top: 150px;
	margin-bottom: 150px;
}

.concept__inner {
	max-width: 900px;
	margin-left: auto;
}

.concept__title {
	margin-bottom: 25px;
	text-transform: uppercase;
	font-family: Corporate A;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;

	color: #f402a2;
}
.concept__text {
	margin-bottom: 25px;

	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 120%;
}
.premier {
	margin-bottom: 150px;
}
.premier__inner {
	display: flex;
	gap: 60px;
}
.section__title {
	font-family: Corporate A;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	text-transform: uppercase;

	color: #f402a2;
}
.premier__text {
	margin-bottom: 21px;
}
.premier__img {
	margin-bottom: 20px;
}
.premier__btn {
	display: block;
	width: 100%;

	font-family: Corporate A;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	text-align: center;

	padding: 14px;

	color: #f402a2;

	border: 1px solid #f402a2;

	transition: all 0.3s;
}
.premier__btn:hover {
	color: #53a1cb;
	border: 1px solid #53a1cb;
}
.video {
	margin-bottom: 150px;
}
.video__img {
	margin-bottom: 25px;
}
.video__btn {
	display: flex;

	font-family: Corporate A;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	width: 100%;

	gap: 10px;
	padding: 14px;
	justify-content: center;
	align-items: flex-end;

	color: #f402a2;

	border: 1px solid #f402a2;

	transition: all 0.3s;
}
.video__btn span {
	padding-top: 2px;
}
.video__btn:hover {
	color: #53a1cb;
	border: 1px solid #53a1cb;
}
.video__btn path {
	transition: all 0.3s;
}
.video__btn:hover path {
	fill: #53a1cb;
}

.desing__interior {
	display: grid;
	grid-template-columns: 255px 255px auto 330px;
	grid-template-rows: auto auto;
	gap: 14px 44px;
	margin-bottom: 100px;
}
.desing__sell-one {
	grid-row: 1/3;
}
.desing__sell-two {
	grid-row-end: -1;
	display: flex;
	align-items: flex-end;
}
.desing__sell-three {
	grid-column-end: -1;
	grid-row-end: -1;
	display: flex;
	align-items: flex-end;
}
.desing__sell-text {
	margin-bottom: 15px;
}
.desing__interior-img {
	grid-column: 2/-1;
}
.desing__slider-item {
	margin: 0 30px;
}
.slick-track {
	margin-left: -30px;
}
.desing__slider {
	padding-bottom: 25px;
}
.arrow {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	bottom: 0;
	left: 50%;
}
.arrow-left {
	transform: translateX(-80px);
}
.arrow-right {
	transform: translateX(30px);
}
.desing__box {
	max-width: 590px;
	margin: 150px auto;
	padding: 0 10px;
	display: flex;
	gap: 60px;
}
.desing__box-column {
	width: 255px;
}
.desing__box-text {
	margin-bottom: 15px;
}
.img__desing {
	max-width: 100%;
	display: block;
	object-fit: cover;
	margin: 0 auto -10px;
}

@media (max-width: 1366px) {
	.footer__inner {
		height: 150px;
	}
}

@media (max-width: 1020px) {
	.desing__interior {
		display: block;
	}
	.desing__interior-img {
		width: 100%;
		margin-bottom: 25px;
	}
	.desing__sell-three .desing__interior-img {
		max-width: 100%;
		width: auto;
	}
}
@media (max-width: 768px) {
	.header__logo {
		margin-left: 0;
	}
	.logo__img {
		width: 180px;
	}
	.list__item + .list__item {
		margin-left: 15px;
	}
	.list__link {
		width: 35px;
		height: 35px;
	}
	.title {
		font-size: 55px;
	}
	.title-discr {
		font-size: 18px;
	}
	.concept {
		padding-top: 75px;
		margin-bottom: 75px;
	}
	.concept__text {
		font-size: 16px;
	}
	.premier__inner {
		display: block;
	}
	.premier,
	.video {
		margin-bottom: 75px;
	}
	.premier__img {
		width: 100%;
		margin-top: 25px;
	}
	.premier__text {
		font-size: 18px;
	}
	.desing__box {
		margin: 75px auto;
		display: block;
	}
}

@media (max-width: 620px) {
	.footer__inner {
		flex-wrap: wrap;
		align-items: center;
	}
	.footer .list {
		width: 100%;
		margin-top: 0;
		justify-content: center;
	}
}

@media (max-width: 520px) {
	.header__top {
		flex-wrap: wrap;
		align-content: center;
	}
	.list {
		width: 100%;
		justify-content: center;
		padding-top: 10px;
	}
	.title {
		font-size: 34px;
	}
	.footer__inner {
		flex-direction: column;
		padding-top: 10px;
	}
}
@media (max-width: 360px) {
	.desing__slider-item {
		margin: 0;
	}
	.slick-track {
		margin-left: 0;
	}
}
