.mch_wrapper {
  background: #e7e7e7;
}

.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: #1673ca;
}

.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: #1673ca;
}

.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-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 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2vw;
}

.mch_section-first-items .mch_section-first-block:first-child {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/ASUS/X1605VA-MB235/image/bg.png) center / cover no-repeat;
  grid-column: 1 / -1;
}

.mch_section-first-items .mch_section-first-block:nth-child(2),
.mch_section-first-items .mch_section-first-block:nth-child(3) {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/ASUS/X1605VA-MB235/image/bg1.png) center / cover no-repeat;
  grid-column: auto / span 3;
}

.mch_section-first-items .mch_section-first-block:nth-child(4) {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/ASUS/X1605VA-MB235/image/bg1.png) center / cover no-repeat;
  grid-column: auto / span 2;
  justify-content: center;
}

.mch_section-first-items .mch_section-first-block:nth-child(5) {
  background: #fff;
  grid-column: auto / span 4;
  flex-direction: row;
  padding: 0;
  gap: 0;
}

.mch_section-first-items .mch_section-first-block:nth-child(5) .mch_section-first-text {
  padding: 3%;
  justify-content: center;
}

.mch_section-first-items .mch_section-first-block:nth-child(5) .mch_section-first-picture {
  max-width: 55%;
  height: 100%;
  flex-shrink: 0;
}

.mch_section-first-items .mch_section-first-block:nth-child(5) .mch_section-first-picture p {
  height: 100%;
  display: flex;
}

.mch_section-first-items .mch_section-first-block:nth-child(5) .mch_section-first-picture p img {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mch_section-first-items .mch_section-first-block:nth-child(6),
.mch_section-first-items .mch_section-first-block:nth-child(7),
.mch_section-first-items .mch_section-first-block:nth-child(8),
.mch_section-first-items .mch_section-first-block:nth-child(9),
.mch_section-first-items .mch_section-first-block:nth-child(10),
.mch_section-first-items .mch_section-first-block:nth-child(11),
.mch_section-first-items .mch_section-first-block:nth-child(12),
.mch_section-first-items .mch_section-first-block:nth-child(13),
.mch_section-first-items .mch_section-first-block:nth-child(14) {
  grid-column: auto / span 2;
  background: #fff;
}

.mch_section-first-items .mch_section-first-block:nth-child(11) .mch_section-first-icon {
  max-width: 40%;
}

.mch_section-first-block {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  border-radius: 15px;
  padding: 3%;
  justify-content: center;
}

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

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

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

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

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

.mch_section-first-contain .mch_section-first-box {
  justify-content: center;
}

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

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

.mch_section-first-contain .mch_section-first-box .mch_section-first-icon {
  max-width: 15%;
  margin: 0 auto;
}

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

.mch_section-first-cont {
  display: flex;
  flex-direction: column;
  background: #fff;
}

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

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

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

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

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

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

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

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

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

.mch_section-second-container {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.mch_section-second-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.mch_section-second-box .mch_section-second-text {
  padding: 5%;
  text-align: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2vw;
}

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

.mch_section-third-items .mch_section-third-block:nth-child(5),
.mch_section-third-items .mch_section-third-block:nth-child(6),
.mch_section-third-items .mch_section-third-block:nth-child(7) {
  grid-column: auto / span 4;
}

.mch_section-third-items .mch_section-third-block:nth-child(5) .mch_section-third-icon,
.mch_section-third-items .mch_section-third-block:nth-child(6) .mch_section-third-icon,
.mch_section-third-items .mch_section-third-block:nth-child(7) .mch_section-third-icon {
  max-width: 20%;
}

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

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

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

.mch_section-third-container .mch_section-third-block {
  width: calc(33.3% - 2vw);
}

.mch_section-third-container .mch_section-third-icon {
  max-width: 35%;
}

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

.mch_section-third-contain .mch_section-third-block {
  padding: 10%;
}

@media screen and (max-width: 768px) {
  .mch_section-first-fraction {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mch_section-first-cont:nth-child(3) {
    width: calc(55% - 2vw);
  }

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

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

  .mch_section-third-items .mch_section-third-block:nth-child(5) .mch_section-third-icon,
  .mch_section-third-items .mch_section-third-block:nth-child(6) .mch_section-third-icon,
  .mch_section-third-items .mch_section-third-block:nth-child(7) .mch_section-third-icon {
    max-width: 25%;
  }

  .mch_section-third-items .mch_section-third-block {
    width: calc(33.3% - 2vw);
  }

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

  .mch_section-third-contain .mch_section-third-block {
    padding: 5%;
  }

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

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

  .mch_mobile {
    display: block;
  }

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

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

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

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

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

  .mch_section-first-items .mch_section-first-block:nth-child(6),
  .mch_section-first-items .mch_section-first-block:nth-child(7),
  .mch_section-first-items .mch_section-first-block:nth-child(8),
  .mch_section-first-items .mch_section-first-block:nth-child(9),
  .mch_section-first-items .mch_section-first-block:nth-child(10),
  .mch_section-first-items .mch_section-first-block:nth-child(11),
  .mch_section-first-items .mch_section-first-block:nth-child(12),
  .mch_section-first-items .mch_section-first-block:nth-child(13),
  .mch_section-first-items .mch_section-first-block:nth-child(14) {
    grid-column: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 480px) {
  .mch_section-first-items .mch_section-first-block:nth-child(5) .mch_section-first-picture p img {
    -o-object-fit: contain;
    object-fit: contain;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .mch_section-first-items .mch_section-first-block:nth-child(5) .mch_section-first-picture {
    max-width: initial;
    height: auto;
  }

  .mch_section-first-items .mch_section-first-block:nth-child(5) {
    flex-direction: column;
  }

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

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

  .mch_section-first-cont:nth-child(3) {
    width: 100%;
  }

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

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

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

  .mch_section-third-items .mch_section-third-block {
    width: 100%;
  }

  .mch_section-third-container .mch_section-third-block {
    width: 100%;
  }

  .mch_section-third-container .mch_section-third-icon {
    max-width: 25%;
  }

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

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