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

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

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

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

.mch_section-first-item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 3%;
  max-width: 50%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

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

.mch_section-first-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-shadow: 1px 1px 2px #000;
}

.mch_section-first-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  background: linear-gradient(180deg, #aecae6 0%, #b5cadf 34%, #b2cbe4 71%, #abc6e6 100%);
}

.mch_section-first-container .mch_section-first-picture {
  height: 100%;
}

.mch_section-first-container .mch_section-first-picture p {
  display: flex;
  height: 100%;
}

.mch_section-first-container .mch_section-first-picture p img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

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

.mch_section-first-contain {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  color: #002560;
  padding: 3%;
}

.mch_section-first-contain .mch_subtitle {
  text-align: center;
}

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

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

.mch_section-second-content {
  display: flex;
  flex-direction: column;
}

.mch_section-second-items {
  position: relative;
  color: #002560;
}

.mch_section-second-items .mch_title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding: 3%;
}

.mch_section-second-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  max-width: 40%;
  position: absolute;
  top: 11%;
  left: 11%;
}

.mch_section-second-text:nth-child(3) {
  top: initial;
  bottom: 3%;
  left: initial;
  right: 2%;
  max-width: 33%;
}

.mch_section-second-text:nth-child(4) {
  top: initial;
  bottom: 1%;
  left: initial;
  right: 36%;
  max-width: 32%;
}

.mch_section-second-item {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/oral-b/iO3/image/bg.png) center / cover no-repeat;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2vw;
  color: #002560;
}

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

.mch_section-second-container {
  position: relative;
}

.mch_section-second-cont {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  max-width: 50%;
  padding: 3%;
}

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

  .mch_mob {
    display: block;
  }

  .mch_section-first-text {
    position: static;
    padding: 3%;
    background: linear-gradient(90deg, #01051c 0%, #000315 34%, #241438 71%, #140d2d 100%);
  }

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

  .mch_section-second-items {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/oral-b/iO3/image/bg.png) center / cover no-repeat;
    padding: 3%;
  }

  .mch_section-second-items .mch_title {
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 0;
  }

  .mch_section-second-text {
    position: static;
    max-width: initial;
  }

  .mch_section-second-text:nth-child(3) {
    max-width: initial;
  }

  .mch_section-second-text:nth-child(4) {
    max-width: initial;
  }

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

  .mch_section-second-cont {
    max-width: 60%;
  }
}

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

  .mch_mobile {
    display: block;
  }

  .mch_section-first-item .mch_title {
    font-size: 12px;
  }

  .mch_section-first-item .mch_subtitle {
    font-size: 10px;
  }

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

  .mch_section-second-cont {
    position: static;
    max-width: initial;
    color: #002560;
  }
}

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