.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-items {
  display: flex;
  flex-direction: column;
}

.mch_section-first-logo {
  padding: 3%;
  max-width: 45%;
}

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

.mch_section-first-item .mch_section-first-text {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
  padding: 3%;
}

.mch_section-first-item .mch_section-first-text .mch_title {
  position: relative;
  padding: 6% clamp(22px, 5%, 67px);
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mch_section-first-item .mch_section-first-text .mch_title::after,
.mch_section-first-item .mch_section-first-text .mch_title::before {
  content: "";
  position: absolute;
  width: clamp(45px, 15%, 135px);
  height: 20px;
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/Ice_Force/image/label.png) center / contain no-repeat;
}

.mch_section-first-item .mch_section-first-text .mch_title::before {
  top: 0;
  left: 0;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.mch_section-first-item .mch_section-first-text .mch_title::after {
  bottom: 0;
  right: 0;
}

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

.mch_section-first-container .mch_section-first-picture {
  max-width: 75%;
  margin: 0 auto;
}

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

.mch_section-first-contain .mch_section-first-text {
  background: #ffffff69;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 2%;
  border-radius: 10px;
}

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

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

.mch_section-first-block {
  background: #1359a1c9;
  padding: 2%;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  color: #fff;
  text-align: center;
}

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

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

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

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

.mch_section-second-items {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/Ice_Force/image/bg2.png) center / cover no-repeat;
  padding: 10% 0 0;
}

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

.mch_section-second-block {
  position: absolute;
  top: 26%;
  right: 1%;
  max-width: 40%;
  background: #1359a1c9;
  padding: 2%;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
  text-align: center;
}

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

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

.mch_section-second-container {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/Ice_Force/image/bg3.png) center / cover no-repeat;
  padding: 3%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-second-container .mch_title {
  text-align: center;
  color: #22619a;
}

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

.mch_section-second-cont {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mch_section-second-cont:last-child {
  align-items: end;
}

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

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

.mch_section-third-items .mch_title {
  grid-column: 1 / -1;
  text-align: center;
}

.mch_section-third-item {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  background: #83d1e7;
  padding: 3%;
  border-radius: 10px;
}

.mch_section-third-item:nth-child(3),
.mch_section-third-item:nth-child(5) {
  background: #c7ebf8;
}

.mch_section-third-item:nth-child(7) {
  justify-content: center;
}

.mch_section-third-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mch_section-third-icon {
  grid-column: span 2 / span 3;
  max-width: 50%;
  justify-self: end;
  align-self: center;
}

.mch_section-third-image {
  grid-column: auto / span 2;
}

.mch_section-third-container {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/Ice_Force/image/bg4.png) center / cover no-repeat;
  padding: 0 3% 3%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.mch_section-third-cont {
  background: #fff;
  padding: 1%;
  display: flex;
  gap: 1vw;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

.mch_section-third-logo {
  max-width: 30%;
}

.mch_section-third-fraction {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
  padding: 3%;
  background: #db3832d6;
  color: #fff;
}

.mch_section-third-fraction .mch_subtitle {
  grid-column: 1 / -1;
}

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

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

  .mch_mobile {
    display: block;
  }

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

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

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

  .mch_section-third-icon {
    width: calc(33.3% - 2vw);
    max-width: 20%;
  }

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

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

@media screen and (max-width: 560px) {
  .mch_section-second-block {
    max-width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-first-item .mch_section-first-text {
    max-width: 75%;
  }

  .mch_section-first-item .mch_section-first-text .mch_title {
    left: 0;
    -webkit-transform: none;
    transform: none;
    max-width: initial;
  }

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

  .mch_section-second-block {
    max-width: initial;
    top: 0;
    position: static;
    margin: 0 3%;
  }

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

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

@media screen and (max-width: 380px) {
  .mch_section-first-item .mch_section-first-text {
    max-width: initial;
    padding: 1%;
  }

  .mch_section-first-item .mch_section-first-text .mch_title {
    padding: 5px clamp(22px, 5%, 67px);
    font-size: 12px;
  }

  .mch_section-first-item .mch_section-first-text .mch_title::after,
  .mch_section-first-item .mch_section-first-text .mch_title::before {
    height: 30px;
  }

  .mch_section-first-item .mch_section-first-text .mch_title::before {
    top: -10px;
    left: 10px;
  }

  .mch_section-first-item .mch_section-first-text .mch_title::after {
    bottom: -10px;
    right: 10px;
  }

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

  .mch_section-third-item .mch_section-third-picture {
    max-width: 50%;
    margin: 0 auto;
  }
}

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