.mch_wrapper {
  background: #f4f5f6;
  color: #333333;
}

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

.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_line {
  position: relative;
  padding-bottom: 1%;
}

.mch_line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10%;
  height: 1px;
  background: #57519f;
}

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

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

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

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

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

.mch_section-first-items .mch_section-first-text {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 34%;
  padding: 3%;
}

.mch_section-first-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2vw;
}

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

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

.mch_section-first-block:nth-child(3) {
  grid-column: 1 / -1;
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/ASUS/Х1407QA/image/bg1.jpg) center / cover no-repeat;
  border-radius: 25px;
}

.mch_section-first-block:nth-child(3) .mch_subtitle {
  text-align: center;
  padding: 5% 3%;
}

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

.mch_section-first-block:nth-child(4) .mch_section-first-box {
  text-align: start;
  -webkit-transform: none;
  transform: none;
  left: 0;
  padding: 5%;
  max-width: 65%;
}

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

.mch_section-first-block:nth-child(5) .mch_section-first-box {
  text-align: start;
  -webkit-transform: none;
  transform: none;
  left: 0;
  max-width: 45%;
  top: initial;
  bottom: 0;
}

.mch_section-first-block:last-child {
  grid-column: 1 / -1;
}

.mch_section-first-block:last-child .mch_section-first-box {
  left: initial;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  max-width: 60%;
}

.mch_section-first-block:nth-child(2),
.mch_section-first-block:nth-child(3),
.mch_section-first-block:nth-child(4),
.mch_section-first-block:nth-child(6) {
  color: #fff;
}

.mch_section-first-block:nth-child(6) {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/ASUS/Х1407QA/image/bg2.png) center / cover no-repeat;
  border-radius: 20px;
}

.mch_section-first-block:nth-child(6) .mch_section-first-box {
  -webkit-transform: none;
  transform: none;
  position: static;
  gap: 2vw;
  padding: 10% 5%;
}

.mch_section-first-block:nth-child(6) .mch_section-first-icon {
  max-width: 40%;
  margin: 0 auto;
}

.mch_section-first-icon {
  max-width: 25%;
  margin: 0 auto;
}

.mch_section-first-box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 3%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
}

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

.mch_section-first-cont {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding: 3%;
  background: #fff;
  justify-content: center;
}

.mch_section-first-cont:nth-child(2) .mch_section-first-icon {
  max-width: 50%;
}

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

.mch_section-second-cont {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  padding: 0 3%;
}

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

.mch_section-second-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #fff;
}

.mch_section-second-item:nth-child(2n) .mch_section-second-text {
  order: -1;
}

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

.mch_section-second-item .mch_section-second-picture {
  height: 100%;
}

.mch_section-second-item .mch_section-second-picture p {
  display: flex;
  height: 100%;
}

.mch_section-second-item .mch_section-second-picture p img {
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

.mch_section-second-container .mch_section-second-cont {
  width: 100%;
}

.mch_section-second-block {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  width: calc(33.3% - 2vw);
}

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

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

.mch_section-second-it {
  background: #fff;
  padding: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mch_section-second-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2vw;
}

.mch_section-second-box .mch_section-second-it:first-child,
.mch_section-second-box .mch_section-second-it:nth-child(2) {
  grid-column: auto / span 3;
}

.mch_section-second-box .mch_section-second-it:nth-child(3),
.mch_section-second-box .mch_section-second-it:nth-child(4),
.mch_section-second-box .mch_section-second-it:last-child {
  grid-column: auto / span 2;
}

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

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

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

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

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

.mch_section-third-box {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  padding: 5%;
  background: #fff;
  justify-content: center;
}

.mch_section-third-box:first-child,
.mch_section-third-box:nth-child(2),
.mch_section-third-box:nth-child(3) {
  grid-column: auto / span 2;
}

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

.mch_section-third-icon {
  max-width: 15%;
  margin: 0 auto;
}

.mch_section-third-fraction {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}

.mch_section-third-fraction .mch_section-third-box {
  grid-column: auto;
  width: 100%;
}

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

.mch_section-third-container .mch_section-third-text {
  text-align: center;
}

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

.mch_section-third-contain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #ebedf0;
}

.mch_section-third-contain:nth-child(2) .mch_section-third-text {
  order: -1;
}

.mch_section-third-contain .mch_section-third-text {
  padding: 5%;
  text-align: start;
}

.mch_section-third-contain .mch_section-third-picture {
  height: 100%;
}

.mch_section-third-contain .mch_section-third-picture p {
  display: flex;
  height: 100%;
}

.mch_section-third-contain .mch_section-third-picture p img {
  -o-object-fit: cover;
  object-fit: cover;
}

.mch_section-third-cont {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

@media screen and (max-width: 768px) {
  .mch_section-first-block:nth-child(6) .mch_section-first-box {
    padding: 3%;
  }

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

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

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

  .mch_section-second-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

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

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

  .mch_mobile {
    display: block;
  }

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

  .mch_section-first-items .mch_section-first-text {
    position: static;
    max-width: initial;
    padding: 0 3%;
  }

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

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

  .mch_section-first-block:nth-child(3) {
    grid-column: auto;
  }

  .mch_section-first-block:nth-child(4) {
    grid-column: auto;
  }

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

  .mch_section-first-block:last-child {
    grid-column: auto;
  }

  .mch_section-first-block:nth-child(6) .mch_section-first-icon {
    max-width: 20%;
  }

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

  .mch_section-second-item:nth-child(2n) .mch_section-second-text {
    order: 0;
  }

  .mch_section-third-contain:nth-child(2) .mch_section-third-text {
    order: 0;
  }

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

@media screen and (max-width: 480px) {
  .mch_section-first-block:last-child .mch_section-first-box {
    max-width: initial;
    background: #ffffff9e;
    -webkit-transform: none;
    transform: none;
    top: 0;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 10px;
  }

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

  .mch_section-first-cont:nth-child(2) .mch_section-first-icon {
    max-width: 35%;
  }

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

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

  .mch_section-second-box .mch_section-second-it {
    width: 100%;
  }

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

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

@media screen and (max-width: 380px) {
  .mch_section-first-block:first-child .mch_caption,
  .mch_section-first-block:nth-child(5) .mch_caption {
    font-size: 10px;
  }

  .mch_section-first-block:nth-child(5) .mch_section-first-box {
    max-width: 50%;
  }

  .mch_section-first-block:last-child .mch_section-first-box {
    position: static;
    background: #fff;
  }

  .mch_section-first-block:last-child .mch_section-first-picture {
    display: none;
  }
}

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