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

.required {
    font-size: 17px;
    color: #f00;
    padding-right: 2px;
}

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

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

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

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 22px;
    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: #B7B7B7;
	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: 9;
    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: 1640px;
}

#section1 {
	background: #161927 url(../images/sec1_bg_1.webp) no-repeat center top;
	
	/* background: red; */
	min-height: 1080px;
	position: relative;
}



/*.section1 .wrapper{
	position: relative;
	z-index: 9;
	min-height: 837px;
}
.slider-sec1 {
    min-height: 1080px;
    width: 100%;
	max-width: 1920px;
    direction: ltr;
    position: absolute;
    top: 0;
	left: 0;
	right: 0;
}

.slide{
	min-height: 1080px;
}

.slide1 {background: url(../images/sec1_bg_1.webp) no-repeat  center top;}
.slide2 { background: url(../images/sec1_bg_2.webp) no-repeat center top;}
.slide3 { background: url(../images/sec1_bg_3.webp) no-repeat center top;}
.slide4 { background: url(../images/sec1_bg_4.webp) no-repeat center top;}*/

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

.logo {
    padding-top: 0;
    /* text-align: center; */
    margin-top: 44px;
    float: left;
}
.logo img{
	/* width: 157px; */
}

.subMainTitle {
    font-size: 47px;
    font-weight: 300;
    margin-top: 160px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.subMainTitle strong{
	font-weight: 900;
	display: block;
}

.mainTitle {
    font-size: 120px;
    font-weight: 900;
    letter-spacing: -0.4px;
    line-height: 1;
    color: #0ff;
    /* text-align: center; */
    margin: 9px auto 0;
    /* text-shadow: 2px 2px 2px rgb(0 0 0 / 23%); */
}

.mainTitle span {
    text-decoration: underline;
}

/*.mainTitle strong {
	display: block;
	font-weight: 300;
	 color: #209c34; 
	font-size: 42px;
	margin-top: 3px;
	letter-spacing: -1px;
	line-height: 1.05;
}*/

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

.sec1-texts {
    font-size: 42px;
    text-align: center;
    margin: 17px auto 0;
    line-height: 1.05;
    font-weight: 300;
    letter-spacing: -1px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 23%);
}
/*
.sec1-texts span{
    font-weight: 900;
}
*/

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

a.sec1-btn {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 526px;
    background: #00ffff url(../images/btn_arr_.png) no-repeat 11% center;
    height: 90px;
    font-size: 30px;
    font-weight: 900;
    margin: 61px 0 0;
}

a.sec1-btn:hover{
	background-color: #00cccc;
}

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

#section2 {
    min-height: 1049px;
    background: #161927 url("../images/sec_2.png") no-repeat center top;
}

.sec2-texts {
    float: right;
    line-height: 2.5;
    font-size: 20px;
    font-weight: 300;
    margin: 10.5% 8.9% 0 0;
}

.sec2-texts strong{
	font-weight: 700;
}

.sec2-circles {
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 282px 0 0 6.1%;
    width: 747px;
}

/*.sec2-circles-up {
    margin: 142px auto 0;
    max-width: 982px;
}

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

.sec2-circle {
    flex-basis: 50%;
    margin-bottom: 56px;
}

.sec2-circle-icon {
    height: 137px;
    width: 137px;
    border: 3px solid #00FFFF;
    border-radius: 50%;
    background: url("../images/icons/icon_1.png") no-repeat center center;
}

.sec2-circle-0 .sec2-circle-icon{
	background-image: url("../images/icons/icon_0.png");
}

.sec2-circle-2 .sec2-circle-icon{
	background-image: url("../images/icons/icon_2.png");
}

.sec2-circle-3 .sec2-circle-icon{
	background-image: url("../images/icons/icon_3.png");
}

.sec2-circle-4 .sec2-circle-icon{
	background-image: url("../images/icons/icon_4.png");
}



.sec2-circle-title {
    font-size: 20px;
    font-weight: 400;
    margin: 29px 17px 0 0;
    line-height: 1.2;
}

.sec2-circle-title strong{
	font-weight: 900;
	/* color: #209c34; */
}
.sec2-circle-title span{
	font-weight: 400;
	display: block;
}

#section3 {
    background: url("../images/sec_3.png") no-repeat right bottom;
    background-color: #fff;
    min-height: 1940px;
}

.thanks #section3{
	min-height: auto;
}

.sec3-title {
    color: #00fcfc;
    line-height: 0.8;
    letter-spacing: -4px;
    font-size: 152px;
    font-weight: 900;
    margin: -277px 20px 0 0;
}

.sec3-title span {
    color: #161927;
    display: block;
    margin-top: 21px;
}

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

.form-container {
	float: left;
	width: 724px;
	/* margin-left: 13%; */
	margin: -233px 0 0 13.2%;
	font-size: 20px;
	color: #161927;
	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: 13px;
    width: 504px;
}

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

.formRow-2{
    margin-top: 44px;
}

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

.formRow-quest {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-end;
	margin-top: 27px;
}

.formRow-military-service, .formRow-upload-file{
	margin-top: 60px;
}

.formRow-military-service-other {
    display: flex;
    margin-top: 0px;
    align-items: flex-end;
}

.formRow-upload-file {
	display: flex;
	align-items: center;
}


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

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


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


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

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

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

#ContactForm input[type="radio"] {
	width: 24px;
	height: 24px;
	border: 2px solid #161927;
}

#ContactForm input#start_service, #ContactForm input#end_service {
    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%;
}*/

fieldset{
	display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.sherut-container {
	display: block;
    width: 450px;
	margin-top: 3px;
    /* margin-left: 15%; */
}

.sherut-container fieldset {
    display: flex;
    justify-content: space-between;
    max-width: 448px;
}

.student-container, .migdar-container {
    width: 140px;
}

.syear-container {
    width: 446px;
}

#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: 158px;
    /*margin-left: 37%;*/
}

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

form#ContactForm {
    margin-top: 54px;
}



#ContactForm input, #ContactForm select {
	border: 1px solid #161927;
	width: 286px;
	height: 47px;
	text-indent: 12px;
	box-sizing: border-box;
	/* margin-bottom: 10px; */
	font-size: 23px;
	font-family: 'Assistant', sans-serif;
	color: #161927;
	background: transparent;
	font-weight: 500;
}

#ContactForm select {
    width: 286px;
    height: 47px;
    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: 70px;
}

#ContactForm input:focus {
    border: 1.4px solid #00fcfc;
}

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

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


#ContactForm .form-part-2 label{
	height: 24px;
	display: flex;
    align-items: center;
}

#ContactForm label[for="validat"] {
    font-size: 18.6px;
    line-height: 1.45;
    height: auto;
}

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


#ContactForm input[name="institutions"] {
    border: 0;
    border-bottom: 2px solid #161927;
    width: 402px;
    margin-right: 25px;
}

#ContactForm input[id="sherut_other"], #ContactForm input[id="service_other"] {
    border: 0;
    border-bottom: 2px solid #161927;
    width: 593px;
    margin-right: 25px;
}

#ContactForm input[name="institutions"]:focus , #ContactForm input[id="sherut_other"]:focus , #ContactForm input[id="service_other"]:focus {
    border-bottom: 2px solid #00FFFF;
}

#ContactForm input[type="submit"] {
    text-indent: 0px;
    font-size: 20px;
    height: 66px;
    cursor: pointer;
    color: #00FFFF;
    background: #161927 url(../images/btn_arr.png) no-repeat 10% center;
    width: 296px;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 5.3%  auto 0;
    display: block;
    font-weight: 900;
}

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


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


input[type="file"]{
	background: transparent;
	/*width: 0;*/
	width: 1%;
}

#ContactForm .inputfile + label {
    text-align: center;
    width: 496px;
    font-size: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    color: #161927;
    font-weight: 600;
    letter-spacing: -0.3px;
    border: 1px solid #161927;
    /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAe1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NgkbwAAAAKHRSTlMAAQMECAkKDA4PEhUXHiAhJyg8Rk5VVnOIi4+VnrK+3uLk5unr8/v9E4v1fQAAAHNJREFUGFedztkOgjAURdGD84wWreJURIH9/1/oQ22kjU+ut7uTk1zJM7iJIgaSZiBpvvTblsANPml2sEegsnaffadT4K7I32n4glM4LgC3TJIWLVCP5R+qzmV57QDYiJ5nQ00epV3BnFwPEiuN1rGlfngDm0EVzefBdckAAAAASUVORK5CYII=) no-repeat 95% center; */
    background: url("../images/upload.png") no-repeat 95% center;
    fill: red;
    padding-right: 43px;
    margin-right: 25px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}


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

.form-part-2 {
    margin-top: 90px;
}

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

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

.footer {
    min-height: 411px;
    background: #161927 url(../images/sec_4.png) no-repeat right top;
}

/*.footer .container{
	 display: flex;
    justify-content: space-between;
}*/


.footer-container {
	display: flex;
	justify-content: space-between;
	float: left;
	width: 61.2%;
	margin-left: 3.2%;
	margin-top: 119px;
}

.footer-title {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    margin-top: 0;
}

.social-icon{
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #00FFFF;
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
}

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

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

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

.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: 475px;
    justify-content: space-between;
    margin: 6.5% auto;
}
nav.footer-social ul li {
	width: 50%
}

nav.footer-social ul li a {
    text-align: center;
    font-size: 20px;
    display: block;
    margin: 16px auto 0;
}
/*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 a.facebook{
	background-image: url("../images/social/social_4.png");
}

nav.footer-social ul li a.instagram{
	background-image: url("../images/social/social_3.png");
}


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

nav.footer-menu ul {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    max-width: 314px;
    /* margin-left: 194px; */
    margin: 72px auto 0;
}

nav.footer-menu ul li.active a{
	color: #0FF;
}

.social-icon-email{
	background-image: url("../images/icon_police.png");
}

.social-icon-whatsApp{
	background-image: url("../images/icon_whatsapp.png");
}

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

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

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


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

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

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

/*@media screen and (max-width: 1910px) {	
	.section1 .wrapper {
		background: url("../images/sec1_transparent.png") no-repeat left top;
	}
}*/

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

@media screen and (max-width: 1660px) {	
	.container {
		max-width: 94%;
	}
	
	#section1 {
		background: #161927 url(../images/sec1_resp.webp) no-repeat center top;
	}
	
	.sec2-circles {
		margin: 14% auto 0;
	}
	
	.sec2-texts {
		margin: 13.5% 8.9% 0 0;
	}
	
	#section3 {
		background-size: 44%;
		min-height: auto;
		padding-bottom: 8%;
	}
	
	.thanks #section3 {
		padding-bottom: 0%;
	}
	
	.form-container {
		margin: -536px 0 0 6%;
		width: 665px;
	}

	.sec3-title {
		line-height: 0.8;
		letter-spacing: -4px;
		font-size: 132px;
		margin: 70px 20px 0 0;
	}
	
	
}
   

@media screen and (max-width: 1500px) {	
	.container {
		width: 95%;
	}
	
	#section1{
		min-height: auto;
		background-size: cover;
		padding-bottom: 6%;
	}
	
	.logo {
		margin-top: 0;
		padding-top: 32px;
	}
	
	.logo img {
		width: 360px;
	}
	
	.subMainTitle {
		font-size: 40px;
		margin-top: 80px;
		line-height: 1.1;
		letter-spacing: -0.8px;
	}
	
	.mainTitle {
		margin: 10px auto 0;
		font-size: 130px;
		line-height: 0.8;
	}
	
	
	/*#section1, .section1 .wrapper, .slider-sec1, .slide{
		 min-height: 650px; 
	}
	
	.section1 .wrapper {
		background-size: cover;
	}
	
	.slide1, .slide2, .slide3, .slide4{
		background-size: cover;
	}*/
	
	
	.main-sub-title {
		font-size: 80px;
		font-weight: 300;
		letter-spacing: 0px;
		line-height: 0.9;
	}
	
	.sec1-texts {
		/* font-size: 50px; */
		/* margin: 1% auto 0; */
	}
	
	a.sec1-btn {
		margin: 3% 0 0 0;
		width: 446px;
		height: 70px;
		font-size: 28px;
	}
	
	a.sec2-circle, a.sec2-circle.sec2-circle-2, a.sec2-circle.sec2-circle-3 {
		border: 1.5vw solid #fff;
		background-size: 9vw, cover;
	}
	
	#section2 {
		min-height: auto;
		background-size: cover;
		padding-bottom: 10%;
	}
	
	.sec2-circle-icon {
		height: 128px;
		width: 128px;
	}
	
	.sec2-circle-title {
		font-size: 20px;
	}
	
	.sec2-circles {
		margin: 14% auto 0;
		width: 48%;
	}

	#section2 {
		padding-bottom: 16%;
	}
	
	#section3 {
		
		min-height: auto;
		padding-bottom: 5%;
	}
	
	.footer{
		background: #161927 ;
	}
	
	.footer-container {
		width: 75%;
		margin-left: 13.2%;
	}
	
	.sec3-kuhavut-text {
		margin-top: -84px;
		line-height: 1.15;
	}
	
	.section4-video {
		height: 56.3vw;
	}
}


@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, .slide4{
		/* background-size: cover; */
	}
	
	/*#section1, .section1 .wrapper, .slider-sec1, .slide {
		min-height: 636px;
	}*/
	
	.subMainTitle {
		font-size: 28px;
		margin-top: 70px;
		line-height: 1.1;
		letter-spacing: -0.2px;
	}

	
	.mainTitle, .main-sub-title{
		font-size: 95px;
	}
	
	a.sec1-btn {
		margin: 3% 0 0 0;
		width: 322px;
		height: 64px;
		font-size: 26px;
	}
	
	#section2 {
		padding-bottom: 8%;
	}
	
	.sec2-texts {
		float: none;
		line-height: 1.8;
		margin: 10.5% auto  0;
		text-align: center;
	}
	
	.sec2-circles {
		margin: 8% auto 0;
		width: auto;
		max-width: 626px;
		float: none;
	}
	
	.sec2-circle-icon {
    	margin: auto;
	}
	
	.sec2-circle-title {
		font-size: 18px;
		text-align: center;
		margin: 18px auto 0;
	}

	#section3 {
		min-height: auto;
		padding-bottom: 8%;
		background-size: 28%;
	}
	
	.sec3-title {
		float: none;
		text-align: center;
		line-height: 0.75;
		letter-spacing: -1px;
		font-size: 102px;
		margin: 12% auto  0;
	}
	
	.sec3-title br{display: none;}
	
	.form-container {
		max-width: 604px;
		float: none;
		margin: 8% auto 0;
	}
	
	
	.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;
	}
	
	#ContactForm .inputfile + label {
    	width: 336px;
	}
	
	#ContactForm input[id="sherut_other"], #ContactForm input[id="service_other"] {
		width: 432px;
	}
	
	.formRow-full {
		margin-top: 8%;
		align-items: baseline;
	}
	
	.kuhavit {
		margin-top: 7%;
	}
	
	.footer {
		background: #161927;
	}
	
	.footer-container {
		width: 82%;
		float: none;
		margin: 10% auto 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;
	}
	
	
	
	.sec3-kuhavut-text {
		text-align: center;
		margin-top: 40px;
	}
	
	/*.sec2-circle-icon {
		height: 114px;
		width: 114px;
	}
	*/
	.sec2-circle-title {
		font-size: 18px;
	}
	

	
}





@media screen and (max-width: 1060px) {	
	.footer {
		min-height: auto;
		padding-bottom: 1%;
	}
	.footer .container {
    	display: block;
	}
	

	
	.sec2-circle-icon {
		margin: auto;
	}
	
	#section1 {
		background: url("../images/sec1_1080.webp") no-repeat center top;
		background-size: cover;
		background-color: #161b45;
		padding-bottom: 4%;
	}
	
	.subMainTitle {
		text-align: center;
		margin-top: 40vw;
		font-size: 4.1vw;
		letter-spacing: 0;
	}
	
	.mainTitle {
		font-size: 8vw;
		text-align: center;
		margin: 1vw auto 0;
		letter-spacing: 0
	}
	
	.mainTitle br, .subMainTitle br{display: none;}
	
	a.sec1-btn {
		margin: 3% auto 0;
	}
	
	/*********************************/
	.sec3-kuhavut-text {
		margin-top: 20px;
		text-align: center;
	}
	
	.sec3-title {
		font-size: 9vw;
	}
	
	#ContactForm input[id="sherut_other"], #ContactForm input[id="service_other"] {
		width: 440px;
	}
	
	.footer-container {
    	width: 92%;
	}
	
	.footer-title {
		margin-top: 1vw;
	}
	
	
}




@media screen and (max-width: 820px) {
	#section1 {
		padding-bottom: 6%;
	}
	
	.logo img {
		width: 28vw;
	}
	
	.subMainTitle {
		margin-top: 43vw;
		font-size: 4.1vw;
	}
	
	
	
	.mainTitle {
		/* font-size: 10.1vw; */
	}
	
	.mainTitle, .main-sub-title {
		/* font-size: 10.1vw; */
	}
	
	.sec1-texts {
		font-size: 5.6vw;
		margin: 1% auto 0;
		letter-spacing: 0px;
	}

	a.sec1-btn {
		width: 44vw;
		height: 7vw;
		font-size: 3.5vw;
	}
	
	#section2 {
		padding-bottom:6%;
	}
	
	.sec2-texts {
		margin: 14.5% auto  0;
	}

	.footer-container {
		display: block;
		width: auto;
	}

	.podtcast-nav, .podtcast-nav-title strong {
		max-width: none;
	}
	
	.podtcast-nav {
		margin-top: 12%;
	}
	
	nav.postcast-menu ul {
		margin: 2% auto 0;
	}
}


@media screen and (max-width: 550px) {
	nav.top ul {
		font-size: 18px;
		margin: 17px auto 0;
		width: 316px;
		float: none;
	}
	
	#section1 {
		padding-bottom: 10%;
	}
	
	
	.logo {
		padding-top: 8px;
		margin-left: 0;
		text-align: left;
		margin-top: 0px;
		/* position: relative; */
		/* top: -40px; */
	}
	
	.logo img {
		width: 58vw;
	}
	.sec1-texts {
		font-size: 5.2vw;
	}
	
	.subMainTitle {
		margin-top: 54vw;
		font-size: 6.1vw;
		letter-spacing: 1px;
		text-shadow: 2px 2px 2px rgb(0 0 0 / 33%);
	}

	.mainTitle {
		font-size: 9.9vw;
		margin: 0.5vw auto 0;
	}
	
	.sec1-texts br:nth-of-type(3){ display: none; }
	
	a.sec1-btn {
		width: 56%;
		height: 10vw;
		font-size: 4.9vw;
		margin-top: 3%;
		background-position: 8% center;
		background-size: 10px;
	}
	
	.sec2-circles-up {
		max-width: 100%;
		grid-gap: 7% 5%;
	}
	
	.sec2-circles.sec2-circles-down {
		margin: 9% auto 0;
		max-width: 100%;
		grid-gap: 7% 5%;
	}
	
	.sec2-circle-icon {
		height: 124px;
		width: 124px;
		/* border: 2px solid #304631; */
		border-width: 2px;
	}
	
	.sec2-circle-title {
		font-size: 16px;
		margin-top: 10px;
		line-height: 1.15;
	}
	
	.sec3-title {
		font-size: 9.5vw;
		line-height: 0.6;
		margin: 15% auto 0;
	}
	
	.form-container {
    	font-size: 19px;
	}
	
	form#ContactForm {
		margin-top: 24px;
	}
	
	.form-part-2 {
		margin-top: 40px;
	}
	
	.sec3-sub-title {
		font-size: 7vw;
	}
	
	.form-container {
		max-width: 90%;
	}
	
	.sherut-container {
		width: auto;
	}
	
	#ContactForm input[id="sherut_other"], #ContactForm input[id="service_other"] {
		width: 100%;
	}
	
	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;
	}
	
	.formRow-full {
		margin-top: 10%;
	}
	.kuhavit {
		margin-top: 10%;
	}
	
	/******************************/
	.topNavCont.topNavBkg {
		min-height: 44px;
	}
	
	.form-container-left {
		padding-top: 9%;
		margin-top: 11%;
	}
	
	
	#section3 {
		padding-bottom: 15%;
	}
	
	nav.footer-menu ul {
		margin: 20% auto 0;
	}
}



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

	.container {
		width: 94%;
	}
	
	.mainTitle, .main-sub-title {
		font-size: 9.6vw;
		line-height: 0.9;
		/* margin: 37.5vw auto 0; */
		text-shadow: 2px 2px 2px rgba(0,0,0,0.28);
	}
	
	.subMainTitle {
		margin-top: 72vw;
		font-size: 6.9vw;
		letter-spacing: 1px;
		text-shadow: 2px 2px 2px rgb(0 0 0 / 33%);
	}
	
	.sec1-texts {
		font-size: 6.5vw;
		margin-top: 1%;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.28);
	}
	
	.kuhavit {
		margin-top: 8%;
	}
	
	.sec2-texts {
		margin: 20.5% auto  0;
		line-height: 1.6;
		font-size: 4.5vw;
	}
	
	.form-container {
    	font-size: 20px;
	}
	
	.formRow-2, .form-row-question, .formRow-military-service, .formRow-upload-file {
		display: block;
		margin-top: 15%;
	}
	
	.formRow{
		display: block;
		margin-top: 5%;
	}
	
	.form-container-left .formRow:first-of-type {
		display: flex;
		margin-top: 5%;
		flex-direction: column;
	}
	
	.formRow.formRow-full {
		display: flex;
		margin-top: 10%;
	}
	
	.formRow-quest {
    	display: block;
	}
	
	#ContactForm input[name="institutions"] {
		width: 100%;
		margin-right: 0;
	}
	/*.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: 46px;
	}
	
	#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%;
	}
	
	.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;
	}
	
	#ContactForm label[for="sherut_ptor"], #ContactForm label[for="sherut_leumi"] {
    	top: 0px;
	}
	
	#ContactForm label[for="sherut_ptor"] input[type="radio"], #ContactForm label[for="sherut_leumi"] input[type="radio"] {
		top: -2px;
	}

	#section3 {
		padding-bottom: 20%;
	}
	
	nav.footer-menu ul {
		/*font-size: 15px;*/
		margin: 10% auto 0;
	}
	
	.form-container {
    	margin: 6% auto 0;
	}
	
	.sec3-title {
		font-size: 10.5vw;
		line-height: 0.5;
		margin: 20% auto 0;
	}
	
	#section2 {
		padding-bottom: 1%;
		/*background-size: 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: 40% auto;
	}
	
	.logo {
		/* padding-top: 54px; */
	}

	.sec2-circle-icon {
		height: 96px;
		width: 96px;
		background-size: 48px;
	}

	#ContactForm .inputfile + label {
		width: 100%;
		margin-right: 0;
	}
	
	.anchor {
		top: -34px;
	}
	.topNavCont {
		height: 34px;
	}
	
	nav.footer-social ul li {
		width: auto;
		margin-top: 6%;
	}
	
	nav.footer-social ul li a {
		margin: 8px auto 0;
		font-size: 18px;
	}
	
	
	
	nav.top ul {
		font-size: 18px;
		margin: 5px auto 0;
		width: 92%;
		display: flex;
		justify-content: space-around;
	}
	
	nav.top ul li {
		margin-left: 0px;
		padding: 0;
	}
	
	/*************************/
	nav.footer-social ul {
		margin: 6.5% auto 0;
		display: block;
    	width: auto;
	}

	
	.syear-container {
		width: auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-gap: 12% 0%;
	}
	
	#ContactForm .sherut-container label{
		align-items: flex-start
	}
	
	#ContactForm .sherut-container .formRow-military-service-other {
		margin-top: 20px;
	}
}





@media screen and (max-width: 400px) {
	ul.top-menu {
    	font-size: 12px;
	}
	
	/*#section1, .section1 .wrapper, .slider-sec1, .slide {
		min-height: 116vw;
	}*/
}














