@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');

html,
body {
	scroll-behavior: smooth;
}
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: #000000;
	scroll-behavior: smooth;
}

body, body * {
	direction:rtl;
	text-align:right;
	box-sizing:border-box;
    font-family: 'Assistant', serif;
}
@media(max-width: 1024px) {
	html {
		scroll-padding-top:10vh; 
	}
	body, html {
		min-height:100%;
	}
	body {
        font-size: 4vw;
		background:#000000;
	}
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #ffffff;
}

.mobile_hide {
    display: block;
}

.desktop_hide {
    display: none;
}

.bold {
	font-weight:bold!important;
	color:inherit;
	font-size: inherit;
}

.small {
	font-size:85%;
}

/*=====================================
=============== START =================
=====================================*/

.container {
	position:relative;
	width: 100%;
	height:95vh;
	display: flex;
	overflow: hidden;
	z-index: 1;
}

.container .content {
	position: relative;
	width: 75vw;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
}
@media(max-width: 1024px) {	
	.container {
		flex-direction: column;
		overflow: visible;
		height:auto;
	}

	.container .content {
		width: 100%;
		height:60vh;
	}
}

/*============================*/
/*===== swiper-container =====*/
/*============================*/
.swiper-container {
	position:relative;
	height: 100%;
	width: 100%;
	overflow:hidden;
}

.swiper-container .swiper-slide {
	display:flex;
	flex-direction:column;
	align-items:flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-button-prev,
.swiper-button-next {
	color:#ffffff;
	z-index:10;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom:0;
	top:auto;
	z-index:10;
}
.swiper-pagination-bullet {
	background:#ffffff;
	border:1px solid #077e83;
	opacity:1;
}
.swiper-pagination-bullet-active {
	background:#077e83;
	border:1px solid #ffffff;
}

.swiper-container .swiper-slide .tbarImg {
	display:none;
}

/*===== slide-content =====*/
.swiper-slide .bg-masc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0, .8) 0%, rgba(0,0,0, 0) 40%);
	z-index: 0;
	pointer-events: none;
}
.swiper-slide .slide-content {
	width:100%;
	height:100%;
    padding-top: 2vh;
    padding-bottom: 3vh;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	z-index:1;
}
.swiper-slide .slide-content .sticker {
	margin-right:auto;
	margin-left:5vw;
	width:max-content;
	aspect-ratio:1;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	font-size:14px;
	text-align:center;
	line-height:1;
	background:#e8f1f4;
	border:1px solid #000000;
	border-radius:100%;
	transform:rotate(-12deg);
	padding:1.5%;
}

@media(max-width: 1024px) {	
	.swiper-slide .slide-content {
		justify-content:flex-start;
	}
	.swiper-slide .slide-content .bot {
		margin-top:auto;
	}
	
	.swiper-slide .slide-content .sticker {
		font-size:11px;
		padding:2.5%;
	}
}

/*-- SUBARU --*/
.swiper-slide.slide_subaru {
    background-image: url('../images/bg-subaru.webp');
}
.swiper-slide.slide_subaru .bg-masc {
    background: linear-gradient(0deg, rgba(22, 36, 63, .8) 0%, rgba(22, 36, 63, 0) 40%, rgba(22, 36, 63, 0) 70%, rgba(22, 36, 63, .8) 100%);
}

.swiper-slide.slide_subaru .slide-content .top {
	margin:0 auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:1.5vh;
}
.swiper-slide.slide_subaru .slide-content .top img {
	display:block;
	width:30vw;
	margin:0 auto;
}
.swiper-slide.slide_subaru .slide-content .top .brand-logo {
	width:17vw;
}
.swiper-slide.slide_subaru .slide-content .top .model-logo {
	width:30vw;
}
.swiper-slide.slide_subaru .slide-content .top h2 {
	color: #ffffff;
    font-size: 2.35vw;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.swiper-slide.slide_subaru .slide-content .mid {
	width:100%;
}

.swiper-slide.slide_subaru .slide-content .bot {
	width:fit-content;
	background:#ffffff;
	padding:1vh 1vw;
	display:flex;
	align-items:center;
	gap:1vw;
}
.swiper-slide.slide_subaru .slide-content .bot div {
	text-align:center;
	line-height:1;
	font-size:20px;
}
.swiper-slide.slide_subaru .slide-content .bot .price {
	position:relative;
	display:flex;
	align-items:baseline;
}
.swiper-slide.slide_subaru .slide-content .bot .price .to {
	position:absolute;
	right:0;
	top:50%;
	translate:0 -50%;
	font-size:11px;
	background:#ffffff;
}
.swiper-slide.slide_subaru .slide-content .bot .price .val {
	font-size:52px;
	font-weight:900;
}
.swiper-slide.slide_subaru .slide-content .bot .price .cur {
	font-size:16px;
}

@media(max-width: 1024px) {
	.swiper-slide.slide_subaru .slide-content .top {
		gap:0.5vh;
	}
	.swiper-slide.slide_subaru .slide-content .top .brand-logo {
		width:55vw;
	}
	.swiper-slide.slide_subaru .slide-content .top .model-logo {
		width:55vw;
	}
	.swiper-slide.slide_subaru .slide-content .top h2 {
		font-size:4.45vw;
	}
	
	.swiper-slide.slide_subaru .slide-content .bot {
		gap:2vw;
	}
	.swiper-slide.slide_subaru .slide-content .bot div {
		font-size:14px;
	}
	.swiper-slide.slide_subaru .slide-content .bot .price .val {
		font-size:42px;
		letter-spacing: -2px;
	}
	.swiper-slide.slide_subaru .slide-content .bot .price .to {
		font-size:8px;
		right: -1px;
	}
	.swiper-slide.slide_subaru .slide-content .bot .price .cur {
		font-size:10px;
	}
}

/*--- ALFA ---*/
.swiper-slide.slide_alfa {
    background-image: url('../images/bg-alfa.webp');
}

.swiper-slide.slide_alfa .slide-content .top {
	margin:0 auto;
	display: flex;
	align-items: flex-start;
	gap:1.5vh;
}
.swiper-slide.slide_alfa .slide-content .top img {
	height: 15vh;
	width: auto;
}
.swiper-slide.slide_alfa .slide-content .top h2 {
	color: #ffffff;
    font-size: 3vw;
    font-weight: 500;
    margin: 0;
    line-height: 1;
	text-align:center;
	text-shadow:1px 1px 3px rgba(0,0,0,.65);
}
.swiper-slide.slide_alfa .slide-content .top .model-name {
	transform: scale(1.48, 1);
    display: block;
    font-weight: 400;
    margin-bottom: -7.5%;
    text-align:center;
}

.swiper-slide.slide_alfa .slide-content .bot {
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	color:#ffffff;
}
.swiper-slide.slide_alfa .slide-content .bot .price {
	margin-right:auto;
	margin-left:5vw;
	margin-bottom:3vw;
	width:max-content;
}
.swiper-slide.slide_alfa .slide-content .bot .price .to {
	display:block;
	width:fit-content;
	font-size:16px;
}
.swiper-slide.slide_alfa .slide-content .bot .price .val {
	font-size:52px;
	font-weight:900;
	line-height:.75;
}
.swiper-slide.slide_alfa .slide-content .bot .price .cur {
	font-size:16px;
}
.swiper-slide.slide_alfa .slide-content .bot .bot-cube {
	width:fit-content;
	background:rgba(4,105,138,.68);
	padding:1vh 1vw;
	display:flex;
	align-items:center;
	gap:1vw;
	border:1px solid #ffffff;
	text-shadow:1px 1px 3px rgba(0,0,0,.65);
	color:#ffffff;
}
.swiper-slide.slide_alfa .slide-content .bot .bot-cube div {
	font-size:20px;
	text-align:center;
	line-height:1;
}

@media(max-width: 1024px) {	
	.swiper-slide.slide_alfa {
		background-size:135%;
	}
	
	.swiper-slide.slide_alfa .slide-content .top img {
		height:6vh;
	}
	.swiper-slide.slide_alfa .slide-content .top h2 {
		font-size:5vw;
		font-weight:600;
	}
	.swiper-slide.slide_alfa .slide-content .top .model-name {
		font-weight:600;
	}
	
	.swiper-slide.slide_alfa .slide-content .bot .bot-cube {
		padding:2vw;
		gap:2vw;
	}
	.swiper-slide.slide_alfa .slide-content .bot .bot-cube div {
		font-size:14px;
	}
	.swiper-slide.slide_alfa .slide-content .bot .price .val {
		font-size:38px;
	}
}

/*-- JEEP --*/
.swiper-slide.slide_jeep {
    background-image: url('../images/bg-jeep.webp');
	background-position:bottom center;
}
.swiper-slide.slide_jeep .slide-content .sticker {
	margin-left: auto;
    margin-right: 5vw;
	transform:rotate(12deg);
}

.swiper-slide.slide_jeep .slide-content .top {
	margin:0 auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:1.5vh;
}
.swiper-slide.slide_jeep .slide-content .top img {
	display:block;
	width:30vw;
	margin:0 auto;
}
.swiper-slide.slide_jeep .slide-content .top .brand-logo {
	width:8vw;
}
.swiper-slide.slide_jeep .slide-content .top .model-logo {
	width:30vw;
}

.swiper-slide.slide_jeep .slide-content .mid {
	width:100%;
}

.swiper-slide.slide_jeep .slide-content .mid .price {
	margin-right: auto;
    margin-left: 5vw;
    width: max-content;
    color: #ffffff;
    display: flex;
    align-items: baseline;
}
.swiper-slide.slide_jeep .slide-content .mid .price .to {
	display: block;
    margin-bottom: auto;
	margin-top: 5px;
    width: min-content;
    line-height: .75;
    font-size: 16px;
}
.swiper-slide.slide_jeep .slide-content .mid .price .val {
	font-size:58px;
	font-weight:900;
	line-height:.75;
}
.swiper-slide.slide_jeep .slide-content .mid .price .cur {
	font-size:18px;
}

@media(max-width: 1024px) {	
	.swiper-slide.slide_jeep .slide-content .sticker {
		margin-left: 7vw;
		margin-right: auto;
		margin-bottom: 25%;
	}
	
	.swiper-slide.slide_jeep .slide-content .top {
		gap:1vh;
	}
	.swiper-slide.slide_jeep .slide-content .top .brand-logo {
		width:15vw;
	}
	.swiper-slide.slide_jeep .slide-content .top .model-logo {
		width:80vw;
	}
	
	.swiper-slide.slide_jeep .slide-content .mid {
		margin-top:auto;
	}
	.swiper-slide.slide_jeep .slide-content .mid .price {
		margin:auto;
	}
	.swiper-slide.slide_jeep .slide-content .mid .price .val {
		font-size:42px;
	}
	
	.swiper-slide.slide_jeep .slide-content .bot {
		display:none;
	}
}

/*-- LEAP --*/
.swiper-slide.slide_leap {
    background-image: url('../images/bg-leap.webp');
}
.swiper-slide.slide_leap .bg-masc {
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:center;
    background-image: url('../images/bg-leap-front.webp');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.swiper-slide.slide_leap .slide-content {
	justify-content:flex-start;
	gap:2vh;
}
.swiper-slide.slide_leap .slide-content .sticker {
	transform:rotate(-12deg);
}

.swiper-slide.slide_leap .slide-content .top {
	margin:0 auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.swiper-slide.slide_leap .slide-content .top img {
	display:block;
	width:30vw;
	margin:0 auto;
}
.swiper-slide.slide_leap .slide-content .top .brand-logo {
	width:21vw;
}
.swiper-slide.slide_leap .slide-content .top h2 {
	color: #ffffff;
    font-size: 5vw;
    font-weight: 800;
    margin: 0;
    line-height: 1;
}

.swiper-slide.slide_leap .slide-content .mid {
	width:100%;
}

.swiper-slide.slide_leap .bot {
	width:100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 3vh;
	z-index:2;
}
.swiper-slide.slide_leap .bot .price {
	margin-right:auto;
	margin-left:5vw;
	width:max-content;
	color:#ffffff;
}
.swiper-slide.slide_leap .bot .price .to {
	display:block;
	width:fit-content;
	font-size:16px;
}
.swiper-slide.slide_leap .bot .price .val {
	font-size: 56px;
    font-weight: 900;
    line-height: 0.75;
}
.swiper-slide.slide_leap .bot .price .cur {
	font-size:16px;
}
.swiper-slide.slide_leap .bot .bot-cube {
	width:fit-content;
	padding:1vh 1vw;
	display:flex;
	align-items:center;
	gap:1vw;
	background:#000000;
	color:#ffffff;
}
.swiper-slide.slide_leap .bot .bot-cube div {
	text-align:center;
	line-height:1;
	font-size:20px;
}
.swiper-slide.slide_leap .bot .bot-cube .plus {
    height: 100%;
    display: flex;
    align-items: center;
	justify-content:center;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) calc(50% - 1px), rgba(255, 255, 255, 1) calc(50% - 1px), rgba(255, 255, 255, 1) calc(50% + 1px), rgba(0, 0, 0, 1) calc(50% + 1px));
}
.swiper-slide.slide_leap .bot .bot-cube .plus span {
    text-align: center;
    background: #000000;
}

@media(max-width: 1024px) {	
	.swiper-slide.slide_leap {
		background-size:135%;
	}	
	.swiper-slide.slide_leap .bg-masc {
		background-size:135%;
	}
	
	.swiper-slide.slide_leap .slide-content .sticker {
		transform: rotate(12deg);
        margin-right: 8vw;
        margin-left: auto;
        margin-top: -3vh;
        padding: 1.5%;
	}
	
	.swiper-slide.slide_leap .slide-content .top .brand-logo {
		width:60vw;
	}
	.swiper-slide.slide_leap .slide-content .top h2 {
		font-size:15vw;
		font-weight:700;
	}
	
	.swiper-slide.slide_leap .bot .bot-cube {
		padding: 1vh 3vw;
		gap: 3vw;
	}
	.swiper-slide.slide_leap .bot .price .val {
		font-size:42px;
	}
	.swiper-slide.slide_leap .bot .bot-cube div {
		font-size:16px;
	}
}

/*-- HONGQI --*/
.swiper-slide.slide_hongqi {
    background-image: url('../images/bg-hongqi.webp');
}
.swiper-slide.slide_hongqi .slide-content .sticker {
	margin-right:auto;
	margin-left:15vw;
	transform:rotate(12deg);
}

.swiper-slide.slide_hongqi .slide-content .top {
	margin:0 auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:1.5vh;
}
.swiper-slide.slide_hongqi .slide-content .top .brand-logo {
	width:10vw;
}

.swiper-slide.slide_hongqi .slide-content .mid {
	width:100%;
}

.swiper-slide.slide_hongqi .slide-content .bot {
	width:100%;
}

.swiper-slide.slide_hongqi .slide-content .bot .price {
	margin-right:auto;
	margin-left:5vw;
	width:max-content;
	color:#ffffff;
}
.swiper-slide.slide_hongqi .slide-content .bot .price .to {
	display:block;
	width:fit-content;
	font-size:18px;
}
.swiper-slide.slide_hongqi .slide-content .bot .price .val {
	font-size:58px;
	font-weight:900;
	line-height:.75;
}
.swiper-slide.slide_hongqi .slide-content .bot .price .cur {
	font-size:18px;
}

@media(max-width: 1024px) {	
	.swiper-slide.slide_hongqi .slide-content .top .brand-logo {
		width:30vw;
	}
}
/*===== /swiper-container =====*/


/*===================*/
/*===== the_top =====*/
/*===================*/
.the_top {
	width:100%;
    padding: 2vh;
	display:flex;
	justify-content:center;
	align-items:baseline;
	gap:1vw;
	background:#000000;
	color:#ffffff;
	font-size:40px;
	font-weight: 600;
}
.the_top img {
	height:40px;
}
.the_top img.samelet {
	position: relative;
    bottom: -12px;
}
.top-date {
	border-right: 3px solid #ffffff;
    padding-right: 1vw;
}
@media(max-width: 1024px) {	
	.the_top {
		top:8vh;
		font-size:24px;
	}
	.the_top img {
		height:24px;
	}
	.the_top img.samelet {
		bottom: -8px;
	}
}
/*===== /the_top =====*/


/*===================*/
/*===== the_bottom =====*/
/*===================*/
.the_bottom {
	width:100%;
    padding: 2vh;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:1vw;
	background:#000000;
}
.the_bottom img {
	height:5vh;
}
.bot-logo {
	height: 100%;
	border-right: 3px solid #ffffff;
    padding-right: 1vw;
	display:flex;
	justify-content:center;
	align-items:center;
}
.bot-logo.no-border {
	border:none;
}

@media(max-width: 1024px) {
	.the_bottom {
		height:5vh;
		padding:1vh;
		gap:2vw;
	}
	.bot-logo {
		padding-right: 2vw;
		border-width:1px;
	}
	.bot-logo img {
		height:auto;
		max-height:100%;
	}	
}
/*===== /the_bottom =====*/


/*==========================*/
/*===== form-container =====*/
/*==========================*/
.form-container {
	width: 25vw;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
	background: #08999e;
}
.form-container, .form-container * {
	color:#ffffff;
}

.form-container .x_close {
	display: none;
	position: absolute;
	justify-content:center;
	color: #ffffff;
	align-items: center;
	left: 2vh;
	top:2vh;
	height: 26px;
	width: 26px;
	background: #d2232a;
	border-radius: 100%;
	font-weight:bold;
	z-index: 5;
}

.form-container .form-ttl, 
.form-container .form-ttl * {
	color:#ffffff;
}
.form-container .form-ttl {
	margin: 0 auto;
    margin-bottom: 2vh;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
	line-height:1;
}
.form-container .form-ttl.masqu_tel_wrpr {
	margin-bottom:0;
}

.form-container .inner-form {
	position: relative;
	z-index: 1;
	transition: .3s all;
	padding:0 10%;
}

.form-container .main_form {
	position: relative;
	top: 0;
}

.form-container .form-row {
	position:relative;
    margin: 0 auto;
    padding-bottom: 18px;
}
.form-container .form-row.mifrat-wrpr {
    padding-top: 18px;
    padding-bottom:0;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.form-container .form-row input {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 5px;
    margin-bottom: 0px;
    border: none;
    color: #000000;
    background-color: #ffffff;
} 
.form-container .form-row input:focus-visible {
	outline:none;
}
.form-container .form-row ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}
.form-container .form-row :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}
.form-container .form-row ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}

/*--- container-checkbox ---*/
.form-container .form-row .container-checkbox,
.form-container .form-row .container-checkbox * {
    font-size: .75rem;
    font-weight: 300;
	line-height:1;
}
.form-container .form-row .container-checkbox {
	position: relative;
    display: block;
    padding-right: 21pt;
    cursor: pointer;
}
.form-container .form-row .container-checkbox .checkmark,
.form-container .form-row .container-checkbox #allowmailing {
	position: absolute;
    top: 0;
    right: 0;
	height: 18px;
	width: 18px;
	border: 1px #ffffff solid;
	cursor: pointer;
	margin:0;
}
.form-container .form-row .container-checkbox #allowmailing {
	opacity: 0;
	z-index:1;
}
.form-container .form-row .container-checkbox:hover input ~ .checkmark {
	box-shadow:0px 0px 3px 2px rgba(255,255,255,.7) inset;
}
.form-container .form-row .container-checkbox input:checked ~ .checkmark {
	background-color: #fff;
	border: 1px #000 solid;
}
.form-container .form-row .container-checkbox .checkmark:after {
	content: "";
	left: 6px;
	top: 3px;
	width: 3px;
	height: 7px;
	border: solid black;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	display: none;
}
.form-container .form-row .container-checkbox input:checked ~ .checkmark:after {
	display: block;
}

.form-container .form-row .areas {
    width: 100%;
	height:40px;
    padding:0;
    text-align: center;
    font-size: 1.25em;
    color: #fff;
	font-weight:700;
	line-height:150%;
    border: 0;
	background-color: #131c34;
    cursor: pointer;
}

.form-container .form-row label.error {
	position: absolute;
    top:32px;
	right:0;
    font-size: 14px;
}
.form-container .form-row input.error {
	border-bottom: 1px solid #ff0000!important;
}

.form-container .masqu_tel_wrpr {
    text-align: center;
}
.form-container .masqu_tel_wrpr .masqu_tel {
	display: inline-block;
	direction:ltr;
}
.form-container .call-container {
    display: block;
    margin: 0 auto;
	margin-top:2vh;
}
.form-container .call-container .samelet {
    position: relative;
    width: 15vw;
    top: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 4;
}
.form-container .call-container .samelet img {
	width: auto;
    max-width: 40%;
    height: auto;
    margin: 0 auto;
}

/*--- feedback ---*/
.form-container .feedback {
	display:none;
    position: absolute;
    flex-direction: column;
	max-width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    font-size: 1.5em;
}
.form-container .feedback h2 {
	font-size: 300%;
	margin: 0 auto;
}
.form-container .feedback p {
	margin: 0 auto;
	font-size: 100%;
	text-align:center;
}

@media(max-width: 1024px) {	

	.form-container {    
		display:none;
		position: fixed;
		top: 0;
		height: calc(100% - 7vh);
		left: 0;
		right: 0;
		width: 100%;
		z-index: 22;
    }
	.form-container .x_close {
		display: flex;
	}
	
	.form-container .form-ttl {
		font-size: 170%;
	}
	
    .form-container .main_form {
		margin: 0 auto;
    }
	
    .form-container .form-row {
		position: relative;
		width: 100%;
	}
	
	.form-container .call-container {
		margin: 0;
        margin-top: 5vh;
	}
	.form-container .call-container .samelet {
		width:100%;
	}
}
/*===== /form-container =====*/


/*=================*/
/*===== YOMAN =====*/
/*=================*/

/*===== mob_select_yoman =====*/
.mob_select_yoman {
    padding: 3vh 0;
}
.mob_select_yoman .form-ttl {
	color:#000000;
}
@media(max-width: 1024px) {
	.mob_select_yoman {
		display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
		padding:2vh 0;
	}
}
/*===== CUSTOM SELECT =====*/
.custom-select {
	position: relative;
	width:100%;
	margin-bottom: 1vh;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  border:2px solid #ffffff;
}

/* Style the arrow inside the select element: */
.select-selected:before {
	position: absolute;
	content: "";
	left:2px;
	top:2px;
	width:40px;
	height:calc(100% - 4px);
	background: transparent;
	border-radius:4px 0 0 4px;
}
.select-selected:after {
	position: absolute;
    content: "";
    top: 50%;
    left: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #131c34 transparent transparent transparent;
    transform: scale(1.25, 2);
    translate: -50%;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top:8px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  padding: 8px 16px;
	color:#000000;
  cursor: pointer;
  background:#ffffff;
}

.select-items div {
	color: #333333;
	background:#ffffff;
	border-bottom: 1px solid #333333;
}
.select-items div a {
	color:inherit;
	text-decoration:none;
}
/* Style items (options): */
.select-items {
	position: absolute;
	width:100%;
	top: 100%;
	z-index: 99;
	border: 1px solid #333333;
	border-radius: 6px;
	overflow: hidden;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
	background: #131c34;
    color: #ffffff;
}

.custom-select.mifrat .select-items {
	top:auto;
	bottom:100%;
}
.custom-select.mifrat .select-items div, 
.custom-select.mifrat .select-selected {
	background: #c0c3c7;
}
.custom-select.mifrat .select-selected {
	border-color:#000000;
}
.custom-select.mifrat .select-selected:after, {
    border: #000000 transparent transparent transparent;
}
.custom-select.mifrat .select-selected.select-arrow-active:after {
  border-color: transparent transparent #000000 transparent;
}

@media(max-width: 1024px) {	
	.select-items {
		top:auto;
		bottom:100%;
		z-index:10;
	}  
}

/*===== yomanframe_wrpr =====*/
#yomanframe_wrpr {
    display: none;
    position: absolute;
    top: 5vh;
	left:0;
	width: calc(25vw - 17px);
	height:calc(100% - 5vh);
	border-right:1px solid #000000;
    z-index: 9999;
}
#yomanframe_wrpr .close_iframe {
    position: absolute;
    top: 10px;
    left: 10px;
    margin-top: 0;
    width: 30px;
	aspect-ratio:1;
    text-align: center;
    line-height: 31px;
	color:#ffffff;
    background: #333333;
    border-radius: 100%;
	cursor:pointer;
}
#yomanframe_wrpr #yomanframe {
	height: 100%;
	width:100%;
	border: 0;
	background:#ffffff;
}

@media(max-width: 1024px) {
	#yomanframe_wrpr {
		width: 100%;
		height:calc(100vh - 7vh - 8vh);
		top: 8vh;
		bottom: 7vh;
		border:none;
	}
}
/*===== /YOMAN =====*/


/*=====================*/
/*===== blockpage =====*/
/*=====================*/
.blockpage {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}
.blockpage.active {
    visibility: visible;
    opacity: 1;
}
.blockpage i {
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    font-size: 73pt;
    color: #fff;
}
/*===== /blockpage =====*/


/*===================*/
/*===== _footer =====*/
/*===================*/
._footer {
	background: #fff;
	padding-bottom:5vh;	/* -> height of polution bar */
}

._footer .small-letters {
    padding: 0.5vw 1vw;
    margin: 0;
	font-size: 0.8em;
}
._footer .small-letters,
._footer .small-letters * {
    line-height: 1.2;
}
._footer .small-letters * {
	font-size: 1em;
}
._footer .small-letters a {
    color: blue;
}

@media(max-width: 1024px) {
	._footer {
		padding-top:20px;
		padding-bottom:8vh;	/* -> height of MCA_strip + buttons + mob_select_yoman */
	}	
	._footer .small-letters {
        width: 94%;
        margin: 0 auto;
        text-align: justify;
    }
}
/*===== /_footer =====*/


/*====================*/
/*===== _buttons =====*/
/*====================*/
._buttons {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 8vh;
	width: 100%;
	padding: 0 3vw;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 3vw;
	background: #000000 url(../images/logo-title2x.png) 3vw center no-repeat;
	background-size: auto 70%;
	z-index: 9;
}
._buttons .btn {
	width: 48%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight:400;
	text-decoration: none;
	border-radius: 2px;
}
._buttons .btn.btn1 {
	background-color: rgb(209,43,52);
	background: linear-gradient(90deg, rgba(130,1,30,1) 0%, rgba(209,43,52,1) 100%);
}
._buttons .btn.btn2 {
	color: #000000;
	background-color:#c3d3d7;
}
@media(max-width: 1024px) {	
	._buttons {
		display:none;
	}
}
/*===== /_buttons =====*/


/*===================*/
/*===== _thanks =====*/
/*===================*/
._thanks .form-container .feedback {
	display: flex;
}
._thanks .form-container .form-ttl,
._thanks .form-container .form-row,
._thanks .form-container .samelet,
._thanks .custom-select {
    opacity: 0;
    visibility: hidden;
}
/*===== /_thanks =====*/


/*=====================*/
/*===== open_form =====*/
/*=====================*/
.open_form .btn1,
.open_form .btn2,
.open_form ._buttons,
.open_form ._footer {
	display: none;
}

@media(max-width: 1024px) {
	body.open_form {
		overflow:hidden;
	}
	.open_form .form-container {
		display:block;
	}
	
	.open_form .mob_select_yoman {
		display: none!important;
	}
}
/*===== /open_form =====*/


/*============================================================================*/
/*============================== BUTTONS ON TOP ==============================*/
/*============================================================================*/
/*
@media(max-width: 1024px) {
	
	.container {
		padding-top: 8vh;
		height:auto;
	}
	
	.container .content {
        height: calc(100dvh - 7vh - 8vh);
	}
	
	._footer {
        padding-top: 10px;
        padding-bottom: calc(7vh + 10px);
    }
	
	._buttons {
		display: flex;
	}
	._buttons .btn {
		height: 50%;
        width: auto;
        aspect-ratio: 1;
		border-radius: 0px;
		background-size:contain;
		font-size:0;
		text-indent:-10000px;
		background-repeat:no-repeat;
		background-position:center;
	}
	._buttons .btn.btn1 {
		background-color:transparent;
		background-image: url('../images/btn11.png');
		background-size:contain;
	}
	._buttons .btn.btn2 {
		background-color:transparent;
		background-image: url('../images/btn22.png');
		background-size:contain;
	}
	
	._buttons .sep {
		height:3vh;
		width:1px;
		background:#ffffff;
		flex-grow:0;
		flex-shrink:0;
	}
}
*/


/*==================================================================================*/
/*============================== FORM IS ALLWAIS OPEN ==============================*/
/*==================================================================================*/
@media(max-width: 1024px) {	

	.form-container {    
		display:block;
		position: relative;
		height:auto;
		z-index:10;
	}
	.form-container .x_close {
		display:none;
	}
	.form-container .inner-form {
		width: auto;
        margin: 0;
		padding:0 5vh;
	}
	
	.form-container .call-container {
		display:none;
	}
}



@media(max-width: 1024px) {	
    .desktop_hide {
        display: block;
    }
	.mobile_hide{
        display: none!important;
    }
}

