.mch_wrapper * {
  box-sizing: border-box;
  font-family: foxtrot, sans-serif, serif;
}

.mch_image {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

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

.mch_section-first-content {
  background: url("https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/click_grow/8868_sg9_white/image/image5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  display: flex;
  min-height: 710px;
  align-items: flex-start;
}

.mch_section-first-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
  max-width: 33%;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 3% 5%;
  overflow: hidden;
  border-bottom-right-radius: 50px;
  background: rgba(0, 0, 0, 0.1);
}

.mch_section-first-caption {
  font-size: clamp(12px, 1.5vw, 20px);
}

.mch_section-first-title {
  font-size: clamp(16px, 2vw, 34px);
}

.mch_section-first-subtitle {
  font-size: clamp(14px, 11.5vw, 20px);
}

.mch_section-second-content {
  margin-top: 5%;
  color: #2B2929;
}

.mch_section-second-block {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  max-width: 70%;
  margin-left: auto;
}

.mch_section-second-img {
  max-width: 50%;
}

.mch_section-second-img:last-child {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
}

.mch_section-second-bg {
  width: 25%;
  height: 20%;
  background-color: #F9F9F9;
  position: absolute;
  top: 47%;
  left: 5.7%;
  padding: 2%;
  display: flex;
  align-items: center;
  font-size: clamp(10px, 1.5vw, 24px);
}

.mch_section-second-subtitle {
  max-width: 40%;
  position: absolute;
  top: 75%;
  left: 6%;
  padding: 5px;
  font-size: clamp(12px, 2vw, 28px);
}

.mch_section-second-items {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  position: relative;
  gap: 150px;
  max-width: 80%;
  align-items: end;
  padding: 0 0 2% 4%;
  margin-top: -17%;
  z-index: 1;
}

.mch_section-second-item {
  text-align: center;
}

.mch_section-second-title {
  font-size: clamp(18px, 1.5vw, 26px);
}

.mch_section-third-content {
  background-color: #B2CA5B;
  padding: 3%;
  text-align: center;
  margin-top: 5%;
}

.mch_section-third-title {
  color: #fff;
  font-size: clamp(18px, 2vw, 40px);
}

.mch_section-fourth-content {
  color: #2B2929;
  padding: 5% 30px;
}

.mch_section-fourth-img {
  max-width: 186px;
}

.mch_section-fourth-items {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-items: center;
  justify-content: center;
}

.mch_section-fourth-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.mch_section-fourth-subtitle {
  font-size: clamp(14px, 2vw, 28px);
  text-align: center;
}

.mch_section-fifth-content {
  padding: 10px 30px 65px;
  position: relative;
  color: #3A3A3A;
}

.mch_section-fifth-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
  height: 2px;
  background: repeating-linear-gradient(to right, #B2CA5B, #B2CA5B 10px, #FFF 10px, #FFF 20px);
  background-size: 25px 100%;
}

.mch_section-fifth-title {
  text-align: center;
  font-size: clamp(18px, 3.5vw, 40px);
  padding-bottom: 30px;
  color: #3E3A3A;
}

.mch_section-fifth-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.mch_section-fifth-icon {
  max-width: 15%;
}

.mch_section-fifth-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mch_section-fifth-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mch_section-fifth-subtitle {
  font-size: clamp(16px, 2.8vw, 28px);
}

.mch_section-fifth-text {
  font-size: clamp(14px, 2vw, 24px);
  max-width: 80%;
  margin: 0 auto;
}

.mch_section-sixth-content {
  color: #3A3A3A;
  background: url("https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/click_grow/8868_sg9_white/image/Frame6.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  width: 100%;
  height: auto;
  padding: 5% 30px;
}

.mch_section-sixth-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mch_section-sixth-row:last-child {
  margin: 36% 30px 0;
  align-items: start;
}

.mch_section-sixth-row:last-child:nth-child(2):first-child .mch_section-sixth-item {
  justify-content: flex-start;
}

.mch_section-sixth-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.mch_section-sixth-item:nth-child(1) {
  align-items: end;
  justify-content: flex-end;
}

.mch_section-sixth-item:nth-child(3) {
  align-items: start;
  justify-content: flex-end;
}

.mch_section-sixth-img {
  max-width: 52%;
}

.mch_section-sixth-block {
  max-width: 70%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mch_section-sixth-title {
  font-size: clamp(16px, 2vw, 28px);
}

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

.mch_section-seventh-content {
  background-color: #B2CA5B;
  padding: 3%;
  text-align: center;
  margin-top: 5%;
}

.mch_section-seventh-title {
  color: #fff;
  font-size: clamp(16px, 2vw, 40px);
}

.mch_section-eighth-content {
  color: #3A3A3A;
  padding: 40px 30px 40px 130px;
}

.mch_section-eighth-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
  height: 2px;
  background: repeating-linear-gradient(to right, #B2CA5B, #B2CA5B 10px, #FFF 10px, #FFF 20px);
  background-size: 25px 100%;
}

.mch_section-eighth-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mch_section-eighth-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mch_section-eighth-title {
  font-size: clamp(14px, 1.5vw, 26px);
  margin-bottom: 30px;
}

.mch_section-eighth-subtitle {
  font-size: clamp(14px, 1.5vw, 26px);
}

.mch_section-ninth-content {
  color: #2B2929;
  margin-top: 5%;
}

.mch_section-ninth-block {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  max-width: 70%;
  width: 100%;
}

.mch_section-ninth-img {
  max-width: 20%;
}

.mch_section-ninth-img:last-child {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
}

.mch_section-ninth-bg {
  width: 25%;
  height: 20%;
  background-color: #F9F9F9;
  position: absolute;
  top: 40%;
  right: 5.7%;
  padding: 2%;
  display: flex;
  align-items: center;
  font-size: clamp(10px, 1.5vw, 24px);
}

.mch_section-ninth-subtitle {
  max-width: 40%;
  position: absolute;
  top: 70%;
  right: 8%;
  padding: 5px;
  font-size: clamp(12px, 2vw, 28px);
}

.mch_section-ninth-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  position: relative;
  gap: 150px;
  max-width: 90%;
  align-items: end;
  padding: 2% 0 2% 17%;
  z-index: 1;
}

.mch_section-ninth-item {
  text-align: center;
}

.mch_section-ninth-title {
  font-size: clamp(20px, 2vw, 26px);
}

.mch_section-tenth {
  margin-top: 100px;
}

.mch_section-tenth-content {
  padding: 10px;
  color: #2B2929;
}

.mch_section-tenth-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 30px;
  align-items: center;
  justify-items: center;
}

.mch_section-tenth-img {
  height: 275px;
  display: flex;
}

.mch_section-tenth-img > p {
  display: flex;
}

.mch_section-tenth-img .mch_image {
  -o-object-fit: contain;
  object-fit: contain;
}

.mch_section-tenth-block {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #B2CA5B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.mch_section-tenth-subtitle {
  font-size: clamp(20px, 2.5vw, 30px);
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

.mch_section-eleventh-content {
  background-color: #B2CA5B;
  padding: 3%;
  text-align: center;
  margin-top: 5%;
}

.mch_section-eleventh-content::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50px;
  right: 50px;
  height: 2px;
  background: repeating-linear-gradient(to right, #B2CA5B, #B2CA5B 10px, #FFF 10px, #FFF 20px);
  background-size: 25px 100%;
}

.mch_section-eleventh-title {
  color: #fff;
  font-size: clamp(16px, 2vw, 40px);
}

.mch_section-twelfth-content {
  color: #2B2929;
}

.mch_section-twelfth-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.mch_section-twelfth-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mch_section-twelfth-subtitle {
  font-size: clamp(14px, 2.5vw, 26px);
  text-align: center;
  padding: 0 10px;
}

.mch_section-thirteenth-content {
  padding: 10% 10px 0 3%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.mch_section-thirteenth-title {
  text-align: center;
  font-size: clamp(18px, 3.5vw, 40px);
  padding-bottom: 30px;
  color: #3E3A3A;
}

.mch_section-thirteenth-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
}

.mch_section-thirteenth-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mch_section-thirteenth li {
  color: #B2CA5B;
  padding-right: 10px;
  list-style-type: disc;
  font-size: clamp(20px, 3vw, 40px);
}

.mch_section-thirteenth-text {
  color: #2B2929;
  font-size: clamp(14px, 2vw, 30px);
}

@media screen and (max-width: 1440px) {
  .mch_section-ninth-items {
    gap: 100px;
  }
}

@media screen and (max-width: 1240px) {
  .mch_section-second-items {
    gap: 100px;
  }

  .mch_section-eighth-content {
    padding: 40px 30px 40px 80px;
  }

  .mch_section-ninth-items {
    gap: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .mch_section-first-content {
    min-height: 430px;
  }
}

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

  .mch_section-second-block {
    max-width: 95%;
  }

  .mch_section-second-items {
    gap: 50px;
    grid-template-columns: 1fr;
  }

  .mch_section-fourth-content {
    padding: 35px 10px;
  }

  .mch_section-fifth-content {
    padding: 10px 10px 50px;
  }

  .mch_section-fifth-content::after {
    left: 20px;
    right: 20px;
  }

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

  .mch_section-fifth-item {
    gap: 10px;
  }

  .mch_section-fifth-text {
    max-width: initial;
  }

  .mch_section-sixth-content {
    padding: 5% 10px;
  }

  .mch_section-eighth-content::after {
    left: 20px;
    right: 20px;
  }

  .mch_section-eighth-content {
    padding: 40px;
  }

  .mch_section-ninth-block {
    max-width: 95%;
  }

  .mch_section-ninth-img {
    max-width: 40%;
  }

  .mch_section-ninth-items {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding: 20% 0 2% 25%;
  }

  .mch_section-ninth-item {
    max-width: 40%;
    margin: 0 auto;
  }

  .mch_section-eleventh-content::after {
    left: 20px;
    right: 20px;
  }

  .mch_section-twelfth-items {
    gap: 20px;
  }

  .mch_section-twelfth-item {
    gap: 10px;
  }

  .mch_section-thirteenth-content {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mch_section-thirteenth-title {
    padding-bottom: 0;
  }

  .mch_section-thirteenth-items {
    gap: 10px;
  }

  .mch_section-thirteenth-item {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mch_section-second-bg {
    padding: 3%;
  }

  .mch_section-second-subtitle {
    top: 85%;
    max-width: 50%;
  }

  .mch_section-sixth-content {
    background: none;
  }

  .mch_section-sixth-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mch_section-sixth-row:last-child {
    margin: 0;
    gap: 20px;
  }

  .mch_section-sixth-row:last-child:nth-child(2) .mch_section-sixth-item {
    flex-direction: column;
  }

  .mch_section-sixth-row:last-child:nth-child(2):first-child .mch_section-sixth-item {
    align-items: center;
  }

  .mch_section-sixth-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .mch_section-sixth-item:nth-child(1) {
    align-items: center;
  }

  .mch_section-sixth-item:nth-child(3) {
    align-items: center;
  }

  .mch_section-sixth-item:nth-child(2) {
    flex-direction: column-reverse;
  }

  .mch_section-sixth-block {
    max-width: initial;
    align-items: center;
    text-align: center;
  }

  .mch_section-eighth-content {
    padding: 40px 10px;
  }

  .mch_section-eighth-item {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mch_section-ninth-bg {
    padding: 3%;
  }

  .mch_section-ninth-subtitle {
    top: 85%;
    max-width: 55%;
  }

  .mch_section-ninth-items {
    gap: 20px;
    padding: 30% 0 2% 25%;
    grid-template-columns: 1fr;
  }

  .mch_section-ninth-item {
    max-width: initial;
  }

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

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

  .mch_section-thirteenth-content {
    padding: 10% 10px 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .mch_section-first-block {
    max-width: initial;
    border-bottom-right-radius: initial;
  }

  .mch_section-second-bg {
    width: 30%;
  }

  .mch_section-eighth-content {
    padding: 20px 10px;
  }

  .mch_section-ninth-bg {
    width: 30%;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-eighth-block {
    gap: 10px;
  }

  .mch_section-eighth-title {
    margin-bottom: 10px;
  }

  .mch_section-ninth-items {
    gap: 20px;
    padding: 28% 0 2% 0;
    max-width: initial;
  }

  .mch_section-twelfth-items {
    gap: 10px;
  }
}

@media screen and (max-width: 380px) {
  .mch_section-second-bg {
    width: 40%;
    padding: 5%;
    top: 30%;
  }

  .mch_section-ninth-bg {
    width: 40%;
    padding: 5%;
    top: 30%;
  }
}

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