.container {
  max-width: 100%;
  margin: 0 auto;
}

.offer {
  width: 100%;
  max-width: 347px;
  position: relative;
  margin: 0 auto;
}

.offer .container {
  display: flex;
  justify-content: center;
}

.offer .bgc_y {
  position: absolute;
  width: 1109px;
  height: 780px;
  background: rgba(243, 255, 222, 0.45);
  z-index: -1;
  top: 50px;
}

.offer__text {
  width: 580px;
}

.offer__descr {
  font-size: 18px;
  margin-top: 30px;
  font-weight: 300;
  line-height: 24px;
}

.offer__action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.offer__advantages {
  width: 330px;
  margin-top: 50px;
}

.offer__advantages h2 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}

.offer__advantages h2:first-child {
  margin-top: 70px;
}

.offer__advantages-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}

.offer__slider {
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.offer__slider-counter {
  display: flex;
  width: 140px;
  margin-top: 15px;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  position: relative;
}

.slide-img {
  display: block;
  width: 25px;
}

.offer__slider-wrapper {
  width: 100%;
  max-width: 347px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
}

.offer__slide-btn {
  width: 32px;
  height: 32px;

  background:#cfe9ff80;
  box-shadow: 0px 2px 7px rgba(57, 33, 57, 0.2);
  backdrop-filter: blur(3.5px);
  border-radius: 50%;
  position: relative;
}

.offer__slide-btn img {
  position: absolute;
  top: 6px;
  left: 7px;
  width: 15px;
  height: 20px;
  margin: 0;
}

.offer__slider-prev {
  margin-right: 10px;
  cursor: pointer;
}

.offer__slider-next {
  margin-left: 10px;
  transform: rotate(180deg);
  cursor: pointer;
}

.offer__slider #current {
  font-size: 48px;
  font-weight: bold;
  color: black;
}

.offer__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 16px;
  border-radius: 15px;
  background: #cfe9ff80;
  overflow: hidden;
}

.offer__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-img-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 3px;
}

.stars {
  display: flex;
  margin-bottom: 6px;
}

.stars img {
  margin: 0 1px;
  width: 10px;
  height: 10px;
}

.slide-text {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #1e1e1e;
}

.slide-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}