@import url(basic.css);


.header-bg {
	background-color: var(--grey1);
	padding: 50px 0 0px;
	background-image: url(../images/header-bg.jpg);
	background-size: 50% auto;
	background-position:  100% 0;
	background-repeat: no-repeat;
}

.header-top{ 
	margin: 0px auto 0;
}


.header-top-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 2fr 1fr;
}

.header-top-grid .navigation a{
	font-size: 18px;
	position: relative;
	display: inline-block;
	line-height: 18px;
	padding: 13px 15px;
}

.header-top-grid .navigation a:hover{
	color: var(--red1);
	
}

.header-top-grid .navigation a:after{
	display: block;
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	background: var(--red1);
	bottom: -10px;
	left: 0;
	transition: all 0.25s ;
	opacity: 0;
}

.header-top-grid .navigation a:hover:after{ 
	bottom: 0;
	opacity: 1;
}


.header-top-grid .navigation a.active{
	font-weight: 900;
}

.header-top-grid .icons {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}

.header-top-grid .icons a {
	background: red;
	height: 32px;
	width: 32px;
	filter: brightness(0%);
}

.header-top-grid .icons a:hover {
	filter: brightness(100%);
	transform: scale(1.1);
}


.header-top-grid .icons a.telegram {
	background: url(../images/icons/telegram-red.png) center center no-repeat;
	background-size: 100% 100%;
}

.header-top-grid .icons a.max {
	background: url(../images/icons/max-red.png) center center no-repeat;
	background-size: 100% 100%;
}


.header-top-grid .icons a.phone {
	background: url(../images/icons/phone-red.png) center center no-repeat;
	background-size: 100% 100%;
}

.header-phone-desktop {
	display: flex;
	justify-content: flex-end;
}

.header-phone-desktop a{
	font-size: 20px;
	font-weight: 900;
}

.header-phone-desktop a:hover{
	color: var(--red1);
}


header {
	margin: 30px auto 0px;
}

.header-grid-1 {
	display: grid;
	gap: 10px;
	grid-template-areas: "h1 h1 logo";
}


.header-grid-1 h1 {
	font-size: 70px;
	line-height: 60px;
	font-weight: bold;
	text-transform: uppercase;
	grid-area: h1;
}


.header-grid-1 .logo {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	grid-area: logo;
}


.header-grid-1 .logo img {
transform: scale(0.8);
}


.header-car {
	display: block;
	position: relative;
	padding-bottom: 200px;
	margin: 30px auto 70px;
}

.header-car .slogan {
	display: block;
	position: relative;
	width: 220px;
	font-size: 16px; 
	text-transform: uppercase;

}





.home-red-line-triangle-left {
	background: var(--red1);
	height: 160px;
	position: absolute;
	width: 10000px;
	right: 0%;
	bottom: -40px;
}


.home-red-line-triangle-left:after {
	/*background: green;*/
	position: absolute;
	z-index: 1;
	content:'';	
	height: 160px;
	width: 160px;
	left: 100%;
	margin-left: -40px;
	top: 0;
	border: 80px solid transparent; /* Прозрачные границы */
	border-top: 80px solid var(--red1); /* Добавляем треугольник */
	border-left: 80px solid var(--red1); /* Добавляем треугольник */
	transform: scaleX(50%);
}




.home-header-car {
	width: 700px;
	height: 350px;
	background: url(../images/header-car.png) center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
}


.home-how {
	margin: 0 auto 30px;
}


.home-how-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}


.title-arrow {
	width: 178px;
	height: 28px;
	background: url(../images/title-arrow.png) center center no-repeat;
}


.home-how-grid  .title {
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	margin-top: 20px;
}


.home-how-grid  .home-how-item {
 
}

.home-how-grid  .home-how-item img{
 display: block;
 width: 100%;
}


.home-how-grid  .home-how-item .how-title{
	font-size: 18px;
	line-height;: 18px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 19px auto 15px;
}



.home-how-grid  .home-how-item .how-text{
	font-size: 15px;
	line-height: 17px; 
}

.home-car {
	min-height: 160px;
	position: relative;
	margin : 100px auto 200px;;
}
 

.home-red-line-triangle-right {
	background: var(--red1);
	height: 160px;
	position: absolute;
	width: 10000px;
	left: 10%;
	bottom: 0px;
}


.home-red-line-triangle-right:after {
	/*background: green;*/
	position: absolute;
	z-index: 1;
	content:'';	
	height: 160px;
	width: 160px;
	right: 100%;
	margin-right: -40px;
	top: 0;
	border: 80px solid transparent; /* Прозрачные границы */
	border-top: 80px solid var(--red1); /* Добавляем треугольник */
	border-right: 80px solid var(--red1); /* Добавляем треугольник */
	transform: scaleX(50%);
}

.home-car .text {
	padding: 30px auto;
	font-size: 24px;
	font-weight: 900;
	line-height: 30px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4); 
	position: relative;
	bakcground: green;
	z-index: 10px;
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 400px;
	float: right;
	text-transform: uppercase;
}

.home-car .img {
	width: 549px;
	height: 251px;
	background: url(../images/home-car.png) center top no-repeat;
	background-size: contain;
	position: absolute;
	left: -70px;
	top: 20px;
	z-index: 20;
}

.home-form {
	margin: 200px auto 200px;
	max-width: 800px
}


	
	@keyframes slide {
		0% {
			transform: translateX(-200%);
		}
	
		30% {
			transform: translateX(200%);
		}
	
		100% {
			transform: translateX(200%);
		}
	}




.home-form .title {
	font-size: 26px;
	line-height: 36px;
	height: 33px;
	text-transform: uppercase;
	background: url(../images/icons/phone-black.png) 246px center no-repeat;
	background-size: 32px 32px;

	overflow: hidden;
	position: relative;
	display: block;
	position: relative;
}

.home-form .title:after {
	content: '';
	top: 0;
	transform: translateX(100%);
	width: 100%;
	height: 220px;
	position: absolute;
	z-index: 1;
	animation: slide 5s infinite 0s;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.6)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
			animation: 3s ease-in-out 0.2s infinite slide;
}

.callback-form input[type="text"], .callback-form input[type="phone"] {
	display: block;
	width: 100%;
	padding: 10px 15px;
	border: 2px solid var(--red1);
}

.callback-form input[type="submit"]  {
	display: block;
	width: 100%;
	padding: 10px 15px;
	background: var(--red1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: 900;
	text-transform: uppercase;
 
	overflow: hidden;
	position: relative;
		display: block;
	position: relative;
}


.callback-submit {
			display: block;
	position: relative;

				overflow: hidden;
}

 
.callback-submit:after {
	content: '';
	top: 0;
	transform: translateX(100%);
	width: 100%;
	height: 220px;
	position: absolute;
	z-index: 1;
	animation: slide 5s infinite 0s;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.6)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
				animation: 3s ease-in-out 0.6s infinite slide;
}


.callback-form input[type="submit"]:hover  { 
	background: var(--red2); 
}
.callback-form-grid-1 {
	display:grid;
	gap: 15px;
	grid-template-columns: 1fr 1fr;
	margin: 15px auto;

}


.callback-form-grid-2 {
	display:grid;
	gap: 15px;
	grid-template-columns: 1fr 1fr;
	margin: 15px auto;
}

.catalog-cars {
	margin: 50px auto;
}



.catalog-cars  .title {
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 900;
	
}

.catalog-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
	margin: 40px auto 70px;
}


.catalog-grid .car-item {
	padding: 0 0;
	background: var(--grey1);
}


.catalog-grid .car-item .img{
	position: relative;
	overflow: hidden;
}

.catalog-grid .car-item .img img{
	display: block;
	width: 100%;
	transition: all 3s;
}


.catalog-grid .car-item:hover .img img{
	transform: scale(1.2);
}


.catalog-grid .car-item .img .price {
	position: absolute;
	padding: 5px 10px;
	right: 0;
	bottom: 0;
	background: var(--red1);
	color:#fff;
}

.catalog-grid .car-item .car-info-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 5fr 7fr 5fr;
	padding: 20px 0;
}

.catalog-grid .car-item .car-info-grid .car-title {
	font-size: 27px;
	line-height: 30px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
		color: #000 !important
}

.catalog-grid .car-item .car-info-grid .car-text {
	font-size: 15px;
	line-height: 17px; 
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
		text-transform: uppercase;
			color: #000 !important
}

.catalog-grid .car-item .car-info-grid .car-year {
	font-size: 15px;
	line-height: 17px; 
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
		text-transform: uppercase;
	justify-content: space-between;
	border-left: 1px solid #666;
		color: #000 !important
}

.catalog-grid .car-item .car-info-grid .car-year .year{
	font-size: 15px;
	line-height: 17px;  
	display: flex;
	flex-direction: column;
		text-transform: uppercase;
	justify-content: space-between;
		color: #000 !important
}

.catalog-grid .car-item .car-info-grid .car-year .camera{
	width: 32px;
	height: 32px;
	background: url(../images/icons/camera.png) center center no-repeat;
}

.catalog-grid a.car-item:hover .car-info-grid  * {
	color: #000 !important
}



.pre-footer {
	padding: 40px 0 0;
	background: url(../images/home-prefooter-bg.png) center center no-repeat;
	background-size: cover;
	min-height: 200px;
}

.pre-footer .pre-footer-grid {
	display: grid;
	gap: 60px;
	grid-template-columns: 1fr 1fr;
}

.pre-footer .pre-footer-grid a.big-link {
	font-size: 24px;
	line-height: 26px;
	font-weight: 900;
	display: flex;
	gap: 10px;
	 padding: 10px; 
	color: #fff;
		text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
		margin: 0 auto 1px; 
		text-transform: uppercase;
}

.pre-footer .pre-footer-grid a.big-link:hover {
	text-decoration: underline;
}

.pre-footer .pre-footer-grid a.big-link .arrow {
	display: block;
	width: 36px;
	height: 28px;
	background: #000 url(../images/icons/arrow-right.png) center center no-repeat;
	background-size: auto 20px;
}

.pre-footer .pre-footer-grid a.big-link:hover .arrow {
background-color: var(--red2);
}

.pre-footer    .prefooter-img-mobile {
	display: none;
}
 
.pre-footer .pre-footer-grid  .prefooter-img-desktop {
	display: block;
	width: 100%;
	margin: 30px 0 0;
}

.pre-footer .pre-footer-grid .slogan {
		font-size: 24px;
	line-height: 24px; 
	display: flex;
	gap: 10px;
	 padding: 10px; 
	color: #fff;
		text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
		margin: 0 auto 1px; 
		text-transform: uppercase;
}

.pre-footer .pre-footer-grid a.phone-big {
		font-size: 24px;
		line-height: 24px; 
		display: flex;
		gap: 10px;
		 padding: 10px; 
		color: #fff;
		text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
		margin: 0 auto 1px; 
		text-transform: uppercase;
			font-weight: 900;
}




.pre-footer .icons {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 30px auto;
}

.pre-footer .icons a {
	background: red;
	height: 32px;
	width: 32px;
	filter: brightness(10000%);
}

.pre-footer .icons a:hover { 
	transform: scale(1.2);
}


.pre-footer .icons a.telegram {
	background: url(../images/icons/telegram-red.png) center center no-repeat;
	background-size: 100% 100%;
}

.pre-footer .icons a.max {
	background: url(../images/icons/max-red.png) center center no-repeat;
	background-size: 100% 100%;
}


.pre-footer .icons a.phone {
	background: url(../images/icons/phone-red.png) center center no-repeat;
	background-size: 100% 100%;
}


footer {
	background: #050505; 
}

footer > section {
		padding: 40px 0;
}


footer .footer-grid {
		display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
}

footer .footer-grid .grid1 a {
	color:#fff;
	font-size: 18px;
	line-height: 18px;
	margin: 15px auto 0;
	display: block;
}


footer .footer-grid .grid1 a:hover {
	text-decoration: underline
}




footer .footer-grid .grid2, footer .footer-grid .grid3 {
	color:#fff;
	font-size: 18px;
	line-height: 18px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}



.header-bg-car {
	background-color: var(--grey1);
	padding: 50px 0 0px;
	background-image: url(../images/header-bg.jpg);
	background-size: 60% auto;
	background-position: 100% 0;
	background-repeat: no-repeat;
}


.car {
 margin: 80px auto 80px;
}

.car-grid {
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 1fr;
}

.car-grid .main-img {
	display: block; 
	position: relative;
}



.car-grid .main-img:after {
	display: block; 
	position: absolute;
	content:'';
	right: 100%;
	bottom: 0%;
	height: 200px;
	width: 10000px;
	background: var(--red1);
	z-index: 2;
}


.car-grid .main-img img {
	display: block;
	width: 100%
}

.car-grid  .car-info {
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: center;
	padding: 20px 20px;
		padding: 0 40px;
}


.car-grid  .car-info .car-name {
	font-size: 40px;
	line-height: 46px;
	margin: 5px 0;
	text-transform: uppercase;
	font-weight: 900;
	text-align: left;

}


.car-grid  .car-info .car-year {
	font-size: 25px;
	line-height: 25px;
	margin: 5px 0;
	text-transform: uppercase; 
	text-align: left;
		font-weight: 900;

}

.car-grid  .car-info .car-text {
	font-size: 18px;
	line-height: 26px;
	margin: 5px 0;
	text-transform: uppercase; 
	text-align: left;

}

.car-grid  .car-info .car-price {
	font-size: 23px;
	line-height: 23px;
	margin: 5px 0;
	text-transform: uppercase; 
	text-align: left;
	font-weight: 900;
	color: var(--red1);
}



.car-grid  .car-info .car-links {  
	margin: 5px 0;
 
}

.car-grid  .car-info .car-links a { 
	margin: 5px 0;
	display: inlineblock;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;  
	font-weight: 900;
	border: 2px solid #111;
	padding: 5px 10px;
	box-sizing: border-box;
}



.car-grid  .car-info .car-links a:hover { 
	background: var(--red1);
	border: 2px solid var(--red1); 
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}


.car-form   {
	margin: 100px auto 200px;
	max-width: 800px;
}

.car-form .title {
	font-size: 26px;
	line-height: 36px;
	height: 33px;
	text-transform: uppercase;
background: url(../images/icons/phone-black.png) 246px center  no-repeat;
	background-size: 32px 32px;
}

a.taplink {
	
		margin: 25px 0;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 900;
	color: var(--red1);
	border: 2px solid var(--red1);
	padding: 5px 10px;
	box-sizing: border-box;
}

a.taplink:hover {
	
		margin: 25px 0;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	border: 2px solid var(--red1);
	padding: 5px 10px;
	box-sizing: border-box;
	background: var(--red1);
}



.gallery-carousel.owl-carousel .owl-nav button.owl-next,
.gallery-carousel.owl-carousel .owl-nav button.owl-prev,
.gallery-carousel.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.gallery-carousel.owl-carousel .owl-nav button.owl-next span,
.gallery-carousel.owl-carousel .owl-nav button.owl-prev span {
	display: none;
}

.gallery-carousel.owl-carousel .owl-nav button.owl-next {
	width: 17px;
	height: 31px;
	display: block;
	background: url(../images/icons/carousel-arrow-right.webp);
	position: absolute;
	right: -40px;
	bottom: 50%;
	filter: grayscale(100%);
	opacity: 0.5;
}

.gallery-carousel.owl-carousel .owl-nav button.owl-prev {
	width: 17px;
	height: 31px;
	display: block;
	background: url(../images/icons/carousel-arrow-left.webp);
	position: absolute;
	left: -40px;
	bottom: 50%;
	filter: grayscale(100%);
	opacity: 0.5;
}

.gallery-carousel.owl-carousel .owl-nav button.owl-next:hover,
.gallery-carousel.owl-carousel .owl-nav button.owl-prev:hover {
	filter: grayscale(0%);
	opacity: 1;
}


.gallery-carousel .owl-dots {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin: 20px;
}


.gallery-carousel.owl-carousel button.owl-dot {
	height: 12px;
	width: 12px;
	background: #666;
}

.gallery-carousel.owl-carousel button.owl-dot.active {
	transform: scale(1.3);
	background: var(--red1);
}


.header-bg-page-special {
		background-color: var(--grey1);
	padding: 50px 0 0px;
	background-image: url(../images/header-bg.jpg);
	background-size: 55% auto;
	background-position: 100% 0;
	background-repeat: no-repeat;
}


.page-special { 
	margin: 60px auto;
}

.page-special-header-grid {
	display: grid;
	gap: 60px;
	grid-template-columns: 3fr 4fr;
}


 .page-special-header-grid .page-title h1 {
	font-size: 60px;
	line-height: 70px;
	font-weight: 900;
	text-transform: uppercase;
 }



 .page-special-header-grid .page-title h1.small {
	font-size: 30px;
	line-height: 34px;
	font-weight: 900;
	text-transform: uppercase;
 }

 .page-special-header-grid .page-title .slogan {
	font-size: 20px;
	line-height: 20px; 
	text-transform: uppercase;
	margin-top: 40px;
 }

.header-form .title {
	font-size: 26px;
	line-height: 36px;
	height: 33px;
	text-transform: uppercase;
	background: url(../images/icons/phone-black.png) 246px center no-repeat;
	background-size: 32px 32px;
}


.first-red-line {
	position: relative;
	height: 160px;
}

.first-red-line .red-line-triangle-left {
	padding-left: 40px;
}


.red-line-triangle-left {
	background: var(--red1);
	height: 160px;
	position: absolute;
	width: 50%;
	left: 0%;
	bottom: 0px;
	
}

 .red-line-triangle-left:before {
	background: var(--red1);
	height: 160px;
	position: absolute;
	width: 2000px;
	right: 100%;
	bottom: 0px;
		z-index: 1;
	content:'';	
}


.red-line-triangle-left:after {
	/*background: green;*/
	position: absolute;
	z-index: 1;
	content:'';	
	height: 160px;
	width: 160px;
	left: 100%;
	margin-left: -40px;
	top: 0;
	border: 80px solid transparent; /* Прозрачные границы */
	border-top: 80px solid var(--red1); /* Добавляем треугольник */
	border-left: 80px solid var(--red1); /* Добавляем треугольник */
	transform: scaleX(50%);
}

.red-line-triangle-left   {
	display: flex;
	flex-direction: column;
	justify-content: center; 
	font-size: 24px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	font-weight: 900;
	text-transform: uppercase;
}

.page-wrapper {
	padding: 0px 0;
	position: relative;
}



.page-wrapper {
	margin: 15px auto 25px;
	padding: 0  40px 15px 40px;
}


.page-wrapper h1 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: var(--blue);
	text-transform: uppercase;
	margin: 20px auto 40px;
}







.page-wrapper p {
	margin: 12px auto;
	font-size: 19px;
	text-align: left;
	color: #000;
}


.page-red-line {
	position: relative;
	height: 160px;
	margin: 60px auto;
}

.page-wrapper p.big {
	margin: 12px auto;
	font-size: 22px;
	text-align: left;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
}
.page-wrapper p a,
.page-wrapper ul a,
.page-wrapper ol a {
	color: var(--red1);
	font-weight: 700;
}


.page-wrapper p a:hover,
.page-wrapper ul a:hover,
.page-wrapper ol a:hover {
	color: var(--red2);

	text-decoration: underline;
}


.page-wrapper h2 {
	font-size: 24px;
	color: var(--blue);
	font-weight: 700;
	margin: 25px auto 15px;
}


.page-wrapper h3 {
	font-size: 22px;
	color: var(--blue);
	font-weight: 400;
	margin: 25px auto 15px;
}


.page-wrapper h4 {
	font-size: 20px;
	color: var(--blue);
	font-weight: 700;
	margin: 25px auto 15px;
}


.page-wrapper h5 {
	font-size: 18px;
	color: var(--blue);
	font-weight: 400;
	margin: 25px auto 15px;
}


.page-wrapper ul {
	list-style-type: square;
	font-size: 20px;
	margin: 20px auto;
}

.page-wrapper ul li,
.page-wrapper ol li {
	text-align: left;
	margin: 10px auto; 
}

.page-wrapper ol { 
	margin: 20px auto; 
		font-size: 20px;
}


.page-wrapper img.alignleft {
	float: left;
	display: block;
	margin: 10px 15px 10px 0;
	max-width: 30%;
	height: auto;
}


.page-wrapper img.alignright {
	float: right;
	display: block;
	margin: 10px 0 10px 15px;
	max-width: 30%;
	height: auto;
}

.page-wrapper img.aligncenter,  .page-wrapper img.alignright, .page-wrapper img.alignleft, .page-wrapper img.alignnone{
	border-radius: 15px;
}

.page-wrapper img.aligncenter {
	float: none;
	display: block;
	margin: 15px auto 25px;
	max-width: 600px;
	height: auto;
}

.page-wrapper img.rounded {

	border: 2px solid #fff !important;
	border-radius: 50% !important;
}
 
.page-wrapper .page-link {
	display: flex;
	justify-content: flex-end;
}
 
.page-wrapper .page-link a { 
	margin: 5px 0; 
		display: block;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;  
	font-weight: 900;
	border: 2px solid #111;
	padding: 5px 10px;
	box-sizing: border-box;
}



.page-wrapper .page-link a:hover { 
	background: var(--red1);
	border: 2px solid var(--red1); 
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}














































































 
	
	
	
	
	
	
	
	
	
.header-phone-mobile { display: none; }
.header-top-mobile	{ display: none; }
	
	
	


/* MODAL */



#overlay1 {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	width: 200%;
	height: 200%;
	z-index: 9000;
	display: none;
	margin: -100px -100px -100px;
}



#modal-callback {
	display: none;
}


#modal-fast-order {
	display: none;
}

#modal-fast-order .img-wrapper {
	margin: 10px auto;	
	background: #fff;
	border-radius: 8px;
}

#modal-fast-order .img-wrapper img {
	height: 150px;
	width: auto;
}

#modal-fast-order .fast-order-product-name{
	color:#fff;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	margin: 2px auto 2px;
}


#modal-fast-order .fast-order-product-price{
	color:#fff;
	font-size: 20px;
	text-align: center;
	font-weight: 900;
	margin: 2px auto 10px;
}










.modal-window {
display: block;
width: 90%;
position: fixed;
max-width: 500px;
top: 50%;
left: 50%;
	background: var(--red1);
z-index: 9999;

}

.modal-window .close-icon {
	width: 20px;
	height: 20px;
	display: block;
	background: url(/images/close.webp) center center no-repeat;
	background-size: 20px 20px;
	position: absolute;
	top: 17px;
	right: 10px;
	opacity: 0.5;
	cursor: pointer;
}
.modal-window .close-icon:hover {
	opacity: 1;
}

.modal-window p {
display: block;
font-size: 16px;
line-height: 18px;
color: #fff;
text-align: center;
}


.modal-window form {
display: block; 
margin: 20px 20px;
}

.modal-window form input::placeholder,
.modal-window form textarea::placeholder{
color: #ddd;
}


.modal-window form input[type="text"], .modal-window form input[type="phone"]{
	display: block;
	width: 100%;
	border: 1px solid rgba(255,255,255,0.3);
	outline: none;
	background: none;
	font-size: 20px;
	text-align: center;
	color:#fff;
	padding: 5px 10px;
	margin: 10px auto;
	box-sizing: border-box;
}


.modal-window form textarea{
	display: block;
	width: 100%;
	border: 1px solid rgba(255,255,255,0.3);
	outline: none;
	background: none;
	font-size: 20px;
	text-align: center;
	color:#fff;
	padding: 5px 10px;
	margin: 10px auto;
	box-sizing: border-box;
}


.modal-window form input[type="submit"]{
	display: block;
	width: 100%;
	border: 2px solid rgba(255,255,255,0.3);
	outline: none;
	background: var(--red2);
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color:#fff;
	padding: 15px 10px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: Open sans;
	margin: 10px auto;
	transition: all 0.15s ease-out;

}

.modal-window form input[type="submit"]:hover{
	/*box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.6);*/
	border: 2px solid rgba(255,255,255,1);
}
 

.modal-window form input[type="text"]:focus, .modal-window form input[type="phone"]:focus{
	border: 1px solid rgba(255,255,255,1);
	color:#fff;
}




#modal-order {
	background: var(--red);
	display: none;
}

.modal-window form img {
	display: block;
	border-radius: 50%;
	width: 200px;
	margin: 0px auto 10px;
}


.modal-window form .title {
	color:#fff;
display: block;
font-size: 20px;
margin: 0 auto;
text-align: center;
}


.modal-window form .price{
	color:yellow;
display: block;
font-size: 26px;
margin: 0 auto;
text-align: center;
font-weight: 900;
font-family: Open sans;
}


.modal-head {
	background: rgba(0,0,0,0.2);
	text-align: center;
	display: block;
	padding: 15px 0;
	font-size: 24px;
	font-family: Open sans;
	font-weight: 900;
	margin: 0;
}

#modal-thanx{
	display: none;
}




.agree-confidential {
	margin: 20px auto;
	max-width: 800px;
	color:#333;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	gap: 1px;
	justify-content: center;
}

.agree-confidential.white{
		color:#fff;
		font-size: 12px;
}

.agree-confidential input[type="checkbox"] {
	height: 18px;
	width: 18px;
	display: block;
	float: left;
	margin: 0 0;
	accent-color: var(--red);
	flex-shrink: 0;
}

.agree-confidential a { 
	color: var(--red); 
	font-weight: 700;
}

.agree-confidential.white a { 
	color: #ddd; 
	font-weight: 700;
}


.agree-confidential a:hover { 
	text-decoration: underline;
}




/* END MODAL */
	


.cookies-policy-popup {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	background: rgba(0,0,0,0.9);
	color:#fff;
	font-size: 12px;
	text-align: center;
	z-index: 9999;
}

.cookies-policy-popup a{
	text-decoration: underline;
	color:#fff;
}

.cookies-policy-popup div.agree{
	display: block;
	width: 150px;
	padding: 5px 15px;
	background: #fff;
	font-size: 14px;
	cursor: pointer;
	color: #003d8e;
	font-weight: 700;
	text-align: center;
	border-radius: 10px;
	margin: 10px auto;
}

.cookies-policy-popup div.agree:hover{ 
	background: #003d8e; 
	color: #fff; 
}
	
	
	
.all-photos-carousel {
	display:none;
}
	
	
	

/* MEDIA QUERIES */



@media (max-width: 992px) {

 




}

 


@media (max-width: 768px) {
	 
	 .header-top-grid {display: none }
	 
	 
	 .header-bg {
		background-color: var(--grey1);
		padding: 50px 0 0px;
		background-image: url(../images/header-bg.jpg);
		background-size: auto 100%;
		background-position: 100% 0;
		background-repeat: no-repeat;
	}


	 
	 .header-phone-desktop {
		display: none;
	}
 
	 .header-phone-mobile {
		display: flex;
		justify-content: center;
	}

	.header-phone-mobile a{
		font-size: 27px;
		font-weight: 900;
	}

	.header-phone-mobile a:hover{
		color: var(--red1);
	}
	.header-grid-1 { 
		grid-template-areas: "logo" "h1";
	}

	.header-grid-1 h1 {
		font-size: 40px;
		line-height: 40px; 
		text-align: center;
	}


	.header-grid-1 .logo { 
		justify-content: center; 
		grid-area: logo;
		margin-bottom: 20px;
		margin-bottom: 20px;
	}

	.home-red-line-triangle-left {
		background: var(--red1);
		height: 120px;
		position: absolute;
		width: 80%;
		right: 20%;
		bottom: -20px;
	}
	.home-red-line-triangle-left:after {
		/*background: green;*/
		position: absolute;
		z-index: 1;
		content:'';	
		height: 120px;
		width: 120px;
		left: 100%;
		margin-left: -30px;
		top: 0;
		border: 60px solid transparent; /* Прозрачные границы */
		border-top: 60px solid var(--red1); /* Добавляем треугольник */
		border-left: 60px solid var(--red1); /* Добавляем треугольник */
		transform: scaleX(50%);
	}


	.home-red-line-triangle-right {
		background: var(--red1);
		height: 120px;
		position: absolute;
		width: 80%;
		left: 20%;
		bottom: 0px;
	}
	.home-red-line-triangle-right:after {
		/*background: green;*/
		position: absolute;
		z-index: 1;
		content:'';	
		height: 120px;
		width: 120px;
		right: 100%;
		margin-right: -30px;
		top: 0;
		border: 60px solid transparent; /* Прозрачные границы */
		border-top: 60px solid var(--red1); /* Добавляем треугольник */
		border-right: 60px solid var(--red1); /* Добавляем треугольник */
		transform: scaleX(50%);
	}



.home-car {
	min-height: 160px;
	position: relative;
	margin : 50px auto 30px;;
}
 

 

 
.home-car .text {
	padding: 20px 0 20px 110px;
	font-size: 18px;
	font-weight: 900;
	line-height: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4); 
	position: relative;
	bakcground: green;
	z-index: 10px;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	float: none;
	text-transform: uppercase;
}

.home-car .img {
	width: 300px;
	height: 150px;
	background: url(../images/home-car.png) center top no-repeat;
	background-size: contain;
	position: relative;
	left: unset;
	top: unset;
	z-index: 20;
	margin: 10px auto -40px;
}



	.header-car .slogan {
		display: block;
		position: relative;
		width: 100%;
		font-size: 16px; 
		text-transform: uppercase;
		text-align: center;
		background: none;
	}

	.home-header-car {
		width: 300px;
		height: 150px;
		background: url(../images/header-car.png) center center no-repeat;
		background-size: 100% auto;
		position: absolute;
		z-index: 2;
		left: 50%;
		margin-left: -150px;
		bottom: 0;
	}

	.header-top-mobile {
		display: block;
		position: fixed !important;
		height: 50px;
		width: 100vw;
		background: #eee; 
		z-index: 10;
	}

	.header-top-mobile .header-top-mobile-flex {
		display:flex;
		gap: 10px;
		justify-content: space-between;
	}
 

	.header-top-mobile .header-top-mobile-flex .hamburger {
		display:block;
		width: 50px;
		height: 50px; 
		background: url(../images/icons/hamburger-black.webp) center center no-repeat;
		background-size: 32px 32px;
	 
	}
	.header-top-mobile .header-top-mobile-flex .hamburger.active { 
		background: url(../images/icons/hamburger-red.webp) center center no-repeat;
		background-size: 32px 32px;
	 
	}

	.mobile-menu {
		background: rgba(255,255,255,0.9);
		display: block;
		position: absolute;
		width: 100vw; 
		backdrop-filter: blur(6px);
		top: 50px;
		left: -200px;
		opacity: 0;
		padding: 0 0 15px;
		border-bottom: 1px solid #aaa;
		transition: all 0.15s;
	}
	
	.mobile-menu.opened{
		display: block;
		left: 0;
		opacity: 1;
	}

	.mobile-menu a{
		display: block;
		padding: 10px 15px;
		font-size: 25px;
		line-height: 25px;
		font-weight: 900;
	}
	
	
	.mobile-menu a:hover{
		color: var(--red1);
		
	}
	.header-top-mobile .header-top-mobile-flex .icons {
		display: flex;
		justify-content: flex-end;
		gap: 0px;
	}

	.header-top-mobile .header-top-mobile-flex .icons a {
		background: red;
		height: 50px;
		width: 50px;
		filter: brightness(0%);
	}

	.header-top-mobile .header-top-mobile-flex .icons a:hover {
		filter: brightness(150%);
		transform: scale(1.1);
	}


	.header-top-mobile .header-top-mobile-flex .icons a.telegram {
		background: url(../images/icons/telegram-red.png) center center no-repeat;
		background-size: 32px 32px;
	}

	.header-top-mobile .header-top-mobile-flex .icons a.max {
		background: url(../images/icons/max-red.png) center center no-repeat;
		background-size: 32px 32px;
	}


	.header-top-mobile .header-top-mobile-flex .icons a.phone {
		background: url(../images/icons/phone-red.png) center center no-repeat;
		background-size: 32px 32px;
	}


	.home-how-grid {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr ;
	}

	.home-form {
		margin: 60px auto 80px;
		max-width: 800px
	}
	.callback-form-grid-1, .callback-form-grid-2 {
		grid-template-columns: 1fr;
	}



	.catalog-grid {
		grid-template-columns: 1fr;
	}
	 
	.pre-footer .pre-footer-grid  .prefooter-img-desktop {
		display: none;
	}


	.pre-footer    .prefooter-img-mobile{
		display: block;
		width: 100%;
		margin: 0px 0 0;
	}



	.pre-footer .pre-footer-grid { 
		grid-template-columns:   1fr;
		gap: 20px;
	}


	footer .footer-grid { 
		grid-template-columns: 1fr  ;
	}

	.car-grid { 
		gap: 40px;
		grid-template-columns: 1fr  ;
	}


	.car-grid .main-img:after {
		display: block; 
		position: absolute;
		content:'';
		right: -9px;
		bottom: -20px;
		height: 200px;
		width: calc( 100% - 20px);
		background: var(--red1);
		z-index: 2;
	}



	.car-grid .main-img img{ 
		z-index: 5;
		position: relative;
	}


	.page-wrapper p {
		text-align: left;
	}



	.page-wrapper img.aligncenter,
	.page-wrapper img.alignnone {
		display: block;
		margin: 15px auto;
		max-width: 100%;
	}



	.page-wrapper img.alignright,
	.page-wrapper img.alignleft {
		display: block;
		margin: 15px auto;
		max-width: 100%;
		float: none;
	}

	.page-special-header-grid { 
		gap: 30px;
		grid-template-columns: 1fr;
	}

	.page-wrapper {
		padding: 0px 0 40px;
	}




	.red-line-triangle-left { 
		font-size: 18px; 
		padding-left: 20px;
	}

	 .red-line-triangle-left:before { 
		right: calc(100%-1px); 
	}


	.red-line-triangle-left:after {
		left: calc(100%-1px); 
	}

	.header-bg-page-special {
			background-color: var(--grey1);
		padding: 50px 0 0px;
		background-image: url(../images/header-bg.jpg);
		background-size: auto 100%;
		background-position: 100% 0;
		background-repeat: no-repeat;
	}




	.header-bg-car {
			background-color: var(--grey1);
		padding: 50px 0 0px;
		background-image: url(../images/header-bg.jpg);
		background-size: auto 100%;
		background-position: 100% 0;
		background-repeat: no-repeat;
	}




}






@media (max-width: 576px) {
 
 
 
 
 
}