.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_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(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-item {
  position: relative;
}

.mch_section-first-item .mch_section-first-text {
  position: absolute;
  bottom: 3%;
  right: 3%;
  max-width: 50%;
  padding: 2%;
  border-radius: 10px;
  background: #00000080;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.mch_section-first-title {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  max-width: 30%;
  padding: 3%;
}

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

.mch_section-first-items .mch_section-first-text {
  padding: 5%;
}

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

.mch_section-first-container {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tv/bravis/32K5000H/image/bg.png) center / cover no-repeat;
  padding: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  align-items: center;
}

.mch_section-first-contain {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mch_section-first-contain .mch_caption {
  padding: 3%;
}

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

.mch_section-first-images .mch_empty {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 30%;
  padding: 2%;
}

.mch_section-first-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-72%);
  transform: translateY(-72%);
  right: 0;
  max-width: 38%;
  padding: 2%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

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

.mch_section-first-fraction {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tv/bravis/32K5000H/image/bg2.png) center / cover no-repeat;
  padding: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  align-items: center;
}

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

.mch_section-first-box .mch_section-first-text {
  grid-column: 1 / -1;
}

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

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

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

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

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

.mch_section-second-items .mch_section-second-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  max-width: 33%;
  padding: 3%;
}

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

.mch_section-second-item {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tv/bravis/32K5000H/image/bg3.png) center / cover no-repeat;
  padding: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  align-items: center;
  text-shadow: 1px 1px 2px #000;
}

@media screen and (max-width: 768px) {
  .mch_section-first-images {
    order: 1;
  }

  .mch_section-first-block {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: initial;
    padding: 3%;
    order: -1;
  }

  .mch_section-first-image {
    max-width: 50%;
    margin: 0 auto;
  }
}

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

  .mch_mobile {
    display: block;
  }

  .mch_section-first-item .mch_section-first-text {
    position: static;
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0;
    max-width: initial;
    padding: 3%;
  }

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

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

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

  .mch_section-first-images .mch_empty {
    top: initial;
    bottom: 0;
    max-width: 50%;
  }

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

  .mch_section-first-cont:last-child .mch_section-first-icon {
    max-width: 30%;
  }

  .mch_section-second-items .mch_section-second-text {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: initial;
  }

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

  .mch_section-second-item .mch_section-second-text {
    background: #00000080;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 10px;
    padding: 3%;
  }

  .mch_section-second-item .mch_section-second-picture {
    max-width: 75%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-first-title {
    top: initial;
    -webkit-transform: none;
    transform: none;
    bottom: 0;
  }

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

@media screen and (max-width: 420px) {
  .mch_section-first-title .mch_title {
    font-size: 12px;
  }
}

@media screen and (max-width: 380px) {
  .mch_section-first-title {
    max-width: 35%;
  }

  .mch_section-first-title .mch_title {
    font-size: 10px;
  }

  .mch_section-first-images .mch_empty {
    max-width: initial;
    font-size: 8px;
  }
}

@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: 300px) {
  .mch_section-first-title {
    max-width: 55%;
    background: #00000085;
  }
}