.popup{
	background-color:#000;
}
.sitemap-section ul li a{
	color:#fff;
}
.container_sitemap h2{
	color:#fff;
}
h2.test-drive-title{
	color:#fff;
}
.swiper-slide {
    position: relative;
}

.swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0; 
    background: linear-gradient(263deg, rgba(0, 0, 0, 0.00) 1.97%, rgba(0, 0, 0, 0.08) 25.17%, rgb(0 0 0 / 60%) 99.25%);
    z-index: 1;
    pointer-events: none;
}

.slide-content {
    position: relative;
    z-index: 2;
}

