.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_sup {
  display: inline;
  font-size: clamp(8px, 1vw, 14px);
  vertical-align: super;
}

.mch_video {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 560 / 315;
}

.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_empty {
  font-size: clamp(9px, 1.2vw, 22px);
}

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

.mch_section-first-content {
  color: #fff;
}

.mch_section-first-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 50%;
  padding: 3%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.mch_section-first-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3%;
}

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

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

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

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

.mch_section-second-picture {
  align-self: flex-end;
}

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

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

.mch_section-third-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  padding: 0 3%;
}

.mch_section-third .mch_title {
  color: #004EAA;
}

.mch_section-fourth-content {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-fourth .mch_title {
  color: #004EAA;
  padding: 0 3%;
  text-align: center;
}

.mch_section-fourth-items {
  background: #E9F3FE;
  padding: 3%;
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

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

.mch_section-fourth-item:nth-child(2) .mch_section-fourth-block {
  grid-template-columns: repeat(4, 1fr);
}

.mch_section-fourth-item:nth-child(2) .mch_section-fourth-picture {
  max-width: 70%;
}

.mch_section-fourth-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
}

.mch_section-fourth-subtitle {
  color: #004EAA;
}

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

.mch_section-fourth-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
}

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

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

.mch_section-fifth .mch_title {
  color: #004EAA;
  padding: 0 3%;
  text-align: center;
}

.mch_section-fifth-block {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/PHILIPS/HD9876_20/image/bg1-min.png) center / cover no-repeat;
  padding: 5%;
  display: flex;
}

.mch_section-fifth-box {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  position: relative;
  margin-top: 10%;
}

.mch_section-fifth-box:nth-child(2) {
  margin-top: 5%;
}

.mch_section-fifth-box:last-child {
  margin-top: 0;
}

.mch_section-fifth-caption {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3% 5%;
}

.mch_section-sixth-items {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

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

.mch_section-sixth-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  padding: 0 3%;
}

.mch_section-sixth .mch_title {
  color: #004EAA;
}

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

.mch_section-seventh-items {
  padding: 0 3%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
}

.mch_section-seventh-items .mch_title {
  width: 100%;
}

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

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

.mch_section-seventh-block {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
}

.mch_section-seventh-block .mch-section-seventh-text {
  padding: 0 3%;
}

.mch_section-seventh .mch_title {
  color: #004EAA;
}

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

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

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

  .mch_section-fourth-item:nth-child(2) .mch_section-fourth-block {
    grid-template-columns: 1fr 1fr;
  }

  .mch_section-fourth-item:nth-child(2) .mch_section-fourth-picture {
    max-width: 50%;
  }

  .mch_section-fourth-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mch_section-fourth-box {
    width: calc(50% - 3vw);
  }

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

@media screen and (max-width: 540px) {
  .mch_section-fifth-block {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
  }

  .mch_section-fifth-box {
    margin-top: 0;
  }

  .mch_section-fifth-box:nth-child(2) {
    margin-top: 0;
  }

  .mch_section-fifth-box {
    width: calc(50% - 2vw);
  }
}

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

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

  .mch_section-fourth-item:nth-child(2) .mch_section-fourth-block {
    grid-template-columns: 1fr;
  }

  .mch_section-fourth-box {
    width: 100%;
  }

  .mch_section-fifth-box {
    width: 100%;
  }

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

@media screen and (max-width: 380px) {
  .mch_section-first-text {
    position: static;
    max-width: initial;
    text-align: center;
    -webkit-transform: none;
    transform: none;
    color: #000;
  }
}

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