.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 {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

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

.mch_section-first-items {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 55%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
  color: #fff;
  padding: 2%;
  background: #00000026;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 10px;
}

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

.mch_section-first-item .mch_section-first-text {
  gap: 3px;
}

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

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

.mch_section-first-logo {
  position: absolute;
  top: 0;
  right: 10%;
  padding: 3%;
  max-width: 35%;
}

.mch_section-first-empty {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 45%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 1%;
  color: #ffffffd6;
}

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

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

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

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

.mch_section-first-box {
  color: #58585a;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3%;
  max-width: 50%;
}

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

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

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

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

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

.mch_section-first-cont {
  color: #fff;
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY876DE1/image/bg.png) center / cover no-repeat;
  padding: 3%;
  display: flex;
  gap: 1vw;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mch_section-first-cont .mch_section-first-icon {
  max-width: 8%;
  flex-shrink: 0;
}

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

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

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

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

.mch_section-second-content .mch_title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 2%;
  color: #58585a;
  text-align: center;
}

.mch_section-second-block {
  position: absolute;
  bottom: 5%;
  left: 0;
  padding: 2%;
  max-width: 35%;
}

.mch_section-second-block:last-child {
  left: initial;
  right: 0;
  bottom: initial;
  top: 10%;
}

.mch_section-second-box {
  position: relative;
  padding: 8% clamp(22px, 5%, 67px);
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

.mch_section-second-box::after {
  bottom: 0;
  right: 0;
}

.mch_section-second-box .mch_caption {
  background: #fff;
  padding: 2%;
}

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

.mch_section-second-items .mch_title {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  max-width: 35%;
  padding: 2%;
}

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

.mch_section-second-container {
  padding: 0 3%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}

.mch_section-second-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media screen and (max-width: 960px) {
  .mch_section-first-content {
    gap: 2vw;
  }

  .mch_section-first-items {
    position: static;
    max-width: initial;
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    background: initial;
    border-radius: 0;
    padding: 0 3%;
    color: #000;
  }

  .mch_section-first-item .mch_section-first-icon {
    -webkit-filter: invert(1);
    filter: invert(1);
  }

  .mch_section-first-empty {
    bottom: 35%;
    max-width: initial;
  }
}

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

  .mch_section-first-empty {
    position: static;
    padding: 0 3%;
    color: #0000009e;
  }

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

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

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

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

  .mch_section-second-box {
    left: 0;
    -webkit-transform: none;
    transform: none;
    max-width: initial;
    padding: 0 3%;
  }

  .mch_section-second-box::after,
  .mch_section-second-box::before {
    display: none;
  }

  .mch_section-second-box .mch_caption {
    padding: 0;
  }

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

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

  .mch_mobile {
    display: block;
  }
}

@media screen and (max-width: 560px) {
  .mch_section-second-items .mch_title {
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 0 3%;
    text-align: center;
    color: #000;
    max-width: initial;
  }

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

@media screen and (max-width: 540px) {
  .mch_section-second-content .mch_title {
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 0 3%;
  }
}

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

  .mch_section-first-container .mch_section-first-icon {
    max-width: initial;
  }

  .mch_section-first-box .mch_subtitle {
    left: 0;
    -webkit-transform: none;
    transform: none;
    max-width: initial;
  }

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

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

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

  .mch_section-first-box .mch_subtitle::before {
    top: -10px;
    left: 10px;
  }

  .mch_section-first-box .mch_subtitle::after {
    bottom: -10px;
    right: 10px;
  }

  .mch_section-second-box::before {
    top: -10px;
    left: 10px;
  }

  .mch_section-second-box::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;
  }
}