*,*::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;
    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;
}

header {}

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


.modal {
    max-width: 640px;
    padding: 40px 4%;
    /* display: flex; */
    /* align-items: center; */
}


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

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


.modal p , .modal ul{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.1;
    color: #333;
}

.modal p {
    
    margin: 20px auto 0;
    /* font-family: "noto-sans-hebrew-condensed", sans-serif; */
}

.modal ul {
    list-style: disc;
}



.modal h2 {
    text-align: center;
    font-size: 58px;
    font-weight: 500;
    letter-spacing: -1px;
    margin: 0% auto 0;
    border-bottom: 3px solid rgb(189,193,198);
    /* color: rgb(32, 33, 36); */
    line-height: 1.1;
    color: rgb(26, 115, 232);
    padding-bottom: 3%;
}

.modal h2 strong{
	font-weight: 900;
	color: #aaaaaa;
}

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

.button:focus {
  background: rgb(26, 115, 232);
}

#section1 {
   background: #171d29 url(../images/sec_1.jpg?v=2) no-repeat center top;
   min-height: 946px;
   position: relative;
}



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

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

.slide{
	min-height: 946px;
}

.slide1 {background: url(../images/sec_1.jpg) no-repeat  right top;}
.slide2 { background: url(../images/sec_1_b.jpg) no-repeat right top;}
.slide3 { background: url(../images/sec_1_c.jpg) no-repeat right top;}

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

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

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: 6px solid #FB2736;
    padding-bottom: 15px;
}

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

nav.top ul li {
    float: right;
    margin-left: 20px;
    text-align: center;
    /* padding: 0; */
    /* color: #000; */
    letter-spacing: 0.4px;
    /* background: #0088CB; */
    /* width: 106px; */
    padding: 0 18px;
    line-height: 1;
    /* height: 39px; */
    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);
}


.logo {
    padding-top: 39px;
    text-align: left;
    margin-left: -37px;
}


.logo img{
	/* width: 138px; */
	height: auto;
}

.sec1-left {
    float: left;
    width: 46%;
    margin-top: 137px;
}

.main-title-2 {
    font-size: 80px;
    font-weight: 900;
    color: #fb2736;
    line-height: 1.1;
}

.mainTitle {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: 0.98;
    color: #fff;
    /* text-align: center; */
    margin: 0px auto 0;
}

.mainTitle strong {
	display: block;
	font-weight: 800;
	color: #fb2736;
}

.main-sub-title {
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
    color: #fff;
    /* text-align: center; */
    margin: 2px auto 0;
    padding-right: 0px;
    /* background: url("../images/sec1_title.png") no-repeat 99% 30px; */
}

.sec1-texts {
    font-size: 46px;
    /* text-align: center; */
    margin: 38px 6px 0 0;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.2px;
}

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

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

a.sec1-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 430px;
    background: #5C83EC url("../images/btn_arr.png") no-repeat 11% center;
    background-size: 26px, auto;
    height: 98px;
    font-size: 36px;
    font-weight: 600;
    margin: 72px 0px 0;
    /* border: 3px solid #FFD65A; */
    border-radius: 49px;
}

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

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

#section2 {
    min-height: auto;
    background: url("../images/sec_2.jpg") no-repeat center top;
    background-size: cover;
    background-color: #020304;
    /* background-color: red; */
    padding-bottom: 5%;
}

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

.sec2-title{
	font-size: 70px;
	font-weight: 600;
	margin: 98px 41px 0 0;
}

.sec2-circles {
    display: flex;
    justify-content: space-between;
    margin: 53px auto 0;
}

.sec2-circle {
    flex: 1;
}

.sec2-circles-up {
    margin: 92px auto 0;
    /* max-width: 100%; */
}

.sec2-circles-down {
    margin: 40px auto 0;
    /* max-width: 818px; */
}

.sec2-circle-icon{
	height: 87px;
	width: 87px;
	/* border: 3px solid #FFD65A; */
	border-radius: 50%;
	background: #5C83EC url("../images/icons/icon_1.png") no-repeat center center;
	margin: auto;
}

.sec2-circle-2 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_2.png") no-repeat center center;
	}
	
	.sec2-circle-3 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_3.png") no-repeat center center;
	}
	
	.sec2-circle-4 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_4.png") no-repeat center center;
	}
	
	.sec2-circle-5 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_5.png") no-repeat center center;
	}
	
	.sec2-circle-6 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_6.png") no-repeat center center;
	}
	
	.sec2-circle-7 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_7.png") no-repeat center center;
	}
	
	.sec2-circle-8 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_8.png") no-repeat center center;
	}
	
	.sec2-circle-9 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_9.png") no-repeat center center;
	}
	
	.sec2-circle-10 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_10.png") no-repeat center center;
	}
	
	.sec2-circle-11 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_11.png") no-repeat center center;
	}
	
	.sec2-circle-12 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_12.png") no-repeat center center;
	}
	
	.sec2-circle-13 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_13.png") no-repeat center center;
	}
	
	.sec2-circle-14 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_14.png") no-repeat center center;
	}
	
	.sec2-circle-15 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_15.png") no-repeat center center;
	}
	
	.sec2-circle-16 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_16.png") no-repeat center center;
	}
	
	.sec2-circle-17 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_17.png") no-repeat center center;
	}
	
	.sec2-circle-18 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_18.png") no-repeat center center;
	}
	
	.sec2-circle-19 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_19.png") no-repeat center center;
	}
	
	.sec2-circle-20 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_20.png") no-repeat center center;
	}
	
	.sec2-circle-21 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_21.png") no-repeat center center;
	}
	
	.sec2-circle-22 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_22.png") no-repeat center center;
	}
	
	.sec2-circle-23 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_23.png") no-repeat center center ;
	}
	
	.sec2-circle-24 .sec2-circle-icon{
		background: #5C83EC url("../images/icons/icon_24.png") no-repeat center center ;
	}

.sec2-circle-title {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 0.96;
}

.sec2-circle-diur {
    border-bottom: 2px solid #698ded;
    border-top: 2px solid #5c83ec;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
    min-height: 208px;
    width: 93.5%;
}

.sec2-circle-jerusalem-title {
    text-align: center;
    font-size: 59px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 1px;
}

.sec2-btns-container {
    display: flex;
    justify-content: space-between;
    width: 588px;
}

a.sec2-btn, button.sec2-btn {
    font-family: "noto-sans-hebrew-ex-cond", sans-serif;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 282px;
    background: #5c83ec;
    background: url(../images/btn_arr.png) no-repeat 15% center, linear-gradient(312deg, #5c83ec 0%, rgb(66, 133, 244) 100%);
    height: 60px;
    font-size: 27px;
    font-weight: 800;
    margin: 0px auto 0;
    border-radius: 20px;
}


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

.sec3-title {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    margin: 58px auto 0;
    line-height: 1;
}

.sec3-sub-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 47px auto 0;
    color: #FB2736;
}

.form-container {
    max-width: 1066px;
    float: none;
    margin: 65px auto 0;
    font-size: 23px;
    color: #ffffff;
    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: 5%;
    width: 46.7%;
}

.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: 458px;
}

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

/*.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: 3%;
}

#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: 25%;
}

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

form#ContactForm {}

#ContactForm input, #ContactForm select {
	border: 1px solid rgba(255,255,255,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: #fff;
	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 #fd0;
}

::-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: 33px;
    height: 94px;
    cursor: pointer;
    color: #fff;
    /* background: #FFD65A url(../images/submit_arr.png) no-repeat 8% center; */
    background: #5C83EC url("../images/btn_arr.png") no-repeat 10% center;
    width: 410px;
    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: #fb2736 url(../images/btn_arr.png) no-repeat 10% center;
    background-size: 26px, auto;
}

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

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


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: 52px auto 0;
}

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

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

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



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

/****************/
.podtcast-nav{
    max-width: 186px;
}

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

.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 {
	margin: 6.5% auto;
} 

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

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

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: 1910px) {	
	.section1 .wrapper {
		background: url("../images/sec1_transparent.png") no-repeat left top;
	}
}*/


@media screen and (max-width: 1800px) {	
	#section1, .slide1, .slide2, .slide3{
		background-size: cover;
	}
	
	.mainTitle {
		margin: 4vw auto 0;
	}

	#section1, .section1 .wrapper, .slider-sec1, .slide ,.slideshow .item img {
		height: 56vw;
		width: auto;
		min-height: auto;
	}
	
	/*.slider-sec1{
		width: 60vw;
	}*/
	
	.sec2-circles {
		margin: 8% auto 0;
		max-width: 90%;
	}
	
	.form-container {
		max-width: 970px;
	}

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

@media screen and (max-width: 1660px) {	
	.container {
		max-width: 94%;
	}
	
	#section1 {
		min-height: 766px;
		background-size: cover;
	}
	
	.sec1-left {
		width: 46%;
		margin-top: 1%;
	}
	
	.mainTitle {
		margin: 6vw auto 0;
		font-size: 70px;
	}
	
	.sec1-texts {
		font-size: 45px;
		margin: 38px 0px 0 0;
	}
	
	
	/*.mainTitle {
		margin: -40px auto 0;
	}*/
	
	#section2 {
		min-height: auto;
		background-position: left center;
		background-size: cover;
		padding-bottom: 10%;
	}
	
	.sec2-circles {
		margin: 4% auto 0;
	}
	
	.sec2-circles.sec2-circles-down{
		/* margin: 4% auto 0; */
	}
	
	a.sec2-circle, a.sec2-circle.sec2-circle-2, a.sec2-circle.sec2-circle-3 {
		width: 30.5vw;
		height: 30.5vw;
		border: 22px solid #fff;
		background-size: auto, cover;
	}
	
	nav.footer-menu ul {
		margin-left: 0;
	}
	
	
	
	#section3 {
		/* background-size: contain; */
	}
}
   

@media screen and (max-width: 1500px) {	
	.container {
		width: 95%;
	}
	
	nav.top ul li:first-child{
		padding-right: 0
	}

	nav.top ul li {
		padding: 0 12px
	}

	.logo {
		padding-top: 24px;
		margin-left: 0;
	}

	.logo img{
		/* width: 142px; */
	}
	
	#section1, .section1 .wrapper, .slider-sec1, .slide{
		min-height: 626px;
	}
	
	.section1 .wrapper {
		background-size: cover;
	}
	
	.slide1, .slide2, .slide3{
		background-size: cover;
	}
	
	.mainTitle {
		margin: 7vw auto 0;
		font-size: 5vw;
	}
	
	.main-sub-title {
		font-size: 4.5vw;
		font-weight: 600;
		letter-spacing: 0px;
		/* line-height: 0.9; */
		/* background: url(../images/sec1_title.png) no-repeat 99% 60%; */
	}
	
	.sec1-texts {
		font-size: 3.2vw;
		margin: 3% auto 0;
	}
	
	a.sec1-btn {
		margin: 8% 0 0;
		height: 82px;
		width: 432px;
		font-size: 34px;
		background-size: 25px, auto;
	}

	a.sec2-circle, a.sec2-circle.sec2-circle-2, a.sec2-circle.sec2-circle-3 {
		border: 1.5vw solid #fff;
		background-size: 9vw, cover;
	}
	
	.sec2-circles-up {
		margin: 10% auto 0;
		/* max-width: 90%; */
	}
	
	.sec2-circles{
		margin-top: 6%;
		max-width: 86%;
	}
	
	.sec2-circles.sec2-circles-down {
		/* margin: 8% auto 0; */
		/* max-width: 75%; */
	}
	
	.sec2-circle-title {
		font-size: 22px;
		width: 85%;
		margin: 24px auto 0;
	}
	
	#section2 {
		padding-bottom: 16%;
	}
	
	.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) {	
	/*#section1{
		background: #08295f;
	}
	.section1 .wrapper{
		background: url("../images/sec1_transparent_1220.png") no-repeat left top;
		background-size: contain;
	}
	
	.slide1, .slide2, .slide3{
		background-size: contain;
	}
	
	#section1, .section1 .wrapper, .slider-sec1, .slide {
		min-height: 636px;
	}*/
	
	/*.mainTitle {
		margin: -45px auto 0;
	}*/
	
	
	
	/*.mainTitle, .main-sub-title{
		font-size: 76px;
	}*/
	
	/*.sec2-circles-up {
		margin: 18% auto 0;
		max-width: 94%;
	}
	
	.sec2-circles.sec2-circles-down {
		margin: 7% auto 0;
		max-width: 80%;
	}*/
	
	.mainTitle {
		margin: 9vw auto 0;
	}
	
	.sec1-texts {
    	font-size: 35px;
	}
	
	a.sec1-btn {
		width: 472px;
	}
	
	.logo img {
		width: 19vw;
	}
	
	.sec2-circles {
		max-width: 76%;
	}
	
	.sec2-circle-title {
		font-size: 20px;
	}
	
	#section3 {
		min-height: auto;
		padding-bottom: 8%;
	}
	
	.form-container-right {
		float: none;
		border-left: 0px solid #ffffff29;
		padding-left: 0;
	}
	
	.form-container-left {
		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: cover, auto;
	}
	
	.thanks-title {
		margin-top: 28.5%;
	}
	
	.thanksPage .footer {
		margin-top: 20%;
	}
	
	/***********************************/
	.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;
	}
}





@media screen and (max-width: 1030px) {	
	.sec2-circle-diur {
		max-width: 66%;
		display: block;
		margin: 10% auto 0;
	}
	
	.sec2-btns-container {
		margin: 4% auto 0;
		display: block;
		width: unset;
	}
	
	.sec2-circle-jerusalem-title {
		max-width: none;
		margin: 6% auto 0;
		line-height: 1;
		font-size: 50px;
	}
	
	#darom-btn {
		margin-top: 2%;
	}
	
	.sec1-left {
		width: 47vw;
		margin-top: 8vw;
	}

	.mainTitle {
		margin: 0px auto 0;
		font-size: 5.0vw;
	}
	
	.main-sub-title {
		font-size: 4.7vw;
		margin-top: 0%;
	}
	
	.sec1-texts {
		font-size: 3.1vw;
		margin: 5% auto 0;
	}
	
	a.sec1-btn {
		margin: 7% 0 0;
		width: 42vw;
	}
	
	.slide1 {
		background: url(../images/sec_1.jpg) no-repeat  69% top;background-size: cover;
	}
	
	.slide2 {
		background: url("../images/sec_1_b.jpg") no-repeat  69% top;background-size: cover;
	}
	
	.slide3 {
		background: url("../images/sec_1_c.jpg") no-repeat  69% top; background-size: cover;
	}

	.footer {
		min-height: auto;
		padding-bottom: 1%;
	}
	.footer .container {
    	display: block;
	}
	
	nav.footer-social ul {
		width: 338px;
		/*margin: 12px auto ;*/
	}
	
	.back2Top {
		margin-top: 8%;
	}
	
	nav.footer-menu ul {
		font-size: 19px;
		width: 80%;
		margin: 6% auto 0;
	}
	
	.sec2-title {
		font-size: 60px;
		font-weight: 600;
		margin: 10% auto 0;
		text-align: center;
	}
	
	.sec2-circles {
		margin: 6% auto 0;
		max-width: 88%;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-gap: 8% 0;
	}
	
	.sec2-circles.sec2-circles-up {
		margin-top: 8%;
	}
	
	.sec2-circle-icon {
		margin: auto;
	}
	
	/************************************/
	.podtcast-nav, .podtcast-nav-title strong {
		max-width: none;
	}
	
	nav.postcast-menu ul li:last-child {
		margin: 2% auto 0;
	}
	
	.podtcast-nav {
		margin-top: 8%;
	}
	.logo img {
		width: 24vw;
	}

}


@media screen and (max-width: 900px) {	
	.sec1-left {
		margin-top: 60px;
	}
	
	.topNavCont {
		display: none;
	}
}


@media screen and (max-width: 820px) {	
	
	.sec2-circle-diur {
		max-width: 80%;
	}
	
	

	.sec2-circle-jerusalem-title {
		font-size: 7.5vw;
	}
	.logo img {
		width: 22vw;
	}
	
	
	#section1, .section1 .wrapper, .slider-sec1, .slide {
		min-height: 130vw;
		background-position: 85% bottom;
		background-size: contain;
	}
	
	#section1 {
		background-color: #070a11;
	}
	
	.sec1-left {
		float: none;
		width: auto;
		margin-top: 0;
		margin-right: 17%;
	}

	.mainTitle {
		margin: 0vw auto 0;
		font-size: 7.2vw;
	}
	
	.main-sub-title {
		font-size: 7vw;
	}
	
	.sec1-texts {
		font-size: 4.7vw;
		margin: 3% auto 0;
	}

	a.sec1-btn {
		width: 65vw;
		/* background: transparent  url("../images/btn_arr.png") no-repeat 8% center; */
		height: 9vw;
		font-size: 4.4vw;
	}
	
	#section2 {
		padding-bottom: 28%;
	}
	
	.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%;
	}

	/*.sec2-circles.sec2-circles-down {
		margin: 23% auto 0;
		max-width: 88%;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr  1fr 1fr;
		grid-gap: 8% 5%;
	}
	
	.sec2-circle.sec2-circle-11 {
		grid-column: 2 span;
	}*/
	
	#section3 {
		padding-bottom: 20%;
	}
	
	.sec3-title {
    	font-size: 7vw;
	}
	
}


@media screen and (max-width: 550px) {
	
	.sec2-circle-diur {
		max-width: 90%;
		margin: 20% auto 0;
		min-height: 170px;
	}
	
	.logo img {
		width: 30vw;
	}
	
	#section1, .section1 .wrapper, .slider-sec1, .slide {
		min-height: 148vw;
		background-position: 25% bottom;
	}
	
	.sec1-left {
		float: none;
		width: auto;
		margin-top: -1vw;
		margin-right: 9vw;
	}
	
	.mainTitle {
		margin: 2vw auto 0;
		font-size: 8.9vw;
		line-height: 0.9;
	}

	.main-sub-title {
		/* font-weight: 700; */
		font-size: 8.8vw;
		padding-right: 0;
	}
	
	.sec1-texts {
		font-size: 5.8vw;
		margin: 4% auto 0;
	}

	a.sec1-btn {
		width: 79vw;
		/* background: transparent  url("../images/btn_arr.png") no-repeat 8% center; */
		height: 11vw;
		font-size: 6.4vw;
		background-size: 18px;
	}
	
	/*.mainTitle {
		margin: 1.5vw auto 0;
		 font-size: 8.1vw; 
	}
	
	.mainTitle, .main-sub-title {
		font-size: 12.1vw;
	}
	
	.sec1-texts {
		font-size: 8.0vw;
	}
	
	.sec1-texts br:nth-of-type(3){ display: none; }
	
	a.sec1-btn {
		width: 88%;
		background: #0000  url("../images/btn_arr.png") no-repeat 9% center;
		height: 12vw;
		font-size: 5.3vw;
	}*/
	
	.sec2-title {
		font-size: 10vw;
		font-weight: 600;
		margin: 16% auto 0;
		text-align: center;
	}

	
	/*.sec2-circles-up {
		max-width: 100%;
	}
	
	.sec2-circles.sec2-circles-down {
		margin: 40% auto 0;
		max-width: 100%;
	}
	
	.sec2-circle-icon {
		height: 124px;
		width: 124px;
		border: 2px solid #FFD65A;
	}*/
	
	.sec2-circle-title {
		font-size: 19px;
		margin-top: 10px;
		line-height: 1.15;
	}
	
	.sec3-title {
		font-size: 6.5vw;
		line-height: 1.1;
		margin: 13% auto 0;
	}
	
	.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;
	}
	
	.podtcast-nav {
		margin-top: 20%;
	}
}



@media screen and (max-width: 480px) {	
	.container {
		width: 94%;
	}
	.kuhavit {
		margin-top: 8%;
	}
	.form-container {
    	font-size: 20px;
	}
	
	.formRow {
		display: block;
		margin-top: 4%;
	}
	
	.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: 100%;
    margin-left: 0;
    margin-right: 0%;
}
	
	.driving-container {
		width: 170px;
		margin-left: 5%;
	}
	

	
	.driving-container, .migdar-container {
		width: 170px;
		margin-left: 5%;
	}

	#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: 30px, auto;
	}
	
	#ContactForm label[for="sherut_ptor"] {
    	top: 0px;
	}
	
	#ContactForm label[for="sherut_ptor"] input[type="radio"] {
		top: -2px;
	}

	#section3 {
		padding-bottom: 20%;
		/* background-size: contain; */
	}
	
	nav.footer-menu ul {
		font-size: 15px;
		margin: 16% auto 0;
	}
	
	.form-container {
    	margin: 6% auto 0;
	}
	
	.sec3-title {
		font-size: 7.0vw;
		line-height: 1.2;
		margin: 20% auto 0;
	}
	
	#section2 {
		padding-bottom: 30%;
		/*background-size: cover;*/
	}
	
	.sec2-circles {
		margin: 15% 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-top: 25.5%;
	}
	
	.logo {
		padding-top: 12px;
	}
		
	/*.sec2-circle-icon {
		height: 112px;
		width: 112px;
	}*/
	
	/********************/
	.formRow.formRow-full {
		display: flex;
		margin-top: 10%;
	}
	
	/*.sec2-circles.sec2-circles-third {
		margin-top: 31%;
	}*/
	
	.thanksPage .footer {
		margin-top: 12%;
	}
	
	.sec2-circles.sec2-circles-up {
		margin: 14% auto 0;
	}
	.sec2-circle-icon {
		height: 72px;
		width: 72px;
	}
	
	.sec2-circle-title {
		font-size: 17px;
		max-width: 90%;
		margin: 12px auto;
		line-height: 1.15;
	}
	
	nav.footer-social ul {
		width: auto;
	}
}





@media screen and (max-width: 400px) {
	ul.top-menu {
    	font-size: 12px;
	}
	
	.logo img {
		width: 32vw;
	}
}














