.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_color {
  color: #ffad14;
}

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

.mch_section-first {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
}

.mch_section-first-block {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mch_section-first-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3%;
  max-width: 50%;
}

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

.mch_section-first-items {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-first-item {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/braun/Series5_51-B1000s/image/warranty.png) center / contain no-repeat;
  text-align: center;
}

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

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

.mch_section-second-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3%;
}

.mch_section-second-subtitle {
  position: absolute;
  top: 45%;
  left: 11%;
  max-width: 25%;
  text-align: center;
}

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

.mch_section-second-title {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 60%;
  padding: 3%;
}

.mch_section-second-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 30%;
  left: 10%;
  max-width: 25%;
}

.mch_section-second-item:nth-child(4) {
  top: 52%;
}

.mch_section-third {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2vw;
  padding: 3% 0;
}

.mch_section-third-content {
  position: relative;
  grid-column: auto / span 3;
}

.mch_section-third-content:nth-child(3) {
  grid-column: auto / span 4;
}

.mch_section-third-content:last-child {
  grid-column: auto / span 2;
}

.mch_section-third-content:last-child .mch_section-third-text {
  top: initial;
  bottom: 3%;
  max-width: initial;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.mch_section-third-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50%;
  padding: 2%;
}

.mch_section-third-caption {
  position: absolute;
  bottom: 5%;
  left: 5%;
  max-width: 30%;
  text-align: center;
  padding: 2%;
}

.mch_section-third-caption:nth-child(2) {
  left: initial;
  right: 15%;
}

@media screen and (max-width: 768px) {
  .mch_section-second-items {
    gap: 2vw;
  }

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

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

  .mch_mobile {
    display: block;
  }

  .mch_section-second-subtitle {
    top: 40%;
  }

  .mch_section-third-content:nth-child(3) {
    grid-column: auto;
  }

  .mch_section-third-content:last-child {
    grid-column: auto;
  }

  .mch_section-third-content {
    grid-column: auto;
  }

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

@media screen and (max-width: 480px) {
  .mch_section-first-block {
    top: 27%;
  }

  .mch_section-first-text {
    position: static;
    max-width: initial;
    text-align: center;
    color: #000;
  }

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

  .mch_section-first-items {
    position: static;
    max-width: initial;
    text-align: center;
    color: #000;
  }

  .mch_section-second-text {
    position: static;
    max-width: initial;
    text-align: center;
    color: #000;
  }

  .mch_section-second-subtitle {
    top: 55%;
    font-size: 14px;
  }

  .mch_section-second-title {
    position: static;
    max-width: initial;
    padding: 0 3%;
    text-align: center;
  }

  .mch_section-third-caption {
    max-width: 40%;
  }
}

@media screen and (max-width: 420px) {
  .mch_section-third-content:nth-child(3) .mch_section-third-text {
    position: static;
    max-width: initial;
    padding: 3%;
  }
}

@media screen and (max-width: 380px) {
  .mch_section-second-subtitle {
    top: 60%;
    font-size: 12px;
  }

  .mch_section-third-content:first-child .mch_section-third-text {
    position: static;
    max-width: initial;
    padding: 3%;
  }
}

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