.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;
}

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

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

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

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

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

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

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

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

.mch_section-first-logo {
  max-width: 20%;
  padding: 0 3%;
}

.mch_section-first-pictures {
  position: relative;
}

.mch_section-first-pictures .mch_section-first-text {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3%;
}

.mch_section-first-pictures .mch_title {
  position: relative;
  padding: 4% clamp(22px, 5%, 67px);
  text-align: center;
  max-width: 75%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mch_section-first-pictures .mch_title::after,
.mch_section-first-pictures .mch_title::before {
  content: "";
  position: absolute;
  width: clamp(45px, 15%, 135px);
  height: 30px;
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/KI6668E0/image/label.png) center / contain no-repeat;
}

.mch_section-first-pictures .mch_title::before {
  top: 0;
  left: 0;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.mch_section-first-pictures .mch_title::after {
  bottom: 0;
  right: 0;
}

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

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

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

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

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

.mch_section-first-icon {
  max-width: 25%;
}

.mch_section-first-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  padding: 0 3%;
}

.mch_section-first-contain {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  width: calc(33.3% - 2vw);
  justify-content: space-between;
}

.mch_section-first-fraction {
  padding: 5% 15% 5% 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 3vw;
  position: relative;
}

.mch_section-first-fraction .mch_section-first-text {
  position: relative;
  gap: 5px;
  background: #F9F9F9;
  padding: 3%;
  padding-right: 45%;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  display: flex;
  flex-direction: column;
}

.mch_section-first-fraction .mch_section-first-text .mch_caption:last-child {
  text-align: end;
}

.mch_section-first-fraction .mch_section-first-picture {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-7%, -65%);
  transform: translate(-7%, -65%);
  width: 45%;
}

.mch_section-first-fraction .mch_empty {
  padding: 0 3%;
  text-align: center;
}

.mch_section-first-fraction .mch_title {
  text-align: end;
}

@media screen and (max-width: 768px) {
  .mch_section-first-contain {
    width: calc(50% - 2vw);
  }

  .mch_section-first-fraction .mch_section-first-text .mch_caption:last-child {
    text-align: center;
  }

  .mch_section-first-fraction .mch_section-first-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: none;
    padding: initial;
    text-align: center;
  }

  .mch_section-first-fraction .mch_section-first-picture {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
    width: initial;
  }

  .mch_section-first-fraction .mch_title {
    text-align: center;
  }

  .mch_section-first-fraction {
    padding: 5% 3%;
  }
}

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

  .mch_mobile {
    display: block;
  }

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

  .mch_section-first-block:last-child .mch_section-first-picture {
    order: 1;
  }

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

  .mch_section-first-box {
    flex-direction: row;
    align-items: center;
  }

  .mch_section-first-icon {
    flex-shrink: 0;
  }

  .mch_section-first-contain {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .mch_section-first-contain .mch_section-first-text {
    order: 1;
  }

  .mch_section-first-contain .mch_section-first-picture {
    flex-shrink: 0;
    max-width: 60%;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-first-pictures .mch_title {
    left: 0;
    -webkit-transform: none;
    transform: none;
    max-width: initial;
  }

  .mch_section-first-box {
    flex-direction: column;
    align-items: center;
  }

  .mch_section-first-contain {
    flex-direction: column;
  }

  .mch_section-first-contain .mch_section-first-text {
    order: 0;
  }

  .mch_section-first-contain .mch_section-first-picture {
    max-width: initial;
  }
}

@media screen and (max-width: 380px) {
  .mch_section-first-logo {
    max-width: 30%;
  }

  .mch_section-first-pictures .mch_title {
    padding: 15px clamp(22px, 5%, 67px);
  }

  .mch_section-first-pictures .mch_title::before {
    top: -10px;
    left: 10px;
  }

  .mch_section-first-pictures .mch_title::after {
    bottom: -10px;
    right: 10px;
  }

  .mch_section-first-pictures .mch_title {
    font-size: 14px;
  }
}

@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;
  }
}