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

  .topbanner_title {
    font-size: 26px;
    margin-bottom: 0;
    /* margin-right: calc(50% - 345px); */
    text-align: right;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    background: var(
      --Bezeq-Sivim-Gradient-01,
      linear-gradient(251deg, #6edcfb 12.89%, #0073ff 87.11%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    justify-content: center;
    gap: 5px;
  }

  .topbanner_subtitle {
    padding-top: 32px;
    font-size: 28px;
    line-height: 1;
  }

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

  .topbanner_sub {
    font-size: 32px;
    line-height: 32px;
    /* margin-right: -308px; */
  }

  .topbanner_subtitle {
    /* margin-right: calc(50% - 345px); */
    padding-top: 54px;
    display: flex;
    justify-content: center;
  }

  .topbanner_description {
    font-size: 32px;
    width: 657px;
    line-height: 36px;
    /* margin-right: calc(50% - 345px); */
    text-align: center;
    margin-bottom: 1px;
  }

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

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

  .speed {
    padding: 48px 0;
  }

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

  .sale {
  }

  .speed_wrapper {
  }

  .speed_single {
  }

  .swiper-slide .speed_single {
  }

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

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

  .swiper-btns {
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    transform: translateY(-247px);
    z-index: 2;
  }

  .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;
    display: none;
  }

  .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);
    background: linear-gradient(266deg, #2f18bc -8.08%, #3d53de 47.33%, #26a5ff 113.98%);
    background: #040637;
  }

  .form_title {
    font-size: 32px;
  }

  .form_link {
    display: none;
  }

  .not_mobile {
    display: inline;
    font-size: 20px;
  }

  .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 {
  }
  #shmonim_page .speed_bonus-wrapper {
  }
  .details_anotherside-list {
    font-size: 16px;
  }

  /* * packages */
  #shmonim_page .packages {
  }
  #shmonim_page .plus {
  }
  #shmonim_page .plus .plus-title {
    width: unset;
    font-size: 32px;
  }
  #shmonim_page .plus .plus-title .plus-title-bold {
  }
  #shmonim_page .plus .plus-title br {
  }
  #shmonim_page .plus .plus-title strong {
  }
  #shmonim_page .packages .swiper-container {
    width: fit-content;
    margin: 0 auto;
  }
  #shmonim_page .packages .packages-toggle-wrapper {
  }
  #shmonim_page .packages-container {
  }
  #shmonim_page .mobile-br {
    display: none;
  }
  #shmonim_page .mobile-tel {
    display: none;
  }
  #shmonim_page .mobile-tel .mobile-text {
  }
  #shmonim_page .mobile-tel .number {
  }
  #shmonim_page .topbanner .stampa {
    width: 120px;
    height: 120px;
    transform: rotate(0deg);
    top: 195px;
    /* left: calc(50% - 133px); */
    right: calc(50% + -201px);
    gap: 4px;
    padding-top: 23px;
  }
  #shmonim_page .topbanner .stampa .stampa-bold {
    font-size: 20.762px;
  }
  #shmonim_page .topbanner .stampa .stampa-text {
    font-size: 13.841px;
  }
  .form_subtitle.mobile {
    display: none;
  }
  .form .phone {
    margin-top: 2px;
    margin-bottom: 12px;
  }
}
