/*
he - font-family: 'Assistant', sans-serif;
ru - font-family: 'PT Sans', sans-serif;
*/
html{ font-size:100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
* {padding:0;margin:0;box-sizing: border-box;}

body.rtl {
  font-family: 'Assistant', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
}
body.ltr {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
}
.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.clearfix:before,
.clearfix:after{
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
h1, h2, h3, h4, h5, h6  {margin: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
a {text-decoration: none;}

h1, h2{
  font-weight: bold;
}

.white{color: #ffffff;}
.darkred{color: #466685;}
.black{color: #000000;}
.bg-grey{background: #e0e2e6;}
.bg-darkred{background: #9b1212;}
.grey-color{color: #4e4e4e;}

.show-mobile{
  display: none;
}

.bred{
  border: 1px solid red !important;
}

.size30{
  font-size: 30px;
}
.size18{
  font-size: 18px;
}
.size22{
  font-size: 22px;
}
.size28{
  font-size: 28px;
}
.semi-bold{
  font-weight: 600;
}
p strong{
  font-weight: bold;
}
/*---------  ------------------*/
header{
  position: fixed;
  top: 0;
  padding: 15px 0;
  width: 100%;
  z-index: 900;
  background: #ffffff;
}
.mobi-nav {
  display: none;
}
header nav{
  width:100%;
  padding-top: 0;
  background: #ffffff;
}
header nav ul{
  float: none;
  display:table;
  margin:0;
  padding: 0;
}
header nav ul li{
  list-style-type:none;
  display: table-cell;
  margin: 5px 4px 0 4px;
  text-align: center;
}

header nav ul li a{
  display:inline-block;
  text-decoration:none;
  font-weight: 600;
  font-size: 16px;
  color: #000000 !important;
  padding: 3px 3px 0 3px;
  margin-left: 6px;
}
header nav ul li a:hover,
header nav ul li a:active,
header .href-ru:hover,
header .href-il:hover {
  color: #819db4 !important;
  text-decoration:none;
}

header .navbar-nav .nav-item .nav-link{
  font-size: 16px;
  color: #000;
}
.call-btn{

}
.call-btn .btn-form{
  width: 100%;
  border: 2px solid #59f707;
  background: #60cc00;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}
.call-btn .btn-form:hover{
  background: #137f07 !important;
}
.logo320{
  padding: 40px 0 20px 0;
}
.phone-m{
  padding: 20px 0;
}

.phone-m .btn-phone{
  display: inline-block;
  padding: 9px 40px 7px 10px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  background: #3f5f7b url("/assets/img/bg-phone.png") no-repeat 95% 50%;
  border: 3px solid #ffffff;
}
.mail-m a{
  color: #3f5f7b;
  font-weight: bold;
  font-size: 18px;
}

.nav-item.dropdown{
  background: url("/assets/img/arr-down.png") no-repeat 0 50%;
}
.dropdown-toggle::after {
   border-top: 0 solid;
   border-right: 0 solid transparent;
   border-bottom: 0;
   border-left: 0 solid transparent;
}
.lang-desc a{
  padding: 7px;
  margin: 4px 10px 0 30px;
}
.lang-desc a{
  display:inline-block;
  text-decoration:none;
  font-weight: 600;
  font-size: 16px;
  color: #000000 !important;
  padding: 3px 3px 0 3px;
}
/*---------  ------------------*/

.block-1{
  min-height: 627px;
  margin-top: 80px;
}
.block-1.banner-he{
  background: url('/assets/img/bg-block-1-he.jpg') no-repeat top center;
  background-size: cover;
}
.block-1.banner-ru{
  background: url('/assets/img/bg-block-1-ru.jpg') no-repeat top center;
  background-size: cover;
}
.logotype{
  padding: 20px 0 60px 0;
}
.ttl-1{
  font-size: 47px;
  font-weight: 600;
  line-height: 50px;
}
.ttl-1 h1.he{
  font-size: 47px;
  font-weight: 600;
  line-height: 50px;
}
.ttl-1 h1.ru{
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
.list-box{
  padding: 25px 0;
}
.list-box ul li.li-he{
  list-style-type:none;
  background: url("/assets/img/li-bg.png") no-repeat 100% 50%;
  padding: 10px 39px 10px 20px;
  font-size: 19px;
}
.list-box ul li.li-ru{
  list-style-type:none;
  background: url("/assets/img/li-bg.png") no-repeat 0 50%;
  padding: 10px 0 10px 35px;
  font-size: 19px;
}
.block-form{
  margin-top: 40px;
}
.contact-form{
  margin: 30px 0;
  background: #fff;
  padding: 30px 20px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  opacity: 0.8;
}

.block-form input{
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 2px solid #e7e5e5;
  margin: 3px 0 0px 0;
}
.block-form .btn-form{
  width: 100%;
  border: 2px solid #59f707;
  background: #60cc00;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
}
.block-form button:hover{
  background: #137f07 !important;
}

.block-form ::-webkit-input-placeholder {
  color: #000000;
}
.block-form  ::-moz-placeholder {
  color: #000000;
}
.block-form  :-ms-input-placeholder {
  color: #000000;
}
.block-form  :-moz-placeholder {
  color: #000000;
}

label.error{
  display: block;
  background: #db0005;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 8px 20px;

}
label.error:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 25px;
  border: 10px solid transparent;
  border-bottom: 10px solid #db0005;
}


.thank-you{
  position: absolute;
  bottom:10px;
  left:25%;
  color:#FFFFFF;
  font-size: 18px;
  padding: 5px 20px;
  width: 50%;
  background: #819db4;
  border: 2px solid #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  text-align: center;
}



/*--block-3--*/
.block-3{
  background: url("/assets/img/bg-block-3.jpg") top center no-repeat;
  background-size: cover;
}
.parallax-window {
  min-height: 300px;
}
.cover-image {
  position: relative;
  width:1000px;
  height:300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.services{
  width: 225px;
  margin: 0 8px 40px 8px;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}

.services .grey-box{
  width: 100%;
  padding: 18px 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  background: #e5e7ec;
}
.services .grey-box.no-padd-ru{
  padding: 7px 0 5px 0;
}

.services .img-ser-1,
.services .img-ser-2,
.services .img-ser-3,
.services .img-ser-4,
.services .img-ser-5,
.services .img-ser-6,
.services .img-ser-7,
.services .img-ser-8{
  width: 225px;
  height: 242px;
}
.services .img-ser-1{
  background: url("/assets/img/service-1.jpg") no-repeat;
}
.services .img-ser-2{
  background: url("/assets/img/service-2.jpg") no-repeat;
}
.services .img-ser-3{
  background: url("/assets/img/service-3.jpg") no-repeat;
}
.services .img-ser-4{
  background: url("/assets/img/service-4.jpg") no-repeat;
}
.services .img-ser-5{
  background: url("/assets/img/service-5.jpg") no-repeat;
}
.services .img-ser-6{
  background: url("/assets/img/service-6.jpg") no-repeat;
  border: 1px solid #e5e7ec;
}
.services .img-ser-7{
  background: url("/assets/img/service-7.jpg") no-repeat;
}
.services .img-ser-8{
  background: url("/assets/img/service-8.jpg") no-repeat;
  border: 1px solid #e5e7ec;
}

.block-5{
  background: #bddef8;
}
.commit .txt-comm{
  font-size: 18px;
  font-weight: bold;
}
.commit{
  width: 204px;
  text-align: center;
  margin: 0 20px;
}
.img-comm-1,
.img-comm-2,
.img-comm-3{
  width: 100%;
  height: 144px;
}
.img-comm-1{
  background: url("/assets/img/commit-1.jpg") no-repeat top center;
}
.img-comm-2{
  background: url("/assets/img/commit-2.jpg") no-repeat top center;
}
.img-comm-3{
  background: url("/assets/img/commit-3.jpg") no-repeat top center;
}

/*---Tabs-IL----------------------------*/
.nav-tabs .nav-item-he{
  margin-left: 2px;
  background: #ebeaea;
  text-align: center;
  margin-bottom: -2px;
}
.nav-tabs .nav-item-he:last-child{
  margin-left: 0px;
}
.nav-tabs .nav-item-he .nav-link{
  border-radius: 0;
  color: #262626;
  font-weight: 600;
  font-size: 18px;
  border-top: 2px solid #ffffff;
}
.nav-tabs .nav-item-he .nav-link.active {
  border-radius: 0;
  border-top: 2px solid #bddef8;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  color: #466685;
  font-weight: 600;
}
.pagin-tab{
  margin: 20px auto;
}
.pagin-tab .delimiter{
  font-size: 50px;
  color: #000;
}
.tab-arr{
  width: 27px;
  height: 20px;
  background: url("/assets/img/lr-arr.png") no-repeat;
}
.tab-arr.prev-arr{
  background-position: 100% 0;
  margin: 30px 10px 0 10px;
  cursor: pointer;
}
.tab-arr.next-arr{
  background-position: 0 100%;
  margin: 30px 10px 0 10px;
  cursor: pointer;
}

/*---Tabs-RU----------------------------*/
.nav-tabs .nav-item-ru{
  margin-right: 2px;
  background: #ebeaea;
  text-align: center;
  margin-bottom: -1px;
}
.nav-tabs .nav-item-ru:last-child{
  margin-right: 0px;
}
.nav-tabs .nav-item-ru .nav-link{
  border-radius: 0;
  color: #262626;
  font-weight: 600;
  font-size: 15px;
  border-top: 2px solid #ffffff;
  height: 80px;
  border-left: 2px solid #ffffff;
}
.nav-tabs .nav-item-ru:last-child{

}
.nav-tabs .nav-item-ru .nav-link.active {
  border-radius: 0;
  border-top: 2px solid #bddef8;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  color: #466685;
  font-weight: 600;
}
.tab-content{
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-top: none;
  padding: 30px;
}
.tetx-tab{
  font-size: 18px;
  color: #4e4e4e;
}
.tetx-tab strong{
  font-weight: 600;
  font-size: 24px;
}

/*---Accordion----------------------------*/
.accordion .wrap-acc{
  display: block;
  width: 100%;
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #ffffff;
}
.accordion .wrap-acc:last-child{
  border-bottom:  1px solid #e9e9e9 !important;
}
.accordion .wrap-acc .acc-item .btn-he {
  display: block;
  width: 100%;
  background: url("/assets/img/arr-down.png") no-repeat 30px 50%;
  text-align: right;
  font-size: 23px;
  color: #466685;
}
.accordion .wrap-acc .acc-item .btn-he:focus {

  background: url("/assets/img/arr-up.png") no-repeat 30px 50%;
}


.accordion .wrap-acc .acc-item .btn-ru {
  display: block;
  width: 100%;
  background: url("/assets/img/arr-down.png") no-repeat 95% 50%;
  text-align: left;
  font-size: 22px;
  color: #466685;
}
.accordion .wrap-acc .collapse {
  /*border: 1px solid red;*/
}


/*------------------------------------------------------*/
.block-7{
  background: url("/assets/img/bg-block-7.jpg") no-repeat top center;
  background-size: cover;
}
.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
  border: 1px solid red;
}
.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  /*height:100%;*/
}

.embed-responsive-16by9::before{
  padding-top:54.25%;
}


.video-wrap{
  width: 475px;
  background: #fff;
  padding: 11px 12px 25px 12px;
}
.video-wrap .name-video{
  padding: 15px 10px 0 10px;
  font-size: 22px;
  font-weight: bold;
}
.video-wrap .desc-video{
  padding: 1px 10px 0px 10px;
  font-size: 18px;
}
.slider {
  width: 100%;
  height: auto;
  margin: 30px auto;
}
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
}
.slick-dots li{
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  color: #fff;
}
.slick-dots li.slick-active{
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #819db4;
}

.slick-arrow{
  width: 27px;
  height: 20px;
  background: url("/assets/img/lr-arr.png") no-repeat 0 0;
}
.slick-prev.slick-arrow{
  background: url("/assets/img/lr-arr.png") no-repeat 100% 0;
  right: -20px;
  left: auto;
  color: #e0e2e6 !important;
}
.slick-next.slick-arrow{
  background: url("/assets/img/lr-arr.png") no-repeat 0 100%;
  left: -20px;
  right: auto;
  color: #e0e2e6 !important;
}
/*------------------------------------------------------*/

.footer{
  background: #f3f3f3;
}

.phone-footer {
  margin: 10px;
}
.phone-footer a{
  font-size: 54px;
  color: #1f4264;
  text-decoration: none;
  font-weight: bold;
}
.copy{
  margin-top: 30px;
  width: 30%;
}
.copy a{
  color: #a1a1a1;
  font-size: 14px;
}
.social-icons{
  margin: 0 0 0 0 ;
}
.social-icons .icon{
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url("/assets/img/social-icons.png");
  background-repeat: no-repeat;
}
.social-icons .icon.yt{
  background-position:  100% 0;
}
.social-icons .icon.yt:hover{
  background-position: 100% -44px;
}
.social-icons .icon.fb{
  background-position: -44px 0;
}
.social-icons .icon.fb:hover{
  background-position: -44px -44px;
}
.social-icons .icon.inst{
  background-position: 0 0;
}
.social-icons .icon.inst:hover{
  background-position: 0 -44px ;
}

.footer .navbar-nav{
  padding-right: 40px;
}
.footer .nav-footer .foot-link{
  padding: 2px 10px;
  color: #4e4e4e;
  margin: 0;
  text-decoration: none;
  font-weight: 500;
}

.footer .nav-footer .foot-link:hover,
.footer .addr a:hover{
  color: #819db4;
  text-decoration: underline;
}

.footer .addr{
  padding-top: 0px;
}
.footer .addr span{
  color: #4e4e4e;
  font-weight: bold;
}
.footer .addr a, .footer .addr p {
  color: #000;
  text-decoration: none;
}


.footer .btn-form{
  width: 215px;
  border: 2px solid #59f707;
  background: #60cc00;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
}
.footer .btn-form:hover{
  background: #137f07 !important;
}


.footer .nav-footer{
  list-style: none;
}


.name-video,
.desc-video{
  display:none;
}