@charset "UTF-8";
/* line 5, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/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, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/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;
}

@font-face {
  font-family: 'almoni-regular';
  src: url(../fonts/almoni-regular-aaa.woff2);
}
@font-face {
  font-family: 'almoni-light';
  src: url(../fonts/almoni-light-aaa.woff2);
}
/* line 18, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 22, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 26, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 30, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 34, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 38, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 42, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 46, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 54, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 62, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 66, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 70, ../sass/all/base.scss */
.j-c-f-e {
  justify-content: flex-end !important;
}

/* line 74, ../sass/all/base.scss */
.a-i-f-s {
  -ms-align-items: flex-start !important;
  align-items: flex-start !important;
}

/* line 79, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 84, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

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

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

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

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

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

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

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

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

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

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

/* line 9, ../sass/all/wrapper.scss */
:root {
  --header-height: 85px;
}

/* line 13, ../sass/all/wrapper.scss */
body {
  min-height: 100vh;
  background: #fff;
  white-space: normal;
  padding-top: var(--header-height);
}
/* line 19, ../sass/all/wrapper.scss */
body .jGrowl {
  direction: rtl;
  font-size: 18px;
  font-family: 'almoni-regular';
}
/* line 24, ../sass/all/wrapper.scss */
body .jGrowl.top-right {
  left: 0;
  right: auto;
}
/* line 29, ../sass/all/wrapper.scss */
body .jGrowl .jGrowl-notification {
  opacity: 1;
  text-align: right;
  border-radius: 15px;
  padding: 15px;
}
/* line 35, ../sass/all/wrapper.scss */
body .jGrowl .jGrowl-notification .jGrowl-close {
  font-size: 20px;
  float: left;
}
/* line 42, ../sass/all/wrapper.scss */
body .af-message-success {
  background-color: #91a49f !important;
  color: #fff !important;
}
/* line 43, ../sass/all/wrapper.scss */
body .af-message-error {
  background-color: red !important;
}
/* line 44, ../sass/all/wrapper.scss */
body .af-message-info {
  background-color: #43524d !important;
}

/* line 47, ../sass/all/wrapper.scss */
html, body {
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100%;
  height: 100%;
  line-height: 1.2;
  font-family: "almoni-regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}

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

/* line 63, ../sass/all/wrapper.scss */
.container {
  position: relative;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

/* line 108, ../sass/all/wrapper.scss */
.section-padding {
  padding: 50px 0;
}
/* line 111, ../sass/all/wrapper.scss */
.section-padding.first {
  padding-top: 100px;
}
/* line 115, ../sass/all/wrapper.scss */
.section-padding.last {
  padding-bottom: 100px;
}

/* line 120, ../sass/all/wrapper.scss */
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 127, ../sass/all/wrapper.scss */
  :root {
    --header-height: 75px;
  }

  /* line 131, ../sass/all/wrapper.scss */
  .container {
    width: 1200px;
  }

  /* line 135, ../sass/all/wrapper.scss */
  .section-padding {
    padding: 44px 0;
  }
  /* line 138, ../sass/all/wrapper.scss */
  .section-padding.first {
    padding-top: 88px;
  }
  /* line 142, ../sass/all/wrapper.scss */
  .section-padding.last {
    padding-bottom: 88px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 151, ../sass/all/wrapper.scss */
  :root {
    --header-height: 61px;
  }

  /* line 155, ../sass/all/wrapper.scss */
  .container {
    width: 960px;
  }

  /* line 159, ../sass/all/wrapper.scss */
  .section-padding {
    padding: 35px 0;
  }
  /* line 162, ../sass/all/wrapper.scss */
  .section-padding.first {
    padding-top: 70px;
  }
  /* line 166, ../sass/all/wrapper.scss */
  .section-padding.last {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 175, ../sass/all/wrapper.scss */
  :root {
    --header-height: 61px;
  }

  /* line 179, ../sass/all/wrapper.scss */
  .container {
    width: 738px;
  }

  /* line 183, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }

  /* line 185, ../sass/all/wrapper.scss */
  .section-padding {
    padding: 27px 0;
  }
  /* line 188, ../sass/all/wrapper.scss */
  .section-padding.first {
    padding-top: 55px;
  }
  /* line 192, ../sass/all/wrapper.scss */
  .section-padding.last {
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 201, ../sass/all/wrapper.scss */
  :root {
    --header-height: 49px;
  }

  /* line 205, ../sass/all/wrapper.scss */
  .container {
    width: calc(100% - 30px);
  }

  /* line 209, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }

  /* line 211, ../sass/all/wrapper.scss */
  .section-padding {
    padding: 20px 0;
  }
  /* line 214, ../sass/all/wrapper.scss */
  .section-padding.first {
    padding-top: 40px;
  }
  /* line 218, ../sass/all/wrapper.scss */
  .section-padding.last {
    padding-bottom: 40px;
  }
}
/* line 2, ../sass/all/header.scss */
body:not(.ontop) header {
  background: #fff;
}

/* line 7, ../sass/all/header.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 102;
  padding-top: 5px;
  transition: 0.3s ease all;
}
/* line 17, ../sass/all/header.scss */
header.hide {
  transform: translateY(-100%);
}
/* line 21, ../sass/all/header.scss */
header.permanent-fix {
  transform: none !important;
}
/* line 25, ../sass/all/header.scss */
header .container {
  position: initial;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
}

/* line 38, ../sass/all/header.scss */
.hLogo {
  position: relative;
}
/* line 41, ../sass/all/header.scss */
.hLogo img {
  display: block;
  height: 80px;
  width: auto;
}
/* line 47, ../sass/all/header.scss */
.hLogo:hover {
  opacity: 0.7;
}

/* line 52, ../sass/all/header.scss */
.hMenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  margin-left: auto;
  z-index: 111;
  border: 2px solid #43524d;
  border-radius: 10px;
  width: 50px;
  height: 50px;
}
/* line 70, ../sass/all/header.scss */
.hMenu svg, .hMenu img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  transform: translateY(-5px);
  transition: 0.3s ease opacity;
}
/* line 78, ../sass/all/header.scss */
.hMenu svg:nth-child(2), .hMenu img:nth-child(2) {
  display: none;
}
/* line 84, ../sass/all/header.scss */
.hMenu.close svg, .hMenu.close img {
  display: none;
}
/* line 87, ../sass/all/header.scss */
.hMenu.close svg:nth-child(2), .hMenu.close img:nth-child(2) {
  display: block;
}
/* line 93, ../sass/all/header.scss */
.hMenu small {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
}
@media (hover: hover) {
  /* line 103, ../sass/all/header.scss */
  .hMenu:hover {
    background: #43524d;
    color: #fff;
  }
}

/* line 110, ../sass/all/header.scss */
.hWA {
  position: relative;
  z-index: 111;
  display: block;
  height: 50px;
  width: 50px;
}
/* line 117, ../sass/all/header.scss */
.hWA.fix {
  display: none;
}
/* line 121, ../sass/all/header.scss */
.hWA img {
  display: block;
  width: 100%;
}
/* line 126, ../sass/all/header.scss */
.hWA:hover {
  opacity: 0.7;
}

/* line 131, ../sass/all/header.scss */
.hCB {
  position: relative;
  z-index: 111;
}

/* line 137, ../sass/all/header.scss */
.lang-he header {
  direction: rtl;
}
/* line 141, ../sass/all/header.scss */
.lang-he .hMenu {
  margin-left: 0;
  margin-right: auto;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 149, ../sass/all/header.scss */
  header {
    padding-top: 5px;
  }
  /* line 152, ../sass/all/header.scss */
  header .container {
    gap: 15px;
  }

  /* line 158, ../sass/all/header.scss */
  .hLogo img {
    height: 70px;
  }

  /* line 163, ../sass/all/header.scss */
  .hMenu {
    width: 48px;
    height: 48px;
  }
  /* line 167, ../sass/all/header.scss */
  .hMenu svg, .hMenu img {
    width: 28px;
    height: 28px;
  }

  /* line 173, ../sass/all/header.scss */
  .hWA {
    height: 48px;
    width: 48px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 182, ../sass/all/header.scss */
  header {
    padding-top: 5px;
  }
  /* line 185, ../sass/all/header.scss */
  header .container {
    gap: 15px;
  }

  /* line 191, ../sass/all/header.scss */
  .hLogo img {
    height: 56px;
  }

  /* line 196, ../sass/all/header.scss */
  .hMenu {
    width: 44px;
    height: 44px;
  }
  /* line 200, ../sass/all/header.scss */
  .hMenu svg, .hMenu img {
    width: 26px;
    height: 26px;
  }

  /* line 206, ../sass/all/header.scss */
  .hWA {
    height: 44px;
    width: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 215, ../sass/all/header.scss */
  header {
    padding-top: 5px;
  }
  /* line 218, ../sass/all/header.scss */
  header .container {
    gap: 15px;
  }

  /* line 224, ../sass/all/header.scss */
  .hLogo img {
    height: 56px;
  }

  /* line 229, ../sass/all/header.scss */
  .hMenu {
    width: 44px;
    height: 44px;
  }
  /* line 233, ../sass/all/header.scss */
  .hMenu svg, .hMenu img {
    width: 26px;
    height: 26px;
  }

  /* line 239, ../sass/all/header.scss */
  .hWA {
    height: 44px;
    width: 44px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 248, ../sass/all/header.scss */
  header {
    padding: 5px 0;
  }
  /* line 251, ../sass/all/header.scss */
  header .container {
    gap: 15px;
  }

  /* line 257, ../sass/all/header.scss */
  .hLogo img {
    height: 44px;
  }

  /* line 262, ../sass/all/header.scss */
  .hMenu {
    width: 44px;
    height: 44px;
  }
  /* line 266, ../sass/all/header.scss */
  .hMenu svg, .hMenu img {
    width: 26px;
    height: 26px;
  }

  /* line 272, ../sass/all/header.scss */
  .hWA {
    display: none;
  }
  /* line 275, ../sass/all/header.scss */
  .hWA.fix {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
  }
}
/* line 4, ../sass/all/crumbs.scss */
.breadcrumb {
  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;
  z-index: 2;
  direction: rtl;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #000;
  gap: 10px;
  padding-top: 10px;
}
/* line 25, ../sass/all/crumbs.scss */
.breadcrumb li {
  background: transparent !important;
}
/* line 29, ../sass/all/crumbs.scss */
.breadcrumb a, .breadcrumb b {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  display: inline-block;
  background: transparent;
}
/* line 39, ../sass/all/crumbs.scss */
.breadcrumb b {
  margin: 0;
  background: transparent;
}
/* line 46, ../sass/all/crumbs.scss */
.breadcrumb a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 55, ../sass/all/crumbs.scss */
  .breadcrumb {
    padding-top: 20px;
    margin-bottom: -10px;
  }
}
/* line 1, ../sass/all/footer-new.scss */
.footer {
  position: relative;
  background: #43524d;
  color: #fff;
}

/* line 7, ../sass/all/footer-new.scss */
.fTop {
  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;
  justify-content: space-between;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/* line 23, ../sass/all/footer-new.scss */
.fTop .site-title {
  max-width: 50%;
  line-height: 1;
}
/* line 28, ../sass/all/footer-new.scss */
.fTop .link {
  display: inline-block;
  position: relative;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
/* line 34, ../sass/all/footer-new.scss */
.fTop .link:before, .fTop .link:after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 0.05em;
  left: 0;
  min-height: 1px;
  position: absolute;
  right: 0;
}
/* line 45, ../sass/all/footer-new.scss */
.fTop .link:before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: .5s;
}
/* line 52, ../sass/all/footer-new.scss */
.fTop .link:after {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}
@media (hover: hover) {
  /* line 61, ../sass/all/footer-new.scss */
  .fTop .link:hover:before {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0s;
  }
  /* line 68, ../sass/all/footer-new.scss */
  .fTop .link:hover:after {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: .2s;
  }
}

/* line 79, ../sass/all/footer-new.scss */
.fMid {
  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: 50px;
  padding-top: clamp(100px, 31vh, 290px);
}
/* line 94, ../sass/all/footer-new.scss */
.fMid .col {
  position: relative;
}
/* line 98, ../sass/all/footer-new.scss */
.fMid .site-title:not(.nav) {
  min-height: 41px;
  margin-bottom: 30px;
}
/* line 104, ../sass/all/footer-new.scss */
.fMid .nav a {
  opacity: 0.5;
}
/* line 107, ../sass/all/footer-new.scss */
.fMid .nav a:hover {
  opacity: 1;
}

/* line 114, ../sass/all/footer-new.scss */
.fRun {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 80px;
  font-size: clamp(160px, 30vw, 576px);
}
/* line 121, ../sass/all/footer-new.scss */
.fRun span {
  line-height: 0.75;
  display: inline-block;
}
/* line 126, ../sass/all/footer-new.scss */
.fRun .imgs {
  position: relative;
  display: inline-block;
  top: 1vw;
  height: clamp(90px, 20vw, 384px);
  aspect-ratio: 16 / 12;
}
/* line 133, ../sass/all/footer-new.scss */
.fRun .imgs .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 141, ../sass/all/footer-new.scss */
.fRun .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 150, ../sass/all/footer-new.scss */
.fBott {
  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;
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-top: 30px;
  gap: 50px;
}
/* line 169, ../sass/all/footer-new.scss */
.fBott .created img {
  display: block;
  width: 200px;
}
/* line 175, ../sass/all/footer-new.scss */
.fBott .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0 15px;
}
@media (hover: hover) {
  /* line 186, ../sass/all/footer-new.scss */
  .fBott a:hover {
    opacity: 0.7;
  }
}

/* line 194, ../sass/all/footer-new.scss */
.lang-he .fTop {
  direction: rtl;
}
/* line 197, ../sass/all/footer-new.scss */
.lang-he .fTop .link:before {
  transform-origin: right;
}
/* line 201, ../sass/all/footer-new.scss */
.lang-he .fTop .link:after {
  transform-origin: left;
}
@media (hover: hover) {
  /* line 207, ../sass/all/footer-new.scss */
  .lang-he .fTop .link:hover:before {
    transform-origin: left;
  }
  /* line 211, ../sass/all/footer-new.scss */
  .lang-he .fTop .link:hover:after {
    transform-origin: right;
  }
}
/* line 219, ../sass/all/footer-new.scss */
.lang-he .fMid {
  direction: rtl;
}
/* line 223, ../sass/all/footer-new.scss */
.lang-he .fRun {
  line-height: 0.65;
}
/* line 226, ../sass/all/footer-new.scss */
.lang-he .fRun span {
  line-height: 0.65;
}
/* line 230, ../sass/all/footer-new.scss */
.lang-he .fRun .imgs {
  top: 0.5vw;
  height: clamp(90px, 17vw, 326px);
}
/* line 234, ../sass/all/footer-new.scss */
.lang-he .fRun .imgs.last {
  margin-right: 7vw;
}
/* line 240, ../sass/all/footer-new.scss */
.lang-he .fBott {
  direction: rtl;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 247, ../sass/all/footer-new.scss */
  .fTop {
    padding-bottom: 57px;
  }

  /* line 252, ../sass/all/footer-new.scss */
  .fMid .site-title:not(.nav) {
    min-height: 36px;
    margin-bottom: 26px;
  }

  /* line 258, ../sass/all/footer-new.scss */
  .fRun {
    padding-top: 70px;
  }

  /* line 262, ../sass/all/footer-new.scss */
  .fBott {
    padding-top: 26px;
    gap: 44px;
  }
  /* line 267, ../sass/all/footer-new.scss */
  .fBott .created img {
    width: 180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 277, ../sass/all/footer-new.scss */
  .fTop {
    padding-bottom: 45px;
  }

  /* line 282, ../sass/all/footer-new.scss */
  .fMid .site-title:not(.nav) {
    min-height: 29px;
    margin-bottom: 21px;
  }

  /* line 288, ../sass/all/footer-new.scss */
  .fRun {
    padding-top: 56px;
    font-size: clamp(200px, 30vw, 576px);
  }
  /* line 292, ../sass/all/footer-new.scss */
  .fRun .imgs {
    top: 1vw;
    height: clamp(150px, 20vw, 384px);
  }

  /* line 298, ../sass/all/footer-new.scss */
  .fBott {
    padding-top: 21px;
    gap: 35px;
  }
  /* line 303, ../sass/all/footer-new.scss */
  .fBott .created img {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 313, ../sass/all/footer-new.scss */
  .fTop {
    padding-bottom: 35px;
  }

  /* line 317, ../sass/all/footer-new.scss */
  .fMid {
    gap: 20px;
  }
  /* line 320, ../sass/all/footer-new.scss */
  .fMid .site-title:not(.nav) {
    min-height: 27px;
    margin-bottom: 15px;
  }

  /* line 326, ../sass/all/footer-new.scss */
  .fRun {
    padding-top: 43px;
  }

  /* line 330, ../sass/all/footer-new.scss */
  .fBott {
    padding-top: 15px;
    gap: 25px;
  }
  /* line 335, ../sass/all/footer-new.scss */
  .fBott .created img {
    width: 130px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 345, ../sass/all/footer-new.scss */
  .fTop {
    padding-bottom: 25px;
    gap: 15px;
  }
  /* line 349, ../sass/all/footer-new.scss */
  .fTop .site-title {
    max-width: 100%;
    width: 100%;
  }
  /* line 354, ../sass/all/footer-new.scss */
  .fTop span.site-title {
    width: auto;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }

  /* line 361, ../sass/all/footer-new.scss */
  .fMid {
    gap: 15px;
    padding-top: 50px;
  }
  /* line 365, ../sass/all/footer-new.scss */
  .fMid .col {
    width: calc((100% - 15px) / 2);
  }
  /* line 369, ../sass/all/footer-new.scss */
  .fMid .site-title:not(.nav) {
    min-height: 27px;
    margin-bottom: 15px;
  }

  /* line 375, ../sass/all/footer-new.scss */
  .fRun {
    padding-top: 30px;
  }

  /* line 379, ../sass/all/footer-new.scss */
  .fBott {
    padding-top: 30px;
    padding-right: 85px;
    gap: 15px;
  }
  /* line 384, ../sass/all/footer-new.scss */
  .fBott .flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  /* line 393, ../sass/all/footer-new.scss */
  .fBott .created img {
    width: 120px;
  }
}
/* line 1, ../sass/all/text.scss */
.hidden-link {
  cursor: pointer;
}
/* line 4, ../sass/all/text.scss */
.hidden-link:hover {
  opacity: 0.7;
}

/* line 9, ../sass/all/text.scss */
.site-text {
  font-size: 16px;
  line-height: 1.4;
}
/* line 13, ../sass/all/text.scss */
.site-text.max {
  font-size: 18px;
}
/* line 17, ../sass/all/text.scss */
.site-text.min {
  font-size: 14px;
}
/* line 21, ../sass/all/text.scss */
.site-text.fz22 {
  font-size: 22px;
}
/* line 25, ../sass/all/text.scss */
.site-text.fz44 {
  font-size: 44px;
}

/* line 30, ../sass/all/text.scss */
.site-title {
  font-weight: bold;
  font-size: 60px;
}
/* line 34, ../sass/all/text.scss */
.site-title.fz22 {
  font-size: 22px;
}
/* line 38, ../sass/all/text.scss */
.site-title.fz26 {
  font-size: 26px;
}
/* line 42, ../sass/all/text.scss */
.site-title.fz34 {
  font-size: 34px;
}
/* line 46, ../sass/all/text.scss */
.site-title.fz44 {
  font-size: 44px;
}
/* line 50, ../sass/all/text.scss */
.site-title.fz54 {
  font-size: 54px;
}
/* line 54, ../sass/all/text.scss */
.site-title.fz80 {
  line-height: 1;
  font-size: 80px;
}

/* line 60, ../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 78, ../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;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease all;
  font-weight: bold;
  padding: 0 35px;
  background-color: #43524d;
  color: #fff;
  border-radius: 10px;
  height: 50px;
  font-size: 16px;
}
/* line 97, ../sass/all/text.scss */
.site-btn.btn-send {
  background-color: #00e02d;
  color: #000;
}
@media (hover: hover) {
  /* line 102, ../sass/all/text.scss */
  .site-btn.btn-send:hover {
    background-color: #00e02d;
    filter: saturate(0.5);
  }
}
/* line 109, ../sass/all/text.scss */
.site-btn.border {
  background-color: transparent;
  border: 1px solid #43524d;
  color: #43524d;
}
@media (hover: hover) {
  /* line 115, ../sass/all/text.scss */
  .site-btn.border:hover {
    background-color: #91a49f;
    border-color: #91a49f;
    color: #fff;
  }
}
/* line 123, ../sass/all/text.scss */
.site-btn.white {
  background-color: #fff;
  color: #43524d;
}
@media (hover: hover) {
  /* line 128, ../sass/all/text.scss */
  .site-btn.white:hover {
    background-color: #91a49f;
    color: #fff;
  }
}
@media (hover: hover) {
  /* line 136, ../sass/all/text.scss */
  .site-btn:hover {
    background-color: #91a49f;
  }
}

/* line 143, ../sass/all/text.scss */
.lang-he .site-text {
  font-size: 18px;
}
/* line 146, ../sass/all/text.scss */
.lang-he .site-text.fz22 {
  font-size: 24px;
}
/* line 150, ../sass/all/text.scss */
.lang-he .site-text.max {
  font-size: 20px;
}
/* line 154, ../sass/all/text.scss */
.lang-he .site-text.min {
  font-size: 16px;
}
/* line 159, ../sass/all/text.scss */
.lang-he .site-list {
  padding-right: 20px;
  padding-left: 0;
  font-size: 18px;
}
/* line 165, ../sass/all/text.scss */
.lang-he .site-btn {
  font-size: 20px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 173, ../sass/all/text.scss */
  .site-text {
    font-size: 15px;
  }
  /* line 176, ../sass/all/text.scss */
  .site-text.fz22 {
    font-size: 21px;
  }
  /* line 180, ../sass/all/text.scss */
  .site-text.max {
    font-size: 17px;
  }
  /* line 184, ../sass/all/text.scss */
  .site-text.min {
    font-size: 13px;
  }
  /* line 188, ../sass/all/text.scss */
  .site-text.fz44 {
    font-size: 40px;
  }

  /* line 193, ../sass/all/text.scss */
  .site-title {
    font-size: 52px;
  }
  /* line 196, ../sass/all/text.scss */
  .site-title.fz22 {
    font-size: 20px;
  }
  /* line 200, ../sass/all/text.scss */
  .site-title.fz26 {
    font-size: 24px;
  }
  /* line 204, ../sass/all/text.scss */
  .site-title.fz34 {
    font-size: 30px;
  }
  /* line 208, ../sass/all/text.scss */
  .site-title.fz44 {
    font-size: 40px;
  }
  /* line 212, ../sass/all/text.scss */
  .site-title.fz54 {
    font-size: 48px;
  }
  /* line 216, ../sass/all/text.scss */
  .site-title.fz80 {
    font-size: 70px;
  }

  /* line 221, ../sass/all/text.scss */
  .site-btn {
    padding: 0 30px;
    height: 48px;
    font-size: 15px;
  }

  /* line 228, ../sass/all/text.scss */
  .lang-he .site-text {
    font-size: 17px;
  }
  /* line 231, ../sass/all/text.scss */
  .lang-he .site-text.fz22 {
    font-size: 23px;
  }
  /* line 235, ../sass/all/text.scss */
  .lang-he .site-text.max {
    font-size: 19px;
  }
  /* line 239, ../sass/all/text.scss */
  .lang-he .site-text.min {
    font-size: 15px;
  }
  /* line 244, ../sass/all/text.scss */
  .lang-he .site-btn {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 253, ../sass/all/text.scss */
  .site-text {
    font-size: 14px;
  }
  /* line 256, ../sass/all/text.scss */
  .site-text.fz22 {
    font-size: 20px;
  }
  /* line 260, ../sass/all/text.scss */
  .site-text.max {
    font-size: 16px;
  }
  /* line 264, ../sass/all/text.scss */
  .site-text.min {
    font-size: 12px;
  }
  /* line 268, ../sass/all/text.scss */
  .site-text.fz44 {
    font-size: 32px;
  }

  /* line 273, ../sass/all/text.scss */
  .site-title {
    font-size: 42px;
  }
  /* line 276, ../sass/all/text.scss */
  .site-title.fz22 {
    font-size: 18px;
  }
  /* line 280, ../sass/all/text.scss */
  .site-title.fz26 {
    font-size: 22px;
  }
  /* line 284, ../sass/all/text.scss */
  .site-title.fz34 {
    font-size: 24px;
  }
  /* line 288, ../sass/all/text.scss */
  .site-title.fz44 {
    font-size: 32px;
  }
  /* line 292, ../sass/all/text.scss */
  .site-title.fz54 {
    font-size: 38px;
  }
  /* line 296, ../sass/all/text.scss */
  .site-title.fz80 {
    font-size: 56px;
  }

  /* line 301, ../sass/all/text.scss */
  .site-btn {
    padding: 0 25px;
    height: 44px;
    font-size: 14px;
  }

  /* line 308, ../sass/all/text.scss */
  .lang-he .site-text {
    font-size: 16px;
  }
  /* line 311, ../sass/all/text.scss */
  .lang-he .site-text.fz22 {
    font-size: 22px;
  }
  /* line 315, ../sass/all/text.scss */
  .lang-he .site-text.max {
    font-size: 18px;
  }
  /* line 319, ../sass/all/text.scss */
  .lang-he .site-text.min {
    font-size: 14px;
  }
  /* line 324, ../sass/all/text.scss */
  .lang-he .site-btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 333, ../sass/all/text.scss */
  .site-text {
    font-size: 14px;
  }
  /* line 336, ../sass/all/text.scss */
  .site-text.fz22 {
    font-size: 19px;
  }
  /* line 340, ../sass/all/text.scss */
  .site-text.max {
    font-size: 16px;
  }
  /* line 344, ../sass/all/text.scss */
  .site-text.min {
    font-size: 12px;
  }
  /* line 348, ../sass/all/text.scss */
  .site-text.fz44 {
    font-size: 28px;
  }

  /* line 353, ../sass/all/text.scss */
  .site-title {
    font-size: 38px;
  }
  /* line 356, ../sass/all/text.scss */
  .site-title.fz22 {
    font-size: 16px;
  }
  /* line 360, ../sass/all/text.scss */
  .site-title.fz26 {
    font-size: 20px;
  }
  /* line 364, ../sass/all/text.scss */
  .site-title.fz34 {
    font-size: 22px;
  }
  /* line 368, ../sass/all/text.scss */
  .site-title.fz44 {
    font-size: 28px;
  }
  /* line 372, ../sass/all/text.scss */
  .site-title.fz54 {
    font-size: 34px;
  }
  /* line 376, ../sass/all/text.scss */
  .site-title.fz80 {
    font-size: 50px;
  }

  /* line 381, ../sass/all/text.scss */
  .site-btn {
    padding: 0 25px;
    height: 44px;
    font-size: 14px;
  }

  /* line 388, ../sass/all/text.scss */
  .lang-he .site-text {
    font-size: 16px;
  }
  /* line 391, ../sass/all/text.scss */
  .lang-he .site-text.fz22 {
    font-size: 21px;
  }
  /* line 395, ../sass/all/text.scss */
  .lang-he .site-text.max {
    font-size: 18px;
  }
  /* line 399, ../sass/all/text.scss */
  .lang-he .site-text.min {
    font-size: 14px;
  }
  /* line 404, ../sass/all/text.scss */
  .lang-he .site-btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 413, ../sass/all/text.scss */
  .site-text {
    font-size: 14px;
  }
  /* line 416, ../sass/all/text.scss */
  .site-text.fz22 {
    font-size: 18px;
  }
  /* line 420, ../sass/all/text.scss */
  .site-text.max {
    font-size: 16px;
  }
  /* line 424, ../sass/all/text.scss */
  .site-text.min {
    font-size: 12px;
  }
  /* line 428, ../sass/all/text.scss */
  .site-text.fz44 {
    font-size: 28px;
  }

  /* line 433, ../sass/all/text.scss */
  .site-title {
    font-size: 32px;
  }
  /* line 436, ../sass/all/text.scss */
  .site-title.fz22 {
    font-size: 16px;
  }
  /* line 440, ../sass/all/text.scss */
  .site-title.fz26 {
    font-size: 20px;
  }
  /* line 444, ../sass/all/text.scss */
  .site-title.fz34 {
    font-size: 22px;
  }
  /* line 448, ../sass/all/text.scss */
  .site-title.fz44 {
    font-size: 26px;
  }
  /* line 452, ../sass/all/text.scss */
  .site-title.fz54 {
    font-size: 30px;
  }
  /* line 456, ../sass/all/text.scss */
  .site-title.fz80 {
    font-size: 44px;
  }

  /* line 461, ../sass/all/text.scss */
  .site-btn {
    padding: 0 25px;
    height: 44px;
    font-size: 14px;
  }

  /* line 468, ../sass/all/text.scss */
  .lang-he .site-text {
    font-size: 16px;
  }
  /* line 471, ../sass/all/text.scss */
  .lang-he .site-text.fz22 {
    font-size: 20px;
  }
  /* line 475, ../sass/all/text.scss */
  .lang-he .site-text.max {
    font-size: 18px;
  }
  /* line 479, ../sass/all/text.scss */
  .lang-he .site-text.min {
    font-size: 14px;
  }
  /* line 484, ../sass/all/text.scss */
  .lang-he .site-btn {
    font-size: 16px;
  }
}
/* line 1, ../sass/all/simple-popup.scss */
.simple-popup-wr {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(67, 82, 77, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: 0.5s;
}
/* line 21, ../sass/all/simple-popup.scss */
.simple-popup-wr.show {
  opacity: 1;
  visibility: visible;
}
/* line 28, ../sass/all/simple-popup.scss */
.simple-popup-wr.daytime .simple-popup .uForm {
  display: none;
}
/* line 31, ../sass/all/simple-popup.scss */
.simple-popup-wr.daytime .simple-popup .uForm.Appointment {
  display: block;
}

/* line 39, ../sass/all/simple-popup.scss */
.simple-popup-close-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 47, ../sass/all/simple-popup.scss */
.open-simple-popup {
  cursor: pointer;
}

/* line 52, ../sass/all/simple-popup.scss */
.simple-popup {
  position: relative;
  border-radius: 15px;
  background: #e4e9eb;
  width: 400px;
  max-width: calc(100% - 30px);
  padding: 35px 25px;
}
/* line 60, ../sass/all/simple-popup.scss */
.simple-popup .uForm.Appointment {
  display: none;
}
/* line 64, ../sass/all/simple-popup.scss */
.simple-popup#packages {
  display: none;
}
/* line 68, ../sass/all/simple-popup.scss */
.simple-popup .site-title {
  margin-bottom: 20px;
  max-width: calc(100% - 30px);
}
/* line 73, ../sass/all/simple-popup.scss */
.simple-popup .site-text {
  margin-bottom: 40px;
}
/* line 77, ../sass/all/simple-popup.scss */
.simple-popup .input {
  position: relative;
  outline: none;
  border: 0;
  display: block;
  width: 100%;
  background: #fff;
  color: #848999;
  height: 56px;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 91, ../sass/all/simple-popup.scss */
.simple-popup .input::placeholder {
  color: #848999;
}
/* line 96, ../sass/all/simple-popup.scss */
.simple-popup .input.error::placeholder {
  color: red;
}
/* line 102, ../sass/all/simple-popup.scss */
.simple-popup .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
/* line 111, ../sass/all/simple-popup.scss */
.simple-popup .row .col {
  width: calc((100% - 20px) / 2);
}
/* line 116, ../sass/all/simple-popup.scss */
.simple-popup .form-privacy {
  margin-bottom: 20px;
}
/* line 120, ../sass/all/simple-popup.scss */
.simple-popup .site-btn {
  width: 100%;
}

/* line 125, ../sass/all/simple-popup.scss */
.simple-popup-close {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
}
/* line 144, ../sass/all/simple-popup.scss */
.simple-popup-close img, .simple-popup-close svg {
  display: block;
  width: 16px;
  height: 16px;
}
/* line 150, ../sass/all/simple-popup.scss */
.simple-popup-close:hover {
  background: #91a49f;
}

/* line 155, ../sass/all/simple-popup.scss */
.form-privacy {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 30px;
  font-size: 14px;
}
/* line 162, ../sass/all/simple-popup.scss */
.form-privacy input {
  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;
  bottom: 10px;
  left: 10px;
}
/* line 177, ../sass/all/simple-popup.scss */
.form-privacy input:checked ~ .checkbox, .form-privacy input:checked ~ .checkbox-privacy {
  background: #91a49f;
}
/* line 180, ../sass/all/simple-popup.scss */
.form-privacy input:checked ~ .checkbox:after, .form-privacy input:checked ~ .checkbox-privacy:after {
  content: '✓';
  color: #fff;
}
/* line 186, ../sass/all/simple-popup.scss */
.form-privacy .checkbox, .form-privacy .checkbox-privacy {
  position: absolute;
  cursor: pointer;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 2px solid #91a49f;
}
/* line 196, ../sass/all/simple-popup.scss */
.form-privacy .checkbox:after, .form-privacy .checkbox-privacy:after {
  content: '';
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 215, ../sass/all/simple-popup.scss */
.form-privacy a {
  color: #91a49f;
  text-decoration: underline;
}
/* line 219, ../sass/all/simple-popup.scss */
.form-privacy a:hover {
  text-decoration: none;
}

/* line 226, ../sass/all/simple-popup.scss */
.lang-he .simple-popup-wr {
  direction: rtl;
}
/* line 230, ../sass/all/simple-popup.scss */
.lang-he .simple-popup-close {
  left: 10px;
  right: auto;
}
/* line 236, ../sass/all/simple-popup.scss */
.lang-he .simple-popup .input {
  font-size: 20px;
}
/* line 239, ../sass/all/simple-popup.scss */
.lang-he .simple-popup .input[type="tel"], .lang-he .simple-popup .input[type="email"] {
  direction: ltr;
  text-align: right;
}
/* line 246, ../sass/all/simple-popup.scss */
.lang-he .form-privacy {
  padding-right: 30px;
  padding-left: 0;
  font-size: 18px;
}
/* line 251, ../sass/all/simple-popup.scss */
.lang-he .form-privacy input {
  right: 10px;
  left: initial;
}
/* line 256, ../sass/all/simple-popup.scss */
.lang-he .form-privacy .checkbox, .lang-he .form-privacy .checkbox-privacy {
  right: 0;
  left: initial;
}

/* 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: #43524d;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 102;
  border-radius: 50%;
  transition: all .15s ease;
}
/* line 22, ../sass/all/wgag.scss */
#accessibilityButton svg {
  display: block;
  width: 22px;
  height: auto;
}
/* line 28, ../sass/all/wgag.scss */
#accessibilityButton:hover {
  transform: translateY(-50%) scale(1.1);
}

/* line 33, ../sass/all/wgag.scss */
#accessibilityMenu {
  display: none;
  position: fixed;
  background-color: #f2f3f8;
  left: 20px;
  bottom: 20px;
  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% - var(--header-height) - 40px);
  border-radius: 20px;
  overflow: hidden;
  max-height: calc(100% - 40px);
  z-index: 214748364;
}

/* line 49, ../sass/all/wgag.scss */
.accessibilityMenu {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
/* line 55, ../sass/all/wgag.scss */
.accessibilityMenu input {
  -webkit-appearance: auto;
}
/* line 59, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar {
  width: 10px;
}
/* line 62, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-track {
  background: transparent;
}
/* line 65, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-thumb {
  background: #91a49f;
  border-radius: 5px;
  margin: 10px 0;
}
/* line 70, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-button {
  display: none;
}
/* line 74, ../sass/all/wgag.scss */
.accessibilityMenu .site-title {
  padding-top: 50px;
  padding-bottom: 135px;
  background: #43524d;
  color: #FFF;
}
/* line 81, ../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 103, ../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: rgba(145, 164, 159, 0.4);
  width: calc((100% - 30px) / 3);
  height: 120px;
  padding: 15px;
  border-radius: 10px;
  border: solid 2px transparent;
}
/* line 125, ../sass/all/wgag.scss */
.accessibilityMenu .bl.double {
  width: calc((100% - 30px) / 3 * 2 + 15px);
}
/* line 129, ../sass/all/wgag.scss */
.accessibilityMenu .bl i {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
}
/* line 135, ../sass/all/wgag.scss */
.accessibilityMenu .bl span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
/* line 142, ../sass/all/wgag.scss */
.accessibilityMenu .bl:hover:not(.double) {
  border-color: #43524d;
}
/* line 146, ../sass/all/wgag.scss */
.accessibilityMenu .bl.active {
  background: #43524d;
  border-color: #43524d;
  color: #fff;
}
/* line 152, ../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 162, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div {
  position: relative;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
/* line 170, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div:hover {
  transform: scale(1.1);
}
/* line 175, ../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 189, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div.white.active:before {
  background: #000;
}
/* line 196, ../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 208, ../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: #43524d;
  border-radius: 50%;
}
/* line 223, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus button svg {
  display: block;
  width: 9px;
  height: auto;
}
/* line 229, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus button:hover {
  background: #91a49f;
}

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

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

/* line 261, ../sass/all/wgag.scss */
.high-contrast {
  background-color: black;
  color: white;
}

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

/* line 271, ../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 281, ../sass/all/wgag.scss */
body.reading-view {
  background-color: #f4f4f4;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

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

/* line 292, ../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 309, ../sass/all/wgag.scss */
.high-contrast-dark {
  background-color: #000;
  color: #fff;
}

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

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

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

/* line 329, ../sass/all/wgag.scss */
#fontSizeSlider {
  flex-grow: 1;
}

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

/* line 339, ../sass/all/wgag.scss */
#lineSpacingSlider {
  flex-grow: 1;
}

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

/* line 349, ../sass/all/wgag.scss */
#wordSpacingSlider {
  flex-grow: 1;
}

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

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 377, ../sass/all/wgag.scss */
  #accessibilityButton {
    left: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    left: 0px !important;
    transform: none;
    top: calc(var(--header-height) + 45px);
    width: 31px;
    height: 34px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 391, ../sass/all/wgag.scss */
  #accessibilityButton svg {
    width: 14px;
    margin-right: 10px;
  }
  /* line 396, ../sass/all/wgag.scss */
  #accessibilityButton:hover {
    transform: scale(1);
  }

  /* line 401, ../sass/all/wgag.scss */
  #accessibilityMenu {
    left: 15px;
    bottom: 15px;
    max-width: calc(100% - 30px);
    height: calc(100% - var(--header-height) - 30px);
    border-radius: 15px;
    max-height: calc(100% - 30px);
  }

  /* line 411, ../sass/all/wgag.scss */
  .accessibilityMenu::-webkit-scrollbar {
    width: 5px;
  }
  /* line 415, ../sass/all/wgag.scss */
  .accessibilityMenu .site-title {
    padding-top: 30px;
  }
  /* line 419, ../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 427, ../sass/all/wgag.scss */
  .accessibilityMenu .bl.double {
    width: 100%;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }

  /* line 439, ../sass/all/wgag.scss */
  .lang-he #accessibilityButton {
    left: 15px;
  }
  /* line 443, ../sass/all/wgag.scss */
  .lang-he #accessibilityMenu {
    left: 15px;
  }
}
/* 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(145, 164, 159, 0.1);
  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(../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(67, 82, 77, 0.2);
  border-radius: 50%;
}
/* line 47, ../sass/all/faq.scss */
.FAQ-Wr .navt.active:after {
  border-color: #43524d;
  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 72, ../sass/all/faq.scss */
.FAQ-Wr .content {
  position: relative;
  overflow: hidden;
  transition: 1s ease all;
  max-height: 0;
  transform: translateY(20px);
  opacity: 0;
}
/* line 80, ../sass/all/faq.scss */
.FAQ-Wr .content span {
  display: block;
  border: 1px solid rgba(67, 82, 77, 0.5);
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 1px;
}

/* line 94, ../sass/all/faq.scss */
.lang-he .FAQ-Wr {
  direction: rtl;
}
/* line 98, ../sass/all/faq.scss */
.lang-he .FAQ-Wr .navt:after {
  left: 12px;
  right: initial;
}
/* line 105, ../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 115, ../sass/all/faq.scss */
  .FAQ-Wr .toggleBlock {
    margin-top: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 125, ../sass/all/faq.scss */
  .FAQ-Wr .toggleBlock {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 135, ../sass/all/faq.scss */
  .FAQ-Wr .container {
    width: 738px;
  }
  /* line 139, ../sass/all/faq.scss */
  .FAQ-Wr .toggleBlock {
    margin-top: 30px;
  }
  /* line 143, ../sass/all/faq.scss */
  .FAQ-Wr .navt {
    min-height: 60px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
  }
  /* line 149, ../sass/all/faq.scss */
  .FAQ-Wr .navt:after {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-width: 5px;
  }
  /* line 158, ../sass/all/faq.scss */
  .FAQ-Wr .toggle {
    max-width: calc(100% - 40px - 10px);
    min-height: 28px;
  }
  /* line 164, ../sass/all/faq.scss */
  .FAQ-Wr .content span {
    font-size: 15px;
    padding: 15px;
  }

  /* line 174, ../sass/all/faq.scss */
  .lang-he .FAQ-Wr .navt:after {
    left: 10px;
  }
  /* line 180, ../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 192, ../sass/all/faq.scss */
  .FAQ-Wr .toggleBlock {
    margin-top: 30px;
  }
  /* line 196, ../sass/all/faq.scss */
  .FAQ-Wr .navt {
    min-height: 54px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
  }
  /* line 202, ../sass/all/faq.scss */
  .FAQ-Wr .navt:after {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-width: 4px;
  }
  /* line 211, ../sass/all/faq.scss */
  .FAQ-Wr .toggle {
    max-width: calc(100% - 34px - 5px);
    min-height: 24px;
  }
  /* line 217, ../sass/all/faq.scss */
  .FAQ-Wr .content span {
    font-size: 14px;
    padding: 10px;
  }

  /* line 227, ../sass/all/faq.scss */
  .lang-he .FAQ-Wr .navt:after {
    left: 10px;
  }
  /* line 233, ../sass/all/faq.scss */
  .lang-he .FAQ-Wr .content span {
    font-size: 16px;
  }
}
/* line 1, ../sass/all/aside-menu.scss */
.aside-menu {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.33s cubic-bezier(0.26, 1, 0.48, 1);
  background: rgba(67, 82, 77, 0.6);
  z-index: 110;
}
/* line 19, ../sass/all/aside-menu.scss */
.aside-menu.show {
  visibility: visible;
  opacity: 1;
}
/* line 23, ../sass/all/aside-menu.scss */
.aside-menu.show .aside-menu-inner {
  transform: translateX(0);
  opacity: 1;
}
/* line 29, ../sass/all/aside-menu.scss */
.aside-menu.show .aside-menu-nav li {
  transform: translateY(0px);
  opacity: 1;
}
/* line 35, ../sass/all/aside-menu.scss */
.aside-menu.show .aside-menu-sub-menu, .aside-menu.show .aside-menu-mail-link-wr {
  transform: translateY(0px);
  opacity: 1;
}

/* line 42, ../sass/all/aside-menu.scss */
.aside-menu-inner {
  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;
  background: #f2f2f7;
  width: 56vw;
  height: calc(100% - 20px);
  margin: 10px;
  border-radius: 10px;
  transition-delay: 0.3s;
  transition: all 1.33s cubic-bezier(0.26, 1, 0.48, 1);
  transform: translateX(100%);
  opacity: 0;
  padding: 110px;
  overflow-x: auto;
}

/* line 67, ../sass/all/aside-menu.scss */
.aside-menu-nav {
  position: relative;
}
/* line 70, ../sass/all/aside-menu.scss */
.aside-menu-nav li {
  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;
  transform: translateY(-20px);
  opacity: 0;
  transition: 0.6s ease all;
  transition-delay: 0.6s;
  gap: 0 10px;
  margin-bottom: 5px;
}
/* line 89, ../sass/all/aside-menu.scss */
.aside-menu-nav li:nth-child(2) {
  transition-delay: 0.7s;
}
/* line 93, ../sass/all/aside-menu.scss */
.aside-menu-nav li:nth-child(3) {
  transition-delay: 0.8s;
}
/* line 97, ../sass/all/aside-menu.scss */
.aside-menu-nav li:nth-child(4) {
  transition-delay: 0.9s;
}
/* line 101, ../sass/all/aside-menu.scss */
.aside-menu-nav li:nth-child(5) {
  transition-delay: 1s;
}
/* line 105, ../sass/all/aside-menu.scss */
.aside-menu-nav li:nth-child(6) {
  transition-delay: 1.1s;
}
/* line 109, ../sass/all/aside-menu.scss */
.aside-menu-nav li:nth-child(7) {
  transition-delay: 1.2s;
}
/* line 116, ../sass/all/aside-menu.scss */
.aside-menu-nav li.show a span:nth-child(1) {
  transform: translateY(-100%);
  opacity: 0;
}
/* line 121, ../sass/all/aside-menu.scss */
.aside-menu-nav li.show a span:nth-child(2) {
  top: 0;
  opacity: 1;
}
/* line 128, ../sass/all/aside-menu.scss */
.aside-menu-nav li.show .drop-menu {
  max-height: 300px;
}
/* line 134, ../sass/all/aside-menu.scss */
.aside-menu-nav a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  isolation: isolate;
  line-height: 0.75;
  font-weight: bold;
  font-size: 90px;
}
/* line 148, ../sass/all/aside-menu.scss */
.aside-menu-nav a span {
  position: relative;
  transition: all 0.4s cubic-bezier(0.2, 0.01, 0, 1);
}
/* line 152, ../sass/all/aside-menu.scss */
.aside-menu-nav a span:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  color: #91a49f;
}
@media (hover: hover) {
  /* line 164, ../sass/all/aside-menu.scss */
  .aside-menu-nav a:hover span:nth-child(1) {
    transform: translateY(-100%);
    opacity: 0;
  }
  /* line 169, ../sass/all/aside-menu.scss */
  .aside-menu-nav a:hover span:nth-child(2) {
    top: 0;
    opacity: 1;
  }
}
/* line 178, ../sass/all/aside-menu.scss */
.aside-menu-nav .show-drop {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 76px;
  height: 76px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
/* line 194, ../sass/all/aside-menu.scss */
.aside-menu-nav .show-drop svg {
  display: block;
  width: 12px;
  height: auto;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
  /* line 202, ../sass/all/aside-menu.scss */
  .aside-menu-nav .show-drop:hover {
    transform: scale(1.07);
  }
}
/* line 208, ../sass/all/aside-menu.scss */
.aside-menu-nav .show-drop.active svg {
  transform: rotate(-45deg);
}
/* line 214, ../sass/all/aside-menu.scss */
.aside-menu-nav .drop-menu {
  display: block;
  position: relative;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  isolation: isolate;
  transition: all ease .5s;
}
/* line 223, ../sass/all/aside-menu.scss */
.aside-menu-nav .drop-menu ul {
  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;
  max-width: 400px;
  margin: 10px 0;
  gap: 8px;
}
/* line 239, ../sass/all/aside-menu.scss */
.aside-menu-nav .drop-menu ul li {
  position: relative;
}
/* line 243, ../sass/all/aside-menu.scss */
.aside-menu-nav .drop-menu ul a {
  display: inline-block;
  border: 1px solid rgba(67, 82, 77, 0.1);
  border-radius: 15px;
  padding: 8px 10px;
  font-size: 19px;
  transition: 0.3s ease all;
}
@media (hover: hover) {
  /* line 252, ../sass/all/aside-menu.scss */
  .aside-menu-nav .drop-menu ul a:hover {
    background: #43524d;
    border-color: #43524d;
    color: #fff;
  }
}

/* line 263, ../sass/all/aside-menu.scss */
.aside-menu-sub-menu {
  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;
  text-transform: uppercase;
  gap: 10px 30px;
  margin: 50px 0;
  transform: translateY(-20px);
  opacity: 0;
  transition: 0.6s ease all;
  transition-delay: 0.8s;
}
/* line 283, ../sass/all/aside-menu.scss */
.aside-menu-sub-menu li {
  position: relative;
}
/* line 287, ../sass/all/aside-menu.scss */
.aside-menu-sub-menu a {
  display: inline-block;
  position: relative;
  font-size: 22px;
}
@media (hover: hover) {
  /* line 295, ../sass/all/aside-menu.scss */
  .aside-menu-sub-menu a:hover .line:after {
    width: 100%;
  }
}
/* line 303, ../sass/all/aside-menu.scss */
.aside-menu-sub-menu .line {
  display: block;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: 4px;
  border: 1px solid #43524d;
  border-radius: 4px;
}
/* line 313, ../sass/all/aside-menu.scss */
.aside-menu-sub-menu .line:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
  background: #43524d;
  transition: all 0.5s cubic-bezier(0.41, 0.005, 0.095, 1.05);
}

/* line 327, ../sass/all/aside-menu.scss */
.aside-menu-mail-link-wr {
  position: relative;
  margin-top: auto;
  transform: translateY(-20px);
  opacity: 0;
  transition: 0.6s ease all;
  transition-delay: 1s;
}
/* line 335, ../sass/all/aside-menu.scss */
.aside-menu-mail-link-wr .aside-menu-mail-link {
  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;
  gap: 0 10px;
}
/* line 345, ../sass/all/aside-menu.scss */
.aside-menu-mail-link-wr .aside-menu-mail-link.mobver {
  display: none;
}
@media (hover: hover) {
  /* line 353, ../sass/all/aside-menu.scss */
  .aside-menu-mail-link-wr .aside-menu-mail-link:hover .aside-menu-mail-link-arrow span:nth-child(1) {
    transform: scaleX(1);
  }
  /* line 357, ../sass/all/aside-menu.scss */
  .aside-menu-mail-link-wr .aside-menu-mail-link:hover .aside-menu-mail-link-arrow span:nth-child(2) {
    transform: scaleX(0);
  }
  /* line 363, ../sass/all/aside-menu.scss */
  .aside-menu-mail-link-wr .aside-menu-mail-link:hover .aside-menu-mail-link-text {
    color: #91a49f;
  }
}
/* line 370, ../sass/all/aside-menu.scss */
.aside-menu-mail-link-wr .aside-menu-mail-link-arrow {
  position: relative;
  display: block;
  aspect-ratio: 45 / 38;
  height: 48px;
  box-shadow: inset 0 0 0 1px #43524d;
  border-radius: 5px;
}
/* line 378, ../sass/all/aside-menu.scss */
.aside-menu-mail-link-wr .aside-menu-mail-link-arrow span {
  position: absolute;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
/* line 391, ../sass/all/aside-menu.scss */
.aside-menu-mail-link-wr .aside-menu-mail-link-arrow span path {
  transition: stroke 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
/* line 395, ../sass/all/aside-menu.scss */
.aside-menu-mail-link-wr .aside-menu-mail-link-arrow span:nth-child(1) {
  background-color: #43524d;
  transform-origin: 0 50%;
  transform: scaleX(0);
}
/* line 400, ../sass/all/aside-menu.scss */
.aside-menu-mail-link-wr .aside-menu-mail-link-arrow span:nth-child(1) path {
  stroke: #fff;
}
/* line 405, ../sass/all/aside-menu.scss */
.aside-menu-mail-link-wr .aside-menu-mail-link-arrow span:nth-child(2) {
  transform-origin: 100% 50%;
  transform: scaleX(1);
}
/* line 409, ../sass/all/aside-menu.scss */
.aside-menu-mail-link-wr .aside-menu-mail-link-arrow span:nth-child(2) path {
  stroke: #43524d;
}
/* line 416, ../sass/all/aside-menu.scss */
.aside-menu-mail-link-wr .aside-menu-mail-link-text {
  display: inline-block;
  line-height: 0.75;
  font-size: 60px;
}

/* line 424, ../sass/all/aside-menu.scss */
.lang-he .aside-menu {
  direction: rtl;
}
/* line 428, ../sass/all/aside-menu.scss */
.lang-he .aside-menu.show .aside-menu-inner {
  transform: translateX(0);
}
/* line 434, ../sass/all/aside-menu.scss */
.lang-he .aside-menu-inner {
  transform: translateX(-100%);
}
/* line 441, ../sass/all/aside-menu.scss */
.lang-he .aside-menu-nav .drop-menu ul a {
  font-size: 24px;
}
/* line 449, ../sass/all/aside-menu.scss */
.lang-he .aside-menu-sub-menu a {
  font-size: 26px;
}
/* line 454, ../sass/all/aside-menu.scss */
.lang-he .aside-menu-sub-menu .line:after {
  right: 0;
  left: initial;
}
/* line 462, ../sass/all/aside-menu.scss */
.lang-he .aside-menu-mail-link-wr .aside-menu-mail-link-arrow {
  transform: rotateY(180deg);
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 470, ../sass/all/aside-menu.scss */
  .aside-menu-inner {
    padding: 90px;
  }

  /* line 475, ../sass/all/aside-menu.scss */
  .aside-menu-nav a {
    font-size: 62px;
  }
  /* line 479, ../sass/all/aside-menu.scss */
  .aside-menu-nav .show-drop {
    width: 50px;
    height: 50px;
  }
  /* line 485, ../sass/all/aside-menu.scss */
  .aside-menu-nav .drop-menu ul {
    margin: 8px 0;
  }
  /* line 488, ../sass/all/aside-menu.scss */
  .aside-menu-nav .drop-menu ul a {
    padding: 7px 8px;
    font-size: 17px;
  }

  /* line 496, ../sass/all/aside-menu.scss */
  .aside-menu-sub-menu {
    gap: 10px 25px;
    margin: 44px 0;
  }
  /* line 500, ../sass/all/aside-menu.scss */
  .aside-menu-sub-menu a {
    font-size: 20px;
  }

  /* line 506, ../sass/all/aside-menu.scss */
  .aside-menu-mail-link-wr .aside-menu-mail-link-arrow {
    height: 42px;
  }
  /* line 510, ../sass/all/aside-menu.scss */
  .aside-menu-mail-link-wr .aside-menu-mail-link-text {
    font-size: 52px;
  }

  /* line 519, ../sass/all/aside-menu.scss */
  .lang-he .aside-menu-nav .drop-menu ul a {
    font-size: 22px;
  }
  /* line 527, ../sass/all/aside-menu.scss */
  .lang-he .aside-menu-sub-menu a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 537, ../sass/all/aside-menu.scss */
  .aside-menu-inner {
    padding: 70px;
    height: calc(100% - 10px);
    margin: 5px;
  }

  /* line 544, ../sass/all/aside-menu.scss */
  .aside-menu-nav a {
    font-size: 70px;
  }
  /* line 548, ../sass/all/aside-menu.scss */
  .aside-menu-nav .show-drop {
    width: 52px;
    height: 52px;
  }
  /* line 554, ../sass/all/aside-menu.scss */
  .aside-menu-nav .drop-menu ul {
    margin: 8px 0;
  }
  /* line 557, ../sass/all/aside-menu.scss */
  .aside-menu-nav .drop-menu ul a {
    padding: 7px 8px;
    font-size: 17px;
  }

  /* line 565, ../sass/all/aside-menu.scss */
  .aside-menu-sub-menu {
    gap: 10px 25px;
    margin: 35px 0;
  }
  /* line 569, ../sass/all/aside-menu.scss */
  .aside-menu-sub-menu a {
    font-size: 18px;
  }

  /* line 575, ../sass/all/aside-menu.scss */
  .aside-menu-mail-link-wr .aside-menu-mail-link-arrow {
    height: 38px;
  }
  /* line 579, ../sass/all/aside-menu.scss */
  .aside-menu-mail-link-wr .aside-menu-mail-link-text {
    font-size: 44px;
  }

  /* line 588, ../sass/all/aside-menu.scss */
  .lang-he .aside-menu-nav .drop-menu ul a {
    font-size: 20px;
  }
  /* line 596, ../sass/all/aside-menu.scss */
  .lang-he .aside-menu-sub-menu a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 606, ../sass/all/aside-menu.scss */
  .aside-menu-inner {
    width: 75vw;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 614, ../sass/all/aside-menu.scss */
  .aside-menu-inner {
    padding: 70px 20px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    margin: 2px;
  }

  /* line 622, ../sass/all/aside-menu.scss */
  .aside-menu-nav li {
    margin-bottom: 15px;
  }
  /* line 626, ../sass/all/aside-menu.scss */
  .aside-menu-nav a {
    font-size: clamp(48px, 12.6vw, 70px);
  }
  /* line 630, ../sass/all/aside-menu.scss */
  .aside-menu-nav .show-drop {
    width: 38px;
    height: 38px;
  }
  /* line 636, ../sass/all/aside-menu.scss */
  .aside-menu-nav .drop-menu ul {
    margin: 8px 0;
  }
  /* line 639, ../sass/all/aside-menu.scss */
  .aside-menu-nav .drop-menu ul li {
    margin-bottom: 0;
  }
  /* line 643, ../sass/all/aside-menu.scss */
  .aside-menu-nav .drop-menu ul a {
    padding: 7px 8px;
    font-size: 17px;
  }

  /* line 651, ../sass/all/aside-menu.scss */
  .aside-menu-mail-link-wr {
    margin-top: 30px;
  }

  /* line 655, ../sass/all/aside-menu.scss */
  .aside-menu-sub-menu {
    gap: 10px 25px;
    margin: 35px 0;
  }
  /* line 659, ../sass/all/aside-menu.scss */
  .aside-menu-sub-menu a {
    font-size: 18px;
  }

  /* line 666, ../sass/all/aside-menu.scss */
  .aside-menu-mail-link-wr .aside-menu-mail-link.mobver {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    margin-bottom: 20px;
  }
  /* line 676, ../sass/all/aside-menu.scss */
  .aside-menu-mail-link-wr .aside-menu-mail-link-arrow {
    height: 38px;
  }
  /* line 680, ../sass/all/aside-menu.scss */
  .aside-menu-mail-link-wr .aside-menu-mail-link-text {
    font-size: 44px;
  }

  /* line 689, ../sass/all/aside-menu.scss */
  .lang-he .aside-menu-nav .drop-menu ul a {
    font-size: 20px;
  }
  /* line 697, ../sass/all/aside-menu.scss */
  .lang-he .aside-menu-sub-menu a {
    font-size: 22px;
  }
}
/* line 1, ../sass/all/seo-text.scss */
.seo-text {
  position: relative;
  margin: 15px;
  background: #e4e9eb;
  border-radius: 30px;
}
/* line 7, ../sass/all/seo-text.scss */
.seo-text .desc {
  position: relative;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  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;
  gap: 25px;
  margin-top: 25px;
  padding: 0 15px;
}
/* line 26, ../sass/all/seo-text.scss */
.seo-text .desc img {
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
/* line 34, ../sass/all/seo-text.scss */
.seo-text .desc h2, .seo-text .desc h3, .seo-text .desc h4, .seo-text .desc h5, .seo-text .desc h6 {
  position: relative;
  font-weight: bold;
  font-size: 34px;
}
/* line 40, ../sass/all/seo-text.scss */
.seo-text .desc p {
  font-size: 16px;
}
/* line 44, ../sass/all/seo-text.scss */
.seo-text .desc ul {
  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;
  gap: 10px;
  list-style-type: disc;
  padding-right: 20px;
  font-size: 16px;
}
/* line 62, ../sass/all/seo-text.scss */
.seo-text .desc b, .seo-text .desc strong {
  font-weight: bold;
}
/* line 66, ../sass/all/seo-text.scss */
.seo-text .desc i {
  font-style: italic;
}
/* line 70, ../sass/all/seo-text.scss */
.seo-text .desc a {
  text-decoration: underline;
  color: #43524d;
}
/* line 74, ../sass/all/seo-text.scss */
.seo-text .desc a:hover {
  text-decoration: none;
  color: #91a49f;
}

/* line 83, ../sass/all/seo-text.scss */
.lang-he .seo-text {
  direction: rtl;
}
/* line 87, ../sass/all/seo-text.scss */
.lang-he .seo-text .desc h2, .lang-he .seo-text .desc h3, .lang-he .seo-text .desc h4, .lang-he .seo-text .desc h5, .lang-he .seo-text .desc h6 {
  font-size: 40px;
}
/* line 91, ../sass/all/seo-text.scss */
.lang-he .seo-text .desc p {
  font-size: 20px;
}
/* line 95, ../sass/all/seo-text.scss */
.lang-he .seo-text .desc ul {
  font-size: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 105, ../sass/all/seo-text.scss */
  .seo-text .desc {
    gap: 20px;
    margin-top: 20px;
  }
  /* line 109, ../sass/all/seo-text.scss */
  .seo-text .desc img {
    border-radius: 15px;
  }
  /* line 113, ../sass/all/seo-text.scss */
  .seo-text .desc h2, .seo-text .desc h3, .seo-text .desc h4, .seo-text .desc h5, .seo-text .desc h6 {
    font-size: 30px;
  }
  /* line 117, ../sass/all/seo-text.scss */
  .seo-text .desc p {
    font-size: 14px;
  }
  /* line 121, ../sass/all/seo-text.scss */
  .seo-text .desc ul {
    gap: 7px;
    font-size: 14px;
  }

  /* line 131, ../sass/all/seo-text.scss */
  .lang-he .seo-text .desc h2, .lang-he .seo-text .desc h3, .lang-he .seo-text .desc h4, .lang-he .seo-text .desc h5, .lang-he .seo-text .desc h6 {
    font-size: 36px;
  }
  /* line 135, ../sass/all/seo-text.scss */
  .lang-he .seo-text .desc p {
    font-size: 18px;
  }
  /* line 139, ../sass/all/seo-text.scss */
  .lang-he .seo-text .desc ul {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 151, ../sass/all/seo-text.scss */
  .seo-text .desc {
    gap: 15px;
    margin-top: 15px;
  }
  /* line 155, ../sass/all/seo-text.scss */
  .seo-text .desc img {
    border-radius: 15px;
  }
  /* line 159, ../sass/all/seo-text.scss */
  .seo-text .desc h2, .seo-text .desc h3, .seo-text .desc h4, .seo-text .desc h5, .seo-text .desc h6 {
    font-size: 30px;
  }
  /* line 163, ../sass/all/seo-text.scss */
  .seo-text .desc p {
    font-size: 14px;
  }
  /* line 167, ../sass/all/seo-text.scss */
  .seo-text .desc ul {
    gap: 7px;
    font-size: 14px;
  }

  /* line 177, ../sass/all/seo-text.scss */
  .lang-he .seo-text .desc h2, .lang-he .seo-text .desc h3, .lang-he .seo-text .desc h4, .lang-he .seo-text .desc h5, .lang-he .seo-text .desc h6 {
    font-size: 36px;
  }
  /* line 181, ../sass/all/seo-text.scss */
  .lang-he .seo-text .desc p {
    font-size: 18px;
  }
  /* line 185, ../sass/all/seo-text.scss */
  .lang-he .seo-text .desc ul {
    font-size: 18px;
  }
}
/* line 1, ../sass/all/table-of-differences.scss */
.table-of-differences {
  position: relative;
}
/* line 4, ../sass/all/table-of-differences.scss */
.table-of-differences .container {
  position: relative;
  border-radius: 15px;
  background: rgba(145, 164, 159, 0.1);
  padding: 50px;
}
/* line 10, ../sass/all/table-of-differences.scss */
.table-of-differences .container.no-bg {
  background: transparent;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
/* line 18, ../sass/all/table-of-differences.scss */
.table-of-differences .mt50 {
  margin-top: 50px;
}
/* line 22, ../sass/all/table-of-differences.scss */
.table-of-differences .table-row {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0 25px;
  border-bottom: 1px solid #91a49f;
  padding: 15px 0;
}
/* line 33, ../sass/all/table-of-differences.scss */
.table-of-differences .table-row:nth-last-child(1) {
  border-bottom: 0;
}
/* line 37, ../sass/all/table-of-differences.scss */
.table-of-differences .table-row b {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 0 15px;
  font-weight: bold;
}
/* line 48, ../sass/all/table-of-differences.scss */
.table-of-differences .table-row b img {
  height: 32px;
  width: auto;
  display: block;
}
/* line 56, ../sass/all/table-of-differences.scss */
.table-of-differences .table-col {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: calc((100% - 50px - 230px - 25px * 3) / 2);
}
/* line 67, ../sass/all/table-of-differences.scss */
.table-of-differences .table-col:nth-child(1) {
  width: 50px;
}
/* line 71, ../sass/all/table-of-differences.scss */
.table-of-differences .table-col:nth-child(2) {
  width: 250px;
}
/* line 75, ../sass/all/table-of-differences.scss */
.table-of-differences .table-col .icon {
  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: 50px;
  height: 50px;
  background: #91a49f;
  border-radius: 50%;
}
/* line 89, ../sass/all/table-of-differences.scss */
.table-of-differences .table-col .icon svg, .table-of-differences .table-col .icon img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
/* line 97, ../sass/all/table-of-differences.scss */
.table-of-differences .table-col .site-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 0 10px;
}
/* line 107, ../sass/all/table-of-differences.scss */
.table-of-differences .table-col .site-text svg:not(.logo), .table-of-differences .table-col .site-text img:not(.logo) {
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  object-fit: contain;
}

/* line 119, ../sass/all/table-of-differences.scss */
.lang-he .table-of-differences {
  direction: rtl;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 127, ../sass/all/table-of-differences.scss */
  .table-of-differences .container {
    border-radius: 15px;
    padding: 44px;
  }
  /* line 132, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-row {
    gap: 0 22px;
    padding: 14px 0;
  }
  /* line 136, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-row b {
    gap: 0 13px;
  }
  /* line 139, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-row b img {
    height: 30px;
  }
  /* line 145, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col {
    width: calc((100% - 44px - 210px - 22px * 3) / 2);
  }
  /* line 148, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col:nth-child(1) {
    width: 44px;
  }
  /* line 152, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col:nth-child(2) {
    width: 210px;
  }
  /* line 156, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col .icon {
    width: 44px;
    height: 44px;
  }
  /* line 160, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col .icon svg, .table-of-differences .table-col .icon img {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 173, ../sass/all/table-of-differences.scss */
  .table-of-differences .container {
    border-radius: 10px;
    padding: 35px;
  }
  /* line 178, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-row {
    gap: 0 18px;
    padding: 11px 0;
  }
  /* line 182, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-row b {
    gap: 0 13px;
  }
  /* line 185, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-row b img {
    height: 28px;
  }
  /* line 191, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col {
    width: calc((100% - 35px - 160px - 18px * 3) / 2);
  }
  /* line 194, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col:nth-child(1) {
    width: 35px;
  }
  /* line 198, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col:nth-child(2) {
    width: 160px;
  }
  /* line 202, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col .icon {
    width: 35px;
    height: 35px;
  }
  /* line 206, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col .icon svg, .table-of-differences .table-col .icon img {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 219, ../sass/all/table-of-differences.scss */
  .table-of-differences .container {
    border-radius: 10px;
    padding: 15px;
  }
  /* line 224, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-row {
    gap: 0 15px;
    padding: 9px 0;
  }
  /* line 228, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-row b {
    gap: 0 10px;
  }
  /* line 231, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-row b img {
    height: 22px;
  }
  /* line 237, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col {
    width: calc((100% - 35px - 135px - 15px * 3) / 2);
  }
  /* line 240, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col:nth-child(1) {
    width: 35px;
  }
  /* line 244, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col:nth-child(2) {
    width: 135px;
  }
  /* line 248, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col .icon {
    width: 35px;
    height: 35px;
  }
  /* line 252, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col .icon svg, .table-of-differences .table-col .icon img {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 265, ../sass/all/table-of-differences.scss */
  .table-of-differences .container {
    border-radius: 10px;
    padding: 10px;
  }
  /* line 270, ../sass/all/table-of-differences.scss */
  .table-of-differences .mt50 {
    margin-top: 30px;
  }
  /* line 274, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 15px;
    padding: 5px 0;
  }
  /* line 283, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-row b {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  /* line 293, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-row.table-header .table-col:nth-child(1), .table-of-differences .table-row.table-header .table-col:nth-child(2) {
    display: none;
  }
  /* line 297, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-row.table-header .table-col {
    width: calc((100% - 15px) / 2);
  }
  /* line 301, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-row.table-header b {
    font-size: 0;
  }
  /* line 304, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-row.table-header b img {
    height: 38px;
  }
  /* line 311, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col {
    width: calc((100% - 15px) / 2);
    justify-content: center;
    text-align: center;
  }
  /* line 316, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col:nth-child(1) {
    display: none;
  }
  /* line 320, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col:nth-child(2) {
    width: 100%;
  }
  /* line 324, ../sass/all/table-of-differences.scss */
  .table-of-differences .table-col .site-text {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    line-height: 1.1;
  }
}
/* line 1, ../sass/all/calling-block.scss */
.calling-block {
  position: relative;
}
/* line 4, ../sass/all/calling-block.scss */
.calling-block .container {
  background: #e4e9eb;
  border-radius: 30px;
}
/* line 9, ../sass/all/calling-block.scss */
.calling-block .inner {
  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;
  justify-content: space-between;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
/* line 25, ../sass/all/calling-block.scss */
.calling-block .inner.more-text {
  width: 1300px;
}
/* line 28, ../sass/all/calling-block.scss */
.calling-block .inner.more-text .img {
  width: 35%;
}
/* line 31, ../sass/all/calling-block.scss */
.calling-block .inner.more-text .img img {
  transform: translateX(12%);
}
/* line 36, ../sass/all/calling-block.scss */
.calling-block .inner.more-text .img.normal img {
  transform: translateX(5%);
  width: 100%;
  height: auto;
}
/* line 44, ../sass/all/calling-block.scss */
.calling-block .inner.more-text .desc {
  width: 65%;
}
/* line 50, ../sass/all/calling-block.scss */
.calling-block .img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  width: 45%;
}
/* line 60, ../sass/all/calling-block.scss */
.calling-block .img img {
  display: block;
  height: 110%;
}
/* line 66, ../sass/all/calling-block.scss */
.calling-block .desc {
  position: relative;
  width: 50%;
  padding: 50px 0;
}
/* line 72, ../sass/all/calling-block.scss */
.calling-block .site-title {
  line-height: 0.8;
}
/* line 76, ../sass/all/calling-block.scss */
.calling-block .site-text {
  margin: 20px 0;
}
/* line 79, ../sass/all/calling-block.scss */
.calling-block .site-text b {
  font-weight: 600;
}
/* line 84, ../sass/all/calling-block.scss */
.calling-block .list {
  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;
  gap: 5px;
  margin: 20px 0;
}
/* line 98, ../sass/all/calling-block.scss */
.calling-block .list.disc {
  list-style: disc;
  padding-right: 20px;
}
/* line 102, ../sass/all/calling-block.scss */
.calling-block .list.disc li {
  display: list-item;
}
/* line 107, ../sass/all/calling-block.scss */
.calling-block .list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 0 15px;
}
/* line 117, ../sass/all/calling-block.scss */
.calling-block .list li svg {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
/* line 124, ../sass/all/calling-block.scss */
.calling-block .list li span {
  max-width: calc(100% - 20px - 15px);
}
/* line 128, ../sass/all/calling-block.scss */
.calling-block .list li b {
  font-weight: 600;
}

/* line 136, ../sass/all/calling-block.scss */
.lang-he .calling-block {
  direction: rtl;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 144, ../sass/all/calling-block.scss */
  .calling-block .container {
    border-radius: 26px;
  }
  /* line 149, ../sass/all/calling-block.scss */
  .calling-block .inner.more-text {
    width: 1100px;
  }
  /* line 153, ../sass/all/calling-block.scss */
  .calling-block .inner.more-text .img img {
    height: 97%;
  }
  /* line 160, ../sass/all/calling-block.scss */
  .calling-block .desc {
    padding: 44px 0;
  }
  /* line 164, ../sass/all/calling-block.scss */
  .calling-block .list {
    gap: 5px;
    margin: 18px 0;
  }
  /* line 168, ../sass/all/calling-block.scss */
  .calling-block .list li {
    gap: 0 13px;
  }
  /* line 171, ../sass/all/calling-block.scss */
  .calling-block .list li svg {
    width: 20px;
    height: 20px;
  }
  /* line 176, ../sass/all/calling-block.scss */
  .calling-block .list li span {
    max-width: calc(100% - 20px - 13px);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 188, ../sass/all/calling-block.scss */
  .calling-block .container {
    border-radius: 21px;
  }
  /* line 192, ../sass/all/calling-block.scss */
  .calling-block .inner {
    width: 738px;
  }
  /* line 195, ../sass/all/calling-block.scss */
  .calling-block .inner.more-text {
    width: 900px;
  }
  /* line 199, ../sass/all/calling-block.scss */
  .calling-block .inner.more-text .img img {
    transform: translateX(11%);
    height: auto;
    width: 114%;
  }
  /* line 208, ../sass/all/calling-block.scss */
  .calling-block .desc {
    padding: 35px 0;
  }
  /* line 212, ../sass/all/calling-block.scss */
  .calling-block .list {
    gap: 4px;
    margin: 15px 0;
  }
  /* line 216, ../sass/all/calling-block.scss */
  .calling-block .list li {
    gap: 0 10px;
  }
  /* line 219, ../sass/all/calling-block.scss */
  .calling-block .list li svg {
    width: 18px;
    height: 18px;
  }
  /* line 224, ../sass/all/calling-block.scss */
  .calling-block .list li span {
    max-width: calc(100% - 18px - 10px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 236, ../sass/all/calling-block.scss */
  .calling-block .container {
    border-radius: 15px;
  }
  /* line 240, ../sass/all/calling-block.scss */
  .calling-block .inner {
    width: 600px;
  }
  /* line 243, ../sass/all/calling-block.scss */
  .calling-block .inner.more-text {
    width: 684px;
  }
  /* line 246, ../sass/all/calling-block.scss */
  .calling-block .inner.more-text .img {
    display: none;
  }
  /* line 250, ../sass/all/calling-block.scss */
  .calling-block .inner.more-text .desc {
    width: 100%;
  }
  /* line 256, ../sass/all/calling-block.scss */
  .calling-block .desc {
    width: 45%;
    padding: 27px 0;
  }
  /* line 261, ../sass/all/calling-block.scss */
  .calling-block .list {
    gap: 3px;
    margin: 15px 0;
  }
  /* line 265, ../sass/all/calling-block.scss */
  .calling-block .list li {
    gap: 0 10px;
  }
  /* line 268, ../sass/all/calling-block.scss */
  .calling-block .list li svg {
    width: 18px;
    height: 18px;
  }
  /* line 273, ../sass/all/calling-block.scss */
  .calling-block .list li span {
    max-width: calc(100% - 18px - 10px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 285, ../sass/all/calling-block.scss */
  .calling-block.advan {
    padding-top: 20px;
  }
  /* line 288, ../sass/all/calling-block.scss */
  .calling-block .container {
    border-radius: 15px;
  }
  /* line 292, ../sass/all/calling-block.scss */
  .calling-block .inner {
    padding: 0 15px;
  }
  /* line 295, ../sass/all/calling-block.scss */
  .calling-block .inner.more-text {
    width: 100%;
  }
  /* line 298, ../sass/all/calling-block.scss */
  .calling-block .inner.more-text .img {
    display: none;
  }
  /* line 302, ../sass/all/calling-block.scss */
  .calling-block .inner.more-text .desc {
    width: 100%;
  }
  /* line 308, ../sass/all/calling-block.scss */
  .calling-block .img {
    width: 100%;
    justify-content: center;
  }
  /* line 312, ../sass/all/calling-block.scss */
  .calling-block .img img {
    height: auto;
    width: 300px;
    max-width: 100%;
  }
  /* line 319, ../sass/all/calling-block.scss */
  .calling-block .desc {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    width: 100%;
    padding: 20px 0;
  }
  /* line 329, ../sass/all/calling-block.scss */
  .calling-block .list {
    gap: 3px;
    margin: 15px 0;
  }
  /* line 333, ../sass/all/calling-block.scss */
  .calling-block .list li {
    gap: 0 10px;
  }
  /* line 336, ../sass/all/calling-block.scss */
  .calling-block .list li svg {
    width: 18px;
    height: 18px;
  }
  /* line 341, ../sass/all/calling-block.scss */
  .calling-block .list li span {
    max-width: calc(100% - 18px - 10px);
  }
}
@keyframes widgetPulse {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 26, ../sass/all/fix-buttons.scss */
.fix-buttons-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  background: rgba(33, 33, 33, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 100;
}
/* line 39, ../sass/all/fix-buttons.scss */
.fix-buttons-bg.show {
  opacity: 1;
  visibility: visible;
}

/* line 45, ../sass/all/fix-buttons.scss */
.fix-buttons-wr {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 66px;
  height: 66px;
  background: rgba(145, 164, 159, 0.2);
  border-radius: 50%;
  z-index: 100002;
  z-index: 101;
  cursor: pointer;
}
/* line 57, ../sass/all/fix-buttons.scss */
.fix-buttons-wr.no-anim {
  background: none;
}
/* line 60, ../sass/all/fix-buttons.scss */
.fix-buttons-wr.no-anim:after {
  display: none;
}
/* line 65, ../sass/all/fix-buttons.scss */
.fix-buttons-wr:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  margin: -33px 0 0 -33px;
  border: 1px solid #91a49f;
  border-radius: 50%;
  -webkit-animation: widgetPulse infinite 1.5s;
  animation: widgetPulse infinite 1.5s;
}

/* line 81, ../sass/all/fix-buttons.scss */
.fix-buttons-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* line 89, ../sass/all/fix-buttons.scss */
.fix-buttons-icon-animation {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  top: 5px;
  left: 5px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #91a49f;
  color: #fff;
}
/* line 107, ../sass/all/fix-buttons.scss */
.fix-buttons-icon-animation.close {
  background: #43524d;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
/* line 113, ../sass/all/fix-buttons.scss */
.fix-buttons-icon-animation.close svg {
  opacity: 1;
  animation: none;
}
/* line 118, ../sass/all/fix-buttons.scss */
.fix-buttons-icon-animation.close.show {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
/* line 125, ../sass/all/fix-buttons.scss */
.fix-buttons-icon-animation.scale {
  width: 44px;
  height: 44px;
  top: 12px;
  left: 12px;
}
/* line 132, ../sass/all/fix-buttons.scss */
.fix-buttons-icon-animation svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: fadeInOut 3s infinite;
}
/* line 140, ../sass/all/fix-buttons.scss */
.fix-buttons-icon-animation svg:nth-child(1) {
  animation-delay: 0s;
}
/* line 144, ../sass/all/fix-buttons.scss */
.fix-buttons-icon-animation svg:nth-child(2) {
  animation-delay: 1.5s;
}
/* line 149, ../sass/all/fix-buttons.scss */
.fix-buttons-icon-animation img {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 156, ../sass/all/fix-buttons.scss */
.fix-buttons-drop {
  position: absolute;
  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;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  width: 44px;
  bottom: 0;
  left: 12px;
  gap: 10px;
}
/* line 176, ../sass/all/fix-buttons.scss */
.fix-buttons-drop.show {
  visibility: visible;
  opacity: 1;
  bottom: calc(100% + 10px);
}
/* line 182, ../sass/all/fix-buttons.scss */
.fix-buttons-drop li {
  position: relative;
}
/* line 185, ../sass/all/fix-buttons.scss */
.fix-buttons-drop li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: #fff;
  background: #91a49f;
}
/* line 200, ../sass/all/fix-buttons.scss */
.fix-buttons-drop li a:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}
/* line 206, ../sass/all/fix-buttons.scss */
.fix-buttons-drop li .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 10px);
  width: max-content;
  background: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  color: #43524d;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
}
/* line 222, ../sass/all/fix-buttons.scss */
.fix-buttons-drop li:hover .info {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 232, ../sass/all/fix-buttons.scss */
  .fix-buttons-wr {
    bottom: 15px;
    right: 15px;
  }
}
/* line 2, ../sass/all/fix-video.scss */
.CI-Fix-Video {
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  left: 20px;
  height: 216px;
  width: 125px;
  transition: 0.5s ease all;
  z-index: 214748365;
  z-index: 100;
  display: none;
}
/* line 16, ../sass/all/fix-video.scss */
.CI-Fix-Video.delayfixvideo {
  opacity: 0;
  pointer-events: none;
}
/* line 22, ../sass/all/fix-video.scss */
.CI-Fix-Video.hiddenmob {
  display: none !important;
}

/* line 27, ../sass/all/fix-video.scss */
.CI-Fix-Video.hide {
  visibility: hidden;
  z-index: -100;
}

/* line 32, ../sass/all/fix-video.scss */
.CI-Fix-Video.up {
  bottom: 115px;
}

/* line 36, ../sass/all/fix-video.scss */
.CI-Fix-Video.play {
  width: 285px;
  height: 500px;
}
/* line 40, ../sass/all/fix-video.scss */
.CI-Fix-Video.play .CI-Fix-VideoHid svg {
  display: none;
}

/* line 45, ../sass/all/fix-video.scss */
.CI-Fix-Video.play .minim, .CI-Fix-Video.play .site-btn {
  opacity: 1;
  visibility: visible;
}

/* line 50, ../sass/all/fix-video.scss */
.CI-Fix-Video.play .btn {
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease opacity;
  transition-delay: 0.5s;
}

/* line 57, ../sass/all/fix-video.scss */
.CI-Fix-Video.play .resize {
  display: none;
}

/* line 61, ../sass/all/fix-video.scss */
.CI-Fix-Video.play .minimaize {
  display: block;
}

/* line 65, ../sass/all/fix-video.scss */
.CI-Fix-Video .minimaize {
  display: none;
}

/* line 69, ../sass/all/fix-video.scss */
.CI-Fix-Video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  overflow: hidden;
  transition: .3s ease-in-out;
  border-radius: 10px;
}

/* line 80, ../sass/all/fix-video.scss */
.CI-Fix-Video picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 10px;
}
/* line 93, ../sass/all/fix-video.scss */
.CI-Fix-Video picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: .3s ease-in-out;
}

/* line 104, ../sass/all/fix-video.scss */
.CI-Fix-Video .close, .CI-Fix-Video .minim {
  position: absolute;
  cursor: pointer;
  z-index: 11;
  opacity: 1;
  transition: 0.5s ease all;
  top: -37px;
  background: #000;
  border-radius: 10px;
  background-color: #43524d;
  color: #fff;
  width: 30px;
  height: 30px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) {
  /* line 123, ../sass/all/fix-video.scss */
  .CI-Fix-Video .close:hover, .CI-Fix-Video .minim:hover {
    background-color: #91a49f;
    border-color: #91a49f;
    color: #fff;
  }
}
/* line 132, ../sass/all/fix-video.scss */
.CI-Fix-Video .close svg path, .CI-Fix-Video .minim svg path {
  fill: #fff;
}
/* line 138, ../sass/all/fix-video.scss */
.CI-Fix-Video .close {
  z-index: 12;
}

/* line 143, ../sass/all/fix-video.scss */
.CI-Fix-Video .close svg, .CI-Fix-Video .minim svg {
  display: block;
  width: 22px;
  height: 22px;
}

/* line 149, ../sass/all/fix-video.scss */
.CI-Fix-Video .btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  background: #947054;
}

@media (hover: hover) {
  /* line 166, ../sass/all/fix-video.scss */
  .CI-Fix-Video:hover .CI-Fix-VideoHid video, .CI-Fix-Video:hover .CI-Fix-VideoHid img {
    transform: scale(1.1);
  }
}

/* line 179, ../sass/all/fix-video.scss */
.CI-Fix-VideoHid {
  overflow: hidden;
  border-radius: 10px;
  isolation: isolate;
  height: 100%;
  width: 100%;
  position: relative;
}
/* line 187, ../sass/all/fix-video.scss */
.CI-Fix-VideoHid svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  z-index: 2;
  background: #fff;
  color: #000;
  border-radius: 50%;
  transition: .3s ease-in-out;
}

/* line 217, ../sass/all/fix-video.scss */
.CI-Fix-Video:not(.play):hover .close {
  opacity: 1;
  z-index: 12;
}

/* line 222, ../sass/all/fix-video.scss */
.he .CI-Fix-Video .close, .he .CI-Fix-Video .minim {
  left: 0px;
  right: auto;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 230, ../sass/all/fix-video.scss */
  .CI-Fix-Video {
    bottom: 10px;
    left: 10px;
    height: 162px;
    width: 95px;
  }

  /* line 237, ../sass/all/fix-video.scss */
  .CI-Fix-Video.left {
    right: 15px;
  }

  /* line 241, ../sass/all/fix-video.scss */
  .CI-Fix-Video.up-mob {
    bottom: 70px;
  }

  /* line 245, ../sass/all/fix-video.scss */
  .CI-Fix-Video.up {
    bottom: 180px;
  }

  /* line 249, ../sass/all/fix-video.scss */
  .CI-Fix-Video.play {
    width: 255px;
    height: 456px;
  }

  /* line 254, ../sass/all/fix-video.scss */
  .CI-Fix-Video.play .close {
    opacity: 0;
    visibility: hidden;
    z-index: -10;
  }

  /* line 260, ../sass/all/fix-video.scss */
  .CI-Fix-Video .close, .CI-Fix-Video .minim {
    opacity: 1;
  }

  /* line 264, ../sass/all/fix-video.scss */
  .CI-Fix-Video .close svg, .CI-Fix-Video .minim svg {
    width: 22px;
  }

  /* line 268, ../sass/all/fix-video.scss */
  .CI-Fix-Video .minim {
    opacity: 0;
  }
}
/* line 1, ../sass/all/quiz.scss */
.quiz-wr {
  position: relative;
}
/* line 4, ../sass/all/quiz.scss */
.quiz-wr .undertitle {
  margin-top: 10px;
}

/* line 9, ../sass/all/quiz.scss */
.quiz-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;
  overflow: hidden;
  box-shadow: -1px 1px 10px #ddd;
  border-radius: 15px;
  margin-top: 50px;
}

/* line 27, ../sass/all/quiz.scss */
.quiz-form {
  position: relative;
  background: #fff;
  width: calc(100% - 415px);
}

/* line 33, ../sass/all/quiz.scss */
.quiz-form-step {
  display: none;
  position: relative;
  min-height: 560px;
  padding: 50px;
}
/* line 39, ../sass/all/quiz.scss */
.quiz-form-step.active {
  display: block;
}

/* line 44, ../sass/all/quiz.scss */
.quiz-form-step-progress {
  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;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
/* line 60, ../sass/all/quiz.scss */
.quiz-form-step-progress .name {
  opacity: 0.6;
}
/* line 64, ../sass/all/quiz.scss */
.quiz-form-step-progress .line-wr {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 8px;
  height: 12px;
  border-radius: 6px;
  background: rgba(145, 164, 159, 0.2);
}
/* line 74, ../sass/all/quiz.scss */
.quiz-form-step-progress .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #91a49f;
}
/* line 82, ../sass/all/quiz.scss */
.quiz-form-step-progress .line.w17 {
  width: 17%;
}
/* line 86, ../sass/all/quiz.scss */
.quiz-form-step-progress .line.w25 {
  width: 25%;
}
/* line 90, ../sass/all/quiz.scss */
.quiz-form-step-progress .line.w33 {
  width: 33%;
}
/* line 94, ../sass/all/quiz.scss */
.quiz-form-step-progress .line.w50 {
  width: 50%;
}
/* line 98, ../sass/all/quiz.scss */
.quiz-form-step-progress .line.w75 {
  width: 75%;
}

/* line 104, ../sass/all/quiz.scss */
.quiz-form-step-result {
  position: relative;
  margin-top: 35px;
}
/* line 108, ../sass/all/quiz.scss */
.quiz-form-step-result .site-title {
  margin-bottom: 15px;
}
/* line 112, ../sass/all/quiz.scss */
.quiz-form-step-result .undertitle {
  margin-bottom: 15px;
  margin-top: -10px;
}
/* line 117, ../sass/all/quiz.scss */
.quiz-form-step-result .inputs-wr {
  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;
}
/* line 132, ../sass/all/quiz.scss */
.quiz-form-step-result .checkbox-wr {
  position: relative;
  width: calc((100% - 15px) / 2);
}
/* line 136, ../sass/all/quiz.scss */
.quiz-form-step-result .checkbox-wr.with-img {
  width: calc((100% - 15px * 4) / 5);
  flex: auto;
}
/* line 142, ../sass/all/quiz.scss */
.quiz-form-step-result .input-checkbox, .quiz-form-step-result .input-checkbox2 {
  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 155, ../sass/all/quiz.scss */
.quiz-form-step-result .checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  background: #f8f8f8;
  border-radius: 5px;
  height: 50px;
  padding-left: 25px;
  padding-right: calc(25px + 25px + 10px);
}
/* line 170, ../sass/all/quiz.scss */
.quiz-form-step-result .checkbox:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(67, 82, 77, 0.15);
}
/* line 183, ../sass/all/quiz.scss */
.quiz-form-step-result .checkbox:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #91a49f;
  border-radius: 50%;
  opacity: 0;
}
/* line 198, ../sass/all/quiz.scss */
.quiz-form-step-result .input-checkbox:checked ~ .checkbox:before {
  opacity: 1;
}
/* line 202, ../sass/all/quiz.scss */
.quiz-form-step-result .checkbox-with-img {
  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;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #43524d;
}
/* line 221, ../sass/all/quiz.scss */
.quiz-form-step-result .checkbox-with-img.contain .img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 80px;
}
/* line 232, ../sass/all/quiz.scss */
.quiz-form-step-result .checkbox-with-img.contain .img img {
  object-fit: contain;
  width: 80%;
  height: 80%;
}
/* line 239, ../sass/all/quiz.scss */
.quiz-form-step-result .checkbox-with-img.contain .name {
  min-height: calc(100% - 80px);
}
/* line 244, ../sass/all/quiz.scss */
.quiz-form-step-result .checkbox-with-img .img {
  display: block;
  height: 194px;
}
/* line 249, ../sass/all/quiz.scss */
.quiz-form-step-result .checkbox-with-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* line 256, ../sass/all/quiz.scss */
.quiz-form-step-result .checkbox-with-img .name {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: calc(100% - 194px);
  padding: 12px;
}
/* line 271, ../sass/all/quiz.scss */
.quiz-form-step-result .input-checkbox2:checked ~ .checkbox-with-img {
  border-color: #91a49f;
}
/* line 274, ../sass/all/quiz.scss */
.quiz-form-step-result .input-checkbox2:checked ~ .checkbox-with-img .name {
  background: #91a49f;
  color: #fff;
}
/* line 280, ../sass/all/quiz.scss */
.quiz-form-step-result .input-wr {
  position: relative;
  width: calc((100% - 15px) / 2);
}
/* line 284, ../sass/all/quiz.scss */
.quiz-form-step-result .input-wr input:not(:placeholder-shown) + .placeholder, .quiz-form-step-result .input-wr input:focus + .placeholder, .quiz-form-step-result .input-wr input:-internal-autofill-selected + .placeholder, .quiz-form-step-result .input-wr textarea:not(:placeholder-shown) + .placeholder, .quiz-form-step-result .input-wr textarea:focus + .placeholder {
  transform: translateY(0%);
  top: 4px;
  font-size: 12px;
}
/* line 291, ../sass/all/quiz.scss */
.quiz-form-step-result .placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  font-size: 16px;
  cursor: text;
  pointer-events: none;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  z-index: 2;
}
/* line 304, ../sass/all/quiz.scss */
.quiz-form-step-result .input {
  position: relative;
  outline: none;
  border: 0;
  display: block;
  width: 100%;
  background: #f8f8f8;
  color: #43524d;
  height: 50px;
  border-radius: 5px;
  padding: 0 25px;
  padding-top: 20px;
  font-size: 16px;
}
/* line 318, ../sass/all/quiz.scss */
.quiz-form-step-result .input.autofilled + .placeholder {
  transform: translateY(0%);
  top: 4px;
  font-size: 12px;
}
/* line 324, ../sass/all/quiz.scss */
.quiz-form-step-result .input.error {
  background: rgba(255, 0, 0, 0.1);
}
/* line 327, ../sass/all/quiz.scss */
.quiz-form-step-result .input.error::placeholder {
  color: #f00;
}
/* line 331, ../sass/all/quiz.scss */
.quiz-form-step-result .input.error:focus {
  background: #f8f8f8;
}

/* line 338, ../sass/all/quiz.scss */
.quiz-form-step-buttons {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
/* line 348, ../sass/all/quiz.scss */
.quiz-form-step-buttons .next {
  margin-left: auto;
}
/* line 353, ../sass/all/quiz.scss */
.quiz-form-step-buttons .site-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* line 360, ../sass/all/quiz.scss */
.quiz-info {
  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;
  background: #91a49f;
  color: #fff;
  width: 415px;
  padding: 30px;
}
/* line 377, ../sass/all/quiz.scss */
.quiz-info .img {
  display: block;
  height: 100%;
}
/* line 381, ../sass/all/quiz.scss */
.quiz-info .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 391, ../sass/all/quiz.scss */
.quiz-info .list {
  position: relative;
  margin-top: 25px;
}
/* line 395, ../sass/all/quiz.scss */
.quiz-info .list li {
  margin-bottom: 7px;
}
/* line 400, ../sass/all/quiz.scss */
.quiz-info .phone {
  margin-top: 25px;
}
@media (hover: hover) {
  /* line 405, ../sass/all/quiz.scss */
  .quiz-info .phone a:hover {
    opacity: 0.7;
  }
}
/* line 412, ../sass/all/quiz.scss */
.quiz-info .wa {
  margin-top: 10px;
  margin-bottom: 25px;
}
/* line 416, ../sass/all/quiz.scss */
.quiz-info .wa 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;
  gap: 0 10px;
}
@media (hover: hover) {
  /* line 427, ../sass/all/quiz.scss */
  .quiz-info .wa a:hover {
    opacity: 0.7;
  }
}
/* line 433, ../sass/all/quiz.scss */
.quiz-info .wa svg, .quiz-info .wa img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
/* line 441, ../sass/all/quiz.scss */
.quiz-info .phrase, .quiz-info .google-review-wr {
  margin-top: auto;
}

/* line 447, ../sass/all/quiz.scss */
.lang-he .quiz-wr {
  direction: rtl;
}
/* line 451, ../sass/all/quiz.scss */
.lang-he .quiz-inner {
  box-shadow: 1px 1px 10px #ddd;
}
/* line 456, ../sass/all/quiz.scss */
.lang-he .quiz-form-step-progress .line {
  right: 0;
  left: auto;
}
/* line 463, ../sass/all/quiz.scss */
.lang-he .quiz-form-step-result .checkbox {
  padding-right: 25px;
  padding-left: calc(25px + 25px + 10px);
  font-size: calc(16px * 1.2);
}
/* line 468, ../sass/all/quiz.scss */
.lang-he .quiz-form-step-result .checkbox:after {
  left: 25px;
  right: auto;
}
/* line 473, ../sass/all/quiz.scss */
.lang-he .quiz-form-step-result .checkbox:before {
  left: 30px;
  right: auto;
}
/* line 479, ../sass/all/quiz.scss */
.lang-he .quiz-form-step-result .checkbox-with-img {
  font-size: calc(16px * 1.2);
}
/* line 483, ../sass/all/quiz.scss */
.lang-he .quiz-form-step-result .placeholder {
  right: 25px;
  left: auto;
  font-size: calc(16px * 1.2);
}
/* line 491, ../sass/all/quiz.scss */
.lang-he .quiz-form-step-buttons .next {
  margin-right: auto;
  margin-left: 0;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 501, ../sass/all/quiz.scss */
  .quiz-form {
    width: calc(100% - 350px);
  }

  /* line 505, ../sass/all/quiz.scss */
  .quiz-form-step {
    min-height: 496px;
    padding: 40px;
  }

  /* line 512, ../sass/all/quiz.scss */
  .quiz-form-step-result .checkbox-with-img .img {
    height: 156px;
  }
  /* line 516, ../sass/all/quiz.scss */
  .quiz-form-step-result .checkbox-with-img .name {
    min-height: calc(100% - 156px);
    padding: 10px;
  }

  /* line 523, ../sass/all/quiz.scss */
  .quiz-info {
    width: 350px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 532, ../sass/all/quiz.scss */
  .quiz-wr .undertitle {
    margin-top: 8px;
  }

  /* line 537, ../sass/all/quiz.scss */
  .quiz-inner {
    margin-top: 40px;
  }

  /* line 541, ../sass/all/quiz.scss */
  .quiz-form {
    width: calc(100% - 280px);
  }

  /* line 545, ../sass/all/quiz.scss */
  .quiz-form-step {
    padding: 30px;
    min-height: 445px;
  }

  /* line 552, ../sass/all/quiz.scss */
  .quiz-form-step-result .checkbox-with-img .img {
    height: 136px;
  }
  /* line 556, ../sass/all/quiz.scss */
  .quiz-form-step-result .checkbox-with-img .name {
    min-height: calc(100% - 136px);
    padding: 10px 5px;
  }

  /* line 563, ../sass/all/quiz.scss */
  .quiz-info {
    width: 280px;
    padding: 20px;
  }
  /* line 567, ../sass/all/quiz.scss */
  .quiz-info .list {
    margin-top: 20px;
  }
  /* line 570, ../sass/all/quiz.scss */
  .quiz-info .list li {
    margin-bottom: 5px;
  }
  /* line 575, ../sass/all/quiz.scss */
  .quiz-info .phone {
    margin-top: 20px;
  }
  /* line 579, ../sass/all/quiz.scss */
  .quiz-info .wa {
    margin-top: 8px;
    margin-bottom: 20px;
  }
  /* line 583, ../sass/all/quiz.scss */
  .quiz-info .wa svg, .quiz-info .wa img {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 595, ../sass/all/quiz.scss */
  .quiz-wr .undertitle {
    margin-top: 8px;
  }

  /* line 600, ../sass/all/quiz.scss */
  .quiz-inner {
    margin-top: 40px;
  }

  /* line 604, ../sass/all/quiz.scss */
  .quiz-form {
    width: 100%;
  }

  /* line 610, ../sass/all/quiz.scss */
  .quiz-form-step-result .checkbox-with-img .img {
    height: 159px;
  }
  /* line 614, ../sass/all/quiz.scss */
  .quiz-form-step-result .checkbox-with-img .name {
    min-height: calc(100% - 159px);
    padding: 10px 5px;
  }

  /* line 621, ../sass/all/quiz.scss */
  .quiz-form-step {
    padding: 20px;
    min-height: 445px;
  }

  /* line 626, ../sass/all/quiz.scss */
  .quiz-info {
    gap: 20px;
    width: 100%;
    padding: 20px;
  }
  /* line 631, ../sass/all/quiz.scss */
  .quiz-info.withimg {
    display: none;
  }
  /* line 635, ../sass/all/quiz.scss */
  .quiz-info .list {
    min-width: max-content;
    margin-top: 0px;
  }
  /* line 639, ../sass/all/quiz.scss */
  .quiz-info .list li {
    margin-bottom: 5px;
  }
  /* line 644, ../sass/all/quiz.scss */
  .quiz-info .phone-wr {
    min-width: max-content;
  }
  /* line 648, ../sass/all/quiz.scss */
  .quiz-info .phone {
    margin-top: 0px;
  }
  /* line 652, ../sass/all/quiz.scss */
  .quiz-info .wa {
    margin-top: 8px;
    margin-bottom: 20px;
  }
  /* line 656, ../sass/all/quiz.scss */
  .quiz-info .wa svg, .quiz-info .wa img {
    width: 25px;
    height: 25px;
  }
  /* line 662, ../sass/all/quiz.scss */
  .quiz-info .phrase {
    width: 100%;
  }
  /* line 666, ../sass/all/quiz.scss */
  .quiz-info .google-review-wr {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 678, ../sass/all/quiz.scss */
  .quiz-wr .undertitle {
    margin-top: 8px;
  }

  /* line 683, ../sass/all/quiz.scss */
  .quiz-inner {
    margin-top: 30px;
  }

  /* line 687, ../sass/all/quiz.scss */
  .quiz-form {
    width: 100%;
  }

  /* line 691, ../sass/all/quiz.scss */
  .quiz-form-step {
    padding: 15px;
    min-height: initial;
  }

  /* line 697, ../sass/all/quiz.scss */
  .quiz-form-step-progress .line-wr {
    margin-top: 5px;
    height: 6px;
  }

  /* line 703, ../sass/all/quiz.scss */
  .quiz-form-step-result {
    margin-top: 15px;
  }
  /* line 706, ../sass/all/quiz.scss */
  .quiz-form-step-result .site-title {
    margin-bottom: 10px;
  }
  /* line 710, ../sass/all/quiz.scss */
  .quiz-form-step-result .checkbox-wr {
    width: 100%;
  }
  /* line 714, ../sass/all/quiz.scss */
  .quiz-form-step-result .input-wr {
    width: 100%;
  }
  /* line 718, ../sass/all/quiz.scss */
  .quiz-form-step-result .checkbox-wr.with-img {
    width: calc((100% - 15px) / 2);
  }
  /* line 723, ../sass/all/quiz.scss */
  .quiz-form-step-result .checkbox-with-img .img {
    height: calc((100vw - 75px) / 2);
  }

  /* line 729, ../sass/all/quiz.scss */
  .quiz-form-step-buttons {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 0;
  }
  /* line 738, ../sass/all/quiz.scss */
  .quiz-form-step-buttons .site-btn {
    text-align: center;
    width: 100%;
  }
  /* line 742, ../sass/all/quiz.scss */
  .quiz-form-step-buttons .site-btn.next {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    background: #43524d;
    color: #fff;
  }
  /* line 752, ../sass/all/quiz.scss */
  .quiz-form-step-buttons .site-btn.back {
    background: #eee;
    color: #43524d;
  }

  /* line 759, ../sass/all/quiz.scss */
  .quiz-info {
    width: 100%;
    padding: 15px;
  }
  /* line 763, ../sass/all/quiz.scss */
  .quiz-info.withimg {
    display: none;
  }
  /* line 767, ../sass/all/quiz.scss */
  .quiz-info .list {
    margin-top: 15px;
  }
  /* line 770, ../sass/all/quiz.scss */
  .quiz-info .list li {
    margin-bottom: 5px;
  }
  /* line 775, ../sass/all/quiz.scss */
  .quiz-info .phone {
    margin-top: 15px;
  }
  /* line 779, ../sass/all/quiz.scss */
  .quiz-info .wa {
    margin-top: 8px;
    margin-bottom: 15px;
  }
  /* line 783, ../sass/all/quiz.scss */
  .quiz-info .wa svg, .quiz-info .wa img {
    width: 25px;
    height: 25px;
  }
  /* line 789, ../sass/all/quiz.scss */
  .quiz-info .google-review-wr {
    margin-top: 15px;
  }
}
/* line 1, ../sass/all/google-reviews.scss */
.google-review-wr {
  position: relative;
  max-width: 100%;
  width: 225px;
}
@media (hover: hover) {
  /* line 8, ../sass/all/google-reviews.scss */
  .google-review-wr:hover .google-review-btn {
    background: #91a49f;
  }
}

/* line 15, ../sass/all/google-reviews.scss */
.google-review {
  position: relative;
  background: #fff;
  color: #000;
  width: 100%;
  border: 2px solid #ddd;
  border-bottom: 0;
  padding: 10px 0;
}
/* line 24, ../sass/all/google-reviews.scss */
.google-review .top {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
}
/* line 36, ../sass/all/google-reviews.scss */
.google-review .top img {
  display: block;
  width: 30px;
  height: 30px;
}
/* line 43, ../sass/all/google-reviews.scss */
.google-review .stars {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
/* line 53, ../sass/all/google-reviews.scss */
.google-review .stars img, .google-review .stars svg {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
/* line 61, ../sass/all/google-reviews.scss */
.google-review .list {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
/* line 73, ../sass/all/google-reviews.scss */
.google-review .list li {
  padding: 0 10px;
  border-right: 2px solid #000;
}
/* line 77, ../sass/all/google-reviews.scss */
.google-review .list li:nth-last-child(1) {
  border-right: 0;
}
/* line 81, ../sass/all/google-reviews.scss */
.google-review .list li span {
  opacity: 0.7;
}

/* line 88, ../sass/all/google-reviews.scss */
.google-review-btn {
  background: #0b57d0;
  padding: 5px;
  color: #fff;
}
/* line 93, ../sass/all/google-reviews.scss */
.google-review-btn p {
  font-size: 12px;
}

/* line 99, ../sass/all/google-reviews.scss */
.lang-he .google-review-wr {
  direction: rtl;
}
/* line 106, ../sass/all/google-reviews.scss */
.lang-he .google-review .list li:nth-last-child(1) {
  border-right: 2px solid #000;
}
/* line 110, ../sass/all/google-reviews.scss */
.lang-he .google-review .list li:nth-child(1) {
  border-right: 0;
}

@media only screen and (min-width: 0px) and (max-width: 1240px) {
  /* line 120, ../sass/all/google-reviews.scss */
  .google-review-wr {
    width: 205px;
  }

  /* line 124, ../sass/all/google-reviews.scss */
  .google-review {
    padding: 8px;
  }
  /* line 127, ../sass/all/google-reviews.scss */
  .google-review .top {
    gap: 0 12px;
  }
  /* line 130, ../sass/all/google-reviews.scss */
  .google-review .top img {
    width: 24px;
    height: 24px;
  }
  /* line 137, ../sass/all/google-reviews.scss */
  .google-review .stars img, .google-review .stars svg {
    width: 24px;
    height: 24px;
  }
  /* line 143, ../sass/all/google-reviews.scss */
  .google-review .list {
    font-size: 14px;
    margin-top: 4px;
  }
  /* line 147, ../sass/all/google-reviews.scss */
  .google-review .list li {
    padding: 0 8px;
  }

  /* line 153, ../sass/all/google-reviews.scss */
  .google-review-btn {
    padding: 4px;
  }
  /* line 156, ../sass/all/google-reviews.scss */
  .google-review-btn p {
    font-size: 11px;
  }
}
/* line 1, ../sass/all/cookies-allow.scss */
.cookies-allow {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 45px;
  bottom: 30px;
  right: 30px;
  z-index: 10000000;
  background: #fff;
  padding: 45px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
}
/* line 22, ../sass/all/cookies-allow.scss */
.cookies-allow.show {
  opacity: 1;
  visibility: visible;
}
/* line 27, ../sass/all/cookies-allow.scss */
.cookies-allow .icon {
  position: relative;
  width: 45px;
}
/* line 31, ../sass/all/cookies-allow.scss */
.cookies-allow .icon svg, .cookies-allow .icon img {
  display: block;
  width: 100%;
}
/* line 37, ../sass/all/cookies-allow.scss */
.cookies-allow .site-text {
  max-width: 400px;
  line-height: 1.4;
}
/* line 41, ../sass/all/cookies-allow.scss */
.cookies-allow .site-text a {
  text-decoration: underline;
}
@media (hover: hover) {
  /* line 45, ../sass/all/cookies-allow.scss */
  .cookies-allow .site-text a:hover {
    color: #91a49f;
    text-decoration: none;
  }
}
/* line 53, ../sass/all/cookies-allow.scss */
.cookies-allow .buttons {
  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;
  justify-content: center;
  gap: 20px;
}

/* line 70, ../sass/all/cookies-allow.scss */
.lang-he .cookies-allow {
  direction: rtl;
  left: 30px;
  right: auto;
}

@media only screen and (min-width: 1241px) and (max-width: 1599px) {
  /* line 79, ../sass/all/cookies-allow.scss */
  .cookies-allow {
    gap: 40px;
    bottom: 25px;
    right: 25px;
    padding: 40px;
  }
  /* line 85, ../sass/all/cookies-allow.scss */
  .cookies-allow .icon {
    width: 40px;
  }
  /* line 89, ../sass/all/cookies-allow.scss */
  .cookies-allow .site-text {
    max-width: 350px;
  }
  /* line 93, ../sass/all/cookies-allow.scss */
  .cookies-allow .buttons {
    gap: 15px;
  }

  /* line 99, ../sass/all/cookies-allow.scss */
  .lang-he .cookies-allow {
    left: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 108, ../sass/all/cookies-allow.scss */
  .cookies-allow {
    gap: 30px;
    bottom: 20px;
    right: 20px;
    padding: 30px;
  }
  /* line 114, ../sass/all/cookies-allow.scss */
  .cookies-allow .icon {
    width: 35px;
  }
  /* line 118, ../sass/all/cookies-allow.scss */
  .cookies-allow .site-text {
    max-width: 300px;
  }
  /* line 122, ../sass/all/cookies-allow.scss */
  .cookies-allow .buttons {
    gap: 15px;
  }

  /* line 128, ../sass/all/cookies-allow.scss */
  .lang-he .cookies-allow {
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 137, ../sass/all/cookies-allow.scss */
  .cookies-allow {
    gap: 25px;
    bottom: 15px;
    right: 15px;
    padding: 25px;
  }
  /* line 143, ../sass/all/cookies-allow.scss */
  .cookies-allow .icon {
    width: 35px;
  }
  /* line 147, ../sass/all/cookies-allow.scss */
  .cookies-allow .site-text {
    max-width: 300px;
  }
  /* line 151, ../sass/all/cookies-allow.scss */
  .cookies-allow .buttons {
    gap: 10px;
  }

  /* line 157, ../sass/all/cookies-allow.scss */
  .lang-he .cookies-allow {
    left: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 166, ../sass/all/cookies-allow.scss */
  .cookies-allow {
    -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;
    gap: 15px;
    bottom: 15px;
    right: 15px;
    padding: 15px;
  }
  /* line 179, ../sass/all/cookies-allow.scss */
  .cookies-allow .icon {
    width: 45px;
  }
  /* line 183, ../sass/all/cookies-allow.scss */
  .cookies-allow .site-text {
    text-align: center;
    max-width: calc(100vw - 60px);
  }
  /* line 188, ../sass/all/cookies-allow.scss */
  .cookies-allow .buttons {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
  }

  /* line 199, ../sass/all/cookies-allow.scss */
  .lang-he .cookies-allow {
    left: 15px;
  }
}
/* line 1, ../sass/reviews/reviews-chunk.scss */
.ChunkReviewsAvatars {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 50px 0;
}

/* line 13, ../sass/reviews/reviews-chunk.scss */
.ChunkReviewsAvatarsTPL {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #91a49f;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 2px solid #fff;
}
/* line 23, ../sass/reviews/reviews-chunk.scss */
.ChunkReviewsAvatarsTPL.active {
  border-color: #00e02d;
}
/* line 27, ../sass/reviews/reviews-chunk.scss */
.ChunkReviewsAvatarsTPL img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 35, ../sass/reviews/reviews-chunk.scss */
.ChunkReviewsTPL {
  position: relative;
  display: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 30px 0;
  width: 738px;
  max-width: 100%;
  margin: 0 auto;
}
/* line 48, ../sass/reviews/reviews-chunk.scss */
.ChunkReviewsTPL.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 56, ../sass/reviews/reviews-chunk.scss */
.ChunkReviewsTPL .stars {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
/* line 65, ../sass/reviews/reviews-chunk.scss */
.ChunkReviewsTPL .stars img {
  display: block;
  width: 22px;
}
/* line 71, ../sass/reviews/reviews-chunk.scss */
.ChunkReviewsTPL .google-logo {
  position: relative;
  width: 50px;
  margin: 0 auto;
}
/* line 76, ../sass/reviews/reviews-chunk.scss */
.ChunkReviewsTPL .google-logo img {
  display: block;
  width: 100%;
}
@media (hover: hover) {
  /* line 83, ../sass/reviews/reviews-chunk.scss */
  .ChunkReviewsTPL .google-logo .global-link:hover ~ img {
    opacity: 0.7;
  }
}

/* line 92, ../sass/reviews/reviews-chunk.scss */
.lang-he .ChunkReviews {
  direction: rtl;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 99, ../sass/reviews/reviews-chunk.scss */
  .ChunkReviewsAvatars {
    gap: 25px;
    margin: 45px 0;
  }

  /* line 104, ../sass/reviews/reviews-chunk.scss */
  .ChunkReviewsAvatarsTPL {
    width: 68px;
    height: 68px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 113, ../sass/reviews/reviews-chunk.scss */
  .ChunkReviewsAvatars {
    gap: 20px;
    margin: 40px 0;
  }

  /* line 118, ../sass/reviews/reviews-chunk.scss */
  .ChunkReviewsAvatarsTPL {
    width: 60px;
    height: 60px;
  }

  /* line 123, ../sass/reviews/reviews-chunk.scss */
  .ChunkReviewsTPL {
    gap: 25px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 131, ../sass/reviews/reviews-chunk.scss */
  .ChunkReviewsAvatars {
    gap: 15px;
    margin: 30px 0;
  }

  /* line 136, ../sass/reviews/reviews-chunk.scss */
  .ChunkReviewsAvatarsTPL {
    width: 50px;
    height: 50px;
  }

  /* line 141, ../sass/reviews/reviews-chunk.scss */
  .ChunkReviewsTPL {
    gap: 20px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 149, ../sass/reviews/reviews-chunk.scss */
  .ChunkReviewsAvatars {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
  }

  /* line 159, ../sass/reviews/reviews-chunk.scss */
  .ChunkReviewsAvatarsTPL {
    width: 44px;
    height: 44px;
  }

  /* line 164, ../sass/reviews/reviews-chunk.scss */
  .ChunkReviewsTPL {
    gap: 15px 0;
  }
}
