@font-face {
  font-family: 'open_sanscondensed_light';
  src: url("../fonts/OpenSansCondLight/OpenSansCondLight.eot");
  src: url("../fonts/OpenSansCondLight/OpenSansCondLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansCondLight/OpenSansCondLight.woff") format("woff"), url("../fonts/OpenSansCondLight/OpenSansCondLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanshebrew';
  src: url("../fonts/OpenSansHebrew/opensanshebrew.eot");
  src: url("../fonts/OpenSansHebrew/opensanshebrew.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansHebrew/opensanshebrew.woff") format("woff"), url("../fonts/OpenSansHebrew/opensanshebrew.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }  
@font-face {
  font-family: 'monotype_corsiva';
  src: url("../fonts/MonotypeCorsiva/MonotypeCorsiva.eot");
  src: url("../fonts/MonotypeCorsiva/MonotypeCorsiva.eot?#iefix") format("embedded-opentype"), url("../fonts/MonotypeCorsiva/MonotypeCorsiva.woff") format("woff"), url("../fonts/MonotypeCorsiva/MonotypeCorsiva.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
html {
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 1; }

h1, h2 {
  text-align: center;
  font-size: 65px;
  font-family: 'monotype_corsiva', Arial, sans-serif;
  font-weight: 300;
  color: #121f6c; }

h3 {
  font-size: 28px;
  font-family: 'monotype_corsiva', Arial, sans-serif;
  font-weight: 300;
  color: #121f6c; }  

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0; }

a {
  color: #000;
  text-decoration: none; }

input, textarea {
  width: 100%;
  background: transparent;
  border: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 19px; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { 
     background-color: #dedfe0 !important;
     -webkit-box-shadow: 0 0 0px 1000px #dedfe0 inset; }

input:focus, textarea:focus {
  outline: none; }

::-webkit-input-placeholder {
  color: #000; }

::-moz-placeholder {
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

:-moz-placeholder {
  color: #000; }

.wrapper {
  position: relative; }

.inner {
  width: 1100px;
  margin: 0 auto; }

.flex {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row; }

.flex-column {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column; }

/************************************/
/*             HEADER               */
/************************************/
.header {
  min-height: 669px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url("../img/header-bg.jpg") center 0 no-repeat;
  background-size: cover; }
  .header__top {
    padding: 80px 0 25px;
    display: flex;
    flex: 1; }
    .header__top .inner {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
  .header__title {
    font-family: 'open_sanscondensed_light', Arial, sans-serif; }
    .header__title_white {
      margin-top: 10px;
      padding: 0 14.5%;
      font-size: 69px;
      color: #fff; }
    .header__title_blue {
      font-size: 91px;
      color: #121f6c; }
  .header__phone {
    font-family: 'open_sanscondensed_light', Arial, sans-serif;
    font-size: 120px;
    color: #fff; }
  .header__subtitle {
    font-size: 65px;
    font-family: 'monotype_corsiva', Arial, sans-serif;
    color: #121f6c; }
  .header__menu {
    width: 100%;
    background: rgba(19, 40, 127, 0.7); }

.main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  font-size: 23px; }
  .main-menu .menu-item a {
    display: block;
    padding: 20px;
    color: #fff; }
    .main-menu .menu-item a:hover {
      text-decoration: underline; }
  .main-menu .menu-item.current-menu-item a {
    text-decoration: underline; }

.lang-item-he img {
  display: none; }
.lang-item-he a {
  display: block;
  width: 35px;
  background: url("../img/lang_he.png") no-repeat; }

.lang-item-ru img {
  display: none; }
.lang-item-ru a {
  display: block;
  width: 35px;
  background: url("../img/lang_ru.png") no-repeat; }

.product-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  font-size: 21px; }
  .product-menu__wrapper {
    background: #9ddcf9; }
  .product-menu .menu-item a {
    display: block;
    padding: 20px 5px;
    color: #121f6c; }

.product-menu-link {
  display: none; }

/************************************/
/*             CONTENT              */
/************************************/
.content {
  padding: 0 0 30px; }
  .content__title {
    margin: 30px 0 25px; }
  .content__page {
    margin: 10px 0 25px; }  

#breadcrumbs {
  font-size: 15px; }

.products {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap; }
  .products__item {
    display: block;
    width: 31.3%;
    margin: 0 1% 20px; }
  .products__image img {
    width: 100%;
    height: auto; }
		
	.products__image{
		position: relative;
		overflow: hidden;
	}
	
	.products__description{
		position: absolute;
		bottom: -100%;
		left: 0;
		display: flex;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;	
		color: #fff;
		width: 100%;
		padding: 15px;
		align-items: center;
    box-sizing: border-box;		
		transition: all .3s linear;
	}
		
	.products__description p{		
	  line-height: 26px;	
	}
	
  .products__model {
    margin: 10px 0 5px;
    text-align: center;
  }

	.products__image:hover .products__description{
		bottom: 0;
	}
		
  .products__title {
    text-align: center; }
    .products__title p {
      margin: 15px 0 0; }
    .products__title span {
      font-size: 25px; }
			
	.products__title h2{
		font-size: 40px;
		margin: 15px 0;
	}

.prod-page {
   }    
  .prod-page__image {
  max-width: 400px; 
	margin: 0 auto;
	}  
    .prod-page__image img {
    width: 100%;
    height: auto; } 
  .prod-page__content {
   margin: 20px 0;}     

  .main-section {

  } 
  .main-section__content {
    padding: 30px 0;
  }
  .main-section__slider {
    width: 100%;
    height: 567px;
    padding: 25px 0 60px;
    overflow: hidden;
    box-sizing: border-box;
    background-repeat: repeat; 
    background-position: top center;
  }
  .main-section__slider .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .main-section__slider_bg1 {
    background-image: url('../img/section_bg1.jpg');
  }
  .main-section__slider_bg2 {
    background-image: url('../img/section_bg2.jpg');
  }
  .main-section__slider_bg3 {
    background-image: url('../img/section_bg3.jpg');
  }
  .main-section__title {

  }
  .main-section__info {

  }
  .main-section__btn {
    width: 100%;
    min-height: 70px;
    padding: 12px 0;
    display: block;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 46px;
    font-family: 'monotype_corsiva', Arial, sans-serif;
    color: #121f6c;
    text-transform: lowercase;
  }
  .owl-main {

  }
  .owl-main__item {
    max-width: 350px; 
    max-height: 350px;
    margin: 0 8px;
    display: block;
    overflow: hidden;
  }
  .owl-main__item img {
    width: 100%;
    height: auto;
  }
  .owl-main .owl-buttons .owl-prev, .owl-main .owl-buttons .owl-next {
    width: 30px;
    height: 73px;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    opacity: 0.8;
    cursor: pointer;
  }
  .owl-main .owl-buttons .owl-prev {
    background: url('../img/arrow_left.png') no-repeat;
    left: -60px;
  }
  .owl-main .owl-buttons .owl-prev:hover {
    opacity: 1;
  }
  .owl-main .owl-buttons .owl-next {
    background: url('../img/arrow_right.png') no-repeat;
    right: -60px;
  }
  .owl-main .owl-buttons .owl-next:hover {
    opacity: 1;
  }

/************************************/
/*             FOOTER               */
/************************************/
.form-block__title {
  margin: 15px 0; }
.form-block__content {
  min-height: 572px;
  background: url("../img/footer-bg.jpg") center 0 no-repeat; }

.contact-form__row {
  display: flex; }
  .contact-form__row_justify {
    justify-content: space-between; }
    .contact-form__row_justify .wpcf7-form-control-wrap {
      width: 32.5%;
      padding: 15px;
      box-sizing: border-box;
      background: #dedfe0;
      color: #000; }
.contact-form__col {
  width: 380px; }
  .contact-form__col p {
    margin: 0; }
.contact-form__info {
  margin-top: 60px;
  color: #fff; }
.contact-form__checkbox {
  margin-bottom: 14px; }
.contact-form__btn {
  width: 310px;
  margin: 52px auto 0;
  padding: 14px 0;
  background: #c8d2d9;
  font-size: 35px;
  cursor: pointer; }
.contact-form__captcha {
  margin: 60px 30px 0;
}  

.wpcf7 {
  padding-top: 35px !important; }

.wpcf7-checkbox span.wpcf7-list-item {
  display: block;
  margin: 0; }

.wpcf7-checkbox label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

.wpcf7-checkbox label input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.wpcf7-list-item-label:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #d3d8dc; }

.wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  display: none; }

.wpcf7-checkbox label .wpcf7-list-item-label:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.wpcf7-checkbox label input:checked ~ .wpcf7-list-item-label:after {
  display: block; }

.wpcf7-checkbox label input:checked ~ .wpcf7-list-item-label:before {
  background: #d3d8dc; }

.footer {
  padding-bottom: 20px; }
  .footer__menu {
    background: #121f6c; }
  .footer__product-menu .product-menu .menu-item a {
    color: #121f6c; }
  .footer__info {
    text-align: center;
    font-size: 21px; }
    .footer__info_select {
      font-size: 27px;
      color: #121f6c; }
    .footer__whatsapp {
    display: none; }  
  .footer__webtime {
    text-align: center;
    margin: 20px 0 0; }

  div.wpcf7 .screen-reader-response {
    position: relative !important;
    clip: inherit !important;
    height: inherit !important;
    color: #fff;
    padding-bottom: 5px !important;
    width: 100% !important; }  

  div.wpcf7 .screen-reader-response ul {
    display: none;
  }  

  span.wpcf7-not-valid-tip {
    font-size: 0.7em;
  }

.navigation {
  text-align: center;
}
.navigation .page-numbers {
  color: #121f6c;
}

.scrollToTop {
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: 75px;
  right: 40px;
  display: none;
  background: url("../img/arrow-top.png") no-repeat; }

/*----------------------------------------------------------*/
/*                             HE                           */
/*----------------------------------------------------------*/
.he {
  font-family: 'open_sanshebrew', Arial, sans-serif; }
.he .header__title {
  font-family: 'open_sanshebrew', Arial, sans-serif; }
.he .contact-form__row {
  qflex-direction: row-reverse; }
.he .wpcf7-checkbox .wpcf7-list-item {
  text-align: right; }
.he .wpcf7-checkbox label {
  padding-right: 30px; }
.he .wpcf7-list-item-label:before {
  left: inherit;
  right: 0; }
.he .wpcf7-checkbox label .wpcf7-list-item-label:after {
  left: inherit;
  right: 8px; }
.he .contact-form__col {
  width: 250px; }
.he .contact-form__info {
  text-align: right; }
.he .scrollToTop {
  right: inherit;
  left: 40px; }
.he .header {
  background: url("../img/header-bg_he.jpg") center 0 no-repeat;
background-size: cover;  }
.he .form-block__content {
  background: url("../img/footer-bg_he.jpg") no-repeat; }
.he .form-block__content .wpcf7{
	direction: rtl;
}	


/*----------------------------------------------------------*/
/*                         ADAPTATION                       */
/*----------------------------------------------------------*/
@media screen and (max-width: 1280px) {
  .inner {
    width: 95%; }

  body, input, textarea {
    font-size: 16px; }

  h1, h2 {
    font-size: 56px; }

  .header__title_blue {
    font-size: 76px; }

  .header__title_white {
    margin-top: 0;
    font-size: 56px; }

  .header__phone {
    font-size: 95px; }

  .header__subtitle {
    font-size: 52px; }

  .main-menu {
    font-size: 18px; }

  .product-menu {
    font-size: 16px; }

  .products__title span {
    font-size: 20px; }

  .products__title p {
    margin: 8px 0 0; }

  .footer__info {
    font-size: 18px; }

  .footer__info_select {
    font-size: 22px; }

  .main-section__slider {
    padding: 25px 20px 60px; }
  
  .owl-main .owl-buttons .owl-next {
    right: -35px; }

  .owl-main .owl-buttons .owl-prev {
    left: -35px; } }
@media screen and (max-width: 1024px) {
  h1, h2 {
    font-size: 36px; }

  .header__title_blue {
    font-size: 56px; }

  .header__title_white {
    margin-top: 0;
    font-size: 36px; }

  .header__phone {
    font-size: 65px; }

  .header__subtitle {
    font-size: 38px; }

  .header {
    min-height: 386px;
    background: url("../img/header-bg_1024.jpg") center 0 no-repeat; }

  .header__top {
    padding: 25px 0 15px; }

  .header__menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: -600px;
    z-index: 99;
    background: #fff; }

  .main-menu {
    flex-direction: column; }
    .main-menu .menu-item {
      width: 100%; }
      .main-menu .menu-item a {
        width: 100%;
        margin: 0;
        padding: 18px 0;
        color: #000;
        text-align: center;
        text-decoration: none;
        border: none;
        border-bottom: 1px solid #b3b7b6; }
    .main-menu .lang-item a {
      margin: 8px auto 0;
      padding-bottom: 20px;
      border-bottom: none;
      background-position: center 0; }

  #menu-icon {
    position: fixed;
    top: 20px;
    right: 15px;
    width: 80px;
    padding-top: 13px;
    cursor: pointer;
    z-index: 9995;
    height: 50px;
    display: block; }

  #menu-icon.active {
    top: 20px; }

  #menu-icon:before {
    content: '';
    display: block;
    width: 25px;
    height: 4px;
    margin: 0 auto;
    background: #121f6c;
    transition: all .3s linear; }

  #menu-icon span {
    width: 25px;
    height: 4px;
    margin: 3px auto;
    background: #121f6c;
    display: block;
    transition: all .3s linear;
    cursor: pointer; }

  #menu-icon:after {
    content: '';
    display: block;
    width: 25px;
    height: 4px;
    margin: 0 auto;
    background: #121f6c;
    transition: all .3s linear; }

  #menu-icon.active span {
    margin: 0;
    display: none; }

  #menu-icon.active:before {
    transform: rotateZ(45deg);
    margin-top: 8px; }

  #menu-icon.active:after {
    transform: rotateZ(-45deg);
    margin-top: -4px; }

  .product-menu__wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -600px;
    z-index: 99;
    background: #fff;
    border-top: 1px solid #121f6c; }

  .product-menu {
    flex-direction: column; }
    .product-menu .menu-item {
      width: 100%; }
      .product-menu .menu-item a {
        width: 100%;
        margin: 0;
        padding: 18px 0;
        color: #000;
        text-align: center;
        text-decoration: none;
        border: none;
        border-bottom: 1px solid #121f6c; }

  .product-menu-link {
    padding: 20px;
    color: #fff;
    background: #121f6c;
    margin: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    cursor: pointer; }
    .product-menu-link:after {
      content: '';
      width: 13px;
      height: 8px;
      background: url("../img/product-menu-arrow.png") no-repeat;
      transition: all .3s linear;
      transform: rotate(0deg); }
    .product-menu-link.active:after {
      transform: rotate(180deg); }

  .form-block__content {
    min-height: 305px;
    background: rgba(19, 40, 127, 0.7); }

  .footer__product-menu {
    display: none; }

  .footer__menu {
    display: none; }

  .footer__whatsapp {
    background: url('../img/WhatsApp-icon.png') no-repeat;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block; } 

  .contact-form__row_justify {
    flex-direction: column; }

  .contact-form__row_justify .wpcf7-form-control-wrap {
    width: 100%; }

  .contact-form__info {
    margin-top: 20px; }

  .contact-form__btn {
    width: 310px;
    margin: 22px auto 20px;
    font-size: 20px; }
  .contact-form__row_btns {
    align-items: center;
    flex-direction: column; } 
  .contact-form__row_btns p {
    display: flex;
    flex-direction: column; } 
  .he .contact-form__row_btns {
    flex-direction: column; }  
  .contact-form__captcha {
    margin: 20px 30px 0;
  }  

  .footer {
    margin-bottom: 56px; }

  .products__item {
    width: 46%;
    margin: 0 2% 20px; }

  .he .header {
    background: url("../img/header-bg_he_1024.jpg") center 0 no-repeat; }
  .he #menu-icon {
    left: 15px;
    right: inherit; }
  .he .contact-form__row_justify {
    flex-direction: column; }
  .he .form-block__content {
    min-height: 305px;
    background: rgba(19, 40, 127, 0.7); } 

  .main-section__btn {
    margin: 0 auto;
    min-height: 55px;
    font-size: 30px;} }
@media screen and (max-width: 600px) {
  .products__item {
    width: 80%;
    margin: 0 10% 20px; }

  .contact-form__row {
    flex-direction: column; }

  .contact-form__col {
    margin-top: 15px;
    width: 300px; }

  .contact-form__btn {
    width: 260px; }

  .header {
    min-height: 226px;
    background: url("../img/header-bg_600.jpg") center 0 no-repeat; }

  .header__title_blue {
    font-size: 36px; }

  .header__title_white {
    margin-top: 0;
    font-size: 24px; }

  .header__phone {
    font-size: 42px; }

  .header__subtitle {
    font-size: 26px; }

  .he .header {
    background: url("../img/header-bg_he_600.jpg") center 0 no-repeat; } }
@media screen and (max-width: 480px) {
  .owl-main__item {
    margin: 0 auto;
  }
}    
    

/*# sourceMappingURL=style.css.map */
