.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_color {
  color: #E2001A;
}

.mch_section {
  width: 100%;
  position: relative;
  gap: 3vw;
}

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

.mch_section-first-content {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY8428E0/image/bg.png) center / cover no-repeat;
  padding: 3% 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  align-items: center;
}

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

.mch_section-first-label .mch_subtitle {
  color: #fff;
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY8428E0/image/background.png) center / contain no-repeat;
  padding: 2%;
}

.mch_section-first-logo {
  max-width: 50%;
  margin: 0 auto;
}

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

.mch_section-first-box {
  display: flex;
  gap: 1vw;
  align-items: center;
}

.mch_section-first-box .mch_section-first-icon {
  max-width: 15%;
  flex-shrink: 0;
}

.mch_section-first-items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-first-items .mch_section-first-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 3%;
  width: 100%;
  text-align: center;
  max-width: 85%;
}

.mch_section-first-items .mch_section-first-title .mch_title {
  position: relative;
  padding: 5% clamp(22px, 5%, 67px);
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  align-self: flex-start;
}

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

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

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

.mch_section-first-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 3%;
  max-width: 85%;
  margin: 0 auto;
  width: 100%;
}

.mch_section-first-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 50%;
  background: #fff;
  padding: 3%;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-first-cont {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 47%;
  padding: 3%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-first-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-first-container .mch_section-first-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 2%;
  max-width: 40%;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.mch_section-first-contain {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY8428E0/image/bg2.png) center / cover no-repeat;
  padding: 3%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
}

.mch_section-first-contain .mch_section-first-text {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mch_section-first-contain .mch_section-first-text .mch_subtitle {
  background: #E2001A;
  color: #fff;
  padding: 2%;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.mch_section-first-contain .mch_section-first-text .mch_caption {
  background: #fff;
  padding: 2%;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-left: 5%;
}

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

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

.mch_section-second-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

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

.mch_section-second-content .mch_section-second-caption {
  position: absolute;
  bottom: 2%;
  left: 2%;
  background: #fff;
  padding: 2%;
  border-radius: 15px;
  max-width: 23%;
}

.mch_section-second-content .mch_section-second-caption:last-child {
  bottom: 15%;
  left: initial;
  right: 2%;
}

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

.mch_section-second-items {
  background: #000;
  color: #fff;
  padding: 3%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  align-items: center;
  text-align: center;
}

.mch_section-second-items .mch_subtitle {
  color: #F0C89D;
}

.mch_section-second-items .mch_empty {
  color: #ffffffbd;
}

.mch_section-second-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-second-item .mch_section-second-text {
  position: absolute;
  top: 3%;
  left: 2%;
  max-width: 45%;
  background: #fff;
  padding: 2%;
  border-radius: 15px;
}

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

.mch_section-second-container .mch_subtitle {
  position: absolute;
  top: 12%;
  left: 31%;
  background: #75B22B;
  color: #fff;
  padding: 2%;
}

.mch_section-second-container .mch_empty {
  position: absolute;
  bottom: 5%;
  right: 0;
  color: #fff;
  max-width: 35%;
}

.mch_section-second-block {
  position: absolute;
  bottom: 10%;
  left: 0;
  background: #000;
  color: #fff;
  padding: 2%;
  display: flex;
  gap: 1vw;
  align-items: center;
  max-width: 45%;
}

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

.mch_section-second-contain {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-second-box {
  position: absolute;
  top: 5%;
  right: 5%;
  max-width: 50%;
  background: #fff;
  padding: 2% 2% 10% 2%;
  border-radius: 15px;
}

.mch_section-second-box .mch_section-second-text {
  position: relative;
}

.mch_section-second-image {
  position: absolute;
  bottom: -43%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 3%;
}

@media screen and (max-width: 960px) {
  .mch_section-second-box {
    position: static;
    max-width: initial;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    padding: 0 3%;
  }

  .mch_section-second-image {
    position: static;
    max-width: initial;
    -webkit-transform: none;
    transform: none;
    max-width: 50%;
    margin: 0 auto;
  }
}

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

  .mch_section-first-items .mch_section-first-title {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: initial;
  }

  .mch_section-first-image {
    max-width: initial;
  }

  .mch_section-first-item {
    max-width: initial;
    position: static;
    -webkit-transform: none;
    transform: none;
    border-radius: 0;
    background: initial;
    padding: 0 3%;
  }

  .mch_section-first-cont {
    max-width: initial;
    position: static;
    padding: 0 3%;
  }

  .mch_section-first-container .mch_section-first-text {
    max-width: initial;
    position: static;
    -webkit-transform: none;
    transform: none;
    border-radius: 0;
    background: initial;
    padding: 0 3%;
  }

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

  .mch_section-second-content .mch_section-second-caption {
    position: static;
    max-width: initial;
    background: initial;
    border-radius: 0;
    padding: 0 3%;
  }

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

  .mch_section-second-item .mch_section-second-text {
    position: static;
    background: initial;
    border-radius: 0;
    padding: 0 3%;
    max-width: initial;
  }

  .mch_section-second-container .mch_empty {
    bottom: 22%;
    max-width: 65%;
  }

  .mch_section-second-block {
    position: static;
    max-width: initial;
  }
}

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

  .mch_mobile {
    display: block;
  }

  .mch_section-first-items .mch_section-first-title .mch_title {
    order: -1;
  }

  .mch_section-second-container .mch_subtitle {
    top: 4%;
  }

  .mch_section-second-container .mch_empty {
    position: static;
    padding: 0 3%;
    max-width: initial;
    color: #000000a0;
  }
}

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

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

  .mch_section-second-container .mch_subtitle {
    position: static;
    text-align: center;
  }
}

@media screen and (max-width: 380px) {
  .mch_section-first-items .mch_section-first-title .mch_title {
    padding: 15px clamp(22px, 5%, 67px);
  }

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

  .mch_section-first-items .mch_section-first-title .mch_title::after {
    bottom: -10px;
    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;
  }
}