.steps__container {
  border-radius: 8px;
  background: url("../images/bl13_bg.webp") #daad60 center/cover no-repeat;
  padding: 48px;
}

.steps__title-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
  max-width: 770px;
  min-height: 140px;
}

.steps__slides-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.steps__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 602px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transform: translateX(10%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.steps__slide.active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
}

.steps__slide > h3 {
  padding: 4px 16px;
  border-radius: 8px;
  background: #fff;
  color: #f00;

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  letter-spacing: -0.96px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.steps__image {
  width: 100%;
  object-fit: contain;
  max-height: 330px;
  min-height: 330px;
}

.steps__image-deco {
  position: absolute;
  top: 0;
  z-index: -1;
}

.steps__image-deco:nth-of-type(1) {
  right: -80px;
}

.steps__image-deco:nth-of-type(2) {
  left: -80px;
}

@media screen and (max-width: 1200px) {
  .steps__container {
    padding: 16px;
  }

  .steps__image-deco {
    display: none;
  }

  .steps__title-container h3 {
    text-align: center;
  }

  .steps__slide > h3 {
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 128.571% */
    letter-spacing: -0.84px;
  }
}

.time {
  color: #f3e6ca;
  padding-block: 100px;
  background-color: #372517;
}

.time__main-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #f3e6ca;
  overflow: hidden;
}

.time__left {
  display: flex;
  flex-direction: column;
  /*gap: 24px;*/
  width: 100%;
  max-width: 600px;
  color: #372517;
}

.time__main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}

.time__main p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
}

.time__top {
  padding-block: 8px;
  text-align: center;
  background: #f00;
  color: #fff;

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.54px;
  width: 100%;
}

.time__timer {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.time__timer div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: #372517;

  color: #f3e6ca;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
}

.time__timer div span {
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.74px;
}

.time__right {
  display: flex;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
}

.time__image {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 0;
}

.time__slide {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transform: translateX(-10%);
  z-index: -1;
  /*pointer-events: none;*/
}

.time__slide h3 {
  position: absolute;
  width: 90%;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.time__discount {
  position: absolute;
  top: 100px;
  right: 20px;
}

.time__slide.active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
  z-index: 10;
}

.time__arrows-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.time__arrow-left,
.time__arrow-right {
  cursor: pointer;
  width: 48px;
}

.time__arrow-right {
  rotate: 180deg;
}

.time .btn {
  background: #f3e6ca;
  color: #372517;
  margin-inline: auto;
}

@media screen and (max-width: 1200px) {
  .header-cell,
  .cell {
    width: 240px;
  }

  .hero__form,
  .path__form {
    max-width: 600px;
    flex-direction: column;
    align-items: center;
    margin-inline: auto;
  }

  .comparison-table {
    overflow-x: scroll;
  }

  .corect,
  .composition {
    padding-bottom: 32px;
  }

  .time {
    padding-block: 32px;
  }

  .time__main-container {
    flex-direction: column;
    max-width: 600px;
    margin-inline: auto;
    overflow: hidden;
    border-radius: 8px;
  }

  .time__timer div {
    padding: 12px;
  }

  .time__timer div span {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.08px;
  }

  .time .section__top-container {
    text-align: center;
  }

  .time__main {
    padding: 12px;
    gap: 16px;
  }

  .time__image {
    min-height: 400px;
    object-position: top;
  }

  .time__discount {
    width: 80px;
    height: 80px;
    top: auto;
    bottom: 20px;
  }
}
