body {
  font-family: "Noto Sans Hebrew", sans-serif;
}

input[type=email],
input[type=tel] {
  text-align: right;
}

.language-switcher .languages-block {
  right: auto;
  left: 0;
}
.language-switcher .languages-block ul {
  display: flex;
  align-items: center;
}
.language-switcher .languages-block ul li:not(:last-child)::after {
  right: auto;
  left: 0;
}

@media (min-width: 991.9px) {
  .hero .hero__content .content-bottom {
    border-top-right-radius: 0;
    border-top-left-radius: 98px 82px;
  }
  .hero .hero__content .content-bottom::before {
    left: auto;
    right: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='68' viewBox='0 0 50 68'%3E%3Cpath d='M0,68 C25,68 50,34 50,0 L50,68 Z' fill='white'/%3E%3C/svg%3E");
  }
  .hero .hero__content .content-bottom::after {
    right: auto;
    left: 0;
    transform: translateX(-100%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='75' viewBox='0 0 75 75'%3E%3Cpath d='M0,75 C37.5,75 75,37.5 75,0 L75,75 Z' fill='white'/%3E%3C/svg%3E");
  }
}

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  display: block;
  transform: rotate(180deg);
}

@media (min-width: 991.9px) {
  .footer .footer__main .footer-block._image-bg::before, .footer .footer__main .footer-block._image-bg::after {
    right: auto;
    left: 0;
  }
}