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

._top {
	position: relative;
    width: 100%;
    height: 90vh;
	background-image:url(../images/juniorBG.webp);
	background-position:center right;
	background-size: cover;	
	background-repeat:no-repeat;
}

._top h1, ._top h1 * {
	display: inline-block;
	font-family: 'Heebo', sans-serif;
	margin:0;
	text-align:center;
	font-size:72px;
	color:#ffffff;
}

._top h2 {
	text-align: center;
    font-size: 3.5vw;
    line-height: 1;
    margin: 0;
    font-weight: 500;
}
._top .title {
	font-weight:200;
}
._top .title b {
	font-weight:600;
}
._top .title img {
	max-width:80%;
	margin:0 auto;
	margin-top:7vh;
}
._top .top_content {
	height:100%;
	width:100%;
	margin-left:auto;
	justify-content:space-between;
	padding:2vh 1vw 1vh 1vw;
	padding-top:0;
}
._top .extra {
    margin-top: 2vh;
    width: fit-content;
	margin-left:5vw;
    margin-right: auto;
    display: flex;
	flex-direction:column;
}
._top .extra .extra_img {
	width:75%;
	margin:0 auto;
}
._top img {
    margin: 0 auto;
    margin-top: 0;
}
._top img.lis_stemp {
	max-width: 50%;
    height: auto;
    flex-shrink: 1;
	width: auto;
    height: auto;
}
.top_note {
	margin-left:auto;
	color:#ffffff;
	font-size:16px;
	line-height:120%;
}

._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;
}
.sub-section.sec5 {
	background-image:url(../images/sec5BG.webp);    
	display: flex;
    flex-direction: column;
}
.sub-section.sec6 {
	background-image:url(../images/sec5BG.webp);    
	display: flex;
    flex-direction: column;
}

.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); 
}
.sec_ttl.dblLine {
	display:flex;
	flex-direction:column;
}
.sec_ttl.dblLine .firstLine {
	font-size:14px;
	font-weight:500;
}
.sec_ttl.dblLine img {
	max-height:8px;
}

.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;
}

/*===== _pricesHP =====*/
.model_page ._pricesHP {
    border-radius: 8px;
    width: fit-content;
    margin: 0 auto;
    padding: 2vh;
    flex-direction: row;
	gap:1vw;
    background: rgba(254, 9, 44, 0.5);
}
.model_page ._pricesHP .p2 {
	color:#ffffff;
	justify-content: center;
	flex-direction:column;
	padding:0;
	width:auto;
}
.model_page ._pricesHP .p2 .pricediv {
	font-size:16px;
	text-align: center;
	white-space:normal;
}
.model_page ._pricesHP .p2 .pricediv .pricesHP_s2 {    
	font-size: 2.25em;
    font-weight: 600;
	letter-spacing:normal;
	margin:0;
}
.model_page ._pricesHP .p2 .pricediv .pricesHP_s3 {    
	font-size: inherit;
}
.model_page ._pricesHP .sep {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	font-size:125%;
}
.model_page ._pricesHP .sep:before,
.model_page ._pricesHP .sep:after {
	content:"";
	width:1px;
	background:#ffffff;
	height:100%;
}

/*===== LISSING AND MIMUN =====*/
.leasing-div {
	height:100%;
	flex:auto;
	display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: space-evenly;
	color:#ffffff;
}

.lis_ttl {
	margin:0;
	text-align:center;
	font-size:2vw;
	font-weight:600;
	color:#ffffff;
}
.sec5 .lis_ttl br {
	display:none;
}

.leasing-cube {    
	background: #000000;
    border-radius: 16px;
    padding: 4vh 2vw;
	width:fit-content;
	margin:0 auto;
	border:1px solid #ce1d27;
	color:#ffffff;
	
	--sepsize:7;
}
.leasing-item {
	padding:1vh 2vw;
	font-weight: 600;
    border: 1px solid #ffffff;
    border-radius: 20px;
    font-size: 1.5vw;
    text-align: center;
	box-shadow: 0 0 10px 2px rgba(206, 29, 39, .75);
	background:#000000;
}
.leasing-item.mimun {
	font-size:2vw;
}
.leasing-item .small {
	font-size:70%;
}
.leasing-item .light {
	font-weight:300;
    font-size: inherit;
}
.leasing-sep {
	position: relative;
	margin:0 auto;
    width: calc(var(--sepsize) * 7px);
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leasing-sep:before,
.leasing-sep:after {
	content:'';
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	translate:-50% -50%;
	width:60%;
	height:calc(var(--sepsize) * 1px);
	background:#ffffff;
}
.leasing-sep:after {
	transform:rotate(90deg);
}

/*--- mimun ---*/
.mimun-dtls {
	width:100%;
	background:#dedede;
	padding:2vh 0;
	text-align:center;
	color:#000000;
	line-height:1;
}
.mimun-dtls h6 {
	margin:0;
	text-align:center;
}
.mimun-dtls table {
	margin:2vh auto;
	width:fit-content;
	border-collapse: collapse;
	border: 1px solid #000000;
}
.mimun-dtls table th,
.mimun-dtls table td {
	border: 1px solid #000000;
	font-size:18px;
	padding:3px 10px 3px 20px;
}
.mimun-dtls th {
	font-weight:500;
}
.mimun-dtls td {
	text-wrap:nowrap;
}
.mimun-dtls td.wrap {
	text-wrap:wrap;
}

@media (max-width: 1024px) {
	.leasing-cube {   
		padding: 2vh 4vw;
		margin-top: 2vh;
		--sepsize:5;
	}
	.lis_ttl {
		font-size:5vw;
		line-height:1.2;
	}
	.sec5 .lis_ttl br {
		display:block;
	}
	.leasing-item {
		font-size:4vw;
		padding: 1vh 4vw;
	}
	.leasing-item.mimun {
		font-size:6vw;
	}
	
	.mimun-dtls {
		font-weight:300;
	}
	.mimun-dtls table {
		margin:2vh 2vw 0;
	}
	.mimun-dtls table th,
	.mimun-dtls table td {
		font-size:14px;
		padding:3px;
	}
}


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

@media(max-width: 1024px) {	
	._top {
		top: 0;
		padding-top: 9vh;
		height: 65vh;
		background-image:url(../images/juniorBG-mob.webp);
		background-size: 100% auto;
	}

	._top h1, ._top h1 * {
		font-size:32px;
	}
	._top h2 {
		font-size: 7vw;
	}
	
	._top .title img {
		margin-top:15px;
	}
	
	._top .extra {
		flex-direction:column;
		width:100%;
		margin-top:auto;
		align-items:center;
		justify-content:center;
		gap:1vh;
		margin-bottom:1vh;
	}	
	._top .extra .extra_img {
		width:40vw;
	}
	
	._top img.lis_stemp {
		margin-top:1vh;
		max-height: 120px;
	} 
	
	.model_page ._pricesHP {
		gap:2vw;
	}
	.model_page ._pricesHP .p2 .pricediv .pricesHP_s3 {
		font-size:12px;
	}
	.model_page ._pricesHP .p2 .pricediv .pricesHP_s2 {
		font-size:1.35em;
	}
	
	._bottom {
		background:none;
	}
	
	.sec_ttl {
		margin-top:2vh;
	}
	.sec_ttl.dblLine {
		padding: 5px 20px;
		margin-top: 3vh;
	}
	
	.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;
	}
	.sub-section.sec5 {
		height:auto;
		min-height:55vh;
		gap:2vh;
	}
	.sub-section.sec6 {
		height:auto;
		min-height:65vh;
		gap:2vh;
	}
	
	.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 =====*/
	.model_page ._pricesHP {
		align-items: stretch;
		padding:1vw 3vw;
	}
	.model_page ._pricesHP .p2 .pricediv {
		font-size:14px;
	}
	
	
	.top_note { 
		font-size:12px;
	}
		
	._buttons a {
		font-size:4.5vw;
	}
	#formTop h2, .mob_select_yoman h2 {
		font-size: 6vw;
	}
}



/*===== 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;
	}
}
*/