﻿@charset "UTF-8";
/* file: vars/default.css */
/* file: owl.carousel.min.css */
.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-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.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;
  -webkit-transform: translate3d(0px, 0, 0);
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.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(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel {
  touch-action: manipulation;
}
/* file: owl.theme.default.min.css */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* file: general.css */
body {
  direction: rtl;
  font-family: "SPACER-REG";
  color: #343434;
  background-color: #fff;
  font-size: 15px;
  margin: 0px auto;
}
.my-app img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
html * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
ul {
  padding: 0px;
}
select,
textarea,
input {
  font-size: 16px;
  font-family: "PLONI-REG";
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}
h1 {
  color: #4d4d4d;
}
li {
  list-style: none;
}
input[type="tel"] {
  text-align: right !important;
}
.blue {
  color: #001fff;
}
button {
  cursor: pointer;
  border: none;
  font-family: PLONI-REG;
}
.mobile-only {
  display: none !important;
}
.btn {
  background-color: #e20588;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  padding: 0px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  display: inline-block;
}
.btn-gray {
  background-color: #444;
}
.pagging {
  display: block;
  text-align: center;
  clear: both;
}
.pagging li {
  display: inline-block;
}
.pagging li a {
  background-color: #e20588;
  float: right;
  display: inline-block;
  color: #fff;
  padding: 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 2px 7px;
  margin: 0px 3px;
  font-weight: bold;
  text-decoration: none;
}
.pagging li.next a {
  background-color: transparent;
}
.pagging li.prev a {
  background-color: transparent;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.favourite-text {
  display: none !important;
}
/*����� ��� ���*/
.side_conection_link img {
  width: 3.54vw;
}
.side_conection_link {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 30;
  font-family: PLONI-BOLD;
  display: none;
}
.side_conection {
  display: none;
  position: fixed;
  top: 0;
  left: -33vw;
  bottom: 0;
  z-index: 130;
  width: 400px;
  background-color: #f7f8ff;
  font-family: PLONI-REG;
  -webkit-box-shadow: 18px 1px 28px -17px #444444;
  -moz-box-shadow: 18px 1px 28px -17px #444444;
  box-shadow: 18px 1px 28px -17px #444444;
}
.side_conection .logo_side_conection {
  display: table;
  float: left;
  width: 85%;
}
.side_conection .side_conect_ttl {
  display: table;
  margin: auto;
  padding: 30px 0 0px;
  clear: both;
  font-family: "PLONI-BOLD";
}
.side_conection .side_conect_ttl span {
  text-align: center;
  display: block;
}
.side_conection .side_conect_ttl span.txt1 {
  font-size: 40px;
  color: #001fff;
  font-weight: bold;
}
.side_conection .side_conect_ttl span.txt2 {
  font-size: 66px;
  color: #0479bc;
  font-weight: bold;
}
.side_conection .txt3 {
  font-size: 22px;
  color: #001fff;
  text-align: center;
  margin-top: 0px;
  line-height: 22px;
}
.side_conection .close_side_conection img {
  padding: 10px;
}
.side_conection .btn_side_conection {
  display: block;
  height: 50px;
  width: 210px;
  background-color: #e00586;
  color: #fff;
  border-radius: 25px;
  margin: auto;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  font-size: 18px;
}
.side_conection .btn_side_conection.imob {
  display: none;
}
.flex_side_conection {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 10px auto 0 auto;
  width: 86%;
}
.flex_side_conection > a {
  cursor: pointer;
  width: 29%;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.flex_side_conection img {
  margin: auto;
  height: 40px;
  margin-top: 5px;
}
.flex_side_conection span {
  display: block;
  padding-bottom: 4px;
  line-height: 14px;
}
.side_conection_link.aliyoop img {
  width: 105px;
}
.side_conection .aliyoop-terms {
  padding: 0 10px;
  margin-bottom: 20px;
  display: none;
}
.side_conection .aliyoop-terms > div {
  display: flex;
  align-items: start;
  justify-content: center;
}
.side_conection .aliyoop-terms input[type="checkbox"] {
  margin: 1px 0 0 6px;
}
.side_conection.aliyoop .aliyoop-terms {
  display: block;
  margin-top: 40px;
  user-select: none;
}
.side_conection.aliyoop .aliyoop_gift {
  align-items: end;
  margin-bottom: 10px;
  font-size: 20px;
}
.side_conection.aliyoop .aliyoop_gift img {
  width: 33px;
  position: relative;
  top: -2px;
  margin: 0px 2px 0 5px;
}
.side_conection.aliyoop .flex_side_conection {
  display: none;
}
.side_conection.aliyoop .general-header {
  display: none;
}
.side_conection.aliyoop .aliyoop-header {
  display: block !important;
}
.side_conection.aliyoop .btn_side_conection {
  display: none !important;
}
.side_conection.aliyoop .btn_side_conection.aliyoop-button {
  display: block !important;
}
.side_conection .aliyoop-header .side_conect_ttl span.txt1 {
  font-size: 30px;
}
.side_conection .aliyoop-header .txt3 {
  font-size: 24px;
  font-family: "PLONI-BOLD";
  margin-top: 5px;
}
.side_conection .btn_side_conection.disabled {
  opacity: 0.5;
  cursor: default;
}
.side_conection .aliyoop-chat {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.side_conection .aliyoop-chat iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.side_conection .aliyoop-chat-close {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  color: #fff;
  font-size: 18px;
  margin: 10px;
}
.eng {
  direction: ltr;
  text-align: left;
}
.eng header,
.eng .side_conection,
.eng .accessible {
  direction: rtl;
  text-align: right;
}
.flip-x {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.flip-y {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
@font-face {
  font-family: spacerBold;
  font-display: fallback;
  src: url(../fonts/SpacerBold.ttf);
}
/*  HEB */
@font-face {
  font-family: 'SPACER-REG';
  font-display: fallback;
  src: url('/digitalsite/fonts/spacerregularwebfont.eot') format('eot'), url('/digitalsite/fonts/spacerregularwebfont.woff') format('woff'), url('/digitalsite/fonts/spacerregularwebfont.ttf') format('truetype'), url('/digitalsite/fonts/spacerregularwebfont.svg') format('svg');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'SPACER';
  font-display: fallback;
  src: url('/digitalsite/fonts/spacerboldwebfont.eot');
  src: url('./digitalsite/fonts/spacerboldwebfont.eot?iefix') format('eot'), url('/digitalsite/fonts/spacerboldwebfont.woff') format('woff'), url('./digitalsite/fonts/spacerboldwebfont.ttf') format('truetype'), url('/digitalsite/fonts/spacerboldwebfont.svg#FbSpacer') format('svg');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/*  ENG */
@font-face {
  font-family: 'SPACER-REG';
  font-display: fallback;
  src: url('/digitalsite/fonts/Assistant-Regular.ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'SPACER';
  font-display: fallback;
  src: url('/digitalsite/fonts/Assistant-SemiBold.ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'FbSpacer';
  font-display: fallback;
  src: url('/digitalsite/fonts/spacerboldwebfont.eot');
  src: url('/digitalsite/fonts/spacerboldwebfont.eot?iefix') format('eot'), url('/digitalsite/fontsfonts/spacerboldwebfont.woff') format('woff'), url("//db.onlinewebfonts.com/t/6fdb7ab8560e2d00f36fe2622262e9fd.woff2") format("woff2"), url('/digitalsite/fonts/spacerboldwebfont.ttf') format('truetype'), url('/digitalsite/fonts/fonts/spacerboldwebfont.svg#FbSpacer') format('svg');
}
@font-face {
  font-family: 'PLONI-REG';
  font-display: fallback;
  src: url('/digitalsite/fonts/ploni/ploni-regular-aaa.eot');
  src: url('./digitalsite/fonts/ploni/ploni-regular-aaa.eot?iefix') format('eot'), url('/digitalsite/fonts/ploni/ploni-regular-aaa.woff') format('woff'), url('/digitalsite/fonts/ploni/ploni-regular-aaa.woff2') format('woff');
}
@font-face {
  font-family: 'PLONI-BOLD';
  font-display: fallback;
  src: url('/digitalsite/fonts/ploni/ploni-bold-aaa.eot');
  src: url('./digitalsite/fonts/ploni/ploni-bold-aaa.eot?iefix') format('eot'), url('/digitalsite/fonts/ploni/ploni-bold-aaa.woff') format('woff'), url('/digitalsite/fonts/ploni/ploni-bold-aaa.woff2') format('woff');
}
.arr_top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: none;
}
.bread_section .braed {
  width: 1170px;
  margin: auto;
}
.bread_section .braed a {
  color: #343434;
  margin: 0px 3px;
  text-decoration: none;
}
header {
  /*background-color: #fff*/
  width: 100%;
  position: fixed;
  z-index: 90;
  /* -webkit-box-shadow: 0px 2px 13px -2px #9E9E9E; -moz-box-shadow: 0px 2px 13px -2px #9E9E9E; box-shadow: 0px 2px 13px -2px #9E9E9E;*/
}
header .head {
  width: 1170px;
  margin: auto;
}
header .line1 {
  width: 100%;
  position: relative;
}
header .line1.iweb {
  min-height: 42px;
  height: 42px;
}
header .line1 .logo {
  float: right;
  margin-top: 14px;
  right: 0px;
}
header.nino.eilat .line1 .logo {
  margin-top: 0;
}
header.nino .line1 .logo {
  margin-top: 8px;
}
header .line1 .logo img {
  position: absolute;
  width: 54px;
}
header.nino .line1 .logo img {
  width: 83px;
}
header.nino.eilat .line1 .logo img {
  width: 93px;
}
header .right {
  float: right;
  padding-right: 40px;
}
header .left {
  float: left;
  margin-top: 10px;
}
header .left a {
  color: #001fff;
  text-decoration: none;
  font-weight: bold;
}
header .left a:after {
  content: '';
  height: 15px;
  width: 1px;
  background-color: #001fff;
  display: inline-block;
  margin: -2px 10px;
}
header .left .no-after:after {
  content: none;
}
header .left a:last-child:after {
  width: 0px;
  margin: 0px;
}
header .left .do_login {
  padding-right: 33px;
  background-size: 27px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
}
header .left a.my-messages-alert {
  width: 97px;
  position: relative;
  margin-right: -6px;
}
header .left a.my-messages-alert img {
  position: absolute;
  top: -2px;
  right: 0;
}
header .left a.my-messages-alert span {
  padding-right: 23px;
}
header .left a.my-messages-alert .anim_bell {
  width: 20px;
  -webkit-animation: ring 8s 1s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 8s 1s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 8s 1s ease-in-out infinite;
  transform-origin: 50% 4px;
}
header.transparent .left .do_login {
  padding-right: 33px;
  background-size: 27px;
  height: 22px;
  display: inline-block;
}
header.transparent .left a:after {
  background-color: #fff;
}
header .right .type {
  float: right;
  margin: -3px 30px;
}
header .right .type a {
  color: #001fff;
  text-decoration: none;
  display: inline-block;
  margin: 4px;
  padding: 8px 2px;
  font-size: 24px;
  font-family: "SPACER-REG";
}
header .right .type a.on {
  border-top: #001fff 4px solid;
  font-weight: bold;
}
header .right .type a.business-clients {
  margin-right: 40px;
  font-size: 15px;
}
header .hello {
  display: none;
  color: #001fff;
  font-weight: bold;
}
header .hello span {
  border-left: 1px solid #001fff;
  padding: 0 14px;
}
header .hello span:first-child {
  padding-right: 0;
}
header .connected .hello {
  display: inline;
}
header .connected .do_login {
  display: none !important;
}
header .clearSession {
  display: none;
  border-left: 1px solid #001fff;
  padding: 0 14px;
  color: #001fff;
  font-weight: bold;
  background: none;
  font-size: 15px;
}
header .connected .clearSession {
  display: inline;
}
header.transparent .hello span {
  border-color: #fff;
}
header nav {
  clear: both;
  float: right;
  width: 790px;
  /*text-align: center*/
  padding-right: 200px;
  font-family: "SPACER-REG";
  /*line-height: 40px*/
}
header nav > a {
  font-size: 26px;
  color: #001fff;
  text-decoration: none;
  margin: 0 24px;
}
header nav .homepage {
  margin-left: 46px;
  position: relative;
  top: 3px;
}
header .search {
  float: left;
  position: relative;
  width: 330px;
}
header .search input {
  font-weight: bold;
  font-family: arial;
  font-size: 15px;
  height: 34px;
  width: 100%;
  border-radius: 8px;
  border: #006cb8 1px solid;
  padding-right: 10px;
  color: #000;
}
header .search input::-webkit-input-placeholder {
  color: #ddd;
  font-weight: normal;
}
header .search input::-moz-placeholder {
  color: #ddd;
  font-weight: normal;
}
header .search input:-ms-input-placeholder {
  color: #ddd;
  font-weight: normal;
}
header .search input:-moz-placeholder {
  color: #ddd;
  font-weight: normal;
}
header .search > div {
  float: left;
}
header .search input:focus {
  box-shadow: none;
}
header .search.extra .gsc-input-box {
  width: 330px;
}
header .search.extra .header_cart {
  z-index: -1;
  display: none;
}
header .btn_do_search {
  position: absolute;
  left: 0px;
  background-color: transparent;
  top: 0px;
}
header .btn_do_search img {
  width: 24px;
  margin-top: 4px;
}
header .header_cart {
  top: 0px;
  cursor: pointer;
  position: absolute;
  right: -100px;
  float: left;
  margin: 0px 0px 0 0px;
  background: url("/DigitalSite/images/icn_cart3.png") left center no-repeat;
  width: 90px;
  display: inline-block;
  color: #001fff;
  padding: 14px 11px 0 34px;
  text-align: left;
  font-size: 16px;
  text-decoration: none;
  background-size: 32px;
}
header .header_cart.blue {
  background: url("/DigitalSite/images/icn_cart4.png") left -3px center no-repeat;
}
header .header_cart span {
  position: relative;
  top: -6px;
  font-size: 14px;
  display: inline-block;
}
header .header_cart span span {
  position: static;
  padding: 0px;
}
header .line2 {
  margin-top: 4px;
}
header .line2 .site_type {
  margin-top: 10px;
  border-bottom: #ddd 1px solid;
  width: 100%;
}
header .line2 .site_type a {
  float: right;
  width: 80px;
  height: 30px;
  border-radius: 10px 10px 0px 0px;
  border: #ddd 1px solid;
  border-bottom: none;
  background-color: #fff;
  margin-left: 3px;
  font-size: 15px;
  display: inline-block;
  color: #343434;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
}
header .line2 .site_type a.active {
  background-color: #eee;
}
header .line1 {
  padding: 0px 20px 0 0;
}
.fixed_space {
  height: 93px;
}
header.transparent {
  background-color: transparent;
  box-shadow: none;
}
header.transparent .head * {
  color: #fff;
  border-color: #fff;
}
header.transparent .head a {
  color: #fff !important;
  border-color: transparent !important;
}
header.transparent .head .search a {
  color: #000 !important;
}
header.transparent .head .search .ui-menu b {
  color: deeppink;
  font-weight: normal;
}
header.transparent .ui-menu .ui-menu-item a.ui-state-focus,
header.transparent .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  color: #001fff !important;
}
header.transparent .head .sub_nav_items .ttl {
  color: #343434;
}
header.transparent .head .sub_nav_items a {
  color: #343434 !important;
}
header.transparent .head .search input {
  color: #000;
}
header.transparent + .fixed_space {
  display: none;
}
/*
.bp-business header nav > a { color: #001f42 }
.bp-business header .right .type a { color: #001f42 !important }
.bp-business header .left a { color: #001f42 !important }
*/
.bp-business .gsc-input-box {
  border-color: #001f42 !important;
}
.bp-business header .right .type a.on {
  border-color: #001f42 !important;
}
.bp-business .devices_carousel_catalog h2 {
  color: #001f42;
}
.bp-business .WhatToDoTodayCarusel h2 {
  color: #001f42;
}
.bp-business .devices_carousel_catalog ul {
  color: #001f42;
}
.bp-business .devices_carousel_catalog ul a {
  color: #001f42;
}
.bp-business .devices_carousel_catalog .sup {
  background: url(/digitalsite/images/homepage/superlative_bu.png) no-repeat center;
}
.bp-business .devices_carousel_catalog ul li.line_mob {
  border-bottom: #001f42 2px solid;
}
.bp-business .devices_carousel_catalog .indicator_sec {
  background-color: #001f42;
}
/* AUTO COMPLETE*/
header .ui-menu {
  position: absolute;
  cursor: default;
  list-style: none;
  padding: 10px 2px;
  margin: 0;
  display: block;
  outline: none;
  font-size: 1.1em;
  z-index: 3;
  top: 28px !important;
  width: 100% !important;
  right: 0px !important;
  border: 1px solid #006cb8;
  border-top: none;
  background: #ffffff;
  color: #222222;
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
}
header .ui-menu .ui-menu-item {
  clear: both;
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}
header .ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
header .ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  zoom: 1;
  height: 24px;
  overflow: hidden;
  color: #000;
}
header .ui-menu .ui-menu-item a.ui-state-focus,
header .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  color: #001fff;
  font-weight: bold;
}
header .ui-menu .ui-menu-item a span {
  color: #dc0c0c;
}
header .ui-menu .ui-menu-item img {
  width: 16px;
  height: 20px;
  float: right;
}
header .ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}
header .ui-menu .ui-state-disabled a {
  cursor: default;
}
header .ui-menu .ui-widget {
  font-size: 1em;
}
header .ui-menu input,
.Shell .ui-menu select,
.Shell .ui-menu textarea,
.Shell .ui-menu button {
  font-size: 1em;
}
header .ui-menu div {
  color: #000;
}
header .ui-menu b {
  color: deeppink;
  font-weight: normal;
}
.ui-helper-hidden-accessible {
  display: none;
}
/* my autocomplete */
.my-autocomplete {
  position: relative;
}
.my-autocomplete .my-autocomplete-items {
  position: absolute;
  right: 0;
  min-width: 200px;
  background: #fff;
}
.my-autocomplete .my-autocomplete-items li {
  padding: 2px 5px;
  font-size: 17px;
  cursor: default;
}
.my-autocomplete .my-autocomplete-items ul {
  margin: 0;
}
.head_nav {
  clear: both;
  float: right;
  width: 100%;
  height: 42px;
  padding-bottom: 10px;
  /*background:url('/DigitalSite/images/ln11.png') no-repeat center bottom*/
}
.head_nav nav > a {
  display: inline-block;
}
.head_nav .sub_head_nav {
  overflow-x: scroll;
  max-height: 70vh;
  background-color: #efefef;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 88px;
  -webkit-box-shadow: 0px 20px 28px -17px #444;
  -moz-box-shadow: 0px 20px 28px -17px #444;
  box-shadow: 0px 20px 28px -17px #444;
}
.head_nav .sub_nav_items {
  clear: both;
  width: 1170px;
  margin: auto;
  text-align: right;
}
.head_nav .sub_nav_items a {
  text-align: right;
  color: #343434;
  width: 100%;
  text-decoration: none;
  display: block;
  font-size: 15px;
  line-height: 15px;
  padding-right: 13px;
  padding: 4px 9px 10px 0;
}
.head_nav .sub_nav_items a[prevent-default] {
  cursor: default;
}
.head_nav .sub_nav_items a.plus_sub:before {
  content: "+";
  color: #001fff;
  font-weight: bold;
}
.head_nav .sub_nav_items a.plus_sub {
  padding-right: 0px;
}
.head_nav .sub_nav_items a.minus_sub:before {
  content: "-";
  color: #001fff;
  font-weight: bold;
}
.head_nav .sub_nav_items a.minus_sub {
  padding-right: 3px;
}
.head_nav .sub_nav_items a .menuoutlet {
  color: red;
  font-weight: bold;
}
.head_nav .sub_nav_items .item {
  float: right;
  width: 14%;
  margin: 30px 2% 30px 0px;
  line-height: 24px;
}
.head_nav .sub_nav_items .ttl {
  font-weight: bold;
  font-size: 16px;
  border-bottom: #001fff 4px solid;
  margin-bottom: 8px;
}
.head_nav .sub_nav_items .sub_lnk:hover {
  color: #000;
  text-shadow: 1px 1px 2px #969696;
}
.head_nav .arr_sub_menu {
  width: 100%;
  position: relative;
  z-index: 20;
}
.head_nav .arr_sub_menu img {
  position: absolute;
  top: -2px;
  right: calc(50% - 15px);
}
.head_nav .triple_sub_nav {
  display: block;
  margin-right: 13px;
}
.head_nav .triple_sub_nav a {
  color: #001fff;
  line-height: 14px;
  display: block;
  padding-right: 0px;
  font-size: 13px;
}
.head_nav .triple_sub_nav a:hover {
  text-shadow: 1px 1px 2px #969696;
}
/*NEW header*/
header.headerZone {
  width: 100%;
}
header.headerZone .head {
  width: 100%;
}
header.headerZone nav {
  width: auto;
  padding-right: 0px;
  clear: none;
  display: flex;
  height: 100%;
  align-items: center;
}
header.headerZone .logo {
  float: right;
}
header.headerZone .btn_do_search {
  position: static;
}
header.headerZone .header_cart {
  background-image: url(/digitalsite/images/icons/header_zone/private_zone/cart-empty-new.png);
  position: relative;
  right: 0px;
  background-size: 36px;
  height: 36px;
  margin: 0  18px;
  width: 36px;
  padding: 0px;
}
header.headerZone .header_cart span {
  position: absolute;
  width: 48%;
  right: 8px;
  text-align: center;
  background-color: #eb1d85;
  border-radius: 20px;
  color: #fff;
  top: 3px;
  font-size: 13px;
}
header.headerZone .header_cart.default-cursor {
  background-image: url(/digitalsite/images/icons/header_zone/private_zone/cart-new.png);
}
header.headerZone .search {
  width: auto;
  /*new1*/
  margin-right: 1vw;
  /*new1*/
  display: none;
}
header.headerZone .search.on {
  display: flex;
  top: 0px;
  background-color: #fff;
}
header.headerZone .search input {
  padding-right: 0px;
  font-size: 1.2vw;
  font-weight: normal;
  width: 13vw;
  border: none;
  border-bottom: #000 1px solid;
  border-radius: unset;
  vertical-align: top;
  height: 24px;
  position: relative;
  top: 10px;
}
header.headerZone .search_btn {
  padding-right: 20px;
  border-right: #333 1px solid;
  margin-right: 20px;
  height: 36px;
}
/*new1*/
header.headerZone .search .close_web_search {
  background-color: #fff;
  position: relative;
}
/*new1*/
header.headerZone .search .close_web_search img {
  width: 100%;
  position: relative;
  top: 5px;
  padding-left: 6px;
}
/*new1*/
header.headerZone .search .close_web_search:after {
  content: "";
  position: absolute;
  left: 5px;
  height: 58%;
  background-color: #000;
  width: 1px;
  top: 33%;
}
header.headerZone .left a {
  color: #000;
  font-weight: normal;
}
header.headerZone .head_nav {
  height: 84px;
  padding: 0px 1vw;
}
header.headerZone .logo img {
  width: 100%;
  padding-top: 7%;
}
header.headerZone .left {
  display: flex;
  height: 100%;
  align-items: center;
  margin: 0px;
  font-size: 1.1vw;
}
header.headerZone .left_zone {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}
header.headerZone .left a.my-messages-alert {
  width: auto;
  margin: 0px;
}
header.headerZone .left .do_login {
  height: auto;
  color: #0078bd !important;
  text-decoration: underline;
  padding: 0px;
  margin: 0px;
}
header.headerZone .left a.my-messages-alert span {
  padding-right: 1.7vw;
}
header.headerZone .left .business-clients {
  color: #001fff !important;
  text-decoration: underline;
  font-weight: bold;
}
header.headerZone #accessibleBtn {
  height: 36px;
}
header.headerZone .type_zone {
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
}
header.headerZone nav > a {
  font-size: 1.25vw;
  margin: 0 1vw;
  color: #0078bd;
  line-height: 26px;
  border-bottom: transparent 3px solid;
}
header.headerZone nav > a:hover {
  border-bottom: #0078bd 3px solid;
}
header.headerZone .type_zone a {
  border-bottom: transparent 3px solid;
  display: inline-block;
  font-size: 1.25vw;
  color: #0078bd;
  text-decoration: none;
  margin-right: 1vw;
  font-weight: bold;
  font-family: "SPACER-REG";
}
header.headerZone .type_zone a.off {
  display: none;
}
header.headerZone .search input::-webkit-input-placeholder {
  color: #000;
  font-weight: normal;
  font-family: "SPACER-REG";
}
header.headerZone .search input::-moz-placeholder {
  color: #000;
  font-weight: normal;
  font-family: "SPACER-REG";
}
header.headerZone .search input:-ms-input-placeholder {
  color: #000;
  font-weight: normal;
  font-family: "SPACER-REG";
}
header.headerZone .search input:-moz-placeholder {
  color: #000;
  font-weight: normal ;
  font-family: "SPACER-REG";
}
header.headerZone .btn_do_search img {
  margin-top: 4px;
  width: 27px;
}
header.headerZone .hello {
  font-size: 1vw;
  font-weight: normal;
  color: #000;
  /*new1*/
  margin-left: 25px;
  position: relative;
  max-width: 13vw;
}
header.headerZone .hello:after {
  content: '';
  height: 36px;
  width: 1px;
  background-color: #001fff;
  display: inline-block;
  margin: -2px 10px;
  /*new1*/
  position: absolute;
  top: calc(50% - 17px);
  left: -24px;
}
header.headerZone .hello span {
  border: none;
  padding: 0px;
  margin: 0px;
}
header.headerZone .clearSession {
  border-left: none;
  color: #001fff;
  font-weight: normal;
  padding: 0px 2px 0 0;
  display: inline-block;
  font-size: 1vw;
  text-decoration: underline;
  font-family: "SPACER-REG";
}
header.headerZone .line2 .site_type {
  border: none;
}
header.headerZone .line2 .site_type a {
  border: none;
  background-color: #fff;
}
header.headerZone .line2 .site_type a:nth-child(1) {
  font-weight: bold;
  color: #00629e;
}
header.headerZone .head_nav .sub_nav_items {
  width: 93.5%;
}
header.headerZone .arr_sub_menu img {
  display: none;
}
header.headerZone .head_nav .sub_nav_items .ttl {
  border-bottom: none;
}
header.headerZone .head_nav .sub_nav_items .ttl a {
  color: #001fff;
}
header.headerZone .head_nav .sub_nav_items .ttl a {
  color: #0e2752;
}
header.headerZone .head_nav .sub_nav_items .item {
  width: 170px;
}
header.headerZone .type_zone a:hover {
  border-bottom: #0078bd 3px solid;
}
.bp-business header.headerZone .type_zone a {
  color: #0e2752;
  border-bottom: transparent 3px solid;
}
.bp-business header.headerZone .type_zone a:hover {
  border-bottom: #0e2752 3px solid;
}
.bp-business header.headerZone nav > a:hover {
  border-bottom: #0e2752 3px solid;
}
.bp-business header.headerZone .line2 .site_type a:nth-child(1) {
  font-weight: normal;
  color: #000;
}
.bp-business header.headerZone .line2 .site_type a:nth-child(2) {
  font-weight: bold;
  color: #0e2752;
}
.bp-business header.headerZone .left .do_login {
  color: #001fff !important;
}
header.headerZone.transparent .left a {
  color: #fff !important;
}
header.headerZone.transparent nav > a {
  border-color: transparent !important;
}
header.headerZone.transparent .left a img {
  filter: brightness(0) invert(1);
}
header.headerZone.transparent .search_btn img {
  filter: brightness(0) invert(1);
}
header.headerZone.transparent .search_btn {
  border-color: #fff !important;
}
header.headerZone.transparent .logo img {
  filter: brightness(0) invert(1);
}
header.headerZone.transparent .line1_ .btn_mob_menu img {
  filter: brightness(0) invert(1);
}
header.headerZone .left a.my-messages-alert .anim_bell {
  top: 0px;
}
header.headerZone .left a.my-messages-alert img {
  top: 0px;
  width: 18%;
}
.fixed_space_zone {
  height: 88px;
}
header.headerZone .ui-menu {
  top: 33px !important;
  width: 16vw !important;
  right: 38px !important;
  border: 1px solid #000;
}
/*NEW header*/
/* ������ ������ */
.blackAcc header.headerZone .search_btn img {
  filter: brightness(8.5);
}
.blackAcc header.headerZone .left a.my-messages-alert img {
  filter: brightness(8.5);
}
.blackAcc header.headerZone .left .do_login {
  filter: brightness(1.5);
}
.blackAcc .ui-dialog-titlebar button {
  filter: invert(200%);
  height: 23px;
  width: 23px;
}
.whiteAcc .ui-dialog-titlebar button {
  border: none;
}
.scroll-prompt {
  opacity: 1;
  display: block;
  position: fixed;
  z-index: 998;
  bottom: -80px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 160px;
  pointer-events: none;
}
.scroll-prompt .scroll-prompt-arrow-container {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -18px;
  animation-name: bounce;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.scroll-prompt .scroll-prompt-arrow {
  animation-name: opacity;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.scroll-prompt .scroll-prompt-arrow:last-child {
  animation-direction: reverse;
  margin-top: -6px;
}
.scroll-prompt .scroll-prompt-arrow > div {
  width: 36px;
  height: 36px;
  border-right: 8px solid #5ec7f2;
  border-bottom: 8px solid #5ec7f2;
  transform: rotate(45deg) translateZ(1px);
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(3px);
  }
  20% {
    transform: translateY(6px);
  }
  30% {
    transform: translateY(9px);
  }
  40% {
    transform: translateY(12px);
  }
  50% {
    transform: translateY(15px);
  }
  60% {
    transform: translateY(18px);
  }
  70% {
    transform: translateY(21px);
  }
  80% {
    transform: translateY(24px);
  }
  90% {
    transform: translateY(27px);
  }
  100% {
    transform: translateY(30px);
  }
}
.compare_cb {
  text-decoration: underline;
  cursor: pointer;
}
footer {
  background-color: #0078bd;
  height: 100%;
  color: #fff;
  clear: both;
}
.footer_section {
  width: 1170px;
  margin: auto;
  padding: 20px 0px;
}
.footer_section a {
  color: #fff;
  text-decoration: none;
}
.footer_section a:hover {
  color: #ddd;
}
.footer_section .net {
  margin: 20px 0;
}
.footer_section .net a {
  display: inline-block;
  margin: 0px 10px;
  height: 25px;
  width: 20px;
}
.footer_section .right_foot > img {
  margin-right: 31%;
  min-height: 85px;
}
.footer_section .right_foot {
  float: right;
  width: 21%;
  border-left: #ddd 1px solid;
  min-height: 180px;
}
.footer_section .left_foot {
  float: left;
  width: 76%;
  padding-right: 2%;
}
.footer_section .lnks {
  display: flex;
  justify-content: space-between;
}
.footer_section .lnks div {
  float: right;
  max-width: 210px;
}
.footer_section .lnks a {
  display: block;
}
.footer_section .partners {
  clear: both;
  margin: 30px 0px 10px 0px;
  float: right;
}
.footer_section .partners > a {
  padding: 0 0px;
  float: left;
}
.footer_section .partners > a:before {
  content: "\2022";
  color: #fff;
  display: inline-block;
  width: 1em;
  margin-right: 20px;
}
.footer_section .partners > a:last-child:before {
  content: "";
}
.footer_section .rights {
  clear: both;
  margin: 10px 0px;
  float: right;
  width: 100%;
}
.footer_section .ewave {
  float: left;
}
.footer_section .emun_logo {
  width: 37px;
  margin-right: 36% !important;
}
.customplaceholder {
  clear: both;
  width: 100%;
}
#dialog {
  display: none;
}
#dialog {
  background-color: transparent;
}
#dialog iframe {
  border-radius: 10px;
  box-shadow: 0px -2px 52px 0px rgba(0, 0, 0, 0.86);
  background-color: #fff;
}
.ui-dialog {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  transition: top 0.3s ease-out;
}
.ui-dialog-titlebar button {
  background: url(/DigitalSite/images/btn_close_t2.png);
  width: 18px;
  height: 18px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 0px;
  outline: none;
  z-index: 1;
}
.ui-dialog-titlebar:before,
.ui-dialog-titlebar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ui-dialog-titlebar:after {
  clear: both;
}
.ui-widget-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0px;
  right: 0px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 70;
}
.ui-button-text {
  display: none;
}
.ui-dialog .dialog-popup.shadow-popup {
  border-radius: 10px;
  box-shadow: 0px -2px 52px 0px rgba(0, 0, 0, 0.86);
  background-color: #fff;
}
.compare_pop {
  padding: 30px 100px;
  background-color: #fff;
}
.compare_pop h1 {
  font-size: 28px;
  color: #001fff;
  border-bottom: #001fff 4px solid;
  padding-bottom: 10px;
  text-align: center;
}
.compare_pop .txt_choose {
  font-size: 16px;
  text-align: right;
  margin: 10px 6px 10px 0;
  color: #001fff;
  font-weight: bold;
}
.compare_pop .compare_box {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.compare_pop .compare_box h2 {
  color: #001fff;
  font-weight: normal;
  font-size: 16px;
  height: 38px;
  margin-bottom: 0px;
  overflow: hidden;
}
.compare_pop .compare_box h2 span {
  display: block;
  font-size: 15px;
  color: #343434;
  font-weight: normal;
}
.compare_pop .compare_box .device1 {
  float: right;
  width: 50%;
}
.compare_pop .compare_box .device2 {
  float: left;
  width: 50%;
}
.compare_pop .compare_box .device1 button {
  display: block;
  color: #343434;
  font-size: 14px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  margin: auto;
  text-decoration: underline;
}
.compare_pop .compare_box .device2 button {
  display: block;
  color: #343434;
  font-size: 14px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  margin: auto;
  text-decoration: underline;
}
.compare_pop .compare_box .device1 img {
  height: 260px;
}
.compare_pop .compare_box .device2 img {
  height: 260px;
}
.compare_pop .compare_box .btn {
  display: table;
}
.compare_pop .compare_box .between_txt {
  color: #343434;
  position: absolute;
  top: 160px;
  right: calc(50% - 40px);
  font-size: 18px;
  font-weight: bold;
  cursor: default;
}
.compare_pop .slct_yzrn_degem {
  position: relative;
  top: 0px;
  overflow: hidden;
  height: 40px;
  margin: 0px auto 0px 36px;
  background: #fff url("/DigitalSite/images/arr_slct.png") 8px center no-repeat;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: #a9a9a9 1px solid;
  float: right;
  padding: 0px;
}
.compare_pop .slct_yzrn_degem select {
  background: transparent;
  border: none;
  height: 38px;
  padding: 0px 10px;
}
.compare_pop .slct_yzrn_degem {
  width: 180px;
}
.compare_pop .slct_yzrn_degem select {
  width: 208px;
}
.compare_pop .select_box {
  margin: 4px 0px;
}
/*clearfix*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.iweb {
  display: inline-block;
}
.imob {
  display: none;
}
[ng-cloak] {
  visibility: hidden;
}
.owl-carousel.single-mode {
  display: block;
}
.ex8msg {
  color: #ffffff;
  font: bold 42px arial;
  width: 100%;
  text-align: center;
  position: relative;
  top: 400px;
  z-index: 1000;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 130%;
  background-color: #015d90;
  top: 0px;
  right: 0px;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 70;
}
/* popup youtube video */
.ytVideoBody {
  margin: 0px;
  overflow: hidden;
}
.ytVideoBody .ytVideo iframe {
  height: 100% !important;
  width: 640px !important;
}
.ytVideoBody .ytVideo {
  height: 100%;
}
.categories_nav_section {
  clear: both;
  float: right;
  width: 100%;
  /*background:url('/DigitalSite/images/ln11.png') no-repeat center bottom*/
}
.categories_nav_section nav {
  clear: both;
  width: 1170px;
  margin: auto;
  line-height: 50px;
}
.categories_nav_section nav > a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  width: auto;
  padding: 0px 40px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background: url('/DigitalSite/images/ln5.png') no-repeat left center;
}
.categories_nav_section nav > a:last-child {
  background: none;
}
.categories_nav_section nav > a.active {
  color: #001fff;
}
.categories_nav_section .sub_nav {
  display: none;
  background-color: #e3e3e3;
  position: absolute;
  width: 100%;
  left: 0px;
}
.categories_nav_section .sub_nav_items {
  clear: both;
  width: 1170px;
  margin: auto;
  line-height: 50px;
}
.categories_nav_section .sub_nav_items a {
  text-align: right;
  color: #343434;
  width: auto;
  font-size: 15px;
  font-weight: bold;
  padding-right: 10px;
  background: url('/DigitalSite/images/arr_pink.png') no-repeat center right;
  margin-left: 0px;
  text-decoration: none;
  margin-right: 26px;
  display: inline-block;
}
.categories_nav_section .arr_sub_menu {
  display: none;
  width: 100%;
  position: relative;
  z-index: 20;
}
.categories_nav_section .arr_sub_menu img {
  position: absolute;
  right: 41%;
}
.dialog-popup {
  background-color: #fff;
}
section.legal-notes {
  width: 1170px;
  clear: both;
  margin: auto;
  max-width: 100%;
  margin-bottom: 15px;
  padding: 0px 14px;
}
.device-price .price span {
  color: #343434;
  font-weight: bold;
  margin-right: 10px;
}
.device-price .price {
  display: inline-block;
  margin: auto;
  font-weight: bold;
  font-size: 16px;
  height: 66px;
  padding-top: 20px;
}
.device-price .special_price {
  height: 66px;
  padding-top: 20px;
  font-weight: bold;
}
.device-price .special_price del {
  font-size: 16px;
}
.device-price .special_price ins {
  margin-right: 10px;
  text-decoration: none;
  font-size: 17px;
}
.device-price .special_price .pink_price {
  color: #ec1a87;
  font-size: 22px;
}
.device-price .special_price .pink_price span {
  font-size: 20px;
}
.link-banner {
  width: 1170px;
  clear: both;
  margin: 0 auto 10px;
  max-width: 100%;
}
.link-banner.full-width {
  width: 100%;
}
.link-banner img {
  width: 100%;
}
[row-number-item] {
  display: none;
}
rating-stars img {
  width: 14px !important;
  height: auto !important;
}
/*  ����� ������  */
.questions_section {
  text-align: center;
  width: 1170px;
  clear: both;
  margin: auto;
  background: url('/DigitalSite/images/bg_ln9.png') no-repeat top center;
  padding-top: 20px;
  padding-bottom: 30px;
  overflow: hidden;
}
.questions_section h1 {
  text-align: center;
  font-size: 30px;
  margin: 20px 0px 20px 0px;
}
.questions_section .items_qst {
  overflow: hidden;
  text-align: right;
}
.questions_section .items_qst .item_qst {
  position: relative;
  border: #ddd 1px solid;
  float: right;
  background-color: #fff;
  padding: 20px;
  width: 23.4%;
  margin-left: 2%;
}
.questions_section .items_qst .item_qst:last-child {
  margin-left: 0%;
}
.questions_section .items_qst .txt_qst {
  font-weight: bold;
}
.questions_section .items_qst .name_qst {
  margin-bottom: 4px;
}
.questions_section .items_qst .item_ans {
  display: none;
  position: absolute;
  border: #ddd 1px solid;
  background-color: #fff;
  padding: 10px;
  width: 274px;
  top: 0px;
  height: 98px;
  right: 0px;
  background-color: #001fff;
  color: #fff;
}
.questions_section .btn {
  margin: 20px auto;
  display: table;
}
.questions_section .lnk_more_qst {
  margin: 20px 0px;
  color: #333;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  background: url("/DigitalSite/images/arr_left.png") no-repeat left center;
  padding-left: 10px;
}
.questions_section .items_qst2 {
  overflow: hidden;
  text-align: right;
}
.questions_section .items_qst2 .item_qst {
  background: url("/DigitalSite/images/icn_qst.png") no-repeat 10px 10px;
  border: #ddd 1px solid;
  background-color: #fff;
  padding: 20px;
  width: 99.6%;
}
.questions_section .items_qst2 .item_qst:last-child {
  margin-left: 0%;
}
.questions_section .items_qst2 .txt_qst {
  font-weight: bold;
}
.questions_section .items_qst2 .name_qst {
  margin-bottom: 4px;
}
.questions_section .items_qst2 .txt_ans {
  font-weight: bold;
  color: #001fff;
}
.questions_section .items_qst2 .item_ans {
  border-bottom: #ddd 1px solid;
  padding: 20px;
  width: 99.6%;
  margin-bottom: 40px;
}
.questions_section .search_qst {
  width: 368px;
  margin: auto;
}
.questions_section input[type="search"] {
  border: #a9a9a9 1px solid;
  font-size: 16px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 40px;
  padding: 0 10px;
  margin: 0px 0px 0 4px;
  width: 290px;
  height: 40px;
  float: right;
}
.questions_section input::-webkit-input-placeholder {
  color: #5e5e5e;
}
.questions_section input::-moz-placeholder {
  color: #5e5e5e;
}
.questions_section input:-ms-input-placeholder {
  color: #5e5e5e;
}
.questions_section input:-moz-placeholder {
  color: #5e5e5e;
}
.questions_section input[type="checkbox"] {
  width: auto;
}
.questions_section .btn {
  margin-top: 0px;
}
.questions_section .gray_btn {
  background-color: #4d4d4d;
}
.popup_ask {
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
}
.popup_ask h1 {
  text-align: center;
  font-size: 24px;
  margin: 20px 0px 20px 0px;
}
.popup_ask h2 {
  text-align: center;
  font-size: 18px;
  margin: 20px 0px 20px 0px;
  font-weight: normal;
}
.popup_ask .message {
  width: 400px;
  max-width: calc(100% - 20px);
  margin: 10px auto;
}
.popup_ask .btn.close {
  display: block;
  margin: 15px 0;
}
.popup_ask .frm {
  width: 480px;
  margin: auto;
}
.popup_ask .frm textarea {
  width: 100%;
  height: 140px;
  max-width: 100%;
  max-height: 140px;
}
.popup_ask .frm input[type="text"] {
  border: #a9a9a9 1px solid;
  font-size: 16px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 40px;
  padding: 0 10px;
  margin: 18px 0px 0 0px;
  width: 230px;
  height: 40px;
  float: right;
}
.popup_ask .frm input[type="email"] {
  border: #a9a9a9 1px solid;
  font-size: 16px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 40px;
  padding: 0 10px;
  margin: 18px 0px 0 0px;
  width: 230px;
  height: 40px;
  float: right;
}
.popup_ask .frm input::-webkit-input-placeholder {
  color: #5e5e5e;
}
.popup_ask .frm input::-moz-placeholder {
  color: #5e5e5e;
}
.popup_ask .frm input:-ms-input-placeholder {
  color: #5e5e5e;
}
.popup_ask .frm input:-moz-placeholder {
  color: #5e5e5e;
}
.popup_ask .frm input[type="checkbox"] {
  width: auto;
}
.popup_ask .frm .inpt {
  float: right;
  position: relative;
  min-height: 90px;
}
.popup_ask .frm label {
  color: #001fff;
  font-size: 13px;
}
.popup_ask .frm .inpt label {
  position: absolute;
  display: none;
  top: 0px;
  right: 10px;
  color: #001fff;
}
.popup_ask .frm .inpt input:focus + label {
  display: block;
}
.popup_ask .frm .inpt input:valid + label {
  display: block;
}
.popup_ask .frm .inpt input:invalid {
  box-shadow: none;
}
.popup_ask .frm .inpt.email {
  float: left;
}
.popup_ask .frm .btn {
  clear: both;
  display: block;
  float: left;
  width: 120px;
}
.popup_ask .frm .err_msg {
  min-height: 16px;
  font-size: 12px;
  color: #e81d88;
  background: url("/DigitalSite/images/err_pink.png") no-repeat center right;
  clear: both;
  padding-right: 15px;
  text-align: right;
}
.popup_ask .frm .msgs_textarea {
  margin-bottom: 14px;
}
/*  ���� ���   */
.reviews_section {
  text-align: center;
  width: 1170px;
  clear: both;
  margin: auto;
  background: url('/DigitalSite/images/bg_ln9.png') no-repeat top center;
  padding-top: 20px;
  padding-bottom: 30px;
}
.reviews_section h1 {
  text-align: center;
  font-size: 30px;
  margin: 20px 0px 20px 0px;
}
.reviews_section .items_reviews {
  text-align: right;
}
.reviews_section .items_reviews .item_review {
  background: url('/DigitalSite/images/bg_review.jpg') no-repeat top center;
  position: relative;
  min-height: 180px;
  float: right;
  padding: 44px 20px 18px 20px;
  width: 50%;
}
.reviews_section .items_reviews .txt_review {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0px 6px 0px;
}
.reviews_section .items_reviews .top_review {
  margin-bottom: 4px;
}
.reviews_section .items_reviews .top_review time {
  margin-bottom: 4px;
  font-size: 12px;
}
.reviews_section .items_reviews .top_review .name {
  float: right;
  font-weight: bold;
}
.reviews_section .items_reviews .top_review .stars {
  float: right;
  padding: 0px 10px;
  border-right: #aaa 1px solid;
  border-left: #aaa 1px solid;
  margin: 0px 10px;
  height: 20px;
}
.reviews_section .items_reviews .top_review .stars img {
  float: right;
}
.reviews_section .items_reviews .top_review .stars span {
  margin-right: 4px;
  font-size: 12px;
}
.reviews_section .items_reviews .openFullReview {
  color: #001fff;
}
.reviews_section .items_reviews .closeFullReview {
  display: none;
  color: #001fff;
}
.reviews_section .items_reviews .res2 {
  display: none;
}
.reviews_section .items_reviews .review {
  transition: all;
}
.reviews_section .items_reviews .review.abs {
  background-color: #e6e6e6;
  padding: 0px 14px 10px 14px;
  position: absolute;
  width: 574px;
  right: 5px;
  -webkit-box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.75);
  z-index: 100;
}
.reviews_section .btn {
  margin: 20px auto;
  display: table;
}
.reviews_section .lnk_more_review {
  margin: 20px 0px;
  color: #333;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  background: url("/DigitalSite/images/arr_left.png") no-repeat left center;
  padding-left: 10px;
}
.reviews_section .items_reviews2 {
  text-align: right;
}
.reviews_section .items_reviews2 .item_review {
  background-color: #e8e8e8;
  position: relative;
  min-height: 180px;
  float: right;
  padding: 20px 20px 18px 20px;
  width: 99.6%;
  margin: 10px 0px;
}
.reviews_section .items_reviews2 .txt_review {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0px 6px 0px;
}
.reviews_section .items_reviews2 .top_review {
  margin-bottom: 4px;
}
.reviews_section .items_reviews2 .top_review time {
  margin-bottom: 4px;
  font-size: 12px;
}
.reviews_section .items_reviews2 .top_review .name {
  float: right;
  font-weight: bold;
}
.reviews_section .items_reviews2 .top_review .stars {
  float: right;
  padding: 0px 10px;
  border-right: #aaa 1px solid;
  border-left: #aaa 1px solid;
  margin: 0px 10px;
  height: 20px;
}
.reviews_section .items_reviews2 .top_review .stars img {
  float: right;
}
.reviews_section .items_reviews2 .top_review .stars span {
  margin-right: 4px;
  font-size: 12px;
}
.reviews_section .items_reviews2 .openFullReview {
  text-decoration: none;
  color: #001fff;
}
.reviews_section .items_reviews2 .closeFullReview {
  display: none;
  color: #001fff;
}
.reviews_section .items_reviews2 .res2 {
  display: none;
}
.reviews_section .items_reviews2 .review {
  transition: all;
}
.reviews_section .items_reviews2 .review.abs {
  background-color: #e6e6e6;
  padding: 0px 14px 10px 14px;
  position: absolute;
  width: 574px;
  right: 5px;
}
.popup_review {
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
}
.popup_review h1 {
  text-align: center;
  font-size: 24px;
  margin: 20px 0px 20px 0px;
}
.popup_review h2 {
  text-align: center;
  font-size: 18px;
  margin: 20px 0px 20px 0px;
  font-weight: normal;
}
.popup_review .message {
  width: 400px;
  max-width: calc(100% - 20px);
  margin: 10px auto;
}
.popup_review .btn.close {
  display: block;
  margin: 15px auto;
}
.popup_review .frm {
  width: 480px;
  margin: auto;
}
.popup_review .frm textarea {
  width: 100%;
  height: 110px;
}
.popup_review .frm textarea:nth-child(2) {
  width: 100%;
  height: 30px;
  max-width: 100%;
  max-height: 30px;
}
.popup_review .frm input[type="text"] {
  border: #a9a9a9 1px solid;
  font-size: 16px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 40px;
  padding: 0 10px;
  margin: 18px 0px 0 0px;
  width: 230px;
  height: 40px;
  float: right;
}
.popup_review .frm input[type="email"] {
  border: #a9a9a9 1px solid;
  font-size: 16px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 40px;
  padding: 0 10px;
  margin: 18px 0px 0 0px;
  width: 230px;
  height: 40px;
  float: right;
}
.popup_review .frm input::-webkit-input-placeholder {
  color: #5e5e5e;
}
.popup_review .frm input::-moz-placeholder {
  color: #5e5e5e;
}
.popup_review .frm input:-ms-input-placeholder {
  color: #5e5e5e;
}
.popup_review .frm input:-moz-placeholder {
  color: #5e5e5e;
}
.popup_review .frm input[type="checkbox"] {
  width: auto;
}
.popup_review .frm .inpt {
  float: right;
  position: relative;
  min-height: 90px;
}
.popup_review .frm label {
  color: #001fff;
  font-size: 13px;
}
.popup_review .frm .inpt label {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #001fff;
}
.popup_review .frm .inpt input:focus + label {
  display: block;
}
.popup_review .frm .inpt input:valid + label {
  display: block;
}
.popup_review .frm .inpt input:invalid {
  box-shadow: none;
}
.popup_review .frm .inpt.email {
  float: left;
}
.popup_review .frm .dtls {
  height: 80px;
}
.popup_review .frm .Short_message {
  height: 66px;
}
.popup_review .frm .btn {
  clear: both;
  display: block;
  float: left;
  width: 120px;
}
.popup_review .frm .err_msg {
  min-height: 16px;
  font-size: 12px;
  color: #e81d88;
  background: url("/DigitalSite/images/err_pink.png") no-repeat center right;
  clear: both;
  padding-right: 15px;
  text-align: right;
}
.popup_review .frm .msgs_textarea {
  margin-bottom: 14px;
}
.popup_review .frm .rating .ttl {
  float: right;
  font-size: 19px;
  color: #343434;
  margin-left: 10px;
}
.popup_review .frm .rating {
  overflow: hidden;
  margin: 14px 0;
}
.starRating:not(old) {
  display: inline-block;
  width: 200px;
  height: 20px;
  overflow: hidden;
  vertical-align: bottom;
}
.starRating:not(old) > input {
  margin-right: -100%;
  opacity: 0;
}
.starRating:not(old) > label {
  display: block;
  float: right;
  position: relative;
  background: url('/DigitalSite/images/star_gray.png') no-repeat;
  background-size: contain;
}
.starRating:not(old) > label:before {
  content: '';
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url('/DigitalSite/images/star_blue.png') no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before {
  opacity: 1;
}
.pop_cart {
  width: 470px;
  margin: auto;
  padding: 10px 0;
}
.pop_cart select {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0px 10px;
  border: #a9a9a9 1px solid;
}
.pop_cart .ttl_frm {
  color: #343434;
  font-size: 24px;
  font-weight: bold;
  margin-top: 14px;
  text-align: center;
  border-bottom: #0074bb 5px solid;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.pop_cart .slct {
  overflow: hidden;
  height: 38px;
  margin: 10px auto 10px auto;
  background: #fff url("../imgs/arr_slct.png") 8px center no-repeat;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0px 0px;
  border: #a9a9a9 1px solid;
}
.pop_cart .slct select {
  background: transparent;
  border: none;
  height: 38px;
}
.pop_cart .slct_type {
  width: 270px;
}
.pop_cart .slct_type select {
  width: 298px;
}
.pop_cart .slct_payment {
  width: 270px;
}
.pop_cart .slct_payment select {
  width: 298px;
}
.pop_cart .slct_vol {
  width: 120px;
}
.pop_cart .slct_vol select {
  width: 148px;
}
.pop_cart .mid_frm {
  width: 270px;
  margin: auto;
  overflow: hidden;
}
.pop_cart .color_frm {
  float: right;
  font-weight: bold;
  margin-top: 4px;
  text-align: right;
  color: #555;
}
.pop_cart .color_frm .color_pic {
  margin-top: 4px;
}
.pop_cart .color_frm .color_pic div {
  float: right;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 3px;
  border: #999 1px solid;
  background-clip: content-box;
  padding: 2px;
}
.pop_cart .color_frm .color_pic div.active {
  border: #555 2px solid;
}
.pop_cart .color_frm span {
  font-weight: normal;
}
.pop_cart .slct_vol {
  float: left;
}
.pop_cart .price {
  font-size: 36px;
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
}
.pop_cart .price span {
  font-size: 26px;
  font-weight: normal;
}
.pop_cart .special_price {
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
}
.pop_cart .special_price del {
  font-size: 18px;
}
.pop_cart .special_price ins {
  margin-right: 10px;
  text-decoration: none;
  font-size: 17px;
}
.pop_cart .special_price .pink_price {
  color: #ec1a87;
  font-size: 36px;
}
.pop_cart .btns {
  text-align: center;
}
.pop_cart .btns a {
  margin: 0px 10px;
}
.pop_cart .btn {
  width: 200px;
}
.pop_cart_simple {
  width: 100%;
  margin: auto;
  padding: 0px 0;
  text-align: center;
}
.pop_cart_simple .ttl_frm {
  color: #001fff;
  font-size: 19px;
  margin-top: 0px;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 10px;
  padding: 0 10px 5px;
}
.pop_cart_simple .counted_cart {
  font-size: 18px;
  margin-bottom: 12px;
}
.pop_cart_simple .btn {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: normal;
  font-family: Arial;
  padding: 0px 10px;
}
.pop_cart_simple .gray_btn {
  background-color: #e20588;
}
.slider {
  position: relative;
  z-index: 0;
}
.slider .stand_alone {
  position: absolute;
  z-index: 30;
  top: 0px;
  bottom: 3px;
  left: 0;
  right: 0;
  pointer-events: none;
}
.slider .stand_alone a {
  width: 100%;
  height: 100%;
  display: block;
}
.slider .stand_alone img {
  width: 100%;
  height: 100%;
}
.slider.slider-images .stand_alone {
  bottom: 26px;
}
.slider.slider-video {
  text-align: center;
}
.slider.slider-video .stand_alone {
  pointer-events: all;
}
.slider.no-select-buttons .owl-dots {
  display: none;
}
.slider.slider-images.no-select-buttons .stand_alone {
  bottom: 3px;
}
.general-slider {
  padding: 0px;
  margin: 0px 0px;
}
.general-slider > img,
.general-slider > a > img {
  width: 100%;
  display: block;
}
.slider.natural-width {
  overflow: hidden;
}
.slider.natural-width.left-align {
  direction: ltr;
  text-align: left;
}
.slider.natural-width.keep-center .general-slider > img {
  margin-right: calc((100% - 1920px) / 2);
}
.slider.natural-width.keep-center .general-slider > a {
  margin-right: calc((100% - 1920px) / 2);
  display: block;
}
.slider.natural-width.left-align.keep-center .general-slider > img {
  margin-right: 0;
  margin-left: calc((100% - 1920px) / 2);
}
.slider.natural-width.left-align.keep-center .general-slider > a {
  margin-right: 0;
  margin-left: calc((100% - 1920px) / 2);
  display: block;
}
.natural-width .general-slider > img,
.natural-width .general-slider > a > img {
  width: auto;
  display: table;
  margin: auto;
}
.general-slider {
  color: #001fff;
  text-align: center;
  position: relative;
}
.general-slider h1 {
  text-align: center;
  color: #001fff;
  font-size: 44px;
  font-weight: normal;
  margin: 0px;
  padding: 20px 0;
}
.general-slider .owl-nav {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 45px);
  z-index: 100;
  right: 0;
  left: 0;
  display: none;
}
.general-slider .owl-carousel .owl-item a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.general-slider .owl-carousel .owl-item img {
  width: 100%;
  margin: auto;
}
.general-slider .owl-carousel .item {
  width: 100%;
  float: right;
  margin: 0px 0px;
  background-color: #fff;
  text-align: right;
}
.general-slider .owl-carousel .item:hover {
  background-color: #eee;
}
.general-slider .owl-carousel a {
  text-decoration: none;
}
.general-slider .owl-carousel .bg {
  float: right;
  width: 100% !important;
}
.general-slider .owl-carousel .pic {
  float: right;
}
.general-slider .owl-carousel .data_content {
  float: right;
}
.general-slider .owl-carousel .data_content h2 {
  color: #3b3b3b;
}
.general-slider .owl-carousel .data_content div {
  font-size: 18px;
  color: #3b3b3b;
}
.general-slider .owl-carousel .data_content .btn {
  margin: 20px 0px;
}
.general-slider .owl-prev {
  margin: 0px !important;
  position: absolute;
  left: 0px;
  top: 0;
  background: url('/DigitalSite/images/arr_carosel_left.png') center !important;
  background-size: 49px 93px !important;
  height: 93px;
  width: 49px;
}
.general-slider .owl-next {
  margin: 0px !important;
  position: absolute;
  right: 0px;
  top: 0;
  background: url('/DigitalSite/images/arr_carosel_right.png') center !important;
  background-size: 49px 93px !important;
  height: 93px;
  width: 49px;
}
.general-slider .btn {
  text-align: center;
}
.general-slider .owl-carousel .item .data {
  position: absolute;
  margin: 160px;
}
.general-slider .owl-dots,
.mid_promotion_carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.general-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.general-slider .owl-dots .owl-dot.active span {
  background: #e20588;
}
.general-slider .owl-dots .owl-dot:hover span {
  background: #869791;
}
.general-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.general-slider .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 35;
  pointer-events: none;
}
.general-slider a.image-overlay {
  text-decoration: none;
}
.general-slider .image-overlay * {
  pointer-events: all;
}
.banner img {
  width: 100%;
  display: block;
}
.default-cursor {
  cursor: default;
}
.content-section {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}
.content-section img {
  max-width: 100%;
}
.content-section li {
  list-style-type: disc;
  margin: 0 15px 0 0;
}
/* chrome fix */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
  /* added this */
}
.owl-item {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
/* CHAT */
#divPreInteractiveNavigatorButton {
  z-index: 100 !important;
}
.error {
  color: red;
}
.devices-promotion {
  position: relative;
}
.devices-promotion .background {
  overflow: hidden;
  direction: ltr;
}
.devices-promotion .background img {
  height: 100%;
}
.devices-promotion .devices-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.devices-promotion .devices-container .devices {
  display: table;
  height: 100%;
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}
.devices-promotion .devices-container ul {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.devices-promotion .devices-container ul li {
  width: calc(25% - 4px);
  display: inline-block;
  vertical-align: top;
}
.devices-promotion li .ttl {
  color: #001fff;
  font-size: 16px;
  font-weight: bold;
  margin: 6px 0px;
  padding-bottom: 10px;
}
.devices-promotion rating-stars {
  margin-bottom: 10px;
  display: block;
}
.devices-promotion .lnk_lead {
  color: #fff;
  display: block;
  margin-top: 15px;
}
/******OpenCloseText********/
.OpenClose_item {
  display: none;
  font-size: 15px;
}
.OpenClose_title {
  cursor: pointer;
  padding-right: 26px;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
}
.OpenClose_title {
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.OpenClose_title h2 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
}
.OpenClose_title[is-open=no] {
  background: url("/DigitalSite/images/arrowleft.png") center right no-repeat;
}
.OpenClose_title[is-open=yes] {
  background: url("/DigitalSite/images/arrowDown.png") center right no-repeat;
}
.OpenClose_title.close {
  background: url("/DigitalSite/images/arrowleft.png") center right no-repeat;
}
.OpenClose_title.open {
  background: url("/DigitalSite/images/arrowDown.png") center right no-repeat;
}
.OpenClose_item {
  padding: 4px 25px 0px 0px;
}
/******OpenCloseText2********/
.OpenClose_item2 {
  display: none;
  font-size: 15px;
  border-bottom: 1px solid #E3E3E3;
  padding: 10px 0px 10px 0px;
}
.OpenClose_title2 {
  cursor: pointer;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: #e3e3e3 1px solid;
}
.OpenClose_title2 {
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.OpenClose_title2 h2 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
}
.OpenClose_title2[is-open=no] {
  background: url("/DigitalSite/images/arrowleft.png") center left no-repeat;
}
.OpenClose_title2[is-open=yes] {
  background: url("/DigitalSite/images/arrowDown.png") center left no-repeat;
}
.OpenClose_title2.close {
  background: url("/DigitalSite/images/arrowleft.png") center left no-repeat;
}
.OpenClose_title2.open {
  background: url("/DigitalSite/images/arrowDown.png") center left no-repeat;
}
.OpenClose_item2 span[onclick] {
  color: #001fff;
}
.OpenClose_faq2 {
  border-top: #e3e3e3 5px solid;
  border-bottom: #e3e3e3 5px solid;
  margin-top: 10px;
  clear: both;
}
.openclose2 .btn_OpenClose2 {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  margin: 18px 0px 0px 16px;
  padding: 0px 25px 0px 25px;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  text-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.openclose2 .btn_OpenClose2 span {
  color: #001fff;
  Background: url('/DigitalSite/images/balance_bar_blue.png') right 0px no-repeat;
  display: none;
  float: right;
  height: 40px;
  left: 11px;
  position: relative;
  width: 11px;
}
.openclose2 .wrap_btn {
  text-align: center;
}
.openclose2 .wrap_btn2 {
  text-align: center;
  border-bottom: #e3e3e3 5px solid;
  padding-bottom: 16px;
}
/******OpenCloseTextblue********/
.OpenCloseTextblue .OpenClose_item2 {
  color: #ffffff;
  padding: 10px 10px;
}
.OpenCloseTextblue .OpenClose_title2 {
  color: #ffffff;
  padding-right: 10px;
}
.OpenCloseTextblue .OpenClose_title2[is-open=no] {
  background: url("/DigitalSite/images/arrowleft_w.png") 1% center no-repeat;
}
.OpenCloseTextblue .OpenClose_title2[is-open=yes] {
  background: url("/DigitalSite/images/arrowDown_w.png") 1% center no-repeat;
}
.OpenCloseTextblue .OpenClose_title2.close {
  background: url("/DigitalSite/images/arrowleft_w.png") 1% center no-repeat;
}
.OpenCloseTextblue .OpenClose_title2.open {
  background: url("/DigitalSite/images/arrowDown_w.png") 1% center no-repeat;
}
.OpenCloseTextblue {
  margin: 10px 0px;
  background-color: #001fff;
  padding: 0px 10px;
}
/******FAQ********/
.faq h2 {
  font-family: "SPACER";
  color: #0076bc;
}
.faq .inner {
  border-top: #e3e3e3 5px solid;
  border-bottom: #e3e3e3 5px solid;
  margin-top: 10px;
  clear: both;
  max-width: 1170px;
}
.faq .answer {
  display: none;
  font-size: 15px;
  border-bottom: 1px solid #E3E3E3;
  padding: 10px 0px 10px 0px;
}
.faq .question {
  cursor: pointer;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: #e3e3e3 1px solid;
  padding-left: 18px;
}
.faq .question {
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq .question h2 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
}
.faq .question {
  background: url("/digitalsite/images/arrowleft.png") center left no-repeat;
}
.faq .question[is-open=yes] {
  background: url("/digitalsite/images/arrowDown.png") center left no-repeat;
}
.faq .question.close {
  background: url("/digitalsite/images/arrowleft.png") center left no-repeat;
}
.faq .question.open {
  background: url("/digitalsite/images/arrowDown.png") center left no-repeat;
}
.faq .answer span[onclick] {
  color: #001fff;
}
/****FAQ Black icons*/
.faq_black_icons {
  padding: 20px 0;
}
.faq_black_icons h2 {
  color: #001fff;
  text-align: center;
}
.faq_black_icons .inner {
  padding-top: 20px;
  border-bottom: none;
}
.faq_black_icons .OpenClose_item2 {
  border-bottom: none;
  color: #000000;
  padding-right: 50px;
  padding-top: 0px;
  font-size: 17px;
}
.faq_black_icons .OpenClose_item2 table {
  border: none;
}
.faq_black_icons .OpenClose_item2 td {
  border: none;
}
.faq_black_icons .OpenClose_title2 {
  padding: 8px 40px 8px 20px;
  border-bottom: none;
}
.faq_black_icons .OpenClose_title2 {
  background: url(/DigitalSite/images/icons/plus.png) center right no-repeat;
  color: #001fff;
  background-size: 32px;
  font-size: 18px;
}
.faq_black_icons .OpenClose_title2.close {
  background: url(/DigitalSite/images/icons/plus.png) center right no-repeat;
  background-size: 28px;
}
.faq_black_icons .OpenClose_title2.open {
  background: url(/DigitalSite/images/icons/minus.png) center right no-repeat;
  background-size: 28px;
}
/****FAQ Blue icons*/
.faq_blue_icons {
  padding: 0px 0;
  border: none;
}
.faq_blue_icons h2 {
  color: #001fff;
  text-align: center;
  font-size: 36px;
  margin-bottom: 0px;
}
.faq_blue_icons .inner {
  padding-top: 20px;
  border-bottom: none;
  border-top: none;
}
.faq_blue_icons .OpenClose_item2 {
  border-bottom: none;
  color: #000000;
  padding-right: 0px;
  padding-top: 10px;
  font-size: 20px;
}
.faq_blue_icons .OpenClose_item2 table {
  border: none;
}
.faq_blue_icons .OpenClose_item2 td {
  border: none;
}
.faq_blue_icons .OpenClose_title2 {
  padding: 8px 0px 8px 20px;
  border-bottom: #e3e3e3 1px solid;
  color: #000;
}
.faq_blue_icons .OpenClose_title2 {
  background: url(/digitalsite/images/icons/plus-001.png) center left no-repeat;
  background-size: 17px;
  font-size: 24px;
}
.faq_blue_icons .OpenClose_title2.close {
  background: url(/digitalsite/images/icons/plus-001.png) center left no-repeat;
  background-size: 17px;
}
.faq_blue_icons .OpenClose_title2.open {
  border-bottom: none;
  background: url(/digitalsite/images/icons/minus-001.png) center left no-repeat;
  background-size: 17px;
  color: #001fff;
}
/****FAQ Black icons*/
.faq_black_icons {
  padding: 20px 0;
}
.faq_black_icons h2 {
  color: #001fff;
  font-size: 30px;
  margin-bottom: 10px;
}
.faq_black_icons .inner {
  padding-top: 20px;
  border-bottom: none;
}
.faq_black_icons .answer {
  border-bottom: none;
  color: #000000;
  padding-right: 40px;
  padding-top: 0px;
  font-size: 17px;
}
.faq_black_icons .answer table {
  border: none;
}
.faq_black_icons .answer td {
  border: none;
}
.faq_black_icons .question {
  padding: 8px 40px 8px 20px;
  border-bottom: none;
}
.faq_black_icons .question {
  background: url(/DigitalSite/images/icons/plus.png) center right no-repeat;
  color: #001fff;
  background-size: 32px;
  font-size: 18px;
}
.faq_black_icons .question.close {
  background: url(/DigitalSite/images/icons/plus.png) center right no-repeat;
  background-size: 28px;
}
.faq_black_icons .question.open {
  background: url(/DigitalSite/images/icons/minus.png) center right no-repeat;
  background-size: 28px;
}
/****FAQ Blue icons*/
.faq_blue_icons {
  padding: 0px 0;
  border: none;
}
.faq_blue_icons h2 {
  color: #001fff;
}
.faq_blue_icons .inner {
  padding-top: 20px;
  border-bottom: none;
  border-top: none;
}
.faq_blue_icons .answer {
  border-bottom: none;
  color: #000000;
  padding-right: 0px;
  padding-top: 10px;
  font-size: 20px;
}
.faq_blue_icons .answer table {
  border: none;
}
.faq_blue_icons .answer td {
  border: none;
}
.faq_blue_icons .question {
  padding: 12px 0px 8px 20px;
  border-bottom: #e3e3e3 1px solid;
  color: #000;
}
.faq_blue_icons .question {
  background: url(/digitalsite/images/icons/plus-001.png) center left no-repeat;
  background-size: 17px;
  font-size: 24px;
}
.faq_blue_icons .question.close {
  background: url(/digitalsite/images/icons/plus-001.png) center left no-repeat;
  background-size: 17px;
}
.faq_blue_icons .question.open {
  border-bottom: none;
  background: url(/digitalsite/images/icons/minus-001.png) center left no-repeat;
  background-size: 17px;
  color: #001fff;
}
.eng .faq .question.close,
.eng .faq .question {
  padding-left: 0;
  padding-right: 18px;
  background: url("/digitalsite/images/arrowright.png") center right no-repeat;
}
.eng .faq .question[is-open=yes] {
  background: url("/digitalsite/images/arrowDown.png") center right no-repeat;
}
.eng .faq .question.open {
  background: url("/digitalsite/images/arrowDown.png") center right no-repeat;
}
.FloatingButton {
  position: fixed;
  top: 100px;
  left: 0px;
  z-index: 100;
}
.FloatingButton.right_side {
  right: 0;
}
.natural-width video {
  width: auto;
}
.general-slider .image-overlay {
  text-align: right;
}
.narrow-display {
  width: 1170px;
  max-width: 100%;
  clear: both;
  margin: 0 auto;
  display: block;
}
.general-lead {
  position: relative;
}
.general-lead .lead-container form > div {
  display: table;
  margin: auto;
}
.general-lead .slider + .lead-container {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.general-lead .lead-container > .inner {
  background: #fff;
  text-align: right;
  padding: 26px 20px 20px 20px;
}
.general-lead .lead-container h3 {
  margin: 0;
  color: #001fff;
}
.general-lead.center .lead-container {
  justify-content: center;
}
.general-lead.right .lead-container {
  justify-content: flex-start;
}
.general-lead.left .lead-container {
  justify-content: flex-end;
}
.general-lead.middle .lead-container {
  align-items: center;
}
.general-lead.top .lead-container {
  align-items: flex-start;
}
.general-lead.bottom .lead-container {
  align-items: flex-end;
}
.general-lead .field-name + .field-input {
  margin-top: 5px;
}
.general-lead .field-row {
  margin-top: 15px;
}
.general-lead .field-row:first-child {
  margin-top: 0;
}
.general-lead .err_msg {
  min-height: 16px;
  font-size: 12px;
  color: #e81d88;
  clear: both;
  margin-top: 5px;
}
.general-lead .field-input.jquery-ui-css {
  position: relative;
}
.general-lead .field-input.jquery-ui-css .ui-datepicker {
  top: 36px !important;
  left: unset !important;
  right: 0;
}
.general-lead .field-input::after {
  clear: both;
  display: block;
  content: '';
}
.general-lead .field-input input:not([type="checkbox"]):not([type="radio"]) {
  text-align: right;
  width: 100%;
  min-width: 250px;
  height: 36px;
  padding: 4px 10px 1px 0;
  border: 2px solid #001fff;
  background: #fff;
  border-radius: 20px;
}
.general-lead .field-input textarea {
  resize: none;
  width: 100%;
  min-width: 250px;
  height: 150px;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.general-lead .field-input select {
  text-align: right;
  width: 100%;
  min-width: 250px;
  height: 36px;
  padding: 4px 10px 1px 0;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 20px;
}
.general-lead .field-input select.ng-not-empty {
  border: 2px solid #001fff;
}
.general-lead .lead-legal-notes {
  max-width: 100%;
  margin-top: 24px;
  font-size: 13px;
  float: right;
  clear: both;
}
.general-lead .slider + .lead-container .lead-legal-notes {
  max-width: 16vw;
}
.general-lead .field-input [type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.general-lead .field-input [type="radio"] + label {
  float: right;
  position: relative;
  padding: 0 17px 0 10px;
}
.general-lead .field-input [type="radio"] + label:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  border: 1px solid #000;
}
.general-lead .field-input [type="radio"] + label:after {
  content: '';
  opacity: 0;
  position: absolute;
  right: 3px;
  top: 6px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #000;
  transition: all 0.1s ease-in;
}
.general-lead .field-input [type="radio"]:checked + label:after {
  opacity: 1;
}
.general-lead .field-input [type="radio"]:first-child {
  margin-right: 0;
}
.general-lead .field-input [type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.general-lead .field-input [type="checkbox"] + label {
  float: right;
  padding: 0 17px 0 10px;
  position: relative;
}
.general-lead .field-input [type="checkbox"] + label:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  height: 11px;
  width: 11px;
  border-radius: 2px;
  border: 1px solid #000;
}
.general-lead .field-input [type="checkbox"]:checked + label:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 1px;
  top: 2px;
  height: 11px;
  width: 11px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QgGDSUc8P1pYQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAwUlEQVQoz4WQuw3CQBBER4SO3QIh2Tg4OT4hOiCjAc4lEJD6qIAGiM+Z40Xk55ASzj0siZFs8/FIm8zqrWYHqor/E9eeFNJJSGqxBERPIakupFpV8R+I/khS6IIk1WwBmEZ5+z+BFFxNUumjjP2F616i6nq8W6FvbFUUUlSN9EAGAOja7Q0ozenw2ABPjLRCbu7WAHicy92la4E+a663PWDu1uQt5ppGoPoQ1H3J/vlDCtYNEOl03MzPp4dmJr3P5wWtWD6BOWlT/AAAAABJRU5ErkJggg==");
}
.general-lead .btn {
  width: 100%;
  font-size: 20px;
}
.general-lead .leads-message {
  width: 250px;
}
.general-lead .date {
  margin-top: 10px;
}
.general-lead .date > div {
  float: right;
  width: 32%;
}
.general-lead .date > div + div {
  margin-right: 2%;
}
.general-lead .date:after {
  content: ' ';
  display: block;
  clear: both;
}
.general-lead .date select {
  min-width: 0;
}
.general-lead .field-input input:not([type="checkbox"]):not([type="radio"]):placeholder-shown {
  border: 1px solid #ccc;
}
.formAccfeedback {
  display: none;
  position: absolute;
  top: 0px;
  width: 400px;
  height: 350px;
  background-color: #fff;
  left: 0px;
  padding: 20px;
  z-index: 100;
  -webkit-box-shadow: 0px 2px 13px -2px #343434;
  -moz-box-shadow: 0px 2px 13px -2px #343434;
  box-shadow: 0px 2px 13px -2px #343434;
}
.formAccfeedback select {
  float: right;
  border: #444 1px solid;
  font-family: arial;
  clear: both;
  font-size: 18px;
  padding: 6px 3px;
  margin: 4px 0px;
  width: 100%;
}
.formAccfeedback .txtPhoneNumber {
  display: none;
}
.formAccfeedback textarea {
  width: 100%;
}
.formAccfeedback .send_btn {
  background-color: #001fff;
  color: #fff;
  text-decoration: none;
  margin: 0px 3px;
  padding: 6px 10px;
  font-weight: bold;
}
.formAccfeedback .btns {
  margin-top: 20px;
}
.formAccfeedback h3 {
  color: #001fff;
}
.formAccfeedback .advise_results .err {
  display: none;
  margin-top: 50px;
  color: red;
  font-size: 23px;
}
.formAccfeedback .advise_results .suc {
  display: none;
  margin-top: 50px;
  color: green;
  font-size: 23px;
}
.formAccfeedback .closeAccfeedback {
  border: none;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0;
  background-color: #fff;
}
.page-links {
  position: relative;
  width: 100%;
  font-size: 24px;
}
.page-links .wrap-page-links {
  width: 100%;
  background-color: rgba(0, 51, 102, 0.8);
  padding: 10px 0px;
}
.page-links .wrap-page-links.mobile_scroll ul {
  white-space: nowrap;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  flex-flow: unset;
}
.page-links .wrap-page-links.mobile_scroll li {
  padding: 10px 7px;
}
.page-links ul {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  width: 1170px;
  margin: auto;
}
.page-links.align-right ul {
  justify-content: flex-start;
}
.page-links.align-left ul {
  justify-content: flex-end;
}
.page-links.align-right li + li,
.page-links.align-left li + li {
  margin-right: 20px;
}
.page-links li {
  padding: 5px 10px;
}
.page-links a {
  text-decoration: none;
  color: #fff;
}
.page-links a:hover {
  text-decoration: underline;
}
.page-links-v2 {
  position: relative;
  width: 100%;
  font-size: 24px;
}
.page-links-v2 .wrap-page-links {
  width: 100%;
  background-color: #f8f6f9;
  padding: 10px 0px;
}
.page-links-v2 .wrap-page-links.mobile_scroll ul {
  white-space: nowrap;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  flex-flow: unset;
}
.page-links-v2 .wrap-page-links.mobile_scroll li {
  padding: 10px 7px;
}
.page-links-v2 ul {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  width: 1170px;
  margin: auto;
}
.page-links-v2.align-right ul {
  justify-content: flex-start;
}
.page-links-v2.align-left ul {
  justify-content: flex-end;
}
.page-links-v2.align-right li + li,
.page-links.align-left li + li {
  margin-right: 20px;
}
.page-links-v2 li {
  padding: 5px 10px;
}
.page-links-v2 a {
  text-decoration: none;
  color: #fff;
  line-height: 46px;
  font-weight: normal;
  color: #101010;
}
.page-links-v2 a:not(.btn_top):hover {
  text-decoration: underline;
}
.page-links-v2 .btn_top {
  background-color: #eb1d82;
  color: #fff !important;
  width: 172px;
  display: table;
  margin: 0px 0;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  font-size: 23px;
  border-radius: 4px;
  border-radius: 30px;
}
.slow-dialog {
  padding: 15px 30px 10px;
  position: relative;
}
.slow-dialog .buttons {
  margin: 30px 0 20px;
}
.slow-dialog .buttons a,
.slow-dialog .buttons button {
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  line-height: 20px;
  padding: 10px;
}
.ui-dialog-title {
  display: none;
}
.jumping_aria {
  padding: 0px;
  margin: 0px;
}
.jumping_aria a {
  position: fixed;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  z-index: 99999;
  right: 0px;
  top: 0px;
  font-size: 14px;
  padding: 4px;
  text-decoration: none;
}
.jumping_aria a:focus {
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
  background-color: #000000;
  color: #ffffff;
}
.jumping_aria a:active {
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
  background-color: #000000;
  color: #ffffff;
}
.acc-jump-area {
  position: fixed;
  z-index: 100;
}
.acc-jump-area > h5 {
  color: #fff;
  background-color: #000;
  padding: 3px 10px;
}
.acc-jump-area button {
  position: fixed;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  z-index: 99999;
  right: 0px;
  top: 0px;
  font-size: 14px;
  padding: 4px;
}
.acc-jump-area button:focus {
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
  background-color: #eee;
  color: #000;
}
.acc-jump-area button:active {
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
  background-color: #eee;
  color: #000;
}
.dynamic-form {
  padding: 30px 84px;
  -webkit-box-shadow: 0px 1px 20px 1px #444444;
  -moz-box-shadow: 0px 1px 20px 1px #444444;
  box-shadow: 0px 1px 20px 1px #444444;
  margin: 20px auto;
  display: table;
  width: auto;
}
.dynamic-form .err_msg {
  min-height: 16px;
  font-size: 12px;
  color: #e81d88;
  clear: both;
  margin: 5px 160px 0 0;
}
.dynamic-form .field-row {
  float: right;
  clear: both;
}
.dynamic-form .field-row .field-row {
  max-width: 100%;
}
.dynamic-form .field-row + .field-row {
  margin-top: 10px;
}
.dynamic-form .field-row-wrapper {
  margin-top: 10px;
  clear: both;
}
.dynamic-form .field-row-wrapper:first-child {
  margin-top: 0;
}
.dynamic-form .mandatory {
  position: relative;
}
.dynamic-form .mandatory:before {
  content: '*';
  display: block;
  position: absolute;
  right: -10px;
  top: 3px;
  color: red;
}
.dynamic-form .field-input label {
  width: 144px;
  float: right;
  margin-left: 10px;
  font-size: 17px;
}
.dynamic-form .field-input label.btn {
  width: auto;
  line-height: 30px;
}
.dynamic-form .field-input input[type="file"] {
  display: none;
}
.dynamic-form .field-input input:not([type="checkbox"]):not([type="radio"]),
.dynamic-form .field-input select {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 260px;
  max-width: 100%;
  height: 40px;
  float: right;
  background: #fff;
  line-height: 30px;
  border: 1px solid #aaa;
  padding-right: 8px;
  padding-left: 8px;
}
.dynamic-form .field-input textarea {
  width: 260px;
  max-width: 100%;
  height: 100px;
  max-height: 100px;
  float: right;
  background: #fff;
}
.dynamic-form .file-name {
  display: inline-block;
  text-align: left;
  direction: ltr;
  line-height: 30px;
  margin-right: 10px;
}
.dynamic-form .explanation {
  position: relative;
  float: right;
  margin: 0px 10px 0 0;
}
.dynamic-form .explanation-btn {
  width: 32px;
  height: 34px;
  background-image: url(/DigitalSite/Images/info.png);
  float: right;
  background-color: transparent;
}
.dynamic-form .explanation-content {
  display: block;
  position: absolute;
  top: 5px;
  right: 35px;
  width: 160px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  border: gray 1px solid;
  background-color: #e3e3e3;
  padding: 5px 10px;
  pointer-events: none;
  z-index: 1;
}
.dynamic-form .explanation-btn:focus + .explanation-content,
.dynamic-form .explanation-content:focus {
  opacity: 1;
  pointer-events: all;
}
.dynamic-form .btn-dynamic-form {
  float: left;
  margin-top: 10px;
}
.dynamic-form textarea {
  resize: none;
}
.dynamic-form .field-input input:not([type="checkbox"]):not([type="radio"]).time {
  direction: ltr;
  width: 72px;
  padding-left: 13px;
}
.dynamic-form .field-input input:not([type="checkbox"]):not([type="radio"]).time.ng-empty {
  padding-left: 7px;
}
.dynamic-form .field-input input:not([type="checkbox"]):not([type="radio"]).has-time {
  margin-left: 10px;
  width: 178px;
  max-width: calc(100% - 83px);
}
.dynamic-form .ui-datepicker {
  top: 40px !important;
  right: 154px !important;
}
.services-cancellation .btn-services-cancellation {
  margin-top: 10px;
  float: left;
  margin-left: 41px;
}
.services-cancellation .error-wrapper .err_msg {
  margin-right: 0;
}
.dynamic-form.services-cancellation {
  display: table;
}
/* datepicker highlight remove start */
.jquery-ui-css.hide-today .ui-state-highlight,
.jquery-ui-css.hide-today .ui-widget-content .ui-state-highlight,
.jquery-ui-css.hide-today .ui-widget-header .ui-state-highlight {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  color: #454545;
}
.jquery-ui-css.hide-today .ui-state-active,
.jquery-ui-css.hide-today .ui-widget-content .ui-state-active,
.jquery-ui-css.hide-today .ui-widget-header .ui-state-active,
a.jquery-ui-css.hide-today .ui-button:active,
.jquery-ui-css.hide-today .ui-button:active,
.jquery-ui-css.hide-today .ui-button.ui-state-active:hover {
  border: 1px solid #0062ff !important;
  background: #cfe4f7 !important;
  color: #2b2b2b !important;
}
.jquery-ui-css.hide-today .ui-state-hover,
.jquery-ui-css.hide-today .ui-widget-content .ui-state-hover,
.jquery-ui-css.hide-today .ui-widget-header .ui-state-hover,
.jquery-ui-css.hide-today .ui-state-focus,
.jquery-ui-css.hide-today .ui-widget-content .ui-state-focus,
.jquery-ui-css.hide-today .ui-widget-header .ui-state-focus,
.jquery-ui-css.hide-today .ui-button:hover,
.jquery-ui-css.hide-today .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  color: #2b2b2b;
}
/* datepicker highlight remove end */
.ui-datepicker .ui-datepicker-prev span {
  background: url("/DigitalSite/images/arr_calendar_right.png") no-repeat center !important;
}
.ui-datepicker .ui-datepicker-next span {
  background: url("/DigitalSite/images/arr_calendar_left.png") no-repeat center !important;
}
input[datetimepicker] {
  direction: ltr;
  text-align: right;
}
.your-services {
  position: relative;
}
.your-services .ttl1 {
  font-size: 40px;
  color: #2e4f82;
  text-align: center;
  font-weight: bold;
  padding: 10px 0px;
  margin-top: 140px;
}
.your-services .ttl2 {
  font-size: 36px;
  color: #001fff;
  text-align: center;
  padding: 10px 0;
}
.your-services .actions-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.your-services .actions {
  width: 1170px;
  padding-top: 30px;
  margin: auto;
  overflow: hidden;
}
.your-services .actions_items {
  display: table;
  margin: auto;
}
.your-services .actions_items.right {
  float: right;
}
.your-services .actions_items.left {
  float: left;
}
.your-services .actions_items a {
  float: right;
  background-color: #fff;
  margin: 10px;
  text-align: center;
  color: #001fff;
  padding: 10px;
  width: 140px;
  -webkit-box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.your-services .actions_items a:nth-child(4n+1) {
  clear: both;
}
.your-services .actions_items span {
  display: block;
  line-height: 18px;
  font-size: 18px;
  padding-bottom: 6px;
  min-height: 50px;
}
.your-services .actions_items a img {
  height: 100px;
}
.your-services .items-links {
  margin-top: 50px;
}
#loader {
  z-index: 130;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
}
#loader:before {
  content: ' ';
  width: 164px;
  height: 164px;
  z-index: 200;
  position: absolute;
  top: 240px;
  left: calc(50% - 80px);
  background: url(/DigitalSite/Images/loading_site.gif) no-repeat 0 0;
}
.sticky-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  transition: bottom 0.3s ease-in;
}
.sticky-bottom .inner {
  text-align: center;
  min-height: 40px;
  background: #fff;
  box-shadow: 0px 1px 20px 2px #000;
  padding: 10px 20px 0 20px;
  position: relative;
  width: 850px;
}
.sticky-bottom .close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: url(/DigitalSite/images/btn_close_t2.png) no-repeat top 0 right 0;
  height: 18px;
  width: 18px;
  display: inline-block;
  font-size: 0;
  background-size: 100%;
}
.sticky-bottom .hidden {
  display: none;
}
.has-sticky-bottom .scroll-prompt {
  display: none !important;
}
.has-sticky-bottom .arr_top {
  display: none !important;
}
.CustomerType {
  text-align: center;
  background-color: #fff;
  font-family: "SPACER-REG";
}
.CustomerType h1 {
  font-size: 35px;
  color: #001fff;
  text-align: center;
  font-weight: bold;
  border-bottom: #001fff 4px solid;
  margin-bottom: 8px;
}
.CustomerType .flex_customer {
  display: flex;
  justify-content: center;
}
.CustomerType .flex_customer a {
  display: inline-block;
  margin: 20px;
  text-decoration: none;
  font-size: 22px;
  color: #001fff;
  text-align: center;
}
.CustomerType .flex_customer span {
  display: block;
}
.CustomerType .bu_lnk {
  display: inline-block;
  margin: 20px;
  color: #001fff;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 1;
}
.gsc-control-searchbox-only {
  width: 276px !important;
}
.gsc-control-searchbox-only .gsib_a {
  padding: 0 !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  height: 25px !important;
  box-shadow: none !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
table.gsc-search-box {
  direction: rtl !important;
  display: block;
  position: relative;
}
table.gsc-search-box > table.gsc-search-box > tr,
table.gsc-search-box > tr > td,
table.gsc-search-box > tbody,
table.gsc-search-box > tbody > tr,
table.gsc-search-box > tbody > tr > td {
  display: block;
}
.gsc-search-button {
  position: absolute;
  left: 0;
  top: 0;
  background: url("/digitalsite/images/icons/header_private/Magnifying_Glass_Icon.png") no-repeat 4px 1px !important;
  background-size: 23px !important;
  border-color: transparent !important;
}
.gsc-search-button svg {
  display: none;
}
.gsc-search-button button {
  height: 34px;
}
table.gsc-search-box input[type="text"] {
  width: calc(100% - 45px) !important;
  float: right;
  text-align: right;
  border: none;
}
.gsc-input-box {
  border-radius: 15px;
  width: 80%;
  float: left;
  padding: 2px 0px !important;
  width: 100%;
  border-color: #001fff !important;
  margin-top: 4px;
}
.gsc-input-box .gsib_b {
  display: none;
}
img.lazyload:not([src]) {
  visibility: hidden;
}
/*img.lazyload { visibility: hidden; opacity: 0; transition: opacity 0.2s ease-in; }
img.lazyloadone { visibility: visible; opacity: 1; }*/
.BannerCircleTemplate {
  position: relative;
  width: 100%;
  background-color: #00639e;
  display: table;
  height: 100%;
  font-family: "SPACER-REG";
}
.BannerCircleTemplate.mobile-only {
  display: table !important;
}
.BannerCircleTemplate .circle {
  position: absolute;
  left: 49%;
  width: 5%;
  width: 7%;
  height: 100%;
}
.BannerCircleTemplate .img {
  float: left;
  width: 55%;
}
.BannerCircleTemplate .txt {
  margin-top: 20px;
  font-size: 28px;
}
.BannerCircleTemplate .txt h2 {
  font-size: 28px;
  font-weight: normal;
  margin: 0px;
  color: inherit;
}
.BannerCircleTemplate .tit {
  font-size: 3.2vw;
  font-family: "SPACER";
  line-height: 3.2vw;
}
.BannerCircleTemplate .tit h1 {
  font-size: 3.2vw;
  font-family: "SPACER";
  line-height: 3.2vw;
  color: inherit;
  margin: 0px;
}
.BannerCircleTemplate .content {
  float: right;
  width: 44%;
  height: 100%;
  padding-right: 5%;
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
}
.BannerCircleTemplate .content h2 {
  align-items: center;
  color: inherit;
  margin: 0px;
}
.BannerCircleTemplate .terms_on_banner {
  position: absolute;
  bottom: 7px;
}
.BannerCircleTemplate .btnn {
  line-height: 30px;
  text-align: center;
  min-width: 220px;
  margin-top: 46px;
  background-color: #ec1d85;
  border-radius: 28px;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  display: inline-block;
}
.BannerCircleTemplate .btnn:hover {
  background-color: #d11777;
  font-weight: bold;
}
.BannerCircleTemplate .btnn span {
  font-size: 16px;
}
.BannerCircleTemplate.bnr_right .circle.left {
  display: none;
}
.BannerCircleTemplate.bnr_right .circle.bottom {
  display: none;
}
.BannerCircleTemplate.bnr_right .content {
  float: right;
}
.BannerCircleTemplate.bnr_right .img {
  float: left;
}
.BannerCircleTemplate.bnr_right .circle.right {
  left: 50%;
  right: unset;
}
.BannerCircleTemplate.bnr_left .circle.right {
  display: none;
}
.BannerCircleTemplate.bnr_left .circle.bottom {
  display: none;
}
.BannerCircleTemplate.bnr_left .content {
  float: left;
  left: 0px;
}
.BannerCircleTemplate.bnr_left .img {
  float: right;
  right: 0px;
}
.BannerCircleTemplate.bnr_left .circle.left {
  right: 49%;
  left: unset;
}
.BannerCircleTemplate.bnr_biz {
  background-color: #0a2651;
}
.BannerCircleTemplate .biz {
  display: none;
}
.BannerCircleTemplate.bnr_biz .biz {
  display: block;
}
.BannerCircleTemplate.bnr_biz .pr {
  display: none;
}
.BannerVideo .content {
  background-color: #006db8;
  text-align: center;
}
.BannerVideo .content .tit {
  display: none;
}
.BannerVideo .btnn {
  text-align: center;
  min-width: 220px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ec1d85;
  border-radius: 28px;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  display: inline-block;
}
.BannerVideo .btnn span {
  font-size: 16px;
}
/* ������ ������  */
.superlative_on_slider {
  position: absolute;
  border: #eb357f 5px solid;
  border-radius: 80px;
}
.superlative_on_slider span {
  flex-direction: column;
  font-size: 23px;
  text-align: center;
  background-color: #ec357f;
  border-radius: 80px;
  display: flex;
  border: #fff 2px solid;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.sllider_template .title_h {
  font-size: 3.6vw;
  line-height: 3.6vw;
}
.sllider_template .title_h h1 {
  font-size: 3.6vw;
  margin: 0px;
  font-weight: bold;
  line-height: 3.6vw;
  padding: 0px;
  color: unset;
}
.sllider_template .title_h h2 {
  font-size: 3.6vw;
  margin: 0px;
  font-weight: bold;
  line-height: 3.6vw;
  padding: 0px;
  color: unset;
}
.sllider_template .top_text {
  font-size: 2.3vw;
  margin: 0px;
}
.sllider_template .txt {
  font-size: 1.6vw;
  line-height: 2vw;
}
.sllider_template .txt h2 {
  font-size: 1.6vw;
  line-height: 3vw;
  font-weight: normal;
  margin: 0px;
  color: unset;
}
.sllider_template .btn_slide {
  display: inline-block;
  text-decoration: none;
  line-height: 30px;
  margin-top: 14px;
  color: #fff;
  font-size: 1.4vw;
  background-color: #e20588;
  border-radius: 28px;
  text-align: center;
  width: auto !important;
  padding: 12px 40px;
}
.sllider_template .btn_slide span {
  font-size: 1vw;
}
.sllider_template {
  color: #fff;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 20px 0px;
}
.sllider_template .btn_slide:hover {
  background-color: #e20588;
  font-weight: bold;
}
.sllider_template.right {
  padding-right: 8%;
  width: 52vw;
}
.sllider_template.right .title_h {
  text-align: right;
}
.sllider_template.right .title_h h1 {
  text-align: right;
}
.sllider_template.right .title_h h2 {
  text-align: right;
}
.sllider_template.left {
  width: 50%;
  float: left;
}
.sllider_template.center {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.sllider_template.center > div {
  padding-bottom: 20px;
}
.sllider_template.top {
  align-items: flex-start;
}
.sllider_template.bottom {
  align-items: flex-end;
  padding-bottom: 6px;
}
.sllider_template.bottom .btn_slide {
  margin-top: 2vw;
}
.sllider_template.bottom .txt {
  margin-top: 1vw;
}
.sllider_template.bottom > div {
  padding-bottom: 0px;
}
.sllider_template.middle {
  align-items: center;
}
.sllider_template.middle {
  align-items: center;
}
/*.superlative_on_slider.right { top: 10%; right: 85%; }
.superlative_on_slider.left { top: 10%; right: 5%; }
.superlative_on_slider.center { top: 10%; right: 5%; }*/
/* ���� �������*/
.adv_feature {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0px auto;
}
.adv_feature > div {
  margin: 15px 25px;
  text-align: center;
  font-size: 21px;
}
.adv_feature > div img {
  height: 30px;
}
.adv_feature > div a {
  text-decoration: none;
  display: inline-block;
}
.adv_feature > div a:hover {
  font-weight: bold;
}
.adv_feature .txt {
  display: block;
  text-align: center;
}
.adv_feature .txt br {
  display: none;
}
.adv_feature .btn_Special_adv {
  margin: 0 30px 0 0;
}
.adv_feature .btn_Special_adv a {
  height: 100%;
  display: flex;
  padding: 0 26px;
  font-size: 22px;
  align-items: center;
  text-decoration: none;
}
.adv_feature .btn_Special_adv a:hover {
  font-weight: bold;
}
.adv_feature.fix_adv {
  position: fixed;
  top: 87px;
  z-index: 10;
}
.select-search {
  width: 200px;
  position: relative;
}
.select-search .select-search-btn-open {
  border-radius: 5px;
  color: #000;
  background: #fff;
  border: 1px solid #b7b7b7;
  text-align: right;
  padding: 0 10px 0 25px;
  height: 39px;
  line-height: 39px;
  width: 100%;
  font-size: 20px;
  font-family: "SPACER-REG";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-search .select-search-btn-open:after {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 7px;
  width: 20px;
  height: 15px;
  background: url(/DigitalSite/images/arrow_down_blue.png) no-repeat;
}
.select-search .select-search-input {
  height: 30px;
  line-height: 30px;
  padding: 0 7px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e4e4e4;
}
/*.select-search .select-search-btn-close { height: 38px; width: 30px; font-size: 20px; background: @ColorBlue; color: #fff; border-radius: 5px; float: left; }*/
.select-search .select-search-list {
  position: absolute;
  right: 0;
  top: 39px;
  background: #fff;
  z-index: 1;
  width: 250px;
  border: 1px solid #b7b7b7;
}
.select-search ul {
  list-style: none;
  margin: 3px 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  position: relative;
}
.select-search li {
  padding: 3px 5px;
  cursor: default;
}
.select-search li:hover {
  background-color: #e4e4e4;
}
.select-search li.selected {
  background-color: #b7b7b7;
}
.select-search .select-search-no-items {
  padding: 5px;
}
/* ZIG ZAG CONTENT  */
.right_text_strip {
  width: 1170px;
  margin: auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.right_text_strip h2 {
  width: 50%;
  font-size: 2.2vw;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: right;
}
.right_text_strip .txt_strip {
  width: 50%;
  font-size: 1.3vw;
}
.right_text_strip > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.left_text_strip {
  width: 1170px;
  margin: auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.left_text_strip h2 {
  width: 50%;
  font-size: 2.2vw;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: right;
}
.left_text_strip .txt_strip {
  width: 50%;
  font-size: 1.3vw;
}
.left_text_strip > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.black_txt_strip {
  color: #000;
}
.white_txt_strip {
  color: #fff;
}
.blue_prati_txt_strip {
  color: #001fff;
}
.blue_iski_txt_strip {
  color: #001f42;
}
.ui-dialog.dc-auto #dialog {
  height: auto !important;
}
/*Mobile*/
@media (min-width: 0px) and (max-width: 916px) {
  .brm {
    display: block;
  }
  .slider-video iframe {
    width: 85%;
  }
  .adv_feature {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
    margin: 0px;
  }
  .adv_feature > div {
    width: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 12px 12px;
  }
  .adv_feature > div img.mobile-only {
    display: inline-block !important;
  }
  .adv_feature .btn_Special_adv {
    position: fixed;
    left: 0%;
    bottom: 0px;
    width: 100%;
    z-index: 20;
  }
  .adv_feature .btn_Special_adv a {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 5vw;
    box-shadow: 1px 1px 12px 2px #ccc;
    padding: 4px 40px;
  }
  .adv_feature .txt {
    line-height: 16px;
  }
  .adv_feature .txt br {
    display: block;
  }
  .adv_feature.fix_adv {
    position: fixed;
    top: 47px;
  }
  .bp-business .devices_carousel_catalog ul {
    background-color: #fff;
  }
  .bp-business .devices_carousel_catalog ul a {
    color: #001f42;
  }
  .bp-business .devices_carousel_catalog ul li.line_mob {
    border-bottom: #001f42 2px solid;
  }
  .BannerCircleTemplate .tit {
    font-size: 7vw;
    line-height: 7vw;
  }
  .BannerCircleTemplate .tit h1 {
    font-size: 7vw;
    line-height: 7vw;
  }
  .BannerCircleTemplate .txt {
    margin-top: 8px;
    font-size: 4.8vw;
    line-height: 4.8vw;
  }
  .BannerCircleTemplate .txt h2 {
    font-size: 4.8vw;
    line-height: 4.8vw;
  }
  .BannerCircleTemplate .img {
    width: 41%;
  }
  .BannerCircleTemplate.bnr_right .circle.right {
    left: 36%;
  }
  .BannerCircleTemplate.bnr_left .circle.left {
    right: 36%;
  }
  .BannerCircleTemplate .content {
    width: 58%;
  }
  .BannerCircleTemplate .btnn {
    margin-top: 14px;
    padding: 6px 12px;
    font-size: 5vw;
    min-width: unset;
    border: #fff 1px solid;
    line-height: 5vw;
  }
  .BannerCircleTemplate .btnn span {
    font-size: 3.8vw;
  }
  .BannerCircleTemplate .terms_on_banner {
    text-align: right;
    margin-top: 20px;
    font-size: 3vw;
  }
  .BannerCircleTemplate.bnr_mob_bot .terms_on_banner {
    bottom: -23px;
  }
  /*���� ���� ����� - �� �������*/
  .BannerCircleTemplate.bnr_mob_bot .circle.right {
    display: none;
  }
  .BannerCircleTemplate.bnr_mob_bot .circle.left {
    display: none;
  }
  .BannerCircleTemplate.bnr_mob_bot .circle.bottom {
    right: unset;
    left: unset;
    bottom: 26px;
    width: 100%;
    height: auto;
    position: relative;
  }
  .BannerCircleTemplate.bnr_mob_bot .content {
    width: 100%;
    height: auto;
    position: relative;
    top: -30px;
    padding: 0 10px;
  }
  .BannerCircleTemplate.bnr_mob_bot .content > div {
    width: 100%;
    text-align: center;
  }
  .BannerCircleTemplate.bnr_mob_bot .img {
    float: none;
  }
  .BannerCircleTemplate.bnr_mob_bot .img {
    width: 100%;
  }
  .BannerCircleTemplate.bnr_mob_bot .circle.bottom {
    display: block;
  }
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .iweb {
    display: none;
  }
  .imob {
    display: inline-block;
  }
  .bread_section .braed {
    width: 100%;
  }
  .bread_section {
    display: none;
  }
  .customplaceholder {
    background: none;
  }
  .content-section {
    width: 100%;
  }
  /*old header*/
  /*  header .head{width:100%;}
    header nav a{font-size:21px;margin-left:0px;border-left:@ColorBlue 1px solid;padding:0px 10px 0 10px;}
    header nav a:last-child{border-left:none}
    header .login{width:85%}
    header .login .lnk_logon_bzn{display:none}
    header .left{position:absolute;left:16px;width:100%}
    header .left img{width:40px;}
    header .right{width:100%}
    header nav a{padding:0px 6px 0 6px}
    header .login .sep{margin:0px 4px}
    header .login{margin:0px 0px 25px 0}
    header .search {display:none }
    header .login .lnk_logon {font-size:19px}
    header .login .hello {font-size:19px}
    header .header_cart{float:none;top:0px;}
    header .logo{margin-top:0px;}*/
  .profiler-results {
    display: none;
  }
  /*new header*/
  header {
    z-index: 90;
  }
  header .head {
    width: 100%;
    height: 47px;
  }
  header nav {
    width: 100%;
    padding-right: 0px;
  }
  header .line1_ {
    width: 100%;
  }
  header .line1_ .btn_mob_menu {
    float: right;
    margin: 14px 2% 0 0;
    position: relative;
    z-index: 10;
    width: 26px;
  }
  header .line1_ .btn_mob_chat {
    float: right;
    margin: 10px 3% 0 3%;
    position: relative;
    z-index: 10;
  }
  header .line1_ .btn_mob_chat img {
    width: 28px;
  }
  header .line1_ .logo_mob {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 6px;
  }
  header .line1_ .logo_mob img {
    width: 30px;
  }
  header.nino .line1_ .logo_mob img {
    width: 42px;
  }
  header .btn_cart_mob {
    margin: 16px 0px 0 5px;
    z-index: 10;
    position: absolute;
    left: 58vw;
    top: 0;
  }
  header .header_cart {
    width: 0px;
    right: -53px;
  }
  header .header_cart span {
    font-weight: bold;
    background-color: #e73480;
    border-radius: 10px;
    color: #fff;
    padding: 0px 5px;
    left: 8px;
    top: -21px;
    font-size: 13px;
  }
  header .header_cart span span {
    display: none;
  }
  header .header_cart_mob {
    background: url("/digitalsite/images/icn_mob_cart_w.png") left center no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  /*header a { float: right; margin: 0px 2vw 0 2vw }*/
  header.nino a {
    float: left;
  }
  header .btn_search_mob img {
    width: 21px;
  }
  header .btn_login_mob img {
    width: 18px;
  }
  header .btn_cart_mob {
    float: right;
  }
  header .btn_cart_mob img {
    width: 18px;
  }
  header .btn_cart_mob span {
    text-align: center;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    display: inline-block;
    border: #e20588 1px solid;
    border-radius: 10px;
    background-color: #e20588;
    color: #fff;
    height: 15px;
    line-height: 13px;
    font-size: 12px;
    position: absolute;
    left: 9px;
    top: -7px;
    width: 16px;
  }
  header .clearSession_mob {
    background-color: transparent;
    display: none;
  }
  header .clearSession_mob img {
    width: 25px;
    position: relative;
    top: 14px;
    left: 8px;
  }
  header .actions_mob {
    display: inline-block;
    float: right;
  }
  header .connected_mob .clearSession_mob {
    display: inline-block;
  }
  header .connected_mob .btn_login_mob {
    display: none;
  }
  header .acc_header_mob {
    display: inline-block;
    margin-top: 8px;
  }
  header .acc_header_mob img {
    width: 19px;
  }
  header.transparent .btn_cart_mob span {
    color: #fff;
  }
  header .line2 {
    display: none;
    margin-top: 0px;
  }
  header nav > a {
    background: #fff url("/digitalsite/images/arr_menu_down.jpg") no-repeat 10px center;
    width: 100%;
    margin: 0px;
    text-align: right;
    font-size: 17px;
    color: #343434;
    padding: 0 10px;
    border-bottom: #ddd 1px solid;
  }
  header nav > a.active {
    background: #fff url("/digitalsite/images/arr_menu_up.jpg") no-repeat 10px center;
  }
  header .head_nav {
    display: none;
    position: absolute;
    top: 47px;
    background-color: #fff;
    height: 300px;
  }
  header .head_nav.show {
    display: block;
  }
  header .head_nav .sub_nav_items .item {
    width: 100%;
    margin: auto;
  }
  header .head_nav .sub_head_nav {
    position: static;
    max-height: unset;
    overflow-x: hidden;
  }
  header .search {
    z-index: 1000;
    width: 40%;
    top: 7px;
    left: 10vw;
    position: absolute;
  }
  header .search input {
    width: 98%;
    padding-right: 10px;
    font-size: 15px;
  }
  header .search .close_mob_search {
    display: none;
    width: 30px;
    height: 25px;
    background-color: #fff;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    position: relative;
    left: -2px;
    top: -30px;
  }
  header .search > div {
    width: 100%;
  }
  header .ui-menu {
    width: 98% !important;
    left: 0px;
  }
  /*NEW header form MOBILE*/
  header .line1_ .logo_mob_new {
    text-align: center;
    margin-top: 9px;
    margin-left: 1vw;
    float: left;
  }
  header .line1_ .logo_mob_new img {
    width: 7vw;
    max-width: 27px;
  }
  header.nino .line1_ .logo_mob_new img {
    width: 42px;
  }
  header .line1_ .btn_login_mob_new img {
    width: 20px;
  }
  header .line1_ .btn_login_mob_new {
    margin: 15px 0 0 0;
    display: inline-block;
    vertical-align: top;
  }
  header .connected_mob .btn_login_mob_new {
    display: none!important;
  }
  header .search.extra .gsc-input-box {
    width: 100%;
    padding: 2px !important;
    margin-top: 4px;
  }
  header .search .gsc-input-box {
    width: 100%;
    padding: 2px !important;
    margin-top: 4px;
  }
  header .search.extra {
    width: calc(58% - 20px);
  }
  header .search.extra_plus {
    width: 80%;
  }
  header .search.extra_plus .gsc-input-box {
    width: 100%;
  }
  header .search.extra_plus .header_cart {
    display: none;
  }
  header a.my-messages-alert {
    margin: 15px 5px 0 0;
  }
  header .connected_mob + a.my-messages-alert {
    margin: 15px -10px 0 0;
  }
  .gsc-input-box {
    border-radius: 15px !important;
  }
  .gsc-control-searchbox-only {
    width: 100% !important;
  }
  .gsc-search-button {
    left: 2px;
  }
  .gsc-search-button button {
    width: 38px;
    height: 36px;
  }
  .head_nav {
    height: auto;
  }
  .head_nav .sub_nav_items {
    width: 100%;
  }
  .head_nav .sub_nav_items .ttl {
    overflow: hidden;
    background: #001fff url("/digitalsite/images/plus_menu_open.jpg") no-repeat 10px center;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    padding: 6px 10px;
    margin-bottom: 1px;
  }
  .head_nav .sub_nav_items .ttl.active_ttl {
    background: #001fff url("/digitalsite/images/plus_menu_close.jpg") no-repeat 10px center;
  }
  .head_nav .sub_nav_items .sub_lnk {
    display: none;
  }
  .head_nav .sub_nav_items .plus_sub {
    display: none;
  }
  .head_nav .sub_nav_items .sub_lnk .menuoutlet {
    color: red;
  }
  .head_nav .sub_nav_items .ttl a {
    color: #fff;
    padding: 4px 0px;
    float: right;
    width: 80%;
  }
  header.headerZone .line1_ .btn_mob_menu {
    margin: 0px;
    height: 40px;
  }
  header.headerZone .line1_ .btn_mob_menu img {
    width: 40px;
  }
  header.headerZone .acc_header_mob img {
    width: 40px;
  }
  header.headerZone .line1_ .btn_login_mob_new img {
    width: 40px;
  }
  header.headerZone .my-messages-alert img {
    width: 40px;
  }
  header.headerZone .acc_header_mob {
    margin: 0px;
  }
  header.headerZone .line1_ .btn_login_mob_new {
    margin: 0px;
  }
  header.headerZone a.my-messages-alert {
    margin: 0px;
    display: none !important;
  }
  header.headerZone .btn_cart_mob {
    margin: 0;
  }
  header.headerZone .btn_cart_mob img {
    width: 40px;
    vertical-align: middle;
  }
  header.headerZone .right_mob_zone {
    float: left;
    display: flex;
    height: 70px;
    align-items: center;
  }
  header.headerZone .right_mob_zone a {
    padding: 0px 0.5vw;
    text-decoration: none;
  }
  header.headerZone .btn_cart_mob {
    position: relative;
    left: 0px;
  }
  header.headerZone .btn_cart_mob span {
    top: 6px;
    left: 11px;
  }
  header.headerZone .line1_ .logo_mob_new img {
    width: 64px;
    max-width: 64px;
    padding: 10px 0 0 0;
  }
  header.headerZone .line1_ .logo_mob_new {
    padding: 0px;
    margin: 0px;
  }
  header.headerZone .actions_mob {
    display: flex;
    align-items: center;
    height: 70px;
  }
  header.headerZone .actions_mob > div {
    padding: 0 0.5vw;
    width: auto;
  }
  header.headerZone .actions_mob > a {
    padding: 0 0.5vw;
    display: flex;
  }
  header.headerZone .head {
    height: 70px;
  }
  header.headerZone .type_zone {
    display: none;
  }
  header.headerZone .left_zone {
    display: none;
  }
  header.headerZone .line1 .logo img {
    display: none;
  }
  header.headerZone .head_nav {
    top: 70px;
  }
  header.headerZone .search_btn {
    padding: 0px;
    border: none;
    height: auto;
    margin: 0px;
  }
  header.headerZone .search_btn:after {
    content: "";
    width: 1px;
    height: 33px;
    display: inline-block;
    text-align: center;
    background-color: #00629e;
    vertical-align: middle;
    margin: 0 2vw 0 1vw;
  }
  header.headerZone .search_btn img {
    width: 40px;
    vertical-align: middle;
  }
  header.headerZone .search {
    width: 100%;
    left: 0px;
    height: 70px;
    background-color: #fff;
    top: -70px;
    padding: 8px;
    transition: all 0.8s;
    display: flex;
  }
  header.headerZone .search input {
    width: 73vw;
    border: #0968a1 1px solid;
    height: 32px;
    border-radius: 4px;
    font-size: 17px;
    padding: 0px 10px;
    margin: 0 2vw 0 0;
  }
  header.headerZone .search .close_mob_search {
    position: static;
    width: auto;
    height: auto;
    margin-top: 0px;
    display: inline-block;
  }
  header.headerZone .search .close_mob_search img {
    width: 32px;
  }
  header.headerZone #ui-id-1 {
    width: 73vw!important;
    right: 11vw !important;
    top: 48px!important;
  }
  header.headerZone .btn_do_search {
    float: right;
    padding: 0px;
    width: 7vw;
  }
  header.headerZone .btn_do_search img {
    width: 100%;
  }
  header.headerZone .search.on {
    display: flex;
    top: 0px;
  }
  header.headerZone .search input::-webkit-input-placeholder {
    color: #0968a1;
  }
  header.headerZone a {
    margin: 0px;
  }
  header.headerZone .clearSession_mob img {
    width: 44px;
    position: static;
  }
  header.headerZone nav {
    display: block;
    width: 100%;
    position: relative;
    top: -9px;
    opacity: 95%;
    background-color: #00629e;
    height: calc(100vh);
    overflow: scroll;
    padding-bottom: 200px;
  }
  header.headerZone nav > a {
    font-size: 17px;
    border-bottom: #ddd 1px solid;
    padding: 8px;
  }
  header.headerZone nav > a:hover {
    border-bottom: #ddd 1px solid;
  }
  header.headerZone nav > a {
    font-weight: bold;
    background: #00629e url("/digitalsite/images/icons/header_zone/private_zone/menu-arr-down-new.png") no-repeat 10px center;
    background-size: 25px;
    color: #fff;
    margin: 0px;
  }
  header.headerZone nav > a.active {
    background: #00629e url("/digitalsite/images/icons/header_zone/private_zone/menu-arr-up-new.png") no-repeat 10px center;
    background-size: 25px;
    color: #fff;
  }
  header.headerZone .head_nav {
    background-color: transparent;
    padding: 0px;
  }
  header.headerZone .head_nav .sub_nav_items .item {
    width: 100% !important;
  }
  header.headerZone .head_nav .sub_nav_items {
    width: 100%;
  }
  header.headerZone .head_nav .sub_nav_items .ttl {
    background: #fff url("/digitalsite/images/icons/header_zone/private_zone/menu-plus-new.png") no-repeat 15px center;
    background-size: 15px;
    color: #000;
    border-bottom: none;
    margin-bottom: 0px;
  }
  header.headerZone .head_nav .sub_nav_items .ttl a {
    color: #000;
  }
  header.headerZone .head_nav .sub_nav_items .ttl.active_ttl {
    background: #fff url("/digitalsite/images/icons/header_zone/private_zone/menu-minus-new.png") no-repeat 15px center;
  }
  header.headerZone .head_nav .sub_nav_items .sub_lnk {
    color: #00629e;
    border-bottom: #fff 1px solid;
    padding: 10px 20px 10px 0;
  }
  header.headerZone .head_nav .sub_nav_items .sub_lnk:before {
    font-size: 20px;
    content: "\2022";
    padding-left: 10px;
    float: right;
    display: inline-block;
    height: 16px;
  }
  header.headerZone .line2 .site_type {
    margin: 0px 0px 4px 0px;
    background-color: #fff;
    margin: 0px;
  }
  header.headerZone .line2 .site_type a {
    width: 50px;
    font-size: 18px;
  }
  header.headerZone .line2 .site_type a:after {
    font-size: 14px;
    content: "";
    padding-left: 0;
    float: left;
    text-align: center;
    background-color: #00629e;
    width: 1px;
    height: 14px;
    line-height: 110px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    align-self: center;
    position: relative;
    top: 8px;
  }
  header.headerZone .line2 .site_type a:last-child:after {
    display: none;
  }
  header.headerZone .line2 .logo {
    display: none;
  }
  header.headerZone .head_nav .sub_nav_items a.plus_sub {
    padding-right: 20px;
    color: #001fff;
    border-bottom: #fff 1px solid;
  }
  header.headerZone .head_nav .sub_nav_items a.minus_sub {
    padding-right: 20px;
    color: #001fff;
    border-bottom: none;
  }
  header.headerZone .head_nav .triple_sub_nav a {
    padding-right: 31px;
  }
  .bp-business header.headerZone nav {
    background-color: #0e2752;
  }
  .bp-business header.headerZone .head_nav .sub_nav_items .ttl a {
    color: #0e2752;
  }
  .bp-business header.headerZone nav > a {
    background-color: #0e2752;
    color: #fff !important;
  }
  .bp-business header.headerZone nav > a.active {
    background-color: #0e2752;
    color: #fff !important;
  }
  .bp-business header.headerZone nav > a:hover {
    border-bottom: #fff 1px solid;
  }
  .bp-business header.headerZone .search input {
    border: #000d1b 1px solid;
  }
  .bp-business header.headerZone .head_nav .sub_nav_items .sub_lnk {
    color: #0b2752;
  }
  .bp-business header .search input::-webkit-input-placeholder {
    color: #000;
  }
  header.headerZone .ui-menu {
    top: 50px !important;
    width: 72vw !important;
    right: 46px !important;
  }
  .fixed_space_zone {
    height: 70px !important;
  }
  .footer {
    width: 100%;
  }
  .footer .operad_section {
    position: static;
    margin-top: 0px;
  }
  .footer .ewave_logo img {
    position: static;
    display: block;
  }
  .footer .ewave_logo {
    float: right;
  }
  .footer .middle_footer {
    margin-right: 0px;
  }
  .footer .operad_section {
    margin-left: 4px;
  }
  .footer_section {
    width: 100%;
  }
  .footer_section .lnks {
    display: block;
  }
  .footer_section .lnks div {
    width: 42%;
    margin: 0px 4%;
    border-bottom: #ccc 1px solid;
    padding: 8px 0px;
  }
  .footer_section .right_foot {
    float: none;
    width: 100%;
    border-left: none;
  }
  .footer_section .left_foot {
    float: none;
    width: 100%;
  }
  .footer_section .right_foot > img {
    margin: auto;
    display: table;
  }
  .footer_section .net {
    display: table;
    margin: 40px auto;
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
  }
  .footer_section .net a {
    margin: 0px 2px;
    padding: 20px 10px;
    height: 57px;
    width: 40px;
  }
  .footer_section .rights {
    color: #000;
    text-align: center;
  }
  .footer_section .ewave {
    margin-top: 10px;
    display: table;
    margin: 10px auto;
    float: none;
  }
  .footer_section .partners {
    text-align: center;
  }
  .footer_section .partners span {
    display: block;
    text-align: center;
  }
  .footer_section .partners > a:before {
    display: none;
    visibility: hidden;
  }
  .footer_section .partners > a {
    float: none;
    padding: 0 10px;
  }
  .footer_section .net {
    margin: 10px auto;
  }
  .footer_section .partners span {
    margin-bottom: 10px;
  }
  .footer_section .emun_logo {
    margin: auto !important;
  }
  .compare_and_more_section .bg_compare {
    display: none;
  }
  .ui-dialog,
  #dialog,
  .ui-dialog iframe {
    width: 310px !important;
    /*overflow: hidden;*/
  }
  #dialog {
    /*overflow-y: auto*/
  }
  .ui-dialog-titlebar button {
    right: 10px;
    top: 10px;
  }
  .ui-dialog-titlebar {
    background-color: #fff;
    position: relative;
    top: 1px;
  }
  .ytVideoBody .ytVideo {
    border: #fff 1px solid;
    height: 100%;
  }
  .ytVideoBody .ytVideo iframe {
    height: 100% !important;
    width: 100% !important;
  }
  .categories_nav_section {
    position: relative;
    display: none;
    width: 300px;
    margin: auto;
    float: none;
  }
  .categories_nav_section nav {
    width: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 40;
    line-height: 30px;
  }
  .categories_nav_section nav a {
    width: 100%;
    background: none;
    font-weight: normal;
    line-height: 38px;
    text-align: right;
    border: #ddd 1px solid;
    padding: 0px 10px;
  }
  .categories_nav_section .sub_nav {
    position: static;
  }
  .categories_nav_section .sub_nav_items {
    width: 100%;
  }
  .categories_nav_section .sub_nav_items a {
    display: block;
    margin-right: 0px;
  }
  .categories_nav_section .arr_sub_menu {
    display: none !important;
  }
  .categories_mob {
    border: #ddd 1px solid;
    padding: 10px;
    width: 310px;
    margin: 10px auto 0px auto;
    font-weight: bold;
    display: block;
  }
  .categoriesNavigator {
    padding: 1px 0px;
  }
  .compare_pop .compare_box .btn {
    margin: auto;
  }
  .compare_pop {
    padding: 10px 0px;
  }
  .compare_pop .slct_yzrn_degem {
    margin: 10px auto;
    float: none;
  }
  .compare_pop .compare_box .between_txt {
    display: none;
  }
  .compare_pop .compare_box .device1 img {
    height: 180px;
  }
  .compare_pop h1 {
    font-size: 22px;
    margin: auto;
  }
  .questions_section {
    width: 100%;
    padding-bottom: 0px;
    background-image: none;
    padding-top: 0px;
  }
  .questions_section .items_qst .item_qst {
    width: 100%;
    margin-bottom: 16px;
  }
  .questions_section .items_qst .item_ans {
    position: static;
    width: 100%;
  }
  .questions_section .mob_open_ans {
    display: block;
    color: #001fff;
    margin-bottom: 4px;
    background: url(/DigitalSite/images/arr_down.jpg) 200px center no-repeat;
  }
  .questions_section .btn {
    line-height: 40px;
  }
  .questions_section h1 {
    margin: 10px 0;
    padding: 0px 10px;
    background: url('/DigitalSite/images/bg_ln8.png');
    cursor: pointer;
    height: 42px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 42px;
  }
  .questions_section .questions_box {
    display: none;
  }
  .reviews_section {
    width: 100%;
    background: none;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .reviews_section .items_reviews {
    width: 100%;
    max-width: 550px;
    margin: auto;
  }
  .reviews_section .items_reviews .item_review {
    width: 100%;
    background: #e8e8e8 url(/DigitalSite/images/bg_review_mob.jpg) top center no-repeat;
    height: auto;
  }
  .reviews_section .items_reviews .review.abs {
    width: 100%;
    position: relative;
    padding-right: 0px;
  }
  .reviews_section .lnk_more_review {
    clear: both;
  }
  .reviews_section h1 {
    margin: 10px 0;
    padding: 4px 10px;
    background: url('/DigitalSite/images/bg_ln8.png');
    cursor: pointer;
    line-height: 22px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
  }
  .reviews_section .reviews_box {
    display: none;
  }
  .reviews_section .ranking {
    overflow: hidden;
  }
  .popup_ask .frm {
    width: 100%;
  }
  .popup_ask .frm .inpt.email {
    float: right;
  }
  .popup_ask .frm .inpt {
    width: 100%;
  }
  .popup_ask .frm input[type="text"] {
    width: 100%;
  }
  .popup_ask .frm input[type="email"] {
    width: 100%;
  }
  .popup_review .frm {
    width: 100%;
  }
  .popup_review .frm .inpt.email {
    float: right;
  }
  .popup_review .frm input[type="text"] {
    width: 100%;
  }
  .popup_review .frm input[type="email"] {
    width: 100%;
  }
  .popup_review .frm .inpt {
    width: 100%;
  }
  .popup_review h1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .pop_cart {
    width: 100%;
  }
  .pop_cart .ttl_frm {
    font-size: 20px;
  }
  .pop_cart .mid_frm {
    padding-top: 20px;
  }
  .ui-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    top: 43px !important;
    width: 90% !important;
    left: 8px !important;
    border: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
  }
  .link-banner {
    width: 100%;
  }
  .link-banner img {
    width: 100%;
  }
  .scroll-prompt {
    display: none;
  }
  .pop_cart_simple .btn {
    font-size: 15px;
  }
  .devices-promotion .devices-container {
    position: relative;
    padding: 25px 0;
  }
  .devices-promotion .devices-container ul,
  .devices-promotion .devices-container .devices {
    display: block;
  }
  .devices-promotion .devices-container ul li {
    width: 50%;
    display: block;
    float: right;
    margin: 25px 0;
  }
  .devices-promotion li img.main {
    width: 110px;
    max-width: 90px;
    max-height: 150px;
  }
  .devices-promotion .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .devices-promotion .background img {
    width: 100%;
  }
  .devices-promotion .devices-container .single-mobile ul li {
    width: 100%;
  }
  .fixed_space {
    height: 48px;
  }
  .general-lead .lead-container {
    justify-content: center !important;
  }
  .general-lead .lead-container {
    align-items: center !important;
  }
  .general-lead .leads-message {
    width: 100%;
  }
  .general-lead .lead-legal-notes {
    max-width: 100%;
    text-align: center;
  }
  .general-lead .slider + .lead-container .lead-legal-notes {
    max-width: 100%;
  }
  .your-services .actions_items span {
    min-height: 32px;
    font-size: 16px;
    line-height: 14px;
    padding-bottom: 4px;
  }
  .your-services .ttl1 {
    font-size: 20px;
    padding: 4px 0;
    margin-top: 0px;
  }
  .your-services .ttl2 {
    font-size: 19px;
    padding: 4px 0;
  }
  .your-services .actions_items a:nth-child(5n+1) {
    clear: none;
  }
  .your-services .actions {
    width: 100%;
    background: url('/DigitalSite/images/bg_actions_mob.jpg') no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    padding-top: 0px;
    height: auto;
  }
  .your-services .actions_items {
    width: 100%;
    margin: 10px auto;
  }
  .your-services .actions_items a {
    width: 46%;
    margin: 2%;
    padding: 0px 10px;
  }
  .your-services .items-links {
    margin-top: 0px;
  }
  .your-services .items-links img {
    margin: auto;
  }
  .page-links {
    font-size: 18px;
  }
  .page-links ul {
    width: 100%;
  }
  .page-links-v2 {
    font-size: 18px;
  }
  .page-links-v2 ul {
    width: 100%;
  }
  .page-links-v2 .wrap-page-links.mobile_scroll li {
    padding: 0px 8px;
  }
  .page-links-v2 .li_btn_top {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    margin-right: 0px !important;
    padding: 0px !important;
  }
  .page-links-v2 .btn_top {
    width: 100%;
    font-size: 6vw;
    border-radius: 0px;
  }
  .page-links-v2 .wrap-page-links {
    padding: 0px;
  }
  .dynamic-form {
    padding: 30px 20px;
    max-width: 90% !important;
  }
  .dynamic-form .field-input label {
    width: 100%;
    margin-bottom: 5px;
  }
  .dynamic-form .explanation {
    float: left;
    top: 30px;
    left: 0px;
    position: absolute;
  }
  .dynamic-form .explanation-content {
    right: inherit;
    left: 35px;
  }
  .dynamic-form .btn {
    margin-top: 5px;
  }
  .dynamic-form .btn[type="submit"] {
    margin-top: 10px;
  }
  .dynamic-form .err_msg {
    margin-right: 0;
  }
  .dynamic-form .field-row {
    width: 100%;
  }
  .dynamic-form .has-explanation .field-row {
    max-width: 100%;
  }
  .dynamic-form .field-input input:not([type="checkbox"]):not([type="radio"]),
  .dynamic-form .field-input select {
    width: 100%;
  }
  .dynamic-form .field-input textarea {
    width: 100%;
  }
  .dynamic-form .btn-dynamic-form {
    width: auto;
  }
  .dynamic-form .explanation-btn:hover + .explanation-content,
  .dynamic-form .explanation-content:hover {
    opacity: 1;
    pointer-events: all;
  }
  .dynamic-form .ui-datepicker {
    top: 65px !important;
    right: 0 !important;
  }
  .faq {
    width: 90%;
  }
  .faq_black_icons h2 {
    font-size: 7vw;
  }
  .faq_blue_icons h2 {
    font-size: 7vw;
  }
  .faq_black_icons .question {
    font-size: 4.5vw;
    line-height: 4.5vw;
  }
  .faq_black_icons .answer {
    font-size: 4vw;
    line-height: 4vw;
  }
  .faq_blue_icons .question {
    font-size: 5vw;
    line-height: 5vw;
  }
  .faq_blue_icons .answer {
    font-size: 4.6vw;
    line-height: 4.6vw;
  }
  .slider.natural-width.keep-center .general-slider > img {
    margin-right: 0px;
  }
  .slider.natural-width.keep-center .general-slider > a {
    margin-right: 0px;
  }
  .natural-width .general-slider > img,
  .natural-width .general-slider > a > img {
    width: 100%;
  }
  .sticky-bottom {
    bottom: 0px;
  }
  .sticky-bottom .narrow-display {
    max-width: calc(100% - 20px);
  }
  .sticky-bottom .inner {
    width: 75%;
  }
  .side_conection {
    width: 100%;
    left: -100vw;
  }
  .side_conection .logo_side_conection {
    width: 76%;
    margin: auto;
    display: table;
  }
  .side_conection .side_conect_ttl span.txt2 {
    font-size: 42px;
  }
  .side_conection .side_conect_ttl span.txt1 {
    font-size: 36px;
  }
  .side_conection .txt3 {
    font-size: 28px;
  }
  .side_conection_link img {
    width: 16.56vw;
  }
  .side_conection_link {
    left: 10px;
    bottom: 44px;
  }
  .flex_side_conection > a {
    line-height: 14px;
  }
  .flex_side_conection > a {
    margin-bottom: 12px;
  }
  .flex_side_conection {
    margin: 10px auto 0 auto;
  }
  .side_conection .btn_side_conection {
    height: 45px;
    line-height: 42px;
  }
  .side_conection .btn_side_conection.imob {
    display: block;
  }
  .side_conection .btn_side_conection.iweb {
    display: none;
  }
  .CustomerType .flex_customer a {
    margin: 10px;
    font-size: 19px;
  }
  .CustomerType .flex_customer img {
    width: 76px;
  }
  .side_conection.aliyoop .btn_side_conection.aliyoop-button {
    margin-bottom: 12px;
  }
  .side_conection .aliyoop-header .side_conect_ttl span.txt1 {
    font-size: 7vw;
  }
  .side_conection .aliyoop-header .txt3 {
    font-size: 7vw;
  }
  .sllider_template h2 {
    font-size: 6vw;
    line-height: 5.4vw;
  }
  .sllider_template .txt {
    font-size: 5vw;
    line-height: 4.4vw;
  }
  .sllider_template .btn_slide {
    padding: 6px 12px;
    font-size: 4.1vw;
    min-width: unset;
    border: #fff 1px solid;
    line-height: 20px;
  }
  .sllider_template .btn_slide span {
    font-size: 3.8vw;
  }
  .sllider_template .title_h {
    font-size: 7.9vw;
    line-height: 7.9vw;
  }
  .sllider_template .title_h h1 {
    font-size: 7.9vw;
    line-height: 7.9vw;
  }
  .sllider_template .title_h h2 {
    font-size: 7.9vw;
    line-height: 7.9vw;
  }
  .sllider_template .top_text {
    font-size: 4.7vw;
    line-height: 4.7vw;
  }
  .sllider_template .txt {
    font-size: 3.4vw;
    line-height: 3.4vw;
    margin-top: 2vw;
  }
  .sllider_template .txt h2 {
    font-size: 3.4vw;
    line-height: 3.4vw;
  }
  .sllider_template.right {
    padding-right: 8%;
    width: 100vw;
  }
  .sllider_template.bottom {
    align-items: flex-end;
    padding-bottom: 36px;
    width: 100%;
  }
  /* ZIG ZAG CONTENT  */
  .right_text_strip {
    width: 100%;
    align-items: flex-start;
  }
  .right_text_strip h2 {
    text-align: center;
    width: 100%;
    font-size: 5.3vw;
  }
  .right_text_strip .txt_strip {
    text-align: center;
    width: 100%;
    font-size: 3.8vw;
    line-height: 5vw;
    width: 90%;
    margin: auto;
  }
  .right_text_strip .txt_strip br {
    display: none;
  }
  .right_text_strip.black_strip {
    padding: 30px 0px;
  }
  .right_text_strip.white_strip {
    padding: 20px 0px;
  }
  .left_text_strip {
    width: 100%;
    align-items: flex-start;
  }
  .left_text_strip h2 {
    text-align: center;
    width: 100%;
    font-size: 5.3vw;
    margin-bottom: 2vw;
  }
  .left_text_strip .txt_strip {
    text-align: center;
    width: 100%;
    font-size: 3.8vw;
    line-height: 5vw;
    width: 90%;
    margin: auto;
  }
  .left_text_strip .txt_strip br {
    display: none;
  }
  .left_text_strip.black_strip {
    padding: 4vw 0px;
  }
  .left_text_strip.white_strip {
    padding: 4vw 0px;
  }
  .superlative_on_slider span {
    font-size: 15px;
  }
  .sticky-bottom .close {
    top: 0px;
    right: 0px;
  }
  .sticky-bottom .inner {
    padding: 10px 20px 5px 20px;
  }
  .select-search .select-search-btn-open {
    font-size: 15px;
  }
  .general-lead .field-input input:not([type="checkbox"]):not([type="radio"]),
  .general-lead .field-input select {
    min-width: 100%;
  }
  #dialog iframe {
    box-shadow: 0px -2px 52px 0px rgba(5, 6, 6, 0.86);
  }
}
/*Animation bell on header*/
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }
  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
/* file: header-footer.css */
/*body, html { overflow-x: hidden; width: 100% }
body * { box-sizing: border-box; }
h1 { color: #000 }
*/
body,
html {
  overflow-x: hidden;
  width: 100%;
}
body * {
  box-sizing: border-box;
}
/*Env Logo*/
.logo_bf.stage {
  position: relative;
}
.logo_bf.stage:after {
  content: "Stage";
  position: absolute;
  color: red;
  font-weight: bold;
  top: 0px;
  right: 0px;
}
.logo_bf.test {
  position: relative;
}
.logo_bf.test:after {
  content: "Test";
  position: absolute;
  color: red;
  font-weight: bold;
  top: 0px;
  right: 0px;
}
.logo_bf.local {
  position: relative;
}
.logo_bf.local:after {
  content: "Local";
  position: absolute;
  color: red;
  font-weight: bold;
  top: 0px;
  right: 0px;
}
#accessibleBtn.outside_header {
  float: left;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  left: 14px;
  top: 14px;
  text-decoration: none;
}
#accessibleBtn.outside_header img {
  position: absolute;
  top: 10px;
  z-index: 2;
}
/*מעבר בין עסקי לפרטי*/
.iskiBF {
  display: none;
}
.bp-business .iskiBF {
  display: inline-block;
}
.bp-business .pratiBF {
  display: none;
}
/*מעבר בין עסקי לפרטי*/
.overlay_menu_bf {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0px;
  right: 0px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 12;
}
.space_bf {
  height: 88px;
}
.space_bf.off {
  height: 0px;
}
.btnBF1 {
  height: 3.6vw;
  background-color: #e20588;
  border-radius: 34px;
  color: #fff;
  font-size: 1.15vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0px 2vw;
  border: #e20588 1px solid;
  width: max-content;
}
.btnBF2 {
  height: 3.6vw;
  background-color: #fff;
  border-radius: 34px;
  color: #e20588;
  font-size: 1.15vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0px 2vw;
  border: #e20588 1px solid;
  width: max-content;
}
.btnBF2 {
  height: 3.6vw;
  background-color: #fff;
  border-radius: 34px;
  color: #e20588;
  font-size: 1.15vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0px 2vw;
  border: #e20588 1px solid;
  width: max-content;
}
.btnBF3 {
  height: 3.6vw;
  background-color: #022bf1;
  border-radius: 34px;
  color: #fff;
  font-size: 1.15vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0px 2vw;
  border: #022bf1 1px solid;
  width: max-content;
}
.overflowNone {
  overflow: hidden;
}
/* --------  HEADER BEFORE  ------------------*/
header.header_bf {
  color: #001fff;
  height: 88px;
  position: fixed;
  width: 100%;
  z-index: 12;
  top: 0px;
  font-family: ploni-reg;
}
header.header_bf nav > a {
  border-bottom: transparent 2px solid;
  color: #fff;
  font-size: 1.14vw;
  text-decoration: none;
  margin: 0 0 0 3%;
  font-family: ploni-reg;
}
header.header_bf nav > a.active {
  border-bottom: #fff 2px solid;
}
header.header_bf nav > a:hover {
  border-bottom: #fff 2px solid;
}
header.header_bf nav {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 80px;
  align-items: center;
  padding: 0px 2%;
  font-family: ploni-reg;
}
header.header_bf nav .sub_lnk {
  text-align: right;
  color: #343434;
  width: 100%;
  text-decoration: none;
  display: block;
  font-size: 16px;
  line-height: 16px;
  padding: 4px 0px 10px 0;
}
header.header_bf nav .sub_head_nav {
  display: none;
  padding: 0 290px 0 0;
  overflow-x: auto;
  max-height: 70vh;
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 80px;
  -webkit-box-shadow: 0 20px 28px -17px #444;
  -moz-box-shadow: 0 20px 28px -17px #444;
  box-shadow: 0 20px 28px -17px #444;
}
header.header_bf nav .plus_sub {
  display: block;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  color: #001fff;
}
header.header_bf nav .plus_sub:before {
  content: "+";
  position: absolute;
  right: -12px;
}
header.header_bf nav .plus_sub.on:before {
  content: "-";
}
header.header_bf nav .triple_sub_nav {
  display: block;
}
header.header_bf nav .triple_sub_nav a {
  display: block;
  text-decoration: none;
}
header.header_bf nav .triple_sub_nav a:before {
  content: url("/DigitalSite/images/header/icon_triple_menu.png");
  margin-left: 5px;
  margin-right: 0px;
}
header.header_bf nav .item {
  float: right;
  width: 14%;
  margin: 10px 0 10px 0px;
  line-height: 24px;
}
header.header_bf nav .ttl {
  color: #000;
  font-weight: bold;
}
header.header_bf nav .ttl a {
  text-decoration: none;
  color: #000;
}
header.header_bf .flex_top_menu {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 88px;
}
header.header_bf .flex_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 2%;
}
header.header_bf .flex_logo .logo_bf {
  width: 102px;
  text-align: center;
  justify-content: center;
}
header.header_bf .flex_logo .search_bf {
  width: 77px;
  justify-content: center;
}
header.header_bf .flex_logo a {
  padding: 0px 4%;
  display: flex;
}
header.header_bf .flex_login {
  display: flex;
  width: 42%;
  justify-content: end;
  height: 80px;
  align-items: center;
}
header.header_bf .flex_login > a {
  width: 2vw;
  margin: 0px 0.8vw;
  position: relative;
}
header.header_bf .flex_login .private_zone {
  color: #020268;
  border-radius: 1vw;
  padding: 3px 0.7vw;
  text-decoration: none;
  height: 2.1vw;
  width: 8.3vw;
  line-height: 1.9vw;
  text-align: center;
  font-size: 1.04vw;
  background: #fff url("/DigitalSite/images/header/icon-profile-b.png") 95% 3px no-repeat;
  background-size: 1.7vw;
  padding-right: 2.2vw;
  margin-left: 3vw;
  margin-right: 1.5vw;
}
header.header_bf .flex_login .private_zone_login {
  background: url("/DigitalSite/images/header/icon-profile-onlogin-w.png") right no-repeat;
  height: 70px;
  padding: 0 50px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-size: 43px;
  margin: 0 0.8vw 0 2.2vw;
  font-size: 0.72vw;
  background-position: right 42%;
}
header.header_bf .flex_login .logoff {
  color: #fff;
  margin-right: 4px;
}
header.header_bf .flex_login .num_msgs {
  position: absolute;
  background-color: transparent;
  color: #fff;
  right: 26%;
  top: -6px;
  border-radius: 10px;
  padding: 0;
  font-size: 16px;
  min-width: 22px;
  text-align: center;
  height: 18px;
  width: 22px;
}
header.header_bf .flex_login .num_cart {
  position: absolute;
  background-color: transparent;
  color: #fff;
  right: 12%;
  top: -6px;
  border-radius: 10px;
  padding: 0;
  font-size: 16px;
  min-width: 22px;
  text-align: center;
  height: 18px;
  width: 22px;
}
header.header_bf .flex_login .msgs_zone {
  position: relative;
}
header.header_bf .flex_login .cart_zone {
  position: relative;
  top: 2px;
}
header.header_bf .flex_login .cart_zone img {
  filter: brightness(0) invert(1);
}
header.header_bf .flex_login .msgs_zone img {
  filter: brightness(0) invert(1);
}
header.header_bf .flex_login .acc_zone img {
  filter: brightness(0) invert(1);
}
header.header_bf .flex_login .hashkal_zone {
  width: 4vw;
}
header.header_bf .blue_img {
  display: none;
}
header.header_bf .search_box {
  position: absolute;
  right: 210px;
  top: 0px;
  height: 88px;
  width: 0vw;
  background-color: transparent;
  display: flex;
  align-items: center;
  transition: width 0.6s;
  overflow: hidden;
}
header.header_bf .search_box input {
  width: 100%;
  height: 36px;
  background-color: #fff;
  border: #fff 2px solid;
  color: #001fff;
  border-radius: 14px;
  padding: 3px 20px 0;
  font-size: 20px;
  font-family: "PLONI-REG";
}
header.header_bf .search_box .my-autocomplete {
  width: 100%;
}
header.header_bf .search_box .my-autocomplete .my-autocomplete-items {
  width: 100%;
  right: 0%;
  padding-top: 6px;
  box-shadow: 0px 4px 27.6px 1.5px rgba(142, 142, 143, 0.2);
  border-radius: 10px;
  top: 38px;
  border: #001fff 1px solid;
}
header.header_bf .search_box .my-autocomplete .my-autocomplete-items li {
  padding: 4px 20px;
  font-size: 18px;
}
header.header_bf .search_box .my-autocomplete .my-autocomplete-items li:focus-visible {
  outline: none;
  background-color: #f5f5f5;
}
header.header_bf .search_box .my-autocomplete .my-autocomplete-items ul {
  padding-bottom: 4px;
}
header.header_bf .search_box input:focus {
  border: #fff 1px solid;
  outline: none;
}
header.header_bf .search_box button {
  background-color: transparent;
  margin-right: 10px;
}
header.header_bf .search_box button img {
  filter: grayscale(1) brightness(8.5);
}
header.header_bf .search_box input::placeholder {
  color: #001fff;
  font-size: 16px;
  font-weight: normal !important;
}
header.header_bf .search_box .ui-menu {
  border: #001fff 1px solid;
  border-radius: 10px;
  top: 63px !important;
  width: calc(50vw - 52px) !important;
}
header.header_bf .search_box li a {
  font-size: 18px;
  line-height: 18px;
  display: block;
  color: #001fff;
  padding: 0px 2%;
}
header.header_bf .search_box li a.ui-state-active {
  font-weight: normal;
  background-color: rgba(142, 142, 143, 0.2);
}
header.header_bf .disconected_mob {
  display: none;
}
footer.footer_bf {
  width: 100%;
  background-color: #fff;
  color: #000;
}
footer.footer_bf .footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 90%;
  margin: 0 auto 20px auto;
  font-size: 0.93vw;
  border-top: #001fff 2px solid;
  padding-top: 40px;
}
footer.footer_bf .footer_wrap a {
  color: #000;
  text-decoration: none;
}
footer.footer_bf .footer_wrap a:hover {
  color: #001fff;
}
footer.footer_bf .footer_wrap .net {
  display: flex;
  justify-content: space-around;
  padding-top: 2vw;
}
footer.footer_bf .footer_wrap .right_foot {
  width: 20%;
  text-align: center;
}
footer.footer_bf .footer_wrap .right_foot h4 {
  font-size: 3.3vw;
  margin-bottom: 1vw;
}
footer.footer_bf .footer_wrap .left_foot {
  width: 100%;
}
footer.footer_bf .footer_wrap .lnks {
  display: flex;
  justify-content: space-around;
}
footer.footer_bf .footer_wrap .ttl {
  margin: 0 0 8px 0;
  font-size: 17px;
}
footer.footer_bf .footer_wrap .lnks a {
  display: block;
}
footer.footer_bf .footer_wrap .partners {
  clear: both;
  margin: 30px 0px 10px 0px;
  float: right;
}
footer.footer_bf .footer_wrap .partners > a {
  padding: 0 0px;
  float: left;
}
footer.footer_bf .footer_wrap .partners > a:before {
  content: "\2022";
  color: #fff;
  display: inline-block;
  width: 1em;
  margin-right: 20px;
}
footer.footer_bf .footer_wrap .partners > a:last-child:before {
  content: "";
}
footer.footer_bf .footer_wrap .rights {
  clear: both;
  margin: 10px 0px;
  float: right;
  width: 100%;
}
footer.footer_bf .footer_wrap .ewave {
  float: left;
}
footer.footer_bf .footer_wrap .emun_logo {
  width: 37px;
  margin-right: 36% !important;
}
.scrollBf header.header_bf {
  background-color: #fff;
  box-shadow: 0px 4px 27.6px 1.5px rgba(142, 142, 143, 0.2);
}
.scrollBf header.header_bf nav > a {
  color: #012dfe;
  border-bottom: #fff 2px solid;
}
.scrollBf header.header_bf nav > a:hover {
  border-bottom: #001fff 2px solid;
}
.scrollBf header.header_bf .blue_img {
  display: inline-block;
}
.scrollBf header.header_bf .white_img {
  display: none;
}
.scrollBf header.header_bf .search_box input {
  background-color: #fff;
  border: #001fff 2px solid;
  color: #001fff;
}
.scrollBf header.header_bf .search_box input::placeholder {
  color: #001fff;
}
.scrollBf header.header_bf .flex_login .cart_zone img {
  filter: unset;
}
.scrollBf header.header_bf .flex_login .msgs_zone img {
  filter: unset;
}
.scrollBf header.header_bf .flex_login .acc_zone img {
  filter: unset;
}
.scrollBf header.header_bf .flex_login .private_zone {
  color: #fff;
  background: #001fff url("/DigitalSite/images/header/icon-profile.png") 95% 3px no-repeat;
  background-size: 1.7vw;
}
.scrollBf header.header_bf .flex_login .private_zone_login {
  background: url("/DigitalSite/images/header/icon-profile-onlogin-bz.png") right no-repeat;
  background-size: 43px;
  background-position: right 42%;
  color: #000;
}
.scrollBf header.header_bf .flex_login .logoff {
  color: #000;
}
.scrollBf header.header_bf .flex_login .num_cart {
  color: #000;
  background-color: #fff;
}
.scrollBf header.header_bf .flex_login .num_msgs {
  color: #000;
  background-color: #fff;
}
.whiteHeaderBf header.header_bf {
  background-color: #fff;
  box-shadow: 0px 4px 27.6px 1.5px rgba(142, 142, 143, 0.2);
}
.whiteHeaderBf header.header_bf nav > a {
  color: #012dfe;
  border-bottom: #fff 2px solid;
}
.whiteHeaderBf header.header_bf nav > a:hover {
  border-bottom: #001fff 2px solid;
}
.whiteHeaderBf header.header_bf .blue_img {
  display: inline-block;
}
.whiteHeaderBf header.header_bf .white_img {
  display: none;
}
.whiteHeaderBf header.header_bf .search_box button {
  background-color: #fff;
}
.whiteHeaderBf header.header_bf .search_box button img {
  filter: none;
}
.whiteHeaderBf header.header_bf .search_box input {
  background-color: #fff;
  border: #001fff 2px solid;
  color: #001fff;
}
.whiteHeaderBf header.header_bf .flex_login .cart_zone img {
  filter: unset;
}
.whiteHeaderBf header.header_bf .flex_login .msgs_zone img {
  filter: unset;
}
.whiteHeaderBf header.header_bf .flex_login .acc_zone img {
  filter: unset;
}
.whiteHeaderBf header.header_bf .flex_login .private_zone {
  color: #fff;
  background: #001fff url("/DigitalSite/images/header/icon-profile.png") 95% 3px no-repeat;
  background-size: 1.7vw;
}
.whiteHeaderBf header.header_bf .flex_login .private_zone_login {
  background: url("/DigitalSite/images/header/icon-profile-onlogin.png") right no-repeat;
  background-size: 43px;
  background-position: right 42%;
  color: #000;
}
.whiteHeaderBf header.header_bf .flex_login .logoff {
  color: #000;
}
.whiteHeaderBf header.header_bf .flex_login .num_cart {
  color: #000;
  background-color: #fff;
}
.whiteHeaderBf header.header_bf .flex_login .num_msgs {
  color: #000;
  background-color: #fff;
}
.menuOpenBF header.header_bf {
  background-color: #fff;
}
.menuOpenBF header.header_bf nav > a {
  color: #012dfe;
  border-bottom: #fff 2px solid;
}
.menuOpenBF header.header_bf .blue_img {
  display: inline-block;
}
.menuOpenBF header.header_bf .white_img {
  display: none;
}
.menuOpenBF header.header_bf nav > a:hover {
  border-bottom: #001fff 2px solid;
}
.menuOpenBF .overlay_menu_bf {
  display: block;
}
.menuOpenBF header.header_bf nav .sub_head_nav.on {
  display: block;
}
.menuOpenBF header.header_bf .flex_login .cart_zone img {
  filter: unset;
}
.menuOpenBF header.header_bf .flex_login .msgs_zone img {
  filter: unset;
}
.menuOpenBF header.header_bf .flex_login .acc_zone img {
  filter: unset;
}
.menuOpenBF header.header_bf .flex_login .private_zone {
  color: #fff;
  background: #001fff url("/DigitalSite/images/header/icon-profile.png") 95% 3px no-repeat;
  background-size: 1.7vw;
}
.menuOpenBF header.header_bf .flex_login .private_zone_login {
  background: url("/DigitalSite/images/header/icon-profile-onlogin.png") right no-repeat;
  background-size: 43px;
  background-position: right 42%;
  color: #000;
}
.menuOpenBF header.header_bf .flex_login .num_cart {
  color: #000;
  background-color: #fff;
}
.menuOpenBF header.header_bf .flex_login .num_msgs {
  color: #000;
  background-color: #fff;
}
.searchBF header.header_bf .search_box {
  width: 58vw;
  overflow: unset;
}
.searchBF.scrollBf header.header_bf .search_box {
  background-color: #fff;
}
.searchBF.menuOpenBF header.header_bf .search_box {
  background-color: #fff;
}
.searchBF.scrollBf header.header_bf .search_box button {
  background-color: #fff;
}
.searchBF.scrollBf header.header_bf .search_box button img {
  filter: unset;
}
/*עסקי*/
.bp-business header.header_bf nav > a {
  border-bottom: transparent 2px solid;
  color: #020268;
}
.bp-business.scrollBf header.header_bf nav > a {
  border-bottom: #fff 2px solid;
  color: #020268;
}
.bp-business.menuOpenBF header.header_bf nav > a {
  border-bottom: #fff 2px solid;
  color: #020268;
}
.bp-business.menuOpenBF header.header_bf nav > a:hover {
  border-bottom: #020268 2px solid;
}
/*.bp-business header.header_bf .flex_login .private_zone { background: #020268 url("../images/header/icon-profile.png") 95% 3px no-repeat; background-size: 1.7vw; }*/
.bp-business header.header_bf .search_box input {
  border: #fff 2px solid;
  background-color: #020268;
  color: #fff;
}
.bp-business header.header_bf .search_box button {
  background-color: transparent;
}
.bp-business header.header_bf .search_box button img {
  filter: grayscale(1) brightness(30.5);
}
.bp-business .btnBF1 {
  background-color: #020268;
  border: #020268 1px solid;
}
.bp-business header.header_bf .flex_login .num_msgs {
  color: #000;
}
.bp-business header.header_bf .flex_login .num_cart {
  color: #000;
}
/*.bp-business header.header_bf .flex_login .private_zone_login { background: url("/DigitalSite/images/header/icon-profile-onlogin-bz.png") right no-repeat; background-size: 2.2vw; background-position: right 42%; }*/
.bp-business header.header_bf .search_box .my-autocomplete .my-autocomplete-items {
  border: #020268 1px solid;
}
.bp-business header.header_bf .search_box .my-autocomplete .my-autocomplete-items li {
  color: #020268;
}
.bp-business header.header_bf .search_box input::placeholder {
  color: #fff;
}
.bp-business.scrollBf header.header_bf .search_box input {
  border: #020268 2px solid;
  background-color: #fff;
  color: #020268;
}
.bp-business.scrollBf header.header_bf .search_box input::placeholder {
  color: #020268;
}
.bp-business.whiteHeaderBf header.header_bf .search_box button {
  background-color: #fff;
}
.bp-business.whiteHeaderBf header.header_bf .search_box button img {
  filter: unset;
}
.bp-business.whiteHeaderBf header.header_bf .search_box input {
  border: #020268 2px solid;
  background-color: #fff;
  color: #020268;
}
.bp-business.whiteHeaderBf header.header_bf .search_box input {
  border: #020268 2px solid;
  background-color: #fff;
  color: #020268;
}
.bp-business.whiteHeaderBf header.header_bf .search_box li a {
  color: #020268;
}
.bp-business.whiteHeaderBf .search_box input::-webkit-input-placeholder {
  color: #020268;
}
.bp-business.whiteHeaderBf header.header_bf .search_box .ui-menu {
  border: #020268 2px solid;
}
.bp-business.whiteHeaderBf header.header_bf .flex_login .private_zone {
  background-color: #020268;
}
.bp-business.scrollBf header.header_bf .flex_login .private_zone {
  background-color: #020268;
}
.bp-business.whiteHeaderBf header.header_bf nav > a:hover {
  border-bottom: #020268 2px solid;
}
.bp-business.whiteHeaderBf header.header_bf .flex_login .private_zone_login {
  background: url("/DigitalSite/images/header/icon-profile-onlogin-bz.png") right no-repeat;
  background-size: 43px;
  background-position: right 42%;
}
/*  חשכל  */
.hashkal header.header_bf nav > a:hover {
  border-bottom: #fff 2px solid;
}
.hashkal header.header_bf .flex_login .hashkal_zone {
  display: inline-block;
}
.hashkal header.header_bf nav > a {
  border-bottom: transparent 2px solid;
  color: #020268;
}
.hashkal.scrollBf header.header_bf nav > a {
  border-bottom: #fff 2px solid;
  color: #020268;
}
.hashkal.menuOpenBF header.header_bf nav > a {
  border-bottom: #fff 2px solid;
  color: #020268;
}
.hashkal.menuOpenBF header.header_bf nav > a:hover {
  border-bottom: #020268 2px solid;
}
.hashkal header.header_bf .flex_login .private_zone {
  background: #022bf1 url("../images/header/icon-profile.png") 95% 3px no-repeat;
  background-size: 1.7vw;
}
.hashkal header.header_bf .search_box input {
  border: #fff 2px solid;
  background-color: #020268;
  color: #fff;
}
.hashkal header.header_bf .search_box button {
  background-color: #020268;
}
.hashkal header.header_bf .search_box button img {
  filter: grayscale(1) brightness(30.5);
}
.hashkal .btnBF1 {
  background-color: #022bf1;
  border: #022bf1 1px solid;
}
.hashkal header.header_bf .flex_login .num_msgs {
  color: #022bf1;
}
.hashkal header.header_bf .flex_login .num_cart {
  color: #022bf1;
}
.hashkal header.header_bf .flex_login .private_zone_login {
  background: url("/DigitalSite/images/header/icon-profile-onlogin-bz.png") right no-repeat;
  background-size: 43px;
  background-position: right 42%;
}
.hashkal header.header_bf .search_box .my-autocomplete .my-autocomplete-items {
  border: #020268 1px solid;
}
.hashkal header.header_bf .search_box .my-autocomplete .my-autocomplete-items li {
  color: #020268;
}
.hashkal.scrollBf header.header_bf .search_box input {
  border: #020268 2px solid;
  background-color: #fff;
  color: #020268;
}
.hashkal.whiteHeaderBf header.header_bf .search_box button {
  background-color: #fff;
}
.hashkal.whiteHeaderBf header.header_bf .search_box button img {
  filter: unset;
}
.hashkal.whiteHeaderBf header.header_bf .search_box input {
  border: #020268 2px solid;
  background-color: #fff;
  color: #020268;
}
.hashkal.whiteHeaderBf header.header_bf .search_box input {
  border: #020268 2px solid;
  background-color: #fff;
  color: #020268;
}
.hashkal.whiteHeaderBf header.header_bf .search_box li a {
  color: #020268;
}
.hashkal.whiteHeaderBf .search_box input::-webkit-input-placeholder {
  color: #020268;
}
.hashkal.whiteHeaderBf header.header_bf .search_box .ui-menu {
  border: #020268 2px solid;
}
.hashkal .iskiBF {
  display: inline-block;
}
.hashkal .pratiBF {
  display: none;
}
.side_conection_link img {
  width: 3.54vw;
}
/*עסקי*/
/*MOBILE*/
@media (max-width: 916px) {
  .side_conection_link img {
    width: 16.56vw;
  }
  .side_conection_link {
    left: 10px;
    bottom: 44px;
  }
  .space_bf {
    height: 19vw;
  }
  .logo_bf.stage:after {
    top: -10px;
    right: 2vw;
  }
  .logo_bf.test:after {
    top: -10px;
    right: 2vw;
  }
  .logo_bf.local:after {
    top: -10px;
    right: 2vw;
  }
  .btnBF1 {
    font-size: 4.68vw;
    height: 12.9vw;
    padding: 0px 5vw;
  }
  .btnBF2 {
    font-size: 4.68vw;
    height: 12.9vw;
    padding: 0px 5vw;
  }
  .btnBF3 {
    font-size: 4.68vw;
    height: 12.9vw;
    padding: 0px 5vw;
  }
  .seperation_line_mob {
    display: block;
  }
  header.header_bf {
    height: 19.3vw;
  }
  header.header_bf .flex_top_menu > div {
    margin: 0px 1.9vw;
  }
  header.header_bf .flex_hamburger img {
    width: 8vw;
  }
  header.header_bf .flex_acc img {
    width: 14vw;
  }
  header.header_bf .flex_acc .acc_header_mob {
    position: relative;
    margin-top: 0px;
  }
  header.header_bf .flex_acc .acc_header_mob .btn_close_acc {
    position: absolute;
    width: 5.4vw;
    top: 5vw;
    right: 1vw;
    z-index: 0;
    display: none;
  }
  header.header_bf .flex_acc .acc_header_mob.selected .btn_close_acc {
    display: inline-block;
  }
  header.header_bf .flex_logo {
    padding: 0px;
  }
  header.header_bf .flex_logo .logo_bf {
    width: auto;
  }
  header.header_bf .flex_logo img {
    width: 11vw;
  }
  header.header_bf .flex_cart img {
    width: 10.4vw;
  }
  header.header_bf .flex_cart {
    position: relative;
  }
  header.header_bf .flex_cart .num_cart {
    position: absolute;
    background-color: #e20588;
    color: #fff;
    right: 2vw;
    top: -2vw;
    height: 5vw;
    border-radius: 3vw;
    padding: 0.65vw 0.9vw 0 0.9vw;
    font-size: 3.75vw;
    width: 5vw;
    text-align: center;
  }
  header.header_bf .flex_logo a {
    position: relative;
    top: 0vw;
  }
  header.header_bf .search_bf img {
    width: 10vw;
  }
  header.header_bf .flex_top_menu {
    justify-content: space-between;
    height: 100%;
    align-content: center;
    padding: 0px 2vw;
  }
  header.header_bf .flex_login {
    height: auto;
    width: auto;
    position: relative;
  }
  header.header_bf .flex_login img {
    width: 10.15vw;
  }
  header.header_bf .flex_login a {
    width: auto;
    margin: auto;
  }
  header.header_bf .flex_login .cart_zone {
    top: 0px;
  }
  header.header_bf .flex_login .cart_zone img {
    filter: unset;
  }
  header.header_bf .flex_login .msgs_zone img {
    filter: unset;
  }
  header.header_bf .flex_login .acc_zone img {
    filter: unset;
  }
  header.header_bf .flex_login .disconected_mob {
    display: inline-block;
    position: absolute;
    right: -2.5vw;
    padding: 0.5vw 0.5vw 0 0.5vw;
    border-radius: 5vw;
    font-weight: bold;
    font-size: 7vw;
    bottom: 0.4vw;
    font-family: initial;
    line-height: 5vw;
    color: #001fff;
  }
  header.header_bf .flex_login .disconected_mob img {
    width: 5.4vw;
  }
  header.header_bf nav {
    height: auto;
    width: 96%;
    right: -100vw;
    position: fixed;
    top: 0;
    bottom: 0px;
    overflow: scroll;
    transition: all 2s;
    align-items: flex-start;
    padding: 0px;
  }
  header.header_bf nav .wrap_menu_mob {
    height: 100%;
    width: 90%;
    background-color: #fff;
  }
  header.header_bf nav .close_mobile_menu {
    position: absolute;
    color: #fff;
    left: 0px;
    top: 50vh;
    text-decoration: none;
    background: url(/DigitalSite/images/header/close-icon.png) no-repeat;
    background-size: 5vw;
    width: 5vw;
    height: 5vw;
  }
  header.header_bf nav .menu_mobile {
    display: flex;
    flex-direction: column;
    height: 72%;
    overflow: scroll;
  }
  header.header_bf nav .menu_mobile a {
    color: #000;
    font-size: 5.6vw;
    text-decoration: none;
    padding: 5vw 5vw 0 5vw;
  }
  header.header_bf nav .menu_mobile a:after {
    content: "";
    background: url(/DigitalSite/images/header/arr_menu_mob.png);
    float: left;
    width: 10px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    background-position: center;
  }
  header.header_bf nav .menu_mobile.last_step a {
    font-size: 4.6vw;
  }
  header.header_bf nav .menu_mobile.last_step a:after {
    display: none;
  }
  header.header_bf nav .menu_mobile a.direct_lnk:after {
    display: none;
  }
  header.header_bf nav .menu_mobile a.change_color {
    color: #001fff !important;
  }
  header.header_bf nav .menu_logo_mob {
    border-bottom: #c9c8c8 1px solid;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
    height: 12%;
  }
  header.header_bf nav .menu_logo_mob img {
    width: 8vw;
  }
  header.header_bf nav .menu_logo_mob .ttl {
    font-size: 5.9vw;
    background: #fff url(/DigitalSite/images/header/arr_back.png) right center no-repeat;
    padding-right: 5vw;
    background-size: 2.3vw;
  }
  header.header_bf nav .menu_footer_mob {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16%;
    background: #fff url("/DigitalSite/images/header/sil-header-mob.png") 0 bottom no-repeat;
    background-size: 100% 100%;
  }
  header.header_bf nav .menu_footer_mob a {
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 6.2vw;
    text-decoration: none;
    background: url("/DigitalSite/images/header/icon_arrow_menu_mob.png") 0 center no-repeat;
    padding: 0 6vw;
    background-size: 3.5vw;
  }
  header.header_bf .search_box input {
    background-color: #001fff;
    border: #fff 2px solid;
    color: #fff;
  }
  header.header_bf .search_box {
    margin: 0px !important;
    height: 19.3vw;
    padding: 0px 3%;
    z-index: 1;
    background-color: #001fff;
    width: 100vw;
    top: -100px;
    transition: top 1.5s;
    right: 0px;
  }
  header.header_bf .search_box input::placeholder {
    color: #fff;
  }
  header.header_bf .search_box input:focus {
    border: #fff 1px solid;
  }
  header.header_bf .search_box .close_search_box img {
    width: 8.6vw;
  }
  header.header_bf .search_box .search_btn_bf img {
    width: 9vw;
  }
  header.header_bf .search_box button {
    margin-right: 0px;
  }
  header.header_bf .search_box .ui-menu {
    right: 15vw !important;
    width: 69.8vw !important;
    top: 15vw !important;
  }
  .whiteHeaderBf header.header_bf {
    background-color: #001fff;
  }
  .whiteHeaderBf header.header_bf .blue_img {
    display: none;
  }
  .whiteHeaderBf header.header_bf .white_img {
    display: inline-block;
  }
  .whiteHeaderBf header.header_bf .search_box button {
    background-color: #001fff;
  }
  .whiteHeaderBf header.header_bf .search_box input {
    background-color: #001fff;
    border: #fff 2px solid;
    color: #fff;
  }
  .menuMobBF .overlay_menu_bf {
    display: block;
  }
  .menuMobBF nav {
    right: 0px !important;
  }
  .menuMobBF header.header_bf .flex_top_menu:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.5;
  }
  .menuMobBF {
    overflow: hidden;
  }
  .menuMobBF header.header_bf {
    background-color: #001fff;
  }
  .searchBF header.header_bf .search_box {
    top: 0px;
    width: 100vw;
  }
  .searchBF header.header_bf .search_box button {
    margin-right: 0px;
  }
  .searchBF.scrollBf header.header_bf .search_box {
    background-color: #001fff;
  }
  .searchBF.scrollBf header.header_bf .search_box button {
    background-color: #001fff;
  }
  .searchBF.scrollBf header.header_bf .search_box button img {
    filter: grayscale(1) brightness(8.5);
  }
  .scrollBf header.header_bf {
    background-color: #001fff;
    box-shadow: 0px 4px 27.6px 1.5px rgba(4, 25, 133, 0.6);
  }
  .scrollBf header.header_bf .blue_img {
    display: none;
  }
  .scrollBf header.header_bf .white_img {
    display: inline-block;
  }
  .scrollBf header.header_bf .search_box input {
    background-color: #001fff;
    border: #fff 2px solid;
    color: #fff;
  }
  .scrollBf header.header_bf .search_box input::placeholder {
    color: #fff;
  }
  .bp-business.scrollBf header.header_bf {
    background-color: #020268;
  }
  .bp-business header.header_bf .search_box input {
    border: #fff 2px solid;
    background-color: #020268;
  }
  .bp-business.scrollBf header.header_bf .search_box input::placeholder {
    color: #fff;
  }
  .bp-business header.header_bf .flex_login .disconected_mob {
    color: #020268;
  }
  .bp-business.searchBF.scrollBf header.header_bf .search_box {
    background-color: #020268;
  }
  .bp-business.searchBF.scrollBf header.header_bf .search_box button {
    background-color: #020268;
  }
  .bp-business header.header_bf .search_box {
    background-color: #020268;
  }
  .bp-business header.header_bf .search_box button {
    background-color: #020268;
  }
  .bp-business.scrollBf header.header_bf .search_box input {
    border: #fff 1px solid;
    background-color: #020268;
    color: #fff;
  }
  .bp-business header.header_bf nav .menu_logo_mob img {
    width: 16vw;
  }
  .bp-business.whiteHeaderBf header.header_bf .search_box {
    background-color: #020268;
  }
  .bp-business.whiteHeaderBf header.header_bf .search_box button {
    background-color: #020268;
  }
  .bp-business.whiteHeaderBf header.header_bf {
    background-color: #020268;
  }
  .bp-business.whiteHeaderBf header.header_bf .search_box input {
    border: #fff 2px solid;
    background-color: #020268;
    color: #fff;
  }
  .bp-business.menuMobBF header.header_bf {
    background-color: #020268;
  }
  .bp-business header.header_bf .flex_acc .acc_header_mob .iskiBF {
    display: block;
    border: transparent 1px solid;
  }
  .hashkal.scrollBf header.header_bf {
    background-color: #020268;
  }
  .hashkal header.header_bf .search_box input {
    border: #fff 2px solid;
    background-color: #020268;
  }
  .hashkal header.header_bf .flex_login .disconected_mob {
    color: #020268;
  }
  .hashkal.searchBF.scrollBf header.header_bf .search_box {
    background-color: #020268;
  }
  .hashkal.searchBF.scrollBf header.header_bf .search_box button {
    background-color: #020268;
  }
  .hashkal header.header_bf .search_box {
    background-color: #020268;
  }
  .hashkal header.header_bf .search_box button {
    background-color: #020268;
  }
  .hashkal.scrollBf header.header_bf .search_box input {
    border: #fff 1px solid;
    background-color: #020268;
    color: #fff;
  }
  .hashkal header.header_bf nav .menu_logo_mob img {
    width: 16vw;
  }
  .hashkal.whiteHeaderBf header.header_bf .search_box {
    background-color: #020268;
  }
  .hashkal.whiteHeaderBf header.header_bf .search_box button {
    background-color: #020268;
  }
  .hashkal.whiteHeaderBf header.header_bf {
    background-color: #020268;
  }
  .hashkal.whiteHeaderBf header.header_bf .search_box input {
    border: #fff 2px solid;
    background-color: #020268;
    color: #fff;
  }
  footer.footer_bf .footer_wrap {
    flex-direction: column;
    width: 100%;
    font-size: 3.43vw;
    padding-top: 0px;
  }
  footer.footer_bf .footer_wrap .lnks {
    flex-flow: wrap;
    justify-content: flex-start;
    margin: auto;
    height: max-content;
    width: 95%;
    font-size: 3.43vw;
    margin-bottom: 56px;
  }
  footer.footer_bf .footer_wrap .lnks > div {
    width: 46%;
    border-bottom: #000 1px solid;
    margin: 2%;
  }
  footer.footer_bf .footer_wrap .right_foot {
    margin: 30px auto;
  }
  footer.footer_bf .footer_wrap a {
    margin: 0px;
  }
  footer.footer_bf .footer_wrap .ttl {
    font-size: 3.43vw;
  }
  footer.footer_bf .footer_wrap .right_foot {
    width: 66%;
  }
  .flex_empty {
    width: 100%;
  }
}
/* file: accessibilty.css */
.accessible {
  display: none;
  border: #a9a9a9 1px solid;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 240px;
  height: auto;
  background-color: #fff;
  z-index: 1000;
  font-family: ploni-reg;
  font-size: 16px;
}
.accessible .item {
  display: block;
  width: 100%;
  border-bottom: #ddd 1px solid;
  line-height: 34px;
  padding: 2px 10px;
  cursor: pointer;
  color: #0177bd;
  background-color: #fff;
  text-align: right;
  font-family: ploni-reg;
  font-size: 16px;
}
.accessible .item:hover {
  background-color: #eee;
}
.accessible .ttl {
  line-height: 22px;
  background-color: #0177bd;
  color: #fff;
  padding: 2px 10px;
}
.accessible .close {
  position: absolute;
  background-color: #0177bd;
  left: 238px;
  top: -1px;
  cursor: pointer;
  border: none;
  padding: 0px;
}
.btn_accessible_mob {
  width: 46px;
  position: fixed;
  bottom: -2px;
  z-index: 1000;
  right: 0px;
}
.close_acc_mob {
  padding: 0 4px;
  border-radius: 3px 0px 3px 3px;
  background-color: #b60000;
  color: #fff;
  font-size: 13px;
  position: fixed;
  bottom: 28px;
  z-index: 1000;
}
.accessible_v2 {
  width: 410px;
  top: 110px;
  left: 19px;
  border-radius: 10px;
  box-shadow: 0px -2px 52px 0px rgba(0, 0, 0, 0.86);
  background-color: #fff;
  border: none;
}
.accessible_v2 .close {
  position: static;
  background-color: transparent;
  margin: 10px 10px 0 10px;
}
.accessible_v2 .item {
  border-bottom: none;
}
.accessible_v2 .ttl {
  padding: 20px 0;
}
.accessible_v2 h2 {
  font-size: 28px;
  color: #001fff;
  text-align: center;
  position: relative;
  margin: 0px;
  background: url(../images/border-top.png) repeat-x bottom;
  padding-bottom: 10px;
  line-height: 30px;
}
.accessible_v2 h2 a#btnResetAcc {
  position: absolute;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  bottom: 41px;
  left: 18px;
}
.accessible_v2 h2 a#hebAccBtn {
  position: absolute;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  bottom: 41px;
  left: 96px;
  text-decoration: none;
  padding-left: 2px;
  margin-left: 3px;
}
.accessible_v2 h2 a#engAccBtn {
  position: absolute;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  bottom: 41px;
  left: 70px;
  text-decoration: none;
}
.accessible_v2 h2 a#hebAccBtn:after {
  content: "";
  position: absolute;
  font-size: 13px;
  left: -4px;
  color: #000;
  top: 9px;
  background-color: #777;
  width: 2px;
  height: 10px;
}
.accessible_v2 .item {
  color: #000;
}
.accessible_v2 .item:hover {
  background-color: #fff;
}
.accessible_v2 .ttl.reka {
  background-color: #f2f2f2;
  text-align: center;
  color: #000;
}
.accessible_v2 .ttl.font {
  background-color: #ffff;
  text-align: center;
  color: #000;
}
.accessible_v2 .flex_acc1 {
  background-color: #f2f2f2;
  display: flex;
  padding-bottom: 20px;
}
.accessible_v2 .flex_acc1 .item {
  background-color: #f2f2f2;
  text-align: center;
  border: #888 2px solid;
  border-radius: 10px;
  margin: 12px;
  position: relative;
  padding: 5px 10px;
}
.accessible_v2 .flex_acc1 .item:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 22px;
  top: -12px;
  right: 39px;
  background: #f2f2f2 url(../images/radio-bt-w.png) no-repeat center;
  background-size: 22px;
}
.accessible_v2 .flex_acc1 .item.selected {
  border: #001fff 3px solid;
  color: #001fff;
  font-weight: bold;
}
.accessible_v2 .flex_acc1 .item.selected:after {
  background: #f2f2f2 url(../images/radio-bt-b.png) no-repeat center;
  background-size: 22px;
}
.accessible_v2 .flex_acc1 .item.black_background:after {
  background-color: #000;
}
.accessible_v2 .flex_acc1 .item.white_background:after {
  background-color: #fff;
}
.accessible_v2 .flex_acc2 {
  display: flex;
  padding-bottom: 20px;
}
.accessible_v2 .flex_acc2 .item {
  text-align: center;
  border: #888 3px solid;
  border-radius: 10px;
  margin: 12px;
  padding: 5px 10px;
  position: relative;
}
.accessible_v2 .flex_acc2 .item:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 22px;
  top: -12px;
  right: 39px;
  background: #fff url(../images/radio-bt-w.png) no-repeat center;
  background-size: 22px;
}
.accessible_v2 .flex_acc2 .item.selected:after {
  background: #fff url(../images/radio-bt-b.png) no-repeat center;
  background-size: 22px;
}
.accessible_v2 .flex_acc2 .item.selected {
  border: #001fff 3px solid;
  color: #001fff;
}
.accessible_v2 .flex_acc2 .item.black_background:after {
  background-color: #000;
}
.accessible_v2 .flex_acc2 .item.white_background:after {
  background-color: #fff;
}
.accessible_v2 .flex_acc3 {
  display: flex;
  background-color: #001fff;
  border-radius: 0px 0px 8px 8px;
}
.accessible_v2 .flex_acc3 .item {
  background-color: transparent;
  color: #fff;
  text-align: center;
  padding: 16px 0px;
}
.accessible_v2 .flex_acc2 .item:hover {
  background-color: #fff;
}
.accessible_v2 .flex_acc3 .item span {
  line-height: 18px;
}
.accessible_v2.engAcc h2 a#engAccBtn {
  color: #001fff;
  font-weight: bold;
}
.accessible_v2.hebAcc h2 a#hebAccBtn {
  color: #001fff;
  font-weight: bold;
}
.accessible_v2 .hebAccTxt,
.accessible_v2 .engAccTxt {
  display: none;
}
.accessible_v2.hebAcc .hebAccTxt {
  display: inline-block;
}
.accessible_v2.engAcc .engAccTxt {
  display: inline-block;
}
.accessible_v2.engAcc .acc_switcher .item {
  text-align: left;
}
.accessible_v2.engAcc .acc_switcher .inner {
  flex-direction: row-reverse;
}
.accessible_v2.engAcc .acc_switcher label {
  margin-right: 20px;
}
.wrap_acc_switcher {
  padding: 10px 0;
}
.acc_switcher label {
  font-size: 16px;
  line-height: 16px;
  float: right;
  cursor: pointer;
  color: #000;
  margin-left: 20px;
}
.acc_switcher label:not(.switcher) {
  margin-right: 17px;
}
.acc_switcher input[type="checkbox"]:not(:checked) + .switcher {
  background-color: #cfcfcf;
}
.acc_switcher input[type="checkbox"]:not(:checked) + .switcher:after {
  background: #fff;
  color: #0072b6;
}
.acc_switcher .switcher:after {
  content: ' ';
  display: block;
  position: absolute;
  transition: left 0.2s ease-out;
  background: #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  top: 3px;
  left: 2px;
  font-size: 14px;
  line-height: 24px;
  font-family: Arial;
}
.acc_switcher .switcher {
  background: #001fff;
  border-radius: 20px;
  position: relative;
  width: 50px;
  height: 21px;
}
.acc_switcher input[type="checkbox"]:checked + .switcher:after {
  left: 20px;
}
.acc_switcher input[type="checkbox"] {
  display: none;
}
.acc_switcher .inner {
  display: flex;
  align-items: center;
}
#keyboard_hearing.selected .switcher {
  background: #001fff;
}
#keyboard_hearing.selected .switcher:after {
  left: 20px;
}
#btnMagnifyingGlassForText.selected .switcher {
  background: #001fff;
}
#btnMagnifyingGlassForText.selected .switcher:after {
  left: 20px;
}
.blackAcc .acc_switcher .switcher {
  background: #001fff !important;
  filter: brightness(150%);
}
.blackAcc .acc_switcher .switcher:after {
  background-colorX: #00a8ff !important;
}
.blackAcc .acc_switcher input[type="checkbox"]:not(:checked) + .switcher {
  background-color: #bbb !important;
  filter: unset;
}
.blackAcc .acc_switcher input[type="checkbox"]:not(:checked) + .switcher:after {
  background-color: #fff !important;
}
.blackAcc .accessible_v2 {
  border: #fff 2px solid;
}
.blackAcc .accessible_v2 .flex_acc1 .item:after {
  filter: brightness(4);
}
.blackAcc .accessible_v2 .flex_acc2 .item:after {
  filter: brightness(4);
}
.blackAcc .accessible_v2 .flex_acc1 .item.selected {
  border: #fff 2px solid;
}
.blackAcc .accessible_v2 .flex_acc2 .item.selected {
  border: #fff 2px solid;
}
.blackAcc .accessible_v2 .flex_acc1 .item.selected:after {
  filter: brightness(200%);
}
.blackAcc .accessible_v2 .flex_acc2 .item.selected:after {
  filter: brightness(200%);
}
.blackAcc #btnMagnifyingGlassForText.selected .switcher {
  background: #001fff !important;
  filter: brightness(150%);
}
.blackAcc #keyboard_hearing.selected .switcher {
  background: #001fff !important;
  filter: brightness(150%);
}
.blackAcc .accessible_v2 .close:after {
  content: "X";
  font-size: 20px;
}
.blackAcc .accessible_v2 .close img {
  width: 1px;
  height: 1px;
}
.whiteAcc .acc_switcher .switcher {
  background: #cfcfcf !important;
}
.whiteAcc .acc_switcher .switcher:after {
  background-color: #fff !important;
}
.whiteAcc .acc_switcher input[type="checkbox"]:not(:checked) + .switcher {
  background-color: #cfcfcf !important;
}
.whiteAcc .acc_switcher input[type="checkbox"]:not(:checked) + .switcher:after {
  background-color: #fff !important;
}
.whiteAcc #btnMagnifyingGlassForText.selected .switcher {
  background: #001fff !important;
  filter: unset;
}
.whiteAcc #keyboard_hearing.selected .switcher {
  background: #001fff !important;
  filter: unset;
}
/* file: animate.css */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
