/*  
	Theme Name: Repair father
	Theme URI: http://evgeniyandrusenko.ru/
	Description: 
	Version: 1.0
	Author: Evgeniy Andrusenko
	Author URI: http://evgeniyandrusenko.ru/    
*/

@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);



body{
	font: 400 13px 'Open Sans Hebrew', sans-serif!important;
	line-height: 1.2;
	color: #393939;
}
form .rfield{
	-webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#swipebox-overlay{
	background: rgba(0,0,0, 0.7);
}
.sl-overlay{
	background: #000;
	opacity: 0.8;
}
.sl-wrapper .sl-navigation button, .sl-wrapper .sl-close, .sl-wrapper .sl-counter{
	color: #fff;
	font-family: "Arial", sans-serif;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: auto;
  cursor: pointer;
  box-shadow: none;
  opacity: 1;
}
a:focus, a:active, button:focus, button:active{
	outline: none;
}
.clear{
	clear: both;
}
.container-fluid{
	/*max-width: 1200px;*/
} 
.main_wrapper{
	overflow: hidden;
}

body #real-accessability{
	top: 140px;
}
body #real-accessability a#real-accessability-btn{
	width: 53px;
	height: 53px;
	background: url(../img/icon_dis.jpg) center no-repeat;
  position: absolute;
  top: -1px;
  left: -53px;
  line-height: 53px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body #real-accessability a#real-accessability-btn:hover{
	opacity: 0.8;
}
body #real-accessability a#real-accessability-btn i{
	display: none!important;
}

.header{
  min-height: 106px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
	z-index: 20;
	background: rgba(49,49,49, 0.4); /*rgba(49,49,49, 0.1);*/
	-webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header.affix{
	background: rgba(49,49,49, 0.6);
}
.header .header_phone{
	position: absolute;
	font-size: 20px;
	font-weight: 700;
	left: 36px;
	top: 26px;
	color: #fff;
	text-decoration: none;
}
.header .bs_col{
	padding: 0;
	position: relative;
}
.header .logo{
	display: inline-block;
	margin-right: 44px;
	margin-top: 10px;
}
.header .logo img{
	max-width: 100%;
}
.header .mob_nav{
	margin-top: 8px;
	display: none;
}
.header .header_menu{
	
}
.header .header_menu>ul{
	list-style: none;
	padding-right: 0;
	margin-bottom: 0;
}
.header .header_menu>ul>li{
	float: right;
	min-height: 106px;
	padding-top: 73px;
	-webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  position: relative;
}

.header .header_menu>ul>li>ul{
	display: none;
  background-color: #2e9692;
  position: absolute;
  min-width: 210px;
  right: 0;
  list-style: none;
  padding-right: 0;
  font-size: 13px;
  padding: 0;
  z-index: 5;
}
.header .header_menu>ul>li:hover>ul{
	display: block;
}
.header .header_menu>ul>li>ul>li>a{
	color: #fff;
	margin-bottom: 0;
	display: block;
	padding: 9px 5px;
}
.header .header_menu>ul>li>ul>li>a:hover{
	background: #272727;
	opacity: .8;
}







.header .header_menu ul li a{
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 9px;
}
.header .header_menu ul li:hover {
	background: rgba(31,134,131, 0.8);
}
@media (max-width: 1100px){
	.header .header_menu ul {
		padding-top: 56px;
	}
	.header .header_menu ul li{
		padding: 0;
		min-height: 0;
	}
}
@media (max-width: 768px){
	.header .header_menu>ul>li{
		position: static;
	}
	.header .header_menu>ul>li>ul{
		top: 0;
		right: 154px;
		min-width: 154px;
		-webkit-box-shadow: inset 0px 31px 10px -29px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 31px 10px -29px rgba(0,0,0,0.75);
    box-shadow: inset 0px 31px 10px -29px rgba(0,0,0,0.75);

	}
	.header .header_menu ul li a{
		margin-bottom: 0;
	}
	.header{
		min-height: 50px;
	}
	.header .mob_nav{
		display: block;
	}
	.header .w_logo{
		text-align: left;
	}
	.header .logo{
		margin: 7px 0 0 0;
	}
	.header .logo img{
		height: 36px;
		width: auto;
	}
	.header .bs_col{
		padding-left: 7px;
		padding-right: 7px;
	}
	.header .header_menu{
		position: absolute;
		width: 154px;
		top: 50px;
		right: -100%;
		background: #1f8683;
		z-index: 10;
		-webkit-box-shadow: inset 0px 31px 10px -29px rgba(0,0,0,0.75);
		-moz-box-shadow: inset 0px 31px 10px -29px rgba(0,0,0,0.75);
		box-shadow: inset 0px 31px 10px -29px rgba(0,0,0,0.75);
		-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	}
	.header .header_menu.open{
		right: 0;
	}

	body #real-accessability{
		top: 78px;
		left: -200px;
		right: auto;
	}
	body #real-accessability a#real-accessability-btn{
		right: -38px;
	}
	body #real-accessability.open{
		left: 0;
		right: auto;
	}
	body #real-accessability a#real-accessability-btn{
		width: 38px;
		height: 38px;
		background: url(../img/icon_dis.jpg) center no-repeat;
		background-size: 100% 100%;
	  position: absolute;
	  top: -1px;
	  left: -38px;
	  line-height: 38px;
	  text-align: center;
	  cursor: pointer;
	  text-decoration: none;
	  -webkit-transition: 0.3s;
	  -o-transition: 0.3s;
	  transition: 0.3s;
	}
	.header .header_menu ul{
		padding: 14px 0 7px;
	}
	.header .header_menu ul li{
  	float: none;
	}
	.header .header_menu ul li a{
		padding: 0;
		width: 100%;
		padding: 3px 15px 3px 0;
		border-bottom: 1px solid #208e8b;
		border-top: 1px solid #229b97;
	}
	.header .header_menu ul li:last-child a{
		border-bottom: 0;
	}
	.header .header_menu ul li:first-child a{
		border-top: 0;
	}
}
.main_d1{
	background-size: cover!important;
	height: 830px;
}
.main_d1_carousel{

}
.main_d1_carousel .item{
	height: 830px;
	background-size: cover!important;
}
@media (max-width: 768px){
	.main_d1{
		height: auto;
	}
	.main_d1_carousel .item{
		height: 220px;
	}
}

.contact-us-block {
  position: fixed;
  left: -240px;
  top: 0px;
  width: 240px;
  padding: 25px 5px 45px;
  background: #137777;
  text-align: center;
  z-index: 10;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  z-index: 100;
}
@media (max-width: 768px){
	.contact-us-block{
		display: none;
	}
}
.contact-us-block.open{
  left: 0;
}
.contact-us-block .close{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/ico_close.png)center no-repeat;
	position: absolute;
	background-size: 100% 100%;
	top: 10px;
	right: 10px;
	opacity: 1;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 6;
}
.contact-us-block .close:hover{
	opacity: 0.6;
}
.contact-us-block .contact-us-title {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  margin-top: 39px;
  margin-bottom: 3px;
}
.contact-us-block .contact-us-subtitle{
	font-size: 18px;
	line-height: 1;
	color: #fff;
}
.contact-us-block form{
	padding: 33px 10px 10px;
}
.contact-us-block input {
  width: 100%;
  height: 38px;
  background: transparent;
  border: 2px solid #fff;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  font-weight: 400;
  padding: 0 5px;
  text-align: right;
}
.contact-us-block input:focus{
	border-color: #ccc;
	outline: none;
}
.contact-us-block form ::-webkit-input-placeholder {color: #fff; font: 400 16px 'Open Sans Hebrew', sans-serif;}
.contact-us-block form ::-moz-placeholder          {color: #fff; font: 400 16px 'Open Sans Hebrew', sans-serif; line-height: 38px;}/* Firefox 19+ */
.contact-us-block form :-moz-placeholder           {color: #fff; font: 400 16px 'Open Sans Hebrew', sans-serif; line-height: 38px;}/* Firefox 18- */
.contact-us-block form :-ms-input-placeholder      {color: #fff; font: 400 16px 'Open Sans Hebrew', sans-serif;}

.contact-us-block input[type="submit"] {
  width: 108px;
  height: 38px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-us-block input[type="submit"]:hover,
.contact-us-block input[type="submit"]:focus{
	border-color: #2d2d2d;
	background: #2d2d2d;
}
div.wpcf7 img.ajax-loader{

}
.contact-us-block .contact-us-btn-block {
  position: absolute;
  top: 190px;
  right: -70px;
  width: 34px;
}
.contact-us-block .contact-us-btn-block .block-titles {
  background: #137777;
  opacity: 0.8;
  width: 106px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-us-block .contact-us-btn-block .block-titles:hover{
	opacity: 1;
}
.contact-us-block .contact-us-btn-block .block-titles a{
	color: #fff;
	font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.contact-us-block .wrap_success{
	background: #137777;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	display: none;
}
.contact-us-block .contact-us-success {
  text-align: center;
  color: #fff;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 20px;
  right: 20px;
  margin-top: -63.5px;
}
.contact-us-block .contact-us-success .success-title {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 5px;
}
.contact-us-block .contact-us-success .success-subtitle {
  font-size: 18px;
  font-weight: 700;
}
.wrap_fixed_social{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.fixed_social{
	position: absolute;
	display: block;
	top: 262px;
	left: 0;
	width: 34px;
	background: rgba(0,128,128, 0.8);
	text-align: center;
	padding: 9px 0;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed_social:hover{
	background: rgba(0,128,128, 1);
}
.fixed_social a{
	display: block;
	padding: 9px 0;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed_social a:hover{
	opacity: 0.8;
}



.main_d2{

}
.main_d2 h2{
	min-height: 66px; 
	font-size: 50px;
	color: #218b8d;
	position: relative;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 0;
}
.main_d2 h2:before{
	content: '';
	height: 34px;
	width: 100%;
	background: #218b8d;
	display: block;
	position: absolute;
	top: 17px;
	left: 0;
	right: 0;
	z-index: 1;
}
.main_d2 h2 b{
	position: relative;
	z-index: 3;
	display: inline-block;
	font-weight: 800;
	background: #fff;
	padding: 0 15px;
	margin-right: 148px;
}
.main_d2_content{
	/*background: url(../img/main_d2_content_bg.jpg)center no-repeat;*/
	background-size: cover!important;
	min-height: 454px;
	padding: 20px 0 22px;
	position: relative;
}
.main_d2_menu{
	color: #fff;
	background: rgba(33,139,141, 0.7);
	padding: 12px 30px 14px 30px;
	position: absolute;
	bottom: 22px;
	left: 0;
	right: 0;
	margin-bottom: 0;
}
.main_d2_menu:after{
	display: block;
	content: "";
	clear: both;
}
.main_d2_menu li{
	/*float: right;*/
	border-left: 2px solid #fff;
	/*display: block;*/
	padding: 0 16px;
	line-height: 1;
	position: relative;
	font-size: 24px;
	text-align: center;
}
.main_d2_menu li a{
	color: #fff;
	text-decoration: none;
}
.main_d2_menu li span{
	display: block;
	opacity: 0;
	z-index: -1;
	position: absolute;
	width: 165px;
	padding: 10px 10px 23px;
	bottom: -100%;
	left: 50%;
	margin-left: -82px;
	background: rgba(33,139,141, 0.7);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_d2_menu li span:before{
	content: "";
	display: block;
	width: 26px;
	height: 13px;
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -13px;
	background: url(../img/icon_arrow_bot.png)center no-repeat;
}
.main_d2_menu li:hover{
	/*font-weight: 700;*/
}
.main_d2_menu li:hover span{
	opacity: 1;
	z-index: 1;
	bottom: 64px;
}
.main_d2_menu li:last-child{
	border:0;
}
@media (max-width: 768px){
	.main_d2_content{
		min-height: 0;
		padding-bottom: 6px;
		padding-top: 6px;
		overflow: hidden;
		text-align: center;
	}
	.main_d2_menu{
		min-width: 150px;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		padding: 9px;
		position: static;
		display: inline-block;
		padding-top: 0;
		padding-bottom: 0;
	}
	.main_d2_menu li{
		float: none;
		font-size: 15px;
		font-weight: 700;
		border: none;
		padding: 0;
		border-bottom: 1px solid rgba(255,255,255, 0.6);
		height: 30px;
    line-height: 28px;
	}
	.main_d2 h2{
		min-height: 28px;
		font-size: 21px;
		line-height: 1.2;
	}
	.main_d2 h2 b{
		margin-right: 25px;
	}
	.main_d2 h2:before{
		height: 14px;
		top: 7px;
	}
	.main_d2_menu li span{
		display: none;
	}
}

.main_d3{

}

.main_d3 h1{
	min-height: 66px; 
	font-size: 46.3px;
	color: #218b8d;
	position: relative;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 0;
}
.main_d3 h1:before{
	content: '';
	height: 34px;
	width: 100%;
	background: #218b8d;
	display: block;
	position: absolute;
	top: 17px;
	left: 0;
	right: 0;
	z-index: 1;
}
.main_d3 h1 b{
	position: relative;
	z-index: 3;
	display: inline-block;
	font-weight: 800;
	background: #fff;
	padding: 0 15px;
	margin-right: 148px;
}
@media (max-width: 768px){
	.main_d3 h2{
		min-height: 28px;
		font-size: 21px;
		line-height: 1.2;
	}
	.main_d3 h2 b{
		margin-right: 25px;
	}
	.main_d3 h2:before{
		height: 14px;
		top: 7px;
	}
}
.main_d3_content{
	/*background: url(../img/main_d3_bg.jpg)center no-repeat;*/
	background-size: cover!important;
	overflow: hidden;
}
.main_d3_content .bs_col{
	padding: 0;
}
.main_d3_content .content{
	background: rgba(33,139,141, 0.8);
	min-height: 620px;
	color: #fff;
	padding: 30px 27px;
}
.main_d3_content h3{
	font: 800 42px 'Open Sans Hebrew', sans-serif;
	text-align: center;
	margin-bottom: 28px;
	color: #fff;
	line-height: normal;
}
.main_d3_content p{
	font-size: 20px;
	margin-bottom: 24px;
}
.main_d3_content a{
	text-decoration: none;
}
.main_d3_content button{
	font-size: 24px;
	font-weight: 700;
	background: none;
	border: 2px solid #fff;
	width: 215px;
	text-align: center;
	height: 56px;
	display: block;
	margin: 0 auto;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  padding: 0;
  
}
.main_d3_content button:hover, .main_d3_content button:focus{
	background: #2d2d2d;
}
@media (max-width: 768px){
	.main_d3_content .bs_col{
		padding-left: 10px;
		padding-right: 10px;
	}
	.main_d3_content h3{
		font-size: 19px;
		font-weight: 400;
	}
	.main_d3_content p{
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 0;
	}
	.main_d3_content button{
		font-size: 11px;
		font-weight: 700;
		margin-top: 13px;
		width: 95px;
		height: 25px;
	}
	.main_d3_content{
		padding: 8px 0;
	}
	.main_d3_content .content{
		padding: 4px 22px 13px;
		min-height: 0;
	}
}

.main_d4{

}
.main_d4 h2{
	min-height: 66px; 
	font-size: 50px;
	color: #218b8d;
	position: relative;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 0;
}
.main_d4 h2:before{
	content: '';
	height: 34px;
	width: 100%;
	background: #218b8d;
	display: block;
	position: absolute;
	top: 17px;
	left: 0;
	right: 0;
	z-index: 1;
}
.main_d4 h2 b{
	position: relative;
	z-index: 3;
	display: inline-block;
	font-weight: 800;
	background: #fff;
	padding: 0 15px;
	margin-right: 148px;
}
@media (max-width: 768px){
	.main_d4 h2{
		min-height: 28px;
		font-size: 21px;
		line-height: 1.2;
	}
	.main_d4 h2 b{
		margin-right: 25px;
	}
	.main_d4 h2:before{
		height: 14px;
		top: 7px;
	}
}
.main_d4_content{
	/*margin-left: -3px;
	margin-right: -3px;*/
	margin: -3px;
	position: relative;
}
.main_d4_content .bs_col{
	padding: 3px 3px;
}
.main_d4_content .item{
	position: relative;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_d4_content .img{
	min-height: 370px;
	width: 100%;
	background-size: cover!important;
	position: relative;
}

.main_d4_content .desc{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 222px;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	background: #218b8d;
	color: #fff;
	padding: 20px 25px 54px;
	/*overflow: hidden;*/
	opacity: 0;
	z-index: -1;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_d4_content .desc:before{
	content: '';
	display: block;
	position: absolute;
	left: -29px;
	z-index: 1;
	top: 50%;
	margin-top: -29px;
	width: 29px;
	height: 58px;
	background: url(../img/arrow_desc_l.png) no-repeat;
}
.main_d4_content .item:hover .desc{
	z-index: 1;
	opacity: 1;
	right: -222px;
}
.main_d4_content .desc span{
	display: block;
	font-size: 28px;
	font-weight: 800;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-bottom: 14px;
}
.main_d4_content .desc p{
	font-size: 16px;
}
.main_d4_content .desc button{
	border: 0;
	background: #186869;
	font-size: 24px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 54px;
	line-height: 54px;
	width: 100%;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  font-weight: 700;
  padding: 0;
}
.main_d4_content .desc button:hover{
	background: #2d2d2d;
}

.main_d4_content .main_d4_row .bs_col:first-child .item .desc{
	left: 0;
	right: auto;
}
.main_d4_content .main_d4_row .bs_col:first-child .item:hover .desc{
	left: -222px;
	z-index: 1;
	opacity: 1;
}
.main_d4_content .main_d4_row .bs_col:first-child .item .desc:before{
	content: '';
	display: block;
	position: absolute;
	left: auto;
	right: -29px;
	z-index: 1;
	top: 50%;
	margin-top: -29px;
	width: 29px;
	height: 58px;
	background: url(../img/arrow_desc.png) no-repeat;
}
.main_d4_content .active_left .item{
  margin-left: -216px;
  padding-right: 216px;
}
.main_d4_content .active_right .item{
  margin-right: -216px;
  padding-left: 216px;
}
.main_d4_content_btn{
	text-align: center;
	padding: 22px 15px 10px;
}
.main_d4_content_btn button{
	width: 215px;
	height: 56px;
	border:2px solid #464646;
	background: none;
	text-align: center;
	color: #393939;
	font-size: 24px;
	font-weight: 700;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
}
.main_d4_content_btn button:hover{
	background: #218b8d;
	border-color: #218b8d;
}




.main_d4_content_mobile{
	margin: 0;
	padding: 0;
}
.main_d4_content_mobile .main_d4_row{
	overflow: hidden;
}
.main_d4_content_mobile .w_img{
	padding: 0 5px 0 10px;
}
.main_d4_content_mobile .bs_col:first-child .w_img{
	padding: 0 10px 0 5px;
}

.main_d4_content_mobile .img {
  min-height: 125px;
  width: 100%;
  background-size: cover!important;
  position: relative;

}
.main_d4_content_mobile .img .title_mobile{
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	background: #218b8d;
	height: 25px;
	line-height: 25px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.main_d4_content_mobile .img .title_mobile:before{
	content: "";
	display: block;
	width: 19px;
	height: 9px;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: -8px;
	background: url(../img/arrow_desc_bot.png);
	display: none;
}

.main_d4_content_mobile .bs_col{ 
	padding: 4px 0;
	position: static;
}
.main_d4_content_mobile .item{
	position: static;
	max-width: 370px;
	margin: 0 auto;
}
.main_d4_content_mobile .desc {
  position: relative;
  top: 0;
  bottom: auto;
  width: 200%;
  right: -100%;
	left: 0;
  border: 0;
  background: #fff;
  color: #232323;
  padding: 0 10px 0;
  opacity: 1;
  margin-top: 16px;
	display: none;
}
.main_d4_content_mobile .item:hover .desc,
.main_d4_content_mobile .item:hover .title_mobile:before{
	display: block;
}
.main_d4_content_mobile .desc:after{
	display: block;
	content: '';
	margin-top: 10px;
	height: 1px;
	width: 100%;
	background: #919d9d;

}
.main_d4_content_mobile .bs_col:first-child .desc{
	right: 0;
	left: -100%;
}
/*.main_d4_content_mobile .bs_col:last-child .desc{
	right: -100%;
	left: auto;
}*/
.main_d4_content_mobile .item .desc:before{
	display: none!important;
}
.main_d4_content_mobile .desc span{
	display: none;
}
.main_d4_content_mobile .desc p{
	margin-top: 18px;
	color: #232323;
	font-size: 12px;
}
.main_d4_content_mobile .desc button{
	position: static;
	width: 96px;
	height: 25px;
	font-size: 11px;
	color: #393939;
	line-height: normal;
	background: none;
	font-weight: 700;
	border: 2px solid #393939;
	padding: 0;
}
.main_d4_content_mobile .desc button:hover{
	color: #fff;
}

@media (max-width: 768px){
	.main_d4_content_btn button{
		font-size: 11px;
		font-weight: 700;
		width: auto;
		height: 25px;
		display: inline-block;
		padding: 0 5px;
	}
}





















.main_d5{
	position: relative;
}
.main_d5 .cup{
	position: absolute;
	bottom: 20px;
	left: 30px;

}
.main_d5 h2{
	min-height: 66px; 
	font-size: 50px;
	color: #218b8d;
	position: relative;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 7px;
}
.main_d5 h2:before{
	content: '';
	height: 34px;
	width: 100%;
	background: #218b8d;
	display: block;
	position: absolute;
	top: 17px;
	left: 0;
	right: 0;
	z-index: 1;
}
.main_d5 h2 b{
	position: relative;
	z-index: 3;
	display: inline-block;
	font-weight: 800;
	background: #fff;
	padding: 0 15px;
	margin-right: 148px;
}
@media (max-width: 768px){
	.main_d5 h2{
		min-height: 28px;
		font-size: 21px;
		line-height: 1.2;
	}
	.main_d5 h2 b{
		margin-right: 25px;
	}
	.main_d5 h2:before{
		height: 14px;
		top: 7px;
	}
	.main_d5 .cup{
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
	  margin: 0 auto;
	}
}
.main_d5_content{
	/*background: url(../img/main_d5_bg.jpg)center no-repeat;*/
	background-size: cover!important;
	min-height: 628px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.main_d5_content .wrap_video{
	margin: 0 auto;
	max-width: 690px;
	background: rgba(255,255,255, 0.8);
	padding: 25px 25px 22px;
	position: relative;
	z-index: 2;
}
.main_d5_content .wrap_video iframe{
	width: 100%;
	height: 360px;
}
@media (max-width: 768px){
	.main_d5_content .wrap_video{
		padding: 9px 9px 6px;
	}
	.main_d5_content .wrap_video iframe{
		height: 140px;
	}
	.main_d5_content{
		padding: 32px 28px 230px;
		min-height: 0;
	}
}

.main_d6{
	/*background: url(../img/main_d6_bg.jpg)center no-repeat;*/
	background-size: cover!important;
	min-height: 544px;
	margin-top: 18px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.main_d6_form{
	max-width: 540px;
	margin: 0 auto;
	background: rgba(255,255,255, 0.65);
	padding: 25px 65px 42px;
	position: relative;
	overflow: hidden;
}
.main_d6_form .wpcf7-response-output{
	display: none!important;
	position: absolute;
  opacity: 0!important;
  height: 0!important;
  padding: 0!important;
  margin: 0!important;
  border: 0!important;
}
.main_d6_form  .screen-reader-response{
	display: none!important;
	position: absolute!important;
	overflow: visible!important;
	width: auto!important;
  opacity: 0!important;
  height: 0!important;
  padding: 0!important;
  margin: 0!important;
  border: 0!important;
  clip: auto!important;
}
.main_d6_form_info{
	position: relative;
	z-index: 2;
}
.main_d6_form_success{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -34px;
	/*display: none;*/
	opacity: 0;
	z-index: 1;
}

.main_d6_form .title{
	display: block;
	font-size: 44px;
	font-weight: 800;
	text-align: center;
	line-height: 1.1;
}
.main_d6_form .subtitle{
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 12px;
}
.main_d6_form input{
	font-size: 24px;
	height: 56px;
	line-height: normal;
	border: 2px solid #464646;
	margin-bottom: 14px;
	width: 100%;
	background: transparent;
	color: #000;
	padding: 0 14px;
	text-align: right;
}
.main_d6_form input:focus{
	border: 2px solid #000;
	outline: none;
}
.main_d6_form form ::-webkit-input-placeholder {color: #393939; font: 400 24px 'Open Sans Hebrew', sans-serif;}
.main_d6_form form ::-moz-placeholder          {color: #393939; font: 400 24px 'Open Sans Hebrew', sans-serif; line-height: 35px;}/* Firefox 19+ */
.main_d6_form form :-moz-placeholder           {color: #393939; font: 400 24px 'Open Sans Hebrew', sans-serif; line-height: 35px;}/* Firefox 18- */
.main_d6_form form :-ms-input-placeholder      {color: #393939; font: 400 24px 'Open Sans Hebrew', sans-serif;}

.main_d6_form input[type="submit"]{
	width: 215px;
	font-size: 24px;
	font-weight: 700;
	background: transparent;
	border: 2px solid #464646;
	height: 56px;
	display: block;
	margin: 6px auto 0;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.main_d6_form input[type="submit"]:hover{
	background: #218b8d;
	border: 2px solid #218b8d;
}
.main_d6_form div.wpcf7 img.ajax-loader{
	/*display: none!important;*/
  position: absolute;
  opacity: 0;
  height: 0;
}
@media (max-width: 768px){
	.main_d6{
		padding: 25px 19px;
		margin-top: 5px;
	}
	.main_d6_form{
		padding: 15px 33px 22px;
	}
	.main_d6_form .title{
		font-size: 23px;
	}
	.main_d6_form .subtitle{
		font-size: 18px;
		margin-bottom: 6px;
	}
	.main_d6_form input{
		height: 30px;
		font-size: 12px;
		margin-bottom: 7px;
	}
	.main_d6_form form ::-webkit-input-placeholder {color: #393939; font: 400 12px 'Open Sans Hebrew', sans-serif;}
	.main_d6_form form ::-moz-placeholder          {color: #393939; font: 400 12px 'Open Sans Hebrew', sans-serif; line-height: 35px;}/* Firefox 19+ */
	.main_d6_form form :-moz-placeholder           {color: #393939; font: 400 12px 'Open Sans Hebrew', sans-serif; line-height: 35px;}/* Firefox 18- */
	.main_d6_form form :-ms-input-placeholder      {color: #393939; font: 400 12px 'Open Sans Hebrew', sans-serif;}
	.main_d6_form input[type="submit"]{
		font-size: 12px;
		height: 30px;
		width: 110px;
		margin-top: 4px;
	}
	.main_d6{
		min-height: 0;
	}
}



footer{
	margin-top: 7px;
}
footer .foter_top{
	background: #2d2d2d;
	min-height: 246px;
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
	padding-top: 36px;
	padding-bottom: 30px;
}
footer .foter_top .bs_col{
	padding: 0;
}
footer .foter_top .w_logo{
	padding-top: 27px;
	padding-right: 15px;
}
footer .foter_top .logo{
	margin: 0;
}
footer .foter_top .container-fluid{
	max-width: 830px;
}
footer .foter_top ul{
	padding-right: 0;
	margin-bottom: 0;
	list-style: none;
}
footer .foter_top h3{
	color: #218b8d;
	margin: 0;
	font-size: 14px;
}
footer .foter_top .soc{
	overflow: hidden;
	max-width: 152px;
	margin: 0 auto;
	display: none;
}
footer .foter_top .soc .bs_col{
	padding: 0;
	text-align: center;
	display: block;
}
@media (max-width: 768px){
	footer{
		margin-top: 0;
	}
	footer .foter_top{
		background: #e6e6e6;
		padding: 3px 0 5px;
		min-height: 0;
	}
	footer .foter_top .w_logo{
		text-align: center;
		padding-top: 10px;
		padding-right: 0;
	}
	footer .foter_top .w_logo img{
		margin: 0 auto 12px;
	}
	footer .foter_top .soc{
		display: block;
	}
	footer .foter_top h3{	
		font-size: 11px;
	}
	footer .foter_top ul li{
		color: #232323;
		font-size: 9px;
		line-height: 1.8
	}
	footer .foter_bottom{
		margin-bottom: 54px;
	}
}
footer .foter_mobile{
	background: #218b8d;
	text-align: center;
	padding: 6px 0 11px;
	position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

footer .foter_mobile a{
	display: inline-block;
	margin: 0 19px;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;	
}
footer .foter_mobile a:hover{
	opacity: 0.6;
}

footer .foter_bottom{
	background: #141414;
	text-align: center;
	padding: 8px 0;
	
}
footer .foter_bottom a{
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;	
  
}
footer .foter_bottom a:hover{
	opacity: 0.8;
}



.popap_thanks span{
	text-align: center;
	font-size: 74px;
	font-weight: 800;
	color: #2d2d2d;
	display: block;
	margin-top: 2px;
	margin-bottom: 4px;
}
.popap_thanks p{
	text-align: center;
	color: #2d2d2d;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.closePopap{
  position: absolute;
  top: 0px;
  right: 9px;
  color: #333;
  font-size: 30px;
  z-index: 10;
  text-decoration: none!important;
  -moz-transform: rotate(-45deg);  /* Firefox */
  -o-transform: rotate(-45deg);  /* Opera */
  -webkit-transform: rotate(-45deg);  /* Safari y Chrome */
  transform: rotate(-45deg);
}
.closePopap:hover, .closePopap:active{
  text-decoration: none!important;
  color: #cc0000;
}
.modall{
	display: none;
	width: 95%;
	max-width: 340px;
	border-radius: 0;
	background: #fff;
	text-align: center;
	padding: 0 5px;
}


