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


/* noto-sans-hebrew-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-hebrew-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



.modal {
    max-width: 640px;
    padding: 40px 4%;
}


.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: #fb2736;
    padding-bottom: 3%;
}

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

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

.button:focus {
  background: #fb2736;
}

body {
    /*  font-family: 'Assistant', sans-serif;
   font-family: 'Noto Sans Hebrew', sans-serif; */
	 font-family: 'Noto Sans Hebrew Condensed';
    margin: 0;
    direction: rtl;
    letter-spacing: 0px;
    background-color: #e7eaf1;
    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;
    margin: auto;
    max-width: 1920px;
}

header {}


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

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

nav.top ul li.active a{
	color: #FB2736;
	/* font-weight: 600; */
	/* border-bottom: 6px solid #0BB8FF; */
	/* padding-bottom: 15px; */
}

nav.top ul li {
    float: right;
    margin-left: 44px;
    text-align: center;
    /* padding: 0; */
    /* color: #000; */
    letter-spacing: 0.2px;
    /* background: #0088CB; */
    /* width: 106px; */
    padding: 0 22px;
    line-height: 1;
    /* height: 39px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

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

nav.top ul li a{
	color: #04193B;
	font-weight: 800;
}

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


.container {
    margin: 0 auto;
    max-width: 1577px;
    z-index: 999;
    position: relative;
}

.sec1-stamp {
    float: left;
    color: #000;
    font-size: 57px;
    font-weight: 700;
    text-align: center;
    position: sticky;
    line-height: 0.9;
    letter-spacing: -0.5px;
    margin-left: 1.9%;
    top: 486px;
    background: url("../images/sec1_stamp.png") no-repeat center center;
    width: 356px;
    height: 356px;
    box-shadow: 0px 15px 20px rgba(0,0,0,0.45);
    border-radius: 50%;
    z-index: 9999;
}

.sec1-stamp div {
    margin-top: 87px;
    transform: rotate(-7deg);
}

#bottomBar {
    display: none;
    align-items: center;
    color: #000;
    line-height: 1.35;
    padding-right: 82px;
    font-weight: 900;
    font-size: 4.5vw;
    height: 60px;
    background: url("../images/bottom_bar_arr.png") no-repeat 95% center, linear-gradient(270deg, rgba(163,165,167,1) 0%, rgba(255,255,255,1) 100%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    /* -webkit-transition: transform 300ms; */
    /* transition: transform 600ms; */
    /* transform: translateY(156px); */
    -webkit-box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.1);
}

#section1 {
    background: #e4e4e4 url(../images/sec_1.jpg) no-repeat center top;
    min-height: 1080px;
    position: relative;
}

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

.logo {
    margin-top: 26px;
    float: left;
    position: absolute;
    left: 9%;
}

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

/*.mainTitle {
	line-height: 0.9;
	margin: 100px auto 0;
	color: #04193B;
	font-size: 100px;
	letter-spacing: -2px;
	text-align: center;
	font-weight: 900;
}

.mainTitle strong {
	display: block;
	font-weight: 800;
	color: #000;
	font-size: 129px;
	letter-spacing: -2px;
	line-height: 1;
	margin-top: -12px;
}

.mainTitle span {
	display: block;
	font-weight: 700;
	color: #223291;
	font-size: 77.6px;
	margin-top: 0;
	line-height: 1.1;
}


.main-sub-title {
    font-size: 104px;
    font-weight: 300;
    letter-spacing: -3px;
    line-height: 0.83;
    color: #FFD65A;
    text-align: center;
    margin: -1px auto 0;
}*/

.title {
    text-align: center;
    margin: 128px auto 0;
}

.sub-title{
	
text-align: center;
	
margin: 34px auto 0;
}

.sec1-flah-text{
	
}

.sec1-texts {
    font-size: 53px;
    text-align: center;
    color: #FB2736;
    margin: 7px auto 0;
    line-height: 1.1;
    letter-spacing: -2px;
    font-weight: 900;
    /* text-shadow: 2px 2px 2px rgb(0 0 0 / 23%); */
}

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

.sec1-texts strong {
    font-size: 39.4px;
    font-weight: 400;
    /* display: block; */
    letter-spacing: -0.5px;
    /* color: #00e7ff; */
    /* line-height: 1.1; */
}


.sec1-texts-2 {
    font-size: 43px;
    text-align: center;
    margin: 22px auto 0;
    line-height: 1.1;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 23%);
}

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

.sec1-flah-text {
    text-align: center;
    margin: 25px auto 0;
}

/*a.sec1-btn {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    background: #0BB8FF url(../images/btn_arr.png) no-repeat 11% center;
    height: 82px;
    font-size: 30px;
    font-weight: 700;
    margin: 68px 0 0;
    border-radius: 41px;
}

a.sec1-btn:hover{
	background-color: #223291;
}*/

.sec1-btn-2 {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 398px auto 0;
    max-width: 216px;
    font-weight: 900;
    line-height: 1.00;
    position: relative;
    right: 102px;
    color: #04193b;
}

a.sec1-btn-2:hover{
	color: #04193b;
}

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


#section2 {
    min-height: 1104px;
    background: #f4f5f5 url("../images/sec2.jpg") no-repeat center top;
}

.sec2-left {
    margin: 90px 0 0 0;
    float: left;
    width: 790px;
}

.sec2-title {
    font-size: 70px;
    font-weight: 900;
	color: #FB2736;
}

.sec2-title span{
	color: #04193B;
}

.sec2-ul-general {
    display: flex;
    justify-content: space-between;
    max-width: 604px;
    margin: 28px 8px 0 0;
}

.sec2-ul-general li, .ul-jerusalem li{
	font-family: 'Noto Sans Hebrew Condensed';
		font-weight: 500;
	padding-right: 30px;
	background: url("../images/li_arr.png") no-repeat right 9px;
}

.sec2-sub-title {
    font-size: 35px;
    font-weight: 900;
    margin: 30px 0 0 0;
    color: #04193B;
}

.sec2-sub-title-1{
	margin-top: 0;
}

.sec2-ul-general, .ul-jerusalem{
	font-size: 23px;
	font-weight: 500;
	line-height: 1.25;
	color: #04193B;
}

.ul-jerusalem{
    margin: 40px 8px 0 0;
}

.ul-general-left {
    max-width: 248px;
}

.sec2-ul-btns {
    font-size: 24px;
    margin: 3.0% 0px 0 0;
    max-width: 512px;
    letter-spacing: -0.4px;
    display: flex;
    justify-content: space-between;
}

button.sec2-btn {
    font-family: "noto-sans-hebrew-ex-cond", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 249px;
    color: rgb(255 255 255);
    background: #fb2736 url(../images/btn_arr.png) no-repeat 14% center;
    height: 46px;
    font-size: 25px;
    font-weight: 600;
    margin: 0px auto 0;
    background-size: 14px;
    border-radius: 6px;
}


#section3 {
    background: #04193B url("../images/logo_sec_3_.png") no-repeat center -130px;
    /* background-color: #252525; */
    /* min-height: 1169px; */
    /* background-size: cover; */
}

.sec3-title {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    margin: 182px auto 0;
    line-height: 1;
}

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

.form-container {
    max-width: 1182px;
    float: none;
    margin: 34px auto 0;
    font-size: 23px;
    color: #fff;
    font-weight: 600;
}

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

.form-container-left {
    float: right;
    margin-right: 4%;
    width: 44.5%;
}

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

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

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

.formRow-full {
    width: auto;
    margin-top: 50px;
}

.formRow-full-2 {
    width: auto;
    margin-top: 10px;
    justify-content: start;
    align-items: center;
}

#ContactForm input[type="checkbox"] {
    width: 22px;
    height: 24px;
    margin-left: 14px;
}


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

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

#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: 318px;
    margin-left: 0%;
}

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

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

#ContactForm label[for="sherut_ptor"] input[type="radio"], #ContactForm label[for="sherut_leumi"] 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 {
	font-family: 'Noto Sans Hebrew Condensed';
	border: 1px solid #ffffff;
	width: 315px;
	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;
    padding: 0px 10px;
    font-size: 21px;
}

#ContactForm select option:first-of-type{
	text-align: center;
}

select:focus {
	outline: 0;
}

select#kidumet {
    width: 90px;
}

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

::-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 label[for="validat"], #ContactForm label[for="validat2"] {
    font-size: 19px;
    line-height: 1.45;
}

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

#ContactForm input[type="submit"] {
	font-family: 'Noto Sans Hebrew Condensed';
    text-indent: 0px;
    font-size: 33px;
    height: 94px;
    cursor: pointer;
    color: #fff;
    background: #fb2736 url(../images/btn_arr.png) no-repeat 10% center;
    width: 410px;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 5.8%  auto 0;
    display: block;
    font-weight: 900;
    /* border-radius: 41px; */
}

#ContactForm input[type="submit"]:hover{
	 background-color: #223291;
}


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

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

.text-phone a:hover{
	text-decoration: underline
}

.text-phone-hours {
    display: inline-block;
    font-weight: 400;
    border-right: 1px solid #888;
    padding-right: 1%;
    margin-right: 1%;
}

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


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

.footer {
    margin-top: 6%;
    min-height: auto;
    color: #000;
    /*background: #134556;*/
}
.footer .container{
	 display: flex;
    justify-content: space-between;
}

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

.podtcast-nav{
    max-width: 336px;
}

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

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

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: 380px;
    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: #fb2736;
}
nav.footer-menu ul {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    width: 555px;
    margin-left: 194px;
    margin: 18px auto 0;
    color: #fff;
}


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

.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;
    padding: 30.5% 0;
    color: #fff;
}

.sec2-circles-responsive {
    display: none;
}


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.dark-theme #ContactForm input, body.dark-theme #ContactForm select {
    border: 1px solid #fff;
    background: #111;
    color: #fff;
}

body.white-theme .sec2-circle-icon{
	border: 3px solid #000;
	background-color: #ddd;
	color: #000;
}

body.dark-theme .sec2-circle-icon{
	border: 3px solid #fff;background-color: #333;
	
}

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

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

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{
	color: #000;
}

body.dark-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 {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
body.dark-theme .sec2Text strong, body.dark-theme .sec1-texts strong{
	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-color: #ddd;
	color: #000;
}


@media screen and (max-width: 1910px) {	
	.logo {
		left: 4%;
	}
}


/*
@media screen and (max-width: 1800px) {	
	.logo {
		margin-left: -14%;
	}
}*/

@media screen and (max-width: 1660px) {	
	.container {
		max-width: 94%;
	}
	
	nav.footer-menu ul {
		margin-left: 0;
	}

	.sec2-left {
		width: 54%;
	}
	
}
   

@media screen and (max-width: 1500px) {	
	.container {
		width: 95%;
	}
	
	.logo {
		left: 2%;
	}

	.logo img{
		width: 142px;
	}
	
	
	
	#section2 {
		padding-bottom: 6%;
	}
	
	#section3 {
		min-height: auto;
		padding-bottom: 5%;
	}
	
	.sec3-kuhavut-text {
		margin-top: -84px;
		line-height: 1.15;
	}
	
	.sec3-title {
		font-size: 50px;
	}

	
	.form-container-right {
		padding-left: 5%;
	}
	
	.form-container {
		max-width: 1100px;
	}
	
	#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: 506px;
	}
	.formRow-full {
		width: auto;
	}
	
	.driving-container, .migdar-container {
		width: 162px;
		margin-left: 25%;
	}
}


@media screen and (max-width: 1400px) {	
	#section1 {
		background: #e4e4e4 url(../images/sec_1_1400.jpg) no-repeat center top;
		min-height: 1070px;
	}
	
	.title {
		margin: 80px auto 0;
	}
	
	.title img{
		width: 610px;
	}
	
	.sub-title img, .sec1-flah-text img{
		width: 610px;
	}
	
	.sec1-btn-2 {
		margin: 350px auto 0;
	}
	
	.sec2-left {
		margin: -50px 0 0 0;
	}
	
	#section2 {
		/* background-color: #fff; */
		min-height: 754px;
		background: url("../images/sec2_soldier.png") no-repeat right bottom, url("../images/sec2_1400.jpg") no-repeat center top;
		background-size: 44vw, auto;
		background-color: #fff;
	}
	
}




@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;
	}*/
	
	
	.logo {
		margin-left: 0;
	}
	.logo img {
		width: 11vw;
	}
	
	.title {
		margin: 120px auto 0;
	}
	
	.title img, .sub-title img, .sec1-flah-text img {
		width: 550px;
	}
	
	.sub-title {
		margin: 26px auto 0;
	}
	
	.sec1-btn-2 {
		margin: 356px auto 0;
	}
	
	.sec1-texts strong {
		font-size: 2.7vw;
		letter-spacing: -0.4px;
	}
	
	.sec1-texts {
		margin: 2% 0 0;
		font-size: 3.5vw;
		line-height: 1;
		/* margin: 1% auto 0; */
	}
	

	#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;
		border-top: 1px solid #999;
		margin-top: 15%;
		padding-top: 10%;
	}
	
	.formRow {
		width: auto;
	}
	
	.form-container {
    	max-width: 504px;
	}
	
	#ContactForm input[type="submit"] {
		width: 100%;
	}
	
	#ContactForm label[for="migdar_other"] {
		margin-left: 0;
	}
	
	#ContactForm label[for="validat"] {
		font-size: 18px;	
	}
	
	#ContactForm input[type="checkbox"] {
		width: auto;
		height: auto;
	}
	
	.formRow-full {
		margin-top: 8%;
		align-items: baseline;
	}
	
	.kuhavit {
		margin-top: 7%;
	}
	
	
	
	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-top: 8.5%;
	}
	
	.sec3-kuhavut-text {
		text-align: center;
		margin-top: 40px;
	}
	
	/*.sec2-circle-icon {
		height: 114px;
		width: 114px;
	}*/
	
	.sec2-circle-title {
		font-size: 18px;
	}
	
	/*.sec2-circles-up {
		margin: 16% auto 0;
		max-width: 95%;
	}
	
	.sec2-circles.sec2-circles-down {
		margin: 8% auto 0;
		max-width: 100%;
	}*/
	
	.text-phone-hours {
		display: block;
		font-weight: 400;
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
	}
	
	.text-phone {
		margin-top: 6%;
	}
	
	.text-phone-sep{display: none;}
}




@media screen and (max-width: 1060px) {	
	.sec1-btn-2 {
		position: static;
	}
	
	#section2 {
		min-height: auto;
    	background: url(../images/sec2_soldier_1060.png) no-repeat right bottom, url(../images/sec2_1400.jpg) no-repeat center top;
		padding-bottom: 5%;
		background-size: 44vw, cover;
	}
	
	.sec2-ul-general, .ul-jerusalem {
		display: block;
		margin: 5% 0px 0 0;
	}
	
	.sec2-left {
		width: 51%;
	}

	.footer {
		min-height: auto;
		padding-bottom: 1%;
	}
	.footer .container {
    	display: block;
	}
	
	nav.footer-social ul {
		width: auto;
		max-width: 380px;
		/* margin: auto; */
	}
	
	.back2Top {
		margin-top: 8%;
	}
	
	nav.footer-menu ul {
		font-size: 19px;
		width: 80%;
		margin: 4% auto 0;
	}



	/*********************************/
	.sec3-kuhavut-text {
		margin-top: 20px;
		text-align: center;
	}
	
	.podtcast-nav, .podtcast-nav-title strong {
		max-width: none;
	}
	
	nav.postcast-menu ul {
		margin: 2% auto 0;
	}
	
	.sec2-ul-btns {
		display: block;
	}
	
	#darom-btn {
		margin-top: 3%;
	}
	
}

@media screen and (max-width: 900px) {	
	.logo {
		left: 1%;
		margin-top: 6px;
	}
	.sec2-title {
		    font-size: 55px;
	}
	
	
}

@media screen and (max-width: 820px) {	
	.menuNagishut {
		top: 54px;
	}
	
	.logo img {
		width: 13vw;
	}
	
	.logo {
		left: 2%;
		margin-top: 2vw;
	}
	
	#section1 {
		background: url(../images/sec_1_1400.jpg) no-repeat center top, url(../images/sec2_1400_flip.jpg) no-repeat center bottom;
		background-size: 136vw, cover;
		background-position: center -4vw, center top;
		min-height: auto;
	}
	
	.sub-title {
		margin: 32vw auto 0;
	}

	.title {
		margin: 11vw auto 0;
	}
	
	.title img {
		width: 62vw;
	}
	
	.sub-title img, .sec1-flah-text img{
		width: 62vw;
	}
	
	.sec1-flah-text {
		margin: 1vw auto 0;
	}
	
	.sec1-btn-2 {
		margin: 7vw 0 0 8vw;
		float: left;
	}
	
	.sec1-btn-left {
		margin-right: 12px;
	}
	
	.sec2-left {
		margin: 50px 0 0 0;
	}
	
	#section2 {
		padding-bottom: 6%;
	}
	
	.sec3-title {
		margin: 180px auto 0;
	}
	
}



@media screen and (max-width: 710px) {	
	.sec2-left {
		width: auto;
		float: none;
	}
	
	.sec2-ul-general {
		display: flex;
	}
	
	#section2 {
		min-height: auto;
		background: url(../images/sec2_soldier.png) no-repeat 12% bottom, url(../images/sec2_1400.jpg) no-repeat center top;
		padding-bottom: 24%;
		background-size: 44vw, cover;
	}

	.sec2-ul-general, .ul-jerusalem {
    	font-size: 3.7vw;
	}
	
	.sec1-btn-2 {
    	font-size: 4vw;
	}
	
	.sec1-btn-right img{
		width: 12vw;
	}
	
	.sec1-btn-left {
		margin-right: 1.5vw;
	}
	
	button.sec2-btn {
		margin: 0;
	}
}





@media screen and (max-width: 550px) {
	
	#section1 {
		background-size: 146vw, cover;
		background-position: center 0vw, center top;
	}
	
	
	
	.sec2-sub-title {
		font-size: 5.5vw;
		line-height: 1.1;
		width: 46vw;
	}
	
	nav.top ul {
		font-size: 18px;
		margin: 17px auto 0;
		width: 316px;
		float: none;
	}
	
	.logo {

	}
	
	.logo img {
		width: 18vw;
	}
	
	.sec1-texts {
		font-size: 6.2vw;
		line-height: 1.1;
	}
	
	.sec1-texts strong {
		/* margin-top: 3px; */
		font-size: unset;
	}

	
	.title {
		margin: 19vw auto 0;
	}
	
	
	.sec2-title {
		margin: 12% 0% 0 0;
		font-size: 10vw;line-height: 1;
	}
	
	.sec2-title span{
		display: block;
		
	}

	.sec3-title {
		font-size: 6.5vw;
		line-height: 1.1;
		margin: 35% 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"] ,#ContactForm label[for="validat2"] {
		font-size: 16px;
	}
	
	.formRow-full {
		margin-top: 10%;
	}
	.kuhavit {
		margin-top: 10%;
	}
	
	/******************************/
	.topNavCont.topNavBkg {
		min-height: 44px;
		display: none;
	}
	
	.form-container-left {
		padding-top: 15%;
		margin-top: 15%;
	}
	
	.menuNagishut {
		top: 10vw;
	}
}



@media screen and (max-width: 480px) {	
	#section1 {
		background-size: 174vw, cover;
		background-position: center 0vw, center top;
	}
	.container {
		width: 94%;
	}
	
	.logo img {
		width: 19vw;
	}
	
	.title {
		margin: 23vw auto 0;
	}
	
	.title img {
		width: 74vw;
	}
	.sub-title {
		margin: 38vw auto 0;
	}
	.sub-title img, .sec1-flah-text img {
		width: 74vw;
	}
	
	.sec1-btn-2 {
		margin: 10vw 0 0 3vw;
	}
	
	ul.ul-general-right {
		width: 59%;
		margin-left: 5%;
	}

	.form-container {
    	font-size: 20px;
	}
	
	.formRow {
		display: block;
		margin-top: 4%;
	}
	
	/*.form-container-left .formRow:first-of-type {
		display: flex;
		margin-top: 5%;
	}*/
	
	.formRow.formRow-full {
		display: flex;
		margin-top: 10%;
	}
	
	/*.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 label[for="education"]{
		
	}
	
	#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: 99%;
		margin-left: 0;
		margin-right: 0%;
	}
	
	.driving-container {
		width: 170px;
		margin-left: 5%;
	}
	
	.migdar-container {
		width: 170px;
		margin-left: 0;
		margin-right: 0%;
	}

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

	#section3 {
		padding-bottom: 20%;
		background-size: cover;
	}
	
	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: 30% auto 0;
	}
	
	#section2 {
		padding-bottom: 85%;
		background: url(../images/sec2_soldier.png) no-repeat center bottom, url(../images/sec2_1400.jpg) no-repeat center top;
		background-size: 62vw, cover;
	}

	
	.thanks-title {
		font-size: 11vw;
		/* margin-top: 25.5%; */
		padding: 44.5% 0;
	}
	

	#ContactForm .inputfile + label {
		width: 100%;    height: 54px;
	}
	
	.anchor {
		top: -34px;
	}
	.topNavCont {
		height: 34px;
	}
	
	nav.top ul {
		font-size: 18px;
		margin: 5px auto 0;
		width: 92%;
		display: flex;
		justify-content: space-around;
	}
	
	nav.top ul li {
		font-family: 'Noto Sans Hebrew Condensed';
		font-weight: 500;
		margin-left: 0px;
		padding: 0;
	}
	
	/*************************/
	nav.footer-social ul {
		margin: 15.5% auto;
	}
	
	.text-phone {
		margin-top: 12%;
		font-size: 18px;
	}

	.sec2-ul-general, .ul-jerusalem {
		font-size: 4.5vw;
		line-height: 1.3;
	}
	
	.sec2-ul-general li, .ul-jerusalem li {
		margin-top: 1.2%;	
		padding-right: 6vw;	
		background: url("../images/li_arr.png") no-repeat right 5px;
	}
	
	button.sec2-btn {
		width: 230px;
		height: 40px;
		font-size: 22px;
		margin: auto;
	}
}





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

	ul.top-menu {
    	font-size: 12px;
	}

}














