.container {
	background-color:#000000;
	height:auto;
}

._top {
	position: relative;
    padding-top: 5vh;
    padding-left: 5vw;
    text-align: left;
    width: 100%;
    height: 80vh;
	background-image:url(../images/juniorBG.jpg);
	background-position:top right;
	background-size: auto 100%;	
	background-repeat:no-repeat;
}

._top img {
	margin:0;
	width:25vw;
}

._top .extra {
    margin-top: 2vh;
    width: 25vw;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}
._top img.lis_stemp {
	max-width: 50%;
    height: auto;
    flex-shrink: 1;
	width: auto;
    height: auto;
}

._bottom {
	position:relative;
  background:#afafaf;
}

.swiper-container {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
.swiper-container .swiper-slide {
	padding:20px;
	text-align:center;
}
.swiper-container .swiper-slide img {
	border-radius:30px;
	max-height:100%;
	cursor:pointer;
}
.swiper-container .swiper-slide.swiper-slide-active {
	padding-right:40px;
	padding-left:0px;
}
.swiper-container .swiper-slide.swiper-slide-next {
	padding-right:20px;
	padding-left:20px;
}
.swiper-container .swiper-slide.swiper-slide-duplicate-prev {
	padding-left:40px;
	padding-right:0px;
}
.swiper-container .swiper-button-next:after, 
.swiper-container .swiper-button-prev:after {
	font-size: 32px;
    font-weight: bold;
    color: #B62D3F;
}

.swiper-container.color-gal {
	height:50vh;
	width:100%;
	margin:0 auto;
}
.swiper-container.color-gal .swiper-slide {
	padding-right:0;
	padding-left:0;
}
.swiper-container.color-gal .swiper-pagination {
	direction:ltr;
	bottom:0;
}
.swiper-container.color-gal .swiper-pagination-bullet {
	border-radius:0;
	margin: 0 2vw;
    background: none;
    width: auto;
    height: auto;
    opacity: 1;
}

.sub-section {
	height:95vh;
	width:100%;
	background-image:url(../images/sec2BG.png);
	background-position:center;
	background-size: 90% auto;
	background-repeat:no-repeat;
}
.sub-section.sec2 {
	background-image:url(../images/sec2BG.png);
}
.sub-section.sec3 {
	background-image:url(../images/sec3BG.jpg);
	background-size:cover;
}
.sub-section.sec4 {
	height:80vh;
	background:linear-gradient(180deg, #ffffff 50%, #afafaf 50%, #afafaf 100%);
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec_ttl {
	margin-top:calc(35px + 4vw);
	width:fit-content;
	padding:14px 20px;
	margin-right:-3px;
	font-size:22px;
	font-weight:200;
	line-height:100%;
	color:#ffffff;
	background:linear-gradient(90deg, #CE1D26, #B02438, #80001D);
	border-radius:18px 0 0 18px;
	border:2px solid #ffffff;
	box-shadow:0 0 3px 3px rgba(255,255,255,.5); 
}

.carcolor-img {
	width:80%;
	margin:0 auto;
}
.carcolor-btns {
	display:flex;
	justify-content:center;
	gap:50px;
}

.carcolor-txt {
	font-size: 18px;
    font-weight: 600;
}
.carcolor-txt:after {
	content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 20px;
    aspect-ratio: 1;
    border-radius: 100%;
    background: linear-gradient(90deg, #CE1D26, #B02438, #80001D);
}
.carcolor-txt.blue:after {
    background: linear-gradient(90deg, #00497B, #000A37);
}
.carcolor-txt.white:after {
    background: #ffffff;
}
.carcolor-txt.silver:after {
    background: linear-gradient(90deg, #909395, #535455);
}
.carcolor-txt.black:after {
    background: #000000;
}
.carcolor-txt.grey:after {
    background: #535455;
}

.mid-sec {
	position:relative;
	height:12px;
	width:100%;
	background:linear-gradient(90deg, #CE1D26, #B02438, #80001D);
}
.mid-sec-content {
	position:absolute;
	width:max-content;
	top:0;
	left: 50%;
    translate: -50% -50%;
	padding:20px;
	color:#ffffff;
	border:1px solid #ffffff;
	border-radius:10px;
	background:#000000;
	box-shadow:0 0 7px 5px rgba(176,36,56,.8); 
}
.mid-sec-list {	/*ul*/
	margin:0;
	padding:0;
	list-style:none;
}
.mid-sec-list li {
	position:relative;
	font-weight:200;
	padding-right:14px;
	line-height:22px;
}
.mid-sec-list li:before {
	content:"";
	position:absolute;
	right:0;
	top:11px;
	translate:0 -50%;
	width:7px;
	aspect-ratio:1;
	border-radius:100%;
	background:linear-gradient(90deg, #CE1D26, #B02438, #80001D);
}

.bot-slider {
	width:100%;
	background:linear-gradient(180deg, transparent 30%, #afafaf 30%, #afafaf 100%);
}
.bot-slider .swiper-slide img {
	padding:2px;
	background:linear-gradient(90deg, #CE1D26, #B02438, #80001D);
	cursor:pointer;
}

._footer {
	width:75vw;
}

.model_page ._pricesHP {
	background:none;
}
.model_page ._pricesHP .p2 {
	justify-content:center;
	color:#ffffff;
}
.model_page ._pricesHP .pricesHP_s2 {
	font-weight:400;
}

@media(min-width: 1024px) {	
	.form-container {
		position:fixed;
		top:0;
		left:0;
		bottom:0;
		background:#242425;
	}
	.form-container .form-row input, 
	.form-container .form-row select {
		background:transparent;
	}
}

@media(max-width: 1024px) {	
	._top {
		top: 0;
		padding-top: 12vh;
		height: 55vh;
		background-size: 80vw auto;
        background-position: bottom 20% right;
	}
	._top img {
		width:45vw;
	}
	
	._top .extra {
		flex-direction:column;
		width:45vw;
		margin-top:0;
		align-items:center;
		justify-content:center;
	}
	._top img.lis_stemp {
		margin-top:1vh;
		max-height: 120px;
	}
	
	._bottom {
		background:none;
	}
	
	.swiper-container .swiper-slide img {
		border-radius: 12px;
		border: 1px solid #ffffff;
		box-shadow:0 0 10px 9px rgb(255 0 0 / 80%); 
	}
	.swiper-container .swiper-slide.swiper-slide-active {
		padding-right:30px;
		padding-left:0px;
	}
	.swiper-container .swiper-slide.swiper-slide-next {
		padding-right:15px;
		padding-left:15px;
	}
	.swiper-container .swiper-slide.swiper-slide-duplicate-prev {
		padding-left:30px;
		padding-right:0px;
	}
	.swiper-container .swiper-container-rtl .swiper-button-prev, 
	.swiper-container .swiper-container-rtl .swiper-button-next {
		right: 0;
		background: red;
		border-top: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		z-index: 0;
		width:30px;
	}
	.swiper-container .swiper-button-next:after, 
	.swiper-container .swiper-button-prev:after {
		font-size:18px;
		color:#ffffff;
	}
	.swiper-container.swiper-container-rtl .swiper-button-next {
		left:0;
		right:auto;
	}
	
	.swiper-container.color-gal {
		width:100%;
		height:100%;
	}
	.swiper-container.color-gal .swiper-slide {
		padding-right:0;
		padding-left:0;
	}
	.swiper-container.color-gal .swiper-slide img {
		box-shadow: none;
        border: none;
		padding-right:10%;
		padding-left:10%;
	}
	
	.carcolor-txt {
		font-size: 14px;
		font-weight: 400;
		color: #000000;
	}
	.carcolor-txt:after {
		height:10px;
		margin:-5px 5px 0 0;
	}
	
	.sub-section {
		height:55vh;
		background-size:110% auto;
	}
	
	.mid-sec {
		margin:5vh 0;
	}
	.mid-sec-content {
		padding:10px 15px;
		max-width:90%;
	}
	.mid-sec-list li {
		font-size:14px;
		line-height:130%;
	}
	
	.sub-section.sec3 .sec_ttl {
		margin-top:calc(35px + 4vw + 20px);
		padding-top:7px;
		padding-bottom:7px;
	}
	
	.bot-slider {
		background: linear-gradient(180deg, transparent 30%, #000000 30%, #000000 100%);
	}
	
	.sub-section.sec4 {
		height:40vh;
		background:linear-gradient(180deg, #ffffff 60%, #afafaf 60%, #afafaf 100%)
	}
	.carcolor-img {
		display: flex;
		height: 50%;
		width: 90%;
		align-items: flex-end;
	}
	
	.form-container {
		top:8vh;
	}
	
	.mob_select_yoman {
		position: fixed;
		bottom: calc(40px + 3vh + 7vh);
		z-index:99;
	}
	
	._footer {
		width:100%;
		margin-top:20px;
		padding-bottom:calc(7vh + 75px + 120px);
	}
	
	._pricesHP .p2 .pricediv {
		font-size:1em;
	}
}



/*===== days 05 2025 =====*/
/*
._top img.lis_stemp.lis {
	display:none;
}
._top img.lis_stemp.days {
	max-width: 100%;
	margin:0 auto;
}
._main_logo {
	width:30%;
}
@media(max-width: 1024px) {	
	._top img.lis_stemp.days {
		width:90%;
		max-width:none;
	}
}
*/