/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@keyframes background {
  0% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}
body {
  margin: 0 !important;
}
.no_scroll {
  overflow: hidden;
}

.opacity0 {
  opacity: 0;
}

.green_mark {
  background-color: rgb(24, 194, 101) !important;
  color: #ffff !important;
  box-shadow: none !important;
}

.none {
  display: none;
}

.underline {
  text-decoration: underline;
}

.aqua {
  color: #30dfff;
}

.bold {
  font-weight: bold;
}

.rot {
  transform: rotate(45deg) !important;
  fill: aqua !important;
}

.br_768 {
  display: none;
}

.back_768 {
  display: none;
}

.back_992 {
  display: none;
}

.back_1200 {
  display: none;
}

.background {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  animation: background 17s infinite;
}

.top_banner {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.top_banner-contianer {
  padding-top: 40px;
}

.bfiber {
  font-size: 30.4px;
}

.top_banner-title {
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: -0.21px;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 6px;
}

.top_banner-subtitle {
  width: 308px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.12px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

.top_banner-move {
  cursor: pointer;
  margin: 0 auto;
  width: 218px;
  height: 51px;
  margin-top: 9px;
  padding: 13px 29px;
  border-radius: 27.1px;
  box-shadow: 0 6px 4px -2px rgba(48, 223, 255, 0.29);
  background-color: #30dfff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #16254f;
  font-family: "SimplerPro";
  box-shadow: 0 12px 15px -2px rgba(48, 223, 255, 0.52);
}

.top_banner-move svg {
  margin-right: 13px;
  width: 18px;
  height: 17px;
}

.title_between {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.4px;
  text-align: center;
  color: #16254f;
  padding: 15px 0;
  margin: 0 auto;
}

.game_time-title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.4px;
  text-align: center;
  color: #16254f;
  margin-top: 19px;
  margin-bottom: 19px;
}

.info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.info_single {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  border-radius: 7px;
  background-color: #eefcff;
  padding-top: 21px;
  padding-bottom: 23px;
  width: 329px;

  border-top: 5px solid #30dfff;
  margin-bottom: 27px;
  position: relative;
}

.info_single-number {
  position: absolute;
  left: 50%;
  top: -15px;
  width: 31.3px;
  height: 31.3px;
  transform: translate(-50%);
  background-color: #30dfff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 19.1px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
}

.info_single-tiny {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  margin-top: 7px;
}

.link {
  background-image: url("./image/link360.png");
  background-repeat: no-repeat;
  height: 234px;
  display: flex;
  flex-direction: column;
  background-position: center;
  align-items: center;
  justify-content: center;
}

.link_con {
  /* padding-top: 33px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  font-family: "SimplerPro";
}

.link_con-url {
  border-radius: 10px;
  border: solid 1px #b2b2b2;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 48px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  font-family: "SimplerPro";
  display: none;
}

.link_con-copy {
  cursor: pointer;
  width: 157px;
  height: 37px;
  border-radius: 7.7px;
  box-shadow: 0 5px 4px -2px rgba(48, 223, 255, 0.29);
  background-color: #30dfff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-family: "SimplerPro";
  /* margin-bottom: 16px; */
  font-size: 13.9px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #16254f;
  margin: 13px auto 12px;
}

.link_con-copy svg {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.link_con-copy svg:nth-child(2) {
  display: none;
}

.link_con-copy.green_mark svg:nth-child(1) {
  display: none !important;
}

.link_con-copy.green_mark svg:nth-child(2) {
  display: block !important;
  fill: #fff !important;
}

.link_text {
  display: inline-block;
  margin-top: 19px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.cando {
  padding-top: 15px;
}

.cando_oneside {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cando_title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.4px;
  text-align: center;
  color: #16254f;
  margin-bottom: 14px;
  width: 190px;
}

.cando_subtitle {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  margin-bottom: 21px;
}

.cando_celebret {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  border-radius: 13px;
  /* border: solid 1px #30dfff; */
  /* background-image: linear-gradient(to left, #EFFDFF, #fff 50%); */
  width: 330px;
  height: 201px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cando_celebret img {
  width: 81px;
  height: 68px;
  margin-bottom: 16px;
}

.cando_anotherside {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cando_anotherside img {
  width: 282px;
  height: 229px;
}

.video {
  height: 180px;
  background-image: url("./image/video360.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_content {
  width: 207px;
  height: 102px;
  border-radius: 10.7px;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.video_content svg {
  margin-bottom: 7px;
  cursor: pointer;
  transition: transform 0.4s;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 4px 15px rgba(22, 37, 79, 0.25));
  filter: drop-shadow(0 4px 15px rgba(22, 37, 79, 0.25));
}

.video_content svg:hover {
  transform: scale(1.1);
}

.video_title {
  font-size: 18.2px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.16px;
  text-align: center;
  color: #16254f;
}

.scenes {
  padding-bottom: 46px;
}

.scenes_title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.4px;
  text-align: center;
  color: #16254f;
  margin-bottom: 20px;
}

.scenes_con {
  overflow-x: scroll;
  overflow-y: hidden;
  padding-right: 18px;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scenes_con::-webkit-scrollbar {
  display: none;
}

.scenes_single {
  margin-left: 16px;
}

.scenes_single-img {
  width: 283px;
  height: 207px;
  border-radius: 13.1px;
  background-color: #000;
  margin-bottom: 20px;
}

.scenes_single-title {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: right;
  color: #16254f;
  width: 264px;
  margin-bottom: 11px;
}

.scenes_single-text {
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: -0.25px;
  text-align: right;
  color: #585858;
  width: 246px;
}

.scenes_single-link {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: -0.25px;
  text-align: right;
  color: #16254f;
  font-weight: bold;
  text-decoration: none;
}

.img1 {
  background-image: url("./image/mincraft2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img2 {
  background-image: url("./image/mincraft.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wave {
  background-image: url("./image/wave360.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wave_title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: 299px;
  margin-top: 47px;
  margin-bottom: 18px;
}

.wave_link {
  width: 196px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25.5px;
  box-shadow: 0 7px 5px -2px rgba(48, 223, 255, 0.29);
  background-color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
}

.wave_link svg {
  margin-right: 5.3px;
  width: 12.8px;
  height: 10px;
}

.questions {
  /* background-color: #ebf5fe; */
  padding: 40px 0;
  /* display: none; */
}

.questions_title {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.4px;
  text-align: center;
  color: #16254f;
  margin-bottom: 16px;
}

.questions_con {
  padding: 0 15px;
}

.questions-single {
  border-radius: 3px;
  box-shadow: 0 3px 2px 0 rgba(221, 216, 216, 0.5);
  background-color: #fff;
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 #f0f0f0;
}

.questions-single-title {
  cursor: pointer;
  height: 70px;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  box-shadow: 0px 2px 4px 0px rgba(240, 240, 240, 0.25);
  color: #16254f;
  /* border-radius: 8px; */
}
.questions-single-dial {
  color: #666 !important;
  text-decoration: none;
  font-weight: 600;
}
.questions-single-title span {
  display: inline-block;
  width: 92%;
}

.questions-single-title svg {
  transition: 0.4s;
  width: 16px;
  height: 16px;
}

.questions-single-title.active_section svg {
  transform: rotate(45deg) !important;
  stroke: #20bafa !important;
}

.questions-single-title.active_section svg * {
  stroke: #20bafa !important;
}

.questions-single-description {
  padding: 0 24px;
  padding-bottom: 22px;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #666;
}

.questions-single-description-ul {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.questions_more {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: right;
  color: #16254f;
  text-decoration: underline;
  border: none;
}

.questions_policy {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #16254f;
  margin: 0 auto;
  margin-top: 28px;
  padding: 0 20px;
}

.questions_policy a {
  color: #16254f;
  text-decoration: underline !important;
}

.video_popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.video_popup_continer {
  /* background: #5174fd; */
  /* background-image: url(image/modal_360.jpg); */
  background-size: cover;
  margin: 0 auto;
  /* width: 100%; */
  width: 320px;
  height: 326px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 13px; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video_popup iframe {
  border-radius: 20px;
  border: solid 3px #fff;
  height: 180px;
  width: 100%;
}

.x_btn {
  cursor: pointer;
  position: absolute;
  top: 34px;
  left: 0;
  background: rgba(22, 37, 79, 0);
  border: none;
}

.x_btn-svg {
  left: 0;
}

.x_btn-txt {
  display: none;
  font-family: "SimplerPro";
}

#popUpBtn {
  border: none;
  height: fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0);
}

#electric_page_2024_private_g * {
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  direction: rtl;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* letter-spacing: 0.00001px; */
  outline: none;
  font-kerning: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
#electric_page_2024_private_g .cyan {
  color: #30dfff;
}
#electric_page_2024_private_g .page_title {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: auto;
  margin-bottom: 0;
  margin-top: -15px;
  /* margin-top: 37px; */
  /* max-width: 244px; */
}

#electric_page_2024_private_g .topbanner_subheader {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  /* margin-top: -11px; */
  /* color: #16254f; */
  /* line-height: 1; */
  line-height: 24px;
  margin-bottom: 16px;
  /* width: 290px; */
  margin: 0 auto;
  line-height: 1.1;
  text-align: center;
  /* margin-right: calc(50% - 175px); */
}
#electric_page_2024_private_g .topbanner {
  position: relative;
}
#electric_page_2024_private_g .topbanner .topbanner__logo {
  width: 29px;
  height: 32px;
  position: absolute;
  top: 15px;
  right: calc(50% - 151px);
  display: none;
}
#electric_page_2024_private_g .topbanner_subheader .topbanner_subheader-boldText {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
}
#electric_page_2024_private_g .topbanner_subheader::after {
  content: "";
  background-image: url("../images/svg/shape.svg");
  width: 61px;
  height: 6px;
  position: absolute;
  top: 154px;
  right: calc(50% - -58px);
  display: none;
}
#electric_page_2024_private_g .topbanner {
  height: 470px;
  /* height: 392px; */
  background-image: url(./../images/bg/background360.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 97px 0 0px;
  /* padding-right: 16px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
#electric_page_2024_private_g .topbanner .topbanner_subheadline {
  color: #ffffff;
  text-align: center;
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 10px; */
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  width: 230px;
  /* margin-right: calc(50% - 175px); */
  display: flex;
  flex-direction: column;
  align-items: center;
}
#electric_page_2024_private_g .topbanner .topbanner_subheadline .topbanner_inner {
  color: #ffffff;
  text-align: center;
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 10px; */
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1;
  color: #cff200;
  text-align: right;
  /* display: block; */
}
#electric_page_2024_private_g .topbanner .topbanner_thirdline {
  color: #ffffff;
  text-align: center;
  font-family: "SimplerPro_BEZEQ_HEBREW2";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 10px; */
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 1;
  color: #cff200;
  text-align: right;
  display: inline-flex;
  /* display: none; */
}

.topbanner_title {
  font-size: 28px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.2; */
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  /* padding-top: 52px; */
  margin-bottom: -9px;
  /* display: block; */
  line-height: 32px;
  display: none;
  /* letter-spacing: normal; */
}
.topbanner_subTitle {
  margin: 0 auto 6px;
  position: relative;
  /* top: -23px; */
  /* height: 55px; */
  display: flex;
  align-items: center;
  /* background: radial-gradient(
    43.9% 26.45% at 53.11% 101.39%,
    #65e3ff 0%,
    #0159de 100%
  ); */
  background-clip: text;
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* padding-bottom: 10px; */
  /* font-feature-settings: "clig" off, "liga" off; */
  gap: 4px;
  margin-right: calc(50% - 172px);
  /* margin-top: 6px; */
  justify-content: center;
  display: none;
  /* margin-right: 0; */
}
.topbanner_subTitle .topbanner_subTitle-text {
  color: #e9e9e9;
  text-align: right;
  font-feature-settings: "clig" off, "liga" off;
  font-family: SimplerPro_BEZEQ_HEBREW2;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* position: relative; */
  right: 41px;
  top: -5px;
}
.topbanner_subTitle .topbanner_subTitle-energy {
  /* background: radial-gradient(
    43.9% 26.45% at 53.11% 101.39%,
    #65e3ff 0%,
    #0159de 100%
  ); */
  /* background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* font-feature-settings: "clig" off, "liga" off; */
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #e9e9e9;
}
.topbanner_img {
  width: 257px;
  position: relative;
  margin: 0 auto;
  right: -40px;
}
.speed-tiny {
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}

.topbanner_subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-top: 65px;
  display: none;
  margin-bottom: 16px;
}

.topbanner_subtitle-big {
  font-size: 30px;
  font-variant-ligatures: none;
}

#bnhp_breadcrumbs {
  color: #fff !important;
}

.ms-sitemapdirectional {
  color: #fff !important;
}

.topbanner_sub {
  color: #ffffff;
  display: block !important;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.07;
}
.topbanner_header {
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  color: #16254f;
  position: absolute;
  right: calc(50% - 153px);
  line-height: normal;
  top: 50px;
  display: none;
}
.topbanner_header span {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "clig" off, "liga" off;
  font-family: SimplerPro_BEZEQ_HEBREW2;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background-image: radial-gradient(
    circle,
    #58abf8,
    #459ef6,
    #3490f3,
    #2882f0,
    #2374eb,
    #236ae1,
    #245fd8,
    #2555ce,
    #214dbf,
    #1d45b1,
    #183da2,
    #133594
  );
}
.topbanner_sub.second {
  color: #16254f;
  display: block !important;
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
  display: none;
}

.topbanner_subtitle {
  /* width: 300.6px; */
  /* height: 22px; */
}

.topbanner_description {
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 220px;
}

.topbanner_description strong {
  display: block;
}

.topbanner_upgrade {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 54px;
  background-color: rgba(22, 37, 79, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.topbanner_upgrade a {
  color: #ffffff !important;
}

.topbanner_upgrade-first {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: block;
  /* padding-top: 8px; */
  /* margin-left: 6px; */
  margin-bottom: 2px;
}

.topbanner_upgrade-link {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: right;
  color: #fff !important;
  text-decoration: underline !important;
}
.topbanner_bottom {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  display: none;
}

.topbanner_bottom .topbanner_button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 167px;
  /* height: 40px; */
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 auto 182px;
  border-radius: 48px;
  background: var(--Energy-Lime, #cff200);
  box-shadow: 0 4px 21px 0 rgba(255, 234, 234, 0.42);
}
.topbanner_bottom .topbanner_button-wrapper .topbanner_button {
  text-decoration: none;
  color: #1b3965 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.topbanner_bottom .topbanner_bottom-text-wrapper {
  /* background: #f0f0f0; */
  padding: 0 0 16px;
  color: #fff;
}
.topbanner_bottom .topbanner_bottom-text-wrapper .topbanner_bottom-text {
  position: relative;
  font-size: 12px;
  display: block;
  bottom: 0;
  width: 265px;
  display: none;
  margin: 0 auto;
}
.topbanner_bottom-text-wrapper 
/* * site guide  */

.site_guide_ {
  /* padding-top: 40px; */
  /* padding-bottom: 10px; */
  padding: 32px 24px 52px;
  background: #fafafa;
}
.site_guide_ .site_guide_wrapper {
  padding: 32px 24px 32px;
  background: #fafafa;
}
.site_guide__title {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #08192a;
  /* width: 374px; */
  margin: 0 auto 16px;
  /* margin-bottom: 16px; */
  display: flex;
  gap: 6px;
  justify-content: center;
}
.site_guide__title .site_guide__title-special {
  /* width: 81px; */
  height: auto;
  display: inline-block;
  /* background: radial-gradient(
    circle,
    #58abf8,
    #459ef6,
    #3490f3,
    #2882f0,
    #2374eb,
    #236ae1,
    #245fd8,
    #2555ce,
    #214dbf,
    #1d45b1,
    #183da2,
    #133594
  ); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  color: #08192a;
}

.site_guide__container {
  max-width: 328px;
  margin: 0 auto 0px;
  /* padding: 32px 16px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.site_guide__single {
  display: flex;
  /* margin-bottom: 32px; */
  border-radius: 12px;
  background: #0059de;
  padding: 24px 8px 24px;
  width: 312px;
  box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.1);
  align-items: center;
  /* gap: 8px; */
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}

.site_guide__oneside {
  /* margin-left: 12px; */
  margin-bottom: 0px;
  height: 0;
  /* width: 100%; */
  position: absolute;
  right: 8px;
  top: 8px;
}

.site_guide__anotherside-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: right;
  color: #16254f;
}

.site_guide__anotherside-description {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}
.site_guide-number {
  /* display: block; */
  width: 32px;
  height: auto;
}
.site_guide_icon_tablet {
  /* display: none; */
  width: 44px;
  margin-bottom: 8px;
}
.site_guide__lower-text-wrapper {
  width: 320px;
  /* max-width: 320px; */
  /* display: flex; */
  margin: 0 auto;
  /* flex-direction: column; */
}

.site_guide__lower-text-wrapper .site_guide__lower-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: #16254f;
  text-align: center;
}

.site_guide__lower-text-wrapper .site_guide__lower-subtext {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #16254f;
  text-align: center;
}
.site_guide__lower-text-wrapper .site_guide__lower-subtext .site_guide__lower-subtext-laptop {
  display: none;
}
/* ? site guide end */
.speed_title {
  margin: 0 auto;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  margin-bottom: 32px;
  width: 100%;
}

.speed_wrapper {
  /* max-width: 896px; */
  /* margin: 0 auto; */
}
#electric_page_2024_private_g .plus_wrapper {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: -26px;
}

.speed_single {
  /* border-radius: 16px; */
  /* margin-bottom: 32px; */
  /* position: relative; */
  /* box-shadow: 0 15px 30px -10px #bcd4fa; */
}

.speed_oneside {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* background-color: #3d53de; */
  /* height: 92px; */
  /* border-radius: 16px; */
  /* border-bottom-left-radius: 0; */
  /* border-bottom-right-radius: 0; */
  /* position: relative; */
}

.speed_oneside-first {
  margin-left: 8px;
}

.speed_b {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.0000001px;
  text-align: right;
  color: #fff;
}

.speed-speed {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}

.speed_anotherside {
  /* height: 384px; */
  /* background-color: #fff; */
  /* border-bottom-left-radius: 16px; */
  /* border-bottom-right-radius: 16px; */
  /* position: relative; */
  /* box-shadow: 0 15px 30px -10px #bcd4fa; */
  /* box-shadow: 0 15px 30px -10px #bcd4fa; */
}
.speed_anotherside.second {
  height: 360px;
}

.speed_time {
  /* display: flex; */
  /* justify-content: center; */
  /* padding-top: 27px; */
}
.speed_time.second {
  gap: 21px;
}
.speed_time-single:first-child {
  /* margin-left: 20px; */
}
.speed_time-single.second-svg {
  margin-left: 0;
  margin-top: -2px;
  margin-bottom: 13px;
}

.speed_time-single {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.speed_time-single svg {
  /* margin-bottom: 4px; */
}
.speed_time-single.second {
  margin-top: 4px;
}
.speed_until {
}

.speed_until-when {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
}
.speed_until.second {
  font-size: 16px;
}
.speed_until-when.second {
  font-size: 16px;
}
#electric_page_2024_private_g .speed_price {
  /* font-family: "SimplerPro_BEZEQ_HEBREW2" !important; */
  /* font-weight: 500; */
  /* font-size: 18px; */
  /* font-weight: normal; */
  /* font-stretch: normal; */
  /* font-style: normal; */
  /* line-height: 1.5; */
  /* letter-spacing: normal; */
  /* text-align: center; */
  /* color: #16254f; */
  /* position: absolute; */
  /* top: 181px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* width: 97%; */
  /* display: inline-block; */
}
#electric_page_2024_private_g .speed_price.second {
  top: 207px;
  /* display: flex; */
}

.speed_big {
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  margin-left: -3px;
}
.speed_big.second {
  margin-left: 3px;
}
#electric_page_2024_private_g .speed_more {
  /* font-size: 18px; */
  /* font-weight: 600; */
  /* font-stretch: normal; */
  /* font-style: normal; */
  /* line-height: 0.33; */
  /* letter-spacing: normal; */
  /* text-align: right; */
  /* color: #3d53de; */
  /* position: absolute; */
  /* width: 100%; */
  /* top: 256px; */
  /* left: 23%; */
  /* transform: translateX(-50%); */
  /* align-items: center; */
  /* gap: 4px; */
  /* display: flex; */
  /* text-decoration: none; */
}
#electric_page_2024_private_g .speed_more.second {
  top: 275px;
  left: 23.5%;
  /* font-weight: 500; */
  font-weight: 600;
}

.speed_btn {
  /* border-radius: 40px; */
  /* border: solid 1px #3d53de; */
  /* width: 197px; */
  /* height: 40px; */
  /* position: absolute; */
  /* top: 306px; */
  /* left: 51%; */
  /* transform: translateX(-50%); */
  /* text-decoration: none; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}
.speed_btn.second {
  top: 301px;
  left: 50%;
  width: 198px;
  border: 2px solid #3d53de;
  height: 48px;
}

.speed_btn span {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: right;
  color: #3d53de;
}

.speed_btn svg {
  margin-right: 6px;
}

.best {
  position: absolute;
  left: -10px;
  top: -3px;
  width: 104px;
  z-index: 5;
}

.best img {
  width: 104px;
  height: 104px;
}

.best_text {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  position: absolute;
  top: 30px;
  left: 9px;
  transform: rotate(-45deg);
}
.best_strap {
  width: 193px;
  display: block;
  position: absolute;
  height: auto;
  top: -52px;
  z-index: -1;
  left: -42px;
}

.move_background {
  width: 100%;
  background-image: linear-gradient(
    106deg,
    #3d53de,
    #3d53de 28%,
    #7a8be1 49%,
    #3d53de 72%,
    #3d53de 100%
  );
  animation: move_background 6s infinite;
  background-size: 400% 400%;
}

@keyframes move_background {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.speed_price-insted {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: right;
  color: #666;
  display: inline-block;
  position: relative;
}

.speed_price-insted::after {
  /* content: ""; */
  /* width: 50%;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 23%;
  top: 50%;
  transform: translate(-50%, -50%); */
}

.sale {
  /* width: 208px; */
  /* height: 24px; */
  /* margin: 0 auto; */
  /* border-radius: 6px; */
  /* background-color: #fff0c3; */
  /* font-size: 14px; */
  /* font-weight: normal; */
  /* font-stretch: normal; */
  /* font-style: normal; */
  /* line-height: 1.14; */
  /* letter-spacing: normal; */
  /* text-align: center; */
  /* color: #16254f; */
  /* padding-top: 4px; */
  /* padding-bottom: 4px; */
  /* position: relative; */
  /* top: 12px; */
  /* margin-bottom: -5px; */
}

.plus {
  /* padding: 40px 0; */
  /* overflow: hidden; */
}

.plus-title {
  font-size: 26px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  margin-bottom: 22px;
}
.plus-title.second {
  margin-bottom: 32px;
}

.swiper {
  /* width: 100%; */
  /* height: 100%; */
  /* max-width: 764px; */
}

#electric_page_2024_private_g .swiper-slide {
  /* text-align: center; */
  /* Center slide text vertically */
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: -webkit-flex; */
  /* display: flex; */
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  /* -webkit-justify-content: center; */
  /* justify-content: center; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* -webkit-align-items: center; */
  /* align-items: center; */
}

.swiper-slide .speed_single {
  /* width: 288px; */
  /* border: solid 1px #3d53de; */
}

.yellow_border {
  border: solid 1px #ffbe03 !important;
}

.swiper-slide .speed_b {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: normal;
  text-align: center;
  /* font-family: 'SimplerPro_BEZEQ_HEBREW2'; */
  font-weight: 500;
  color: #16254f;
}

.swiper-slide .speed-speed {
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
}

.swiper-slide .best_text {
  left: 9px;
  top: 27px;
}

.swiper-pagination {
  /* transform: translateY(-15px) scale(1.3) !important; */
  /* position: static !important; */
  /* color: #3d53de !important; */
  /* margin-top: 15px; */
}

.items {
  padding: 32px 0;
  background-color: #ebf5fe;
}

.items_title {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  margin: 0 auto;
  margin-bottom: 16px;
  width: 310px;
}

.items_wrapper {
}

.items_single:first-child {
  margin-bottom: 32px;
}

.items_single {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.items_single img {
  width: 208px;
  height: 208px;
  margin-bottom: 12px;
}

.items_single-title {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  margin-bottom: 4px;
}

.items_single-description {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #666;
  width: 320px;
}

.form_subtitle {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.form_link {
  margin: 0 auto;
  margin-top: 16px;
  text-decoration: none;
  border-radius: 40px;
  border: solid 1px #24d2b3;
  width: 180px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: right;
  color: #16254f;
  background-color: #24d2b3;
  margin-bottom: 32px;
}

.form_link svg {
  margin-left: 6px;
}

.form_link a {
  color: #16254f !important;
  display: flex;
}

.form_last {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

/* .contact_form_1st_inputs_wrap {
  margin-top: 24px;
  transform: translateX(8px);
} */

/* .contact_form_1st_input {
  font-size: 18px !important;
  width: 320px !important;
  height: 48px !important;
  border-radius: 8px !important;
} */

/* div#electric_page_2024_private_g #label_approve.desk_2,
div#electric_page_2024_private_g #label_approve {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
} */

.contact_form_client_question {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  transform: translateY(6px) translateX(3px);
  width: auto;
}

.form_submit {
}

.swiper-btns {
  display: none;
}

.not_mobile {
  display: none;
}

.stampa {
  width: 200px;
  height: 18px;
  border-radius: 4px;
  background-image: linear-gradient(to right, #e7ce1b, #ffbe03 48%, #ff8000);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  color: #16254f;
  margin: 0 auto;
  margin-top: 12px;
}

.stampa br {
  display: none;
}

.desktop {
  /* display: none; */
}

.details {
  /* position: absolute; */
  /* width: 100%; */
  /* height: 100%; */
  /* background-color: rgba(0, 0, 0, 0.7); */
  /* top: 0; */
  /* left: 0; */
  /* border-radius: 15px; */
}

.details_wrapper {
  /* position: absolute; */
  /* border-radius: 8px; */
  /* box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); */
  /* background-color: #fff; */
  /* bottom: 16px; */
  /* position: absolute; */
  /* left: 50%; */
  /* transform: translate(-50%); */
  /* width: 264px; */
}

.details_oneside {
  /* height: 39px; */
  /* position: relative; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: flex-end; */
}

.details_oneside::after {
  content: "";
  border-radius: 0.5px;
  background-color: #e8ecff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  width: 236px;
  height: 1px;
}

.details_x {
  /* border: none; */
  /* background-color: inherit; */
  /* margin-left: 14px; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* cursor: pointer; */
}

.details_text {
  /* font-size: 16px; */
  /* font-weight: bold; */
  /* font-stretch: normal; */
  /* font-style: normal; */
  /* line-height: 1.25; */
  /* letter-spacing: normal; */
  /* text-align: right; */
  /* color: #3d53de; */
  /* margin-left: 4px; */
  /* display: block; */
}

.details_anotherside-list {
  /* font-size: 14px; */
  /* font-weight: normal; */
  /* font-stretch: normal; */
  /* font-style: normal; */
  /* line-height: 1.5; */
  /* letter-spacing: normal; */
  /* text-align: right; */
  /* color: #16254f; */
  /* padding-left: 0px; */
  /* list-style: disc; */
  /* margin: 1rem 0; */
  /* padding-right: 22px; */
  /* padding-left: 4px; */
}
.details_anotherside-list.second {
  font-size: 14px;
}
.show_detailes {
  /* animation: show_details 0.4s forwards; */
}

.close_detailes {
  animation: close_details 0.4s forwards;
}

@keyframes show_details {
  from {
    opacity: 0;
    transform: translate(-50%, -15px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
}

@keyframes close_details {
  from {
    opacity: 1;
    transform: translate(-50%, 0px);
  }

  to {
    opacity: 0;
    transform: translate(-50%, -15px);
  }
}

.block {
  /* display: block !important; */
}

.details_wrapper {
  /* width: 264px; */
}

.details_oneside::after {
  width: 245px;
}

.policy {
  padding: 24px 20px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: right;
  color: #16254f;
}

#electric_page_2024_private_g {
  margin-top: 50px !important;
  padding-bottom: 71px;
}

.shekel {
  font-size: 24px;
}
.shekel.second {
}
.swiper-wrapper {
  /* padding-right: 20px; */
}

#electric_page_2024_private_g input[type="radio"]#phone_num_r {
  right: 145px;
}

#electric_page_2024_private_g .client1 {
  position: relative;
  margin-bottom: 0;
}

#electric_page_2024_private_g .client1 .group {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  margin-right: 27px;
}

#electric_page_2024_private_g .client1 label::before {
  content: "";
  position: absolute;
  top: -1px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: solid 2px #fff;
  border-radius: 50%;
}

#electric_page_2024_private_g .client1 label:nth-of-type(1)::before {
  left: calc(100% + -20px);
}

#electric_page_2024_private_g .client1 label:nth-of-type(2)::before {
  left: calc(100% + -167px);
}

#electric_page_2024_private_g .client1 input:checked + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border: none;
  border-radius: 50%;
  top: 3px;
}

#electric_page_2024_private_g .client1 input:checked + label:nth-of-type(1)::after {
  left: calc(100% + -16px);
}

#electric_page_2024_private_g .client1 input:checked + label:nth-of-type(2)::after {
  left: calc(100% + -163px);
}

#electric_page_2024_private_g .client1 .group:nth-of-type(2) {
  margin-right: 121px;
  display: inline-block;
}
/* new */
#electric_page_2024_private_g .speed_bonus-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#electric_page_2024_private_g .speed_bonus-text {
  font-size: 13px;
  font-weight: bold;
  color: #16254f;
  text-align: right;
}
#electric_page_2024_private_g .speed_bonus-subtext {
  font-size: 12.8px;
  color: #16254f;
  font-weight: normal;
  -ms-flex-item-align: baseline;
  font-weight: 500;
  align-self: baseline;
  margin-right: -6px;
  font-family: SimplerPro_BEZEQ_HEBREW2 !important;
  text-align: right;
}
#electric_page_2024_private_g .speed_bonus-subtext.giga {
  /* width: 188px; */
  /* width: max-content; */
}
#electric_page_2024_private_g .speed_bonus-img {
  width: 44px;
  height: 64px;
}
#electric_page_2024_private_g .speed_bonus-wrapper {
  width: 272px;
  margin: 22px auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  background-color: rgba(61, 83, 222, 0.08);
  border: 1px solid #5275ff;
  /* border-image-source: linear-gradient(259deg, #2f18bc, #3d53de 53%, #26a5ff); */
  border-image-slice: 1;
  gap: 8px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#electric_page_2024_private_g .speed_bonus-wrapper.plus {
  width: 265px;
  margin: 22px auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  background-color: rgba(61, 83, 222, 0.08);
  border: 1px solid #5275ff;
  /* border-image-source: linear-gradient(259deg, #2f18bc, #3d53de 53%, #26a5ff); */
  border-image-slice: 1;
  gap: 8px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
}
#electric_page_2024_private_g .speed_bonus-wrapper.include-only {
  /* padding-top: 22px; */
  /* padding-bottom: 22px; */
  text-align: center;
  justify-content: center;
  /* align-self: center; */
  /* display: flex; */
  /* padding-right: 9px; */
  margin-top: 21px;
  /* margin: 0 auto; */
}

/* #electric_page_2024_private_g .swiper-slide .speed_oneside.speed {
  background-color: #3d53de;
} */
/* .swiper-slide .speed_oneside {
  background-image: linear-gradient(
    105deg,
    #e8ecff,
    #e8ecff 37%,
    #f4f6ff 50%,
    #e8ecff 63%,
    #e8ecff
  );
} */
#electric_page_2024_private_g .speed_oneside.plus {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(
    105deg,
    #e8ecff,
    #e8ecff 37%,
    #f4f6ff 50%,
    #e8ecff 63%,
    #e8ecff
  );
  height: 81px;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}
#electric_page_2024_private_g .speed_oneside {
  /* background-color: #3d53de !important; */
}
/* #electric_page_2024_private_g .speed_oneside.speed {
  background-color: #3d53de !important;
} */
.swiper-slide .speed_b.first {
  color: #fff;
  font-family: "SimplerPro_BEZEQ_HEBREW2" !important;
  font-weight: 500;
  letter-spacing: 0.00001px;
  margin-bottom: -1px;
  /* font-kerning:  none !important; */
}
.swiper-slide .speed-speed.first {
  color: #fff;
}
#electric_page_2024_private_g .sale.first {
  /* width: 271px; */
  /* font-size: 14px; */
  /* height: 24px; */
  /* margin: 0 auto; */
  /* border-radius: 6px; */
  /* background-color: #fff0c3; */
  /* background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e7ce1b),
    color-stop(48%, #ffbe03),
    to(#ff8000)
  ); */
  background-image: -o-linear-gradient(left, #e7ce1b, #ffbe03 48%, #ff8000);
  /* background-image: linear-gradient(to right, #e7ce1b, #ffbe03 48%, #ff8000); */
  /* border-radius: 14px; */
  /* font-weight: normal; */
  /* font-stretch: normal; */
  /* font-style: normal; */
  /* line-height: 1.14; */
  /* letter-spacing: normal; */
  /* text-align: center; */
  /* color: #16254f; */
  /* padding: 5px 0; */
  /* position: absolute; */
  /* top: -13px; */
  /* left: 10px; */
  /* margin-bottom: -5px; */
}
#electric_page_2024_private_g .sale.first.first-card {
  width: 206px;
}

#electric_page_2024_private_g .speed_time.first {
  /* display: flex; */
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  /* justify-content: center; */
  /* padding-top: 27px; */
  /* gap: 4px; */
  /* margin-right: -5px; */
}
#electric_page_2024_private_g .speed_until-wrapper {
  /* display: flex; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-box-direction: normal; */
  -ms-flex-direction: column;
  /* flex-direction: column; */
  /* -webkit-box-align: start; */
  -ms-flex-align: start;
  /* gap: 2px; */
  /* align-items: center; */
}

#electric_page_2024_private_g .speed_time-single.first {
  /* display: flex; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* align-items: center; */
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  /* -webkit-box-orient: horizontal; */
  /* -webkit-box-direction: normal; */
  -ms-flex-direction: row;
  /* flex-direction: row; */
  /* gap: 8px; */
}
#electric_page_2024_private_g .speed_time.first.noDiscount {
}
#electric_page_2024_private_g .swiper-slide .speed_single.first {
  /* border: solid 1px #3d53de; */
  /* width: 288px; */
}
#electric_page_2024_private_g .swiper-slide .speed_single.yellow_border {
  width: 280px;
}

#electric_page_2024_private_g .swiper-pagination-lock {
  /* display: block !important; */
}
#electric_page_2024_pag .swiper-pagination-bullet:only-child {
  display: block !important;
}
#electric_page_2024_private_g .swiper-pagination-bullet:only-child {
  display: block !important;
  margin: 0 auto;
}
#electric_page_2024_private_g .swiper-slide .speed-speed.second {
  font-size: 34px;
}
#electric_page_2024_private_g .speed_price.without-bonus {
  top: 147px;
}
#electric_page_2024_private_g .speed_price.without-bonus .speed_price-time.first {
  font-size: 18px;
}

#electric_page_2024_private_g .speed_more.without-bonus {
  top: 218px;
}
#electric_page_2024_private_g .swiper-pagination {
  /* color: #3d53de !important; */
  margin-bottom: 0;
}
#electric_page_2024_private_g .swiper-pagination-bullet-active {
  background: #3d53de;
  opacity: 1;
}
#electric_page_2024_private_g .swiper-pagination-bullet {
  background-color: #3d53de;
  /* opacity: 0.5; */
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
}
.speed_btn-text {
  font-size: 18px !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
}
.swiper-button-prev,
.swiper-rtl .swiper-button-prev {
}
#electric_page_2024_private_g .topbanner_wrapper {
  display: flex;
  /* padding-top: 46px; */
  flex-direction: column;
  margin-bottom: 0px;
}
#electric_page_2024_private_g .topbanner .topbanner_details-wrapper {
  display: flex;
  flex-direction: column;
  /* width: 292px; */
  justify-content: center;
  gap: 8px;
}
#electric_page_2024_private_g .topbanner .topbanner_details-wrapper .topbanner_details-icon-box {
  display: flex;
  align-items: center;
  /* width: 292px; */
  justify-content: center;
  gap: 10px;
  padding: 16px;
}
#electric_page_2024_private_g
  .topbanner
  .topbanner_details-wrapper
  .topbanner_details-icon-box
  .topbanner_details-icon {
  width: 44px;
  height: auto;
  flex-shrink: 0;
}
#electric_page_2024_private_g
  .topbanner
  .topbanner_details-wrapper
  .topbanner_details-icon-box
  .topbanner_details-text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 206px;
}
#electric_page_2024_private_g
  .topbanner
  .topbanner_details-wrapper
  .topbanner_details-icon-box
  .topbanner_details-text.first {
}
#electric_page_2024_private_g
  .topbanner
  .topbanner_details-wrapper
  .topbanner_details-icon-box
  .topbanner_details-text.second {
}
#electric_page_2024_private_g
  .topbanner
  .topbanner_details-wrapper
  .topbanner_details-icon-box
  .topbanner_details-text.third {
}

#electric_page_2024_private_g .legal-notes {
  padding: 24px 16px;
  display: flex;
  background: #fafafa;
  justify-content: center;
}
#electric_page_2024_private_g .legal-notes .legal-notes-header {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
#electric_page_2024_private_g .legal-notes .legal-notes-header .legal-notes-br {
}
#electric_page_2024_private_g .legal-notes .legal-notes-header .legal-notes-link {
  color: #3d53de;
}

/* * site benefits */
#electric_page_2024_private_g .site_benefits {
  display: flex;
  padding: 24px 24px 32px;
  flex-direction: column;
  align-items: center;
  background: #0059de;
  position: relative;
  z-index: 1;
}
#electric_page_2024_private_g .site_benefits .site_benefits-title {
  display: flex;
  align-items: center;
  width: 320px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 24px;
  line-height: 30px;
  font-size: 26px;
  font-weight: 900;
  color: #ffffff;
}
#electric_page_2024_private_g .site_benefits .site_benefits-title .site_benefits-energy {
  display: inline-block;
  /* background: radial-gradient(
    circle,
    #58abf8,
    #459ef6,
    #3490f3,
    #2882f0,
    #2374eb,
    #236ae1,
    #245fd8,
    #2555ce,
    #214dbf,
    #1d45b1,
    #183da2,
    #133594
  ); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  margin-right: 5px;
  font-weight: 900;
  /* color: #0159de; */
}
#electric_page_2024_private_g .site_benefits .site_benefits-title .site_benefits-tick {
  display: none;
}
#electric_page_2024_private_g .site_benefits .site_benefits-title .site_benefits-title-special {
  width: 84px;
  height: auto;
  align-self: center;
  margin-top: 5px;
  margin-right: 5px;
}
#electric_page_2024_private_g .site_benefits .site_benefits-box-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#electric_page_2024_private_g .site_benefits .site_benefits-box-container .site_benefits-box {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#electric_page_2024_private_g .site_benefits .site_benefits-box-container .site_benefits-box.first {
}
#electric_page_2024_private_g
  .site_benefits
  .site_benefits-box-container
  .site_benefits-box.second {
}
#electric_page_2024_private_g .site_benefits .site_benefits-box-container .site_benefits-box.third {
}
#electric_page_2024_private_g .site_benefits .site_benefits-box-container .site_benefits-box.forth {
}
#electric_page_2024_private_g .site_benefits .site_benefits-box .site_benefits-icon {
  align-self: center;
}
#electric_page_2024_private_g .site_benefits .site_benefits-box .site_benefits-icon-svg {
  width: 44px;
  height: auto;
}
#electric_page_2024_private_g .site_benefits .site_benefits-box .site_benefits-icon-svg.first {
  height: 64px;
}
#electric_page_2024_private_g .site_benefits .site_benefits-box .site_benefits-icon-svg.second {
}
#electric_page_2024_private_g .site_benefits .site_benefits-box .site_benefits-icon-svg.third {
}
#electric_page_2024_private_g .site_benefits .site_benefits-box .site_benefits-icon-svg.forth {
}
#electric_page_2024_private_g .site_benefits .site_benefits-box .site_benefits-header-wrapper {
  gap: 2px;
}
#electric_page_2024_private_g
  .site_benefits
  .site_benefits-box
  .site_benefits-header-wrapper
  .site_benefits-header {
  color: #ffffff;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
}
#electric_page_2024_private_g
  .site_benefits
  .site_benefits-box
  .site_benefits-header-wrapper
  .site_benefits-subheader {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  text-align: right;
  width: 210px;
}
#electric_page_2024_private_g
  .site_benefits
  .site_benefits-box
  .site_benefits-header-wrapper
  .site_benefits-subheader.first {
}
#electric_page_2024_private_g
  .site_benefits
  .site_benefits-box
  .site_benefits-header-wrapper
  .site_benefits-subheader.second {
}
#electric_page_2024_private_g
  .site_benefits
  .site_benefits-box
  .site_benefits-header-wrapper
  .site_benefits-subheader.third {
}
#electric_page_2024_private_g
  .site_benefits
  .site_benefits-box
  .site_benefits-header-wrapper
  .site_benefits-subheader.forth {
}
/* ? site benefits */

/* * site app management  */
#electric_page_2024_private_g .site_app_management-container {
  background-image: url("../images/bg/app-managementBg-360.jpg");
  height: 679px;
  background-position: center;
  background-size: cover;
  padding-top: 32px;
  background-repeat: no-repeat;
}
#electric_page_2024_private_g .site_app_management-container .site_app_management-header {
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  color: #16254f;
  text-align: center;
}
#electric_page_2024_private_g .site_app_management-container .site_app_management-subheader {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #16254f;
  text-align: center;
  width: 320px;
  line-height: 20px;
  margin: 8px auto 32px;
}
#electric_page_2024_private_g .site_app_management-container .site_app_management-btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  justify-content: center;
  background-color: #0059de;
  width: 232px;
  height: 40px;
  align-items: center;
  border-radius: 48px;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
}
#electric_page_2024_private_g .site_app_management-container .barcode-wrapper {
  display: none;
}
#electric_page_2024_private_g .site_app_management-container .barcode-wrapper .bracode-text {
}
#electric_page_2024_private_g .site_app_management-container .barcode-wrapper .barcode-image {
}
/* ? site app management end  */

#electric_page_2024_private_g .mobile-br {
  display: block;
}
#electric_page_2024_private_g .desktop-br {
  display: none;
}
#electric_page_2024_private_g .tablet-br {
  display: none;
}
#electric_page_2024_private_g .not-tablet {
  display: none;
}

/* * sticky call to action */
#electric_page_2024_private_g .clickToCall-sticky-container {
}
#electric_page_2024_private_g .clickToCall-sticky-container .clickToCall-sticky-mobile {
  display: flex;
  align-items: center;
  /* width: 118px; */
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 0 12px 12px 0;
  gap: 16px;
  position: fixed;
  z-index: 2;
  /* top: auto; */
  left: 0;
  /* bottom: 30px; */
  transform: translateY(580px);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
  display: none;
}
#electric_page_2024_private_g
  .clickToCall-sticky-container
  .clickToCall-sticky-mobile
  .clickToCall-sticky-phone-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #16254f;
  align-items: center;
  /* display: none; */
  gap: 4px;
}
#electric_page_2024_private_g
  .clickToCall-sticky-container
  .clickToCall-sticky-mobile
  .clickToCall-sticky-phone-link
  .clickToCall-img-phone {
  width: 48px;
  height: auto;
}
#electric_page_2024_private_g
  .clickToCall-sticky-container
  .clickToCall-sticky-mobile
  .clickToCall-sticky-whatsapp-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #16254f;
  align-items: center;
}
#electric_page_2024_private_g
  .clickToCall-sticky-container
  .clickToCall-sticky-mobile
  .clickToCall-sticky-whatsapp-link
  .clickToCall-img-whatsapp {
  width: 33px;
  height: auto;
  align-self: center;
}
#electric_page_2024_private_g
  .clickToCall-sticky-container
  .clickToCall-sticky-mobile
  .clickToCall-sticky-phone-link
  .clickToCall-sticky-phone-link-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#electric_page_2024_private_g
  .clickToCall-sticky-container
  .clickToCall-sticky-mobile
  .clickToCall-sticky-whatsapp-link
  .clickToCall-sticky-phone-link-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* desktop */
#electric_page_2024_private_g .clickToCall-sticky-container .clickToCall-sticky-desktop {
  display: none;
}

#electric_page_2024_private_g
  .clickToCall-sticky-container
  .clickToCall-sticky-desktop
  .clickToCall-sticky-desktop-icon {
}
#electric_page_2024_private_g
  .clickToCall-sticky-container
  .clickToCall-sticky-desktop
  .clickToCall-sticky-desktop-text-wrapper {
}
#electric_page_2024_private_g
  .clickToCall-sticky-container
  .clickToCall-sticky-desktop
  .clickToCall-sticky-desktop-text-wrapper
  .clickToCall-sticky-desktop-header {
}
#electric_page_2024_private_g
  .clickToCall-sticky-container
  .clickToCall-sticky-desktop
  .clickToCall-sticky-desktop-text-wrapper
  .clickToCall-sticky-desktop-subheader {
}
#electric_page_2024_private_g
  .clickToCall-sticky-container
  .clickToCall-sticky-desktop
  .clickToCall-sticky-desktop-text-wrapper
  .clickToCall-sticky-desktop-link {
}
#electric_page_2024_private_g
  .clickToCall-sticky-container
  .clickToCall-sticky-desktop
  .clickToCall-sticky-desktop-text-wrapper
  .clickToCall-sticky-desktop-bold {
}
#electric_page_2024_private_g
  .clickToCall-sticky-container
  .clickToCall-sticky-desktop
  .clickToCall-sticky-desktop-text-wrapper
  .clickToCall-sticky-desktop-bold
  .clickToCall-sticky-desktop-bold-text {
}
#electric_page_2024_private_g
  .clickToCall-sticky-container
  .clickToCall-sticky-desktop
  .clickToCall-sticky-desktop-text-wrapper
  .clickToCall-sticky-desktop-bold
  .clickToCall-sticky-desktop-bold-link {
}
/* ? sticky call to action */
/* * site packages */
#electric_page_2024_private_g .packages {
  background-color: #f6fbff;
  padding: 24px 0 32px;
  /* z-index: 2; */
  z-index: 3;
}
#electric_page_2024_private_g .packages .plus {
}
#electric_page_2024_private_g .packages .plus .plus-title {
  font-size: 22px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  /* width: 320px; */
  margin: 0 auto 0px;
}
#electric_page_2024_private_g .packages .packages-deal-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  max-width: 312px;
  margin: 0 auto;
  padding: 8px 12px;
  border-radius: 10px;
  gap: 0;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.06);
  display: none;
}
#electric_page_2024_private_g .packages .packages-deal-wrapper .packages-deal-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 22px; */
  color: #16254f;
}
#electric_page_2024_private_g .packages .packages-deal-wrapper .packages-deal-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 20px; */
  text-decoration: none;
  color: #3d53de;
}
#electric_page_2024_private_g .mobile-join-us-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 16px;
  gap: 16px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 3;
}
#electric_page_2024_private_g .mobile-join-us-wrapper .mobile-join-us-link {
  width: 160px;
  background: #0059de;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  border-radius: 48px;
  text-decoration: none;
  align-items: center;
}
#electric_page_2024_private_g .mobile-join-us-wrapper .mobile-join-us-link span {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}
#electric_page_2024_private_g .mobile-join-us-wrapper .mobile-join-us-icon {
  display: flex;
  width: 121px;
  border-radius: 48px;
  background: #08192a;
  padding: 9px 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#electric_page_2024_private_g .mobile-join-us-wrapper .mobile-join-us-icon svg {
  width: 21px;
  height: auto;
}
#electric_page_2024_private_g .mobile-join-us-wrapper .mobile-join-us-icon .mobile-join-us-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}
/* ? site packages */
/* * site simulator */
#electric_page_2024_private_g .site-simulator {
  /* background: linear-gradient(
    90deg,
    #0561ee -96.35%,
    #8fe0ff 27.28%,
    #8fe0ff 72.61%,
    #0561ee 179.3%
  ); */
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #1b3965;
}

#electric_page_2024_private_g .site-simulator .simulator-container {
  background: #fff;
  padding: 16px 32px 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 312px;
  text-align: center;
  /* z-index: 2; */
}
#electric_page_2024_private_g .site-simulator .simulator-container.result {
  height: 599px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#electric_page_2024_private_g .site-simulator .site-simulator-header {
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  color: #ffffff;
  max-width: 320px;
  text-align: center;
}
#electric_page_2024_private_g .site-simulator .site-simulator-subheader {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 16px;
}
#electric_page_2024_private_g .site-simulator .site-simulator-header.result {
  font-size: 26px;
}
#electric_page_2024_private_g .site-simulator .site-simulator-subheader.result {
  font-size: 16px;
  margin-bottom: 0;
}
#electric_page_2024_private_g .site-simulator .simulator-container .simulator-stage {
  font-size: 16px;
  margin-bottom: 10px;
  color: #3d53de;
}

#electric_page_2024_private_g .site-simulator .simulator-container .simulator-progress-bar {
  height: 10px;
  background: #e0e0e0;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}

#electric_page_2024_private_g .site-simulator .simulator-container .progress {
  height: 100%;
  background: #3d53de;
  width: 0;
  border-radius: 5px;
}

#electric_page_2024_private_g .site-simulator .simulator-container .simulator-icon svg {
  width: 55px;
  height: 55px;
  /* margin-bottom: 12px; */
}

#electric_page_2024_private_g .site-simulator .simulator-container .simulator-question {
  font-size: 18px;
  /* margin-bottom: 20px; */
  font-weight: 700;
  /* line-height: 0; */
  /* width: 300px; */
  /* display: flex; */
  line-height: 24px;
  /* margin-right: -17px; */
  color: #08192a;
}

#electric_page_2024_private_g .site-simulator .simulator-container .simulator-description {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
}
#electric_page_2024_private_g .site-simulator .simulator-container .site-simulator-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 18px;
}

#electric_page_2024_private_g .site-simulator .simulator-container .option-btn {
  display: block;
  background: #fff;
  color: #666;
  border: none;
  padding: 16px 0;
  /* margin: 5px 0; */
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  border: 1px solid #dadada;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  /* height: 54px; */
}

#electric_page_2024_private_g
  .site-simulator
  .simulator-container
  .site-simulator-options
  .option-btn:hover {
  /* background: #0056b3; */
  /* color: #fff; */
}

#electric_page_2024_private_g .site-simulator .simulator-container .submit-btn {
  background: #cff200;
  color: #08192a;
  border: none;
  padding: 10px 20px;
  border-radius: 48px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 167px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
}

#electric_page_2024_private_g .site-simulator .simulator-container .submit-btn:hover {
  /* background: #218838; */
}
#electric_page_2024_private_g .site-simulator .simulator-container .nav-btn {
  background: unset;
  color: #3d53de;
  border: none;
  /* padding: 10px 20px; */
  /* border-radius: 5px; */
  cursor: pointer;
  margin-bottom: 0;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

#electric_page_2024_private_g .site-simulator .simulator-container .nav-btn:hover {
  /* background: #e0a800; */
}
#electric_page_2024_private_g .site-simulator .simulator-container .option-btn.selected {
  border: 1px solid #3d53de;
  color: #3d53de;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

#electric_page_2024_private_g .simulator-container {
  position: relative;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  /* width: 300px; */
  text-align: center;
}

#electric_page_2024_private_g .simulator-content {
  display: block;
}

#electric_page_2024_private_g .conclusion-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.9);
}

#electric_page_2024_private_g .simulator_conclusion {
  max-width: 100%;
  max-height: 100%;
}

#electric_page_2024_private_g .restart-btn {
  display: block;
  /* margin: 20px auto; */
  /* padding: 10px 20px; */
  background-color: unset;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-decoration-line: underline;
  font-weight: 700;
}
#electric_page_2024_private_g .restart-btn:hover {
  /* background-color: #2c3ea8; */
}
#electric_page_2024_private_g .loading-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 11px;
  color: #16254f;
}
#electric_page_2024_private_g .loading {
  display: block;
  width: 80px;
}
#electric_page_2024_private_g .simulator-result-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  /* padding-right: 44px; */
}
/* ? site simulator */
#electric_page_2024_private_g .tablet-break {
  display: none;
}
#electric_page_2024_private_g .until-laptop {
  display: block;
}
/* local styling for the swiper wrapper */
#smart_packages_js .swiper.simulator {
  overflow: visible;
}
.form {
  padding-top: 48px;
  position: relative;
  padding-bottom: 48px;
}
.form #close_btn {
  display: flex;
  position: absolute;
  right: 28px;
  top: 28px;
}
.form {
  font-family: "SimplerPro-new2" !important;
  /* background-color: #16254f; */
  padding: 32px 0;
  /* background-image: radial-gradient(
    402.14% 378.56% at -185.71% 17.7%,
    #51c9fc 0%,
    #0092ff 20%,
    #0061b9 30%,
    #003a80 40%,
    #001d57 50%,
    #010635 60%
  ); */
  background: var(--Energy-Med-Blue, #1b3965);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.form_title {
  font-size: 28px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
  /* margin: 0 auto; */
  display: flex;
  justify-content: center;
}

.form_subtitle {
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: 289px;
  margin: 0 auto 0px;
  line-height: 24px;
}

.form_link {
  margin: 0 auto;
  margin-top: 16px;
  text-decoration: none;
  border-radius: 40px;
  border: solid 1px #24d2b3;
  width: 180px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: right;
  color: #16254f;
  background-color: #24d2b3;
  margin-bottom: 32px;
  display: none;
}

.form_link svg {
  margin-left: 6px;
}

.form_link a {
  color: #16254f !important;
  display: flex;
  justify-content: center;
  align-self: center;
}

.form_last {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.form_submit {
  width: 176px;
  /* height: 48px; */
  margin: 0 auto;
  border-radius: 40px;
  background-image: linear-gradient(to right, #e7ce1b, #ffbe03 48%, #ff8000);
  border: none;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #16254f;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cff200;
  padding: 18px 0;
}
.form .call-wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 24px;
}
.form .call-wrapper .container {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 10px;
}
.form .call-wrapper .container .call-text {
  text-align: center;
  color: #fff;
  align-self: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.form .call-wrapper .call-text-second_row {
  text-align: center;
  color: #fff;
  align-self: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.form .phone-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 20px;
  gap: 4px;
  font-weight: 700;
}
.form .phone-text .phone-text-first_row {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.tnx_pop {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tnx_pop-name {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}
.tnx_pop-description {
  font-size: 21px;
  text-align: center;
  color: #fff;
}
#content_form {
  display: none;
}
.mobile_form {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 3;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mobile-only {
  display: block;
}
input[type="email"] {
  display: none;
}
@media (max-width: 600px) {
  #electric_page_2024_private_g .clickToCall-sticky-container .clickToCall-sticky-mobile {
    top: auto;
    bottom: 45px;
    transform: translateY(-50%);
  }
}
