@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,900&display=swap&subset=hebrew');
@font-face {
	font-family: "Teva";
	src: url("/font/TEVA.eot"); /* IE9 Compat Modes */
	src: url("/font/TEVA.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("/font/TEVA.otf") format("opentype"), /* Open Type Font */
	url("/font/TEVA.svg") format("svg"), /* Legacy iOS */
	url("/font/TEVA.ttf") format("truetype"), /* Safari, Android, iOS */
	url("/font/TEVA.woff") format("woff"), /* Modern Browsers */
	url("/font/TEVA.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'Heebo', sans-serif;
}
section{
	padding-top: 30px;
	padding-bottom: 30px;
}
body {

}

form .input-group-text {
	border-bottom: 1px solid #fff !important;
	border-radius: 0;
	background: transparent;
	border: none;
	padding-right: 0;
	padding-left: 0;
}
form .form-control{
	height: 62px;
	border-radius: 31px;
	border: solid 2px #ffffff;
	background-color: rgba(255, 255, 255, 0.3);
	font-family: Teva;
	font-size: 34px;
	color: #ffffff;
}
form .form-control:focus {
	color: #6e6e71;
	background-color: transparent;
	border-color: #f5c500;
	box-shadow: none;
}

form button[type="submit"]{
	height: 62px;
	border-radius: 31px;
	background-color: #b4e5db;
	font-family: Teva;
	font-size: 34px;
	color: #3c3c3c;
	width: 100%;
}
#formtop .form-element{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	padding: 0 10px;
}
header {
	background-color: #fff;
	padding-top: 22px;
	padding-bottom: 20px;
}

section.slide {
	background: url(img/slide.jpg)no-repeat;
	height: 600px;
	background-size: cover;
	background-position-y: center;
	margin-bottom: 26px;
}

.slide-info_btn{
	border-radius: 25px;
	background-color: #b4e5db;
	font-size: 20px;
	text-align: center;
	color: #3d3d3d !important;
	text-transform: uppercase;
	padding: 12px 14px;

}
.slide-info_btn:hover {

}
.slide-info_btn img {
	margin-right: 5px;
}
.accordion .glyphicon {
	display: inline-block;
	vertical-align: baseline;
	position: absolute;
	height: auto;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.glyphicon-plus {
	content: url(img/plus.png);
}

.glyphicon-minus {
	content: url(img/minus.png);
}
.accordion .btn-link{
	font-size: 27px;
	font-weight: bold;
	line-height: 1;
	color: #1a1a1a;
	padding-right: 61px;
	text-align: right;
	position: relative;
}
.accordion .card-header {
	background: #fff;
	border: solid 3px #838383;
}
.accordion .card {
	border:none;
	margin-bottom: 23px;
}

.accordion .card .card-body{
	font-size: 23px;
	line-height: 1;
	color: #1a1a1a;
	padding-right: 8.7%;
}
.form-block-bot {
	max-width: 877px;
	width:100%;
	margin: 0 auto;
	background-color: #a5a5b1;
	padding-top: 40px;
	padding-bottom: 33px;
	padding-left: 15px;
	padding-right: 15px;
}
#formbot button[type="submit"]{
	background: #bfdfda;
	font-family: Teva;
	font-size: 34px;
	color: #265850;
	padding-top: 8px;
	padding-bottom: 14px;
}

#formbot button[type="submit"]:hover,form button[type="submit"]:hover,
#formbot button[type="submit"]:active,form button[type="submit"]:active,
#formbot button[type="submit"]:focus,form button[type="submit"]:focus
{
	border-color: #fff;
}

#formbot .form-control {
	font-family: Teva;
	font-size: 30px;
	color: #898989;
	height: 55px;
	border-radius: 25px;
	border: solid 2px #e3e6ea;
	background-color: #ffffff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #fff !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #fff !important;
}
:-moz-placeholder{ /* Firefox 18- */
	color: #fff !important;
}

#formbot .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #898989 !important;
}
#formbot .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #898989 !important;
}
#formbot .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #898989 !important;
}
#formbot .form-control:-moz-placeholder{ /* Firefox 18- */
	color: #898989 !important;
}

footer {
	min-height: 79px;
	background-color: #2a6f6c;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.footer-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
footer a {

}
footer .copy {
	font-size: 13px;

}
.thx-text {
	text-align: center;
	font-size: 26px;
	margin: 31px 0;
}
.thx-page footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

@media (max-width: 575.98px) { 
	.gal-item {
		flex: 1 1 100% !important;
	}
}

@media (min-width: 576px) and (max-width: 991.98px){ 

	.gal-item {
		flex: 1 1 49% !important;
	}
}

@media (max-width: 767.98px){
    header {
    padding-top: 5px;
    padding-bottom: 5px;
}
    .col-logo img{
         margin-right: auto;
    margin-left: 0;
    }
	.prefooter .social-links {
		text-align: center !important;
		margin-bottom: 20px;
	}
	.about-text {
		font-size: 24px !important;
	}
	header .social-links {
		text-align: center;
	}
	.logo {
		margin: 10px auto 0;
		display: block;
	}
	.accordion .btn-link {
		font-size: 19px;
	}

	.logo {
		margin-bottom: 15px;
	}
	.slide-info_text {
		
	}
	#formtop .form-element {
		-webkit-flex: 1 1 100%;
		-moz-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		-o-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	.accordion .glyphicon-plus,
	.accordion .glyphicon-minus {
		max-width: 23px;
	}


}
@media (min-width: 767.99px){

}
@media (min-width: 768px) and (max-width: 991.98px){ 
	header .social-links {
		text-align: right;
	}

}
@media (max-width: 991.98px) {
    .col-nav,.col-nav nav.navbar {
        position: initial;
    }
    #navbarNav {
    position: absolute;
    top: 80px;
    width: 100%;
    background: #b4e4db;
    left: 0;
    z-index: 1;
}
	.gal-block {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	section.slide {
		height: 450px;
	}
	.slide-info_text {
		font-size: 48px !important;
	}
	footer {
		background-position: right;
	}

}
@media (min-width: 992px) {
	nav .nav-item:after {
		content: '';
		height: 24px;
		position: absolute;
		display: block;
		width: 2px;
		background: #3d3d3d;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
	nav .nav-item .nav-link {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px){
	.gal-item_hover-text {
		font-size: 18px !important;
	} 
	.social-links a {
		margin-left: 0px !important;
		width: 48px !important;
		height: 48px !important;
	}
}

.social-links a {
	width: 50px;
	height: 50px;
	border: solid 1px #30383b;
	background-color: #fff;
	border-radius:50%;
	text-align: center;
	vertical-align: middle;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-left:10px;
}
.social-links a:hover {
	background-color: #b4e5db;
	border-color: #b4e5db;
}
.social-links a:last-child{
	margin-left: 0;
}

.social-links a img {
}
nav .navbar-nav {
	-ms-align-items: center;
	align-items: center;
	padding-right: 0;
}
nav .nav-item a{
	font-size: 24px;
	line-height: 1;
	color: #3d3d3d !important;
}
nav .nav-item {
	position: relative;
}

nav .nav-item:last-child:after {
	display: none;
}
.slide-info_text{
	font-family: Teva;
	font-size: 70px;
	color: #3d3d3d;
	margin-bottom: 40px;
}
.slide-info {
	text-align: left;
}
.title {
	font-family: Teva;
	font-size: 47px;
	line-height: 1.17;
	text-align: center;
	color: #06625e;
	position: relative;
	margin-bottom: 20px;
}
.title:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 147px;
	height: 3px;
	border-radius: 1.5px;
	background-color: #b4e5db;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.about-text {
	font-family: Teva;
	font-size: 34px;
	font-style: normal;
	line-height: 1.62;
	text-align: center;
	color: #434343;
	margin-bottom: 40px;
}
.btn {
	border-radius: 25px;
	background-color: #b4e5db;
	font-size: 20px;
	letter-spacing: 0.8px;
	text-align: center;
	color: #303030;
	padding: .375rem 1.5rem;
}
.btn:hover {
	background-color: #92e6d5;
}
.top-form {
	background: url('img/formbg.jpg')no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	margin-bottom: 10px;
}
.gal-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.gal-item{
	height: 540px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	margin: 0 2px;
	position: relative;
}
.gal-item_hover_bg {
	height: 100%;
	opacity: 0.9;
	mix-blend-mode: color;
	background-color: #cef1eb;
	display: none;
	margin-bottom: 0;
}

.gal-item_hover {
	position: absolute;
	height: 100%;
	display: none;
	top: 0;
}
.gal-item .gal-item_hover_inner {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	display: flex;
	height: 100%;
}
.gal-item_hover-text {
	font-family: Teva;
	font-size: 24px;
	text-align: center;
	color: #ffffff;
}
.gal-item_hover_img{
	border-bottom: 3px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.f-cont {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 35px;
}
.f-cont .f-cont_img {
	width: 20%;
	text-align: center;
}
.f-cont .f-cont_text {
	font-size: 20px;
	color: #434343;
	text-transform: uppercase;
	text-align: right;
}
.f-cont .f-cont_text a {
	color: #434343;
}
.prefooter {
	margin-bottom: 50px;
}
.prefooter .social-links {
	text-align: right;
}
footer .pageup {
	width: 39px;
	height: 39px;
	border-radius: 19.5px;
	background-color: rgba(191, 223, 218, 0.45);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery .title {
	margin-bottom: 40px;
}
