.mch_wrapper {
  background: #000;
  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_video {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.mch_text-bold {
  font-weight: 700;
}

.mch_color {
  color: rgba(255, 168, 0, 0.95);
}

.mch_title {
  background: rgba(255, 168, 0, 0.95);
  padding: 5%;
  color: #000;
  font-size: clamp(18px, 2.5vw, 40px);
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 0.2em), calc(100% - 0.2em) 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% calc(100% - 0.2em), calc(100% - 0.2em) 100%, 0 100%, 0 0);
}

.mch_subtitle {
  font-size: clamp(14px, 2vw, 30px);
}

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

.mch_section-info-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3vw;
  padding: 5%;
  align-items: center;
}

.mch_section-info-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-info-item:last-child {
  order: -1;
}

.mch_section-info-block {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  color: #ccc;
}

.mch_section-info-link {
  list-style-type: disc;
  font-size: clamp(12px, 2vw, 24px);
}

.mch_section-info-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding: 5% 5% 0;
}

.mch_section-info-title {
  font-size: clamp(16px, 3vw, 56px);
}

.mch_section-info-subtitle {
  font-size: clamp(14px, 2.5vw, 36px);
}

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

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

.mch_section-first-item:first-child {
  display: block;
}

.mch_section-first-subtitle {
  font-size: clamp(12px, 2vw, 30px);
  text-align: center;
}

.mch_section-first-icon {
  height: 50px;
  display: flex;
  justify-content: center;
  max-width: 100px;
}

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

.mch_section-first-icon img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.mch_section-second-caption {
  font-size: clamp(16px, 2.5vw, 40px);
  text-align: center;
  padding: 0 5%;
}

.mch_section-second-content {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/ASUS/VG34VQL3A/image/bg_144hz-min.jpg) center / cover no-repeat;
}

.mch_section-second-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  padding: 5%;
  align-items: center;
}

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

.mch_section-second-block {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.mch_section-second-box {
  background: #000000a1;
  display: flex;
  flex-direction: column;
  padding: 2%;
  position: relative;
}

.mch_section-second-deco-top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.mch_section-second-deco-top:after {
  content: "";
  border-top: 1px solid white;
  border-right: 1px solid white;
  top: 0;
  right: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-second-deco-top:before {
  content: "";
  border-top: 1px solid white;
  border-left: 1px solid white;
  top: 0;
  left: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-second-deco-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.mch_section-second-deco-bottom:before {
  content: "";
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  bottom: 0;
  left: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-second-deco-bottom:after {
  content: "";
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  bottom: 0;
  right: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-second-heading {
  font-size: clamp(16px, 1.8vw, 26px);
  font-weight: 700;
}

.mch_section-second-description {
  font-size: clamp(14px, 1.5vw, 24px);
}

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

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

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

.mch_section-third-item:first-child {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2vw;
  justify-items: center;
  align-items: center;
}

.mch_section-third-item-te {
  position: relative;
}

.mch_section-third-item-te:first-child .mch_section-third-box {
  left: 7%;
}

.mch_section-third-item-te:last-child .mch_section-third-box {
  right: 7%;
}

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

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

.mch_section-third-block {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  display: flex;
  padding: 0 10%;
  justify-content: space-between;
}

.mch_section-third-box {
  background: #000000a1;
  display: flex;
  padding: 2%;
  position: absolute;
  align-items: center;
  top: 15%;
}

.mch_section-third-deco-top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.mch_section-third-deco-top:after {
  content: "";
  border-top: 1px solid white;
  border-right: 1px solid white;
  top: 0;
  right: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-third-deco-top:before {
  content: "";
  border-top: 1px solid white;
  border-left: 1px solid white;
  top: 0;
  left: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-third-deco-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.mch_section-third-deco-bottom:before {
  content: "";
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  bottom: 0;
  left: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-third-deco-bottom:after {
  content: "";
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  bottom: 0;
  right: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-third-heading {
  max-width: 24px;
}

.mch_section-third-description {
  font-size: clamp(10px, 1.5vw, 24px);
}

.mch_section-fourth-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  padding: 5% 0 5% 5%;
  align-items: center;
}

.mch_section-fourth-item {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.mch_section-fourth-text {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-fourth-block {
  width: 100%;
  display: flex;
  gap: 2vw;
  flex-direction: column;
  justify-content: space-between;
}

.mch_section-fourth-box {
  background: #1a1a1a;
  display: flex;
  padding: 2%;
  gap: 2vw;
  position: relative;
  align-items: center;
  max-width: 50%;
}

.mch_section-fourth-box:nth-child(2) .mch_section-fourth-heading {
  max-width: 50px;
}

.mch_section-fourth-deco-top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.mch_section-fourth-deco-top:after {
  content: "";
  border-top: 1px solid white;
  border-right: 1px solid white;
  top: 0;
  right: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-fourth-deco-top:before {
  content: "";
  border-top: 1px solid white;
  border-left: 1px solid white;
  top: 0;
  left: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-fourth-deco-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.mch_section-fourth-deco-bottom:before {
  content: "";
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  bottom: 0;
  left: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-fourth-deco-bottom:after {
  content: "";
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  bottom: 0;
  right: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-fourth-description {
  font-size: clamp(14px, 1.5vw, 24px);
}

.mch_section-fifth-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  padding: 5%;
  align-items: center;
}

.mch_section-fifth-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-fifth-caption {
  font-size: clamp(16px, 2.5vw, 40px);
  text-align: center;
  padding: 0 5%;
}

.mch_section-fifth-description {
  font-size: clamp(12px, 1.7vw, 24px);
  color: #d1d1d1;
}

.mch_section-sixth-text {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/ASUS/VG34VQL3A/image/bg_overdrive-min.jpg) center / cover no-repeat;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding: 5%;
}

.mch_section-sixth-video {
  padding: 0 5%;
  position: relative;
}

.mch_section-sixth-block {
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
  display: flex;
  padding: 5%;
  justify-content: space-between;
}

.mch_section-sixth-box {
  background: #000000a1;
  display: flex;
  padding: 2%;
  position: relative;
  align-items: center;
}

.mch_section-sixth-deco-top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.mch_section-sixth-deco-top:after {
  content: "";
  border-top: 1px solid white;
  border-right: 1px solid white;
  top: 0;
  right: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-sixth-deco-top:before {
  content: "";
  border-top: 1px solid white;
  border-left: 1px solid white;
  top: 0;
  left: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-sixth-deco-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.mch_section-sixth-deco-bottom:before {
  content: "";
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  bottom: 0;
  left: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-sixth-deco-bottom:after {
  content: "";
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  bottom: 0;
  right: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-sixth-description {
  font-size: clamp(10px, 1.5vw, 24px);
}

.mch_section-seventh-caption {
  font-size: clamp(16px, 2.5vw, 40px);
  text-align: center;
  padding: 5% 5% 0;
}

.mch_section-seventh-items {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  padding: 5%;
}

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

.mch_section-seventh-text {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-seventh-title {
  background: rgba(255, 168, 0, 0.95);
  padding: 2%;
  max-width: 60%;
  color: #000;
  font-size: clamp(18px, 2.5vw, 40px);
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 0.2em), calc(100% - 0.2em) 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% calc(100% - 0.2em), calc(100% - 0.2em) 100%, 0 100%, 0 0);
}

.mch_section-seventh-contain {
  display: flex;
  justify-content: center;
  position: relative;
}

.mch_section-seventh-contain-te {
  position: relative;
}

.mch_section-seventh-contain-te:first-child .mch_section-seventh-box {
  left: 7%;
}

.mch_section-seventh-contain-te:last-child .mch_section-seventh-box {
  right: 7%;
}

.mch_section-seventh-box {
  background: #000000a1;
  display: flex;
  padding: 2%;
  position: absolute;
  align-items: center;
  max-width: 30%;
  top: 15%;
}

.mch_section-seventh-deco-top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.mch_section-seventh-deco-top:after {
  content: "";
  border-top: 1px solid white;
  border-right: 1px solid white;
  top: 0;
  right: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-seventh-deco-top:before {
  content: "";
  border-top: 1px solid white;
  border-left: 1px solid white;
  top: 0;
  left: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-seventh-deco-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.mch_section-seventh-deco-bottom:before {
  content: "";
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  bottom: 0;
  left: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-seventh-deco-bottom:after {
  content: "";
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  bottom: 0;
  right: 0;
  display: block;
  width: 0.625em;
  height: 0.625em;
  position: absolute;
}

.mch_section-seventh-heading {
  max-width: 24px;
}

.mch_section-seventh-description {
  font-size: clamp(10px, 1.5vw, 24px);
}

.mch_section-seventh-image {
  padding: 0 5%;
  max-width: 50%;
}

.mch_section-seventh-game {
  display: flex;
  gap: 3vw;
  flex-wrap: wrap;
  padding: 5% 2%;
  color: #bfbfbf;
}

.mch_section-seventh-visual {
  font-size: clamp(18px, 2vw, 30px);
}

.mch_section-seventh-engineering {
  font-size: clamp(16px, 2.5vw, 40px);
  text-align: center;
  padding: 3% 5%;
}

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

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

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

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

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

  .mch_section-third-item-te:first-child .mch_section-third-box {
    left: 2%;
  }

  .mch_section-third-item-te:last-child .mch_section-third-box {
    left: 2%;
    right: initial;
  }

  .mch_section-third-box {
    top: 5%;
  }

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

  .mch_section-fifth-item:last-child {
    order: -1;
  }

  .mch_section-sixth-block {
    top: 45%;
  }

  .mch_section-seventh-contain {
    flex-direction: column;
  }

  .mch_section-seventh-contain-te:last-child .mch_section-seventh-box {
    right: initial;
    left: 7%;
  }

  .mch_section-seventh-box {
    top: 5%;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-third-block {
    top: 0;
    padding: 0;
  }

  .mch_section-third-heading {
    max-width: 15px;
  }

  .mch_section-sixth-block {
    top: 50%;
  }

  .mch_section-seventh-heading {
    max-width: 15px;
  }
}

@media screen and (max-width: 420px) {
  .mch_section-sixth-block {
    top: 85%;
  }
}

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