.mch_wrapper {
  background: #110a07;
}

.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_desk {
  display: block;
}

.mch_mob {
  display: none;
}

.mch_sup {
  display: inline;
  font-size: clamp(8px, 1vw, 14px);
  vertical-align: super;
}

.mch_video {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 560 / 315;
}

.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;
  padding-bottom: 3%;
}

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

.mch_section-first-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 3%;
  max-width: 50%;
  margin: 0 auto;
}

.mch_section-first-items {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/games/Mafia_The_Old_Country/image/bg1_1_11zon.png) center / cover no-repeat;
  padding: 10% 5% 10% 25%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

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

.mch_section-first-text .mch_title {
  text-align: center;
}

.mch_section-first-container {
  display: flex;
  flex-direction: column;
  background: #000;
}

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

.mch_section-first-contain:nth-child(2n) {
  grid-template-columns: 1fr 1.5fr;
}

.mch_section-first-contain:nth-child(2n) .mch_section-first-block {
  order: -1;
}

.mch_section-first-block {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding: 3%;
  color: #D6D1BC;
  position: relative;
}

.mch_section-first-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/games/Mafia_The_Old_Country/image/Divider.png) center / contain no-repeat;
  height: 5px;
}

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

  .mch_mob {
    display: block;
  }

  .mch_section-first-container {
    background: initial;
    gap: 2vw;
  }

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

  .mch_section-first-contain:nth-child(2n) {
    grid-template-columns: 1fr;
    background: #000;
  }

  .mch_section-first-contain:nth-child(2n) .mch_section-first-block {
    order: 0;
  }

  .mch_section-first-block .mch_caption {
    font-size: clamp(10px, 2.5vw, 26px);
  }

  .mch_section-first-block .mch_empty {
    font-size: clamp(9px, 2vw, 22px);
  }
}

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

  .mch_mobile {
    display: block;
  }

  .mch_section-first-items {
    background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/games/Mafia_The_Old_Country/image/bg1_mob_2_11zon.png) center / cover no-repeat;
    padding: 30% 15%;
  }
}

@media screen and (max-width: 560px) {
  .mch_section-first-items {
    padding: 25% 10%;
  }
}

@media screen and (max-width: 520px) {
  .mch_section-first-items {
    padding: 20% 10%;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-first-items {
    padding: 15% 5%;
  }
}

@media screen and (max-width: 380px) {
  .mch_section-first-items {
    padding: 20% 5%;
  }
}

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