.container {
	height:auto;
}
.container .content-wrpr {
	width:75%;
}
.container.model .content {
	width:100%;
	min-height:95dvh;
	background-image: 	linear-gradient(180deg, rgba(64,69,73,0) 65%, rgba(0,0,0,.75) 100%),
						url('../assets/img/bg-main_double.png')
}

.container .content h1, 
.container .content h2, 
.container .content h3 {
	line-height: 1;
}
.container .content .headline_desk {
	font-weight: 500;
    letter-spacing: 1rem;
    font-size: 3vw;
}


.container .content .content-top {
	margin-top:7vh;
	padding-top: 0;
	background: none;
}
.container .content .content-top > h2 {
	text-align:right;
	font-size: 2.2rem;
}

.container .content .content-bottom {
	padding-bottom:7vh;
}

.price-t .dtls {
	border: 1px solid #ffffff;
	padding: 10px 30px;
	border-radius: 50vh;
	height: auto;
	flex-direction:row;
}
.price-t .dtls * {
	font-weight:200!important;
}

.container .section {
	position: relative;
    width: 100%;
	min-height:80dvh;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
	display:flex;
	justify-content:space-between;
	padding:5vh 5vw;
	padding-bottom:3vh;
	
}
.container .section.sec2 {
	background-image: 	linear-gradient(90deg, rgba(64,69,73,0) 40%, rgba(0,0,0,.75) 75%),
						url('../assets/img/index_d_sec2.jpg');
	background-position: bottom center, top left;
}
.container .section.sec3 {
	background-image: 	linear-gradient(270deg, rgba(64,69,73,0) 40%, rgba(0,0,0,.75) 75%),
						url('../assets/img/index_d_sec3.jpg');
	background-position: bottom center, top right;
}

.container .section .section-content {
	width: 40%;
    flex-shrink: 0;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.container .section .section-content .model-logo {
	width: 25vw;
}
.container .section .section-content h2 {
	font-size: 2.6vw;
	line-height:1;
}
.container .section.sec3 .section-content h2 {
	font-size: 2.2vw;
}
.container .section .section-content h3 {
	font-size: 1.65vw;
	line-height:1;
}
.container .section .section-content p {
    line-height: 100%;
    font-size: 1.1rem;
    font-weight: 400;
}
.container .section .section-content .btn {
    display:block;
	width:fit-content;
	padding:5px 40px;
	border:2px solid #ffffff;
	border-radius:5px;
	color:#ffffff;
	text-decoration:none;
	font-size: 1.2rem;
	font-weight:500;
}

.container .section .section-price {
	width:100%;
	display:flex;
	justify-content:center;
	align-items:flex-end;
}

.container .section .section-price .sep {
	height:70px;
	flex-shrink:0;
	width:2px;
	margin-bottom:3.5vh;
	background:#ffffff;
	border-radius:100vw;
}

/*-- price_wrap --*/
.price_wrap {
	width: fit-content;
    margin: 0 auto;
	padding-bottom:3.5vh;
	justify-content:center;    
    font-weight: 500;
	display: flex;
	text-align:left;
	direction:rtl;
	font-size: 30px;
	line-height: 1;
	position:relative;
}
.price_wrap .price {
    letter-spacing: -2px;
	font-size:2em;
	font-size: 4.5vw;
	margin-right:3px;
	font-weight:700;
}

.price_wrap .price-txt {
    display: block;
    position: absolute;
    width: max-content;
    top: 30%;
    right: 0;
    margin-top: -3px;
    padding: 1px 0;
    align-self: center;
    letter-spacing: -0.5px;
    font-size: 0.3em;
    font-weight: 400;
    line-height: 1;
    background: #595856;
    z-index: 2;
}
.price_wrap .price-txt.up {
    top: 22%;
}

.price_wrap .price-cur {
	align-self: end;
    font-size: 20px;
}

.price_wrap .price .small {
	font-size: 80%;
    line-height: 95%;
    vertical-align: top;
}

.price_wrap .price-note {
	font-size: 3.5vh;
    position: absolute;
    bottom: 0;
}

#form #submit {
	border:2px solid #ffffff;
	background:#000000;
	color:#ffffff;
	font-weight:400;
}

.select-selected {
	color: #ffffff;
}
.select-items div:not(.close_btn) {
	color:#000000;
	border-color:#000000;
}
.select-items div:not(.close_btn):hover, 
.same-as-selected {
	background:#000000;
}
.select-selected {
	border-radius:0;
}
.select-selected:before {
	background: transparent;
}
.select-items {
	border-radius:0;
	border-color:#000000;
}

@media (max-width: 1024px) {
	.container.model {
		height:auto;
	}
	
	.container .content-wrpr {
		width: 100%;
	}
	
	.container.model .content {
		min-height: 35dvh;
		background-position: top;
		background-size: 120%;
	}
	
	.container .content .headline_desk {
		font-size: 6rem;
        font-weight: 600;
	}
	
	.container .content .content-top {
		margin:0;
		padding-top: 5vh;
	}
	
	.container .content .content-bottom {
		padding-bottom:5vh;
	}
	
	#form {
	    position: relative;
		left: 0;
		top:0;
		padding: 0 15vw;
		height:auto;
	}
	#form #close {
		display:none;
	}
	#form .form_top {
		margin-top:3vh;
	}
	.container #form h3 {
        font-size: 22px;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
	
	.mob_select_yoman .yoman-title {
		font-size:5vw;
	}
	
	.container .section {
		flex-direction: column;
        background-size: auto 30vh;
        background-position: top center;
        padding-top: 30vh;
		justify-content: flex-start;
        gap: 5vh;
	}
	.container .section.sec2 {
		background-image: 	linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%), 
							url('../assets/img/index_d_sec2_mob.jpg');
		background-position: top center;
	}
	.container .section.sec3 {
		background-image: 	linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%), 
							url('../assets/img/index_d_sec3.jpg');
		background-position: top center;
	}
	.container .section .section-content {
		width: 80%;
        margin: 0 auto;
		order:1;
	}
	.container .section .section-content .model-logo {
		width: 100%;
	}
	.container .section .section-content h2 {
		font-size: 7.5vw;
		text-align: center;
	}
	.container .section.sec3 .section-content h2 {
		font-size:6.2vw;
	}
	.container .section .section-content h3 {
		font-size: 4.8vw;
		text-align: center;
	}
	.container .section .section-content p { 
		font-size:4rem;
		font-weight:500;
	}
	.container .section .section-content .btn {
		font-size:4rem;
		margin:3vh auto 0 auto;
	}
	
	.container .section .section-price {
		order:2;
		width:90%;
		margin:0 auto;
	}
	.container .section .section-price .sep {
		height:50px;
		margin-bottom:2vh;
	}
	/*-- price_wrap --*/
	.price_wrap {
		padding-bottom:1.85vh;
	}
	.price_wrap .price {
		font-size: 12rem;
		letter-spacing: -3px;
	}
	.price_wrap .price-txt {
		font-size:0.2em;
	}
	.price_wrap .price .small {
		vertical-align: middle;
	}
	.price_wrap .price-cur {
		font-size:12px;
		line-height:2;
	}
	.price_wrap .price-note {
		font-size:1.85vh;
	}
}