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

/* line 22, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

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

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

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

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

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

@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 26, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 9, ../sass/all/wrapper.scss */
body {
  min-height: 100vh;
  background: #fff;
  color: #1d212c;
}

/* line 15, ../sass/all/wrapper.scss */
html, body {
  min-height: 100%;
  height: 100%;
  line-height: 1.2;
  font-family: "Rubik", sans-serif;
}

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

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

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

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

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

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

/* line 60, ../sass/all/wrapper.scss */
.site-btn {
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -moz-transition: 0.2s all cubic-bezier(0.5, 0, 0, 1);
  -o-transition: 0.2s all cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.2s all cubic-bezier(0.5, 0, 0, 1);
  transition: 0.2s all cubic-bezier(0.5, 0, 0, 1);
  color: #fff;
  background: #6135fc;
  background: -moz-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #6135fc), color-stop(100%, #27e6fc));
  background: -webkit-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -o-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -ms-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: linear-gradient(to right, #6135fc 0%, #27e6fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6135fc', endColorstr='#27e6fc', GradientType=1 );
  border: 1px solid #1d212c;
  border-radius: 40px;
  height: 74px;
  padding: 0 45px;
  font-size: 20px;
}
/* line 86, ../sass/all/wrapper.scss */
.site-btn svg {
  display: block;
  margin-left: 10px;
  width: 22px;
  height: auto;
}
/* line 93, ../sass/all/wrapper.scss */
.site-btn:hover {
  background: #1d212c;
}
/* line 97, ../sass/all/wrapper.scss */
.site-btn.black {
  background: #1d212c;
}
/* line 100, ../sass/all/wrapper.scss */
.site-btn.black:hover {
  background: #6135fc;
  background: -moz-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #6135fc), color-stop(100%, #27e6fc));
  background: -webkit-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -o-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -ms-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: linear-gradient(to right, #6135fc 0%, #27e6fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6135fc', endColorstr='#27e6fc', GradientType=1 );
  color: #fff;
}

/* line 108, ../sass/all/wrapper.scss */
.lang-he .site-btn {
  direction: rtl;
  font-size: calc(22px * 1.2);
}
/* line 112, ../sass/all/wrapper.scss */
.lang-he .site-btn svg {
  margin-right: 10px;
  margin-left: 0;
  transform: rotateY(180deg);
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 122, ../sass/all/wrapper.scss */
  .container {
    width: 1400px;
    /*12.5%*/
  }

  /* line 126, ../sass/all/wrapper.scss */
  .site-btn {
    border-radius: 32px;
    height: 64px;
    padding: 0 40px;
    font-size: 18px;
  }
  /* line 132, ../sass/all/wrapper.scss */
  .site-btn svg {
    margin-left: 10px;
    width: 20px;
  }

  /* line 139, ../sass/all/wrapper.scss */
  .lang-he .site-btn {
    font-size: calc(20px * 1.2);
  }
  /* line 142, ../sass/all/wrapper.scss */
  .lang-he .site-btn svg {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 152, ../sass/all/wrapper.scss */
  .container {
    width: 1200px;
    /*14%*/
  }

  /* line 156, ../sass/all/wrapper.scss */
  .site-btn {
    border-radius: 27px;
    height: 54px;
    padding: 0 35px;
    font-size: 16px;
  }
  /* line 162, ../sass/all/wrapper.scss */
  .site-btn svg {
    margin-left: 8px;
    width: 18px;
  }

  /* line 169, ../sass/all/wrapper.scss */
  .lang-he .site-btn {
    font-size: calc(18px * 1.2);
  }
  /* line 172, ../sass/all/wrapper.scss */
  .lang-he .site-btn svg {
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 182, ../sass/all/wrapper.scss */
  .container {
    width: 960px;
    /*20%*/
  }

  /* line 186, ../sass/all/wrapper.scss */
  .site-btn {
    border-radius: 22px;
    height: 44px;
    padding: 0 28px;
    font-size: 14px;
  }
  /* line 192, ../sass/all/wrapper.scss */
  .site-btn svg {
    margin-left: 5px;
    width: 16px;
  }

  /* line 199, ../sass/all/wrapper.scss */
  .lang-he .site-btn {
    font-size: calc(16px * 1.2);
  }
  /* line 202, ../sass/all/wrapper.scss */
  .lang-he .site-btn svg {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 212, ../sass/all/wrapper.scss */
  .container {
    width: 738px;
    /*23%*/
  }

  /* line 216, ../sass/all/wrapper.scss */
  .site-btn {
    border-radius: 22px;
    height: 44px;
    padding: 0 22px;
    font-size: 14px;
  }
  /* line 222, ../sass/all/wrapper.scss */
  .site-btn svg {
    margin-left: 5px;
    width: 14px;
  }

  /* line 229, ../sass/all/wrapper.scss */
  .lang-he .site-btn {
    font-size: calc(14px * 1.2);
  }
  /* line 232, ../sass/all/wrapper.scss */
  .lang-he .site-btn svg {
    margin-right: 5px;
  }

  /* line 238, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 244, ../sass/all/wrapper.scss */
  .container {
    width: calc(100% - 30px);
  }

  /* line 248, ../sass/all/wrapper.scss */
  .site-btn {
    border-radius: 22px;
    height: 38px;
    padding: 0 15px;
    font-size: 14px;
  }
  /* line 254, ../sass/all/wrapper.scss */
  .site-btn svg {
    margin-left: 5px;
    width: 14px;
  }

  /* line 261, ../sass/all/wrapper.scss */
  .lang-he .site-btn {
    font-size: calc(14px * 1.2);
  }
  /* line 264, ../sass/all/wrapper.scss */
  .lang-he .site-btn svg {
    margin-right: 5px;
  }

  /* line 270, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
/* line 1, ../sass/all/header.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
/* line 8, ../sass/all/header.scss */
header .container {
  position: initial;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  transition: 0.3s ease all;
  padding: 40px 0;
}
/* line 21, ../sass/all/header.scss */
header.simple {
  background: #fff;
  border-bottom: 1px solid #000;
}
/* line 25, ../sass/all/header.scss */
header.simple .container {
  padding: 0;
}
/* line 30, ../sass/all/header.scss */
header.simple .hLogo .white {
  display: none;
}
/* line 34, ../sass/all/header.scss */
header.simple .hLogo .black {
  display: block;
}
/* line 40, ../sass/all/header.scss */
header.simple .hNav .main-link {
  color: #000;
}
/* line 45, ../sass/all/header.scss */
header.simple .hCart a {
  border-color: #000;
}
/* line 49, ../sass/all/header.scss */
header.simple .hDrop-menu {
  padding-top: 140px;
}
/* line 56, ../sass/all/header.scss */
header.black-style .hLogo .white {
  display: none;
}
/* line 60, ../sass/all/header.scss */
header.black-style .hLogo .black {
  display: block;
}
/* line 66, ../sass/all/header.scss */
header.black-style .hNav .main-link {
  color: #1d212c;
}
/* line 69, ../sass/all/header.scss */
header.black-style .hNav .main-link:after {
  background: #1d212c;
}

/* line 77, ../sass/all/header.scss */
.hMenu {
  display: none;
}

/* line 81, ../sass/all/header.scss */
.hLogo {
  position: relative;
}
/* line 84, ../sass/all/header.scss */
.hLogo img {
  display: block;
  width: auto;
  height: 64px;
}
/* line 89, ../sass/all/header.scss */
.hLogo img.black {
  display: none;
}
/* line 94, ../sass/all/header.scss */
.hLogo a:hover {
  opacity: 0.7;
}

/* line 99, ../sass/all/header.scss */
.hNav {
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-right: 20px;
}
/* line 110, ../sass/all/header.scss */
.hNav .main-li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 100px;
  padding: 0 20px;
}
/* line 122, ../sass/all/header.scss */
.hNav .main-li:hover .hDrop-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
/* line 130, ../sass/all/header.scss */
.hNav .main-link {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  transition: 0.3s ease height;
  color: #fff;
  font-size: 20px;
}
/* line 143, ../sass/all/header.scss */
.hNav .main-link.black {
  color: #000;
}
/* line 147, ../sass/all/header.scss */
.hNav .main-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #6135fc;
  background: -moz-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #6135fc), color-stop(100%, #27e6fc));
  background: -webkit-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -o-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -ms-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: linear-gradient(to right, #6135fc 0%, #27e6fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6135fc', endColorstr='#27e6fc', GradientType=1 );
  opacity: 0;
  transition: 0.3s ease all;
  z-index: 0;
}
/* line 162, ../sass/all/header.scss */
.hNav .main-link:hover:after {
  opacity: 1;
  width: 100%;
}

/* line 170, ../sass/all/header.scss */
.hDrop-menu {
  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;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  background: #fff;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 60px;
  padding-top: 180px;
  transform: translateY(-15px);
  transition: .5s ease;
  opacity: 0;
  visibility: hidden;
}

/* line 199, ../sass/all/header.scss */
.drop-menu-desc {
  position: relative;
  width: 37%;
}
/* line 203, ../sass/all/header.scss */
.drop-menu-desc p {
  position: relative;
  line-height: 1.7;
  font-size: 24px;
}
/* line 209, ../sass/all/header.scss */
.drop-menu-desc .site-btn {
  margin-top: 40px;
}

/* line 214, ../sass/all/header.scss */
.drop-menu-nav {
  position: relative;
  width: 40%;
}
/* line 218, ../sass/all/header.scss */
.drop-menu-nav.full {
  width: 63%;
}
/* line 222, ../sass/all/header.scss */
.drop-menu-nav ul {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 236, ../sass/all/header.scss */
.drop-menu-nav ul.block {
  display: block;
}
/* line 239, ../sass/all/header.scss */
.drop-menu-nav ul.block li {
  width: 100%;
  margin-top: 20px;
}
/* line 243, ../sass/all/header.scss */
.drop-menu-nav ul.block li:nth-child(2) {
  margin-top: 20px;
}
/* line 249, ../sass/all/header.scss */
.drop-menu-nav ul li {
  position: relative;
  width: 43%;
  margin-top: 40px;
}
/* line 254, ../sass/all/header.scss */
.drop-menu-nav ul li:nth-child(1), .drop-menu-nav ul li:nth-child(2) {
  margin-top: 0;
}
/* line 259, ../sass/all/header.scss */
.drop-menu-nav ul a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}
/* line 271, ../sass/all/header.scss */
.drop-menu-nav ul a:hover span:after {
  opacity: 1;
  width: 100%;
}
/* line 278, ../sass/all/header.scss */
.drop-menu-nav ul span {
  position: relative;
}
/* line 281, ../sass/all/header.scss */
.drop-menu-nav ul span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #F8007D;
  opacity: 0;
  transition: 0.3s ease all;
  z-index: -1;
}
/* line 296, ../sass/all/header.scss */
.drop-menu-nav ul svg {
  display: block;
  width: 44px;
  margin-right: 10px;
  height: auto;
}

/* line 305, ../sass/all/header.scss */
.drop-menu-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
}
/* line 312, ../sass/all/header.scss */
.drop-menu-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

/* line 321, ../sass/all/header.scss */
.hDrop-menu-col {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-right: 2%;
}
/* line 329, ../sass/all/header.scss */
.hDrop-menu-col .list {
  position: relative;
  margin-left: 30px;
}
/* line 333, ../sass/all/header.scss */
.hDrop-menu-col .list li {
  position: relative;
  margin-bottom: 35px;
}
/* line 337, ../sass/all/header.scss */
.hDrop-menu-col .list li:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 342, ../sass/all/header.scss */
.hDrop-menu-col .list a {
  display: inline-block;
  position: relative;
  font-size: 20px;
}
/* line 347, ../sass/all/header.scss */
.hDrop-menu-col .list a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #F8007D;
  opacity: 0;
  transition: 0.3s ease all;
  z-index: 0;
}
/* line 362, ../sass/all/header.scss */
.hDrop-menu-col .list a:hover:after {
  opacity: 1;
  width: 100%;
}

/* line 371, ../sass/all/header.scss */
.hDrop-menu-col-title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  margin-left: 30px;
  border-bottom: 2px solid #000;
  margin-bottom: 65px;
  line-height: 1;
}
/* line 380, ../sass/all/header.scss */
.hDrop-menu-col-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -30px;
  width: 14px;
  height: 14px;
  background: #2005FE;
  border-radius: 50%;
}

/* line 393, ../sass/all/header.scss */
.hBook {
  position: relative;
}

/* line 397, ../sass/all/header.scss */
.hCart {
  position: relative;
  margin-left: 20px;
}
/* line 401, ../sass/all/header.scss */
.hCart a {
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -moz-transition: 0.2s all cubic-bezier(0.5, 0, 0, 1);
  -o-transition: 0.2s all cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.2s all cubic-bezier(0.5, 0, 0, 1);
  transition: 0.2s all cubic-bezier(0.5, 0, 0, 1);
  background: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  height: 60px;
  width: 60px;
}
/* line 425, ../sass/all/header.scss */
.hCart a svg {
  display: block;
  width: 34px;
  height: auto;
}
/* line 436, ../sass/all/header.scss */
.hCart .ms2_total_count {
  position: absolute;
  top: -5px;
  right: -5px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -moz-transition: 0.2s all cubic-bezier(0.5, 0, 0, 1);
  -o-transition: 0.2s all cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: 0.2s all cubic-bezier(0.5, 0, 0, 1);
  transition: 0.2s all cubic-bezier(0.5, 0, 0, 1);
  color: #fff;
  background: #000;
  font-weight: 500;
  border: 2px solid #000;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-size: 12px;
}

/* line 468, ../sass/all/header.scss */
.lang-he header {
  direction: rtl;
}
/* line 471, ../sass/all/header.scss */
.lang-he header .hNav {
  margin-right: auto;
  margin-left: 20px;
}
/* line 475, ../sass/all/header.scss */
.lang-he header .hNav .main-link {
  font-size: calc(22px * 1.2);
}
/* line 478, ../sass/all/header.scss */
.lang-he header .hNav .main-link:after {
  left: 100%;
}
/* line 483, ../sass/all/header.scss */
.lang-he header .hNav .main-link:hover:after {
  left: 0;
}
/* line 491, ../sass/all/header.scss */
.lang-he header .drop-menu-desc p {
  font-size: calc(24px * 1.2);
}
/* line 498, ../sass/all/header.scss */
.lang-he header .drop-menu-nav ul a {
  font-size: calc(16px * 1.2);
}
/* line 502, ../sass/all/header.scss */
.lang-he header .drop-menu-nav ul a:hover span:after {
  left: 0;
}
/* line 509, ../sass/all/header.scss */
.lang-he header .drop-menu-nav ul span:after {
  left: 100%;
}
/* line 514, ../sass/all/header.scss */
.lang-he header .drop-menu-nav ul svg {
  margin-right: 0;
  margin-left: 10px;
}
/* line 521, ../sass/all/header.scss */
.lang-he header .drop-menu-img {
  right: 75%;
}
/* line 525, ../sass/all/header.scss */
.lang-he header .hCart {
  margin-left: 0;
  margin-right: 20px;
}
/* line 529, ../sass/all/header.scss */
.lang-he header .hCart a {
  -webkit-box-shadow: -3px 3px 0px #000000, 0 0 0 0;
  -moz-box-shadow: -3px 3px 0px #000000, 0 0 0 0;
  box-shadow: -3px 3px 0px #000000, 0 0 0 0;
}
/* line 534, ../sass/all/header.scss */
.lang-he header .hCart a svg {
  transform: rotateY(180deg);
}
/* line 538, ../sass/all/header.scss */
.lang-he header .hCart a:hover {
  -webkit-box-shadow: -6px 6px 0px #000000, 0 0 0 0;
  -moz-box-shadow: -6px 6px 0px #000000, 0 0 0 0;
  box-shadow: -6px 6px 0px #000000, 0 0 0 0;
}
/* line 545, ../sass/all/header.scss */
.lang-he header .hCart .ms2_total_count {
  left: -5px;
  right: initial;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 556, ../sass/all/header.scss */
  header .container {
    padding: 35px 0;
  }
  /* line 561, ../sass/all/header.scss */
  header.simple .hDrop-menu {
    padding-top: 125px;
  }

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

  /* line 574, ../sass/all/header.scss */
  .hNav .main-li {
    padding: 0 20px;
    height: 90px;
  }
  /* line 579, ../sass/all/header.scss */
  .hNav .main-link {
    font-size: 18px;
  }

  /* line 584, ../sass/all/header.scss */
  .hDrop-menu {
    padding-top: 160px;
  }

  /* line 589, ../sass/all/header.scss */
  .drop-menu-desc p {
    font-size: 22px;
  }
  /* line 593, ../sass/all/header.scss */
  .drop-menu-desc .site-btn {
    margin-top: 35px;
  }

  /* line 601, ../sass/all/header.scss */
  .drop-menu-nav ul.block li {
    margin-top: 18px;
  }
  /* line 604, ../sass/all/header.scss */
  .drop-menu-nav ul.block li:nth-child(2) {
    margin-top: 18px;
  }
  /* line 610, ../sass/all/header.scss */
  .drop-menu-nav ul li {
    margin-top: 35px;
  }
  /* line 614, ../sass/all/header.scss */
  .drop-menu-nav ul a {
    font-size: 16px;
  }
  /* line 618, ../sass/all/header.scss */
  .drop-menu-nav ul svg {
    width: 38px;
    margin-right: 9px;
  }

  /* line 626, ../sass/all/header.scss */
  .hDrop-menu-col .list {
    margin-left: 25px;
  }
  /* line 629, ../sass/all/header.scss */
  .hDrop-menu-col .list li {
    margin-bottom: 30px;
  }
  /* line 633, ../sass/all/header.scss */
  .hDrop-menu-col .list a {
    font-size: 18px;
  }

  /* line 639, ../sass/all/header.scss */
  .hDrop-menu-col-title {
    font-size: 26px;
    margin-left: 25px;
    margin-bottom: 50px;
  }
  /* line 644, ../sass/all/header.scss */
  .hDrop-menu-col-title:before {
    top: 7px;
    left: -25px;
    width: 12px;
    height: 12px;
  }

  /* line 652, ../sass/all/header.scss */
  .hCart {
    margin-left: 20px;
  }
  /* line 655, ../sass/all/header.scss */
  .hCart a {
    border-radius: 28px;
    height: 56px;
    width: 56px;
  }
  /* line 660, ../sass/all/header.scss */
  .hCart a svg {
    width: 32px;
  }
  /* line 665, ../sass/all/header.scss */
  .hCart .ms2_total_count {
    top: -5px;
    right: -5px;
    height: 20px;
    width: 20px;
    font-size: 12px;
  }

  /* line 677, ../sass/all/header.scss */
  .lang-he header .hNav .main-link {
    font-size: calc(20px * 1.2);
  }
  /* line 683, ../sass/all/header.scss */
  .lang-he header .drop-menu-desc p {
    font-size: calc(22px * 1.2);
  }
  /* line 690, ../sass/all/header.scss */
  .lang-he header .drop-menu-nav ul svg {
    margin-left: 9px;
  }
  /* line 696, ../sass/all/header.scss */
  .lang-he header .hCart {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 707, ../sass/all/header.scss */
  header .container {
    padding: 30px 0;
  }
  /* line 712, ../sass/all/header.scss */
  header.simple .hDrop-menu {
    padding-top: 110px;
  }

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

  /* line 725, ../sass/all/header.scss */
  .hNav .main-li {
    padding: 0 15px;
    height: 80px;
  }
  /* line 730, ../sass/all/header.scss */
  .hNav .main-link {
    font-size: 16px;
  }

  /* line 735, ../sass/all/header.scss */
  .hDrop-menu {
    padding-top: 140px;
  }

  /* line 740, ../sass/all/header.scss */
  .drop-menu-desc p {
    font-size: 20px;
  }
  /* line 744, ../sass/all/header.scss */
  .drop-menu-desc .site-btn {
    margin-top: 30px;
  }

  /* line 752, ../sass/all/header.scss */
  .drop-menu-nav ul.block li {
    margin-top: 15px;
  }
  /* line 755, ../sass/all/header.scss */
  .drop-menu-nav ul.block li:nth-child(2) {
    margin-top: 15px;
  }
  /* line 761, ../sass/all/header.scss */
  .drop-menu-nav ul li {
    width: 45%;
    margin-top: 30px;
  }
  /* line 766, ../sass/all/header.scss */
  .drop-menu-nav ul a {
    font-size: 15px;
  }
  /* line 770, ../sass/all/header.scss */
  .drop-menu-nav ul svg {
    width: 32px;
    margin-right: 8px;
  }

  /* line 778, ../sass/all/header.scss */
  .hDrop-menu-col .list {
    margin-left: 20px;
  }
  /* line 781, ../sass/all/header.scss */
  .hDrop-menu-col .list li {
    margin-bottom: 25px;
  }
  /* line 785, ../sass/all/header.scss */
  .hDrop-menu-col .list a {
    font-size: 16px;
  }

  /* line 791, ../sass/all/header.scss */
  .hDrop-menu-col-title {
    font-size: 22px;
    margin-left: 20px;
    margin-bottom: 50px;
  }
  /* line 796, ../sass/all/header.scss */
  .hDrop-menu-col-title:before {
    top: 7px;
    left: -20px;
    width: 10px;
    height: 10px;
  }

  /* line 805, ../sass/all/header.scss */
  .hCart {
    margin-left: 15px;
  }
  /* line 808, ../sass/all/header.scss */
  .hCart a {
    border-radius: 26px;
    height: 52px;
    width: 52px;
  }
  /* line 813, ../sass/all/header.scss */
  .hCart a svg {
    width: 30px;
  }
  /* line 818, ../sass/all/header.scss */
  .hCart .ms2_total_count {
    top: -5px;
    right: -5px;
    height: 20px;
    width: 20px;
    font-size: 12px;
  }

  /* line 830, ../sass/all/header.scss */
  .lang-he header .hNav .main-link {
    font-size: calc(18px * 1.2);
  }
  /* line 836, ../sass/all/header.scss */
  .lang-he header .drop-menu-desc p {
    font-size: calc(20px * 1.2);
  }
  /* line 843, ../sass/all/header.scss */
  .lang-he header .drop-menu-nav ul a {
    font-size: calc(15px * 1.2);
  }
  /* line 847, ../sass/all/header.scss */
  .lang-he header .drop-menu-nav ul svg {
    margin-left: 8px;
  }
  /* line 853, ../sass/all/header.scss */
  .lang-he header .hCart {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 864, ../sass/all/header.scss */
  header .container {
    padding: 24px 0;
  }
  /* line 869, ../sass/all/header.scss */
  header.simple .hDrop-menu {
    padding-top: 94px;
  }

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

  /* line 882, ../sass/all/header.scss */
  .hNav .main-li {
    padding: 0 15px;
    height: 70px;
  }
  /* line 887, ../sass/all/header.scss */
  .hNav .main-link {
    font-size: 15px;
  }

  /* line 892, ../sass/all/header.scss */
  .hDrop-menu {
    padding-top: 118px;
  }

  /* line 897, ../sass/all/header.scss */
  .drop-menu-desc p {
    font-size: 18px;
  }
  /* line 901, ../sass/all/header.scss */
  .drop-menu-desc .site-btn {
    margin-top: 25px;
  }

  /* line 909, ../sass/all/header.scss */
  .drop-menu-nav ul.block li {
    margin-top: 15px;
  }
  /* line 912, ../sass/all/header.scss */
  .drop-menu-nav ul.block li:nth-child(2) {
    margin-top: 15px;
  }
  /* line 918, ../sass/all/header.scss */
  .drop-menu-nav ul li {
    width: 48%;
    margin-top: 25px;
  }
  /* line 923, ../sass/all/header.scss */
  .drop-menu-nav ul a {
    font-size: 14px;
  }
  /* line 927, ../sass/all/header.scss */
  .drop-menu-nav ul svg {
    width: 22px;
    margin-right: 5px;
  }

  /* line 935, ../sass/all/header.scss */
  .hDrop-menu-col .list {
    margin-left: 15px;
  }
  /* line 938, ../sass/all/header.scss */
  .hDrop-menu-col .list li {
    margin-bottom: 20px;
  }
  /* line 942, ../sass/all/header.scss */
  .hDrop-menu-col .list a {
    font-size: 15px;
  }

  /* line 948, ../sass/all/header.scss */
  .hDrop-menu-col-title {
    font-size: 20px;
    margin-left: 15px;
    margin-bottom: 40px;
  }
  /* line 953, ../sass/all/header.scss */
  .hDrop-menu-col-title:before {
    top: 7px;
    left: -15px;
    width: 8px;
    height: 8px;
  }

  /* line 961, ../sass/all/header.scss */
  .hCart {
    margin-left: 15px;
  }
  /* line 964, ../sass/all/header.scss */
  .hCart a {
    border-width: 3px;
    border-radius: 24px;
    height: 48px;
    width: 48px;
  }
  /* line 970, ../sass/all/header.scss */
  .hCart a svg {
    width: 28px;
  }
  /* line 975, ../sass/all/header.scss */
  .hCart .ms2_total_count {
    top: -5px;
    right: -5px;
    height: 20px;
    width: 20px;
    font-size: 12px;
  }

  /* line 987, ../sass/all/header.scss */
  .lang-he header .hNav .main-link {
    font-size: calc(16px * 1.2);
  }
  /* line 993, ../sass/all/header.scss */
  .lang-he header .drop-menu-desc p {
    font-size: calc(18px * 1.2);
  }
  /* line 1000, ../sass/all/header.scss */
  .lang-he header .drop-menu-nav ul a {
    font-size: calc(14px * 1.2);
  }
  /* line 1004, ../sass/all/header.scss */
  .lang-he header .drop-menu-nav ul svg {
    margin-left: 5px;
  }
  /* line 1010, ../sass/all/header.scss */
  .lang-he header .hCart {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023px) {
  /* line 1021, ../sass/all/header.scss */
  header .container {
    padding: 18px 0;
  }
  /* line 1026, ../sass/all/header.scss */
  header.simple .container {
    padding: 10px 0;
  }
  /* line 1033, ../sass/all/header.scss */
  header.black-style .hMenu {
    border-color: #1d212c;
  }
  /* line 1036, ../sass/all/header.scss */
  header.black-style .hMenu span {
    background: #1d212c;
  }

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

  /* line 1049, ../sass/all/header.scss */
  .hNav {
    display: none;
  }

  /* line 1053, ../sass/all/header.scss */
  .hMenu {
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #fff;
    -moz-transition: 0.2s all cubic-bezier(0.5, 0, 0, 1);
    -o-transition: 0.2s all cubic-bezier(0.5, 0, 0, 1);
    -webkit-transition: 0.2s all cubic-bezier(0.5, 0, 0, 1);
    transition: 0.2s all cubic-bezier(0.5, 0, 0, 1);
    width: 44px;
    height: 44px;
    margin-left: auto;
    margin-right: 15px;
  }
  /* line 1084, ../sass/all/header.scss */
  .hMenu span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    margin: 2px 0;
  }
  /* line 1095, ../sass/all/header.scss */
  .hMenu.active span:nth-child(1) {
    transform: rotate(45deg) translateX(2px) translateY(2px);
  }
  /* line 1099, ../sass/all/header.scss */
  .hMenu.active span:nth-child(2) {
    display: none;
  }
  /* line 1103, ../sass/all/header.scss */
  .hMenu.active span:nth-child(3) {
    transform: rotate(-45deg) translateX(2px) translateY(-2px);
  }

  /* line 1110, ../sass/all/header.scss */
  .hCart {
    margin-left: 15px;
  }
  /* line 1113, ../sass/all/header.scss */
  .hCart a {
    border-width: 2px;
    border-radius: 22px;
    height: 44px;
    width: 44px;
  }
  /* line 1119, ../sass/all/header.scss */
  .hCart a svg {
    width: 24px;
  }
  /* line 1124, ../sass/all/header.scss */
  .hCart .ms2_total_count {
    top: -5px;
    right: -5px;
    height: 20px;
    width: 20px;
    font-size: 12px;
  }

  /* line 1135, ../sass/all/header.scss */
  .lang-he header .hCart {
    margin-right: 15px;
  }
  /* line 1140, ../sass/all/header.scss */
  .lang-he .hMenu {
    margin-left: 15px;
    margin-right: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 1151, ../sass/all/header.scss */
  header .container {
    padding: 14px 0;
  }
  /* line 1155, ../sass/all/header.scss */
  header.simple {
    border-bottom: 3px solid #000;
  }
  /* line 1158, ../sass/all/header.scss */
  header.simple .container {
    padding: 10px 0;
  }
  /* line 1165, ../sass/all/header.scss */
  header.black-style .hBook .site-btn {
    background-image: url(/assets/img/9054987_bx_support_icon.svg);
  }

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

  /* line 1178, ../sass/all/header.scss */
  .hNav {
    display: none;
  }

  /* line 1182, ../sass/all/header.scss */
  .hMenu {
    width: 38px;
    height: 38px;
  }
  /* line 1186, ../sass/all/header.scss */
  .hMenu span {
    width: 18px;
  }

  /* line 1191, ../sass/all/header.scss */
  .hBook {
    height: 38px;
  }
  /* line 1194, ../sass/all/header.scss */
  .hBook .site-btn {
    padding: 0;
    width: 38px;
    background-image: url(/assets/img/9054987_bx_support_icon2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 24px;
    background-size: auto 24px;
  }
  /* line 1203, ../sass/all/header.scss */
  .hBook .site-btn span {
    display: none;
  }

  /* line 1209, ../sass/all/header.scss */
  .hCart {
    margin-left: 15px;
  }
  /* line 1212, ../sass/all/header.scss */
  .hCart a {
    border-width: 2px;
    border-radius: 19px;
    height: 38px;
    width: 38px;
  }
  /* line 1218, ../sass/all/header.scss */
  .hCart a svg {
    width: 20px;
  }
  /* line 1223, ../sass/all/header.scss */
  .hCart .ms2_total_count {
    top: -5px;
    right: -5px;
    height: 20px;
    width: 20px;
    font-size: 12px;
  }

  /* line 1234, ../sass/all/header.scss */
  .lang-he header .hCart {
    margin-right: 15px;
  }
}
/* 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;
  z-index: 3;
}

/* line 18, ../sass/all/crumbs.scss */
.crumb-li {
  position: relative;
  margin-right: 10px;
  font-size: 14px;
}

/* line 24, ../sass/all/crumbs.scss */
.crumb-li-separator {
  opacity: 0.5;
}

/* line 28, ../sass/all/crumbs.scss */
.crumb-link {
  opacity: 0.5;
}
/* line 31, ../sass/all/crumbs.scss */
.crumb-link:hover {
  opacity: 1;
}

/* line 37, ../sass/all/crumbs.scss */
.lang-he .breadcrumb {
  direction: rtl;
}
/* line 41, ../sass/all/crumbs.scss */
.lang-he .crumb-li {
  margin-left: 10px;
  margin-right: 0;
  font-size: calc(14px * 1.2);
}
/* line 47, ../sass/all/crumbs.scss */
.lang-he .crumb-li-separator {
  transform: rotateY(180deg);
}

/* line 1, ../sass/all/footer.scss */
.footer {
  position: relative;
  background: #1d212c;
  color: #fff;
  padding: 45px 0;
}
/* line 7, ../sass/all/footer.scss */
.footer .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
/* line 22, ../sass/all/footer.scss */
.footer .uzor {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0.01;
}

/* line 31, ../sass/all/footer.scss */
.fLogo {
  position: relative;
  width: 100%;
  margin-bottom: 95px;
}
/* line 36, ../sass/all/footer.scss */
.fLogo img {
  display: block;
  min-width: 10px;
  height: 122px;
}

/* line 43, ../sass/all/footer.scss */
.fBtn {
  position: relative;
  width: 70%;
}
/* line 48, ../sass/all/footer.scss */
.fBtn .site-btn:hover {
  background: #fff;
  color: #1d212c;
}

/* line 55, ../sass/all/footer.scss */
.fNav {
  position: relative;
  width: 30%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 175px;
}
/* line 70, ../sass/all/footer.scss */
.fNav li {
  position: relative;
  width: 50%;
  margin-bottom: 17px;
}
/* line 76, ../sass/all/footer.scss */
.fNav a {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  font-size: 22px;
}
/* line 82, ../sass/all/footer.scss */
.fNav a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #6135fc;
  background: -moz-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #6135fc), color-stop(100%, #27e6fc));
  background: -webkit-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -o-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -ms-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: linear-gradient(to right, #6135fc 0%, #27e6fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6135fc', endColorstr='#27e6fc', GradientType=1 );
  opacity: 0;
  transition: 0.3s ease all;
  z-index: 0;
}
/* line 97, ../sass/all/footer.scss */
.fNav a:hover:after {
  opacity: 1;
  width: 100%;
}

/* line 105, ../sass/all/footer.scss */
.fCopy {
  position: relative;
  width: 70%;
  font-size: 20px;
}

/* line 111, ../sass/all/footer.scss */
.fCreated {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
/* line 121, ../sass/all/footer.scss */
.fCreated img {
  display: block;
  height: 50px;
}
/* line 125, ../sass/all/footer.scss */
.fCreated img:hover {
  opacity: 0.7;
}

/* line 132, ../sass/all/footer.scss */
.lang-he .footer {
  direction: rtl;
}
/* line 135, ../sass/all/footer.scss */
.lang-he .footer .uzor {
  left: 0;
  right: auto;
}
/* line 142, ../sass/all/footer.scss */
.lang-he .fNav a {
  font-size: calc(22px * 1.2);
}
/* line 145, ../sass/all/footer.scss */
.lang-he .fNav a:after {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 155, ../sass/all/footer.scss */
  .footer {
    padding: 40px 0;
  }

  /* line 159, ../sass/all/footer.scss */
  .fLogo {
    margin-bottom: 83px;
  }
  /* line 162, ../sass/all/footer.scss */
  .fLogo img {
    height: 106px;
  }

  /* line 167, ../sass/all/footer.scss */
  .fNav {
    margin-bottom: 150px;
  }
  /* line 170, ../sass/all/footer.scss */
  .fNav li {
    margin-bottom: 15px;
  }
  /* line 174, ../sass/all/footer.scss */
  .fNav a {
    padding-bottom: 3px;
    font-size: 20px;
  }

  /* line 180, ../sass/all/footer.scss */
  .fCopy {
    font-size: 18px;
  }

  /* line 186, ../sass/all/footer.scss */
  .lang-he .fNav a {
    font-size: calc(20px * 1.2);
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 196, ../sass/all/footer.scss */
  .footer {
    padding: 35px 0;
  }

  /* line 200, ../sass/all/footer.scss */
  .fLogo {
    margin-bottom: 71px;
  }
  /* line 203, ../sass/all/footer.scss */
  .fLogo img {
    height: 90px;
  }

  /* line 208, ../sass/all/footer.scss */
  .fNav {
    margin-bottom: 130px;
  }
  /* line 211, ../sass/all/footer.scss */
  .fNav li {
    margin-bottom: 15px;
  }
  /* line 215, ../sass/all/footer.scss */
  .fNav a {
    padding-bottom: 3px;
    font-size: 18px;
  }

  /* line 221, ../sass/all/footer.scss */
  .fCopy {
    font-size: 16px;
  }

  /* line 227, ../sass/all/footer.scss */
  .lang-he .fNav a {
    font-size: calc(18px * 1.2);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 237, ../sass/all/footer.scss */
  .footer {
    padding: 30px 0;
  }

  /* line 241, ../sass/all/footer.scss */
  .fLogo {
    margin-bottom: 57px;
  }
  /* line 244, ../sass/all/footer.scss */
  .fLogo img {
    height: 72px;
  }

  /* line 249, ../sass/all/footer.scss */
  .fNav {
    margin-bottom: 105px;
  }
  /* line 252, ../sass/all/footer.scss */
  .fNav li {
    margin-bottom: 15px;
  }
  /* line 256, ../sass/all/footer.scss */
  .fNav a {
    padding-bottom: 3px;
    font-size: 16px;
  }

  /* line 262, ../sass/all/footer.scss */
  .fCopy {
    font-size: 14px;
  }

  /* line 268, ../sass/all/footer.scss */
  .lang-he .fNav a {
    font-size: calc(16px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 278, ../sass/all/footer.scss */
  .footer {
    padding: 25px 0;
  }

  /* line 282, ../sass/all/footer.scss */
  .fLogo {
    margin-bottom: 44px;
  }
  /* line 285, ../sass/all/footer.scss */
  .fLogo img {
    height: 55px;
  }

  /* line 290, ../sass/all/footer.scss */
  .fNav {
    margin-bottom: 80px;
  }
  /* line 293, ../sass/all/footer.scss */
  .fNav li {
    margin-bottom: 15px;
  }
  /* line 297, ../sass/all/footer.scss */
  .fNav a {
    padding-bottom: 3px;
    font-size: 16px;
  }

  /* line 303, ../sass/all/footer.scss */
  .fCopy {
    font-size: 14px;
  }

  /* line 309, ../sass/all/footer.scss */
  .lang-he .fNav a {
    font-size: calc(16px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 319, ../sass/all/footer.scss */
  .footer {
    padding: 20px 0;
  }

  /* line 323, ../sass/all/footer.scss */
  .fLogo {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  /* line 331, ../sass/all/footer.scss */
  .fLogo img {
    height: 55px;
  }

  /* line 336, ../sass/all/footer.scss */
  .fBtn {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    width: 100%;
    margin-bottom: 45px;
  }

  /* line 346, ../sass/all/footer.scss */
  .fNav {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 355, ../sass/all/footer.scss */
  .fNav li {
    margin-bottom: 15px;
  }
  /* line 359, ../sass/all/footer.scss */
  .fNav a {
    padding-bottom: 3px;
    font-size: 16px;
  }

  /* line 365, ../sass/all/footer.scss */
  .fCopy {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
    -ms-align-self: center;
    align-self: center;
    font-size: 14px;
  }

  /* line 376, ../sass/all/footer.scss */
  .fCreated {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    -o-order: 5;
    order: 5;
  }
  /* line 383, ../sass/all/footer.scss */
  .fCreated img {
    height: 40px;
  }

  /* line 390, ../sass/all/footer.scss */
  .lang-he .fNav a {
    font-size: calc(16px * 1.2);
  }
}
/* line 1, ../sass/all/popup.scss */
.popup-wr {
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease all;
}
/* line 20, ../sass/all/popup.scss */
.popup-wr.show {
  opacity: 1;
  visibility: visible;
}

/* line 26, ../sass/all/popup.scss */
.popup-close-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* line 35, ../sass/all/popup.scss */
.popup {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 900px;
  max-width: calc(100% - 30px);
  height: 690px;
  max-height: calc(100vh - 30px);
}

/* line 54, ../sass/all/popup.scss */
.popup-close {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 20px;
  right: 15px;
}
/* line 61, ../sass/all/popup.scss */
.popup-close svg {
  display: block;
  height: 24px;
  width: auto;
}
/* line 68, ../sass/all/popup.scss */
.popup-close:hover .cls-111 {
  stroke: #27e6fc;
}

/* line 74, ../sass/all/popup.scss */
.popup-left {
  position: relative;
  background: #6135fc;
  background: -moz-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #6135fc), color-stop(100%, #27e6fc));
  background: -webkit-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -o-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: -ms-linear-gradient(left, #6135fc 0%, #27e6fc 100%);
  background: linear-gradient(to right, #6135fc 0%, #27e6fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6135fc', endColorstr='#27e6fc', GradientType=1 );
  color: #fff;
  width: 45%;
  padding: 55px 60px;
}

/* line 82, ../sass/all/popup.scss */
.popup-title {
  position: relative;
  line-height: 1.3;
  font-size: 40px;
  margin-bottom: 40px;
}

/* line 89, ../sass/all/popup.scss */
.popup-text {
  position: relative;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 30px;
}
/* line 95, ../sass/all/popup.scss */
.popup-text b {
  font-weight: 600;
}

/* line 100, ../sass/all/popup.scss */
.popup-left-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 55px 60px;
}

/* line 108, ../sass/all/popup.scss */
.popup-right {
  position: relative;
  background: #fff;
  width: 55%;
  padding: 55px 60px;
}
/* line 114, ../sass/all/popup.scss */
.popup-right .uForm {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 128, ../sass/all/popup.scss */
.popup-right .input {
  position: relative;
  width: calc((100% - 40px) / 2);
  height: 50px;
  border-bottom: 1px solid #6135fc;
  margin-bottom: 40px;
  font-size: 16px;
}
/* line 136, ../sass/all/popup.scss */
.popup-right .input[name="uemail"], .popup-right .input[name="ucomment"] {
  width: 100%;
}
/* line 140, ../sass/all/popup.scss */
.popup-right .input[name="ucomment"] {
  height: 100px;
}
/* line 144, ../sass/all/popup.scss */
.popup-right .input::placeholder {
  color: #1d212c;
  font-size: 16px;
}
/* line 149, ../sass/all/popup.scss */
.popup-right .input:focus {
  border-color: #27e6fc;
}
/* line 154, ../sass/all/popup.scss */
.popup-right .text {
  position: relative;
  font-size: 14px;
  margin-bottom: 40px;
}
/* line 159, ../sass/all/popup.scss */
.popup-right .text a {
  color: #6135fc;
}
/* line 162, ../sass/all/popup.scss */
.popup-right .text a:hover {
  color: #27e6fc;
}

/* line 170, ../sass/all/popup.scss */
.lang-he .popup-wr {
  direction: rtl;
}
/* line 174, ../sass/all/popup.scss */
.lang-he .popup-close {
  left: 15px;
  right: auto;
}
/* line 179, ../sass/all/popup.scss */
.lang-he .popup-title {
  font-size: calc(40px * 1.2);
}
/* line 183, ../sass/all/popup.scss */
.lang-he .popup-text {
  font-size: calc(16px * 1.2);
}
/* line 189, ../sass/all/popup.scss */
.lang-he .popup-right .input::placeholder {
  font-size: calc(16px * 1.2);
}
/* line 194, ../sass/all/popup.scss */
.lang-he .popup-right .text {
  font-size: calc(14px * 1.2);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 202, ../sass/all/popup.scss */
  .popup {
    height: 500px;
  }

  /* line 206, ../sass/all/popup.scss */
  .popup-left {
    padding: 25px 30px;
  }

  /* line 210, ../sass/all/popup.scss */
  .popup-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  /* line 215, ../sass/all/popup.scss */
  .popup-text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  /* line 220, ../sass/all/popup.scss */
  .popup-left-bot {
    padding: 25px 30px;
  }

  /* line 224, ../sass/all/popup.scss */
  .popup-right {
    padding: 25px 30px;
  }
  /* line 227, ../sass/all/popup.scss */
  .popup-right .input {
    width: calc((100% - 20px) / 2);
    height: 40px;
    margin-bottom: 30px;
  }
  /* line 233, ../sass/all/popup.scss */
  .popup-right .text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  /* line 240, ../sass/all/popup.scss */
  .lang-he .popup-title {
    font-size: calc(30px * 1.2);
  }
  /* line 244, ../sass/all/popup.scss */
  .lang-he .popup-text {
    font-size: calc(14px * 1.2);
  }
  /* line 249, ../sass/all/popup.scss */
  .lang-he .popup-right .text {
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 260, ../sass/all/popup.scss */
  .popup-close .cls-111 {
    stroke: #fff;
  }
  /* line 265, ../sass/all/popup.scss */
  .popup-close:hover .cls-111 {
    stroke: #fff;
  }

  /* line 271, ../sass/all/popup.scss */
  .popup {
    overflow-y: scroll;
  }

  /* line 275, ../sass/all/popup.scss */
  .popup-left {
    width: 100%;
    padding: 25px 30px;
  }

  /* line 280, ../sass/all/popup.scss */
  .popup-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  /* line 285, ../sass/all/popup.scss */
  .popup-text {
    font-size: 16px;
    margin-bottom: 15px;
  }

  /* line 290, ../sass/all/popup.scss */
  .popup-left-bot {
    position: relative;
    padding: 0;
  }

  /* line 295, ../sass/all/popup.scss */
  .popup-right {
    width: 100%;
    padding: 25px 30px;
  }
  /* line 299, ../sass/all/popup.scss */
  .popup-right .input {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
  }

  /* line 307, ../sass/all/popup.scss */
  .lang-he .popup-title {
    font-size: calc(30px * 1.2);
  }
}
/* line 1, ../sass/all/mob-menu.scss */
.mob-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  max-height: 100vh;
  background: #fff;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease all;
  padding: 30px 15px;
  z-index: 10;
  border-bottom: 3px solid #000;
}
/* line 15, ../sass/all/mob-menu.scss */
.mob-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* line 22, ../sass/all/mob-menu.scss */
.mob-menu-nav {
  position: relative;
}
/* line 25, ../sass/all/mob-menu.scss */
.mob-menu-nav li {
  position: relative;
  margin-bottom: 15px;
}
/* line 29, ../sass/all/mob-menu.scss */
.mob-menu-nav li:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 34, ../sass/all/mob-menu.scss */
.mob-menu-nav a {
  display: inline-block;
  font-size: 20px;
}

/* line 41, ../sass/all/mob-menu.scss */
.lang-he .mob-menu-nav {
  direction: rtl;
}
/* line 44, ../sass/all/mob-menu.scss */
.lang-he .mob-menu-nav a {
  font-size: calc(20px * 1.2);
}
