*, *::before, *::after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}
figure {
  margin: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
p {
  margin: 0;
}
cite {
  font-style: normal;
}
fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 1px;
}
body {
  /*font-family: 'Assistant', sans-serif;*/
  font-family: "noto-sans-hebrew-ex-cond", sans-serif;
  margin: 0;
  direction: rtl;
  letter-spacing: 0px;
  background-color: #fff;
  color: #fff;
  font-size: 0;
  font-weight: 400;
  line-height: 1.3;
  /* background: url("../images/bkg.png") no-repeat center top;*/
}
#warper {
  transform-origin: center top;
  max-width: 1920px;
  margin: auto;
  position: relative;
}
.modal {
  max-width: 640px;
  /* min-width: 600px; */
  /* min-height: 402px; */
  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: #00154f;
  padding-bottom: 3%;
}
.modal h2 strong {
  font-weight: 900;
  color: #aaaaaa;
}
.modal .button {
  font-size: 18px;
  border: 0;
  cursor: pointer;
  background: #00154f;
  color: #fff;
  font-weight: 700;
  padding: 6px 33px;
  margin: 5% auto 0;
  display: block;
}
.button:hover {
  background: #000;
}
.button:focus {
  background: #00154f;
}
.topNavCont {
  height: 56px;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 500ms ease-out;
  z-index: 999;
}
nav.top ul {
  margin-top: 3px;
  font-size: 22px;
  margin: 26px 0 0;
  width: 406px;
  float: left;
}
/*nav.top ul li.active {

	background: #07ACED;

}*/
nav.top ul li.active a {
  color: #fff;
  font-weight: 700;
  border-bottom: 6px solid rgb(255 255 255);
  padding-bottom: 11px;
}
nav.top ul li {
  float: right;
  margin-left: 25px;
  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;
  line-height: 0.6;
  align-items: center;
}
nav.top ul li:first-child {
  margin-right: 0;
  padding-right: 0;
}
nav.top ul li:last-child {
  margin-left: 0;
  padding-left: 0;
}
nav.top ul li a {
  color: #fff;
  font-weight: 500;
}
/*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);
}
.wrapper {
  /* z-index: 1; */
  /* position: relative; */
}
.sec1-left {
  /* float: left; */
  /* width: 982px; */
  margin-top: 100px;
}
.right-Nav {
  position: absolute;
  right: 0;
  top: 510px;
  /* background: url("../images/ul_line.png") no-repeat right 14px; */
}
nav.right ul {
  font-size: 24px;
  margin: 0px 0 0;
  padding-right: 143px;
}
nav.right ul li {
  margin-top: 18px;
}
nav.right ul li:first-child {
  margin-top: 0;
}
nav.right ul li.active {
  font-weight: 900;
}
nav.right ul li.active a {
  color: #ffe223;
}
nav.right ul li a:hover {
  color: #ffe223;
}
.container {
  margin: 0 auto;
  max-width: 1640px;
}
#section1 {
  background: url("../images/slider_img_3.jpg") no-repeat center top;
  position: relative;
}
#section1, .section1 .wrapper, .slide {
  min-height: 1078px;
}
/*.section1 .wrapper{

	position: relative;

	z-index: 9;

	background: url("../images/sec1_transparent.png") no-repeat center top;

}*/
.sec1-slogen {
  font-size: 50px;
  font-weight: 700;
  line-height: 0.87;
  border-right: 13px solid #ffe223;
  padding-right: 17px;
  position: absolute;
  right: auto;
  left: 12.9vw;
  bottom: 496px;
}
.slider-sec1 {
  /* min-height: 1109px; */
  width: 100%;
  max-width: 1920px;
  direction: ltr;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.slide1 {
  background: url(../images/slider_img_1.jpg) no-repeat center top;
}
.slide2 {
  background: url(../images/slider_img_2.jpg) no-repeat center top;
}
.slide3 {
  background: url(../images/slider_img_3.jpg) no-repeat center top;
}
/*.slide4 { background: url(../images/sec1_4.jpg) no-repeat center top;}

.slide5 { background: url(../images/sec1_5.jpg) no-repeat center top;}

.slide6 { background: url(../images/sec1_6.jpg) no-repeat center top;}*/
.slider-sec1.slider-sec1-resp {
  display: none;
}
.slider-sec1.slider-sec1-resp .slide1 {
  background: url("../images/slider_resp_1.jpg") no-repeat center bottom;
  background-size: contain;
}
.slider-sec1.slider-sec1-resp .slide2 {
  background: url("../images/slider_resp_2.jpg") no-repeat center bottom;
  background-size: 45vw;
}
.slider-sec1.slider-sec1-resp .slide3 {
  background: url("../images/slider_resp_3.jpg") no-repeat center bottom;
  background-size: 45vw;
}
.slideshow * {
  outline: none;
}
.slideshow .item {
  /* height: 100%; */
  position: relative;
  z-index: 1;
}
.slideshow .item img {
  transform-origin: center top;
  /* width: 100%; */
  /* transition: all 7s linear; */
  /* transform: scale(1); */
}
/*.slideshow .item.slick-active img {

  transform: scale(1.2);

}*/
.clearBoth {
  /* color: red; */
  clear: both;
  height: 1px;
}
.logo {
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 452px;
}
.police-logo img {
  width: 135px;
}
.taasuka-logo img {
  m, max-width: 222px;
  max-width: 280px;
}
.mainTitle {
  font-size: 94px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 0.94;
  color: #fff;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  margin: 0px;
}
.mainTitle span {
  display: block;
  color: #ffe223;
}
.main-sub-title {
  font-size: 119px;
  letter-spacing: 0.6px;
  font-weight: 900;
  line-height: 1.15;
  color: #ffe223;
  margin: -11px auto 0;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.sub-title {
  font-size: 34px;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: 0.0px;
  line-height: 1.1;
  /* color: red; */
}
.sec1-texts {
  font-size: 50px;
  color: #fff;
  margin: 64px auto 0;
  line-height: 1.1;
  letter-spacing: 0.0px;
  font-weight: 700;
  text-shadow: 1px 1px 9px rgb(0 0 0 / 25%);
}
.sec1-texts span {
  font-weight: 900;
}
.sec1-texts strong, .sec1-texts-role strong {
  font-weight: 700;
}
.sec1-texts-role {
  font-size: 32px;
  color: #fff;
  margin: 10px auto 0;
  line-height: 1.1;
  letter-spacing: 0.7px;
  font-weight: 400;
  text-shadow: 1px 1px 9px rgb(0 0 0 / 25%);
}
.sec1-btns-container {
  display: flex;
  margin: 24px 0 0;
  justify-content: space-between;
  width: 451px;
}
.btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 236px;
  /* background:  url(../images/btn_arr.png) no-repeat 11.5% center; */
  height: 62px;
  font-size: 22px;
  font-weight: 900;
  font-family: "noto-sans-hebrew-ex-cond", sans-serif;
}
a.sec1-btn {
  color: #00154F;
  background: #ffe223 url(../images/btn_arr.png) no-repeat 5.5% center;
}
.sec1-btn-2 {
  background: url(../images/btn_arr_wht.png) no-repeat 5.5% center;
}
a.sec1-btn:hover {
  background: #e6e6e6 url(../images/btn_arr.png) no-repeat 5.5% center;
  /* background-size: 30px, auto; */
}
.anchor {
  position: relative;
  top: -56px;
}
.sec1-video-box {
  position: relative;
  float: left;
  height: 436px;
  width: 760px;
  margin-top: 294px;
  margin-left: 7%;
  background: gray;
  border-bottom: 9px solid #00ffff;
  box-shadow: rgb(0 0 0 / 10%) -42px 39px 0px;
  /* border: 7px solid #fff; */
  box-sizing: border-box;
}
#section1 .container {
  position: relative;
  z-index: 99;
}



.sec1-texts-salery {
    font-size: 22px;
    font-weight: 900;
    margin: 3% 0 0 0;
}


.salery-title{
	 font-size: 32px;
}

ul.salery {
    margin-right: 8px;
    font-weight: 600;
}

ul.salery strong {
    margin-right: 8px;
    font-weight: 700;
    color: #FFE223;
    font-size: 26px;
}

.sec1-kuhavit {
    font-size: 22px;
    margin-top: 106px;
}



#section2 {
  min-height: 1199px;
  background: #00144f url(../images/sec_2.jpg) no-repeat center bottom;
  margin-top: -1px;
  /* padding-bottom: 132px; */
}
#section2 .container {
  /* margin: 0 auto; */
  /* max-width: 1146px; */
}
.sec2-right {
  float: left;
  width: 954px;
}
.sec2-title {
  font-size: 50px;
  font-weight: 400;
  margin: 85px 0px 0 0;
  letter-spacing: 2px;
}
.sec2-sep {
  width: 160px;
  height: 10px;
  background: #fb2736;
  margin: 2px 41px 0 0;
}
.sec2-title strong {
  font-weight: 900;
  color: #FFE223;
}
.sec2-ul {
  /* column-count: 2; */
  /* column-gap: 20px; */
  font-size: 22px;
  margin: 11px 0px 0 0;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  max-width: 918px;
  /* letter-spacing: -0.4px; */
  /* float: right; */
  font-weight: 400;
}
.sec2-ul li span {
  font-size: 23px;
}
.sec2-ul li {
  padding-right: 39px;
  margin-top: 11px;
  background: url("../images/sec2_li.png") no-repeat right 4px;
}
.sec2-ul li:first-child {
  margin-top: 0;
}
.sec2-right-mobile .sec2-ul {
  columns: auto;
}
.ui-widget {
  font-family: "noto-sans-hebrew-ex-cond", sans-serif;
  margin: 6% auto 0;
}
.ui-accordion .ui-accordion-content {
  padding: 0;
}
.ui-accordion .ui-accordion-content {
  padding: 0;
  border-top: 0;
  border-radius: 0;
  overflow: auto;
  border: 0;
}
.sec2-ul.sec2-ul-2 {
  margin: 1% 0px 0 0;
}
.sec2-ul-title {
  font-size: 35px;
  margin-top: 55px;
  font-weight: 600;
  color: #4BD9FF;
  letter-spacing: 1px;
}
.sec2-ul-title strong {
  /* font-weight: 800; */
}
.sec2-ul-title.sec2-ul-title-1 {
  margin-top: 82px;
}
.sec2-ul-btns {
  /* font-size: 24px; */
  margin: 18px 0px 0 0;
  max-width: 588px;
  letter-spacing: -0.4px;
  display: flex;
  justify-content: space-between;
}
.mahuzot-kuhavit {
  font-size: 23px;
  max-width: 540px;
  margin: 3.5% 0px 0 0;
  line-height: 1.25;
  letter-spacing: 0.2px;
  font-weight: 300;
}
a.sec2-btn {
  font-size: 25px;
  font-weight: 600;
  background: #348BFF url("../images/btn_arr.png") no-repeat 15% center;
  margin: 1.5% 0px 0 0;
  max-width: 588px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  border-radius: 6px;
}
a.sec2-btn:hover {
  background-color: #E0003D;
}
button.sec2-btn {
  font-family: "noto-sans-hebrew-ex-cond", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 278px;
  color: #fff;
  background: url("../images/submit_arr_.png") no-repeat 4% center;
  height: 58px;
  font-size: 22px;
  font-weight: 500;
  margin: 0px auto 0;
  /* background-size: 10px; */
  /* border-radius: 6px; */
  border: 2px solid #4BD9FF;
}
button.sec2-btn:hover {
  background-color: #1b3785;
}
#section3 {
  background: #fbfbfb url(../images/sec3.png) no-repeat center top;
  /* background-color: #07070b; */
  /* background-size: 67%, cover; */
  min-height: 1007px;
}
.sec3-title {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  margin: 167px auto 0;
  line-height: 1;
  color: #000B49;
}
.sec3-sub-title {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin: 7px auto 0;
  color: #07A2D1;
}
.form-container {
  max-width: 1066px;
  float: none;
  margin: 92px auto 0;
  font-size: 23px;
  color: #ACACAC;
  font-weight: 600;
}
.form-container-right {
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 5%;
}
.form-container-left {
  float: right;
  margin-right: 7%;
  width: 44%;
}
.form-container-inner {
  /* margin: 28px auto 0; */
  /* width: 92%; */
}
.form-title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.form-title-thanks {
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #eecd0c;
}
.formRow {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  width: 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;
}
#ContactForm input#start_service, #ContactForm input#end_service, #ContactForm input#birthYear {
  background: transparent url("../images/calender.png") no-repeat 96% center;
  padding-right: 46px;
}
/*.migdar-container {

    display: flex;

    justify-content: space-between;

    width: 254px;

    margin-left: 3%;

}*/
.sherut-container {
  display: flex;
  justify-content: space-between;
  width: 254px;
  margin-left: 2%;
}
#ContactForm label[for="migdar_other"] {
  margin-left: 32px;
}
#ContactForm label[for="sherut_ptor"] {
  position: relative;
  top: 7px;
  line-height: 1;
  align-items: flex-end;
}
#ContactForm label[for="sherut_ptor"] input[type="radio"] {
  position: relative;
  top: -7px;
}
.driving-container, .migdar-container {
  display: flex;
  justify-content: space-between;
  width: 142px;
  margin-left: 24%;
}
#ContactForm label[for="driving_no"] {
  margin-left: 19px;
}
form#ContactForm {}
#ContactForm input, #ContactForm select {
  border: 1px solid #ACACAC;
  width: 260px;
  height: 54px;
  text-indent: 12px;
  box-sizing: border-box;
  /* margin-bottom: 10px; */
  font-size: 23px;
  font-family: 'Assistant', sans-serif;
  color: #ACACAC;
  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 #111;
}
::-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: 22px;
  height: 62px;
  cursor: pointer;
  color: #4BD9FF;
  background: #00154F url(../images/submit_arr_.png) no-repeat 12% center;
  background: #031620 url(../images/btn_arr_sbt.png) no-repeat 10% center;
  width: 234px;
  border: 0;
  -webkit-appearance: none;
  margin: 4% auto 0;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  /* border-radius: 48px; */
}
#ContactForm input[type="submit"]:hover {
  background-color: #1b3785;
  /* background-size: 26px, auto; */
}
input[type="file"] {
  background: transparent;
  /*width: 0;*/
  width: 1%;
}
.inputfile + label {
  /* max-width: 80%; */
  text-align: center;
  width: 326px;
  font-size: 19px;
  /* font-weight: 500; */
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  /* overflow: hidden; */
  /* padding: 0.625rem 1.25rem; */
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.3px;
  border: 1px solid #fff9;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAe1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NgkbwAAAAKHRSTlMAAQMECAkKDA4PEhUXHiAhJyg8Rk5VVnOIi4+VnrK+3uLk5unr8/v9E4v1fQAAAHNJREFUGFedztkOgjAURdGD84wWreJURIH9/1/oQ22kjU+ut7uTk1zJM7iJIgaSZiBpvvTblsANPml2sEegsnaffadT4K7I32n4glM4LgC3TJIWLVCP5R+qzmV57QDYiJ5nQ00epV3BnFwPEiuN1rGlfngDm0EVzefBdckAAAAASUVORK5CYII=) no-repeat 95% center;
  padding-right: 43px;
}
#ContactForm input.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.sec3-kuhavut-text {
  font-size: 18px;
  font-weight: 400;
  margin-top: -91px;
  line-height: 1.2;
  color: #fff;
}
.kuhavit {
    text-align: center;
    margin-top: 3%;
    line-height: 1.1;
    font-weight: 400;
}
.kuhavit strong{
	font-weight: 700;
}
.footer {
  min-height: 75px;
  margin-top: 6%;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/***************************/
.podtcast-nav {
  width: 186px;
}
.podtcast-nav-title {
  font-size: 32px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 1px;
  color: #ACACAC;
}
.podtcast-nav-title strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  max-width: 200px;
  line-height: 1.1;
  /* color: #ddd; */
}
nav.postcast-menu ul {
  margin: 5% auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 200px;
}
nav.postcast-menu ul img {
  width: 36px;
}
nav.footer-social ul {
  display: flex;
  width: 406px;
  justify-content: space-between;
  margin: 6.5% auto;
}
nav.footer-social ul li a {
  display: block;
  width: 47px;
  height: 47px;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
nav.footer-social ul li:first-child a {
  background-image: url("../images/social/social_1.png");
}
nav.footer-social ul li:nth-child(2) a {
  background-image: url("../images/social/social_2.png");
}
nav.footer-social ul li:nth-child(3) a {
  background-image: url("../images/social/social_3.png");
}
nav.footer-social ul li:nth-child(4) a {
  background-image: url("../images/social/social_4.png");
}
nav.footer-social ul li:nth-child(5) a {
  background-image: url("../images/social/social_5.png");
}
nav.footer-social ul li:nth-child(6) a {
  background-image: url("../images/social/social_6.png");
}
nav.footer-social ul li:nth-child(7) a {
  background-image: url("../images/social/social_7.png");
}
nav.footer-social ul li a:hover {
  background-color: #dadada;
}
nav.footer-menu ul {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  width: 555px;
  margin: 18px auto 0;
  color: #ACACAC;
}
.back2Top {
  width: 200px;
  text-align: center;
  background: url("../images/back2top.png") no-repeat center top;
}
.back2Top a {
  color: #ACACAC;
  font-size: 23px;
  font-weight: 600;
  display: block;
  padding-top: 28px;
}
.thanks-title {
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  margin: 23.5% auto;
  color: #000;
}
.thanksPage .footer {
  margin-top: 18%;
}
.text-phone {
  text-align: center;
  font-size: 22px;
  margin-top: 5%;
}
.text-phone-hours {
  display: inline-block;
  font-weight: 600;
  /* border-right: 1px solid #888; */
  padding-right: 0%;
  margin-right: 0%;
}
/***************************/
.formRow-full {
  width: auto;
  margin-top: 50px;
}
#ContactForm input[type="checkbox"] {
  width: 22px;
  height: 24px;
  margin-left: 14px;
}
#ContactForm label[for="validat"] {
  font-size: 19px;
  line-height: 1.45;
}
.sec2-right-mobile {
  display: none;
}
.accordContainer {
  margin: auto;
  /* width: 85%; */
  padding-top: 0;
  padding-right: 3vw;
  color: #fff;
  border: 0;
}
.accordTitle {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.accordText {
  font-size: 16px;
  margin-top: 13px;
  font-weight: 300;
  line-height: 1.4;
}
.accordContainer p {
  margin-top: 25px;
}
.ui-accordion .ui-accordion-header {
  font-weight: 600;
  font-size: 5.7vw;
  font-family: "noto-sans-hebrew-ex-cond", sans-serif;
  /* background: #e4edf1; */
  color: #4BD9FF;
  /* min-height: 80px; */
  padding-right: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #4BD9FF;
  letter-spacing: 0.5px;
  cursor: pointer;
  line-height: 2.1;
  background: none;
  border-radius: 0;
}
.ui-accordion .ui-accordion-header:last-of-type {
  border-bottom: 1px solid #4BD9FF;
}
.ui-state-default {
  border: 0;
}
.ui-accordion-content {
  background: none;
  padding: 0;
  display: block;
}
.ui-accordion-header-icon {
  width: 23px;
  height: 24px;
  margin-left: 0;
}
.ui-icon-triangle-1-e, .ui-state-default .ui-icon {
  background: url(../images/plus.png) no-repeat center;
}
.ui-icon-triangle-1-s {
  background: url(../images/minus.png) no-repeat center;
}
.accordContainer p a {
  text-decoration: underline;
}
.accordContainer p a:hover {
  text-decoration: 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.white-theme .sec2-circle-icon {
  border: 3px solid #000;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.dark-theme .sec2-circle-icon {
  border: 3px solid #fff;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.dark-theme #ContactForm input[type="submit"] {
  background: #222;
}
body.dark-theme a.sec1-btn {
  border: 1px solid #fff;
  background: #111111;
}
body.white-theme ::-webkit-input-placeholder {
  color: #000;
}
body.white-theme :-ms-input-placeholder {
  color: #000;
}
body.white-theme ::placeholder {
  color: #000;
}
body.white-theme .sec1-texts strong, body.white-theme .main-sub-title, body.white-theme .podtcast-nav-title strong {
  color: #000;
}
body.white-theme .logo {
  -webkit-filter: invert(100%); /* Safari 6.0 - 9.0 */
  filter: invert(100%);
}
body.white-theme a.sec2-circle.sec2-circle-1, body.white-theme a.sec2-circle.sec2-circle-2, body.white-theme a.sec2-circle.sec2-circle-3, body.dark-theme a.sec2-circle.sec2-circle-1, body.dark-theme a.sec2-circle.sec2-circle-2, body.dark-theme a.sec2-circle.sec2-circle-3, body.dark-theme nav.footer-social ul li a, body.white-theme nav.footer-social ul li a, body.white-theme nav.postcast-menu ul img, body.dark-theme nav.footer-social ul li a, body.dark-theme nav.postcast-menu ul img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.dark-theme .sec2Text strong, body.dark-theme .sec1-texts strong, body.dark-theme .main-sub-title {
  color: #fff;
}
body.white-theme .sec2BoxSep, body.white-theme .section1 .wrapper {
  background: #fff;
}
body.dark-theme .sec2BoxSep, body.dark-theme .section1 .wrapper {
  background: #000;
}
body.dark-theme .footer {
  background: #111;
}
body.white-theme .slider-sec1, body.dark-theme .slider-sec1 {
  display: none;
}
body.white-theme a.sec1-btn {
  border: 3px solid #000;
  background: #fff;
}
@media screen and (max-width: 1800px) {
  #section1, .section1 .wrapper, .slide {
    min-height: 982px;
    /* background-size: cover !important; */
  }
  #section3 {
    background-size: 100%;
  }
  #section2 .container {
    max-width: 88%;
  }
  .sec1-left {
    width: auto;
    margin-top: 76px;
  }
  .sec1-slogen {
    left: 6vw;
    bottom: 15.1%;
    font-size: 42px;
    /* line-height: 0.9; */
  }
  nav.right ul {
    padding-right: 6vw;
  }
}
@media screen and (max-width: 1660px) {
  .container {
    max-width: 86%;
  }
  #section1 {}
  .sec1-slogen {
    font-size: 40px;
    bottom: 19.0%;
  }
  .main-sub-title {
    font-size: 94px;
  }
  .sec2-ul {
    font-size: 23px;
  }
  .mainTitle {
    font-size: 84px;
  }
  .main-sub-title {}
  .sec1-texts {
    /* font-size: 38px; */
    margin: 30px 0 0 0;
  }
  #section2 {}
  .sec2-title {}
  nav.footer-menu ul {
    margin-left: 0;
  }
  #section3 {
    /* background-size: 75%; */
  }
  .sub-title {
    font-size: 31px;
}
}
@media screen and (max-width: 1500px) {
  .main-sub-title {
    font-size: 78px;
  }
  .sec2-ul-title.sec2-ul-title-1, .sec2-ul-title {
    margin-top: 6%;
  }
  .sec1-slogen {
    font-size: 30px;
    bottom: 2.5%;
    left: 3%;
    right: auto;
    line-height: 1;
    border-right: 10px solid #ffe223;
  }
  .sec1-slogen br {
    display: none;
  }
  .sec2-title {
    /* text-align: center; */
    margin: 80px 0px 0 0;
  }
  .sec2-ul {
    /* font-size: 25px; */
    max-width: none;
    letter-spacing: 0;
    /* margin: 102px auto 0; */
  }
	
	.sec1-kuhavit {
		font-size: 20px;
		margin-top: 4%;
	}

  .sec1-left {
    width: auto;
    margin-top: 6%;
  }
  .right-Nav {
    display: none;
  }
  .topNavCont {
    display: block;
  }
  nav.top ul li:first-child {
    padding-right: 0
  }
  nav.top ul li {
    padding: 0 12px
  }
  .container {
    width: 94%;
    max-width: none;
  }
  #section1, .section1 .wrapper, .slider-sec1, .slide {
    min-height: 840px;
    /* background-size: cover; */
    /* background-position: center center; */
  }
  .logo {
    padding-top: 24px;
    max-width: 422px;
  }
  .police-logo img {
    width: 105px;
  }
  .section1 .wrapper {
    background-size: cover;
  }
  .slide1, .slide2, .slide3 {
    background-size: cover;
  }
  .slideshow .item img {
    height: 100%;
  }
  .mainTitle {
    font-size: 68px;
    /* line-height: 1; */
    letter-spacing: 0;
  }
  .main-sub-title {
    letter-spacing: 0;
  }
  .sec1-texts {
    font-size: 32px;
    margin: 2% auto 0;
  }
  a.sec1-btn {
    /* height: 92px; */
    /* margin: 4% 0 0; */
    /* width: 370px; */
  }
  #section2 {
    padding-bottom: 10%;
    background-size: cover;
    /* background-size: 137vw; */
    background-position: 0 bottom;
    min-height: auto;
  }
  #section2 .container {
    max-width: 96%;
  }
  #section3 {
    /* min-height: auto; */
    padding-bottom: 5%;
  }
  .form-container-right {
    padding-left: 0%;
  }
  .sec3-kuhavut-text {
    /*margin-top: 32px;*/
    line-height: 1.15;
  }
  .form-container {
    max-width: 840px;
  }
  #ContactForm input, #ContactForm select, .phone-container, .sherut-container {
    width: 276px;
  }
  #ContactForm label {
    font-size: 21px;
  }
  .sherut-container {
    margin-left: 0%;
  }
  select#kidumet {
    width: 70px;
  }
  #ContactForm input[type="tel"] {
    width: 198px;
  }
  .formRow {
    width: 396px;
  }
  .formRow-full {
    width: auto;
  }
  .driving-container, .migdar-container {
    width: 162px;
    margin-left: 25%;
  }
  .sub-title {
    font-size: 32px;
  }
  .sec2-right {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 1222px) {
  .sec1-left {
    width: auto;
  }
  .sub-title {
    font-size: 25px;
  }
  .sec2-ul {
    max-width: 100vw;
    letter-spacing: 0;
    margin-top: 3vw;
  }
  #section1, .section1 .wrapper, .slider-sec1, .slide {
    min-height: 782px;
  }
  nav.top ul li {
    padding: 0 1.7vw;
    margin-left: 1vw;
  }
  .mainTitle {
    font-size: 56px;
    letter-spacing: 0;
    margin: 3vw 0 0 0vw;
  }
  .main-sub-title {
    font-size: 63px;
  }
  .sec1-texts {
    font-size: 36px;
  }
  a.sec1-btn {
    /* height: 76px; */
    /* margin: 5% 0 0; */
    /* width: 47vw; */
  }
  #section2 {
    background-position: 0% bottom;
    min-height: unset;
    padding-bottom: 8%;
  }
  .sec2-ul-title {
    margin-top: 5.5%;
  }
  #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 rgb(212 217 224);
    margin-top: 14%;
    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;
  }
  nav.footer-menu ul {
    font-size: 17px;
    width: 442px;
  }
  .back2Top a {
    font-size: 17px;
  }
  a.sec2-circle, a.sec2-circle.sec2-circle-2, a.sec2-circle.sec2-circle-3 {
    background-size: 10vw, cover;
  }
  .thanksPage #section3 {
    background-size: contain;
  }
  .thanks-title {
    margin: 27.5% auto;
  }
  .sec3-kuhavut-text {
    margin-top: 40px;
    text-align: center;
  }
  .sec2-circle-icon {
    /* height: 128px; */
    /* width: 128px; */
  }
  .sec2-circles-up {
    margin: 16% auto 0;
  }
  .sec2-circles.sec2-circles-down {
    /* margin: 8% auto 0; */
    /* max-width: 95%; */
  }
  /***********************************/
  .kuhavit {
    margin-top: 7%;
  }
  .formRow-full {
    margin-top: 8%;
    align-items: baseline;
  }
  #ContactForm input[type="checkbox"] {
    width: auto;
    height: auto;
  }
  #ContactForm label[for="validat"] {
    font-size: 18px;
  }
  a.moked-tel::before {
    right: -140px;
  }
  a.moked-tel::after {
    left: -140px;
  }
}
@media screen and (max-width: 1060px) {
  #section1, .section1 .wrapper, .slider-sec1, .slide, .slideshow .item img, .slider-sec1 {
    min-height: 760px;
  }
  .mahuzot-kuhavit {
    max-width: 78vw;
    margin: 3.5% auto 0;
    text-align: center;
  }
  .sec2-ul-title {
    text-align: center;
    margin-top: 5.5%;
  }
  .sec2-ul.sec2-ul-2, .sec2-ul {
    margin: 3.5% auto 0;
  }
  .sec2-ul-btns {
    margin: 3.5% auto 0;
  }
  .sec1-left {
    width: auto;
    margin-top: 7vw;
  }
  .sec2-title {
    font-size: 60px;
    font-weight: 600;
    margin: 10% auto 0;
    text-align: center;
  }
  .police-logo img {
    /* width: 12vw; */
  }
  .sec1-right {
    margin-right: 0vw;
    margin-top: -6vw;
  }
  .footer {
    min-height: auto;
    padding-bottom: 1%;
  }
  .footer .container {
    display: block;
  }
  nav.footer-social ul {
    width: 406px;
    /*margin: auto;*/
  }
  .back2Top {
    margin: 10% auto 0;
  }
  nav.footer-menu ul {
    font-size: 19px;
    width: 80%;
    margin: 6% auto 0;
  }
  #section2 {
    background: url("../images/soldier.png") no-repeat 10% bottom, url("../images/sec_2_resp.png") no-repeat center top;
    background-size: 44vw, cover;
    height: 178vw;
    min-height: unset;
  }
  .sec2-right {
    float: none;
    width: auto;
  }
  /************************************/
  .podtcast-nav, .podtcast-nav-title strong {
    max-width: none;
  }
  .podtcast-nav {
    width: auto;
  }
  nav.postcast-menu ul {
    margin: 2% auto 0;
  }
}
@media screen and (max-width: 900px) {
  .sec2-right-mobile { /* display: block; */ margin: 0% auto 0;
  }
  .sec1-slogen br {
    display: block;
  }
  .sec2-right { /* display: none; */
  }
  .sec1-slogen {
    font-size: 6vw;
    bottom: auto;
    top: 26vw;
    left: auto;
    right: 8vw;
    line-height: 0.9;
    border-right: 2vw solid #ffe223;
  }
  .sub-title {
    text-align: center;
    font-size: 4.9vw;
    margin-top: 0%;
    text-align: right;
  }
  .sec1-btns-container {
    margin: 3vw auto 0;
    width: 96%;
  }
  .mahuzot-kuhavit {
    max-width: 78vw;
    margin: 4.5% auto 0;
    font-size: 20px;
  }
  #section1, .section1 .wrapper, .slide {
    min-height: auto;
    height: 183.8vw;
  }
  .slideshow .item img, .slider-sec1 {
    height: auto;
    width: 100%;
    min-height: auto;
  }
  #section1 {
    /* background: url("../images/sec1_resp.png") no-repeat center top; */
    position: relative;
    /* background: url(../images/mobile.png) no-repeat center top; */
    /* background-size: 52%, cover; */
  }
  .slider-sec1 {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .slider-sec1.slider-sec1-resp .slide1, .slider-sec1.slider-sec1-resp .slide2, .slider-sec1.slider-sec1-resp .slide3 {
    background-size: contain !important;
  }
  .sec1-texts {
    /* text-align: center; */
    font-size: 7.2vw;
    margin: 3% auto 0;
  }
  .mainTitle {
    /* text-align: center; */
    font-size: 13vw;
    margin: 0vw auto 0;
    letter-spacing: 0;
  }
  .sec1-left {
    float: none;
    margin-top: 81vw;
  }
  .main-sub-title {
    font-size: 10vw;
    text-align: center;
    margin: -2% auto 0;
  }
  .btn {
    /* height: 68px; */
    /* margin: 2% auto  0; */
    /* width: 340px; */
    font-size: 27px;
  }
  .logo {
    padding-top: 2vw;
    margin-left: 0;
    text-align: left;
    float: left;
    max-width: none;
    width: 405px;
  }
  .sec1-right {
    margin-right: 25vw;
    margin-top: 53vw;
  }
  .slideshow .item img {
    transform-origin: center center;
  }
  .slider-sec1 {
    display: none;
  }
  .slider-sec1.slider-sec1-resp {
    display: block;
    bottom: auto;
    top: 0;
    z-index: 1;
    position: absolute;
  }
  .sec1-stamp {
    display: none;
  }
  #bottomBar {
    display: flex;
  }
  .topNavCont {
    display: none;
  }
  a.moked-tel {
    letter-spacing: -1px;
    font-size: 13vw;
  }
  .section-moked {
    min-height: 262px;
  }
  .moked-container {
    margin: 70px auto 0px;
  }
  a.moked-tel::before, .moked-tel::after {
    height: 2.5px;
    width: 10vw;
    top: 41px;
  }
  a.moked-tel::after {
    left: -14vw;
  }
  a.moked-tel::before {
    right: -14vw;
  }
  #section2 {
    /* min-height: 1132px; */
    height: auto;
    padding-bottom: 54%;
  }
  .moked-title {
    font-size: 5vw;
  }
  .moked-title span {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 820px) {
  /*#section1, .section1 .wrapper, .slider-sec1, .slide {

		min-height: 131vw;

	}*/
  #section2 {
    /* height: 196vw; */
  }
  #section1, .section1 .wrapper, .slide {
    /* height: 133vw; */
  }
  .sec1-right {
    margin-right: 18vw;
  }
  .police-logo img {
    /* width: 17vw; */
  }
  .sec2-circles {
    max-width: 100%;
    margin: 12% auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-gap: 10% 5%;
  }
}
@media screen and (max-width: 720px) {
  #section2 {
    /* height: 214vw; */
  }
  .mahuzot-kuhavit {
    max-width: 92vw;
  }
  .sec1-right {
    margin-right: 20vw;
  }
  .sec1-left {
    /* position: relative; */
    margin-top: 66vw;
    margin-right: 4vw;
    /* z-index: 9999; */
  }
  #section1, .section1 .wrapper, .slide {
    /* height: 140vw; */
  }
  .sec2-ul {
    max-width: none;
    letter-spacing: 0;
    margin-top: 8vw;
    font-size: 20px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .sec2-ul li span {
    font-size: 19px;
  }
  .sec1-video-box {
    height: 50.9vw;
    width: auto;
  }
  .sec3-title {
    font-size: 7vw;
  }
  .police-logo img {
    width: auto;
    height: 96px;
  }
  .sub-title {
    /* font-size: 5.9vw; */
    /* text-align: center; */
    /* font-weight: 700; */
    /* margin: 0% auto 0; */
    /* letter-spacing: 0.0px; */
    /* line-height: 1.1; */
    /* width: 90%; */
  }
  .sub-title br {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .sec1-right {
    margin-right: 14vw;
  }
  #section1, .section1 .wrapper, .slide {
    /* height: 150vw; */
  }
  .sec2-ul-btns {
    margin: 4.5% auto 0;
    max-width: none;
    letter-spacing: -0.2px;
    display: block;
  }
  .sec2-ul-btns li:last-child {
    margin-top: 3%;
  }
  button.sec2-btn {
    margin: 0px auto 0;
  }
  .btn {
    margin: auto;
    width: 41vw;
    font-size: 5vw;
  }
  .sec1-btn-2 {
    /* border: 1px solid #fff; */
    /* margin-top: 3%; */
  }
  .sec1-btns-container {
    margin: 3vw auto 0;
    width: auto;
    /* display: block; */
  }
  /*#section1, .section1 .wrapper, .slider-sec1, .slide {

		min-height: 144vw;

	}*/
}
@media screen and (max-width: 550px) {
  .sec2-ul-title {
    line-height: 1.1;
    font-size: 6.4vw;
    width: 85%;
    margin: 8% auto 0;
    text-align: right;
  }
  a.moked-tel {
    font-size: 15vw;
  }
  a.moked-tel::before, .moked-tel::after {
    height: 3.5px;
    width: 7.5vw;
    top: 37px;
  }
  a.moked-tel::before {
    right: -10vw;
  }
  a.moked-tel::after {
    left: -10vw;
  }
  .moked-title {
    font-size: 7vw;
  }
  .moked-title span {
    font-size: 5.8vw;
  }
  .section-moked {
    min-height: 40vw;
  }
  .moked-container {
    margin: 9vw auto 0px;
  }
  .slider-sec1.slider-sec1-resp .slide1, .slider-sec1.slider-sec1-resp .slide2, .slider-sec1.slider-sec1-resp .slide3 {
    background-size: 60vw;
  }
  #section1, .section1 .wrapper, .slide {
    /* height: 177vw; */
    /* background-size: 230% !important; */
  }
  .brBreak {
    display: none;
  }
  .sec1-right {
    margin-right: 10vw;
    margin-top: 46vw;
  }
  nav.top ul {
    font-size: 18px;
    margin: 17px auto 0;
    width: 377px;
    float: none;
  }
  .logo {
    padding-top: 14px;
    /* text-align: center; */
    margin-left: 0;
    float: left;
    width: 68%;
    margin: auto;
    max-width: none;
    margin-left: 0vw;
  }
  .police-logo img {
    /* width: 17vw; */
    height: 76px;
  }
  .taasuka-logo img {
    width: 42vw;
  }
  .sec1-texts {
    font-size: 5.8vw;
  }
  /*#section1, .section1 .wrapper, .slider-sec1, .slide {

		background-position: 28% top;

		padding-bottom: 8%;

	}

	

	a.sec1-btn {

		width: 66%;

		background: #FFD65A  url("../images/btn_arr.png") no-repeat 9% center;

		height: 14vw;

		font-size: 5.1vw;

		margin-top: 6%;

	}*/
  .mainTitle {
    /* margin: 1vw auto 0; */
    /* font-size: 10.5vw; */
  }
  .main-sub-title {
    font-size: 7.15vw;
  }
  .mainTitle, .main-sub-title {
    font-size: 12.6vw;
    letter-spacing: 0px;
  }
  .sec1-texts {
    /* font-size: 8.0vw; */
  }
  .btn {
    width: 80%;
    height: 11vw;
    font-size: 5.3vw;
    /* background: url(../images/btn_arr.png) no-repeat 7% center, linear-gradient(270deg, rgba(254,151,50,1) 0%, rgba(237,116,80,1) 100%); */
    /* background-size: 20px, auto; */
  }
  #section2 {
    /* padding-bottom: 70%; */
    /* background-size: 58vw, cover; */
    /* height: 262vw; */
  }
  .sec2-sep {
    height: 5px;
    margin: 10px auto 0;
  }
  .sec2-ul li {
    padding-right: 28px;
    margin-top: 14px;
    background: url("../images/sec2_li.png") no-repeat right 4px;
    background-size: 14px;
    background-position: right 11px;
  }
  .sec3-title {
    font-size: 6.5vw;
    line-height: 1.1;
    margin: 13% auto 0;
  }
  .slick-dots {
    bottom: 26px;
    width: 100%;
    max-width: 40%;
    left: 30%;
    height: 38px;
    border-radius: 19px;
  }
  .form-container {
    max-width: 90%;
  }
  nav.footer-menu ul {
    font-size: 18px;
    width: auto;
    margin: 10% auto 0;
  }
  .back2Top {
    margin-top: 15%;
  }
  /*****************************/
  #ContactForm input[type="checkbox"] {
    margin-left: 8px;
  }
  #ContactForm label[for="validat"] {
    font-size: 16px;
  }
  .sec2-title {
    font-size: 10vw;
    font-weight: 600;
    margin: 16% auto 0;
    text-align: right;
  }
  .podtcast-nav {
    margin-top: 20%;
  }
  .sub-title {
    font-size: 4.8vw;
    /* text-align: center; */
    /* font-weight: 700; */
    /* margin: 1% auto 0; */
    /* letter-spacing: 0.0px; */
    /* line-height: 1.11; */
    /* width: 90%; */
  }
  .sub-title br {
    display: none;
  }
  .form-container-left {
    padding-top: 10%;
    margin-top: 20%;
  }
}
@media screen and (max-width: 480px) {
	
	.sec1-kuhavit {
		font-size: 4vw;
		margin-top: 5%;
	}
  .text-phone {
    text-align: center;
    font-size: 19px;
    margin-top: 10%;
  }
  .container {
    width: 94%;
  }
  #section1, .section1 .wrapper, .slide {
    height: 183.8vw;
    /* background: url(../images/mobile.png) no-repeat center top; */ );
  }
	
	.sec1-texts-salery {
    	font-size: 5vw;
    	margin: 4% 0 0 0;
 	}
	
	.salery-title {
		font-size: 6vw;
	}
	ul.salery strong {
    margin-right: 1.5vw;
    font-size: 5.5vw;
}
	
  .mahuzot-kuhavit {
    max-width: none;
    font-size: 18px;
  }
  .slick-dots {
    bottom: 10px;
    width: 100%;
    max-width: 24%;
    left: 37%;
    height: 28px;
    border-radius: 14px;
  }
  .slick-dots li {
    top: -3px;
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0px 8px;
    padding: 0;
  }
  .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 4px;
    margin-left: -4px;
  }
  .sec1-right {
    margin-right: 12vw;
    margin-top: 47vw;
  }
  /*#section1, .section1 .wrapper, .slider-sec1, .slide {

		min-height: 174vw;

	}*/
  .slideshow .item img, .slide3 {
    transform-origin: center right;
  }
  .slideshow .item img, .slide2, .slideshow .item img, .slide1 {
    transform-origin: center center;
  }
  .btn {
    /* font-size: 6.0vw; */
    /* margin-top: 3.5%; */
    background-size: 2.5vw;
  }
  .mainTitle {
    font-size: 10.6vw;
    line-height: 0.95;
    margin: 0.0vw auto 0;
  }
  .main-sub-title {
    margin: -1.5vw auto 0;
  }
  .sec1-texts {
    font-size: 8vw;
    margin-top: 4%;
  }
  .sec1-texts-role {
    font-size: 6.0vw;
    margin-top: 3%;
  }
  .kuhavit {
    margin-top: 2%;
  }
  .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: auto;
    margin-left: 0;
    margin-right: 0%;
  }
  .driving-container, .migdar-container {
    width: 170px;
    margin-left: 5%;
  }
  /*.migdar-container {

		width: 80%;

		margin-left: 0;

		margin-right: 6%;

	}*/
  #ContactForm input[type="submit"] {
    font-size: 26px;
    height: 74px;
    /* background: #FFD65A  url(../images/submit_arr.png) no-repeat 8% center; */
    margin: 4% auto 0px;
    background-size: 12px, auto;
  }
  #ContactForm label[for="sherut_ptor"] {
    top: 0px;
  }
  #ContactForm label[for="sherut_ptor"] input[type="radio"] {
    top: -2px;
  }
  #section3 {
    padding-bottom: 4%;
    background-size: auto, cover;
  }
  nav.footer-menu ul {
    font-size: 15px;
    margin: 16% auto 0;
  }
  .form-container {
    margin: 6% auto 0;
  }
  .sec3-title {
    font-size: 7.0vw;
    line-height: 1.2;
    margin: 20% auto 0;
  }
  #section2 {
    /* padding-bottom: 82%; */
    /* background-size: 66vw, cover; */
    /* height: 320vw; */
  }
  .sec2-circles {
    margin: 12% auto 0;
  }
  a.sec2-circle, a.sec2-circle.sec2-circle-2, a.sec2-circle.sec2-circle-3 {
    width: 46vw;
    height: 46vw;
    background-size: 19vw, cover;
    border: 2.6vw solid #fff;
  }
  .thanks-title {
    font-size: 11vw;
    margin: 33.5% auto;
  }
  .logo {
    padding-top: 3%;
    margin-left: 0vw;
  }
  .police-logo img {
    width: auto;
    height: 73px;
  }
  .sec2-circle-icon {
    height: 72px;
    width: 72px;
  }
  #ContactForm .inputfile + label {
    width: 100%;
    height: 54px;
  }
  .anchor {
    top: -34px;
  }
  .topNavCont {
    height: 34px;
  }
  nav.top ul {
    font-size: 18px;
    margin: 0px auto 0;
    width: 96%;
    display: flex;
    justify-content: space-around;
  }
  nav.top ul li {
    margin-left: 0px;
    padding: 0;
  }
  nav.top ul li.active a {
    position: relative;
    top: 6px;
    border-bottom: 4px solid #FF9831;
    padding-bottom: 6px;
  }
  /********************/
  .formRow.formRow-full {
    display: flex;
    margin-top: 10%;
  }
  nav.footer-social ul {
    width: auto;
  }
  .sec2-circle-title {
    font-size: 17px;
    max-width: 90%;
    margin: 12px auto;
    line-height: 1.15;
  }
  .slider-sec1.slider-sec1-resp .slide1 {
    background-size: 70vw;
  }
  .slider-sec1.slider-sec1-resp .slide2 {
    background-size: 63vw;
  }
  .slider-sec1.slider-sec1-resp .slide3 {
    background-size: 74vw;
  }
  .sec1-slogen {
    /* font-size: 6.2vw; */
    /* bottom: 1.5%; */
    /* border-right: 2vw solid #ffe223; */
    /* padding-right: 3vw; */
    /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); */
    z-index: 999;
    top: 30vw;
    display: none;
  }
  .sec1-left {
    margin-top: 62vw;
    margin-right: 3vw;
  }
}
@media screen and (max-width: 400px) {
  .sec1-left {
    margin-top: 62vw;
  }
  #section1, .section1 .wrapper, .slide {
    height: 183.8vw;
  }
  .police-logo img {
    /* width: 37vw; */
    height: 58px;
  }
  .sec1-right {
    margin-right: 10vw;
    margin-top: 45vw;
  }
  ul.top-menu {
    font-size: 12px;
  }
  nav.footer-social ul li a {
    width: 44px;
    height: 44px;
  }
  nav.top ul {
    width: 100%;
    font-size: 17px;
  }
}