@media (max-width: 1023px) {
  .swiper {
    padding-bottom: 6vw !important;
    margin-top: -41vw;
  }
  .ac-col-1,
  .ac-col-2 {
    height: auto;
    display: flex;
  }
  .ac-container {
    width: 100vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .ac-col-2,
  .ac-innercol-1 {
    position: relative;
    width: 100%;
  }
  .ac-col-2,
  h1 {
    margin-top: 0;
  }
  .ac-gradient {
    background: radial-gradient(
      ellipse 50% 50% at 50% 50%,
      rgba(0, 0, 0, 0.83) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    border-radius: 50%;
    position: absolute;
    width: 66vh;
    height: 66vh;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ac-logo,
  .ac-sale-svg,
  .ac-35-img,
  .ac-35-wrapper,
  .ac-cars-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .ac-logo {
    width: 36vh;
    margin: 4vh auto 2vh;
  }
  .ac-sale-svg {
    width: 57vw;
    margin: -1vw auto;
  }
  .ac-35-wrapper {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "NarkisBlockMF-Regular";
    text-shadow: 8px 8px 7px rgba(0, 0, 0, 1);
  }
  .ac-35-wrapper .ac-ad {
    position: relative;
    right: 9vw;
  }
  .ac-35-wrapper .ac-anahatxt {
    position: relative;
    right: -6vw;
  }
  .ac-cars-img {
    width: 95vw;
    margin: auto;
  }
  .ac-35-img {
    width: 76vw;
    margin: 1vw 0;
  }
  h1 {
    font-size: 1.5rem;
    line-height: 0.8;
    margin-top: -2rem;
    position: fixed;
    top: -10000vw;
    right: -10000vw;
    z-index: 1;
    font-family: NarkisBlockMF-Regular;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.7);
    text-align: center;
    transform: rotate(-5deg);
  }
  h2.ac-model-name {
    font-size: 6.2vw;
    position: relative;
    z-index: 1;
    font-family: NarkisBlockMF-Regular;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    width: max-content;
    margin: -0.5rem auto 0rem;
  }
  .ac-col-1 .ac-swiper-desktop,
  .ac-hevtonlogo {
    display: none;
  }
  .ac-col-1 {
    padding-left: 0;
    background: #004278;
    align-items: flex-start;
  }
  .ac-col-2 {
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20vw;
    background: #004178;
  }
  .ac-mobile-btns {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: #004278;
    padding: 1.5vw;
  }
  .ac-mobile-btns .ac-whatssapp {
    background-color: #fe8d1f;
    width: 13vw;
    height: 12.9vw;
    padding: 2vw;
    display: flex;
  }
  .ac-mobile-btns .ac-goto-form {
    background-color: #f16623;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 1.4vw 20.9vw 1vw;
    font-size: 4.5vw;
    margin: 0;
    letter-spacing: 0.03vw;
    font-family: NarkisBlockMF-Regular;
    text-align: center;
  }
  .ac-mobile-btns .ac-goto-form.ac-full-width {
    padding: 2.4vw 14.9vw 2vw;
    width: 100vw;
  }
  .ac-mobile-btns .ac-c2c {
    background-color: #fe8d1f;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13vw;
    height: 12.5vw;
    padding: 2vw;
    margin-right: 0;
  }
  .ac-mobile-btns .ac-c2c img {
    width: 76%;
  }
  .ac-mobile-btns .ac-c2c.ac-active {
    display: flex;
  }
  .ac-law-sentemce-mob {
    font-size: 1rem;
    width: 100vw;
    padding: 5.5vw;
    text-align: center;
  }
  .ac-text-thanks {
    display: block;
    margin: auto auto 18vw;
    text-align: center;
    font-size: 4rem;
  }
  footer {
    background-color: #d9d9d9;
    text-align: center;
    padding: 0;
    color: #000;
    font-size: 0.9rem;
    height: 0;
    margin-bottom: 0;
  }
}
