@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
button {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  font-family: "Open Sans Hebrew";
  background-color: var(--background-1);
  color: #313131;
}

body.active {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto;
  direction: rtl;
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

#wrapper main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 80px;
}

#wrapper main.hidden {
  overflow: hidden;
}

#wrapper main>.video {
  margin-bottom: -85px;
}

#wrapper footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hide-768 {
  display: block;
}

@media screen and (max-width: 768px) {
  .hide-768 {
    display: none !important;
  }
}

.title {
  font-family: "Open Sans Hebrew";
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  color: var(--text-color-1);
}

.title-2 {
  font-family: "Open Sans Hebrew";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: var(--text-color-1);
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 21px;
  }
}

:root {
  --background-1: #EBE1C2;
  --background-2: #D0404A;
  --background-3: #1E1E1E;
  --background-4: #313131;
  --background-5: #F8F1DD;
  --background-6: #767676;
  --background-7: #484848;
  --background-8: #ffffff;
  --background-9: #ff0000;
  --background-10: #D7676F;
  --text-color-1: #464646;
  --text-color-2: #FFFFFF;
  --text-color-3: #EBE1C2;
  --text-color-4: #265AA8;
  --text-color-5: #15B8B8;
  --text-color-6: #8840D0;
  --text-color-7: #858585;
  --text-color-8: #E2AAAE;
  --text-color-9: #8E8874;
  --text-color-10: #929292;
  --text-color-11: #2E2E2E;
  --border-color1: #CBC5B4;
  --border-color2: #454545;
  --border-color3: #D0C6A9;
}

.btn {
  border: 1px solid #464646;
  min-width: 175px;
  min-height: 41px;
  padding: 10px;
  font-family: "Open Sans Hebrew";
  font-weight: 400;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #464646;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.btn:hover,
.btn:focus {
  background-color: #464646;
  color: #EBE1C2;
}

@media screen and (max-width: 992px) {
  .btn {
    min-height: 35px;
    min-width: 107px;
    font-size: 14px;
  }
}

.btn-white {
  border-color: #EBE1C2;
  color: #fff;
}

.btn-dark {
  border-color: var(--background-1);
  color: var(--text-color-3);
}

.btn-dark:hover,
.btn-dark:focus {
  color: #464646 !important;
  background-color: #EBE1C2;
}

.btn-red {
  border-color: transparent;
  background-color: #D0404A;
  color: #fff;
}

.btn-red:hover,
.btn-red:focus {
  background-color: #AE373F;
  color: #fff;
}

.link-arrow {
  margin-top: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-arrow strong {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color-1);
  position: relative;
  width: 0;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transition-delay: width 0.4s;
  transition-delay: width 0.4s;
}

.link-arrow img {
  width: 15px;
  height: 11px;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-arrow:hover strong {
  width: 100%;
  margin-left: 10px;
  opacity: 1;
}

.breadcums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcums .breadcrumb-item {
  position: relative;
  text-align: center;
}

.breadcums .breadcrumb-item a {
  color: #EBE1C2;
}

.breadcums .breadcrumb-item strong {
  color: #9B9B9B;
}

.breadcums .breadcrumb-item a,
.breadcums .breadcrumb-item strong {
  font-family: "Antic Slab", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
}

.breadcums .breadcrumb-item:not(:first-child) {
  position: relative;
  padding-right: 13px;
  margin-right: 5px;
}

.breadcums .breadcrumb-item:not(:first-child)::before {
  content: "◄";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Antic Slab", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  color: #EBE1C2;
}

@media screen and (max-width: 1024px) {

  .breadcums .breadcrumb-item a,
  .breadcums .breadcrumb-item strong {
    font-size: 16px;
  }

  .breadcums .breadcrumb-item:not(:first-child)::before {
    font-size: 16px;
  }
}

@font-face {
  font-family: "Open Sans Hebrew";
  src: url("../font/OpenSansHebrew-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Hebrew";
  src: url("../font/OpenSansHebrew-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Hebrew";
  src: url("../font/OpenSansHebrew-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Hebrew";
  src: url("../font/OpenSansHebrew-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Hebrew";
  src: url("../font/OpenSansHebrew-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Hebrew";
  src: url("../font/OpenSansHebrew-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Hebrew";
  src: url("../font/OpenSansHebrew-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Hebrew";
  src: url("../font/OpenSansHebrew-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Antic Slab";
  src: url("../font/AnticSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/AnticSlab-Regular.ttf") format("ttf"), url("../font/AnticSlab-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans Hebrew";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/OpenSansHebrew-Bold.ttf") format("ttf"), url("../font/OpenSansHebrew-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/OpenSansHebrew-Regular.ttf") format("ttf"), url("../font/OpenSansHebrew-Regular.woff2") format("woff2");
}

.form-fields .input-field {
  font-family: "Open Sans Hebrew";
}

.form-fields .input-field input {
  height: 35px;
  padding: 10px 15px;
  border: 1px solid #CBC5B4;
  width: 100%;
  color: #464646;
  font-size: 14px;
  line-height: 19px;
  border-radius: 0;
  outline: none;
  font-weight: 400;
  font-family: "Open Sans Hebrew";
  background-color: #F8F1DD;
}

.form-fields .input-field input::-webkit-input-placeholder {
  color: #858585;
}

.form-fields .input-field input::-moz-placeholder {
  color: #858585;
}

.form-fields .input-field input:-ms-input-placeholder {
  color: #858585;
}

.form-fields .input-field input::-ms-input-placeholder {
  color: #858585;
}

.form-fields .input-field input::placeholder {
  color: #858585;
}

.form-fields .input-field input:hover {
  border-color: #858585;
  outline: none;
}

.form-fields .input-field.col-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.form-fields input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form-fields .wpcf7-list-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-fields input[type=checkbox]+span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #858585;
  font-size: 14px;
}

.form-fields input[type=checkbox]+span::before {
  content: "";
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #CBC5B4;
  margin-left: 6px;
}

.form-fields input[type=checkbox]+span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.26667 9.56732L1.1 6.40065C0.966667 6.26732 0.966667 6.03398 1.1 5.86732L1.6 5.36732C1.73333 5.23398 1.96667 5.23398 2.13333 5.36732L4.53333 7.76732L9.86667 2.43398C10 2.30065 10.2333 2.30065 10.4 2.43398L10.9 2.93398C11.0333 3.06732 11.0333 3.30065 10.9 3.46732L4.8 9.56732C4.63333 9.70065 4.4 9.70065 4.26667 9.56732Z' fill='%23D0404A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
}

.form-fields input:checked+span::after {
  opacity: 1;
}

.form-fields textarea {
  resize: none;
  font-size: 13px;
  padding: 10px 15px;
  outline: none;
  background: #F8F1DD;
  border: 1px solid #CBC5B4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 110px;
  width: 100%;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
}

.header {
  min-height: 120px;
}

.header .header__inner {
  background-color: var(--background-1);
  z-index: 6;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header__top {
  padding: 9px 0;
}

.header .header__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color-1);
}

.header .header__top__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header__top__account span {
  line-height: 19px;
  margin-right: 5px;
  border-bottom: 1px solid var(--text-color-1);
}

.header .header__top__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 45%;
}

.header .header__top__contact span {
  padding-right: 4px;
}

.header .header__top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}

.header .header__top__link a {
  padding-right: 3px;
}

.header .header__bottom {
  max-height: 74px;
  background-color: var(--background-2);
  -webkit-box-shadow: 0px 4px 15px rgba(26, 26, 26, 0.2);
  box-shadow: 0px 4px 15px rgba(26, 26, 26, 0.2);
}

.header .header__bottom nav {
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color-2);
}

.header .header__bottom nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .header__bottom nav ul li a {
  margin-right: 15px;
  margin-left: 10px;
  padding: 7px 0px;
  border-bottom: 1px solid var(--background-2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header__bottom nav ul li:hover a {
  color: var(--text-color-8);
  border-bottom: 1px solid var(--text-color-8);
}

.header .header__bottom nav ul li .logo {
  padding: 22px 14px;
  background-color: var(--background-5);
  height: 100%;
}

.header .header__bottom nav ul li .logo img {
  max-width: 172px;
  width: 100%;
  height: 30px;
}

.header .header__bottom nav ul li:first-child a {
  margin-right: 0px;
}

.header .header__bottom nav ul li:last-child a {
  margin-left: 0px;
}

.header .header__bottom nav ul .menu-item-has-children {
  position: relative;
}

.header .header__bottom nav ul .menu-item-has-children a {
  position: relative;
}

.header .header__bottom nav ul .menu-item-has-children a::after {
  position: absolute;
  right: calc(100% + 4px);
  content: url(../images/icon/shevron.svg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 6px;
  width: 9px;
  line-height: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: brightness(200%) grayscale(1);
  filter: brightness(200%) grayscale(1);
}

.header .header__bottom nav ul .menu-item-has-children a::before {
  top: 100%;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 100%;
  height: 20px;
  background: transparent;
}

.header .header__bottom nav ul .menu-item-has-children .sub-menu {
  left: -200%;
  position: absolute;
  top: calc(100% + 19px);
  background: var(--background-1);
  -webkit-box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.25);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3px 1fr 3px 1fr 3px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 3px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header .header__bottom nav ul .menu-item-has-children .sub-menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--background-5);
  width: 140px;
  height: 98px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header__bottom nav ul .menu-item-has-children .sub-menu .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
}

.header .header__bottom nav ul .menu-item-has-children .sub-menu .menu-item a::after {
  display: none;
}

.header .header__bottom nav ul .menu-item-has-children .sub-menu .menu-item img {
  width: 40px;
  height: 40px;
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}

.header .header__bottom nav ul .menu-item-has-children .sub-menu .menu-item span {
  font-family: "Antic Slab", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--text-color-1);
  border-bottom: 1px solid var(--background-5);
}

.header .header__bottom nav ul .menu-item-has-children .sub-menu .menu-item:hover {
  background: var(--background-2);
}

.header .header__bottom nav ul .menu-item-has-children .sub-menu .menu-item:hover span {
  color: var(--text-color-2);
  border-bottom: 1px solid var(--text-color-2);
}

.header .header__bottom nav ul .menu-item-has-children .sub-menu .menu-item:hover img {
  -webkit-filter: brightness(-100%) invert(1);
  filter: brightness(-100%) invert(1);
}

.header .header__bottom nav ul .menu-item-has-children.active a::after,
.header .header__bottom nav ul .menu-item-has-children:hover a::after {
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  -webkit-filter: none;
  filter: none;
}

.header .header__bottom nav ul .menu-item-has-children.active .sub-menu,
.header .header__bottom nav ul .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0s;
  transition: all 0s;
  pointer-events: all;
}

.header .header__bottom .mob__menu {
  display: none;
}

.header .header__bottom .account {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header__bottom .account span {
  line-height: 19px;
  margin-right: 5px;
  border-bottom: 1px solid var(--text-color-1);
}

@media (max-width: 992px) {
  .header {
    min-height: auto;
  }

  .header .header__top {
    display: none;
  }

  .header .header__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header .header__bottom nav ul li .logo {
    max-height: 50px;
    width: 135px;
  }

  .header .header__bottom nav ul li:not(:first-child) {
    display: none;
  }

  .header .header__bottom .account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header .header__bottom .account span {
    display: none;
  }

  .header .header__bottom .mob__menu {
    display: block;
  }

  .header .header__bottom .mob__menu .mob__menu__wrap {
    padding: 30px 15px 80px;
    max-width: 480px;
    width: 100%;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    position: absolute;
    right: -500px;
    top: 50px;
    background: var(--background-1);
    -webkit-box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.25);
  }

  .header .header__bottom .mob__menu .mob__menu__wrap ul li a {
    padding: 19px 0;
    border-bottom: 1px solid var(--border-color3);
  }

  .header .header__bottom .mob__menu .mob__menu__wrap ul li a span {
    font-family: "Open Sans Hebrew";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
  }

  .header .header__bottom .mob__menu .mob__menu__wrap ul li a:hover {
    color: var(--background-2);
  }

  .header .header__bottom .mob__menu .mob__menu__wrap .sub-menu {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }

  .header .header__bottom .mob__menu .mob__menu__wrap .sub-menu .menu-item a {
    padding: 16px 15px;
    margin-bottom: 3px;
    background: var(--background-5);
  }

  .header .header__bottom .mob__menu .mob__menu__wrap .sub-menu .menu-item a::after {
    display: none;
  }

  .header .header__bottom .mob__menu .mob__menu__wrap .sub-menu.active {
    height: unset;
    opacity: 1;
    visibility: visible;
  }

  .header .header__bottom .mob__menu .mob__menu__wrap .menu-item-has-children {
    position: relative;
  }

  .header .header__bottom .mob__menu .mob__menu__wrap .menu-item-has-children a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }

  .header .header__bottom .mob__menu .mob__menu__wrap .menu-item-has-children a span {
    width: 100%;
    padding-right: 7px;
  }

  .header .header__bottom .mob__menu .mob__menu__wrap .menu-item-has-children a::after {
    position: absolute;
    left: 0;
    content: url(../images/icon/shevron.svg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 6px;
    width: 9px;
    line-height: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-filter: brightness(-200%) grayscale(1);
    filter: brightness(-200%) grayscale(1);
  }

  .header .header__bottom .mob__menu .mob__menu__wrap .menu-item-has-children a.active,
  .header .header__bottom .mob__menu .mob__menu__wrap .menu-item-has-children a:hover {
    border-bottom: none;
  }

  .header .header__bottom .mob__menu .mob__menu__wrap .menu-item-has-children a.active::after,
  .header .header__bottom .mob__menu .mob__menu__wrap .menu-item-has-children a:hover::after {
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
    -webkit-filter: brightness(40%) grayscale(0.15) saturate(1000%);
    filter: brightness(40%) grayscale(0.15) saturate(1000%);
  }

  .header .header__bottom .mob__menu .mob__menu__wrap.active {
    right: 0;
  }
}

.footer {
  background: var(--background-3);
  width: 100%;
  color: var(--text-color-9);
  position: relative;
}

.footer h3 {
  color: var(--text-color-3);
  font-family: "Antic Slab", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
}

.footer .footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer__links .link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .footer__links .link__list h3 {
  margin-top: 80px;
  margin-bottom: 40px;
}

.footer .footer__links .link__list ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
}

.footer .footer__links .link__list ul li a:hover {
  text-decoration: underline;
}

.footer .footer__links .link__list .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .footer__links .link__list .contact span {
  font-family: "Open Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
}

.footer .footer__links .link__list .contact span a:hover {
  text-decoration: underline;
}

.footer .footer__links .link__list .social {
  margin-bottom: 28px;
}

.footer .footer__links .link__list .social a {
  margin-left: 10px;
}

.footer .footer__bottom {
  padding: 36px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer__bottom a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: var(--text-color-5);
}

.footer .footer__bottom .text p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color:#fff;
}

.footer .footer__bottom .scroll-top {
  display: none;
}

.footer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 110px;
  width: 100%;
  background: var(--border-color2);
}

@media (max-width: 767px) {
  .footer .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-bottom: 326px;
  }

  .footer .footer__links .link__list {
    width: 100%;
  }

  .footer .footer__links .link__list h3 {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .footer .footer__links .link__list ul {
    width: 100%;
  }

  .footer .footer__links .link__list ul li {
    width: 100%;
  }

  .footer .footer__links .link__list ul li a {
    width: 100%;
    border-bottom: 1px solid var(--text-color-9);
  }

  .footer .footer__links .link__list .contact__wrap {
    bottom: 0;
    position: absolute;
  }

  .footer .footer__links .link__list .contact span:last-child {
    margin-bottom: 30px;
  }

  .footer .footer__bottom {
    padding: 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer .footer__bottom .text {
    margin-bottom: 20px;
  }

  .footer .footer__bottom .logo {
    margin-bottom: 20px;
  }

  .footer .footer__bottom .scroll-top {
    margin-top: 45px;
    display: block;
  }

  .footer::after {
    bottom: 315px;
  }
}

.add-coments {
  padding-top: 50px;
}

.add-coments .title-2 {
  margin-bottom: 25px;
}

.add-coments .form-fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.add-coments .form-fields .input-field input {
  height: 50px;
  padding: 15px 20px;
}

.add-coments .form-fields textarea {
  padding: 15px 20px;
  min-height: 190px;
}

.add-coments .button-field {
  margin-top: 20px;
}

.add-coments .button-field .btn {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .add-coments .input-field {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .add-coments .btn {
    height: 35px;
  }
}

.about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-us__img {
  width: 100%;
  max-width: 200px;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}

.about-us__img-main {
  width: 100%;
  height: 100%;
  max-height: 200px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.about-us__img-main img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-us__img-circle {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 200px;
  height: 200px;
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
}

.about-us__img-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-us__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #313131;
  width: 100%;
  min-height: 160px;
  font-weight: 400;
  font-size: 21px;
  line-height: 150%;
  color: #EBE1C2;
  font-family: "Antic Slab", sans-serif;
  padding: 30px 10px 10px;
}

.about-us__card-icon {
  margin-bottom: 15px;
  height: 36px;
  width: 43px;
}

.about-us__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-us__card:not(:last-child) {
  margin-bottom: 15px;
}

.about-us__card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .about-us {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px 4px;
  }

  .about-us__img {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin: 0 auto;
  }

  .about-us__card {
    width: 100%;
    min-height: 140px;
    font-size: 14px;
  }

  .about-us__card:not(:last-child) {
    margin-bottom: 0;
  }

  .about-us__card-icon {
    height: 22px;
    width: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about__img {
  margin-bottom: 20px;
}

.about__img img {
  max-width: 100%;
}

.about__blockquote {
  background: #F8F1DD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #464646;
  position: relative;
  margin-bottom: 60px;
}

.about__blockquote p {
  max-width: 435px;
  margin-bottom: 42px;
  z-index: 3;
  text-align: center;
}

.about__blockquote strong {
  position: relative;
  font-weight: 700;
  font-size: 16px;
}

.about__blockquote strong::before {
  content: "";
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 40px;
  height: 2px;
  background: #D0404A;
}

.about__blockquote::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 37px;
  width: 47px;
  height: 37px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='38' viewBox='0 0 48 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.25 18.1777H4.83813C5.19821 15.7798 6.05447 13.4833 7.3522 11.4349C8.64994 9.38655 10.3606 7.63137 12.375 6.28148L15.8431 3.95648L13.7119 0.740234L10.2437 3.06523C7.32448 5.01063 4.93056 7.64657 3.27443 10.7391C1.6183 13.8317 0.751176 17.2853 0.75 20.7934V33.6777C0.75 34.7054 1.15826 35.6911 1.88496 36.4178C2.61166 37.1445 3.59729 37.5527 4.625 37.5527H16.25C17.2777 37.5527 18.2633 37.1445 18.99 36.4178C19.7167 35.6911 20.125 34.7054 20.125 33.6777V22.0527C20.125 21.025 19.7167 20.0394 18.99 19.3127C18.2633 18.586 17.2777 18.1777 16.25 18.1777Z' fill='%23DCD5C1'/%3E%3Cpath d='M43.375 18.1777H31.9631C32.3232 15.7798 33.1795 13.4833 34.4772 11.4349C35.7749 9.38655 37.4856 7.63137 39.5 6.28148L42.9681 3.95648L40.8563 0.740234L37.3687 3.06523C34.4495 5.01063 32.0556 7.64657 30.3994 10.7391C28.7433 13.8317 27.8762 17.2853 27.875 20.7934V33.6777C27.875 34.7054 28.2833 35.6911 29.01 36.4178C29.7367 37.1445 30.7223 37.5527 31.75 37.5527H43.375C44.4027 37.5527 45.3883 37.1445 46.115 36.4178C46.8417 35.6911 47.25 34.7054 47.25 33.6777V22.0527C47.25 21.025 46.8417 20.0394 46.115 19.3127C45.3883 18.586 44.4027 18.1777 43.375 18.1777Z' fill='%23DCD5C1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.about__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 26px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 26px;
  margin-bottom: 60px;
}

.about__list li {
  position: relative;
  padding-right: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #464646;
  display: block;
  max-width: 250px;
}

.about__list li::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #D0404A;
  border-radius: 50%;
}

.about__article.light {
  padding: 58px 50px;
  background: #F8F1DD;
  color: #464646;
  margin-bottom: 10px;
}

.about__article.dark {
  padding: 58px 50px;
  background: #1E1E1E;
  color: #EBE1C2;
  margin-bottom: 10px;
}

.about__article h2 {
  font-family: "Antic Slab";
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #464646;
  margin-bottom: 30px;
}

.about__article p {
  margin-top: 5px;
  max-width: 600px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.about__article p:not(:last-of-type) {
  margin: 5px 0 20px 0;
}

.about__article p+img {
  margin-top: -15px;
  margin-bottom: 30px;
  max-width: 100%;
}

.about__article.simple {
  margin: 50px 0;
}

.about__article.simple h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}

.about__article.simple p {
  max-width: 513px;
}

.about__article.simple.light,
.about__article.simple.dark {
  margin: 20px 0;
}

.about .video-container {
  max-width: 100%;
}

.about .video {
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 12px;
}

.about .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.about__song {
  font-family: "Antic Slab";
  margin: 60px 0;
}

.about__song h3 {
  margin: 0 0 30px 0;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  color: #464646;
}

.about__song-text {
  font-family: "Open Sans Hebrew";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #464646;
  margin-bottom: 35px;
}

.about__song p {
  font-family: "Open Sans Hebrew";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #464646;
}

.about__research {
  margin: 60px 0;
}

.about__research .title {
  margin-bottom: 30px;
}

.about__research h3 {
  font-style: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Antic Slab";
}

.about__research p {
  font-size: 14px;
  color: #858585;
  font-family: "Antic Slab";
}

.about__research-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 17px 1fr 17px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 17px;
}

.about__research-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 200px;
  background: #F8F1DD;
  padding: 35px 20px 35px 18px;
}

.about__research-item a {
  margin-top: auto;
}

@media screen and (max-width: 992px) {
  .about__img {
    margin-bottom: 15px;
  }

  .about__blockquote {
    padding: 40px 14px 45px 14px;
    margin-bottom: 35px;
    font-size: 14px;
  }

  .about__blockquote strong {
    font-size: 14px;
  }

  .about__blockquote::before {
    position: static;
    margin-bottom: 19px;
  }

  .about__article h2 {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .about__article p {
    font-size: 14px;
  }

  .about__article.light,
  .about__article.dark {
    padding: 30px 20px;
  }

  .about__article.simple h3 {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .about__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 35px;
  }

  .about__list li {
    font-size: 14px;
  }

  .about__research {
    margin: 60px 0 0 0;
  }

  .about__research-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .about__research h3 {
    font-size: 14px;
  }

  .about__song {
    margin: 40px 0;
  }

  .about__song h3 {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 25px;
  }

  .about__song-text {
    font-size: 14px;
    line-height: 21px;
  }
}

.calendar .title,
.calendar .title-3 {
  text-align: center;
  font-family: "Open Sans Hebrew";
  margin: 0 auto;
  color: #464646;
}

.calendar .title {
  max-width: 710px;
  font-weight: 700;
  margin-bottom: 25px;
}

.calendar .title-3 {
  max-width: 530px;
  margin-bottom: 45px;
}

.calendar .tribe-common-l-container.tribe-events-l-container {
  padding-top: 0;
  padding-bottom: 0;
}

.calendar .tribe-events .tribe-events-c-subscribe-dropdown__container {
  display: none;
}

.calendar .tribe-events-calendar-month__body {
  background-color: #EEE6CD;
}

.calendar .tribe-events .tribe-events-header__top-bar {
  background-color: #D0404A;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calendar .tribe-events-header {
  background-color: #D0404A;
  margin: 0;
  padding: 0;
}

.calendar .tribe-events-header__top-bar {
  padding: 12px 12px 12px 29px;
}

.calendar .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell--desktop {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  visibility: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.calendar .tribe-events .tribe-events-c-top-bar__nav-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.calendar .tribe-events-c-top-bar__nav.tribe-common-a11y-hidden {
  display: block !important;
  visibility: visible;
}

.calendar .tribe-events .tribe-events-c-top-bar__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  min-width: 140px;
  height: 46px;
  background: #FFFFFF;
  color: #464646;
  padding: 10px 20px;
  font-family: "Open Sans Hebrew";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.calendar .tribe-events .tribe-events-c-top-bar__nav-link:disabled {
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  background-color: rgba(248, 241, 221, 0.7);
}

.calendar .tribe-common .tribe-common-c-btn-icon:before {
  content: attr(aria-label);
  color: #464646;
  padding-left: 15px;
}

.calendar .tribe-events-c-top-bar__nav-link--next::before {
  padding: 0 15px 0 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.calendar .tribe-events .tribe-events-c-top-bar__datepicker {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.calendar .tribe-events .tribe-events-c-top-bar__datepicker-button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #FFFFFF;
  font-family: "Antic Slab";
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}

.calendar .tribe-events .tribe-events-c-top-bar__today-button {
  margin-right: auto;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: end;
  color: #FFFFFF;
  font-family: "Antic Slab";
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  padding: 0 0 0 10px;
}

.calendar .tribe-events .tribe-events-header__events-bar {
  display: none;
}

.calendar .tribe-events-calendar-month__header-row {
  background: #464646;
  color: #FFFFFF;
}

.calendar .tribe-events-calendar-month__header-column {
  padding: 14px 10px;
}

.calendar .tribe-events .tribe-events-calendar-month__day {
  aspect-ratio: unset;
  min-height: 1px;
}

.calendar .tribe-events .tribe-events-calendar-month__events {
  flex: unset;
  margin-top: auto;
}

.calendar .tribe-events .tribe-events-calendar-month__header-column-title {
  text-align: center;
}

.calendar .tribe-events .tribe-events-calendar-month__header-column-title-desktop,
.calendar .tribe-events-calendar-month__header-column-title-mobile {
  color: #fff;
  font-weight: 400;
}

.calendar .tribe-events .tribe-events-calendar-month__body {
  border-color: #DFD6BB;
}

.calendar .tribe-events-calendar-month__day-date .tribe-common-h4,
.calendar .tribe-events .tribe-events-calendar-month__day-date-daynum {
  font-family: "Open Sans Hebrew";
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
}

.calendar .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date,
.calendar .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-link {
  color: #D0404A;
  opacity: 1;
}

.calendar .tribe-events .tribe-events-calendar-month__day-date {
  padding: 7px 4px 7px 10px;
}

.calendar .tribe-events-calendar-month__day--past-month .tribe-events-calendar-month__day-date-daynum,
.calendar .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
  color: #7D755C;
}

.calendar .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.calendar .tribe-events-calendar-month__day-date-daynum,
.calendar .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link,
.calendar .tribe-events .tribe-events-calendar-month__day-date-link {
  color: #D0404A;
}

.calendar .tribe-events-calendar-month__day--past-month,
.calendar .tribe-events-calendar-month__day--next-month {
  position: relative;
}

.calendar .tribe-events-calendar-month__day--past-month::before,
.calendar .tribe-events-calendar-month__day--next-month::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(248, 241, 221, 0.7);
  z-index: 3;
}

.calendar .tribe-events-calendar-month__week:last-child .tribe-events-calendar-month__day {
  border-bottom-color: transparent;
}

.calendar .tribe-events .tribe-events-calendar-month__day {
  border-color: #DFD6BB;
}

.calendar .tribe-events .tribe-events-calendar-month__calendar-event {
  background-color: #F8F1DD;
  padding: 7px 4px;
}

.calendar .tribe-events-calendar-month__events article {
  background-color: #F8F1DD;
  padding: 7px;
  /*   min-height: 44px; */
  margin: 0 2px;
}

.calendar .tribe-events .tribe-events-calendar-month__multiday-event-hidden-title,
.calendar .tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  white-space: normal;
  word-wrap: break-word;
}

.calendar .tribe-events .tribe-events-calendar-month__multiday-event--width-2 .tribe-events-calendar-month__multiday-event-bar {
  width: 100%;
}

.calendar .tribe-events-calendar-month__events article:not(:first-child) {
  margin-top: 2px;
}

.calendar .tribe-events-calendar-month__multiday-event-bar-inner {
  padding: 0;
}

.calendar .tribe-events-calendar-month__multiday-event-bar {
  background: transparent;
}

.calendar .tribe-events .tribe-events-calendar-month__calendar-event-title,
.calendar .tribe-events-calendar-month__calendar-event-datetime,
.calendar .tribe-events-calendar-month__multiday-event-bar-inner,
.calendar .tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  font-weight: 400;
  font-family: "Open Sans Hebrew";
  font-size: 12px;
  line-height: 125%;
  background: transparent;
}

.calendar .tribe-common .tribe-common-c-btn-border-small,
.calendar .tribe-common a.tribe-common-c-btn-border-small {
  width: auto !important;
}

.calendar .tribe-events-calendar-month__header-column-title {
  text-align: center;
}

.calendar .tribe-events .tribe-events-calendar-month__day {
  border: solid #DFD6BB;
  border-width: 0px 1px 1px 0px;
}

.calendar .tribe-events .tribe-events-calendar-month__day:first-child {
  border-right: none;
}

.calendar .tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden {
  display: block !important;
  visibility: visible;
}

.calendar .tribe-events-c-top-bar__datepicker-mobile,
.calendar .tribe-events-calendar-month__day-cell--mobile,
.calendar .tribe-events-calendar-month-mobile-events {
  display: none;
}

.calendar .tribe-events .tribe-events-calendar-month__day {
  padding: 0;
  z-index: 1;
}

.calendar .tribe-events-calendar-month__day-cell {
  position: relative;
  z-index: 2;
}

.calendar .tribe-events-calendar-month__calendar-event {
  cursor: pointer;
}

.calendar .tribe-events-calendar-month__calendar-event:hover .tribe-events-calendar-month__calendar-event-tooltip-template {
  opacity: 1;
  pointer-events: all;
}

.calendar .tribe-events-calendar-month__calendar-event-tooltip-template {
  display: block !important;
  visibility: visible;
  position: absolute;
  z-index: 5;
  bottom: calc(100% + 15px);
  left: 35px;
  width: 208px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 10px 15px;
  transition: all .4s linear;
  opacity: 0;
  pointer-events: none;
}

.calendar .tribe-events-calendar-month__calendar-event-tooltip-template::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(100% - 1px);
  left: 35px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 12px solid #fff;
}

.calendar .tribe-events-calendar-month__calendar-event-tooltip-template::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -15px;
  background-color: transparent;
}

.calendar .tribe-events-calendar-month__calendar-event-tooltip-template .tribe-events-calendar-month__calendar-event-tooltip {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
}

.calendar .tribe-events-calendar-month__calendar-event-tooltip-template .tribe-events-calendar-month__calendar-event-tooltip-title {
  margin-bottom: 0;
  font-size: 16px;
  color: #D0404A;
}

.calendar .tribe-events-calendar-month__calendar-event-tooltip-template .tribe-events-calendar-month__calendar-event-tooltip-datetime {
  margin-top: 15px;
  margin-bottom: 0;
}

.calendar .tribe-events-calendar-month__calendar-event-tooltip-template .tribe-events-calendar-month__calendar-event-tooltip-datetime time {
  font-size: 12px;
  color: #464646;
}

.calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
  margin-bottom: 0;
  height: auto;
}

.calendar .tribe-events .tribe-events-calendar-month__day {
  overflow: visible !important;
}

.calendar .tribe-events-calendar-month__day-cell--mobile {
  display: none !important;
}


@media screen and (max-width: 768px) {

  .calendar .tribe-events-calendar-month__calendar-event-tooltip-template {
    display: none !important;
  }

  .calendar .tribe-events-header__top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 18px 0 0 0;
  }

  .calendar .tribe-events .tribe-events-calendar-month__day {
    padding-top: var(--grid-width-1-of-7);
  }

  .calendar .tribe-events-c-top-bar__nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .calendar .tribe-events-calendar-month__day-cell--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .calendar .tribe-events-c-top-bar__datepicker {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 18px;
    background: #D0404A;
    padding: 0 10px 10px 10px;
    margin: 0;
  }

  .calendar .tribe-events-c-top-bar__today-button {
    width: 50% !important;
    background: #D0404A;
    text-align: left;
    height: 44px;
    padding: 10px !important;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .calendar .tribe-events-c-top-bar__datepicker-desktop,
  .calendar .tribe-events-c-top-bar__today-button {
    font-family: "Antic Slab";
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .calendar .tribe-events-c-top-bar__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .calendar .tribe-events-c-top-bar__nav-list-item {
    width: calc(50% - 2px);
  }

  .calendar .tribe-events-c-top-bar__nav-list-item .tribe-events-c-top-bar__nav-link {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    font-size: 14px;
    line-height: 150%;
    padding: 10px 8px;
  }

  .calendar .tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg,
  .calendar .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg {
    width: 8px;
  }

  .calendar .tribe-events-c-top-bar__nav {
    background-color: #EBE1C2;
  }

  .calendar .tribe-events-c-top-bar__nav-list {
    gap: 4px;
  }

  .calendar .tribe-events-calendar-month__header-column:nth-child(odd) {
    background-color: #767676;
  }

  .calendar .tribe-events-calendar-month__header-column-title-mobile {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
  }

  .calendar .tribe-events-calendar-month__header-column {
    border-right: 1px solid #DFD6BB;
  }

  .calendar .tribe-events-calendar-month__header:last-child {
    border-right: none;
  }

  .calendar .tribe-events-c-top-bar__nav-list-item {
    padding-right: 0px;
  }

  .calendar .tribe-events-header {
    padding: 0;
    margin: 0 0 10px 0;
  }

  .calendar .tribe-events .tribe-events-l-container {
    padding: 0;
  }

  .calendar .tribe-events .tribe-events-calendar-month__mobile-events-icon--event,
  .calendar .tribe-events .tribe-events-calendar-month__mobile-events-icon--featured {
    display: none;
  }

  .calendar .tribe-events-calendar-month-nav.tribe-events-c-nav {
    display: none;
  }

  .calendar .tribe-events-calendar-month__mobile-events-icon {
    margin-right: 4px;
  }

  .calendar .tribe-events-c-day-marker__date {
    font-family: "Open Sans Hebrew";
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    color: #464646;
    margin-bottom: 20px;
  }

  .calendar .tribe-events-c-day-marker__date .tribe-events-c-day-marker__date {
    position: relative;
  }

  .calendar .tribe-events-c-day-marker__date .tribe-events-c-day-marker__date::before {
    content: ":";
    position: relative;
  }

  .calendar .tribe-events-c-messages__message {
    background-color: #F8F1DD;
    padding: 46px 20px 35px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }

  .calendar .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event {
    background-color: #F8F1DD;
    min-height: 159px;
    padding: 46px 20px 35px 20px;
    position: relative;
  }

  .calendar .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-title-link {
    font-weight: 400;
    font-family: "Antic Slab";
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #464646;
    padding-bottom: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 46px 20px 35px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calendar .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-title-link::after {
    content: "";
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11' fill='none'%3E%3Cpath d='M4.88359 0.115234L6.09878 1.36817L3.28211 4.24524L15 4.25726L14.9983 6.02503L3.31251 6.01301L6.08172 8.86815L4.86076 10.1152L0 5.10358L4.88359 0.115234Z' fill='%23D0404A'/%3E%3C/svg%3E");
    width: 15px;
    height: 11px;
    margin-top: auto;
  }

  .calendar .tribe-events-calendar-month-mobile-events__mobile-event-title {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .calendar .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
    font-family: "Antic Slab";
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #858585;
    position: absolute;
    bottom: 40%;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 0 20px;
  }

  .calendar .tribe-events-calendar-month__day {
    border: solid #DFD6BB;
    border-width: 0 1px 1px 0 !important;
  }

  .calendar .tribe-events-calendar-month {
    border-bottom: 1px solid #DFD6BB;
  }

  .calendar .tribe-events-calendar-month__day--current {
    background-color: #D0404A;
  }

  .calendar .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-daynum {
    color: #fff !important;
  }

  .calendar .tribe-events-calendar-month-mobile-events__mobile-event-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact-us {
  background-color: #F8F1DD;
}

.contact-us .title-2 {
  margin-bottom: 30px;
}

.contact-us .form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.contact-us .button-field {
  margin-top: 10px;
}

.contact-us .btn {
  min-width: 100%;
}

.contact-us-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 85px;
}

.contact-us-container .contact-us {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 71px 60px;
  display: -ms-grid;
  display: grid;
}

.contact-us-container .contact-us .title-2 {
  margin: 31px 0 35px 0;
}

.contact-us-container .contact-us .button-field {
  margin-right: auto;
}

.contact-us-container .contact-us .button-field .btn {
  min-width: 147px;
}

.contact-us-container .about-us {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .contact-us .btn {
    min-width: 155px;
    height: 35px;
  }

  .contact-us .title-2 {
    font-size: 14px;
  }

  .contact-us-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 60px;
  }

  .contact-us-container .about-us {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }

  .contact-us-container .contact-us {
    background-color: transparent;
    padding: 0;
    width: 100%;
  }

  .contact-us-container .contact-us .title-2 {
    margin: 20px 0 30px 0;
  }
}

.coments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
}

.coments>.title-2 {
  margin-bottom: 25px;
  color: #464646;
}

.coments>.title-2 span {
  margin-left: 3px;
}

.coments .coments-item {
  padding: 35px 35px 35px 31px;
  background-color: #E3D9BB;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 54px 15px 1fr;
  grid-template-columns: 54px 1fr;
  grid-gap: 15px;
}

.coments .coments-item:nth-child(2n) {
  background-color: #F8F1DD;
}

.coments .coments-item__img {
  width: 54px;
  height: 54px;
}

.coments .coments-item__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.coments .coments-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.coments .coments-item__name {
  font-family: "Antic Slab", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #464646;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coments .coments-item__name::after {
  content: "";
  position: relative;
  margin: 2px 15px 0 15px;
  width: 1px;
  height: 14px;
  background: #858585;
}

.coments .coments-item__date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #858585;
  font-family: "Open Sans Hebrew";
}

.coments .coments-item__date::before {
  content: "";
  position: relative;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='14' height='14' fill=''/%3E%3Cpath d='M0.583333 1.75V4.08333H13.4167V1.75' fill='%23858585'/%3E%3Cpath d='M10.5 1.16667V0H9.91667V1.16667H4.08333V0H3.5V1.16667H0V14H14V1.16667H10.5ZM13.4167 13.4167H0.583333V4.66667H13.4167V13.4167ZM13.4167 4.08333H0.583333V1.75H3.5V2.91667H4.08333V1.75H9.91667V2.91667H10.5V1.75H13.4167V4.08333Z' fill='%23858585'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.coments .coments-item__text p {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Open Sans Hebrew";
  font-weight: 400;
  color: #464646;
}

.coments+.add-coments {
  border-top: 2px solid #F8F1DD;
}

@media screen and (max-width: 768px) {
  .coments>.title-2 {
    margin-bottom: 20px;
  }

  .coments .coments-item {
    padding: 25px 25px 25px 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .coments .coments-item__header {
    margin-bottom: 10px;
  }
}

.hero .hero__inner {
  position: relative;
  width: 100%;
  min-height: 545px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  -webkit-animation: animateBG 95s ease infinite;
  animation: animateBG 95s ease infinite;
  background-size: cover;
}

.hero .hero__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.hero .hero__bg img,
.hero .hero__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero .hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero .hero__content {
  width: 100%;
  max-width: 525px;
  margin-left: 113px;
}

.hero .hero__content .hero__content-title {
  margin-bottom: 26px;
}

.hero .hero__content .hero__content-title h1 {
  font-family: "Antic Slab", sans-serif;
  font-weight: 400;
  font-size: 21px;
  color: var(--text-color-3);
}

.hero .hero__content .hero__content-subtitle {
  margin-bottom: 25px;
}

.hero .hero__content .hero__content-subtitle h2 {
  font-family: "Antic Slab", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: var(--text-color-3);
}

.hero .hero__content .hero__content-text {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color-3);
}

.hero .hero__content .hero__content-buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.hero .hero__content .hero__content-buttons .hero__content-button .btn {
  width: 100%;
  min-width: 0;
}

.hero .hero__content .hero__content-footer {
  position: relative;
  z-index: 2;
  background: var(--background-1);
  padding: 25px 29px;
}

.hero .hero__content .hero__content-footer-title {
  font-family: "Antic Slab", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: var(--text-color-1);
  margin-bottom: 20px;
}

.hero .hero__content .hero__content-footer-text {
  font-family: "Antic Slab", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color-1);
  margin-bottom: 20px;
}

.hero .hero__content .hero__content-footer-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero .hero__content .hero__content-footer-img {
  position: absolute;
  z-index: -1;
  left: -14px;
  bottom: -118px;
  width: 197px;
  height: 197px;
}

.hero .hero__content .hero__content-footer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero .hero__img {
  width: 100%;
  max-width: 472px;
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.hero .hero__img-main {
  width: 100%;
  height: 100%;
  max-width: 427px;
}

.hero .hero__img-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero .hero__img-circle {
  position: absolute;
  z-index: -1;
  top: -59px;
  left: -304px;
  width: 100%;
  width: 556px;
  height: 556px;
}

.hero .hero__img-circle:hover img {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.hero .hero__img-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
}

@media screen and (max-width: 992px) {
  .hero .hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 114px;
  }

  .hero .hero__content {
    margin-left: 0;
  }

  .hero .hero__content .hero__content-footer-button .btn {
    min-width: 106px;
    min-height: 35px;
    font-size: 14px;
  }

  .hero .hero__content .hero__content-footer-img {
    left: -97px;
  }

  .hero .hero__img {
    margin-top: 45px;
  }

  .hero .hero__img-main {
    margin: 0 auto;
  }

  .hero .hero__img-main img {
    max-height: 305px;
  }

  .hero .hero__img-circle {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 20px;
    width: 330px;
    height: 330px;
  }

  .hero .hero__content .hero__content-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 21px;
  }

  .hero .hero__content-subtitle {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
  }

  .hero .hero__content .hero__content-text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }

  .hero .hero__content .hero__content-buttons {
    grid-gap: 6px;
  }

  .hero .hero__content .hero__content-buttons .hero__content-button .btn {
    font-size: 14px;
    padding: 10px 3px;
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animateBG {
  0% {
    background-position: -50% -50%;
  }

  100% {
    background-position: 50% 50%;
  }
}

@keyframes animateBG {
  0% {
    background-position: -50% -50%;
  }

  100% {
    background-position: 50% 50%;
  }
}

.info .info__inner {
  margin-top: 85px;
}

.info .info__wrapper {
  background-color: var(--background-3);
  padding: 85px 135px;
}

.info .info__title {
  text-align: center;
  margin-bottom: 40px;
}

.info .info__title .title {
  color: var(--background-8);
}

.info .info__content {
  position: relative;
  z-index: 2;
}

.info .info__content-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 260px;
  height: 278px;
}

.info .info__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.info .info__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info .info__panel-button {
  margin-bottom: 35px;
}

.info .info__panel-button button {
  min-width: 175px;
  padding: 10px;
  height: 41px;
  background-color: var(--background-7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Open Sans Hebrew";
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color-10);
  cursor: pointer;
  border-bottom: 2px solid var(--background-1);
}

.info .info__panel-button.active button {
  background-color: var(--background-1);
  color: var(--text-color-11);
}

.info .info__list {
  position: relative;
  z-index: 2;
  max-width: 785px;
  margin: 0 auto;
}

.info .info__list.show {
  display: block;
}

.info .info__list.hide {
  display: none;
}

.info .info__list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.info .info__list .item {
  width: 100%;
  height: auto;
  background: var(--background-4);
  padding: 15px 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info .info__list .item:hover {
  background-color: var(--background-2);
}

.info .info__list .item:hover .item-icon,
.info .info__list .item:hover .item-btn {
  -webkit-filter: brightness(-100%) invert(1);
  filter: brightness(-100%) invert(1);
}

.info .info__list .item:hover .item-title {
  color: var(--background-8);
  text-decoration: underline;
}

.info .info__list .item:hover .item-subtitle,
.info .info__list .item:hover .item-text {
  color: var(--background-8);
}

.info .info__list .item-icon {
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
}

.info .info__list .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.info .info__list .item-title {
  font-family: "Antic Slab", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.19;
  color: var(--text-color-3);
  margin-bottom: 18px;
}

.info .info__list .item-subtitle,
.info .info__list .item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-color-3);
}

.info .info__list .item-btn {
  width: 20px;
  height: 20px;
  margin-top: 12px;
}

.info .info__list .item-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.info .info__list .info__content-img--mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .info .info__wrapper {
    padding: 60px 0;
    margin: 0 -15px;
  }

  .info .info__inner {
    margin-top: 0;
    overflow: hidden;
  }

  .info .info__content-img {
    top: -155px;
    width: 100px;
    height: 108px;
  }

  .info .info__content-img--mobile {
    display: block;
    width: 216px;
    height: 216px;
    top: auto;
    bottom: -108px;
    right: -108px;
  }

  .info .info__list {
    padding: 0 15px;
  }

  .info .info__list .list {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }

  .info .info__list .item {
    padding: 10px 9px 20px 9px;
  }

  .info .info__list .item-icon {
    width: 40px;
    height: 40px;
  }

  .info .info__list .item-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
  }

  .info .info__list .item-btn {
    display: none;
  }
}

.offer .offer__inner {
  margin-top: 85px;
}

.offer .offer__wrapper {
  background: var(--background-3);
  padding: 85px 110px;
  overflow: hidden;
}

.offer .offer__title {
  text-align: center;
  margin-bottom: 45px;
}

.offer .offer__title .title {
  color: var(--text-color-3);
}

.offer .offer__panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(12, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 10px;
  margin-bottom: 45px;
}

.offer .offer__panel .offer__panel-button {
  width: 100%;
  min-width: 65px;
  border: 1px solid var(--background-1);
  padding: 8px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.offer .offer__panel .offer__panel-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: var(--background-10);
  opacity: 0;
}

.offer .offer__panel .offer__panel-button.active::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 22px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='10' fill='none'%3E%3Cpath fill='%23D0404A' d='M11.008 9.83.608.294h20.799l-10.4 9.536Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.offer .offer__panel .offer__panel-button.active,
.offer .offer__panel .offer__panel-button:hover {
  background-color: var(--background-2);
  border-color: var(--background-2);
}

.offer .offer__panel .offer__panel-button.active::before,
.offer .offer__panel .offer__panel-button:hover::before {
  opacity: 1;
}

.offer .offer__panel .offer__panel-button.active img,
.offer .offer__panel .offer__panel-button:hover img {
  -webkit-filter: brightness(-100%) invert(1);
  filter: brightness(-100%) invert(1);
}

.offer .offer__panel .offer__panel-button img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.offer .offer__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.offer .offer__list .item.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: showItem 1s linear;
  animation: showItem 1s linear;
}

.offer .offer__list .item.hide {
  display: none;
}

.offer .offer__list .item .item-gallery {
  width: 100%;
  max-width: 460px;
  height: 221px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 294px;
  grid-template-columns: 1fr 294px;
  grid-auto-flow: dense;
  grid-gap: 5px;
}

.offer .offer__list .item .item-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.offer .offer__list .item .item-gallery img:nth-child(1),
.offer .offer__list .item .item-gallery img:nth-child(3) {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}

.offer .offer__list .item .item-gallery img:nth-child(2) {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.offer .offer__list .item .item-content {
  width: 100%;
  max-width: 385px;
  margin-right: 30px;
}

.offer .offer__list .item .item-content__title {
  font-family: "Antic Slab", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: var(--text-color-3);
  margin-bottom: 23px;
}

.offer .offer__list .item .item-content__title strong {
  font-weight: 300;
}

.offer .offer__list .item .item-content__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color-3);
  margin-bottom: 23px;
}

.offer .offer__list .item .item-content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.offer .offer__list .item .item-content__btn .btn {
  border-color: var(--background-1);
  color: var(--text-color-3);
}

@media screen and (max-width: 992px) {
  .offer .offer__wrapper {
    padding: 0 15px;
    margin: 0 -15px;
  }

  .offer .offer__panel {
    -ms-grid-columns: 65px 10px 65px 10px 65px 10px 65px;
    grid-template-columns: repeat(4, 65px);
  }

  .offer .offer__panel .offer__panel-button {
    height: 65px;
  }

  .offer .offer__panel .offer__panel-button.active::after {
    display: none;
  }

  .offer .offer__title {
    margin: 62px 0 33px 0;
  }

  .offer .offer__list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }

  .offer .offer__list .item .item-gallery {
    -ms-grid-columns: 115px 5px 1fr;
    grid-template-columns: 115px 1fr;
    -ms-grid-rows: 79px 5px 79px;
    grid-template-rows: 79px 79px;
    height: 160px;
  }

  .offer .offer__list .item .item-gallery>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .offer .offer__list .item .item-gallery>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .offer .offer__list .item .item-gallery>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .offer .offer__list .item .item-gallery>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .offer .offer__list .item .item-content {
    margin: 0 0 60px 0;
    text-align: center;
  }

  .offer .offer__list .item .item-content__text {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .offer .offer__list .item .item-content__title {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .offer .offer__list .item .item-content__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@-webkit-keyframes showItem {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes showItem {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.banner .banner__inner {
  margin-top: 85px;
}

.banner .banner__wrapper {
  background-color: var(--background-5);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner .banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px;
}

.banner .banner__content-title {
  margin-bottom: 25px;
}

.banner .banner__content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #464646;
  margin-bottom: 25px;
}

.banner .banner__content-buttons {
  width: 100%;
  max-width: 408px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}

.banner .banner__content-button .btn {
  width: 100%;
  min-width: 0;
}

.banner .banner__img {
  width: 100%;
  height: 100%;
}

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

@media screen and (max-width: 992px) {
  .banner .banner__inner {
    margin: 0;
    background-color: var(--background-5);
    overflow: hidden;
  }

  .banner .banner__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner .banner__content {
    padding: 60px 0;
    text-align: center;
  }

  .banner .banner__content-title {
    margin-bottom: 18px;
  }

  .banner .banner__content-text {
    font-size: 14px;
    margin-bottom: 18px;
    padding: 0 20px;
  }

  .banner .banner__content-buttons {
    grid-gap: 6px;
  }

  .banner .banner__content-buttons .btn {
    padding: 10px 6px;
  }

  .banner .banner__img {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
    left: 0;
  }
}

.video .video__inner {
  margin-top: 85px;
  padding: 85px 0;
  position: relative;
  z-index: 2;
  background-color: var(--background-5);
  overflow: hidden;
}

.video .video__image-top,
.video .video__image-bottom {
  position: absolute;
  z-index: -1;
  mix-blend-mode: darken;
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
}

.video .video__image-top {
  top: -191px;
  right: -191px;
}

.video .video__image-bottom {
  left: -191px;
  bottom: -191px;
}

.video .video__title {
  text-align: center;
  margin-bottom: 46px;
}

.video .video__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 30px;
}

.video .video__item {
  width: 100%;
  height: 197px;
}

.video .video__item iframe {
  width: 100%;
  height: 100%;
}

.video .video__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.video .video__btn .btn {
  background-color: var(--background-9);
  border: none;
}

.video .video__btn .btn strong {
  position: relative;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video .video__btn .btn strong::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cpath fill='%23fff' d='M18.588 12.057H5.41a3.794 3.794 0 0 0-3.793 3.794V18.9a3.794 3.794 0 0 0 3.793 3.793h13.178c2.094 0 3.792-1.699 3.792-3.793V15.85a3.794 3.794 0 0 0-3.792-3.794Zm-10.41 2.374H6.953v6.087H5.77v-6.087H4.545v-1.036h3.633v1.036Zm3.461 6.087h-1.05v-.576a2.246 2.246 0 0 1-.606.486c-.21.114-.413.167-.61.167-.244 0-.425-.077-.549-.235-.122-.157-.184-.39-.184-.704v-4.393h1.05v4.031c0 .125.023.214.065.27.045.057.117.083.216.083a.597.597 0 0 0 .292-.11c.12-.075.228-.168.326-.283v-3.992h1.05v5.256Zm3.812-1.085c0 .371-.083.657-.247.856-.164.199-.404.296-.714.296-.207 0-.39-.037-.55-.114a1.35 1.35 0 0 1-.45-.356v.403h-1.062v-7.123h1.063v2.294c.142-.159.292-.282.45-.364.16-.084.321-.125.484-.125.333 0 .586.11.761.335.176.224.264.552.264.982v2.916Zm3.642-1.416h-2.01v.99c0 .276.035.468.103.576.07.107.189.16.357.16.174 0 .295-.046.365-.136.068-.092.104-.29.104-.6v-.239h1.08v.27c0 .538-.13.944-.395 1.218-.262.271-.655.406-1.179.406-.47 0-.842-.143-1.112-.432-.268-.287-.406-.686-.406-1.192v-2.36c0-.454.15-.828.448-1.115.297-.287.679-.43 1.15-.43.48 0 .85.133 1.108.399.258.266.387.647.387 1.145v1.34Z'/%3E%3Cpath fill='%23fff' d='M17.555 16.052c-.168 0-.287.047-.36.145-.074.092-.11.25-.11.47v.532h.93v-.531c0-.22-.038-.38-.112-.471-.07-.098-.188-.145-.348-.145ZM13.931 16.034a.517.517 0 0 0-.222.051.753.753 0 0 0-.217.16v3.274c.084.085.168.15.25.188.08.036.164.056.253.056.13 0 .223-.037.284-.113.06-.074.09-.193.09-.361v-2.714c0-.179-.036-.313-.11-.404a.407.407 0 0 0-.328-.137ZM7.136 10.232h1.331V6.977l1.55-4.593H8.664L7.84 5.521h-.084l-.865-3.137h-1.34l1.585 4.74v3.108ZM11.817 10.378c.538 0 .96-.14 1.267-.423.305-.283.458-.67.458-1.165V5.8c0-.441-.156-.804-.468-1.084-.313-.279-.714-.42-1.204-.42-.537 0-.965.134-1.284.4-.317.265-.477.62-.477 1.07v3.001c0 .493.156.882.466 1.174.31.291.725.437 1.242.437Zm-.49-4.655c0-.126.045-.228.134-.307a.524.524 0 0 1 .353-.116c.156 0 .283.038.379.116a.38.38 0 0 1 .144.307v3.154a.475.475 0 0 1-.142.366.533.533 0 0 1-.381.132c-.156 0-.277-.042-.362-.131a.508.508 0 0 1-.126-.368V5.723ZM15.329 10.317c.222 0 .45-.064.685-.186a2.51 2.51 0 0 0 .681-.54v.641h1.183V4.443h-1.183v4.395c-.11.125-.232.229-.363.31-.134.082-.244.123-.33.123-.112 0-.193-.03-.241-.094-.049-.06-.076-.16-.076-.295V4.443h-1.181v4.839c0 .345.07.602.207.774.14.173.343.26.618.26Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.video .video__btn .btn:hover {
  background-color: #D23131;
}

@media screen and (max-width: 992px) {
  .video .video__inner {
    margin: 0;
    padding: 60px 0;
  }

  .video .video__image-top {
    width: 210px;
    height: 210px;
    top: -109px;
    right: -133px;
  }

  .video .video__image-bottom {
    width: 220px;
    height: 220px;
    bottom: -100px;
    left: -137px;
  }

  .video .video__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .video .video__btn .btn {
    padding: 5px 10px;
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.article-list .article-list__inner {
  margin-top: 85px;
}

.article-list .article-list__header {
  text-align: center;
  margin-bottom: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 100px;
}

.article-list .article-list__header .article-list__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.article-list .article-list__header .article-list__arrows .slick-arrow {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--background-2);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.article-list .article-list__header .article-list__arrows .slick-arrow:not(:first-child) {
  margin-right: 4px;
}

.article-list .article-list__header .article-list__arrows .slick-arrow:hover {
  background-color: #AE373F;
}

.article-list .article-list__header .article-list__title {
  margin: 0 auto;
}

.article-list .article-list__slider {
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.article-list .article-list__slider .slick-track {
  display: flex;
}

.article-list .article-list__slide {
  background-color: var(--background-5);
  padding: 4px;
  margin: 0 15px;
  min-height: 313px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.article-list .article-list__slide:hover .article-list__slide-btn strong {
  width: 100%;
  margin-left: 10px;
  opacity: 1;
}

.article-list .article-list__slide-top {
  position: relative;
}

.article-list .article-list__slide-img {
  width: 100%;
  height: 130px;
}

.article-list .article-list__slide-img img {
  width: 100%;
  height: 100%;
}

.article-list .article-list__slide-date {
  position: absolute;
  right: 0;
  bottom: 13px;
  background-color: var(--background-8);
  padding: 4px 10px;
  font-weight: 400;
  font-size: 12px;
  color: var(--text-color-7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-list .article-list__slide-date::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none'%3E%3Cpath fill='%23858585' d='M.583 1.865V4.2h12.834V1.865'/%3E%3Cpath fill='%23858585' d='M10.5 1.282V.115h-.583v1.167H4.083V.115H3.5v1.167H0v12.833h14V1.282h-3.5Zm2.917 12.25H.583v-8.75h12.834v8.75Zm0-9.333H.583V1.865H3.5v1.167h.583V1.865h5.834v1.167h.583V1.865h2.917V4.2Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.article-list .article-list__slide-content {
  padding: 16px 16px 35px 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  align-items: flex-start;
}

.article-list .article-list__slide-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color-1);
  margin-bottom: 35px;
}

.article-list .article-list__slide-title strong {
  font-weight: 300;
}

.article-list .article-list__slide-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.article-list .article-list__slide-btn strong {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color-1);
  position: relative;
  width: 0;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transition-delay: width 0.4s;
  transition-delay: width 0.4s;
}

.article-list .article-list__slide-btn img {
  width: 15px;
  height: 11px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 992px) {
  .article-list .article-list__header {
    padding: 0;
    margin-bottom: 30px;
  }

  .article-list .article-list__header .article-list__title {
    margin: 0 0 0 auto;
  }

  .article-list .article-list__header .article-list__arrows .slick-arrow {
    width: 25px;
    height: 25px;
  }

  .article-list .article-list__header .article-list__arrows .slick-arrow svg {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .article-list .article-list__slide {
   	margin: 0 5px;
	min-height:  217px;
  }

  .article-list .article-list__slide-img {
    height: 105px;
  }

  .article-list .article-list__slide-content {
    padding: 12px 10px 10px 5px;
  }

  .article-list .article-list__slide-title {
    font-size: 14px;
    line-height: 125%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 13px;
  }

  .article-list .article-list__slide-title strong {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .article-list .article-list__slider {
    margin: 0 -5px;
    max-width: calc(100% + 10px);
  }
}

.article-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.share__like {
  width: 100%;
  margin-top: 60px;
  text-align: start;
  margin-bottom: 35px;
}

.share__link {
  background-color: #F8F1DD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 28px 30px 30px;
  gap: 15px;
}

.share p {
  margin-left: auto;
}

@media screen and (max-width: 992px) {
  .share__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.banner-top {
  background: url("../images/section/banner/banner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 85px;
}

.banner-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-top .breadcums {
  margin-bottom: 25px;
}

.banner-top h1 {
  font-family: "Antic Slab", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #EBE1C2;
}

@media screen and (max-width: 991px) {
  .banner-top {
    min-height: 250px;
    margin-bottom: 35px;
  }

  .banner-top h1 {
    font-size: 30px;
    line-height: 33px;
  }

  .banner-top .breadcums {
    margin-bottom: 20px;
  }
}

.aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.aside-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(65%, 730px) 125px minmax(22%, 255px);
  grid-template-columns: minmax(65%, 730px) minmax(22%, 255px);
  grid-gap: 125px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aside-container .result {
  font-family: "Open Sans Hebrew";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 35px;
}

.aside .search-form {
  width: 100%;
}

.aside .planet-side {
  background-color: #F8F1DD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aside .planet-side iframe {
  width: 200px;
}

.aside .contact-us {
  padding: 35px 20px;
}

.aside .contact-us .title-2 {
  max-width: 173px;
}

@media screen and (max-width: 1100px) {
  .aside-container {
    grid-gap: 40px;
  }

  .aside .contact-us .title-2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .aside-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 60px 0 60px 0;
    grid-gap: 60px;
  }

  .aside-container .result {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.news-aside {
  padding: 35px 20px;
  background-color: #F8F1DD;
}

.news-aside h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  font-family: "Antic Slab", sans-serif;
  color: #313131;
}

.news-aside__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  padding-top: 25px;
  border-top: 1px solid #DFDDD0;
  color: #313131;
}

.news-aside__item:not(:last-of-type) {
  padding-bottom: 25px;
}

.news-aside__item-title {
  margin-bottom: 12px;
  font-family: "Antic Slab", sans-serif;
  font-weight: 400;
}

.news-aside__item-img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  margin-left: 14px;
}

.news-aside__item-img img {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .news-aside {
    padding: 25px 17px;
  }

  .news-aside__item {
    -ms-grid-columns: 111px 14px 1fr;
    grid-template-columns: 111px 1fr;
    grid-gap: 14px;
  }

  .news-aside__item-title {
    font-size: 14px;
  }

  .news-aside__item-img {
    margin-left: 0;
  }

  .news-aside__item-img img {
    width: 100%;
    height: auto;
  }
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #F8F1DD;
  padding: 27px 20px 30px 46px;
  font-family: "Antic Slab", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  z-index: 2;
  position: relative;
  min-height: 200px;
}

.article__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.article__text {
  margin-bottom: 20px;
  font-size: 14px;
  color: #858585;
}

.article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.article-container .articles {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  margin-bottom: 40px;
}

.article-container .articles:first-of-type .title {
  margin-top: 0;
}

.article-container .articles .title {
  margin-bottom: 25px;
}

.article-container .articles .title:not(:first-of-type) {
  margin-top: 50px;
}

.article-container img {
  max-width: 100%;
}

.article-container+.add-coments {
  border-top: 2px solid #F8F1DD;
}

@media screen and (max-width: 991px) {
  .article-container .show-more {
    font-size: 14px;
    gap: 4px;
    margin-top: -20px;
  }

  .article-container .title {
    margin-bottom: 10px;
  }

  .article-container .articles {
    grid-gap: 15px;
  }

  .article {
    padding: 30px 20px 35px 20px;
  }

  .article__title {
    font-size: 14px;
  }
}

.search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
}

.search-form input {
  height: 100%;
  border: 1px solid transparent;
  border-radius: 0px;
  padding: 0 15px;
  color: #313131;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #F8F1DD;
  font-weight: 400;
  font-family: "Open Sans Hebrew";
  outline: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.search-form input::-webkit-input-placeholder {
  color: #858585;
}

.search-form input::-moz-placeholder {
  color: #858585;
}

.search-form input:-ms-input-placeholder {
  color: #858585;
}

.search-form input::-ms-input-placeholder {
  color: #858585;
}

.search-form input::placeholder {
  color: #858585;
}

.search-form input:hover,
.search-form input:focus {
  border-color: #858585;
  border-left-color: transparent;
}

.search-form button {
  width: 34px;
  background-color: #D0404A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-section>.title-2 {
  margin-bottom: 25px;
}

.main-section .coments {
  margin-bottom: 50px;
}

.main-section .horoscope__section,
.main-section .horoscope__section__inner {
  margin: 0;
  padding: 0;
}

.main-section .horoscope__section {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .main-section>.title-2 {
    margin-bottom: 20px;
  }
}

.weekly-horoskop {
  background-color: #F8F1DD;
  padding: 35px 20px;
}

.weekly-horoskop h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  font-family: "Antic Slab", sans-serif;
  color: #313131;
}

.weekly-horoskop__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #DFDDD0;
  font-family: "Antic Slab", sans-serif;
  font-weight: 400;
  color: #313131;
}

.weekly-horoskop__item:last-of-type {
  border-bottom: 1px solid #DFDDD0;
}

.sign-up {
  background: #F8F1DD;
  padding: 64px 60px;
  margin-bottom: 60px;
}

.sign-up .title {
  margin-bottom: 45px;
}

.sign-up .form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sign-up .input-field {
  width: 100%;
}

.sign-up .input-field:not(:first-of-type) {
  margin-top: 4px;
  margin-bottom: 14px;
}

.sign-up .wpcf7-acceptance,
.sign-up .button-field {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.sign-up .button-field .btn {
  min-width: 147px;
}

.sign-up .button-field {
  margin-right: 26px;
}

@media (max-width: 991px) {
  .sign-up {
    padding: 54px 20px 54px 20px;
  }

  .sign-up .title {
    margin-bottom: 25px;
  }

  .sign-up .form-fields {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sign-up .button-field .btn {
    min-width: 120px;
  }

  .sign-up .button-field {
    margin-right: auto;
  }
}

.show-more {
  width: 100%;
  position: relative;
}

.show-more__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  font-family: "Open Sans Hebrew";
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #D0404A;
}

.show-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 270px;
  width: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(17.96%, rgba(235, 225, 194, 0)), color-stop(90.74%, #EBE1C2));
  background: linear-gradient(180deg, rgba(235, 225, 194, 0) 17.96%, #EBE1C2 90.74%);
}

.show-more img {
  width: 12px;
  height: 13px;
}

.single-article__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #858585;
  font-family: "Open Sans Hebrew";
}

.single-article__header::before {
  content: "";
  position: relative;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='14' height='14' fill=''/%3E%3Cpath d='M0.583333 1.75V4.08333H13.4167V1.75' fill='%23858585'/%3E%3Cpath d='M10.5 1.16667V0H9.91667V1.16667H4.08333V0H3.5V1.16667H0V14H14V1.16667H10.5ZM13.4167 13.4167H0.583333V4.66667H13.4167V13.4167ZM13.4167 4.08333H0.583333V1.75H3.5V2.91667H4.08333V1.75H9.91667V2.91667H10.5V1.75H13.4167V4.08333Z' fill='%23858585'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.single-article__header span:last-child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-article__header span:last-child::before {
  content: "";
  position: relative;
  margin: 2px 12px 0 12px;
  width: 1px;
  height: 14px;
  background: #858585;
}

.single-article p {
  margin: 25px 0;
  font-size: 16px;
  line-height: 150%;
}

.single-article h3,
.single-article .title-3 {
  font-family: "Open Sans Hebrew";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #464646;
}

.single-article h3+p,
.single-article .title-3+p {
  margin-top: 0;
}

.single-article .title {
  margin: 35px 0;
}

.single-article img {
  margin-top: 25px;
  max-width: 100%;
}

.single-article img+span {
  display: block;
  margin-bottom: 50px;
}

.single-article .video-container {
  max-width: 560px;
}

.single-article .video {
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 35px;
}

.single-article .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.single-article a {
  color: #265AA8;
  text-decoration: underline;
  cursor: pointer;
}

.single-article a.regular {
  font-weight: 400;
  margin: 4px;
}

.single-article a:hover {
  text-decoration: none;
}

.single-article small {
  color: #8840D0;
  font-size: 16px;
}

.single-article a {
  color: #265AA8;
}

@media screen and (max-width: 768px) {

  .single-article h3,
  .single-article .title-3 {
    font-size: 14px;
  }

  .single-article img+span {
    margin-bottom: 35px;
  }

  .single-article p {
    font-size: 14px;
  }
}

.horoscope__section {
  margin-top: -85px;
  margin-bottom: -80px;
}

.horoscope__section__inner {
  margin-top: 85px;
  padding: 85px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.horoscope__section__image-top,
.horoscope__section__image-bottom {
  position: absolute;
  z-index: -1;
  mix-blend-mode: darken;
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
}

.horoscope__section__image-top {
  top: 70px;
  right: 37px;
}

.horoscope__section__image-top.cut {
  top: -191px;
  right: -191px;
}

.horoscope__section__image-bottom {
  left: -191px;
  bottom: -191px;
}

.horoscope__section .black__month-btn {
  max-width: 730px;
  margin: auto;
  margin-bottom: 12px;
  display: none;
}

@media (max-width: 767px) {
  .horoscope__section .black__month-btn {
    display: block;
  }
}

.horoscope__section .info__list {
  position: relative;
  z-index: 2;
  max-width: 730px;
  margin: 0 auto;
}

.horoscope__section .info__list.show {
  display: block;
}

.horoscope__section .info__list.hide {
  display: none;
}

.horoscope__section .info__list .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.horoscope__section .info__list .item {
  width: 100%;
  height: auto;
  min-height: 217px;
  background: var(--background-4);
  padding: 15px 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.horoscope__section .info__list .item:hover,
.horoscope__section .info__list .item.active {
  background-color: var(--background-2);
}

.horoscope__section .info__list .item:hover .item-icon,
.horoscope__section .info__list .item:hover .item-btn,
.horoscope__section .info__list .item.active .item-icon,
.horoscope__section .info__list .item.active .item-btn {
  -webkit-filter: brightness(-100%) invert(1);
  filter: brightness(-100%) invert(1);
}

.horoscope__section .info__list .item:hover .item-title,
.horoscope__section .info__list .item.active .item-title {
  color: var(--background-8);
  text-decoration: underline;
  text-align: center;
}

.horoscope__section .info__list .item:hover .item-subtitle,
.horoscope__section .info__list .item:hover .item-text,
.horoscope__section .info__list .item.active .item-subtitle,
.horoscope__section .info__list .item.active .item-text {
  color: var(--background-8);
  text-align: center;
}

.horoscope__section .info__list .item-icon {
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
}

.horoscope__section .info__list .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.horoscope__section .info__list .item-title {
  font-family: "Antic Slab", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.19;
  color: var(--text-color-3);
  margin-bottom: 18px;
  text-align: center;
}

.horoscope__section .info__list .item-subtitle,
.horoscope__section .info__list .item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-color-3);
  text-align: center;
}

.horoscope__section .info__list .item-btn {
  width: 20px;
  height: 20px;
  margin-top: 12px;
}

.horoscope__section .info__list .item-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .horoscope__section .info__list .list {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}

@media (max-width: 499px) {
  .horoscope__section .info__list .list {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
}

.horoscope-inner+* {
  margin-bottom: 60px;
}

.horoscope-inner-bg {
  position: relative;
  padding-bottom: 85px;
}

.horoscope-inner-bg::after {
  content: "";
  position: absolute;
  width: 99999px;
  top: -90px;
  bottom: 0;
  right: -100%;
  background: #DFD5B4;
  z-index: -1;
}

.horoscope-inner__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #858585;
  font-family: "Open Sans Hebrew";
}

.horoscope-inner__header::before {
  content: "";
  position: relative;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='14' height='14' fill=''/%3E%3Cpath d='M0.583333 1.75V4.08333H13.4167V1.75' fill='%23858585'/%3E%3Cpath d='M10.5 1.16667V0H9.91667V1.16667H4.08333V0H3.5V1.16667H0V14H14V1.16667H10.5ZM13.4167 13.4167H0.583333V4.66667H13.4167V13.4167ZM13.4167 4.08333H0.583333V1.75H3.5V2.91667H4.08333V1.75H9.91667V2.91667H10.5V1.75H13.4167V4.08333Z' fill='%23858585'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.horoscope-inner__header span:last-child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.horoscope-inner__header span:last-child::before {
  content: "";
  position: relative;
  margin: 2px 12px 0 12px;
  width: 1px;
  height: 14px;
  background: #858585;
}

.horoscope-inner__bottom {
  margin: 85px 0 50px 0;
  padding-bottom: 50px;
  border-bottom: 2px solid #F8F1DD;
}

.horoscope-inner p {
  margin: 25px 0;
  font-size: 16px;
  line-height: 150%;
}

.horoscope-inner h2,
.horoscope-inner .title-2 {
  margin-bottom: 10px;
}

.horoscope-inner h3,
.horoscope-inner .title-3 {
  font-family: "Open Sans Hebrew";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #464646;
}

.horoscope-inner .title {
  margin: 35px 0;
}

.horoscope-inner img {
  margin: 25px 0;
  max-width: 100%;
}

.horoscope-inner .video-container {
  max-width: 560px;
}

.horoscope-inner a {
  color: #265AA8;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  line-height: 150%;
}

.horoscope-inner a.regular {
  font-weight: 400;
  margin: 4px;
}

.horoscope-inner a:hover {
  text-decoration: none;
}

.horoscope-inner small {
  color: #8840D0;
  font-size: 16px;
}

.horoscope-inner a {
  color: #265AA8;
}

.horoscope-inner__weekly {
  position: relative;
  font-size: 16px;
  line-height: 150%;
}

.horoscope-inner__weekly-item h3 {
  margin: 24px 0;
}

.horoscope-inner__weekly .title-color {
  color: #8840D0;
  font-weight: 700;
}

.horoscope-inner__weekly .title-color--regular {
  color: #8840D0;
  font-weight: 400;
}

.horoscope-inner__weekly p {
  margin: 0;
}

.horoscope-inner__weekly .show-more {
  margin-top: -50px;
}

@media screen and (max-width: 768px) {

  .horoscope-inner h3,
  .horoscope-inner .title-3 {
    font-size: 14px;
  }

  .horoscope-inner p {
    font-size: 14px;
  }
}

/* Calendar */

.calendar .tribe-events-title-bar,
.calendar .tribe-bar-disabled,
.calendar #tribe-events-footer,
.calendar .tribe-events-ical{
	display:none !important;
}

.calendar #tribe-events-header {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 15px;
  padding: 12px;
  background-color: #D0404A;
  margin: 0;
}

.calendar #tribe-events-header .tribe-events-page-title {
  font-weight: 400;
  text-align: right;
  font-size: 24px;
  color: #FFF;
  margin: 0 !important;
}

.calendar .tribe-events-nav-pagination .tribe-events-sub-nav {
  float: none;
  margin: 0;
}

.calendar #tribe-events-header .tribe-events-sub-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;
  gap: 5px;
}

.calendar #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous, 
.calendar #tribe-events-header .tribe-events-sub-nav li{
  margin: 0;
  float: none;
position: relative;
}

.calendar .tribe-events-nav-pagination .tribe-events-sub-nav li a {
  background: #FFF;
  min-width: 140px;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #464646;
}

.calendar .tribe-events-nav-pagination .tribe-events-sub-nav li a span {
  display: none;
}



.calendar .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-previous {
  text-align: right;
}

.calendar .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-previous a{
  padding: 17px 40px 17px 20px;
}

.calendar .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-next {
  position: relative;
  z-index: 2;
  text-align: left;
}

.calendar .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-next a{
  padding: 17px 20px 17px 40px;
}

.calendar .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-next::before{
  content: "";
  position: absolute;
	z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: 9px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath stroke='%23464646' stroke-width='1.5' d='M8 13 2 7l6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.calendar .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-previous::before{
  content: "";
  position: absolute;
	z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 9px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath stroke='%23464646' stroke-width='1.5' d='m1 13 6-6-6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.calendar #tribe-events-content table.tribe-events-calendar{
  margin: 0;
  border: none;
}

.calendar #tribe-events-content table.tribe-events-calendar{
  margin: 0;
  border: none;
}

.calendar .tribe-events-calendar thead th:not(:last-child){
  font-weight: 400;
  border-left: 1px solid #EBE1C2;
}

.calendar #tribe-events-content .tribe-events-calendar td {
  border: 1px solid #EBE1C2;
  background: #EEE6CD;
  height: auto;
  padding: 44px 3px 0;
  vertical-align: bottom;
  position: relative;
}

.calendar .tribe-events-calendar div[id*=tribe-events-daynum-]{
  padding: 15px 0 13px 0 !important;
  background-color: transparent !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #D0404A !important;
  position: absolute;
  top: 0;
  right: 3px;
  width: 100%;
}

.calendar .tribe_events {
  margin: 3px 0 0 0 !important;
  padding: 7px 12px !important;
  background: #F8F1DD;
  border: none !important;
}

.calendar .tribe_events .tribe-events-month-event-title {
  margin: 0 !important;
  padding: 0 !important;
}

.calendar .tribe_events .tribe-events-month-event-title a{
  font-weight: 400 !important;
  line-height: 1.25 !important;
  font-size: 12px !important;
  text-align: right !important;
  color: #000 !important;
  opacity: 1 !important;
}

.calendar .tribe-events-othermonth{
  pointer-events: none !important;
}

.calendar .tribe-events-tooltip{
  position: absolute !important;
  z-index: 5 !important;
  bottom: -webkit-calc(100% + 15px) !important;
  bottom: -moz-calc(100% + 15px) !important;
  bottom: calc(100% + 15px) !important;
  left: 35px !important;
  right: auto !important;
  width: 208px !important;
  background: #fff !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) !important;
     -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) !important;
  padding: 10px 15px !important;
}

.calendar .tribe-events-tooltip::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -webkit-calc(100% - 1px);
  top: -moz-calc(100% - 1px);
  top: calc(100% - 1px);
  left: 35px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 12px solid #fff;
}

.calendar .tribe-events-tooltip::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -15px;
  background-color: transparent;
}

.calendar .tribe-events-arrow{
 display: none !important;
}

.calendar .tribe-events-tooltip h3 {
  font-size: 16px;
  color: #D0404A;
  margin-bottom: 5px;
}

.calendar .tribe-events-event-body {
  font-size: 12px;
  color: #464646;
}

@media screen and (max-width:768px) {
  .calendar #tribe-events-header{
    -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;
  }
  .calendar #tribe-events-header::after,
  .calendar #tribe-events-header::before{
    display: none !important;
  }
  .calendar .tribe-events-nav-pagination .tribe-events-sub-nav li a{
    display: block !important;
  }
  .calendar .tribe-events-nav-pagination,
  .calendar #tribe-events-header .tribe-events-sub-nav,
  .calendar #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous, 
  .calendar #tribe-events-header .tribe-events-sub-nav li,
  .calendar .tribe-events-nav-pagination .tribe-events-sub-nav li a{
    width: 100%;
  }

  .calendar #tribe-events-header{
    padding: 0 !important;
    background: transparent;
    gap: 0;
  }

  .calendar #tribe-events-header .tribe-events-page-title{
    font-size: 21px;
    background-color: #D0404A;
    padding: 18px;
    width: 100%;
    text-align: center;
  }

  .calendar .tribe-events-nav-pagination .tribe-events-sub-nav li a{
    font-size: 14px;
  }

  .calendar .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-previous a{
    padding: 9px 40px 9px 20px;
  }
  .calendar .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-next a{
    padding: 9px 20px 9px 40px;
  }

  .calendar #tribe-events-content .tribe-events-calendar td{
    padding: 0 3px;
    vertical-align: top;
  }

  .calendar .tribe-events-calendar div[id*=tribe-events-daynum-]{
    position: static;
  }

  .calendar #tribe-mobile-container{
    margin-top: 25px;
  }

  .calendar .tribe-events-calendar td.mobile-active{
    background: #D0404A !important;
  }

  .calendar .tribe-events-calendar td.mobile-active div[id*=tribe-events-daynum-]{
    color: #fff !important;
  }
}

/* /Calendar */