.mch_wrapper {
  background: #002039;
  color: #fff;
}

.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-content .mch_section-first-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2%;
  max-width: 55%;
  padding: 2%;
  background: #00000036;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

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

.mch_section-first-items {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/PHILIPS/MG792515/image/bg.png) center / cover no-repeat;
  display: flex;
  gap: 2vw;
  padding: 3%;
}

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

.mch_section-first-item:first-child {
  justify-content: center;
}

.mch_section-first-item:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1vw;
}

.mch_section-first-item:nth-child(2) .mch_section-first-block:nth-child(5) {
  grid-column: auto / span 2;
}

.mch_section-first-item:nth-child(2) .mch_section-first-block:nth-child(6),
.mch_section-first-item:nth-child(2) .mch_section-first-block:nth-child(7) {
  grid-column: auto / span 1;
}

.mch_section-first-item:nth-child(2) .mch_section-first-text {
  grid-column: 1 / -1;
  padding-left: 3%;
}

.mch_section-first-item:nth-child(2) .mch_section-first-picture {
  height: 110px;
}

.mch_section-first-item:nth-child(2) .mch_section-first-picture p {
  display: flex;
  height: 110px;
}

.mch_section-first-item:nth-child(2) .mch_section-first-picture p img {
  -o-object-fit: contain;
  object-fit: contain;
}

.mch_section-first-link {
  list-style-type: disc;
}

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

.mch_section-first-pictures {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mch_section-first-pictures .mch_section-first-picture {
  width: 33.3%;
}

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

.mch_section-first-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  width: calc(33.3% - 2vw);
}

.mch_section-first-contain {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  width: calc(33.3% - 2vw);
  text-align: center;
}

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

.mch_section-first-fraction .mch_section-first-text {
  padding: 0 3%;
}

@media screen and (max-width: 960px) {
  .mch_section-first-items {
    flex-direction: column;
  }

  .mch_section-first-item:first-child .mch_section-first-picture {
    max-width: 30%;
    margin: 0 auto;
  }

  .mch_section-first-item:nth-child(2) .mch_section-first-text {
    text-align: center;
    align-items: center;
  }

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

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

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

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

  .mch_mobile {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-first-content .mch_section-first-text {
    position: static;
    background: none;
    border-radius: 0;
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    max-width: initial;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    padding: 3%;
  }

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

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

  .mch_section-first-contain {
    width: 100%;
  }
}

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

@media screen and (max-width: 320px) {
  .mch_section-first-item:nth-child(2) .mch_section-first-block:nth-child(5) {
    grid-column: auto;
  }

  .mch_section-first-item:nth-child(2) .mch_section-first-block:nth-child(6),
  .mch_section-first-item:nth-child(2) .mch_section-first-block:nth-child(7) {
    grid-column: auto;
  }

  .mch_section-first-item:nth-child(2) .mch_section-first-text {
    grid-column: auto;
  }

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