.mch_wrapper {
  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;
}

.mch_section-first-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #0a0646;
}

.mch_section-first-content .mch_section-first-title {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50%;
  padding: 3%;
  display: flex;
  flex-direction: column;
}

.mch_section-first-content .mch_section-first-cont {
  position: absolute;
  top: 3%;
  right: 0;
  display: flex;
  gap: 1vw;
  align-items: center;
  justify-content: flex-end;
  max-width: 35%;
  text-align: end;
}

.mch_section-first-content .mch_section-first-text {
  position: absolute;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  padding: 3%;
  width: 100%;
}

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

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

.mch_section-first-items {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/lenovo/16IRH10/image/bg.png) center / cover no-repeat;
  padding: 5%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}

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

.mch_section-first-item .mch_caption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2%;
}

.mch_section-first-item:nth-child(5) .mch_caption {
  top: initial;
  bottom: 0;
}

.mch_section-first-container {
  color: #53284f;
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/lenovo/16IRH10/image/bg2.png) center / cover no-repeat;
  padding: 3% 0 0;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-first-container .mch_section-first-text {
  text-align: center;
  padding: 0 3%;
}

.mch_section-first-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3vw;
  align-items: center;
  padding: 0 3%;
}

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

.mch_section-first-box .mch_subtitle {
  font-weight: 700;
}

.mch_section-first-contain {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/lenovo/16IRH10/image/bg3.png) center / cover no-repeat;
  padding-top: 3%;
}

.mch_section-first-contain .mch_section-first-text {
  text-align: center;
  padding: 3%;
}

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

.mch_section-first-fraction .mch_section-first-subtitle {
  grid-column: 1 / -1;
  text-align: center;
}

.mch_section-first-it {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding: 3%;
  background: #045b8e96;
}

.mch_section-first-it .mch_section-first-text {
  text-align: start;
  padding: 0;
}

.mch_section-first-it .mch_section-first-text:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}

.mch_section-first-it .mch_section-first-text:last-child .mch_section-first-caption {
  grid-column: 1 / -1;
}

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

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

.mch_section-second-content {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/lenovo/16IRH10/image/bg4.png) center / cover no-repeat;
  padding-top: 5%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-second-content .mch_section-second-text {
  text-align: center;
  padding: 0 3%;
}

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

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

.mch_section-second-pictures .mch_section-second-icons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 2vw;
  padding: 3%;
  max-width: 40%;
}

.mch_section-second-pictures .mch_section-second-icons .mch_section-second-box {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  background: none;
  padding: 0;
}

.mch_section-second-pictures .mch_section-second-icons .mch_section-second-box .mch_section-second-text {
  text-align: start;
  padding: 0;
  gap: 3px;
}

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

.mch_section-second-items .mch_section-second-text {
  padding: 0 3%;
  text-align: center;
}

.mch_section-second-block {
  margin: 0 3%;
  background: #b3625a5c;
  padding: 3%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

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

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

.mch_section-second-item .mch_section-second-text {
  text-align: center;
  padding: 3%;
  background: linear-gradient(90deg, #df3c92 9%, #d03382 21%, #c63079 55%, #9b1c62 80%, #6f0c54 100%);
}

.mch_section-second-box {
  background: linear-gradient(90deg, #c543a1 0%, #c13e99 6%, #b83c93 24%, #ab368b 32%, #982b80 61%, #8a2177 77%, #811c76 88%);
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding: 3% 3% 3% 5%;
}

.mch_section-second-container {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/lenovo/16IRH10/image/bg6.png) center / cover no-repeat;
  padding: 3%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
}

.mch_section-second-container .mch_section-second-icons {
  display: flex;
  gap: 2vw;
  align-items: center;
}

.mch_section-second-container .mch_section-second-icons .mch_section-second-icon {
  max-width: 75%;
}

.mch_section-second-contain {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/lenovo/16IRH10/image/bg7.png) center / cover no-repeat;
}

.mch_section-second-contain .mch_section-second-text {
  text-align: center;
  padding: 3%;
}

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

.mch_section-second-cont {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding: 3%;
  background: #49063970;
}

.mch_section-second-cont .mch_section-second-text {
  text-align: start;
  padding: 0;
}

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

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

.mch_section-second-cont:nth-child(2) {
  background: #8c166f70;
}

.mch_section-second-cont:last-child {
  grid-column: 1 / -1;
  background: #55106170;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  align-items: center;
}

.mch_section-second-cont:last-child .mch_section-second-picture {
  max-width: initial;
  margin: 0;
}

.mch_section-second-cont:last-child .mch_section-second-tem {
  width: calc(50% - 2vw);
}

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

.mch_section-second-it {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center;
}

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

.mch_section-second-tem .mch_section-second-icon {
  max-width: 40%;
  margin: 0 auto;
  height: 35px;
}

.mch_section-second-tem .mch_section-second-icon p {
  display: flex;
  height: 35px;
}

.mch_section-second-tem .mch_section-second-icon p img {
  -o-object-fit: contain;
  object-fit: contain;
}

.mch_section-second-tem .mch_caption {
  font-size: clamp(14px, 1.3vw, 24px);
}

.mch_section-third-content {
  background: #58595b;
  padding: 5%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

@media screen and (max-width: 768px) {
  .mch_section-first-content .mch_section-first-text {
    bottom: 15%;
  }

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

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

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

  .mch_section-second-pictures .mch_section-second-icons .mch_section-second-box .mch_section-second-icon {
    max-width: 30% !important;
  }

  .mch_section-second-pictures .mch_section-second-icons .mch_section-second-icon {
    max-width: 10%;
  }

  .mch_section-second-pictures .mch_section-second-icons {
    position: static;
    max-width: initial;
    padding: 0 3%;
    order: -1;
  }

  .mch_section-second-pictures {
    gap: 2vw;
  }

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

  .mch_section-second-cont:last-child {
    grid-template-columns: 1fr;
  }
}

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

  .mch_mobile {
    display: block;
  }

  .mch_section-second-block {
    padding: 3% 3% 3% 5%;
  }

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

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

@media screen and (max-width: 520px) {
  .mch_section-first-content .mch_section-first-text {
    bottom: 5%;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-first-content .mch_section-first-title {
    position: static;
    margin-top: -65%;
    max-width: initial;
    text-align: center;
    z-index: 11;
  }

  .mch_section-first-content .mch_section-first-cont {
    max-width: 50%;
  }

  .mch_section-first-content .mch_section-first-text {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

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

  .mch_section-second-pictures .mch_section-second-icons {
    flex-direction: column;
  }

  .mch_section-second-container .mch_subtitle {
    font-size: 10px;
  }

  .mch_section-second-cont:last-child .mch_section-second-tem {
    width: 100%;
  }

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

@media screen and (max-width: 380px) {
  .mch_section-first-it .mch_section-first-text:last-child {
    grid-template-columns: 1fr;
  }

  .mch_section-second-block {
    padding: 3% 3% 3% 8%;
  }

  .mch_section-second-box {
    padding: 3% 3% 3% 8%;
  }
}

@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-content .mch_section-first-cont {
    max-width: 75%;
    top: 1%;
  }
}