@media (min-width: 1024px) {
  .ac-container {
    width: 100rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .ac-mobile-form {
    display: none;
  }
  .ac-col-1 {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    width: 100rem;
    background-image: url(../img/bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ac-col-2 {
    position: fixed;
    left: 5rem;
    top: 10vh;
    width: 20rem;
    height: 77vh;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f99d3e+0,f99d3e+88&0+1,1+40 */
    /* background: linear-gradient(to bottom,  rgba(249,157,62,0) 0%,rgba(249,157,62,0) 1%,rgba(249,157,62,1) 40%,rgba(249,157,62,1) 88%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-image: url("../img/form-bg.webp");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 38vw;
  }

  .ac-innercol-1 {
    padding-left: 0vw;
    width: 100%;
    position: relative;
  }
  .ac-innercol-0 {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    position: absolute;
    width: 100rem;
    height: 22vh;
    top: 0;
  }

  h1 {
    font-size: 5.35rem;
    line-height: 0.8;
    margin-top: 1rem;
    position: relative;
    right: -10rem;
    z-index: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    margin-top: -5vh;
  }
  .ac-years-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 58rem;
    position: relative;
    right: 11vw;
    margin-top: 0.8rem;
  }
  .ac-years-wrapper span {
    background-color: #ff9a42;
    color: #1f4a9d;
    font-size: 3rem;
    display: block;
    padding: 0.5rem 1.3rem;
    border-radius: 0.8rem;
    box-shadow: 0.3rem 0.3rem 0.3rem #00000059;
  }
  .ac-years-wrapper span.ac-year-item-1 {
    width: 11rem;
    text-align: center;
  }
  .mySwiper {
    display: none;
  }
  .ac-cars {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 142vh;
    position: relative;
    right: 6rem;
    max-width: 68vw;
  }
  .ac-flah-wrapper {
    background-image: url(../img/circle.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 22vh;
    height: 22vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.8rem;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 0.9;
    margin-bottom: -7.5rem;
    margin-top: 1rem;
    right: 53vw;
    transform: rotate(-10deg);
    max-width: 11vw;
    max-height: 11vw;
  }
  .ac-flah-wrapper span {
    display: block;
    position: relative;
    top: -1rem;
  }
  .ac-mobile-btns {
    display: none;
  }

  .ac-swiper-mobile {
    display: none;
  }

  .ac-text-thanks {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 4rem;
  }

  .ac-pos-rel span {
    position: absolute;
    bottom: 0.5rem;
    right: 1vw;
    font-size: 0.8rem;
    color: #fff;
    z-index: 9;
    font-family: "NarkisBlockMF-Regular";
  }
  .ac-form-law {
    font-weight: 300;
    font-family: "NarkisBlockMF-Regular";
    line-height: 1.1;
    display: block;
    font-size: 0.8rem;
    margin-top: 1rem;
    width: 91%;
    margin-right: 3%;
  }

  .ac-col-1 .ac-icons-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    right: 14rem;
    font-size: 1.4rem;
    line-height: 0.95;
    width: 57rem;
    margin-top: -1rem;
    margin-bottom: -6rem;
    z-index: 1;
    color: #004278;
    font-weight: 800;
    text-align: right;
  }
  .ac-col-1 .ac-icons-wrapper .ac-icon-item {
    display: flex;
    justify-content: center;
    text-align: right;
    align-items: center;
    line-height: 1.05;
  }
  .ac-col-1 .ac-icons-wrapper .ac-icon-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: auto;
    margin-left: 0.5rem;
  }
  .ac-icon-txt-1 {
    position: relative;
    top: 0.5rem;
  }

  .mySwiper {
    background-image: url(../img/slider/bg1.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 50vh;
    margin-top: -1.8rem;
    transition: background-image 0.5s ease-in-out;
  }

  /* More specific selectors */
  .swiper.mySwiper {
    background-image: url(../img/slider/bg1.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  div.mySwiper {
    background-image: url(../img/slider/bg1.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .mySwiper .ac-slide-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
    position: relative;
    right: -11rem;
    top: 5rem;
  }
  .mySwiper .ac-slide-text {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 50rem;
    position: relative;
    right: -8rem;
    top: 0rem;
    font-weight: 400;
    line-height: 0.9;
    font-size: 1.2rem;
  }
  .mySwiper .swiper-button-next {
    left: 23.5vw;
    right: auto;
    width: 7rem;
    height: 3rem;
  }
  .mySwiper .swiper-button-prev {
    width: 7rem;
    height: 3rem;
  }
  footer {
    background-color: transparent;
    text-align: right;
    padding: 0.5rem 0;
    color: #fff;
    font-size: 0.7rem;
    height: 5.5vh;
    margin-top: -6vh;
    z-index: 1;
    position: relative;
  }
}
