@media (min-width: 1024px) {
  .ac-hevtonlogo {
    position: absolute;
    display: flex;
  }

  .ac-container {
    width: 100rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }
  .ac-col-1 {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    width: 75rem;
    background: #004178;
    /* background: radial-gradient(ellipse 50% 50% at 50% 50%, #fff 0, #d3d3d3 100%); */
    /* background-image: url('../img/bg.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; */
  }
  .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: 35vh;
    margin: -2vh auto;
  }
  .ac-35-wrapper {
    font-size: 2rem;
    font-weight: 600;
    font-family: "NarkisBlockMF-Regular";
    text-shadow: 8px 8px 7px rgba(0, 0, 0, 1);
  }
  .ac-cars-img {
    width: 101vh;
    margin: auto;
  }
  .ac-35-img {
    width: 45vh;
    margin: 1rem 0;
  }
  .ac-col-2 {
    position: relative;
    left: 0;
    top: 0;
    width: 25rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background: #004178;
    border-right: 0.5rem solid #d9d9d9;
  }
  .ac-innercol-1 {
    padding-left: 0;
    width: 100%;
    position: relative;
  }
  h1 {
    font-size: 7vh;
    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: 5.5vh;
    position: relative;
    z-index: 1;
    font-family: NarkisBlockMF-Regular;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    width: max-content;
    margin: -2rem auto -1rem;
  }
  .ac-mobile-btns {
    display: none;
  }
  .ac-text-thanks {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 4rem;
  }
  footer {
    background-color: #d9d9d9;
    text-align: center;
    padding: 0;
    color: #000;
    font-size: 0.9rem;
    height: 0;
  }
}
