.offers {
  overflow: hidden;
}

.offers__slider {
  padding-bottom: 44px;
}

.offers__slider .swiper-pagination-style1 {
  bottom: 0;
}

.offers__slider .swiper {
  overflow: initial;
}

.offers-item {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.offers-item .btn1 {
  display: none;
  position: absolute;
  bottom: 8%;
  right: 2%;
  padding: 1.7% 10px;
  width: 31.5%;
}

.offers-item__img {
  overflow: hidden;
  position: relative;
  padding-top: 45%;
  border-radius: 64px;
}

.offers-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.offerspop {
  display: none;
  padding: 0;
  background: none;
  max-width: 1400px;
  width: 100%;
}

.offerspop__bg1 {
  position: absolute;
  z-index: -1;
  top: 900px;
  left: 0;
  width: 552px;
}

.offerspop__container1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  padding: 32px 32px 70px;
  border-radius: 72px;
}

.offerspop__img {
  margin-bottom: 45px;
}

.offerspop__img img {
  border-radius: 32px;
}

.offerspop__container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 48px;
}

.offerspop__wrap1 {
  width: 48%;
}

.offerspop__wrap1 .title1 {
  margin-bottom: 0;
}

.offerspop__wrap2 {
  width: 48%;
}

@media (max-width: 1500px) {
  .offers-item .btn1 {
    font-size: 1.35vw;
    border-radius: 1.1vw;
  }
}

@media (max-width: 1200px) {
  .offers-item__img {
    border-radius: 30px;
  }

  .offerspop__bg1 {
    display: none;
  }

  .offerspop__container1 {
    border-radius: 40px;
    padding: 24px;
  }

  .offerspop__img {
    margin-bottom: 26px;
  }

  .offerspop__img img {
    border-radius: 22px;
  }

  .offerspop__container2 {
    padding-right: 0;
  }

  .offerspop__wrap1 {
    width: 100%;
    margin-bottom: 16px;
  }

  .offerspop__wrap2 {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .offers__slider {
    padding-bottom: 0;
  }

  .offers__slider .swiper-pagination-style1 {
    display: none;
  }

  .offers-item .btn1 {
    display: flex;
    position: static;
    font-size: 16px;
    width: 100%;
    padding: 17px 10px;
    border-radius: 16px;
    margin-top: 16px;
  }

  .offers-item__img {
    border-radius: 16px;
  }

  .offerspop__container1 {
    border-radius: 24px;
    padding: 4px 4px 16px;
  }

  .offerspop__img {
    margin-bottom: 16px;
  }

  .offerspop__img img {
    border-radius: 22px;
  }

  .offerspop__container2 {
    padding: 0 12px;
  }
}

@media (hover) {
  .offers-item:hover .offers-item__img img {
    transform: scale(1.02);
  }
}