.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_text-bold {
  font-weight: 700;
}

.mch_color {
  color: #E1172B;
  font-weight: 700;
}

.mch_heading {
  font-size: clamp(16px, 3vw, 56px);
}

.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(8px, 1.2vw, 22px);
}

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

.mch_section-first-block {
  display: flex;
  flex-direction: column;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3%;
  max-width: 50%;
  text-align: center;
}

.mch_section-first-logo {
  display: none;
}

.mch_section-first-title {
  position: relative;
  padding: 20px clamp(20px, 4%, 50px);
  text-align: center;
}

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

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

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

.mch_section-second-content {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  padding: 5%;
  color: #43535a;
}

.mch_section-second-text {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.mch_section-second-title {
  color: #e1172b;
}

.mch_section-second-items {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 1vw;
}

.mch_section-second-picture {
  align-self: center;
}

.mch_section-second-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  justify-content: space-between;
}

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

.mch_section-third-content {
  display: flex;
  flex-direction: column;
  color: #fff;
  position: relative;
}

.mch_section-third-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 3%;
  width: 100%;
}

.mch_section-third-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  text-shadow: 1px 1px 1px #000;
  max-width: 50%;
  margin: 0 auto;
}

.mch_section-third-title {
  color: #e1172b;
  text-shadow: none;
}

.mch_section-third-subtitle {
  text-align: end;
  align-self: flex-end;
  text-shadow: 1px 1px 2px #000;
  max-width: 45%;
}

.mch_section-fourth-content {
  color: #fff;
  position: relative;
}

.mch_section-fourth-subtitle {
  max-width: 60%;
  text-shadow: 1px 1px 2px #000;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3%;
}

.mch_section-fifth-content {
  color: #43535a;
  display: flex;
  flex-direction: column;
  position: relative;
}

.mch_section-fifth-item {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 45%;
  padding: 2%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-fifth-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
}

.mch_section-fifth-title {
  color: #e1172b;
}

.mch_section-fifth-block {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-fifth-link {
  list-style-type: decimal;
}

.mch_section-fifth .mch_empty {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3%;
  max-width: 50%;
}

.mch_section-sixth-content {
  color: #43535a;
  position: relative;
}

.mch_section-sixth-block {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2%;
  max-width: 60%;
  gap: 1vw;
}

.mch_section-sixth-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
}

.mch_section-sixth-title {
  color: #e1172b;
}

.mch_section-sixth .mch_empty {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3%;
  max-width: 50%;
}

.mch_section-seventh-content {
  padding: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  align-items: center;
  color: #43535a;
}

.mch_section-seventh-subtitle {
  grid-column: 1 / -1;
}

.mch_section-seventh-picture {
  max-width: 50%;
  margin: 0 auto;
}

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

  .mch_mobile {
    display: block;
  }

  .mch_section-first-block {
    max-width: initial;
    width: 100%;
  }

  .mch_section-first-logo {
    display: block;
    max-width: 25%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3%;
  }

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

  .mch_section-second-picture {
    order: 1;
    grid-column: 1 / -1;
  }

  .mch_section-fourth-subtitle {
    top: 15%;
  }

  .mch_section-fifth-item {
    position: static;
    max-width: initial;
  }

  .mch_section-fifth .mch_empty {
    position: static;
    max-width: initial;
  }

  .mch_section-sixth-block {
    position: static;
    max-width: initial;
    padding: 3%;
  }

  .mch_section-sixth .mch_empty {
    position: static;
    max-width: initial;
  }

  .mch_section-seventh-content {
    grid-template-columns: 1fr;
  }

  .mch_section-seventh-heading {
    text-align: center;
  }
}

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

  .mch_section-third-item {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .mch_section-third-text {
    max-width: initial;
    color: #000;
    text-shadow: none;
  }

  .mch_section-third-subtitle {
    max-width: initial;
    color: #000;
    text-shadow: none;
  }

  .mch_section-fourth-subtitle {
    max-width: initial;
    top: 0;
  }

  .mch_section-fifth-block {
    max-width: initial;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    padding: 5% 10%;
  }
}

@media screen and (max-width: 380px) {
  .mch_section-first-title::before {
    top: 0;
    left: 10px;
  }

  .mch_section-first-title::after {
    bottom: 0;
    right: 10px;
  }
}

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

@media screen and (max-width: 320px) {
  .mch_section-first-title {
    padding: 10px clamp(20px, 4%, 50px);
  }

  .mch_section-fifth-text {
    max-width: initial;
  }
}