@charset "UTF-8";
/* line 5, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/all/root.scss */
:root {
  --ColorBlack: #1D1D1F;
  --ColorRed3: #F30B32;
  --ColorGreen2: #00C2A6;
  --ColorYellow: #FFC21F;
  --ColorPink: #fca9cc;
}

/* line 3, ../sass/all/wrapper.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../sass/all/wrapper.scss */
:root {
  --header-height: 149px;
  --header-height-scrolled: 85px;
}

/* line 14, ../sass/all/wrapper.scss */
body {
  min-height: 100vh;
  background: #fff;
  white-space: normal;
  padding-top: var(--header-height);
}
/* line 20, ../sass/all/wrapper.scss */
body.o-f-h {
  padding-right: var(--scrollbar-width);
}

/* line 25, ../sass/all/wrapper.scss */
.fancybox__container {
  opacity: 1 !important;
}

/* line 29, ../sass/all/wrapper.scss */
html, body {
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100%;
  height: 100%;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  color: #1D1D1F;
  font-weight: 500;
  font-size: 16px;
}

/* Контейнер */
/* line 43, ../sass/all/wrapper.scss */
.wrapper {
  position: relative;
}

/* line 47, ../sass/all/wrapper.scss */
.container {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 56, ../sass/all/wrapper.scss */
.container.min {
  max-width: 1240px;
}

/* line 61, ../sass/all/wrapper.scss */
.content {
  overflow: hidden;
}

/* line 63, ../sass/all/wrapper.scss */
input, textarea, button {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
}

/* line 74, ../sass/all/wrapper.scss */
input[type='number'] {
  -moz-appearance: textfield;
}

/* line 78, ../sass/all/wrapper.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 83, ../sass/all/wrapper.scss */
textarea {
  resize: none;
}

/* line 87, ../sass/all/wrapper.scss */
button {
  cursor: pointer;
}

/* line 91, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 96, ../sass/all/wrapper.scss */
.lang-he {
  direction: rtl;
}
/* line 99, ../sass/all/wrapper.scss */
.lang-he input[type="tel"], .lang-he input[type="email"] {
  direction: ltr;
  text-align: right;
}
/* line 105, ../sass/all/wrapper.scss */
.lang-he .fancybox__dialog .fancybox__slide {
  direction: rtl;
}
/* line 108, ../sass/all/wrapper.scss */
.lang-he .fancybox__dialog .fancybox__slide .f-button[data-fancybox-close] {
  left: 0;
  right: auto;
}

@media only screen and (min-width: 1241px) and (max-width: 1599px) {
  /* line 117, ../sass/all/wrapper.scss */
  .container {
    max-width: 1200px;
    /*14%*/
  }
  /* line 120, ../sass/all/wrapper.scss */
  .container.min {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 127, ../sass/all/wrapper.scss */
  .container {
    max-width: 960px;
    /*20%*/
  }
  /* line 130, ../sass/all/wrapper.scss */
  .container.min {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 137, ../sass/all/wrapper.scss */
  :root {
    --header-height: 96px;
    --header-height-scrolled: 66px;
  }

  /* line 142, ../sass/all/wrapper.scss */
  .container {
    max-width: 738px;
    /*23%*/
  }
  /* line 145, ../sass/all/wrapper.scss */
  .container.min {
    max-width: 738px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 153, ../sass/all/wrapper.scss */
  :root {
    --header-height: 96px;
    --header-height-scrolled: 66px;
  }

  /* line 158, ../sass/all/wrapper.scss */
  .container {
    max-width: calc(100% - 30px);
  }
  /* line 161, ../sass/all/wrapper.scss */
  .container.min {
    max-width: calc(100% - 30px);
  }
}
/* line 1, ../sass/all/header.scss */
.header {
  position: fixed;
  background-color: #F30B32;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  transition: 0.5s ease all;
}
/* line 17, ../sass/all/header.scss */
.header.hide {
  transform: translateY(-100%);
}
/* line 21, ../sass/all/header.scss */
.header .container {
  z-index: 3;
}

/* line 27, ../sass/all/header.scss */
.go-top .header {
  transform: translateY(-44px);
}
/* line 31, ../sass/all/header.scss */
.go-top .header-wr {
  padding: 5px 0;
}

/* line 36, ../sass/all/header.scss */
.header-top-block {
  background-color: #fca9cc;
  color: #000;
  height: 44px;
  padding: 0px 48px;
  height: 44px;
  position: relative;
  z-index: 3;
}
/* line 45, ../sass/all/header.scss */
.header-top-block .swiper-wrapper {
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

/* line 52, ../sass/all/header.scss */
.header-top-block-link {
  width: calc(100% / 3);
  height: auto;
  font-size: 14px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
/* line 61, ../sass/all/header.scss */
.header-top-block-link svg {
  height: 25px;
  width: auto;
}
/* line 66, ../sass/all/header.scss */
.header-top-block-link:nth-child(2) {
  border-left: 1px solid rgba(34, 34, 34, 0.1);
  border-right: 1px solid rgba(34, 34, 34, 0.1);
}

/* line 72, ../sass/all/header.scss */
.header-wr {
  display: flex;
  align-items: center;
  padding: 15px 0;
  transition: 0.5s ease all;
}

/* line 79, ../sass/all/header.scss */
.header-logo {
  display: block;
}
/* line 82, ../sass/all/header.scss */
.header-logo img {
  display: block;
  height: 75px;
}

/* line 88, ../sass/all/header.scss */
.header-catalog-btn {
  margin: 0 38px;
}
/* line 91, ../sass/all/header.scss */
.header-catalog-btn .svg {
  height: 21px;
}
/* line 96, ../sass/all/header.scss */
.header-catalog-btn .svg svg:nth-child(2) {
  display: none;
}
/* line 106, ../sass/all/header.scss */
.header-catalog-btn.active .svg svg {
  display: none;
}
/* line 109, ../sass/all/header.scss */
.header-catalog-btn.active .svg svg:nth-child(2) {
  display: block;
}

/* line 118, ../sass/all/header.scss */
.header-menu {
  display: flex;
  gap: 30px;
  align-items: center;
  color: #fff;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  transition: color .3s ease-in-out;
}

/* line 129, ../sass/all/header.scss */
.header-menu-link {
  transition: opacity .3s ease-in-out;
}

/* line 133, ../sass/all/header.scss */
.header-menu-link-drop {
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}
/* line 141, ../sass/all/header.scss */
.header-menu-link-drop.show svg {
  transform: rotate(180deg);
}
/* line 146, ../sass/all/header.scss */
.header-menu-link-drop svg {
  width: 12px;
  height: 12px;
  transition: .3s ease-in-out;
}

/* line 154, ../sass/all/header.scss */
.header-right {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-left: auto;
}

/* line 161, ../sass/all/header.scss */
.header-right-btn {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: .2s;
  background-color: #fff;
  border: 1px solid rgba(54, 54, 64, 0.2);
  color: #1f2026;
  cursor: pointer;
  border-radius: 100px;
  position: relative;
}
/* line 181, ../sass/all/header.scss */
.header-right-btn.msMiniCart .empty, .header-right-btn.msMiniCart .not_empty {
  position: absolute;
  top: 0;
  right: 0;
  margin: -7px;
  background: #00C2A6;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  box-shadow: 0 0 7px -2px #5a5858;
}
/* line 198, ../sass/all/header.scss */
.header-right-btn.msMiniCart .empty {
  background-color: #fff;
  color: #000;
}
/* line 204, ../sass/all/header.scss */
.header-right-btn.no-bg {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
/* line 211, ../sass/all/header.scss */
.header-right-btn.ava img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
/* line 220, ../sass/all/header.scss */
.header-right-btn svg {
  width: 30px;
  height: 30px;
}
/* line 225, ../sass/all/header.scss */
.header-right-btn:hover {
  transform: scale(1.1) rotate(-8deg);
  background-color: #FFC21F;
  color: #000;
}

/* line 234, ../sass/all/header.scss */
.header-menu-drop-down {
  position: absolute;
  top: 0;
  background-repeat: repeat;
  background-color: #F30B32;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-top: calc(105px + 44px);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: .3s ease-in-out;
}
/* line 248, ../sass/all/header.scss */
.header-menu-drop-down.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

/* line 255, ../sass/all/header.scss */
.header-menu-drop-down-wr {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 96px;
  padding: 68px 0;
}
/* line 262, ../sass/all/header.scss */
.header-menu-drop-down-wr a {
  display: flex;
  flex-direction: column;
  transition: all .3s;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
/* line 270, ../sass/all/header.scss */
.header-menu-drop-down-wr a img {
  max-width: 100%;
  margin-bottom: 20px;
  display: block;
  margin: 0 auto;
}
/* line 277, ../sass/all/header.scss */
.header-menu-drop-down-wr a:hover {
  transform: scale(1.05) rotate(3deg);
}

/* line 283, ../sass/all/header.scss */
.header-right-userwr {
  position: relative;
}

/* line 287, ../sass/all/header.scss */
.header-right-userwr-dropdown {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 7px;
  z-index: 4;
  box-shadow: 0 0 8px -4px #000;
  border: 1px solid rgba(54, 54, 64, 0.2);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: .3s ease-in-out;
  min-width: 240px;
  pointer-events: none;
}
/* line 307, ../sass/all/header.scss */
.header-right-userwr-dropdown.active {
  max-height: 1000px;
  opacity: 1;
  pointer-events: all;
}
/* line 313, ../sass/all/header.scss */
.header-right-userwr-dropdown .dropuser {
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  gap: 10px;
  position: relative;
  z-index: 5;
}
/* line 322, ../sass/all/header.scss */
.header-right-userwr-dropdown .dropuser .icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
/* line 330, ../sass/all/header.scss */
.header-right-userwr-dropdown .dropuser .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 338, ../sass/all/header.scss */
.header-right-userwr-dropdown .dropuser .desc {
  width: calc(100% - 44px - 10px);
  display: flex;
  flex-direction: column;
}
/* line 343, ../sass/all/header.scss */
.header-right-userwr-dropdown .dropuser .desc .desc-fullname {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 170px;
}
/* line 354, ../sass/all/header.scss */
.header-right-userwr-dropdown .dropuser .desc .desc-mail {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 170px;
  opacity: .78;
}
/* line 366, ../sass/all/header.scss */
.header-right-userwr-dropdown ul {
  display: flex;
  flex-direction: column;
}
/* line 372, ../sass/all/header.scss */
.header-right-userwr-dropdown ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 13px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: .3s ease-in-out;
  margin-bottom: 1px;
}
/* line 384, ../sass/all/header.scss */
.header-right-userwr-dropdown ul li a .icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
}
/* line 389, ../sass/all/header.scss */
.header-right-userwr-dropdown ul li a .icon svg {
  width: 100%;
  height: 100%;
}
/* line 395, ../sass/all/header.scss */
.header-right-userwr-dropdown ul li a .name {
  white-space: nowrap;
  display: inline-block;
}
/* line 400, ../sass/all/header.scss */
.header-right-userwr-dropdown ul li a.active {
  background: #fca9cc;
}
@media (hover: hover) {
  /* line 405, ../sass/all/header.scss */
  .header-right-userwr-dropdown ul li a:hover:not(.active) {
    background: #f8f8f8;
  }
}

/* line 415, ../sass/all/header.scss */
.lang-he .header-top-block-link {
  font-size: 16px;
}
/* line 419, ../sass/all/header.scss */
.lang-he .header-right {
  margin-left: 0;
  margin-right: auto;
}
/* line 426, ../sass/all/header.scss */
.lang-he .header-right-btn.msMiniCart .empty, .lang-he .header-right-btn.msMiniCart .not_empty {
  right: initial;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
  /* line 436, ../sass/all/header.scss */
  .header-menu {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 442, ../sass/all/header.scss */
  .go-top .header {
    transform: translateY(-36px);
  }

  /* line 446, ../sass/all/header.scss */
  .header-menu {
    display: none;
  }

  /* line 450, ../sass/all/header.scss */
  .header-top-block {
    padding: 0px 15px;
    height: 36px;
  }
  /* line 454, ../sass/all/header.scss */
  .header-top-block .swiper-wrapper {
    justify-content: initial;
    -ms-align-items: initial;
    align-items: initial;
  }

  /* line 461, ../sass/all/header.scss */
  .header-top-block-link {
    width: 100%;
    height: 100%;
    font-size: 13px;
  }
  /* line 466, ../sass/all/header.scss */
  .header-top-block-link:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }

  /* line 472, ../sass/all/header.scss */
  .header-wr {
    padding: 2px 0;
  }

  /* line 478, ../sass/all/header.scss */
  .header-logo img {
    height: 56px;
  }

  /* line 483, ../sass/all/header.scss */
  .header-right {
    gap: 15px;
  }
  /* line 486, ../sass/all/header.scss */
  .header-right .site-btn {
    display: none;
  }

  /* line 491, ../sass/all/header.scss */
  .header-right-btn {
    width: 40px;
    height: 40px;
  }
  /* line 495, ../sass/all/header.scss */
  .header-right-btn svg {
    width: 26px;
    height: 26px;
  }

  /* line 501, ../sass/all/header.scss */
  .header-catalog-btn {
    gap: 0 !important;
    padding: 0 !important;
    width: 40px;
    border-radius: 50% !important;
    margin: 0 10px;
  }
  /* line 508, ../sass/all/header.scss */
  .header-catalog-btn span {
    display: none !important;
  }
}
/* line 3, ../sass/all/crumbs.scss */
.site-crumbs {
  padding: 24px 0;
}
/* line 6, ../sass/all/crumbs.scss */
.site-crumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
/* line 12, ../sass/all/crumbs.scss */
.site-crumbs ul li {
  color: #868695;
}
/* line 15, ../sass/all/crumbs.scss */
.site-crumbs ul li a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  align-items: baseline;
  max-width: 100%;
  padding: 4px 0;
  display: flex;
  font-size: 14px;
  color: inherit;
  line-height: 20px;
}
/* line 28, ../sass/all/crumbs.scss */
.site-crumbs ul li a span {
  border-bottom: 1px solid;
  border-color: transparent;
}
/* line 35, ../sass/all/crumbs.scss */
.site-crumbs ul li a:hover span {
  color: #000;
  border-color: #000;
}

@media only screen and (min-width: 1241px) and (max-width: 1599px) {
  /* line 48, ../sass/all/crumbs.scss */
  .site-crumbs {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 56, ../sass/all/crumbs.scss */
  .site-crumbs {
    padding: 16px 0;
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 65, ../sass/all/crumbs.scss */
  .site-crumbs {
    padding: 12px 0;
  }
  /* line 68, ../sass/all/crumbs.scss */
  .site-crumbs ul {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
  /* line 76, ../sass/all/crumbs.scss */
  .site-crumbs ul li {
    min-width: max-content;
  }
  /* line 79, ../sass/all/crumbs.scss */
  .site-crumbs ul li a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 90, ../sass/all/crumbs.scss */
  .site-crumbs {
    padding: 10px 0;
  }
  /* line 94, ../sass/all/crumbs.scss */
  .site-crumbs ul {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
  /* line 102, ../sass/all/crumbs.scss */
  .site-crumbs ul li {
    min-width: max-content;
  }
  /* line 105, ../sass/all/crumbs.scss */
  .site-crumbs ul li a {
    font-size: 12px;
  }
}
/* line 1, ../sass/all/footer.scss */
.footer {
  position: relative;
  color: #000;
  padding-top: 50px;
  padding-bottom: calc(8vw * 9 / 16);
}
/* line 7, ../sass/all/footer.scss */
.footer:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #f0accd;
  bottom: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 5px);
  border-radius: 35px;
}

/* line 20, ../sass/all/footer.scss */
.footer-logo-run {
  position: relative;
  margin: 0 5px;
}
/* line 24, ../sass/all/footer.scss */
.footer-logo-run span {
  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;
  margin: 0 25px;
  height: 80px;
  width: max-content;
}
/* line 37, ../sass/all/footer.scss */
.footer-logo-run span a {
  display: block;
  height: 100%;
}
/* line 42, ../sass/all/footer.scss */
.footer-logo-run span picture {
  width: 100%;
  height: 100%;
  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;
}
/* line 56, ../sass/all/footer.scss */
.footer-logo-run img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* line 64, ../sass/all/footer.scss */
.footer-main {
  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;
  margin-top: 70px;
}

/* line 80, ../sass/all/footer.scss */
.footer-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 12px 0;
}
/* line 94, ../sass/all/footer.scss */
.footer-nav .title {
  opacity: 0.6;
}
/* line 97, ../sass/all/footer.scss */
.footer-nav .title span {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* line 102, ../sass/all/footer.scss */
.footer-nav .title span svg, .footer-nav .title span img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
}
/* line 111, ../sass/all/footer.scss */
.footer-nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 12px 0;
}
@media (hover: hover) {
  /* line 126, ../sass/all/footer.scss */
  .footer-nav ul a:hover {
    opacity: 0.7;
  }
}

/* line 134, ../sass/all/footer.scss */
.footer-main-left {
  position: relative;
  width: calc(33% - 60px);
}
/* line 138, ../sass/all/footer.scss */
.footer-main-left .col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 12px 0;
}

/* line 153, ../sass/all/footer.scss */
.footer-soc {
  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;
  margin-top: 35px;
  gap: 15px;
}
/* line 168, ../sass/all/footer.scss */
.footer-soc .link {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
/* line 177, ../sass/all/footer.scss */
.footer-soc .link svg, .footer-soc .link img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
}
/* line 185, ../sass/all/footer.scss */
.footer-soc .link img.hover {
  display: none;
}
@media (hover: hover) {
  /* line 191, ../sass/all/footer.scss */
  .footer-soc .link:hover {
    border-color: #F30B32;
  }
  /* line 194, ../sass/all/footer.scss */
  .footer-soc .link:hover img {
    opacity: 1;
    display: none;
  }
  /* line 198, ../sass/all/footer.scss */
  .footer-soc .link:hover img.hover {
    display: block;
  }
}

/* line 207, ../sass/all/footer.scss */
.footer-contacts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 5px 0;
  margin-top: 60px;
  margin-bottom: 45px;
}
/* line 222, ../sass/all/footer.scss */
.footer-contacts li {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (hover: hover) {
  /* line 230, ../sass/all/footer.scss */
  .footer-contacts a:hover {
    opacity: 0.7;
  }
}
/* line 235, ../sass/all/footer.scss */
.footer-contacts a svg, .footer-contacts a img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* line 244, ../sass/all/footer.scss */
.footer-main-nav {
  width: 67%;
  gap: 60px;
  column-count: 4;
  column-gap: 60px;
}
/* line 276, ../sass/all/footer.scss */
.footer-main-nav .footer-nav {
  break-inside: avoid;
  margin-bottom: 60px;
}

/* line 282, ../sass/all/footer.scss */
.footer-bot {
  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;
  margin-top: calc(11vw * 9 / 16);
  gap: calc(3.6vw * 9 / 16) 0;
}
/* line 297, ../sass/all/footer.scss */
.footer-bot.b2 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: calc(4vw * 9 / 16);
  margin-top: calc(4vw * 9 / 16);
}

/* line 304, ../sass/all/footer.scss */
.footer-sub {
  position: relative;
  width: 33%;
}
/* line 308, ../sass/all/footer.scss */
.footer-sub .site-title {
  margin-bottom: 25px;
}
/* line 312, ../sass/all/footer.scss */
.footer-sub form {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px 25px;
  width: 370px;
  max-width: calc(100% - 15px);
}
/* line 326, ../sass/all/footer.scss */
.footer-sub form .input {
  flex: 1;
  color: #000;
  font-size: 16px;
}
/* line 331, ../sass/all/footer.scss */
.footer-sub form .input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
/* line 336, ../sass/all/footer.scss */
.footer-sub form button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 0 10px;
  font-weight: 700;
  font-size: 12px;
  min-width: max-content;
  color: #000;
}
/* line 350, ../sass/all/footer.scss */
.footer-sub form button b {
  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: 26px;
  height: 26px;
  background: #000;
  color: #fff;
  border-radius: 8px;
}
/* line 365, ../sass/all/footer.scss */
.footer-sub form button b svg {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
  transform: rotate(-45deg);
}
/* line 376, ../sass/all/footer.scss */
.footer-sub form button:hover b {
  background-color: #F30B32;
}

/* line 384, ../sass/all/footer.scss */
.footer-app {
  position: relative;
  width: calc((67% + 60px) / 2);
}
/* line 388, ../sass/all/footer.scss */
.footer-app .site-title {
  margin-bottom: 25px;
}
/* line 392, ../sass/all/footer.scss */
.footer-app .links {
  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: 8px;
}
/* line 406, ../sass/all/footer.scss */
.footer-app .link {
  display: block;
}
/* line 409, ../sass/all/footer.scss */
.footer-app .link img {
  display: block;
  height: 52px;
  width: auto;
}
@media (hover: hover) {
  /* line 416, ../sass/all/footer.scss */
  .footer-app .link:hover {
    opacity: 0.7;
  }
}

/* line 423, ../sass/all/footer.scss */
.footer-bot-soc {
  position: relative;
  -ms-align-self: flex-start;
  align-self: flex-start;
  width: calc((67% - 60px) / 2);
}
/* line 429, ../sass/all/footer.scss */
.footer-bot-soc .footer-soc {
  margin-top: 45px;
}

/* line 434, ../sass/all/footer.scss */
.footer-arrow-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  transform: rotate(90deg);
  background: #000;
  color: #fff;
  cursor: pointer;
}
/* line 454, ../sass/all/footer.scss */
.footer-arrow-top svg, .footer-arrow-top img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (hover: hover) {
  /* line 462, ../sass/all/footer.scss */
  .footer-arrow-top:hover {
    background-color: #F30B32;
  }
}

/* line 468, ../sass/all/footer.scss */
.footer-payment {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 0 15px;
  width: 33%;
}
/* line 480, ../sass/all/footer.scss */
.footer-payment .site-text {
  opacity: 0.6;
}
/* line 484, ../sass/all/footer.scss */
.footer-payment .imgs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 0 25px;
}
/* line 494, ../sass/all/footer.scss */
.footer-payment .imgs img {
  display: block;
  height: 40px;
}

/* line 501, ../sass/all/footer.scss */
.footer-policy {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: calc((67% + 60px) / 2);
}
/* line 512, ../sass/all/footer.scss */
.footer-policy .site-text {
  opacity: 0.6;
}

/* line 517, ../sass/all/footer.scss */
.footer-map-created {
  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: space-between;
  width: calc((67% - 60px) / 2);
}
/* line 529, ../sass/all/footer.scss */
.footer-map-created .created {
  display: inline-block;
}
/* line 532, ../sass/all/footer.scss */
.footer-map-created .created img {
  display: block;
  height: 40px;
}
@media (hover: hover) {
  /* line 538, ../sass/all/footer.scss */
  .footer-map-created .created:hover {
    opacity: 0.7;
  }
}

/* line 545, ../sass/all/footer.scss */
.footer-phrase {
  display: block;
  position: relative;
  text-align: center;
  font-size: 15vw;
  line-height: 0.8;
  margin-top: calc(10vw * 9 / 16);
}

/* line 555, ../sass/all/footer.scss */
.lang-he .footer {
  direction: rtl;
}
/* line 559, ../sass/all/footer.scss */
.lang-he .footer-logo-run {
  direction: ltr;
}
/* line 567, ../sass/all/footer.scss */
.lang-he .footer-sub form button b svg {
  transform: rotate(-135deg);
}
/* line 575, ../sass/all/footer.scss */
.lang-he .footer-arrow-top {
  left: 0;
  right: auto;
}

@media only screen and (min-width: 1241px) and (max-width: 1599px) {
  /* line 583, ../sass/all/footer.scss */
  .footer {
    padding-top: 40px;
  }
  /* line 586, ../sass/all/footer.scss */
  .footer:before {
    border-radius: 30px;
  }

  /* line 591, ../sass/all/footer.scss */
  .footer-main {
    margin-top: 58px;
  }

  /* line 595, ../sass/all/footer.scss */
  .footer-main-left {
    width: calc(33% - 50px);
  }

  /* line 599, ../sass/all/footer.scss */
  .footer-soc {
    margin-top: 30px;
  }
  /* line 602, ../sass/all/footer.scss */
  .footer-soc .link {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }
  /* line 607, ../sass/all/footer.scss */
  .footer-soc .link svg, .footer-soc .link img {
    width: 24px;
    height: 24px;
  }

  /* line 614, ../sass/all/footer.scss */
  .footer-contacts {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  /* line 619, ../sass/all/footer.scss */
  .footer-main-nav {
    gap: 30px;
    column-gap: 30px;
    column-count: 3;
  }
  /* line 624, ../sass/all/footer.scss */
  .footer-main-nav .footer-nav {
    margin-bottom: 30px;
  }

  /* line 630, ../sass/all/footer.scss */
  .footer-sub .site-title {
    margin-bottom: 20px;
  }
  /* line 634, ../sass/all/footer.scss */
  .footer-sub form {
    padding: 13px 20px;
    width: 310px;
  }
  /* line 639, ../sass/all/footer.scss */
  .footer-sub form button b {
    width: 24px;
    height: 24px;
    border-radius: 7px;
  }
  /* line 644, ../sass/all/footer.scss */
  .footer-sub form button b svg {
    width: 20px;
    height: 20px;
  }

  /* line 653, ../sass/all/footer.scss */
  .footer-app {
    width: calc((67% + 50px) / 2);
  }
  /* line 656, ../sass/all/footer.scss */
  .footer-app .site-title {
    margin-bottom: 20px;
  }
  /* line 661, ../sass/all/footer.scss */
  .footer-app .link img {
    height: 44px;
  }

  /* line 667, ../sass/all/footer.scss */
  .footer-bot-soc {
    width: calc((67% - 50px) / 2);
  }
  /* line 670, ../sass/all/footer.scss */
  .footer-bot-soc .footer-soc {
    margin-top: 40px;
  }

  /* line 675, ../sass/all/footer.scss */
  .footer-arrow-top {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  /* line 680, ../sass/all/footer.scss */
  .footer-arrow-top svg, .footer-arrow-top img {
    width: 18px;
    height: 18px;
  }

  /* line 687, ../sass/all/footer.scss */
  .footer-payment .imgs {
    gap: 0 20px;
  }
  /* line 690, ../sass/all/footer.scss */
  .footer-payment .imgs img {
    height: 38px;
  }

  /* line 696, ../sass/all/footer.scss */
  .footer-policy {
    width: calc((67% + 50px) / 2);
  }

  /* line 700, ../sass/all/footer.scss */
  .footer-map-created {
    width: calc((67% - 50px) / 2);
  }
  /* line 704, ../sass/all/footer.scss */
  .footer-map-created .created img {
    height: 38px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 715, ../sass/all/footer.scss */
  .footer {
    padding-top: 40px;
  }
  /* line 718, ../sass/all/footer.scss */
  .footer:before {
    border-radius: 30px;
  }

  /* line 723, ../sass/all/footer.scss */
  .footer-main {
    margin-top: 58px;
  }

  /* line 727, ../sass/all/footer.scss */
  .footer-main-left {
    width: calc(33% - 50px);
  }

  /* line 731, ../sass/all/footer.scss */
  .footer-soc {
    margin-top: 30px;
  }
  /* line 734, ../sass/all/footer.scss */
  .footer-soc .link {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }
  /* line 739, ../sass/all/footer.scss */
  .footer-soc .link svg, .footer-soc .link img {
    width: 24px;
    height: 24px;
  }

  /* line 746, ../sass/all/footer.scss */
  .footer-contacts {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  /* line 751, ../sass/all/footer.scss */
  .footer-main-nav {
    gap: 30px;
    column-gap: 30px;
    column-count: 3;
  }
  /* line 756, ../sass/all/footer.scss */
  .footer-main-nav .footer-nav {
    margin-bottom: 30px;
  }

  /* line 762, ../sass/all/footer.scss */
  .footer-sub .site-title {
    margin-bottom: 20px;
  }
  /* line 766, ../sass/all/footer.scss */
  .footer-sub form {
    padding: 13px 20px;
    width: 310px;
  }
  /* line 771, ../sass/all/footer.scss */
  .footer-sub form button b {
    width: 24px;
    height: 24px;
    border-radius: 7px;
  }
  /* line 776, ../sass/all/footer.scss */
  .footer-sub form button b svg {
    width: 20px;
    height: 20px;
  }

  /* line 785, ../sass/all/footer.scss */
  .footer-app {
    width: calc((67% + 50px) / 2);
  }
  /* line 788, ../sass/all/footer.scss */
  .footer-app .site-title {
    margin-bottom: 20px;
  }
  /* line 793, ../sass/all/footer.scss */
  .footer-app .link img {
    height: 44px;
  }

  /* line 799, ../sass/all/footer.scss */
  .footer-bot-soc {
    width: calc((67% - 50px) / 2);
  }
  /* line 802, ../sass/all/footer.scss */
  .footer-bot-soc .footer-soc {
    margin-top: 40px;
  }

  /* line 807, ../sass/all/footer.scss */
  .footer-arrow-top {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  /* line 812, ../sass/all/footer.scss */
  .footer-arrow-top svg, .footer-arrow-top img {
    width: 18px;
    height: 18px;
  }

  /* line 819, ../sass/all/footer.scss */
  .footer-payment .imgs {
    gap: 0 20px;
  }
  /* line 822, ../sass/all/footer.scss */
  .footer-payment .imgs img {
    height: 38px;
  }

  /* line 828, ../sass/all/footer.scss */
  .footer-policy {
    width: calc((67% + 50px) / 2);
  }

  /* line 832, ../sass/all/footer.scss */
  .footer-map-created {
    width: calc((67% - 50px) / 2);
  }
  /* line 836, ../sass/all/footer.scss */
  .footer-map-created .created img {
    height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 848, ../sass/all/footer.scss */
  .footer {
    padding-top: 40px;
  }
  /* line 851, ../sass/all/footer.scss */
  .footer:before {
    border-radius: 30px;
  }

  /* line 856, ../sass/all/footer.scss */
  .footer-main {
    margin-top: 30px;
  }

  /* line 860, ../sass/all/footer.scss */
  .footer-main-left {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* line 868, ../sass/all/footer.scss */
  .footer-soc {
    margin-top: 30px;
    justify-content: center;
  }
  /* line 872, ../sass/all/footer.scss */
  .footer-soc .link {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }
  /* line 877, ../sass/all/footer.scss */
  .footer-soc .link svg, .footer-soc .link img {
    width: 24px;
    height: 24px;
  }

  /* line 884, ../sass/all/footer.scss */
  .footer-contacts {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  /* line 888, ../sass/all/footer.scss */
  .footer-contacts li {
    justify-content: center;
    text-align: center;
  }

  /* line 894, ../sass/all/footer.scss */
  .footer-main-nav {
    width: 100%;
    gap: 30px;
    column-gap: 30px;
    column-count: 3;
    margin-top: 35px;
  }
  /* line 901, ../sass/all/footer.scss */
  .footer-main-nav .footer-nav {
    margin-bottom: 30px;
  }

  /* line 906, ../sass/all/footer.scss */
  .footer-sub {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 910, ../sass/all/footer.scss */
  .footer-sub .site-title {
    margin-bottom: 20px;
  }
  /* line 914, ../sass/all/footer.scss */
  .footer-sub form {
    padding: 13px 20px;
    width: 310px;
  }
  /* line 919, ../sass/all/footer.scss */
  .footer-sub form button b {
    width: 24px;
    height: 24px;
    border-radius: 7px;
  }
  /* line 924, ../sass/all/footer.scss */
  .footer-sub form button b svg {
    width: 20px;
    height: 20px;
  }

  /* line 933, ../sass/all/footer.scss */
  .footer-app {
    width: 50%;
  }
  /* line 936, ../sass/all/footer.scss */
  .footer-app .site-title {
    margin-bottom: 20px;
  }
  /* line 941, ../sass/all/footer.scss */
  .footer-app .link img {
    height: 44px;
  }

  /* line 947, ../sass/all/footer.scss */
  .footer-bot-soc {
    width: 50%;
  }
  /* line 950, ../sass/all/footer.scss */
  .footer-bot-soc .footer-soc {
    margin-top: 40px;
  }

  /* line 955, ../sass/all/footer.scss */
  .footer-arrow-top {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  /* line 960, ../sass/all/footer.scss */
  .footer-arrow-top svg, .footer-arrow-top img {
    width: 18px;
    height: 18px;
  }

  /* line 966, ../sass/all/footer.scss */
  .footer-payment {
    width: 100%;
    order: 4;
    justify-content: center;
  }
  /* line 971, ../sass/all/footer.scss */
  .footer-payment .imgs {
    gap: 0 20px;
  }
  /* line 974, ../sass/all/footer.scss */
  .footer-payment .imgs img {
    height: 38px;
  }

  /* line 980, ../sass/all/footer.scss */
  .footer-policy {
    width: 50%;
  }

  /* line 984, ../sass/all/footer.scss */
  .footer-map-created {
    width: 50%;
  }
  /* line 988, ../sass/all/footer.scss */
  .footer-map-created .created img {
    height: 38px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 1002, ../sass/all/footer.scss */
  .footer {
    padding-top: 40px;
  }
  /* line 1005, ../sass/all/footer.scss */
  .footer:before {
    border-radius: 30px;
  }

  /* line 1011, ../sass/all/footer.scss */
  .footer-logo-run span {
    margin: 0 15px;
    height: 60px;
  }

  /* line 1017, ../sass/all/footer.scss */
  .footer-main {
    margin-top: 30px;
  }

  /* line 1021, ../sass/all/footer.scss */
  .footer-main-left {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* line 1029, ../sass/all/footer.scss */
  .footer-soc {
    margin-top: 30px;
    justify-content: center;
  }
  /* line 1033, ../sass/all/footer.scss */
  .footer-soc .link {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }
  /* line 1038, ../sass/all/footer.scss */
  .footer-soc .link svg, .footer-soc .link img {
    width: 24px;
    height: 24px;
  }

  /* line 1045, ../sass/all/footer.scss */
  .footer-contacts {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  /* line 1049, ../sass/all/footer.scss */
  .footer-contacts li {
    justify-content: center;
    text-align: center;
  }

  /* line 1055, ../sass/all/footer.scss */
  .footer-main-nav {
    width: 100%;
    gap: 20px;
    column-gap: 20px;
    column-count: 2;
    margin-top: 25px;
  }
  /* line 1062, ../sass/all/footer.scss */
  .footer-main-nav .footer-nav {
    margin-bottom: 20px;
  }

  /* line 1067, ../sass/all/footer.scss */
  .footer-sub {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 1071, ../sass/all/footer.scss */
  .footer-sub .site-title {
    margin-bottom: 20px;
  }
  /* line 1075, ../sass/all/footer.scss */
  .footer-sub form {
    padding: 13px 20px;
    width: 100%;
  }
  /* line 1080, ../sass/all/footer.scss */
  .footer-sub form button b {
    width: 24px;
    height: 24px;
    border-radius: 7px;
  }
  /* line 1085, ../sass/all/footer.scss */
  .footer-sub form button b svg {
    width: 20px;
    height: 20px;
  }

  /* line 1094, ../sass/all/footer.scss */
  .footer-app {
    width: 100%;
    text-align: center;
  }
  /* line 1098, ../sass/all/footer.scss */
  .footer-app .site-title {
    margin-bottom: 20px;
  }
  /* line 1103, ../sass/all/footer.scss */
  .footer-app .link img {
    height: 44px;
  }

  /* line 1111, ../sass/all/footer.scss */
  .footer-bot.b2 {
    padding-top: 15px;
    margin-top: 15px;
  }

  /* line 1117, ../sass/all/footer.scss */
  .footer-bot-soc {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  /* line 1122, ../sass/all/footer.scss */
  .footer-bot-soc .footer-soc {
    margin-top: 25px;
  }

  /* line 1127, ../sass/all/footer.scss */
  .footer-arrow-top {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  /* line 1132, ../sass/all/footer.scss */
  .footer-arrow-top svg, .footer-arrow-top img {
    width: 18px;
    height: 18px;
  }

  /* line 1138, ../sass/all/footer.scss */
  .footer-payment {
    width: 100%;
    order: 4;
    justify-content: center;
  }
  /* line 1143, ../sass/all/footer.scss */
  .footer-payment .imgs {
    gap: 0 20px;
  }
  /* line 1146, ../sass/all/footer.scss */
  .footer-payment .imgs img {
    height: 38px;
  }

  /* line 1152, ../sass/all/footer.scss */
  .footer-policy {
    width: 100%;
    justify-content: center;
    order: 4;
  }

  /* line 1158, ../sass/all/footer.scss */
  .footer-map-created {
    width: 100%;
  }
  /* line 1162, ../sass/all/footer.scss */
  .footer-map-created .created img {
    height: 25px;
  }
}
/* line 1, ../sass/all/text.scss */
.section-padding {
  padding: 50px 0;
}
/* line 4, ../sass/all/text.scss */
.section-padding.half-top {
  padding-top: 25px;
}
/* line 8, ../sass/all/text.scss */
.section-padding.half-bot {
  padding-bottom: 25px;
}
/* line 12, ../sass/all/text.scss */
.section-padding.first {
  padding-top: 100px;
}
/* line 16, ../sass/all/text.scss */
.section-padding.last {
  padding-bottom: 100px;
}

/* line 21, ../sass/all/text.scss */
.section-padding-bg {
  background-image: url(../img/bg-pink-tile.jpg);
  background-repeat: repeat;
  background-color: #fff4fd;
}

/* line 27, ../sass/all/text.scss */
.site-text {
  font-size: 16px;
  line-height: 1.4;
}
/* line 31, ../sass/all/text.scss */
.site-text.max {
  font-size: 18px;
}
/* line 35, ../sass/all/text.scss */
.site-text.min {
  font-size: 14px;
}
/* line 39, ../sass/all/text.scss */
.site-text.fz20 {
  font-size: 20px;
}
/* line 43, ../sass/all/text.scss */
.site-text.fz22 {
  font-size: 22px;
}
/* line 47, ../sass/all/text.scss */
.site-text.fz44 {
  font-size: 44px;
}

/* line 52, ../sass/all/text.scss */
.site-title {
  font-size: 60px;
  margin-bottom: 20px;
}
/* line 56, ../sass/all/text.scss */
.site-title a {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
}
/* line 65, ../sass/all/text.scss */
.site-title a svg {
  width: 1em;
  height: 1em;
  position: relative;
  top: .1em;
}
@media (hover: hover) {
  /* line 73, ../sass/all/text.scss */
  .site-title a:hover {
    color: #F30B32;
  }
}
/* line 79, ../sass/all/text.scss */
.site-title.fz22 {
  font-size: 22px;
}
/* line 83, ../sass/all/text.scss */
.site-title.fz26 {
  font-size: 26px;
}
/* line 87, ../sass/all/text.scss */
.site-title.fz30 {
  font-size: 30px;
}
/* line 91, ../sass/all/text.scss */
.site-title.fz34 {
  font-size: 34px;
}
/* line 95, ../sass/all/text.scss */
.site-title.fz36 {
  font-size: 36px;
}
/* line 99, ../sass/all/text.scss */
.site-title.fz44 {
  font-size: 44px;
}
/* line 103, ../sass/all/text.scss */
.site-title.fz54 {
  font-size: 54px;
}
/* line 107, ../sass/all/text.scss */
.site-title.fz80 {
  line-height: 1;
  font-size: 80px;
}
/* line 112, ../sass/all/text.scss */
.site-title.fz96 {
  line-height: 1;
  font-size: 96px;
}

/* line 118, ../sass/all/text.scss */
.site-list {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  list-style-type: disc;
  padding-left: 20px;
  gap: 10px 0;
  font-size: 16px;
}

/* line 136, ../sass/all/text.scss */
.site-btn-center {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* line 142, ../sass/all/text.scss */
.site-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 10px;
  font-weight: 700;
  padding: 0 16px;
  transition-duration: .2s;
  background-color: #fff;
  border: 1px solid rgba(54, 54, 64, 0.2);
  color: #1D1D1F;
  gap: 4px;
  height: 44px;
  font-size: 16px;
}
/* line 163, ../sass/all/text.scss */
.site-btn.green {
  border-color: #00C2A6;
  background-color: #00C2A6;
  color: #fff;
}
@media (hover: hover) {
  /* line 169, ../sass/all/text.scss */
  .site-btn.green:hover {
    border-color: #FFC21F;
    background-color: #FFC21F;
    color: #1D1D1F;
  }
}
/* line 177, ../sass/all/text.scss */
.site-btn.yellow {
  border-color: #FFC21F;
  background-color: #FFC21F;
  color: #1D1D1F;
}
/* line 183, ../sass/all/text.scss */
.site-btn.default {
  cursor: default;
}
/* line 187, ../sass/all/text.scss */
.site-btn svg {
  width: 21px;
  height: 21px;
}
@media (hover: hover) {
  /* line 193, ../sass/all/text.scss */
  .site-btn:hover {
    background-color: #FFC21F;
    color: #1D1D1F;
  }
}
/* line 199, ../sass/all/text.scss */
.site-btn.w100 {
  width: 100%;
}

/* line 204, ../sass/all/text.scss */
.w100h100 {
  width: 100%;
  height: 100%;
}

/* line 209, ../sass/all/text.scss */
.shekel {
  font-size: 0.7em;
}

/* line 213, ../sass/all/text.scss */
.fw100 {
  font-weight: 100;
}

/* line 217, ../sass/all/text.scss */
.fw200 {
  font-weight: 200;
}

/* line 221, ../sass/all/text.scss */
.fw300 {
  font-weight: 300;
}

/* line 225, ../sass/all/text.scss */
.fw400 {
  font-weight: 400;
}

/* line 229, ../sass/all/text.scss */
.fw500 {
  font-weight: 500;
}

/* line 233, ../sass/all/text.scss */
.fw600 {
  font-weight: 600;
}

/* line 237, ../sass/all/text.scss */
.fw700 {
  font-weight: 700;
}

/* line 241, ../sass/all/text.scss */
.fw800 {
  font-weight: 800;
}

/* line 245, ../sass/all/text.scss */
.fw900 {
  font-weight: 900;
}

/* line 249, ../sass/all/text.scss */
.w100 {
  width: 100% !important;
}

/* line 253, ../sass/all/text.scss */
.ttu {
  text-transform: uppercase;
}

/* line 257, ../sass/all/text.scss */
.tac {
  text-align: center;
}

/* line 261, ../sass/all/text.scss */
.tal {
  text-align: left;
}

/* line 265, ../sass/all/text.scss */
.tar {
  text-align: right;
}

/* line 269, ../sass/all/text.scss */
.ltr {
  direction: ltr;
}

/* line 273, ../sass/all/text.scss */
.rtl {
  direction: rtl;
}

/* line 277, ../sass/all/text.scss */
.o-f-h {
  overflow: hidden;
}

/* line 281, ../sass/all/text.scss */
.d-f {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/* line 289, ../sass/all/text.scss */
.f-w-w {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 297, ../sass/all/text.scss */
.f-d-c {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

/* line 305, ../sass/all/text.scss */
.j-c-c {
  justify-content: center;
}

/* line 309, ../sass/all/text.scss */
.j-c-s-b {
  justify-content: space-between;
}

/* line 313, ../sass/all/text.scss */
.j-c-f-e {
  justify-content: flex-end;
}

/* line 317, ../sass/all/text.scss */
.a-i-f-s {
  -ms-align-items: flex-start;
  align-items: flex-start;
}

/* line 322, ../sass/all/text.scss */
.a-i-c {
  -ms-align-items: center;
  align-items: center;
}

/* line 327, ../sass/all/text.scss */
.a-i-f-e {
  -ms-align-items: flex-end;
  align-items: flex-end;
}

/* line 332, ../sass/all/text.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 336, ../sass/all/text.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 340, ../sass/all/text.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 344, ../sass/all/text.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 348, ../sass/all/text.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 352, ../sass/all/text.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 356, ../sass/all/text.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 360, ../sass/all/text.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 364, ../sass/all/text.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 374, ../sass/all/text.scss */
.no-visible-block {
  position: absolute;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: -100;
}

/* line 384, ../sass/all/text.scss */
.lang-he .site-text {
  font-size: 18px;
}
/* line 387, ../sass/all/text.scss */
.lang-he .site-text.fz20 {
  font-size: 22px;
}
/* line 391, ../sass/all/text.scss */
.lang-he .site-text.fz22 {
  font-size: 24px;
}
/* line 395, ../sass/all/text.scss */
.lang-he .site-text.max {
  font-size: 20px;
}
/* line 399, ../sass/all/text.scss */
.lang-he .site-text.min {
  font-size: 16px;
}
/* line 403, ../sass/all/text.scss */
.lang-he .site-text.fz44 {
  font-size: 48px;
}
/* line 408, ../sass/all/text.scss */
.lang-he .site-list {
  padding-right: 20px;
  padding-left: 0;
  font-size: 18px;
}
/* line 417, ../sass/all/text.scss */
.lang-he .site-title a svg {
  transform: scaleX(-1);
}
/* line 422, ../sass/all/text.scss */
.lang-he .site-btn {
  font-size: 18px;
}

@media only screen and (min-width: 1241px) and (max-width: 1599px) {
  /* line 429, ../sass/all/text.scss */
  .site-text {
    font-size: 15px;
  }
  /* line 432, ../sass/all/text.scss */
  .site-text.fz22 {
    font-size: 20px;
  }

  /* line 437, ../sass/all/text.scss */
  .site-title {
    font-size: 54px;
  }
  /* line 440, ../sass/all/text.scss */
  .site-title.fz30 {
    font-size: 28px;
  }

  /* line 446, ../sass/all/text.scss */
  .lang-he .site-text {
    font-size: 17px;
  }
  /* line 449, ../sass/all/text.scss */
  .lang-he .site-text.fz22 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 460, ../sass/all/text.scss */
  .section-padding {
    padding: 30px 0;
  }
  /* line 463, ../sass/all/text.scss */
  .section-padding.half-top {
    padding-top: 15px;
  }
  /* line 467, ../sass/all/text.scss */
  .section-padding.half-bot {
    padding-bottom: 15px;
  }
  /* line 471, ../sass/all/text.scss */
  .section-padding.first {
    padding-top: 60px;
  }
  /* line 475, ../sass/all/text.scss */
  .section-padding.last {
    padding-bottom: 60px;
  }

  /* line 480, ../sass/all/text.scss */
  .site-text {
    font-size: 14px;
  }
  /* line 483, ../sass/all/text.scss */
  .site-text.fz20 {
    font-size: 18px;
  }
  /* line 487, ../sass/all/text.scss */
  .site-text.fz22 {
    font-size: 20px;
  }
  /* line 491, ../sass/all/text.scss */
  .site-text.max {
    font-size: 16px;
  }
  /* line 495, ../sass/all/text.scss */
  .site-text.min {
    font-size: 12px;
  }
  /* line 499, ../sass/all/text.scss */
  .site-text.fz44 {
    font-size: 32px;
  }

  /* line 504, ../sass/all/text.scss */
  .site-title {
    font-size: 42px;
  }
  /* line 507, ../sass/all/text.scss */
  .site-title.fz22 {
    font-size: 18px;
  }
  /* line 511, ../sass/all/text.scss */
  .site-title.fz26 {
    font-size: 22px;
  }
  /* line 515, ../sass/all/text.scss */
  .site-title.fz30 {
    font-size: 26px;
  }
  /* line 519, ../sass/all/text.scss */
  .site-title.fz34 {
    font-size: 30px;
  }
  /* line 523, ../sass/all/text.scss */
  .site-title.fz36 {
    font-size: 32px;
  }
  /* line 527, ../sass/all/text.scss */
  .site-title.fz44 {
    font-size: 36px;
  }
  /* line 531, ../sass/all/text.scss */
  .site-title.fz54 {
    font-size: 46px;
  }
  /* line 535, ../sass/all/text.scss */
  .site-title.fz80 {
    font-size: 56px;
  }
  /* line 539, ../sass/all/text.scss */
  .site-title.fz96 {
    font-size: 68px;
  }

  /* line 544, ../sass/all/text.scss */
  .site-btn {
    border-radius: 8px;
    padding: 0 15px;
    height: 40px;
    font-size: 14px;
  }
  /* line 550, ../sass/all/text.scss */
  .site-btn svg {
    width: 19px;
    height: 19px;
  }

  /* line 557, ../sass/all/text.scss */
  .lang-he .site-text {
    font-size: 16px;
  }
  /* line 560, ../sass/all/text.scss */
  .lang-he .site-text.fz20 {
    font-size: 20px;
  }
  /* line 564, ../sass/all/text.scss */
  .lang-he .site-text.fz22 {
    font-size: 22px;
  }
  /* line 568, ../sass/all/text.scss */
  .lang-he .site-text.max {
    font-size: 18px;
  }
  /* line 572, ../sass/all/text.scss */
  .lang-he .site-text.min {
    font-size: 14px;
  }
  /* line 577, ../sass/all/text.scss */
  .lang-he .site-btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 586, ../sass/all/text.scss */
  .section-padding {
    padding: 25px 0;
  }
  /* line 589, ../sass/all/text.scss */
  .section-padding.half-top {
    padding-top: 15px;
  }
  /* line 593, ../sass/all/text.scss */
  .section-padding.half-bot {
    padding-bottom: 15px;
  }
  /* line 597, ../sass/all/text.scss */
  .section-padding.first {
    padding-top: 50px;
  }
  /* line 601, ../sass/all/text.scss */
  .section-padding.last {
    padding-bottom: 50px;
  }

  /* line 606, ../sass/all/text.scss */
  .site-text {
    font-size: 14px;
  }
  /* line 609, ../sass/all/text.scss */
  .site-text.fz20 {
    font-size: 17px;
  }
  /* line 613, ../sass/all/text.scss */
  .site-text.fz22 {
    font-size: 19px;
  }
  /* line 617, ../sass/all/text.scss */
  .site-text.max {
    font-size: 16px;
  }
  /* line 621, ../sass/all/text.scss */
  .site-text.min {
    font-size: 12px;
  }
  /* line 625, ../sass/all/text.scss */
  .site-text.fz44 {
    font-size: 28px;
  }

  /* line 630, ../sass/all/text.scss */
  .site-title {
    font-size: 38px;
  }
  /* line 633, ../sass/all/text.scss */
  .site-title.fz22 {
    font-size: 16px;
  }
  /* line 637, ../sass/all/text.scss */
  .site-title.fz26 {
    font-size: 20px;
  }
  /* line 641, ../sass/all/text.scss */
  .site-title.fz30 {
    font-size: 24px;
  }
  /* line 645, ../sass/all/text.scss */
  .site-title.fz34 {
    font-size: 28px;
  }
  /* line 649, ../sass/all/text.scss */
  .site-title.fz36 {
    font-size: 30px;
  }
  /* line 653, ../sass/all/text.scss */
  .site-title.fz44 {
    font-size: 32px;
  }
  /* line 657, ../sass/all/text.scss */
  .site-title.fz54 {
    font-size: 42px;
  }
  /* line 661, ../sass/all/text.scss */
  .site-title.fz80 {
    font-size: 50px;
  }
  /* line 665, ../sass/all/text.scss */
  .site-title.fz96 {
    font-size: 54px;
  }

  /* line 670, ../sass/all/text.scss */
  .site-btn {
    border-radius: 8px;
    padding: 0 15px;
    height: 40px;
    font-size: 14px;
  }
  /* line 676, ../sass/all/text.scss */
  .site-btn svg {
    width: 19px;
    height: 19px;
  }

  /* line 683, ../sass/all/text.scss */
  .lang-he .site-text {
    font-size: 16px;
  }
  /* line 686, ../sass/all/text.scss */
  .lang-he .site-text.fz20 {
    font-size: 19px;
  }
  /* line 690, ../sass/all/text.scss */
  .lang-he .site-text.fz22 {
    font-size: 21px;
  }
  /* line 694, ../sass/all/text.scss */
  .lang-he .site-text.max {
    font-size: 18px;
  }
  /* line 698, ../sass/all/text.scss */
  .lang-he .site-text.min {
    font-size: 14px;
  }
  /* line 703, ../sass/all/text.scss */
  .lang-he .site-btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 712, ../sass/all/text.scss */
  .section-padding {
    padding: 20px 0;
  }
  /* line 715, ../sass/all/text.scss */
  .section-padding.half-top {
    padding-top: 10px;
  }
  /* line 719, ../sass/all/text.scss */
  .section-padding.half-bot {
    padding-bottom: 10px;
  }
  /* line 723, ../sass/all/text.scss */
  .section-padding.first {
    padding-top: 40px;
  }
  /* line 727, ../sass/all/text.scss */
  .section-padding.last {
    padding-bottom: 40px;
  }

  /* line 732, ../sass/all/text.scss */
  .site-text {
    font-size: 14px;
  }
  /* line 735, ../sass/all/text.scss */
  .site-text.fz20 {
    font-size: 17px;
  }
  /* line 739, ../sass/all/text.scss */
  .site-text.fz22 {
    font-size: 18px;
  }
  /* line 743, ../sass/all/text.scss */
  .site-text.max {
    font-size: 16px;
  }
  /* line 747, ../sass/all/text.scss */
  .site-text.min {
    font-size: 12px;
  }
  /* line 751, ../sass/all/text.scss */
  .site-text.fz44 {
    font-size: 28px;
  }

  /* line 756, ../sass/all/text.scss */
  .site-title {
    font-size: 32px;
  }
  /* line 759, ../sass/all/text.scss */
  .site-title.fz22 {
    font-size: 16px;
  }
  /* line 763, ../sass/all/text.scss */
  .site-title.fz26 {
    font-size: 20px;
  }
  /* line 767, ../sass/all/text.scss */
  .site-title.fz30 {
    font-size: 22px;
  }
  /* line 771, ../sass/all/text.scss */
  .site-title.fz34 {
    font-size: 26px;
  }
  /* line 775, ../sass/all/text.scss */
  .site-title.fz36 {
    font-size: 28px;
  }
  /* line 779, ../sass/all/text.scss */
  .site-title.fz44 {
    font-size: 30px;
  }
  /* line 783, ../sass/all/text.scss */
  .site-title.fz54 {
    font-size: 38px;
  }
  /* line 787, ../sass/all/text.scss */
  .site-title.fz80 {
    font-size: 44px;
  }
  /* line 791, ../sass/all/text.scss */
  .site-title.fz96 {
    font-size: 48px;
  }

  /* line 796, ../sass/all/text.scss */
  .site-btn {
    border-radius: 8px;
    padding: 0 15px;
    height: 40px;
    font-size: 14px;
  }
  /* line 802, ../sass/all/text.scss */
  .site-btn svg {
    width: 19px;
    height: 19px;
  }

  /* line 809, ../sass/all/text.scss */
  .lang-he .site-text {
    font-size: 16px;
  }
  /* line 812, ../sass/all/text.scss */
  .lang-he .site-text.fz20 {
    font-size: 19px;
  }
  /* line 816, ../sass/all/text.scss */
  .lang-he .site-text.fz22 {
    font-size: 20px;
  }
  /* line 820, ../sass/all/text.scss */
  .lang-he .site-text.max {
    font-size: 18px;
  }
  /* line 824, ../sass/all/text.scss */
  .lang-he .site-text.min {
    font-size: 14px;
  }
  /* line 829, ../sass/all/text.scss */
  .lang-he .site-btn {
    font-size: 16px;
  }
}
/* line 1, ../sass/all/wgag.scss */
#accessibilityButton {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #1D1D1F;
  left: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 30;
  border-radius: 50%;
  transition: all .15s ease;
  border: 1px solid #fff;
  color: #fff;
  padding: 0;
}
/* line 24, ../sass/all/wgag.scss */
#accessibilityButton svg {
  display: block;
  width: 22px;
  height: 22px;
}
@media (hover: hover) {
  /* line 31, ../sass/all/wgag.scss */
  #accessibilityButton:hover {
    transform: scale(1.1);
  }
}

/* line 37, ../sass/all/wgag.scss */
#accessibilityMenu {
  display: none;
  position: fixed;
  background-color: #fff;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), 0 4px 16px rgba(0, 0, 0, 0.1);
  width: 550px;
  max-width: calc(100% - 35px);
  height: calc(100% - 0px);
  /* border-radius: 20px; */
  overflow: hidden;
  max-height: calc(100% - 0px);
  z-index: 214748364;
}

/* line 53, ../sass/all/wgag.scss */
.accessibilityMenu {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
/* line 59, ../sass/all/wgag.scss */
.accessibilityMenu input {
  -webkit-appearance: auto;
}
/* line 63, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar {
  width: 10px;
}
/* line 66, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-track {
  background: transparent;
}
/* line 69, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-thumb {
  background: #1D1D1F;
  border-radius: 0px;
  margin: 10px 0;
}
/* line 74, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-button {
  display: none;
}
/* line 78, ../sass/all/wgag.scss */
.accessibilityMenu .site-title {
  padding-top: 50px;
  padding-bottom: 135px;
  background: #fff;
  color: #1D1D1F;
}
/* line 85, ../sass/all/wgag.scss */
.accessibilityMenu .inner {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  z-index: 2;
  margin: 15px;
  margin-top: -110px;
  width: calc(100% - 30px);
  border-radius: 10px;
  background: #fff;
  padding: 15px;
}
/* line 107, ../sass/all/wgag.scss */
.accessibilityMenu .bl {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: #e0e0e0;
  width: calc((100% - 30px) / 3);
  height: 120px;
  padding: 15px;
  border-radius: 10px;
  border: solid 2px transparent;
  color: #000;
}
/* line 130, ../sass/all/wgag.scss */
.accessibilityMenu .bl.double {
  width: calc((100% - 30px) / 3 * 2 + 15px);
}
/* line 134, ../sass/all/wgag.scss */
.accessibilityMenu .bl i {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
}
/* line 140, ../sass/all/wgag.scss */
.accessibilityMenu .bl span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
@media (hover: hover) {
  /* line 148, ../sass/all/wgag.scss */
  .accessibilityMenu .bl:hover:not(.double) {
    background: #1D1D1F;
    color: #fff;
  }
}
/* line 154, ../sass/all/wgag.scss */
.accessibilityMenu .bl.active {
  background: #1D1D1F;
  color: #fff;
}
/* line 159, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 20px;
}
/* line 169, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div {
  position: relative;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
@media (hover: hover) {
  /* line 178, ../sass/all/wgag.scss */
  .accessibilityMenu .bl .color-options div:hover {
    transform: scale(1.1);
  }
}
/* line 184, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
/* line 198, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div.white.active:before {
  background: #000;
}
/* line 205, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
/* line 217, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: #1D1D1F;
  border-radius: 50%;
  padding: 0;
  color: #fff;
  padding: 0;
  min-width: 24px;
}
/* line 236, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus button svg {
  display: block;
  width: 9px;
  height: auto;
}
@media (hover: hover) {
  /* line 243, ../sass/all/wgag.scss */
  .accessibilityMenu .bl .plus-minus button:hover {
    background: #F30B32;
  }
}

/* line 252, ../sass/all/wgag.scss */
.accessibilityMenuClose {
  position: absolute;
  cursor: pointer;
  top: 15px;
  left: 15px;
  z-index: 2;
}
/* line 259, ../sass/all/wgag.scss */
.accessibilityMenuClose svg {
  display: block;
  width: 12px;
  height: auto;
  transition: all .15s ease;
}
@media (hover: hover) {
  /* line 267, ../sass/all/wgag.scss */
  .accessibilityMenuClose:hover svg {
    transform: scale(1.1);
  }
}

/* line 273, ../sass/all/wgag.scss */
.showMenu #accessibilityMenu {
  display: block;
}

/* line 278, ../sass/all/wgag.scss */
.high-contrast {
  background-color: black;
  color: white;
  --color: #fff;
}
/* line 283, ../sass/all/wgag.scss */
.high-contrast .text {
  color: white;
  --color: #fff;
}

/* line 289, ../sass/all/wgag.scss */
.night-mode {
  background-color: #222;
  color: #ddd;
}
/* line 293, ../sass/all/wgag.scss */
.night-mode .text {
  color: #ddd;
  --color: #ddd;
}

/* line 299, ../sass/all/wgag.scss */
.img-description {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  padding: 5px;
  margin: 5px 0;
  font-size: 14px;
  max-width: 90%;
  word-wrap: break-word;
}

/* line 309, ../sass/all/wgag.scss */
body.reading-view {
  background-color: #f4f4f4;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

/* line 316, ../sass/all/wgag.scss */
body.reading-view * {
  display: none;
}

/* line 320, ../sass/all/wgag.scss */
body.reading-view p,
body.reading-view h1,
body.reading-view h2,
body.reading-view h3,
body.reading-view h4,
body.reading-view h5,
body.reading-view h6,
body.reading-view li,
body.reading-view blockquote {
  display: block;
  margin: 20px;
  padding: 10px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/* line 337, ../sass/all/wgag.scss */
.high-contrast-dark {
  background-color: black;
  color: white;
  --color: #fff;
}
/* line 342, ../sass/all/wgag.scss */
.high-contrast-dark .text {
  color: white;
  --color: #fff;
}

/* line 348, ../sass/all/wgag.scss */
.high-contrast-light {
  background-color: #fff;
  color: #000;
}

/* line 353, ../sass/all/wgag.scss */
.monochrome-mode {
  filter: grayscale(100%);
}

/* line 357, ../sass/all/wgag.scss */
.font-adjust-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 363, ../sass/all/wgag.scss */
#fontSizeSlider {
  flex-grow: 1;
  height: auto;
  padding: 0;
}

/* line 370, ../sass/all/wgag.scss */
.line-spacing-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 376, ../sass/all/wgag.scss */
#lineSpacingSlider {
  flex-grow: 1;
  height: auto;
  padding: 0;
}

/* line 382, ../sass/all/wgag.scss */
.word-spacing-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 388, ../sass/all/wgag.scss */
#wordSpacingSlider {
  flex-grow: 1;
  height: auto;
  padding: 0;
}

/* line 394, ../sass/all/wgag.scss */
.he {
  /* #accessibilityButton {
      right: 20px;
      left: auto;
  } */
}
/* line 400, ../sass/all/wgag.scss */
.he #accessibilityMenu {
  direction: rtl;
  /* right:20px;
  left: auto; */
}
/* line 406, ../sass/all/wgag.scss */
.he .accessibilityMenuClose {
  right: 15px;
  left: auto;
}
/* line 411, ../sass/all/wgag.scss */
.he .accessibilityMenu .bl span {
  font-size: calc(14px * 1.2);
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 418, ../sass/all/wgag.scss */
  #accessibilityButton {
    left: 15px;
    bottom: 65px;
    width: 40px;
    height: 40px;
  }
  /* line 424, ../sass/all/wgag.scss */
  #accessibilityButton svg {
    width: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) and (hover: hover) {
  /* line 428, ../sass/all/wgag.scss */
  #accessibilityButton:hover {
    transform: scale(1);
  }
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 434, ../sass/all/wgag.scss */
  #accessibilityMenu {
    left: 15px;
    bottom: 15px;
    max-width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 15px;
    max-height: calc(100% - 30px);
  }

  /* line 444, ../sass/all/wgag.scss */
  .accessibilityMenu::-webkit-scrollbar {
    width: 5px;
  }
  /* line 448, ../sass/all/wgag.scss */
  .accessibilityMenu .site-title {
    padding-top: 30px;
  }
  /* line 452, ../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 460, ../sass/all/wgag.scss */
  .accessibilityMenu .bl.double {
    width: 100%;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }

  /* line 472, ../sass/all/wgag.scss */
  .lang-he #accessibilityButton {
    left: 15px;
  }
  /* line 476, ../sass/all/wgag.scss */
  .lang-he #accessibilityMenu {
    left: 15px;
  }
}
/* line 2, ../sass/all/faq.scss */
.FAQ-Wr .container {
  width: 1000px;
  max-width: calc(100% - 30px);
}
/* line 7, ../sass/all/faq.scss */
.FAQ-Wr .toggleBlock {
  margin-top: 50px;
}
/* line 11, ../sass/all/faq.scss */
.FAQ-Wr .navt {
  position: relative;
  cursor: pointer;
  transition: 0.3s ease all;
  min-height: 70px;
  border-radius: 15px;
  background: rgba(0, 194, 166, 0.2);
  margin-bottom: 15px;
  padding: 20px;
}
/* line 21, ../sass/all/faq.scss */
.FAQ-Wr .navt:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 25, ../sass/all/faq.scss */
.FAQ-Wr .navt:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s ease all;
  top: 12px;
  right: 12px;
  width: 45px;
  height: 45px;
  background-image: url(/assets/img/186411_arrow_down_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 12px;
  background-size: auto 12px;
  border: 6px solid rgba(255, 194, 31, 0.5);
  border-radius: 50%;
}
/* line 47, ../sass/all/faq.scss */
.FAQ-Wr .navt.active:after {
  border-color: #FFC21F;
  transform: rotate(180deg);
}
/* line 52, ../sass/all/faq.scss */
.FAQ-Wr .navt.active .content {
  max-height: 1000px;
  transform: translateY(0px);
  opacity: 1;
}
@media (hover: hover) {
  /* line 60, ../sass/all/faq.scss */
  .FAQ-Wr .navt:hover:not(.active) {
    transform: scale(0.95);
  }
}
/* line 66, ../sass/all/faq.scss */
.FAQ-Wr .toggle {
  position: relative;
  max-width: calc(100% - 45px - 15px);
  min-height: 32px;
}
/* line 71, ../sass/all/faq.scss */
.FAQ-Wr .toggle.site-title {
  margin-bottom: 0;
}
/* line 76, ../sass/all/faq.scss */
.FAQ-Wr .content {
  position: relative;
  overflow: hidden;
  transition: 1s ease all;
  max-height: 0;
  transform: translateY(20px);
  opacity: 0;
}
/* line 84, ../sass/all/faq.scss */
.FAQ-Wr .content span {
  display: block;
  border: 1px solid rgba(29, 29, 31, 0.5);
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 1px;
}

/* line 98, ../sass/all/faq.scss */
.lang-he .FAQ-Wr {
  direction: rtl;
}
/* line 102, ../sass/all/faq.scss */
.lang-he .FAQ-Wr .navt:after {
  left: 12px;
  right: initial;
}
/* line 109, ../sass/all/faq.scss */
.lang-he .FAQ-Wr .content span {
  font-size: 18px;
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 119, ../sass/all/faq.scss */
  .FAQ-Wr .toggleBlock {
    margin-top: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 129, ../sass/all/faq.scss */
  .FAQ-Wr .toggleBlock {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 139, ../sass/all/faq.scss */
  .FAQ-Wr .container {
    width: 738px;
  }
  /* line 143, ../sass/all/faq.scss */
  .FAQ-Wr .toggleBlock {
    margin-top: 30px;
  }
  /* line 147, ../sass/all/faq.scss */
  .FAQ-Wr .navt {
    min-height: 60px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
  }
  /* line 153, ../sass/all/faq.scss */
  .FAQ-Wr .navt:after {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-width: 5px;
  }
  /* line 162, ../sass/all/faq.scss */
  .FAQ-Wr .toggle {
    max-width: calc(100% - 40px - 10px);
    min-height: 28px;
  }
  /* line 168, ../sass/all/faq.scss */
  .FAQ-Wr .content span {
    font-size: 15px;
    padding: 15px;
  }

  /* line 178, ../sass/all/faq.scss */
  .lang-he .FAQ-Wr .navt:after {
    left: 10px;
  }
  /* line 184, ../sass/all/faq.scss */
  .lang-he .FAQ-Wr .content span {
    font-size: 17px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 196, ../sass/all/faq.scss */
  .FAQ-Wr .toggleBlock {
    margin-top: 30px;
  }
  /* line 200, ../sass/all/faq.scss */
  .FAQ-Wr .navt {
    min-height: 54px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
  }
  /* line 206, ../sass/all/faq.scss */
  .FAQ-Wr .navt:after {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-width: 4px;
  }
  /* line 215, ../sass/all/faq.scss */
  .FAQ-Wr .toggle {
    max-width: calc(100% - 34px - 5px);
    min-height: 24px;
  }
  /* line 221, ../sass/all/faq.scss */
  .FAQ-Wr .content span {
    font-size: 14px;
    padding: 10px;
  }

  /* line 231, ../sass/all/faq.scss */
  .lang-he .FAQ-Wr .navt:after {
    left: 10px;
  }
  /* line 237, ../sass/all/faq.scss */
  .lang-he .FAQ-Wr .content span {
    font-size: 16px;
  }
}
/* line 1, ../sass/all/global-slider-style.scss */
:root {
  --swiper-navigation-sides-offset: 16px !important;
  --swiper-navigation-size: 40px !important;
  --swiper-navigation-size-arrow: 18px !important;
  --swiper-navigation-color: #7A7A7A !important;
  --swiper-pagination-bullet-width: 6px !important;
  --swiper-pagination-bullet-height: 6px !important;
}

/* line 16, ../sass/all/global-slider-style.scss */
.swiper-button-next, .swiper-button-prev {
  width: var(--swiper-navigation-size) !important;
  height: var(--swiper-navigation-size) !important;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid rgba(118, 121, 127, 0.3);
  opacity: .5;
  transition: opacity .3s ease-in-out;
}
/* line 28, ../sass/all/global-slider-style.scss */
.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 1;
}
/* line 32, ../sass/all/global-slider-style.scss */
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: var(--swiper-navigation-size-arrow) !important;
}
/* line 36, ../sass/all/global-slider-style.scss */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* line 45, ../sass/all/global-slider-style.scss */
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5) !important;
  cursor: pointer;
  opacity: .5 !important;
  margin: 0 2px !important;
}
/* line 51, ../sass/all/global-slider-style.scss */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
  opacity: 1 !important;
}

/* line 1, ../sass/all/site-video-review.scss */
.site-video-review {
  position: relative;
}

/* line 5, ../sass/all/site-video-review.scss */
.site-video-review-wr {
  position: relative;
}
/* line 11, ../sass/all/site-video-review.scss */
.site-video-review-wr:not(.slide-auto-width) .swiper-slide:nth-child(odd) {
  padding-top: 32px;
}
/* line 15, ../sass/all/site-video-review.scss */
.site-video-review-wr:not(.slide-auto-width) .swiper-slide a {
  display: block;
  width: 100%;
  height: 409px;
  border-radius: 8px;
  overflow: hidden;
}
/* line 22, ../sass/all/site-video-review.scss */
.site-video-review-wr:not(.slide-auto-width) .swiper-slide a img, .site-video-review-wr:not(.slide-auto-width) .swiper-slide a video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
/* line 30, ../sass/all/site-video-review.scss */
.site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 64px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 11;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 48%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.2s ease-in-out, opacity 0.35s ease-in-out;
  pointer-events: none;
  user-select: none;
  color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
/* line 50, ../sass/all/site-video-review.scss */
.site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc span {
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
/* line 58, ../sass/all/site-video-review.scss */
.site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc span svg {
  width: 18px;
  height: 18px;
}
/* line 65, ../sass/all/site-video-review.scss */
.site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc-star {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
/* line 71, ../sass/all/site-video-review.scss */
.site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc-star svg {
  width: 20px;
  height: 20px;
}
/* line 80, ../sass/all/site-video-review.scss */
.site-video-review-wr.slide-auto-width .swiper-slide {
  width: max-content;
  max-width: 300px;
}
/* line 84, ../sass/all/site-video-review.scss */
.site-video-review-wr.slide-auto-width .swiper-slide video {
  display: block;
  width: 100%;
  border-radius: 16px;
}
/* line 90, ../sass/all/site-video-review.scss */
.site-video-review-wr.slide-auto-width .swiper-slide:nth-child(odd) {
  padding-top: 32px;
}

@media only screen and (min-width: 1241px) and (max-width: 1599px) {
  /* line 104, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide:nth-child(odd) {
    padding-top: 32px;
  }
  /* line 108, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide a {
    display: block;
    width: 100%;
    height: 409px;
    border-radius: 8px;
    overflow: hidden;
  }
  /* line 115, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide a img, .site-video-review-wr:not(.slide-auto-width) .swiper-slide a video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  /* line 123, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 64px 0px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 11;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 48%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.2s ease-in-out, opacity 0.35s ease-in-out;
    pointer-events: none;
    user-select: none;
    color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  /* line 143, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc span {
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  /* line 151, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc span svg {
    width: 18px;
    height: 18px;
  }
  /* line 158, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc-star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  /* line 164, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc-star svg {
    width: 20px;
    height: 20px;
  }
  /* line 173, ../sass/all/site-video-review.scss */
  .site-video-review-wr.slide-auto-width .swiper-slide {
    max-width: 260px;
  }
  /* line 176, ../sass/all/site-video-review.scss */
  .site-video-review-wr.slide-auto-width .swiper-slide video {
    border-radius: 14px;
  }
  /* line 180, ../sass/all/site-video-review.scss */
  .site-video-review-wr.slide-auto-width .swiper-slide:nth-child(odd) {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 196, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide:nth-child(odd) {
    padding-top: 32px;
  }
  /* line 200, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide a {
    display: block;
    width: 100%;
    height: 409px;
    border-radius: 8px;
    overflow: hidden;
  }
  /* line 207, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide a img, .site-video-review-wr:not(.slide-auto-width) .swiper-slide a video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  /* line 215, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 64px 0px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 11;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 48%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.2s ease-in-out, opacity 0.35s ease-in-out;
    pointer-events: none;
    user-select: none;
    color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  /* line 235, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc span {
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  /* line 243, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc span svg {
    width: 18px;
    height: 18px;
  }
  /* line 250, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc-star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  /* line 256, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc-star svg {
    width: 20px;
    height: 20px;
  }
  /* line 265, ../sass/all/site-video-review.scss */
  .site-video-review-wr.slide-auto-width .swiper-slide {
    max-width: 210px;
  }
  /* line 268, ../sass/all/site-video-review.scss */
  .site-video-review-wr.slide-auto-width .swiper-slide video {
    border-radius: 12px;
  }
  /* line 272, ../sass/all/site-video-review.scss */
  .site-video-review-wr.slide-auto-width .swiper-slide:nth-child(odd) {
    padding-top: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 288, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide:nth-child(odd) {
    padding-top: 32px;
  }
  /* line 292, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide a {
    display: block;
    width: 100%;
    height: 409px;
    border-radius: 8px;
    overflow: hidden;
  }
  /* line 299, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide a img, .site-video-review-wr:not(.slide-auto-width) .swiper-slide a video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  /* line 307, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 64px 0px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 11;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 48%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.2s ease-in-out, opacity 0.35s ease-in-out;
    pointer-events: none;
    user-select: none;
    color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  /* line 327, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc span {
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  /* line 335, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc span svg {
    width: 18px;
    height: 18px;
  }
  /* line 342, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc-star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  /* line 348, ../sass/all/site-video-review.scss */
  .site-video-review-wr:not(.slide-auto-width) .swiper-slide .desc-star svg {
    width: 20px;
    height: 20px;
  }
  /* line 357, ../sass/all/site-video-review.scss */
  .site-video-review-wr.slide-auto-width .swiper-slide {
    max-width: 210px;
  }
  /* line 360, ../sass/all/site-video-review.scss */
  .site-video-review-wr.slide-auto-width .swiper-slide video {
    border-radius: 10px;
  }
  /* line 364, ../sass/all/site-video-review.scss */
  .site-video-review-wr.slide-auto-width .swiper-slide:nth-child(odd) {
    padding-top: 20px;
  }
}
/* line 3, ../sass/all/aside-menu.scss */
.go-top.open-menu .aside-menu {
  top: 85px;
  height: calc(100% - 85px);
}

/* line 9, ../sass/all/aside-menu.scss */
.aside-menu {
  position: fixed;
  top: calc(105px + 44px);
  left: 0;
  width: 100%;
  z-index: 50;
  background: #fff;
  height: calc(100% - calc(105px + 44px));
  display: none;
}
/* line 19, ../sass/all/aside-menu.scss */
.aside-menu.active {
  display: block;
}
/* line 23, ../sass/all/aside-menu.scss */
.aside-menu .container {
  height: 100%;
}

/* line 28, ../sass/all/aside-menu.scss */
.aside-menu-wr {
  position: relative;
  display: flex;
  height: 100%;
}

/* line 34, ../sass/all/aside-menu.scss */
.aside-menu-left {
  overflow-y: auto;
  padding-right: 12px;
  width: 282px;
  display: flex;
  flex-direction: column;
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 44, ../sass/all/aside-menu.scss */
.aside-menu-btn {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  display: flex;
  gap: 8px;
  min-height: 48px;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 8px;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: #070707;
  border-radius: 12px;
  cursor: pointer;
}
/* line 60, ../sass/all/aside-menu.scss */
.aside-menu-btn img {
  display: block;
  height: 24px;
  width: 24px;
  min-width: 24px;
}
/* line 66, ../sass/all/aside-menu.scss */
.aside-menu-btn img.hover-icon {
  display: none;
}
/* line 72, ../sass/all/aside-menu.scss */
.aside-menu-btn .arrow {
  display: block;
  width: 14px;
  min-width: 14px;
  height: 20px;
  margin-left: auto;
  transform: rotate(180deg) translateY(-2px);
  opacity: 0;
  pointer-events: none;
  color: #ff307b;
}
/* line 84, ../sass/all/aside-menu.scss */
.aside-menu-btn.active {
  background: #f5f7fa;
  color: #ff307b;
}
/* line 88, ../sass/all/aside-menu.scss */
.aside-menu-btn.active img {
  display: none;
}
/* line 90, ../sass/all/aside-menu.scss */
.aside-menu-btn.active img.hover-icon {
  display: block;
}
/* line 95, ../sass/all/aside-menu.scss */
.aside-menu-btn.active .arrow {
  opacity: 1;
}

/* line 101, ../sass/all/aside-menu.scss */
.aside-menu-link {
  background: rgba(0, 48, 120, 0.039);
  border-radius: 30px;
  margin: 0 24px 0 12px;
  width: 1px;
}

/* line 108, ../sass/all/aside-menu.scss */
.aside-menu-right {
  overflow-y: auto;
  width: calc(100% - 331px);
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 115, ../sass/all/aside-menu.scss */
.aside-menu-right-list {
  width: calc(100% - 484px - 32px);
}

/* line 119, ../sass/all/aside-menu.scss */
.aside-menu-right-box {
  display: none;
  width: 100%;
}
/* line 123, ../sass/all/aside-menu.scss */
.aside-menu-right-box.active {
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

/* line 130, ../sass/all/aside-menu.scss */
.aside-menu-right-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

/* line 143, ../sass/all/aside-menu.scss */
.aside-menu-right-box-wr {
  width: 100%;
  position: relative;
}
/* line 147, ../sass/all/aside-menu.scss */
.aside-menu-right-box-wr ul {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 30px;
  display: inline-block;
  /* чтобы работало в column layout */
  width: max-content;
  padding: 0;
  list-style: none;
  break-inside: avoid;
  /* не разрывать ul на две колонки */
  display: flex;
  flex-direction: column;
}
/* line 161, ../sass/all/aside-menu.scss */
.aside-menu-right-box-wr ul a {
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  /* line 165, ../sass/all/aside-menu.scss */
  .aside-menu-right-box-wr ul a:hover {
    color: #001a34;
  }
}
/* line 171, ../sass/all/aside-menu.scss */
.aside-menu-right-box-wr ul p {
  color: #070707;
  font-weight: 700;
}
/* line 178, ../sass/all/aside-menu.scss */
.aside-menu-right-box-wr ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  gap: 0 15px;
  border-radius: 8px;
  height: 38px;
  padding: 0 12px;
}
/* line 193, ../sass/all/aside-menu.scss */
.aside-menu-right-box-wr ul li a .icon {
  display: none;
}
@media (hover: hover) {
  /* line 198, ../sass/all/aside-menu.scss */
  .aside-menu-right-box-wr ul li a:hover {
    background: #f5f7fa;
    color: #ff307b;
  }
}

/* line 208, ../sass/all/aside-menu.scss */
.aside-menu-right-products-brands {
  position: relative;
  display: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 484px;
}
/* line 218, ../sass/all/aside-menu.scss */
.aside-menu-right-products-brands.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 20px;
  min-height: calc(100vh - var(--header-height) - 14px * 2);
}

/* line 229, ../sass/all/aside-menu.scss */
.aside-menu-right-products {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 20px;
}

/* line 239, ../sass/all/aside-menu.scss */
.aside-menu-right-products-tpl {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  width: calc((100% - 20px) / 2);
}
/* line 245, ../sass/all/aside-menu.scss */
.aside-menu-right-products-tpl .img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 4;
}
/* line 256, ../sass/all/aside-menu.scss */
.aside-menu-right-products-tpl .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: 0.3s ease all;
}
/* line 265, ../sass/all/aside-menu.scss */
.aside-menu-right-products-tpl .desc {
  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;
  justify-content: flex-end;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  z-index: 2;
  transition: 0.3s ease all;
}
@media (hover: hover) {
  /* line 289, ../sass/all/aside-menu.scss */
  .aside-menu-right-products-tpl:hover .img img {
    transform: scale(1.05);
  }
  /* line 294, ../sass/all/aside-menu.scss */
  .aside-menu-right-products-tpl:hover .desc {
    color: #F30B32;
  }
}

/* line 301, ../sass/all/aside-menu.scss */
.aside-menu-right-brands {
  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: 10px;
  margin-top: auto;
}

/* line 316, ../sass/all/aside-menu.scss */
.aside-menu-right-brands-tpl {
  position: relative;
  display: block;
  border-radius: 8px;
  border: 1px solid grey;
  aspect-ratio: 16 / 9;
  width: calc((100% - 10px * 2) / 3);
}
/* line 324, ../sass/all/aside-menu.scss */
.aside-menu-right-brands-tpl picture {
  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: 100%;
  height: 100%;
}
/* line 337, ../sass/all/aside-menu.scss */
.aside-menu-right-brands-tpl img {
  display: block;
  max-height: 90%;
  max-width: 90%;
  object-fit: contain;
}
@media (hover: hover) {
  /* line 345, ../sass/all/aside-menu.scss */
  .aside-menu-right-brands-tpl:hover {
    background: rgba(252, 169, 204, 0.2);
  }
}

/* line 353, ../sass/all/aside-menu.scss */
.lang-he .aside-menu-btn .arrow {
  margin-right: auto;
  margin-left: 0;
  transform: rotate(0deg) translateY(-2px);
}

@media only screen and (min-width: 1241px) and (max-width: 1599px) {
  /* line 364, ../sass/all/aside-menu.scss */
  .aside-menu-right-products-tpl .img {
    aspect-ratio: 1;
  }
  /* line 368, ../sass/all/aside-menu.scss */
  .aside-menu-right-products-tpl .desc {
    padding: 12px;
    font-size: 15px;
  }

  /* line 374, ../sass/all/aside-menu.scss */
  .aside-menu-right-brands-tpl {
    aspect-ratio: 16 / 8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  /* line 381, ../sass/all/aside-menu.scss */
  .aside-menu-right-list {
    width: 100%;
  }

  /* line 385, ../sass/all/aside-menu.scss */
  .aside-menu-right-products-brands {
    width: 100%;
    min-height: auto !important;
  }

  /* line 390, ../sass/all/aside-menu.scss */
  .aside-menu-right-box {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 400, ../sass/all/aside-menu.scss */
  .go-top.open-menu .aside-menu {
    top: 65px;
    height: calc(100% - 65px);
  }

  /* line 406, ../sass/all/aside-menu.scss */
  .aside-menu {
    top: calc(96px + 0px);
    height: calc(100% - calc(96px + 0px));
    z-index: 1001;
  }
  /* line 411, ../sass/all/aside-menu.scss */
  .aside-menu .container {
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    /* overflow: hidden; */
    max-height: 100%;
    max-width: 100%;
    width: 100%;
  }

  /* line 422, ../sass/all/aside-menu.scss */
  .aside-menu-right-list {
    width: 100%;
  }
  /* line 425, ../sass/all/aside-menu.scss */
  .aside-menu-right-list .site-title.fz30.fw700 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    gap: 0 15px;
  }
  /* line 435, ../sass/all/aside-menu.scss */
  .aside-menu-right-list .site-title.fz30.fw700:before {
    content: '';
    width: 1em;
    min-width: 1em;
    height: 1em;
    background-image: url(/assets/img/icon-arrow2-up-black.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    -webkit-background-size: 80%;
    background-size: 80%;
    transform: rotate(-90deg);
  }

  /* line 452, ../sass/all/aside-menu.scss */
  .aside-menu-right-products {
    gap: 15px;
  }

  /* line 456, ../sass/all/aside-menu.scss */
  .aside-menu-right-products-tpl {
    width: calc((100% - 15px) / 2);
    max-width: 175px;
  }
  /* line 460, ../sass/all/aside-menu.scss */
  .aside-menu-right-products-tpl .img {
    aspect-ratio: 1;
  }
  /* line 464, ../sass/all/aside-menu.scss */
  .aside-menu-right-products-tpl .desc {
    padding: 10px 0;
    font-size: 14px;
  }

  /* line 470, ../sass/all/aside-menu.scss */
  .aside-menu-right-products-brands {
    width: 100%;
    min-height: auto !important;
  }

  /* line 475, ../sass/all/aside-menu.scss */
  .aside-menu-right-box {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
    background: #fff;
    height: 100%;
    padding: 15px;
  }
  /* line 486, ../sass/all/aside-menu.scss */
  .aside-menu-right-box.active {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }

  /* line 494, ../sass/all/aside-menu.scss */
  .aside-menu-left {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 0;
    overflow: hidden;
  }

  /* line 502, ../sass/all/aside-menu.scss */
  .aside-menu-btn {
    width: 100%;
    padding: 0;
  }
  /* line 506, ../sass/all/aside-menu.scss */
  .aside-menu-btn .arrow {
    opacity: 1;
  }
  /* line 510, ../sass/all/aside-menu.scss */
  .aside-menu-btn img {
    display: none;
  }
  /* line 513, ../sass/all/aside-menu.scss */
  .aside-menu-btn img.hover-icon {
    display: block;
  }
  /* line 518, ../sass/all/aside-menu.scss */
  .aside-menu-btn.active {
    background: transparent;
    color: inherit;
  }
  /* line 522, ../sass/all/aside-menu.scss */
  .aside-menu-btn.active .arrow {
    opacity: 1;
  }

  /* line 528, ../sass/all/aside-menu.scss */
  .aside-menu-wr {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
  }

  /* line 535, ../sass/all/aside-menu.scss */
  .aside-menu-link {
    display: none;
  }

  /* line 539, ../sass/all/aside-menu.scss */
  .aside-menu-right {
    width: 100%;
    padding: 0;
    max-height: 0;
    display: contents;
    position: absolute;
    top: 0;
  }

  /* line 548, ../sass/all/aside-menu.scss */
  .aside-menu-right-brands {
    margin-bottom: 20px;
  }

  /* line 553, ../sass/all/aside-menu.scss */
  .aside-menu-right-box-wr ul {
    margin-bottom: 20px;
    width: 100%;
    gap: 10px 0;
  }
  /* line 559, ../sass/all/aside-menu.scss */
  .aside-menu-right-box-wr ul li a {
    padding: 0;
  }
  /* line 562, ../sass/all/aside-menu.scss */
  .aside-menu-right-box-wr ul li a .icon {
    display: block;
    overflow: hidden;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 4px;
  }
  /* line 570, ../sass/all/aside-menu.scss */
  .aside-menu-right-box-wr ul li a .icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* line 585, ../sass/all/aside-menu.scss */
  .lang-he .aside-menu-right-list .site-title.fz30.fw700:before {
    transform: rotate(90deg);
  }
}
/* line 1, ../sass/all/input.scss */
.form-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* line 7, ../sass/all/input.scss */
.form-box.wrap {
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 12, ../sass/all/input.scss */
.form-box .form-label {
  width: 100%;
  font-size: 16px;
  position: relative;
  position: relative;
  display: block;
}
/* line 19, ../sass/all/input.scss */
.form-box .form-label.w50 {
  width: calc(100% / 2 - 6px);
}
/* line 23, ../sass/all/input.scss */
.form-box .form-label.hide {
  display: none !important;
}
/* line 30, ../sass/all/input.scss */
.form-box .error-wr .error {
  font-size: 12px;
  display: block;
  color: #C0272D;
}
/* line 37, ../sass/all/input.scss */
.form-box select.form-input {
  cursor: pointer;
}
/* line 41, ../sass/all/input.scss */
.form-box textarea.form-input {
  height: 150px !important;
}
/* line 45, ../sass/all/input.scss */
.form-box .form-input {
  padding: 20px 24px;
  box-sizing: border-box;
  width: 100%;
  color: #000;
  border-radius: 10px;
  border: 1px solid rgba(54, 54, 64, 0.2);
  background-color: transparent;
  font-size: 16px;
  background-color: #fff;
  transition-duration: .2s;
  outline: unset;
  height: 59px;
  font-weight: 700;
}
/* line 60, ../sass/all/input.scss */
.form-box .form-input.error {
  border-color: #C0272D !important;
}
/* line 64, ../sass/all/input.scss */
.form-box .form-input:focus, .form-box .form-input:not(:placeholder-shown) {
  border: 1px solid #00C2A6;
}
/* line 67, ../sass/all/input.scss */
.form-box .form-input:focus + .form-input-text, .form-box .form-input:not(:placeholder-shown) + .form-input-text {
  padding-right: 4px;
  padding-left: 4px;
  transform: translateY(-240%);
  font-size: 12px;
}
/* line 75, ../sass/all/input.scss */
.form-box .form-input:disabled {
  opacity: .3;
  pointer-events: none;
}
/* line 83, ../sass/all/input.scss */
.form-box .form-input-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  color: rgba(255, 255, 255, 0.30196);
  background-color: #19191b;
  transition: all 0.3s;
  pointer-events: none;
  background-color: transparent;
  color: rgba(25, 24, 22, 0.6);
  background-color: #fff;
  padding: 0 5px;
  z-index: 2;
  pointer-events: none;
}
/* line 100, ../sass/all/input.scss */
.form-box .site-btn {
  width: 100%;
  margin-top: 15px;
}
/* line 104, ../sass/all/input.scss */
.form-box .site-btn.w50 {
  width: initial;
}
/* line 109, ../sass/all/input.scss */
.form-box small {
  font-size: 14px;
  line-height: 120%;
  text-align: left;
  color: #939298;
}
/* line 115, ../sass/all/input.scss */
.form-box small a {
  text-decoration: underline;
}
/* line 118, ../sass/all/input.scss */
.form-box small a:hover {
  color: #6EC1E4;
}

/* line 128, ../sass/all/input.scss */
.lang-he input[type='tel'] {
  text-align: right;
}
/* line 134, ../sass/all/input.scss */
.lang-he .form-box .form-input-text {
  left: initial;
  right: 24px;
}
/* line 139, ../sass/all/input.scss */
.lang-he .form-box small {
  text-align: right;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 151, ../sass/all/input.scss */
  .form-box .form-label.w50 {
    width: 100% !important;
  }
}
/* line 3, ../sass/all/CartDynamic.scss */
body.hidden {
  overflow: hidden;
}

/* line 8, ../sass/all/CartDynamic.scss */
.CartDynamic {
  position: fixed;
  top: 0;
  z-index: 2147483655;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
/* line 16, ../sass/all/CartDynamic.scss */
.CartDynamic.open {
  pointer-events: all;
}
/* line 19, ../sass/all/CartDynamic.scss */
.CartDynamic.open .CartDynamicBg {
  visibility: visible;
  opacity: 1;
}
/* line 24, ../sass/all/CartDynamic.scss */
.CartDynamic.open .CartDynamicWr {
  transform: translateX(0) !important;
}
/* line 29, ../sass/all/CartDynamic.scss */
.CartDynamic .shek {
  font-size: 0.7em;
  display: inline-block;
}

/* line 35, ../sass/all/CartDynamic.scss */
.CartDynamicBg {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #ffffff57;
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility .6s ease-in-out, opacity .6s ease-in-out;
  transition: visibility .6s ease-in-out, opacity .6s ease-in-out;
}

/* line 50, ../sass/all/CartDynamic.scss */
.CartDynamicWr {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  transform: translateX(100%);
  transition: transform .6s ease-in-out;
}

/* line 59, ../sass/all/CartDynamic.scss */
#cd-total_cost_free {
  display: none;
}

/* line 64, ../sass/all/CartDynamic.scss */
.CartDynamicBody {
  height: 100vh;
  width: 600px;
  background: #F5F5F7;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
/* line 72, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-top {
  height: 145px;
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 10px;
  align-items: center;
}
/* line 83, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-top .cd-top-empty {
  width: 100%;
  display: block;
  margin-top: -30px;
}
/* line 88, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-top .cd-top-empty a, .CartDynamicBody .cd-top .cd-top-empty span, .CartDynamicBody .cd-top .cd-top-empty div {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
/* line 95, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-top .cd-top-empty a:hover, .CartDynamicBody .cd-top .cd-top-empty span:hover, .CartDynamicBody .cd-top .cd-top-empty div:hover {
  text-decoration: none;
}
/* line 101, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-top .cd-top-count {
  display: flex;
  align-items: center;
  gap: 0px;
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 109, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-top .cd-top-count svg {
  width: 20px;
  height: 20px;
}
/* line 115, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-top span {
  font-size: .3em;
  display: inline-block;
  vertical-align: top;
  padding-top: .3em;
}
/* line 123, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-top .cd-top-close {
  cursor: pointer;
  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-duration: .2s;
  background: #1D1D1F;
  color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
/* line 140, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-top .cd-top-close svg {
  display: block;
  object-fit: contain;
  width: 26px;
  height: 26px;
  transition-duration: .2s;
}
@media (hover: hover) {
  /* line 149, ../sass/all/CartDynamic.scss */
  .CartDynamicBody .cd-top .cd-top-close:hover {
    transform: scale(1.1) rotate(-8deg);
    background-color: #FFC21F;
    color: #1D1D1F;
  }
}
/* line 158, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  scrollbar-width: thin;
  flex-grow: 1;
  padding: 40px;
  padding-top: 0px;
  padding-bottom: 24px;
  height: calc(100vh - 240px - 145px);
}
/* line 170, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body .cd-body-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 176, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body .cd-body-item-box {
  width: 32%;
  border-radius: 20px;
  border: 2px solid #00C2A6;
  padding: 11px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 14px;
  text-transform: uppercase;
  height: 100px;
  height: auto;
  position: relative;
  overflow: hidden;
}
/* line 191, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body .cd-body-item-box span {
  position: relative;
  z-index: 2;
}
/* line 196, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body .cd-body-item-box b {
  font-size: 1.8em;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
/* line 204, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body .cd-body-item-box-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  transition: width .3s ease-in-out;
  height: 100%;
  background: #00C2A6;
}
/* line 214, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body .cd-body-line {
  height: 8px;
  border-radius: 4px;
  width: 100%;
  display: block;
  background: transparent;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
/* line 224, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body .cd-body-line .cd-body-line-width {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 8px;
  background-color: var(--color-active);
  transition: .3s ease-in-out;
  transition-delay: .2s;
}
/* line 236, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body .cd-body-span {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
}
/* line 242, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body .cd-body-span.hidden {
  display: none;
}
/* line 248, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body-wr {
  position: relative;
}
/* line 251, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body-wr .cd-body-prod {
  display: flex;
  margin-top: 40px;
  gap: 15px;
}
/* line 256, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body-wr .cd-body-prod .img {
  position: relative;
  overflow: hidden;
  width: 100px;
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  background-color: #fff;
  border-radius: 15px;
}
/* line 268, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body-wr .cd-body-prod .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
/* line 276, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body-wr .cd-body-prod .img.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 284, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body-wr .cd-body-prod .cent {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(100% - 100px - 74px - 15px * 2);
}
/* line 290, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body-wr .cd-body-prod .cent p {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
/* line 296, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body-wr .cd-body-prod .cent p a {
  display: block;
  font-size: 20px;
}
/* line 300, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body-wr .cd-body-prod .cent p a:hover {
  color: var(--color-active);
}
/* line 306, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body-wr .cd-body-prod .cent small {
  font-size: .8em;
  display: block;
}
/* line 311, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body-wr .cd-body-prod .cent i {
  font-size: 16px;
  display: block;
}
/* line 318, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body-wr .cd-body-prod .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100px;
  gap: 10px;
}
/* line 325, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body-wr .cd-body-prod .right .delete-prod {
  cursor: pointer;
  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: 26px;
  height: 26px;
  border-radius: 6px;
  background: #F30B32;
  transition: .2s background;
}
/* line 341, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body-wr .cd-body-prod .right .delete-prod svg, .CartDynamicBody .cd-body-wr .cd-body-prod .right .delete-prod img {
  display: block;
  width: 18px;
  height: 18px;
}
@media (hover: hover) {
  /* line 349, ../sass/all/CartDynamic.scss */
  .CartDynamicBody .cd-body-wr .cd-body-prod .right .delete-prod:hover {
    background: #00C2A6;
  }
}
/* line 355, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-body-wr .cd-body-prod .right p {
  font-size: 16px;
  display: block;
}
/* line 363, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-bottom {
  position: relative;
  padding: 10px 40px;
  height: 240px;
}
/* line 368, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-bottom .btn {
  margin-bottom: 8px;
  width: 100%;
  height: 50px;
  font-size: 22px;
}
/* line 376, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
  gap: 10px;
}
/* line 389, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-bottom-row.all {
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0;
  margin-top: 20px;
  border-top: 2px solid #cdcdcd;
  text-transform: uppercase;
}
/* line 399, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-payment-methods {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, 26px);
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
}
/* line 410, ../sass/all/CartDynamic.scss */
.CartDynamicBody .cd-payment-methods svg {
  width: 26px;
}

/* line 416, ../sass/all/CartDynamic.scss */
.CartDynamicAlso {
  background-color: #f0eeeb;
  width: 235px;
  padding: 16px 24px;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-bottom: 35px;
  --text-color: #000;
  -webkit-transition: -webkit-transform .25s ease-in;
  transition: -webkit-transform .25s ease-in;
  transition: transform .25s ease-in;
  height: 100vh;
  transition: transform .25s ease-in, -webkit-transform .25s ease-in;
}
/* line 433, ../sass/all/CartDynamic.scss */
.CartDynamicAlso .cdalso-title {
  font-size: 14px;
  text-align: center;
  display: block;
}

/* line 440, ../sass/all/CartDynamic.scss */
.CartDynamicAlsoWr {
  display: flex;
  flex-direction: column;
}

/* line 445, ../sass/all/CartDynamic.scss */
.CartDynamicAlsoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 176px;
  margin-top: 40px;
}
/* line 461, ../sass/all/CartDynamic.scss */
.CartDynamicAlsoBox:hover span {
  color: var(--color-active);
}
/* line 466, ../sass/all/CartDynamic.scss */
.CartDynamicAlsoBox .im {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}
/* line 474, ../sass/all/CartDynamic.scss */
.CartDynamicAlsoBox .im img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* line 481, ../sass/all/CartDynamic.scss */
.CartDynamicAlsoBox span {
  font-size: 16px;
  display: block;
  margin: 10px 0 2px;
  transition: .3s ease-in-out;
}
/* line 488, ../sass/all/CartDynamic.scss */
.CartDynamicAlsoBox i {
  font-weight: 700;
  font-size: 16px;
}
/* line 493, ../sass/all/CartDynamic.scss */
.CartDynamicAlsoBox .bot {
  width: 100%;
}
/* line 496, ../sass/all/CartDynamic.scss */
.CartDynamicAlsoBox .bot .btn {
  height: 30px;
  width: 100%;
  font-size: 14px;
  margin-top: 5px;
  min-width: auto;
}

/* line 508, ../sass/all/CartDynamic.scss */
.lang-he .CartDynamic {
  direction: rtl;
}
/* line 511, ../sass/all/CartDynamic.scss */
.lang-he .CartDynamic .ms2_total_cost {
  display: inline-block;
  direction: ltr;
}
/* line 518, ../sass/all/CartDynamic.scss */
.lang-he .CartDynamicWr {
  transform: translateX(-100%);
  right: initial;
  left: 0;
}
/* line 524, ../sass/all/CartDynamic.scss */
.lang-he .CartDynamicBody {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
/* line 534, ../sass/all/CartDynamic.scss */
.lang-he .CartDynamicBody .cd-body .cd-body-item-box-line {
  left: initial;
  right: 0;
}
/* line 541, ../sass/all/CartDynamic.scss */
.lang-he .CartDynamicBody .cd-body .cd-body-line .cd-body-line-width {
  left: initial;
  right: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 552, ../sass/all/CartDynamic.scss */
  .CartDynamic {
    width: 100%;
  }

  /* line 556, ../sass/all/CartDynamic.scss */
  .CartDynamicWr {
    width: 100%;
  }

  /* line 560, ../sass/all/CartDynamic.scss */
  .CartDynamicBody {
    width: 100%;
    max-width: 100%;
  }
  /* line 564, ../sass/all/CartDynamic.scss */
  .CartDynamicBody .cd-top {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 570, ../sass/all/CartDynamic.scss */
  .CartDynamicBody .cd-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100px;
  }
  /* line 577, ../sass/all/CartDynamic.scss */
  .CartDynamicBody .cd-bottom {
    padding-left: 15px;
    padding-right: 15px;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
  }
  /* line 590, ../sass/all/CartDynamic.scss */
  .CartDynamicBody .cd-body-wr .cd-body-prod {
    margin-top: 25px;
  }

  /* line 597, ../sass/all/CartDynamic.scss */
  .CartDynamicAlso {
    width: 100%;
    /* display: flex; */
    /* flex-wrap: nowrap; */
    height: auto;
    background: transparent;
    padding: 0;
    margin-top: 25px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
  }

  /* line 612, ../sass/all/CartDynamic.scss */
  .CartDynamicAlsoWr {
    display: flex;
    flex-direction: row;
    overflow: auto;
    gap: 15px;
    padding: 0 15px;
  }

  /* line 620, ../sass/all/CartDynamic.scss */
  .CartDynamicAlsoBox {
    min-width: 160px;
    margin-top: 10px;
    max-width: 160px;
  }
  /* line 625, ../sass/all/CartDynamic.scss */
  .CartDynamicAlsoBox .im {
    height: 185px;
  }
  /* line 629, ../sass/all/CartDynamic.scss */
  .CartDynamicAlsoBox .bot {
    margin-top: auto;
  }
}
/* line 1, ../sass/all/site-brand.scss */
.site-brand {
  position: relative;
}
/* line 4, ../sass/all/site-brand.scss */
.site-brand .title-wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 0 5px;
}
/* line 14, ../sass/all/site-brand.scss */
.site-brand .title-wr .count {
  font-size: 12px;
  color: #99a3ae;
  transform: translateY(9px);
}

/* line 22, ../sass/all/site-brand.scss */
.site-brand-wr {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* line 29, ../sass/all/site-brand.scss */
.site-brand-btn {
  background-color: #fff;
  border: 1px solid rgba(54, 54, 64, 0.2);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  flex-direction: column;
  transition: 0.3s ease all;
}
/* line 41, ../sass/all/site-brand.scss */
.site-brand-btn picture {
  max-width: 85%;
  max-height: 78%;
  display: block;
}
/* line 47, ../sass/all/site-brand.scss */
.site-brand-btn img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* line 54, ../sass/all/site-brand.scss */
.site-brand-btn span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  transition: 0.3s ease all;
}
@media (hover: hover) {
  /* line 63, ../sass/all/site-brand.scss */
  .site-brand-btn:hover {
    border-color: #F30B32;
  }
  /* line 66, ../sass/all/site-brand.scss */
  .site-brand-btn:hover span {
    color: #F30B32;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 75, ../sass/all/site-brand.scss */
  .site-brand-wr {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 81, ../sass/all/site-brand.scss */
  .site-brand-wr {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 87, ../sass/all/site-brand.scss */
  .site-brand-wr {
    grid-template-columns: repeat(2, 1fr);
  }

  /* line 91, ../sass/all/site-brand.scss */
  .site-brand-btn {
    height: 115px;
  }
}
/* line 1, ../sass/all/site-run-line.scss */
.site-run-line {
  position: relative;
  background-color: #fca9cc;
  color: #ff307b;
  padding: 10px 0;
  direction: ltr !important;
}

/* line 9, ../sass/all/site-run-line.scss */
.site-run-line-box {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}
/* line 14, ../sass/all/site-run-line.scss */
.site-run-line-box p {
  display: block;
}
/* line 18, ../sass/all/site-run-line.scss */
.site-run-line-box svg, .site-run-line-box img {
  margin: 0 40px;
  width: 30px;
  height: 30px;
  object-fit: contain;
  color: #ff307b;
}

/* line 1, ../sass/all/seo-text.scss */
.SEO-Text {
  position: relative;
}
/* line 4, ../sass/all/seo-text.scss */
.SEO-Text h1, .SEO-Text h2, .SEO-Text h3, .SEO-Text h4, .SEO-Text h5, .SEO-Text h6 {
  position: relative;
  font-weight: 400;
  line-height: 1.25;
  font-size: 32px;
  margin-bottom: 20px;
}
/* line 11, ../sass/all/seo-text.scss */
.SEO-Text h1:nth-last-child(1), .SEO-Text h2:nth-last-child(1), .SEO-Text h3:nth-last-child(1), .SEO-Text h4:nth-last-child(1), .SEO-Text h5:nth-last-child(1), .SEO-Text h6:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 16, ../sass/all/seo-text.scss */
.SEO-Text h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
/* line 21, ../sass/all/seo-text.scss */
.SEO-Text h4 {
  font-size: 24px;
}
/* line 25, ../sass/all/seo-text.scss */
.SEO-Text h5 {
  font-size: 20px;
}
/* line 29, ../sass/all/seo-text.scss */
.SEO-Text h6 {
  font-size: 20px;
}
/* line 33, ../sass/all/seo-text.scss */
.SEO-Text p {
  position: relative;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 39, ../sass/all/seo-text.scss */
.SEO-Text p:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 44, ../sass/all/seo-text.scss */
.SEO-Text ul {
  position: relative;
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 1.4;
  font-size: 16px;
}
/* line 52, ../sass/all/seo-text.scss */
.SEO-Text ul:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 56, ../sass/all/seo-text.scss */
.SEO-Text ul li {
  margin-bottom: 3px;
}
/* line 59, ../sass/all/seo-text.scss */
.SEO-Text ul li::marker {
  color: #F30B32;
}
/* line 63, ../sass/all/seo-text.scss */
.SEO-Text ul li:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 69, ../sass/all/seo-text.scss */
.SEO-Text ul a:hover {
  color: #F30B32;
}
/* line 75, ../sass/all/seo-text.scss */
.SEO-Text b {
  font-weight: 700;
}
/* line 79, ../sass/all/seo-text.scss */
.SEO-Text span {
  color: #F30B32;
}
/* line 83, ../sass/all/seo-text.scss */
.SEO-Text i {
  font-style: italic;
}
/* line 87, ../sass/all/seo-text.scss */
.SEO-Text a {
  color: #F30B32;
  text-decoration: underline;
}
/* line 91, ../sass/all/seo-text.scss */
.SEO-Text a:hover {
  text-decoration: none;
}
/* line 96, ../sass/all/seo-text.scss */
.SEO-Text picture {
  display: block;
  margin-bottom: 20px;
}
/* line 100, ../sass/all/seo-text.scss */
.SEO-Text picture:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 104, ../sass/all/seo-text.scss */
.SEO-Text picture img {
  display: block;
  max-width: 100%;
}
/* line 110, ../sass/all/seo-text.scss */
.SEO-Text img {
  display: block;
  max-width: 100%;
}
/* line 115, ../sass/all/seo-text.scss */
.SEO-Text table {
  text-decoration: none;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  min-width: 738px;
  margin-bottom: 20px;
}
/* line 123, ../sass/all/seo-text.scss */
.SEO-Text table:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 127, ../sass/all/seo-text.scss */
.SEO-Text table th {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background-color: #2f2963;
}
/* line 134, ../sass/all/seo-text.scss */
.SEO-Text table td {
  font-size: 15px;
  color: #2f2963;
}
/* line 139, ../sass/all/seo-text.scss */
.SEO-Text table td, .SEO-Text table th {
  white-space: pre-wrap;
  padding: 10px 5px;
  line-height: 15px;
  vertical-align: middle;
  border: 1px solid #2f2963;
}
/* line 146, ../sass/all/seo-text.scss */
.SEO-Text table td a, .SEO-Text table th a {
  color: #6EC1E4;
  text-decoration: underline;
}
/* line 150, ../sass/all/seo-text.scss */
.SEO-Text table td a:hover, .SEO-Text table th a:hover {
  text-decoration: none;
}
/* line 157, ../sass/all/seo-text.scss */
.SEO-Text table tr:hover {
  background-color: #f9fafb;
}
/* line 160, ../sass/all/seo-text.scss */
.SEO-Text table tr:hover td {
  color: #2f2963;
  cursor: default;
}
/* line 168, ../sass/all/seo-text.scss */
.SEO-Text .mobile-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

/* line 176, ../sass/all/seo-text.scss */
.lang-he .SEO-Text {
  direction: rtl;
}
/* line 179, ../sass/all/seo-text.scss */
.lang-he .SEO-Text .show-btns {
  font-size: calc(16px * 1.2);
}
/* line 183, ../sass/all/seo-text.scss */
.lang-he .SEO-Text h1, .lang-he .SEO-Text h2, .lang-he .SEO-Text h3, .lang-he .SEO-Text h4, .lang-he .SEO-Text h5, .lang-he .SEO-Text h6 {
  font-size: calc(32px * 1.1);
}
/* line 187, ../sass/all/seo-text.scss */
.lang-he .SEO-Text h3 {
  font-size: calc(28px * 1.1);
}
/* line 191, ../sass/all/seo-text.scss */
.lang-he .SEO-Text h4 {
  font-size: calc(24px * 1.1);
}
/* line 195, ../sass/all/seo-text.scss */
.lang-he .SEO-Text h5 {
  font-size: calc(20px * 1.1);
}
/* line 199, ../sass/all/seo-text.scss */
.lang-he .SEO-Text h6 {
  font-size: calc(20px * 1.1);
}
/* line 203, ../sass/all/seo-text.scss */
.lang-he .SEO-Text p {
  font-size: calc(16px * 1.2);
}
/* line 207, ../sass/all/seo-text.scss */
.lang-he .SEO-Text ul {
  font-size: calc(16px * 1.2);
  padding-right: 20px;
  padding-left: 0;
}
/* line 213, ../sass/all/seo-text.scss */
.lang-he .SEO-Text .squares {
  padding: 0;
}
/* line 216, ../sass/all/seo-text.scss */
.lang-he .SEO-Text .squares li {
  margin-left: 30px;
  margin-right: 0;
}
/* line 220, ../sass/all/seo-text.scss */
.lang-he .SEO-Text .squares li:nth-child(4) {
  margin-left: 0;
}
/* line 226, ../sass/all/seo-text.scss */
.lang-he .SEO-Text table {
  text-align: right;
}
/* line 229, ../sass/all/seo-text.scss */
.lang-he .SEO-Text table th {
  font-size: 18px;
  text-align: right;
}
/* line 234, ../sass/all/seo-text.scss */
.lang-he .SEO-Text table td {
  font-size: 16px;
  text-align: right;
}
/* line 239, ../sass/all/seo-text.scss */
.lang-he .SEO-Text table td, .lang-he .SEO-Text table th {
  line-height: 16px;
}

@media only screen and (min-width: 1024px) and (max-width: 1599px) {
  /* line 249, ../sass/all/seo-text.scss */
  .SEO-Text h1, .SEO-Text h2, .SEO-Text h3, .SEO-Text h4, .SEO-Text h5, .SEO-Text h6 {
    font-size: 28px;
  }
  /* line 253, ../sass/all/seo-text.scss */
  .SEO-Text h3 {
    font-size: 24px;
  }
  /* line 257, ../sass/all/seo-text.scss */
  .SEO-Text h4 {
    font-size: 20px;
  }
  /* line 261, ../sass/all/seo-text.scss */
  .SEO-Text h5 {
    font-size: 18px;
  }
  /* line 265, ../sass/all/seo-text.scss */
  .SEO-Text h6 {
    font-size: 18px;
  }
  /* line 269, ../sass/all/seo-text.scss */
  .SEO-Text p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* line 274, ../sass/all/seo-text.scss */
  .SEO-Text ul {
    margin-bottom: 13px;
  }

  /* line 281, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h1, .lang-he .SEO-Text h2, .lang-he .SEO-Text h3, .lang-he .SEO-Text h4, .lang-he .SEO-Text h5, .lang-he .SEO-Text h6 {
    font-size: calc(28px * 1.1);
  }
  /* line 285, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h3 {
    font-size: calc(24px * 1.1);
  }
  /* line 289, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h4 {
    font-size: calc(20px * 1.1);
  }
  /* line 293, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h5 {
    font-size: calc(18px * 1.1);
  }
  /* line 297, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h6 {
    font-size: calc(18px * 1.1);
  }
  /* line 301, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text p {
    font-size: calc(16px * 1.2);
  }
  /* line 306, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text .squares li {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 317, ../sass/all/seo-text.scss */
  .SEO-Text {
    padding: 60px 0;
    padding-bottom: 30px;
  }
  /* line 321, ../sass/all/seo-text.scss */
  .SEO-Text.more-pb {
    padding-bottom: 60px;
  }
  /* line 325, ../sass/all/seo-text.scss */
  .SEO-Text h1, .SEO-Text h2, .SEO-Text h3, .SEO-Text h4, .SEO-Text h5, .SEO-Text h6 {
    font-size: 24px;
  }
  /* line 329, ../sass/all/seo-text.scss */
  .SEO-Text h3 {
    font-size: 20px;
  }
  /* line 333, ../sass/all/seo-text.scss */
  .SEO-Text h4 {
    font-size: 18px;
  }
  /* line 337, ../sass/all/seo-text.scss */
  .SEO-Text h5 {
    font-size: 16px;
  }
  /* line 341, ../sass/all/seo-text.scss */
  .SEO-Text h6 {
    font-size: 16px;
  }
  /* line 345, ../sass/all/seo-text.scss */
  .SEO-Text p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* line 350, ../sass/all/seo-text.scss */
  .SEO-Text ul {
    font-size: 15px;
    margin-bottom: 10px;
  }
  /* line 356, ../sass/all/seo-text.scss */
  .SEO-Text .squares li {
    border-radius: 15px;
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-top: 15px;
    padding: 15px;
  }
  /* line 363, ../sass/all/seo-text.scss */
  .SEO-Text .squares li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 367, ../sass/all/seo-text.scss */
  .SEO-Text .squares li:nth-child(3), .SEO-Text .squares li:nth-child(4) {
    margin-top: 15px;
  }
  /* line 372, ../sass/all/seo-text.scss */
  .SEO-Text .squares.squares3-2 {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  /* line 376, ../sass/all/seo-text.scss */
  .SEO-Text .squares.squares3-2 li {
    width: calc(100% / 2 - 30px) !important;
    margin: 15px !important;
  }
  /* line 380, ../sass/all/seo-text.scss */
  .SEO-Text .squares.squares3-2 li:nth-child(4), .SEO-Text .squares.squares3-2 li:nth-child(5) {
    width: calc(100% / 2 - 30px) !important;
  }

  /* line 390, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h1, .lang-he .SEO-Text h2, .lang-he .SEO-Text h3, .lang-he .SEO-Text h4, .lang-he .SEO-Text h5, .lang-he .SEO-Text h6 {
    font-size: calc(24px * 1.1);
  }
  /* line 394, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h3 {
    font-size: calc(20px * 1.1);
  }
  /* line 398, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h4 {
    font-size: calc(18px * 1.1);
  }
  /* line 402, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h5 {
    font-size: calc(16px * 1.1);
  }
  /* line 406, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h6 {
    font-size: calc(16px * 1.1);
  }
  /* line 410, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text p {
    font-size: calc(15px * 1.2);
  }
  /* line 414, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text ul {
    font-size: calc(15px * 1.2);
  }
  /* line 419, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text .squares li {
    margin-left: 15px;
  }
  /* line 422, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text .squares li:nth-child(2n) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 434, ../sass/all/seo-text.scss */
  .SEO-Text {
    padding: 45px 0;
    padding-bottom: 20px;
  }
  /* line 438, ../sass/all/seo-text.scss */
  .SEO-Text.more-pb {
    padding-bottom: 45px;
  }
  /* line 442, ../sass/all/seo-text.scss */
  .SEO-Text h1, .SEO-Text h2, .SEO-Text h3, .SEO-Text h4, .SEO-Text h5, .SEO-Text h6 {
    font-size: 22px;
  }
  /* line 446, ../sass/all/seo-text.scss */
  .SEO-Text h3 {
    font-size: 20px;
  }
  /* line 450, ../sass/all/seo-text.scss */
  .SEO-Text h4 {
    font-size: 18px;
  }
  /* line 454, ../sass/all/seo-text.scss */
  .SEO-Text h5 {
    font-size: 16px;
  }
  /* line 458, ../sass/all/seo-text.scss */
  .SEO-Text h6 {
    font-size: 15px;
  }
  /* line 462, ../sass/all/seo-text.scss */
  .SEO-Text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* line 467, ../sass/all/seo-text.scss */
  .SEO-Text ul {
    font-size: 14px;
    margin-bottom: 8px;
  }
  /* line 473, ../sass/all/seo-text.scss */
  .SEO-Text .squares li {
    border-radius: 15px;
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
    padding: 15px;
  }
  /* line 480, ../sass/all/seo-text.scss */
  .SEO-Text .squares li:nth-child(2), .SEO-Text .squares li:nth-child(3), .SEO-Text .squares li:nth-child(4) {
    margin-top: 15px;
  }
  /* line 485, ../sass/all/seo-text.scss */
  .SEO-Text .squares.squares3-2 {
    width: 100%;
    margin: 0 0;
  }
  /* line 489, ../sass/all/seo-text.scss */
  .SEO-Text .squares.squares3-2 li {
    width: 100% !important;
    margin: 15px 0 0 0 !important;
  }
  /* line 493, ../sass/all/seo-text.scss */
  .SEO-Text .squares.squares3-2 li:last-child {
    margin-bottom: 15px !important;
  }
  /* line 497, ../sass/all/seo-text.scss */
  .SEO-Text .squares.squares3-2 li:nth-child(4), .SEO-Text .squares.squares3-2 li:nth-child(5) {
    width: 100% !important;
  }
  /* line 504, ../sass/all/seo-text.scss */
  .SEO-Text .show-btns {
    padding: 0 15px;
  }

  /* line 511, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h1, .lang-he .SEO-Text h2, .lang-he .SEO-Text h3, .lang-he .SEO-Text h4, .lang-he .SEO-Text h5, .lang-he .SEO-Text h6 {
    font-size: calc(22px * 1.1);
  }
  /* line 515, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h3 {
    font-size: calc(20px * 1.1);
  }
  /* line 519, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h4 {
    font-size: calc(18px * 1.1);
  }
  /* line 523, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h5 {
    font-size: calc(16px * 1.1);
  }
  /* line 527, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text h6 {
    font-size: calc(15px * 1.1);
  }
  /* line 531, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text p {
    font-size: calc(14px * 1.2);
  }
  /* line 535, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text ul {
    font-size: calc(14px * 1.2);
  }
  /* line 540, ../sass/all/seo-text.scss */
  .lang-he .SEO-Text .squares li {
    margin-left: 0;
  }
}
/* line 1, ../sass/all/year-alert.scss */
.year-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 14, ../sass/all/year-alert.scss */
.year-alert-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.05;
}

/* line 25, ../sass/all/year-alert.scss */
.year-alert-wr {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* line 36, ../sass/all/year-alert.scss */
.year-alert-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
/* line 42, ../sass/all/year-alert.scss */
.year-alert-btn .site-btn {
  margin: 0 20px;
  cursor: pointer;
}

@media only screen and (min-width: 120px) and (max-width: 1240px) {
  /* line 49, ../sass/all/year-alert.scss */
  .year-alert-wr {
    max-width: 600px;
  }
  /* line 52, ../sass/all/year-alert.scss */
  .year-alert-wr .section-title {
    margin-bottom: 19px;
  }

  /* line 57, ../sass/all/year-alert.scss */
  .year-alert-btn {
    margin-top: 20px;
  }
}
/* line 1, ../sass/all/cookies-allow.scss */
.cookies-allow {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 45px;
  bottom: 30px;
  right: 30px;
  z-index: 10000000;
  background: #fff;
  padding: 45px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
}
/* line 22, ../sass/all/cookies-allow.scss */
.cookies-allow.show {
  opacity: 1;
  visibility: visible;
}
/* line 27, ../sass/all/cookies-allow.scss */
.cookies-allow .icon {
  position: relative;
  width: 45px;
}
/* line 31, ../sass/all/cookies-allow.scss */
.cookies-allow .icon svg, .cookies-allow .icon img {
  display: block;
  width: 100%;
}
/* line 37, ../sass/all/cookies-allow.scss */
.cookies-allow .site-text {
  max-width: 400px;
  line-height: 1.4;
}
/* line 41, ../sass/all/cookies-allow.scss */
.cookies-allow .site-text a {
  text-decoration: underline;
}
@media (hover: hover) {
  /* line 45, ../sass/all/cookies-allow.scss */
  .cookies-allow .site-text a:hover {
    color: #F30B32;
    text-decoration: none;
  }
}
/* line 53, ../sass/all/cookies-allow.scss */
.cookies-allow .buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
/* line 68, ../sass/all/cookies-allow.scss */
.cookies-allow .buttons .site-btn.decline {
  border: none;
  font-weight: 400;
}
@media (hover: hover) {
  /* line 73, ../sass/all/cookies-allow.scss */
  .cookies-allow .buttons .site-btn.decline:hover {
    color: #F30B32;
    background-color: transparent;
  }
}

@media only screen and (min-width: 1241px) and (max-width: 1599px) {
  /* line 85, ../sass/all/cookies-allow.scss */
  .cookies-allow {
    gap: 40px;
    bottom: 25px;
    right: 25px;
    padding: 40px;
  }
  /* line 91, ../sass/all/cookies-allow.scss */
  .cookies-allow .icon {
    width: 40px;
  }
  /* line 95, ../sass/all/cookies-allow.scss */
  .cookies-allow .site-text {
    max-width: 350px;
  }
  /* line 99, ../sass/all/cookies-allow.scss */
  .cookies-allow .buttons {
    gap: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 108, ../sass/all/cookies-allow.scss */
  .cookies-allow {
    gap: 30px;
    bottom: 20px;
    right: 20px;
    padding: 30px;
  }
  /* line 114, ../sass/all/cookies-allow.scss */
  .cookies-allow .icon {
    width: 35px;
  }
  /* line 118, ../sass/all/cookies-allow.scss */
  .cookies-allow .site-text {
    max-width: 300px;
  }
  /* line 122, ../sass/all/cookies-allow.scss */
  .cookies-allow .buttons {
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 131, ../sass/all/cookies-allow.scss */
  .cookies-allow {
    gap: 25px;
    bottom: 15px;
    right: 15px;
    padding: 25px;
  }
  /* line 137, ../sass/all/cookies-allow.scss */
  .cookies-allow .icon {
    width: 35px;
  }
  /* line 141, ../sass/all/cookies-allow.scss */
  .cookies-allow .site-text {
    max-width: 300px;
  }
  /* line 145, ../sass/all/cookies-allow.scss */
  .cookies-allow .buttons {
    gap: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 154, ../sass/all/cookies-allow.scss */
  .cookies-allow {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    gap: 15px;
    bottom: 15px;
    right: 15px;
    padding: 15px;
  }
  /* line 167, ../sass/all/cookies-allow.scss */
  .cookies-allow .icon {
    width: 45px;
  }
  /* line 171, ../sass/all/cookies-allow.scss */
  .cookies-allow .site-text {
    text-align: center;
    max-width: calc(100vw - 60px);
  }
  /* line 176, ../sass/all/cookies-allow.scss */
  .cookies-allow .buttons {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
  }
}
/* line 1, ../sass/all/input-global-style.scss */
.input-global-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 14, ../sass/all/input-global-style.scss */
.input-wr-global-style {
  position: relative;
  display: block;
}
/* line 18, ../sass/all/input-global-style.scss */
.input-wr-global-style .iti {
  width: 100%;
}
/* line 22, ../sass/all/input-global-style.scss */
.input-wr-global-style textarea ~ .input-title-global-style {
  top: 15px;
  transform: translateY(0);
}

/* line 28, ../sass/all/input-global-style.scss */
.input-global-style {
  display: block;
  width: 100%;
  border: 1px solid rgba(54, 54, 64, 0.2);
  border-radius: 10px;
  height: 50px;
  padding: 0 15px;
  padding-top: 20px;
  font-size: 16px;
  color: #000;
}
/* line 39, ../sass/all/input-global-style.scss */
.input-global-style.error {
  background-color: #ffa3a382;
}
/* line 43, ../sass/all/input-global-style.scss */
.input-global-style::placeholder {
  opacity: 0;
  color: transparent;
  font-size: 0px;
}
/* line 49, ../sass/all/input-global-style.scss */
.input-global-style:not(:placeholder-shown) + .input-title-global-style {
  transform: translateY(0%);
  top: 5px;
  font-size: 12px;
  opacity: 0.5;
}
/* line 56, ../sass/all/input-global-style.scss */
.input-global-style:focus {
  border-color: #00C2A6;
}
/* line 59, ../sass/all/input-global-style.scss */
.input-global-style:focus + .input-title-global-style {
  transform: translateY(0%);
  top: 5px;
  font-size: 12px;
  opacity: 0.5;
}

/* line 68, ../sass/all/input-global-style.scss */
.input-title-global-style {
  position: absolute;
  font-weight: 400;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  font-size: 16px;
  cursor: text;
  pointer-events: none;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
/* line 80, ../sass/all/input-global-style.scss */
.input-title-global-style.with-flag {
  left: 52px;
  transform: translateY(0%);
  top: 5px;
  font-size: 12px;
  opacity: 0.5;
}
/* line 88, ../sass/all/input-global-style.scss */
.input-title-global-style.rel {
  display: block;
  position: relative;
  left: auto;
  right: auto;
  transform: none;
  margin-bottom: 10px;
}
/* line 97, ../sass/all/input-global-style.scss */
.input-title-global-style .required {
  font-style: normal;
  color: red;
}

/* line 103, ../sass/all/input-global-style.scss */
.submit-global-style {
  height: 50px;
}

/* line 110, ../sass/all/input-global-style.scss */
.lang-he .input-wr-global-style .iti .input-global-style {
  text-align: left;
  padding-right: 52px;
  padding-left: 15px;
}
/* line 117, ../sass/all/input-global-style.scss */
.lang-he .input-wr-global-style .iti__flag-container {
  left: auto;
  right: 0;
}
/* line 122, ../sass/all/input-global-style.scss */
.lang-he .input-wr-global-style .iti__arrow {
  margin-left: 0;
  margin-right: 6px;
}
/* line 127, ../sass/all/input-global-style.scss */
.lang-he .input-wr-global-style .iti__country-list {
  max-width: 290px;
  direction: ltr;
}
/* line 133, ../sass/all/input-global-style.scss */
.lang-he .input-title-global-style {
  right: 16px;
  left: auto;
}
/* line 137, ../sass/all/input-global-style.scss */
.lang-he .input-title-global-style.with-flag {
  left: auto;
  right: 52px;
}
/* line 142, ../sass/all/input-global-style.scss */
.lang-he .input-title-global-style.rel {
  left: auto;
  right: auto;
}
