@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/opensanshebrew-lightitalic-webfont.eot);
    src: url(../fonts/opensanshebrew-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-lightitalic-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-lightitalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/opensanshebrew-light-webfont.eot);
    src: url(../fonts/opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-light-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-light-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/opensanshebrew-italic-webfont.eot);
    src: url(../fonts/opensanshebrew-italic-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-italic-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-italic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/opensanshebrew-regular-webfont.eot);
    src: url(../fonts/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-regular-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/opensanshebrew-bolditalic-webfont.eot);
    src: url(../fonts/opensanshebrew-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-bolditalic-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-bolditalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/opensanshebrew-bold-webfont.eot);
    src: url(../fonts/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-bold-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-bold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 800;
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(../fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(../fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}
html {
	direction:rtl;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a, a:hover, a:active, a:focus{
	color: #fff;
	text-decoration: none;
	border: transparent;
	outline: transparent;
}

body{
	font-family: "Open Sans Hebrew", serif;

}

.topSection{
	background-image: url("../img/topBg.jpg");
	min-height: 703px;
	color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

p {
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.contforImg{
	width: auto;
}

.imgForMobile{
	display: none;
}

.formAndLogo2{
display: none;
}

.topSection .container{
	width: 90%;
	max-width: 1250px;
}

.topSection  .col-sm-6{
	padding-left: 0;
}

.topSection h2{
	text-align: center;
	font-weight: 800;
	color: #7D604D;
	padding-top: 48px;
	font-size: 75px;
	line-height: 1.05;
}

.topSection h2 span{
	color: #55A75D;
}

.contforImg img{
	display: block;
	margin: 0px 16px 0px 0px;
	padding: 15px;
}

.forForm{
	position: fixed;
	left: 0;
	width: 100%;
	padding: 0;
	background-color: rgba(80,80,80, 1);
	bottom: 0;
	z-index: 6;
}

.forForm .row{
	min-width: 1250px;
}

.contforForm p{
	font-weight: 600;
	text-align: center;
	color: #fff;
	font-size: 25px;
	margin: 0;
	padding: 20px 0px 10px;
	line-height: 6px;
}

#formMain{
	text-align: center;
}

.contforForm input{
	background-color: #2D2D2D;
	width: 208px;
	height: 46px;
	color: #FFF;
	font-size: 16px;
	display: inline-block;
	margin: 0px 15px 30px;
	border: transparent;
	border-radius: 5px;
	padding: 0px 16px;
}

.contforForm form input::-moz-placeholder{ 
	color: #fff;
	opacity: 1;
}

.contforForm form input::-webkit-input-placeholder{
	color: #fff;
	opacity: 1;
}

.contforForm input:focus{
	border: transparent;
	outline: transparent;
}

.contforForm button{
	width: 268px;
	height: 45px;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	background-color: #71BF45;
	display: inline-block;
	margin: 0 15px 30px;
	position: relative;
	top: 1px;
	border: transparent;
	border-radius: 5px;
}

.contforForm p.selP{
	display: inline-block;
	padding: 20px 0px 0px;

}
.contforForm p select{
background-color: #2D2D2D;
	width: 208px;
	height: 46px;
	color: #FFF;
	font-size: 16px;
	display: inline-block;
	margin: 0px 15px 30px;
	border: transparent;
	border-radius: 5px;
	padding: 0px 16px;
}
/*Pop Up*/

.twoPopUp {
	margin: 0;
}

.twoPopUp .col-sm-6{
	background-color: #fff;
	height: 260px;
	border-bottom: 2px solid #3DA7D1;
	width: 46%;
	margin: 100px 1.6% 0px;
	padding: 0;
}

.twoPopUp .col-sm-6:nth-child(2){
	margin-left: 2.3%;
	border-bottom: 2px solid #7FC555;
}

.twoPopUp .col-sm-6 .col-sm-5 img{
	position: absolute;
	top: -30px;
	left: 24px;
}

.twoPopUp h2{
	font-size: 44px;
	padding-top: 0;
	line-height: 1;
	margin-top: 14px;
}

.twoPopUp .col-sm-6:nth-child(1) h2{
	color: #3DA7D1;
}

.twoPopUp .col-sm-6:nth-child(2) h2{
	color: #7FC555;
}

.topSection .twoPopUp h2{
	padding-top: 5px;
}

.topSection .twoPopUp h2 span{
	color: #7D604D;
	font-size: 32px;
	display: block;
}

.topSection .twoPopUp .col-sm-7 img:nth-child(3){
	width: 76%;
	padding-top: 14px;
	margin: 0 auto;
	display: block;
}

.topSection .twoPopUp .col-sm-7 img:nth-child(4){
	width: 67%;
	padding-top: 9px;
	margin: 0 auto;
	display: block;
}

.twoPopUp p{
	color: #7D604D;
	text-align: center;
}

.darkImg{
    background-color: rgba(0,0,0,0);
    width: 213px;
    height: 270px;
    position: absolute;
    left: 24px;
    top: -30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 5;
}

.twoPopUp .col-sm-6:hover .darkImg{
	background-color: rgba(0,0,0,0.5);
}

.twoPopUp .col-sm-6 .darkImg img{
	margin: 150px 70px;
	display: block;
	width: 25px;
	display: none;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.twoPopUp .col-sm-6:hover .darkImg img{
	display: block;
}

/*advantages*/

.advantages{
	padding-bottom: 36px;
	padding-top: 0;
}

.advantages div img{
	display: block;
	margin: 38px auto 40px;
}

.advantages div h2{
	text-align: center;
	font-size: 26px;
	line-height: 1.2;
	color: #4a4a4a;
	font-weight: 600;
} 

.advantages div p{
	font-weight: 300;
	line-height: 1.4;
	color: #797979;
	text-align: center;
	font-size: 17px;
} 

.advantages .container{
	max-width: 1250px;
}

.advantages .container .col-sm-4{
	width: 32.333%;
}

/*Carousel*/ 
.carousel{
	height: 360px;
	display: none;
}

.carousel-inner{
	height: 100%;
}

.carousel-inner>.item{
	height: 100%;
}

.carousel-inner>.item img{
	margin-top: 29px;
}

.carousel-caption{
	position: relative;
	right: 0;
	top: 0;
	padding: 0;
	bottom: 20px;
}

.carousel ol{
	padding-right: 0;
}

.carousel-indicators{
	bottom: 22px;
}

.carousel-indicators li{
	border: 1px solid #666;
	width: 7px;
	height: 7px;
}


.carousel-indicators .active{
	background-color: #666;
	width: 7px;
	height: 7px;
	margin: 1px;
}

/*Three blocks*/
.threeBlocks{
	background-color: #379A40;
	width: 100%;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 13px;
}

.threeBlocks .col-sm-3{
	width: 23%;/**************************/
	
}

.threeBlocks .col-sm-pull-9 {
    right: 74%;/**************************/
}

.threeBlocks .col-sm-4{
	width: 36.333%;/**************************/
	padding-right: 15px;
}

.threeBlocks .col-sm-push-8 {
    left: 60.667%;/**************************/
}

.threeBlocks .col-sm-pull-2 {
    right: 11.5%;/**************************/
    padding-top: 52px;
}

.threeBlocks .container{
	max-width: 1250px;
}

.threeBlocks .col-sm-3 h2{
	font-size: 22px;
	font-weight: 600;
	padding-top: 34px;
	line-height: 1.3;
}

.threeBlocks .col-sm-4 h2{
	font-size: 22px;
	font-weight: 600;
	padding-top: 5px;
}

.threeBlocks p{
	font-weight: 300;
	font-size: 18px;
}


/*Footer*/

footer{
	padding: 21px 0 140px;
	color: #9c9c9c;
	font-style: 15px;
	font-weight: 300;
}

footer .container{
	max-width: 1250px;
}

footer .col-sm-9 ul{
	list-style-type: none;
	text-align: left;
}

footer .col-sm-9 ul li{
	display: inline-block;
}

footer .col-sm-9 ul li a{
	color: #9c9c9c;
}

footer .footerRow{
	padding-bottom: 25px;
}

.darkBg{
	width: 100%;
	position: absolute;
	display: none;
	z-index: 2;
	background-color: rgba(0,0,0,0.8);
}

.darkBg p{
	text-align: center;
	color: #fff;
	font-size: 35px;
	line-height: 1.2;
}

.darkBg img{
	position: absolute;
	top: 32px;
	right: 35px;

}

.darkBg img:hover{
	cursor: pointer;
}

.visibleForMob{
	display: none;
}

.popup1,
.popup2 {
	width: 100%;
	position: absolute;
	display: none;
	z-index: 7;
	background-color: white;
}

.popup1 h1,
.popup2 h1 {
	text-align: center;
	color: #415060;
	font-size: 77px;
	line-height: 1.2;
	margin-bottom: 3%;
    margin-top: 6%;
}
.popup1 > img,
.popup2 > img {
    margin-right: 50%;
    transform: translate(50%, 0px);
} 
.popup1 > p,
.popup2 > p {
	margin-right: 50%;
    margin-top: 2%;
    text-align: center;
    transform: translate(50%, 0px);
    width: 54%;
    margin-bottom: 30%;
}

.popup2 {
	width: 100%;
	position: absolute;
	display: none;
	z-index: 7;
	background-color: white;
}
.sloseP {
    margin-right: 0 !important;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: translate(0px, 0px) !important;
    cursor: pointer;
}

.visibleForMob{
	display: none;
}

select{
	font-weight: 400;
}

#overlay { 
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    opacity: 0.8;
    z-index: 100;
}

#modal { 
position:absolute;
	z-index:200;
	top:50%;
	left:50%;
	color: #fff;
	font-size:22px;
}