@charset "UTF-8";
/* line 5, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 3, ../sass/all/wrapper.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/all/wrapper.scss */
body {
  min-height: 100vh;
  background: #fff;
  white-space: normal;
  padding-top: var(--header-height);
}
/* line 20, ../sass/all/wrapper.scss */
body.o-f-h {
  padding-right: var(--scrollbar-width);
}

/* line 26, ../sass/all/wrapper.scss */
.fancybox__container {
  opacity: 1 !important;
}

/* line 30, ../sass/all/wrapper.scss */
html, body {
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100%;
  height: 100%;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  color: #1D1D1F;
  font-weight: 400;
  font-size: 16px;
}

/* Контейнер */
/* line 44, ../sass/all/wrapper.scss */
.wrapper {
  position: relative;
}

/* line 48, ../sass/all/wrapper.scss */
.container {
  position: relative;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 57, ../sass/all/wrapper.scss */
.container.min {
  max-width: 1240px;
}
/* line 61, ../sass/all/wrapper.scss */
.container.max {
  max-width: 100%;
  padding: 0 50px;
}

/* line 67, ../sass/all/wrapper.scss */
.content {
  overflow: hidden;
}

/* line 69, ../sass/all/wrapper.scss */
input, textarea, button {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
}

/* line 80, ../sass/all/wrapper.scss */
input[type='number'] {
  -moz-appearance: textfield;
}

/* line 84, ../sass/all/wrapper.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 89, ../sass/all/wrapper.scss */
textarea {
  resize: none;
}

/* line 93, ../sass/all/wrapper.scss */
button {
  cursor: pointer;
}

/* line 97, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 102, ../sass/all/wrapper.scss */
.is-invalid {
  border-color: red !important;
}
/* line 104, ../sass/all/wrapper.scss */
.is-invalid::placeholder {
  color: red !important;
}

/* line 109, ../sass/all/wrapper.scss */
.success-popup-wrap {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100000;
}

/* line 119, ../sass/all/wrapper.scss */
.success-popup-box {
  background: #fff;
  width: 90%;
  max-width: 400px;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  animation: successScale .3s ease;
}

@keyframes successScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* line 141, ../sass/all/wrapper.scss */
.success-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

/* line 147, ../sass/all/wrapper.scss */
.success-check {
  width: 100%;
  height: 100%;
}

/* line 152, ../sass/all/wrapper.scss */
.success-circle {
  stroke: #c5dac7;
  stroke-width: 3;
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
  animation: drawCircle 0.6s ease-out forwards;
}

/* line 160, ../sass/all/wrapper.scss */
.success-path {
  stroke: #c5dac7;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: drawCheck 0.4s ease-out forwards;
  animation-delay: 0.6s;
}

/* line 171, ../sass/all/wrapper.scss */
.global-success-box {
  animation: popupScale 0.3s ease;
}

@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCheck {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes popupScale {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* line 198, ../sass/all/wrapper.scss */
.hero-title {
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35), 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* line 207, ../sass/all/wrapper.scss */
.WaFixed {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: 0.3s ease;
  animation: waPulse 1.5s infinite;
}
/* line 224, ../sass/all/wrapper.scss */
.WaFixed svg {
  width: 40px;
  height: 40px;
}

/* line 230, ../sass/all/wrapper.scss */
.WaFixed:hover {
  transform: scale(1.1);
}

@keyframes waPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
/* line 245, ../sass/all/wrapper.scss */
.lang-he {
  direction: rtl;
}
/* line 248, ../sass/all/wrapper.scss */
.lang-he input[type="tel"], .lang-he input[type="email"] {
  direction: ltr;
  text-align: right;
}
/* line 253, ../sass/all/wrapper.scss */
.lang-he a[href^="tel"] {
  direction: ltr;
  text-align: right;
  display: inline-block;
  /* важно, чтобы text-align работал */
}
/* line 260, ../sass/all/wrapper.scss */
.lang-he .fancybox__dialog .fancybox__slide {
  direction: rtl;
}
/* line 263, ../sass/all/wrapper.scss */
.lang-he .fancybox__dialog .fancybox__slide .f-button[data-fancybox-close] {
  left: 0;
  right: auto;
}
/* line 270, ../sass/all/wrapper.scss */
.lang-he .notyf__icon {
  margin-left: 13px;
  margin-right: 0px;
}

@media only screen and (min-width: 1241px) and (max-width: 1599px) {
  /* line 279, ../sass/all/wrapper.scss */
  .container {
    max-width: 1200px;
    /*14%*/
  }
  /* line 282, ../sass/all/wrapper.scss */
  .container.min {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 291, ../sass/all/wrapper.scss */
  .container {
    max-width: 960px;
    /*20%*/
  }
  /* line 294, ../sass/all/wrapper.scss */
  .container.max {
    max-width: 960px;
    /*20%*/
    padding: 0;
  }
  /* line 299, ../sass/all/wrapper.scss */
  .container.min {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 308, ../sass/all/wrapper.scss */
  .container {
    max-width: 738px;
    /*23%*/
  }
  /* line 311, ../sass/all/wrapper.scss */
  .container.max {
    max-width: 738px;
    /*20%*/
    padding: 0;
  }
  /* line 316, ../sass/all/wrapper.scss */
  .container.min {
    max-width: 738px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 326, ../sass/all/wrapper.scss */
  .container {
    max-width: calc(100% - 30px);
  }
  /* line 329, ../sass/all/wrapper.scss */
  .container.max {
    max-width: calc(100% - 30px);
    padding: 0;
  }
  /* line 334, ../sass/all/wrapper.scss */
  .container.min {
    max-width: calc(100% - 30px);
  }
}
/* line 1, ../sass/all/header.scss */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  border-bottom: 1px solid #9b9b9b;
}

/* line 10, ../sass/all/header.scss */
.header-logo {
  display: block;
}
/* line 13, ../sass/all/header.scss */
.header-logo img {
  display: block;
  height: 27px;
}

/* line 19, ../sass/all/header.scss */
.header-wr {
  position: relative;
  display: flex;
  height: 48px;
  align-items: center;
  color: #fff;
  padding: 0 35px;
}
/* line 28, ../sass/all/header.scss */
.header-wr ul {
  display: flex;
  gap: 4px;
  align-items: center;
}
/* line 35, ../sass/all/header.scss */
.header-wr ul li a {
  padding: 5px 10px;
  font-size: 15px;
  position: relative;
}
/* line 41, ../sass/all/header.scss */
.header-wr ul li a i {
  position: relative;
  font-size: .5em;
  vertical-align: top;
}
/* line 47, ../sass/all/header.scss */
.header-wr ul li a svg {
  width: 28px;
  height: 28px;
  position: relative;
  top: 2px;
}

/* line 58, ../sass/all/header.scss */
.header-menu {
  display: flex;
  align-items: center;
  margin-left: 20%;
}

/* line 64, ../sass/all/header.scss */
.header-right {
  margin-left: auto;
  margin-right: 3px;
}

/* line 1, ../sass/all/crumbs.scss */
.crumbs {
  position: relative;
  padding-top: 35px;
  padding-bottom: 10px;
}
/* line 6, ../sass/all/crumbs.scss */
.crumbs .breadcrumb {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #525252;
  letter-spacing: .5px;
  gap: 5px;
  flex-wrap: wrap;
}
/* line 17, ../sass/all/crumbs.scss */
.crumbs .breadcrumb a:hover {
  color: #000;
}

/* line 1, ../sass/all/footer.scss */
.footer-new {
  background: #212121;
  color: #fff;
  padding: 15px 33px 0;
  margin: 0 8px;
  width: calc(100% - 16px);
  position: relative;
  overflow: hidden;
}

/* line 11, ../sass/all/footer.scss */
.footer-new-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

/* line 17, ../sass/all/footer.scss */
.footer-new-left {
  flex: 1;
}

/* line 21, ../sass/all/footer.scss */
.footer-new-logo {
  font-size: 29vw;
  font-weight: 700;
  line-height: 21vw;
  opacity: .9;
}

/* line 28, ../sass/all/footer.scss */
.footer-new-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 91px;
}

/* line 35, ../sass/all/footer.scss */
.footer-newsletter p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #b3b3b3;
}

/* line 41, ../sass/all/footer.scss */
.footer-form {
  display: flex;
  gap: 3px;
}

/* line 46, ../sass/all/footer.scss */
.footer-form label {
  width: calc(50% - 131px);
  display: block;
  position: relative;
}

/* line 52, ../sass/all/footer.scss */
.footer-form label:first-child {
  width: 50%;
}

/* line 56, ../sass/all/footer.scss */
.footer-form label input {
  padding: 26px 11px;
  background: #313131;
  border: 0;
  color: #fff;
  border-radius: 4px;
  width: 100%;
}

/* line 65, ../sass/all/footer.scss */
.footer-form label input:not(:placeholder-shown) ~ span {
  transform: scale(0.85);
}

/* line 69, ../sass/all/footer.scss */
.footer-form label input:focus ~ span {
  transform: scale(0.85);
}

/* line 73, ../sass/all/footer.scss */
.footer-form label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 10px;
  pointer-events: none;
  color: #fff;
  font-size: 15px;
  transition: .3s ease-in-out;
  transform-origin: top left;
}

/* line 86, ../sass/all/footer.scss */
.footer-form button {
  padding: 5px 10px;
  background: #fff;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: unset;
  width: 124px;
  border-radius: 4px;
}

/* line 99, ../sass/all/footer.scss */
.footer-menus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* line 105, ../sass/all/footer.scss */
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

/* line 111, ../sass/all/footer.scss */
.footer-menu h4 {
  font-size: 14px;
  color: #b3b3b3;
}

/* line 116, ../sass/all/footer.scss */
.footer-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

/* line 122, ../sass/all/footer.scss */
.footer-menu a:hover {
  opacity: 1;
}

/* line 126, ../sass/all/footer.scss */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 34px;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #b3b3b3;
}

/* line 137, ../sass/all/footer.scss */
.footer-bottom svg {
  height: 44px;
}

/* line 141, ../sass/all/footer.scss */
.footer-payments {
  display: flex;
  gap: 0;
  align-items: center;
}

/* line 147, ../sass/all/footer.scss */
.footer-payments span:first-child {
  margin-right: 8px;
}

/* line 1, ../sass/all/text.scss */
.section-padding {
  padding: 50px 0;
}
/* line 4, ../sass/all/text.scss */
.section-padding.half-top {
  padding-top: 25px;
}
/* line 8, ../sass/all/text.scss */
.section-padding.half-bot {
  padding-bottom: 25px;
}
/* line 12, ../sass/all/text.scss */
.section-padding.first {
  padding-top: 100px;
}
/* line 16, ../sass/all/text.scss */
.section-padding.last {
  padding-bottom: 100px;
}

/* line 22, ../sass/all/text.scss */
.site-text {
  font-size: 16px;
  line-height: 1.4;
}
/* line 26, ../sass/all/text.scss */
.site-text.max {
  font-size: 18px;
}
/* line 30, ../sass/all/text.scss */
.site-text.min {
  font-size: 14px;
}
/* line 34, ../sass/all/text.scss */
.site-text.fz20 {
  font-size: 20px;
}
/* line 38, ../sass/all/text.scss */
.site-text.fz22 {
  font-size: 22px;
}
/* line 42, ../sass/all/text.scss */
.site-text.fz44 {
  font-size: 44px;
}

/* line 47, ../sass/all/text.scss */
.site-title {
  font-size: 60px;
  margin-bottom: 20px;
  line-height: 1;
}
/* line 52, ../sass/all/text.scss */
.site-title a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
}
/* line 61, ../sass/all/text.scss */
.site-title a svg {
  width: 1em;
  height: 1em;
  position: relative;
  top: .1em;
}
@media (hover: hover) {
  /* line 69, ../sass/all/text.scss */
  .site-title a:hover {
    color: #F30B32;
  }
}
/* line 75, ../sass/all/text.scss */
.site-title.fz22 {
  font-size: 22px;
}
/* line 79, ../sass/all/text.scss */
.site-title.fz26 {
  font-size: 26px;
}
/* line 83, ../sass/all/text.scss */
.site-title.fz30 {
  font-size: 30px;
}
/* line 87, ../sass/all/text.scss */
.site-title.fz34 {
  font-size: 34px;
}
/* line 91, ../sass/all/text.scss */
.site-title.fz36 {
  font-size: 36px;
}
/* line 95, ../sass/all/text.scss */
.site-title.fz44 {
  font-size: 44px;
}
/* line 99, ../sass/all/text.scss */
.site-title.fz54 {
  font-size: 54px;
}
/* line 103, ../sass/all/text.scss */
.site-title.fz80 {
  line-height: 1;
  font-size: 80px;
}
/* line 108, ../sass/all/text.scss */
.site-title.fz96 {
  line-height: 1;
  font-size: 96px;
}

/* line 114, ../sass/all/text.scss */
.site-list {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  list-style-type: disc;
  padding-left: 20px;
  gap: 10px 0;
  font-size: 16px;
}

/* line 132, ../sass/all/text.scss */
.site-btn-center {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* line 138, ../sass/all/text.scss */
.site-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
  height: 74px;
  font-size: 15px;
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
  min-width: 201px;
  justify-content: space-between;
}
/* line 156, ../sass/all/text.scss */
.site-btn i {
  width: 42px;
  height: 28px;
  border-radius: 2px;
  color: #e5e7eb;
  color: #000;
  background-color: #0000001a;
  display: flex;
  justify-content: center;
}
/* line 166, ../sass/all/text.scss */
.site-btn i svg {
  width: 28px;
  height: 28px;
}
/* line 171, ../sass/all/text.scss */
.site-btn.black {
  background-color: #212121;
  color: #fff;
}
/* line 175, ../sass/all/text.scss */
.site-btn.black i {
  background-color: #ffffff1a;
  color: #e5e7eb;
}
/* line 182, ../sass/all/text.scss */
.site-btn.default {
  cursor: default;
}
/* line 186, ../sass/all/text.scss */
.site-btn.w100 {
  width: 100%;
}

/* line 191, ../sass/all/text.scss */
.w100h100 {
  width: 100%;
  height: 100%;
}

/* line 196, ../sass/all/text.scss */
.shekel {
  font-size: 0.7em;
}

/* line 200, ../sass/all/text.scss */
.fw100 {
  font-weight: 100;
}

/* line 204, ../sass/all/text.scss */
.fw200 {
  font-weight: 200;
}

/* line 208, ../sass/all/text.scss */
.fw300 {
  font-weight: 300;
}

/* line 212, ../sass/all/text.scss */
.fw400 {
  font-weight: 400;
}

/* line 216, ../sass/all/text.scss */
.fw500 {
  font-weight: 500;
}

/* line 220, ../sass/all/text.scss */
.fw600 {
  font-weight: 600;
}

/* line 224, ../sass/all/text.scss */
.fw700 {
  font-weight: 700;
}

/* line 228, ../sass/all/text.scss */
.fw800 {
  font-weight: 800;
}

/* line 232, ../sass/all/text.scss */
.fw900 {
  font-weight: 900;
}

/* line 236, ../sass/all/text.scss */
.w100 {
  width: 100% !important;
}

/* line 240, ../sass/all/text.scss */
.ttu {
  text-transform: uppercase;
}

/* line 244, ../sass/all/text.scss */
.tac {
  text-align: center;
}

/* line 248, ../sass/all/text.scss */
.tal {
  text-align: left;
}

/* line 252, ../sass/all/text.scss */
.tar {
  text-align: right;
}

/* line 256, ../sass/all/text.scss */
.ltr {
  direction: ltr;
}

/* line 260, ../sass/all/text.scss */
.rtl {
  direction: rtl;
}

/* line 264, ../sass/all/text.scss */
.o-f-h {
  overflow: hidden;
}

/* line 268, ../sass/all/text.scss */
.d-f {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/* line 276, ../sass/all/text.scss */
.f-w-w {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 284, ../sass/all/text.scss */
.f-d-c {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

/* line 292, ../sass/all/text.scss */
.j-c-c {
  justify-content: center;
}

/* line 296, ../sass/all/text.scss */
.j-c-s-b {
  justify-content: space-between;
}

/* line 300, ../sass/all/text.scss */
.j-c-f-e {
  justify-content: flex-end;
}

/* line 304, ../sass/all/text.scss */
.a-i-f-s {
  -ms-align-items: flex-start;
  align-items: flex-start;
}

/* line 309, ../sass/all/text.scss */
.a-i-c {
  -ms-align-items: center;
  align-items: center;
}

/* line 314, ../sass/all/text.scss */
.a-i-f-e {
  -ms-align-items: flex-end;
  align-items: flex-end;
}

/* line 319, ../sass/all/text.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 323, ../sass/all/text.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 327, ../sass/all/text.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 331, ../sass/all/text.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 335, ../sass/all/text.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 339, ../sass/all/text.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 343, ../sass/all/text.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 347, ../sass/all/text.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 351, ../sass/all/text.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 361, ../sass/all/text.scss */
.no-visible-block {
  position: absolute;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: -100;
}

/* line 370, ../sass/all/text.scss */
.lang-he {
  /* .site-title {
  
  	a {
  		svg {
  			transform: scaleX(-1);
  		}
  	}
  } */
}
/* line 371, ../sass/all/text.scss */
.lang-he .site-text {
  font-size: 18px;
}
/* line 374, ../sass/all/text.scss */
.lang-he .site-text.fz20 {
  font-size: 22px;
}
/* line 378, ../sass/all/text.scss */
.lang-he .site-text.fz22 {
  font-size: 24px;
}
/* line 382, ../sass/all/text.scss */
.lang-he .site-text.max {
  font-size: 20px;
}
/* line 386, ../sass/all/text.scss */
.lang-he .site-text.min {
  font-size: 16px;
}
/* line 390, ../sass/all/text.scss */
.lang-he .site-text.fz44 {
  font-size: 48px;
}
/* line 395, ../sass/all/text.scss */
.lang-he .site-list {
  padding-right: 20px;
  padding-left: 0;
  font-size: 18px;
}
/* line 410, ../sass/all/text.scss */
.lang-he .site-btn {
  font-size: 18px;
}

@media only screen and (min-width: 1241px) and (max-width: 1599px) {
  /* line 417, ../sass/all/text.scss */
  .site-text {
    font-size: 15px;
  }
  /* line 420, ../sass/all/text.scss */
  .site-text.fz22 {
    font-size: 20px;
  }

  /* line 425, ../sass/all/text.scss */
  .site-title {
    font-size: 54px;
  }
  /* line 428, ../sass/all/text.scss */
  .site-title.fz30 {
    font-size: 28px;
  }

  /* line 434, ../sass/all/text.scss */
  .lang-he .site-text {
    font-size: 17px;
  }
  /* line 437, ../sass/all/text.scss */
  .lang-he .site-text.fz22 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 448, ../sass/all/text.scss */
  .section-padding {
    padding: 30px 0;
  }
  /* line 451, ../sass/all/text.scss */
  .section-padding.half-top {
    padding-top: 15px;
  }
  /* line 455, ../sass/all/text.scss */
  .section-padding.half-bot {
    padding-bottom: 15px;
  }
  /* line 459, ../sass/all/text.scss */
  .section-padding.first {
    padding-top: 60px;
  }
  /* line 463, ../sass/all/text.scss */
  .section-padding.last {
    padding-bottom: 60px;
  }

  /* line 468, ../sass/all/text.scss */
  .site-text {
    font-size: 14px;
  }
  /* line 471, ../sass/all/text.scss */
  .site-text.fz20 {
    font-size: 18px;
  }
  /* line 475, ../sass/all/text.scss */
  .site-text.fz22 {
    font-size: 20px;
  }
  /* line 479, ../sass/all/text.scss */
  .site-text.max {
    font-size: 16px;
  }
  /* line 483, ../sass/all/text.scss */
  .site-text.min {
    font-size: 12px;
  }
  /* line 487, ../sass/all/text.scss */
  .site-text.fz44 {
    font-size: 32px;
  }

  /* line 492, ../sass/all/text.scss */
  .site-title {
    font-size: 42px;
  }
  /* line 495, ../sass/all/text.scss */
  .site-title.fz22 {
    font-size: 18px;
  }
  /* line 499, ../sass/all/text.scss */
  .site-title.fz26 {
    font-size: 22px;
  }
  /* line 503, ../sass/all/text.scss */
  .site-title.fz30 {
    font-size: 26px;
  }
  /* line 507, ../sass/all/text.scss */
  .site-title.fz34 {
    font-size: 30px;
  }
  /* line 511, ../sass/all/text.scss */
  .site-title.fz36 {
    font-size: 32px;
  }
  /* line 515, ../sass/all/text.scss */
  .site-title.fz44 {
    font-size: 36px;
  }
  /* line 519, ../sass/all/text.scss */
  .site-title.fz54 {
    font-size: 46px;
  }
  /* line 523, ../sass/all/text.scss */
  .site-title.fz80 {
    font-size: 56px;
  }
  /* line 527, ../sass/all/text.scss */
  .site-title.fz96 {
    font-size: 68px;
  }

  /* line 534, ../sass/all/text.scss */
  .lang-he .site-text {
    font-size: 16px;
  }
  /* line 537, ../sass/all/text.scss */
  .lang-he .site-text.fz20 {
    font-size: 20px;
  }
  /* line 541, ../sass/all/text.scss */
  .lang-he .site-text.fz22 {
    font-size: 22px;
  }
  /* line 545, ../sass/all/text.scss */
  .lang-he .site-text.max {
    font-size: 18px;
  }
  /* line 549, ../sass/all/text.scss */
  .lang-he .site-text.min {
    font-size: 14px;
  }
  /* line 554, ../sass/all/text.scss */
  .lang-he .site-btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 563, ../sass/all/text.scss */
  .section-padding {
    padding: 25px 0;
  }
  /* line 566, ../sass/all/text.scss */
  .section-padding.half-top {
    padding-top: 15px;
  }
  /* line 570, ../sass/all/text.scss */
  .section-padding.half-bot {
    padding-bottom: 15px;
  }
  /* line 574, ../sass/all/text.scss */
  .section-padding.first {
    padding-top: 50px;
  }
  /* line 578, ../sass/all/text.scss */
  .section-padding.last {
    padding-bottom: 50px;
  }

  /* line 583, ../sass/all/text.scss */
  .site-text {
    font-size: 14px;
  }
  /* line 586, ../sass/all/text.scss */
  .site-text.fz20 {
    font-size: 17px;
  }
  /* line 590, ../sass/all/text.scss */
  .site-text.fz22 {
    font-size: 19px;
  }
  /* line 594, ../sass/all/text.scss */
  .site-text.max {
    font-size: 16px;
  }
  /* line 598, ../sass/all/text.scss */
  .site-text.min {
    font-size: 12px;
  }
  /* line 602, ../sass/all/text.scss */
  .site-text.fz44 {
    font-size: 28px;
  }

  /* line 607, ../sass/all/text.scss */
  .site-title {
    font-size: 38px;
  }
  /* line 610, ../sass/all/text.scss */
  .site-title.fz22 {
    font-size: 16px;
  }
  /* line 614, ../sass/all/text.scss */
  .site-title.fz26 {
    font-size: 20px;
  }
  /* line 618, ../sass/all/text.scss */
  .site-title.fz30 {
    font-size: 24px;
  }
  /* line 622, ../sass/all/text.scss */
  .site-title.fz34 {
    font-size: 28px;
  }
  /* line 626, ../sass/all/text.scss */
  .site-title.fz36 {
    font-size: 30px;
  }
  /* line 630, ../sass/all/text.scss */
  .site-title.fz44 {
    font-size: 32px;
  }
  /* line 634, ../sass/all/text.scss */
  .site-title.fz54 {
    font-size: 42px;
  }
  /* line 638, ../sass/all/text.scss */
  .site-title.fz80 {
    font-size: 50px;
  }
  /* line 642, ../sass/all/text.scss */
  .site-title.fz96 {
    font-size: 54px;
  }

  /* line 648, ../sass/all/text.scss */
  .lang-he .site-text {
    font-size: 16px;
  }
  /* line 651, ../sass/all/text.scss */
  .lang-he .site-text.fz20 {
    font-size: 19px;
  }
  /* line 655, ../sass/all/text.scss */
  .lang-he .site-text.fz22 {
    font-size: 21px;
  }
  /* line 659, ../sass/all/text.scss */
  .lang-he .site-text.max {
    font-size: 18px;
  }
  /* line 663, ../sass/all/text.scss */
  .lang-he .site-text.min {
    font-size: 14px;
  }
  /* line 668, ../sass/all/text.scss */
  .lang-he .site-btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 677, ../sass/all/text.scss */
  .section-padding {
    padding: 20px 0;
  }
  /* line 680, ../sass/all/text.scss */
  .section-padding.half-top {
    padding-top: 10px;
  }
  /* line 684, ../sass/all/text.scss */
  .section-padding.half-bot {
    padding-bottom: 10px;
  }
  /* line 688, ../sass/all/text.scss */
  .section-padding.first {
    padding-top: 40px;
  }
  /* line 692, ../sass/all/text.scss */
  .section-padding.last {
    padding-bottom: 40px;
  }

  /* line 697, ../sass/all/text.scss */
  .site-text {
    font-size: 14px;
  }
  /* line 700, ../sass/all/text.scss */
  .site-text.fz20 {
    font-size: 17px;
  }
  /* line 704, ../sass/all/text.scss */
  .site-text.fz22 {
    font-size: 18px;
  }
  /* line 708, ../sass/all/text.scss */
  .site-text.max {
    font-size: 16px;
  }
  /* line 712, ../sass/all/text.scss */
  .site-text.min {
    font-size: 12px;
  }
  /* line 716, ../sass/all/text.scss */
  .site-text.fz44 {
    font-size: 28px;
  }

  /* line 721, ../sass/all/text.scss */
  .site-title {
    font-size: 32px;
  }
  /* line 724, ../sass/all/text.scss */
  .site-title.fz22 {
    font-size: 16px;
  }
  /* line 728, ../sass/all/text.scss */
  .site-title.fz26 {
    font-size: 20px;
  }
  /* line 732, ../sass/all/text.scss */
  .site-title.fz30 {
    font-size: 22px;
  }
  /* line 736, ../sass/all/text.scss */
  .site-title.fz34 {
    font-size: 26px;
  }
  /* line 740, ../sass/all/text.scss */
  .site-title.fz36 {
    font-size: 28px;
  }
  /* line 744, ../sass/all/text.scss */
  .site-title.fz44 {
    font-size: 30px;
  }
  /* line 748, ../sass/all/text.scss */
  .site-title.fz54 {
    font-size: 38px;
  }
  /* line 752, ../sass/all/text.scss */
  .site-title.fz80 {
    font-size: 44px;
  }
  /* line 756, ../sass/all/text.scss */
  .site-title.fz96 {
    font-size: 48px;
  }

  /* line 763, ../sass/all/text.scss */
  .lang-he .site-text {
    font-size: 16px;
  }
  /* line 766, ../sass/all/text.scss */
  .lang-he .site-text.fz20 {
    font-size: 19px;
  }
  /* line 770, ../sass/all/text.scss */
  .lang-he .site-text.fz22 {
    font-size: 20px;
  }
  /* line 774, ../sass/all/text.scss */
  .lang-he .site-text.max {
    font-size: 18px;
  }
  /* line 778, ../sass/all/text.scss */
  .lang-he .site-text.min {
    font-size: 14px;
  }
  /* line 783, ../sass/all/text.scss */
  .lang-he .site-btn {
    font-size: 16px;
  }
}
/* line 1, ../sass/all/wgag.scss */
#accessibilityButton {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #1D1D1F;
  left: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 28;
  border-radius: 50%;
  transition: all .15s ease;
  border: 1px solid #fff;
  color: #fff;
  padding: 0;
}
/* line 24, ../sass/all/wgag.scss */
#accessibilityButton svg {
  display: block;
  width: 22px;
  height: 22px;
}
@media (hover: hover) {
  /* line 31, ../sass/all/wgag.scss */
  #accessibilityButton:hover {
    transform: scale(1.1);
  }
}

/* line 37, ../sass/all/wgag.scss */
#accessibilityMenu {
  display: none;
  position: fixed;
  background-color: #fff;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), 0 4px 16px rgba(0, 0, 0, 0.1);
  width: 550px;
  max-width: calc(100% - 35px);
  height: calc(100% - 0px);
  /* border-radius: 20px; */
  overflow: hidden;
  max-height: calc(100% - 0px);
  z-index: 214748364;
}

/* line 53, ../sass/all/wgag.scss */
.accessibilityMenu {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
/* line 59, ../sass/all/wgag.scss */
.accessibilityMenu input {
  -webkit-appearance: auto;
}
/* line 63, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar {
  width: 10px;
}
/* line 66, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-track {
  background: transparent;
}
/* line 69, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-thumb {
  background: #1D1D1F;
  border-radius: 0px;
  margin: 10px 0;
}
/* line 74, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-button {
  display: none;
}
/* line 78, ../sass/all/wgag.scss */
.accessibilityMenu .site-title {
  padding-top: 50px;
  padding-bottom: 135px;
  background: #c5dac7;
  color: #1D1D1F;
}
/* line 85, ../sass/all/wgag.scss */
.accessibilityMenu .inner {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  z-index: 2;
  margin: 15px;
  margin-top: -110px;
  width: calc(100% - 30px);
  border-radius: 10px;
  background: #fff;
  padding: 15px;
}
/* line 107, ../sass/all/wgag.scss */
.accessibilityMenu .bl {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: #e0e0e0;
  width: calc((100% - 30px) / 3);
  height: 120px;
  padding: 15px;
  border-radius: 10px;
  border: solid 2px transparent;
  color: #000;
}
/* line 130, ../sass/all/wgag.scss */
.accessibilityMenu .bl.double {
  width: calc((100% - 30px) / 3 * 2 + 15px);
}
/* line 134, ../sass/all/wgag.scss */
.accessibilityMenu .bl i {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
}
/* line 140, ../sass/all/wgag.scss */
.accessibilityMenu .bl span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
@media (hover: hover) {
  /* line 148, ../sass/all/wgag.scss */
  .accessibilityMenu .bl:hover:not(.double) {
    background: #1D1D1F;
    color: #fff;
  }
}
/* line 154, ../sass/all/wgag.scss */
.accessibilityMenu .bl.active {
  background: #1D1D1F;
  color: #fff;
}
/* line 159, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 20px;
}
/* line 169, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div {
  position: relative;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
@media (hover: hover) {
  /* line 178, ../sass/all/wgag.scss */
  .accessibilityMenu .bl .color-options div:hover {
    transform: scale(1.1);
  }
}
/* line 184, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
/* line 198, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div.white.active:before {
  background: #000;
}
/* line 205, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
/* line 217, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: #1D1D1F;
  border-radius: 50%;
  padding: 0;
  color: #fff;
  padding: 0;
  min-width: 24px;
}
/* line 236, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus button svg {
  display: block;
  width: 9px;
  height: auto;
}
@media (hover: hover) {
  /* line 243, ../sass/all/wgag.scss */
  .accessibilityMenu .bl .plus-minus button:hover {
    background: #F30B32;
  }
}

/* line 252, ../sass/all/wgag.scss */
.accessibilityMenuClose {
  position: absolute;
  cursor: pointer;
  top: 15px;
  left: 15px;
  z-index: 2;
}
/* line 259, ../sass/all/wgag.scss */
.accessibilityMenuClose svg {
  display: block;
  width: 12px;
  height: auto;
  transition: all .15s ease;
}
@media (hover: hover) {
  /* line 267, ../sass/all/wgag.scss */
  .accessibilityMenuClose:hover svg {
    transform: scale(1.1);
  }
}

/* line 273, ../sass/all/wgag.scss */
.showMenu #accessibilityMenu {
  display: block;
}

/* line 278, ../sass/all/wgag.scss */
.high-contrast {
  background-color: black;
  color: white;
  --color: #fff;
}
/* line 283, ../sass/all/wgag.scss */
.high-contrast .text {
  color: white;
  --color: #fff;
}

/* line 289, ../sass/all/wgag.scss */
.night-mode {
  background-color: #222;
  color: #ddd;
}
/* line 293, ../sass/all/wgag.scss */
.night-mode .text {
  color: #ddd;
  --color: #ddd;
}

/* line 299, ../sass/all/wgag.scss */
.img-description {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  padding: 5px;
  margin: 5px 0;
  font-size: 14px;
  max-width: 90%;
  word-wrap: break-word;
}

/* line 309, ../sass/all/wgag.scss */
body.reading-view {
  background-color: #f4f4f4;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

/* line 316, ../sass/all/wgag.scss */
body.reading-view * {
  display: none;
}

/* line 320, ../sass/all/wgag.scss */
body.reading-view p,
body.reading-view h1,
body.reading-view h2,
body.reading-view h3,
body.reading-view h4,
body.reading-view h5,
body.reading-view h6,
body.reading-view li,
body.reading-view blockquote {
  display: block;
  margin: 20px;
  padding: 10px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/* line 337, ../sass/all/wgag.scss */
.high-contrast-dark {
  background-color: black;
  color: white;
  --color: #fff;
}
/* line 342, ../sass/all/wgag.scss */
.high-contrast-dark .text {
  color: white;
  --color: #fff;
}

/* line 348, ../sass/all/wgag.scss */
.high-contrast-light {
  background-color: #fff;
  color: #000;
}

/* line 353, ../sass/all/wgag.scss */
.monochrome-mode {
  filter: grayscale(100%);
}

/* line 357, ../sass/all/wgag.scss */
.font-adjust-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 363, ../sass/all/wgag.scss */
#fontSizeSlider {
  flex-grow: 1;
  height: auto;
  padding: 0;
}

/* line 370, ../sass/all/wgag.scss */
.line-spacing-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 376, ../sass/all/wgag.scss */
#lineSpacingSlider {
  flex-grow: 1;
  height: auto;
  padding: 0;
}

/* line 382, ../sass/all/wgag.scss */
.word-spacing-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 388, ../sass/all/wgag.scss */
#wordSpacingSlider {
  flex-grow: 1;
  height: auto;
  padding: 0;
}

/* line 394, ../sass/all/wgag.scss */
.he {
  /* #accessibilityButton {
      right: 20px;
      left: auto;
  } */
}
/* line 400, ../sass/all/wgag.scss */
.he #accessibilityMenu {
  direction: rtl;
  /* right:20px;
  left: auto; */
}
/* line 406, ../sass/all/wgag.scss */
.he .accessibilityMenuClose {
  right: 15px;
  left: auto;
}
/* line 411, ../sass/all/wgag.scss */
.he .accessibilityMenu .bl span {
  font-size: calc(14px * 1.2);
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 418, ../sass/all/wgag.scss */
  #accessibilityButton {
    left: 0px;
    bottom: 125px;
    width: 40px;
    height: 40px;
    border-radius: 0 5px 5px 0;
    border: 0;
  }
  /* line 426, ../sass/all/wgag.scss */
  #accessibilityButton svg {
    width: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) and (hover: hover) {
  /* line 430, ../sass/all/wgag.scss */
  #accessibilityButton:hover {
    transform: scale(1);
  }
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 436, ../sass/all/wgag.scss */
  #accessibilityMenu {
    left: 15px;
    bottom: 15px;
    max-width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 15px;
    max-height: calc(100% - 30px);
  }

  /* line 446, ../sass/all/wgag.scss */
  .accessibilityMenu::-webkit-scrollbar {
    width: 5px;
  }
  /* line 450, ../sass/all/wgag.scss */
  .accessibilityMenu .site-title {
    padding-top: 30px;
  }
  /* line 454, ../sass/all/wgag.scss */
  .accessibilityMenu .bl {
    width: calc((100% - 15px) / 2);
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
  }
  /* line 462, ../sass/all/wgag.scss */
  .accessibilityMenu .bl.double {
    width: 100%;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }

  /* line 474, ../sass/all/wgag.scss */
  .lang-he #accessibilityButton {
    left: 0px;
  }
  /* line 478, ../sass/all/wgag.scss */
  .lang-he #accessibilityMenu {
    left: 0px;
    max-width: 100%;
    width: 100%;
  }
}
/* line 2, ../sass/all/faq.scss */
.FAQ-Wr .container {
  width: 1000px;
  max-width: calc(100% - 30px);
}
/* line 7, ../sass/all/faq.scss */
.FAQ-Wr .toggleBlock {
  margin-top: 50px;
}
/* line 11, ../sass/all/faq.scss */
.FAQ-Wr .navt {
  position: relative;
  cursor: pointer;
  transition: 0.3s ease all;
  min-height: 70px;
  border-radius: 15px;
  background: rgba(0, 194, 166, 0.2);
  margin-bottom: 15px;
  padding: 20px;
}
/* line 21, ../sass/all/faq.scss */
.FAQ-Wr .navt:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 25, ../sass/all/faq.scss */
.FAQ-Wr .navt:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s ease all;
  top: 12px;
  right: 12px;
  width: 45px;
  height: 45px;
  background-image: url(/assets/img/186411_arrow_down_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 12px;
  background-size: auto 12px;
  border: 6px solid rgba(255, 194, 31, 0.5);
  border-radius: 50%;
}
/* line 47, ../sass/all/faq.scss */
.FAQ-Wr .navt.active:after {
  border-color: #FFC21F;
  transform: rotate(180deg);
}
/* line 52, ../sass/all/faq.scss */
.FAQ-Wr .navt.active .content {
  max-height: 1000px;
  transform: translateY(0px);
  opacity: 1;
}
@media (hover: hover) {
  /* line 60, ../sass/all/faq.scss */
  .FAQ-Wr .navt:hover:not(.active) {
    transform: scale(0.95);
  }
}
/* line 66, ../sass/all/faq.scss */
.FAQ-Wr .toggle {
  position: relative;
  max-width: calc(100% - 45px - 15px);
  min-height: 32px;
}
/* line 71, ../sass/all/faq.scss */
.FAQ-Wr .toggle.site-title {
  margin-bottom: 0;
}
/* line 76, ../sass/all/faq.scss */
.FAQ-Wr .content {
  position: relative;
  overflow: hidden;
  transition: 1s ease all;
  max-height: 0;
  transform: translateY(20px);
  opacity: 0;
}
/* line 84, ../sass/all/faq.scss */
.FAQ-Wr .content span {
  display: block;
  border: 1px solid rgba(29, 29, 31, 0.5);
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 1px;
}

/* line 98, ../sass/all/faq.scss */
.lang-he .FAQ-Wr {
  direction: rtl;
}
/* line 102, ../sass/all/faq.scss */
.lang-he .FAQ-Wr .navt:after {
  left: 12px;
  right: initial;
}
/* line 109, ../sass/all/faq.scss */
.lang-he .FAQ-Wr .content span {
  font-size: 18px;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 119, ../sass/all/faq.scss */
  .FAQ-Wr .toggleBlock {
    margin-top: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 129, ../sass/all/faq.scss */
  .FAQ-Wr .toggleBlock {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 139, ../sass/all/faq.scss */
  .FAQ-Wr .container {
    width: 738px;
  }
  /* line 143, ../sass/all/faq.scss */
  .FAQ-Wr .toggleBlock {
    margin-top: 30px;
  }
  /* line 147, ../sass/all/faq.scss */
  .FAQ-Wr .navt {
    min-height: 60px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
  }
  /* line 153, ../sass/all/faq.scss */
  .FAQ-Wr .navt:after {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-width: 5px;
  }
  /* line 162, ../sass/all/faq.scss */
  .FAQ-Wr .toggle {
    max-width: calc(100% - 40px - 10px);
    min-height: 28px;
  }
  /* line 168, ../sass/all/faq.scss */
  .FAQ-Wr .content span {
    font-size: 15px;
    padding: 15px;
  }

  /* line 178, ../sass/all/faq.scss */
  .lang-he .FAQ-Wr .navt:after {
    left: 10px;
  }
  /* line 184, ../sass/all/faq.scss */
  .lang-he .FAQ-Wr .content span {
    font-size: 17px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 196, ../sass/all/faq.scss */
  .FAQ-Wr .toggleBlock {
    margin-top: 30px;
  }
  /* line 200, ../sass/all/faq.scss */
  .FAQ-Wr .navt {
    min-height: 54px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
  }
  /* line 206, ../sass/all/faq.scss */
  .FAQ-Wr .navt:after {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-width: 4px;
  }
  /* line 215, ../sass/all/faq.scss */
  .FAQ-Wr .toggle {
    max-width: calc(100% - 34px - 5px);
    min-height: 24px;
  }
  /* line 221, ../sass/all/faq.scss */
  .FAQ-Wr .content span {
    font-size: 14px;
    padding: 10px;
  }

  /* line 231, ../sass/all/faq.scss */
  .lang-he .FAQ-Wr .navt:after {
    left: 10px;
  }
  /* line 237, ../sass/all/faq.scss */
  .lang-he .FAQ-Wr .content span {
    font-size: 16px;
  }
}
/* line 1, ../sass/all/global-slider-style.scss */
:root {
  --swiper-navigation-sides-offset: 16px !important;
  --swiper-navigation-size: 40px !important;
  --swiper-navigation-size-arrow: 18px !important;
  --swiper-navigation-color: #7A7A7A !important;
  --swiper-pagination-bullet-width: 6px !important;
  --swiper-pagination-bullet-height: 6px !important;
}

/* line 16, ../sass/all/global-slider-style.scss */
.swiper-button-next, .swiper-button-prev {
  width: var(--swiper-navigation-size) !important;
  height: var(--swiper-navigation-size) !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid rgba(118, 121, 127, 0.3);
  opacity: .5;
  transition: opacity .3s ease-in-out;
}
/* line 28, ../sass/all/global-slider-style.scss */
.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 1;
}
/* line 32, ../sass/all/global-slider-style.scss */
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: var(--swiper-navigation-size-arrow) !important;
}
/* line 36, ../sass/all/global-slider-style.scss */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* line 45, ../sass/all/global-slider-style.scss */
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5) !important;
  cursor: pointer;
  opacity: .5 !important;
  margin: 0 2px !important;
}
/* line 51, ../sass/all/global-slider-style.scss */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
  opacity: 1 !important;
}

/* line 1, ../sass/all/seo-text.scss */
.SEO-Text {
  position: relative;
}
/* line 4, ../sass/all/seo-text.scss */
.SEO-Text h1, .SEO-Text h2, .SEO-Text h3, .SEO-Text h4, .SEO-Text h5, .SEO-Text h6 {
  position: relative;
  font-weight: 400;
  line-height: 1.25;
  font-size: 32px;
  margin-bottom: 20px;
}
/* line 11, ../sass/all/seo-text.scss */
.SEO-Text h1:nth-last-child(1), .SEO-Text h2:nth-last-child(1), .SEO-Text h3:nth-last-child(1), .SEO-Text h4:nth-last-child(1), .SEO-Text h5:nth-last-child(1), .SEO-Text h6:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 16, ../sass/all/seo-text.scss */
.SEO-Text h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
/* line 21, ../sass/all/seo-text.scss */
.SEO-Text h4 {
  font-size: 24px;
}
/* line 25, ../sass/all/seo-text.scss */
.SEO-Text h5 {
  font-size: 20px;
}
/* line 29, ../sass/all/seo-text.scss */
.SEO-Text h6 {
  font-size: 20px;
}
/* line 33, ../sass/all/seo-text.scss */
.SEO-Text p {
  position: relative;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 39, ../sass/all/seo-text.scss */
.SEO-Text p:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 44, ../sass/all/seo-text.scss */
.SEO-Text ul {
  position: relative;
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 1.4;
  font-size: 16px;
}
/* line 52, ../sass/all/seo-text.scss */
.SEO-Text ul:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 56, ../sass/all/seo-text.scss */
.SEO-Text ul li {
  margin-bottom: 3px;
}
/* line 59, ../sass/all/seo-text.scss */
.SEO-Text ul li::marker {
  color: #F30B32;
}
/* line 63, ../sass/all/seo-text.scss */
.SEO-Text ul li:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 69, ../sass/all/seo-text.scss */
.SEO-Text ul a:hover {
  color: #F30B32;
}
/* line 75, ../sass/all/seo-text.scss */
.SEO-Text b {
  font-weight: 700;
}
/* line 79, ../sass/all/seo-text.scss */
.SEO-Text span {
  color: #F30B32;
}
/* line 83, ../sass/all/seo-text.scss */
.SEO-Text i {
  font-style: italic;
}
/* line 87, ../sass/all/seo-text.scss */
.SEO-Text a {
  color: #F30B32;
  text-decoration: underline;
}
/* line 91, ../sass/all/seo-text.scss */
.SEO-Text a:hover {
  text-decoration: none;
}
/* line 96, ../sass/all/seo-text.scss */
.SEO-Text picture {
  display: block;
  margin-bottom: 20px;
}
/* line 100, ../sass/all/seo-text.scss */
.SEO-Text picture:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 104, ../sass/all/seo-text.scss */
.SEO-Text picture img {
  display: block;
  max-width: 100%;
}
/* line 110, ../sass/all/seo-text.scss */
.SEO-Text img {
  display: block;
  max-width: 100%;
}
/* line 115, ../sass/all/seo-text.scss */
.SEO-Text table {
  text-decoration: none;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  min-width: 738px;
  margin-bottom: 20px;
}
/* line 123, ../sass/all/seo-text.scss */
.SEO-Text table:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 127, ../sass/all/seo-text.scss */
.SEO-Text table th {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background-color: #2f2963;
}
/* line 134, ../sass/all/seo-text.scss */
.SEO-Text table td {
  font-size: 15px;
  color: #2f2963;
}
/* line 139, ../sass/all/seo-text.scss */
.SEO-Text table td, .SEO-Text table th {
  white-space: pre-wrap;
  padding: 10px 5px;
  line-height: 15px;
  vertical-align: middle;
  border: 1px solid #2f2963;
}
/* line 146, ../sass/all/seo-text.scss */
.SEO-Text table td a, .SEO-Text table th a {
  color: #6EC1E4;
  text-decoration: underline;
}
/* line 150, ../sass/all/seo-text.scss */
.SEO-Text table td a:hover, .SEO-Text table th a:hover {
  text-decoration: none;
}
/* line 157, ../sass/all/seo-text.scss */
.SEO-Text table tr:hover {
  background-color: #f9fafb;
}
/* line 160, ../sass/all/seo-text.scss */
.SEO-Text table tr:hover td {
  color: #2f2963;
  cursor: default;
}
/* line 168, ../sass/all/seo-text.scss */
.SEO-Text .mobile-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

/* line 176, ../sass/all/seo-text.scss */
.lang-he .SEO-Text {
  direction: rtl;
}
/* line 179, ../sass/all/seo-text.scss */
.lang-he .SEO-Text .show-btns {
  font-size: calc(16px * 1.2);
}
/* line 183, ../sass/all/seo-text.scss */
.lang-he .SEO-Text h1, .lang-he .SEO-Text h2, .lang-he .SEO-Text h3, .lang-he .SEO-Text h4, .lang-he .SEO-Text h5, .lang-he .SEO-Text h6 {
  font-size: calc(32px * 1.1);
}
/* line 187, ../sass/all/seo-text.scss */
.lang-he .SEO-Text h3 {
  font-size: calc(28px * 1.1);
}
/* line 191, ../sass/all/seo-text.scss */
.lang-he .SEO-Text h4 {
  font-size: calc(24px * 1.1);
}
/* line 195, ../sass/all/seo-text.scss */
.lang-he .SEO-Text h5 {
  font-size: calc(20px * 1.1);
}
/* line 199, ../sass/all/seo-text.scss */
.lang-he .SEO-Text h6 {
  font-size: calc(20px * 1.1);
}
/* line 203, ../sass/all/seo-text.scss */
.lang-he .SEO-Text p {
  font-size: calc(16px * 1.2);
}
/* line 207, ../sass/all/seo-text.scss */
.lang-he .SEO-Text ul {
  font-size: calc(16px * 1.2);
  padding-right: 20px;
  padding-left: 0;
}
/* line 213, ../sass/all/seo-text.scss */
.lang-he .SEO-Text .squares {
  padding: 0;
}
/* line 216, ../sass/all/seo-text.scss */
.lang-he .SEO-Text .squares li {
  margin-left: 30px;
  margin-right: 0;
}
/* line 220, ../sass/all/seo-text.scss */
.lang-he .SEO-Text .squares li:nth-child(4) {
  margin-left: 0;
}
/* line 226, ../sass/all/seo-text.scss */
.lang-he .SEO-Text table {
  text-align: right;
}
/* line 229, ../sass/all/seo-text.scss */
.lang-he .SEO-Text table th {
  font-size: 18px;
  text-align: right;
}
/* line 234, ../sass/all/seo-text.scss */
.lang-he .SEO-Text table td {
  font-size: 16px;
  text-align: right;
}
/* line 239, ../sass/all/seo-text.scss */
.lang-he .SEO-Text table td, .lang-he .SEO-Text table th {
  line-height: 16px;
}

@media only screen and (min-width: 1024px) and (max-width: 1599px) {
  /* line 249, ../sass/all/seo-text.scss */
  .SEO-Text h1, .SEO-Text h2, .SEO-Text h3, .SEO-Text h4, .SEO-Text h5, .SEO-Text h6 {
    font-size: 28px;
  }
  /* line 253, ../sass/all/seo-text.scss */
  .SEO-Text h3 {
    font-size: 24px;
  }
  /* line 257, ../sass/all/seo-text.scss */
  .SEO-Text h4 {
    font-size: 20px;
  }
  /* line 261, ../sass/all/seo-text.scss */
  .SEO-Text h5 {
    font-size: 18px;
  }
  /* line 265, ../sass/all/seo-text.scss */
  .SEO-Text h6 {
    font-size: 18px;
  }
  /* line 269, ../sass/all/seo-text.scss */
  .SEO-Text p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* line 274, ../sass/all/seo-text.scss */
  .SEO-Text ul {
    margin-bottom: 13px;
  }

  /* line 281, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h1, .lang-he .SEO-Text h2, .lang-he .SEO-Text h3, .lang-he .SEO-Text h4, .lang-he .SEO-Text h5, .lang-he .SEO-Text h6 {
    font-size: calc(28px * 1.1);
  }
  /* line 285, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h3 {
    font-size: calc(24px * 1.1);
  }
  /* line 289, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h4 {
    font-size: calc(20px * 1.1);
  }
  /* line 293, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h5 {
    font-size: calc(18px * 1.1);
  }
  /* line 297, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h6 {
    font-size: calc(18px * 1.1);
  }
  /* line 301, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text p {
    font-size: calc(16px * 1.2);
  }
  /* line 306, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text .squares li {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 317, ../sass/all/seo-text.scss */
  .SEO-Text {
    padding: 60px 0;
    padding-bottom: 30px;
  }
  /* line 321, ../sass/all/seo-text.scss */
  .SEO-Text.more-pb {
    padding-bottom: 60px;
  }
  /* line 325, ../sass/all/seo-text.scss */
  .SEO-Text h1, .SEO-Text h2, .SEO-Text h3, .SEO-Text h4, .SEO-Text h5, .SEO-Text h6 {
    font-size: 24px;
  }
  /* line 329, ../sass/all/seo-text.scss */
  .SEO-Text h3 {
    font-size: 20px;
  }
  /* line 333, ../sass/all/seo-text.scss */
  .SEO-Text h4 {
    font-size: 18px;
  }
  /* line 337, ../sass/all/seo-text.scss */
  .SEO-Text h5 {
    font-size: 16px;
  }
  /* line 341, ../sass/all/seo-text.scss */
  .SEO-Text h6 {
    font-size: 16px;
  }
  /* line 345, ../sass/all/seo-text.scss */
  .SEO-Text p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* line 350, ../sass/all/seo-text.scss */
  .SEO-Text ul {
    font-size: 15px;
    margin-bottom: 10px;
  }
  /* line 356, ../sass/all/seo-text.scss */
  .SEO-Text .squares li {
    border-radius: 15px;
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-top: 15px;
    padding: 15px;
  }
  /* line 363, ../sass/all/seo-text.scss */
  .SEO-Text .squares li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 367, ../sass/all/seo-text.scss */
  .SEO-Text .squares li:nth-child(3), .SEO-Text .squares li:nth-child(4) {
    margin-top: 15px;
  }
  /* line 372, ../sass/all/seo-text.scss */
  .SEO-Text .squares.squares3-2 {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  /* line 376, ../sass/all/seo-text.scss */
  .SEO-Text .squares.squares3-2 li {
    width: calc(100% / 2 - 30px) !important;
    margin: 15px !important;
  }
  /* line 380, ../sass/all/seo-text.scss */
  .SEO-Text .squares.squares3-2 li:nth-child(4), .SEO-Text .squares.squares3-2 li:nth-child(5) {
    width: calc(100% / 2 - 30px) !important;
  }

  /* line 390, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h1, .lang-he .SEO-Text h2, .lang-he .SEO-Text h3, .lang-he .SEO-Text h4, .lang-he .SEO-Text h5, .lang-he .SEO-Text h6 {
    font-size: calc(24px * 1.1);
  }
  /* line 394, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h3 {
    font-size: calc(20px * 1.1);
  }
  /* line 398, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h4 {
    font-size: calc(18px * 1.1);
  }
  /* line 402, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h5 {
    font-size: calc(16px * 1.1);
  }
  /* line 406, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h6 {
    font-size: calc(16px * 1.1);
  }
  /* line 410, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text p {
    font-size: calc(15px * 1.2);
  }
  /* line 414, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text ul {
    font-size: calc(15px * 1.2);
  }
  /* line 419, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text .squares li {
    margin-left: 15px;
  }
  /* line 422, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text .squares li:nth-child(2n) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 434, ../sass/all/seo-text.scss */
  .SEO-Text {
    padding: 45px 0;
    padding-bottom: 20px;
  }
  /* line 438, ../sass/all/seo-text.scss */
  .SEO-Text.more-pb {
    padding-bottom: 45px;
  }
  /* line 442, ../sass/all/seo-text.scss */
  .SEO-Text h1, .SEO-Text h2, .SEO-Text h3, .SEO-Text h4, .SEO-Text h5, .SEO-Text h6 {
    font-size: 22px;
  }
  /* line 446, ../sass/all/seo-text.scss */
  .SEO-Text h3 {
    font-size: 20px;
  }
  /* line 450, ../sass/all/seo-text.scss */
  .SEO-Text h4 {
    font-size: 18px;
  }
  /* line 454, ../sass/all/seo-text.scss */
  .SEO-Text h5 {
    font-size: 16px;
  }
  /* line 458, ../sass/all/seo-text.scss */
  .SEO-Text h6 {
    font-size: 15px;
  }
  /* line 462, ../sass/all/seo-text.scss */
  .SEO-Text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* line 467, ../sass/all/seo-text.scss */
  .SEO-Text ul {
    font-size: 14px;
    margin-bottom: 8px;
  }
  /* line 473, ../sass/all/seo-text.scss */
  .SEO-Text .squares li {
    border-radius: 15px;
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
    padding: 15px;
  }
  /* line 480, ../sass/all/seo-text.scss */
  .SEO-Text .squares li:nth-child(2), .SEO-Text .squares li:nth-child(3), .SEO-Text .squares li:nth-child(4) {
    margin-top: 15px;
  }
  /* line 485, ../sass/all/seo-text.scss */
  .SEO-Text .squares.squares3-2 {
    width: 100%;
    margin: 0 0;
  }
  /* line 489, ../sass/all/seo-text.scss */
  .SEO-Text .squares.squares3-2 li {
    width: 100% !important;
    margin: 15px 0 0 0 !important;
  }
  /* line 493, ../sass/all/seo-text.scss */
  .SEO-Text .squares.squares3-2 li:last-child {
    margin-bottom: 15px !important;
  }
  /* line 497, ../sass/all/seo-text.scss */
  .SEO-Text .squares.squares3-2 li:nth-child(4), .SEO-Text .squares.squares3-2 li:nth-child(5) {
    width: 100% !important;
  }
  /* line 504, ../sass/all/seo-text.scss */
  .SEO-Text .show-btns {
    padding: 0 15px;
  }

  /* line 511, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h1, .lang-he .SEO-Text h2, .lang-he .SEO-Text h3, .lang-he .SEO-Text h4, .lang-he .SEO-Text h5, .lang-he .SEO-Text h6 {
    font-size: calc(22px * 1.1);
  }
  /* line 515, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h3 {
    font-size: calc(20px * 1.1);
  }
  /* line 519, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h4 {
    font-size: calc(18px * 1.1);
  }
  /* line 523, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h5 {
    font-size: calc(16px * 1.1);
  }
  /* line 527, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h6 {
    font-size: calc(15px * 1.1);
  }
  /* line 531, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text p {
    font-size: calc(14px * 1.2);
  }
  /* line 535, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text ul {
    font-size: calc(14px * 1.2);
  }
  /* line 540, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text .squares li {
    margin-left: 0;
  }
}
/* line 1, ../sass/all/input-global-style.scss */
.input-global-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 14, ../sass/all/input-global-style.scss */
.input-wr-global-style {
  position: relative;
  display: block;
}
/* line 18, ../sass/all/input-global-style.scss */
.input-wr-global-style .iti {
  width: 100%;
}
/* line 22, ../sass/all/input-global-style.scss */
.input-wr-global-style textarea ~ .input-title-global-style {
  top: 15px;
  transform: translateY(0);
}

/* line 28, ../sass/all/input-global-style.scss */
.input-global-style {
  display: block;
  width: 100%;
  border: 1px solid rgba(54, 54, 64, 0.2);
  border-radius: 10px;
  height: 50px;
  padding: 0 15px;
  padding-top: 20px;
  font-size: 16px;
  color: #000;
}
/* line 39, ../sass/all/input-global-style.scss */
.input-global-style[disabled] {
  opacity: 0.3;
}
/* line 43, ../sass/all/input-global-style.scss */
.input-global-style.no-title {
  padding-top: 0;
}
/* line 47, ../sass/all/input-global-style.scss */
.input-global-style.error {
  background-color: #ffa3a382;
}
/* line 51, ../sass/all/input-global-style.scss */
.input-global-style::placeholder {
  opacity: 0;
  color: transparent;
  font-size: 0px;
}
/* line 57, ../sass/all/input-global-style.scss */
.input-global-style:not(:placeholder-shown) + .input-title-global-style {
  transform: translateY(0%);
  top: 5px;
  font-size: 12px;
  opacity: 0.5;
}
/* line 64, ../sass/all/input-global-style.scss */
.input-global-style:focus {
  border-color: #00C2A6;
}
/* line 67, ../sass/all/input-global-style.scss */
.input-global-style:focus + .input-title-global-style {
  transform: translateY(0%);
  top: 5px;
  font-size: 12px;
  opacity: 0.5;
}

/* line 76, ../sass/all/input-global-style.scss */
.input-title-global-style {
  position: absolute;
  font-weight: 400;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  font-size: 16px;
  cursor: text;
  pointer-events: none;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
/* line 88, ../sass/all/input-global-style.scss */
.input-title-global-style.with-flag {
  left: 52px;
  transform: translateY(0%);
  top: 5px;
  font-size: 12px;
  opacity: 0.5;
}
/* line 96, ../sass/all/input-global-style.scss */
.input-title-global-style.rel {
  display: block;
  position: relative;
  left: auto;
  right: auto;
  transform: none;
  margin-bottom: 10px;
}
/* line 105, ../sass/all/input-global-style.scss */
.input-title-global-style .required {
  font-style: normal;
  color: red;
}

/* line 111, ../sass/all/input-global-style.scss */
.submit-global-style {
  height: 50px;
}

/* line 118, ../sass/all/input-global-style.scss */
.lang-he .input-wr-global-style .iti .input-global-style {
  text-align: left;
  padding-right: 52px;
  padding-left: 15px;
}
/* line 125, ../sass/all/input-global-style.scss */
.lang-he .input-wr-global-style .iti__flag-container {
  left: auto;
  right: 0;
}
/* line 130, ../sass/all/input-global-style.scss */
.lang-he .input-wr-global-style .iti__arrow {
  margin-left: 0;
  margin-right: 6px;
}
/* line 135, ../sass/all/input-global-style.scss */
.lang-he .input-wr-global-style .iti__country-list {
  max-width: 290px;
  direction: ltr;
}
/* line 141, ../sass/all/input-global-style.scss */
.lang-he .input-title-global-style {
  right: 16px;
  left: auto;
}
/* line 145, ../sass/all/input-global-style.scss */
.lang-he .input-title-global-style.with-flag {
  left: auto;
  right: 52px;
}
/* line 150, ../sass/all/input-global-style.scss */
.lang-he .input-title-global-style.rel {
  left: auto;
  right: auto;
}

/* line 1, ../sass/all/cookie.scss */
.cookie {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 620px;
  margin: auto;
  background-color: #c5dac7;
  color: #000;
  padding: 16px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  z-index: 9999;
  box-shadow: 0 0 7px -3px #000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s ease;
  pointer-events: none;
}

/* line 26, ../sass/all/cookie.scss */
.cookie.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}

/* line 33, ../sass/all/cookie.scss */
.cookie a {
  text-decoration: underline;
}

/* line 37, ../sass/all/cookie.scss */
.cookie button {
  cursor: pointer;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 43, ../sass/all/cookie.scss */
  .cookie {
    flex-direction: column;
    text-align: center;
  }
}
