*,*::before,*::after{box-sizing:border-box;}
a{text-decoration:none; color:inherit; cursor:pointer;}
button{background-color:transparent; color:inherit; border-width:0; padding:0; cursor:pointer;}
figure{margin:0;}
input::-moz-focus-inner {border:0; padding:0; margin:0;}
ul, ol, dd{margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; font-size:inherit; font-weight:inherit;}
p{margin:0;}
cite {font-style:normal;}
fieldset{border-width:0; padding:0; margin:0;}
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,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
body {	line-height: 1;}
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: ''; content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
html{ font-size: 1px; }

body {
    /*font-family: 'Assistant', sans-serif;*/
    font-family: "noto-sans-hebrew-ex-cond", sans-serif;
    margin: 0;
    direction: rtl;
    letter-spacing: 0px;
    background-color: #fff;
    color: #fff;
    font-size: 0;
    font-weight: 400;
    line-height: 1.3;
    /*background: url("../images/bkg.png") no-repeat center top; */
}

#warper {
    transform-origin: center top;
    max-width: 1920px;
    margin: auto;
    position: relative;
}


.modal {
    max-width: 540px; 
    /* min-width: 600px; */
    /* min-height: 220px; */
    padding: 24px 52px;
}


.modal::-webkit-backdrop {
  background: rgba(0, 0, 0, 0.4);
}

.modal::backdrop {
  background: rgba(0, 0, 0, 0.4);
}

.modal p {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin: 14px auto 0;
    /* font-family: "noto-sans-hebrew-condensed", sans-serif; */
    line-height: 1.1;
    color: #111;
}

.modal h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0% auto 0;
    border-bottom: 3px solid #cd0a0a;
    /* width: 122px; */
    line-height: 1.1;
    color: #000;
}

.modal .button {
  font-size: 18px;
  border: 0;
  cursor: pointer;
  background: #BD1A1D;
  color: #fff;
  font-weight: 700;
  padding: 6px 33px;
  margin: 5% auto 0;
  display: block;
}
.button:hover{
	background: #000;
}

.button:focus {
  background: #BD1A1D;
}



.topNavCont {
	height: 56px;
	position: fixed;
	top: 0;
	width: 100%;
	transition: all 500ms ease-out;
	z-index: 99;
	display: none;
}

nav.top ul {
    margin-top: 3px;
    font-size: 18px;
    margin: 17px 0 0;
    width: 482px;
    float: right;
}
/*nav.top ul li.active {
	background: #07ACED;
}*/

nav.top ul li.active a {
    color: #fff;
    font-weight: 700;
    border-bottom: 5px solid #cde57c;
    padding-bottom: 12px;
}

nav.top ul li.active a::after{}

nav.top ul li {
    float: right;
    margin-left: 20px;
    text-align: center;
    letter-spacing: 0.4px;
    padding: 0 18px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav.top ul li:last-child {
    margin-left: 0;
    padding-left: 0;
}

nav.top ul li a{
	color: #fff;
	font-weight: 300;
}

/*nav.top ul li:hover {
	background: #fff;
}*/

nav.top ul li:hover a {
	text-decoration: underline;
}

.topNavCont.topNavBkg nav.top ul li a{
	color: #B7B7B7;
}

.topNavCont.topNavBkg nav.top ul li.active a{
	color: #fff;
}

.topNavCont.topNavBkg {
    position: fixed;
    width: 100%;
    transition: all 500ms ease-out;
    z-index: 999;
    background: #fff;
    /*border-bottom: 6px solid #0c88ca;*/
    background: rgb(0 0 0 / 70%);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
    backdrop-filter: blur(12px);
}

.wrapper {
    z-index: 1;
    position: relative;
}

.sec1-left {
	float: left;
	width: 944px;
	margin-top: 133px;
}

.right-Nav {
    position: absolute;
    right: 0;
    top: 510px;
    /* background: url("../images/ul_line.png") no-repeat right 14px; */
}


nav.right ul{
    font-size: 24px;
    margin: 0px 0 0;
    padding-right: 143px;
}


nav.right ul li{
	margin-top: 18px;
}

nav.right ul li:first-child{
	margin-top: 0;
}

nav.right ul li.active {
	font-weight: 900;
}

nav.right ul li.active a {
	color: #CDE57C;
}

nav.right ul li a:hover{
	color: #cde57c;
}

.container {
    margin: 0 auto;
    max-width: 1640px;
}

#section1 {
   background: url("../images/sec_1.jpg") no-repeat center top;
   position: relative;
}

#section1, .section1 .wrapper, .slide{
	min-height: 1072px;
}

/*.section1 .wrapper{
	position: relative;
	z-index: 9;
	background: url("../images/sec1_transparent.png") no-repeat center top;
}*/

.sec1-slogen {
    font-size: 42px;
    font-weight: 700;
    line-height: 0.87;
    border-right: 13px solid #cde57c;
    padding-right: 17px;
    position: absolute;
    left: 158px;
    left: 7.9vw;
    bottom: 187px;
}

.slider-sec1 {
    /* min-height: 1109px; */
    width: 100%;
    max-width: 1920px;
    direction: ltr;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.slide1 {background: url(../images/slider_img_1.jpg) no-repeat  center top;}
.slide2 { background: url(../images/slider_img_2.jpg) no-repeat center top;}
.slide3 { background: url(../images/slider_img_3.jpg) no-repeat center top;}
/*.slide4 { background: url(../images/sec1_4.jpg) no-repeat center top;}
.slide5 { background: url(../images/sec1_5.jpg) no-repeat center top;}
.slide6 { background: url(../images/sec1_6.jpg) no-repeat center top;}*/


.slider-sec1.slider-sec1-resp {
	display: none;
}


.slider-sec1.slider-sec1-resp .slide1 {
	background: url("../images/slider_resp_1.png") no-repeat  center bottom;
	background-size: contain;
}
.slider-sec1.slider-sec1-resp .slide2 { 
	background: url("../images/slider_resp_2.png") no-repeat  center bottom;background-size: 45vw;
}
.slider-sec1.slider-sec1-resp .slide3 { 
	background: url("../images/slider_resp_3.png") no-repeat  center bottom;background-size: 45vw;
}


.slideshow * {
  outline: none;
}

.slideshow .item {
  /* height: 100%; */
  position: relative;
  z-index: 1;
}

.slideshow .item img {
	 transform-origin: center top;
	 /* width: 100%; */
	 /* transition: all 7s linear; */
	 /* transform: scale(1); */
}

/*.slideshow .item.slick-active img {
  transform: scale(1.2);
}*/

.clearBoth{
	clear: both;
    height: 1px;
}

.logo {
    padding-top: 36px;
    float: left;
    margin-left: 1.1%;
    /* text-align: left; */
}

/*.logo img{
	width: 136px;
}*/


.mainTitle {
    font-size: 118px;
    font-weight: 900;
    letter-spacing: -1.2px;
    line-height: 0.94;
    color: #fff;
    text-shadow: 0px 0px 14px rgba(0,0,0,0.2);
    margin: 0px;
}

.mainTitle span {
    display: block;
    color: #CDE57C;
}

.main-sub-title {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.15;
    color: #fff;
    margin: 10px auto 0;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.main-sub-title  strong{
	font-weight: 700;
}

.sec1-texts {
    font-size: 42px;
    /* text-align: center; */
    margin: 33px auto 0;
    line-height: 1.1;
    font-weight: 400;
}

.sec1-texts span{
    font-weight: 900;
}

.sec1-texts strong {
    font-weight: 600;
}

a.sec1-btn {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 398px;
    background: #CDE57C url(../images/btn_arr.png) no-repeat 11.5% center;
    height: 104px;
    font-size: 31px;
    font-weight: 900;
    margin: 38px 0px 0;
    /* background-size: 30px, auto; */
    /* border-radius: 43px; */
    font-family: "noto-sans-hebrew-ex-cond", sans-serif;
}

a.sec1-btn:hover {
    background: #e6e6e6 url(../images/btn_arr.png) no-repeat 11.5% center;
    /* background-size: 30px, auto; */
}

.anchor{
	position: relative;
	top: -56px;
}


.sec1-video-box {
    position: relative;
    float: left;
    height: 436px;
    width: 760px;
    margin-top: 294px;
    margin-left: 7%;
    background: gray;
    border-bottom: 9px solid #00ffff;
    box-shadow: rgb(0 0 0 / 10%) -42px 39px 0px;
    /* border: 7px solid #fff; */
    box-sizing: border-box;
}


#section2 {
    min-height: 1108px;
    background: url("../images/sec_2.jpg") no-repeat center top; 
    margin-top: -1px;
}

#section2 .container {
    /* margin: 0 auto; */
    /* max-width: 1146px; */
}

.sec2-right {
    float: right;
}

.sec2-title {
    font-size: 70px;
    font-weight: 400;
    margin: 116px 0px 0 0;
    letter-spacing: 2px;
}

.sec2-sep {
    width: 160px;
    height: 10px;
    background: #fb2736;
    margin: 2px 41px 0 0;
}


.sec2-title strong{
	font-weight: 900;
	color: #cde57c;
}

.sec2-ul {
    /* column-count: 2; */
    /* column-gap: 20px; */
    font-size: 25px;
    margin: 102px 0px 0 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    max-width: 638px;
    letter-spacing: -0.4px;
    /* float: right; */
}

.sec2-ul li span{
	font-size: 23px;
}

.sec2-ul li {
    padding-right: 39px;
    margin-top: 18px;
	background: url("../images/sec2_li.png") no-repeat right 4px;
}

.sec2-ul li:first-child{
	margin-top: 0;
}



#section3 {
    background: url(../images/sec_3.png) no-repeat center top, url(../images/sec_3_repeat.png) repeat center bottom;
    /* background-color: #07070b; */
    /* background-size: 67%, cover; */
    min-height: 1007px;
}

.sec3-title {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    margin: 137px auto 0;
    line-height: 1;
    color: #000;
}
.sec3-sub-title {
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    margin: 11px auto 0;
    color: #000;
}

.form-container {
    max-width: 960px;
    float: none;
    margin: 60px auto 0;
    font-size: 23px;
    color: #000;
    font-weight: 600;
}

.form-container-right {
    float: right;
    border-left: 1px solid rgba(255,255,255,0.16);
    padding-left: 5%;
}

.form-container-left {
    float: right;
    margin-right: 7%;
    width: 44%;
}

.form-container-inner {
    /* margin: 28px auto 0; */
    /* width: 92%; */
}

.form-title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.3px;
}
.form-title-thanks {
	text-align: center;
	font-size: 54px;
	font-weight: 700;
	letter-spacing: -0.3px;
	color: #eecd0c;
}

.formRow {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    width: 418px;
}

.formRow:first-of-type {
    margin-top: 0px;
}

.form-container-left .formRow {
    width: 100%;
}

.phone-container {
    width: 260px;
    display: flex;
    justify-content: space-between;
}

#ContactForm input[type="tel"] {
	width: 162px;
}

#ContactForm input[type="email"] {
	direction: ltr;
}

#ContactForm input[type="radio"] {
	width: 16px;
}

#ContactForm input#start_service, #ContactForm input#end_service, #ContactForm input#birthYear {
    background: transparent url("../images/calender.png") no-repeat 96% center;
    padding-right: 46px;
}

/*.migdar-container {
    display: flex;
    justify-content: space-between;
    width: 254px;
    margin-left: 3%;
}*/

.sherut-container {
    display: flex;
    justify-content: space-between;
    width: 254px;

    margin-left: 2%;
}

#ContactForm label[for="migdar_other"] {
	margin-left: 32px;
}

#ContactForm label[for="sherut_ptor"] {
	position: relative;
    top: 7px;
    line-height: 1;
    align-items: flex-end;
}

#ContactForm label[for="sherut_ptor"] input[type="radio"] {
   position: relative;
	top: -7px;
}



.driving-container, .migdar-container {
    display: flex;
    justify-content: space-between;
    width: 142px;
    margin-left: 24%;
}

#ContactForm label[for="driving_no"]{
	margin-left: 19px;
}

form#ContactForm {}

#ContactForm input, #ContactForm select {
	border: 1px solid rgba(0,0,0,0.6);
	width: 260px;
	height: 54px;
	text-indent: 12px;
	box-sizing: border-box;
	/* margin-bottom: 10px; */
	font-size: 23px;
	font-family: 'Assistant', sans-serif;
	color: #031620;
	background: transparent;
	font-weight: 500;
}

#ContactForm select {
    width: 260px;
    height: 54px;
    margin-bottom: 0;
    text-indent: 0;
    text-align: center;
}

#ContactForm select option{
	text-align: right;
	text-indent: 22px;
	color: #000;
	
}
#ContactForm select option:first-of-type{
	text-align: center;
}

select:focus {
	outline: 0;
}

select#kidumet {
    width: 90px;
}

#ContactForm input:focus{
	border: 1px solid #cd0a0a;
}

::-webkit-input-placeholder { color: #fff;  }
:-ms-input-placeholder { color: #fff; }
::placeholder { color: #fff; }

#ContactForm label {
    height: 54px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

/*#ContactForm input[type=email] {
	width: 100%;
}*/

#ContactForm input[type="submit"] {
    text-indent: 0px;
    font-size: 31px;
    height: 104px;
    cursor: pointer;
    color: #cde57c;
    background: #1C2C16 url(../images/submit_arr_.png) no-repeat 12% center;
    /* background: #031620 url(../images/btn_arr.png) no-repeat 10% center; */
    width: 398px;
    border: 0;
    -webkit-appearance: none;
    margin: 4%  auto 0;
    display: block;
    font-weight: 700;
    /* background-size: 26px, auto; */
    /* border-radius: 48px; */
}

#ContactForm input[type="submit"]:hover {
    background: #02293d url(../images/submit_arr_.png) no-repeat 11% center;
    /* background-size: 26px, auto; */
}


input[type="file"]{
	background: transparent;
	/*width: 0;*/
	width: 1%;
}
.inputfile + label {
    /* max-width: 80%; */
    text-align: center;
    width: 326px;
    font-size: 19px;
    /* font-weight: 500; */
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    /* overflow: hidden; */
    /* padding: 0.625rem 1.25rem; */
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.3px;
    border: 1px solid #fff9;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAe1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NgkbwAAAAKHRSTlMAAQMECAkKDA4PEhUXHiAhJyg8Rk5VVnOIi4+VnrK+3uLk5unr8/v9E4v1fQAAAHNJREFUGFedztkOgjAURdGD84wWreJURIH9/1/oQ22kjU+ut7uTk1zJM7iJIgaSZiBpvvTblsANPml2sEegsnaffadT4K7I32n4glM4LgC3TJIWLVCP5R+qzmV57QDYiJ5nQ00epV3BnFwPEiuN1rGlfngDm0EVzefBdckAAAAASUVORK5CYII=) no-repeat 95% center;
    padding-right: 43px;
}


#ContactForm input.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.sec3-kuhavut-text {
    font-size: 18px;
    font-weight: 400;
    margin-top: -91px;
    line-height: 1.2;
    color: #fff;
}

.kuhavit {
    text-align: center;
    margin-top: 4%;
}

.footer {
    min-height: 75px;
    margin-top: 6%;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/***************************/

.podtcast-nav {
    width: 186px;
}

.podtcast-nav-title {
    font-size: 32px;
    text-align: center;
    font-weight: 900;
    letter-spacing: 1px;
    color: #031620;
}

.podtcast-nav-title strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    max-width: 200px;
    line-height: 1.1;
    /* color: #ddd; */
}

nav.postcast-menu ul {
    margin: 5% auto 0;
    display: flex;
    justify-content: space-between;
    max-width: 200px;
}

nav.postcast-menu ul img{
	width: 36px;
}
   
   

nav.footer-social ul {
    display: flex;
    width: 406px;
    justify-content: space-between;
	margin: 6.5% auto;
}
   


nav.footer-social ul li a{
	display: block;
	width: 47px;
	height: 47px;
	background-color: #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}

nav.footer-social ul li:first-child a{ background-image: url("../images/social/social_1.png"); }
nav.footer-social ul li:nth-child(2) a{ background-image: url("../images/social/social_2.png"); }
nav.footer-social ul li:nth-child(3) a{ background-image: url("../images/social/social_3.png"); }
nav.footer-social ul li:nth-child(4) a{ background-image: url("../images/social/social_4.png"); }
nav.footer-social ul li:nth-child(5) a{ background-image: url("../images/social/social_5.png"); }
nav.footer-social ul li:nth-child(6) a{ background-image: url("../images/social/social_6.png"); }
nav.footer-social ul li:nth-child(7) a{ background-image: url("../images/social/social_7.png"); }


nav.footer-social ul li a:hover{
	background-color: #c5a74d;
}
nav.footer-menu ul {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    width: 555px;
    margin: 18px auto 0;
    color: #031620;
}


.back2Top{
	width: 200px;
	text-align: center;
	background: url("../images/back2top.png") no-repeat center top;
}

.back2Top a {
    color: #031620;
    font-size: 23px;
    font-weight: 600;
    display: block;
    padding-top: 28px;
}

.thanks-title {
    text-align: center;
    font-size: 54px;
    font-weight: 700;
    margin: 23.5% auto;
    color: #000;
}

.thanksPage .footer {
    margin-top: 18%;
}

.text-phone {
    text-align: center;
    font-size: 22px;
    margin-top: 5%;
}

.text-phone-hours {
    display: inline-block;
    font-weight: 600;
    /* border-right: 1px solid #888; */
    padding-right: 0%;
    margin-right: 0%;
}
/***************************/
.formRow-full {
    width: auto;
    margin-top: 50px;
}

#ContactForm input[type="checkbox"] {
    width: 22px;
    height: 24px;
    margin-left: 14px;
}
#ContactForm label[for="validat"] {
    font-size: 19px;
    line-height: 1.45;
}


body.white-theme .mainSubTitle, body.dark-theme .mainSubTitle, body.white-theme .mainTitle, body.dark-theme .mainTitle, body.white-theme .sec2Title, body.dark-theme .sec2Title, body.white-theme .sec3Title , body.white-theme .sec3Title{
	text-shadow: none;
}


body.white-theme .footer {
    background-color: #eee;
}

body.white-theme #ContactForm input, body.white-theme #ContactForm select {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

body.white-theme .sec2-circle-icon {
    border: 3px solid #000;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

body.dark-theme .sec2-circle-icon {
    border: 3px solid #fff;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

body.dark-theme #ContactForm input[type="submit"]{
	background: #222;
}

body.dark-theme a.sec1-btn {
    border: 1px solid #fff;
    background: #111111;
}

body.white-theme ::-webkit-input-placeholder { color: #000;  }
body.white-theme :-ms-input-placeholder { color: #000; }
body.white-theme ::placeholder { color: #000; }

body.white-theme .sec1-texts strong, body.white-theme .main-sub-title, body.white-theme .podtcast-nav-title strong{
	color: #000;
}

body.white-theme .logo {
   -webkit-filter: invert(100%); /* Safari 6.0 - 9.0 */
	filter: invert(100%);
}

body.white-theme a.sec2-circle.sec2-circle-1, body.white-theme a.sec2-circle.sec2-circle-2, body.white-theme a.sec2-circle.sec2-circle-3, body.dark-theme a.sec2-circle.sec2-circle-1, body.dark-theme a.sec2-circle.sec2-circle-2, body.dark-theme a.sec2-circle.sec2-circle-3 , body.dark-theme nav.footer-social ul li a, body.white-theme nav.footer-social ul li a, body.white-theme nav.postcast-menu ul img, body.dark-theme nav.footer-social ul li a, body.dark-theme nav.postcast-menu ul img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
body.dark-theme .sec2Text strong, body.dark-theme .sec1-texts strong, body.dark-theme .main-sub-title{
	color: #fff;
}

body.white-theme .sec2BoxSep,body.white-theme .section1 .wrapper {
    background: #fff;
}

body.dark-theme .sec2BoxSep,body.dark-theme .section1 .wrapper {
    background: #000;
}
body.dark-theme .footer{
	background: #111;
}
    


body.white-theme .slider-sec1, body.dark-theme .slider-sec1{
	display: none;
}

body.white-theme a.sec1-btn {
    border: 3px solid #000;
    background: #fff;
}



@media screen and (max-width: 1800px) {	
	
	#section1, .section1 .wrapper, .slide {
		min-height: 982px;
		background-size: cover !important;
	}
	
	#section3 {
		background-size: 100%;
	}
	
	#section2 .container {
		max-width: 88%;
	}
	
	.sec1-left {
		width: 54%;
		margin-top: 2vw;
	}
	
	.sec1-slogen {
		left: 6vw;
		bottom: 8.1%;
		font-size: 42px;
		/* line-height: 0.9; */
	}

	nav.right ul {
		padding-right: 6vw;
	}
}

@media screen and (max-width: 1660px) {	
	.container {
		max-width: 94%;
	}

	#section1 {

	}
	
	.sec1-slogen {
		font-size: 40px;
		bottom: 8%;
	}
	
	.main-sub-title {
    	font-size: 63px;
 }
	
	.sec2-ul {
    	font-size: 23px;
	}
	
	.mainTitle {
		/* font-size: 114px; */
	}
	
	.main-sub-title {

	}
	
	.sec1-texts {
		font-size: 38px;
	}

	#section2 {

	}
	
	.sec2-title {

	}
	
	
	nav.footer-menu ul {
		margin-left: 0;
	}
	
	#section3 {
		/* background-size: 75%; */
	}
}
   

@media screen and (max-width: 1500px) {	
	.main-sub-title {
		/* font-size: 55.7px; */
	}
	
	.sec1-slogen {
		font-size: 30px;
		bottom: 2.5%;
		left: auto;
		right: 2%;
		line-height: 1;
		border-right: 10px solid #cde57c;
	}
	
	.sec1-slogen br { display: none;}
	
	.sec2-title {
		text-align: center;
	}
	
	.sec2-ul {
		font-size: 25px;
		max-width: 65vw;
		letter-spacing: 0;
		margin: 102px auto 0;
	}
	
	.sec1-left {
		width: 54%;
		/* margin-top: 82px; */
	}
	
	.right-Nav {
		display: none;
	}
	
	.topNavCont { 
		display: block;
	}
	
	nav.top ul li:first-child{
		padding-right: 0
	}

	nav.top ul li {
		padding: 0 12px
	}
	
	
	.container {
		width: 95%;
	}
	
	#section1, .section1 .wrapper, .slider-sec1, .slide {
		min-height: 55vw;
		background-size: cover;
		background-position: center center;
	}
	.logo {
		padding-top: 24px;
	}
	

	.logo img{
		width: 300px;
	}
	

	.section1 .wrapper {
		background-size: cover;
	}
	
	.slide1, .slide2, .slide3{
		background-size: cover;
	}
	
	.slideshow .item img {
    	height: 100%;
	}
	
	.mainTitle {
		font-size: 8vw;
		line-height: 1;
	}
	
	.main-sub-title {font-size: 4.3vw;}
	
	.sec1-texts {
		font-size: 32px;
		margin: 1% auto 0;
	}
	
	a.sec1-btn {
		height: 92px;
		margin: 4% 0 0;
		width: 370px;
	}

	
	#section2 {
		padding-bottom: 2%;
		background-size: cover;
		background-position: 69% center;
		min-height: 938px;
	}
	
	#section2 .container {
		max-width: 96%;
	}
	
	#section3 {
		/* min-height: auto; */
		padding-bottom: 5%;
	}
	
	.form-container-right {
		padding-left: 0%;
	}
	
	.sec3-kuhavut-text {
		/*margin-top: 32px;*/
		line-height: 1.15;
	}
	
	.form-container {
		max-width: 840px;
	}
	
	#ContactForm input, #ContactForm select, .phone-container, .sherut-container {
    	width: 276px;
	}
	
	#ContactForm label {
    	font-size: 21px;
	}
	
	.sherut-container {
		margin-left: 0%;
	}
	
	select#kidumet {
		width: 70px;
	}
	
	#ContactForm input[type="tel"] {
		width: 198px;
	}
	
	.formRow {
		width: 396px;
	}
	.formRow-full {
		width: auto;
	}
	
	.driving-container, .migdar-container {
		width: 162px;
		margin-left: 25%;
	}
	
}


@media screen and (max-width: 1222px) {	
	.sec1-left {
		width: 58%;
	}
	
	.sec2-ul {
		max-width: 78vw;
		letter-spacing: 0;
		margin-top: 8vw;
	}
	
	#section1, .section1 .wrapper, .slider-sec1, .slide {
        min-height: 64vw;
	}
	
	nav.top ul li {
		padding: 0 1.7vw;
		margin-left: 1vw;
	}
	
	.mainTitle {
		font-size: 69px;
		letter-spacing: 0;
		margin: 0vw 0  0 3vw;
	}
	
	.main-sub-title {
		font-size: 28px;
	}

	.sec1-texts {
    	font-size: 29px;
	}
	
	a.sec1-btn {
		height: 76px;
		margin: 5% 0 0;
		width: 320px;
	}
	
	#section2 {
		background-position: 91% center;
		min-height: 870px;
	}

	#section3 {
		min-height: auto;
		padding-bottom: 8%;
	}
	
	.form-container-right {
		float: none;
		border-left: 0px solid #ffffff29;
		padding-left: 0;
	}
	
	.form-container-left {
		margin-top: 24px;
		float: none;
		margin-right: 0;
		width: auto;
	}
	
	.formRow {
		width: auto;
	}
	
	.form-container {
    	max-width: 504px;
	}
	
	#ContactForm input[type="submit"] {
		width: 100%;
	}
	
	#ContactForm label[for="migdar_other"] {
		margin-left: 0;
	}
	
	nav.footer-menu ul {
		font-size: 17px;
		width: 442px;
	}
	
	.back2Top a {
		font-size: 17px;
	}
	
	a.sec2-circle, a.sec2-circle.sec2-circle-2, a.sec2-circle.sec2-circle-3 {
		background-size: 10vw, cover;
	}
	
	.thanksPage #section3 {
		background-size: contain;
	}
	
	.thanks-title {
		margin: 27.5% auto;
	}
	
	.sec3-kuhavut-text {
		margin-top: 40px;
		text-align: center;
	}
	
	.sec2-circle-icon {
		/* height: 128px; */
		/* width: 128px; */
	}
	
	.sec2-circles-up {
		margin: 16% auto 0;
	}
	
	.sec2-circles.sec2-circles-down {
		/* margin: 8% auto 0; */
		/* max-width: 95%; */
	}
	
	/***********************************/

	.kuhavit {
		margin-top: 7%;
	}
	
	.formRow-full {
		margin-top: 8%;
		align-items: baseline;
	}
	
	#ContactForm input[type="checkbox"] {
		width: auto;
		height: auto;
	}
	
	#ContactForm label[for="validat"] {
		font-size: 18px;
	}
	
	a.moked-tel::before { right: -140px;}
	a.moked-tel::after { left: -140px;}

}


@media screen and (max-width: 1060px) {	
	
	#section1, .section1 .wrapper, .slider-sec1, .slide, .slideshow .item img, .slider-sec1  {
		min-height: 68vw;
	}
	
	
	.sec1-left {
		width: auto;
		margin-top: 3vw;
	}
	
	.sec2-title {
		font-size: 60px;
		font-weight: 600;
		margin: 10% auto 0;
		text-align: center;
	}
	
	.logo img {
		width: 33vw;
	}
	
	.sec1-right {
		margin-right: 0vw;
		margin-top: -6vw;
	}

	.footer {
		min-height: auto;
		padding-bottom: 1%;
	}
	.footer .container {
    	display: block;
	}
	
	nav.footer-social ul {
		width: 406px;
		/*margin: auto;*/
	}
	
	.back2Top {
		margin: 10% auto 0;
	}
	
	nav.footer-menu ul {
		font-size: 19px;
		width: 80%;
		margin: 6% auto 0;
	}
	
	#section2 {
		background: url("../images/soldier.png") no-repeat center bottom, url("../images/sec3_resp.png") no-repeat center center;
		background-size: 44vw, cover;
		height: 124vw;
		min-height: 1072px;
	}
	
	.sec2-right {
		float: none;
	}
	
	
	/************************************/
	.podtcast-nav, .podtcast-nav-title strong {
		max-width: none;
	}
	
	.podtcast-nav {
		width: auto;
	}
	
	nav.postcast-menu ul {
		margin: 2% auto 0;
	}
	

}

@media screen and (max-width: 900px) {	
	
	
	
	#section1, .section1 .wrapper, .slide {
		min-height: auto;
		height: 115vw;
	}
	
	.slideshow .item img, .slider-sec1 {
		height: auto;
		width: 100%;
		min-height: auto;
	}
	#section1 {
		background: url("../images/sec1_resp.png") no-repeat center top;
		position: relative;
		/* background-position: center 98%, center center; */
		/* background-size: 52%, cover; */
	}
	
	.slider-sec1 {
		position: absolute;
		top:auto;
		bottom: 0;
	}
	
	.slider-sec1.slider-sec1-resp .slide1 , .slider-sec1.slider-sec1-resp .slide2 ,.slider-sec1.slider-sec1-resp .slide3{
		background-size: contain !important;
	}
	
	
	.mainTitle {
		text-align: center;
		font-size: 11vw;
		margin: 0vw auto 0;
	}
	
	.sec1-left {
		float: none;	width: auto;
		margin-top: 0;
	}

	.main-sub-title {
		font-size: 5.9vw;
		text-align: center;
		margin: 1% auto 0;
	}
	
	a.sec1-btn {
		height: 71px;
		margin: 2% auto  0;
		width: 350px;
		font-size: 27px;
	}
	
	.logo {
		padding-top: 2vw;
		margin-left: 0;
	}
	.sec1-right {
		margin-right: 25vw;
		margin-top: 53vw;
	}
	
	.slideshow .item img {
    	transform-origin: center center;
	}
	
	.slider-sec1 {
		display: none;
	}

	.slider-sec1.slider-sec1-resp {
		display: block;
		bottom: 0;
		top: auto;
	}
	
	.sec1-stamp { display: none;	}
	#bottomBar { display: flex;	}
	.topNavCont { display: none;	}
		
	a.moked-tel {
		letter-spacing: -1px;
		font-size: 13vw;
	}
	.section-moked {
		min-height: 262px;
	}
	
	.moked-container {
		margin: 70px auto 0px;
	}
	
	a.moked-tel::before, .moked-tel::after {
		height: 2.5px;
		width: 10vw;
		top: 41px;
	}
	
	a.moked-tel::after {
		left: -14vw;
	}
	
	a.moked-tel::before {
		right: -14vw;
	}
	
	#section2 {
		min-height: 1132px;
	}
	
	.moked-title {
		font-size: 5vw;
	}
	
	.moked-title span {
		font-size: 4.4vw;
	}
}


@media screen and (max-width: 820px) {	
	/*#section1, .section1 .wrapper, .slider-sec1, .slide {
		min-height: 131vw;
	}*/
	
	#section2 {
		min-height: 1072px;
	}
	
	#section1, .section1 .wrapper, .slide {
		height: 121vw;
	}
	
	.sec1-right {
		margin-right: 18vw;
	}
	.logo img {
		width: 39vw;
	}

	
	.sec2-circles {
		max-width: 100%;
		margin: 12% auto 0;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto auto auto;
		grid-gap: 10% 5%;
	}
}


@media screen and (max-width: 720px) {
	#section2 {
		min-height: 932px;
	}
	
	
	
	.sec1-right {
		margin-right: 20vw;
	}
	
	#section1, .section1 .wrapper, .slide {
		height: 127vw;
	}
	
	.sec2-ul {
		max-width: none;
		letter-spacing: 0;
		margin-top: 8vw;
		font-size: 20px;
	}
	
	.sec2-ul li span {
		font-size: 19px;
	}
	.sec1-video-box {
		height: 50.9vw;
		width: auto;
	}
	
	.sec3-title {
    	font-size: 7vw;
	}
	
	.logo img {
		width: 44vw;
	}
}



@media screen and (max-width: 620px) {
	.sec1-right {
		margin-right: 14vw;
	}
	
	#section1, .section1 .wrapper, .slide {
		height: 126vw;
	}

	
	/*#section1, .section1 .wrapper, .slider-sec1, .slide {
		min-height: 144vw;
	}*/
}



@media screen and (max-width: 550px) {
	a.moked-tel {
		font-size: 15vw;
	}
	
	a.moked-tel::before, .moked-tel::after {
		height: 3.5px;
		width: 7.5vw;
		top: 37px;
	}
	
	a.moked-tel::before {
		right: -10vw;
	}
	
	a.moked-tel::after {
		left: -10vw;
	}
	
	.moked-title {
		font-size: 7vw;
	}
	
	.moked-title span {
		font-size: 5.8vw;
	}

	.section-moked {
		min-height: 40vw;
	}
	
	.moked-container {
		margin: 9vw auto 0px;
	}
	
	.slider-sec1.slider-sec1-resp .slide1, .slider-sec1.slider-sec1-resp .slide2, .slider-sec1.slider-sec1-resp .slide3 {
		background-size: 60vw;
	}
	
	
	#section1, .section1 .wrapper, .slide {
		height: 138vw;
	}
	
	.brBreak{
		display: none;
	}

	
	.sec1-right {
		margin-right: 10vw;
		margin-top: 46vw;
	}
	
	nav.top ul {
		font-size: 18px;
		margin: 17px auto 0;
		width: 377px;
		float: none;
	}
	
	.logo {
		padding-top: 14px;
		/* text-align: center; */
		margin-left: 0;
		/* float: none; */
	}
	
	.logo img {
		width: 36vw;
	}
	
	.sec1-texts {
		font-size: 5.8vw;
	}
	
	
	
	/*#section1, .section1 .wrapper, .slider-sec1, .slide {
		background-position: 28% top;
		padding-bottom: 8%;
	}
	
	a.sec1-btn {
		width: 66%;
		background: #FFD65A  url("../images/btn_arr.png") no-repeat 9% center;
		height: 14vw;
		font-size: 5.1vw;
		margin-top: 6%;
	}*/
	
	.mainTitle {
		margin: 2vw auto 0;
		font-size: 14.5vw;
	}
	
	.main-sub-title {
		font-size: 8.6vw;
		line-height: 1;
	}
	.mainTitle, .main-sub-title {
		/* font-size: 10.1vw; */
	}
	
	.sec1-texts {
		/* font-size: 8.0vw; */
	}
	
	a.sec1-btn {
		width: 80%;
		height: 11vw;
		font-size: 5.3vw;
		/* background: url(../images/btn_arr.png) no-repeat 7% center, linear-gradient(270deg, rgba(254,151,50,1) 0%, rgba(237,116,80,1) 100%); */
		/* background-size: 20px, auto; */
	}
	
	#section2 {
		padding-bottom: 0%;
		background-size: 58vw, cover;
	}
	
	.sec2-sep {
		height: 5px;
		margin: 10px auto 0;
	}
	
	.sec2-ul li {
		padding-right: 22px;
		margin-top: 18px;
		background: url("../images/sec2_li.png") no-repeat right 4px;
		background-size: 14px;
		background-position: right 6px;
	}
	
	.sec3-title {

		font-size: 6.5vw;
		line-height: 1.1;
		margin: 13% auto 0;
	}
	
	.slick-dots {
		bottom: 26px;
		width: 100%;
		max-width: 40%;
		left: 30%;
		height: 38px;
		border-radius: 19px;
	}
	
	.form-container {
		max-width: 90%;
	}
	
	nav.footer-menu ul {
		font-size: 18px;
		width: auto;
		margin: 10% auto 0;
	}
	
	.back2Top {
		margin-top: 15%;
	}
	
	/*****************************/
	#ContactForm input[type="checkbox"] {
		margin-left: 8px;
	}
	
	#ContactForm label[for="validat"] {
		font-size: 16px;
	}
	
	.sec2-title {
		font-size: 12vw;
		font-weight: 600;
		margin: 16% auto 0;
		text-align: center;
	}
	
	.podtcast-nav {
		margin-top: 20%;
	}
	
	.text-phone {
		font-size: 20px;
	}
	
}



@media screen and (max-width: 480px) {	
	.text-phone {
		text-align: center;
		font-size: 4.8vw;
		margin-top: 10%;
	}
	
	.text-phone-sep{display: none;}
	
	.container {
		width: 94%;
	}
		
	#section1, .section1 .wrapper, .slide {
		height: 148vw;
	}
	
	.slick-dots {
		bottom: 10px;
		width: 100%;
		max-width: 24%;
		left: 37%;
		height: 28px;
		border-radius: 14px;
	}
	
	.slick-dots li {
		top: -3px;
		position: relative;
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0px 8px;
		padding: 0;
	}
	
	.slick-dots li button {
		width: 6px;
		height: 6px;
		padding: 4px;
		margin-left: -4px;
	}
	
	.sec1-right {
		margin-right: 12vw;
		margin-top: 47vw;
	}

	/*#section1, .section1 .wrapper, .slider-sec1, .slide {
		min-height: 174vw;
	}*/
	
	.slideshow .item img, .slide3 {
		transform-origin: center right;
	}
	
	.slideshow .item img, .slide2, .slideshow .item img, .slide1 {
		transform-origin: center center;
	}
	
	a.sec1-btn {
		font-size: 6.0vw;
		margin-top: 3%;
		background-size: 2.5vw;
	}
	
	.mainTitle {
		font-size: 13.6vw;
		line-height: 0.95;
		margin: 1.5vw auto 0;
	}
	
	.main-sub-title {
		margin: 1.5vw auto 0;
	}
	
	.sec1-texts {
		font-size: 5.8vw;
		margin-top: 3%;
	}
	
	.kuhavit {
		margin-top: 8%;
	}
	
	.form-container {
    	font-size: 20px;
	}
	
	.formRow {
		display: block;
		margin-top: 7%;
	}
	
	.form-container-left .formRow:first-of-type {
		display: flex;
		margin-top: 5%;
	}
	
	/*.form-container-left .formRow:nth-of-type(2) {
		margin-top: 10%;
	}*/
	
	/*.form-container-left .formRow:nth-of-type(3) {
		display: flex;
		margin-top: 10%;
	}*/
	
	#ContactForm label {
		height: auto;
		margin-bottom: 2%;
	}
	
	#ContactForm input, #ContactForm select {
		width: 100%;
		height: 53px;
	}
	
	#ContactForm select#kidumet {
		width: 28%;
	}
	#ContactForm input[type="tel"] {
		width: 70%;
	}
	.phone-container {
		width: 100%;
	}
	
	.sherut-container {
		width: auto;
		margin-left: 0;
		margin-right: 0%;
	}
	
	.driving-container, .migdar-container {
		width: 170px;
		margin-left: 5%;
	}
	
	/*.migdar-container {
		width: 80%;
		margin-left: 0;
		margin-right: 6%;
	}*/

	#ContactForm input[type="submit"] {
		font-size: 26px;
		height: 74px;
		/* background: #FFD65A  url(../images/submit_arr.png) no-repeat 8% center; */
		margin: 10% auto 0px;
		background-size: 12px,auto;
	}
	
	#ContactForm label[for="sherut_ptor"] {
    	top: 0px;
	}
	
	#ContactForm label[for="sherut_ptor"] input[type="radio"] {
		top: -2px;
	}

	#section3 {
		padding-bottom: 4%;
		background-size: auto, cover;
	}
	
	nav.footer-menu ul {
		font-size: 15px;
		margin: 16% auto 0;
	}
	
	.form-container {
    	margin: 6% auto 0;
	}
	
	.sec3-title {
		font-size: 6.0vw;
		line-height: 1.2;
		margin: 20% auto 0;
	}
	
	#section2 {
		padding-bottom: 62%;
		background-size: 66vw, cover;
	}
	
	.sec2-circles {
		margin: 12% auto 0;
	}
	
	a.sec2-circle, a.sec2-circle.sec2-circle-2, a.sec2-circle.sec2-circle-3 {
		width: 46vw;
		height: 46vw;
		background-size: 19vw, cover;
		border: 2.6vw solid #fff;
	}
	
	.thanks-title {
		font-size: 11vw;
		margin: 33.5% auto;
	}
	
	.logo {
		padding-top: 6px;
	}
	
	.logo img {
		width: 44vw;
	}

	.sec2-circle-icon {
		height: 72px;
		width: 72px;
	}

	#ContactForm .inputfile + label {
		width: 100%;    height: 54px;
	}
	
	.anchor {
		top: -34px;
	}
	.topNavCont {
		height: 34px;
	}
	
	nav.top ul {
		font-size: 18px;
		margin: 0px auto 0;
		width: 96%;
		display: flex;
		justify-content: space-around;
	}
	
	nav.top ul li {
		margin-left: 0px;
		padding: 0;
	}
	
	nav.top ul li.active a {
		position: relative;
		top: 6px;
		border-bottom: 4px solid #FF9831;
		padding-bottom: 6px;
	}
	
	/********************/
	.formRow.formRow-full {
		display: flex;
		margin-top: 10%;
	}
	
	nav.footer-social ul {
		width: auto;
	}
	
	.sec2-circle-title {
		font-size: 17px;
		max-width: 90%;
		margin: 12px auto;
		line-height: 1.15;
	}
	
	
	.slider-sec1.slider-sec1-resp .slide1 {
        background-size: 70vw;
    }
	
	.slider-sec1.slider-sec1-resp .slide2 {
        background-size: 63vw;
    }
	.slider-sec1.slider-sec1-resp .slide3 {
		background-size: 74vw;
	}
	
	.sec1-slogen {
		font-size: 6.2vw;
		bottom: 1.5%;
		border-right: 2vw solid #cde57c;
		padding-right: 3vw;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	}
	
}





@media screen and (max-width: 400px) {
	

	#section1, .section1 .wrapper, .slide {
		height: 148vw;
	}
	
	.logo img {
		/* width: 37vw; */
	}
	
	.sec1-right {
		margin-right: 10vw;
		margin-top: 45vw;
	}
	
	ul.top-menu {
    	font-size: 12px;
	}
	
	nav.footer-social ul li a {
		width: 44px;
		height: 44px;
	}
	
	nav.top ul {
		width: 100%;
		    font-size: 17px;
	}
	
}














