.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_desk {
  display: block;
}

.mch_mob {
  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(14px, 2.5vw, 40px);
}

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

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

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

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

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

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

.mch_section-first-title {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3%;
  text-shadow: 1px 1px 2px #000;
}

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

.mch_section-first-item .mch_title {
  position: relative;
  padding: 30px clamp(22px, 5%, 67px);
  text-align: center;
  color: #fff;
}

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

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

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

.mch_section-first-container .mch_title {
  text-align: center;
  color: #fff;
}

.mch_section-first-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
}

.mch_section-first-block .mch_section-first-icon {
  width: calc(33.3% - 2vw);
}

.mch_section-first-block:nth-child(3) {
  align-items: flex-end;
}

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

.mch_section-first-contain .mch_caption {
  padding: 0 5%;
}

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

.mch_section-first-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding: 10% 5%;
  background: linear-gradient(90deg, #ed1c24 0%, #7a0000 100%);
  color: #fff;
}

.mch_section-first-text .mch_caption {
  padding: 0;
}

.mch_section-first-cont {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3% 5%;
  display: flex;
  gap: 1vw;
  align-items: center;
}

.mch_section-first-cont .mch_section-first-text {
  background: none;
  padding: 0;
}

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

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

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

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

.mch_section-second-block {
  display: flex;
  gap: 1vw;
  align-items: center;
}

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

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

.mch_section-second-container {
  background: #F2F2F2;
  padding: 3%;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  align-items: center;
  margin: 0 3%;
}

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

.mch_section-second-contain .mch_title {
  width: 100%;
  text-align: center;
}

.mch_section-second-cont {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  width: calc(33.3% - 2vw);
}

.mch_section-second-cont .mch_section-second-picture {
  height: 340px;
}

.mch_section-second-cont .mch_section-second-picture p {
  display: flex;
  height: 340px;
}

.mch_section-second-cont .mch_section-second-picture p img {
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

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

.mch_section-third-icon {
  max-width: 20%;
}

.mch_section-third-item {
  background: #F9F9F9;
  padding: 3%;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2vw;
  align-items: center;
  margin: 0 3%;
}

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

@media screen and (max-width: 1024px) {
  .mch_section-second-cont .mch_section-second-picture {
    height: 250px;
  }

  .mch_section-second-cont .mch_section-second-picture p {
    height: 250px;
  }
}

@media screen and (max-width: 768px) {
  .mch_section-second-cont .mch_section-second-picture {
    height: 200px;
  }

  .mch_section-second-cont .mch_section-second-picture p {
    height: 200px;
  }
}

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

  .mch_mobile {
    display: block;
  }

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

  .mch_section-first-title {
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .mch_section-first-container {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    background: linear-gradient(90deg, #ed1c24 0%, #7a0000 100%);
    padding: 3%;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0 5%;
  }

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

  .mch_section-first-contain .mch_caption {
    padding: 0 3%;
  }

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

  .mch_section-first-contain .mch_section-first-picture img {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .mch_section-first-box {
    flex-direction: row;
    align-items: center;
    padding-left: 5%;
  }

  .mch_section-first-text {
    padding: 5%;
  }

  .mch_section-first-text .mch_caption {
    padding: 0;
  }

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

  .mch_section-second-block {
    align-items: flex-start;
    flex-direction: column;
  }

  .mch_section-second-icon {
    order: -1;
  }

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

  .mch_section-second-cont {
    width: calc(50% - 2vw);
  }

  .mch_section-third-item {
    grid-template-columns: 1fr;
    background: none;
    padding: 0 3%;
    margin: 0;
  }

  .mch_section-third-item .mch_section-third-picture {
    order: -1;
    max-width: 75%;
    margin: 0 auto;
    z-index: 11;
  }

  .mch_section-third-logo {
    max-width: 30%;
    margin: 0 auto;
    order: -2;
  }

  .mch_section-third-block {
    background: #F9F9F9;
    padding: 10% 3% 3%;
    border-radius: 10px;
    margin-top: -25%;
  }
}

@media screen and (max-width: 640px) and screen and (max-width: 380px) {
  .mch_section-first-contain .mch_section-first-picture img {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

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

  .mch_mob {
    display: block;
  }

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

  .mch_section-first-cont {
    padding: 3%;
  }

  .mch_section-second-cont {
    width: 100%;
  }

  .mch_section-second-cont .mch_section-second-picture {
    height: auto;
    max-width: 50%;
    margin: 0 auto;
  }

  .mch_section-second-cont .mch_section-second-picture p {
    height: auto;
  }

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

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

  .mch_section-first-contain .mch_caption {
    padding: 0;
  }

  .mch_section-first-box {
    flex-direction: column;
    padding: 0 5%;
  }

  .mch_section-first-cont {
    position: static;
    color: #000;
    flex-direction: column;
    align-items: flex-start;
  }

  .mch_section-first-cont .mch_section-first-text {
    color: #000;
  }

  .mch_section-first-cont .mch_section-first-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;
  }
}