@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');
}

/* common */
.clearfix {
  display: table;
  content: '';
  clear: both; }

img {
  max-width: 100%;
}

.link_btn {
  color: #424143;
}
.link_btn:hover {
  color: #424143;
  text-decoration: none;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 2px;
  padding-right: 2px;
}

/*pink*/
/*blue*/
/*yellow*/
/*green*/

.homepage .header__bg {
	/*display: none;*/
}
@media (max-width: 768px) {
	.homepage .header__bg {
		display: block;
		opacity: 0.7;
	}
	.video-container {
		display: none;
	}
}

.header {
  position: relative;
  background-color: #000;
   }

.header__bg {
  width: 100%;
  height: auto;
  background-position: center;
}

.header__text-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 20%;
  line-height: 100%;
  background: rgba(170, 194, 44, 0.7);
  color: white;
  font-weight: bold;
  font-size: 1.9vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 1%;
  background-image: url('../img/logo-left.png');
  background-size: cover;
  text-indent: -5000px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

body.lesson-page {
  background-color: #fbf0da;
}

.logo-block {
  position: absolute;
  top: 0;
  left: 50%;
  width: 15.5%;
  height: 300px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 0;
  z-index: 1; }

.logo-block__left-text {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #424143;
  width: 50%;
  font-size: 18px;
  line-height: 50px;
  background: #b9df40;
}

.logo-block__right-text {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  width: 50%;
  font-size: 20px;
  line-height: 50px;
  background: #00bdf2;
   }

.logo-block__logo {
  display: block;
  position: relative;
  background-image: url("../img/logo.png");
  height: 248px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top; }

.header__menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 20%;
  background: url("../img/burger-nav.png") no-repeat center;
  background-size: cover;
  z-index: 100;
}

.header__txt  {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: white;
  text-align: center;
  z-index: 1; }


.my_movie_and_me__img {left: 35%;}
.golden_age_cinema__img {left: 65%;}

.header__txt-first {
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  display: inline-block;
  font-size: 3.3vw;
  line-height: normal;
  border-bottom: 3px solid white;
  margin: 0; }

.header__txt-second {
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  font-size: 4vw;
  font-weight: bold;
  line-height: 5vw;
  margin: 0; }

.header__txt-third {
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  font-size: 3.6vw;
  line-height: 3.4vw;
  margin: 0; }

.header__title {
  padding: 20px;
  padding-top: 0;
  position: relative;
  text-align: center;
  color: white; }

.pink.header__title::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -9.90vw;
  width: 0;
  height: 0;
  border-left: 49.2vw solid transparent;
  border-right: 49.2vw solid transparent;
  border-bottom: 10vw solid #ff97d6;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.pink.header__title::after {
  content: '';
  position: absolute;
  width: 8vw;
  height: 8.3vw;
  left: 50%;
  margin-left: -4vw;
  top: -8vw;
  background-image: url("../img/icon_block_icon2.png");
  background-size: 100%;
  background-repeat: no-repeat; }

.header__title h1 {
  font-size: 60px;
  line-height: 96px;
  margin: 0;
  font-weight: bold; }

  .lesson-page .header__title h1 {
  	font-size: 30px;
  	line-height: 38px;
  	padding-top: 10px;
         }

.header__title p {
  font-size: 50px;
  line-height: 78px;
  margin: 0; }

/*blue*/
.blue.header__title::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -9.90vw;
  width: 0;
  height: 0;
  border-left: 49.2vw solid transparent;
  border-right: 49.2vw solid transparent;
  border-bottom: 10vw solid #9bd4dc;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.blue.header__title::after {
  content: '';
  position: absolute;
  width: 8vw;
  height: 8.3vw;
  left: 50%;
  margin-left: -4vw;
  top: -8vw;
  background-image: url("../img/icon_block_icon1.png");
  background-size: 100%;
  background-repeat: no-repeat; }

/*yellow*/
.yellow.header__title::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -9.90vw;
  width: 0;
  height: 0;
  border-left: 49.2vw solid transparent;
  border-right: 49.2vw solid transparent;
  border-bottom: 10vw solid #f4c971;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.yellow.header__title::after {
  content: '';
  position: absolute;
  width: 8vw;
  height: 8.3vw;
  left: 50%;
  margin-left: -4vw;
  top: -8vw;
  background-image: url("../img/icon_block_icon3.png");
  background-size: 100%;
  background-repeat: no-repeat; }

/*green*/
.green.header__title::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -5vw;
  width: 100%;
  height: 0;
  border-left: 49.2vw solid transparent;
  border-right: 49.2vw solid transparent;
  border-bottom: 5vw solid #b9df40;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

/*.green.header__title::after {
  content: '';
  position: absolute;
  width: 8vw;
  height: 8.3vw;
  left: 50%;
  margin-left: -4vw;
  top: -8vw;
  background-image: url("../img/icon_block_icon4.png");
  background-size: 100%;
  background-repeat: no-repeat; }*/

@media (max-width: 1280px) {
  .header__txt-third {
    font-size: 42px;
    line-height: 40px; }
  .header__title h1 {
    font-size: 60px;
    line-height: 76px; }
         .lesson-page .header__title h1 {
  	font-size: 30px;
  	line-height: 38px;
  	padding-top: 10px;
         }
     }
  .header__title p {
    font-size: 45px;
    line-height: 68px; } }

@media (max-width: 992px) {
  .header__text-left {
    width: 20%;
    font-size: 25px;
    padding: 20px 4.5%;
    line-height: normal;
    height: auto; }
  .logo-block {
    width: 30%; }
  .header__menu, .header__text-left {
    width: 20%;
    height: 176px; }
  .logo-block__logo {
    display: none; }
  .logo-block__logo_inner {
    display: block;
    width: 150px;
    margin: 0 auto; }
  .header__txt {
    top: 93px; }
  .header__title h1 {
    font-size: 45px;
    line-height: 61px; }
    .lesson-page .header__title h1 {
  	font-size: 30px;
  	line-height: 38px;
  	padding-top: 10px;
         }
  .header__title p {
    font-size: 30px;
    line-height: 53px; } }

@media (max-width: 768px) {
  .header__text-left {
    width: 55px;
    font-size: 10px;
    padding: 7.5px 10px;
    line-height: 10px; }
  .logo-block {
    width: 130px; }
  .logo-block__logo_inner {
    width: 60px; }
  .logo-block__left-text {
    font-size: 18px;
    line-height: 26px; }
  .logo-block__right-text {
    font-size: 18px;
    line-height: 26px; }
  .header__menu, .header__text-left {
    width: 55px;
    height: 55px;
    background-size: cover; }
  .header__txt {
    top: 9vw; }
  .header__txt-first {
    font-size: 27px;
    line-height: 27px; }
  .header__txt-second {
    font-size: 32px;
    line-height: 32px; }
  .header__txt-third {
    font-size: 29px;
    line-height: 29px; }
  .header__title h1 {
    font-size: 32px;
    line-height: 36px; }
    .lesson-page .header__title h1 {
  	font-size: 30px;
  	line-height: 38px;
  	padding-top: 10px;
         }
  .header__title p {
    font-size: 25px;
    line-height: 35px; } }

.contact {
  position: relative;
  padding: 145px 100px 65px 100px;
  padding-top: 10px;
  background-color: #fbf0da; }

.contact::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  border-left: 49.3vw solid transparent;
  border-right: 49.3vw solid transparent;
  border-top: 10vw solid #d2ecef;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
body.home .contact,
body.page-template-default .contact {
  background-color: #cbe56d;
  padding: 5px 100px 50px 100px;
}
body.home .contact::before,
body.page-template-default .contact::before {
  border-top: 10vw solid #fbf0da;
}
@media (max-width: 768px) {
  body.home .contact,
  body.page-template-default .contact {
      padding: 0;
  }
}

.contact-form {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 50px 100px 90px 100px;
      max-width: 1200px;
    margin: 0 auto; }

.contact-form::before,
.contact-form::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 50px; }

.contact-form::before {
  background-image: url("../img/contact-shadow-top.png");
  top: -50px; }

.contact-form::after {
  background-image: url("../img/contact-shadow-bottom.png");
  bottom: -50px; }

.contact-form__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.contact-form__desc {
  font-family: 'Open Sans Hebrew', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #424143;
  line-height: 36px; }

.contact-form__desc-item {
  margin: 0;
   line-height: 34px;
   font-size: 22px;
}
@media (max-width: 768px) {
	.contact-form__desc-item {
  		margin: 0;
   		line-height: 24px;
	}
}

.social-links {
  height: 48px;
  margin: 16px 0; }

.social-links__item {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.social-links__item_fb {
  background-image: url("../img/fb-icon.png"); }

.social-links__item_youtube {
  background-image: url("../img/youtube-icon.png"); }

.contact-form__content {
  width: 50%;
  text-align: right; }

.contact-form__input {
  width: 100%;
  margin-bottom: 8px;
  padding: 9px;
  font-size: 20px;
  text-align: right;
  direction: rtl;
  border: 1px solid #999; }

body.rtl .button.contact-form__btn {
  display: inline-block;
  width: 185px;
  color: white;
  border: none;
  padding: 15px;
  margin-top: 33px;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  line-height: 30px; }
body.rtl .button.contact-form__btn:hover {
  color: white;
  background-color: #b9df40;
}

.contact-form__map {
  width: 45%;
  background-color: #1b6d85; }

.contact-form__title {
  font-family: 'Open Sans Hebrew', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #424143;
  line-height: 36px;
  direction: rtl;
  margin-bottom: 45px; }

@media (max-width: 1280px) {
  .contact-form {
    padding: 30px 50px 50px 50px; }
  .contact-form__desc {
    font-size: 20px; }
  .contact-form__content {
    width: 51%; }
  .contact-form__input {
    font-size: 18px;
    padding: 4px 8px; }
  .button.contact-form__btn {
    padding: 10px; } }

@media (max-width: 992px) {
  .contact {
    padding: 90px 20px;
    padding-top: 10px; }
  .contact-form {
    padding: 20px 30px 30px 30px; }
  .contact-form__title {
    font-size: 35px; }
  .contact-form__desc {
    font-family: 'Open Sans Hebrew', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #424143;
    line-height: 36px; } }

@media (max-width: 768px) {
  .contact {
    padding-bottom: 30px; }
  .contact-form__title {
    font-size: 25px;
    margin-bottom: 10px; }
  .contact-form__desc {
    font-family: 'Open Sans Hebrew', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #424143;
    line-height: 36px;
    text-align: center; }
  .social-links {
    display: none; }
  .contact-form__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .contact-form__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%; }
  .button.contact-form__btn {
    margin: 20px auto;
    background-color: #9bd4dc; }
  .contact-form__map {
    width: 90%;
    height: 200px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto; }
  .contact-form__input_transp {
    margin-bottom: 25px;
    border: none;
    border-bottom: 1px solid #424143;
    background-color: transparent; }
  .contact-form__input_textarea {
    height: 92px; }
  .contact-form::before {
    display: none; } }

.second-block__wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

.second-block {
  width: 100%;
  /*min-height: 1376px;*/
  background-color: #fbf0da;
  position: relative; }

.second-block .vt-fullbg {
  padding-top: 30%;
  background-size: cover;
  margin-top: -13vw;
  background-position: center;
}

.second-block:before {
  position: absolute;
  left: 50%;
  top: -5.9vw;
  content: '';
  width: 0;
  height: 0;
  border-left: 49.3vw solid transparent;
  border-right: 49.3vw solid transparent;
  border-bottom: 6vw solid #fbf0da;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

/*.second-block:after {
  position: absolute;
  left: 50%;
  bottom: -10vw;
  content: '';
  width: 0;
  height: 0;
  border-left: 49.3vw solid transparent;
  border-right: 49.3vw solid transparent;
  border-top: 10vw solid #fbf0da;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }*/

/*@media (max-width: 900px) {
  .second-block {
    min-height: 1650px;
  }
}
@media (max-width: 900px) {
  .second-block {
    min-height: 1650px;
  }
}
@media (max-width: 767px) {
  .second-block {
    min-height: 1100px;
  }
}
@media (max-width: 620px) {
  .second-block {
    min-height: 1150px;
  }
}
@media (max-width: 550px) {
  .second-block {
    min-height: 1206px;
  }
}
@media (max-width: 450px) {
  .second-block {
    min-height: 1240px;
  }
}
@media (max-width: 385px) {
  .second-block {
    min-height: 1270px;
  }
}*/

.vt-overlay-title {
  position: relative;
  top: -6vw;
  padding: 8px;
  background-color: rgba(156, 188, 66, 0.6);
  /*height: 139px;*/
}
.vt-overlay-title h4 {
  font-size: 58px;
  text-align: center;
  margin: 60px 0 0 0;
  font-weight: 700;
}

.pros {
  background: rgba(255, 255, 255, 0.6);
  height: auto;
  /*position: absolute;*/
  position: relative;
  top: -6vw;
  /*width: 88%;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 40px 40px 40px; }

.pros::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  background: url("../img/shadow.png") no-repeat center;
  background-size: 100% 50px; }

.pros__icons {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin-bottom: 70px; }

.pros__icon-item {
  width: 25%;
  padding-top: 100px;
  background-position: center top;
  background-repeat: no-repeat; }

.pros__icon-1 {
  background-image: url("../img/homeicon-1.png");
  background-size: 35%; }

.pros__icon-2 {
  background-image: url("../img/homeicon-2.png");
  background-size: 35%; }

.pros__icon-3 {
  background-image: url("../img/homeicon-3.png");
  background-size: 35%; }

.pros__icon-4 {
  width: 12%;
  background-image: url("../img/badge.png");
  background-size: 100%;
}

@media (max-width: 768px) {
  .pros__icon-4 {
    background-size: 60% !important;
  }
}

.pros__icons.no__badge .pros__icon-4 {
  display: none !important;
}

.pros__icon-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.pros__icon-1 .pros__icon-title {
  color: rgba(106,44,145,1);
}
.pros__icon-2 .pros__icon-title {
  color: rgba(0,189,242,1);
}
.pros__icon-3 .pros__icon-title {
  color: rgba(185, 223, 64, 1);
}
.pros__icon-desc {
  font-size: 18px;
  line-height: 24px;
}
.pros__icon-title_special {
  color: #004f70; }

.pros__desc {
  width: 80%;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 92px;
  text-align: center; }

.pros__btn-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  z-index: 2;
  margin: 0 auto;
}

.pros__btn-section button:last-child,
.pros__btn-section .link_btn
{
  margin-right: 50px; }

.pros__btn-section .button {
  max-width: 360px;
  line-height: normal;
  padding: 10px 35px;
  font-size: 18px;
    display: block;
  min-width: 300px;
  min-height: 70px;
  font-size: 18px;

}
.pros__btn-section .link_btn {
  line-height: 50px;
  background-color: #00bdf2;
  color: #ffffff;
}

@media (max-width: 991px) {
  .pros__btn-section {
  	display: block;
  }
  .pros__btn-section .link_btn {
    line-height: normal;
  }
  .pros__btn-section .button {
  	    clear: both;
    margin: 0 0 10px 0;
    line-height: 24px;
    min-width: 100%;
    min-height: 100%;
  }
}

.vt-blue-section {
  padding-top: 60px;
  padding-bottom: 3vw;
  background-color: #bfe8fb;
  position: relative;
}
@media (max-width: 768px) {
  .vt-blue-section {
    padding-top: 20px;
  }
}
.vt-blue-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10vw;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 10vw solid #bfe8fb;
}
.vt-blue-section .vbs-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 42px 0;
  color: #00aeef;
}
.vt-blue-section h2 {
  color: #00aeef;
  text-align: center;
}
.vt-blue-section .vbs-desc {
  margin-bottom: 18px;
      line-height: 32px;
    font-size: 22px;
}

@media (max-width: 768px) {
  .vt-blue-section .vbs-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .vt-blue-section .vbs-desc {
        line-height: 24px;
    font-size: 18px;
  }
}

.vt-blue-section .vt-icon-desc .icon-desc-row {
  margin-bottom: 50px;
}
.vt-blue-section .vt-icon-desc .icon-desc-row:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px){
  .vt-blue-section .vt-icon-desc .id-icon {
    float: right;
    max-width: 124px;
  }
  .vt-blue-section .vt-icon-desc .id-desr {
    margin-right: 150px;
  }
}

/*#home_lessons_section {
  padding-top: 10vw;
}*/

/*.pros__btn-section:before {
  content: '';
  position: absolute;
  left: -84px;
  top: -38px;
  width: 142px;
  height: 142px;
  background: url(../img/heart.png) no-repeat center;
  z-index: -1; }*/

@media (max-width: 1280px) {
  .pros__desc {
    width: 75%; } }

@media (max-width: 992px) {
  .pros {
    padding: 80px 15px 60px 15px; }
  .pros__icon-title, .pros__icon-title_special {
    font-size: 18px;
    line-height: 22px; } }

@media (max-width: 768px) {
  .pros {
    padding: 30px 23px 10px 23px; }
  .pros__icons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 0;
    margin-bottom: 0; }
  .pros__icon-item {
    width: 45%;
    margin-bottom: 30px;
    background-size: 72px;
    padding-top: 100px; }
  .pros__desc {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 37px;
font-weight: 100;}
  .pros__btn-section {
    width: auto;
    margin: 0 auto;
    margin-bottom: 40px; }
  .pros__btn-section button:last-child,
  .pros__btn-section .link_btn
  {
    margin-right: 0; }
  .pros__btn-section::before {
    left: -34px;
    top: -17px;
    width: 55px;
    height: 55px;
    background-size: contain; } }

.person {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  height: auto; }

.person__img-block {
  width: 25%;
  margin-left: 60px; }

.person__img {
  width: 100%;
  height: auto; }

.person__desc-block {
  width: 65%; }

.person__title {
  font-size: 65px;
  line-height: 78px; }

.person__desc {
  font-size: 35px;
  line-height: 56px; }

@media (max-width: 768px) {
  .person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .person__img-block {
    width: 31%;
    margin-left: 0;
    margin-bottom: 15px; }
  .person__desc-block {
    text-align: center; }
  .person__title {
    font-size: 22px;
    line-height: 21px;
    font-weight: bold; }
  .person__desc {
    font-size: 16px;
    line-height: 20px; } }

.icons {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.icons__icon {
  width: 33.33%;
  padding-top: 200px;
  padding-bottom: 65px;
  text-align: center; }

.icons__icon_pink {
  background: #ff97d6; }

.icons__icon_blue {
  background: #9bd4dc; }

.icons__icon_orange {
  background: #f4c971; }

.icons__desc-block {
  padding-top: 160px;
  width: 56%;
  margin: 0 auto; }

.icons__img1 {
  background: url("../img/icon_block_icon1.png") no-repeat center top; background-size: 50%;}

.icons__img2 {
  background: url("../img/icon_block_icon2.png") no-repeat center top; background-size: 50%;}

.icons__img3 {
  background: url("../img/icon_block_icon3.png") no-repeat center top; background-size: 50%;}

.icons__title {
  font-size: 42px;
  line-height: 48px; }

.icons__des {
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 0; }

@media (max-width: 992px) {
  .icons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .icons__icon:first-child {
    padding-top: 150px; }
  .icons__icon {
    width: 100%;
    padding-top: 65px; }
  .icons__desc-block {
    width: 80%; } }

@media (max-width: 768px) {
  .icons__icon:first-child {
    padding-top: 100px; }
  .icons__icon {
    padding-bottom: 46px; }
  .icons__title {
    font-size: 22px;
    line-height: 21px;
    font-weight: bold; } }

@media (max-width: 480px) {
  .icons__icon:first-child {
    padding-top: 60px; }
  .icons__icon {
    padding-top: 20px; }
  .icons__desc-block {
    background-size: 48px;
    padding-top: 70px; } }

.person {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  height: auto; }

.person__img-block {
  width: 25%;
  margin-left: 60px; }

.person__img {
  width: 100%;
  height: auto; }

.person__desc-block {
  width: 65%; }

.person__title {
  font-size: 48px;
  line-height: 54px; }

.person__desc {
     font-size: 24px;
    line-height: 40px;
    font-weight: 100; }

@media (max-width: 768px) {
  .person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .person__img-block {
    width: 31%;
    margin-left: 0;
    margin-bottom: 15px; }
  .person__desc-block {
    text-align: center; }
  .person__title {
    font-size: 22px;
    line-height: 21px;
    font-weight: bold; }
  .person__desc {
    font-size: 16px;
    line-height: 20px; } }

.accordion__marker {
  position: absolute;
  top: 50%;
  right: 0;
  width: 64px;
  height: 64px;
  display: block; }

.accordion__close {
  background-image: url("../img/accordion_button.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          background-size: 70%;
      }

.accordion__open {
  background: url("../img/accordion_button.png") no-repeat center;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
      background-size: 70%;}

.panel-heading.indent_lvl_2 .accordion__marker {
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  background-size: 90% !important;
  background-color: rgba(185,223,64,1);
  background-repeat: no-repeat;
  background-position: center center;
}
.panel-heading.indent_lvl_2 .accordion__close {
  background-image: url("../img/accordion_button_inner.png");
}
.panel-heading.indent_lvl_2 .accordion__open {
  background-image: url("../img/accordion_button_inner.png");
}

.accordion {
  width: 100%;
  background: #fbf0da; }

.accordion__title {
  line-height: 180px;
  font-size: 40px;
  margin: auto;
  width: 100%;
  text-align: center;
}
#home_lessons_section .accordion__title {
  color: #424143;
  line-height: 120px;
  font-size: 44px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #home_lessons_section .accordion__title {
      line-height: 32px;
      font-size: 24px;
      margin: 20px 0;
  }
}
.panel {
  -webkit-box-shadow: none;
          box-shadow: none; }

.panel-group {
  margin-bottom: 0; }

.panel-default {
  border: none; }

.panel-default > .panel-heading {
  border: none;
  background-color: transparent; }

.panel-group .panel {
  -webkit-border-radius: 0;
          border-radius: 0; }

.panel-group .panel + .panel {
  margin-top: 0; }

.panel-title {
  font-size: 28px;
  color: white;
  max-width: 1200px;
  margin: 0 auto;
}

.panel-title > a {
  line-height: 104px;
  width: 100%;
  display: block;
  padding-right: 80px;
  position: relative; }

.panel-heading {
  padding: 0 15px; }

.panel__pink .panel-heading {
  background: #ff97d6; }

.panel__blue .panel-heading {
  background: #9bd4dc; }


.panel__green > .panel-heading {
  background: rgba(185,223,64,1);
}
.panel__green div .panel-heading {
  background-color: #ffffff;
  color: rgba(185,223,64,1);
  border-bottom: 1px solid rgba(185,223,64,1);
}
.panel__green div div .panel-title {
  color: rgba(185,223,64,1);
}
.panel__green .panel-heading.indent_lvl_2 .accordion__marker {
  background-color: rgba(185,223,64,1);
}


.panel__blue > .panel-heading {
  background: rgba(0,189,242,1);
}
.panel__blue div .panel-heading {
  background-color: #ffffff;
  color: rgba(0,189,242,1);
  border-bottom: 1px solid rgba(0,189,242,1);
}
.panel__blue div div .panel-title {
  color: rgba(0,189,242,1);
}
.panel__blue .panel-heading.indent_lvl_2 .accordion__marker {
  background-color: rgba(0,189,242,1);
}


.panel__violet > .panel-heading {
  background: rgba(106,44,145,1);
}
.panel__violet div .panel-heading {
  background-color: #ffffff;
  color: rgba(106,44,145,1);
  border-bottom: 1px solid rgba(106,44,145,1);
}
.panel__violet div div .panel-title {
  color: rgba(106,44,145,1);
}
.panel__violet .panel-heading.indent_lvl_2 .accordion__marker {
  background-color: rgba(106,44,145,1);
}


.panel__lightViolet > .panel-heading {
  background: rgba(194,158,202,1);
}
.panel__lightViolet div .panel-heading {
  background-color: #ffffff;
  color: rgba(194,158,202,1);
  border-bottom: 1px solid rgba(194,158,202,1);
}
.panel__lightViolet div div .panel-title {
  color: rgba(194,158,202,1);
}
.panel__lightViolet .panel-heading.indent_lvl_2 .accordion__marker {
  background-color: rgba(194,158,202,1);
}


.panel__grey > .panel-heading {
  background: rgba(209,199,164,1);
}
.panel__lightViolet div .panel-heading {
  background-color: #ffffff;
  color: rgba(209,199,164,1);
  border-bottom: 1px solid rgba(209,199,164,1);
}
.panel__lightViolet div div .panel-title {
  color: rgba(209,199,164,1);
}
.panel__lightViolet .panel-heading.indent_lvl_2 .accordion__marker {
  background-color: rgba(209,199,164,1);
}


.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0; }
 .panel-body {
 	padding: 0 60px 40px 60px;
 	font-size: 22px;
 	line-height: 28px;
    background-color: #fff;
 }
 .innerpage .panel-body {
 	color: #424143;
 }
/*accordeon-inner*/
/*.accordion__inner .panel-default > .panel-heading {
  padding: 0; }
*/
.accordion__inner .accordion__marker {
  right: 0;
  width: 64px;
  height: 100%;
  background-size: auto 60%;
  background-position: 100% center; }

.accordion__inner .accordion__open {
  background-position: center center;  }

.accordion__inner .accordion__close {
  background-position: center center; }

.accordion__inner .panel-title > a {
  padding-right: 90px;
  font-size: 24px;
  font-weight: normal;
  line-height: 78px;
  /*color: black;*/
  color: #424143; }

  #accordion .panel-title > a {
  	font-weight: bold;
  }

#accordion .panel-title > a:focus, #accordion .panel-title > a:hover {
  text-decoration: none;
}

.accordion__inner .panel-title > a:hover {
  text-decoration: underline; }

.accordion__inner .panel {
  border-bottom: 2px solid white; }

.accordion__inner .panel:first-child {
  /*border-top: 2px solid $white;*/ }

.lessons_accordion {}
.lessons_accordion .panel-body {
  padding: 0;
}
.lessons_accordion .panel-body ul {
  padding: 0;
  margin: 0;
}

.panel-heading.indent_lvl_2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lessons_accordion .panel-title > a {
  padding-right: 80px;
}

.lessons_accordion .video_item {
  padding-top: 10px;
  padding-bottom: 10px;
      max-width: 1200px;
    margin: 0 auto;
}
.lessons_accordion .video_item .vid_link {
  display: table;
  color: inherit;
  width: 100%;
}
.lessons_accordion .video_item .vid_link:hover,
.lessons_accordion .video_item .vid_link:focus {
  text-decoration: none;
  color: inherit;
}
.lessons_accordion .video_item .vid_link .video_mo {
  font-size: 70px;
  display: table-cell;
  width: 130px;
  text-align: right;
  vertical-align: middle;
  line-height: normal;
}
.lessons_accordion .video_item .vid_link .video_desc {
  display: table-cell;
  vertical-align: middle;
}
.lessons_accordion .video_item .vid_link .video_desc h3 {
  font-size: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: inherit;
}
.lessons_accordion .video_item .vid_link .video_desc p {
  font-size: 16px;
  margin-bottom: 0;
  color: inherit;
}

.lessons_accordion .indent_lvl_1 {
  padding-right: 45px;
}
.lessons_accordion .indent_lvl_2 {
  padding-right: 90px;
}
.lessons_accordion .indent_lvl_3 {
  padding-right: 135px;
}

@media (min-width: 992px){
  .lessons_accordion .indent_lvl_1 {
    padding-right: 120px;
  }
  .lessons_accordion .indent_lvl_2 {
    padding-right: 200px;
  }
  .lessons_accordion .indent_lvl_3 {
    padding-right: 270px;
  }
}

@media (max-width: 992px){
  .lessons_accordion .vid_link .link_span {
    margin-right: 30px;
  }
  .lessons_accordion .vid_link .vid_img {
    margin-right: 25px;
  }
  .lessons_accordion .panel-title > a {
    padding-right: 100px;
  }
}

@media (max-width: 480px){
  .lessons_accordion .vid_link .vid_img {
    max-width: 14px;
    margin-top: 17px;
    margin-right: 0;
  }
  .lessons_accordion .panel-title > a {
    padding-right: 30px !important;
  }
  .lessons_accordion .panel-title > a.vid_link {
    padding-right: 0 !important;
  }
  .lessons_accordion .vid_link .link_span {
    margin-right: 17px;
  }

  .lessons_accordion .indent_lvl_1 {
    padding-right: 30px;
  }
  .lessons_accordion .indent_lvl_2 {
    padding-right: 45px;
  }
  .lessons_accordion .indent_lvl_3 {
    padding-right: 60px;
  }
}

@media (max-width: 992px) {
  .accordion__marker {
    right: 15px; }
  .panel-title {
    font-size: 40px; }
  .panel-title > a {
    padding-right: 100px; } }

@media (max-width: 768px) {
  .panel-title {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold; }
  .accordion__title {
    font-size: 22px;
    line-height: 21px;
    font-weight: bold;
    line-height: 100px; }
  /*accordeon-inner*/
  .accordion__inner .panel-title > a {
    padding-right: 70px;
    font-size: 16px;
    line-height: 35px; }
  .accordion__inner .accordion__marker {
    width: 35px; } }

@media (max-width: 480px) {
  .accordion__title {
    line-height: 42px; }
  .panel-title > a {
    padding-right: 25px;
    line-height: 48px;
    font-weight: normal; }
  .accordion__marker {
    width: 14px;
    height: 14px;
    right: 0; }
  .accordion__close {
    background: url("../img/accordion_button.png") no-repeat center;
    background-size: 100%; }
  .accordion__open {
    background: url("../img/accordion_button.png") no-repeat center;
    background-size: 100%; }
  .panel-heading.indent_lvl_2 .accordion__marker {
    width: 14px;
    height: 14px;
    background-size: 100% !important;
  }
}

.reviews__img-block {
  position: relative;
  background-color: #000;
}

.reviews__img {
  width: 100%;
  height: auto;
}

.reviews__img-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Open Sans Hebrew', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 55px;
  color: white;
  line-height: 66px; }

.reviews__slider-wrapper {
  background: #fbf0da;
  width: 100%; }

.reviews__slider-wrapper .rsm-header {
  margin-top: 0;
  color: #6a2c91;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.reviews__slider {
  width: 83%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px; }

.reviews__slider .reviews__img {
  display: block;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  border-radius: 50%;
}

.reviews__text {
  width: 50vw;
  margin: 0 auto 15px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
  font-size: 22px;
}
  @media (max-width: 768px) {
      .reviews__slider-wrapper .rsm-header {
        font-size: 22px;
        line-height: 28px;
      }
      .reviews__slider .reviews__img {
        max-width: 70px;
      }
  }
.reviews__text::after {
  content: '';
  position: absolute;
  width: 186px;
  height: 4px;
  background: #6a2c91;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.reviews__author {
  text-align: center;
  font-size: 22px;
   }

.reviews___arrow {
  position: absolute;
  z-index: 6;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 100px; }

.reviews___arrow:hover {
  cursor: pointer; }

.reviews__left-arrow {
  background: url("../img/arrow-left-vio.png") no-repeat center;
  left: 0;
  background-size: contain; }

.reviews__right-arrow {
  background: url("../img/arrow-right-vio.png") no-repeat center;
  right: 0;
  background-size: contain;
}

.reviews___arrow.swiper-button-disabled {
  opacity: 0.5; }

@media (max-width: 768px) {
  .reviews___arrow {
    position: absolute;
    z-index: 6;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 32px; }
  .reviews__left-arrow {
    background: url("../img/arrow-left_min.png") no-repeat center;
    left: 0; }
  .reviews__right-arrow {
    background: url("../img/arrow-right_min.png") no-repeat center;
    right: 0; }
  .reviews__text {
    width: 80%;
    padding-bottom: 20px;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 24px;
  }
  .reviews__author {
    font-size: 18px;
    line-height: 24px;
  }
  .reviews__text::after {
    width: 36px;
    height: 1px; } }

.reviews {
  background-color: #fbf0da;
  padding-bottom: 6vw;
}

.reviews {
  padding-bottom: 1vw;
}

.lesson_tag_order_wrap {}
.lesson_tag_order_wrap.no_order .number-block__number {
  display: none !important;
}
.lesson_tag_order_wrap.no_order .number-block__title {
  width: 100%;
  padding-right: 0;
}
.lesson_tag_order_wrap.no_order .number-block__title span {
  left: auto;
  top: auto;
  -webkit-transform: none;
  transform: none;
}

.lesson_tag_order_wrap.hide_tag_order {
  display: none !important;
}

.lesson_tag_order_wrap .number-block__title span {
  /*position: static;*/
}

.company__logo {
  text-align: center;
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.company__logo img {
  display: inline-block;
  max-height: 74px;
  width: auto;
  margin: 10px 30px;
}

.company_section_wrapper {
  padding-bottom: 40px;
  background-color: #fbf0da;
}
@media (max-width: 768px) {
  body.home .contact,
  body.page-template-default .contact {
      padding: 0;
  }
  .company_section_wrapper {
    padding-bottom: 0;
  }
}
.company_section_wrapper .bg_mask {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.company_section_wrapper .company__slider {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.company_section_wrapper .swiper-slide {
  text-align: center;
}
.company_section_wrapper .swiper-slide a {
  display: inline-block;
}
@media (min-width: 768px){
  .company_section_wrapper .company__slider {
    height: 100px;
  }
  .company_section_wrapper .swiper-slide a {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.company_section_wrapper .swiper-slide a img {
  display: inline-block;
  max-height: 50px;
  width: auto;
}
.company__slider .company___arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 50px;
  background-size: 100% !important;
}
.company___arrow.swiper-button-disabled {
  opacity: 0.5;
}
.company__slider .company___arrow:hover {
  cursor: pointer;
}
.company__slider .company__right-arrow {
  background: url(../img/arrow-right-vio.png) no-repeat center;
  right: 1px;
}
.company__slider .company__left-arrow {
  background: url(../img/arrow-left-vio.png) no-repeat center;
  left: 1px;
}

.copyright {
  padding: 15px 30px 40px;
  background-color: #cbe56d;
}
.copyright p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.social {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fbf0da;
text-align: center;
display: flex;
padding-bottom: 20px;}

.social__item {
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
display: inline-block;
width: 7%;}

@media (max-width: 768px) {
	.social__item {
		width: 20%;
	}
}

.social__item_1 {
  background-image: url("../img/social-icon-fb.png"); }

.social__item_2 {
  background-image: url("../img/social-icon-youtube.png");
  margin-left: 20px;
  margin-right: 20px; }

.social__item_3 {
  background-image: url("../img/social-icon-3.png"); }

.social__inner {
  position: relative;
  z-index: 5;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 30px;
  width: 100%;
  background-color: transparent; }

.inner-footer__contacts {
  position: relative;
  z-index: 5;
  padding-bottom: 20px;
  text-align: center;
  color: #424143;
      font-size: 18px;
    line-height: 24px; }

.inner-footer__tel {
  border-left: 2px solid #424143;
  padding-left: 10px;
  margin-left: 20px; }

.inner-footer__details {
  position: absolute;
  bottom: 0;
  width: 100%; }

.inner-footer__bg {
  display: block;
  position: relative; }

.inner-footer__bg::before {
  content: '';
  position: absolute;
  z-index: 4;
  left: 50%;
  top: -115px;
  width: 0;
  height: 0;
  border-left: 49.3vw solid rgba(255, 151, 214, 0.7);
  border-right: 49.3vw solid rgba(255, 151, 214, 0.7);
  border-bottom: 0 solid transparent;
  border-top: 115px solid transparent;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.social__inner-item {
  background-size: 60%;
  margin-right: 40px; }

.social__inner-item:last-child {
  margin-right: 0; }

.social__inner-item_1 {
  background-image: url("../img/inner-fb-icon.png"); }

.social__inner-item_2 {
  background-image: url("../img/inner-youtube-icon.png"); }

.inner-footer__bg::before {
  width: 100%; }

/*blue*/
.inner-footer_blue .inner-footer__bg::before {
  border-left: 49.3vw solid rgba(155, 212, 220, 0.7);
  border-right: 49.3vw solid rgba(155, 212, 220, 0.7); }

/*yellow*/
.inner-footer_yellow .inner-footer__bg::before {
  border-left: 49.3vw solid rgba(244, 201, 113, 0.7);
  border-right: 49.3vw solid rgba(244, 201, 113, 0.7); }

/*green*/
.inner-footer_green .inner-footer__bg::before {
  border-left: 49.3vw solid rgba(185, 223, 64, 0.7);
  border-right: 49.3vw solid rgba(185, 223, 64, 0.7); }

@media (max-width: 1280px) {
  .inner-footer__contacts {
    font-size: 28px;
    line-height: 44px; } }

@media (max-width: 992px) {
  .inner-footer__bg::before {
    top: -95px;
    border-left: 49.2vw solid rgba(255, 151, 214, 0.7);
    border-right: 49.2vw solid rgba(255, 151, 214, 0.7);
    border-bottom: 0 solid rgba(255, 151, 214, 0.7);
    border-top: 95px solid transparent; }
  .inner-footer__contacts {
    font-size: 22px;
    line-height: 33px; }
  /*blue*/
  .inner-footer_blue .inner-footer__bg::before {
    border-left: 49.2vw solid rgba(155, 212, 220, 0.7);
    border-right: 49.2vw solid rgba(155, 212, 220, 0.7); }
  /*yellow*/
  .inner-footer_yellow .inner-footer__bg::before {
    border-left: 49.2vw solid rgba(244, 201, 113, 0.7);
    border-right: 49.2vw solid rgba(244, 201, 113, 0.7); } }

@media (max-width: 768px) {
  .social__inner-item_1 {
    background-image: url("../img/inner-fb-icon-mob.png"); }
  .social__inner-item_2 {
    background-image: url("../img/inner-youtube-icon-mob.png"); }
  .social__inner-item {
    width: 60px;
    height: 60px;
    margin-right: 25px; }
  .social__inner {
    padding: 20px 0; }
  .inner-footer__bg::before {
    top: -70px;
    border-left: 49vw solid rgba(255, 151, 214, 0.7);
    border-right: 49vw solid rgba(255, 151, 214, 0.7);
    border-bottom: 0 solid rgba(255, 151, 214, 0.7);
    border-top: 70px solid transparent; }
  .inner-footer__details {
    bottom: 0; }
    .home .inner-footer__details {
    bottom: auto; }
  .inner-footer__contacts span {
    display: block; }
  .inner-footer__contacts {
    font-size: 16px;
    line-height: 23px; }
  .inner-footer__tel {
    border-left: 0;
    padding-left: 0;
    margin-left: 0; }
  /*blue*/
  .inner-footer_blue .inner-footer__bg::before {
    border-left: 49vw solid rgba(155, 212, 220, 0.7);
    border-right: 49vw solid rgba(155, 212, 220, 0.7); }
  /*yellow*/
  .inner-footer_yellow .inner-footer__bg::before {
    border-left: 49vw solid rgba(244, 201, 113, 0.7);
    border-right: 49vw solid rgba(244, 201, 113, 0.7); } }

@media (max-width: 480px) {
  .inner-footer__bg::before {
    top: -45px;
    border-top: 45px solid transparent; } }

.pink {
  background-color: #ff97d6; }

.pink-light70 {
  background-color: rgba(255, 151, 214, 0.7); }

.pink-light35 {
  background-color: rgba(255, 151, 214, 0.35); }

.pink-extraLight {
  background-color: #ffeff9; }

.blue {
  background-color: #9bd4dc; }

.header__title.green {
  background-color: #b9df40;
}

.blue-light70 {
  background-color: rgba(155, 212, 220, 0.7); }

.blue-light35 {
  background-color: rgba(155, 212, 220, 0.35); }

.blue-extraLight {
  background-color: #f0f9fa; }

.yellow {
  background-color: #f4c971; }

.yellow-light70 {
  background-color: rgba(244, 201, 113, 0.7); }

.yellow-light35 {
  background-color: rgba(244, 201, 113, 0.35); }

.yellow-extraLight {
  background-color: #fdf7ea; }

.green {
  background-color: #b9df40; }

.green-light70 {
  background-color: rgba(185, 223, 64, 0.7); }

.green-light35 {
  background-color: rgba(185, 223, 64, 0.35); }

.green-extraLight {
  background-color: #fefdf9; }

.points {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: 450px;
  background-position: 0 290px;
  background-color: #fbf0da;
}

.points.pink-light35 {
  background-image: url("../img/inner-img.png"); }

.points.blue-light35 {
  background-image: url("../img/blue-inner-img.png");
  background-position: 5% 90%;
  background-size: 20%;
 }

.points.yellow-light35 {
  background-image: url("../img/yellow-inner-img.png"); }

.points__item-title {
  position: relative;
  font-size: 50px;
  line-height: 98px;
  color: #ef485e; }

.points__item-text {
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 34px;
  color: #424143; }

.points__item {
  padding-right: 180px;
  margin-bottom: 20px; }

.points__items-list {
  padding-right: 15px; }

.points__item-title::before {
  content: '';
  position: absolute;
  left: 105%;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 80%;
}

.points__item_1 .points__item-title::before {
  background-image: url("../img/inner-doc-icon.png"); }

.points__item_1_black .points__item-title::before {
  background-image: url("../img/inner-doc-icon-black.png"); }

.points__item_2 .points__item-title::before {
  background-image: url("../img/inner-bad-icon.png"); }

.points__item_2_black .points__item-title::before {
  background-image: url("../img/inner-bad-icon-black.png"); }

.points__item_3 .points__item-title::before {
  background-image: url("../img/inner-good-icon.png"); }

.points__item_3_black .points__item-title::before {
  background-image: url("../img/inner-good-icon-black.png"); }

  .points__item_3 .points__item-title.situation::before {
  background-image: url("../img/situation.png"); }
  .points__item_3 .points__item-title.not-recommended::before {
  background-image: url("../img/not-recommended.png");}
  .points__item_3 .points__item-title.yes-recommended::before {
  background-image: url("../img/inner-good-icon.png"); }

.points__item-text_list {
  color: #ef485e; }

.points__item-text_list span {
  color: #424143; }

.single .points {
  padding-top: 0;
}
.lesson_wysi_wrap {
  margin-bottom: 40px;
  display: block;

}
.lesson_wysi_wrap:last-of-type {
  margin-bottom: 30px;
}
.lesson_wysi_wrap h1,
.lesson_wysi_wrap h2,
.lesson_wysi_wrap h3,
.lesson_wysi_wrap h4 {
  margin-bottom: 15px;
  margin-top: 0;
}
.lesson_wysi_wrap h1 {
  font-size: 28px;
}
@media(max-width: 768px) {
  .lesson_wysi_wrap h1 {
    font-size: 22px;
  }
}
.lesson_wysi_wrap p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}
@media(max-width: 768px) {
  .lesson_wysi_wrap {
    margin-bottom: 20px;
  }
  .lesson_wysi_wrap p {
    font-size: 16px;
    line-height: 22px;
  }
}
.lesson_wysi_wrap ul {
  margin-bottom: 20px;
  padding-right: 22px;
}
.lesson_wysi_wrap li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media(max-width: 768px) {
    .lesson_wysi_wrap li {
      font-size: 16px;
      line-height: 22px;
    }
}
.lesson_wysi_wrap .lesson_icon {
  width: 90px;
  height: 90px;
}
.lesson_wysi_wrap .lesson_icon img {
  max-width: 100%;
  width: auto;
}

@media (min-width: 992px){
  .lesson_wysi_wrap .lesson_icon {
    float: right;
  }
  .lesson_wysi {
    margin-right: 125px;
  }
}

@media (max-width: 1280px) {
  .points {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: 350px; }
  .points__item-title {
    font-size: 45px;
    line-height: 90px; }
  .points__item-title::before {
    width: 90px;
    height: 90px; }
  .points__item-text {
    font-size: 25px;
    line-height: 40px; }
  .points__item {
    padding-right: 120px; } }

@media (max-width: 992px) {
  .points {
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: 250px; }
  .points__item-title {
    font-size: 30px;
    line-height: 60px; }
  .points__item-title::before {
    width: 60px;
    height: 60px; }
  .points__item-text {
    font-size: 20px;
    line-height: 30px; }
  .points__item {
    padding-right: 100px; } }

@media (max-width: 768px) {
  .points {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: none; }
  .points.blue-light35 {
    background-image: none; }
  .points.pink-light35 {
    background-image: none; }
  .points.yellow-light35 {
    background-image: none; }
  .points__item {
    padding-right: 65px;
    border-bottom: 1px solid white; }
  .points__item:last-child {
    border-bottom: none; }
  .points__item-title {
    font-size: 22px;
    line-height: 34px; }
  .points__item-title::before {
    width: 45px;
    height: 45px; }
  .points__item-text {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 0px;}
}
.lesson_wysi_wrap .lesson_icon  {
  display: inline-block;
      width: 10%;
    height: auto;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
  .lesson_wysi_wrap .lesson_icon  {
    width: 20%;
  }
}
.lesson_wysi_wrap .lesson_icon  img {
    max-width: 100%;
  }
.number-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  font-size: 65px;
  line-height: 88px; }

.number-block__title {
  float: left;
  width: 90%;
  color: #ffffff;
  background-color: #00bdf2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  font-weight: bold;
  font-size: 28px;
  position: relative;

}
.number-block__title span {
	    position: absolute;
    left: 55%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

.number-block__number {
  float: right;
  width: 10%;
  background-color: #95daf8;
  color: #ffffff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
          font-size: 50px;
          font-weight: bold;
      }

/*info*/
.number-block_info {
  width: 100%;
  font-size: 30px;
  line-height: 70px; }

.number-block__title_info {
  color: #424143;
  width: 80%;
  font-weight: bold;
  padding-right: 40px;
  text-align: right; }

.number-block__number_info.pink {
  position: relative;
  width: 20%;
  background-image: url("../img/icon_block_icon2.png");
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 20px center; }

.number-block__number_info.pink::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -15px;
  width: 0;
  height: 15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ff97d6; }

/*blue*/
.number-block__number_info.blue {
  position: relative;
  width: 20%;
  background-image: url("../img/icon_block_icon1.png");
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 20px center; }

.number-block__number_info.blue::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -15px;
  width: 0;
  height: 15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #9bd4dc; }

/*yellow*/
.number-block__number_info.yellow {
  position: relative;
  width: 20%;
  background-image: url("../img/icon_block_icon3.png");
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 20px center;
  background-color: rgba(244, 201, 113, 0.35); }

.number-block__number_info.yellow::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -15px;
  width: 0;
  height: 15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #F6D48C; }

.yellow-light70 .number-block__title_info {
  background-color: #f4c971; }

/*green*/
.number-block__number_info.green {
  position: relative;
  width: 20%;
  background-image: url("../img/icon_block_icon4.png");
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 20px center;
  background-color: #b9df40; }

.number-block__number_info.green::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -15px;
  width: 0;
  height: 15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #b9df40; }

/*quetions*/
.questions .number-block {
  font-size: 40px;
  line-height: 70px; }

.questions .number-block__number {
  min-height: 70px;
  width: 7%;
  background-image: url("../img/inner-question-icon.png");
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: center; }

.questions .number-block__title {
  color: #424143;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

@media (max-width: 1280px) {
  .number-block {
    font-size: 45px;
    line-height: 75px; }
  /*info*/
  .number-block_info {
    font-size: 30px;
    line-height: 60px; }
  .number-block__title_info {
    width: 85%; }
  .number-block__number_info {
    width: 15%; }
  /*quetions*/
  .questions .number-block {
    font-size: 30px;
    line-height: 60px; }
  .questions .number-block__number {
    min-height: 60px; } }

@media (max-width: 992px) {
  .number-block {
    font-size: 30px;
    line-height: 60px; }
  /*info*/
  .number-block_info {
    font-size: 23px;
    line-height: 45px; }
  .number-block__number_info.pink::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    margin-top: 0;
    width: 0;
    height: 45px;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 15px solid #ff97d6; }
  .number-block__number_info.blue::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    margin-top: 0;
    width: 0;
    height: 45px;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 15px solid #9bd4dc; }
  .number-block__number_info.yellow::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    margin-top: 0;
    width: 0;
    height: 45px;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 15px solid #F6D48C; }
  /*quetions*/
  .questions .number-block {
    font-size: 23px;
    line-height: 45px; }
  .questions .number-block__number {
    min-height: 45px; } }

@media (max-width: 768px) {
  .number-block {
    font-size: 25px;
    line-height: 40px; }
  .number-block__title {
    float: left;
    width: 80%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .number-block__number {
    float: right;
    width: 20%;
    background-color: #ef485e;
    color: white;
    text-align: center; }
  .number-block__number {
    /*background-color: #424143; */
   font-size: 30px;
}
  /*info*/
  .number-block_info {
    font-size: 16px;
    line-height: 35px; }
  .number-block__title_info {
    padding-right: 40px;
    width: 85%; }
  .number-block__number_info {
    background-position: 10px center;
    width: 15%; }
  .number-block__number_info.pink::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    margin-top: 0;
    width: 0;
    height: 35px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 10px solid #ff97d6; }
  .number-block__number_info.blue::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    margin-top: 0;
    width: 0;
    height: 35px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 10px solid #9bd4dc; }
  .number-block__number_info.yellow::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    margin-top: 0;
    width: 0;
    height: 35px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 10px solid #F6D48C; }
  /*quetions*/
  .questions .number-block {
    font-size: 16px;
    line-height: 35px; }
  .questions .number-block__number {
    min-height: 35px;
    width: 13%; }
  .questions .number-block__title {
    width: 87%;
    color: white; } }

.inner-contact {
  padding: 0 85px 85px;
}

.inner-contact__title {
  margin: 0;
  margin-bottom: 20px;
  font-family: 'Open Sans Hebrew', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #ef485e;
  line-height: 34px;
  text-align: center; }

.inner-contact__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.inner-contact__input {
  margin-bottom: 80px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #424143;
  color: #707070; }

.inner-contact__text {
  min-height: 400px;
  margin-bottom: 80px;
  padding: 15px;
  border: 1px solid #424143;
  color: #707070; }

body.rtl .button.inner-contact__btn {
  margin: 0 auto;
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
  color: white;
  background-color: #ef485e; }

  @media (max-width: 768px) {
      body.rtl .button.inner-contact__btn {
        width: 100%;
      }
  }

.button.inner-contact__btn_green {
  background: #b9df40; }

@media (max-width: 1280px) {
  .inner-contact {
    padding: 55px; }
  .inner-contact__title {
    font-size: 45px;
    line-height: 58px; }
  .inner-contact__input {
    margin-bottom: 50px; }
  .inner-contact__text {
    min-height: 300px;
    margin-bottom: 50px; }
  .button.inner-contact__btn {
    line-height: 65px; } }

@media (max-width: 992px) {
  .inner-contact {
    padding: 35px; }
  .inner-contact__title {
    font-size: 30px;
    line-height: 44px; }
  .inner-contact__input {
    margin-bottom: 40px; }
  .inner-contact__text {
    min-height: 200px;
    margin-bottom: 40px; }
  .button.inner-contact__btn {
    line-height: 55px; } }

@media (max-width: 768px) {
  .inner-contact {
    padding: 15px;
padding-top: 30px;}
  .inner-contact__title {
    font-size: 22px;
    line-height: 26px; }
  .inner-contact__input {
    margin-bottom: 25px; }
  .inner-contact__text {
    min-height: 125px;
    margin-bottom: 25px; }
  .button.inner-contact__btn {
    line-height: 45px;
    color: #424143;
    margin-bottom: 10px; }
  .pink-light35 .inner-contact__btn {
    background: #ff97d6; } }

.video-gallery {
  width: 100%;
  height: auto;
  padding-top: 6%;
  padding-bottom: 5%;
  background-color: #fbf0da;
}

.video-gallery::after {
  content: "";
  display: table;
  clear: both; }

.video-gallery__title-video {
  position: absolute;
  top: -70px;
  font-family: 'Open Sans Hebrew', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 2vw;
  color: #424143;
  line-height: 53px; }

.video-gallery__desc-video {
  position: absolute;
  bottom: -50px;
  font-family: 'Open Sans Hebrew', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 2vw;
  color: #424143;
  line-height: 53px; }

.video-gallery__tab-name {
  display: none; }

.video-gallery__tab-video-preview {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

@media (max-width: 1280px) {
  .video-gallery__title-video {
    top: -50px; } }

@media (max-width: 768px) {
  .video-gallery {
    width: 100%; }
  .video-gallery__tab-name {
    display: block;
    color: white;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    line-height: 35px; }
  .video-gallery__tab-video-preview {
    display: none; }
  .video-gallery__title-video {
    display: none; }
  .video-gallery__desc-video {
    display: none; } }

/* based on bootstrap and _accordion-block styles*/
.questions {
  padding-top: 92px; }

.questions .accordion__inner .panel-title > a {
  line-height: 70px;
  padding-right: 116px; }

.questions .accordion__marker {
  right: 37px;
  width: 31px;
  height: 31px;
  background-size: contain; }

.questions .accordion__close {
  background: url("../img/pink-play-icon.png") no-repeat center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.questions .accordion__open {
  background: url("../img/pink-play-icon.png") no-repeat center;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.questions .accordion__marker_blue {
  background: url("../img/blue-play-icon.png") no-repeat center; }

.questions .accordion__marker_yellow {
  background: url("../img/yellow-play-icon.png") no-repeat center; }

.questions .accordion__marker_green {
  background: url("../img/green-play-icon.png") no-repeat center; }

.questions .accordion__inner .panel {
  border-bottom: 1px solid #424143; }

.questions .accordion__inner .panel:first-child {
  border-bottom: 1px solid #424143; }

@media (max-width: 768px) {
  .questions .accordion__inner .panel-title > a {
    padding-right: 70px;
    line-height: 45px; }
  .questions .accordion__marker {
    right: 20px; } }

.inner-footer {
  position: relative; }

.inner-footer__img {
  width: 100%; }

.eye-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 130px;
  padding-top: 30px;
  padding-bottom: 0;
  background-image: url("../img/inner-eye-icon.png");
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 90px; }

.eye-block_dark {
  background-image: url("../img/inner-eye-icon-black.png"); }

.eye-block__title {
  font-family: 'Open Sans Hebrew', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #111111;
  line-height: 40px;
  width: 24%;
  margin-left: 10px;
  padding-top: 10px;}

.eye-block__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.eye-block_content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.eye-block__item {
  width: 18%;
  font-family: 'Open Sans Hebrew', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: white;
  line-height: 48px;
  text-align: center; }

.eye-block__item:first-child {
  margin-right: 0; }

.eye-block__item-title {
  display: inline;
  border-bottom: 2px solid white; }

.eye-block__item-number {
  /*margin-top: 15px; */}

.eye-block__item_green {
  background-color: #b9df40; }

.eye-block__item_blue {
  background-color: #9bd4dc; }

/*blue*/
.blue-light35 .eye-block__item {
  /*width: 15%;*/
  width: auto;
  min-width: 100px;
  margin-left: 15px;
}

/*yellow*/
.green-light35 .eye-block__item {
  width: 23%; }

/*green*/
.green-light35 .eye-block__item {
  width: 23%; }

@media (max-width: 1280px) {
  .eye-block {
    padding-right: 120px;
    background-size: 100px; }
  .eye-block__item {
    font-size: 30px;
    line-height: 40px; }
  .eye-block__title {
    font-size: 32px;
    line-height: 44px; } }

@media (max-width: 992px) {
  .eye-block__title {
    font-size: 27px;
    line-height: 37px; }
  .eye-block__item {
    font-size: 25px;
    line-height: 31px; } }

@media (max-width: 768px) {
  .eye-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 55px;
    padding-bottom: 10px;
    background-size: 45px;
    background-position: 100% 5px; }
  .eye-block__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .eye-block__title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 26px; }
  .eye-block__item {
    font-size: 21px;
    line-height: 27px;
    width: 30%;
    margin-bottom: 5%;
    margin-right: 5%; }
  .eye-block__item_green-2 {
    margin-left: 10%; }
  .eye-block__item_1 {
    margin-right: 0; }
  /*blue*/
  .blue-light35 .eye-block__item {
    width: 45%;
    margin: 0;
    margin-bottom: 15px; }
  .blue-light35 .eye-block__content {
    /*-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; */}
  /*yellow*/
  .yellow-light35 .eye-block__item {
    width: 45%;
    margin: 0;
    margin-bottom: 15px; }
  .yellow-light35 .eye-block__content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  /*green*/
  .green-light35 .eye-block__item {
    width: 45%;
    margin: 0;
    margin-bottom: 15px; }
  .green-light35 .eye-block__content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

body {
  direction: rtl;
  font-family: 'Open Sans Hebrew', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #424143;
  line-height: 36px; }

.txt-dark {
  color: #424143; }

input,
button {
  outline: none; }

a:hover {
  cursor: pointer; }

.wrapper {
  width: 88%;
  margin: 0 auto;
  /*margin-top: -50px;*/
  max-width: 1200px;
}

.button,
body.rtl input.button
{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 28px;
  line-height: 80px;
  padding: 0 40px;
  border: none;
  background-color: #b9df40; }

.button_blue {
  background: #9bd4dc; }

.container-wrap {
  padding-left: 160px;
  padding-right: 160px;
  max-width: 1200px;
  margin: 0 auto;
}

.video-container {
  width: 100%;
  height: auto;
  position: relative; }

.video-container__video {
  width: 100%;
  height: auto;
  display: block; }

.videocover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0; }

.videocover:hover {
  cursor: pointer; }

.video-container__button {
  /*position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);*/
  width: 110px;
  height: 110px;
  background: url("../img/play-button.png") no-repeat center;
  background-size: contain;
  border: none;
  margin-top: 30px;
  transition: 0.3s; /* Transition effects on hover (color) */
}
 .video-container__button:hover {
	background-image: url("../img/play-button-hover.png");
}
@media (max-width: 768px) {
  .video-container__button {
    display: block;
    top: auto!important;
  }
}

.video-container__button_main {
  /*top: 62%;*/
}

@media (max-width: 1280px) {
  .button {
    padding: 0 20px; }
  .container-wrap {
    padding-left: 100px;
    padding-right: 100px; } }

@media (max-width: 992px) {
  .container-wrap {
    padding-left: 50px;
    padding-right: 50px; }
  .video-container__button_main {
    top: 65%;
    margin-top: 130px;
  } }

@media (max-width: 768px) {
  body {
    font-family: 'Open Sans Hebrew', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #424143;
    line-height: 20px; }
  .button {
    font-size: 18px;
    line-height: 30px;
    padding: 0 13px; }
  .container-wrap {
    padding-left: 20px;
    padding-right: 20px; }
  .video-container__button {
    background: url("../img/play-button_min.png") no-repeat center;
    width: 44px;
    height: 44px;
    margin-top: 30px;
  }
    .second-block__wrapper {
    	/*margin-top: 50px;*/
    }
    .pros__icon-desc {
    	font-size: 16px;
    line-height: 20px;
    }
}
#second-block__wrapper_wrapper{
	/*height:505px;/*385px;*/
}
.second_video_container__button_main {width: 250px;}

@media (max-width: 480px) {
  .wrapper { width: 87%; }

}

.icons__desc {
	font-size: 22px;
}
 @media (max-width: 768px) {
 	.icons__desc {
    		font-size: 18px;
  	}
  	.reviews__img-title {
  		font-size: 22px;
  		font-weight: bold;
  	}
  	.reviews__slider {
  		padding-top: 10px;
  		padding-bottom: 10px;
  	}
  	.video-gallery {
  		padding-top: 0;
  		padding-bottom: 0;
  	}
  }
@media only screen and (max-width: 768px) {
	h2.resp-accordion {
    		display: block;
    		border-top: 1px solid white;
    		border-bottom: 0;
    		position: relative;
	}
	.panel-body {
		font-size: 14px;
		line-height: 20px;
	}
      .panel-body h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
      }
	.questions {
		padding-top: 30px;
	}
	.questions .number-block__title {
		font-size: 18px;
	}
}
	.innerpage .video-container__button {
    		top: 50%;
	}
	.resp-accordion::after {
		background-size: auto 70%;
	}

.modal {
	z-index: 999;
}
.modal-body {
    height: 200px;
    text-align: center;
    padding-top: 80px;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 200; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}
@media (max-width: 768px) {
  .overlay-content {
    top: 5%;
  }
  .overlay a {
    font-size: 28px;
  }
}
.main-nav a {
  line-height: normal !important;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.homepage #accordion {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .homepage #accordion {
    padding-bottom: 15px;
  }
}
#accordion li {
  list-style-type: none;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
#accordion .course-number {
    font-size: 60px;
    width: 10%;
    display: inline-block;
    line-height: 90px;
      vertical-align: top;
}
#accordion .course-desc {
      display: inline-block;
      width: 70%;
      font-size: 16px;
  line-height: 20px;
}
#accordion .course-desc p {
    color: #666;
}
#accordion .members-only {
  display: inline-block;
  width: 20%;
  text-align: left;
  vertical-align: top;
  /*line-height: 90px;*/
  margin-top: 25px;
}
#accordion .members-only img {
  width: 30px;
  color: #b9df40;
  fill: #b9df40;
}
#accordion .members-only span {
  font-size: 16px;
  color: #b9df40;
}

#accordion .panel__green .members-only svg path {
  color: #b9df40;
  fill: #b9df40;
}
#accordion .panel__green .members-only span {
  color: #b9df40;
}

#accordion .panel__pink .members-only svg path {
  color: #ff97d6;
  fill: #ff97d6;
}
#accordion .panel__pink .members-only span {
  color: #ff97d6;
}

#accordion .panel__blue .members-only svg path {
  color: #9bd4dc;
  fill: #9bd4dc;
}
#accordion .panel__blue .members-only span {
  color: #9bd4dc;
}

#accordion .panel__orange .members-only svg path {
  color: #f4c971;
  fill: #f4c971;
}
#accordion .panel__orange .members-only span {
  color: #f4c971;
}

#accordion li a {
  color: #333;
}
#accordion .course-number {
  font-weight: 100;
}
@media only screen and (max-width: 768px) {
  #accordion .panel-body {
    padding: 0;
  }
  #accordion .panel-body ul {
    padding: 20px;
  }
  #accordion .course-number {
    width: 30%;
  }
  #accordion .course-desc {
    width: 70%;
  }
  #accordion .course-desc h3 {
    margin-top: 0;
  }
  #accordion .members-only {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
  }
}

/* post content */
.post-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bootstrap-wrapper .has-error .help-block {
  font-size: 14px;
  line-height: normal;
}

@media (min-width: 769px) {
  .header {
    min-height: 240px;
  }
  .header__text-left,
  .header__menu {
    min-width: 200px;
    min-height: 160px;
  }
}

.register-btn {
  color: #424143;
}
.register-btn:hover {
  text-decoration: none;
  color: #424143;
}

/* video gallery */
.video-gallery {
  padding-top: 80px;
}
.video-gallery .playlist {
  list-style-type: none;
  float: right;
  width: 20%;
  padding: 0;
  margin: 0;
  height: 440px;
  overflow: auto;
}
.video-gallery .playlist::-webkit-scrollbar {
  display: none;
}
.video-gallery .playlist li {
  cursor: pointer;
  float: none;
  margin-bottom: 20px;
}
.video-gallery .playlist li:last-child {
  margin-bottom: 0;
}
.video-gallery .video_container {
  float: left;
  width: 75%;
  position: relative;
}
.video-gallery .video_frame {
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/loader_animal.gif");
}
.video-gallery .video_container .video_title {
  margin-bottom: 15px;
  position: absolute;
  top: -50px;
  right: auto;
}
.video-gallery .video_container .video_description {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}
.loader_img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  margin-left: 65%;
}
@media(max-width: 768px){
  .loader_img {
    margin: 0 auto;
  }
}

.sl_hidden_sm {
    display: none;
  }
  .sl_hidden_lg {
    display: block;
  }

@media(max-width: 768px){
  .video-gallery {
    padding-top: 70px;
  }
  .video-gallery .playlist {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    /*height: auto !important;*/
     overflow-x: scroll;
    white-space: nowrap;
    height: 80px!important;
  }
  .video-gallery .playlist li {
    margin-left: 10px;
    display: inline-block;
    width: 100px;
    white-space: nowrap;
  }
  .video-gallery .playlist li:last-child {
    margin-bottom: 10px;
  }
  .video-gallery .playlist li img {
    /*height: 100px;*/
    width: auto;
  }
  .video-gallery .video_container {
    width: 100%;
  }
  .video-gallery .video_container .video_title {
    top: -40px;
  }
  .sl_hidden_sm {
    display: block;
  }
  .sl_hidden_lg {
    display: none;
  }
}

.similar_lesson_wrap {
  background-color: #fbf0da;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .similar_lesson_wrap {
    padding-bottom: 30px;
  }
}
.similar_lesson_wrap .eye-block {
  padding-top: 1px;
}
.eye-block__content {
  overflow: auto;
}
.blue-light35 .eye-block__item a {
  display: inline-block;
  width: 100%;
}
.blue-light35 .eye-block__item .eye-block__item-title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.blue-light35 .eye-block__item a {
  color: inherit;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}
.blue-light35 .eye-block__item a:hover {
  color: inherit;
  text-decoration: none;
}

.blue-light35 .eye-block__item {
  display: flex;
  align-items: center;
  min-height: 100px;
  margin: 0 !important;
  padding: 0 !important;
  width: 19%;
  margin-right: 1% !important;
  text-align: center;
}
@media (max-width: 768px) {
  .blue-light35 .eye-block__item {
    width: 48%;
    margin-bottom: 5px!important;
  }
}
.blue-light35 .eye-block__item:hover,
.blue-light35 .eye-block__item:focus {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
}
.blue-light35 .eye-block__item span {
  padding: 5px;
  font-size: 24px;
  width: 100%;
  line-height: 30px;
}
@media (max-width: 768px) {
    .blue-light35 .eye-block__item span {
      font-size: 18px;
      line-height: 24px;
    }
}
.generic_accordion {
  background-color: #fbf0da;
  padding-top: 0;
  padding-bottom: 80px;
}
.generic_accordion .accordion__inner .panel {
  border-bottom: 1px solid #eee !important;
}
.generic_accordion .panel-heading {
  background-color: #55caf5;
}
.generic_accordion .accordion__inner .panel-title > a {
  padding-right: 100px;
  font-weight: 700;
}
.generic_accordion .accordion__inner .panel-title > a:hover,
.generic_accordion .accordion__inner .panel-title > a:focus {
  text-decoration: none;
}
.generic_accordion .accordion__marker_blue {
  background-image: url("../img/accordion_button_inner_blue.png");
  background-size: 100% 100%;
  background-color: #fff;
  border-radius: 50%;
}

.questions .accordion__inner .panel-body {
  padding: 15px 60px 30px 60px;
}
.questions .accordion__inner .panel-body p {
  line-height: 24px;
  font-size: 18px;
}

.faq_accordion {}

.modal .close {
  float: left;
}
#productModal .modal-body {
  height: auto;
}

/* contat form */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  max-width: 100%;
}

.wcf7_sl_submit {
  margin-top: 25px;
  text-align: left;
}
body.rtl .wcf7_sl_submit .contact-form__btn {
  margin-top: 0;
  display: inline-block;
}
@media (max-width: 768px) {
    body.rtl .wcf7_sl_submit .contact-form__btn {
      width: 100%;
      padding: 10px 20px;
    }
    .wcf7_sl_submit {
      margin-top: 0;
    }
}
div.wpcf7 .wcf7_sl_submit .ajax-loader {
  margin-left: 15px;
}
span.wpcf7-not-valid-tip {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 130%;
}
div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 130%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.inner-contact__title {
  margin-bottom: 30px;
  color: #424143;
}
.lesson-contact input,
.lesson-contact select,
.lesson-contact textarea {
  width: 100%;
  font-size: 18px;
  text-align: right;
}
.lesson-contact .button.inner-contact__btn {
  width: auto;
}
.lesson-contact .wcf7_inner_submit {
  text-align: center;
}
div.wpcf7 .lesson-contact .ajax-loader {
  margin-left: 15px;
  text-align: right;
}
.lesson-contact .wpcf7-form-control-wrap {
  margin-bottom: 0px;
  display: block;
}
.lesson-contact .inner-contact__input,
.lesson-contact .inner-contact__text
{
  margin-bottom: 5px;
  min-height: auto;
}

.lesson_back_to_home_cats_wrap {
  background-color: #fbf0da;
}
.lesson_back_to_home_cats {
  display: block;
}
.lesson_back_to_home_cats:hover {
  text-decoration: none;
}
.lesson_back_to_home_cats .number-block {
  margin-bottom: 15px;
  background-color: #b9df40;
}
.lesson_back_to_home_cats .number-block__title_info {
  width: 90%;
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 768px){
  .lesson_back_to_home_cats .number-block__title_info {
    font-size: 18px;
  }
}
.lesson_back_to_home_cats .number-block__number_info {
  width: 10%;
  background-color: #a2d500;
  background-size: auto 65%;
}
.lesson_back_to_home_cats .number-block__number_info:before {
  border-right: 15px solid #a2d500;
}

.inner_lessons_accordion .indent_lvl_1 {}

@media (min-width: 992px) {
  .inner_lessons_accordion .indent_lvl_1 {
    padding-right: 30px;
  }
  .inner_lessons_accordion .indent_lvl_2 {
    padding-right: 110px;
  }
  .inner_lessons_accordion .indent_lvl_3 {
    padding-right: 190px;
  }
}
.lessons_accordion a:hover {
  text-decoration: none;
}
.lessons_accordion a:focus {
  text-decoration: none;
}

.inner_lessons_accordion .indent_lvl_1 .panel-title a {
  line-height: 70px;
  color: #424143;
  /*padding-right: 110px;*/
}
.inner_lessons_accordion .accordion__wrapper {
  padding-bottom: 80px;
}
@media  (max-width: 768px) {
  .lessons_accordion .video_item .vid_link .video_desc h3 {
    font-size: 18px;
  }
  .lessons_accordion .video_item .vid_link .video_mo {
    font-size: 38px;
    width: 60px;
  }
}

.faq_accordion {
  padding-top: 0;
  padding-bottom: 80px;
  background-color: #fbf0da;
}
@media (max-width: 768px) {
  .faq_accordion {
    padding-bottom: 40px;
  }
}

.faq_accordion .number-block {
  background-color: #ef485e;
}
.faq_accordion .number-block__title {
  background-color: #bee24d;
}
.faq_accordion .number-block__number {
  background-color: #ef485e;
}
.faq_accordion .panel-heading {
  background-color: #ffffff;
}
.faq_accordion .panel-title a:hover,
.faq_accordion .panel-title a:focus {
  text-decoration: none;
}
.faq_accordion .accordion__marker_blue {
  background-image: url("../img/green-play-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 31px;
}

.lesson-contact-section {
  background-color: #fbf0da;
}
.lesson-contact-section .container-wrap {
  background-color: #fbf0da;
}
.lesson-contact-section .button.inner-contact__btn {
  background-color: #55caf5 !important;
}

@media (max-width: 992px){
  .logo-block {
    height: auto;
  }
}
#homeVideoModal .modal-body {
  height: auto;
  padding-top: 15px;
}

.lesson-contact .wpcf7-response-output {
  text-align: right;
}

/* woocommerce */
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]
{
  padding: 0 40px;
}

caption, th, td {
  text-align: right;
}

@media (max-width: 768px){
  .logo-block__logo_inner {
    width: 80%;
  }
}

.header__text-left > a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.inner-footer {
  background-color: #fbf0da;
  padding-top: 5vw;
}
@media (max-width: 768px) {
      .inner-footer {
        padding-top: 40px;
      }
}
.inner-footer__details {
  position: relative;
}
.inner-footer_blue .inner-footer__bg:before {
  border-left: 49.3vw solid #c4e45e;
  border-right: 49.3vw solid #c4e45e;
}
.inner-footer .social__inner {
  background-color: #c4e45e;
}
.inner-footer .inner-footer__contacts {
  background-color:  #c4e45e;
}
.inner-footer .social__inner-item {
  margin-right: 10px;
}
.inner-footer .company__logo {
  background-color: transparent;
  padding-bottom: 0;
}
.inner-footer .company__logo img {
  margin: 10px 15px;
}
.inner-footer .copyright {
  background-color: #c4e45e;
}

.woocommerce-page {
  background-color: #fcf0da;
}
.woocommerce-page .header {
  background-color: #d2ecef;
  margin-bottom: 7vw; /* due to triangle */
  min-height: 240px;
}
.woocommerce-page .header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 7vw solid #d2ecef;
}
.woocommerce-page .logo-block__wrapper {
  position: relative;
}
.woocommerce-page .logo-block__logo {
  height: 200px;
}
.woocommerce-page .shop_bs__title {
  font-size: 32px;
  text-align: center;
  color: #ed4960;
}
.woocommerce-page .logo-block__wrapper:after {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 100%;
  margin-left: -32px;
  margin-top: 16px;
  background-image: url(../img/cart.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
  border-radius: 50%;
}
@media(max-width: 992px){
  .woocommerce-page .logo-block__logo {
    height: 150px;
  }
}
@media(max-width: 768px){
  .woocommerce-page .header {
    min-height: 180px;
  }
  .woocommerce-page .logo-block__logo {
    height: 100px;
  }
}
.woocommerce-page .post-content p {
  margin-bottom: 15px;
}
.woocommerce-page .social {
  padding-top: 45px;
  background-color: #f3e8d2;
}
.woocommerce-page .woocommerce-result-count {
  display: none;
}
.woocommerce-page h1.page-title {
  margin-bottom: 20px;
  display: none;
}
.woocommerce ul.products li.product .button {
  margin-top: 15px;
}
.woocommerce-error {
  font-size: 28px;
}
.woocommerce ul.products li.product a img {
  margin-bottom: 5px;
}
.footer-contact-info {
  text-align: center;
  padding-bottom: 45px;
  background-color: #f3e8d2;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 30%;
  margin-bottom: 1em;
}
.lesson-header {
  height: 500px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .lesson-header {
    height: 300px;
    background-size: cover;
  }
}

body.page-template-default, .page-template-default .second-block {
  background-color: #FCF5E7;
}
.page-template-default .second-block:before {
  border-bottom-color:  #FCF5E7;
}
.page-template-default .container-wrap {
  padding-bottom: 40px;
}
.container-wrap-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-template-default .container-wrap  > h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.page-template-default .second-block:before {
  top: -5.9vw;
  width: 100%;
}
.page-template-default .lesson_wysi_wrap li {
  list-style: url(../img/li-square.png);
}
.page-template-default .second-block .vt-fullbg {
  margin-top: 0;
}
.vt-fullbg-title {
  text-align: center;
  background-color: rgba(185,223,64,1);
  color: white;
  font-weight: bold;
  margin: 0;
  padding: 20px 0;
}
.wpcf7-form-control-wrap {direction: rtl;}
.inner-contact__checkbox {
	font-size: 16px;
	direction: rtl;
  text-align: right;
}
.inner-contact__checkbox input[type=checkbox] {width: 20px;}
