@font-face {
    font-family: 'Assistant';
    src:  url('fonts/Assistant-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-Regular.eot');
    src: url('fonts/Assistant-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Assistant-Regular.woff') format('woff'), url('fonts/Assistant-Regular.ttf') format('truetype'), url('fonts/Assistant-Regular.svg#narkis') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-Bold.eot');
    src: url('fonts/Assistant-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Assistant-Bold.woff') format('woff'), url('fonts/Assistant-Bold.ttf') format('truetype'), url('fonts/Assistant-Bold.svg#narkis') format('svg');
    font-weight: 700;
    font-style: normal;
}

#carsinfo img {
    display: none !important;
}
.med{display: none;}
/* RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
input,
select,
textarea,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}
*{ scroll-behavior: smooth; }
html {
    font-family: assistant;
    width: 100%;
    height: 100%;
    font-size: 44px;
    font-weight: 100;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    background: #dbdcdd;
    background-size: 100%;
    color: #fff;
    scroll-behavior: smooth; 
}
input[type=checkbox]:not(old) + label > span.margin{    display: block;
    background: transparent;
    border: none;
    height: 0.5em;}
    input[type=checkbox]:not(old):checked + label > span.margin{background: transparent;}
iframe {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 1.3em;
}

.bluee{
    background: url(../images/blue.png) no-repeat;
    width: 7em;
    position: absolute;
    text-align: center;
    background-position: top right;
    display: inline-block;
    background-size: contain;
    top: 5em;
    left: 14em;
    padding-bottom: 1em;
    padding-top: 0.5em;
    line-height: 1em;
}

.big{
    font-size: 1.4em;
    font-weight: 600;  
}
.sm{
    font-size: 0.8em;

}
a:focus,
input:focus,
select:focus {
    outline: 2px solid lime!important;
}

.desktop,.square {
    display: none !important;
}

.mobile {
    display: block;
}

[aria-hidden="true"] {
   display: none!important;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

#wrapper {
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.logo {
   position: absolute;
    left: 6.5em;
    z-index: 999;
    top: 0.5em;
    width: 8em;
    height: 1.8em;
}

.logo img {
    height: 1.6em;
}

#form_wrapper {
    margin: auto;
    width: 16.5em;
    margin-top: 0.5em;
   /* background:#000;*/
    text-align: right;
}
.info.mobile{position: absolute;bottom: -14.5em;right: 0;width:180%;line-height: 1;color: #fff;display: grid!important;display: -ms-grid!important;grid-template-columns: 1fr 1fr 1fr;-ms-grid-columns: 1fr 1fr 1fr;}
.info span{/* display: block; */text-align: right;font-family: assistant;font-size: 0.8em;font-weight: 600;display: inline-block;line-height: 0.8;}
.info span.bigtext{font-size: 3.5em;font-weight: bold;vertical-align: top;line-height:0.5;}
.info span.medium{font-size: 1.35em;font-weight: bold;}
.info span.top{vertical-align: top;line-height: 1;}
.info b{font-weight: bold;font-size: 1.2em;}
.middle{border-right :0.15em solid #fff;border-left:0.15em solid #fff;}
.info div{}
#contact_form {
    height: 20.8em;
    position: relative;
    padding-top: 1em;
    width: 13em;
    margin: 0 auto;
    display: block;
}

.form_item {
    margin-bottom: 0.4em;
    position: relative;
}
.form_item label{font-size: 0.6em;padding-bottom: 0.5em;}
.legal{    position: absolute;
    top: 46em;
    width: 100%;
    padding: 0 1em;
    padding-bottom: 0.5em;
    text-align: right;
    direction: rtl;
    right: 3.5em;}
.legal img{width: 3em;display:block;}
.notices{font-size: 0.5em;
    border-top: 0.05em solid #000;
    /* border-bottom: 0.05em solid #000; */
    text-align: right;
    margin-top: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: inline-block;
    color: #000;
    font-weight: 500;}
.notices span{display: block;}
.form_notice{position: absolute;font-size: 0.6em;top:6em; color:#000}
.error_msg {}


.desktop {
    display: none;
}

.mobile {
    display: block!important;
}

.mobindent {
    background: none!important;
    display: inline-block!important;
    width: 1em!important
}

input {
    height: 1.55em;
    border: none;
}

input[type=text],
input[type=tel],
input[type=email] {
    text-indent: 20px;
    background: #BCBCBC;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    height: 1.54em;
    padding-right: 0.15em;
    background: #BCBCBC;
}

select::-ms-expand {
    display: none;
}

header {
    height: 33em;
    direction: rtl;
    position: relative;
}
.swiper-slide {position: relative;}
.swiper-slide .slide-caption{position: absolute;top:20em; left: 2em;}
.swiper-slide img{width:100%;}
.slide-caption .box{margin-bottom: 0.5em;line-height: 1;}
.slide-caption .box *{font-weight: 600;font-family: assistant;}
.slide-caption .box .en{font-family: assistant;
    letter-spacing: -0.1em;
    font-size: 1.1em;
    font-weight: 800;}
.slide-caption .right-content,.slide-caption .left-content{display: inline-block;position: relative;}
 .slide-caption .right-content{margin-left:0.35em;line-height: 1; min-width: 4em;
    text-align: center;
    background: #fff;
    color: #000;
    padding-right: 0.3em;
    padding-left: 0.4em;
    padding-top: 0.2em;
    padding-bottom: 0.3em;} 
 .slide-caption .left-content{padding-right: 0.25em;} 
 /*.slide-caption .right-content:after{content:'';display: block;width:0.08em;background: #ffffff;height:95%;position: absolute;left: -0.5em;top:0.15em;} */
 .slide-caption .box:nth-child(2) .right-content:after{width:0.15em;} 
.third .slide-caption .box .right-content{    min-width: 4em;
    text-align: center;
    background: #fff;
    color: #000;
    padding-right: 0.3em;
    padding-left: 0.4em;
    padding-top: 0.2em;
    padding-bottom: 0.3em;}
.slide-caption .title{font-weight: bold;display: block;font-size: 1.1em;font-family: assistant;letter-spacing: -0.075em;width: 101%;}
.slide-caption .year{position: relative;text-align: center;}
.slide-caption .year,.slide-caption .milage{font-size: 0.9em;
    display: block;
    letter-spacing: -0.05em;
    font-weight: 800;}
.slide-caption .small-text{display: block;font-size: 0.7em;text-align: right}
.slide-caption .price{font-size:1.5em;display: inline-block;line-height: 0.6;letter-spacing: -0.075em;}
.slide-caption .nis{font-size: 1em;display: inline-block;font-family: assistant;margin-right: -0.25em;}
.first .slide-caption, .second .slide-caption{color:#fff;}
.first .slide-caption .box, .second .slide-caption .box{border-color:#000;}
.first .slide-caption .right-content:after, .second .slide-caption .right-content:after{background:#000;}
.swiper-container-rtl .swiper-button-prev{background: url(../images/arrow2.png) no-repeat center center;
    background-size: contain;  
    transform: rotate(180deg);  
    width: 1.5em;
        top: 62.5vw;

}
.swiper-container-rtl .swiper-button-next{background: url(../images/arrow2.png) no-repeat center center;
    background-size: contain;
    width: 1.5em;
        top: 62.5vw;

}
.swiper-button-next, .swiper-button-prev{top:62.5%;}
.info-link{position: absolute;
    bottom: 8.5em;
    color: #fff;
    text-decoration: none;
    z-index: 99;
    left: 5em;
    font-family: assistant;
    font-size: 1.3em;
    font-weight: 400;}
.info-link:after{position: absolute;z-index: 99;left:2em;font-size: 1.2em;font-weight: 400;content:'«';font-family: assistant;color: #fff;transform: rotate(90deg);-ms-transform: rotate(90deg);top:0.75em;}

#content {
    position: absolute;
    top: 3.25em;
    right: 3.1em;
    width: 19.7em;
    z-index: 9;
}

h1 {
    font-family: 'assistant';
    font-weight: 800;
    margin: 0;
    font-size: 1.45em;
    line-height: 0.75;
    letter-spacing: 0.1vw;
    text-align: center;
    color: #fff;
    word-spacing: -1vw;
}

.bottom{
    font-size: 0.6em;
    font-weight: 500;
}
main {
    position: absolute;
    top: 27em;
    width: 100%;
    direction: rtl;
    z-index: 99;
}

.c2c.mobile {
    height: 1.84em;
    width: 17.3em;
    margin: 0 auto 0.7em;
    position: relative;
}

.c2c.mobile a {
    color: #fff;
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: 400;
    text-decoration: none;
    display: block;
    font-family: assistant;
    font-weight: 600;
    background: url(../images/c2c.png) no-repeat;
    background-size: contain;
    word-spacing: -2px;
	height:1.65em;
    width:10em;
    padding-right: 1em;
	margin:auto;
}

#full_name,
#email {
    width: 100%;
    text-align: right;
    background: #dbdcdd;
    border: 0.075vw solid #3f87c7;

}

#phone {
    width: 10em;
  /*  margin-left: 0.25em;*/
background:#dbdcdd;
border: 0.075vw solid #3f87c7;

}

#phoneinput {

}

#form_pre_phone {
    float: left;
    /*    margin-left: 1em;*/
    width: 2.75em;
    background:#dbdcdd;
    border: 0.075vw solid #3f87c7;

}

#formsubmit {
    width: 8.75em;
    color: #fff;
    background: url(../images/btn2.png) no-repeat;
    padding-left: 0.5em;
    font-weight: 600;
    /* line-height: 0.5; */
    font-family: assistant;
    background-size: 10em;
    height: 1.6em;
    font-size: 1.5em;
    background-size: contain;
    margin-right: -0.2em;
	padding-bottom:0.2em;
}

#thanks {
	    text-align: center;
    width: 17.9em;
    height: 14.4em;
    position: absolute;
    right: 2.1em;
    top: 0.8em;
    font-family: assistant;
    background-size: 21em;
    color: #000;
}

#thanks #header {
font-size: 2em;
    margin-top: 1.4em;
    font-weight: 400;
    display: inline-block;
}

#meir_logo_mob {
    display: inline-block;
    width: 6.4em;
    position: absolute;
    bottom:7.3em;
    
}

.footer-other {
    margin-top: 1em;
    margin-bottom: -0.4em;
}

footer{
    position: absolute;
    font-size: 0.8em;
    text-align: right;
    margin: 3em 0 0em;
    top: 58em;
    word-spacing: 1px;
    font-family: assistant;
    direction: rtl;
    color: #fff;
    width: 40em;
    right: -0.5em;
    height: 4em;
    overflow: visible;
}
footer #info  .row, footer #info .row-alt{position: relative;width:100%;padding: 0.5em 1.75em 0.5em 0;}
.row{background: #1b1d1f;}
.row-alt{background: #242529;}
footer #info  span{display: block;}
footer #info  div{display: inline-block;}
footer #info img{max-width: 3.5em;margin-left: 0.5em;}
.row-title{font-size: 1.5em;font-weight: bold;}
.p-legal {
    font-size: 1.42em;
    font-family: assistant;
    padding: 0.4em 0.4em;
    margin-top: -1.7em;
    padding-right: 0.4em;
    margin-left: 1.7em;
    word-spacing: 0em;
    letter-spacing: -0.03em;
}

footer .eng {
    font-size: 1em;
}

footer .mobile.dot {
    display: inline-block!important;
}

footer a {
    color: #fff;
}

footer .rectangle {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    text-align: center;
    color: #000;
    margin-left: -0.2em;
    margin-right: -0.2em;
    font-size: 0.6em;
    vertical-align: 0.4em;
}

footer .rectangle.red {
    background-color: #8f272b;
}
footer .rectangle.darkred {
    background-color: #8F2C2F;
}
footer .rectangle.darkblue {
    background-color: #3371BA;
}

footer .rectangle.lightred {
    background-color: #af1820;
}

footer .rectangle.purple {
    background-color: #4a59b0;
}

footer .rectangle.blue {
    background-color: #4d73b9
}

footer .rectangle.lightblue {
    background-color: #3370b7;
}

footer .rectangle.lighterblue {
    background-color: #3d869d;
}

footer .rectangle.darkorange {
    background-color: #b63b1e;
}

footer .rectangle.orange {
    background-color: #ec520a;
}

footer .rectangle.oranger {
    background-color: #c84e1d;
}

footer .rectangle.lightorange {
    background-color: #c84e1d;
}

footer .rectangle.yellow {
    background-color: #e2a51f;
}
footer .rectangle.darkyellow {
    background-color: #F5A900;
}
footer .rectangle.lightyellow {
    background-color: #C8DA46;
}

footer .rectangle.green {
    background-color: #3e6547;
}

.whitebg {
    background: #fff;
    color: #000;
    display: block;
    text-align: center;
    font-family: assistant;
    font-size: 0.6em;
    margin-top: 15px;
    width: 50%;
    margin: 0 auto;
    line-height: 1;
}

.en {
    font-family: assistant;
    font-size: 0.75em;
    font-size: 0.92em;
    font-weight: 500;
}

.floated {
    position: absolute;
    color: #000;
    font-family: assistant;
    font-weight: 400;
}

.floated.nis {
    left: 8.9em;
    font-size: 0.5em;
    font-family: assistant;
    position: absolute;
    bottom: 7.1em;
}



.whitebg.floated {
    font-size: 0.3em;
    top: 15em;
    right: 17.37em;
    letter-spacing: -1px;
    width: auto;
}

.oldprice {
    display: block;
    font-family: assistant;
    direction: ltr;
    font-weight: 100;
    font-size: 0.7em;
    letter-spacing: -1px;
    line-height: 1.4;
    position: absolute;
    left: 20%;
    bottom: 2.6em;
}
.enform {
	font-family: 'assistant';
    font-weight: 100;
    font-size: 0.8em;
}
h2#form_title .en {
    font-family: 'assistant';
}
.white{color: #fff;}
.underline {
    text-decoration: underline;
}
#content ul {
    margin: 0 auto;
    font-size: 0.65em;
    font-family: assistant;
    line-height: 0.9;
    width: 50%;
    text-align: right;
}

footer a {
    text-decoration: none;
    font-weight: 400;
    font-family: assistant;
    font-size: 0.8em;
    color: #000;
}

footer .footer_bottom {
    font-size: 1.39em;
    margin-right: 0em;
    padding-right: 10.8em;
    padding-right: 0em;
    margin-right: -0.7em;
    font-weight: 400;
    margin-bottom: 1.2em;
    font-family: assistant;
    padding-right: 1em;
}

.footer_top {

}

.divider {
    width: 100%;
    border-top: 1px solid #fff;
}

.error_msg {
        letter-spacing: -0.5px;

    display: block;
    color: red;
    position: absolute;
    font-size: 0.6em;
    left:5px;
    bottom: 0.4em;
    font-family: assistant;
  /*  font-weight: bold;*/
}
#phone-error{bottom: 0.5em;
    left: 62px;}
#submitinput {
/*     position: absolute;
    bottom:1.5em;
    right: 0.45em; */
    text-align: center;
    margin: 1em 0 0.75em;
}

@-moz-document url-prefix() {
    #submitinput {
        position: absolute;
        bottom: 1.5em;
        left: 2.45em;
        width: 11.9em;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #submitinput {
        bottom: 0em;
    }
}
@supports (-ms-ime-align:auto) {
  #submitinput {
        bottom: 0.2em;
    }
}
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #7e7e7e;
    font-family: assistant;
    font-weight: 400;
    text-indent: 20px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #7e7e7e;
    opacity: 1;
    text-indent: 20px;
    display: block;
    font-family: assistant;
    font-weight: 400;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #7e7e7e;
    opacity: 1;
    font-family: assistant;
    font-weight: 400;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7e7e7e;
    font-family: assistant;
    font-weight: 400;
}

#form_title .eng {
    font-size: 0.9em;
}

#form_title {
    font-weight: 100;
    margin-bottom: 0.4em;
    margin-top: -0.3em;
    font-size: 1.05em;
    white-space: nowrap;
    font-family: assistant;
    margin-bottom: 1.5em;
    text-align: center;
    color: #000;
    font-weight: 500;
}

#form_pre_phone-error {
    right: 12em;
    width: 2em;
    float: right;
}

.checkboxes {
    width: 14.4em;
    margin: auto;
    text-align: right;
    text-align: justify;
    position: relative;
}

input[type=checkbox]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    vertical-align: middle;
    height: 1.5em;
    display: none;
}

.hashtag {
    direction: ltr;
    position: absolute;
    bottom: -0.2em;
    font-size: 0.8em;
    margin: 0 auto;
    right: 1.9em;
    top: 14.8em;
    font-family: assistant;
}

input[type=checkbox]:not(old) + label {
    display: inline-block;
    margin-right: 0.05em;
    letter-spacing: -0.025em;
    font-family: assistant;
    font-size: 0.65em;
    width: 20em;
    line-height: 1;
}

input[type=checkbox]:not(old) + label > span {
    display: inline-block;
    width: 1em;
    height: 1em;
    background: #fff;
    vertical-align: middle;
    border: 0.0625em solid rgb(192, 192, 192);
    margin-left: 0.25em;
}

input[type=checkbox]:not(old):checked + label > span {
    background: #fff;
}

input[type=checkbox]:not(old):checked + label > span:before {
    content: '✓';
    display: block;
    width: 1em;
    color: #000;
    font-size: 1em;
    line-height: 1.3em;
    text-align: center;
    font-weight: bold;
}

.cb:focus {
    outline: 2px solid lime
}

input[type=checkbox]:not(old) + label > span.en {
    background: none;
    font-family: assistant;
    line-height: 1;
    margin-right: 0.3em;
    /*font-size:13px;line-height:1.4;margin-left:10px;*/
    border: none!important;
}

span.mobindent {
    border: none!important;
}

input[type=checkbox]:not(old):checked + label > span.en:before,
input[type=checkbox]:not(old):checked + label > span.mobindent:before {
    content: ''
}

#slider {
    height: 10em;
    margin-top: 3.5em;
    position: relative;
    width: 100%;
}

#slider .item {
    /*width: 26em;
	height: 15em;*/
    max-width: 12em;
}

.swiper-button {
    background: none !important;
    position: absolute;
    top: 16em;
    height: 2em;
    width: 2em;
    cursor: pointer;
}

.swiper-button-prev {
    right: 19em;
}

.swiper-button-next {
    right: 0.5em;
}

.swiper-btn {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
}

.swiper-button-prev .swiper-btn {
    background: url('../images/prev.png') no-repeat center center;
    background-size: contain;
}

.swiper-button-next .swiper-btn {
    background: url('../images/next.png') no-repeat center center;
    background-size: contain;
}

#carsinfo {
    position: absolute;
}
img.alt{
    display:none !important;
}