.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_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 {
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-bottom: 3%;
}

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

.mch_section-first-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
  justify-content: space-between;
}

.mch_section-first-title {
  background: linear-gradient(122deg, #d3a796 0%, #fac9b5 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.mch_section-first-subtitle {
  background: linear-gradient(102deg, #ffffff 0%, #999999 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.mch_section-first-block {
  background: #141414;
  padding: 3% 3% 0 3%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-first-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  align-items: center;
  padding: 0 3%;
  text-align: center;
}

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

.mch_section-first-contain {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  background: #141414;
  padding: 3%;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.mch_section-first-it {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}

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

.mch_section-second-content {
  display: flex;
  flex-direction: column;
  background: #000;
  color: #fff;
}

.mch_section-second-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mch_section-second-item {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  border: 1px solid #fff;
}

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

.mch_section-second-subtitle {
  background: linear-gradient(122deg, #d3a796 0%, #fac9b5 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.mch_section-second-container {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/rowenta/CV9910F3/image/bg2.png) center / cover no-repeat;
  padding: 3%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}

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

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

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

.mch_section-third-items:nth-child(2n) .mch_section-third-text {
  order: -1;
}

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

.mch_section-third-subtitle {
  background: linear-gradient(122deg, #d3a796 0%, #fac9b5 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media screen and (max-width: 640px) {
  .mch_section-second-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

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

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

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

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

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

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

  .mch_section-third-text {
    order: -1;
  }
}

@media screen and (max-width: 380px) {
  .mch_section-first-it {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

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

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