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

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

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

  .topbanner_sub {
    font-size: 40px;
  }

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

  .topbanner_description {
    font-size: 28px;
  }

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

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

  .speed {
    padding: 48px 0;
  }

  .speed_title {
    font-size: 32px;
  }

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

  .speed_wrapper {
    max-width: 640px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: initial !important;
  }

  .speed_wrapper .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .speed_wrapper .swiper-slide:not(:nth-child(2n)) {
    margin-left: 40px;
  }

  .speed_wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .speed_single {
    flex-basis: 280px;
    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: 28px;
  }

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

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

  .swiper-pagination {
    display: none;
  }

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

  .swiper-button-next {
    width: 40px !important;
    height: 40px !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: 40px !important;
    height: 40px !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-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    background-color: #fff;
    opacity: 1 !important;
  }

  .swiper-button-disabled::after {
    color: #666666 !important;
  }

  .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;
  }
  .form_subtitle {
    display: block;
  }
  .plus {
    position: relative;
  }
  .phone .phone_wrapper {
    display: flex;
    gap: 8px;
    margin: 0 auto;
    padding: 0;
  }

  .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 {
    position: static;
    padding: 40px 0;
    display: flex !important;
    background-image: linear-gradient(
      to left,
      #2f18bc,
      #3126c3,
      #3332c9,
      #353cd0,
      #3846d6,
      #3053de,
      #295fe5,
      #236aeb,
      #077af2,
      #0089f8,
      #0797fc,
      #26a5ff
    );
    flex-direction: column;
    justify-content: center;
    z-index: 0;
    height: fit-content;
  }

  .form_title {
    font-size: 32px;
  }

  .form_link {
    display: none;
  }

  .not_mobile {
    padding: 0;
    margin: 0;
    width: 157px;
    display: inline-flex !important;
    width: fit-content;
    align-self: center;
  }
  .form_subtitle {
    font-size: 20px;
    /* gap: 8px; */
    /* width: 478px; */
    margin: 0 auto;
    align-self: center;
    /* width: 100%; */
    display: flex;
    font-weight: normal;
    justify-content: flex-end;
  }

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

  .form_last {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    margin: 7px 0 0 0;
    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;
    padding: 17px 71px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 38px;
  }

  .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: 16px;
  }
}
