@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 1, ../sass/price/price-top.scss */
.price-top {
  position: relative;
  padding-top: 180px;
  padding-bottom: 117px;
  background-image: url(../img/hero-background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 10, ../sass/price/price-top.scss */
.price-top .container {
  width: auto;
  max-width: 1280px;
  overflow: hidden;
}

/* line 18, ../sass/price/price-top.scss */
.price-top-wr {
  text-align: center;
  margin: 0 auto;
}
/* line 22, ../sass/price/price-top.scss */
.price-top-wr .title {
  position: relative;
  line-height: 1;
  z-index: 2;
  font-size: 106px;
}
/* line 28, ../sass/price/price-top.scss */
.price-top-wr .title span {
  position: relative;
  display: inline-block;
}
/* line 32, ../sass/price/price-top.scss */
.price-top-wr .title span:after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  height: 28px;
  width: 100%;
  z-index: -1;
  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 );
}
/* line 45, ../sass/price/price-top.scss */
.price-top-wr .undertitle {
  position: relative;
  line-height: 1.35;
  font-size: 28px;
  margin-top: 23px;
}
/* line 51, ../sass/price/price-top.scss */
.price-top-wr .undertitle a {
  cursor: pointer;
  border-bottom: solid 3px #6135fc;
}
/* line 55, ../sass/price/price-top.scss */
.price-top-wr .undertitle a:hover {
  color: #27e6fc;
  border-color: #27e6fc;
}
/* line 61, ../sass/price/price-top.scss */
.price-top-wr .undertitle b {
  font-weight: 700;
}

/* line 67, ../sass/price/price-top.scss */
.price-top-body {
  display: flex;
  width: calc(100% + 32px);
  margin: 0 -16px;
  margin-top: 30px;
}

/* line 74, ../sass/price/price-top.scss */
.price-top-box {
  width: calc(100% / 3 - 32px);
  margin: 16px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  -ms-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 4px 4px 0px #000000, 0 0 0 0;
  -moz-box-shadow: 4px 4px 0px #000000, 0 0 0 0;
  box-shadow: 4px 4px 0px #000000, 0 0 0 0;
  border: 4px solid #000000;
  background-color: #FFFFFF;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-flow: column;
  box-sizing: border-box;
}
/* line 95, ../sass/price/price-top.scss */
.price-top-box:nth-child(1) .price-top-box-top span {
  color: #1d212c;
}
/* line 102, ../sass/price/price-top.scss */
.price-top-box:nth-child(2) .price-top-box-top {
  background: #6135fc;
}
/* line 108, ../sass/price/price-top.scss */
.price-top-box:nth-child(3) .price-top-box-top {
  background: #1d212c;
}

/* line 114, ../sass/price/price-top.scss */
.price-top-box-label {
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  position: absolute;
  top: -4px;
  left: 50%;
  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: #ffffff;
  padding: 6px 16px;
  z-index: 0;
  white-space: nowrap;
  font-size: 15px;
  text-transform: uppercase;
}

/* line 132, ../sass/price/price-top.scss */
.price-top-box-top {
  min-height: 103px;
  margin-bottom: 70px;
  padding: 24px;
  box-sizing: border-box;
  background: #27e6fc;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 18px;
  border-top-right-radius: 19px;
}
/* line 143, ../sass/price/price-top.scss */
.price-top-box-top span {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  line-height: 1.08;
  max-width: 190px;
}

/* line 154, ../sass/price/price-top.scss */
.price-top-box-top-circle {
  position: absolute;
  width: 144px;
  height: 144px;
  right: 16px;
  top: 16px;
  border: 3px solid #000000;
  background-color: #E4FF1A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  border-radius: 50%;
}
/* line 169, ../sass/price/price-top.scss */
.price-top-box-top-circle img {
  display: block;
  width: 90%;
}
/* line 174, ../sass/price/price-top.scss */
.price-top-box-top-circle b {
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}
/* line 180, ../sass/price/price-top.scss */
.price-top-box-top-circle small {
  font-size: 11px;
  line-height: 1;
  max-width: 80%;
  margin-top: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 190, ../sass/price/price-top.scss */
.price-top-box-desc {
  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;
  height: -webkit-fill-available;
  padding: 0 24px 42px 24px;
}
/* line 204, ../sass/price/price-top.scss */
.price-top-box-desc h5 {
  max-width: 90%;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 8px;
}
/* line 211, ../sass/price/price-top.scss */
.price-top-box-desc p {
  font-size: 20px;
  line-height: 1.33;
  font-weight: 300;
  letter-spacing: -0.21px;
  margin-bottom: 16px;
}
/* line 219, ../sass/price/price-top.scss */
.price-top-box-desc ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}
/* line 233, ../sass/price/price-top.scss */
.price-top-box-desc ul li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #8E8E8E;
  text-transform: uppercase;
  width: 100%;
  min-height: 30px;
  font-size: 14px;
  padding-left: 40px;
  margin-bottom: 5px;
  font-weight: 600;
}
/* line 254, ../sass/price/price-top.scss */
.price-top-box-desc ul li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/9004846_tick_check_mark_accept_icon.svg);
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 271, ../sass/price/price-top.scss */
.price-top-box-desc .site-btn {
  display: flex;
  width: max-content;
  margin-top: auto;
}

/* line 281, ../sass/price/price-top.scss */
body.lang-he .price-top {
  direction: rtl;
}
/* line 285, ../sass/price/price-top.scss */
body.lang-he .price-top-box {
  -webkit-box-shadow: -4px 4px 0px #000000, 0 0 0 0;
  -moz-box-shadow: -4px 4px 0px #000000, 0 0 0 0;
  box-shadow: -4px 4px 0px #000000, 0 0 0 0;
}
/* line 293, ../sass/price/price-top.scss */
body.lang-he .price-top-wr .title {
  font-size: calc(106px * 1.2);
}
/* line 297, ../sass/price/price-top.scss */
body.lang-he .price-top-wr .undertitle {
  font-size: calc(28px * 1.2);
}
/* line 302, ../sass/price/price-top.scss */
body.lang-he .price-top-box-label {
  font-size: calc(15px * 1.2);
}
/* line 308, ../sass/price/price-top.scss */
body.lang-he .price-top-box-top span {
  font-size: calc(14px * 1.2);
}
/* line 313, ../sass/price/price-top.scss */
body.lang-he .price-top-box-top-circle {
  right: initial;
  left: 16px;
}
/* line 317, ../sass/price/price-top.scss */
body.lang-he .price-top-box-top-circle small {
  font-size: calc(11px * 1.2);
}
/* line 324, ../sass/price/price-top.scss */
body.lang-he .price-top-box-desc h5 {
  font-size: calc(36px * 1.2);
}
/* line 328, ../sass/price/price-top.scss */
body.lang-he .price-top-box-desc p {
  font-size: calc(20px * 1.2);
}
/* line 334, ../sass/price/price-top.scss */
body.lang-he .price-top-box-desc ul li {
  padding-left: 0;
  padding-right: 40px;
  font-size: calc(14px * 1.2);
}
/* line 339, ../sass/price/price-top.scss */
body.lang-he .price-top-box-desc ul li:after {
  left: initial;
  right: 0;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 350, ../sass/price/price-top.scss */
  .price-top {
    padding-top: 145px;
    padding-bottom: 103px;
  }

  /* line 357, ../sass/price/price-top.scss */
  .price-top-wr .title {
    font-size: 92px;
  }
  /* line 361, ../sass/price/price-top.scss */
  .price-top-wr .title span:after {
    bottom: 6px;
    height: 25px;
  }
  /* line 368, ../sass/price/price-top.scss */
  .price-top-wr .undertitle {
    font-size: 26px;
    margin-top: 23px;
  }

  /* line 377, ../sass/price/price-top.scss */
  body.lang-he .price-top-wr .title {
    font-size: calc(92px * 1.2);
  }
  /* line 381, ../sass/price/price-top.scss */
  body.lang-he .price-top-wr .undertitle {
    font-size: calc(26px * 1.2);
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 391, ../sass/price/price-top.scss */
  .price-top {
    padding-top: 125px;
    padding-bottom: 89px;
  }
  /* line 395, ../sass/price/price-top.scss */
  .price-top .container {
    max-width: 1200px;
  }

  /* line 402, ../sass/price/price-top.scss */
  .price-top-wr .title {
    font-size: 80px;
  }
  /* line 406, ../sass/price/price-top.scss */
  .price-top-wr .title span:after {
    bottom: 5px;
    height: 22px;
  }
  /* line 413, ../sass/price/price-top.scss */
  .price-top-wr .undertitle {
    font-size: 24px;
    margin-top: 20px;
  }

  /* line 419, ../sass/price/price-top.scss */
  .price-top-body {
    width: calc(100% + 30px);
    margin: 0 -15px;
    margin-top: 30px;
  }

  /* line 425, ../sass/price/price-top.scss */
  .price-top-box {
    width: calc(100% / 3 - 30px);
    margin: 15px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }

  /* line 435, ../sass/price/price-top.scss */
  .price-top-box-label {
    top: -4px;
    left: 50%;
    padding: 6px 16px;
    font-size: 15px;
  }

  /* line 442, ../sass/price/price-top.scss */
  .price-top-box-top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-bottom: 70px;
    padding: 24px;
  }
  /* line 448, ../sass/price/price-top.scss */
  .price-top-box-top span {
    font-size: 14px;
    max-width: 190px;
  }

  /* line 454, ../sass/price/price-top.scss */
  .price-top-box-top-circle {
    width: 134px;
    height: 134px;
    right: 16px;
    top: 16px;
  }
  /* line 460, ../sass/price/price-top.scss */
  .price-top-box-top-circle b {
    font-size: 34px;
  }
  /* line 464, ../sass/price/price-top.scss */
  .price-top-box-top-circle small {
    font-size: 11px;
  }

  /* line 469, ../sass/price/price-top.scss */
  .price-top-box-desc {
    padding: 0 24px 35px 24px;
  }
  /* line 472, ../sass/price/price-top.scss */
  .price-top-box-desc h5 {
    font-size: 34px;
    margin-bottom: 8px;
  }
  /* line 477, ../sass/price/price-top.scss */
  .price-top-box-desc p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  /* line 482, ../sass/price/price-top.scss */
  .price-top-box-desc ul {
    margin: 20px 0;
  }
  /* line 485, ../sass/price/price-top.scss */
  .price-top-box-desc ul li {
    min-height: 30px;
    font-size: 14px;
    padding-left: 40px;
  }
  /* line 490, ../sass/price/price-top.scss */
  .price-top-box-desc ul li:after {
    width: 30px;
    height: 30px;
  }

  /* line 501, ../sass/price/price-top.scss */
  body.lang-he .price-top-wr .title {
    font-size: calc(80px * 1.2);
  }
  /* line 505, ../sass/price/price-top.scss */
  body.lang-he .price-top-wr .undertitle {
    font-size: calc(24px * 1.2);
  }
  /* line 510, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-label {
    font-size: calc(15px * 1.2);
  }
  /* line 515, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-top span {
    font-size: calc(14px * 1.2);
  }
  /* line 520, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-top-circle {
    right: initial;
    left: 16px;
  }
  /* line 524, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-top-circle small {
    font-size: calc(11px * 1.2);
  }
  /* line 531, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-desc h5 {
    font-size: calc(34px * 1.2);
  }
  /* line 535, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-desc p {
    font-size: calc(18px * 1.2);
  }
  /* line 541, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-desc ul li {
    padding-left: 0;
    padding-right: 40px;
    font-size: calc(14px * 1.2);
  }
  /* line 546, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-desc ul li:after {
    left: initial;
    right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 559, ../sass/price/price-top.scss */
  .price-top {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  /* line 563, ../sass/price/price-top.scss */
  .price-top .container {
    max-width: 960px;
  }

  /* line 570, ../sass/price/price-top.scss */
  .price-top-wr .title {
    font-size: 64px;
  }
  /* line 574, ../sass/price/price-top.scss */
  .price-top-wr .title span:after {
    bottom: 4px;
    height: 18px;
  }
  /* line 581, ../sass/price/price-top.scss */
  .price-top-wr .undertitle {
    font-size: 22px;
    margin-top: 20px;
  }

  /* line 587, ../sass/price/price-top.scss */
  .price-top-body {
    width: calc(100% + 20px);
    margin: 0 -10px;
    margin-top: 30px;
  }

  /* line 593, ../sass/price/price-top.scss */
  .price-top-box {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }

  /* line 603, ../sass/price/price-top.scss */
  .price-top-box-label {
    top: -4px;
    left: 50%;
    padding: 6px 16px;
    font-size: 15px;
  }

  /* line 610, ../sass/price/price-top.scss */
  .price-top-box-top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-bottom: 55px;
    padding: 20px;
  }
  /* line 616, ../sass/price/price-top.scss */
  .price-top-box-top span {
    font-size: 13px;
    max-width: 150px;
  }

  /* line 622, ../sass/price/price-top.scss */
  .price-top-box-top-circle {
    width: 110px;
    height: 110px;
    right: 10px;
    top: 20px;
  }
  /* line 628, ../sass/price/price-top.scss */
  .price-top-box-top-circle b {
    font-size: 30px;
  }
  /* line 632, ../sass/price/price-top.scss */
  .price-top-box-top-circle small {
    font-size: 11px;
  }

  /* line 637, ../sass/price/price-top.scss */
  .price-top-box-desc {
    padding: 0 20px 30px 20px;
  }
  /* line 640, ../sass/price/price-top.scss */
  .price-top-box-desc h5 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  /* line 645, ../sass/price/price-top.scss */
  .price-top-box-desc p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* line 650, ../sass/price/price-top.scss */
  .price-top-box-desc ul {
    margin: 15px 0;
  }
  /* line 653, ../sass/price/price-top.scss */
  .price-top-box-desc ul li {
    min-height: 26px;
    font-size: 13px;
    padding-left: 36px;
  }
  /* line 658, ../sass/price/price-top.scss */
  .price-top-box-desc ul li:after {
    width: 26px;
    height: 26px;
  }

  /* line 669, ../sass/price/price-top.scss */
  body.lang-he .price-top-wr .title {
    font-size: calc(64px * 1.2);
  }
  /* line 673, ../sass/price/price-top.scss */
  body.lang-he .price-top-wr .undertitle {
    font-size: calc(22px * 1.2);
  }
  /* line 678, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-label {
    font-size: calc(15px * 1.2);
  }
  /* line 683, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-top span {
    font-size: calc(13px * 1.2);
  }
  /* line 688, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-top-circle {
    right: initial;
    left: 10px;
  }
  /* line 692, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-top-circle small {
    font-size: calc(11px * 1.2);
  }
  /* line 699, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-desc h5 {
    font-size: calc(28px * 1.2);
  }
  /* line 703, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-desc p {
    font-size: calc(16px * 1.2);
  }
  /* line 709, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-desc ul li {
    padding-right: 36px;
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 721, ../sass/price/price-top.scss */
  .price-top {
    padding-top: 80px;
    padding-bottom: 54px;
  }
  /* line 725, ../sass/price/price-top.scss */
  .price-top .container {
    max-width: 738px;
  }

  /* line 731, ../sass/price/price-top.scss */
  .price-top-wr .title {
    font-size: 50px;
  }
  /* line 735, ../sass/price/price-top.scss */
  .price-top-wr .title span:after {
    bottom: 3px;
    height: 14px;
  }
  /* line 742, ../sass/price/price-top.scss */
  .price-top-wr .undertitle {
    font-size: 20px;
    margin-top: 15px;
  }

  /* line 748, ../sass/price/price-top.scss */
  .price-top-body {
    width: calc(100% + 14px);
    margin: 0 -7px;
    margin-top: 30px;
  }

  /* line 754, ../sass/price/price-top.scss */
  .price-top-box {
    width: calc(100% / 3 - 14px);
    margin: 7px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }

  /* line 764, ../sass/price/price-top.scss */
  .price-top-box-label {
    top: -4px;
    padding: 5px 13px;
    font-size: 14px;
  }

  /* line 770, ../sass/price/price-top.scss */
  .price-top-box-top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-bottom: 55px;
    padding: 15px;
  }
  /* line 776, ../sass/price/price-top.scss */
  .price-top-box-top span {
    font-size: 12px;
    max-width: 110px;
  }

  /* line 782, ../sass/price/price-top.scss */
  .price-top-box-top-circle {
    width: 100px;
    height: 100px;
    right: 5px;
    top: 10px;
  }
  /* line 788, ../sass/price/price-top.scss */
  .price-top-box-top-circle b {
    font-size: 26px;
  }
  /* line 792, ../sass/price/price-top.scss */
  .price-top-box-top-circle small {
    font-size: 10px;
  }

  /* line 797, ../sass/price/price-top.scss */
  .price-top-box-desc {
    padding: 0 15px 25px 15px;
  }
  /* line 800, ../sass/price/price-top.scss */
  .price-top-box-desc h5 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  /* line 805, ../sass/price/price-top.scss */
  .price-top-box-desc p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* line 810, ../sass/price/price-top.scss */
  .price-top-box-desc ul {
    margin: 15px 0;
  }
  /* line 813, ../sass/price/price-top.scss */
  .price-top-box-desc ul li {
    min-height: 20px;
    font-size: 12px;
    padding-left: 30px;
  }
  /* line 818, ../sass/price/price-top.scss */
  .price-top-box-desc ul li:after {
    width: 20px;
    height: 20px;
  }

  /* line 829, ../sass/price/price-top.scss */
  body.lang-he .price-top-wr .title {
    font-size: calc(50px * 1.2);
  }
  /* line 833, ../sass/price/price-top.scss */
  body.lang-he .price-top-wr .undertitle {
    font-size: calc(20px * 1.2);
  }
  /* line 838, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-label {
    font-size: calc(14px * 1.2);
  }
  /* line 843, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-top span {
    font-size: calc(12px * 1.2);
  }
  /* line 848, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-top-circle {
    right: initial;
    left: 10px;
  }
  /* line 852, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-top-circle small {
    font-size: calc(10px * 1.2);
  }
  /* line 859, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-desc h5 {
    font-size: calc(24px * 1.2);
  }
  /* line 863, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-desc p {
    font-size: calc(14px * 1.2);
  }
  /* line 869, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-desc ul li {
    padding-right: 30px;
    font-size: calc(12px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 881, ../sass/price/price-top.scss */
  .price-top {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  /* line 885, ../sass/price/price-top.scss */
  .price-top .container {
    max-width: calc(100% - 30px);
  }

  /* line 891, ../sass/price/price-top.scss */
  .price-top-wr .title {
    font-size: 38px;
  }
  /* line 895, ../sass/price/price-top.scss */
  .price-top-wr .title span:after {
    bottom: 2px;
    height: 7px;
  }
  /* line 902, ../sass/price/price-top.scss */
  .price-top-wr .undertitle {
    font-size: 16px;
    margin-top: 15px;
  }

  /* line 908, ../sass/price/price-top.scss */
  .price-top-body {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }

  /* line 919, ../sass/price/price-top.scss */
  .price-top-box {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  /* line 929, ../sass/price/price-top.scss */
  .price-top-box:nth-child(2) {
    margin-bottom: 45px;
  }

  /* line 934, ../sass/price/price-top.scss */
  .price-top-box-label {
    top: -4px;
    left: 50%;
    padding: 6px 16px;
    font-size: 15px;
  }

  /* line 941, ../sass/price/price-top.scss */
  .price-top-box-top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-bottom: 55px;
    padding: 20px;
  }
  /* line 947, ../sass/price/price-top.scss */
  .price-top-box-top span {
    font-size: 13px;
    max-width: 150px;
  }

  /* line 953, ../sass/price/price-top.scss */
  .price-top-box-top-circle {
    width: 110px;
    height: 110px;
    right: 10px;
    top: 20px;
  }
  /* line 959, ../sass/price/price-top.scss */
  .price-top-box-top-circle b {
    font-size: 30px;
  }
  /* line 963, ../sass/price/price-top.scss */
  .price-top-box-top-circle small {
    font-size: 11px;
  }

  /* line 968, ../sass/price/price-top.scss */
  .price-top-box-desc {
    padding: 0 20px 30px 20px;
  }
  /* line 971, ../sass/price/price-top.scss */
  .price-top-box-desc h5 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  /* line 976, ../sass/price/price-top.scss */
  .price-top-box-desc p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* line 981, ../sass/price/price-top.scss */
  .price-top-box-desc ul {
    margin: 15px 0;
  }
  /* line 984, ../sass/price/price-top.scss */
  .price-top-box-desc ul li {
    min-height: 26px;
    font-size: 13px;
    padding-left: 36px;
  }
  /* line 989, ../sass/price/price-top.scss */
  .price-top-box-desc ul li:after {
    width: 26px;
    height: 26px;
  }

  /* line 999, ../sass/price/price-top.scss */
  body.lang-he .price-top-wr .title {
    font-size: calc(38px * 1.2);
  }
  /* line 1003, ../sass/price/price-top.scss */
  body.lang-he .price-top-wr .undertitle {
    font-size: calc(16px * 1.2);
  }
  /* line 1008, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-label {
    font-size: calc(15px * 1.2);
  }
  /* line 1013, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-top span {
    font-size: calc(13px * 1.2);
  }
  /* line 1018, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-top-circle {
    right: initial;
    left: 10px;
  }
  /* line 1022, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-top-circle small {
    font-size: calc(11px * 1.2);
  }
  /* line 1029, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-desc h5 {
    font-size: calc(28px * 1.2);
  }
  /* line 1033, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-desc p {
    font-size: calc(16px * 1.2);
  }
  /* line 1039, ../sass/price/price-top.scss */
  body.lang-he .price-top-box-desc ul li {
    padding-right: 36px;
    font-size: calc(14px * 1.2);
  }
}
/* line 1, ../sass/price/price-label-text.scss */
.price-label-text {
  padding: 60px 0 80px;
  background-color: #e9f0f4;
}
/* line 5, ../sass/price/price-label-text.scss */
.price-label-text p {
  position: relative;
  line-height: 1.35;
  font-size: 28px;
  text-align: center;
  color: #1d212c;
}
/* line 12, ../sass/price/price-label-text.scss */
.price-label-text p a {
  cursor: pointer;
  border-bottom: solid 3px #6135fc;
}
/* line 16, ../sass/price/price-label-text.scss */
.price-label-text p a:hover {
  color: #27e6fc;
  border-color: #27e6fc;
}
/* line 22, ../sass/price/price-label-text.scss */
.price-label-text p b {
  font-weight: 700;
  color: #6135fc;
}

/* line 32, ../sass/price/price-label-text.scss */
body.lang-he .price-label-text {
  direction: rtl;
}
/* line 35, ../sass/price/price-label-text.scss */
body.lang-he .price-label-text p {
  font-size: calc(28px * 1.2);
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 43, ../sass/price/price-label-text.scss */
  .price-label-text {
    padding: 53px 0 70px;
  }
  /* line 46, ../sass/price/price-label-text.scss */
  .price-label-text p {
    font-size: 26px;
  }

  /* line 55, ../sass/price/price-label-text.scss */
  body.lang-he .price-label-text p {
    font-size: calc(26px * 1.2);
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 65, ../sass/price/price-label-text.scss */
  .price-label-text {
    padding: 45px 0 60px;
  }
  /* line 68, ../sass/price/price-label-text.scss */
  .price-label-text p {
    font-size: 24px;
  }

  /* line 77, ../sass/price/price-label-text.scss */
  body.lang-he .price-label-text p {
    font-size: calc(24px * 1.2);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 87, ../sass/price/price-label-text.scss */
  .price-label-text {
    padding: 35px 0 48px;
  }
  /* line 90, ../sass/price/price-label-text.scss */
  .price-label-text p {
    font-size: 22px;
  }

  /* line 99, ../sass/price/price-label-text.scss */
  body.lang-he .price-label-text p {
    font-size: calc(22px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 109, ../sass/price/price-label-text.scss */
  .price-label-text {
    padding: 27px 0 37px;
  }
  /* line 112, ../sass/price/price-label-text.scss */
  .price-label-text p {
    font-size: 20px;
  }

  /* line 121, ../sass/price/price-label-text.scss */
  body.lang-he .price-label-text p {
    font-size: calc(20px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 131, ../sass/price/price-label-text.scss */
  .price-label-text {
    padding: 20px 0 28px;
  }
  /* line 134, ../sass/price/price-label-text.scss */
  .price-label-text p {
    font-size: 18px;
  }

  /* line 143, ../sass/price/price-label-text.scss */
  body.lang-he .price-label-text p {
    font-size: calc(18px * 1.2);
  }
}
/* line 1, ../sass/price/price-table.scss */
.price-table {
  position: relative;
  padding: 60px 0;
}
/* line 5, ../sass/price/price-table.scss */
.price-table .container {
  max-width: 1280px;
  width: 100%;
}

/* line 11, ../sass/price/price-table.scss */
.price-table-wr {
  display: flex;
  flex-wrap: wrap;
}
/* line 15, ../sass/price/price-table.scss */
.price-table-wr .row {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
/* line 21, ../sass/price/price-table.scss */
.price-table-wr .row:nth-child(1) {
  border: none;
}
/* line 24, ../sass/price/price-table.scss */
.price-table-wr .row:nth-child(1) .col {
  padding: 16px 16px 48px 16px;
}
/* line 32, ../sass/price/price-table.scss */
.price-table-wr .row:nth-child(1) .col:nth-child(1) b {
  font-size: 22px;
  color: #000;
  text-align: left;
}
/* line 42, ../sass/price/price-table.scss */
.price-table-wr img {
  display: block;
  max-width: 100%;
  max-height: 30px;
  margin: 0 auto;
}
/* line 49, ../sass/price/price-table.scss */
.price-table-wr .col {
  width: 20%;
  padding: 6px 16px;
  box-sizing: border-box;
}
/* line 54, ../sass/price/price-table.scss */
.price-table-wr .col:nth-child(1) {
  width: 16%;
}
/* line 58, ../sass/price/price-table.scss */
.price-table-wr .col:nth-child(2) {
  width: 24%;
}
/* line 63, ../sass/price/price-table.scss */
.price-table-wr b {
  line-height: 1;
  letter-spacing: 1px;
  font-size: 18px;
  display: block;
  font-weight: 700;
  color: #8E8E8E;
  text-align: center;
}
/* line 73, ../sass/price/price-table.scss */
.price-table-wr span {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  line-height: 1.08;
}
/* line 82, ../sass/price/price-table.scss */
.price-table-wr .check {
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url(../img/9004846_tick_check_mark_accept_icon.svg);
}
/* line 91, ../sass/price/price-table.scss */
.price-table-wr .check.disabled {
  background-image: url(../img/9004846_tick_check_mark_accept_icon2.svg);
}

/* line 99, ../sass/price/price-table.scss */
body.lang-he .price-table {
  direction: rtl;
}
/* line 113, ../sass/price/price-table.scss */
body.lang-he .price-table-wr .row:nth-child(1) .col:nth-child(1) b {
  font-size: calc(22px * 1.2);
  text-align: right;
}
/* line 122, ../sass/price/price-table.scss */
body.lang-he .price-table-wr b {
  font-size: calc(18px * 1.2);
}
/* line 126, ../sass/price/price-table.scss */
body.lang-he .price-table-wr span {
  font-size: calc(14px * 1.2);
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 134, ../sass/price/price-table.scss */
  .price-table {
    padding: 53px 0;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1439px) {
  /* line 142, ../sass/price/price-table.scss */
  .price-table {
    padding: 45px 0;
  }
  /* line 145, ../sass/price/price-table.scss */
  .price-table .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 154, ../sass/price/price-table.scss */
  .price-table {
    padding: 35px 0;
  }
  /* line 157, ../sass/price/price-table.scss */
  .price-table .container {
    max-width: 960px;
  }

  /* line 165, ../sass/price/price-table.scss */
  .price-table-wr .row:nth-child(1) .col {
    padding: 13px 13px 38px 13px;
  }
  /* line 171, ../sass/price/price-table.scss */
  .price-table-wr .row:nth-child(1) .col:nth-child(1) b {
    font-size: 20px;
  }
  /* line 179, ../sass/price/price-table.scss */
  .price-table-wr img {
    max-height: 26px;
  }
  /* line 183, ../sass/price/price-table.scss */
  .price-table-wr .col {
    padding: 5px 13px;
  }
  /* line 187, ../sass/price/price-table.scss */
  .price-table-wr b {
    font-size: 16px;
  }
  /* line 191, ../sass/price/price-table.scss */
  .price-table-wr span {
    font-size: 13px;
  }
  /* line 195, ../sass/price/price-table.scss */
  .price-table-wr .check {
    width: 28px;
    height: 28px;
  }

  /* line 207, ../sass/price/price-table.scss */
  body.lang-he .price-table-wr .row:nth-child(1) .col:nth-child(1) b {
    font-size: calc(20px * 1.2);
  }
  /* line 215, ../sass/price/price-table.scss */
  body.lang-he .price-table-wr b {
    font-size: calc(16px * 1.2);
  }
  /* line 219, ../sass/price/price-table.scss */
  body.lang-he .price-table-wr span {
    font-size: calc(13px * 1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 229, ../sass/price/price-table.scss */
  .price-table {
    padding: 27px 0;
  }
  /* line 232, ../sass/price/price-table.scss */
  .price-table .container {
    max-width: 738px;
  }

  /* line 240, ../sass/price/price-table.scss */
  .price-table-wr .row:nth-child(1) .col {
    padding: 10px 10px 30px 10px;
  }
  /* line 246, ../sass/price/price-table.scss */
  .price-table-wr .row:nth-child(1) .col:nth-child(1) b {
    font-size: 18px;
  }
  /* line 254, ../sass/price/price-table.scss */
  .price-table-wr img {
    max-height: 20px;
  }
  /* line 258, ../sass/price/price-table.scss */
  .price-table-wr .col {
    padding: 4px 10px;
  }
  /* line 262, ../sass/price/price-table.scss */
  .price-table-wr b {
    font-size: 14px;
  }
  /* line 266, ../sass/price/price-table.scss */
  .price-table-wr span {
    font-size: 12px;
  }
  /* line 270, ../sass/price/price-table.scss */
  .price-table-wr .check {
    width: 22px;
    height: 22px;
  }

  /* line 282, ../sass/price/price-table.scss */
  body.lang-he .price-table-wr .row:nth-child(1) .col:nth-child(1) b {
    font-size: calc(18px * 1.2);
  }
  /* line 290, ../sass/price/price-table.scss */
  body.lang-he .price-table-wr b {
    font-size: calc(14px * 1.2);
  }
  /* line 294, ../sass/price/price-table.scss */
  body.lang-he .price-table-wr span {
    font-size: calc(12px * 1.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 304, ../sass/price/price-table.scss */
  .price-table {
    padding: 20px 0;
  }
  /* line 307, ../sass/price/price-table.scss */
  .price-table .container {
    max-width: calc(100% - 30px);
  }

  /* line 312, ../sass/price/price-table.scss */
  .price-table-wr {
    display: block;
    overflow: auto;
  }
  /* line 316, ../sass/price/price-table.scss */
  .price-table-wr .row {
    min-width: 738px;
  }
  /* line 320, ../sass/price/price-table.scss */
  .price-table-wr .row:nth-child(1) .col {
    padding: 10px 10px 30px 10px;
  }
  /* line 326, ../sass/price/price-table.scss */
  .price-table-wr .row:nth-child(1) .col:nth-child(1) b {
    font-size: 18px;
  }
  /* line 334, ../sass/price/price-table.scss */
  .price-table-wr img {
    max-height: 20px;
  }
  /* line 338, ../sass/price/price-table.scss */
  .price-table-wr .col {
    padding: 4px 10px;
  }
  /* line 342, ../sass/price/price-table.scss */
  .price-table-wr b {
    font-size: 14px;
  }
  /* line 346, ../sass/price/price-table.scss */
  .price-table-wr span {
    font-size: 12px;
  }
  /* line 350, ../sass/price/price-table.scss */
  .price-table-wr .check {
    width: 22px;
    height: 22px;
  }

  /* line 362, ../sass/price/price-table.scss */
  body.lang-he .price-table-wr .row:nth-child(1) .col:nth-child(1) b {
    font-size: calc(18px * 1.2);
  }
  /* line 370, ../sass/price/price-table.scss */
  body.lang-he .price-table-wr b {
    font-size: calc(14px * 1.2);
  }
  /* line 374, ../sass/price/price-table.scss */
  body.lang-he .price-table-wr span {
    font-size: calc(12px * 1.2);
  }
}
