@media (min-width: 768px) {
  .topbanner {
    background-image: url(./../imagess/background768.jpg);
    height: 595px;
  }

  .topbanner_title {
    font-size: 26px;
    margin-bottom: 0;
  }

  .topbanner_subtitle {
    padding-top: 60px;
    font-size: 26px;
  }

  .topbanner_subtitle-big {
    font-size: 40px;
  }

  .topbanner_sub {
    font-size: 40px;
  }

  .topbanner_subtitle {
    /* width: 416px; */
    /* height: 30px; */
  }

  .topbanner_description {
    font-size: 28px;
    width: auto;
  }

  .topbanner_description strong {
    display: inline-block;
  }

  .topbanner_upgrade {
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .topbanner_upgrade-first {
    padding: 0;
    font-size: 16px;
    margin-left: 6px;
  }

  .topbanner_upgrade-link {
    font-size: 16px;
  }

  .stampa {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-shadow: 0 4px 16px 2px rgba(255, 190, 3, 0.25);
    font-size: 18px;
    transform: rotate(-15deg);
    line-height: 1;
    position: absolute;
    top: 180px;
    right: calc(50% + 51px);
    display: none;
  }

  .stampa br {
    display: block;
  }

  .enjoy {
    padding-top: 48px;
  }

  .enjoy_title {
    font-size: 32px;
    width: 432px;
  }

  .enjoy_container {
    display: flex;
    flex-wrap: wrap;
    max-width: 620px;
    justify-content: space-between;
  }

  .enjoy_single {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-basis: 48%;
  }

  .enjoy_anotherside-title {
    font-size: 22px;
  }

  .enjoy_anotherside-description {
    font-size: 16px;
    text-align: center;
    max-width: none;
    width: auto;
    display: block;
  }

  .enjoy_oneside {
    margin: 0;
    margin-bottom: 6px;
  }

  #be_bfiber_page .speed {
    padding: 40px 0 37px;
  }

  .speed_title {
    font-size: 32px;
    width: auto;
  }

  .sale {
    /* font-size: 16px; */
    /* width: 240px; */
  }

  .speed_wrapper {
    /* max-width: 655px; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* padding-top: 21px !important; */
    /* padding-right: 26px !important; */
    /* padding-left: 9px !important; */
    /* background: transparent; */
  }

  .speed_single {
    /* flex-basis: 288px; */
    /* transition: 0.3s; */
  }

  .swiper-slide .speed_single {
    /* transition: 0.3s; */
  }

  .speed_single:hover {
    /* transform: translateY(-15px); */
  }

  .swiper-slide .speed_single:hover {
    /* transform: translateY(-15px); */
  }

  .plus {
    /* padding: 48px 0; */
  }

  .plus-title {
    /* font-size: 32px; */
    /* margin-top: 0; */
    /* margin-bottom: 18px; */
  }

  .swiper-wrapper {
    /* padding-right: 164px; */
  }

  .swiper-slide {
    /* For IE */
    /* width: auto !important; */
    /* width: fit-content !important; */
  }

  .swiper-pagination {
    /*   display: none; */
  }

  #be_bfiber_page .swiper-btns.first {
    display: block;
    width: 105%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    transform: translateY(-231px) translateX(43px);
    z-index: 2;
  }
  #be_bfiber_page .swiper-btns.second {
    width: 100%;
    display: block;
    max-width: 680px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    transform: translateY(-231px) translateX(41px);
    z-index: 2;
  }
  .swiper-button-next {
    /* width: 32px !important; */
    /* height: 32px !important; */
    /* box-shadow: 0 4px 8px 0 rgba(188, 212, 250, 0.6); */
    /* background-color: #3d53de; */
    /* position: static !important; */
    /* border-radius: 100px; */
    /* transition: 0.4s; */
    /* transform: translateX(20px); */
    /* display: flex !important; */
    /* align-items: center !important; */
    /* justify-content: center !important; */
  }

  .swiper-button-prev {
    /* width: 32px !important; */
    /* height: 32px !important; */
    /* box-shadow: 0 4px 8px 0 rgba(188, 212, 250, 0.6); */
    /* background-color: #3d53de; */
    /* position: static !important; */
    /* border-radius: 100px; */
    /* transition: 0.4s; */
    /* transform: translateX(-19px); */
    /* display: flex !important; */
    /* align-items: center !important; */
    /* justify-content: center !important; */
  }

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    /* background-color: #fff; */
    /* opacity: 1 !important; */
  }

  .swiper-button-disabled::after {
    /* color: #3d53de !important; */
    /* font-weight: 900; */
  }

  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    /* font-size: 12px; */
    /* color: #fff; */
  }

  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    /* font-size: 12px; */
    /* color: #fff; */
  }

  .plus {
    /* position: relative; */
  }

  .plus::after {
    /* content: ""; */
    width: 80px;
    height: 532px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    z-index: 1;
  }

  .speed_btn {
    /* transition: 0.4s; */
  }

  .speed_btn:hover {
    /* background-color: #3d53de; */
  }

  .speed_btn:hover span {
    color: #fff;
  }

  .speed_btn:hover path {
    fill: #fff;
  }

  .items {
    padding: 48px 0;
  }

  .items_title {
    font-size: 32px;
    width: auto;
  }

  .items_wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
  }

  .items_single img {
    width: 220px;
    height: 220px;
    margin-bottom: 16px;
  }

  .items_single-title {
    font-size: 22px;
  }

  .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;
  }

  .form {
    padding: 40px 0;
    background-image: linear-gradient(
      237deg,
      #2f18bc 25%,
      #3d53de 70%,
      #26a5ff
    );
  }

  .form_title {
    font-size: 32px;
  }

  .form_link {
    /* display: none; */
    height: 40px;
    margin-top: 14px;
    margin-bottom: 27px;
  }

  .not_mobile {
    display: inline;
  }

  .number {
    display: block;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 12px;
  }

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

  .contact_form_1st_inputs_wrap {
    transform: none;
  }

  .form_submit {
    border-radius: 40px;
    width: 220px;
    height: 58px;
    font-size: 20px;
  }

  .policy {
    padding: 32px 0;
  }

  .policy_wrapper {
    max-width: 700px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: right;
    color: #16254f;
  }

  .details_wrapper {
    /* width: calc(100% - 32px); */
  }

  .shekel {
    /* font-size: 24px; */
  }

  .br_not768 {
    display: none;
  }

  .swiper-wrapper {
    /* padding-right: 0; */
  }

  .details_anotherside-list {
    /* font-size: 14px; */
  }
  #be_bfiber_page .swiper-slide .speed_single.first {
  }
  .swiper-pagination {
    /* display: flex; */
    /* margin: 0 auto; */
    /* justify-content: center; */
    /* margin-top: 25px; */
  }
  #be_bfiber_page .speed_price {
    /* top: 180px; */
  }
  .speed_btn.second {
  }
  .best_strap {
  }
  #be_bfiber_page .speed_more {
    /* top: 255px; */
  }
  .speed_time.second {
  }
  .speed_anotherside.second {
  }
  .speed_time-single.second {
  }
  .speed_until.second {
  }
  .speed_until-when.second {
  }
  .speed_time-single.second-svg {
  }
  .speed_btn-text {
  }
  .speed_big.second {
  }
  .shekel.second {
  }
  .plus-title.second {
    margin-bottom: 14px;
    margin-top: 6px;
  }
  #be_bfiber_page .plus_wrapper {
    max-width: 600px;
    padding-top: 28px;
    overflow: hidden;
    /* display: flex; */
    padding-left: 6px;
  }
  .details_anotherside-list.second {
  }
  .swiper-slide .speed_b.first {
    /* display: flex; */
    /* justify-content: center; */
    /* gap: 2.5px; */
  }
  #be_bfiber_page .client1 .group:nth-of-type(2) {
    margin-right: 29px;
  }
  .contact_form_1st_input {
    width: 320px !important;
    height: 40px !important;
  }
  #be_bfiber_page .client1 input:checked + label:nth-of-type(1)::after {
  }
  #be_bfiber_page .client1 input:checked + label:nth-of-type(2)::after {
  }
  .speed_btn span {
    line-height: 0;
  }
  .swiper-slide .speed-speed.first {
    /* display: flex; */
    /* justify-content: center; */
    /* gap: 0; */
    /* display: flex; */
  }
  #be_bfiber_page .speed-speed.first {
    /* gap: 2px; */
    /* margin-top: -3px; */
  }
  #be_bfiber_page .speed_time.first.noDiscount {
    /* gap: 2px; */
  }
  #be_bfiber_page .sale_stamp {
  }
  #be_bfiber_page .speed_bonus-wrapper.include-only {
  }
  /* packages */
  #be_bfiber_page .packages {
    padding: 40px 0 0px;
  }
  #be_bfiber_page .plus {
  }
  #be_bfiber_page .packages .plus .plus-title {
    width: unset;
  }
  #be_bfiber_page .packages .plus .plus-title .plus-title-bold {
  }
  #be_bfiber_page .packages .plus .plus-title br {
  }
  #be_bfiber_page .packages .plus .plus-title strong {
  }
  #be_bfiber_page .packages .swiper-container {
    width: fit-content;
    margin: 0 auto;
  }
  /* products */
  #be_bfiber_page .products-container {
    padding: 64px 0 72px;
  }
  #be_bfiber_page .products-container .products-title {
    width: 100%;
    font-size: 26px;
  }
  #be_bfiber_page .products-container .products-wrapper {
    flex-direction: row;
    gap: 32px;
  }

  #be_bfiber_page .products-container .products-wrapper .product {
    width: 352px;
    height: 454px;
  }

  #be_bfiber_page
    .products-container
    .products-wrapper
    .product
    .product-img.first {
  }
  #be_bfiber_page
    .products-container
    .products-wrapper
    .product
    .product-header.first {
    font-size: 24px;
  }
  #be_bfiber_page
    .products-container
    .products-wrapper
    .product
    .product-subheader.first {
    /* width: 295px; */
    font-size: 18px;
  }

  #be_bfiber_page
    .products-container
    .products-wrapper
    .product
    .product-img.second {
    margin-bottom: 16px;
  }
  #be_bfiber_page
    .products-container
    .products-wrapper
    .product
    .product-header.second {
    font-size: 24px;
  }
  #be_bfiber_page
    .products-container
    .products-wrapper
    .product
    .product-subheader.second {
    font-size: 18px;
  }
  #be_bfiber_page
    .products-container
    .products-wrapper
    .product
    .product-stampa {
    left: 153px;
  }
  /* products end */
}
