/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'SimplerPro_BEZEQ_HEBREW2';
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Bold.eot");
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Bold.woff2") format("woff2"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Bold.woff") format("woff"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SimplerPro_BEZEQ_HEBREW2';
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Black.eot");
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Black.woff2") format("woff2"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Black.woff") format("woff"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SimplerPro_BEZEQ_HEBREW2';
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Light.eot");
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Light.woff2") format("woff2"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Light.woff") format("woff"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SimplerPro_BEZEQ_HEBREW2';
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Semibold.eot");
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Semibold.woff2") format("woff2"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Semibold.woff") format("woff"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SimplerPro_BEZEQ_HEBREW2';
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Regular.eot");
  src: url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Regular.woff2") format("woff2"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Regular.woff") format("woff"), url("../fonts/SimplerPro/SimplerPro_BEZEQ_HEBREW2-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'icoFont';
  font-display: swap;
  src: url("../fonts/icoFont/icoFont.eot?htgs5o");
  src: url("../fonts/icoFont/icoFont.eot?htgs5o#iefix") format("embedded-opentype"), url("../fonts/icoFont/icoFont.ttf?htgs5o") format("truetype"), url("../fonts/icoFont/icoFont.woff?htgs5o") format("woff"), url("../fonts/icoFont/icoFont.svg?htgs5o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icoFont', serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-check:before {
  content: "\e900"; }

.icon-phone:before {
  content: "\e901"; }

.icon-arrow:before {
  content: "\e902"; }

.icon-close:before {
  content: "\e903"; }

html {
  font-size: 14px;
  overflow-x: hidden; }

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-rendering: geometricPrecision; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.container {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  padding: 0 15px; }

.row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex.aCenter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex.jCenter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex.jAround {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .flex.jBetween {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

/**
 * Swiper 5.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 30, 2019
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size); }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body {
  position: relative;
  min-width: 320px;
  color: #16254f;
  font-family: "SimplerPro_BEZEQ_HEBREW2", sans-serif;
  direction: rtl; }

.page-wrap {
  overflow: hidden;
  position: relative;
  z-index: 1; }

* {
  outline: none;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a,
a:focus,
a:hover {
  text-decoration: none; }

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle; }

button {
  padding: 0;
  cursor: pointer; }

input,
button,
textarea {
  border-radius: 0;
  -webkit-appearance: none; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield; }

select {
  -webkit-appearance: none; }

.main-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 155px;
  min-height: 40px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.38;
  cursor: pointer; }
  .main-btn span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 12px;
    font-size: 18px; }
  .main-btn.disabled {
    opacity: 0.8;
    pointer-events: none; }
  .main-btn.green {
    font-weight: bold;
    color: #16254f;
    background: #24e7c8;
    border: solid 2px #24e7c8; }
  .main-btn.blank {
    font-weight: normal;
    color: #ffffff;
    background: none;
    border: solid 2px #ffffff; }

.section-title h1 {
  margin: 0;
  padding: 0 15px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #16254f; }

.section-title h3 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #16254f; }

.section-title p {
  margin: 0;
  padding-top: 17px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: 0.02px;
  text-align: center;
  color: #666666; }

.list-item ol {
  counter-reset: item; }
  .list-item ol li {
    counter-increment: item; }
    .list-item ol li .picture {
      padding-bottom: 15px;
      text-align: center; }
    .list-item ol li .icon {
      width: 56px;
      height: 56px;
      margin: 0 auto;
      border-radius: 50%;
      -webkit-box-shadow: 0 3px 12px 4px rgba(30, 221, 196, 0.31);
              box-shadow: 0 3px 12px 4px rgba(30, 221, 196, 0.31);
      background-image: -o-linear-gradient(318deg, #00b3b1 5%, #24e7c8 92%);
      background-image: linear-gradient(132deg, #00b3b1 5%, #24e7c8 92%); }
      .list-item ol li .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .list-item ol li .count {
      width: 72px;
      height: 72px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto;
      padding: 5px;
      border-radius: 50%;
      -webkit-box-shadow: 0 8px 23px 0 rgba(0, 0, 0, 0.11);
              box-shadow: 0 8px 23px 0 rgba(0, 0, 0, 0.11);
      background-color: #ffffff;
      font-size: 34px;
      font-weight: normal;
      line-height: 0.71;
      letter-spacing: 0.04px;
      color: #16254f; }
      .list-item ol li .count:before {
        counter-increment: li;
        content: counter(item); }
    .list-item ol li .text h4 {
      margin: 0;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.18;
      text-align: center; }
    .list-item ol li .text p {
      margin: 0;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.33;
      text-align: center; }

.main-intro {
  padding: 18px 0 223px 0;
  position: relative;
  background-image: url("./../images/main-767.jpg");
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .main-intro {
      background-image: url("./../images/main-991.jpg"); } }
  @media (min-width: 992px) {
    .main-intro {
      background-image: url("./../images/main-1199.jpg"); } }
  @media (min-width: 1200px) {
    .main-intro {
      background-image: url("./../images/main-1920.jpg");
      background-position: right; } }
  .main-intro .section-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none; }
    .main-intro .section-bg img {
      width: auto;
      max-width: none;
      height: 100%; }
  .main-intro .section-title {
    margin: 0 -5px; }
  .main-intro .section-title p {
    padding-top: 12px;
    line-height: 1.22;
    letter-spacing: normal;
    color: #16254f; }

.btn-section {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3; }
  .btn-section .sticky-wrap {
    padding: 11px 0;
    -webkit-box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.1);
    background-color: #16254f; }
  .btn-section .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px; }
    .btn-section .btn-wrap .main-btn {
      margin: 5px 0 5px 18px; }
      .btn-section .btn-wrap .main-btn:last-child {
        margin-left: 0; }

.model-development {
  padding: 60px 0 46px 0;
  background-color: #fafafa; }
  .model-development .section-title h3 {
    padding: 0 15px; }
  .model-development .list-item {
    padding-top: 26px;
    max-width: 327px; }
    .model-development .list-item ol li {
      padding: 21px 0; }
      .model-development .list-item ol li .text h4 {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.03px;
        color: #17254f;
        padding: 0 60px; }
      .model-development .list-item ol li .text p {
        padding-top: 15px;
        letter-spacing: 0.02px;
        color: #717171; }
      .model-development .list-item ol li:last-child .text h4 {
        padding: 0 40px; }

.services-range {
  padding: 55px 0 38px 0; }
  .services-range .categories {
    margin-top: 45px;
    position: relative; }
    .services-range .categories:before {
      content: "";
      width: 101vw;
      position: absolute;
      top: 0;
      left: 50%;
      bottom: 0;
      z-index: -1;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-box-shadow: 0 5px 11px 0 rgba(23, 37, 79, 0.15);
              box-shadow: 0 5px 11px 0 rgba(23, 37, 79, 0.15);
      pointer-events: none; }
    .services-range .categories ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -20px; }
      .services-range .categories ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: calc(100% / 3);
        padding: 13px 0;
        font-size: 20px;
        font-weight: normal;
        line-height: 1;
        letter-spacing: 0.03px;
        text-align: center;
        color: #717171;
        cursor: pointer;
        border-bottom: 6px solid transparent; }
        .services-range .categories ul li.active {
          font-weight: bold;
          color: #17254f;
          border-color: #17254f; }
  .services-range .categories-info .list-item {
    display: none; }
    .services-range .categories-info .list-item.active {
      display: block; }
  .services-range .list-item {
    padding-top: 15px; }
    .services-range .list-item ol li {
      padding: 18px 0; }
      .services-range .list-item ol li .text h4 {
        font-size: 24px;
        font-weight: bold;
        color: #17254f; }
      .services-range .list-item ol li .text p {
        padding-top: 13px;
        letter-spacing: 0.02px;
        color: #666666; }

.program-advantages {
  padding: 60px 0 46px 0;
  background-color: #fafafa; }
  .program-advantages .section-title h3 {
    letter-spacing: -0.22px; }
  .program-advantages .list-item {
    padding-top: 26px; }
    .program-advantages .list-item ol li {
      padding: 11px 0; }
      .program-advantages .list-item ol li .text {
        padding-top: 24px; }
        .program-advantages .list-item ol li .text h4 {
          font-weight: 900;
          color: #17254f; }
        .program-advantages .list-item ol li .text p {
          padding-top: 22px;
          color: #666666; }

.become-partner {
  padding: 60px 0 46px 0;
  background: #e5e8f5;
  background: -o-linear-gradient(45deg, #e5e8f5 32%, #e5faf6 50%);
  background: linear-gradient(45deg, #e5e8f5 32%, #e5faf6 50%); }
  .become-partner .list-item {
    padding-top: 21px; }
    .become-partner .list-item ol li {
      padding: 23px 0; }
      .become-partner .list-item ol li .text {
        padding-top: 19px; }
        .become-partner .list-item ol li .text h4 {
          letter-spacing: 0.03px;
          color: #17254f; }
        .become-partner .list-item ol li .text p {
          padding-top: 15px;
          letter-spacing: 0.02px;
          color: #717171; }

.testimonials-section {
  padding: 61px 0;
  margin-bottom: 72px; }

.testimonials-item .photo {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px auto;
  border-radius: 50%; }
  .testimonials-item .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.testimonials-item .info h4 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02px;
  text-align: center;
  color: #17254f; }

.testimonials-item .info p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.02px;
  text-align: center;
  color: #717171; }

.testimonials-item .text {
  padding-top: 15px; }
  .testimonials-item .text p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: 0.02px;
    text-align: center;
    color: #717171; }

.testimonials-slider {
  padding-top: 36px; }

.swiper-container .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 31px; }
  .swiper-container .pagination span {
    width: 8px;
    height: 8px;
    display: block;
    margin: 4px;
    background-color: #d8d8d8;
    cursor: pointer;
    border-radius: 50%; }
    .swiper-container .pagination span.active {
      background-color: #26d2b2; }

.aside-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  -webkit-box-shadow: 22px 17px 42px 0 rgba(22, 37, 79, 0.07);
          box-shadow: 22px 17px 42px 0 rgba(22, 37, 79, 0.07);
  background-color: #17254f;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .aside-form.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .aside-form.form-sent form {
    display: none; }
  .aside-form.form-sent .success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .aside-form .close-form {
    position: absolute;
    top: 0;
    left: 0; }
    .aside-form .close-form button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 18px 14px;
      font-size: 17px;
      color: #ffffff;
      background: none;
      border: none;
      cursor: pointer; }
      .aside-form .close-form button span {
        display: block;
        padding-right: 4px;
        font-size: 20px; }
      .aside-form .close-form button:hover {
        color: #24e7c8; }
  .aside-form .scroll-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    overflow: auto; }
  .aside-form form {
    max-width: 320px;
    margin: 0 auto; }
    .aside-form form .title {
      padding-bottom: 52px; }
      .aside-form form .title h3 {
        margin: 0;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: -0.19px;
        text-align: center;
        color: #ffffff; }
    .aside-form form .fields label {
      display: block;
      margin-bottom: 30px;
      position: relative; }
      .aside-form form .fields label:last-child {
        margin-bottom: 0; }
      .aside-form form .fields label.error {
        /*span.placeholder {
            color: #d73535;
          }*/ }
        .aside-form form .fields label.error input {
          border-color: #d73535; }
        .aside-form form .fields label.error span.error-reason {
          visibility: visible; }
      .aside-form form .fields label span.placeholder {
        padding: 0 16px;
        font-size: 20px;
        font-weight: normal;
        line-height: 1;
        color: #717171;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        /* number of lines to show */
        -webkit-box-orient: vertical;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        pointer-events: none; }
      .aside-form form .fields label span.error-reason {
        height: 21px;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        padding: 3px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.12px;
        color: #d73535;
        background: #ffe2e2;
        border-radius: 0 0 4px 4px;
        border: solid 1px #d73535;
        border-top: none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -18px;
        pointer-events: none;
        visibility: hidden; }
      .aside-form form .fields label input {
        width: 100%;
        padding: 18px 16px 1px 16px;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        color: #16254f;
        background: #ffffff;
        border-radius: 4px;
        -webkit-box-shadow: 0 3px 12px 0 rgba(23, 37, 79, 0.1);
                box-shadow: 0 3px 12px 0 rgba(23, 37, 79, 0.1);
        border: solid 1px #d5d5d5;
        /* Chrome, Safari, Edge, Opera */
        /* Firefox */ }
        .aside-form form .fields label input::-webkit-outer-spin-button, .aside-form form .fields label input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .aside-form form .fields label input[type="number"] {
          -moz-appearance: textfield; }
        .aside-form form .fields label input.has-content ~ span.placeholder, .aside-form form .fields label input:focus ~ span.placeholder {
          top: 8px;
          font-size: 14px;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); }
    .aside-form form .submit {
      padding-top: 64px; }
      .aside-form form .submit .main-btn {
        max-width: unset;
        height: 65px;
        border-radius: 33px;
        font-size: 24px; }
  .aside-form .success {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
    .aside-form .success p {
      max-width: 220px;
      margin: 0;
      font-size: 20px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.35;
      letter-spacing: -0.44px;
      text-align: center;
      color: #ffffff; }
      .aside-form .success p .icon-check {
        display: block;
        padding-bottom: 17px;
        font-size: 30px;
        color: #7ed321;
        text-align: center; }

@media screen and (min-width: 768px) {
  .container {
    max-width: 782px;
    padding: 0 20px; }
  .main-btn {
    max-width: 200px; }
  .main-intro {
    padding: 105px 0 106px 0; }
  .main-intro .section-title {
    max-width: 348px;
    margin: 0; }
    .main-intro .section-title h1 {
      padding: 0;
      font-size: 30px; }
    .main-intro .section-title p {
      padding-top: 19px;
      line-height: 1.33; }
    .main-intro .section-title h1,
    .main-intro .section-title p {
      text-align: right; }
  .btn-section .btn-wrap .main-btn {
    margin: 5px 0 5px 23px; }
  .section-title p {
    padding-top: 21px; }
  .model-development .list-item {
    padding-top: 17px;
    max-width: 100%; }
  .model-development .list-item ol li {
    padding: 27px 0;
    max-width: 650px;
    margin: 0 auto; }
  .model-development .list-item ol li .text p {
    padding-top: 7px; }
  .services-range .categories ul {
    margin: 0 6px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(23, 37, 79, 0.15);
            box-shadow: 0 5px 11px 0 rgba(23, 37, 79, 0.15); }
  .services-range .categories:before {
    display: none; }
  .services-range {
    padding: 55px 0 52px 0; }
    .services-range .categories ul li {
      padding: 28px 10px 15px 10px; }
    .services-range .list-item {
      padding-top: 32px; }
      .services-range .list-item ol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .services-range .list-item ol li {
          width: calc(100% / 3);
          padding: 15px; }
  .program-advantages .list-item {
    padding-top: 32px; }
    .program-advantages .list-item ol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      /*column-count: 2;
        column-fill: balance;*/ }
      .program-advantages .list-item ol li {
        width: calc(100% / 2);
        padding: 23px 14px 23px 30px; }
        .program-advantages .list-item ol li:nth-child(1) {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        .program-advantages .list-item ol li:nth-child(2) {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; }
        .program-advantages .list-item ol li:nth-child(3) {
          -webkit-box-ordinal-group: 6;
              -ms-flex-order: 5;
                  order: 5; }
        .program-advantages .list-item ol li:nth-child(4) {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
        .program-advantages .list-item ol li:nth-child(5) {
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4; }
        .program-advantages .list-item ol li:nth-child(6) {
          -webkit-box-ordinal-group: 7;
              -ms-flex-order: 6;
                  order: 6; }
        .program-advantages .list-item ol li .icon {
          margin: 0 0 0 auto; }
        .program-advantages .list-item ol li .text {
          padding-top: 18px; }
          .program-advantages .list-item ol li .text h4,
          .program-advantages .list-item ol li .text p {
            text-align: right; }
          .program-advantages .list-item ol li .text p {
            padding-top: 11px; }
  .become-partner {
    padding: 65px 0 55px 0; }
  .become-partner .list-item {
    padding-top: 50px;
    margin: 0 -26px; }
  .become-partner .list-item ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .become-partner .list-item ol li {
    width: calc((100% / 3) - 1px);
    padding: 15px 33px;
    position: relative;
    z-index: 1; }
    .become-partner .list-item ol li:nth-child(3n + 1):before, .become-partner .list-item ol li:nth-child(3n + 2):before {
      content: "";
      width: 100%;
      height: 19px;
      background: url(../images/dots.png) left center repeat-x;
      background-size: contain;
      position: absolute;
      top: 41px;
      right: 50%;
      z-index: -2;
      pointer-events: none; }
    .become-partner .list-item ol li:nth-child(3n + 1):after, .become-partner .list-item ol li:nth-child(3n + 2):after {
      font-family: 'icoFont', serif !important;
      content: "\e902";
      font-size: 25px;
      color: #16254f;
      position: absolute;
      top: 38px;
      left: -11px;
      z-index: -1;
      pointer-events: none; }
  .testimonials-item {
    max-width: 328px;
    margin: 0 auto; }
  .swiper-container .pagination {
    padding-top: 21px; } }

@media screen and (min-width: 992px) {
  .container {
    max-width: 1025px;
    padding: 0 47px; }
  .main-btn {
    max-width: 155px; }
  .section-title h3 {
    font-size: 32px;
    line-height: 1.13; }
  .main-intro {
    padding: 97px 0 98px 0; }
  .main-intro .section-title {
    max-width: 380px; }
  .main-intro .section-title h1 {
    font-size: 32px;
    line-height: 1.14; }
  .main-intro .section-title p {
    font-size: 18px;
    padding-top: 24px;
    line-height: 1.32; }
  .btn-section .btn-wrap .main-btn {
    margin: 5px 0 5px 18px; }
  .model-development {
    padding: 69px 0 53px 0; }
  .model-development .section-title p {
    font-size: 22px; }
  .model-development .list-item {
    padding-top: 51px;
    margin: 0 -20px; }
  .model-development .list-item ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .model-development .list-item ol li {
    width: calc(100% / 3);
    max-width: unset;
    padding: 27px 15px; }
    .model-development .list-item ol li:last-child .text h4 {
      padding: 0; }
  .model-development .list-item ol li .text h4 {
    padding: 0 16px;
    font-size: 20px;
    line-height: 1.2;
    min-height: 48px; }
  .model-development .list-item ol li .text p {
    padding: 16px 6px 0 6px; }
  .services-range .section-title {
    max-width: 633px;
    margin: 0 auto; }
  .services-range .categories {
    margin-top: 53px; }
  .services-range .categories ul {
    margin: 0; }
  .services-range .categories ul li {
    padding: 23px 10px 15px 10px; }
  .services-range .list-item {
    padding-top: 53px; }
  .program-advantages .list-item ol li {
    padding: 28px 14px 28px 30px; }
  .program-advantages .list-item {
    padding-top: 61px; }
  .become-partner .list-item {
    padding-top: 40px;
    margin: 0 -90px; }
  .testimonials-section {
    padding: 65px 0; }
  .testimonials-slider {
    padding-top: 45px;
    margin: 0 -45px; }
  .become-partner .list-item ol li .text {
    max-width: 200px;
    margin: 0 auto; }
  .testimonials-item {
    max-width: unset;
    padding: 0 15px; }
  .swiper-container .pagination {
    padding-top: 57px; } }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 727px;
    padding: 0 20px; }
  .page-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .main-intro {
    padding: 206px 0; }
  .main-intro .container {
    max-width: 1230px; }
  .main-intro .section-bg img {
    -o-object-position: right center;
       object-position: right center; }
  .main-intro .section-title {
    max-width: 540px; }
  .main-intro .section-title h1 {
    font-size: 48px;
    line-height: 1.04; }
  .main-intro .section-title p {
    font-size: 22px;
    padding: 24px 0 0 26px;
    line-height: 1.36; }
  .aside-form .close-form {
    display: none; }
  .aside-form {
    width: 480px;
    padding: 83px 74px 0;
    right: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }
  .aside-form form .title h3 {
    font-size: 30px; }
  .page-content {
    width: calc(100% - 480px); }
  .btn-section {
    display: none; }
  .services-range .list-item {
    padding-top: 23px; }
  .program-advantages .section-title {
    max-width: 479px;
    margin: 0 auto; }
  .program-advantages .list-item {
    padding-top: 24px; }
  .become-partner .list-item {
    margin: 0 -13px; }
  .become-partner {
    padding: 65px 0 41px 0; }
  .testimonials-section {
    margin-bottom: 0px; }
  .testimonials-slider {
    margin: 0 -15px; } }

/*# sourceMappingURL=maps/bundle.css.map */
