@charset "UTF-8";
/* line 5, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/all/root.scss */
:root {
  --text-font-family: 'Montserrat', sans-serif;
  --title-font-family: 'segoeuib';
  --title-font-size: 16px;
  --text-font-size: 20px;
  --title-line-height: 1.5;
  --color-white: #fff;
  --color-black: #000000;
  --color-orange: #BE2628;
  --color-gray: #FAFAFA;
}

/* line 20, ../sass/all/root.scss */
body.he {
  --title-font-size: calc(16px * 1.2);
  --text-font-size: calc(20px * 1.2);
  --text-font-family: 'Rubik', sans-serif;
  --title-font-family: 'Rubik', sans-serif;
}

@media only screen and (min-width: 1241px) and (max-width: 1480px) {
  /* line 30, ../sass/all/root.scss */
  :root {
    --title-font-size: 15px;
    --text-font-size: 18px;
  }

  /* line 35, ../sass/all/root.scss */
  body.he {
    --title-font-size: calc(15px * 1.2);
    --text-font-size: calc(18px * 1.2);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 43, ../sass/all/root.scss */
  :root {
    --title-font-size: 15px;
    --text-font-size: 18px;
  }

  /* line 48, ../sass/all/root.scss */
  body.he {
    --title-font-size: calc(15px * 1.2);
    --text-font-size: calc(18px * 1.2);
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 55, ../sass/all/root.scss */
  :root {
    --title-font-size: 15px;
    --text-font-size: 17px;
  }

  /* line 59, ../sass/all/root.scss */
  body.he {
    --title-font-size: calc(15px * 1.2);
    --text-font-size: calc(17px * 1.2);
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 66, ../sass/all/root.scss */
  :root {
    --title-font-size: 14px;
    --text-font-size: 16px;
  }

  /* line 71, ../sass/all/root.scss */
  body.he {
    --title-font-size: calc(14px * 1.2);
    --text-font-size: calc(16px * 1.2);
  }
}
@font-face {
  font-family: 'segoeuib';
  src: local("segoeuib.ttf"), local("segoeuib"), url("../fonts/segoeuib.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* line 14, ../sass/all/base.scss */
.mr-top-0 {
  margin-top: 0 !important;
}

/* line 18, ../sass/all/base.scss */
.mr-top-10 {
  margin-top: 10px !important;
}

/* line 22, ../sass/all/base.scss */
.mr-top-20 {
  margin-top: 20px !important;
}

/* line 26, ../sass/all/base.scss */
.mr-top-30 {
  margin-top: 30px !important;
}

/* line 30, ../sass/all/base.scss */
.mr-top-40 {
  margin-top: 40px !important;
}

/* line 34, ../sass/all/base.scss */
.mr-top-50 {
  margin-top: 50px !important;
}

/* line 38, ../sass/all/base.scss */
.mr-bot-0 {
  margin-bottom: 0 !important;
}

/* line 42, ../sass/all/base.scss */
.mr-bot-10 {
  margin-bottom: 10px !important;
}

/* line 46, ../sass/all/base.scss */
.mr-bot-20 {
  margin-bottom: 20px !important;
}

/* line 50, ../sass/all/base.scss */
.mr-bot-30 {
  margin-bottom: 30px !important;
}

/* line 54, ../sass/all/base.scss */
.mr-bot-40 {
  margin-bottom: 40px !important;
}

/* line 58, ../sass/all/base.scss */
.mr-bot-50 {
  margin-bottom: 50px !important;
}

/* line 65, ../sass/all/base.scss */
.pd-top-0 {
  padding-top: 0 !important;
}

/* line 69, ../sass/all/base.scss */
.pd-top-10 {
  padding-top: 10px !important;
}

/* line 73, ../sass/all/base.scss */
.pd-top-20 {
  padding-top: 20px !important;
}

/* line 77, ../sass/all/base.scss */
.pd-top-30 {
  padding-top: 30px !important;
}

/* line 81, ../sass/all/base.scss */
.pd-top-40 {
  padding-top: 40px !important;
}

/* line 85, ../sass/all/base.scss */
.pd-top-50 {
  padding-top: 50px !important;
}

/* line 89, ../sass/all/base.scss */
.pd-bot-0 {
  padding-bottom: 0 !important;
}

/* line 93, ../sass/all/base.scss */
.pd-bot-10 {
  padding-bottom: 10px !important;
}

/* line 97, ../sass/all/base.scss */
.pd-bot-20 {
  padding-bottom: 20px !important;
}

/* line 101, ../sass/all/base.scss */
.pd-bot-30 {
  padding-bottom: 30px !important;
}

/* line 105, ../sass/all/base.scss */
.pd-bot-40 {
  padding-bottom: 40px !important;
}

/* line 109, ../sass/all/base.scss */
.pd-bot-50 {
  padding-bottom: 50px !important;
}

/* line 115, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase;
}

/* line 119, ../sass/all/base.scss */
.tac {
  text-align: center;
}

/* line 123, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 127, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 153, ../sass/all/base.scss */
  .mr-top-10 {
    margin-top: 7px !important;
  }

  /* line 157, ../sass/all/base.scss */
  .mr-top-20 {
    margin-top: 10px !important;
  }

  /* line 161, ../sass/all/base.scss */
  .mr-top-30 {
    margin-top: 15px !important;
  }

  /* line 165, ../sass/all/base.scss */
  .mr-top-40 {
    margin-top: 20px !important;
  }

  /* line 169, ../sass/all/base.scss */
  .mr-top-50 {
    margin-top: 30px !important;
  }

  /* line 173, ../sass/all/base.scss */
  .mr-bot-10 {
    margin-bottom: 7px !important;
  }

  /* line 177, ../sass/all/base.scss */
  .mr-bot-20 {
    margin-bottom: 10px !important;
  }

  /* line 181, ../sass/all/base.scss */
  .mr-bot-30 {
    margin-bottom: 15px !important;
  }

  /* line 185, ../sass/all/base.scss */
  .mr-bot-40 {
    margin-bottom: 20px !important;
  }

  /* line 189, ../sass/all/base.scss */
  .mr-bot-50 {
    margin-bottom: 30px !important;
  }

  /* line 195, ../sass/all/base.scss */
  .pd-top-10 {
    padding-top: 7px !important;
  }

  /* line 199, ../sass/all/base.scss */
  .pd-top-20 {
    padding-top: 10px !important;
  }

  /* line 203, ../sass/all/base.scss */
  .pd-top-30 {
    padding-top: 15px !important;
  }

  /* line 207, ../sass/all/base.scss */
  .pd-top-40 {
    padding-top: 20px !important;
  }

  /* line 211, ../sass/all/base.scss */
  .pd-top-50 {
    padding-top: 30px !important;
  }

  /* line 216, ../sass/all/base.scss */
  .pd-bot-10 {
    padding-bottom: 7px !important;
  }

  /* line 220, ../sass/all/base.scss */
  .pd-bot-20 {
    padding-bottom: 10px !important;
  }

  /* line 224, ../sass/all/base.scss */
  .pd-bot-30 {
    padding-bottom: 15px !important;
  }

  /* line 228, ../sass/all/base.scss */
  .pd-bot-40 {
    padding-bottom: 20px !important;
  }

  /* line 232, ../sass/all/base.scss */
  .pd-bot-50 {
    padding-bottom: 30px !important;
  }
}
@font-face {
  font-family: 'segoeuib';
  src: local("segoeuib.ttf"), local("segoeuib"), url("../fonts/segoeuib.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* line 14, ../sass/all/base.scss */
.mr-top-0 {
  margin-top: 0 !important;
}

/* line 18, ../sass/all/base.scss */
.mr-top-10 {
  margin-top: 10px !important;
}

/* line 22, ../sass/all/base.scss */
.mr-top-20 {
  margin-top: 20px !important;
}

/* line 26, ../sass/all/base.scss */
.mr-top-30 {
  margin-top: 30px !important;
}

/* line 30, ../sass/all/base.scss */
.mr-top-40 {
  margin-top: 40px !important;
}

/* line 34, ../sass/all/base.scss */
.mr-top-50 {
  margin-top: 50px !important;
}

/* line 38, ../sass/all/base.scss */
.mr-bot-0 {
  margin-bottom: 0 !important;
}

/* line 42, ../sass/all/base.scss */
.mr-bot-10 {
  margin-bottom: 10px !important;
}

/* line 46, ../sass/all/base.scss */
.mr-bot-20 {
  margin-bottom: 20px !important;
}

/* line 50, ../sass/all/base.scss */
.mr-bot-30 {
  margin-bottom: 30px !important;
}

/* line 54, ../sass/all/base.scss */
.mr-bot-40 {
  margin-bottom: 40px !important;
}

/* line 58, ../sass/all/base.scss */
.mr-bot-50 {
  margin-bottom: 50px !important;
}

/* line 65, ../sass/all/base.scss */
.pd-top-0 {
  padding-top: 0 !important;
}

/* line 69, ../sass/all/base.scss */
.pd-top-10 {
  padding-top: 10px !important;
}

/* line 73, ../sass/all/base.scss */
.pd-top-20 {
  padding-top: 20px !important;
}

/* line 77, ../sass/all/base.scss */
.pd-top-30 {
  padding-top: 30px !important;
}

/* line 81, ../sass/all/base.scss */
.pd-top-40 {
  padding-top: 40px !important;
}

/* line 85, ../sass/all/base.scss */
.pd-top-50 {
  padding-top: 50px !important;
}

/* line 89, ../sass/all/base.scss */
.pd-bot-0 {
  padding-bottom: 0 !important;
}

/* line 93, ../sass/all/base.scss */
.pd-bot-10 {
  padding-bottom: 10px !important;
}

/* line 97, ../sass/all/base.scss */
.pd-bot-20 {
  padding-bottom: 20px !important;
}

/* line 101, ../sass/all/base.scss */
.pd-bot-30 {
  padding-bottom: 30px !important;
}

/* line 105, ../sass/all/base.scss */
.pd-bot-40 {
  padding-bottom: 40px !important;
}

/* line 109, ../sass/all/base.scss */
.pd-bot-50 {
  padding-bottom: 50px !important;
}

/* line 115, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase;
}

/* line 119, ../sass/all/base.scss */
.tac {
  text-align: center;
}

/* line 123, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 127, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 153, ../sass/all/base.scss */
  .mr-top-10 {
    margin-top: 7px !important;
  }

  /* line 157, ../sass/all/base.scss */
  .mr-top-20 {
    margin-top: 10px !important;
  }

  /* line 161, ../sass/all/base.scss */
  .mr-top-30 {
    margin-top: 15px !important;
  }

  /* line 165, ../sass/all/base.scss */
  .mr-top-40 {
    margin-top: 20px !important;
  }

  /* line 169, ../sass/all/base.scss */
  .mr-top-50 {
    margin-top: 30px !important;
  }

  /* line 173, ../sass/all/base.scss */
  .mr-bot-10 {
    margin-bottom: 7px !important;
  }

  /* line 177, ../sass/all/base.scss */
  .mr-bot-20 {
    margin-bottom: 10px !important;
  }

  /* line 181, ../sass/all/base.scss */
  .mr-bot-30 {
    margin-bottom: 15px !important;
  }

  /* line 185, ../sass/all/base.scss */
  .mr-bot-40 {
    margin-bottom: 20px !important;
  }

  /* line 189, ../sass/all/base.scss */
  .mr-bot-50 {
    margin-bottom: 30px !important;
  }

  /* line 195, ../sass/all/base.scss */
  .pd-top-10 {
    padding-top: 7px !important;
  }

  /* line 199, ../sass/all/base.scss */
  .pd-top-20 {
    padding-top: 10px !important;
  }

  /* line 203, ../sass/all/base.scss */
  .pd-top-30 {
    padding-top: 15px !important;
  }

  /* line 207, ../sass/all/base.scss */
  .pd-top-40 {
    padding-top: 20px !important;
  }

  /* line 211, ../sass/all/base.scss */
  .pd-top-50 {
    padding-top: 30px !important;
  }

  /* line 216, ../sass/all/base.scss */
  .pd-bot-10 {
    padding-bottom: 7px !important;
  }

  /* line 220, ../sass/all/base.scss */
  .pd-bot-20 {
    padding-bottom: 10px !important;
  }

  /* line 224, ../sass/all/base.scss */
  .pd-bot-30 {
    padding-bottom: 15px !important;
  }

  /* line 228, ../sass/all/base.scss */
  .pd-bot-40 {
    padding-bottom: 20px !important;
  }

  /* line 232, ../sass/all/base.scss */
  .pd-bot-50 {
    padding-bottom: 30px !important;
  }
}
/* line 3, ../sass/all/wrapper.scss */
body {
  background-color: #fff;
}
/* line 6, ../sass/all/wrapper.scss */
body.he {
  direction: rtl;
}
/* line 9, ../sass/all/wrapper.scss */
body.he .he-phone {
  direction: ltr;
}
/* line 13, ../sass/all/wrapper.scss */
body.he input[type="tel"] {
  direction: ltr;
  text-align: right;
  display: inline-block;
}
/* line 19, ../sass/all/wrapper.scss */
body.he .fancybox__counter {
  direction: rtl;
}

/* line 25, ../sass/all/wrapper.scss */
html, body {
  min-height: 100%;
  line-height: var(--title-line-height);
  font-size: var(--title-font-size);
  font-weight: 400;
  font-family: var(--text-font-family);
  position: relative;
  color: var(--color-black);
}

/* line 36, ../sass/all/wrapper.scss */
.fancybox__container {
  z-index: 10501151 !important;
}

/* Контейнер */
/* line 43, ../sass/all/wrapper.scss */
.container {
  width: 100%;
  max-width: 1386px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}

/* line 52, ../sass/all/wrapper.scss */
input, textarea, select {
  -webkit-appearance: none;
  display: block;
  border-radius: 0;
  border: solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-width: 0 0 1px 0;
  width: 100%;
  resize: none;
  font-family: var(--text-font-family);
  transition: border-color .1s ease-in-out;
  color: var(--color-black);
  padding: 16px;
  font-size: 18px;
  outline: none;
  width: 100%;
  margin-bottom: 0;
  max-width: 100%;
  border: 1px solid #E0E0E0;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 5px;
  height: 57px;
  border-radius: 16px !important;
}
/* line 77, ../sass/all/wrapper.scss */
input::placeholder, textarea::placeholder, select::placeholder {
  color: var(--color-black);
  font-size: 18px;
  opacity: 0.7;
}

/* line 84, ../sass/all/wrapper.scss */
select {
  -webkit-appearance: auto;
}

/* line 88, ../sass/all/wrapper.scss */
button {
  outline: none;
  background-color: transparent;
  cursor: pointer;
  border: none;
  font-family: var(--text-font-family);
}

/* line 98, ../sass/all/wrapper.scss */
input:focus, textarea:focus, select:focus {
  border-color: #000 !important;
}
/* line 102, ../sass/all/wrapper.scss */
input.error, textarea.error, select.error {
  border-color: red !important;
}
/* line 106, ../sass/all/wrapper.scss */
input:hover, textarea:hover, select:hover {
  border-color: #000 !important;
}

/* line 111, ../sass/all/wrapper.scss */
input[type='number'] {
  -moz-appearance: textfield;
}

/* line 115, ../sass/all/wrapper.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 120, ../sass/all/wrapper.scss */
button {
  cursor: pointer;
}

/* line 124, ../sass/all/wrapper.scss */
.hidden {
  overflow: hidden;
}

/* line 128, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
  transition: color .15s ease;
  cursor: pointer;
  color: inherit;
}

/* line 135, ../sass/all/wrapper.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 141, ../sass/all/wrapper.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 147, ../sass/all/wrapper.scss */
.clearfix:after {
  clear: both;
}

/* line 151, ../sass/all/wrapper.scss */
.tac {
  text-align: center;
}

/* IE6/7 support */
/* line 156, ../sass/all/wrapper.scss */
.clearfix {
  *zoom: 1;
}

/* line 160, ../sass/all/wrapper.scss */
.hidden-link {
  cursor: pointer;
}

@media only screen and (min-width: 1241px) and (max-width: 1480px) {
  /* line 165, ../sass/all/wrapper.scss */
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 171, ../sass/all/wrapper.scss */
  .container {
    max-width: 900px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 179, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }

  /* line 180, ../sass/all/wrapper.scss */
  .container, .min-container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 188, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }

  /* line 189, ../sass/all/wrapper.scss */
  .container, .min-container {
    max-width: 100%;
    padding: 0 20px;
  }

  /* line 195, ../sass/all/wrapper.scss */
  .alertify-notifier.ajs-right .ajs-message.ajs-visible {
    right: 20px !important;
  }
}
/* line 1, ../sass/all/header.scss */
.header {
  position: relative;
  z-index: 11;
}

/* line 6, ../sass/all/header.scss */
.header-wr {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
/* line 11, ../sass/all/header.scss */
.header-wr .polylang--dropdown {
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 10px;
}
/* line 17, ../sass/all/header.scss */
.header-wr .polylang--dropdown:hover {
  overflow: visible;
  border-radius: 0;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
/* line 23, ../sass/all/header.scss */
.header-wr .polylang--dropdown:hover .dropdown-menu {
  display: block;
}
/* line 27, ../sass/all/header.scss */
.header-wr .polylang--dropdown:hover .btn {
  color: #000;
  background-color: #fff;
}
/* line 31, ../sass/all/header.scss */
.header-wr .polylang--dropdown:hover .btn:hover {
  color: #fff;
  background-color: #000;
}
/* line 38, ../sass/all/header.scss */
.header-wr .polylang--dropdown .btn {
  padding: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
/* line 49, ../sass/all/header.scss */
.header-wr .polylang--dropdown .btn.btn-sm {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
/* line 57, ../sass/all/header.scss */
.header-wr .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -1px;
  display: none;
  background-color: #000;
  border: 1px solid #000;
  border-top: none;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  overflow: hidden;
}

/* line 71, ../sass/all/header.scss */
.header-logo {
  position: relative;
  display: inline-block;
  width: 200px;
}
/* line 76, ../sass/all/header.scss */
.header-logo img {
  display: block;
  width: 100%;
  max-height: 80px;
  object-fit: contain;
  width: auto;
}

/* line 85, ../sass/all/header.scss */
.header-logo-text {
  margin: 0 10px;
  font-size: 14px;
  display: block;
  opacity: 0.8;
}

/* line 93, ../sass/all/header.scss */
.header-location {
  display: flex;
  align-items: center;
  margin-left: 40px;
  margin-right: auto;
}
/* line 99, ../sass/all/header.scss */
.header-location svg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
/* line 105, ../sass/all/header.scss */
.header-location span {
  font-size: 14px;
  opacity: 0.8;
  display: block;
}

/* line 112, ../sass/all/header.scss */
.header-social {
  display: flex;
  align-items: center;
}
/* line 116, ../sass/all/header.scss */
.header-social a {
  display: inline-block;
  margin: 0 5px;
}
/* line 121, ../sass/all/header.scss */
.header-social svg {
  display: block;
  width: 30px;
  height: 30px;
}
/* line 127, ../sass/all/header.scss */
.header-social .ph-mob {
  display: none;
}

/* line 133, ../sass/all/header.scss */
.header-social-mobile-btn {
  display: none;
}

/* line 137, ../sass/all/header.scss */
.header-phone-box {
  margin: 0 30px;
}
/* line 140, ../sass/all/header.scss */
.header-phone-box a {
  font-weight: 600;
  display: inline-block;
  font-size: var(--text-font-size);
}
/* line 146, ../sass/all/header.scss */
.header-phone-box small {
  font-size: 14px;
  opacity: 0.8;
  display: block;
  margin-top: 4px;
  position: relative;
}
/* line 153, ../sass/all/header.scss */
.header-phone-box small:before {
  content: '';
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: #37fc37;
  display: inline-block;
  top: -1px;
}

/* line 167, ../sass/all/header.scss */
.header-call-btn {
  padding: 0 25px !important;
  height: 60px !important;
  font-size: 13px !important;
}
/* line 173, ../sass/all/header.scss */
.header-call-btn.whatsapp {
  padding: 0 !important;
  height: 36px !important;
  width: 36px !important;
}
/* line 178, ../sass/all/header.scss */
.header-call-btn.whatsapp svg {
  width: 23px;
}

/* line 184, ../sass/all/header.scss */
.header-menu {
  display: flex;
  justify-content: space-around;
  box-shadow: 3px 1px 12px -9px var(--color-black);
  border-radius: 10px;
  margin: 10px 0 0;
  z-index: 2;
  position: relative;
  background: #fff;
}
/* line 194, ../sass/all/header.scss */
.header-menu ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
/* line 199, ../sass/all/header.scss */
.header-menu ul li {
  width: calc(100% / 4);
  display: flex;
  justify-content: center;
}
/* line 204, ../sass/all/header.scss */
.header-menu ul li a {
  font-size: var(--text-font-size);
  font-weight: 500;
  transition: .3s linear;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  text-align: center;
  line-height: 1.1;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
/* line 219, ../sass/all/header.scss */
.header-menu ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: var(--color-orange);
  width: 100%;
  transform: scaleX(0);
  transition: transform .2s ease-in-out;
  border-radius: 6px;
}
/* line 231, ../sass/all/header.scss */
.header-menu ul li a:hover, .header-menu ul li a.active {
  background-color: var(--color-gray);
}
/* line 234, ../sass/all/header.scss */
.header-menu ul li a:hover::after, .header-menu ul li a.active::after {
  transform: scaleX(1);
}

/* line 243, ../sass/all/header.scss */
.header-lang {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
/* line 248, ../sass/all/header.scss */
.header-lang .site-btn {
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 12px;
  margin-left: 5px;
}

/* line 257, ../sass/all/header.scss */
.mobile-menu-btn {
  display: none;
}

/* line 263, ../sass/all/header.scss */
body.he .header-call-btn {
  font-size: calc(14px * 1.2) !important;
}
/* line 267, ../sass/all/header.scss */
body.he .header-location {
  margin-right: 40px;
  margin-left: auto;
}
/* line 271, ../sass/all/header.scss */
body.he .header-location span {
  font-size: calc(14px * 1.2);
}
/* line 276, ../sass/all/header.scss */
body.he .header-logo-text {
  font-size: calc(14px * 1.2);
  max-width: 145px;
}
/* line 283, ../sass/all/header.scss */
body.he .header-phone-box small {
  font-size: calc(14px * 1.2);
}
/* line 286, ../sass/all/header.scss */
body.he .header-phone-box small:before {
  margin-left: 5px;
  margin-right: 0;
}

@media screen and (min-width: 700px) {
  /* line 295, ../sass/all/header.scss */
  .mob-wa {
    display: none !important;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1480px) {
  /* line 302, ../sass/all/header.scss */
  .header-logo-text {
    font-size: 12px;
  }

  /* line 306, ../sass/all/header.scss */
  .header-location {
    margin-left: 5px;
  }
  /* line 309, ../sass/all/header.scss */
  .header-location span {
    font-size: 12px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 319, ../sass/all/header.scss */
  .header-logo {
    width: 150px;
    margin-right: auto;
  }

  /* line 324, ../sass/all/header.scss */
  .header-logo-text {
    display: none;
  }

  /* line 328, ../sass/all/header.scss */
  .header-location {
    display: none;
  }

  /* line 332, ../sass/all/header.scss */
  .header-phone-box {
    margin: 0 15px;
  }
  /* line 335, ../sass/all/header.scss */
  .header-phone-box small {
    font-size: 12px;
    margin-top: -2px;
  }

  /* line 343, ../sass/all/header.scss */
  body.he .header-logo {
    margin-right: initial;
    margin-left: auto;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 353, ../sass/all/header.scss */
  .header-logo {
    width: 140px;
    margin-right: auto;
  }
  /* line 357, ../sass/all/header.scss */
  .header-logo img {
    max-height: 53px;
  }

  /* line 362, ../sass/all/header.scss */
  .header-logo-text {
    display: none;
  }

  /* line 366, ../sass/all/header.scss */
  .header-location {
    display: none;
  }

  /* line 370, ../sass/all/header.scss */
  .header-phone-box {
    margin: 0 15px;
  }
  /* line 373, ../sass/all/header.scss */
  .header-phone-box small {
    font-size: 12px;
    margin-top: -2px;
  }

  /* line 381, ../sass/all/header.scss */
  body.he .header-logo {
    margin-right: initial;
    margin-left: auto;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 390, ../sass/all/header.scss */
  .header-wr {
    padding: 10px 0 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
  }
  /* line 398, ../sass/all/header.scss */
  .header-wr .polylang--dropdown {
    margin: 0;
  }

  /* line 403, ../sass/all/header.scss */
  .header-logo {
    width: 130px;
    margin-right: auto;
  }
  /* line 407, ../sass/all/header.scss */
  .header-logo img {
    max-height: 53px;
  }

  /* line 413, ../sass/all/header.scss */
  .header-logo-text {
    display: none;
  }

  /* line 417, ../sass/all/header.scss */
  .header-location {
    display: none;
  }

  /* line 421, ../sass/all/header.scss */
  .header-social {
    width: auto;
    justify-content: flex-end;
  }
  /* line 425, ../sass/all/header.scss */
  .header-social .ph-mob {
    display: block;
  }
  /* line 429, ../sass/all/header.scss */
  .header-social a {
    margin: 0 4px;
  }

  /* line 434, ../sass/all/header.scss */
  .header-social-mobile-btn {
    display: flex;
    margin-right: 80px;
  }

  /* line 439, ../sass/all/header.scss */
  .header-social-wr {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0px;
    background: #fff;
    box-shadow: 0px -1px 6px 4px #cfc6c6;
    padding: 10px 50px;
    display: flex;
    justify-content: space-around;
    transform: translateY(140%);
    transition: transform .4s linear;
  }
  /* line 453, ../sass/all/header.scss */
  .header-social-wr.active {
    transform: translateY(0);
  }

  /* line 458, ../sass/all/header.scss */
  .header-lang {
    position: absolute;
    right: 50px;
    top: 15px;
  }

  /* line 465, ../sass/all/header.scss */
  .header-phone-box {
    width: 50%;
    margin: 0;
    display: none;
  }
  /* line 470, ../sass/all/header.scss */
  .header-phone-box small {
    font-size: 10px;
    margin-top: -2px;
  }

  /* line 476, ../sass/all/header.scss */
  .header-call-btn {
    padding: 0 20px !important;
    font-size: 11px !important;
    height: 46px !important;
    display: none !important;
  }

  /* line 483, ../sass/all/header.scss */
  .header-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    z-index: 9;
    box-shadow: none;
    padding-top: 200px;
  }
  /* line 495, ../sass/all/header.scss */
  .header-menu.active {
    display: block;
  }
  /* line 499, ../sass/all/header.scss */
  .header-menu ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* line 504, ../sass/all/header.scss */
  .header-menu ul li {
    width: 100%;
    padding: 0 4%;
  }
  /* line 508, ../sass/all/header.scss */
  .header-menu ul li a {
    display: flex;
    width: 100%;
    padding: 5px;
    font-size: 22px;
    text-align: center;
  }
  /* line 518, ../sass/all/header.scss */
  .header-menu ul li:first-child a {
    padding-top: 10px;
  }
  /* line 525, ../sass/all/header.scss */
  .header-menu ul li:last-child a {
    padding-bottom: 10px;
  }

  /* line 533, ../sass/all/header.scss */
  .mobile-menu-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    margin-left: 5px;
  }
  /* line 542, ../sass/all/header.scss */
  .mobile-menu-btn .line-wr {
    position: relative;
    width: 30px;
    height: 22px;
    margin-right: 0;
  }
  /* line 548, ../sass/all/header.scss */
  .mobile-menu-btn .line-wr .line {
    width: 30px;
    height: 3px;
    position: absolute;
    top: 50%;
    background-color: var(--color-orange);
    transition: 325ms;
  }
  /* line 556, ../sass/all/header.scss */
  .mobile-menu-btn .line-wr .line:nth-child(1) {
    top: 1px;
  }
  /* line 560, ../sass/all/header.scss */
  .mobile-menu-btn .line-wr .line:nth-child(2) {
    margin-top: -1px;
  }
  /* line 564, ../sass/all/header.scss */
  .mobile-menu-btn .line-wr .line:nth-child(3) {
    top: initial;
    bottom: 0px;
  }
  /* line 577, ../sass/all/header.scss */
  .mobile-menu-btn.active .line-wr .line:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
  }
  /* line 582, ../sass/all/header.scss */
  .mobile-menu-btn.active .line-wr .line:nth-child(2) {
    opacity: 0;
  }
  /* line 586, ../sass/all/header.scss */
  .mobile-menu-btn.active .line-wr .line:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
  }

  /* line 598, ../sass/all/header.scss */
  body.he .header-logo {
    margin-right: initial;
    margin-left: auto;
  }
}
@font-face {
  font-family: 'segoeuib';
  src: local("segoeuib.ttf"), local("segoeuib"), url("../fonts/segoeuib.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* line 14, ../sass/all/base.scss */
.mr-top-0 {
  margin-top: 0 !important;
}

/* line 18, ../sass/all/base.scss */
.mr-top-10 {
  margin-top: 10px !important;
}

/* line 22, ../sass/all/base.scss */
.mr-top-20 {
  margin-top: 20px !important;
}

/* line 26, ../sass/all/base.scss */
.mr-top-30 {
  margin-top: 30px !important;
}

/* line 30, ../sass/all/base.scss */
.mr-top-40 {
  margin-top: 40px !important;
}

/* line 34, ../sass/all/base.scss */
.mr-top-50 {
  margin-top: 50px !important;
}

/* line 38, ../sass/all/base.scss */
.mr-bot-0 {
  margin-bottom: 0 !important;
}

/* line 42, ../sass/all/base.scss */
.mr-bot-10 {
  margin-bottom: 10px !important;
}

/* line 46, ../sass/all/base.scss */
.mr-bot-20 {
  margin-bottom: 20px !important;
}

/* line 50, ../sass/all/base.scss */
.mr-bot-30 {
  margin-bottom: 30px !important;
}

/* line 54, ../sass/all/base.scss */
.mr-bot-40 {
  margin-bottom: 40px !important;
}

/* line 58, ../sass/all/base.scss */
.mr-bot-50 {
  margin-bottom: 50px !important;
}

/* line 65, ../sass/all/base.scss */
.pd-top-0 {
  padding-top: 0 !important;
}

/* line 69, ../sass/all/base.scss */
.pd-top-10 {
  padding-top: 10px !important;
}

/* line 73, ../sass/all/base.scss */
.pd-top-20 {
  padding-top: 20px !important;
}

/* line 77, ../sass/all/base.scss */
.pd-top-30 {
  padding-top: 30px !important;
}

/* line 81, ../sass/all/base.scss */
.pd-top-40 {
  padding-top: 40px !important;
}

/* line 85, ../sass/all/base.scss */
.pd-top-50 {
  padding-top: 50px !important;
}

/* line 89, ../sass/all/base.scss */
.pd-bot-0 {
  padding-bottom: 0 !important;
}

/* line 93, ../sass/all/base.scss */
.pd-bot-10 {
  padding-bottom: 10px !important;
}

/* line 97, ../sass/all/base.scss */
.pd-bot-20 {
  padding-bottom: 20px !important;
}

/* line 101, ../sass/all/base.scss */
.pd-bot-30 {
  padding-bottom: 30px !important;
}

/* line 105, ../sass/all/base.scss */
.pd-bot-40 {
  padding-bottom: 40px !important;
}

/* line 109, ../sass/all/base.scss */
.pd-bot-50 {
  padding-bottom: 50px !important;
}

/* line 115, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase;
}

/* line 119, ../sass/all/base.scss */
.tac {
  text-align: center;
}

/* line 123, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 127, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 153, ../sass/all/base.scss */
  .mr-top-10 {
    margin-top: 7px !important;
  }

  /* line 157, ../sass/all/base.scss */
  .mr-top-20 {
    margin-top: 10px !important;
  }

  /* line 161, ../sass/all/base.scss */
  .mr-top-30 {
    margin-top: 15px !important;
  }

  /* line 165, ../sass/all/base.scss */
  .mr-top-40 {
    margin-top: 20px !important;
  }

  /* line 169, ../sass/all/base.scss */
  .mr-top-50 {
    margin-top: 30px !important;
  }

  /* line 173, ../sass/all/base.scss */
  .mr-bot-10 {
    margin-bottom: 7px !important;
  }

  /* line 177, ../sass/all/base.scss */
  .mr-bot-20 {
    margin-bottom: 10px !important;
  }

  /* line 181, ../sass/all/base.scss */
  .mr-bot-30 {
    margin-bottom: 15px !important;
  }

  /* line 185, ../sass/all/base.scss */
  .mr-bot-40 {
    margin-bottom: 20px !important;
  }

  /* line 189, ../sass/all/base.scss */
  .mr-bot-50 {
    margin-bottom: 30px !important;
  }

  /* line 195, ../sass/all/base.scss */
  .pd-top-10 {
    padding-top: 7px !important;
  }

  /* line 199, ../sass/all/base.scss */
  .pd-top-20 {
    padding-top: 10px !important;
  }

  /* line 203, ../sass/all/base.scss */
  .pd-top-30 {
    padding-top: 15px !important;
  }

  /* line 207, ../sass/all/base.scss */
  .pd-top-40 {
    padding-top: 20px !important;
  }

  /* line 211, ../sass/all/base.scss */
  .pd-top-50 {
    padding-top: 30px !important;
  }

  /* line 216, ../sass/all/base.scss */
  .pd-bot-10 {
    padding-bottom: 7px !important;
  }

  /* line 220, ../sass/all/base.scss */
  .pd-bot-20 {
    padding-bottom: 10px !important;
  }

  /* line 224, ../sass/all/base.scss */
  .pd-bot-30 {
    padding-bottom: 15px !important;
  }

  /* line 228, ../sass/all/base.scss */
  .pd-bot-40 {
    padding-bottom: 20px !important;
  }

  /* line 232, ../sass/all/base.scss */
  .pd-bot-50 {
    padding-bottom: 30px !important;
  }
}
/* line 3, ../sass/all/crumbs.scss */
.breadcrumb {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 22, ../sass/all/crumbs.scss */
.breadcrumb a, .breadcrumb b {
  color: #000;
  line-height: 1.1;
}
/* line 27, ../sass/all/crumbs.scss */
.breadcrumb b {
  margin-right: 10px;
}
/* line 33, ../sass/all/crumbs.scss */
.breadcrumb a:hover {
  text-decoration: underline;
}

/* line 39, ../sass/all/crumbs.scss */
.breadcrumb-item {
  margin-right: 10px;
}

/* line 48, ../sass/all/crumbs.scss */
body.he .breadcrumb b {
  position: relative;
  transform: scale(-1);
  top: -2px;
}

@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 58, ../sass/all/crumbs.scss */
  .breadcrumb {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* line 1, ../sass/all/footer.scss */
.footer {
  position: relative;
  padding: 50px 0;
  margin-top: 0px !important;
  background-color: var(--color-gray);
}
/* line 7, ../sass/all/footer.scss */
.footer small {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  opacity: 0.7;
}

/* line 15, ../sass/all/footer.scss */
.footer-wr {
  display: flex;
}
/* line 18, ../sass/all/footer.scss */
.footer-wr .col {
  width: 25%;
}
/* line 21, ../sass/all/footer.scss */
.footer-wr .col:last-child {
  width: 20%;
  margin-left: auto;
}
/* line 26, ../sass/all/footer.scss */
.footer-wr .col .site-btn {
  height: 50px;
  padding: 0 25px;
  margin: 15px 0 20px;
  min-width: 222px;
}
/* line 32, ../sass/all/footer.scss */
.footer-wr .col .site-btn svg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
/* line 40, ../sass/all/footer.scss */
.footer-wr .center {
  width: 50%;
  display: flex;
  justify-content: space-around;
}
/* line 45, ../sass/all/footer.scss */
.footer-wr .center ul {
  width: 25%;
}
/* line 48, ../sass/all/footer.scss */
.footer-wr .center ul:first-child {
  width: 40%;
}
/* line 54, ../sass/all/footer.scss */
.footer-wr .center ul li b {
  font-size: var(--title-font-size);
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
/* line 61, ../sass/all/footer.scss */
.footer-wr .center ul li a {
  margin-bottom: 6px;
  font-size: 14px;
  opacity: 0.7;
  font-weight: 500;
  display: inline-block;
}
/* line 68, ../sass/all/footer.scss */
.footer-wr .center ul li a:hover {
  color: var(--color-orange);
}

/* line 77, ../sass/all/footer.scss */
.footer-logo {
  width: 190px;
  display: block;
  margin-bottom: 10px;
}
/* line 82, ../sass/all/footer.scss */
.footer-logo img {
  display: block;
  max-width: 100%;
}

/* line 88, ../sass/all/footer.scss */
.footer-social {
  display: flex;
  align-items: center;
}
/* line 92, ../sass/all/footer.scss */
.footer-social a {
  display: inline-block;
  margin: 0 5px;
}
/* line 97, ../sass/all/footer.scss */
.footer-social svg {
  display: block;
  width: 40px;
  height: 40px;
}

/* line 104, ../sass/all/footer.scss */
.footer-phone {
  font-weight: 600;
  display: inline-block;
  font-size: 24px;
}

/* line 110, ../sass/all/footer.scss */
.footer-mail {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
}

/* line 117, ../sass/all/footer.scss */
a.footer-mail {
  text-decoration: underline;
}

/* line 121, ../sass/all/footer.scss */
.footer-bottom {
  position: relative;
  padding: 30px 0;
}
/* line 125, ../sass/all/footer.scss */
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/* line 131, ../sass/all/footer.scss */
.footer-bottom .col {
  width: 25%;
  flex-wrap: wrap;
}
/* line 135, ../sass/all/footer.scss */
.footer-bottom .col:nth-child(2) {
  display: flex;
  justify-content: center;
}
/* line 140, ../sass/all/footer.scss */
.footer-bottom .col:nth-child(3) {
  display: flex;
  justify-content: flex-end;
}
/* line 146, ../sass/all/footer.scss */
.footer-bottom span, .footer-bottom b {
  display: block;
  font-size: 14px;
}
/* line 154, ../sass/all/footer.scss */
.footer-bottom span img {
  width: 140px;
  display: block;
}
/* line 160, ../sass/all/footer.scss */
.footer-bottom b {
  font-weight: 600;
}
/* line 164, ../sass/all/footer.scss */
.footer-bottom a {
  font-size: 14px;
  text-decoration: underline;
  color: var(--color-orange);
  display: block;
}

/* line 172, ../sass/all/footer.scss */
.footer-gall {
  display: flex;
  justify-content: center;
  max-width: 2000px;
  margin: 0 auto;
}
/* line 179, ../sass/all/footer.scss */
.footer-gall a {
  display: block;
  height: 22vw;
  width: calc(100% / 4);
  max-height: 550px;
  position: relative;
  overflow: hidden;
}
/* line 187, ../sass/all/footer.scss */
.footer-gall a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: transform .4s linear;
}
/* line 198, ../sass/all/footer.scss */
.footer-gall a:hover img {
  transform: scale(1.1);
}

/* line 205, ../sass/all/footer.scss */
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: var(--color-orange) !important;
}

/* line 209, ../sass/all/footer.scss */
.footer-bottom-pay {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
/* line 215, ../sass/all/footer.scss */
.footer-bottom-pay svg, .footer-bottom-pay img {
  width: 30px;
  height: 30px;
  margin: 0 10px;
}

/* line 226, ../sass/all/footer.scss */
body.he .footer small {
  font-size: calc(14px * 1.2);
}
/* line 231, ../sass/all/footer.scss */
body.he .footer-mail {
  font-size: calc(16px * 1.2);
}
/* line 243, ../sass/all/footer.scss */
body.he .footer-wr .center ul li a {
  font-size: calc(14px * 1.2);
}
/* line 254, ../sass/all/footer.scss */
body.he .footer-wr .col .site-btn svg {
  margin-left: 5px;
  margin-right: 0;
}
/* line 264, ../sass/all/footer.scss */
body.he .footer-bottom span, body.he .footer-bottom b, body.he .footer-bottom a {
  font-size: calc(14px * 1.2);
}
/* line 268, ../sass/all/footer.scss */
body.he .footer-bottom span {
  margin-right: 5px;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 276, ../sass/all/footer.scss */
  .footer-wr {
    flex-wrap: wrap;
  }
  /* line 279, ../sass/all/footer.scss */
  .footer-wr .col {
    width: 50%;
    order: 1;
  }
  /* line 283, ../sass/all/footer.scss */
  .footer-wr .col:last-child {
    width: 35%;
  }
  /* line 288, ../sass/all/footer.scss */
  .footer-wr .center {
    order: 2;
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
  }

  /* line 298, ../sass/all/footer.scss */
  .footer-bottom a {
    font-size: 12px;
    text-align: right;
  }
  /* line 303, ../sass/all/footer.scss */
  .footer-bottom span, .footer-bottom b {
    font-size: 12px;
  }

  /* line 312, ../sass/all/footer.scss */
  body.he .footer-bottom span, body.he .footer-bottom b, body.he .footer-bottom a {
    font-size: calc(12px * 1.2);
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 323, ../sass/all/footer.scss */
  .footer {
    padding: 40px 0;
    margin-top: 50px;
  }

  /* line 328, ../sass/all/footer.scss */
  .footer-wr {
    flex-wrap: wrap;
  }
  /* line 331, ../sass/all/footer.scss */
  .footer-wr .col {
    width: 50%;
    order: 1;
  }
  /* line 335, ../sass/all/footer.scss */
  .footer-wr .col:last-child {
    width: 35%;
  }
  /* line 340, ../sass/all/footer.scss */
  .footer-wr .center {
    order: 2;
    width: 100%;
    margin-top: 30px;
  }

  /* line 349, ../sass/all/footer.scss */
  .footer-bottom a {
    font-size: 12px;
    text-align: right;
  }
  /* line 354, ../sass/all/footer.scss */
  .footer-bottom span, .footer-bottom b {
    font-size: 12px;
  }

  /* line 364, ../sass/all/footer.scss */
  body.he .footer-bottom span, body.he .footer-bottom b, body.he .footer-bottom a {
    font-size: calc(12px * 1.2);
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 374, ../sass/all/footer.scss */
  .footer {
    padding: 40px 0 20px;
    margin-top: 50px;
  }
  /* line 378, ../sass/all/footer.scss */
  .footer small {
    text-align: center;
  }

  /* line 383, ../sass/all/footer.scss */
  .footer-wr {
    flex-wrap: wrap;
  }
  /* line 386, ../sass/all/footer.scss */
  .footer-wr .col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 392, ../sass/all/footer.scss */
  .footer-wr .col:last-child {
    width: 100%;
    margin-top: 20px;
  }
  /* line 397, ../sass/all/footer.scss */
  .footer-wr .col .site-btn {
    margin: 0px 0 20px;
  }
  /* line 402, ../sass/all/footer.scss */
  .footer-wr .center {
    width: 100%;
    margin-top: 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
  /* line 408, ../sass/all/footer.scss */
  .footer-wr .center ul {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }
  /* line 413, ../sass/all/footer.scss */
  .footer-wr .center ul li {
    display: flex;
    justify-content: center;
  }
  /* line 418, ../sass/all/footer.scss */
  .footer-wr .center ul:first-child {
    width: 100%;
  }

  /* line 425, ../sass/all/footer.scss */
  .footer-bottom {
    padding-top: 10px;
  }
  /* line 428, ../sass/all/footer.scss */
  .footer-bottom .container {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  /* line 435, ../sass/all/footer.scss */
  .footer-bottom .col {
    width: 100%;
  }
  /* line 438, ../sass/all/footer.scss */
  .footer-bottom .col:nth-child(2) {
    margin: 20px 0;
  }
  /* line 442, ../sass/all/footer.scss */
  .footer-bottom .col:nth-child(3) {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  /* line 450, ../sass/all/footer.scss */
  .footer-bottom a {
    font-size: 12px;
    text-align: right;
  }
  /* line 455, ../sass/all/footer.scss */
  .footer-bottom span, .footer-bottom b {
    font-size: 12px;
  }
  /* line 461, ../sass/all/footer.scss */
  .footer-bottom span img {
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
  }

  /* line 474, ../sass/all/footer.scss */
  body.he .footer-bottom span, body.he .footer-bottom b, body.he .footer-bottom a {
    font-size: calc(12px * 1.2);
  }
}
@font-face {
  font-family: 'segoeuib';
  src: local("segoeuib.ttf"), local("segoeuib"), url("../fonts/segoeuib.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* line 14, ../sass/all/base.scss */
.mr-top-0 {
  margin-top: 0 !important;
}

/* line 18, ../sass/all/base.scss */
.mr-top-10 {
  margin-top: 10px !important;
}

/* line 22, ../sass/all/base.scss */
.mr-top-20 {
  margin-top: 20px !important;
}

/* line 26, ../sass/all/base.scss */
.mr-top-30 {
  margin-top: 30px !important;
}

/* line 30, ../sass/all/base.scss */
.mr-top-40 {
  margin-top: 40px !important;
}

/* line 34, ../sass/all/base.scss */
.mr-top-50 {
  margin-top: 50px !important;
}

/* line 38, ../sass/all/base.scss */
.mr-bot-0 {
  margin-bottom: 0 !important;
}

/* line 42, ../sass/all/base.scss */
.mr-bot-10 {
  margin-bottom: 10px !important;
}

/* line 46, ../sass/all/base.scss */
.mr-bot-20 {
  margin-bottom: 20px !important;
}

/* line 50, ../sass/all/base.scss */
.mr-bot-30 {
  margin-bottom: 30px !important;
}

/* line 54, ../sass/all/base.scss */
.mr-bot-40 {
  margin-bottom: 40px !important;
}

/* line 58, ../sass/all/base.scss */
.mr-bot-50 {
  margin-bottom: 50px !important;
}

/* line 65, ../sass/all/base.scss */
.pd-top-0 {
  padding-top: 0 !important;
}

/* line 69, ../sass/all/base.scss */
.pd-top-10 {
  padding-top: 10px !important;
}

/* line 73, ../sass/all/base.scss */
.pd-top-20 {
  padding-top: 20px !important;
}

/* line 77, ../sass/all/base.scss */
.pd-top-30 {
  padding-top: 30px !important;
}

/* line 81, ../sass/all/base.scss */
.pd-top-40 {
  padding-top: 40px !important;
}

/* line 85, ../sass/all/base.scss */
.pd-top-50 {
  padding-top: 50px !important;
}

/* line 89, ../sass/all/base.scss */
.pd-bot-0 {
  padding-bottom: 0 !important;
}

/* line 93, ../sass/all/base.scss */
.pd-bot-10 {
  padding-bottom: 10px !important;
}

/* line 97, ../sass/all/base.scss */
.pd-bot-20 {
  padding-bottom: 20px !important;
}

/* line 101, ../sass/all/base.scss */
.pd-bot-30 {
  padding-bottom: 30px !important;
}

/* line 105, ../sass/all/base.scss */
.pd-bot-40 {
  padding-bottom: 40px !important;
}

/* line 109, ../sass/all/base.scss */
.pd-bot-50 {
  padding-bottom: 50px !important;
}

/* line 115, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase;
}

/* line 119, ../sass/all/base.scss */
.tac {
  text-align: center;
}

/* line 123, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 127, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 153, ../sass/all/base.scss */
  .mr-top-10 {
    margin-top: 7px !important;
  }

  /* line 157, ../sass/all/base.scss */
  .mr-top-20 {
    margin-top: 10px !important;
  }

  /* line 161, ../sass/all/base.scss */
  .mr-top-30 {
    margin-top: 15px !important;
  }

  /* line 165, ../sass/all/base.scss */
  .mr-top-40 {
    margin-top: 20px !important;
  }

  /* line 169, ../sass/all/base.scss */
  .mr-top-50 {
    margin-top: 30px !important;
  }

  /* line 173, ../sass/all/base.scss */
  .mr-bot-10 {
    margin-bottom: 7px !important;
  }

  /* line 177, ../sass/all/base.scss */
  .mr-bot-20 {
    margin-bottom: 10px !important;
  }

  /* line 181, ../sass/all/base.scss */
  .mr-bot-30 {
    margin-bottom: 15px !important;
  }

  /* line 185, ../sass/all/base.scss */
  .mr-bot-40 {
    margin-bottom: 20px !important;
  }

  /* line 189, ../sass/all/base.scss */
  .mr-bot-50 {
    margin-bottom: 30px !important;
  }

  /* line 195, ../sass/all/base.scss */
  .pd-top-10 {
    padding-top: 7px !important;
  }

  /* line 199, ../sass/all/base.scss */
  .pd-top-20 {
    padding-top: 10px !important;
  }

  /* line 203, ../sass/all/base.scss */
  .pd-top-30 {
    padding-top: 15px !important;
  }

  /* line 207, ../sass/all/base.scss */
  .pd-top-40 {
    padding-top: 20px !important;
  }

  /* line 211, ../sass/all/base.scss */
  .pd-top-50 {
    padding-top: 30px !important;
  }

  /* line 216, ../sass/all/base.scss */
  .pd-bot-10 {
    padding-bottom: 7px !important;
  }

  /* line 220, ../sass/all/base.scss */
  .pd-bot-20 {
    padding-bottom: 10px !important;
  }

  /* line 224, ../sass/all/base.scss */
  .pd-bot-30 {
    padding-bottom: 15px !important;
  }

  /* line 228, ../sass/all/base.scss */
  .pd-bot-40 {
    padding-bottom: 20px !important;
  }

  /* line 232, ../sass/all/base.scss */
  .pd-bot-50 {
    padding-bottom: 30px !important;
  }
}
/* line 3, ../sass/all/text.scss */
.section-title {
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--title-font-family);
}
/* line 10, ../sass/all/text.scss */
.section-title b {
  color: var(--color-orange);
}

/* line 15, ../sass/all/text.scss */
.undertitle {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.7;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}

/* line 29, ../sass/all/text.scss */
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  font-size: 50px;
  color: #000;
  line-height: 1;
}
/* line 34, ../sass/all/text.scss */
.text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
  margin-bottom: 40px;
}
/* line 38, ../sass/all/text.scss */
.text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
  margin-top: 50px;
}
/* line 43, ../sass/all/text.scss */
.text img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 49, ../sass/all/text.scss */
.text img:not(:last-child) {
  margin-bottom: 15px;
}
/* line 53, ../sass/all/text.scss */
.text img:not(:first-child) {
  margin-top: 15px;
}
/* line 58, ../sass/all/text.scss */
.text p, .text span, .text li {
  line-height: 1.5;
  color: var(--color-black);
  font-size: 16px;
}
/* line 63, ../sass/all/text.scss */
.text p a, .text span a, .text li a {
  color: var(--color-orange);
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  position: relative;
}
/* line 69, ../sass/all/text.scss */
.text p a:hover, .text span a:hover, .text li a:hover {
  color: var(--color-orange);
  border-bottom: 1px solid var(--color-orange);
}
/* line 75, ../sass/all/text.scss */
.text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
  margin-bottom: 15px;
}
/* line 82, ../sass/all/text.scss */
.text ul:not(:last-child) {
  margin-bottom: 15px;
}
/* line 86, ../sass/all/text.scss */
.text ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* line 93, ../sass/all/text.scss */
.text ul li:not(:last-child) {
  margin-bottom: 5px;
}
/* line 97, ../sass/all/text.scss */
.text ul li:after {
  position: absolute;
  content: "";
  left: 1px;
  top: 13px;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  background: var(--color-orange);
  border: 2px solid var(--color-orange);
}
/* line 111, ../sass/all/text.scss */
.text b, .text strong {
  font-weight: 700;
}
/* line 115, ../sass/all/text.scss */
.text table {
  display: table;
}
/* line 118, ../sass/all/text.scss */
.text table:not(:last-child) {
  margin-bottom: 15px;
}
/* line 122, ../sass/all/text.scss */
.text table td, .text table th {
  border: 2px solid #000;
  box-sizing: border-box;
  padding: 13px;
  text-align: center;
  font-size: 14px;
  color: #000;
}

/* line 135, ../sass/all/text.scss */
body.he .section-title {
  font-size: calc(50px * 1.2);
}
/* line 139, ../sass/all/text.scss */
body.he .undertitle {
  font-size: calc(16px * 1.4);
}
/* line 145, ../sass/all/text.scss */
body.he .text p, body.he .text span, body.he .text li {
  font-size: calc(16px * 1.4);
}
/* line 151, ../sass/all/text.scss */
body.he .text ul:not(:last-child) {
  margin-bottom: 15px;
}
/* line 155, ../sass/all/text.scss */
body.he .text ul li {
  padding-left: 0;
  padding-right: 25px;
}
/* line 159, ../sass/all/text.scss */
body.he .text ul li:after {
  left: initial;
  right: 1px;
}

@media only screen and (min-width: 1241px) and (max-width: 1480px) {
  /* line 170, ../sass/all/text.scss */
  .section-title {
    font-size: 42px;
    margin-bottom: 25px;
  }

  /* line 175, ../sass/all/text.scss */
  .undertitle {
    font-size: 15px;
    margin-bottom: 25px;
  }

  /* line 182, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 42px;
  }
  /* line 186, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 15px;
  }

  /* line 194, ../sass/all/text.scss */
  body.he .section-title {
    font-size: calc(42px * 1.2);
  }
  /* line 198, ../sass/all/text.scss */
  body.he .undertitle {
    font-size: calc(15px * 1.4);
  }
  /* line 205, ../sass/all/text.scss */
  body.he .text p, body.he .text span, body.he .text li {
    font-size: calc(15px * 1.4);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 214, ../sass/all/text.scss */
  .section-title {
    font-size: 38px;
    margin-bottom: 25px;
  }

  /* line 219, ../sass/all/text.scss */
  .undertitle {
    font-size: 15px;
    margin-bottom: 25px;
  }

  /* line 225, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 38px;
  }
  /* line 229, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 15px;
  }

  /* line 236, ../sass/all/text.scss */
  body.he .section-title {
    font-size: calc(38px * 1.2);
  }
  /* line 240, ../sass/all/text.scss */
  body.he .undertitle {
    font-size: calc(15px * 1.4);
  }
  /* line 246, ../sass/all/text.scss */
  body.he .text p, body.he .text span, body.he .text li {
    font-size: calc(15px * 1.4);
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 254, ../sass/all/text.scss */
  .section-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  /* line 259, ../sass/all/text.scss */
  .undertitle {
    font-size: 14px;
    margin-bottom: 20px;
  }

  /* line 266, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 32px;
  }
  /* line 270, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 15px;
  }

  /* line 279, ../sass/all/text.scss */
  body.he .section-title {
    font-size: calc(32px * 1.2);
  }
  /* line 283, ../sass/all/text.scss */
  body.he .undertitle {
    font-size: calc(14px * 1.4);
  }
  /* line 289, ../sass/all/text.scss */
  body.he .text p, body.he .text span, body.he .text li {
    font-size: calc(15px * 1.4);
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 298, ../sass/all/text.scss */
  .section-title {
    font-size: 28px;
    margin-bottom: 15px;
  }

  /* line 303, ../sass/all/text.scss */
  .undertitle {
    font-size: 14px;
    margin-bottom: 15px;
  }

  /* line 309, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 28px;
  }
  /* line 312, ../sass/all/text.scss */
  .text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
    margin-bottom: 20px;
  }
  /* line 316, ../sass/all/text.scss */
  .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 20px;
  }
  /* line 321, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 14px;
  }

  /* line 328, ../sass/all/text.scss */
  body.he .section-title {
    font-size: calc(28px * 1.2);
  }
  /* line 332, ../sass/all/text.scss */
  body.he .undertitle {
    font-size: calc(14px * 1.4);
  }
  /* line 338, ../sass/all/text.scss */
  body.he .text p, body.he .text span, body.he .text li {
    font-size: calc(14px * 1.4);
  }
}
/* line 1, ../sass/all/button.scss */
.site-btn {
  width: max-content;
  background-color: var(--color-orange);
  height: 57px;
  border-radius: 16px;
  padding: 0 40px;
  color: var(--color-white);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-font-size);
  font-size: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  transition: .3s linear;
  line-height: 1.1;
}
/* line 21, ../sass/all/button.scss */
.site-btn.white {
  background-color: var(--color-white);
  color: var(--color-orange);
}
/* line 26, ../sass/all/button.scss */
.site-btn.whatsapp {
  background-color: #25d366;
}
@media (hover: hover) {
  /* line 31, ../sass/all/button.scss */
  .site-btn.whatsapp:hover {
    background-color: #000 !important;
    color: #fff;
  }
}
@media (hover: hover) {
  /* line 39, ../sass/all/button.scss */
  .site-btn:hover {
    background-color: #000 !important;
    color: #fff;
  }
}

@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 48, ../sass/all/button.scss */
  .site-btn {
    height: 54px;
    padding: 0 25px;
  }
}
@font-face {
  font-family: 'segoeuib';
  src: local("segoeuib.ttf"), local("segoeuib"), url("../fonts/segoeuib.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* line 14, ../sass/all/base.scss */
.mr-top-0 {
  margin-top: 0 !important;
}

/* line 18, ../sass/all/base.scss */
.mr-top-10 {
  margin-top: 10px !important;
}

/* line 22, ../sass/all/base.scss */
.mr-top-20 {
  margin-top: 20px !important;
}

/* line 26, ../sass/all/base.scss */
.mr-top-30 {
  margin-top: 30px !important;
}

/* line 30, ../sass/all/base.scss */
.mr-top-40 {
  margin-top: 40px !important;
}

/* line 34, ../sass/all/base.scss */
.mr-top-50 {
  margin-top: 50px !important;
}

/* line 38, ../sass/all/base.scss */
.mr-bot-0 {
  margin-bottom: 0 !important;
}

/* line 42, ../sass/all/base.scss */
.mr-bot-10 {
  margin-bottom: 10px !important;
}

/* line 46, ../sass/all/base.scss */
.mr-bot-20 {
  margin-bottom: 20px !important;
}

/* line 50, ../sass/all/base.scss */
.mr-bot-30 {
  margin-bottom: 30px !important;
}

/* line 54, ../sass/all/base.scss */
.mr-bot-40 {
  margin-bottom: 40px !important;
}

/* line 58, ../sass/all/base.scss */
.mr-bot-50 {
  margin-bottom: 50px !important;
}

/* line 65, ../sass/all/base.scss */
.pd-top-0 {
  padding-top: 0 !important;
}

/* line 69, ../sass/all/base.scss */
.pd-top-10 {
  padding-top: 10px !important;
}

/* line 73, ../sass/all/base.scss */
.pd-top-20 {
  padding-top: 20px !important;
}

/* line 77, ../sass/all/base.scss */
.pd-top-30 {
  padding-top: 30px !important;
}

/* line 81, ../sass/all/base.scss */
.pd-top-40 {
  padding-top: 40px !important;
}

/* line 85, ../sass/all/base.scss */
.pd-top-50 {
  padding-top: 50px !important;
}

/* line 89, ../sass/all/base.scss */
.pd-bot-0 {
  padding-bottom: 0 !important;
}

/* line 93, ../sass/all/base.scss */
.pd-bot-10 {
  padding-bottom: 10px !important;
}

/* line 97, ../sass/all/base.scss */
.pd-bot-20 {
  padding-bottom: 20px !important;
}

/* line 101, ../sass/all/base.scss */
.pd-bot-30 {
  padding-bottom: 30px !important;
}

/* line 105, ../sass/all/base.scss */
.pd-bot-40 {
  padding-bottom: 40px !important;
}

/* line 109, ../sass/all/base.scss */
.pd-bot-50 {
  padding-bottom: 50px !important;
}

/* line 115, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase;
}

/* line 119, ../sass/all/base.scss */
.tac {
  text-align: center;
}

/* line 123, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 127, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 153, ../sass/all/base.scss */
  .mr-top-10 {
    margin-top: 7px !important;
  }

  /* line 157, ../sass/all/base.scss */
  .mr-top-20 {
    margin-top: 10px !important;
  }

  /* line 161, ../sass/all/base.scss */
  .mr-top-30 {
    margin-top: 15px !important;
  }

  /* line 165, ../sass/all/base.scss */
  .mr-top-40 {
    margin-top: 20px !important;
  }

  /* line 169, ../sass/all/base.scss */
  .mr-top-50 {
    margin-top: 30px !important;
  }

  /* line 173, ../sass/all/base.scss */
  .mr-bot-10 {
    margin-bottom: 7px !important;
  }

  /* line 177, ../sass/all/base.scss */
  .mr-bot-20 {
    margin-bottom: 10px !important;
  }

  /* line 181, ../sass/all/base.scss */
  .mr-bot-30 {
    margin-bottom: 15px !important;
  }

  /* line 185, ../sass/all/base.scss */
  .mr-bot-40 {
    margin-bottom: 20px !important;
  }

  /* line 189, ../sass/all/base.scss */
  .mr-bot-50 {
    margin-bottom: 30px !important;
  }

  /* line 195, ../sass/all/base.scss */
  .pd-top-10 {
    padding-top: 7px !important;
  }

  /* line 199, ../sass/all/base.scss */
  .pd-top-20 {
    padding-top: 10px !important;
  }

  /* line 203, ../sass/all/base.scss */
  .pd-top-30 {
    padding-top: 15px !important;
  }

  /* line 207, ../sass/all/base.scss */
  .pd-top-40 {
    padding-top: 20px !important;
  }

  /* line 211, ../sass/all/base.scss */
  .pd-top-50 {
    padding-top: 30px !important;
  }

  /* line 216, ../sass/all/base.scss */
  .pd-bot-10 {
    padding-bottom: 7px !important;
  }

  /* line 220, ../sass/all/base.scss */
  .pd-bot-20 {
    padding-bottom: 10px !important;
  }

  /* line 224, ../sass/all/base.scss */
  .pd-bot-30 {
    padding-bottom: 15px !important;
  }

  /* line 228, ../sass/all/base.scss */
  .pd-bot-40 {
    padding-bottom: 20px !important;
  }

  /* line 232, ../sass/all/base.scss */
  .pd-bot-50 {
    padding-bottom: 30px !important;
  }
}
/* line 1, ../sass/all/popup-form.scss */
.popup-form {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 100;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  right: 0;
  left: initial;
  min-height: 100vh;
  overflow-x: scroll;
  -webkit-transform: translate(0, calc(100% + 400px));
  -ms-transform: translate(0, calc(100% + 400px));
  transform: translate(0, calc(100% + 400px));
  width: 100%;
  background-color: var(--color-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
/* line 29, ../sass/all/popup-form.scss */
.popup-form .container {
  position: initial;
}
/* line 33, ../sass/all/popup-form.scss */
.popup-form::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
}
/* line 39, ../sass/all/popup-form.scss */
.popup-form::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #c6beb1;
}
/* line 45, ../sass/all/popup-form.scss */
.popup-form::-webkit-scrollbar {
  width: 3px;
}
/* line 49, ../sass/all/popup-form.scss */
.popup-form.active {
  transform: translate(0px, 0px);
}
/* line 53, ../sass/all/popup-form.scss */
.popup-form .hid {
  display: none !important;
}
/* line 59, ../sass/all/popup-form.scss */
.popup-form .popup-form-hidden-btn .site-btn {
  line-height: 1.1;
}

/* line 66, ../sass/all/popup-form.scss */
.popup-form-wr {
  display: flex;
  padding-bottom: 10vh;
  padding-top: 10vh;
}

/* line 72, ../sass/all/popup-form.scss */
.popup-form-left {
  max-width: 695px;
  width: 100%;
}

/* line 77, ../sass/all/popup-form.scss */
.popup-form-hide {
  display: none;
}
/* line 80, ../sass/all/popup-form.scss */
.popup-form-hide.active {
  display: block;
}

/* line 85, ../sass/all/popup-form.scss */
.popup-form-close.site-btn {
  margin-left: auto;
  padding: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  font-size: 30px;
  padding-top: 2px;
  color: #fff !important;
}

/* line 97, ../sass/all/popup-form.scss */
.popup-form-label-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 102, ../sass/all/popup-form.scss */
.popup-form-label-2 .popup-form-label {
  width: 48%;
}

/* line 107, ../sass/all/popup-form.scss */
.popup-form-label {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
  position: relative;
  margin-top: 5px;
}
/* line 114, ../sass/all/popup-form.scss */
.popup-form-label.bs {
  align-items: baseline;
}
/* line 118, ../sass/all/popup-form.scss */
.popup-form-label span {
  width: 210px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  top: 0;
  width: auto;
  font-size: 13px;
  font-weight: 500;
  left: 22px;
  top: -10px;
  /* opacity: 0.8; */
  pointer-events: none;
  background: #fff;
  padding: 0 4px;
  margin: 0 -7px;
  z-index: 2;
  pointer-events: none;
}
/* line 140, ../sass/all/popup-form.scss */
.popup-form-label span i {
  font-size: 26px;
  position: relative;
  top: 5px;
  right: 1px;
  color: var(--color-orange);
}
/* line 149, ../sass/all/popup-form.scss */
.popup-form-label input, .popup-form-label textarea, .popup-form-label .popup-form-label-right, .popup-form-label .chous, .popup-form-label button, .popup-form-label select {
  width: 100%;
  margin-bottom: 0;
  max-width: 100%;
  border: 1px solid #E0E0E0;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 5px;
  height: 57px;
}
/* line 160, ../sass/all/popup-form.scss */
.popup-form-label .input-data, .popup-form-label .input-time {
  background-image: url(../img/115762_calendar_date_event_month_icon.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 23px;
}
/* line 167, ../sass/all/popup-form.scss */
.popup-form-label .input-time {
  background-image: url(../img/3643779_clock_hour_ticker_time_times_icon.svg);
}
/* line 171, ../sass/all/popup-form.scss */
.popup-form-label button {
  background-color: var(--color-orange);
  color: #fff;
  font-size: 20px;
}

/* line 178, ../sass/all/popup-form.scss */
.popup-checkbox {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

/* line 185, ../sass/all/popup-form.scss */
.popup-form-checkbox {
  margin: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  /* Basic styling */
  /* Pseudo element for check styling */
  /* Checked */
  /* Disabled */
  /* IE */
}
/* line 191, ../sass/all/popup-form.scss */
.popup-form-checkbox.p-drop {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
}
/* line 198, ../sass/all/popup-form.scss */
.popup-form-checkbox .span {
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  min-height: 30px;
}
/* line 208, ../sass/all/popup-form.scss */
.popup-form-checkbox [type=checkbox] {
  width: 25px;
  height: 25px;
  background-color: #fff;
  color: var(--color-orange);
  vertical-align: middle;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  padding: 0;
  flex-grow: 0;
  border-radius: 0;
  transition: background 300ms;
  cursor: pointer;
  order: -1;
  margin-right: 10px;
}
/* line 229, ../sass/all/popup-form.scss */
.popup-form-checkbox [type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}
/* line 245, ../sass/all/popup-form.scss */
.popup-form-checkbox [type=checkbox]:checked {
  background-color: currentcolor;
}
/* line 249, ../sass/all/popup-form.scss */
.popup-form-checkbox [type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}
/* line 257, ../sass/all/popup-form.scss */
.popup-form-checkbox [type=checkbox]:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}
/* line 266, ../sass/all/popup-form.scss */
.popup-form-checkbox [type=checkbox]::-ms-check {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}
/* line 279, ../sass/all/popup-form.scss */
.popup-form-checkbox [type=checkbox]:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

/* line 285, ../sass/all/popup-form.scss */
.popup-form-checkbox-drop {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  display: none;
}
/* line 292, ../sass/all/popup-form.scss */
.popup-form-checkbox-drop.active {
  display: flex;
}
/* line 296, ../sass/all/popup-form.scss */
.popup-form-checkbox-drop .popup-form-label {
  width: 48%;
}

/* line 301, ../sass/all/popup-form.scss */
.popup-toggle {
  position: relative;
  border-bottom: 1px solid #262626;
  width: 1366px;
  flex-wrap: wrap;
  max-width: 100%;
}

/* line 309, ../sass/all/popup-form.scss */
.popup-toggle-row {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  width: 100%;
}
/* line 316, ../sass/all/popup-form.scss */
.popup-toggle-row .hidden {
  position: absolute;
  top: 0;
  left: -100%;
  padding: 0;
  margin: 0;
  border: none;
}

/* line 326, ../sass/all/popup-form.scss */
.popup-toggle-row-span {
  padding: 20px;
  padding-left: 0;
  font-weight: 500;
  font-size: 18px;
  display: block;
}
/* line 333, ../sass/all/popup-form.scss */
.popup-toggle-row-span:after {
  content: '↓';
  position: absolute;
  top: 15px;
  right: 7px;
  font-size: 20px;
}

/* line 343, ../sass/all/popup-form.scss */
.popup-toggle-drop {
  display: none;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
/* line 349, ../sass/all/popup-form.scss */
.popup-toggle-drop.active {
  display: flex;
}
/* line 353, ../sass/all/popup-form.scss */
.popup-toggle-drop .popup-form-label {
  width: 19%;
  margin-right: 10px;
}

/* line 359, ../sass/all/popup-form.scss */
.popup-toggle-drop-checkbox {
  width: calc(100% + 20px);
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

/* line 366, ../sass/all/popup-form.scss */
.popup-form-hidden-btn {
  position: fixed;
  top: 300px;
  right: calc((100% - 1386px) / 2);
}
/* line 371, ../sass/all/popup-form.scss */
.popup-form-hidden-btn .site-btn {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

/* line 382, ../sass/all/popup-form.scss */
body.he .popup-form-label span {
  left: initial;
  right: 22px;
}
/* line 387, ../sass/all/popup-form.scss */
body.he .popup-form-label .input-data, body.he .popup-form-label .input-time {
  background-position: 5% center;
}
/* line 392, ../sass/all/popup-form.scss */
body.he [name=telephone] {
  text-align: right;
  direction: ltr;
}
/* line 397, ../sass/all/popup-form.scss */
body.he .popup-form-close.site-btn {
  margin-left: 0;
  margin-right: auto;
}
/* line 402, ../sass/all/popup-form.scss */
body.he .popup-form-hidden-btn {
  left: calc((100% - 1386px) / 2);
  right: initial !important;
}
/* line 409, ../sass/all/popup-form.scss */
body.he .popup-toggle-row-span:after {
  right: initial;
  left: 7px;
}

@media only screen and (min-width: 1241px) and (max-width: 1480px) {
  /* line 417, ../sass/all/popup-form.scss */
  .popup-form-hidden-btn {
    right: calc((100% - 1200px) / 2);
  }

  /* line 421, ../sass/all/popup-form.scss */
  .popup-toggle {
    width: 1200px;
  }

  /* line 427, ../sass/all/popup-form.scss */
  body.he .popup-form-hidden-btn {
    left: calc((100% - 1200px) / 2);
    right: initial !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 435, ../sass/all/popup-form.scss */
  .popup-form-hidden-btn {
    right: calc((100% - 900px) / 2);
  }
  /* line 438, ../sass/all/popup-form.scss */
  .popup-form-hidden-btn .site-btn {
    width: 140px;
    height: 140px;
  }

  /* line 444, ../sass/all/popup-form.scss */
  .popup-toggle {
    width: 900px;
  }

  /* line 450, ../sass/all/popup-form.scss */
  .popup-toggle-drop .popup-form-label {
    width: 23%;
  }

  /* line 458, ../sass/all/popup-form.scss */
  body.he .popup-form-hidden-btn {
    left: calc((100% - 900px) / 2);
    right: initial !important;
  }
}
@media only screen and (min-width: 120px) and (max-width: 999px) {
  /* line 466, ../sass/all/popup-form.scss */
  .popup-form-wr {
    flex-wrap: wrap;
    padding-top: 2vh;
  }

  /* line 471, ../sass/all/popup-form.scss */
  .popup-form-left {
    max-width: 100%;
    padding-bottom: 50px;
  }
  /* line 475, ../sass/all/popup-form.scss */
  .popup-form-left .section-title {
    margin-bottom: 25px;
  }

  /* line 480, ../sass/all/popup-form.scss */
  .popup-form-form {
    display: flex;
    flex-direction: column;
  }

  /* line 485, ../sass/all/popup-form.scss */
  .popup-form-close.site-btn {
    height: 50px;
    order: -1;
    margin-top: 0;
    width: 50px;
    font-size: 20px;
    margin-bottom: 25px;
  }

  /* line 494, ../sass/all/popup-form.scss */
  .popup-form-label {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  /* line 498, ../sass/all/popup-form.scss */
  .popup-form-label input, .popup-form-label textarea, .popup-form-label .popup-form-label-right, .popup-form-label .chous, .popup-form-label button, .popup-form-label select {
    width: 100%;
  }
  /* line 501, ../sass/all/popup-form.scss */
  .popup-form-label input::placeholder, .popup-form-label textarea::placeholder, .popup-form-label .popup-form-label-right::placeholder, .popup-form-label .chous::placeholder, .popup-form-label button::placeholder, .popup-form-label select::placeholder {
    font-size: 16px;
  }

  /* line 507, ../sass/all/popup-form.scss */
  .popup-form-label-2 {
    flex-wrap: wrap;
  }
  /* line 510, ../sass/all/popup-form.scss */
  .popup-form-label-2 .popup-form-label {
    width: 100%;
  }

  /* line 515, ../sass/all/popup-form.scss */
  .popup-form-checkbox {
    margin: 5px 10px;
  }
  /* line 518, ../sass/all/popup-form.scss */
  .popup-form-checkbox .span {
    font-size: 14px;
    min-height: 30px;
  }

  /* line 524, ../sass/all/popup-form.scss */
  .popup-form-checkbox-drop {
    flex-wrap: wrap;
  }
  /* line 527, ../sass/all/popup-form.scss */
  .popup-form-checkbox-drop .popup-form-label {
    width: 100%;
  }

  /* line 532, ../sass/all/popup-form.scss */
  .popup-toggle {
    width: 100%;
  }

  /* line 539, ../sass/all/popup-form.scss */
  .popup-toggle-drop .popup-form-label {
    width: 47%;
  }

  /* line 545, ../sass/all/popup-form.scss */
  .popup-form-hidden-btn {
    right: 0px;
    top: initial;
    bottom: 0;
    left: 0;
    position: relative;
    width: 100%;
    margin-top: 30px;
    order: 1000;
  }
  /* line 556, ../sass/all/popup-form.scss */
  .popup-form-hidden-btn .site-btn {
    width: 100%;
    border-radius: 60px;
    height: 60px;
  }

  /* line 563, ../sass/all/popup-form.scss */
  .fix-send {
    display: flex;
    justify-content: center;
  }

  /* line 570, ../sass/all/popup-form.scss */
  body.he .popup-form-hidden-btn {
    left: 0 !important;
    right: 0 !important;
  }
}
/* line 2, ../sass/all/fix-form.scss */
.fix-form {
  z-index: 30;
  position: fixed;
  bottom: 20px;
  right: 20px;
  min-width: 138px;
  min-height: 138px;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: right bottom;
}
/* line 12, ../sass/all/fix-form.scss */
.fix-form.hid {
  transform: scale(0);
}
/* line 18, ../sass/all/fix-form.scss */
.fix-form.active .fix-form-btn {
  transform: scale(0.5) translateX(-90px) translateY(97px) rotate(-360deg) !important;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 23, ../sass/all/fix-form.scss */
.fix-form.active .fix-form-btn-icon {
  animation: none;
}

/* line 29, ../sass/all/fix-form.scss */
.fix-form-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 138px;
  height: 138px;
  width: 100px;
  height: 100px;
  cursor: pointer;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: all;
}

/* line 45, ../sass/all/fix-form.scss */
.fix-form-btn-icon {
  width: 100%;
  height: 100%;
  background-image: url(../img/phone-calling-rounded-svgrepo-com.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: shield 1.5s infinite;
  animation: shield 1.5s infinite;
}

@-webkit-keyframes shield {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shield {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
/* line 94, ../sass/all/fix-form.scss */
.fix-form-wr {
  margin-right: 100px;
  transform: translateY(100%);
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
/* line 102, ../sass/all/fix-form.scss */
.fix-form-wr.active {
  transform: translateY(0%);
  pointer-events: all;
}
/* line 106, ../sass/all/fix-form.scss */
.fix-form-wr.active .fix-form-form {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: all;
  opacity: 1;
}
/* line 113, ../sass/all/fix-form.scss */
.fix-form-wr.active .fix-form-image {
  transform: translateY(23%);
  opacity: 1;
}

/* line 121, ../sass/all/fix-form.scss */
.fix-form-image {
  position: relative;
  top: 0px;
  right: 0;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}
/* line 137, ../sass/all/fix-form.scss */
.fix-form-image img {
  display: block;
  max-width: 100%;
  pointer-events: none;
}

/* line 144, ../sass/all/fix-form.scss */
.fix-form-form {
  width: 400px;
  padding: 25px 25px;
  padding-bottom: 50px;
  background: #FFF;
  border-radius: 30px;
  box-shadow: 0 10px 40px 0 rgba(37, 22, 14, 0.2);
  opacity: 0;
  -webkit-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  position: relative;
  z-index: 2;
}
/* line 162, ../sass/all/fix-form.scss */
.fix-form-form .section-title {
  font-size: 32px;
  text-align: center;
  padding-right: 35px;
}

/* line 169, ../sass/all/fix-form.scss */
.fix-form-label {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
/* line 174, ../sass/all/fix-form.scss */
.fix-form-label span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
}
/* line 181, ../sass/all/fix-form.scss */
.fix-form-label span i {
  font-size: 26px;
  position: relative;
  top: 5px;
  right: 1px;
  color: var(--color-orange);
}
/* line 190, ../sass/all/fix-form.scss */
.fix-form-label input, .fix-form-label textarea, .fix-form-label button {
  width: 100%;
}
/* line 194, ../sass/all/fix-form.scss */
.fix-form-label input, .fix-form-label textarea {
  background-color: var(--color-gray);
}
/* line 198, ../sass/all/fix-form.scss */
.fix-form-label button {
  background-color: var(--color-orange);
  color: #fff;
  margin-top: 10px;
}
/* line 204, ../sass/all/fix-form.scss */
.fix-form-label .site-btn.whatsapp {
  width: 100%;
  margin-top: 10px;
}

/* line 210, ../sass/all/fix-form.scss */
.fix-form-close.site-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  padding: 0 !important;
  width: 45px;
  height: 45px;
}

/* line 222, ../sass/all/fix-form.scss */
body.he .fix-form-close.site-btn {
  right: initial;
  left: 10px;
}
/* line 229, ../sass/all/fix-form.scss */
body.he .fix-form-label input[type="tel"] {
  direction: ltr;
  text-align: right;
}

@media screen and (max-height: 750px) {
  /* line 238, ../sass/all/fix-form.scss */
  .fix-form-form {
    padding-bottom: 25px;
  }

  /* line 244, ../sass/all/fix-form.scss */
  .fix-form-label input, .fix-form-label textarea, .fix-form-label button, .fix-form-label .site-btn {
    height: 60px;
  }

  /* line 249, ../sass/all/fix-form.scss */
  .fix-form-image {
    width: 150px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1440px) {
  /* line 255, ../sass/all/fix-form.scss */
  .fix-form {
    min-width: 100px;
    min-height: 100px;
  }
  /* line 261, ../sass/all/fix-form.scss */
  .fix-form.active .fix-form-btn {
    transform: scale(0.5) translateX(-45px) translateY(68px) rotate(-360deg) !important;
  }

  /* line 267, ../sass/all/fix-form.scss */
  .fix-form-wr {
    margin-right: 60px;
  }

  /* line 272, ../sass/all/fix-form.scss */
  .fix-form-btn {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 999px) {
  /* line 280, ../sass/all/fix-form.scss */
  .fix-form {
    min-width: 50px;
    min-height: 50px;
    bottom: 5px;
    right: 20px;
  }
  /* line 288, ../sass/all/fix-form.scss */
  .fix-form.active .fix-form-btn {
    transform: scale(0.7) translateX(20px) translateY(14px) rotate(-360deg) !important;
  }

  /* line 294, ../sass/all/fix-form.scss */
  .fix-form-image {
    width: 180px;
  }

  /* line 298, ../sass/all/fix-form.scss */
  .fix-form-form {
    width: calc(100vw - 20px - 20px);
    padding: 20px 25px;
    border-radius: 20px;
  }
  /* line 303, ../sass/all/fix-form.scss */
  .fix-form-form .section-title {
    font-size: 24px;
    padding-right: 30px;
  }

  /* line 309, ../sass/all/fix-form.scss */
  .fix-form-wr {
    margin-right: 0;
  }

  /* line 314, ../sass/all/fix-form.scss */
  .fix-form-label {
    margin-bottom: 6px;
  }
  /* line 317, ../sass/all/fix-form.scss */
  .fix-form-label span {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 322, ../sass/all/fix-form.scss */
  .fix-form-label button {
    margin-top: 5px;
  }

  /* line 327, ../sass/all/fix-form.scss */
  .fix-form-btn {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 999px) and (orientation: landscape) {
  /* line 334, ../sass/all/fix-form.scss */
  .fix-form {
    display: none !important;
  }
}
/* line 1, ../sass/all/cookie-banner.scss */
.overlay-cookie {
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: initial;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: url(../img/cursor-close.png) 20 20, default;
  cursor: -webkit-image-set(url(../img/cursor-close.png) 1x, url(../img/cursor-close@.png) 2x) 20 20, default;
}

/* line 17, ../sass/all/cookie-banner.scss */
.alrt-ban {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

/* line 25, ../sass/all/cookie-banner.scss */
.alrt-ban-close {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  border-top-right-radius: 10px;
}
/* line 39, ../sass/all/cookie-banner.scss */
.alrt-ban-close:hover {
  background-color: #fff;
}

/* line 44, ../sass/all/cookie-banner.scss */
.alrt-ban-box {
  display: flex;
  width: 1200px;
  flex-wrap: wrap;
  background: #f6f6f6;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

/* line 54, ../sass/all/cookie-banner.scss */
.alrt-img {
  width: 50%;
  padding: 10px;
}
/* line 58, ../sass/all/cookie-banner.scss */
.alrt-img img {
  display: block;
  width: 100%;
}

/* line 64, ../sass/all/cookie-banner.scss */
.alrt-desc {
  position: relative;
  padding: 30px;
  width: 50%;
}
/* line 69, ../sass/all/cookie-banner.scss */
.alrt-desc h6 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}
/* line 75, ../sass/all/cookie-banner.scss */
.alrt-desc p {
  font-size: var(--title-font-size);
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #dbdbdb;
}

/* line 83, ../sass/all/cookie-banner.scss */
.cook-form-form {
  margin-top: 20px;
}

/* line 87, ../sass/all/cookie-banner.scss */
.cook-form-label {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
/* line 92, ../sass/all/cookie-banner.scss */
.cook-form-label span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
}
/* line 99, ../sass/all/cookie-banner.scss */
.cook-form-label span i {
  font-size: 26px;
  position: relative;
  top: 5px;
  right: 1px;
  color: var(--color-orange);
}
/* line 108, ../sass/all/cookie-banner.scss */
.cook-form-label input, .cook-form-label textarea, .cook-form-label button {
  width: 100%;
}
/* line 112, ../sass/all/cookie-banner.scss */
.cook-form-label input, .cook-form-label textarea {
  background-color: #fff;
}
/* line 116, ../sass/all/cookie-banner.scss */
.cook-form-label button {
  background-color: var(--color-orange);
  color: #fff;
  margin-top: 10px;
}

/* line 127, ../sass/all/cookie-banner.scss */
body.he .cook-form-label input[type="tel"] {
  direction: ltr;
  text-align: right;
}
/* line 133, ../sass/all/cookie-banner.scss */
body.he .alrt-ban-close {
  right: initial;
  left: 0;
}

@media screen and (max-height: 690px) and (min-width: 999px) {
  /* line 141, ../sass/all/cookie-banner.scss */
  .cook-form-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 150, ../sass/all/cookie-banner.scss */
  .alrt-ban-box {
    width: 900px;
  }

  /* line 154, ../sass/all/cookie-banner.scss */
  .alrt-img {
    width: 39%;
  }

  /* line 158, ../sass/all/cookie-banner.scss */
  .alrt-desc {
    width: 61%;
  }
  /* line 161, ../sass/all/cookie-banner.scss */
  .alrt-desc h6 {
    font-size: 24px;
  }
  /* line 165, ../sass/all/cookie-banner.scss */
  .alrt-desc p {
    margin-top: 10px;
    padding-top: 10px;
  }

  /* line 173, ../sass/all/cookie-banner.scss */
  .cook-form-label span {
    font-size: 15px;
    line-height: 19px;
  }
  /* line 178, ../sass/all/cookie-banner.scss */
  .cook-form-label input, .cook-form-label textarea {
    padding: 15px;
    font-size: 16px;
  }
  /* line 182, ../sass/all/cookie-banner.scss */
  .cook-form-label input::placeholder, .cook-form-label textarea::placeholder {
    font-size: 16px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 999px) {
  /* line 194, ../sass/all/cookie-banner.scss */
  .alrt-ban {
    width: 80%;
  }

  /* line 198, ../sass/all/cookie-banner.scss */
  .alrt-ban-box {
    width: 100%;
  }

  /* line 202, ../sass/all/cookie-banner.scss */
  .alrt-img {
    width: 100%;
  }
  /* line 205, ../sass/all/cookie-banner.scss */
  .alrt-img img {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 212, ../sass/all/cookie-banner.scss */
  .alrt-desc {
    width: 100%;
    padding: 20px;
    padding-top: 0;
    padding-bottom: 10px;
  }
  /* line 218, ../sass/all/cookie-banner.scss */
  .alrt-desc h6 {
    font-size: 20px;
  }
  /* line 222, ../sass/all/cookie-banner.scss */
  .alrt-desc p {
    margin-top: 10px;
    padding-top: 10px;
  }

  /* line 228, ../sass/all/cookie-banner.scss */
  .cook-form-form {
    margin-top: 15px;
  }

  /* line 234, ../sass/all/cookie-banner.scss */
  .cook-form-label span {
    font-size: 15px;
    line-height: 19px;
  }
  /* line 239, ../sass/all/cookie-banner.scss */
  .cook-form-label input, .cook-form-label textarea {
    padding: 15px;
    font-size: 16px;
  }
  /* line 243, ../sass/all/cookie-banner.scss */
  .cook-form-label input::placeholder, .cook-form-label textarea::placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-height: 660px) and (min-width: 120px) and (max-width: 999px) {
  /* line 251, ../sass/all/cookie-banner.scss */
  .alrt-img {
    display: none;
  }

  /* line 255, ../sass/all/cookie-banner.scss */
  .alrt-desc {
    padding-top: 20px;
  }
  /* line 258, ../sass/all/cookie-banner.scss */
  .alrt-desc p {
    font-size: 12px;
  }
}
@media only screen and (max-height: 660px) and (min-width: 120px) and (max-width: 999px) and (orientation: landscape) {
  /* line 265, ../sass/all/cookie-banner.scss */
  .cook-form-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
/* line 1, ../sass/all/stories.scss */
.stories-bl {
  position: relative;
}
/* line 4, ../sass/all/stories.scss */
.stories-bl .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 50px;
}

/* line 14, ../sass/all/stories.scss */
.stories-tpl {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
  flex: 1;
  border-radius: 15px;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  padding: 10px;
  max-width: 25%;
  /* &:hover {
  	video {
  		transform: scale(1.1);
  	}
  } */
}
/* line 25, ../sass/all/stories.scss */
.stories-tpl video {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 10px;
  transition: 0.3s ease all;
}

/* line 43, ../sass/all/stories.scss */
.lang-he .stories-bl {
  direction: rtl;
}

@media only screen and (min-width: 1241px) and (max-width: 1480px) {
  /* line 52, ../sass/all/stories.scss */
  .stories-bl .container {
    gap: 38px;
  }

  /* line 58, ../sass/all/stories.scss */
  .stories-tpl video {
    height: 400px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 68, ../sass/all/stories.scss */
  .stories-bl .container {
    gap: 20px;
  }

  /* line 74, ../sass/all/stories.scss */
  .stories-tpl video {
    height: 300px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 84, ../sass/all/stories.scss */
  .stories-bl .container {
    gap: 20px;
    overflow: scroll;
  }

  /* line 90, ../sass/all/stories.scss */
  .stories-tpl {
    min-width: 250px;
  }
  /* line 93, ../sass/all/stories.scss */
  .stories-tpl video {
    height: 300px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 103, ../sass/all/stories.scss */
  .stories-bl .container {
    gap: 15px;
    overflow: scroll;
    padding-bottom: 15px;
  }

  /* line 110, ../sass/all/stories.scss */
  .stories-tpl {
    min-width: 250px;
  }
  /* line 113, ../sass/all/stories.scss */
  .stories-tpl video {
    height: 410px;
  }
}
/* 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: var(--color-black);
  left: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 28;
  border-radius: 50%;
  transition: all .15s ease;
  border: 1px solid #fff;
  color: #fff;
  padding: 0;
}
/* line 24, ../sass/all/wgag.scss */
#accessibilityButton svg {
  display: block;
  width: 22px;
  height: 22px;
}
@media (hover: hover) {
  /* line 31, ../sass/all/wgag.scss */
  #accessibilityButton:hover {
    transform: scale(1.1);
  }
}

/* line 37, ../sass/all/wgag.scss */
#accessibilityMenu {
  display: none;
  position: fixed;
  background-color: #fff;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), 0 4px 16px rgba(0, 0, 0, 0.1);
  width: 550px;
  max-width: calc(100% - 35px);
  height: calc(100% - 0px);
  /* border-radius: 20px; */
  overflow: hidden;
  max-height: calc(100% - 0px);
  z-index: 214748364;
}

/* line 53, ../sass/all/wgag.scss */
.accessibilityMenu {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
/* line 59, ../sass/all/wgag.scss */
.accessibilityMenu input {
  -webkit-appearance: auto;
}
/* line 63, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar {
  width: 10px;
}
/* line 66, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-track {
  background: transparent;
}
/* line 69, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-thumb {
  background: var(--color-black);
  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: var(--color-black);
}
/* 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: var(--color-black);
    color: #fff;
  }
}
/* line 154, ../sass/all/wgag.scss */
.accessibilityMenu .bl.active {
  background: var(--color-black);
  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: var(--color-black);
  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: var(--color-orange);
  }
}

/* line 252, ../sass/all/wgag.scss */
.accessibilityMenuClose {
  position: absolute;
  cursor: pointer;
  top: 15px;
  left: 15px;
  z-index: 2;
}
/* line 259, ../sass/all/wgag.scss */
.accessibilityMenuClose svg {
  display: block;
  width: 12px;
  height: auto;
  transition: all .15s ease;
}
@media (hover: hover) {
  /* line 267, ../sass/all/wgag.scss */
  .accessibilityMenuClose:hover svg {
    transform: scale(1.1);
  }
}

/* line 273, ../sass/all/wgag.scss */
.showMenu #accessibilityMenu {
  display: block;
}

/* line 278, ../sass/all/wgag.scss */
.high-contrast {
  background-color: black;
  color: white;
  --color: #fff;
}
/* line 283, ../sass/all/wgag.scss */
.high-contrast .text {
  color: white;
  --color: #fff;
}

/* line 289, ../sass/all/wgag.scss */
.night-mode {
  background-color: #222;
  color: #ddd;
}
/* line 293, ../sass/all/wgag.scss */
.night-mode .text {
  color: #ddd;
  --color: #ddd;
}

/* line 299, ../sass/all/wgag.scss */
.img-description {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  padding: 5px;
  margin: 5px 0;
  font-size: 14px;
  max-width: 90%;
  word-wrap: break-word;
}

/* line 309, ../sass/all/wgag.scss */
body.reading-view {
  background-color: #f4f4f4;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

/* line 316, ../sass/all/wgag.scss */
body.reading-view * {
  display: none;
}

/* line 320, ../sass/all/wgag.scss */
body.reading-view p,
body.reading-view h1,
body.reading-view h2,
body.reading-view h3,
body.reading-view h4,
body.reading-view h5,
body.reading-view h6,
body.reading-view li,
body.reading-view blockquote {
  display: block;
  margin: 20px;
  padding: 10px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/* line 337, ../sass/all/wgag.scss */
.high-contrast-dark {
  background-color: black;
  color: white;
  --color: #fff;
}
/* line 342, ../sass/all/wgag.scss */
.high-contrast-dark .text {
  color: white;
  --color: #fff;
}

/* line 348, ../sass/all/wgag.scss */
.high-contrast-light {
  background-color: #fff;
  color: #000;
}

/* line 353, ../sass/all/wgag.scss */
.monochrome-mode {
  filter: grayscale(100%);
}

/* line 357, ../sass/all/wgag.scss */
.font-adjust-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 363, ../sass/all/wgag.scss */
#fontSizeSlider {
  flex-grow: 1;
  height: auto;
  padding: 0;
}

/* line 370, ../sass/all/wgag.scss */
.line-spacing-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 376, ../sass/all/wgag.scss */
#lineSpacingSlider {
  flex-grow: 1;
  height: auto;
  padding: 0;
}

/* line 382, ../sass/all/wgag.scss */
.word-spacing-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 388, ../sass/all/wgag.scss */
#wordSpacingSlider {
  flex-grow: 1;
  height: auto;
  padding: 0;
}

/* line 394, ../sass/all/wgag.scss */
.he {
  /* #accessibilityButton {
      right: 20px;
      left: auto;
  } */
}
/* line 400, ../sass/all/wgag.scss */
.he #accessibilityMenu {
  direction: rtl;
  /* right:20px;
  left: auto; */
}
/* line 406, ../sass/all/wgag.scss */
.he .accessibilityMenuClose {
  right: 15px;
  left: auto;
}
/* line 411, ../sass/all/wgag.scss */
.he .accessibilityMenu .bl span {
  font-size: calc(14px * 1.2);
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 418, ../sass/all/wgag.scss */
  #accessibilityButton {
    left: 0px;
    bottom: 125px;
    width: 40px;
    height: 40px;
    border-radius: 0 5px 5px 0;
    border: 0;
  }
  /* line 426, ../sass/all/wgag.scss */
  #accessibilityButton svg {
    width: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) and (hover: hover) {
  /* line 430, ../sass/all/wgag.scss */
  #accessibilityButton:hover {
    transform: scale(1);
  }
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 436, ../sass/all/wgag.scss */
  #accessibilityMenu {
    left: 15px;
    bottom: 15px;
    max-width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 15px;
    max-height: calc(100% - 30px);
  }

  /* line 446, ../sass/all/wgag.scss */
  .accessibilityMenu::-webkit-scrollbar {
    width: 5px;
  }
  /* line 450, ../sass/all/wgag.scss */
  .accessibilityMenu .site-title {
    padding-top: 30px;
  }
  /* line 454, ../sass/all/wgag.scss */
  .accessibilityMenu .bl {
    width: calc((100% - 15px) / 2);
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
  }
  /* line 462, ../sass/all/wgag.scss */
  .accessibilityMenu .bl.double {
    width: 100%;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }

  /* line 474, ../sass/all/wgag.scss */
  .lang-he #accessibilityButton {
    left: 0px;
  }
  /* line 478, ../sass/all/wgag.scss */
  .lang-he #accessibilityMenu {
    left: 0px;
    max-width: 100%;
    width: 100%;
  }
}
/* line 1, ../sass/all/cookie-popup.scss */
.cookie-popup {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #fff;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  max-width: 90%;
  text-align: center;
}
/* line 21, ../sass/all/cookie-popup.scss */
.cookie-popup a {
  text-decoration: underline;
}
/* line 24, ../sass/all/cookie-popup.scss */
.cookie-popup a:hover {
  color: var(--color-orange);
}

/* line 30, ../sass/all/cookie-popup.scss */
.cookie-popup-inner {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* line 36, ../sass/all/cookie-popup.scss */
.cookie-popup .cookie-accept {
  border: 0;
  padding: 8px 14px;
  border-radius: 10px;
  background: var(--color-orange);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

/* line 46, ../sass/all/cookie-popup.scss */
.cookie-popup.hide {
  opacity: 0;
  transform: translateX(-50%) translateY(10px);
  transition: .3s ease;
}

/* 📱 мобильная адаптация */
@media (max-width: 600px) {
  /* line 55, ../sass/all/cookie-popup.scss */
  .cookie-popup {
    bottom: 12px;
    max-width: calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 12px 14px;
    border-radius: 14px;
  }

  /* line 63, ../sass/all/cookie-popup.scss */
  .cookie-popup-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  /* line 72, ../sass/all/cookie-popup.scss */
  .cookie-popup .cookie-accept {
    width: 100%;
    text-align: center;
  }
}
/* line 2, ../sass/all/header-new.scss */
.header-new {
  background: #fff;
  border-bottom: 1px solid #eee;
}
/* line 6, ../sass/all/header-new.scss */
.header-new button {
  color: #000;
}

/* line 11, ../sass/all/header-new.scss */
.header-new-top {
  position: relative;
  background-color: #f2f0f9;
  color: #000;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  height: 44px;
  align-items: center;
  z-index: 2;
  font-size: 16px;
}
/* line 23, ../sass/all/header-new.scss */
.header-new-top .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}

/* line 30, ../sass/all/header-new.scss */
.header-new-menu a {
  margin: 0 10px;
  text-decoration: none;
  color: #333;
}

/* line 36, ../sass/all/header-new.scss */
.header-new-menu a.active {
  color: var(--color-orange);
  position: relative;
}
/* line 40, ../sass/all/header-new.scss */
.header-new-menu a.active:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-orange);
}

/* line 51, ../sass/all/header-new.scss */
.header-new-lang {
  position: relative;
}
/* line 54, ../sass/all/header-new.scss */
.header-new-lang .lang-btn {
  display: flex;
  gap: 5px;
  align-items: center;
  text-transform: uppercase;
}
/* line 60, ../sass/all/header-new.scss */
.header-new-lang .lang-btn svg {
  width: 20px;
  height: 20px;
}

/* LANG */
/* line 68, ../sass/all/header-new.scss */
.header-new-lang {
  position: relative;
  text-transform: uppercase;
}

/* line 73, ../sass/all/header-new.scss */
.lang-btn {
  background: none;
  border: none;
  cursor: pointer;
}

/* line 79, ../sass/all/header-new.scss */
.lang-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

/* line 89, ../sass/all/header-new.scss */
.lang-list li a {
  display: block;
  padding: 8px 14px;
}

/* line 94, ../sass/all/header-new.scss */
.lang-list {
  display: none;
}

/* line 98, ../sass/all/header-new.scss */
.lang-list.active {
  display: block;
}

/* line 103, ../sass/all/header-new.scss */
.header-new-menu {
  display: flex;
  align-items: center;
}

/* line 108, ../sass/all/header-new.scss */
.header-new-main {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ececec;
}
/* line 113, ../sass/all/header-new.scss */
.header-new-main .container {
  display: flex;
  justify-content: space-between;
}

/* LOGO */
/* line 120, ../sass/all/header-new.scss */
.header-new-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 200px;
}
/* line 126, ../sass/all/header-new.scss */
.header-new-logo img {
  display: block;
  max-height: 100%;
  max-height: 150px;
  max-width: 100%;
  padding: 15px 0;
}

/* line 135, ../sass/all/header-new.scss */
.header-new-main-row {
  position: relative;
  width: calc(100% - 250px);
  display: flex;
  flex-direction: column;
}

/* line 142, ../sass/all/header-new.scss */
.logo-text strong {
  font-size: 20px;
  display: block;
}

/* line 147, ../sass/all/header-new.scss */
.logo-text span {
  font-size: 13px;
  color: #777;
}

/* BUTTONS */
/* line 153, ../sass/all/header-new.scss */
.header-new-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  gap: 69px;
  justify-content: flex-end;
}

/* line 162, ../sass/all/header-new.scss */
.header-new-menu-bot {
  margin-top: auto;
  border-top: 1px solid #ececec;
}
/* line 166, ../sass/all/header-new.scss */
.header-new-menu-bot ul {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}
/* line 172, ../sass/all/header-new.scss */
.header-new-menu-bot ul li {
  width: calc(100% / 4);
}
/* line 175, ../sass/all/header-new.scss */
.header-new-menu-bot ul li a {
  padding: 15px 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  transition: .3s linear;
}
/* line 186, ../sass/all/header-new.scss */
.header-new-menu-bot ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: var(--color-orange);
  width: 100%;
  transform: scaleX(0);
  transition: transform .2s ease-in-out;
  border-radius: 6px;
}
/* line 198, ../sass/all/header-new.scss */
.header-new-menu-bot ul li a:hover, .header-new-menu-bot ul li a.active {
  background-color: var(--color-gray);
}
/* line 201, ../sass/all/header-new.scss */
.header-new-menu-bot ul li a:hover::after, .header-new-menu-bot ul li a.active::after {
  transform: scaleX(1);
}

/* line 210, ../sass/all/header-new.scss */
.btnh {
  padding: 2px 2px;
  padding-left: 15px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  border: 1px solid var(--color-orange);
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  transition: .3s ease-in-out;
}
/* line 225, ../sass/all/header-new.scss */
.btnh.btn-callback {
  padding: 2px 15px;
  cursor: initial;
}
/* line 232, ../sass/all/header-new.scss */
.btnh.open_popup:hover {
  background-color: var(--color-orange);
  color: #fff;
}
/* line 238, ../sass/all/header-new.scss */
.btnh.open_popup:hover svg path {
  fill: #fff;
}
/* line 245, ../sass/all/header-new.scss */
.btnh svg {
  position: relative;
  width: 44px;
  height: 44px;
}
/* line 250, ../sass/all/header-new.scss */
.btnh svg path {
  transition: .3s ease-in-out;
}

/* line 256, ../sass/all/header-new.scss */
.header-new-main-rows {
  margin: auto 0;
  margin-top: 19px;
}

/* line 261, ../sass/all/header-new.scss */
.btn-header-phone {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
/* line 267, ../sass/all/header-new.scss */
.btn-header-phone svg {
  width: 44px;
  height: 44px;
}

/* line 273, ../sass/all/header-new.scss */
.btn-header-phonelink {
  display: flex;
  flex-direction: column;
}
/* line 277, ../sass/all/header-new.scss */
.btn-header-phonelink a {
  font-size: 24px;
  display: block;
  line-height: 1;
}
/* line 283, ../sass/all/header-new.scss */
.btn-header-phonelink small {
  font-size: 14px;
  display: block;
  position: relative;
  opacity: 0.8;
  display: flex;
  gap: 7px;
  align-items: center;
}
/* line 292, ../sass/all/header-new.scss */
.btn-header-phonelink small:before {
  content: '';
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #37fc37;
  display: inline-block;
  top: 0px;
}

/* line 307, ../sass/all/header-new.scss */
.ru2 .btnh, .ru .btnh {
  padding: 2px 2px;
  padding-right: 15px;
}
/* line 312, ../sass/all/header-new.scss */
.ru2 .btnh.btn-callback, .ru .btnh.btn-callback {
  padding: 2px 15px;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 319, ../sass/all/header-new.scss */
  .header-new-top {
    height: 38px;
    font-size: 14px;
  }

  /* line 324, ../sass/all/header-new.scss */
  .header-new-logo {
    width: 125px;
  }

  /* line 328, ../sass/all/header-new.scss */
  .header-new-main-row {
    width: calc(100% - 160px);
  }

  /* line 334, ../sass/all/header-new.scss */
  .header-new-menu-bot ul {
    font-size: 18px;
  }
  /* line 340, ../sass/all/header-new.scss */
  .header-new-menu-bot ul li a {
    padding: 10px 0;
  }

  /* line 347, ../sass/all/header-new.scss */
  .header-new-actions {
    gap: 30px;
  }

  /* line 351, ../sass/all/header-new.scss */
  .btnh {
    font-size: 16px;
  }

  /* line 357, ../sass/all/header-new.scss */
  .btn-header-phonelink a {
    font-size: 22px;
  }
  /* line 361, ../sass/all/header-new.scss */
  .btn-header-phonelink small {
    font-size: 12px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 369, ../sass/all/header-new.scss */
  .header-new-top {
    height: 38px;
    font-size: 14px;
  }

  /* line 374, ../sass/all/header-new.scss */
  .header-new-logo {
    width: 125px;
  }

  /* line 378, ../sass/all/header-new.scss */
  .header-new-main-row {
    width: calc(100% - 160px);
  }

  /* line 384, ../sass/all/header-new.scss */
  .header-new-menu-bot ul {
    font-size: 18px;
  }
  /* line 390, ../sass/all/header-new.scss */
  .header-new-menu-bot ul li a {
    padding: 10px 0;
  }

  /* line 397, ../sass/all/header-new.scss */
  .header-new-actions {
    gap: 30px;
  }

  /* line 401, ../sass/all/header-new.scss */
  .btnh {
    font-size: 16px;
    display: none !important;
  }

  /* line 408, ../sass/all/header-new.scss */
  .btn-header-phonelink a {
    font-size: 22px;
  }
  /* line 412, ../sass/all/header-new.scss */
  .btn-header-phonelink small {
    font-size: 12px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 421, ../sass/all/header-new.scss */
  .header-new-top {
    height: 30px;
    font-size: 11px;
  }

  /* line 426, ../sass/all/header-new.scss */
  .header-new-logo {
    width: 75px;
    position: absolute;
    top: 1px;
    right: 0;
    gap: 0;
    height: 50px;
    margin: 0 20px;
  }
  /* line 435, ../sass/all/header-new.scss */
  .header-new-logo img {
    max-height: 100%;
    padding: 0;
  }

  /* line 441, ../sass/all/header-new.scss */
  .header-new-main-row {
    width: 100%;
  }

  /* line 445, ../sass/all/header-new.scss */
  .header-new-main-rows {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  /* line 452, ../sass/all/header-new.scss */
  .header-new-menu a {
    margin: 0 5px;
  }
  /* line 457, ../sass/all/header-new.scss */
  .header-new-menu a.active:after {
    bottom: -8px;
  }

  /* line 466, ../sass/all/header-new.scss */
  .header-new-lang .lang-btn {
    font-size: 11px;
  }

  /* line 471, ../sass/all/header-new.scss */
  .header-new-menu-bot {
    margin-top: 0;
  }
  /* line 474, ../sass/all/header-new.scss */
  .header-new-menu-bot ul {
    font-size: 14px;
  }
  /* line 480, ../sass/all/header-new.scss */
  .header-new-menu-bot ul li a {
    padding: 5px 0;
  }

  /* line 487, ../sass/all/header-new.scss */
  .header-new-actions {
    gap: 30px;
  }

  /* line 491, ../sass/all/header-new.scss */
  .btnh {
    font-size: 16px;
    display: none !important;
  }

  /* line 498, ../sass/all/header-new.scss */
  .btn-header-phone svg {
    width: 32px;
    height: 32px;
  }

  /* line 506, ../sass/all/header-new.scss */
  .btn-header-phonelink a {
    font-size: 20px;
  }
  /* line 510, ../sass/all/header-new.scss */
  .btn-header-phonelink small {
    font-size: 11px;
  }

  /* line 517, ../sass/all/header-new.scss */
  .ru .header-new-logo, .ru2 .header-new-logo {
    right: initial;
    left: 0;
  }
}
/* line 35, ../sass/main-style.scss */
.ui-pnotify {
  bottom: 70px !important;
  top: initial !important;
  z-index: 9999999999999999 !important;
}
