.mch_wrapper {
  color: #545859;
}

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

.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;
  gap: 3vw;
}

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

.mch_section-first-item {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 6vw;
}

.mch_section-first-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
  padding: 0 3%;
}

.mch_section-first-box {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
}

.mch_section-first-box:hover {
  color: #c8102e;
  margin-top: -1em;
  padding-bottom: 1em;
}

.mch_section-first-container {
  background: #f3f3f3;
  padding: 3%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
}

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

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

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

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

.mch_section-first-cont .mch_section-first-icon {
  max-width: 7%;
  flex-shrink: 0;
}

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

.mch_section-first-left .mch_section-first-picture {
  position: absolute;
  top: 5%;
  right: 0;
  max-width: 95%;
  z-index: 1;
  opacity: 1;
  -webkit-animation: switchImages 4s infinite;
  animation: switchImages 4s infinite;
}

.mch_section-first-image {
  position: absolute;
  top: 5%;
  right: 0;
  max-width: 95%;
  opacity: 1;
}

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

.mch_section-second-items {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding: 3%;
  text-align: center;
}

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

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

.mch_section-second-item .mch_section-second-icon {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  transition: all 0.32s ease-in;
  flex-shrink: 0;
}

.mch_section-second-block {
  transition: all 0.32s ease-in;
  display: flex;
  gap: 1vw;
  padding: 3%;
  align-items: flex-start;
  text-align: start;
}

.mch_section-second-block:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}

.mch_section-second-block:hover .mch_caption {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.mch_section-second-block:hover .mch_section-second-icon {
  box-shadow: none;
}

.mch_section-second-block .mch_caption {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.mch_section-second-images {
  display: flex;
  overflow: hidden;
}

.mch_section-second-images .mch_section-second-picture {
  flex-basis: 33.33%;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  height: 600px;
  position: relative;
}

.mch_section-second-images .mch_section-second-picture img {
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  position: absolute;
  height: 600px;
}

.mch_section-second-images .mch_section-second-picture:hover {
  flex-basis: 40%;
}

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

.mch_section-second-container .mch_title {
  text-align: center;
}

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

.mch_section-second-box {
  position: relative;
  display: block;
  transition: 0.3s ease-in-out;
}

.mch_section-second-box .mch_section-second-text {
  opacity: 0;
  background: #fff;
  padding: 2%;
  border-radius: 10px;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.16);
  z-index: 11;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 220px;
  width: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.mch_section-second-cont {
  position: absolute;
  top: 5%;
  left: 38%;
  max-width: 240px;
  cursor: pointer;
}

.mch_section-second-cont .mch_section-second-icon {
  max-width: 50px;
  position: relative;
}

.mch_section-second-cont .mch_section-second-icon::after,
.mch_section-second-cont .mch_section-second-icon::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-animation: pulse 1.2s linear infinite;
  animation: pulse 1.2s linear infinite;
  top: 0;
  left: 0;
}

.mch_section-second-cont .mch_section-second-icon::after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.mch_section-second-cont:nth-child(2) {
  top: 5%;
}

.mch_section-second-cont:nth-child(4) {
  top: 40%;
}

.mch_section-second-cont:nth-child(6) {
  top: 85%;
}

.mch_section-second-cont:nth-child(8) {
  left: initial;
  right: 38%;
}

.mch_section-second-cont:nth-child(10) {
  top: 40%;
  left: initial;
  right: 38%;
}

.mch_section-second-cont:nth-child(12) {
  top: 85%;
  left: initial;
  right: 38%;
}

.mch_section-second-cont:hover + .mch_section-second-text {
  opacity: 1;
  visibility: visible;
}

.mch_section-second-contain {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
  padding: 3%;
  text-align: center;
}

.mch_section-second-contain .mch_title {
  grid-column: 1 / -1;
}

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

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

.mch_section-third-item .mch_section-third-picture {
  z-index: 2;
  position: relative;
  margin-top: 2em;
}

.mch_section-third-item .mch_section-third-picture::before {
  content: "";
  width: 90%;
  height: 100%;
  display: block;
  z-index: 2;
  background-color: #c8102e;
  position: absolute;
  border-radius: 10px;
  left: 20px;
  top: -40px;
  right: auto;
}

.mch_section-third-item .mch_section-third-picture img {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  max-width: 95%;
  display: flex;
  justify-self: end;
}

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

.mch_section-third-items {
  background: #f3f3f3;
  padding: 3%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  text-align: center;
}

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

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

.mch_section-third-block .mch_section-third-picture img {
  border-radius: 10px;
}

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

.mch_section-third-fraction {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/ARISTON/80_EU/image/bg_qrcode.png) center / cover no-repeat;
  padding: 3%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  align-items: center;
}

.mch_section-third-contain {
  background: #c8102e;
  padding: 3%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

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

.mch_section-third-link {
  transition: all 0.2s ease-in-out;
}

.mch_section-third-link:hover {
  color: black;
  transition: all 0.2s ease-in-out;
}

.mch_section-fourth-content {
  display: flex;
  flex-direction: column;
  padding: 3% 0;
}

.mch_section-fourth-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding: 0 3%;
  text-align: center;
  z-index: 1;
}

.mch_section-fourth-items {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  background: #c8102e;
  padding: 15% 3% 3%;
  color: #fff;
  margin-top: -12%;
}

.mch_section-fourth-items .mch_subtitle {
  text-align: center;
}

.mch_section-fourth-text {
  display: flex;
  gap: 1vw;
  align-items: center;
  justify-content: space-between;
}

.mch_section-fourth-text .mch_title {
  font-size: clamp(14px, 9vw, 140px);
}

.mch_section-fourth-text .mch_caption {
  max-width: 60%;
}

.mch_section-fourth-container {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/ARISTON/80_EU/image/bg_mobileapp.png) top / contain no-repeat;
}

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

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

.mch_section-fourth-block {
  background: #c8102e;
  padding: 3%;
  color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

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

.mch_section-fourth-contain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  max-width: 65%;
}

.mch_section-fourth-pictures {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

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

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

.mch_section-fifth-items {
  background: url(https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/ARISTON/80_EU/image/bg_table.png) center / cover no-repeat;
  overflow: auto;
}

.mch_section-fifth .rz-cm-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  min-width: 760px;
}

.mch_section-fifth .rz-cm-tr {
  position: relative;
  border-bottom: 1px solid #c8102e;
}

.mch_section-fifth .rz-cm-tr:nth-child(1) {
  border-bottom: none;
}

.mch_section-fifth .rz-cm-tr:nth-child(1) .rz-cm-td {
  vertical-align: baseline;
  background-color: transparent;
}

.mch_section-fifth .rz-cm-tr:nth-child(3) .rz-cm-td {
  border-radius: 15px 15px 0 0;
  font-weight: 700;
}

.mch_section-fifth .rz-cm-tr:last-child .rz-cm-td:nth-child(3) {
  border-radius: 0 0 15px 15px;
}

.mch_section-fifth .rz-cm-td {
  vertical-align: middle;
  text-align: center;
  color: #414141;
  font-size: 18px;
  min-height: 45px;
  scroll-snap-align: start;
}

.mch_section-fifth .rz-cm-td:nth-child(1) {
  text-align: left;
  padding: 10px;
  width: calc(290px + 0.5em);
}

.mch_section-fifth .rz-cm-td:nth-child(3) {
  background-color: #c8102e;
  color: #fff;
}

.mch_section-fifth .rz-cm-table-separator {
  height: 50px;
}

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

.mch_section-sixth-items {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-sixth-items .mch_title {
  text-align: center;
  margin-bottom: 12%;
}

.mch_section-sixth-item {
  background-color: #c8102e;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  align-content: flex-end;
  margin-top: 25%;
  padding-bottom: 2%;
}

.mch_section-sixth-block {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  color: #fff;
  width: calc(20% - 2vw);
  margin-top: auto;
}

.mch_section-sixth-logo {
  margin: 0 auto;
}

@-webkit-keyframes switchImages {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes switchImages {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #c8102e;
  }

  100% {
    box-shadow: 0 0 0 32px rgba(200, 16, 46, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #c8102e;
  }

  100% {
    box-shadow: 0 0 0 32px rgba(200, 16, 46, 0);
  }
}

@media screen and (max-width: 1024px) {
  .mch_section-second-cont .mch_section-second-icon {
    max-width: 35px;
  }
}

@media screen and (max-width: 960px) {
  .mch_section-sixth-items .mch_title {
    margin-bottom: 0;
  }

  .mch_section-sixth-item {
    margin-top: 0;
    padding: 3%;
    align-items: center;
    height: auto;
  }

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

  .mch_section-sixth-block .mch_section-sixth-picture {
    max-width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .mch_section-second-images {
    flex-direction: column;
    height: 800px;
  }

  .mch_section-second-images .mch_section-second-picture:hover {
    flex-basis: 70%;
  }
}

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

  .mch_mobile {
    display: block;
  }

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

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

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

  .mch_section-second-block {
    align-items: center;
  }

  .mch_section-second-block:hover {
    box-shadow: none;
  }

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

  .mch_section-second-block .mch_caption {
    opacity: 1;
  }

  .mch_section-second-container .mch_section-second-picture {
    max-width: 35%;
  }

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

  .mch_section-fourth-container {
    padding: 3% 0 0;
    background-position: center;
    background-size: cover;
  }

  .mch_section-fourth-cont {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .mch_section-fourth-block {
    width: 100%;
    border-radius: 0;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-first-item {
    gap: 3vw;
  }

  .mch_section-second-item .mch_section-second-icon {
    max-width: 30%;
    flex-shrink: 0;
  }

  .mch_section-second-block {
    flex-direction: column;
  }

  .mch_section-second-container .mch_section-second-picture {
    max-width: 45%;
  }

  .mch_section-second-cont {
    left: 30%;
  }

  .mch_section-second-cont .mch_section-second-icon {
    max-width: 28px;
  }

  .mch_section-second-cont:nth-child(8) {
    right: 30%;
  }

  .mch_section-second-cont:nth-child(10) {
    right: 30%;
  }

  .mch_section-second-cont:nth-child(12) {
    right: 30%;
  }

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

  .mch_section-fourth-text {
    flex-direction: column;
  }

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

  .mch_section-fourth-text .mch_caption {
    max-width: initial;
  }

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

@media screen and (max-width: 380px) {
  .mch_section-first-items {
    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;
  }
}