@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: 'Atzofen';
  src:  url('../fonts/FbAtzofen-Regular.ttf') format('truetype');
}

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: 'Heebo', sans-serif;
	font-size: 16px;
}

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

/*=========================================
=============== YZ !!! YZ =================
=========================================*/

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

.container .content {
	position: relative;
	width: calc(100% - 25vw);
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	align-items: center;
}

.container .content nav {
	position:fixed;
	top:0;
	right:0;
	z-index: 9999;
}

#nav-logo{
	display: none;
	height:100%;
}

._whatsapp {
	position: fixed;
	display: block;
	width: 3vw;
	padding: 0;
	top: 37vw;
	left: 0;
	right: auto;
	bottom: auto;
	z-index: 99999;
}
._whatsapp img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.swiper-container,
.bg_container {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  overflow:hidden;
}

.swiper-container video { 
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container .bgimg { 
	width: 100%;
    height: 100%;
    object-fit: cover;
	background-image:url(../images/gbimg.jpg);
	background-size:cover;
	background-position:bottom center;
	background-repeat: no-repeat;
	background-color: #000000;
}
.swiper-container .swiper-slide,
.bg_container .bg-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bg_container .bg-slide {
	height:100%;
	width:100%;
}

.burger {
	width: 50px;
    height: 35px;
	margin:2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.burger span {
	display:block;
	height:5px;
	border-radius:4px;
	background:#ffffff;
}
.bmenu {
	display:none;
}
.bmenu .item {
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:35vw;
	height:90px;
	margin-bottom:5px;
	padding:8px calc(2vw + 70px) 8px 2vw;
	background: rgba(255,255,255,.5);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background:#858586;
}
.bmenu .item img {
	max-height:100%;
}
.bmenu .item, .bmenu .item * {
	color:#ffffff;
	font-weight:bold;
	font-size:1.5em;
	text-decoration:none;
}

._top {
	position: absolute;
	width: 100%;
	top: 0;
	text-align:center;
}
._top .top_content {
	width: fit-content;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #ffffff;
}
._top img {
	margin:0 auto;
	margin-top: -80px;
}
._top h1 {
	margin-top:calc(50px + 4vw);
	color:#ffffff;
	text-align:center;
	font-weight:normal;
}
._top h1 * {
	font-family: 'Atzofen';
	font-size:4em;
}

.model-logo {
	max-width:40%;
	margin-right:4vw;
	margin-bottom:3vh;
}


._bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.bottom_data {
    width: 100%;
	padding-top:10%;
    background: #f2f2f2;
    background: linear-gradient(90deg, #e4e9eb 0%, #ffffff 100%);
}
.lissing_wrpr {
	display: flex;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 3vh;
    background: #e4e4e4;
    box-shadow: -10px 0px 25px 5px rgba(0,0,0,.1);
    line-height: 1;
}
.lissing_wrpr h3 {
	position: relative;
    margin: 0;
    padding: 1.5vh;
    background: #000000;
    color: #ffffff;
    font-weight: normal;
    font-size: 1.5rem;
	display:flex;
	justify-content:center;
	align-items:center;
}
.lissing_wrpr h3:after {
	content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 50px;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 50%);
}
.lissing_list {
	margin: 0;
    padding: 0;
    padding-right: 35px;
    list-style: none;
    display: flex;
}
.lissing_list li {
	padding: 0 2.5vw;
    margin: 3vh 0;
    border-left: 1px solid #80001d;
}
.lissing_list li:last-child {
	border:none;
}
.lissing_list h5 { 
	margin:0;
	padding:0;
	color:#80001D;
	font-weight:normal;
	font-size:1.85rem;
}
.lissing_list h5.h5note {
	font-size: 1.7rem;
    height: 100%;
    display: flex;
    justify-content: center;
	align-items: center;
}
.lissing_list h5.h5note br {
	display:none;
}
.lissing_list .lis_start_from { 
	display:block;
	font-size: 0.8rem;
}
.lissing_list .lis_price { 
	font-weight:bold;
	font-size:1.85rem;
}
.lissing_list .lis_time { 
}


._pricesHP {
	min-height: max-content;
    height: 12vh;
    margin-bottom: 1%;
    display: flex;
    justify-content: center;
    width: 100%;
}
._pricesHP .p1, 
._pricesHP .p2 {
	position:relative;
	display:flex;
	align-items: center;
	padding:10px;
	line-height:1;
	white-space:nowrap;
	z-index:1;
}

._pricesHP .p1 {
	font-size: 48px;
    background: #ffffff;
    z-index: 2;
    padding-left: 0;
    width: 100%;
    justify-content: flex-end;
}
._pricesHP .p1.left {
	padding-left: 30px;
    justify-content: flex-start;
}
._pricesHP .p1 span {
	font-size:34px;
	font-weight: 500;
	display:inline-block!important;
}
._pricesHP .p1 img {
	height: 50px;
    max-height: 100%;
    width: auto;
    vertical-align: middle;
}
._pricesHP .p1:after {
    content: '';
    position: absolute;
    left: -25%;
    top: 0px;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #ffffff 50%);
    width: 100%;
    max-width: 30%;
    height: 100%;
    z-index: -1;
}
._pricesHP .p1.left:after {
    right: -25%;
    transform: scaleX(-1);
}

._pricesHP .p2 {
	color: #ffffff;
    background: #a51e26;
    padding-right: 15vh;
    padding-left: 15vh;
    padding-bottom: 15px;
    align-items: center;
    width: 100%;
}
._pricesHP .p2 .pricediv {
	white-space:nowrap;
}
.p2 .oldprice {
    position: relative;
    width: max-content;
    margin-left: 0;
	left:10px;
	bottom:5px;
    margin-right: auto;
    font-weight: normal;
}
.oldprice:after {
    content: "";
    height: 1.5px;
    background: #ffffff;
    transform: rotate(5deg);
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
._pricesHP .p3 {
	text-align:left;
	line-height:1;
}
.pricesHP_s1 {
	display: block;
    width: min-content;
	white-space:normal;
	text-align:left;
	align-self:flex-start;
	margin-top:3px;
}
.pricesHP_s2 {
	font-size:4em;
	font-size:64px;
	font-weight:bold;
	letter-spacing: -2px;
    margin-right: 5px;
}
.pricesHP_s3 {
    font-size: 1.5em;
    font-size: 200%;
}

.layer {
	width: 100%;
    padding: 0 4vw;
    margin-bottom: -10%;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
    z-index: 1;
}
.days {
	max-width:40%;
	margin-bottom:5%;
}
._bottom .car_img {
	max-width: 50%;
}

.form-container,
#yomanframe_wrpr {
	width: 25vw;
}
.form-container {
	position: relative;
	background: #000000;
}
.form-container, .form-container * {
	color:#ffffff;
}
.form-container.fix{
    position: absolute;
    top: 2852px;
}

._main_logo {
	width:40%;
	margin:0 auto;
}

#yomanframe_wrpr {
    display: none;
    position: absolute;
    top: 110px;
	left:0;
	height:calc(100% - 5vh);
	border-right:1px solid #000000;
    z-index: 9999;
}
#yomanframe_wrpr .close_btn_YZ {
    position: absolute;
    top: 10px;
    left: 10px;
    margin-top: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 31px;
	color:#ffffff;
    background: #021946;
    border-radius: 30px;
	cursor:pointer;
}
#yomanframe {
	height: 100%;
	width:100%;
	border: 0;
	background:#ffffff;
}

.inner-form {
	position: relative;
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transition: .3s all;
}

#formTop h2,
.mob_select_yoman h2 {
	width:80%;
	margin: 0 auto;
    margin-bottom: 2vh;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
	line-height:1;
}
#formTop h2, #formTop h2 *,
.mob_select_yoman h2, .mob_select_yoman h2 * {
	color:#c7d2d6;
}

.form-container form {
	position: relative;
	top: 0;
}
.mandatory {
	display:none
}
.form-container .form-row {
	width: 75%;
	margin: 0 auto;
}

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

.form-container .form-row input[type=submit], 
.form-container .form-row select[type=submit] {
	background-color: #007edb;
	background-image: url(../images/send.png);
	background-position: center center;
	text-indent: -10000px;
	background-repeat: no-repeat;
	margin-left:  3px;
	width:  105%;
	margin-top: -3px;
}

.areas {
    width: 100%;
    padding:0;
    text-align: center;
    font-size: 2em;
    color: #fff;
    border: 0;
	border-radius:2px;
	background: rgb(209,43,52);
	background: linear-gradient(90deg, rgba(209,43,52,1) 0%, rgba(130,1,30,1) 100%);
    cursor: pointer;
}

.masqu_tel_wrpr {
	margin-top: 2vh;
    text-align: center;
}

.call-container {
    display: block;
    margin: 0 auto;
	margin-top:2vh;
}

.container-checkbox {
	position: relative;
    display: block;
    margin-bottom: 2vh;
    padding-right: 21pt;
    font-size: .75rem;
    font-weight: 300;
    cursor: pointer;
}
.container-checkbox, .container-checkbox * {
	line-height:1;
	color: #ffffff;
}
.container-checkbox * {
	font-size: inherit;
}

/* Hide the browser's default checkbox */
.checkmark,
.form-container .container-checkbox input,
#allowmailing {
	position: absolute;
    top: 0;
    right: 0;
	height: 18px;
	width: 18px;
	border: 1px #ffffff solid;
	cursor: pointer;
	margin:0;
}
.form-container .container-checkbox input,
#allowmailing {
	opacity: 0;
	z-index:1;
}

/*===== Create a custom checkbox =====*/

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
	box-shadow:0px 0px 3px 2px rgba(255,255,255,.7) inset;
}
/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
	background-color: #fff;
	border: 1px #000 solid;
}
/* Create the checkmark/indicator (hidden when not checked) */
.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;
}
/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
	display: block;
}

label.error {
    font-size: .8vw;
	position: relative;
    top: -25px;
	float:right;
}
input.error {
	border-bottom: 1px solid #ff0000!important;
}
select.error{
    background-color: pink !important;
}

.samelet {
    position: relative;
    width: 15vw;
    top: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 4;
}
.samelet img {
	width: auto;
    max-width: 40%;
    height: auto;
    margin: 0 auto;
}

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

._thanks #formTop h2,
._thanks .form-container .form-row,
._thanks .custom-select,
._thanks .call,
._thanks .form-container .samelet {
    opacity: 0;
    visibility: hidden;
}
.feedback {
	display:none;
}
._thanks .feedback {
    position: absolute;
	display: flex;
    flex-direction: column;
	max-width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    font-size: 1.5em;
}
._thanks .feedback h2 {
  font-size: 300%;
  margin: 0 auto;
}
._thanks .feedback p {
  margin: 0 auto;
  font-size: 100%;
  text-align:center;
}

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

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

._buttons {
	display: none;
	position: fixed;
    bottom: 7vh;
    width: 100%;
    height: calc(40px + 3vh);
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 1.5vh 2.5vh;
    background: #000000;
    z-index: 9;
}
._buttons a {
	width: 48%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight:400;
	text-decoration: none;
	border-radius: 2px;
}
.btn1 {
	background: rgb(209,43,52);
	background: linear-gradient(90deg, rgba(130,1,30,1) 0%, rgba(209,43,52,1) 100%);
}
.btn2 {
	color: #000000;
	background:#c3d3d7;
}
.open_form .btn1,
.open_form .btn2,
.open_form ._buttons,
.open_form ._footer,
.open_form .bmenu {
	display: none;
}
.open_form .bmenu {
	display: none!important;
}

/*===============================//
//======= CUSTOM SELECT =========//
//===============================*/
.custom-select {
	position: relative;
	width:75%;
	margin:0 auto;
	margin-bottom: 2vh;
}

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

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

/* Style the arrow inside the select element: */
.select-selected:before {
	position: absolute;
	content: "";
	left:2px;
	top:2px;
	width:40px;
	height:calc(100% - 4px);
	background: rgb(209,43,52);
	background: linear-gradient(90deg, rgba(209,43,52,1) 0%, rgba(130,1,30,1) 100%);
	border-radius:4px 0 0 4px;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  left: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

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

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

.select-items div:not(.close_btn_YZ) {
	color: #10a5b7;
	background:#ffffff;
	border-bottom: 1px solid #10a5b7;
}
/* Style items (options): */
.select-items {
	position: absolute;
	width:100%;
	top: 100%;
	z-index: 99;
	border: 1px solid #10a5b7;
	border-radius: 6px;
	overflow: hidden;
}

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

.select-items div:not(.close_btn_YZ):hover, .same-as-selected {
	background: #10a5b7;
	color:#ffffff;
}
.call {
	display: none;
}
.click2call{
    display: none;
}


/*===============================//
//========= MODEL PAGE ==========//
//===============================*/
.model_page ._bottom {
	display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}
.model_page ._pricesHP {
	height: auto;
    width: 100%;
    min-width: min-content;
    flex-direction: column;
    margin: 0;
    background: #e4e9eb;
    background: linear-gradient(90deg, #e4e9eb 0%, #ffffff 100%);
}
.model_page ._pricesHP .p1 {
	background:none;
	border-bottom:1px solid #727474;
}
.model_page ._pricesHP .p1 img {
	margin:0;
}
.model_page ._pricesHP .p1:after {
	display:none;
}
.model_page ._pricesHP .p2 {
	color: #000000;
    background: none;
    padding: 0%;
	padding-top:2%;
	line-height:1;
	justify-content:flex-end;
}
.model_page ._pricesHP .p3 {
	font-size:125%;
}
.model_page .pricesHP_s1 {
	align-self: flex-start;
}


@media(max-width: 1024px) {
	html {
		scroll-padding-top:8vh; 
	}
	body, html {
		min-height:100%;
		height:100%;
	}
	body {
        font-size: 4vw;
		background:#000000;
	}
	body.open_form {
		overflow:hidden;
	}
	
	._whatsapp {
		width: 11vw;
		right: 3vw;
		bottom: calc(7vh + 190px);
		top: auto;
	}
	
    .desktop_hide{
        display: block;
    }
	
	.container {
		flex-direction: column;
		color:#ffffff;
		overflow: visible;
		height:calc(100vh - 7vh - 8vh - 3vh - 40px - 50px);
	}

	.container .content {
		width: 100%;
		height:100%;
	}
	
	.container .content nav {
		width: 100%;
		height: 8vh;
		padding: 1vh 5%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background:#000000;
	}
	
	#nav-logo {    
		display: block;
	}
	#nav-logo img {
		height:100%;
		width:auto;
	}
	
	.burger {
		height: 4vh;
		width: 6vh;
		margin: 0;
	}
	.burger span {
		height: 3px;
	}
	
	.bmenu {
		position: absolute;
		top: 100%;
		right: 0;
	}
	
	.bmenu .item, .bmenu .item * {
		font-size:1.2em;
	}
	.bmenu .item {
		height: 50px;
		width: 100vw;
		padding: 8px calc(2vw + 40px);
	}
	.bmenu .item img {
		max-width: none;
		height: 100%;
	}
	
	._top {
		top:8vh;
	}
	._top img {
		margin-top:-50px;
	}
	._top.tonale_top {
		margin-top:110px;
	}
	._top h1 {
		margin-top:5vh;
	}
	._top h1 * {
		font-size:2.5em;
		display:block;
		text-align:center;
	}
	
	.layer {
		align-items:flex-start;
	}
	.days {
		max-width:50%;
		margin-bottom:0;
	}
	.model-logo,
	._bottom .car_img {
		max-width: 70%;
		margin: 0 5%;
	}
	._bottom .car_img {
		max-width: 50%;
		margin:0;
	}
	.content_btn {
		background: linear-gradient(180deg, #585858 0%, rgb(0 0 0) 100%);
		border: 2px solid #ce2a33;
		display: block;
		margin: 3vh 10%;
		text-decoration: none;
		padding: 5px 10px;
		border-radius: 10px;
	}
	
	.lissing_wrpr {
		width:100%;
		padding:0 1.5vh;
		display: block;
		box-shadow: none;
		background: none;
		color: #ffffff;
		line-height:normal;
	}
	.lissing_wrpr h3 {
		margin-bottom:1.5vh;
	}
	.lissing_wrpr h3:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 4px;
		top: 100%;
		right: 0;
		border-radius: 50%;
		background: radial-gradient(circle, rgb(205 31 54) 0%, rgba(0,0,0,1) 100%);
	}
	.lissing_list {
		display: block;
		padding: 0;
	}
	.lissing_list li, .lissing_list li * {
		text-align:center;
		font-size: 1.5rem;
	}
	.lissing_list li {
		position: relative;
		border: none;
		margin: 0;
		padding: 0;
		padding-bottom: 1.5vh;
		margin-bottom: 1.5vh;
	}
	.lissing_list li:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		top: 100%;
		left: 0;
		border-radius: 50%;
		background: radial-gradient(circle, rgb(205 31 54) 0%, rgba(0,0,0,1) 100%);
	}
	.lissing_list h5 {
		color:#cd1f36;
		font-size: 2rem;
		font-weight:bold;
	}	
	.lissing_list h5.h5note br {
		display:block;
	}
	.lissing_list .lis_start_from {
		display:inline;
	}
	
	._pricesHP {
		margin:0;
		height:auto;
	}
	
	._pricesHP .p1 {
		flex-direction:column;
		justify-content: flex-start;
		align-items:flex-start;
		padding:5px 10px 5px 0;
	}
	._pricesHP .p1 span {
		font-size: 18px;
		color:#000000;
	}
	.pricesHP_s1 {
		margin:auto;
	}
	.pricesHP_s2 {
		font-size:1.5em;
	}
	.pricesHP_s3 {
		font-size:100%;
	}
	._pricesHP .p1 img {
		width:100%;
		height:auto;
		margin:0;
	}
	._pricesHP .p2 {
        padding: 0 8% 0 10px;
	}
	._pricesHP .p2 .pricediv {
		font-size:1.5em;
	}
	
	.mob_select_yoman {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		background: #000000;
		padding-top: 3vh;
	}
	
	/* YZ_A ==> */
    .samelet-mobile {
      width: 90%;
      margin: 0 auto;
      margin-top: 5vw;
    }
	/* <== YZ_A */
	
	#yomanframe_wrpr {
		width: 100%;
		height:calc(100vh - 7vh - 8vh);
		top: 8vh;
		bottom: 7vh;
		border:none;
	}

	#formTop h2,
	.mob_select_yoman h2 {
		font-size: 170%;
	}
	
	.form-container {    
		display:none;
		position: fixed;
		top: 8vh;
		height: calc(100vh - 7vh - 8vh);
		left: 0;
		right: 0;
		width: 100%;
		z-index: 22;
    }
	.open_form .form-container {
		display:block;
	}
	
	.open_form .mob_select_yoman {
		display: none!important;
	}
	.x {
		position: absolute;
		display: flex;
		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;
    }
    .inner-form {
		width: 85%;
		margin: 0 auto;
		margin-top: calc(30px + 3vh);
		padding:20px;
		margin-bottom: calc(7vh + 15px);	/* -> MCA_strip height */
		border: 2px #d2232a solid;
	}
    .form-container form {
		margin: 0 auto;
    }
    .form-container .form-row {
		position: relative;
		width: 100%;
		margin-bottom: 3vw;
	}
    .form-container .form-row input, 
	.form-container .form-row select{
		font-size: 4vw;
		padding: 1.5vw 5px;
		margin-bottom: 1.5vw;
		background: #ffffff;
        margin-top: 5vw;
        text-indent: 0;
        color: #000;
		border-bottom:1px solid transparent;
    }
	
	.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 {
		margin-bottom:9pt;
	}
    .container-checkbox input ~ .checkmark {
        transform: scale(.7);
    }
	
	label.error {
		font-size: 3vw;
		top:-5px;
	}
	
	.call-container {
		margin: 0;
        margin-top: 5vh;
	}
	
	.samelet {
		width:100%;
	}
		
	
	.select-items {
		top:auto;
		bottom:100%;
		z-index:999;
	}  
	
	.small-letters {
        width: 94%;
        margin: 0 auto;
        text-align: justify;
    }
	._buttons {
		display: flex;
	}


	/*===============================//
	//========= MODEL PAGE ==========//
	//===============================*/
	
	.model_page ._pricesHP {
		width: 70%;
		padding:0 3%;
		align-items: flex-end;
	}
	.model_page ._pricesHP .p2 {
		flex-direction:row;
	}
	.model_page ._pricesHP .p1, 
	.model_page .pricesHP_s2 {
		font-size:2em;
	}
	.model_page ._pricesHP .p1 img {
		width:auto;
	}
	.model_page .pricesHP_s1 {
		width: min-content;
		font-size:80%;
		line-height: 0.9;
	}
	.model_page ._pricesHP .p3 {
		font-size:90%;
	}
	
	._footer {
		padding-top:15px;
		padding-bottom:calc(7vh + 75px);	/* -> height of MCA_strip + buttons + mob_select_yoman */
	}


	/*================================*/
	/*======== contain_video =========*/
	/*================================*/
	.swiper-container,
	.bg_container, 
	#main_carousel {
		width: 100vw;
	}
	
	.contain_video .swiper-container {
		height: calc((100vw * 9) / 16);
		height: 38vh;	/* -> 10vh -> top header, 7vh -> tbar, 90px -> bottom flach, 100px -> buttons */
	}	
	.swiper-container .bgimg {	
		object-fit:contain;
		background-image:url(../images/gbimg_mob.webp);
	}
	.contain_video.portrait .swiper-container {
		height: calc(((100vw * 5) / 4) - 180px);
	}
	.mobile_hide{
        display: none!important;
    }
	
}




/*=============================//
//========= LIGHTBOX ==========//
//=============================*/
#lightbox {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 5vh);
	background-color: rgba(0,0,0,0.8);
	text-align: center;
}

#lightbox img {
	max-width: 90%;
	max-height: 90%;
	border: 1px solid rgba(222, 42, 42, .5);
	border-radius: 20px;
	background:#000000;
	box-shadow: 0 0 25px 10px rgba(255,255,255,0.5);
}

#close-lightbox {
	position: absolute;
	top: 15px;
	right: 25px;
	color: white;
	font-size: 30px;
	cursor: pointer;
}

/*
.days2025-form-top {
	display:block;
	margin:0 auto;
	margin-top:2vh;
}
*/