.advantages-cooperation__inner {
  padding: 5rem 0;
  margin: 0 auto;
  width: 92.5%;
  border-radius: 4rem;
  background-color: var(--white-005);
}
.advantages-cooperation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.advantages-cooperation__wrapper {
  max-width: 44.375rem;
  width: 100%;
}
.advantages-cooperation__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: max(1.25rem, 12px);
  line-height: 130%;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-bottom: 2rem;
}
.advantages-cooperation__subtitle::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  margin-right: 0.5rem;
}
.advantages-cooperation__title {
  margin-bottom: 3rem;
}
.advantages-cooperation__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: max(1.5rem, 12px);
  line-height: 120%;
  color: var(--white-07);
}
.advantages-cooperation__list > li:not(:last-child) {
  margin-bottom: 2rem;
}
.advantages-cooperation__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.advantages-cooperation__ico > img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.advantages-cooperation__img {
  max-width: 32.875rem;
  width: 100%;
  line-height: 0;
  margin-left: 2.5rem;
}
.advantages-cooperation__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .advantages-cooperation__inner {
    padding: 44px 0;
    width: 100%;
    border-radius: 20px;
  }
  .advantages-cooperation__container {
    padding: 0 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advantages-cooperation__subtitle {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .advantages-cooperation__title {
    margin-bottom: 32px;
  }
  .advantages-cooperation__title br {
    display: none;
  }
  .advantages-cooperation__list > li {
    font-size: 18px;
    line-height: 130%;
  }
  .advantages-cooperation__img {
    position: relative;
    margin: 40px auto 0;
  }
  .advantages-cooperation__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 114.2%;
  }
  .advantages-cooperation__img > img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*# sourceMappingURL=advantages-cooperation.css.map */
/*# sourceMappingURL=advantages-cooperation.css.map */