.stove-section {
  position: relative;
  color: #fff;
  padding-top: 200px;
  padding-bottom: 120px;
}

@media (max-width: 1100px) {
  .stove-section {
    padding-top: 120px;
  }
}

.stove-container {
  position: relative;
  display: flex;
  gap: 172px;
}

.stove-container > img {
  object-fit: cover;
}

@media (max-width: 767px) {
  .stove-container > img {
    object-fit: contain;
  }
}

.stove-choice-block {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 60px 43px 60px;
  transition: 0.3s;
  width: 100%;
  max-width: 450px;
  height: 650px;
  border-radius: 16px;
  background: rgba(140, 76, 180, 1);
  z-index: 2;
}

.stove-bg-linear {
  contain: paint;
  position: absolute;
  width: 100%;
  height: 720px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0%, -33%);
  transform: translate(0%, -33%);
  opacity: 20%;
  background: linear-gradient(0deg, #a04457 0%, #41016a 66.5%);
}

.stove-img-stove {
  position: absolute;
  right: -4%;
  top: 11%;
  max-width: 645px;
}

.stove-img-capret {
  position: absolute;
  bottom: 3%;
  left: 0;
  height: fit-content;
  width: fit-content;
  z-index: 1;
}

.stove-blure-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 55%;
  width: 660px;
  height: 909px;
}

.stove-smoke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0%, -16%);
  transform: translate(0%, -16%);
  opacity: 50%;
}

.stove-choice-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.stove-choice-container_text {
  font-size: 48px;
  line-height: 52.27px;
  font-weight: 700;
  font-family: "Khabensky", sans-serif;
  z-index: 1;
}

.stove-choice-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: 90px;
}

.stove-choice-text > span {
  display: flex;
  text-align: center;
  width: fit-content;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Khabensky", sans-serif;
  margin: auto;
  transition: 0.3s;
}

.stove-choice-text_pages {
  display: flex;
  width: fit-content;
  font-size: 16px;
  line-height: 20px;
  font-weight: 450;
  margin: auto;
  transition: 0.3s;
}

.stove-choice-grid {
  display: grid;
  grid-template-columns: 133px 149px;
  row-gap: 34px;
  column-gap: 53px;
}

.stove-choice-grid_item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  gap: 8px;
  height: 190px;
  width: 140px;
}

.stove-choice-grid_item-texted {
  display: flex;
  width: fit-content;
  font-weight: 450;
  font-size: 20px;
  line-height: 24.6px;
  margin: 0 auto;
}

.stove-choice-grid_item_images {
  position: relative;
  margin: auto;
}

.stove-choice-grid_item_images .active-item {
  opacity: 0%;
}

@media (max-width: 767px) {
  .stove-choice-grid_item_images .active-item {
    display: none;
  }
}

.stove-choice-grid_item_images-def {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  width: fit-content;
  height: fit-content;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.stove-choice-grid_item:hover {
  .default-item {
    opacity: 0%;
  }

  .active-item {
    opacity: 100%;
  }
}

@media (max-width: 767px) {
  .default-item {
    opacity: 100%;
  }
  .stove-choice-grid_item:hover {
    .default-item {
      opacity: 100%;
    }
    .active-item {
      opacity: 0%;
    }
  }
}

.stove-paegs-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.stove-one-page {
  position: absolute;
  margin-top: 35px;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  transition: 0.5s ease-out;
}

.stove-two-page {
  position: absolute;
  margin-top: 24px;
  -webkit-transform: translate(165%, 0%);
  transform: translate(165%, 0%);
  transition: 0.5s ease-out;
}

.stove-pages-bottom {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  transition: 0.3s;
  bottom: 0;
}

.stove-pages_back {
  display: flex;
  gap: 16px;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  background: initial;
  color: #fff;
  user-select: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 17.42px;
  font-family: "Khabensky", sans-serif;
}

.page_two_grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.page_two_grid_item {
  border: 2px solid transparent;
  gap: 17px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  height: 127px;
  cursor: pointer;
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0);
}

.page_two_grid_item > span {
  display: flex;
  width: fit-content;
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
}

.page_two_grid_item_images {
  width: 100%;
  margin: auto;
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.page_two_grid_item:hover {
  transition: 0s;
  border: 2px solid rgba(255, 255, 255, 1);
}

.active-choice {
  background: #fff;
  color: rgba(118, 63, 151, 1);
}

.stove-pages-final {
  opacity: 0;
  user-select: none;
  cursor: default;
  transition: 0.3s;
  max-width: 220px;
}

.stove-img-fire {
  contain: paint;
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
  -webkit-transform: translate(-330px, 326px);
  transform: translate(-330px, 326px);
  transition: 1s;
  opacity: 0;
  clip-path: polygon(37% 18%, 41% 15%, 119% 100%, 0% 100%);
}

.stove-three-page {
  position: absolute;
  margin-top: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 40px;
  -webkit-transform: translate(165%, 0%);
  transform: translate(165%, 0%);
  opacity: 0;
  transition: 0.5s ease-out;
}

.stove-four-page {
  position: absolute;
  margin-top: -9px;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(165%, 0%);
  transform: translate(165%, 0%);
  z-index: 2;
  transition: 0.5s ease-out;
}

.stove-four-page_final-layout {
  position: relative;
  width: 100%;
  height: 100%;

  svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 163px;
  }
}

.stove-four-page_final-container {
  display: flex;
  flex-direction: column;
}

.stove-four-page_final-adaptive-img {
  display: flex;
  object-fit: cover;
  margin: auto;
  max-width: fit-content;
  max-height: 181px;
  z-index: 2;
}

.stove-four-page_final-adaptive-text {
  background-image: url("../image/form/textLayerBG.png");
  width: 100%;
  height: 120px;
  padding: 35px 40px;
  background-size: cover;
  margin-top: -30px;
  z-index: 1;
}

.stove-four-page_final-adaptive-text > span {
  display: flex;
  font-size: 20px;
  line-height: 24.6px;
  color: rgba(118, 63, 151, 1);
  font-weight: 450;
  text-align: center;
  width: fit-content;
  max-width: 260px;
  margin: auto;
}

.stove-four-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 180px;
}

.stove-four-page_final-bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.stove-four-page_final-static-text {
  font-size: 16px;
  line-height: 19.6px;
  width: 100%;
  font-weight: 450;
  text-align: center;
}

.stove-four-page_final-bottom-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;

  button {
    margin: 0 auto;
  }
}

.stove-four-page_final-bottom-buttons .land-button span {
  font-size: 16px;
}

.stove-four-page_final-bottom-buttons_item {
  contain: paint;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0px;
  width: 100%;
  cursor: pointer;
  color: rgba(240, 189, 96, 1);
  font-weight: 700;
  background: initial;
  transition: 0.3s;
  font-family: "Khabensky", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.stove-four-page_final-bottom-buttons_item:hover {
  color: #fff;
}

.stove-choice-container-svg {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  height: 100%;
}

.stove-choice-container-svg_item {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 3;
  transition: 0.5s ease-out;
  -webkit-transform: translate(125%, 0%);
  transform: translate(125%, 0%);

  svg {
    -webkit-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
    opacity: 0%;
    transition: 0.3s;
    transition-delay: 0.7s;
  }

  img {
    -webkit-transform: translate(0%, -43%);
    transform: translate(0%, -43%);
  }
}

.stove-choice-container-svg_item-blure {
  position: absolute;
  width: 268px;
  height: 276px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  transition-delay: 1.2s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  filter: blur(40px);
  opacity: 0%;
}

.adaptive-image-load {
  display: none;
}

.adaptive-image-load_stove {
  width: 354px !important;
  -webkit-transform: translate(28%, -10%);
  transform: translate(28%, -10%);
}

.adaptive-image-load_fire {
  max-width: 74px;
  -webkit-transform: translate(-133%, 198%);
  transform: translate(-133%, 198%);
}

.adaptive-image-load_capret {
  width: 600px !important;
  -webkit-transform: translate(-59%, -7%);
  transform: translate(-59%, -7%);
}

.adaptive-image-load_bg-linear {
  width: 350px !important;
  height: 450px;
  -webkit-transform: translate(-19%, -21%);
  transform: translate(-19%, -21%);
}

.adaptive-image-load_smoke {
  width: 700px !important;
  height: 200px;
  -webkit-transform: translate(-55%, -87%);
  transform: translate(-55%, -87%);
}

@media (max-width: 1100px) {
  .stove-choice-block {
    max-height: 547px;
  }

  .stove-choice-grid_item {
    height: 175px;
  }

  .stove-choice-grid_item-texted {
    font-size: 16px;
    line-height: 20px;
  }

  .stove-bg-linear {
    display: none;
  }

  .stove-img-stove {
    display: none;
  }

  .stove-img-capret {
    display: none;
  }

  .stove-smoke {
    display: none;
  }

  .stove-choice-container {
    width: 100%;
  }

  .stove-choice-container_text {
    margin: 0 auto;
    font-size: 24px;
    line-height: 26.14px;
  }

  .stove-choice-text {
    width: 305px;
    -webkit-transform: translate(-13%, 0%);
    transform: translate(-13%, 0%);

    span {
      font-size: 20px;
      line-height: 21.78px;
    }
  }

  .stove-choice-text > span {
    font-size: 20px;
    line-height: 21.78px;
  }

  .stove-choice-grid {
    -webkit-transform: translate(-13%, -5%);
    transform: translate(-13%, -5%);
    row-gap: 22px;
    column-gap: 24px;
  }

  .stove-choice-grid_item_images-def {
    max-width: 121px;
    object-fit: contain !important;
  }

  .stove-pages-bottom {
    width: 305px;
    -webkit-transform: translate(-13%, 36%);
    transform: translate(-13%, 36%);
  }

  .stove-pages_back {
    font-size: 14px;
    line-height: 15.25px;
  }

  .page_two_grid {
    gap: 0;
    width: 305px;
  }

  .page_two_grid_item {
    gap: 18px;
    height: 113px;
  }

  .page_two_grid_item > span {
    font-size: 14px;
    line-height: 17.22px;
  }

  .page_two_grid_item_images {
    width: 32px;
    height: 32px;
  }

  .stove-pages-final {
    max-width: 172px;
  }

  .stove-img-fire {
    display: none;
  }

  .stove-four-page_final-layout {
    height: 109px;
  }

  .stove-four-page_final-container {
    height: 100%;
    margin-top: -30px;
  }

  .stove-four-page_final-adaptive-img {
    max-height: 142px;
    -webkit-transform: translate(0%, -65%) !important;
    transform: translate(0%, -65%) !important;
  }

  .stove-choice-container-svg_item-opacity {
    -webkit-transform: translate(0%, 31%) !important;
    transform: translate(0%, 31%) !important;
  }

  .stove-four-page_final-adaptive-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 21px 18px 22px;
    height: 100%;
    margin-top: 0;
  }

  .stove-four-page_final-adaptive-text > span {
    font-size: 16px;
    line-height: 19.68px;
  }

  .stove-four-container {
    width: 305px;
    -webkit-transform: translate(-14%, 0%);
    transform: translate(-14%, 0%);
    margin-top: 130px;
    gap: 8px;
  }

  .stove-four-page_final-bottom {
    gap: 16px;
    margin-top: -25px;
  }

  .stove-four-page_final-static-text {
    font-size: 14px;
    line-height: 16.81px;
    max-width: 275px;
    margin: 0 auto;
  }

  .stove-four-page_final-bottom-buttons {
    gap: 8px;
    width: 100%;
    max-width: 275px;
    margin: 0 auto;

    button {
      width: 100%;
    }
  }

  .stove-choice-container-svg {
    margin: 0 auto;
    max-width: 343px;
  }

  .adaptive-image-load {
    display: initial;
  }
}

@media (max-width: 375px) {
  .stove-choice-grid {
    column-gap: 0px;
  }
}
