@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	background: #040404;
	font-family: 'Gilroy';
}

a {
	-webkit-transition: .25s;
	transition: .25s;
}

a:hover {
	-webkit-transition: .25s;
	transition: .25s;
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.main-container {
	background: url(../img/top-bg.jpg) no-repeat, url(../img/bottom-bg.jpg) no-repeat bottom;
	padding-bottom: 100px;
	background-size: 100% auto, 100% auto;
}

.container {
	width: 1170px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.logo {
	text-align: right;
	margin-right: 30px;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50px;
}

.cars-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*margin-top: -175px;*/
	position: relative;
	padding-top: 30px;
	height: 100%;
	padding-bottom: 30px;
}

.first-screen {
	position: relative;
}

.car-image img {
	max-width: 100%;
	max-height: 100%;
}

.car-image {
	margin: 0 35px;
	max-height: 100%;
	display: flex;
	align-items: flex-end;
}

.car-image.car-1 {
	height: 100%;
}

.cars-light {
	position: absolute;
	bottom: -130px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.cars-light img {
	max-width: 100%;
}

.car-image {
	position: relative;
	z-index: 1;
}

.cars-icons {
	margin-top: 100px;
	margin-bottom: 90px;
}

.cars-icons img {
	max-width: 100%;
}

.site-desc {
	background: #2e2a2b;
	padding-top: 10px;
	margin-bottom: 50px;
	position: relative;
}

.site-desc-wrapper {
	padding: 0 30px;
	padding-bottom: 45px;
}

.site-desc-title {
	color: #fff200;
	font-weight: 800;
	margin-bottom: 25px;
	font-size: 17px;
}

.site-desc-text {
	font-size: 15px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
}

.site-desc-text p {
	margin-top: 0;
	margin-bottom: 30px;
}

.site-desc .download-link {
	font-weight: 800;
	color: #2e2a2b;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 30px;
	padding-left: 45px;
	background: #fbd22c url(../img/catalog-icon-b.png) no-repeat left 10px center;
}

.video-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

.video-block .video {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 680px;
	flex: 0 0 680px;
	position: relative;
	cursor: pointer;
}

.video-block .video img {
	width: 100%;
}

.video-block .video::after {
	content: '';
	background: url(../img/play-btn.png) no-repeat;
	width: 63px;
	height: 63px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.video-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.video-first-line {
	font-size: 32px;
	font-weight: 800;
	color: #fff200;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.video-second-line {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.video-third-line {
	font-size: 32px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}

.products {
	margin-bottom: 30px;
	position: relative;
}

.products-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.products-tab {
	font-weight: 800;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 10px;
	position: relative;
	line-height: 1;
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.products-tab .bg {
	content: '';
	position: absolute;
	background: #f00;
	left: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	-webkit-transform: skewX(-35deg);
	transform: skewX(-35deg);
}

.products-tab span:not(.bg):not(.last-bg) {
	position: relative;
	z-index: 1;
}

.products-tab .last-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	width: 50px;
}

.products-tab:last-child {
	padding-right: 5px;
}

.products-tab.null {
	font-weight: 800;
	font-size: 22px;
	margin-top: -15px;
	padding-left: 14px;
	flex: 0;
	padding-right: 20px;
}

.products-item {
	padding: 50px 30px;
	padding-left: 50px;
	padding-top: 35px;
	display: none;
}

.products-item.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.products-item .product-right {
	padding-left: 70px;
}

.products-item .product-left {
	padding-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-title {
	font-size: 20px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 20px;
}

.product-text {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #fff;
	line-height: 25px;
}

.product-text p {
	margin-bottom: 0;
	margin-top: 0;
}

.products-item .download-link {
	background: #231f20 url(../img/catalog-icon.png) no-repeat left 10px center;
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	font-size: 15px;
	text-transform: uppercase;
	padding: 12px 15px;
	padding-left: 45px;
	white-space: nowrap;
}

.service {
	background: #2e2a2b;
	color: #fff;
	margin-bottom: 50px;
}

.service-wrapper {
	padding: 30px;
}

.service-title {
	font-size: 25px;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
	color: #fbd22c;
}

.service-text {
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	line-height: 25px;
	margin-bottom: 20px;
}

.service-text p {
	margin-top: 0;
	margin-bottom: 25px;
}

.service-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.service-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 30px;
	font-weight: 800;
	font-size: 25px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #373737;
}

.service-icon {
	margin-right: 30px;
}

.service-icon img {
	display: block;
}

.service-item.lighter {
	background: #3e3e3e;
}

.footer {
	background: #2e2a2b;
	padding: 30px 50px;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer a {
	color: #fff;
	text-decoration: none;
}


.footer-contacts {
	margin-right: 80px;
}

.footer-address {
	padding-left: 40px;
	background: url(../img/address-icon.png) no-repeat left center;
	/* margin-bottom: 20px; */
}

.footer-address p {
	padding: 3px 0;
}

.footer-phone {
	padding-left: 40px;
	background: url(../img/phone-icon.png) no-repeat left center;
	line-height: 30px;
	/* margin-bottom: 30px; */
	display: flex;
	margin-bottom: 10px;
}

.footer-phone a {
	padding-left: 15px;
}

.footer-phone p {
	margin: 0;
}

.footer-mail {
	padding-left: 40px;
	background: url(../img/message-icon.png) no-repeat left center;
}

.footer-mail a {
	text-decoration: underline;
}

.footer-office-item {
	padding-left: 40px;
	background: url(../img/phone-icon.png) no-repeat left center;
	margin-bottom: 20px;
}

.footer-insta {
	padding-left: 40px;
	background: url(../img/insta-icon.png) no-repeat left center;
	background-size: 20px 20px;
	margin-top: 25px;
}

.footer-insta a:hover {
	text-decoration: underline;
}

.footer-office-name {
	font-weight: bold;
}

.footer-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-dev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 13px;
	margin-bottom: 30px;
}

.footer-dev a {
	display: block;
	white-space: nowrap;
}

.footer-dev a:hover {
	text-decoration: underline;
}

.dev-logo {
	margin-right: 12px;
}

.dev-logo img {
	display: block;
}

.footer-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.main-container.blured {
	-webkit-filter: blur(15px);
	filter: blur(15px);
}

.video-popup {
	position: fixed;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(44, 44, 44, 0.7);
	display: none;
}

.video-popup-inner {
	max-width: 960px;
	height: 540px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}

.close-btn {
	position: absolute;
	right: -39px;
	top: -39px;
	width: 29px;
	height: 29px;
	cursor: pointer;
	z-index: 80;
	background: url(../img/close_btn.png);
}

.products-sm-title {
	display: none;
	font-weight: 800;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}

.products-tabs.sm {
	display: block;
	width: 285px;
	margin-left: auto;
	margin-bottom: 15px;
	overflow: visible;
	position: relative;
	position: absolute;
	right: 0;
	top: 0;
}

.products-tabs.sm::after {
	content: '';
	width: 10px;
	height: 7px;
	background: url(../img/arrow.png) no-repeat;
	position: absolute;
	top: 17px;
	right: 15px;
	-webkit-transition: .25s;
	transition: .25s;
}

.products-tabs.sm.opened .products-tabs-wrapper {
	max-height: 500px;
	-webkit-transition: .5s;
	transition: .5s;
}

.products-tabs.sm.opened::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: .25s;
	transition: .25s;
}

.products-tabs.sm .products-tab .bg {
	-webkit-transform: none;
	transform: none;
}

.products-tabs.sm .products-tab.hidden {
	display: none;
}

.products-tabs-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	z-index: 10;
	-webkit-transition: max-height 0.25s cubic-bezier(0, 1, 0, 1);
	transition: max-height 0.25s cubic-bezier(0, 1, 0, 1);
}

.products-tabs.sm {
	display: none;
}

.site-desc-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 45px;
	overflow: hidden;
}

.site-desc-header {
	font-size: 68px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 45px;
}

.site-desc-header span {
	display: block;
}

.site-desc-header .first-line {
	font-size: 46px;
	color: #fbd22c;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: 1;
}

.site-desc-header .main-line {
	font-size: 60px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1;
}

/*.site-desc::before {
	content: '';
	width: 100px;
	top: 25px;
	right: 0;
	background: #fbd22c;
	height: 215px;
	position: absolute;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}*/

.site-desc-logo {
	min-width: 210px;
}

.site-desc-logo img {
	max-width: 100%;
}

.site-desc-figure {
	background: #fbd22c;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	margin-left: 20px;
}

.product-image {
	text-align: center;
}

.map-title {
	font-size: 25px;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
	color: #fbd22c;
}

.map {
	background: #2e2a2b;
	padding: 30px;
	margin-bottom: 50px;
}

@media (max-width: 1600px) {
	.first-screen {
		height: 100vh;
	}
}

@media (max-width: 1199px) {
	.products-tab.null {
		font-size: 20px;
		padding-right: 14px;
	}
}

@media (max-width: 1080px) {
	.products-tab .bg {
		-webkit-transform: none;
		transform: none;
	}

	.products-tab.null {
		display: none;
	}

	.car-image img {
		max-height: none;
	}

	.first-screen {
		height: auto;
	}
}

@media (max-width: 1080px) and (orientation: landscape) {
	.first-screen {
		height: 100vh;
	}
}

@media (max-width: 991px) {
	.video-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.video-block .video {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.video-text {
		margin-bottom: 54px;
	}

	.footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px;
	}

	.footer-right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 5px;
	}

	.footer-dev {
		margin-bottom: 0;
	}

	.products-tab.null {
		display: none;
	}

	.products-tab .bg {
		-webkit-transform: none;
		transform: none;
	}

	.products-tab {
		padding: 15px 10px;
	}

	.products-tab:last-child {
		padding-right: 10px;
	}

	.products-tab .last-bg {
		display: none;
	}

	.products-item .product-right {
		padding-left: 40px;
	}

	.cars-icons {
		margin-top: 70px;
	}

	.cars-light {
		bottom: -100px;
	}

	.cars-images {
		/*margin-top: -140px;*/
	}

	.video-popup-inner {
		max-width: calc(100% - 30px);
	}

	.close-btn {
		right: 0;
	}

	.video-first-line {
		font-size: 47px;
		margin-bottom: 25px;
	}

	.video-second-line {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.video-third-line {
		font-size: 47px;
	}

	.products-sm-title {
		display: block;
	}

	.site-desc-header {
		opacity: 1;
	}

	.site-desc-header .first-line {
		font-size: 38px;
		margin-bottom: 30px;
	}

	.site-desc-header .main-line {
		font-size: 48px;
	}

	.site-desc-header {
		font-size: 56px;
	}

	.logo {
		top: 40px;
	}
}

@media (max-width: 425px) {
	.footer-phone{
		display: block;
	}
	
}

@media (max-width: 780px) {
	.cars-images {
		/*margin-top: -120px;*/
	}
}

@media (max-width: 767px) {

	.products-item .product-left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.product-image {
		margin-bottom: 60px;
	}

	.service-item {
		font-size: 18px;
		padding: 30px 20px;
	}

	.service {
		margin-bottom: 0;
	}

	.products {
		margin-bottom: 0;
	}

	.logo  {
		top: 40px;
	}

	.logo img {
		width: 200px;
	}

	.site-desc-logo {
		max-width: 360px;
	}

	.site-desc-logo img {
		width: 100%;
	}

	.products-tabs.desktop {
		display: none;
	}

	.products-tabs.sm {
		display: block;
	}

	.site-desc-header .first-line {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.site-desc-header .main-line {
		font-size: 31px;
	}

	.site-desc-header {
		font-size: 35px;
		margin-left: 10px;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.car-image.car-3 img {
		max-height: none;
	}
}

@media (max-width: 700px) {
	.products-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 20px;
		padding-left: 20px;
	}

	.products-item .product-right {
		padding-left: 0;
		margin-bottom: 35px;
	}

	.products-item .product-left {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.product-image {
		margin-bottom: 25px;
	}

	.products-item .product-left {
		margin-bottom: 40px;
	}

	.footer-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.video-first-line {
		font-size: 34px;
	}

	.video-second-line {
		font-size: 25px;
	}

	.video-third-line {
		font-size: 34px;
	}

	.logo img {
		width: 130px;
	}

	.logo {
		margin-right: 0;
	}

	.cars-light {
		bottom: -50px;
	}

	.service-wrapper, .map {
		padding: 15px;
	}

	.footer-contacts {
		margin-bottom: 50px;
	}

	.site-desc-wrapper {
		padding: 0 15px;
		padding-bottom: 45px;
	}

	.site-desc-wrapper {
		text-align: center;
	}

	.site-desc-text {
		text-align: left;
	}

	.site-desc-title {
		text-align: left;
	}
}

@media (max-width: 600px) {
	.video-popup-inner {
		height: auto;
	}

	.service-items .service-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.car-image {
		margin: 0 10px;
	}

	.cars-icons {
		margin-top: 40px;
		margin-bottom: 50px;
	}

	.logo {
		margin-top: 0;
	}

	.cars-images {
		/*margin-top: -80px;*/
	}

	.products-tabs.sm {
		width: 230px;
	}

	.video-first-line {
		font-size: 28px;
	}

	.video-second-line {
		font-size: 20px;
	}

	.video-third-line {
		font-size: 28px;
	}

	.site-desc-figure {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
	}

	.logo img {
		width: 130px;
	}
}

@media (max-width: 860px) and (orientation: landscape) {
	.car-image {
		margin: 0 45px;
	}

	.cars-images {
		padding-bottom: 15px;
	}

	.logo img {
		width: 130px;
	}

	.logo {
		top: 40px;
	}
}

@media (max-width: 700px) and (orientation: landscape) {
	.car-image {
		margin: 0 40px;
	}
}

@media (max-width: 460px) {
	.products-tabs.sm {
		position: relative;
		margin-left: 0;
		width: 100%;
	}

	.products-item {
		padding: 0 10px;
	}

	.footer-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.copyright {
		margin-bottom: 20px;
	}

	.footer {
		font-size: 14px;
		padding: 15px;
	}

	.site-desc-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.site-desc-logo {
		margin-bottom: 15px;
	}

	.site-desc-header {
		text-align: center;
		margin-left: 0;
	}

	.site-desc-top {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.site-desc-figure {
		display: none;
	}

	.products-item .download-link {
		font-size: 12px;
	}
}

@media (max-height: 700px) and (orientation: portrait) {
	.car-image {
		height: 100%;
	}

	.car-image.car-2 img {
		max-height: 85%;
	}

	.car-image.car-3 img {
		max-height: 70%;
	}
}

@media (max-height: 800px) {
	.car-image {
		height: 100%;
	}

	.car-image img {
		max-height: 100%;
	}

	.car-image.car-2 img {
		max-height: 85%;
	}

	.car-image.car-3 img {
		max-height: 70%;
	}
}