@charset "UTF-8";

.boxes_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.boxes_wrapper:not(:last-of-type) {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.page_home {
  padding: 20px 0 80px;
}

.page_home .center {
  padding: 0 15px;
}

.page_home_about {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 20px;
}

.page_home_about h2 {
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  margin: 0;
  font-weight: 500;
  color: #21409a;
  font-size: 42px;
  line-height: 42px;
}

.page_home_about .text {
  font-size: 20px;
}

.page_home_about .text p {
  margin: 0;
}

.page_home_about .text p:not(:last-of-type) {
  margin-bottom: 35px;
}

.page_home .gallery {
  padding-top: 40px;
  position: relative;
}

.page_home .gallery .swiper.swiper--full .swiper-button-next,
.page_home .gallery .swiper.swiper--full .swiper-button-prev {
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 155px;
  height: 670px;
  margin: 0;
}

.page_home .gallery .swiper.swiper--full .swiper-button-next img,
.page_home .gallery .swiper.swiper--full .swiper-button-prev img {
  -webkit-filter: invert(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.74));
          filter: invert(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.74));
}

.page_home .gallery .swiper.swiper--full .swiper-button-prev {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  background-image: linear-gradient(-270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.page_home .gallery .swiper.swiper--full .swiper-button-next {
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.page_home .gallery .swiper.swiper--full .swiper-slide {
  width: 1130px !important;
}

.page_home .gallery .swiper.swiper--full .swiper-slide-active p {
  opacity: 1 !important;
}

.page_home .gallery .swiper.swiper--full .swiper-slide img {
  display: block;
  width: 100%;
  height: 670px;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page_home .gallery .swiper.swiper--full .swiper-slide p {
  opacity: 0;
  padding-top: 35px;
  padding-bottom: 12px;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 11.05px;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.page_home .gallery .swiper-button-next:after,
.page_home .gallery .swiper-button-prev:after {
  display: none;
}

.page_home .gallery .swiper-button-next img,
.page_home .gallery .swiper-button-prev img {
  -webkit-filter: invert(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.74));
          filter: invert(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.74));
}

.page_home .gallery .swiper-button-prev {
  right: 20px;
}

.page_home .gallery .swiper-button-next {
  left: 20px;
}

.page_home .gallery .swiper-button-next img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.page_home .gallery .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_home .gallery .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #20409a;
  margin-left: 2px;
  margin-right: 2px;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.page_home .gallery .swiper-pagination-bullet-active {
  background-color: #20409a;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.page_home .gallery-lmore {
  display: none;
}

.page_home_promote {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin: 60px 0;
}

.page_home_promote .item {
  background: #fff;
  --title-color: #21409a;
  --text-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.page_home_promote .item:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}

.page_home_promote .item:first-of-type {
  background: #fff;
}

.page_home_promote .item:nth-child(2) {
  background: #21409a;
  --title-color: #fff;
  --text-color: #fff;
}

.page_home_promote .item:nth-child(3) {
  background: #d8d8d8;
  --title-color: #21409a;
  --text-color: #21409a;
}

.page_home_promote .item:last-of-type {
  background: #404041;
  --title-color: #fff;
  --text-color: #fff;
}

.page_home_promote .item_text {
  padding: 40px;
}

.page_home_promote .item_text_title {
  font-weight: 600;
  color: var(--title-color);
  font-size: 30px;
  margin-bottom: 20px;
}

.page_home_promote .item_text_content p {
  font-size: 20px;
  color: var(--text-color);
}

.page_home_promote .item_text_content a {
  color: var(--text-color);
}

.page_home_promote .item_text_icon {
  margin-bottom: 20px;
}

.new_title {
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  margin: 0;
  font-weight: 500;
  color: #21409a;
  font-size: 42px;
  line-height: 42px;
}

.page_limod {
  margin: 80px 0;
}

.posts_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin: 30px 0;
}

.posts_grid.small {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.posts_grid.small .posts_grid_itemThumb {
  height: 160px;
}

.posts_grid.small .posts_grid_itemContent {
  padding: 10px 20px;
}

.posts_grid_item {
  border: 1px solid #000;
  background: #fff;
}

.posts_grid_itemThumb {
  height: 220px;
}

.posts_grid_itemThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.posts_grid_itemContent {
  padding: 20px;
}

.posts_grid_itemContent .title {
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-size: 26px;
  color: #000;
  font-weight: 500;
}

.contacts .c-grid {
  max-width: 1300px;
}

.contacts__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__wrapper-col-2 {
  width: 100%;
  max-width: 778px;
}

.contacts__title {
  padding-bottom: 25px;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.57px;
  line-height: 30px;
}

.contacts__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
}

.contacts__form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.contacts__form-group > div {
  width: 100%;
  max-width: calc((100% - 20px) / 2);
}

.contacts__form-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 5px;
}

.contacts__form-field br {
  display: none;
}

.contacts__form-field.contacts__form-field--btn {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0;
}

.contacts__form-field.contacts__form-field--btn .c-btn {
  min-width: 170px;
}

.contacts__form-field select {
  outline: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 47px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #DACEBA;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.contacts__form-field select.placeholder {
  font-size: 18px;
  color: #9A9797;
}

.contacts__form-field select:-moz-placeholder {
  font-size: 18px;
  color: #9A9797;
}

.contacts__form-field select::-moz-placeholder {
  font-size: 18px;
  color: #9A9797;
}

.contacts__form-field select:-ms-input-placeholder {
  font-size: 18px;
  color: #9A9797;
}

.contacts__form-field select::-webkit-input-placeholder {
  font-size: 18px;
  color: #9A9797;
}

.contacts__form-field label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contacts__form-field label span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts__form-field label span.wpcf7-not-valid-tip {
  text-align: right;
  color: #fff;
  font-weight: 500;
}

.contacts__form-field label input,
.contacts__form-field label select,
.contacts__form-field label textarea {
  outline: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 47px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #DACEBA;
  color: black;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  font-weight: 300;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background-color: #fff;
  font-size: 18px;
}

.contacts__form-field label input.placeholder,
.contacts__form-field label select.placeholder,
.contacts__form-field label textarea.placeholder {
  font-size: 18px;
  color: #000;
}

.contacts__form-field label input:-moz-placeholder,
.contacts__form-field label select:-moz-placeholder,
.contacts__form-field label textarea:-moz-placeholder {
  font-size: 18px;
  color: #000;
}

.contacts__form-field label input::-moz-placeholder,
.contacts__form-field label select::-moz-placeholder,
.contacts__form-field label textarea::-moz-placeholder {
  font-size: 18px;
  color: #000;
}

.contacts__form-field label input:-ms-input-placeholder,
.contacts__form-field label select:-ms-input-placeholder,
.contacts__form-field label textarea:-ms-input-placeholder {
  font-size: 18px;
  color: #000;
}

.contacts__form-field label input::-webkit-input-placeholder,
.contacts__form-field label select::-webkit-input-placeholder,
.contacts__form-field label textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: #000;
}

.contacts__form-field label textarea {
  resize: none;
  height: 98px;
  padding: 10px;
}

.contacts__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
}

.contacts__info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__info p,
.contacts__info a {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.46px;
  line-height: 26px;
}

.contacts__whatsapp {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}

.contacts__whatsapp .c-btn__wrapper {
  margin-left: 20px;
}

.contacts__whatsapp > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__social a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31px;
  height: 31px;
  margin-left: 13px;
  border-radius: 50%;
  background-color: #FEFEFE;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contacts__social a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.contacts__social a img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lessons_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin: 40px 0;
}

.lessons_wrap_item {
  font-size: 18px;
  border: 1px solid #000;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.lessons_wrap_item a {
  padding: 20px;
  color: #000;
  width: 100%;
}

.lessons_wrap_item:hover {
  background: #179c9a;
  color: #fff;
}

.lessons_wrap_item:hover a {
  color: #fff;
}

footer {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 80px;
}

footer .social ul {
  margin: 20px auto;
  text-align: center;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .social ul li {
  float: inherit;
  margin: 0 20px;
}

footer .social ul li a {
  margin-right: 0 !important;
}

footer .newsletter {
  padding-top: 0;
}

footer .newsletter h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
}

footer h3 {
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}

.с-modal.modalGallery {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.74);
}

.с-modal.modalGallery .c-modal__header {
  width: 100%;
  height: 50px;
}

.с-modal.modalGallery .c-modal__body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 100px);
}

.с-modal.modalGallery .c-modal__body > div {
  position: relative;
  height: 100%;
}

.с-modal.modalGallery .c-modal__body > div:nth-of-type(1),
.с-modal.modalGallery .c-modal__body > div:nth-of-type(3) {
  width: 75px;
}

.с-modal.modalGallery .c-modal__body > div:nth-of-type(2) {
  width: calc(100% - 150px);
}

.с-modal.modalGallery .c-modal__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
}

.с-modal.modalGallery .mfp-close {
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 40px;
  color: #ffffff;
}

.с-modal.modalGallery .gallery__nav {
  z-index: 5;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  background-image: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.с-modal.modalGallery .gallery__nav.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.с-modal.modalGallery .gallery__nav--prev img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.с-modal.modalGallery .gallery__nav img {
  display: block;
  max-width: 100%;
  height: auto;
}

.с-modal.modalGallery .gallerySlider {
  width: 100%;
  height: 100%;
}

.с-modal.modalGallery .gallerySlider .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.с-modal.modalGallery .gallerySlider .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.с-modal.modalGallery .gallerySlider .swiper-slide p {
  padding-top: 21px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 11.05px;
}

.с-modal.modalGallery .gallerySlider-pagination {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.с-modal.modalGallery .gallerySlider-pagination .swiper-pagination-bullet {
  outline: none;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 2px !important;
  margin-right: 2px !important;
  background-color: transparent;
  -webkit-transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.с-modal.modalGallery .gallerySlider-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  border-color: #fff;
  -webkit-transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.с-modal.modalGallery .swiper-container {
  height: 100%;
}

.с-modal.modalGallery .swiper-slide {
  height: 100%;
}

.с-modal.modalGallery .swiper-slide a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.с-modal.modalGallery .swiper-slide a img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-btn {
  outline: none;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  line-height: 24px;
  margin: 0;
  padding: 8px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: 0;
  background-color: #21409a;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.69px;
  text-align: center;
  font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.c-btn:hover {
  background-color: #fff;
  color: #21409a;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.c-btn.c-btn--white {
  border-color: #fff;
  background-color: #ffffff;
  color: #000;
}

.c-btn.c-btn--white.c-btn--border {
  background-color: transparent;
  color: #ffffff;
}

.c-btn.c-btn--white.c-btn--border:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.c-btn.c-btn--border {
  background-color: transparent;
  color: #000000;
}

.c-btn.c-btn--border:hover {
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.c-btn__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-btn__wrapper--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7 form {
  position: relative;
}

.wpcf7 form.submitting input,
.wpcf7 form.submitting textarea,
.wpcf7 form.submitting select {
  pointer-events: none;
  opacity: 0.3;
}

.wpcf7 form.submitting:before {
  opacity: 1;
  visibility: visible;
}

.wpcf7 form:before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  content: "";
  background: url(../img/loader.svg) no-repeat;
  background-position: center 100px;
  background-size: 50px;
}

.wpcf7 form .wpcf7-spinner {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 25px 0 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #fff;
  font-size: 18px;
}

.wpcf7 form .wpcf7-not-valid-tip {
  margin-top: 8px;
}

.mfp-container {
  padding: 0;
}

.mfp-content {
  width: 100%;
  height: 100%;
}

iframe {
  max-width: 100%;
}

.button {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  border-radius: 77px;
  padding: 12px 45px 12px 25px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 1.1em;
  color: #21409A !important;
  border: 1px solid #000;
  width: auto !important;
  height: auto !important;
  background: #eee !important;
}

.button:hover {
  background: #21409A !important;
  color: #fff !important;
}

.button:hover.download-audio:before {
  background: url("../img/icon-lesson-play-white.svg") no-repeat;
  background-size: 100%;
}

.button:hover.download-watch:before {
  background: url("../img/icon-lesson-watch-white.svg") no-repeat;
  background-size: 100%;
  width: 19px;
  height: 19px;
}

.button:hover.download-doc:before {
  background: url("../img/icon-doc-white.svg") no-repeat;
  background-size: 100%;
  width: 19px;
  height: 19px;
}

.button.download-audio:before {
  background: url("../img/icon-lesson-play.svg") no-repeat;
  background-size: 100%;
}

.button.download-watch:before {
  background: url("../img/icon-lesson-watch.svg") no-repeat;
  background-size: 100%;
  width: 19px;
  height: 19px;
}

.button.download-doc:before {
  background: url("../img/icon-doc.svg") no-repeat;
  background-size: 100%;
  width: 19px;
  height: 19px;
}

.button:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  height: 13px;
}

.section-header {
  -webkit-box-pack: var(--section-align);
  -webkit-justify-content: var(--section-align);
     -moz-box-pack: var(--section-align);
      -ms-flex-pack: var(--section-align);
          justify-content: var(--section-align);
  background: #21409a;
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.05));
  --wrap-content-align: space-between;
}

.section-header:after {
  display: none !important;
}

.section-header.menu-open .section-header__modal {
  max-height: 0 !important;
}

.section-header__modal {
  z-index: 99;
  overflow: hidden;
}

.section-header__modal.active .modal-close {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  overflow: hidden;
}

.section-header__modal.active .modal-close svg {
  -webkit-transition: .24s;
  -o-transition: .24s;
  transition: .24s;
}

.section-header__modal.active .modal-close svg:hover {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.section-header__modal-inner {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--lili-blue);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.section-header__modal-inner u {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.section-header__modal-inner:hover {
  background-color: var(--lili-blue-hover);
}

.section-header__modal-inner:hover u {
  color: var(--lili-yellow);
}

.section-header__modal-text {
  padding: 20px 30px;
}

.section-header__modal-text p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.section-header .subheader {
  width: 100%;
  background-color: #F6F7FA;
}

.section-header .subheader__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 63px;
  position: relative;
}

.section-header .subheader__wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-header .subheader__wrapper:after {
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.section-header .subheader__wrapper.is-scroll .subheader__wrapper-left {
  z-index: 5;
}

.section-header .subheader__wrapper.is-scroll .subheader__form-wrapper:after {
  width: 62px;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.section-header .subheader__wrapper-left {
  z-index: 1;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.section-header .subheader__wrapper-left::-webkit-scrollbar {
  display: none;
}

.section-header .subheader__wrapper-right {
  z-index: 2;
  position: relative;
}

.section-header .subheader__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-header .subheader__nav a {
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: rgba(84, 93, 111, 0.8);
}

.section-header .subheader__nav a:not(:last-of-type) {
  margin-right: 48px;
}

.section-header .subheader__nav a:hover {
  color: #545D6F;
}

.section-header[data-align="side"] {
  --section-align: justify-content;
}

.section-header[data-align="center"] {
  --section-align: center;
}

.section-header[data-align="center"] .section-header__logo {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-header[data-layout="global"] {
  --wrap-content-align: flex-start;
  position: -webkit-sticky;
  position: sticky;
  z-index: 9900;
  top: 0;
  width: 100%;
}

.section-header[data-layout="global"] .section-header__logo-rightSide {
  margin-right: auto;
}

.section-header[data-layout="global"] .section-header__logo-rightSide-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-header[data-layout="global"] .section-header__logo-rightSide-social a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}

.section-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: var(--wrap-content-align);
  -webkit-justify-content: var(--wrap-content-align);
     -moz-box-pack: var(--wrap-content-align);
      -ms-flex-pack: var(--wrap-content-align);
          justify-content: var(--wrap-content-align);
}

.section-header__logo-leftSide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-header__logo-leftSide-wrap .logoItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.section-header__logo-leftSide-wrap .logoSpace {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  font-size: 20px;
}

.section-header__logo-rightSide-buttons {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.section-header__logo-rightSide-buttons a.button-solid:first-of-type {
  background: transparent !important;
  color: var(--lili-black) !important;
}

.section-header__logo-rightSide-buttons a.button-solid:first-of-type:hover {
  background-color: #C9ECF7 !important;
  color: var(--lili-black) !important;
}

.section-header__logo-rightSide-buttons a + a {
  margin-left: 20px;
}

.section-header__logo-menu-wrap {
  height: 100%;
  margin-left: 20px;
}

.section-header__logo-menu-wrapNav {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-header__logo-menu-wrapNav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.section-header__logo-menu-wrapNav > ul > li {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.section-header__logo-menu-wrapNav > ul > li > a {
  padding: 20px 14px;
  white-space: nowrap;
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.section-header__logo-menu-wrapNav > ul > li .sub-menu {
  display: block;
  position: absolute;
  top: 65px;
  pointer-events: none;
  opacity: 0;
  right: 0;
  background: #F5EEE6;
  padding: 16px;
  width: auto;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  z-index: 5;
}

.section-header__logo-menu-wrapNav > ul > li .sub-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-header__logo-menu-wrapNav > ul > li .sub-menu li {
  padding-bottom: 16px;
}

.section-header__logo-menu-wrapNav > ul > li .sub-menu li:last-of-type {
  padding-bottom: 0;
}

.section-header__logo-menu-wrapNav > ul > li .sub-menu a {
  display: block;
  line-height: 1.43;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  color: #21409a;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.section-header__logo-menu-wrapNav-mobile {
  width: 100%;
  padding: 0 24px 0 20px;
  display: none;
}

.section-header__logo-menu-wrapNav-mobile.buttons a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
}

.section-header__logo-menu-wrapNav-mobile.buttons a:first-of-type {
  background: transparent;
  color: var(--lili-black);
}

.section-header__logo-menu-wrapNav-mobile.buttons a:first-of-type:hover {
  background: var(--lili-black);
  color: #fff;
}

.section-header__logo-hamburger {
  z-index: 15;
  position: relative;
  display: none;
  width: 27px;
  padding-top: 14px;
  border: 0;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  color: #fff;
}

.section-header__logo-hamburger.is-active:before,
.section-header__logo-hamburger.is-active:after,
.section-header__logo-hamburger.is-active span:after {
  left: 5px;
  width: 18px;
}

.section-header__logo-hamburger.is-active:before {
  top: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.section-header__logo-hamburger.is-active:after {
  top: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.section-header__logo-hamburger.is-active span:after {
  opacity: 0;
  visibility: hidden;
  top: 6px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.section-header__logo-hamburger:before,
.section-header__logo-hamburger:after,
.section-header__logo-hamburger span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition-duration: .125s;
       -o-transition-duration: .125s;
          transition-duration: .125s;
  -webkit-transition-property: left, width, top, visibility, opacity, -webkit-transform;
  transition-property: left, width, top, visibility, opacity, -webkit-transform;
  -o-transition-property: left, width, top, transform, visibility, opacity;
  transition-property: left, width, top, transform, visibility, opacity;
  transition-property: left, width, top, transform, visibility, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.section-header__logo-hamburger:before {
  top: 12px;
}

.section-header__logo-hamburger:after {
  top: 6px;
}

.section-header__logo-hamburger span:after {
  top: 0;
}

body.menu-open {
  overflow: hidden;
}

.lesson-item {
  border: 1px solid #000;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lesson-item_thumb {
  width: 100%;
  height: 170px;
}

.lesson-item_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lesson-item_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}

.lesson-item_content .text {
  padding: 0 !important;
}

.lesson-item .ctas {
  padding: 0 20px 20px 20px;
  margin-top: auto;
}

.lesson-item .ctas a:not(:last-of-type) {
  margin-bottom: 12px;
}

.lesson-item .sources {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0;
}

.underline a {
  text-decoration: underline !important;
}

/* WooCommerce */

.product_thumb {
  margin: 0 0 35px;
}

.quantity input.minus {
  margin: 0 -5px;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 3px 12px;
  cursor: pointer;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input.plus {
  margin: 0 -5px;
  border-top-left-radius: 5px;
  border: 0;
  border-bottom-left-radius: 5px;
  padding: 3px 12px;
  cursor: pointer;
}

.quantity input.qty {
  border: 0;
  padding: 3px 5px;
  width: 50px;
}

.table-cart button[type="submit"] {
  width: 88px;
  height: 31px;
  background: url("../img/btn-update-cart.png") !important;
}

.update_cart button {
  display: none !important;
}

@media (min-width: 768px) {
  .section-header__logo-menu-wrapNav > ul > li.menu-item-has-children:hover .sub-menu {
    pointer-events: all;
    opacity: 1;
  }

  .section-header__logo-menu-wrapNav > ul > li:hover > .item a {
    color: #545D6F;
  }
}

@media (max-width: 1535px) {
  .page_home .gallery .swiper.swiper--full .swiper-button-next,
  .page_home .gallery .swiper.swiper--full .swiper-button-prev {
    height: 517px;
  }
}

@media screen and (max-width: 1440px) {
  .contacts .c-grid {
    max-width: 1100px;
  }

  .contacts__wrapper-col-2 {
    max-width: 593px;
  }
}

@media screen and (max-width: 1280px) {
  .contacts__wrapper-col-2 {
    max-width: 546px;
  }
}

@media (max-width: 1279px) {
  .page_home .gallery .swiper.swiper--full .swiper-button-next,
  .page_home .gallery .swiper.swiper--full .swiper-button-prev {
    width: 100px;
    height: 370px;
  }
}

@media screen and (max-width: 1279px) {
  .page_home .gallery .swiper.swiper--full .swiper-slide p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .contacts .c-grid {
    max-width: 990px;
  }
}

@media screen and (max-width: 1023px) {
  .section-header .subheader__nav a:not(:last-of-type) {
    margin-right: 24px;
  }
}

@media screen and (max-width: 991px) {
  .contacts .c-grid {
    max-width: 860px;
  }

  .contacts__wrapper-col-2 {
    max-width: 420px;
  }
}

@media (max-width: 768px) {
  .section-header-wrap {
    min-height: 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .section-header .center {
    margin: 0;
    width: 100%;
  }

  .section-header {
    min-height: 72px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .section-header__modal-text {
    padding: 20px 60px 20px 30px;
  }

  .section-header .container {
    width: 100%;
  }

  .section-header[data-cta="true"]__logo {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .section-header[data-layout="partnership"] .section-header__logo-rightSide-buttons {
    display: none;
  }

  .section-header[data-subheader="true"] .section-header__logo-menu-wrap {
    top: 69px;
  }

  .section-header__logo-rightSide-buttons a.button-solid:first-of-type {
    display: none;
  }

  .section-header__logo-menu-wrap {
    position: fixed;
    top: 72px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 9900;
    margin-left: 0;
  }

  .section-header__logo-menu-wrap:not(.open) {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }

  .section-header__logo-menu-wrapNav.open .section-header__logo-menu-wrapNav-mobile {
    display: block;
  }

  .section-header__logo-menu-wrapNav > ul > li .sub-menu {
    pointer-events: all;
    opacity: 1;
  }

  .section-header__logo-menu-wrapNav > ul > li > a {
    padding: 5px;
  }

  .section-header__logo-menu-wrapNav > ul > li .sub-menu {
    width: 100%;
    background: transparent;
  }

  .section-header__logo-menu-wrapNav > ul > li .sub-menu a {
    color: #fff;
  }

  .section-header__logo-menu-wrapNav {
    position: absolute;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    top: 0;
    width: 100%;
    bottom: 0;
    background: #21409a;
    padding: 20px 0 100px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
    height: calc(100vh - 72px);
  }

  .section-header__logo-menu-wrapNav > ul {
    display: block;
  }

  .section-header__logo-menu-wrapNav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    width: 100%;
  }

  .section-header__logo-menu-wrapNav ul > li {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 20px;
    margin: 0 0 12px;
    height: auto;
  }

  .section-header__logo-menu-wrapNav ul > li.open {
    margin: 0;
  }

  .section-header__logo-menu-wrapNav ul > li .sub-menu {
    position: relative;
    top: 0 !important;
    width: calc(100% - 32px);
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 20px;
    margin: 12px 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .section-header__logo-menu-wrapNav ul > li .sub-menu ul {
    padding: 0;
  }

  .section-header__logo-menu-wrapNav ul > li .sub-menu a:after {
    display: none;
  }

  .section-header__logo-menu-wrapNav ul > li .sub-menu li {
    display: block;
    padding: 0;
    margin: 0 0 8px;
  }

  .section-header__logo-menu-wrapNav ul > li .sub-menu li:last-of-type {
    margin: 0;
  }

  .section-header__logo-menu-wrapNav ul > li .item a {
    padding: 0;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    height: auto;
    display: block;
    font-size: 20px;
    line-height: 24px;
  }

  .section-header__logo-menu-wrapNav ul > li.menu-item-has-children .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .section-header__logo-menu-wrapNav ul > li.menu-item-has-children.open span.arrow-down {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .section-header__logo-menu-wrapNav ul > li.menu-item-has-children span.arrow-down {
    display: block;
    height: 20px;
    width: 20px;
    background: url("../images/menu-arrow-down.svg") center no-repeat;
    z-index: 15;
    margin-left: 8px;
  }

  .hide-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .section-header__logo-menu-wrapNav ul > li {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .boxes_wrapper {
    grid-template-columns: 1fr;
  }

  .page_home_about {
    grid-template-columns: 1fr;
  }

  .page_home .gallery {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }

  .page_home .gallery .swiper.swiper--full .swiper-button-prev {
    background-image: inherit;
  }

  .page_home .gallery .swiper.swiper--full .swiper-button-next {
    background-image: inherit;
  }

  .page_home .gallery .swiper.swiper--full .swiper-slide {
    width: 100% !important;
    height: 350px !important;
    pointer-events: none;
  }

  .page_home .gallery .swiper.swiper--full .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .page_home .gallery .swiper.swiper--full .swiper-slide:last-of-type p {
    padding-bottom: 0;
  }

  .page_home_promote {
    grid-template-columns: 1fr;
  }

  .posts_grid.small {
    grid-template-columns: 1fr;
  }

  .posts_grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .page_home .gallery .swiper.swiper--full .swiper-slide img {
    height: 100%;
  }

  .page_home .gallery .swiper.swiper--full .swiper-slide p {
    opacity: 1;
    padding-top: 15px;
    padding-bottom: 28px;
  }

  .page_home .gallery .swiper-pagination {
    display: none !important;
  }

  .page_home .gallery-lmore {
    display: block;
  }

  .contacts {
    padding-top: 50px;
    padding-bottom: 35px;
  }

  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .contacts__wrapper-col {
    width: 100%;
    max-width: 100%;
  }

  .contacts__wrapper-col-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .contacts__wrapper-col-2 {
    padding-bottom: 60px;
  }

  .contacts__title {
    font-size: 18px;
  }

  .contacts__form-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .contacts__form-group > div {
    max-width: 100%;
  }

  .contacts__form-field select {
    height: 47px;
    padding: 0 20px;
  }

  .contacts__form-field label input,
  .contacts__form-field label select,
  .contacts__form-field label textarea {
    height: 47px;
    padding: 0 20px;
  }

  .contacts__form-field label textarea {
    height: 160px;
    padding: 20px;
  }

  .contacts__info {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

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

  .с-modal.modalGallery .c-modal__body > div:nth-of-type(1),
  .с-modal.modalGallery .c-modal__body > div:nth-of-type(3) {
    position: absolute;
    top: 0;
    width: 40px;
  }

  .с-modal.modalGallery .c-modal__body > div:nth-of-type(2) {
    width: 100%;
  }

  .с-modal.modalGallery .c-modal__body > div:nth-of-type(1) {
    left: 0;
  }

  .с-modal.modalGallery .c-modal__body > div:nth-of-type(3) {
    right: 0;
  }

  .с-modal.modalGallery .gallerySlider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .section-header .subheader__wrapper:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(69.27%, #F6F7FA), to(rgba(251, 251, 251, 0)));
    background: -webkit-linear-gradient(right, #F6F7FA 69.27%, rgba(251, 251, 251, 0) 100%);
    background: -o-linear-gradient(right, #F6F7FA 69.27%, rgba(251, 251, 251, 0) 100%);
    background: linear-gradient(270deg, #F6F7FA 69.27%, rgba(251, 251, 251, 0) 100%);
  }

  .section-header .subheader__wrapper-left {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
  }

  .section-header .subheader__nav a {
    height: 64px;
  }

  .section-header .subheader__nav a:not(:last-of-type) {
    margin-right: 16px;
  }

  .section-header__logo-hamburger {
    display: block;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .с-modal.modalGallery .swiper-slide a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media screen and (max-width: 600px) {
  /* Force table to not be like tables anymore */

  .woocommerce-page table.shop_table,
  .woocommerce-page table.shop_table thead,
  .woocommerce-page table.shop_table tbody,
  .woocommerce-page table.shop_table th,
  .woocommerce-page table.shop_table td,
  .woocommerce-page table.shop_table tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */

  .woocommerce-page table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    right: -9999px;
  }

  .woocommerce-page table.shop_table tr {
    /*border: 1px solid #d2d3d3; */
  }

  .woocommerce-page table.shop_table td {
    /* Behave  like a "row" */
    border: 1px solid #d2d3d3;
    position: relative;
    padding-right: 30% !important;
  }

  .woocommerce-page table.shop_table {
    border: none;
  }

  .woocommerce-page table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px;
  }

  .woocommerce-page table.shop_table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    right: 6px;
    width: 45%;
    padding-left: 10px;
    white-space: nowrap;
  }

  /*
  Label the data
  */

  .woocommerce-page table.shop_table td.product-remove:before {
    content: "מחק";
  }

  .woocommerce-page table.shop_table td.product-thumbnail:before {
    content: "תמונה";
  }

  .woocommerce-page table.shop_table td.product-name:before {
    content: "מוצר";
  }

  .woocommerce-page table.shop_table td.product-price:before {
    content: "מחיר";
  }

  .woocommerce-page table.shop_table td.product-quantity:before {
    content: "כמות";
  }

  .woocommerce-page table.shop_table td.product-subtotal:before {
    content: "סך הכל";
  }

  .woocommerce-page table.shop_table td.product-total:before {
    content: "סך הכל";
  }

  .woocommerce .quantity,
  .woocommerce #content .quantity,
  .woocommerce-page .quantity,
  .woocommerce-page #content .quantity {
    margin: 0;
  }

  .woocommerce-page table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    text-align: left;
    border: 0;
    padding-left: 6px !important;
  }

  .woocommerce-page table.cart td.actions .button.alt,
  .woocommerce-page #content table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
  }

  .woocommerce-page table.cart td.actions div,
  .woocommerce-page #content table.cart td.actions div,
  .woocommerce-page table.cart td.actions input,
  .woocommerce-page #content table.cart td.actions input {
    margin-bottom: 10px;
  }

  .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
  }

  .woocommerce-page .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals td {
    border: 0 !important;
  }

  .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
  }

  .woocommerce-page table.shop_table tr.cart-subtotal td,
  .woocommerce-page table.shop_table tr.shipping td,
  .woocommerce-page table.shop_table tr.total td,
  .woocommerce-page table.shop_table.order_details tfoot th,
  .woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border: 0 !important;
  }

  .woocommerce-page table.shop_table tbody {
    padding-top: 10px;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }

  .woocommerce .order_details ul,
  .woocommerce-page .order_details ul,
  .woocommerce .order_details,
  .woocommerce-page .order_details {
    padding: 0;
  }

  .woocommerce .order_details li,
  .woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0;
  }
}