[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
            box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    overflow: scroll; /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
            box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
@charset "UTF-8";

@font-face {
  font-family: "icons";
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8);
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8) format("embedded-opentype"), url(/fonts/icons.ttf?764fd99db738d6fb26f71326792fc573) format("truetype"), url(/fonts/icons.woff?1caca381195cd1bed0b98d607be287dd) format("woff"), url(/fonts/icons.svg?95326632dc4bdc015acec91d44008669) 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: "icons" !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-quote-2:before {
  content: "\E900";
}

.icon-quote-1:before {
  content: "\E901";
}

.icon-verification-mark:before {
  content: "\E902";
}

.icon-new-shekel:before {
  content: "\E903";
}

.icon-heart:before {
  content: "\E904";
}

.icon-graph:before {
  content: "\E905";
}

.icon-grid:before {
  content: "\E906";
}

.icon-list:before {
  content: "\E907";
}

.icon-angle-arrow-down:before {
  content: "\E908";
}

.icon-magnifying-glass:before {
  content: "\E909";
}

.icon-cms:before {
  content: "\E90A";
}

.icon-online-shopping-cart:before {
  content: "\E90B";
}

.icon-user:before {
  content: "\E90C";
}

.icon-notebook:before {
  content: "\E90D";
}

.icon-nut:before {
  content: "\E90E";
}

.icon-calculator:before {
  content: "\E90F";
}

.icon-ceo:before {
  content: "\E910";
}

.icon-price-down:before {
  content: "\E911";
}

.icon-down-arrows:before {
  content: "\E912";
}

.icon-currency:before {
  content: "\E913";
}

.icon-freelancer:before {
  content: "\E914";
}

.icon-statement:before {
  content: "\E915";
}

.icon-fusion:before {
  content: "\E916";
}

.icon-money:before {
  content: "\E917";
}

.icon-networking:before {
  content: "\E918";
}

.icon-project:before {
  content: "\E919";
}

.icon-resign:before {
  content: "\E91A";
}

.icon-building:before {
  content: "\E91B";
}

.icon-social-media:before {
  content: "\E91C";
}

.icon-report:before {
  content: "\E91D";
}

.icon-transaction:before {
  content: "\E91E";
}

.icon-teamwork:before {
  content: "\E91F";
}

.icon-competition:before {
  content: "\E920";
}

.icon-conference:before {
  content: "\E921";
}

.icon-prices:before {
  content: "\E922";
}

.icon-balance:before {
  content: "\E923";
}

.icon-bulb:before {
  content: "\E924";
}

.icon-industry:before {
  content: "\E925";
}

.icon-rocket:before {
  content: "\E926";
}

.icon-graph1:before {
  content: "\E927";
}

.icon-multitask:before {
  content: "\E928";
}

.icon-software:before {
  content: "\E929";
}

.icon-partnership:before {
  content: "\E92A";
}

.icon-platform:before {
  content: "\E92B";
}

.icon-sale:before {
  content: "\E92C";
}

.icon-project-1:before {
  content: "\E92D";
}

.icon-revenue:before {
  content: "\E92E";
}

.icon-salary:before {
  content: "\E92F";
}

.icon-sponsor:before {
  content: "\E930";
}

.icon-startup:before {
  content: "\E931";
}

.icon-strategy:before {
  content: "\E932";
}

.icon-chain:before {
  content: "\E933";
}

.icon-wholesale:before {
  content: "\E934";
}

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

.icon-game-computer:before {
  content: "\E936";
}

.icon-server:before {
  content: "\E937";
}

.icon-monitor:before {
  content: "\E938";
}

.icon-shield:before {
  content: "\E939";
}

.icon-computer:before {
  content: "\E93A";
}

.icon-agreement:before {
  content: "\E93B";
}

.icon-tools:before {
  content: "\E93C";
}

.icon-delivery-truck:before {
  content: "\E93D";
}

.icon-pallet:before {
  content: "\E93E";
}

.icon-handshake:before {
  content: "\E93F";
}

.icon-list-menu:before {
  content: "\E940";
}

.icon-filter:before {
  content: "\E941";
}

@font-face {
  font-family: 'DIN-Pro';
  src: url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2);
  src: local("DIN Pro Medium"), local("DINPro-Medium"), url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2) format("embedded-opentype"), url(/fonts/DINPro-Medium.woff?393be0a3ca68cc15d76a588c85eb3f3a) format("woff"), url(/fonts/DINPro-Medium.ttf?d126516414409f61606041e4b63af6d9) format("truetype");
  font-style: normal;
}

.white-link {
  color: #fff;
}

.white-link--selected {
  text-decoration: underline;
}

.white-link:hover {
  color: #fff;
  text-decoration: none;
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel/src/owl.video.play.png?4cbde124d6cd8122c801118696c16f07) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-family: 'Rubik', sans-serif;
}

/** This one is required for the pageable (w/o this it leaves a gap instad of a vertical scrollbar )  **/

.pg-wrapper {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

body {
  max-width: 1920px;
  margin: 0 auto;
}

/**
 * Owl Carousel customization
 */

/* carousel box for 4 items */

.owl-carousel .owl-dots {
  height: 120px;
  border-top: 5px solid #fff;
  background: #191919;
  line-height: 120px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .owl-carousel .owl-dots {
    height: 84px;
    line-height: 84px;
  }
}

.owl-carousel--vertical {
  height: 100%;
}

.owl-carousel--vertical .owl-stage,
.owl-carousel--vertical .owl-item,
.owl-carousel--vertical .owl-item > div {
  height: 100%;
}

.owl-carousel--vertical .owl-stage-outer {
  height: calc(100% - 120px);
}

@media (max-width: 1199.98px) {
  .owl-carousel--vertical .owl-stage-outer {
    height: calc(100% - 84px);
  }
}

.owl-dot.owl-dot.owl-dot {
  display: inline-block;
  outline: none;
  width: 60px;
  height: 5px;
  background: #fff;
  margin-right: 5px;
  border: 0;
}

.owl-dot.owl-dot.owl-dot.active {
  background: #a70000;
}

.yellow-dots .owl-dot.owl-dot.owl-dot.active {
  background: #cba219;
}

.black-white-dots .owl-dot.owl-dot.owl-dot {
  background: #f2f2f2;
}

.black-white-dots .owl-dot.owl-dot.owl-dot.active {
  background: #000;
}

@media (max-width: 1199.98px) {
  .owl-dot.owl-dot.owl-dot {
    width: 35px;
    height: 3px;
  }
}

.owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.owl-nav span {
  font-size: 80px;
  line-height: 50px;
  height: 50px;
}

.owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 80px;
  line-height: 50px;
  height: 50px;
}

/**
 * Base home
 */

.home {
  overflow: hidden;
  /**
   * These rules control circular progress bars
   */
  /**
   * Keyframes for circular animations
   */
  /**
   * Home page section #1
   */
  /*
   * PSI section
   */
  /*
   * Customer Service section
   */
  /*
   * DivoLight section
   */
  /*
   * Carousel styles
   */
  /*
   * Why CD Log section
   **/
}

.home--gradient-orange {
  background-image: linear-gradient(37deg, #8a0000 0%, #d04501 100%);
}

.home--gradient-blue {
  background-image: linear-gradient(37deg, #11263a 0%, #132032 25%, #131d2f 50%, #131a27 75%, #11141e 100%);
}

.home--bg-dna,
.home .home-2-2__hard-samples {
  background-size: cover;
  background: #fff url("/images/theme/home/home-1-bg-features.png");
}

.home--bg-1 {
  background: #000 url("/images/theme/home/home-1-bg.png") no-repeat center;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .home--bg-1 {
    background-position: 50% 50%;
  }
}

.home .tile-1,
.home .home-2-2__hard-samples .tile {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100%;
}

.home .tile-1.center,
.home .home-2-2__hard-samples .center.tile {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.98px) {
  .home .tile-red {
    padding: 0;
  }
}

.home .pb-circle {
  width: 130px;
  height: 130px;
  background: transparent;
  position: relative;
}

.home .pb-circle:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #b8b8b8;
  position: absolute;
  top: 0;
  left: 0;
}

.home .pb-circle__left {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.home .pb-circle .pb-circle--left {
  width: 100%;
  height: 100%;
  background: none;
  border: 8px solid #a70000;
  position: absolute;
  top: 0;
  left: 100%;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  border-left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.home .pb-circle__right {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.home .pb-circle .pb-circle--right {
  width: 100%;
  height: 100%;
  background: none;
  border: 8px solid #a70000;
  position: absolute;
  top: 0;
  left: -100%;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
  border-right: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.home .pb-circle__value {
  border-radius: 50%;
  background: transparent;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #a70000;
  font-size: 36px;
  font-weight: 500;
  white-space: nowrap;
}

.home .pb-circle__value small {
  font-size: 18px;
  font-weight: 200;
}

.home .pb-circle.progress--12 .pb-circle--right {
  -webkit-animation: loading-0-12 0.2s linear forwards;
          animation: loading-0-12 0.2s linear forwards;
}

.home .pb-circle.progress--225 .pb-circle--left {
  -webkit-animation: loading-0-45 0.125s linear forwards 0.5s;
          animation: loading-0-45 0.125s linear forwards 0.5s;
}

.home .pb-circle.progress--225 .pb-circle--right {
  -webkit-animation: loading-0-180 0.5s linear forwards;
          animation: loading-0-180 0.5s linear forwards;
}

.home .pb-circle.progress--270 .pb-circle--left {
  -webkit-animation: loading-0-90 0.25s linear forwards 0.5s;
          animation: loading-0-90 0.25s linear forwards 0.5s;
}

.home .pb-circle.progress--270 .pb-circle--right {
  -webkit-animation: loading-0-180 0.5s linear forwards;
          animation: loading-0-180 0.5s linear forwards;
}

.home .pb-circle.progress--180 .pb-circle--right {
  -webkit-animation: loading-0-180 0.5s linear forwards;
          animation: loading-0-180 0.5s linear forwards;
}

.home .pb-circle.progress--360 .pb-circle--left {
  -webkit-animation: loading-0-180 0.5s linear forwards 0.5s;
          animation: loading-0-180 0.5s linear forwards 0.5s;
}

.home .pb-circle.progress--360 .pb-circle--right {
  -webkit-animation: loading-0-180 0.5s linear forwards;
          animation: loading-0-180 0.5s linear forwards;
}

@media (max-width: 1199.98px) {
  .home .pb-circle {
    width: 100px;
    height: 100px;
    line-height: 25px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }

  .home .pb-circle__value {
    white-space: nowrap;
    font-size: 30px;
    font-weight: 500;
  }

  .home .pb-circle small {
    font-size: 14px;
  }
}

@-webkit-keyframes loading-0-12 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }

  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}

@keyframes loading-0-12 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }

  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}

@-webkit-keyframes loading-0-45 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }

  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}

@keyframes loading-0-45 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }

  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}

@-webkit-keyframes loading-0-90 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }

  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}

@keyframes loading-0-90 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }

  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}

@-webkit-keyframes loading-0-180 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }

  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}

@keyframes loading-0-180 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }

  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}

.home-readmore-link {
  text-decoration: underline;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.home-readmore-link:hover {
  color: #fff;
  text-decoration: none;
}

.home-h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  margin: 0 0 35px 0;
}

.home-h1--inverted {
  color: #000;
}

.home-h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

@media (max-width: 1919.98px) {
  .home-h1 {
    font-size: 50px;
    line-height: 52px;
  }

  .home-h4 {
    font-size: 29px;
    line-height: 29px;
  }
}

@media (max-width: 1199.98px) {
  .home-h1 {
    margin: 30px 0 20px 0;
    font-size: 35px;
    line-height: 35px;
  }

  .home-h4 {
    font-size: 27px;
    line-height: 28px;
  }
}

@media (max-width: 479.98px) {
  .home-h1 {
    font-size: 30px;
    line-height: 32px;
  }

  .home-h4 {
    font-size: 20px;
    line-height: 25px;
  }
}

.home-description {
  color: #c8c8c8;
  line-height: 34px;
  font-size: 30px;
  font-weight: 200;
}

.home-description--light {
  line-height: 30px;
  font-size: 18px;
  font-weight: 200;
  color: #747474;
}

@media (max-width: 1199.98px) {
  .home-description {
    line-height: 20px;
    font-size: 20px;
    font-weight: 200;
  }
}

@media (max-width: 479.98px) {
  .home-description {
    font-size: 18px;
    font-weight: 200;
  }
}

.home .square-buttons {
  margin-left: -15px;
}

.home .square-buttons-right {
  margin-right: -15px;
}

.home .square-button {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #fff;
  padding: 0 20px;
  margin: 0 15px 20px;
  min-width: 200px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
}

.home .square-button:hover {
  text-decoration: none;
  border-color: transparent;
}

.home .square-button.inverted {
  color: #000;
  padding: 0 10px;
  border-color: #000;
}

.home .square-button--hover-white:hover {
  background: #fff;
  color: #000;
}

.home .square-button--hover-black:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .home .square-button {
    margin-left: 7.5px;
    margin-right: 7.5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    height: 36px;
    min-width: 150px;
  }

  .home .square-buttons {
    margin-left: -7.5px;
  }

  .home .square-buttons-right {
    margin-right: -7.5px;
  }
}

@media (max-width: 767.98px) {
  .home .square-buttons {
    margin-left: -5px;
  }

  .home .square-buttons-right {
    margin-right: -5px;
  }

  .home .square-button {
    padding: 0 10px;
    min-width: 130px;
    margin: 0 5px 20px;
  }
}

.home-1 .home-readmore-link {
  padding: 35px 0 40px;
}

@media (max-width: 991.98px) {
  .home-1 .home-readmore-link {
    padding: 15px 0 20px;
  }
}

.home .home-1 .d-smm-none {
  display: none;
}

.pageable .home .home-1__head {
  height: calc(100% - 305px);
}

.home .home-1__head__samples {
  height: 100%;
}

.home .home-1__head__info {
  max-width: 50%;
  padding: 130px 0 0 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1919.98px) {
  .home .home-1__head__info {
    max-width: 70%;
    padding: 120px 0 0 110px;
  }
}

@media (max-width: 1399.98px) {
  .home .home-1__head__info {
    padding-top: 90px;
    padding-left: 90px;
  }
}

@media (max-width: 991.98px) {
  .home .home-1__head__info {
    padding-left: 70px;
  }
}

@media (max-width: 767.98px) {
  .home .home-1__head__info {
    max-width: 100%;
    padding-left: 30px;
  }
}

.home .home-1__features {
  border-top: 5px solid #fff;
}

.home .home-1__features .col-md {
  min-height: 200px;
  border-left: 5px solid #fff;
}

.home .home-1__features .col-md:first-child {
  border-left: 0;
}

@media (max-width: 767.98px) {
  .home .home-1__features .col-sm-4_ {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    border-top: 5px solid #fff;
  }

  .home .home-1__features .col-sm-4_ + .col-sm-4_ {
    border-left: 5px solid #fff;
  }

  .home .home-1__features .col-sm-6_ {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .home .home-1__features .col-sm-6_ + .col-sm-6_ {
    border-left: none;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }

  .home .home-1__features .col-md {
    min-height: auto;
    margin: 0;
    padding: 0;
  }

  .home .home-1__features .tile-1,
  .home .home-1__features .home-2-2__hard-samples .tile,
  .home .home-2-2__hard-samples .home-1__features .tile {
    font-size: 14px;
    height: 200px;
  }
}

@media (max-width: 479.98px) {
  .home .home-1__features .col-sm-4_ + .col-sm-4_,
  .home .home-1__features .col-sm-4_,
  .home .home-1__features .col-md-6_ {
    border: none;
  }

  .home .home-1__features .col-sm-6_ + .col-sm-6_,
  .home .home-1__features .col-sm-6_,
  .home .home-1__features .col-sm-4_ {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .home .home-1__features .tile-1,
  .home .home-1__features .home-2-2__hard-samples .tile,
  .home .home-2-2__hard-samples .home-1__features .tile {
    height: auto;
    padding: 10px 0px 10px 52px;
    text-align: left;
    display: block;
    position: relative;
  }

  .home .home-1__features .tile-1:before,
  .home .home-1__features .home-2-2__hard-samples .tile:before,
  .home .home-2-2__hard-samples .home-1__features .tile:before {
    content: "";
    left: 15px;
    top: 10px;
    display: block;
    position: absolute;
    width: 32px;
    height: 20px;
    background-image: url("/images/theme/home/cdlog-bw-logo.png");
  }

  .home .home-1__features .col-md,
  .home .home-1__features .col-sm-4_ + .col-sm-4_ {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    border-left: none;
    border-bottom: 5px solid #fff;
  }

  .home .home-1__features .pb-circle {
    display: none;
  }
}

.home .home-1__suppliers {
  height: 105px;
  background: #fff;
}

.home .home-1__suppliers .owl-item {
  text-align: center;
}

.home .home-1__suppliers a {
  height: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 105px;
  height: 105px;
  padding: 0 20px;
}

.home .home-1__suppliers a img {
  display: inline-block;
  width: auto;
  line-height: 105px;
  vertical-align: middle;
}

.home .home-1__buttons {
  padding: 0 0 35px;
}

@media (max-width: 991.98px) {
  .home .home-1__suppliers {
    height: auto;
  }

  .home .home-1__buttons {
    padding: 0 0 10px;
  }
}

@media (max-width: 479.98px) {
  .home .home-1 .d-smm-none {
    display: inline-block;
  }
}

.pageable .home .home-2-1__head {
  height: calc(100% - 240px);
}

.home .home-2-1 .home-h1 {
  padding: 70px 0 0;
}

.home .home-2-1__buttons {
  padding: 0;
}

.home .home-2-1__head {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.home .home-2-1__head__samples {
  margin: 0;
  padding: 0;
}

.home .home-2-1__head__info {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 50px 0 180px;
  min-height: 100%;
  border-right: 5px solid #fff;
}

@media (max-width: 1919.98px) {
  .home .home-2-1 .home-h1 {
    padding: 0;
  }

  .home .home-2-1__head__info {
    padding: 0 20px 0 110px;
  }
}

@media (max-width: 1399.98px) {
  .home .home-2-1__head__info {
    padding-left: 90px;
  }
}

@media (max-width: 1199.98px) {
  .home .home-2-1__head {
    height: 480px;
  }

  .home .home-2-1__head__info {
    height: 480px;
  }

  .home .home-2-1__head__info img {
    max-width: 200px;
  }
}

@media (max-width: 991.98px) {
  .home .home-2-1__head__info {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .home .home-2-1 .col-sm-4_ {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .home .home-2-1 .col-sm-6_ {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .home .home-2-1__head {
    height: auto;
  }

  .home .home-2-1__head__info {
    height: 380px;
    padding: 0 0 0 30px;
    border-right: none;
    border-bottom: 5px 5px solid;
  }

  .home .home-2-1__head__samples {
    border-top: 5px solid #fff;
  }
}

@media (max-width: 479.98px) {
  .home .home-2-1 .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .home .home-2-1 .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .home .home-2-1__head__info {
    padding-top: 10px;
  }

  .home .home-2-1__head__samples {
    display: none;
  }
}

.home-2-1 .home-readmore-link {
  padding: 68px 0 40px;
}

@media (max-width: 1199.98px) {
  .home-2-1 .home-readmore-link {
    padding: 30px 0;
  }
}

@media (max-width: 479.98px) {
  .home-2-1 .home-readmore-link {
    padding: 15px 0;
  }
}

.home__hard-samples {
  min-height: 240px;
}

.home__hard-samples__i {
  min-height: 240px;
  height: 100%;
  background-size: cover;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 18px;
  color: white;
  font-weight: 500;
  padding: 20px 20px 0 0;
}

.home__hard-samples__i > div {
  text-align: right;
}

.home__hard-samples__i:nth-child(odd) {
  color: #000;
}

.home__hard-samples__i:nth-child(1) {
  background-image: url("/images/theme/home/hard-samples/xl/1.png");
}

.home__hard-samples__i:nth-child(2) {
  background-image: url("/images/theme/home/hard-samples/xl/2.png");
}

.home__hard-samples__i:nth-child(3) {
  background-image: url("/images/theme/home/hard-samples/xl/3.png");
}

.home__hard-samples__i:nth-child(4) {
  background-image: url("/images/theme/home/hard-samples/xl/4.jpg");
}

.home__hard-samples__i:nth-child(5) {
  background-image: url("/images/theme/home/hard-samples/xl/5.png");
  border-right: 0;
}

@media (max-width: 1199.98px) {
  .home__hard-samples__i {
    font-size: 16px;
    height: 200px;
  }
}

@media (max-width: 991.98px) {
  .home__hard-samples__i {
    padding: 10px 10px 0 0;
    font-size: 14px;
  }

  .home__hard-samples__i:nth-child(1) {
    background-position-y: bottom;
  }

  .home__hard-samples__i:nth-child(2) {
    background-position-y: bottom;
  }

  .home__hard-samples__i:nth-child(3) {
    background-position-y: bottom;
  }

  .home__hard-samples__i:nth-child(4) {
    background-position-y: bottom;
  }

  .home__hard-samples__i:nth-child(5) {
    background-position-y: bottom;
  }
}

@media (max-width: 767.98px) {
  .home__hard-samples__i:nth-child(3) {
    border-right: none;
  }

  .home__hard-samples__i:nth-child(4) {
    border-top: none;
  }

  .home__hard-samples__i:nth-child(5) {
    border-top: none;
  }
}

@media (max-width: 479.98px) {
  .home__hard-samples__i:nth-child(2) {
    border-right: 0;
  }

  .home__hard-samples__i:nth-child(3) {
    border-top: 0;
    border-right: 5px solid #fff;
  }

  .home__hard-samples__i:nth-child(4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-right: 0;
  }

  .home__hard-samples__i:nth-child(1) {
    background-image: url("/images/theme/home/hard-samples/sm/1.png");
  }

  .home__hard-samples__i:nth-child(2) {
    background-image: url("/images/theme/home/hard-samples/sm/2.png");
  }

  .home__hard-samples__i:nth-child(3) {
    background-image: url("/images/theme/home/hard-samples/sm/3.png");
  }

  .home__hard-samples__i:nth-child(4) {
    background-image: url("/images/theme/home/hard-samples/sm/4.png");
  }

  .home__hard-samples__i:nth-child(5) {
    background-image: url("/images/theme/home/hard-samples/sm/5.png");
  }
}

.home-2-2 .home-readmore-link {
  padding: 90px 0 40px;
}

@media (max-width: 1199.98px) {
  .home-2-2 .home-readmore-link {
    padding: 40px 0;
  }
}

.pageable .home .home-2-2__head {
  height: calc(100% - 240px);
}

.home .home-2-2__buttons {
  padding: 0;
}

.home .home-2-2__buttons .square-button {
  min-width: 300px;
}

.home .home-2-2__head {
  border-bottom: 5px solid #fff;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.home .home-2-2__head__samples {
  margin: 0;
  padding: 0;
  border-right: 5px solid #fff;
  height: 100%;
  position: relative;
}

.home .home-2-2__head__info {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 130px 0 20px;
  min-height: 100%;
  text-align: right;
}

.home .home-2-2__head [id=carousel-2-1] {
  display: none;
}

.home .home-2-2__head [id=carousel-2] .row {
  position: relative;
}

.home .home-2-2__head [id=carousel-2] .q-11,
.home .home-2-2__head [id=carousel-2] .q-21 {
  position: absolute;
  top: 0;
  bottom: 0;
}

.home .home-2-2__head [id=carousel-2] .q-12,
.home .home-2-2__head [id=carousel-2] .q-22 {
  right: -50%;
}

.home .home-2-2__head [id=carousel-2] .q-11 {
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.home .home-2-2__head [id=carousel-2] .q-12 {
  border-bottom: 5px solid #fff;
}

.home .home-2-2__head [id=carousel-2] .q-21 {
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.home .home-2-2__head [id=carousel-2] .q-22 {
  border-bottom: 5px solid #fff;
}

.home .home-2-2__head [id=carousel-2] img {
  height: 100%;
}

.home .home-2-2__head [id=carousel-2] .owl-dots {
  border: none;
}

.home .home-2-2 .col-lg-6 {
  border-bottom: 5px solid #fff;
}

.home .home-2-2 .col-lg-6:first-child {
  border-right: 5px solid #fff;
}

@media (max-width: 1919.98px) {
  .home .home-2-2__head__info {
    padding: 0 110px 0 20px;
  }
}

@media (max-width: 1399.98px) {
  .home .home-2-2__head__info {
    padding-right: 90px;
  }
}

@media (max-width: 1199.98px) {
  .home .home-2-2__head {
    height: 480px;
  }

  .home .home-2-2__head__info {
    padding: 0 40px 0;
    height: auto;
  }

  .home .home-2-2__head__info img {
    max-width: 200px;
  }

  .home .home-2-2__head__info .square-button {
    min-width: 240px;
  }
}

@media (max-width: 767.98px) {
  .home .home-2-2__head {
    height: auto;
  }

  .home .home-2-2__head__samples {
    height: 480px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-right: none;
    border-top: 5px solid #fff;
  }

  .home .home-2-2__head__info {
    height: 380px;
    text-align: left;
    padding: 40px 0 40px 30px;
  }

  .home .home-2-2__head__info .square-buttons-right {
    margin-right: 0;
    margin-left: -5px;
  }
}

@media (max-width: 479.98px) {
  .home .home-2-2 [id=carousel-2-1] {
    display: block;
  }

  .home .home-2-2 [id=carousel-2] {
    display: none;
  }

  .home .home-2-2__head__samples {
    height: auto;
  }

  .home .home-2-2__head__info {
    height: auto;
    padding: 20px 0 30px 30px;
  }
}

.home .home-2-2__hard-samples {
  margin: 0;
  padding: 0;
}

.home .home-2-2__hard-samples .tile {
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  min-height: 240px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 4%;
}

.home .home-2-2__hard-samples .tile:last-child {
  border-right: none;
}

.home .home-2-2__hard-samples .tile__title {
  justify-self: center;
  color: #a70000;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.home .home-2-2__hard-samples .tile__text {
  color: #191919;
  text-align: center;
  text-transform: none;
  font-size: 18px;
  font-weight: normal;
}

@media (max-width: 1399.98px) {
  .home .home-2-2__hard-samples .tile {
    padding-top: 6%;
  }

  .home .home-2-2__hard-samples .tile__title {
    font-size: 30px;
  }

  .home .home-2-2__hard-samples .tile__text {
    font-size: 16px;
  }
}

@media (max-width: 1199.98px) {
  .home .home-2-2__hard-samples .tile {
    padding-left: 3px;
    padding-right: 3px;
  }

  .home .home-2-2__hard-samples .tile__title {
    font-size: 25px;
  }
}

@media (max-width: 991.98px) {
  .home .home-2-2__hard-samples .tile {
    padding-top: 9%;
  }
}

@media (max-width: 767.98px) {
  .home .home-2-2__hard-samples .tile {
    padding-top: 11%;
  }

  .home .home-2-2__hard-samples .col-sm-4_ {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .home .home-2-2__hard-samples .col-sm-4_ + .col-sm-4_ + .col-sm-4_ {
    border-right: none;
  }

  .home .home-2-2__hard-samples .col-sm-6_ {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 479.98px) {
  .home .home-2-2__hard-samples .tile {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    min-height: auto;
    padding: 15px 0;
    border-right: none;
  }

  .home .home-2-2__hard-samples .tile__text {
    position: static;
  }
}

.home-2-3 .home-readmore-link {
  padding: 75px 0 70px;
  max-height: 150px;
}

@media (max-width: 1399.98px) {
  .home-2-3 .home-readmore-link {
    padding: 75px 0 70px;
    max-height: 100px;
  }
}

@media (max-width: 1199.98px) {
  .home-2-3 .home-readmore-link {
    padding: 40px 0;
  }
}

@media (max-width: 767.98px) {
  .home-2-3 .home-readmore-link {
    padding: 15px 0 40px;
  }
}

.pageable .home .home-2-3__head {
  height: calc(100% - 240px);
}

.home .home-2-3 .home-h1 {
  padding: 0;
  margin: 0;
}

.home .home-2-3 .home-h4 {
  margin: 0 0 50px;
}

.home .home-2-3 .home-description {
  padding: 0;
  margin: 0;
  width: 90%;
}

.home .home-2-3 .divolight-logo {
  display: block;
  position: relative;
  left: 0;
  top: -40px;
}

.home .home-2-3__head {
  margin: 0;
  padding: 0;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.home .home-2-3__head__info {
  border-right: 5px solid #fff;
  background: url("/images/theme/home/divo-bg.png");
  background-size: cover;
  min-height: 100%;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 50px 0 180px;
}

.home .home-2-3__head__samples {
  height: 100%;
}

@media (max-width: 1919.98px) {
  .home .home-2-3 .divolight-logo {
    padding-bottom: 20px;
    top: 0px;
  }

  .home .home-2-3__head__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px 0 90px;
  }
}

@media (max-width: 1199.98px) {
  .home .home-2-3__head {
    height: 480px;
  }

  .home .home-2-3__head__info {
    padding: 54px 0 0 90px;
    height: auto;
  }

  .home .home-2-3__head__info img {
    max-width: 200px;
  }
}

@media (max-width: 991.98px) {
  .home .home-2-3__head__info {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .home .home-2-3 .home-description {
    width: 70%;
  }

  .home .home-2-3 .divolight-logo {
    left: -20px;
  }

  .home .home-2-3__head {
    height: auto;
  }

  .home .home-2-3__head__info {
    border-right: none;
    padding: 30px 0 0 30px;
    border-bottom: 5px solid #fff;
  }
}

@media (max-width: 359.98px) {
  .home .home-2-3 .home-h4 {
    margin: 0 0 30px;
  }

  .home .home-2-3 .home-description {
    width: auto;
  }
}

.home [id=carousel-3] .owl-item {
  position: relative;
}

.home [id=carousel-3] .owl-item .owl-item-title {
  color: #fff;
  position: absolute;
  right: 40px;
  bottom: 30px;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: -0.6px;
}

.home [id=carousel-3] .owl-item .owl-item-title--top-right {
  right: auto;
  bottom: auto;
  top: 30px;
  left: 40px;
}

@media (max-width: 991.98px) {
  .home [id=carousel-3] .owl-item .owl-item-title {
    font-size: 28px;
    right: 15px;
    bottom: 15px;
  }

  .home [id=carousel-3] .owl-item .owl-item-title--top-right {
    top: 15px;
    left: 15px;
  }
}

@media (max-width: 767.98px) {
  .home [id=carousel-3] .owl-item .owl-item-title {
    font-size: 26px;
    line-height: 26px;
  }
}

.home__divolight-projects {
  margin: 0;
  padding: 0;
  height: 240px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.home__divolight-projects .tile-1 .title-red,
.home__divolight-projects .home .home-2-2__hard-samples .tile .title-red,
.home .home-2-2__hard-samples .home__divolight-projects .tile .title-red {
  color: #a70000;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

@media (max-width: 1199.98px) {
  .home__divolight-projects .tile-1 .title-red,
  .home__divolight-projects .home .home-2-2__hard-samples .tile .title-red,
  .home .home-2-2__hard-samples .home__divolight-projects .tile .title-red {
    font-size: 30px;
    font-weight: 500;
  }
}

@media (max-width: 991.98px) {
  .home__divolight-projects {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .home__divolight-projects {
    height: 360px;
  }

  .home__divolight-projects .d-sm-block {
    display: block !important;
  }

  .home__divolight-projects .col-sm-4_ {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .home__divolight-projects .col-sm-8_ {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666666%;
            flex: 0 0 66.66666666%;
    max-width: 66.66666666%;
  }
}

@media (max-width: 479.98px) {
  .home__divolight-projects {
    height: auto;
  }

  .home__divolight-projects .d-sm-block {
    display: none !important;
  }

  .home__divolight-projects .col-sm-4_,
  .home__divolight-projects .col-sm-8_ {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .home__divolight-projects .tile-1,
  .home__divolight-projects .home .home-2-2__hard-samples .tile,
  .home .home-2-2__hard-samples .home__divolight-projects .tile {
    height: auto;
    border-bottom: 5px solid #fff;
  }

  .home__divolight-projects .tile-1 .title-red,
  .home__divolight-projects .home .home-2-2__hard-samples .tile .title-red,
  .home .home-2-2__hard-samples .home__divolight-projects .tile .title-red {
    color: #a70000;
    text-transform: uppercase;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    font-weight: 500;
  }
}

.home [id=carousel-3-1] {
  height: 100%;
  border-right: 5px solid #fff;
}

.home [id=carousel-3-1] .owl-carousel,
.home [id=carousel-3-1] .owl-stage-outer,
.home [id=carousel-3-1] .owl-stage,
.home [id=carousel-3-1] .owl-item,
.home [id=carousel-3-1] .row {
  height: 100%;
}

.home [id=carousel-3-1] .owl-item {
  position: relative;
  border-left: 5px solid #fff;
}

.home [id=carousel-3-1] .owl-item .owl-item-title {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: right;
  font-size: 18px;
}

.home [id=carousel-3-1] .owl-item .col-6 {
  border-left: 5px solid #fff;
}

.home [id=carousel-3-1] .owl-item .col-6:first-child {
  border-left: 0;
}

@media (max-width: 767.98px) {
  .home [id=carousel-3-1] {
    border-right: none;
  }

  .home [id=carousel-3-1] .col-6:nth-child(1) {
    border-left: 0;
    border-bottom: 5px solid #fff;
  }

  .home [id=carousel-3-1] .col-6:nth-child(2) {
    border-bottom: 5px solid #fff;
  }

  .home [id=carousel-3-1] .col-6:nth-child(3) {
    border-left: 0;
  }

  .home [id=carousel-3-1] .owl-item {
    border-left: none;
  }

  .home [id=carousel-3-1] .owl-item .owl-item-title {
    right: 10px;
    top: 5px;
  }
}

@media (max-width: 767.98px) and (max-width: 479.98px) {
  .home [id=carousel-3-1] .owl-item .owl-item-title {
    font-size: 14px;
  }
}

.home [id=carousel-3-1-dots] {
  position: absolute;
  bottom: 30px;
}

.home .home-5 {
  color: #000;
  /*
    &__quote-row {
      display:none;
      margin: 0;
      padding-top: 82px;

      & > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
    }

    &__quote {
      width: 50%;
      height: 100%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;

      &__text {
        padding: 20px 20px 0;
        font: {
          size: 30px;
          weight: 200;
        }
        line-height: 34px;
        position: relative;
        text-align: center;

        &:before {
          position: relative;
          top: -20px;
          left: -25px;
          font-family: $icon-font-family;
          display: inline-block;
          color: $progress-color;
          content: $icon-quote-1;
        }

        &:after {
          position: relative;
          right: -25px;
          bottom: -20px;
          font-family: $icon-font-family;
          display: inline-block;
          color: $progress-color;
          content: $icon-quote-2;
        }
      }

      &__author {
        color: #7a7a7a;
        margin-top: 20px;
        font: {
          size: 18px;
        }
        text-align: center;
      }
    }

    @include media-breakpoint-down(xl) {
      &__quote-row {
        padding-top: 32px;
      }
      &__quote {
        width: 70%;

        &__text {
          font-size: 20px;
        }
      }

    }
    @include media-breakpoint-down(lg) {
      &__quote {
        width: 80%;
      }
    }
    @include media-breakpoint-down(md) {
      &__quote {
        width: 90%;
      }
    }
    */
}

.home .home-5__text {
  width: 630px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.home .home-5__root {
  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-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.pageable .home .home-5__root {
  height: 100%;
}

.home .home-5__root__row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.home .home-5__root__info {
  background: #f2f2f2;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 0 180px;
}

.home .home-5__root__info {
  padding-top: 30px;
}

@media (max-width: 1919.98px) {
  .home .home-5__root__info {
    padding-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 110px;
  }
}

@media (max-width: 1399.98px) {
  .home .home-5__root__row {
    min-height: 550px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media (max-width: 1199.98px) {
  .home .home-5__root__row {
    min-height: 500px;
  }

  .home .home-5__root__info {
    padding: 50px 90px;
  }
}

@media (max-width: 991.98px) {
  .home .home-5__root__info {
    padding-right: 70px;
    padding-left: 70px;
  }
}

@media (max-width: 767.98px) {
  .home .home-5__root__info {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 767.98px) {
  .home .home-5__root__info {
    padding: 5px 30px;
  }
}

.home .home-5__button-row {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
  -ms-flex-item-align: normal;
      align-self: normal;
}

@media (max-width: 1919.98px) {
  .home .home-5__button-row {
    margin-bottom: 0;
  }

  .home .home-5__text {
    width: auto;
  }
}

@media (max-width: 1199.98px) {
  .home .home-5__button-row {
    margin-top: 35px;
    margin-bottom: 0;
  }
}

.home .home-5__icons {
  border: 1px solid #f2f2f2;
}

.home .home-5__icons__title {
  padding: 18px 0 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.home .home-5__icons__notes {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #777;
  font-weight: 200;
}

.home .home-5__icons__cell {
  margin: 0;
  padding: 10px 5px 0;
  min-height: 190px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.333333%;
          flex: 1 0 33.333333%;
  max-width: 33.333333%;
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home .home-5__icons__cell:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.home .home-5__icons__cell:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.home .home-5__icons__cell:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.home .home-5__icons__cell:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.home .home-5__icons__cell:nth-child(5) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.home .home-5__icons__cell:nth-child(6) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.home .home-5__icons .icon {
  display: block;
  line-height: 50px;
  font-size: 50px;
  width: 50px;
  height: 50px;
  margin: 50px auto 0;
}

.home .home-5__icons .icon--iso {
  background-image: url("/images/theme/home/iso-9001.png");
  background-size: cover;
}

@media (max-width: 1919.98px) {
  .home .home-5__icons .icon {
    margin: 0 auto;
  }
}

@media (max-width: 1399.98px) {
  .home .home-5__icons__notes {
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  .home .home-5__icons .icon {
    width: 40px;
    height: 40px;
  }

  .home .home-5__icons__title {
    font-size: 16px;
  }

  .home .home-5__icons__cell {
    padding: 25px 5px;
  }
}

@media (max-width: 767.98px) {
  .home .home-5__icons__title {
    padding: 18px 0 10px;
  }
}

@media (max-width: 479.98px) {
  .home .home-5__icons__cell {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .owl-carousel .owl-dots {
    height: 84px;
    line-height: 76px;
  }
}

@media (max-width: 480px) {
  .home .home-1__suppliers a img {
    width: 80%;
  }
}

[id=carousel-4-dots] {
  padding: 20px 0 30px;
}

@font-face {
  font-family: "icons";
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8);
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8) format("embedded-opentype"), url(/fonts/icons.ttf?764fd99db738d6fb26f71326792fc573) format("truetype"), url(/fonts/icons.woff?1caca381195cd1bed0b98d607be287dd) format("woff"), url(/fonts/icons.svg?95326632dc4bdc015acec91d44008669) 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: "icons" !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-quote-2:before {
  content: "\E900";
}

.icon-quote-1:before {
  content: "\E901";
}

.icon-verification-mark:before {
  content: "\E902";
}

.icon-new-shekel:before {
  content: "\E903";
}

.icon-heart:before {
  content: "\E904";
}

.icon-graph:before {
  content: "\E905";
}

.icon-grid:before {
  content: "\E906";
}

.icon-list:before {
  content: "\E907";
}

.icon-angle-arrow-down:before {
  content: "\E908";
}

.icon-magnifying-glass:before {
  content: "\E909";
}

.icon-cms:before {
  content: "\E90A";
}

.icon-online-shopping-cart:before {
  content: "\E90B";
}

.icon-user:before {
  content: "\E90C";
}

.icon-notebook:before {
  content: "\E90D";
}

.icon-nut:before {
  content: "\E90E";
}

.icon-calculator:before {
  content: "\E90F";
}

.icon-ceo:before {
  content: "\E910";
}

.icon-price-down:before {
  content: "\E911";
}

.icon-down-arrows:before {
  content: "\E912";
}

.icon-currency:before {
  content: "\E913";
}

.icon-freelancer:before {
  content: "\E914";
}

.icon-statement:before {
  content: "\E915";
}

.icon-fusion:before {
  content: "\E916";
}

.icon-money:before {
  content: "\E917";
}

.icon-networking:before {
  content: "\E918";
}

.icon-project:before {
  content: "\E919";
}

.icon-resign:before {
  content: "\E91A";
}

.icon-building:before {
  content: "\E91B";
}

.icon-social-media:before {
  content: "\E91C";
}

.icon-report:before {
  content: "\E91D";
}

.icon-transaction:before {
  content: "\E91E";
}

.icon-teamwork:before {
  content: "\E91F";
}

.icon-competition:before {
  content: "\E920";
}

.icon-conference:before {
  content: "\E921";
}

.icon-prices:before {
  content: "\E922";
}

.icon-balance:before {
  content: "\E923";
}

.icon-bulb:before {
  content: "\E924";
}

.icon-industry:before {
  content: "\E925";
}

.icon-rocket:before {
  content: "\E926";
}

.icon-graph1:before {
  content: "\E927";
}

.icon-multitask:before {
  content: "\E928";
}

.icon-software:before {
  content: "\E929";
}

.icon-partnership:before {
  content: "\E92A";
}

.icon-platform:before {
  content: "\E92B";
}

.icon-sale:before {
  content: "\E92C";
}

.icon-project-1:before {
  content: "\E92D";
}

.icon-revenue:before {
  content: "\E92E";
}

.icon-salary:before {
  content: "\E92F";
}

.icon-sponsor:before {
  content: "\E930";
}

.icon-startup:before {
  content: "\E931";
}

.icon-strategy:before {
  content: "\E932";
}

.icon-chain:before {
  content: "\E933";
}

.icon-wholesale:before {
  content: "\E934";
}

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

.icon-game-computer:before {
  content: "\E936";
}

.icon-server:before {
  content: "\E937";
}

.icon-monitor:before {
  content: "\E938";
}

.icon-shield:before {
  content: "\E939";
}

.icon-computer:before {
  content: "\E93A";
}

.icon-agreement:before {
  content: "\E93B";
}

.icon-tools:before {
  content: "\E93C";
}

.icon-delivery-truck:before {
  content: "\E93D";
}

.icon-pallet:before {
  content: "\E93E";
}

.icon-handshake:before {
  content: "\E93F";
}

.icon-list-menu:before {
  content: "\E940";
}

.icon-filter:before {
  content: "\E941";
}

@font-face {
  font-family: 'DIN-Pro';
  src: url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2);
  src: local("DIN Pro Medium"), local("DINPro-Medium"), url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2) format("embedded-opentype"), url(/fonts/DINPro-Medium.woff?393be0a3ca68cc15d76a588c85eb3f3a) format("woff"), url(/fonts/DINPro-Medium.ttf?d126516414409f61606041e4b63af6d9) format("truetype");
  font-style: normal;
}

/*
 *
 **/

.menu-page {
  font-family: 'Rubik', sans-serif;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #191919;
  z-index: 99;
  overflow: auto;
}

.menu-page__menu {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 0 0;
  margin: 0;
  position: relative;
}

.menu-page__menu__item {
  display: block;
  padding-bottom: 30px;
  font-size: 30px;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff;
}

.menu-page__menu__item:hover {
  text-decoration: none;
  color: #fff;
}

.menu-page__menu--selected {
  color: #a70000;
}

.menu-page__menu--selected:hover {
  color: #a70000;
  cursor: default;
}

@media (max-width: 767.98px) {
  .menu-page__menu__item {
    padding-bottom: 15px;
  }
}

@media (max-width: 479.98px) {
  .menu-page__menu__item {
    padding-bottom: 7px;
    font-size: 27px;
    line-height: 40px;
  }
}

.menu-page__copyright {
  padding: 30px 0;
  color: #fff;
}

.menu-page__menu-wrapper {
  margin: 0 auto 0 280px;
}

.menu-page__contact-us {
  padding: 120px 0 0;
  background: #121212;
}

.menu-page__contact-us .contact-us-form {
  max-width: 640px;
  margin: 0 100px;
}

.menu-page__contact-us .row,
.menu-page__contact-us .col,
.menu-page__contact-us .col-lg-6 {
  padding: 0;
  margin: 0;
}

.menu-page__contact-us input,
.menu-page__contact-us textarea {
  color: #767676;
  padding: 9px 20px;
  background: transparent;
  border: 1px solid #767676;
  font-size: 14px;
  width: 99%;
  margin: 0 0 20px;
}

.menu-page__contact-us input.not-valid,
.menu-page__contact-us textarea.not-valid {
  border: 1px solid #c30000;
  background: #f5c6cb;
}

.menu-page__contact-us input {
  max-width: 300px;
}

.menu-page__contact-us textarea {
  max-width: 620px;
  height: 100px;
}

.menu-page .contact-lbl {
  display: inline-block;
  max-width: 150px;
  padding: 0;
  margin: 0;
  text-transform: lowercase;
}

.menu-page .contact-val {
  padding: 0;
  margin: 0;
  color: #fff;
  display: inline-block;
}

.menu-page .contact-details-box {
  color: #767676;
  margin: 40px 0;
  font-size: 18px;
  line-height: 42px;
}

.menu-page__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -15px;
  margin-bottom: 70px;
}

.menu-page__social__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
  margin: 0 15px;
}

.menu-page__social__button.youtube {
  background: #c4302b;
}

.menu-page__social__button.linked {
  background: #0077b5;
}

.menu-page__social__button.instagram {
  background: #dd2a7b;
}

.menu-page__social__button.facebook {
  background: #3b5998;
}

@media (max-width: 1919.98px) {
  .menu-page .contact-us-form {
    max-width: 720px;
  }

  .menu-page__menu-wrapper {
    margin: 0 auto 0 210px;
  }
}

@media (max-width: 1399.98px) {
  .menu-page .contact-us-form {
    max-width: 500px;
    margin: 0 20px 0 80px;
  }
}

@media (max-width: 1199.98px) {
  .menu-page__menu {
    margin-left: 0;
    left: 0;
  }

  .menu-page__menu-wrapper {
    margin: 0 auto 0 170px;
  }

  .menu-page .contact-us-form {
    margin: 0 20px 0 60px;
  }
}

@media (max-width: 991.98px) {
  .menu-page .contact-us-form {
    margin: 0 20px 0 170px;
  }

  .menu-page__contact-us {
    margin-top: 0px;
    padding-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .menu-page__contact-us {
    padding: 20px 10px 0;
  }

  .menu-page .contact-details-box {
    padding: 20px 10px 0;
  }

  .menu-page__menu-wrapper {
    margin: 0 auto 0 100px;
  }

  .menu-page .contact-us-form {
    margin: 0 20px 0 100px;
  }
}

@media (max-width: 479.98px) {
  .menu-page__menu-wrapper {
    margin: 0 auto 0 50px;
  }

  .menu-page .contact-us-form {
    margin: 0 20px 0 40px;
  }
}

@media (max-width: 359.98px) {
  .menu-page__menu-wrapper {
    margin: 0 auto 0 20px;
  }

  .menu-page .contact-us-form {
    margin: 0 10px 0 15px;
  }
}

.menu-page-h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  margin: 0 0 35px 0;
}

@media (max-width: 1919.98px) {
  .menu-page-h1 {
    font-size: 50px;
    line-height: 52px;
  }
}

@media (max-width: 1199.98px) {
  .menu-page-h1 {
    margin: 30px 0 20px 0;
    font-size: 40px;
    line-height: 42px;
  }
}

.menu-page .square-button {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #fff;
  padding: 0 20px;
  margin: 0 30px 20px 0;
  min-width: 200px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}

.menu-page .square-button:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
  border-color: transparent;
}

@media (max-width: 1199.98px) {
  .menu-page .square-button {
    margin-right: 15px;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    height: 36px;
    min-width: 150px;
  }
}

.menu-page .pr-20 {
  padding-right: 20px;
}

[id=pnlMenuPageContent] {
  height: 100%;
}

@font-face {
  font-family: "icons";
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8);
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8) format("embedded-opentype"), url(/fonts/icons.ttf?764fd99db738d6fb26f71326792fc573) format("truetype"), url(/fonts/icons.woff?1caca381195cd1bed0b98d607be287dd) format("woff"), url(/fonts/icons.svg?95326632dc4bdc015acec91d44008669) 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: "icons" !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-quote-2:before {
  content: "\E900";
}

.icon-quote-1:before {
  content: "\E901";
}

.icon-verification-mark:before {
  content: "\E902";
}

.icon-new-shekel:before {
  content: "\E903";
}

.icon-heart:before {
  content: "\E904";
}

.icon-graph:before {
  content: "\E905";
}

.icon-grid:before {
  content: "\E906";
}

.icon-list:before {
  content: "\E907";
}

.icon-angle-arrow-down:before {
  content: "\E908";
}

.icon-magnifying-glass:before {
  content: "\E909";
}

.icon-cms:before {
  content: "\E90A";
}

.icon-online-shopping-cart:before {
  content: "\E90B";
}

.icon-user:before {
  content: "\E90C";
}

.icon-notebook:before {
  content: "\E90D";
}

.icon-nut:before {
  content: "\E90E";
}

.icon-calculator:before {
  content: "\E90F";
}

.icon-ceo:before {
  content: "\E910";
}

.icon-price-down:before {
  content: "\E911";
}

.icon-down-arrows:before {
  content: "\E912";
}

.icon-currency:before {
  content: "\E913";
}

.icon-freelancer:before {
  content: "\E914";
}

.icon-statement:before {
  content: "\E915";
}

.icon-fusion:before {
  content: "\E916";
}

.icon-money:before {
  content: "\E917";
}

.icon-networking:before {
  content: "\E918";
}

.icon-project:before {
  content: "\E919";
}

.icon-resign:before {
  content: "\E91A";
}

.icon-building:before {
  content: "\E91B";
}

.icon-social-media:before {
  content: "\E91C";
}

.icon-report:before {
  content: "\E91D";
}

.icon-transaction:before {
  content: "\E91E";
}

.icon-teamwork:before {
  content: "\E91F";
}

.icon-competition:before {
  content: "\E920";
}

.icon-conference:before {
  content: "\E921";
}

.icon-prices:before {
  content: "\E922";
}

.icon-balance:before {
  content: "\E923";
}

.icon-bulb:before {
  content: "\E924";
}

.icon-industry:before {
  content: "\E925";
}

.icon-rocket:before {
  content: "\E926";
}

.icon-graph1:before {
  content: "\E927";
}

.icon-multitask:before {
  content: "\E928";
}

.icon-software:before {
  content: "\E929";
}

.icon-partnership:before {
  content: "\E92A";
}

.icon-platform:before {
  content: "\E92B";
}

.icon-sale:before {
  content: "\E92C";
}

.icon-project-1:before {
  content: "\E92D";
}

.icon-revenue:before {
  content: "\E92E";
}

.icon-salary:before {
  content: "\E92F";
}

.icon-sponsor:before {
  content: "\E930";
}

.icon-startup:before {
  content: "\E931";
}

.icon-strategy:before {
  content: "\E932";
}

.icon-chain:before {
  content: "\E933";
}

.icon-wholesale:before {
  content: "\E934";
}

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

.icon-game-computer:before {
  content: "\E936";
}

.icon-server:before {
  content: "\E937";
}

.icon-monitor:before {
  content: "\E938";
}

.icon-shield:before {
  content: "\E939";
}

.icon-computer:before {
  content: "\E93A";
}

.icon-agreement:before {
  content: "\E93B";
}

.icon-tools:before {
  content: "\E93C";
}

.icon-delivery-truck:before {
  content: "\E93D";
}

.icon-pallet:before {
  content: "\E93E";
}

.icon-handshake:before {
  content: "\E93F";
}

.icon-list-menu:before {
  content: "\E940";
}

.icon-filter:before {
  content: "\E941";
}

@font-face {
  font-family: 'DIN-Pro';
  src: url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2);
  src: local("DIN Pro Medium"), local("DINPro-Medium"), url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2) format("embedded-opentype"), url(/fonts/DINPro-Medium.woff?393be0a3ca68cc15d76a588c85eb3f3a) format("woff"), url(/fonts/DINPro-Medium.ttf?d126516414409f61606041e4b63af6d9) format("truetype");
  font-style: normal;
}

.header-menu {
  font-family: 'Rubik', sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 130px;
  padding: 15px 180px 20px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}

.header-menu .logo-box {
  display: inline-block;
}

.header-menu .right-box {
  float: right;
}

.header-menu .lang-box {
  display: inline-block;
  margin: 0 90px 0 0;
  vertical-align: middle;
  height: 35px;
  font-size: 0;
}

.header-menu .lang-box__item {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  margin: 0 35px 0 0;
}

.header-menu .menu-box-open {
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}

.header-menu .menu-box-open:before {
  display: block;
  content: "";
  width: 30px;
  height: 13px;
  border-style: solid;
  border-color: #fff;
  border-width: 3px 0 3px;
}

.header-menu .menu-box-open:after {
  display: block;
  content: "";
  width: 30px;
  height: 10px;
  border-bottom: 3px solid #fff;
}

.header-menu .menu-box-close {
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 70px;
  line-height: 30px;
  color: white;
  font-weight: 200;
}

.header-menu__btn-text {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.header-menu__btn {
  padding-top: 10px;
  line-height: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 80px;
  display: none;
  color: #fff;
}

.header-menu__btn:hover {
  text-decoration: none;
  color: #fff;
}

.header-menu__btn--cart {
  position: relative;
}

.header-menu__btn--cart .order-count {
  font-size: 14px;
  line-height: 18px;
  background: #c30101;
  color: #fff;
  position: absolute;
  margin-top: -35px;
  margin-left: 15px;
  border: 1px solid transparent;
  border-radius: 15px;
  height: 25px;
  padding: 3px 8px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-menu__btn--filler {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-menu__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 30px;
  top: 0;
  color: #fff;
}

@media (max-width: 1919.98px) {
  .header-menu {
    padding: 20px 110px;
  }
}

@media (max-width: 1399.98px) {
  .header-menu {
    padding: 20px 90px;
  }
}

@media (max-width: 991.98px) {
  .header-menu {
    padding: 20px 70px;
  }

  .header-menu--bg-menu-page {
    background: #000;
  }
}

@media (max-width: 767.98px) {
  .header-menu {
    padding: 20px 30px;
  }

  .header-menu__btn {
    display: block;
  }

  .header-menu .logo-box img {
    width: 70%;
  }

  .header-menu .lang-box {
    margin: 0 auto;
  }

  .menu-page .header-menu .lang-box {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .header-menu {
    left: 0;
    right: 0;
  }

  .header-menu__btns {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .header-menu__btn {
    display: none;
  }

  .header-menu-extra .header-menu__btn {
    display: block;
  }
}

.header-menu-extra {
  z-index: 9;
  display: none;
}

@media (max-width: 479.98px) {
  .menu-page .header-menu-extra {
    top: 100px;
    position: relative;
    display: block;
    height: 90px;
  }
}

[id=pnlModalPanel],
[id=pnlModalPanel]:before {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

[id=pnlModalPanel] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  z-index: 20;
}

[id=pnlModalPanel]:before {
  content: " ";
  display: block;
  position: fixed;
  opacity: 0.5;
  background: #000;
}

[id=pnlModalPanel] .modal-panel-close {
  font-size: 32px;
  position: absolute;
  top: 0;
  right: 20px;
}

[id=pnlModalPanel] .modal-panel-close:hover {
  text-decoration: none;
  color: #c30000;
}

@supports (-ms-ime-align: auto) {
  .home .home-2-2__hard-samples .tile__text {
    max-width: 70%;
    margin-left: 15%;
  }

  .public__footer-addr {
    margin-left: 20%;
  }

  .home [id=carousel-3-1-dots] {
    position: relative;
  }

  .modal-panel-content {
    min-width: 800px;
  }
}

_:-ms-lang(x),
.home .home-2-2__hard-samples .tile__text {
  max-width: 70%;
  margin-left: 15%;
}

_:-ms-lang(x),
.public__footer-addr {
  margin-left: 20%;
}

_:-ms-lang(x),
.home [id=carousel-3-1-dots] {
  position: relative;
}

_:-ms-lang(x),
.modal-panel-content {
  min-width: 800px;
}

@media (max-width: 1199.98px) {
  [id=pnlModalPanel] {
    display: block;
  }
}

@font-face {
  font-family: "icons";
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8);
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8) format("embedded-opentype"), url(/fonts/icons.ttf?764fd99db738d6fb26f71326792fc573) format("truetype"), url(/fonts/icons.woff?1caca381195cd1bed0b98d607be287dd) format("woff"), url(/fonts/icons.svg?95326632dc4bdc015acec91d44008669) 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: "icons" !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-quote-2:before {
  content: "\E900";
}

.icon-quote-1:before {
  content: "\E901";
}

.icon-verification-mark:before {
  content: "\E902";
}

.icon-new-shekel:before {
  content: "\E903";
}

.icon-heart:before {
  content: "\E904";
}

.icon-graph:before {
  content: "\E905";
}

.icon-grid:before {
  content: "\E906";
}

.icon-list:before {
  content: "\E907";
}

.icon-angle-arrow-down:before {
  content: "\E908";
}

.icon-magnifying-glass:before {
  content: "\E909";
}

.icon-cms:before {
  content: "\E90A";
}

.icon-online-shopping-cart:before {
  content: "\E90B";
}

.icon-user:before {
  content: "\E90C";
}

.icon-notebook:before {
  content: "\E90D";
}

.icon-nut:before {
  content: "\E90E";
}

.icon-calculator:before {
  content: "\E90F";
}

.icon-ceo:before {
  content: "\E910";
}

.icon-price-down:before {
  content: "\E911";
}

.icon-down-arrows:before {
  content: "\E912";
}

.icon-currency:before {
  content: "\E913";
}

.icon-freelancer:before {
  content: "\E914";
}

.icon-statement:before {
  content: "\E915";
}

.icon-fusion:before {
  content: "\E916";
}

.icon-money:before {
  content: "\E917";
}

.icon-networking:before {
  content: "\E918";
}

.icon-project:before {
  content: "\E919";
}

.icon-resign:before {
  content: "\E91A";
}

.icon-building:before {
  content: "\E91B";
}

.icon-social-media:before {
  content: "\E91C";
}

.icon-report:before {
  content: "\E91D";
}

.icon-transaction:before {
  content: "\E91E";
}

.icon-teamwork:before {
  content: "\E91F";
}

.icon-competition:before {
  content: "\E920";
}

.icon-conference:before {
  content: "\E921";
}

.icon-prices:before {
  content: "\E922";
}

.icon-balance:before {
  content: "\E923";
}

.icon-bulb:before {
  content: "\E924";
}

.icon-industry:before {
  content: "\E925";
}

.icon-rocket:before {
  content: "\E926";
}

.icon-graph1:before {
  content: "\E927";
}

.icon-multitask:before {
  content: "\E928";
}

.icon-software:before {
  content: "\E929";
}

.icon-partnership:before {
  content: "\E92A";
}

.icon-platform:before {
  content: "\E92B";
}

.icon-sale:before {
  content: "\E92C";
}

.icon-project-1:before {
  content: "\E92D";
}

.icon-revenue:before {
  content: "\E92E";
}

.icon-salary:before {
  content: "\E92F";
}

.icon-sponsor:before {
  content: "\E930";
}

.icon-startup:before {
  content: "\E931";
}

.icon-strategy:before {
  content: "\E932";
}

.icon-chain:before {
  content: "\E933";
}

.icon-wholesale:before {
  content: "\E934";
}

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

.icon-game-computer:before {
  content: "\E936";
}

.icon-server:before {
  content: "\E937";
}

.icon-monitor:before {
  content: "\E938";
}

.icon-shield:before {
  content: "\E939";
}

.icon-computer:before {
  content: "\E93A";
}

.icon-agreement:before {
  content: "\E93B";
}

.icon-tools:before {
  content: "\E93C";
}

.icon-delivery-truck:before {
  content: "\E93D";
}

.icon-pallet:before {
  content: "\E93E";
}

.icon-handshake:before {
  content: "\E93F";
}

.icon-list-menu:before {
  content: "\E940";
}

.icon-filter:before {
  content: "\E941";
}

@font-face {
  font-family: 'DIN-Pro';
  src: url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2);
  src: local("DIN Pro Medium"), local("DINPro-Medium"), url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2) format("embedded-opentype"), url(/fonts/DINPro-Medium.woff?393be0a3ca68cc15d76a588c85eb3f3a) format("woff"), url(/fonts/DINPro-Medium.ttf?d126516414409f61606041e4b63af6d9) format("truetype");
  font-style: normal;
}

.modal-become-dealer {
  padding: 35px 60px;
  position: relative;
  margin: auto;
  max-width: 780px;
  background: #fff;
  -webkit-box-shadow: -4.95px 4.95px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -4.95px 4.95px 7px 0px rgba(0, 0, 0, 0.2);
  min-height: 660px;
}

.modal-become-dealer h1 {
  color: #c30000;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  margin-bottom: 28px;
}

.modal-become-dealer .become-dealer-fields {
  magin-bottom: 10px;
}

.modal-become-dealer .become-dealer-fields .row {
  margin: 10px 0;
}

.modal-become-dealer .become-dealer-btns {
  text-align: center;
  margin-top: 20px;
}

.modal-become-dealer .become-dealer-btn {
  width: 200px;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #000;
  padding: 0 20px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
}

.modal-become-dealer .become-dealer-btn:hover {
  text-decoration: none;
  border-color: transparent;
  color: #fff;
  background: #c30000;
}

.modal-become-dealer .become-dealer-heading {
  font-size: 14px;
  line-height: 14px;
  margin: 10px 0 0;
  color: #000;
  position: relative;
  top: 5px;
}

.modal-become-dealer .cell-50 {
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 13px;
}

.modal-become-dealer .cell-50--0 {
  margin: 0;
}

.modal-become-dealer .cell-50--50 {
  width: 50%;
}

.modal-become-dealer .cell-33 {
  max-width: 33%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 13px;
}

.modal-become-dealer .row.row--fix {
  margin-left: -13px;
  margin-right: -13px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.modal-become-dealer .become-dealer-cb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7px;
}

.modal-become-dealer .become-dealer-cb-list__i {
  margin: 0 7px;
}

.modal-become-dealer .become-dealer-success {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  color: green;
}

.modal-become-dealer .become-dealer-success > div {
  margin: auto;
}

.modal-become-dealer .become-dealer-cb {
  margin: 5px 0;
  position: relative;
  height: 24px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-become-dealer .become-dealer-cb input {
  visibility: hidden;
}

.modal-become-dealer .become-dealer-cb input:checked + label:before {
  font-size: 14px;
  font-weight: 500;
  font-family: "icons";
  content: "\E902";
  color: #000;
  display: inline-block;
  position: absolute;
  left: 2px;
}

.modal-become-dealer .become-dealer-cb:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid #b8b8b8;
  width: 18px;
  height: 18px;
}

.modal-become-dealer .become-dealer-cb.not-valid:before {
  border: 1px solid #c30000;
  background: #f5c6cb;
}

.modal-become-dealer .become-dealer-cb label {
  font-size: 13px;
  line-height: 28px;
  color: #a2a2a2;
  padding-left: 26px;
  cursor: pointer;
  margin-left: -13px;
  position: relative;
}

.modal-become-dealer input[type=text],
.modal-become-dealer input[type=password] {
  border: 1px solid #dadada;
  height: 38px;
  width: 100%;
  font-size: 14px;
  padding: 0 20px;
  color: #191919;
}

.modal-become-dealer input[type=text].not-valid,
.modal-become-dealer input[type=password].not-valid {
  border: 1px solid #c30000;
  background: #f5c6cb;
}

@media (max-width: 1199.98px) {
  .modal-become-dealer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-become-dealer .become-dealer-cb-list {
    display: block;
  }

  .modal-become-dealer .row.row--fix {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }

  .modal-become-dealer .cell-33 {
    max-width: 50%;
    margin: 0 5px;
  }

  .modal-become-dealer .cell-50 {
    margin: 0 5px;
  }

  .modal-become-dealer .cell-50--50 {
    width: auto;
  }

  .modal-become-dealer .cell-33 + .cell-33 + .cell-33 {
    margin-left: 5px;
  }

  .modal-become-dealer .cell--website,
  .modal-become-dealer .cell--street {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .modal-become-dealer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-become-dealer .row.row--fix {
    margin-top: 0;
    margin-bottom: 0;
  }

  .modal-become-dealer .cell-33 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .modal-become-dealer .cell-50 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .modal-become-dealer .cell--website,
  .modal-become-dealer .cell--street {
    margin-top: 0px;
  }

  .modal-become-dealer .become-dealer-heading {
    margin-bottom: 15px;
  }
}

@font-face {
  font-family: "icons";
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8);
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8) format("embedded-opentype"), url(/fonts/icons.ttf?764fd99db738d6fb26f71326792fc573) format("truetype"), url(/fonts/icons.woff?1caca381195cd1bed0b98d607be287dd) format("woff"), url(/fonts/icons.svg?95326632dc4bdc015acec91d44008669) 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: "icons" !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-quote-2:before {
  content: "\E900";
}

.icon-quote-1:before {
  content: "\E901";
}

.icon-verification-mark:before {
  content: "\E902";
}

.icon-new-shekel:before {
  content: "\E903";
}

.icon-heart:before {
  content: "\E904";
}

.icon-graph:before {
  content: "\E905";
}

.icon-grid:before {
  content: "\E906";
}

.icon-list:before {
  content: "\E907";
}

.icon-angle-arrow-down:before {
  content: "\E908";
}

.icon-magnifying-glass:before {
  content: "\E909";
}

.icon-cms:before {
  content: "\E90A";
}

.icon-online-shopping-cart:before {
  content: "\E90B";
}

.icon-user:before {
  content: "\E90C";
}

.icon-notebook:before {
  content: "\E90D";
}

.icon-nut:before {
  content: "\E90E";
}

.icon-calculator:before {
  content: "\E90F";
}

.icon-ceo:before {
  content: "\E910";
}

.icon-price-down:before {
  content: "\E911";
}

.icon-down-arrows:before {
  content: "\E912";
}

.icon-currency:before {
  content: "\E913";
}

.icon-freelancer:before {
  content: "\E914";
}

.icon-statement:before {
  content: "\E915";
}

.icon-fusion:before {
  content: "\E916";
}

.icon-money:before {
  content: "\E917";
}

.icon-networking:before {
  content: "\E918";
}

.icon-project:before {
  content: "\E919";
}

.icon-resign:before {
  content: "\E91A";
}

.icon-building:before {
  content: "\E91B";
}

.icon-social-media:before {
  content: "\E91C";
}

.icon-report:before {
  content: "\E91D";
}

.icon-transaction:before {
  content: "\E91E";
}

.icon-teamwork:before {
  content: "\E91F";
}

.icon-competition:before {
  content: "\E920";
}

.icon-conference:before {
  content: "\E921";
}

.icon-prices:before {
  content: "\E922";
}

.icon-balance:before {
  content: "\E923";
}

.icon-bulb:before {
  content: "\E924";
}

.icon-industry:before {
  content: "\E925";
}

.icon-rocket:before {
  content: "\E926";
}

.icon-graph1:before {
  content: "\E927";
}

.icon-multitask:before {
  content: "\E928";
}

.icon-software:before {
  content: "\E929";
}

.icon-partnership:before {
  content: "\E92A";
}

.icon-platform:before {
  content: "\E92B";
}

.icon-sale:before {
  content: "\E92C";
}

.icon-project-1:before {
  content: "\E92D";
}

.icon-revenue:before {
  content: "\E92E";
}

.icon-salary:before {
  content: "\E92F";
}

.icon-sponsor:before {
  content: "\E930";
}

.icon-startup:before {
  content: "\E931";
}

.icon-strategy:before {
  content: "\E932";
}

.icon-chain:before {
  content: "\E933";
}

.icon-wholesale:before {
  content: "\E934";
}

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

.icon-game-computer:before {
  content: "\E936";
}

.icon-server:before {
  content: "\E937";
}

.icon-monitor:before {
  content: "\E938";
}

.icon-shield:before {
  content: "\E939";
}

.icon-computer:before {
  content: "\E93A";
}

.icon-agreement:before {
  content: "\E93B";
}

.icon-tools:before {
  content: "\E93C";
}

.icon-delivery-truck:before {
  content: "\E93D";
}

.icon-pallet:before {
  content: "\E93E";
}

.icon-handshake:before {
  content: "\E93F";
}

.icon-list-menu:before {
  content: "\E940";
}

.icon-filter:before {
  content: "\E941";
}

@font-face {
  font-family: 'DIN-Pro';
  src: url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2);
  src: local("DIN Pro Medium"), local("DINPro-Medium"), url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2) format("embedded-opentype"), url(/fonts/DINPro-Medium.woff?393be0a3ca68cc15d76a588c85eb3f3a) format("woff"), url(/fonts/DINPro-Medium.ttf?d126516414409f61606041e4b63af6d9) format("truetype");
  font-style: normal;
}

.modal-contact-psi {
  padding: 35px 60px;
  position: relative;
  margin: auto;
  max-width: 780px;
  background: #fff;
  -webkit-box-shadow: -4.95px 4.95px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -4.95px 4.95px 7px 0px rgba(0, 0, 0, 0.2);
  min-height: 660px;
}

.modal-contact-psi h1 {
  color: #c30000;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  margin-bottom: 28px;
}

.modal-contact-psi__h {
  font-size: 14px;
  line-height: 14px;
  margin: 10px 0 0;
  color: #000;
  position: relative;
  top: 5px;
}

.modal-contact-psi__fields {
  margin-bottom: 10px;
}

.modal-contact-psi__fields .row {
  margin: 10px 0;
}

.modal-contact-psi__btns {
  text-align: center;
  margin-top: 20px;
}

.modal-contact-psi .modal-contact-psi__btn {
  width: 200px;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #000;
  padding: 0 20px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
}

.modal-contact-psi .modal-contact-psi__btn:hover {
  text-decoration: none;
  border-color: transparent;
  color: #fff;
  background: #c30000;
}

.modal-contact-psi__email {
  font-size: 14px;
  text-align: center;
  margin-top: 50px;
}

.modal-contact-psi__email div {
  color: #c30000;
  text-transform: uppercase;
  font-size: 18px;
}

.modal-contact-psi__email a {
  color: #60b4ef;
  text-decoration: underline;
}

.modal-contact-psi__email a:hover {
  text-decoration: none;
}

.modal-contact-psi input[type=text],
.modal-contact-psi textarea {
  border: 1px solid #dadada;
  height: 38px;
  width: 100%;
  font-size: 14px;
  padding: 0 20px;
  color: #191919;
}

.modal-contact-psi input[type=text].not-valid,
.modal-contact-psi textarea.not-valid {
  border: 1px solid #c30000;
  background: #f5c6cb;
}

.modal-contact-psi textarea {
  height: 80px;
  padding-top: 5px;
}

.modal-contact-psi .cell-50 {
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 13px;
}

.modal-contact-psi .cell-33 {
  max-width: 33%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 13px;
}

.modal-contact-psi .row.row--fix {
  margin-left: -13px;
  margin-right: -13px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.modal-contact-psi__success {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  color: green;
}

.modal-contact-psi__success > div {
  margin: auto;
}

@media (max-width: 1199.98px) {
  .modal-contact-psi {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-contact-psi .row.row--fix {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }

  .modal-contact-psi .cell-33 {
    max-width: 50%;
    margin: 0 5px;
  }

  .modal-contact-psi .cell-50 {
    margin: 0 5px;
  }

  .modal-contact-psi .cell-50--50 {
    width: auto;
  }

  .modal-contact-psi .cell-33 + .cell-33 + .cell-33 {
    margin-left: 5px;
  }

  .modal-contact-psi .cell--website,
  .modal-contact-psi .cell--street {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .modal-contact-psi {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-contact-psi__h {
    margin-bottom: 15px;
  }

  .modal-contact-psi .row.row--fix {
    margin-top: 0;
    margin-bottom: 0;
  }

  .modal-contact-psi .cell-33 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .modal-contact-psi .cell-50 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .modal-contact-psi .cell--website,
  .modal-contact-psi .cell--street {
    margin-top: 0;
  }
}

@font-face {
  font-family: "icons";
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8);
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8) format("embedded-opentype"), url(/fonts/icons.ttf?764fd99db738d6fb26f71326792fc573) format("truetype"), url(/fonts/icons.woff?1caca381195cd1bed0b98d607be287dd) format("woff"), url(/fonts/icons.svg?95326632dc4bdc015acec91d44008669) 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: "icons" !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-quote-2:before {
  content: "\E900";
}

.icon-quote-1:before {
  content: "\E901";
}

.icon-verification-mark:before {
  content: "\E902";
}

.icon-new-shekel:before {
  content: "\E903";
}

.icon-heart:before {
  content: "\E904";
}

.icon-graph:before {
  content: "\E905";
}

.icon-grid:before {
  content: "\E906";
}

.icon-list:before {
  content: "\E907";
}

.icon-angle-arrow-down:before {
  content: "\E908";
}

.icon-magnifying-glass:before {
  content: "\E909";
}

.icon-cms:before {
  content: "\E90A";
}

.icon-online-shopping-cart:before {
  content: "\E90B";
}

.icon-user:before {
  content: "\E90C";
}

.icon-notebook:before {
  content: "\E90D";
}

.icon-nut:before {
  content: "\E90E";
}

.icon-calculator:before {
  content: "\E90F";
}

.icon-ceo:before {
  content: "\E910";
}

.icon-price-down:before {
  content: "\E911";
}

.icon-down-arrows:before {
  content: "\E912";
}

.icon-currency:before {
  content: "\E913";
}

.icon-freelancer:before {
  content: "\E914";
}

.icon-statement:before {
  content: "\E915";
}

.icon-fusion:before {
  content: "\E916";
}

.icon-money:before {
  content: "\E917";
}

.icon-networking:before {
  content: "\E918";
}

.icon-project:before {
  content: "\E919";
}

.icon-resign:before {
  content: "\E91A";
}

.icon-building:before {
  content: "\E91B";
}

.icon-social-media:before {
  content: "\E91C";
}

.icon-report:before {
  content: "\E91D";
}

.icon-transaction:before {
  content: "\E91E";
}

.icon-teamwork:before {
  content: "\E91F";
}

.icon-competition:before {
  content: "\E920";
}

.icon-conference:before {
  content: "\E921";
}

.icon-prices:before {
  content: "\E922";
}

.icon-balance:before {
  content: "\E923";
}

.icon-bulb:before {
  content: "\E924";
}

.icon-industry:before {
  content: "\E925";
}

.icon-rocket:before {
  content: "\E926";
}

.icon-graph1:before {
  content: "\E927";
}

.icon-multitask:before {
  content: "\E928";
}

.icon-software:before {
  content: "\E929";
}

.icon-partnership:before {
  content: "\E92A";
}

.icon-platform:before {
  content: "\E92B";
}

.icon-sale:before {
  content: "\E92C";
}

.icon-project-1:before {
  content: "\E92D";
}

.icon-revenue:before {
  content: "\E92E";
}

.icon-salary:before {
  content: "\E92F";
}

.icon-sponsor:before {
  content: "\E930";
}

.icon-startup:before {
  content: "\E931";
}

.icon-strategy:before {
  content: "\E932";
}

.icon-chain:before {
  content: "\E933";
}

.icon-wholesale:before {
  content: "\E934";
}

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

.icon-game-computer:before {
  content: "\E936";
}

.icon-server:before {
  content: "\E937";
}

.icon-monitor:before {
  content: "\E938";
}

.icon-shield:before {
  content: "\E939";
}

.icon-computer:before {
  content: "\E93A";
}

.icon-agreement:before {
  content: "\E93B";
}

.icon-tools:before {
  content: "\E93C";
}

.icon-delivery-truck:before {
  content: "\E93D";
}

.icon-pallet:before {
  content: "\E93E";
}

.icon-handshake:before {
  content: "\E93F";
}

.icon-list-menu:before {
  content: "\E940";
}

.icon-filter:before {
  content: "\E941";
}

@font-face {
  font-family: 'DIN-Pro';
  src: url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2);
  src: local("DIN Pro Medium"), local("DINPro-Medium"), url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2) format("embedded-opentype"), url(/fonts/DINPro-Medium.woff?393be0a3ca68cc15d76a588c85eb3f3a) format("woff"), url(/fonts/DINPro-Medium.ttf?d126516414409f61606041e4b63af6d9) format("truetype");
  font-style: normal;
}

.modal-contact-customer-service {
  padding: 35px 60px;
  position: relative;
  margin: auto;
  max-width: 780px;
  background: #fff;
  -webkit-box-shadow: -4.95px 4.95px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -4.95px 4.95px 7px 0px rgba(0, 0, 0, 0.2);
  min-height: 400px;
}

.modal-contact-customer-service h1 {
  color: #c30000;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  margin-bottom: 28px;
}

.modal-contact-customer-service__fields {
  margin-bottom: 10px;
}

.modal-contact-customer-service__fields .row {
  margin: 10px 0;
}

.modal-contact-customer-service__btns {
  text-align: center;
  margin-top: 20px;
}

.modal-contact-customer-service .modal-contact-customer-service__btn {
  width: 200px;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #000;
  padding: 0 20px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
}

.modal-contact-customer-service .modal-contact-customer-service__btn:hover {
  text-decoration: none;
  border-color: transparent;
  color: #fff;
  background: #c30000;
}

.modal-contact-customer-service input[type=text],
.modal-contact-customer-service textarea {
  border: 1px solid #dadada;
  height: 38px;
  width: 100%;
  font-size: 14px;
  padding: 0 20px;
  color: #191919;
}

.modal-contact-customer-service input[type=text].not-valid,
.modal-contact-customer-service textarea.not-valid {
  border: 1px solid #c30000;
  background: #f5c6cb;
}

.modal-contact-customer-service textarea {
  height: 80px;
  padding-top: 5px;
}

.modal-contact-customer-service .cell-33 {
  max-width: 33%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 13px;
}

.modal-contact-customer-service .row.row--fix {
  margin-left: -13px;
  margin-right: -13px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.modal-contact-customer-service__success {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  color: green;
}

.modal-contact-customer-service__success > div {
  margin: auto;
}

@media (max-width: 1199.98px) {
  .modal-contact-customer-service {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-contact-customer-service .row.row--fix {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }

  .modal-contact-customer-service .cell-33 {
    max-width: 50%;
    margin: 0 5px;
  }

  .modal-contact-customer-service .cell-33 + .cell-33 + .cell-33 {
    margin-left: 5px;
  }
}

@media (max-width: 991.98px) {
  .modal-contact-customer-service {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-contact-customer-service__h {
    margin-bottom: 15px;
  }

  .modal-contact-customer-service .row.row--fix {
    margin-top: 0;
    margin-bottom: 0;
  }

  .modal-contact-customer-service .cell-50 {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

@font-face {
  font-family: "icons";
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8);
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8) format("embedded-opentype"), url(/fonts/icons.ttf?764fd99db738d6fb26f71326792fc573) format("truetype"), url(/fonts/icons.woff?1caca381195cd1bed0b98d607be287dd) format("woff"), url(/fonts/icons.svg?95326632dc4bdc015acec91d44008669) 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: "icons" !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-quote-2:before {
  content: "\E900";
}

.icon-quote-1:before {
  content: "\E901";
}

.icon-verification-mark:before {
  content: "\E902";
}

.icon-new-shekel:before {
  content: "\E903";
}

.icon-heart:before {
  content: "\E904";
}

.icon-graph:before {
  content: "\E905";
}

.icon-grid:before {
  content: "\E906";
}

.icon-list:before {
  content: "\E907";
}

.icon-angle-arrow-down:before {
  content: "\E908";
}

.icon-magnifying-glass:before {
  content: "\E909";
}

.icon-cms:before {
  content: "\E90A";
}

.icon-online-shopping-cart:before {
  content: "\E90B";
}

.icon-user:before {
  content: "\E90C";
}

.icon-notebook:before {
  content: "\E90D";
}

.icon-nut:before {
  content: "\E90E";
}

.icon-calculator:before {
  content: "\E90F";
}

.icon-ceo:before {
  content: "\E910";
}

.icon-price-down:before {
  content: "\E911";
}

.icon-down-arrows:before {
  content: "\E912";
}

.icon-currency:before {
  content: "\E913";
}

.icon-freelancer:before {
  content: "\E914";
}

.icon-statement:before {
  content: "\E915";
}

.icon-fusion:before {
  content: "\E916";
}

.icon-money:before {
  content: "\E917";
}

.icon-networking:before {
  content: "\E918";
}

.icon-project:before {
  content: "\E919";
}

.icon-resign:before {
  content: "\E91A";
}

.icon-building:before {
  content: "\E91B";
}

.icon-social-media:before {
  content: "\E91C";
}

.icon-report:before {
  content: "\E91D";
}

.icon-transaction:before {
  content: "\E91E";
}

.icon-teamwork:before {
  content: "\E91F";
}

.icon-competition:before {
  content: "\E920";
}

.icon-conference:before {
  content: "\E921";
}

.icon-prices:before {
  content: "\E922";
}

.icon-balance:before {
  content: "\E923";
}

.icon-bulb:before {
  content: "\E924";
}

.icon-industry:before {
  content: "\E925";
}

.icon-rocket:before {
  content: "\E926";
}

.icon-graph1:before {
  content: "\E927";
}

.icon-multitask:before {
  content: "\E928";
}

.icon-software:before {
  content: "\E929";
}

.icon-partnership:before {
  content: "\E92A";
}

.icon-platform:before {
  content: "\E92B";
}

.icon-sale:before {
  content: "\E92C";
}

.icon-project-1:before {
  content: "\E92D";
}

.icon-revenue:before {
  content: "\E92E";
}

.icon-salary:before {
  content: "\E92F";
}

.icon-sponsor:before {
  content: "\E930";
}

.icon-startup:before {
  content: "\E931";
}

.icon-strategy:before {
  content: "\E932";
}

.icon-chain:before {
  content: "\E933";
}

.icon-wholesale:before {
  content: "\E934";
}

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

.icon-game-computer:before {
  content: "\E936";
}

.icon-server:before {
  content: "\E937";
}

.icon-monitor:before {
  content: "\E938";
}

.icon-shield:before {
  content: "\E939";
}

.icon-computer:before {
  content: "\E93A";
}

.icon-agreement:before {
  content: "\E93B";
}

.icon-tools:before {
  content: "\E93C";
}

.icon-delivery-truck:before {
  content: "\E93D";
}

.icon-pallet:before {
  content: "\E93E";
}

.icon-handshake:before {
  content: "\E93F";
}

.icon-list-menu:before {
  content: "\E940";
}

.icon-filter:before {
  content: "\E941";
}

@font-face {
  font-family: 'DIN-Pro';
  src: url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2);
  src: local("DIN Pro Medium"), local("DINPro-Medium"), url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2) format("embedded-opentype"), url(/fonts/DINPro-Medium.woff?393be0a3ca68cc15d76a588c85eb3f3a) format("woff"), url(/fonts/DINPro-Medium.ttf?d126516414409f61606041e4b63af6d9) format("truetype");
  font-style: normal;
}

.order-cart-popup {
  z-index: 11111;
  background: #fff;
  padding: 15px 20px 30px;
  border: 1px solid #dadada;
  width: 570px;
  -webkit-box-shadow: 9px 9px 14px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 9px 9px 14px -5px rgba(0, 0, 0, 0.3);
  max-height: 475px;
  font-family: 'Rubik', sans-serif;
  display: none !important;
}

.order-cart-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.order-cart-review__summary {
  background: #f7f7f7;
  border: 1px solid #fdfdfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 55px;
  font-size: 16px;
}

.order-cart-review__summary label {
  font-size: 16px;
  padding: 0;
  margin-bottom: 0;
}

.order-cart-review__total-count {
  padding: 0 20px;
}

.order-cart-review__total-count span {
  font-weight: 500;
}

.order-cart-review__filler {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.order-cart-review__total-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.order-cart-review__total-value span {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  vertical-align: top;
}

.order-cart-review__total-value span:before {
  display: inline-block;
  content: "\20AA";
  font-weight: 500;
  padding: 0 5px 0 10px;
}

.order-cart-review .order-popup-currency-symbol-usd:before {
  content: "$";
}

.order-cart-review__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -9px;
}

.order-cart-review__btn {
  margin: 18px 9px 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  text-transform: uppercase;
  border: 2px solid #000;
  text-align: center;
  font-size: 15px;
  padding: 10px 0;
  font-weight: 400;
}

.order-cart-review__btn:hover,
.order-cart-review__btn a:hover {
  color: #fff;
  border-color: #c30000;
  background: #c30000;
  text-decoration: none;
}

.order-cart-review__lnk {
  color: #777;
  display: inline-block;
  margin: 14px auto;
  font-size: 12px;
  text-decoration: underline;
}

.order-cart-review__lnk:hover {
  color: #c30000;
}

.order-cart-review__input {
  font-size: 14px;
  padding: 0 10px 0 20px;
  height: 40px;
  display: block;
  border: 1px solid #dadada;
  width: 100%;
}

@media (max-width: 479.98px) {
  .order-cart-review__summary label {
    display: block;
    font-size: 14px;
  }

  .order-cart-review__total-value {
    width: 50%;
    padding: 0 10px;
  }

  .order-cart-review__total-value span {
    font-size: 16px;
  }

  .order-cart-review__total-count {
    padding: 0 10px;
  }

  .order-cart-review__total-count span {
    font-size: 16px;
  }

  .order-cart-review__btns {
    margin: 0 -4px;
  }

  .order-cart-review__btn {
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px;
  }
}

.order-cart-review .simplebar-vertical:before {
  content: ' ';
  position: absolute;
  background: #fff;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  display: block;
  border-radius: 3px;
}

.order-cart-review .simplebar-track.simplebar-vertical {
  border: 0;
  background: #dadada;
  margin-bottom: 1px;
  border-radius: 4px;
  width: 8px;
}

.order-cart-review .simplebar-scrollbar:before {
  background: #dadada;
}

.order-cart-review .simplebar-scrollbar {
  background: #dadada;
  right: 1px;
  width: 6px;
  border-radius: 3px;
}

.order-cart-review__items {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: 230px;
  overflow-y: auto;
  padding-right: 10px;
}

.disable-custom-scroll .order-cart-review__items {
  padding-right: 0;
  max-height: unset;
  overflow: unset;
}

.order-cart-review__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-top: 1px solid #dee2e6;
}

.order-cart-review__item:first-child {
  border-top-color: transparent;
}

.order-cart-review__product-image {
  height: 100px;
  width: 100px;
  border: 1px solid #dee2e6;
  margin-right: 15px;
}

.order-cart-review__product-image img {
  max-width: 95px;
}

.order-cart-review__product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order-cart-review__product-sku {
  margin-top: 10px;
  font-size: 14px;
}

.order-cart-review__product-title {
  font-weight: 500;
  font-size: 18px;
}

.order-cart-review__del {
  position: relative;
  padding: 0 20px;
  font-size: 35px;
  font-weight: 500;
  color: #000;
  width: 35px;
}

.order-cart-review__del:hover {
  color: #000;
  text-decoration: none;
}

.order-cart-pay {
  margin: 0 30px;
}

.order-cart-pay textarea {
  padding: 10px 15px;
  font-size: 14px;
  height: 100px;
  width: 99%;
  color: #000;
  border: 1px solid #d9d9d9;
}

.order-cart-pay__rb {
  width: 20px;
  height: 20px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  position: relative;
  margin: 0 15px 0 0;
}

.order-cart-pay__rb--checked:after {
  border-radius: 50%;
  border: 1px solid #888;
  display: block;
  content: ' ';
  position: absolute;
  background: #000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}

.order-cart-pay__lbl {
  font-size: 18px;
}

.order-cart-pay__value {
  font-size: 20px;
  font-weight: 500;
}

.order-cart-pay__value:before {
  display: inline-block;
  content: "\20AA";
  font-weight: 500;
  padding: 0 5px 0 10px;
}

.order-cart-pay__value.order-cart-pay-usd:before {
  content: "$";
}

.order-cart-pay__method-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  position: relative;
}

.order-cart-pay__method-cell .payment-method-btn,
.order-cart-pay__method-cell .order-cart-pay__lbl {
  cursor: pointer;
}

.order-cart-pay__method-cell svg {
  margin-left: 15px;
  position: relative;
  top: -3px;
}

.order-cart-pay__method-cell .cart-info-window {
  padding: 20px 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
  position: absolute;
  max-width: 300px;
  z-index: 9;
  right: -180px;
  cursor: auto;
  display: none;
  font-size: 14px;
}

.order-cart-pay__method-cell .cart-info-window.cart-info-window-cash {
  right: -95px;
}

.order-cart-pay__method-cell .cart-info-window.cart-info-window-card {
  right: -170px;
}

.order-cart-pay__shipping-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  margin-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.order-cart-pay__shipping-cell .shipping-method-btn,
.order-cart-pay__shipping-cell .order-cart-pay__lbl {
  cursor: pointer;
}

.order-cart-pay__method-title,
.order-cart-pay__shipping-title {
  font-size: 18px;
}

.order-cart-pay__notes {
  margin: 20px 0;
}

.order-cart-pay__methods,
.order-cart-pay__shipping-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.order-cart-pay__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.order-cart-pay__btn {
  margin: 5px 0 0 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  text-transform: uppercase;
  border: 2px solid #000;
  text-align: center;
  font-size: 15px;
  padding: 10px 0;
  font-weight: 500;
}

.order-cart-pay__btn:first-child {
  margin-left: 0px;
}

.order-cart-pay__btn:hover {
  color: #fff;
  border-color: #c30000;
  background: #c30000;
  text-decoration: none;
}

.order-cart-page {
  background: #fff;
}

.order-cart-page__content {
  padding: 16px;
}

.order-cart-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}

.order-cart-page__header {
  position: relative;
  width: auto;
  height: 135px;
  line-height: 135px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 2px solid #c30000;
  background: #f7f7f7;
}

.order-cart-page__close {
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 36px;
  font-size: 36px;
  font-weight: 500;
}

.order-cart-page__close:hover {
  text-decoration: none;
}

@media (max-width: 479.98px) {
  .order-cart-pay {
    margin: 0;
  }

  .order-cart-pay__method-title {
    font-size: 14px;
  }

  .order-cart-pay__shipping-title {
    font-size: 14px;
  }

  .order-cart-pay__method-cell {
    min-height: 30px;
  }

  .order-cart-pay__shipping-cell {
    min-height: 30px;
  }

  .order-cart-pay__lbl {
    font-size: 16px;
  }

  .order-cart-pay__value {
    font-size: 16px;
  }

  .order-cart-pay__notes {
    margin: 10px 0;
  }

  .order-cart-pay__btn {
    font-size: 12px;
  }

  .order-cart-pay__rb {
    margin-right: 5px;
  }

  .order-cart-page__content {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .order-cart-review__del {
    padding: 0;
  }

  .order-data-wrap .table .thead-light th {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .order-cart-pay__methods,
  .order-cart-pay__shipping-types {
    margin-top: 10px;
  }

  .order-cart-pay__btns {
    margin-top: 0;
  }
}

@font-face {
  font-family: "icons";
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8);
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8) format("embedded-opentype"), url(/fonts/icons.ttf?764fd99db738d6fb26f71326792fc573) format("truetype"), url(/fonts/icons.woff?1caca381195cd1bed0b98d607be287dd) format("woff"), url(/fonts/icons.svg?95326632dc4bdc015acec91d44008669) 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: "icons" !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-quote-2:before {
  content: "\E900";
}

.icon-quote-1:before {
  content: "\E901";
}

.icon-verification-mark:before {
  content: "\E902";
}

.icon-new-shekel:before {
  content: "\E903";
}

.icon-heart:before {
  content: "\E904";
}

.icon-graph:before {
  content: "\E905";
}

.icon-grid:before {
  content: "\E906";
}

.icon-list:before {
  content: "\E907";
}

.icon-angle-arrow-down:before {
  content: "\E908";
}

.icon-magnifying-glass:before {
  content: "\E909";
}

.icon-cms:before {
  content: "\E90A";
}

.icon-online-shopping-cart:before {
  content: "\E90B";
}

.icon-user:before {
  content: "\E90C";
}

.icon-notebook:before {
  content: "\E90D";
}

.icon-nut:before {
  content: "\E90E";
}

.icon-calculator:before {
  content: "\E90F";
}

.icon-ceo:before {
  content: "\E910";
}

.icon-price-down:before {
  content: "\E911";
}

.icon-down-arrows:before {
  content: "\E912";
}

.icon-currency:before {
  content: "\E913";
}

.icon-freelancer:before {
  content: "\E914";
}

.icon-statement:before {
  content: "\E915";
}

.icon-fusion:before {
  content: "\E916";
}

.icon-money:before {
  content: "\E917";
}

.icon-networking:before {
  content: "\E918";
}

.icon-project:before {
  content: "\E919";
}

.icon-resign:before {
  content: "\E91A";
}

.icon-building:before {
  content: "\E91B";
}

.icon-social-media:before {
  content: "\E91C";
}

.icon-report:before {
  content: "\E91D";
}

.icon-transaction:before {
  content: "\E91E";
}

.icon-teamwork:before {
  content: "\E91F";
}

.icon-competition:before {
  content: "\E920";
}

.icon-conference:before {
  content: "\E921";
}

.icon-prices:before {
  content: "\E922";
}

.icon-balance:before {
  content: "\E923";
}

.icon-bulb:before {
  content: "\E924";
}

.icon-industry:before {
  content: "\E925";
}

.icon-rocket:before {
  content: "\E926";
}

.icon-graph1:before {
  content: "\E927";
}

.icon-multitask:before {
  content: "\E928";
}

.icon-software:before {
  content: "\E929";
}

.icon-partnership:before {
  content: "\E92A";
}

.icon-platform:before {
  content: "\E92B";
}

.icon-sale:before {
  content: "\E92C";
}

.icon-project-1:before {
  content: "\E92D";
}

.icon-revenue:before {
  content: "\E92E";
}

.icon-salary:before {
  content: "\E92F";
}

.icon-sponsor:before {
  content: "\E930";
}

.icon-startup:before {
  content: "\E931";
}

.icon-strategy:before {
  content: "\E932";
}

.icon-chain:before {
  content: "\E933";
}

.icon-wholesale:before {
  content: "\E934";
}

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

.icon-game-computer:before {
  content: "\E936";
}

.icon-server:before {
  content: "\E937";
}

.icon-monitor:before {
  content: "\E938";
}

.icon-shield:before {
  content: "\E939";
}

.icon-computer:before {
  content: "\E93A";
}

.icon-agreement:before {
  content: "\E93B";
}

.icon-tools:before {
  content: "\E93C";
}

.icon-delivery-truck:before {
  content: "\E93D";
}

.icon-pallet:before {
  content: "\E93E";
}

.icon-handshake:before {
  content: "\E93F";
}

.icon-list-menu:before {
  content: "\E940";
}

.icon-filter:before {
  content: "\E941";
}

@font-face {
  font-family: 'DIN-Pro';
  src: url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2);
  src: local("DIN Pro Medium"), local("DINPro-Medium"), url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2) format("embedded-opentype"), url(/fonts/DINPro-Medium.woff?393be0a3ca68cc15d76a588c85eb3f3a) format("woff"), url(/fonts/DINPro-Medium.ttf?d126516414409f61606041e4b63af6d9) format("truetype");
  font-style: normal;
}

.public__footer {
  margin: 0;
  padding-top: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.public__footer-items {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.public__footer-f {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 180px;
}

.public__footer-logo__txt {
  white-space: nowrap;
  font-size: 12px;
  color: #6b6b6b;
  background: #fff;
  position: relative;
  top: -20px;
  min-height: 30px;
  padding: 5px 0;
}

.public__footer-items {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.public__footer-items__pnl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 700px;
  width: 100%;
}

.public__footer-items__i {
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 20%;
  text-align: center;
}

.public__footer-items__i:hover {
  color: #000;
  text-decoration: none;
}

.public__footer-items__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0px;
  margin-bottom: 70px;
  max-width: 280px;
}

.public__footer-items__social__wrapper {
  max-width: 658px;
  width: 100%;
}

.public__footer-items__social__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
  margin: 0 15px;
}

.public__footer-items__social__button.youtube {
  background: #c4302b;
}

.public__footer-items__social__button.linked {
  background: #0077b5;
}

.public__footer-items__social__button.instagram {
  background: #dd2a7b;
}

.public__footer-items__social__button.facebook {
  background: #3b5998;
}

.public__footer-addr {
  max-width: 380px;
}

.public__footer-addr__i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.public__footer-addr__lbl {
  color: #bababa;
  font-size: 14px;
  width: 110px;
}

.public__footer-addr__val {
  color: #585858;
  font-size: 16px;
  max-width: 260px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 1199.98px) {
  .public__footer-addr {
    max-width: unset;
  }

  .public__footer-addr__i {
    margin-bottom: 10px;
  }

  .public__footer-addr__lbl {
    color: #bababa;
    font-size: 14px;
    max-width: 80px;
  }

  .public__footer-logo {
    margin: 0 10px;
  }

  .public__footer-items__pnl {
    display: block;
  }

  .public__footer-items__i {
    margin: 0 10px 5px;
    text-align: left;
    display: block;
    max-width: 100px;
  }
}

@font-face {
  font-family: "icons";
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8);
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8) format("embedded-opentype"), url(/fonts/icons.ttf?764fd99db738d6fb26f71326792fc573) format("truetype"), url(/fonts/icons.woff?1caca381195cd1bed0b98d607be287dd) format("woff"), url(/fonts/icons.svg?95326632dc4bdc015acec91d44008669) 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: "icons" !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-quote-2:before {
  content: "\E900";
}

.icon-quote-1:before {
  content: "\E901";
}

.icon-verification-mark:before {
  content: "\E902";
}

.icon-new-shekel:before {
  content: "\E903";
}

.icon-heart:before {
  content: "\E904";
}

.icon-graph:before {
  content: "\E905";
}

.icon-grid:before {
  content: "\E906";
}

.icon-list:before {
  content: "\E907";
}

.icon-angle-arrow-down:before {
  content: "\E908";
}

.icon-magnifying-glass:before {
  content: "\E909";
}

.icon-cms:before {
  content: "\E90A";
}

.icon-online-shopping-cart:before {
  content: "\E90B";
}

.icon-user:before {
  content: "\E90C";
}

.icon-notebook:before {
  content: "\E90D";
}

.icon-nut:before {
  content: "\E90E";
}

.icon-calculator:before {
  content: "\E90F";
}

.icon-ceo:before {
  content: "\E910";
}

.icon-price-down:before {
  content: "\E911";
}

.icon-down-arrows:before {
  content: "\E912";
}

.icon-currency:before {
  content: "\E913";
}

.icon-freelancer:before {
  content: "\E914";
}

.icon-statement:before {
  content: "\E915";
}

.icon-fusion:before {
  content: "\E916";
}

.icon-money:before {
  content: "\E917";
}

.icon-networking:before {
  content: "\E918";
}

.icon-project:before {
  content: "\E919";
}

.icon-resign:before {
  content: "\E91A";
}

.icon-building:before {
  content: "\E91B";
}

.icon-social-media:before {
  content: "\E91C";
}

.icon-report:before {
  content: "\E91D";
}

.icon-transaction:before {
  content: "\E91E";
}

.icon-teamwork:before {
  content: "\E91F";
}

.icon-competition:before {
  content: "\E920";
}

.icon-conference:before {
  content: "\E921";
}

.icon-prices:before {
  content: "\E922";
}

.icon-balance:before {
  content: "\E923";
}

.icon-bulb:before {
  content: "\E924";
}

.icon-industry:before {
  content: "\E925";
}

.icon-rocket:before {
  content: "\E926";
}

.icon-graph1:before {
  content: "\E927";
}

.icon-multitask:before {
  content: "\E928";
}

.icon-software:before {
  content: "\E929";
}

.icon-partnership:before {
  content: "\E92A";
}

.icon-platform:before {
  content: "\E92B";
}

.icon-sale:before {
  content: "\E92C";
}

.icon-project-1:before {
  content: "\E92D";
}

.icon-revenue:before {
  content: "\E92E";
}

.icon-salary:before {
  content: "\E92F";
}

.icon-sponsor:before {
  content: "\E930";
}

.icon-startup:before {
  content: "\E931";
}

.icon-strategy:before {
  content: "\E932";
}

.icon-chain:before {
  content: "\E933";
}

.icon-wholesale:before {
  content: "\E934";
}

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

.icon-game-computer:before {
  content: "\E936";
}

.icon-server:before {
  content: "\E937";
}

.icon-monitor:before {
  content: "\E938";
}

.icon-shield:before {
  content: "\E939";
}

.icon-computer:before {
  content: "\E93A";
}

.icon-agreement:before {
  content: "\E93B";
}

.icon-tools:before {
  content: "\E93C";
}

.icon-delivery-truck:before {
  content: "\E93D";
}

.icon-pallet:before {
  content: "\E93E";
}

.icon-handshake:before {
  content: "\E93F";
}

.icon-list-menu:before {
  content: "\E940";
}

.icon-filter:before {
  content: "\E941";
}

@font-face {
  font-family: 'DIN-Pro';
  src: url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2);
  src: local("DIN Pro Medium"), local("DINPro-Medium"), url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2) format("embedded-opentype"), url(/fonts/DINPro-Medium.woff?393be0a3ca68cc15d76a588c85eb3f3a) format("woff"), url(/fonts/DINPro-Medium.ttf?d126516414409f61606041e4b63af6d9) format("truetype");
  font-style: normal;
}

.login-popup-fixed {
  position: fixed;
  display: block !important;
  left: 0;
  top: 170px;
  width: 100% !important;
}

.login-popup {
  z-index: 11111;
  background: #fff;
  padding: 20px 50px;
  border: 1px solid #dadada;
  width: 300px;
  -webkit-box-shadow: 9px 9px 14px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 9px 9px 14px -5px rgba(0, 0, 0, 0.3);
}

.login-popup__close {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  color: #000;
  font-size: 25px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .login-popup__close {
    display: block;
  }
}

.login-popup__btn {
  display: block;
  text-transform: uppercase;
  border: 2px solid #000;
  text-align: center;
  font-size: 15px;
  padding: 10px 0;
  font-weight: 500;
  width: 100%;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.login-popup__btn:hover {
  color: #fff;
  border-color: #c30000;
  background: #c30000;
  text-decoration: none;
}

.login-popup__lnk {
  color: #777;
  display: inline-block;
  margin: 14px auto;
  font-size: 12px;
  text-decoration: underline;
}

.login-popup__lnk:hover {
  color: #c30000;
}

.login-popup__input {
  font-size: 14px;
  padding: 0 10px 0 20px;
  height: 40px;
  display: block;
  border: 1px solid #dadada;
  width: 100%;
}

.login-text-danger {
  display: none;
  font-size: 12px;
  text-align: center;
}

@font-face {
  font-family: "icons";
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8);
  src: url(/fonts/icons.eot?0b46f4af3c20ffd061de83a0a90feae8) format("embedded-opentype"), url(/fonts/icons.ttf?764fd99db738d6fb26f71326792fc573) format("truetype"), url(/fonts/icons.woff?1caca381195cd1bed0b98d607be287dd) format("woff"), url(/fonts/icons.svg?95326632dc4bdc015acec91d44008669) 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: "icons" !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-quote-2:before {
  content: "\E900";
}

.icon-quote-1:before {
  content: "\E901";
}

.icon-verification-mark:before {
  content: "\E902";
}

.icon-new-shekel:before {
  content: "\E903";
}

.icon-heart:before {
  content: "\E904";
}

.icon-graph:before {
  content: "\E905";
}

.icon-grid:before {
  content: "\E906";
}

.icon-list:before {
  content: "\E907";
}

.icon-angle-arrow-down:before {
  content: "\E908";
}

.icon-magnifying-glass:before {
  content: "\E909";
}

.icon-cms:before {
  content: "\E90A";
}

.icon-online-shopping-cart:before {
  content: "\E90B";
}

.icon-user:before {
  content: "\E90C";
}

.icon-notebook:before {
  content: "\E90D";
}

.icon-nut:before {
  content: "\E90E";
}

.icon-calculator:before {
  content: "\E90F";
}

.icon-ceo:before {
  content: "\E910";
}

.icon-price-down:before {
  content: "\E911";
}

.icon-down-arrows:before {
  content: "\E912";
}

.icon-currency:before {
  content: "\E913";
}

.icon-freelancer:before {
  content: "\E914";
}

.icon-statement:before {
  content: "\E915";
}

.icon-fusion:before {
  content: "\E916";
}

.icon-money:before {
  content: "\E917";
}

.icon-networking:before {
  content: "\E918";
}

.icon-project:before {
  content: "\E919";
}

.icon-resign:before {
  content: "\E91A";
}

.icon-building:before {
  content: "\E91B";
}

.icon-social-media:before {
  content: "\E91C";
}

.icon-report:before {
  content: "\E91D";
}

.icon-transaction:before {
  content: "\E91E";
}

.icon-teamwork:before {
  content: "\E91F";
}

.icon-competition:before {
  content: "\E920";
}

.icon-conference:before {
  content: "\E921";
}

.icon-prices:before {
  content: "\E922";
}

.icon-balance:before {
  content: "\E923";
}

.icon-bulb:before {
  content: "\E924";
}

.icon-industry:before {
  content: "\E925";
}

.icon-rocket:before {
  content: "\E926";
}

.icon-graph1:before {
  content: "\E927";
}

.icon-multitask:before {
  content: "\E928";
}

.icon-software:before {
  content: "\E929";
}

.icon-partnership:before {
  content: "\E92A";
}

.icon-platform:before {
  content: "\E92B";
}

.icon-sale:before {
  content: "\E92C";
}

.icon-project-1:before {
  content: "\E92D";
}

.icon-revenue:before {
  content: "\E92E";
}

.icon-salary:before {
  content: "\E92F";
}

.icon-sponsor:before {
  content: "\E930";
}

.icon-startup:before {
  content: "\E931";
}

.icon-strategy:before {
  content: "\E932";
}

.icon-chain:before {
  content: "\E933";
}

.icon-wholesale:before {
  content: "\E934";
}

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

.icon-game-computer:before {
  content: "\E936";
}

.icon-server:before {
  content: "\E937";
}

.icon-monitor:before {
  content: "\E938";
}

.icon-shield:before {
  content: "\E939";
}

.icon-computer:before {
  content: "\E93A";
}

.icon-agreement:before {
  content: "\E93B";
}

.icon-tools:before {
  content: "\E93C";
}

.icon-delivery-truck:before {
  content: "\E93D";
}

.icon-pallet:before {
  content: "\E93E";
}

.icon-handshake:before {
  content: "\E93F";
}

.icon-list-menu:before {
  content: "\E940";
}

.icon-filter:before {
  content: "\E941";
}

@font-face {
  font-family: 'DIN-Pro';
  src: url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2);
  src: local("DIN Pro Medium"), local("DINPro-Medium"), url(/fonts/DINPro-Medium.eot?dab3b32b1ed65f4f1bdcfd24c2ca5ce2) format("embedded-opentype"), url(/fonts/DINPro-Medium.woff?393be0a3ca68cc15d76a588c85eb3f3a) format("woff"), url(/fonts/DINPro-Medium.ttf?d126516414409f61606041e4b63af6d9) format("truetype");
  font-style: normal;
}

.disable-scrolls-for-sign-up {
  overflow: hidden;
}

[id=pnlSignUp] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1111;
  overflow: hidden;
  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;
}

[id=pnlSignUp] .bg-fade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

[id=pnlSignUp] .modal-holder {
  position: relative;
  width: 600px;
  overflow-y: auto;
  max-height: 100vh;
}

[id=pnlSignUp] .error-register {
  border: 1px solid #c30000;
}

[id=pnlSignUp] h4 {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

[id=pnlSignUp] h1 {
  text-align: center;
  color: #c30000;
  font-size: 30px;
}

[id=pnlSignUp] .modal-panel {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 9px 9px 14px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 9px 9px 14px -5px rgba(0, 0, 0, 0.3);
  overflow: auto;
}

[id=pnlSignUp] .btn-close {
  color: #555;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  display: inline-block;
  margin: 0 10px;
}

[id=pnlSignUp] .btn-close:hover {
  text-decoration: none;
}

[id=pnlSignUp] .btn-close-row {
  text-align: right;
}

[id=pnlSignUp] .butns {
  text-align: center;
  margin: 20px 0 40px;
}

[id=pnlSignUp] .butn {
  max-width: 200px;
  border-radius: 0;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #000;
  text-align: center;
  font-size: 15px;
  padding: 10px 0;
  font-weight: 500;
  width: 100%;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

[id=pnlSignUp] .butn:hover {
  color: #fff;
  border-color: #c30000;
  background: #c30000;
  text-decoration: none;
}

[id=pnlSignUp] .cb {
  line-height: 16px;
  color: #7b7b7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[id=pnlSignUp] .cb:before {
  content: " ";
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin: 0 10px 0 0;
  border: 1px solid #bababa;
  width: 16px;
  height: 16px;
}

[id=pnlSignUp] .cb--checked:before {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  font-family: "icons";
  content: "\E902";
  color: #000;
}

[id=pnlSignUp] .field-row {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[id=pnlSignUp] .field-row .cell {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

[id=pnlSignUp] input {
  width: 100%;
  line-height: 12px;
  font-size: 14px;
  padding: 8px 20px;
  color: #000;
  border: 1px solid #dee2e6;
}

[id=pnlSignUp] .cb-cell {
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

[id=pnlSignUp] .cb-row {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #555;
  margin-top: 20px;
}

[id=pnlSignUp] .fields {
  max-width: 500px;
  margin: 40px auto 0;
}

