@charset "UTF-8";
/* line 5, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 6, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 10, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 14, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 18, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 22, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 26, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 30, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 34, ../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 42, ../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 50, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 54, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 58, ../sass/all/base.scss */
.j-c-f-e {
  justify-content: flex-end !important;
}

/* line 62, ../sass/all/base.scss */
.a-i-f-s {
  -ms-align-items: flex-start !important;
  align-items: flex-start !important;
}

/* line 67, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 72, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 77, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 81, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 85, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 89, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 93, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 97, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 101, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 105, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 109, ../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 */
body {
  min-height: 100vh;
  background: #212121;
  color: #fff;
  white-space: normal;
}

/* line 16, ../sass/all/wrapper.scss */
html, body {
  min-height: 100%;
  height: 100%;
  line-height: 1.2;
  font-family: "Google Sans", sans-serif;
}

/* Контейнер */
/* line 25, ../sass/all/wrapper.scss */
.wrapper {
  position: relative;
}

/* line 29, ../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 39, ../sass/all/wrapper.scss */
input, textarea, button {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
}

/* line 50, ../sass/all/wrapper.scss */
input[type='number'] {
  -moz-appearance: textfield;
}

/* line 54, ../sass/all/wrapper.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 59, ../sass/all/wrapper.scss */
textarea {
  resize: none;
}

/* line 63, ../sass/all/wrapper.scss */
button {
  cursor: pointer;
}

/* line 67, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 72, ../sass/all/wrapper.scss */
.section-padding {
  padding: 50px 0;
}
/* line 75, ../sass/all/wrapper.scss */
.section-padding.first {
  padding-top: 100px;
}
/* line 79, ../sass/all/wrapper.scss */
.section-padding.last {
  padding-bottom: 100px;
}

/* line 84, ../sass/all/wrapper.scss */
.site-title {
  position: relative;
  text-transform: uppercase;
  color: #c9a980;
  font-weight: 500;
  font-size: 42px;
}

/* line 92, ../sass/all/wrapper.scss */
.site-btn {
  position: relative;
  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;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease all;
  background: #c9a980;
  color: #212121;
  /* text-transform: uppercase; */
  font-weight: 600;
  border-radius: 50px;
  padding: 0 30px;
  height: 58px;
  font-size: 20px;
  font-size: 18px;
}
/* line 115, ../sass/all/wrapper.scss */
.site-btn:hover {
  background: #c9a980;
  color: #000;
}

/* line 121, ../sass/all/wrapper.scss */
.ibtn {
  height: 48px;
  padding: 0 24px;
  border-radius: 100px;
  background-color: #c9a980;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: max-content;
  transition: .3s ease-in-out;
  align-items: center;
}
/* line 134, ../sass/all/wrapper.scss */
.ibtn:hover {
  transform: scale(1.1);
}

/* line 141, ../sass/all/wrapper.scss */
.lang-he .site-title {
  font-size: calc(42px * 1.2);
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  /* line 148, ../sass/all/wrapper.scss */
  .container {
    width: 1200px;
  }

  /* line 152, ../sass/all/wrapper.scss */
  .section-padding {
    padding: 40px 0;
  }
  /* line 155, ../sass/all/wrapper.scss */
  .section-padding.first {
    padding-top: 80px;
  }
  /* line 159, ../sass/all/wrapper.scss */
  .section-padding.last {
    padding-bottom: 80px;
  }

  /* line 164, ../sass/all/wrapper.scss */
  .site-title {
    font-size: 38px;
  }

  /* line 168, ../sass/all/wrapper.scss */
  .site-btn {
    padding: 0 45px;
    height: 60px;
    font-size: 18px;
  }

  /* line 175, ../sass/all/wrapper.scss */
  .lang-he .site-title {
    font-size: calc(38px * 1.2);
  }
  /* line 179, ../sass/all/wrapper.scss */
  .lang-he .site-btn {
    font-size: calc(18px * 1.2);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 188, ../sass/all/wrapper.scss */
  .container {
    width: 960px;
  }

  /* line 192, ../sass/all/wrapper.scss */
  .section-padding {
    padding: 30px 0;
  }
  /* line 195, ../sass/all/wrapper.scss */
  .section-padding.first {
    padding-top: 60px;
  }
  /* line 199, ../sass/all/wrapper.scss */
  .section-padding.last {
    padding-bottom: 60px;
  }

  /* line 204, ../sass/all/wrapper.scss */
  .site-title {
    font-size: 32px;
  }

  /* line 208, ../sass/all/wrapper.scss */
  .site-btn {
    padding: 0 35px;
    height: 48px;
    font-size: 16px;
  }

  /* line 215, ../sass/all/wrapper.scss */
  .lang-he .site-title {
    font-size: calc(32px * 1.2);
  }
  /* line 219, ../sass/all/wrapper.scss */
  .lang-he .site-btn {
    font-size: calc(16px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 228, ../sass/all/wrapper.scss */
  .container {
    width: 738px;
  }

  /* line 232, ../sass/all/wrapper.scss */
  .section-padding {
    padding: 23px 0;
  }
  /* line 235, ../sass/all/wrapper.scss */
  .section-padding.first {
    padding-top: 45px;
  }
  /* line 239, ../sass/all/wrapper.scss */
  .section-padding.last {
    padding-bottom: 45px;
  }

  /* line 244, ../sass/all/wrapper.scss */
  .site-title {
    font-size: 28px;
  }

  /* line 248, ../sass/all/wrapper.scss */
  .site-btn {
    padding: 0 30px;
    height: 44px;
    font-size: 14px;
  }

  /* line 255, ../sass/all/wrapper.scss */
  .lang-he .site-title {
    font-size: calc(28px * 1.2);
  }
  /* line 259, ../sass/all/wrapper.scss */
  .lang-he .site-btn {
    font-size: calc(14px * 1.2);
  }

  /* line 264, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 270, ../sass/all/wrapper.scss */
  .container {
    width: calc(100% - 30px);
  }

  /* line 274, ../sass/all/wrapper.scss */
  .section-padding {
    padding: 17px 0;
  }
  /* line 277, ../sass/all/wrapper.scss */
  .section-padding.first {
    padding-top: 34px;
  }
  /* line 281, ../sass/all/wrapper.scss */
  .section-padding.last {
    padding-bottom: 34px;
  }

  /* line 286, ../sass/all/wrapper.scss */
  .site-title {
    font-size: 24px;
  }

  /* line 290, ../sass/all/wrapper.scss */
  .site-btn {
    padding: 0 25px;
    height: 40px;
    font-size: 13px;
  }

  /* line 297, ../sass/all/wrapper.scss */
  .lang-he .site-title {
    font-size: calc(24px * 1.2);
  }
  /* line 301, ../sass/all/wrapper.scss */
  .lang-he .site-btn {
    font-size: calc(13px * 1.2);
  }

  /* line 306, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
/* line 1, ../sass/all/header.scss */
.header {
  position: fixed;
  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;
  -ms-align-items: center;
  align-items: center;
  transition: 0.3s ease all;
  color: #fff;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 22, ../sass/all/header.scss */
.header.bg {
  background: #212121;
}
/* line 25, ../sass/all/header.scss */
.header.bg .header-run {
  max-height: 0;
  padding: 0;
}
/* line 30, ../sass/all/header.scss */
.header.bg .hLogo {
  opacity: 0;
  visibility: hidden;
}
/* line 35, ../sass/all/header.scss */
.header.bg .hLogoFix {
  opacity: 1;
  visibility: visible;
}
/* line 40, ../sass/all/header.scss */
.header.bg .hNav {
  width: calc((100% - 80px) / 2);
}
/* line 44, ../sass/all/header.scss */
.header.bg .hNav ul:nth-child(1) li:nth-child(1) {
  display: none;
}
/* line 48, ../sass/all/header.scss */
.header.bg .hNav ul:nth-child(1) li:nth-child(2) {
  margin-left: 0;
  padding-left: 0;
  background: none;
}
/* line 55, ../sass/all/header.scss */
.header.bg .hNav .polylang {
  max-width: 0;
  margin: 0;
}
/* line 62, ../sass/all/header.scss */
.header.bg2 {
  background: #212121;
}
/* line 66, ../sass/all/header.scss */
.header.hide {
  transform: translateY(-100%);
}

/* line 71, ../sass/all/header.scss */
.h-cont {
  padding: 10px 50px;
  height: 90px;
}

/* line 76, ../sass/all/header.scss */
.header-run {
  direction: ltr;
  position: relative;
  max-height: 100px;
  transition: 0.3s ease all;
  width: 100%;
  background: #c9a980;
  color: #212121;
  padding: 5px 0;
  font-size: 14px;
}
/* line 87, ../sass/all/header.scss */
.header-run span {
  margin: 0 10px;
}

/* line 92, ../sass/all/header.scss */
.hPhrase {
  position: relative;
  color: #c9a980;
  width: calc((100% - 200px) / 2);
}
/* line 97, ../sass/all/header.scss */
.hPhrase .col {
  display: inline-block;
}
/* line 101, ../sass/all/header.scss */
.hPhrase .title {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 24px;
}
/* line 110, ../sass/all/header.scss */
.hPhrase .subtitle {
  display: block;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 12px;
}

/* line 121, ../sass/all/header.scss */
.hLogo {
  position: relative;
  text-align: center;
  transition: 0.3s ease all;
}
/* line 126, ../sass/all/header.scss */
.hLogo a {
  display: inline-block;
  position: relative;
}
/* line 130, ../sass/all/header.scss */
.hLogo a:hover {
  opacity: 0.7;
}
/* line 135, ../sass/all/header.scss */
.hLogo svg, .hLogo img {
  display: block;
  width: auto;
  height: 3.65vw;
  max-height: 70px;
  margin: 0 auto;
  fill: #fff;
}
/* line 143, ../sass/all/header.scss */
.hLogo svg.mob, .hLogo img.mob {
  display: none;
}

/* line 149, ../sass/all/header.scss */
.hLogoFix {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease all;
}
/* line 158, ../sass/all/header.scss */
.hLogoFix svg, .hLogoFix img {
  display: block;
  width: auto;
  height: 70px;
  margin: 0 auto;
  fill: #fff;
}

/* line 167, ../sass/all/header.scss */
.hNav {
  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: flex-end;
  margin-left: auto;
}
/* line 179, ../sass/all/header.scss */
.hNav ul {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
/* line 188, ../sass/all/header.scss */
.hNav ul.polylang {
  overflow: hidden;
  max-width: 200px;
  transition: 0.3s ease all;
  margin-left: 6vw;
}
/* line 196, ../sass/all/header.scss */
.hNav li {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  margin-left: 25px;
  padding-left: 25px;
  background-image: url(/assets/img/divider-gold.svg);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 8px;
  background-size: auto 8px;
}
/* line 210, ../sass/all/header.scss */
.hNav li:nth-child(1) {
  background-image: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 217, ../sass/all/header.scss */
.hNav a {
  display: block;
  position: relative;
  color: #c9a980;
  transition: 0.6s ease all;
}
/* line 223, ../sass/all/header.scss */
.hNav a:hover {
  color: #fff;
  letter-spacing: 4px;
}
/* line 229, ../sass/all/header.scss */
.hNav .open-popup {
  display: block;
  position: relative;
  cursor: pointer;
  color: #c9a980;
}
/* line 235, ../sass/all/header.scss */
.hNav .open-popup .ellips {
  position: absolute;
  z-index: -1;
  opacity: 0.8;
  top: -45%;
  left: -10%;
  width: 120%;
  height: 180%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: 0.35s ease all;
}
/* line 247, ../sass/all/header.scss */
.hNav .open-popup .ellips:after, .hNav .open-popup .ellips:before {
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: 0.35s ease all;
}
/* line 259, ../sass/all/header.scss */
.hNav .open-popup .ellips:before {
  transform: rotate(12deg);
}
/* line 263, ../sass/all/header.scss */
.hNav .open-popup .ellips:after {
  transform: rotate(-23deg);
}
/* line 268, ../sass/all/header.scss */
.hNav .open-popup:hover {
  color: #fff;
}
/* line 271, ../sass/all/header.scss */
.hNav .open-popup:hover .ellips {
  border-color: transparent;
  opacity: 1;
}
/* line 275, ../sass/all/header.scss */
.hNav .open-popup:hover .ellips:after, .hNav .open-popup:hover .ellips:before {
  transform: rotate(0deg);
}

/* line 283, ../sass/all/header.scss */
.hCallBack, .hMobMenu {
  display: none;
}

/* line 288, ../sass/all/header.scss */
.lang-he .header {
  direction: rtl;
}
/* line 292, ../sass/all/header.scss */
.lang-he .hNav {
  margin-left: 0;
  margin-right: auto;
}
/* line 297, ../sass/all/header.scss */
.lang-he .hNav ul.polylang {
  margin-right: 6vw;
  margin-left: 0;
}
/* line 301, ../sass/all/header.scss */
.lang-he .hNav ul.polylang li {
  font-size: 16px;
}
/* line 307, ../sass/all/header.scss */
.lang-he .hNav li {
  font-size: calc(16px * 1.2);
  margin-right: 25px;
  padding-right: 25px;
  margin-left: 0;
  padding-left: 0;
  background-position: right center;
}
/* line 315, ../sass/all/header.scss */
.lang-he .hNav li:nth-child(1) {
  padding-right: 0;
  margin-right: 0;
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  /* line 327, ../sass/all/header.scss */
  .header.bg .hNav {
    width: calc((100% - 66px) / 2);
  }

  /* line 333, ../sass/all/header.scss */
  .h-cont {
    padding: 8px 40px;
    height: 76px;
  }

  /* .header-run {
  	padding: 9px 0;
  	font-size: 18px;
  } */
  /* line 344, ../sass/all/header.scss */
  .hLogo svg, .hLogo img {
    max-height: 60px;
  }

  /* line 349, ../sass/all/header.scss */
  .hLogoFix {
    top: 8px;
  }
  /* line 352, ../sass/all/header.scss */
  .hLogoFix svg, .hLogoFix img {
    height: 60px;
  }

  /* line 359, ../sass/all/header.scss */
  .hNav ul.polylang {
    max-width: 200px;
  }
  /* line 364, ../sass/all/header.scss */
  .hNav li {
    font-size: 15px;
    margin-left: 20px;
    padding-left: 20px;
    -webkit-background-size: auto 7px;
    background-size: auto 7px;
  }

  /* line 378, ../sass/all/header.scss */
  .lang-he .hNav ul.polylang li {
    font-size: 15px;
  }
  /* line 384, ../sass/all/header.scss */
  .lang-he .hNav li {
    font-size: calc(15px * 1.2);
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 398, ../sass/all/header.scss */
  .header.bg .hNav {
    width: calc((100% - 53px) / 2);
  }

  /* line 404, ../sass/all/header.scss */
  .h-cont {
    padding: 6px 15px;
    height: 60px;
  }

  /* .header-run {
  	padding: 7px 0;
  	font-size: 16px;
  } */
  /* line 415, ../sass/all/header.scss */
  .hLogo svg, .hLogo img {
    max-height: 48px;
  }

  /* line 420, ../sass/all/header.scss */
  .hLogoFix {
    top: 6px;
  }
  /* line 423, ../sass/all/header.scss */
  .hLogoFix svg, .hLogoFix img {
    height: 48px;
  }

  /* line 429, ../sass/all/header.scss */
  .hNav li {
    font-size: 14px;
    margin-left: 13px;
    padding-left: 13px;
    -webkit-background-size: auto 6px;
    background-size: auto 6px;
  }
  /* line 438, ../sass/all/header.scss */
  .hNav a:hover {
    letter-spacing: 2px;
  }

  /* line 446, ../sass/all/header.scss */
  .lang-en .hNav li {
    font-size: 13px;
  }

  /* line 456, ../sass/all/header.scss */
  .lang-he .hNav ul.polylang li {
    font-size: 14px;
  }
  /* line 462, ../sass/all/header.scss */
  .lang-he .hNav li {
    font-size: calc(14px * 1.2);
    margin-right: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 474, ../sass/all/header.scss */
  .header {
    position: absolute;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  /* line 480, ../sass/all/header.scss */
  .header.bg .hLogo {
    opacity: 1;
    visibility: visible;
  }
  /* line 485, ../sass/all/header.scss */
  .header.bg .hLogoFix {
    opacity: 0;
    visibility: hidden;
  }
  /* line 491, ../sass/all/header.scss */
  .header.hide {
    transform: translateY(0);
  }

  /* line 496, ../sass/all/header.scss */
  .h-cont {
    padding: 5px 15px;
    height: 60px;
  }

  /* .header-run {
  	padding: 7px 0;
  	font-size: 16px;
  } */
  /* line 507, ../sass/all/header.scss */
  .hLogo svg, .hLogo img {
    max-height: 48px;
  }

  /* line 512, ../sass/all/header.scss */
  .hLogoFix {
    top: 6px;
  }
  /* line 515, ../sass/all/header.scss */
  .hLogoFix svg, .hLogoFix img {
    height: 48px;
  }

  /* line 520, ../sass/all/header.scss */
  .hNav {
    margin-left: 0;
  }
  /* line 523, ../sass/all/header.scss */
  .hNav ul {
    display: none;
  }
  /* line 526, ../sass/all/header.scss */
  .hNav ul.polylang {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: 15px;
  }
  /* line 537, ../sass/all/header.scss */
  .hNav li {
    font-size: 14px;
    margin-left: 15px;
    padding-left: 15px;
    -webkit-background-size: auto 6px;
    background-size: auto 6px;
  }
  /* line 546, ../sass/all/header.scss */
  .hNav a:hover {
    letter-spacing: 2px;
  }

  /* line 552, ../sass/all/header.scss */
  .hCallBack, .hMobMenu {
    display: block;
    position: relative;
    width: 48px;
    height: 48px;
  }
  /* line 558, ../sass/all/header.scss */
  .hCallBack svg, .hMobMenu svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: auto;
  }
  /* line 567, ../sass/all/header.scss */
  .hCallBack svg:nth-child(2), .hMobMenu svg:nth-child(2) {
    display: none;
  }
  /* line 573, ../sass/all/header.scss */
  .hCallBack.active svg, .hMobMenu.active svg {
    display: none;
  }
  /* line 576, ../sass/all/header.scss */
  .hCallBack.active svg:nth-child(2), .hMobMenu.active svg:nth-child(2) {
    display: block;
  }

  /* line 583, ../sass/all/header.scss */
  .hCallBack {
    margin-left: auto;
  }

  /* line 590, ../sass/all/header.scss */
  .lang-he .hNav ul.polylang {
    margin-right: 15px;
  }
  /* line 593, ../sass/all/header.scss */
  .lang-he .hNav ul.polylang li {
    font-size: 14px;
  }
  /* line 599, ../sass/all/header.scss */
  .lang-he .hNav li {
    font-size: calc(14px * 1.2);
    margin-right: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 611, ../sass/all/header.scss */
  .header {
    position: absolute;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  /* line 617, ../sass/all/header.scss */
  .header.bg .hLogo {
    opacity: 1;
    visibility: visible;
  }
  /* line 622, ../sass/all/header.scss */
  .header.bg .hLogoFix {
    opacity: 0;
    visibility: hidden;
  }
  /* line 628, ../sass/all/header.scss */
  .header.hide {
    transform: translateY(0);
  }

  /* line 633, ../sass/all/header.scss */
  .h-cont {
    padding: 5px 15px;
    height: auto;
  }

  /* .header-run {
  	padding: 5px 0;
  	font-size: 16px;
  } */
  /* line 643, ../sass/all/header.scss */
  .hLogo {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    margin: 0 auto;
  }
  /* line 651, ../sass/all/header.scss */
  .hLogo svg, .hLogo img {
    height: 100px;
    max-height: initial;
  }
  /* line 655, ../sass/all/header.scss */
  .hLogo svg.desc, .hLogo img.desc {
    display: none;
  }
  /* line 659, ../sass/all/header.scss */
  .hLogo svg.mob, .hLogo img.mob {
    display: block;
  }

  /* line 665, ../sass/all/header.scss */
  .hNav {
    display: none;
  }

  /* line 669, ../sass/all/header.scss */
  .hCallBack, .hMobMenu {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
  }
  /* line 680, ../sass/all/header.scss */
  .hCallBack svg, .hMobMenu svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: auto;
  }
  /* line 689, ../sass/all/header.scss */
  .hCallBack svg:nth-child(2), .hMobMenu svg:nth-child(2) {
    display: none;
  }
  /* line 695, ../sass/all/header.scss */
  .hCallBack.active svg, .hMobMenu.active svg {
    display: none;
  }
  /* line 698, ../sass/all/header.scss */
  .hCallBack.active svg:nth-child(2), .hMobMenu.active svg:nth-child(2) {
    display: block;
  }

  /* line 705, ../sass/all/header.scss */
  .hCallBack {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }

  /* line 714, ../sass/all/header.scss */
  .lang-he .hMobMenu {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }
  /* line 722, ../sass/all/header.scss */
  .lang-he .hCallBack {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
  }
}
/* line 3, ../sass/all/crumbs.scss */
.breadcrumb {
  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;
}
/* line 15, ../sass/all/crumbs.scss */
.breadcrumb li {
  position: relative;
  font-size: 12px;
  margin-right: 5px;
}
/* line 21, ../sass/all/crumbs.scss */
.breadcrumb a {
  display: block;
}
/* line 24, ../sass/all/crumbs.scss */
.breadcrumb a:hover {
  color: #c9a980;
}

/* line 32, ../sass/all/crumbs.scss */
.lang-he .breadcrumb li {
  font-size: calc(12px * 1.2);
  margin-left: 5px;
  margin-right: 0;
}

/* line 1, ../sass/all/footer.scss */
.footer {
  position: relative;
  background: #212121;
  z-index: 11;
  padding: 30px 0;
}

/* line 8, ../sass/all/footer.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;
}

/* line 22, ../sass/all/footer.scss */
.fLogo {
  position: relative;
  width: 300px;
}
/* line 26, ../sass/all/footer.scss */
.fLogo a {
  display: block;
}
/* line 29, ../sass/all/footer.scss */
.fLogo a:hover {
  opacity: 0.7;
}
/* line 34, ../sass/all/footer.scss */
.fLogo img {
  display: block;
  width: 100%;
}

/* line 40, ../sass/all/footer.scss */
.fNav {
  position: relative;
  width: 25%;
  padding-left: 70px;
}
/* line 45, ../sass/all/footer.scss */
.fNav li {
  position: relative;
  margin-bottom: 15px;
}
/* line 49, ../sass/all/footer.scss */
.fNav li:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 54, ../sass/all/footer.scss */
.fNav a {
  display: inline-block;
  text-transform: uppercase;
  transition: 0.3s ease all;
  color: #c9a980;
  border-bottom: 1px solid #c9a980;
  font-size: 16px;
}
/* line 62, ../sass/all/footer.scss */
.fNav a:hover {
  color: #fff;
  border-color: transparent;
}

/* line 69, ../sass/all/footer.scss */
.fTitle {
  position: relative;
  text-transform: uppercase;
  color: rgba(201, 169, 128, 0.5);
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 15px;
}

/* line 79, ../sass/all/footer.scss */
.fContact {
  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-self: flex-start;
  align-self: flex-start;
  width: calc(75% - 300px - 90px);
  padding: 0 70px;
}
/* line 97, ../sass/all/footer.scss */
.fContact .wa {
  display: block;
  margin-right: 15px;
}
/* line 101, ../sass/all/footer.scss */
.fContact .wa svg {
  display: block;
  width: 44px;
  height: auto;
}
/* line 107, ../sass/all/footer.scss */
.fContact .wa:hover {
  opacity: 0.7;
}
/* line 112, ../sass/all/footer.scss */
.fContact .tel {
  display: inline-block;
  color: #c9a980;
  line-height: 1;
  transition: 0.3s ease all;
  font-size: 44px;
}
/* line 119, ../sass/all/footer.scss */
.fContact .tel:hover {
  color: #fff;
}
/* line 124, ../sass/all/footer.scss */
.fContact .col {
  position: relative;
  width: 47%;
  margin-top: 25px;
}
/* line 130, ../sass/all/footer.scss */
.fContact .fTitle {
  margin-bottom: 5px;
}
/* line 134, ../sass/all/footer.scss */
.fContact .text {
  position: relative;
  color: #c9a980;
  font-size: 18px;
}

/* line 141, ../sass/all/footer.scss */
.fSoc {
  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;
  width: 90px;
}
/* line 156, ../sass/all/footer.scss */
.fSoc .link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
  border-radius: 50%;
  border: 1px solid #c9a980;
  color: #c9a980;
  width: 40px;
  height: 40px;
}
/* line 172, ../sass/all/footer.scss */
.fSoc .link svg {
  display: block;
  width: 20px;
  height: auto;
}
/* line 178, ../sass/all/footer.scss */
.fSoc .link:hover {
  background: #c9a980;
  color: #212121;
}

/* line 185, ../sass/all/footer.scss */
.fBot {
  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;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}

/* line 203, ../sass/all/footer.scss */
.fGoTop {
  position: relative;
  width: 25%;
}
/* line 207, ../sass/all/footer.scss */
.fGoTop .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;
  cursor: pointer;
  color: #c9a980;
  transition: 0.3s ease all;
  font-size: 16px;
}
/* line 220, ../sass/all/footer.scss */
.fGoTop .btn svg {
  display: block;
  width: 16px;
  height: auto;
  margin-left: 10px;
  transform: rotate(135deg);
  transition: 0.3s ease transform;
}
/* line 229, ../sass/all/footer.scss */
.fGoTop .btn:hover {
  color: #fff;
}
/* line 232, ../sass/all/footer.scss */
.fGoTop .btn:hover svg {
  transform: rotate(135deg) translate(-5px, 0px);
}

/* line 239, ../sass/all/footer.scss */
.fCopy {
  position: relative;
  width: 50%;
  text-align: center;
}
/* line 244, ../sass/all/footer.scss */
.fCopy p {
  text-transform: uppercase;
  color: #c9a980;
  font-size: 12px;
}

/* line 251, ../sass/all/footer.scss */
.fCreated {
  position: relative;
  text-align: right;
  width: 25%;
}
/* line 256, ../sass/all/footer.scss */
.fCreated a {
  display: inline-block;
}
/* line 259, ../sass/all/footer.scss */
.fCreated a:hover {
  opacity: 0.7;
}
/* line 264, ../sass/all/footer.scss */
.fCreated img {
  display: block;
  width: 150px;
}

/* line 271, ../sass/all/footer.scss */
.lang-he .footer {
  direction: rtl;
}
/* line 275, ../sass/all/footer.scss */
.lang-he .fNav {
  padding-right: 70px;
  padding-left: 0;
}
/* line 279, ../sass/all/footer.scss */
.lang-he .fNav a {
  font-size: calc(16px * 1.2);
}
/* line 284, ../sass/all/footer.scss */
.lang-he .fTitle {
  font-size: calc(14px * 1.2);
}
/* line 289, ../sass/all/footer.scss */
.lang-he .fContact .wa {
  margin-left: 15px;
  margin-right: 0;
}
/* line 294, ../sass/all/footer.scss */
.lang-he .fContact .tel {
  direction: ltr;
}
/* line 298, ../sass/all/footer.scss */
.lang-he .fContact .text {
  font-size: calc(18px * 1.2);
}
/* line 304, ../sass/all/footer.scss */
.lang-he .fGoTop .btn {
  font-size: calc(16px * 1.2);
}
/* line 307, ../sass/all/footer.scss */
.lang-he .fGoTop .btn svg {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(45deg);
}
/* line 314, ../sass/all/footer.scss */
.lang-he .fGoTop .btn:hover svg {
  transform: rotate(45deg) translate(-5px, 0px);
}
/* line 322, ../sass/all/footer.scss */
.lang-he .fCopy p {
  font-size: calc(12px * 1.2);
}
/* line 327, ../sass/all/footer.scss */
.lang-he .fCreated {
  text-align: left;
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  /* line 334, ../sass/all/footer.scss */
  .footer {
    padding: 25px 0;
  }

  /* line 338, ../sass/all/footer.scss */
  .fLogo {
    width: 260px;
  }

  /* line 342, ../sass/all/footer.scss */
  .fNav {
    padding-left: 60px;
  }
  /* line 345, ../sass/all/footer.scss */
  .fNav li {
    margin-bottom: 13px;
  }
  /* line 349, ../sass/all/footer.scss */
  .fNav a {
    font-size: 15px;
  }

  /* line 354, ../sass/all/footer.scss */
  .fTitle {
    font-size: 13px;
    margin-bottom: 13px;
  }

  /* line 359, ../sass/all/footer.scss */
  .fContact {
    width: calc(75% - 260px - 82px);
    padding: 0 60px;
  }
  /* line 364, ../sass/all/footer.scss */
  .fContact .wa svg {
    width: 38px;
  }
  /* line 369, ../sass/all/footer.scss */
  .fContact .tel {
    font-size: 38px;
  }
  /* line 373, ../sass/all/footer.scss */
  .fContact .col {
    margin-top: 20px;
  }
  /* line 377, ../sass/all/footer.scss */
  .fContact .text {
    font-size: 16px;
  }

  /* line 382, ../sass/all/footer.scss */
  .fSoc {
    width: 82px;
  }
  /* line 385, ../sass/all/footer.scss */
  .fSoc .link {
    width: 36px;
    height: 36px;
  }
  /* line 389, ../sass/all/footer.scss */
  .fSoc .link svg {
    width: 18px;
  }

  /* line 395, ../sass/all/footer.scss */
  .fBot {
    margin-top: 85px;
  }

  /* line 400, ../sass/all/footer.scss */
  .fGoTop .btn {
    font-size: 15px;
  }
  /* line 403, ../sass/all/footer.scss */
  .fGoTop .btn svg {
    width: 15px;
    margin-left: 8px;
  }

  /* line 411, ../sass/all/footer.scss */
  .fCopy p {
    font-size: 12px;
  }

  /* line 417, ../sass/all/footer.scss */
  .fCreated img {
    width: 130px;
  }

  /* line 423, ../sass/all/footer.scss */
  .lang-he .fNav {
    padding-right: 60px;
  }
  /* line 426, ../sass/all/footer.scss */
  .lang-he .fNav a {
    font-size: calc(15px * 1.2);
  }
  /* line 431, ../sass/all/footer.scss */
  .lang-he .fTitle {
    font-size: calc(13px * 1.2);
  }
  /* line 436, ../sass/all/footer.scss */
  .lang-he .fContact .text {
    font-size: calc(16px * 1.2);
  }
  /* line 442, ../sass/all/footer.scss */
  .lang-he .fGoTop .btn {
    font-size: calc(15px * 1.2);
  }
  /* line 445, ../sass/all/footer.scss */
  .lang-he .fGoTop .btn svg {
    margin-right: 8px;
  }
  /* line 452, ../sass/all/footer.scss */
  .lang-he .fCopy p {
    font-size: calc(12px * 1.2);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 462, ../sass/all/footer.scss */
  .footer {
    padding: 20px 0;
  }

  /* line 466, ../sass/all/footer.scss */
  .fLogo {
    width: 210px;
  }

  /* line 470, ../sass/all/footer.scss */
  .fNav {
    padding-left: 45px;
  }
  /* line 473, ../sass/all/footer.scss */
  .fNav li {
    margin-bottom: 10px;
  }
  /* line 477, ../sass/all/footer.scss */
  .fNav a {
    font-size: 14px;
  }

  /* line 482, ../sass/all/footer.scss */
  .fTitle {
    font-size: 12px;
    margin-bottom: 10px;
  }

  /* line 487, ../sass/all/footer.scss */
  .fContact {
    width: calc(75% - 210px - 74px);
    padding: 0 45px;
  }
  /* line 492, ../sass/all/footer.scss */
  .fContact .wa svg {
    width: 32px;
  }
  /* line 497, ../sass/all/footer.scss */
  .fContact .tel {
    font-size: 32px;
  }
  /* line 501, ../sass/all/footer.scss */
  .fContact .col {
    margin-top: 15px;
  }
  /* line 505, ../sass/all/footer.scss */
  .fContact .text {
    font-size: 14px;
  }

  /* line 510, ../sass/all/footer.scss */
  .fSoc {
    width: 74px;
  }
  /* line 513, ../sass/all/footer.scss */
  .fSoc .link {
    width: 32px;
    height: 32px;
  }
  /* line 517, ../sass/all/footer.scss */
  .fSoc .link svg {
    width: 18px;
  }

  /* line 523, ../sass/all/footer.scss */
  .fBot {
    margin-top: 65px;
  }

  /* line 528, ../sass/all/footer.scss */
  .fGoTop .btn {
    font-size: 14px;
  }
  /* line 531, ../sass/all/footer.scss */
  .fGoTop .btn svg {
    width: 15px;
    margin-left: 8px;
  }

  /* line 539, ../sass/all/footer.scss */
  .fCopy p {
    font-size: 11px;
  }

  /* line 545, ../sass/all/footer.scss */
  .fCreated img {
    width: 104px;
  }

  /* line 551, ../sass/all/footer.scss */
  .lang-he .fNav {
    padding-right: 45px;
  }
  /* line 554, ../sass/all/footer.scss */
  .lang-he .fNav a {
    font-size: calc(14px * 1.2);
  }
  /* line 559, ../sass/all/footer.scss */
  .lang-he .fTitle {
    font-size: calc(12px * 1.2);
  }
  /* line 564, ../sass/all/footer.scss */
  .lang-he .fContact .text {
    font-size: calc(14px * 1.2);
  }
  /* line 570, ../sass/all/footer.scss */
  .lang-he .fGoTop .btn {
    font-size: calc(14px * 1.2);
  }
  /* line 573, ../sass/all/footer.scss */
  .lang-he .fGoTop .btn svg {
    margin-right: 8px;
  }
  /* line 580, ../sass/all/footer.scss */
  .lang-he .fCopy p {
    font-size: calc(11px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 590, ../sass/all/footer.scss */
  .footer {
    padding: 15px 0;
  }

  /* line 594, ../sass/all/footer.scss */
  .fLogo {
    width: 162px;
  }

  /* line 598, ../sass/all/footer.scss */
  .fNav {
    padding-left: 30px;
  }
  /* line 601, ../sass/all/footer.scss */
  .fNav li {
    margin-bottom: 10px;
  }
  /* line 605, ../sass/all/footer.scss */
  .fNav a {
    font-size: 14px;
  }

  /* line 610, ../sass/all/footer.scss */
  .fTitle {
    font-size: 12px;
    margin-bottom: 10px;
  }

  /* line 615, ../sass/all/footer.scss */
  .fContact {
    width: calc(75% - 162px - 32px);
    padding: 0 15px;
  }
  /* line 619, ../sass/all/footer.scss */
  .fContact .wa {
    margin-right: 10px;
  }
  /* line 622, ../sass/all/footer.scss */
  .fContact .wa svg {
    width: 30px;
  }
  /* line 627, ../sass/all/footer.scss */
  .fContact .tel {
    font-size: 30px;
  }
  /* line 631, ../sass/all/footer.scss */
  .fContact .col {
    margin-top: 15px;
  }
  /* line 635, ../sass/all/footer.scss */
  .fContact .text {
    font-size: 14px;
  }

  /* line 640, ../sass/all/footer.scss */
  .fSoc {
    width: 32px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
  }
  /* line 649, ../sass/all/footer.scss */
  .fSoc .link {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }
  /* line 654, ../sass/all/footer.scss */
  .fSoc .link svg {
    width: 18px;
  }

  /* line 660, ../sass/all/footer.scss */
  .fBot {
    margin-top: 50px;
  }

  /* line 665, ../sass/all/footer.scss */
  .fGoTop .btn {
    font-size: 14px;
  }
  /* line 668, ../sass/all/footer.scss */
  .fGoTop .btn svg {
    width: 15px;
    margin-left: 8px;
  }

  /* line 676, ../sass/all/footer.scss */
  .fCopy p {
    font-size: 11px;
  }

  /* line 682, ../sass/all/footer.scss */
  .fCreated img {
    width: 104px;
  }

  /* line 688, ../sass/all/footer.scss */
  .lang-he .fNav {
    padding-right: 45px;
  }
  /* line 691, ../sass/all/footer.scss */
  .lang-he .fNav a {
    font-size: calc(14px * 1.2);
  }
  /* line 696, ../sass/all/footer.scss */
  .lang-he .fTitle {
    font-size: calc(12px * 1.2);
  }
  /* line 701, ../sass/all/footer.scss */
  .lang-he .fContact .wa {
    margin-left: 10px;
  }
  /* line 705, ../sass/all/footer.scss */
  .lang-he .fContact .text {
    font-size: calc(14px * 1.2);
  }
  /* line 711, ../sass/all/footer.scss */
  .lang-he .fGoTop .btn {
    font-size: calc(14px * 1.2);
  }
  /* line 714, ../sass/all/footer.scss */
  .lang-he .fGoTop .btn svg {
    margin-right: 8px;
  }
  /* line 721, ../sass/all/footer.scss */
  .lang-he .fCopy p {
    font-size: calc(11px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 732, ../sass/all/footer.scss */
  .footer {
    padding: 17px 0;
  }

  /* line 736, ../sass/all/footer.scss */
  .fLogo {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
    width: 162px;
  }

  /* line 745, ../sass/all/footer.scss */
  .fNav {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    width: calc(100% - 162px - 32px);
    padding-left: 30px;
    padding-right: 15px;
  }
  /* line 755, ../sass/all/footer.scss */
  .fNav li {
    margin-bottom: 10px;
  }
  /* line 759, ../sass/all/footer.scss */
  .fNav a {
    font-size: 14px;
  }

  /* line 764, ../sass/all/footer.scss */
  .fTitle {
    font-size: 12px;
    margin-bottom: 10px;
  }

  /* line 769, ../sass/all/footer.scss */
  .fContact {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
  /* line 780, ../sass/all/footer.scss */
  .fContact .wa svg {
    width: 30px;
  }
  /* line 785, ../sass/all/footer.scss */
  .fContact .tel {
    font-size: 30px;
  }
  /* line 789, ../sass/all/footer.scss */
  .fContact .col {
    margin-top: 15px;
  }
  /* line 793, ../sass/all/footer.scss */
  .fContact .text {
    font-size: 14px;
  }

  /* line 798, ../sass/all/footer.scss */
  .fSoc {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    width: 32px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
  }
  /* line 812, ../sass/all/footer.scss */
  .fSoc .link {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }
  /* line 817, ../sass/all/footer.scss */
  .fSoc .link svg {
    width: 18px;
  }

  /* line 823, ../sass/all/footer.scss */
  .fBot {
    margin-top: 30px;
  }

  /* line 827, ../sass/all/footer.scss */
  .fGoTop {
    width: 45%;
  }
  /* line 830, ../sass/all/footer.scss */
  .fGoTop .btn {
    font-size: 14px;
  }
  /* line 833, ../sass/all/footer.scss */
  .fGoTop .btn svg {
    width: 15px;
    margin-left: 8px;
  }

  /* line 840, ../sass/all/footer.scss */
  .fCopy {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    width: 100%;
    padding-top: 15px;
  }
  /* line 849, ../sass/all/footer.scss */
  .fCopy p {
    font-size: 11px;
  }

  /* line 854, ../sass/all/footer.scss */
  .fCreated {
    width: 45%;
  }
  /* line 857, ../sass/all/footer.scss */
  .fCreated img {
    width: 104px;
  }

  /* line 863, ../sass/all/footer.scss */
  .lang-he .fNav {
    padding-right: 45px;
  }
  /* line 866, ../sass/all/footer.scss */
  .lang-he .fNav a {
    font-size: calc(14px * 1.2);
  }
  /* line 871, ../sass/all/footer.scss */
  .lang-he .fTitle {
    font-size: calc(12px * 1.2);
  }
  /* line 876, ../sass/all/footer.scss */
  .lang-he .fContact .text {
    font-size: calc(14px * 1.2);
  }
  /* line 882, ../sass/all/footer.scss */
  .lang-he .fGoTop .btn {
    font-size: calc(14px * 1.2);
  }
  /* line 885, ../sass/all/footer.scss */
  .lang-he .fGoTop .btn svg {
    margin-right: 8px;
  }
  /* line 892, ../sass/all/footer.scss */
  .lang-he .fCopy p {
    font-size: calc(11px * 1.2);
  }
}
/* line 1, ../sass/all/go-top.scss */
.go-top {
  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;
  border-radius: 50%;
  cursor: pointer;
  background: #c9a980;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease all;
  width: 80px;
  height: 80px;
  bottom: 20px;
  right: 20px;
}
/* line 23, ../sass/all/go-top.scss */
.go-top.show {
  opacity: 1;
  visibility: visible;
}
/* line 28, ../sass/all/go-top.scss */
.go-top img {
  display: block;
  width: 50px;
  transform: rotate(180deg);
}
/* line 34, ../sass/all/go-top.scss */
.go-top:hover {
  opacity: 0.7;
}

/* line 39, ../sass/all/go-top.scss */
.fix-wa {
  position: fixed;
  cursor: pointer;
  z-index: 10;
  bottom: 20px;
  left: 20px;
}
/* line 46, ../sass/all/go-top.scss */
.fix-wa img {
  display: block;
  width: 50px;
}
/* line 51, ../sass/all/go-top.scss */
.fix-wa:hover {
  opacity: 0.7;
}

/* line 57, ../sass/all/go-top.scss */
.lang-he .go-top {
  left: 20px;
  right: auto;
}
/* line 62, ../sass/all/go-top.scss */
.lang-he .fix-wa {
  right: 20px;
  left: auto;
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  /* line 70, ../sass/all/go-top.scss */
  .go-top {
    width: 68px;
    height: 68px;
    bottom: 17px;
    right: 17px;
  }
  /* line 76, ../sass/all/go-top.scss */
  .go-top img {
    width: 44px;
  }

  /* line 81, ../sass/all/go-top.scss */
  .fix-wa {
    bottom: 17px;
    left: 17px;
  }
  /* line 85, ../sass/all/go-top.scss */
  .fix-wa img {
    width: 44px;
  }

  /* line 91, ../sass/all/go-top.scss */
  .lang-he .go-top {
    left: 17px;
  }
  /* line 95, ../sass/all/go-top.scss */
  .lang-he .fix-wa {
    right: 17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 104, ../sass/all/go-top.scss */
  .go-top {
    width: 54px;
    height: 54px;
    bottom: 14px;
    right: 14px;
  }
  /* line 110, ../sass/all/go-top.scss */
  .go-top img {
    width: 36px;
  }

  /* line 115, ../sass/all/go-top.scss */
  .fix-wa {
    bottom: 14px;
    left: 14px;
  }
  /* line 119, ../sass/all/go-top.scss */
  .fix-wa img {
    width: 36px;
  }

  /* line 125, ../sass/all/go-top.scss */
  .lang-he .go-top {
    left: 14px;
  }
  /* line 129, ../sass/all/go-top.scss */
  .lang-he .fix-wa {
    right: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 138, ../sass/all/go-top.scss */
  .go-top {
    width: 42px;
    height: 42px;
    bottom: 10px;
    right: 10px;
  }
  /* line 144, ../sass/all/go-top.scss */
  .go-top img {
    width: 28px;
  }

  /* line 149, ../sass/all/go-top.scss */
  .fix-wa {
    bottom: 10px;
    left: 10px;
  }
  /* line 153, ../sass/all/go-top.scss */
  .fix-wa img {
    width: 28px;
  }

  /* line 159, ../sass/all/go-top.scss */
  .lang-he .go-top {
    left: 10px;
  }
  /* line 163, ../sass/all/go-top.scss */
  .lang-he .fix-wa {
    right: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 172, ../sass/all/go-top.scss */
  .go-top {
    display: none !important;
  }

  /* line 176, ../sass/all/go-top.scss */
  .fix-wa {
    display: block !important;
    bottom: 10px;
    left: 10px;
  }
  /* line 181, ../sass/all/go-top.scss */
  .fix-wa img {
    width: 35px;
  }

  /* line 187, ../sass/all/go-top.scss */
  .lang-he .fix-wa {
    right: 10px;
  }
}
/* line 1, ../sass/all/popup-form.scss */
.popup-btn {
  cursor: pointer;
}

/* line 5, ../sass/all/popup-form.scss */
.popup-over {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
/* line 16, ../sass/all/popup-form.scss */
.popup-over.active {
  opacity: 1;
  display: block;
}

/* line 22, ../sass/all/popup-form.scss */
.popup-form-close {
  width: 50px;
  height: 50px;
  background: #c9a980;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  transition: .5s ease-in-out;
}
/* line 34, ../sass/all/popup-form.scss */
.popup-form-close svg {
  transition: .5s ease-in-out;
  width: 51%;
}
/* line 38, ../sass/all/popup-form.scss */
.popup-form-close svg .cls-1 {
  stroke: #212121;
}
/* line 43, ../sass/all/popup-form.scss */
.popup-form-close:hover {
  background-color: #fff;
}
/* line 47, ../sass/all/popup-form.scss */
.popup-form-close:hover svg {
  transform: rotate(-90deg);
}

/* line 53, ../sass/all/popup-form.scss */
.popup-form {
  position: fixed;
  left: 0;
  top: 0;
  background: #212121;
  width: 600px;
  padding: 50px;
  height: 100%;
  overflow: scroll;
  transform: translateX(-100%);
  transition: .5s linear;
  z-index: 99999;
}
/* line 66, ../sass/all/popup-form.scss */
.popup-form.active {
  transform: translateX(0);
}
/* line 70, ../sass/all/popup-form.scss */
.popup-form::-webkit-scrollbar {
  width: 0;
}

/* line 75, ../sass/all/popup-form.scss */
.popup-form-wr {
  margin-top: 16vh;
}

/* line 80, ../sass/all/popup-form.scss */
.popup-form-form {
  width: 100%;
}
/* line 83, ../sass/all/popup-form.scss */
.popup-form-form label:not(.contact-form-policy) {
  width: 100%;
  display: block;
  position: relative;
}
/* line 88, ../sass/all/popup-form.scss */
.popup-form-form label:not(.contact-form-policy) input {
  width: 100%;
  background-color: #fff;
  color: #000;
  outline: 0px;
  padding: 0 20px;
  font-size: 16px;
  border: none;
  margin-bottom: 15px;
  height: 60px;
  border-radius: 60px;
  padding-top: 12px;
  border: 2px solid #fff;
  transition: .3s ease-in-out;
}
/* line 103, ../sass/all/popup-form.scss */
.popup-form-form label:not(.contact-form-policy) input.error {
  border: 2px solid red !important;
}
/* line 109, ../sass/all/popup-form.scss */
.popup-form-form label:not(.contact-form-policy) input:not(:placeholder-shown) + span {
  transform: translate(0px, -13px);
  font-size: 14px;
}
/* line 116, ../sass/all/popup-form.scss */
.popup-form-form label:not(.contact-form-policy) input:focus + span {
  transform: translate(0px, -13px);
  font-size: 14px;
}
/* line 124, ../sass/all/popup-form.scss */
.popup-form-form label:not(.contact-form-policy) span {
  position: absolute;
  top: 20px;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  display: block;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  padding: 0 20px;
  width: 100%;
  pointer-events: none;
}
/* line 139, ../sass/all/popup-form.scss */
.popup-form-form .contact-form-policy {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 7px;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
  color: #fff;
  margin: 1vh 0 4vh;
}
/* line 149, ../sass/all/popup-form.scss */
.popup-form-form .contact-form-policy input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-radius: 4px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
/* line 167, ../sass/all/popup-form.scss */
.popup-form-form .contact-form-policy input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #fff;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
/* line 183, ../sass/all/popup-form.scss */
.popup-form-form .contact-form-policy input[type="checkbox"]:checked::before {
  transform: scale(1);
}
/* line 187, ../sass/all/popup-form.scss */
.popup-form-form .contact-form-policy a {
  text-decoration: underline;
}
/* line 191, ../sass/all/popup-form.scss */
.popup-form-form .contact-form-policy a:hover {
  color: var(--color-purple);
}
/* line 196, ../sass/all/popup-form.scss */
.popup-form-form p {
  font-size: 13px;
  font-weight: 300;
}

/* line 203, ../sass/all/popup-form.scss */
.lang-he .popup-form-close {
  margin-right: auto;
  margin-left: 0;
}
/* line 208, ../sass/all/popup-form.scss */
.lang-he .popup-form {
  direction: rtl;
  right: 0;
  left: auto;
  transform: translateX(100%);
}
/* line 214, ../sass/all/popup-form.scss */
.lang-he .popup-form.active {
  transform: translateX(0);
}
/* line 219, ../sass/all/popup-form.scss */
.lang-he .popup-form-wr {
  margin-top: 16vh;
}
/* line 226, ../sass/all/popup-form.scss */
.lang-he .popup-form-form label:not(.contact-form-policy) input {
  font-size: 18px;
}
/* line 230, ../sass/all/popup-form.scss */
.lang-he .popup-form-form label:not(.contact-form-policy) span {
  font-size: 18px;
}
/* line 235, ../sass/all/popup-form.scss */
.lang-he .popup-form-form p {
  font-size: 16px;
}

@media only screen and (min-width: 1241px) and (max-width: 1440px) {
  /* line 242, ../sass/all/popup-form.scss */
  .popup-form {
    width: 500px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 248, ../sass/all/popup-form.scss */
  .popup-form {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 254, ../sass/all/popup-form.scss */
  .popup-form {
    width: 500px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 260, ../sass/all/popup-form.scss */
  .popup-form {
    max-width: 500px;
    width: 100%;
    padding: 25px;
  }
}
/* line 1, ../sass/all/mob-menu.scss */
.mob-menu {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.7);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease all;
}
/* line 13, ../sass/all/mob-menu.scss */
.mob-menu.show {
  opacity: 1;
  visibility: visible;
}
/* line 18, ../sass/all/mob-menu.scss */
.mob-menu .polylang {
  display: none;
}
/* line 22, ../sass/all/mob-menu.scss */
.mob-menu .nav {
  position: relative;
  background: #212121;
  padding: 15px 15px;
  border-bottom: 1px solid #c9a980;
}
/* line 28, ../sass/all/mob-menu.scss */
.mob-menu .nav li {
  position: relative;
  margin-bottom: 15px;
}
/* line 33, ../sass/all/mob-menu.scss */
.mob-menu .nav a {
  display: inline-block;
  font-size: 24px;
}

/* line 41, ../sass/all/mob-menu.scss */
.lang-he .mob-menu {
  direction: rtl;
}
/* line 45, ../sass/all/mob-menu.scss */
.lang-he .mob-menu .nav a {
  font-size: calc(24px * 1.2);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 55, ../sass/all/mob-menu.scss */
  .mob-menu .nav {
    border-bottom: 0;
    padding-bottom: 30px;
  }
  /* line 60, ../sass/all/mob-menu.scss */
  .mob-menu .polylang {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #212121;
    border-top: 1px solid #c9a980;
    border-bottom: 1px solid #c9a980;
  }
  /* line 72, ../sass/all/mob-menu.scss */
  .mob-menu .polylang-item {
    position: relative;
    border-right: 1px solid #c9a980;
    width: calc(100% / 3);
  }
  /* line 77, ../sass/all/mob-menu.scss */
  .mob-menu .polylang-item:nth-last-child(1) {
    border-right: 0;
  }
  /* line 82, ../sass/all/mob-menu.scss */
  .mob-menu .polylang-item.active .polylang-toggle {
    background: #c9a980;
    color: #212121;
  }
  /* line 89, ../sass/all/mob-menu.scss */
  .mob-menu .polylang-toggle {
    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-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    height: 60px;
  }

  /* line 107, ../sass/all/mob-menu.scss */
  .lang-he .mob-menu .polylang-item {
    border-left: 1px solid #c9a980;
    border-right: 0;
  }
  /* line 111, ../sass/all/mob-menu.scss */
  .lang-he .mob-menu .polylang-item:nth-last-child(1) {
    border-left: 0;
  }
}
/* line 1, ../sass/all/driver-block.scss */
.DriverBlock {
  position: relative;
  overflow: hidden;
}
/* line 5, ../sass/all/driver-block.scss */
.DriverBlock .container {
  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;
  background-color: rgba(55, 55, 55, 0.4);
  border-radius: 20px;
  backdrop-filter: blur(100px);
  padding: 50px;
}

/* line 24, ../sass/all/driver-block.scss */
.DriverBlockTitle {
  position: relative;
  width: 56%;
}
/* line 28, ../sass/all/driver-block.scss */
.DriverBlockTitle .site-title {
  margin-bottom: 25px;
  opacity: 0;
  transform: translateX(50px);
  transition: 0.5s ease all;
  transition-delay: 0.5s;
}
/* line 35, ../sass/all/driver-block.scss */
.DriverBlockTitle .site-title.animate-in {
  opacity: 1;
  transform: translateX(0px);
}
/* line 41, ../sass/all/driver-block.scss */
.DriverBlockTitle img {
  display: block;
  position: absolute;
  width: 100%;
  height: -webkit-fill-available;
  object-fit: cover;
  -o-object-fit: cover;
  opacity: 0;
  transition: 0.5s ease all;
  transition-delay: 1s;
}
/* line 52, ../sass/all/driver-block.scss */
.DriverBlockTitle img.animate-in {
  opacity: 1;
}

/* line 58, ../sass/all/driver-block.scss */
.DriverBlockDesc {
  position: relative;
  width: 44%;
  padding-left: 50px;
}
/* line 63, ../sass/all/driver-block.scss */
.DriverBlockDesc .list {
  position: relative;
}
/* line 67, ../sass/all/driver-block.scss */
.DriverBlockDesc li {
  position: relative;
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s ease all;
  transition-delay: 1s;
}
/* line 75, ../sass/all/driver-block.scss */
.DriverBlockDesc li.animate-in {
  opacity: 1;
  transform: translateY(0px);
}
/* line 80, ../sass/all/driver-block.scss */
.DriverBlockDesc li:nth-child(2) {
  transition-delay: 1.25s;
}
/* line 84, ../sass/all/driver-block.scss */
.DriverBlockDesc li:nth-child(3) {
  transition-delay: 1.5s;
}
/* line 89, ../sass/all/driver-block.scss */
.DriverBlockDesc b {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
/* line 97, ../sass/all/driver-block.scss */
.DriverBlockDesc span {
  display: block;
  line-height: 1.4;
  font-size: 16px;
}
/* line 103, ../sass/all/driver-block.scss */
.DriverBlockDesc .site-btn {
  opacity: 0;
  transform: translateX(50px);
  transition-property: transform, opacity;
  transition-delay: 2s;
}
/* line 109, ../sass/all/driver-block.scss */
.DriverBlockDesc .site-btn.animate-in {
  opacity: 1;
  transform: translateX(0px);
}

/* line 117, ../sass/all/driver-block.scss */
.lang-he .DriverBlock {
  direction: rtl;
}
/* line 121, ../sass/all/driver-block.scss */
.lang-he .DriverBlockDesc {
  padding-right: 50px;
  padding-left: 0;
}
/* line 125, ../sass/all/driver-block.scss */
.lang-he .DriverBlockDesc b {
  font-size: calc(24px * 1.2);
}
/* line 129, ../sass/all/driver-block.scss */
.lang-he .DriverBlockDesc span {
  font-size: calc(16px * 1.2);
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  /* line 138, ../sass/all/driver-block.scss */
  .DriverBlock .container {
    border-radius: 17px;
    padding: 43px;
  }

  /* line 145, ../sass/all/driver-block.scss */
  .DriverBlockTitle .site-title {
    font-size: 36px;
    margin-bottom: 22px;
  }

  /* line 151, ../sass/all/driver-block.scss */
  .DriverBlockDesc {
    padding-left: 43px;
  }
  /* line 154, ../sass/all/driver-block.scss */
  .DriverBlockDesc li {
    margin-bottom: 22px;
  }
  /* line 158, ../sass/all/driver-block.scss */
  .DriverBlockDesc b {
    font-size: 20px;
    margin-bottom: 9px;
  }
  /* line 163, ../sass/all/driver-block.scss */
  .DriverBlockDesc span {
    font-size: 15px;
  }

  /* line 169, ../sass/all/driver-block.scss */
  .lang-he .DriverBlockDesc {
    padding-right: 43px;
  }
  /* line 172, ../sass/all/driver-block.scss */
  .lang-he .DriverBlockDesc b {
    font-size: calc(20px * 1.2);
  }
  /* line 176, ../sass/all/driver-block.scss */
  .lang-he .DriverBlockDesc span {
    font-size: calc(15px * 1.2);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 187, ../sass/all/driver-block.scss */
  .DriverBlock .container {
    border-radius: 14px;
    padding: 25px;
  }

  /* line 194, ../sass/all/driver-block.scss */
  .DriverBlockTitle .site-title {
    font-size: 28px;
    margin-bottom: 18px;
  }

  /* line 200, ../sass/all/driver-block.scss */
  .DriverBlockDesc {
    padding-left: 25px;
  }
  /* line 203, ../sass/all/driver-block.scss */
  .DriverBlockDesc li {
    margin-bottom: 18px;
  }
  /* line 207, ../sass/all/driver-block.scss */
  .DriverBlockDesc b {
    font-size: 18px;
    margin-bottom: 7px;
  }
  /* line 212, ../sass/all/driver-block.scss */
  .DriverBlockDesc span {
    font-size: 14px;
  }

  /* line 218, ../sass/all/driver-block.scss */
  .lang-he .DriverBlockDesc {
    padding-right: 25px;
  }
  /* line 221, ../sass/all/driver-block.scss */
  .lang-he .DriverBlockDesc b {
    font-size: calc(18px * 1.2);
  }
  /* line 225, ../sass/all/driver-block.scss */
  .lang-he .DriverBlockDesc span {
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 236, ../sass/all/driver-block.scss */
  .DriverBlock .container {
    border-radius: 14px;
    padding: 25px;
  }

  /* line 242, ../sass/all/driver-block.scss */
  .DriverBlockTitle {
    width: 100%;
  }
  /* line 245, ../sass/all/driver-block.scss */
  .DriverBlockTitle .site-title {
    margin-bottom: 18px;
  }
  /* line 249, ../sass/all/driver-block.scss */
  .DriverBlockTitle img {
    position: relative;
    height: auto;
    max-height: 400px;
  }

  /* line 256, ../sass/all/driver-block.scss */
  .DriverBlockDesc {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
  /* line 261, ../sass/all/driver-block.scss */
  .DriverBlockDesc li {
    margin-bottom: 18px;
  }
  /* line 265, ../sass/all/driver-block.scss */
  .DriverBlockDesc b {
    font-size: 18px;
    margin-bottom: 7px;
  }
  /* line 270, ../sass/all/driver-block.scss */
  .DriverBlockDesc span {
    font-size: 14px;
  }

  /* line 276, ../sass/all/driver-block.scss */
  .lang-he .DriverBlockDesc {
    padding-right: 0;
  }
  /* line 279, ../sass/all/driver-block.scss */
  .lang-he .DriverBlockDesc b {
    font-size: calc(18px * 1.2);
  }
  /* line 283, ../sass/all/driver-block.scss */
  .lang-he .DriverBlockDesc span {
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 294, ../sass/all/driver-block.scss */
  .DriverBlock .container {
    border-radius: 14px;
    padding: 15px;
  }

  /* line 300, ../sass/all/driver-block.scss */
  .DriverBlockTitle {
    width: 100%;
  }
  /* line 303, ../sass/all/driver-block.scss */
  .DriverBlockTitle .site-title {
    margin-bottom: 15px;
  }
  /* line 307, ../sass/all/driver-block.scss */
  .DriverBlockTitle img {
    position: relative;
    height: auto;
    max-height: 50vw;
  }

  /* line 314, ../sass/all/driver-block.scss */
  .DriverBlockDesc {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  /* line 319, ../sass/all/driver-block.scss */
  .DriverBlockDesc li {
    margin-bottom: 15px;
  }
  /* line 323, ../sass/all/driver-block.scss */
  .DriverBlockDesc b {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 328, ../sass/all/driver-block.scss */
  .DriverBlockDesc span {
    font-size: 16px;
  }

  /* line 334, ../sass/all/driver-block.scss */
  .lang-he .DriverBlockDesc {
    padding-right: 0;
  }
  /* line 337, ../sass/all/driver-block.scss */
  .lang-he .DriverBlockDesc b {
    font-size: calc(20px * 1.2);
  }
  /* line 341, ../sass/all/driver-block.scss */
  .lang-he .DriverBlockDesc span {
    font-size: calc(16px * 1.2);
  }
}
/* line 1, ../sass/all/form.scss */
.SelectForm {
  display: flex;
  width: 100%;
  min-height: 600px;
  background: #fff;
  color: #000;
  padding: 20px 0;
  position: relative;
}

/* line 11, ../sass/all/form.scss */
.SelectForm-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 70px;
  display: block;
}

/* line 19, ../sass/all/form.scss */
.SelectForm-logo img {
  height: 100%;
  display: block;
}

/* line 24, ../sass/all/form.scss */
.SelectFormLeft {
  width: 760px;
  padding: 120px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

/* line 33, ../sass/all/form.scss */
.SelectFormRight {
  width: calc(100% - 760px);
  overflow: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

/* line 40, ../sass/all/form.scss */
.SelectFormRight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 49, ../sass/all/form.scss */
.SelectFormRight .img {
  display: block;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 55, ../sass/all/form.scss */
.SelectFormRight .img.active {
  display: block;
}

/* line 61, ../sass/all/form.scss */
.SelectFormTitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}

/* line 68, ../sass/all/form.scss */
.SelectFormSubtitle {
  text-align: center;
  font-size: 18px;
  opacity: .3;
  margin-bottom: 10px;
}

/* line 75, ../sass/all/form.scss */
.SelectFormSteps {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 40px;
  position: relative;
  cursor: pointer;
}

/* line 83, ../sass/all/form.scss */
.SelectFormSteps::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  z-index: 0;
}

/* line 94, ../sass/all/form.scss */
.SelectFormSteps::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  height: 2px;
  background: #2ecc71;
  z-index: 1;
  width: var(--step-progress, 0%);
  transition: .4s;
}

/* line 106, ../sass/all/form.scss */
.SelectFormStep {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* line 113, ../sass/all/form.scss */
.SelectFormStep span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e5e5e5;
  color: #000;
  margin: auto;
  font-weight: 600;
}

/* line 126, ../sass/all/form.scss */
.SelectFormStep.active span {
  background: #2ecc71;
  color: #fff;
}

/* line 131, ../sass/all/form.scss */
.SelectFormForm {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 137, ../sass/all/form.scss */
.SelectFormGroup {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

/* line 144, ../sass/all/form.scss */
.SelectFormLabel {
  font-size: 14px;
  text-align: center;
}

/* line 149, ../sass/all/form.scss */
.SelectFormInput,
.SelectFormSelect {
  padding: 14px 16px;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  color: #000;
  outline: none;
}

/* line 161, ../sass/all/form.scss */
.flatpickr-input {
  padding-left: 40px;
  background-image: url(../img/date-svg-icon.svg);
  background-position: 0% center;
  background-repeat: no-repeat;
  background-size: 20px;
}

/* line 169, ../sass/all/form.scss */
.SelectFormTime {
  background-image: url(../img/time-svgrepo-com.svg);
  background-size: 25px;
  max-width: calc((100% - 20px * 2) / 2);
}

/* line 175, ../sass/all/form.scss */
.SelectFormCity {
  padding-left: 40px;
  background-image: url(../img/map-point-svgrepo-com.svg);
  background-position: 0% center;
  background-repeat: no-repeat;
  background-size: 25px;
}

/* line 184, ../sass/all/form.scss */
.SelectFormInput::placeholder {
  color: #000;
}

/* line 188, ../sass/all/form.scss */
.SelectFormSelect option {
  color: #000;
}

/* line 192, ../sass/all/form.scss */
.SelectFormDateTime {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 198, ../sass/all/form.scss */
.SelectFormTimeWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

/* line 205, ../sass/all/form.scss */
.SelectFormTimeDivider {
  font-size: 18px;
  opacity: 0;
}

/* line 210, ../sass/all/form.scss */
.SelectFormButtons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
}
/* line 217, ../sass/all/form.scss */
.SelectFormButtons .ibtn {
  margin: 0 10px;
}

/* line 223, ../sass/all/form.scss */
.SelectFormButtons svg {
  width: 20px;
  height: 20px;
}

/* line 228, ../sass/all/form.scss */
.SelectFormButtons .site-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 235, ../sass/all/form.scss */
.btn-back {
  display: none;
  background: #bfbfbf;
}

/* line 240, ../sass/all/form.scss */
.form-step {
  display: none;
}

/* line 244, ../sass/all/form.scss */
.form-step.active {
  display: block;
}

/* line 248, ../sass/all/form.scss */
.SelectDecorations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 10px;
}

/* line 255, ../sass/all/form.scss */
.DecorationItem {
  display: block;
  cursor: pointer;
}

/* line 260, ../sass/all/form.scss */
.DecorationItem input {
  display: none;
}

/* line 264, ../sass/all/form.scss */
.DecorationCard {
  border: 2px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: .25s;
}

/* line 272, ../sass/all/form.scss */
.DecorationCard img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 7px;
}

/* line 279, ../sass/all/form.scss */
.DecorationItem span {
  display: block;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

/* line 286, ../sass/all/form.scss */
.DecorationItem input:checked + .DecorationCard {
  border-color: #c9a980;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  padding: 3px;
}

/* line 293, ../sass/all/form.scss */
.lang-he {
  direction: rtl;
}

/* line 297, ../sass/all/form.scss */
.lang-he .SelectForm {
  direction: rtl;
}

/* line 301, ../sass/all/form.scss */
.lang-he .SelectForm input[type="tel"] {
  direction: ltr;
  text-align: right;
}

/* line 306, ../sass/all/form.scss */
.lang-he .SelectFormRight {
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* line 312, ../sass/all/form.scss */
.lang-he .SelectFormButtons svg {
  transform: scaleX(-1);
}

/* line 316, ../sass/all/form.scss */
.lang-he .SelectFormSteps::after {
  left: auto;
  right: 0;
}

@media (max-width: 1200px) {
  /* line 326, ../sass/all/form.scss */
  .SelectFormLeft {
    width: 600px;
    padding: 100px 40px;
  }

  /* line 331, ../sass/all/form.scss */
  .SelectFormRight {
    width: calc(100% - 600px);
  }
}
@media (max-width: 992px) {
  /* line 342, ../sass/all/form.scss */
  .SelectForm {
    flex-direction: column;
    min-height: auto;
    padding-bottom: 0;
  }

  /* line 348, ../sass/all/form.scss */
  .SelectFormLeft {
    width: 100%;
    min-height: auto;
    padding: 100px 30px 40px;
  }

  /* line 354, ../sass/all/form.scss */
  .SelectFormRight {
    width: 100%;
    height: 320px;
    border-radius: 0 !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  /* line 362, ../sass/all/form.scss */
  .SelectFormRight img {
    height: 100%;
  }

  /* line 366, ../sass/all/form.scss */
  .SelectForm-logo {
    top: 15px;
    right: 15px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  /* line 379, ../sass/all/form.scss */
  .SelectFormLeft {
    padding: 90px 20px 30px;
  }

  /* line 383, ../sass/all/form.scss */
  .SelectFormTitle {
    font-size: 24px;
  }

  /* line 387, ../sass/all/form.scss */
  .SelectFormSubtitle {
    font-size: 16px;
  }

  /* line 391, ../sass/all/form.scss */
  .SelectFormSteps {
    margin: 20px 0 30px;
  }

  /* line 395, ../sass/all/form.scss */
  .SelectFormStep span {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }

  /* line 401, ../sass/all/form.scss */
  .SelectFormInput,
  .SelectFormSelect {
    font-size: 16px;
  }

  /* line 406, ../sass/all/form.scss */
  .SelectFormTimeWrap {
    gap: 0;
    flex-direction: column;
  }

  /* line 411, ../sass/all/form.scss */
  .SelectFormTime {
    max-width: 100%;
    width: 100%;
  }

  /* line 416, ../sass/all/form.scss */
  .SelectDecorations {
    grid-template-columns: repeat(2, 1fr);
  }

  /* line 420, ../sass/all/form.scss */
  .SelectFormButtons {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  /* line 429, ../sass/all/form.scss */
  .SelectFormLeft {
    padding: 80px 16px 30px;
  }

  /* line 433, ../sass/all/form.scss */
  .SelectFormTitle {
    font-size: 22px;
  }

  /* line 437, ../sass/all/form.scss */
  .SelectFormSubtitle {
    font-size: 15px;
  }

  /* line 441, ../sass/all/form.scss */
  .SelectDecorations {
    grid-template-columns: 1fr;
  }

  /* line 445, ../sass/all/form.scss */
  .SelectFormSteps::before,
  .SelectFormSteps::after {
    top: 14px;
  }

  /* line 450, ../sass/all/form.scss */
  .SelectFormStep span {
    width: 26px;
    height: 26px;
  }
}
/* line 1, ../sass/all/header-fix.scss */
.header-fix {
  position: relative;
  display: flex;
  align-items: center;
  height: 42px;
  background-color: #fff;
  color: #000;
  z-index: 20;
  justify-content: center;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
}
/* line 16, ../sass/all/header-fix.scss */
.header-fix span {
  font-size: 12px;
  display: block;
  font-weight: 700;
  padding: 0 45px;
  text-align: center;
}
/* line 24, ../sass/all/header-fix.scss */
.header-fix a {
  text-decoration: underline;
}

/* line 29, ../sass/all/header-fix.scss */
.header-fix-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 12px;
}
/* line 44, ../sass/all/header-fix.scss */
.header-fix-btn svg {
  width: 8px;
  height: 8px;
}

/* line 52, ../sass/all/header-fix.scss */
.lang-he .header-fix {
  direction: rtl;
}
/* line 56, ../sass/all/header-fix.scss */
.lang-he .header-fix-btn {
  right: initial;
  left: 0;
}

/* line 1, ../sass/all/ifooter.scss */
.ifooter {
  position: relative;
  padding: calc(8vw * 9 / 16) 0;
  background-color: #000;
  position: relative;
  perspective: 800px;
  overflow: hidden;
}

/* line 10, ../sass/all/ifooter.scss */
.ifooter-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform-style: preserve-3d;
  transition: transform 0.1s linear;
}
/* line 20, ../sass/all/ifooter.scss */
.ifooter-bg video, .ifooter-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 28, ../sass/all/ifooter.scss */
.ifooter-container {
  position: relative;
  z-index: 2;
  padding: 0 calc(32vw * 9 / 16);
  color: #fff;
}

/* line 35, ../sass/all/ifooter.scss */
.ifooter-top {
  display: flex;
  justify-content: space-between;
}
/* line 39, ../sass/all/ifooter.scss */
.ifooter-top .col {
  width: 42%;
}
/* line 42, ../sass/all/ifooter.scss */
.ifooter-top .col.grid2 {
  display: flex;
  justify-content: space-between;
}

/* line 50, ../sass/all/ifooter.scss */
.ifooter-title {
  font-size: calc(4vw * 9 / 16);
  line-height: 1;
}

/* line 55, ../sass/all/ifooter.scss */
.ifooter-undertitle {
  font-size: 16px;
  display: block;
  margin: 15px 0 1px;
}

/* line 61, ../sass/all/ifooter.scss */
.ifooter-link {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 15px;
}
/* line 67, ../sass/all/ifooter.scss */
.ifooter-link a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
  transition: .3s ease-in-out;
}
/* line 72, ../sass/all/ifooter.scss */
.ifooter-link a:hover {
  color: #c9a980;
}

/* line 78, ../sass/all/ifooter.scss */
.ifooter-menu {
  display: flex;
  flex-direction: column;
}
/* line 82, ../sass/all/ifooter.scss */
.ifooter-menu b {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
/* line 87, ../sass/all/ifooter.scss */
.ifooter-menu ul {
  margin-top: 16px;
  font-size: 20px;
}
/* line 93, ../sass/all/ifooter.scss */
.ifooter-menu ul li a {
  transition: .3s ease-in-out;
}
/* line 96, ../sass/all/ifooter.scss */
.ifooter-menu ul li a:hover {
  color: #c9a980;
}

/* line 104, ../sass/all/ifooter.scss */
.ifooter-social {
  position: relative;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
/* line 110, ../sass/all/ifooter.scss */
.ifooter-social a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;
}
/* line 121, ../sass/all/ifooter.scss */
.ifooter-social a:hover {
  background-color: #c9a980;
  color: #000;
}
/* line 126, ../sass/all/ifooter.scss */
.ifooter-social a svg {
  width: 12px;
  height: 12px;
}

/* line 133, ../sass/all/ifooter.scss */
.ifooter-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: calc(4vw * 9 / 16);
}
/* line 139, ../sass/all/ifooter.scss */
.ifooter-bottom .col {
  width: 42%;
}
/* line 142, ../sass/all/ifooter.scss */
.ifooter-bottom .col:first-child {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  gap: 5px;
}
/* line 148, ../sass/all/ifooter.scss */
.ifooter-bottom .col:first-child span {
  color: rgba(255, 255, 255, 0.6);
  display: block;
}
/* line 153, ../sass/all/ifooter.scss */
.ifooter-bottom .col:first-child a {
  display: block;
  transition: .3s ease-in-out;
}
/* line 157, ../sass/all/ifooter.scss */
.ifooter-bottom .col:first-child a:hover {
  color: #c9a980;
}

/* line 165, ../sass/all/ifooter.scss */
.ifooter-logo {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 172, ../sass/all/ifooter.scss */
  .ifooter-container {
    padding: 0 calc(10vw * 9 / 16);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 178, ../sass/all/ifooter.scss */
  .ifooter-container {
    padding: 0 15px;
  }

  /* line 182, ../sass/all/ifooter.scss */
  .ifooter-top {
    flex-direction: column;
    text-align: center;
  }
  /* line 186, ../sass/all/ifooter.scss */
  .ifooter-top .col {
    width: 100%;
  }

  /* line 191, ../sass/all/ifooter.scss */
  .ifooter-link {
    justify-content: center;
  }

  /* line 195, ../sass/all/ifooter.scss */
  .ifooter-menu {
    width: 100%;
    text-align: center;
    margin: 30px 0;
  }
  /* line 200, ../sass/all/ifooter.scss */
  .ifooter-menu b {
    font-size: 16px;
  }

  /* line 205, ../sass/all/ifooter.scss */
  .ifooter-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  /* line 210, ../sass/all/ifooter.scss */
  .ifooter-bottom .col {
    font-size: 16px;
    width: 100% !important;
  }
}
/* line 1, ../sass/all/iheader.scss */
.iheader {
  position: fixed;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  background-color: #fff;
  border-radius: 10px;
  width: 336px;
  height: 53px;
  border: 1px solid #c9c6c6;
  padding: 0 2px 0 28px;
  color: #000;
  top: 35px;
}
/* line 16, ../sass/all/iheader.scss */
.iheader.active-banner {
  top: 78px;
}
/* line 20, ../sass/all/iheader.scss */
.iheader .line {
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: -1px;
  left: 28px;
  transition: width 0.1s linear;
  background-color: #c9a980;
  max-width: calc(100% - 56px);
}
/* line 32, ../sass/all/iheader.scss */
.iheader.hover-mobile .iheader-menu {
  gap: 0;
}
/* line 37, ../sass/all/iheader.scss */
.iheader.hover-mobile .iheader-menu .iheader-menu-line:nth-child(1) {
  transform: translateY(1px);
}
/* line 41, ../sass/all/iheader.scss */
.iheader.hover-mobile .iheader-menu .iheader-menu-line:nth-child(2) {
  transform: translateY(-1px);
}
/* line 47, ../sass/all/iheader.scss */
.iheader.hover-mobile .iheader-drop {
  max-height: 1000px;
}
@media (hover: hover) {
  /* line 56, ../sass/all/iheader.scss */
  .iheader:hover .iheader-menu {
    gap: 0;
  }
  /* line 61, ../sass/all/iheader.scss */
  .iheader:hover .iheader-menu .iheader-menu-line:nth-child(1) {
    transform: translateY(1px);
  }
  /* line 65, ../sass/all/iheader.scss */
  .iheader:hover .iheader-menu .iheader-menu-line:nth-child(2) {
    transform: translateY(-1px);
  }
  /* line 71, ../sass/all/iheader.scss */
  .iheader:hover .iheader-drop {
    max-height: 1000px;
  }
}

/* line 78, ../sass/all/iheader.scss */
.iheader-wr {
  display: flex;
  align-items: center;
}

/* line 83, ../sass/all/iheader.scss */
.iheader-logo {
  display: block;
  height: 100%;
}
/* line 87, ../sass/all/iheader.scss */
.iheader-logo img {
  display: block;
  height: 35px;
}

/* line 93, ../sass/all/iheader.scss */
.iheader-link {
  font-size: 16px;
  display: block;
  margin: 0 37px;
  font-weight: 700;
}

/* line 101, ../sass/all/iheader.scss */
.iheader-menu {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
  transition: .2s ease-in-out;
}

/* line 114, ../sass/all/iheader.scss */
.iheader-menu-line {
  width: 12px;
  background-color: #000;
  height: 2px;
  transition: .2s ease-in-out;
}

/* line 123, ../sass/all/iheader.scss */
.iheader-drop {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: 100%;
  transition: .3s ease-in-out;
  overflow: hidden;
  max-height: 0px;
}

/* line 133, ../sass/all/iheader.scss */
.iheader-drop-wr {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #c9c6c6;
}
/* line 144, ../sass/all/iheader.scss */
.iheader-drop-wr b {
  font-size: 14px;
  display: block;
  margin-bottom: 17px;
}

/* line 151, ../sass/all/iheader.scss */
.iheader-drop-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
/* line 160, ../sass/all/iheader.scss */
.iheader-drop-link.tel span {
  direction: ltr;
  text-align: right;
  display: inline-block;
}
/* line 167, ../sass/all/iheader.scss */
.iheader-drop-link:last-child {
  margin-bottom: 0;
}
/* line 171, ../sass/all/iheader.scss */
.iheader-drop-link .img {
  width: 75px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
}
/* line 177, ../sass/all/iheader.scss */
.iheader-drop-link .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 185, ../sass/all/iheader.scss */
.iheader-drop-link span {
  font-size: 34px;
  width: calc(100% - 75px - 10px);
  display: block;
}
/* line 193, ../sass/all/iheader.scss */
.iheader-drop-link:hover span {
  color: #c9a980;
}

/* line 201, ../sass/all/iheader.scss */
.lang-he .iheader {
  padding: 0 28px 0 2px;
}
/* line 204, ../sass/all/iheader.scss */
.lang-he .iheader .line {
  left: initial;
  right: 28px;
}
/* line 211, ../sass/all/iheader.scss */
.lang-he .iheader-menu {
  margin-right: auto;
  margin-left: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 220, ../sass/all/iheader.scss */
  .iheader {
    width: calc(100% - 24px);
    max-width: 500px;
    top: 20px;
  }

  /* line 226, ../sass/all/iheader.scss */
  .iheader.active-banner {
    top: 65px;
  }
}
/* 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: #c9a980;
  left: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 100000;
  border-radius: 50%;
  transition: all .15s ease;
}
/* line 21, ../sass/all/wgag.scss */
#accessibilityButton svg {
  display: block;
  width: 22px;
  height: auto;
}
/* line 27, ../sass/all/wgag.scss */
#accessibilityButton:hover {
  transform: scale(1.1);
}

/* line 32, ../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: 100%;
  border-radius: 20px;
  overflow: hidden;
  max-height: calc(100% - 40px);
  z-index: 214748364;
}

/* line 48, ../sass/all/wgag.scss */
.accessibilityMenu {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
/* line 54, ../sass/all/wgag.scss */
.accessibilityMenu input {
  -webkit-appearance: auto;
}
/* line 58, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar {
  width: 10px;
}
/* line 61, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-track {
  background: transparent;
}
/* line 64, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-thumb {
  background: #212121;
  border-radius: 5px;
  margin: 10px 0;
}
/* line 69, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-button {
  display: none;
}
/* line 73, ../sass/all/wgag.scss */
.accessibilityMenu .site-title {
  padding-top: 50px;
  padding-bottom: 135px;
  background: #c9a980;
  color: #FFF;
}
/* line 80, ../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 102, ../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(201, 169, 128, 0.4);
  width: calc((100% - 30px) / 3);
  height: 120px;
  padding: 15px;
  border-radius: 10px;
  border: solid 2px transparent;
  color: #000;
}
/* 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: #c9a980;
}
/* line 146, ../sass/all/wgag.scss */
.accessibilityMenu .bl.active {
  background: #c9a980;
  border-color: #c9a980;
  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: #c9a980;
  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: #212121;
}

/* 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;
  }
  /* line 383, ../sass/all/wgag.scss */
  #accessibilityButton svg {
    width: 15px;
  }
  /* line 387, ../sass/all/wgag.scss */
  #accessibilityButton:hover {
    transform: scale(1);
  }

  /* line 392, ../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 402, ../sass/all/wgag.scss */
  .accessibilityMenu::-webkit-scrollbar {
    width: 5px;
  }
  /* line 406, ../sass/all/wgag.scss */
  .accessibilityMenu .site-title {
    padding-top: 30px;
  }
  /* line 410, ../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 418, ../sass/all/wgag.scss */
  .accessibilityMenu .bl.double {
    width: 100%;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }
}
@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-btn.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;
}
/* line 38, ../sass/all/fix-btn.scss */
.fix-buttons-bg.show {
  opacity: 1;
  visibility: visible;
}

/* line 44, ../sass/all/fix-btn.scss */
.fix-buttons-wr {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 66px;
  height: 66px;
  background: rgba(201, 169, 128, 0.2);
  border-radius: 50%;
  z-index: 100002;
  cursor: pointer;
}
/* line 55, ../sass/all/fix-btn.scss */
.fix-buttons-wr.no-anim {
  background: none;
}
/* line 58, ../sass/all/fix-btn.scss */
.fix-buttons-wr.no-anim:after {
  display: none;
}
/* line 63, ../sass/all/fix-btn.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 #c9a980;
  border-radius: 50%;
  -webkit-animation: widgetPulse infinite 1.5s;
  animation: widgetPulse infinite 1.5s;
}

/* line 79, ../sass/all/fix-btn.scss */
.fix-buttons-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* line 87, ../sass/all/fix-btn.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: #c9a980;
  color: #fff;
}
/* line 105, ../sass/all/fix-btn.scss */
.fix-buttons-icon-animation.close {
  background: #c9a980;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
/* line 111, ../sass/all/fix-btn.scss */
.fix-buttons-icon-animation.close svg {
  opacity: 1;
  animation: none;
}
/* line 116, ../sass/all/fix-btn.scss */
.fix-buttons-icon-animation.close.show {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
/* line 123, ../sass/all/fix-btn.scss */
.fix-buttons-icon-animation.scale {
  width: 44px;
  height: 44px;
  top: 12px;
  left: 12px;
}
/* line 130, ../sass/all/fix-btn.scss */
.fix-buttons-icon-animation svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: fadeInOut 3s infinite;
}
/* line 138, ../sass/all/fix-btn.scss */
.fix-buttons-icon-animation svg:nth-child(1) {
  animation-delay: 0s;
}
/* line 142, ../sass/all/fix-btn.scss */
.fix-buttons-icon-animation svg:nth-child(2) {
  animation-delay: 1.5s;
}

/* line 148, ../sass/all/fix-btn.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 168, ../sass/all/fix-btn.scss */
.fix-buttons-drop.show {
  visibility: visible;
  opacity: 1;
  bottom: calc(100% + 10px);
}
/* line 174, ../sass/all/fix-btn.scss */
.fix-buttons-drop li {
  position: relative;
}
/* line 177, ../sass/all/fix-btn.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: #c9a980;
}
/* line 192, ../sass/all/fix-btn.scss */
.fix-buttons-drop li a img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
}
/* line 199, ../sass/all/fix-btn.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 205, ../sass/all/fix-btn.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: #000;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
}
/* line 221, ../sass/all/fix-btn.scss */
.fix-buttons-drop li:hover .info {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 231, ../sass/all/fix-btn.scss */
  .fix-buttons-wr {
    bottom: 15px;
    right: 15px;
  }
}
