@font-face {
  font-family: "Rubik-Bold";
  src: url("../Fonts/Rubik-Bold.ttf") format("truetype");
}
body {
  direction: rtl;
}
body header .menu .logo-menu .img {
  margin: 20px 0 20px 20px;
}
body header .menu ul li {
  float: right;
}
body header .menu ul li:not(:last-child) {
  margin-left: 50px;
  margin-right: 0;
}
body header .menu ul li a {
  font-size: 16px;
}
body .content .grid-home-page .rect {
  text-align: right;
  direction: rtl;
}
body .content .grid-home-page .rect div h3 {
  font-family: "Rubik-Bold", sans-serif !important;
  font-size: 34px;
}
body .content .grid-home-page .rect div b {
  font-family: Rubik-Bold, sans-serif;
}
body .content .grid-home-page .rect div b::after {
  margin-right: 10px;
  content: url(../Images/homePage/arrow-white-left.png);
}
body .content .grid-home-page .rect.dark b {
  font-family: Rubik-Bold, sans-serif;
}
body .content .grid-home-page .rect.dark b::after {
  margin-right: 10px;
  content: url(../Images/homePage/arrow-gold-left.png);
}
body .content .grid-home-page .rect.rect-2 div b {
  direction: rtl;
}
body .content .articles-section {
  direction: rtl;
}
body .content .articles-section .articles {
  direction: rtl;
}
body .content .articles-section .articles .article:not(:last-child) {
  border-left: solid 1px #c49962;
  border-right: none;
}
body .content .articles-section .articles .article .content-article {
  text-align: right;
}
body .content .articles-section .articles .article .content-article .text {
  height: 150px;
}
body .content .articles-section .articles .article .content-article b::after {
  margin-right: 10px;
  content: url(../Images/homePage/arrow-gold-left.png);
}
body .content .articles-section .bottom-section {
  font-family: Rubik-Bold, sans-serif;
  direction: rtl;
}
body .content .articles-section .bottom-section::after {
  margin-left: 0;
  margin-right: 10px;
  content: url(../Images/homePage/arrow-gold-left.png);
}
body footer .footer .parts-footer {
  text-align: right;
}
body footer .footer .parts-footer .part img {
  margin-left: 10px;
  margin-right: 0px;
}
body footer .footer .parts-footer .part-1 {
  padding-left: 1vw;
  padding-right: 0;
}
body footer .footer .parts-footer .part-3 {
  border-right: solid 2px #C49962;
  padding-left: 0;
  padding-right: 3.9vw;
  border-left: none;
}
body footer .footer .parts-footer .part-4 {
  border-right: solid 2px #C49962;
  border-left: none;
}

@media screen and (max-width: 1023px) {
  body header nav.menu_side ul {
    text-align: right;
  }
  body header nav.menu_side ul li a {
    font-size: 5.6vw;
  }
  body .content .articles-section .articles .article:not(:last-child) {
    border-left: none;
    border-bottom: solid 1px rgba(112, 110, 107, 0.5);
    border-right: none;
  }
  body .content .articles-section .articles .article .content-article .credit-article {
    margin-bottom: 0;
  }
  body .content .articles-section .articles .article .content-article .text {
    height: auto;
  }
  footer {
    min-height: 700px;
    padding: 30px 0;
  }
  footer .footer {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  footer .footer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: solid 2px rgba(237, 237, 237, 0.3);
    padding: 0;
    width: 80%;
    margin: 20px auto;
  }
  footer .footer .parts-footer {
    height: auto;
    margin: 0 30px 20px 30px;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  footer .footer .parts-footer .part {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  footer .footer .parts-footer .part h5 {
    font-size: 4.8vw;
    margin-top: 30px;
  }
  footer .footer .parts-footer .part p {
    font-size: 4vw;
    line-height: 1.8;
  }
  footer .footer .parts-footer .part-1 {
    padding: 0 !important;
  }
  footer .footer .parts-footer .part-2 {
    padding: 0 !important;
  }
  footer .footer .parts-footer .part-3 {
    padding: 0 !important;
    border-right: none !important;
    border-top: solid 1px #C49962;
    border-left: 0;
  }
  footer .footer .parts-footer .part-3::before {
    display: none;
  }
  footer .footer .parts-footer .part-4 {
    padding: 0 !important;
    border-top: solid 1px #C49962;
    border-left: 0;
    border-right: none !important;
  }
  footer .footer .parts-footer .part-4::before {
    display: none;
  }
  footer .footer a[href="https://www.yit.co.il/"] {
    flex-basis: 60px;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  footer .footer .credit {
    float: none;
    margin: 20px auto;
    display: block;
  }
  body footer .footer .parts-footer .part-3 {
    border-right: none;
  }
}/*# sourceMappingURL=Style-he.css.map */