@media (min-width: 768px) {
  .topbanner {
    background-image: url(./../images/background768.jpg);
    /* height: 277px; */
    /* background-image: linear-gradient(
      84deg,
      #26a5ff -13.3%,
      #3d53de 34.33%,
      #2f18bc 97.55%
    ); */
    /* z-index: 4; */
  }

  .topbanner_title {
    font-size: 28px;
    margin-bottom: 15px;
    /* width: 500px; */
    /* margin: 0 auto; */
    display: flex;
    /* align-items: center; */
    gap: 7px;
    flex-direction: column;
    width: 100%;
  }

  .topbanner_subtitle {
    padding-top: 63px;
    font-size: 26px;
    margin-bottom: 7px;
  }

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

  .topbanner_sub {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
  }
  .topbanner_sub span {
  }

  .topbanner_sub.second {
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
  }

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

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

  .topbanner_description strong {
    display: inline-block;
  }

  #shmonim_page .topbanner_upgrade {
    /* height: 44px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* display: none; */
    position: relative;
    border-radius: 0 16px 16px 0;
  }

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

  #shmonim_page .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);
  }

  .stampa br {
    display: block;
  }

  .enjoy {
    padding-top: 48px;
  }

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

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

  #shmonim_page .speed {
    padding: 48px 0;
  }

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

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

  .speed_wrapper {
    /* max-width: 679px; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* padding-top: 21px !important; */
    /* padding-right: 22px !important; */
    /* padding-left: 21px !important; */
  }
  .speed_wrapper[data-number-of-items="1"] {
    margin-right: calc(50% - 149px);
  }
  .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-bottom: 27px; */
  }

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

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

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

  #shmonim_page .swiper-btns.first {
    display: block;
    width: 103%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    transform: translateY(-247px) translateX(32px);
    z-index: 2;
  }
  #shmonim_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;
    display: none;
  }
  .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;
    top: 50%;
    position: absolute !important;
    transform: translateY(-50%);
  }

  .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;
    top: 50%;
    position: absolute !important;
    transform: translateY(-50%);
    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: 55px 0 0;
    /* background-image: linear-gradient(
      237deg,
      #2f18bc 25%,
      #3d53de 70%,
      #26a5ff
    ); */
    background-color: #fff;
    z-index: -1;
  }

  .form_title {
    font-size: 24px;
  }

  .form_link {
    display: none;
  }

  .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: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    /* color: #fff; */
    color: #16254f;
    margin-top: 0;
  }

  .contact_form_1st_inputs_wrap {
    transform: none;
  }
  .contact_form_1st_input {
    width: 356px !important;
  }
  .form_submit {
    border-radius: 40px;
    width: 220px;
    height: 58px;
    font-size: 20px;
  }

  .policy {
    padding: 40px 0;
    padding: 0 0 48px;
  }

  .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% - 0px); */
  }

  .shekel {
    font-size: 24px;
  }

  .br_not768 {
    display: none;
  }

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

  .details_anotherside-list {
    font-size: 14px;
  }
  #shmonim_page .swiper-slide {
    min-width: 288px;
  }
  #shmonim_page .swiper-slide .speed_single.first {
  }
  .swiper-pagination {
    /* display: block; */
  }
  #shmonim_page .speed_price {
    /* top: 180px; */
  }
  .speed_btn.second {
  }
  .best_strap {
  }
  #shmonim_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;
  }
  #shmonim_page .plus_wrapper {
    max-width: 600px;
    padding-top: 28px;
    overflow: hidden;
    /* display: flex; */
    padding-left: 6px;
  }
  .details_anotherside-list.second {
  }
  #shmonim_page .cyan {
  }
  #shmonim_page .page_title {
  }
  #shmonim_page .topbanner_title-wrapper {
    gap: 8px;
    /* margin-right: -133px; */
    max-width: 520px;
  }
  #shmonim_page .topbanner_title-wrapper .topbanner_subheader {
    font-size: 38px;
    /* margin-top: -11px; */
    /* line-height: 44px; */
    font-weight: 900;
    line-height: 1;
  }
  #shmonim_page .topbanner_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 8px; */
  }
  #shmonim_page .topbanner_title-wrapper .topbanner_subheader::after {
    top: 220px;
    right: calc(50% - 65px);
  }
  #shmonim_page .topbanner_wrapper {
    padding-top: 39px;
    flex-direction: column;
  }
  #shmonim_page .speed_bonus-subtext.giga {
  }
  #shmonim_page .speed_bonus-wrapper.include-only {
  }

  #shmonim_page .topbanner_miniHeader {
    margin-bottom: 0;
    font-size: 26px;
  }
  #shmonim_page .topbanner-main_header {
    padding-bottom: 0;
    margin-bottom: 27px;
    margin-right: -500px;
  }
  #shmonim_page .topbanner-main_header .b_logo {
  }
  #shmonim_page .topbanner-main_header span {
  }
  .topbanner .character-responsive {
    display: block;
    width: 436px;
    height: 409.467px;
    position: absolute;
    bottom: 0;
    right: calc(50% - 210px);
    display: none;
  }
  /* .topbanner .character-mobile,
  .topbanner .character-tablet,
  .topbanner .character-laptop,
  .topbanner .character-desktop {
    display: none;
  } */

  .form_subtitle {
    width: 522px;
    font-size: 24px;
    margin-top: 40px !important;
  }
  #shmonim_page .plus .plus-speed_container {
    /* width: 644px; */
    /* margin: 0 auto; */
    display: none;
  }
  .form_submit span {
  }
  .form_submit svg {
  }
  #shmonim_page .mobile-br {
    display: none;
  }
  #shmonim_page .topbanner_upgrade {
    /* height: 54px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 7.5px 0; */
    /* max-width: 600px; */
    width: 235px;
    max-width: 600px;
    background: #056ae5;
    position: fixed;
    left: 0;
    z-index: 3;
    bottom: 80px;
  }

  #shmonim_page .topbanner_upgrade-first {
    padding: 0;
    /* font-size: 16px; */
    /* margin-left: 16px; */
    color: #fff;
  }
  .topbanner_upgrade-close {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    width: 18px;
    height: 18px;
  }
  #shmonim_page .topbanner_upgrade-link {
    /* font-size: 16px; */
  }
  #shmonim_page .topbanner_upgrade .topbanner_upgrade-icon {
  }
  #shmonim_page .call_now_btn {
    /* display: none !important; */
    background: unset;
    margin-block: 0;
    padding: unset;
  }
  #shmonim_page .call_now_btn .call_now_icon {
  }
  #shmonim_page .call_now_btn .call_now_text {
    font-size: 26px;
    display: none;
  }

  #shmonim_page .topbanner .link-wrapper {
    margin-top: 24px;
  }
  #shmonim_page .topbanner .link-text {
  }
  #shmonim_page .topbanner .link-icon {
  }
  .plus.until-tablet {
    position: absolute;
    /* display: none; */
  }
  #shmonim_page .mobile-br {
    display: none;
  }
  #shmonim_page .tablet-br {
    display: block;
  }
  #shmonim_page .call_now_btn b.tel {
    display: block;
    font-size: 26px;
    color: #16254f;
  }
}
