.mch_wrapper {
  background: #F9F4EA;
}

.mch_wrapper * {
  box-sizing: border-box;
  font-family: foxtrot, sans-serif, serif;
  line-height: 1.5;
}

.mch_image {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.mch_desktop {
  display: block;
}

.mch_mobile {
  display: none;
}

.mch_sup {
  display: inline;
  font-size: clamp(8px, 1vw, 14px);
  vertical-align: super;
}

.mch_video {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 560 / 315;
}

.mch_text-bold {
  font-weight: 700;
}

.mch_title {
  font-size: clamp(14px, 2.5vw, 40px);
}

.mch_subtitle {
  font-size: clamp(12px, 2vw, 30px);
}

.mch_caption {
  font-size: clamp(10px, 1.5vw, 26px);
}

.mch_empty {
  font-size: clamp(9px, 1.2vw, 22px);
}

.mch_section {
  width: 100%;
  position: relative;
}

.mch_section-first-content {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.mch_section-first-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-first-item .mch_title {
  text-align: center;
  padding: 0 3%;
}

.mch_section-first-item:nth-child(3) {
  background: #fff;
  padding: 3%;
}

.mch_section-first-items {
  display: flex;
  flex-direction: column;
}

.mch_section-first-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.mch_section-first-block:nth-child(2) .mch_section-first-text {
  order: -1;
}

.mch_section-first-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding: 3%;
}

.mch_section-first-box {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding-left: 3%;
}

.mch_section-first-link {
  list-style-type: disc;
}

.mch_section-first-cont {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  padding: 0 3%;
}

.mch_section-first-cont .mch_title {
  padding: 0;
}

.mch_section-first-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mch_section-first-contain {
  background: #F38331;
  padding: 3%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  justify-content: center;
}

.mch_section-first-it {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-first-tem {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding-left: 3%;
}

.mch_section-first-tem .mch_section-first-link {
  list-style-type: none;
  position: relative;
  padding-left: 7%;
}

.mch_section-first-tem .mch_section-first-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/coffee_machine/krups/EA898GF0/image/comment.png) center / contain no-repeat;
  width: 5%;
}

.mch_section-second-content {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  padding: 3% 0;
}

.mch_section-second-items {
  display: flex;
  flex-direction: column;
}

.mch_section-second-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.mch_section-second-item .mch_section-second-text {
  padding: 3%;
}

.mch_section-second-item:last-child .mch_section-second-text {
  order: -1;
}

.mch_section-second-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-second-container {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-second-container .mch_section-second-text {
  padding: 0 3%;
  text-align: center;
}

.mch_section-second-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mch_section-second-box {
  display: flex;
  gap: 1vw;
  align-items: center;
  background: #F2F2F2;
  padding: 5%;
}

.mch_section-second-box:last-child {
  background: #DDDDDD;
}

.mch_section-second-icon {
  max-width: 20%;
  flex-shrink: 0;
}

.mch_section-second-contain {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
  padding: 0 3%;
}

.mch_section-second-contain .mch_title {
  grid-column: 1 / -1;
  text-align: center;
}

.mch_section-second-cont {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-second-it {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-second-tem {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding-left: 5%;
}

.mch_section-second-link {
  list-style-type: disc;
}

.mch_section-second .mch_empty {
  grid-column: 1 / -1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mch_section-second-contain {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 640px) {
  .mch_desktop {
    display: none;
  }

  .mch_mobile {
    display: block;
  }

  .mch_section-first-items {
    gap: 2vw;
  }

  .mch_section-first-block {
    grid-template-columns: 1fr;
  }

  .mch_section-first-block:nth-child(2) .mch_section-first-text {
    order: 0;
  }

  .mch_section-first-container {
    grid-template-columns: 1fr;
  }

  .mch_section-second-items {
    gap: 2vw;
  }

  .mch_section-second-item {
    grid-template-columns: 1fr;
  }

  .mch_section-second-item:last-child .mch_section-second-text {
    order: 0;
  }

  .mch_section-second-block {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 420px) {
  .mch_section-second-contain {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 380px) {
  .mch_section-second-box {
    flex-direction: column;
  }

  .mch_section-second-icon {
    max-width: 30%;
  }
}

@media screen and (max-width: 375px) {
  .mch_image-container-flex {
    display: flex;
  }

  .mch_image-container-flex > p {
    display: flex;
  }

  .mch_image--cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
}