.partner-hero-section {
  width: 100%;
  min-height: 850px;
  padding-top: 0;
  padding-bottom: 0;
}
.partner-hero-section__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: inherit;
}
.partner-hero-section__col {
  position: relative;
}
.partner-hero-section__col .partner-hero-decor {
  position: absolute;
  bottom: 0;
  right: 0;
}
.partner-hero-section__col .partner-hero-decor__mobile {
  display: none;
}
.partner-hero-section__col--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partner-hero-section__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 72px;
  padding-bottom: 40px;
  min-height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: max(20px, (100vw - 1328px) / 2);
}
.partner-hero-section__title {
  margin: 0 0 24px;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.08px;
  text-transform: uppercase;
}
.partner-hero-section__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.partner-hero-section__description p {
  max-width: 300px;
}
.partner-hero-section__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.partner-hero-section__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.partner-hero-section__info--guts {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.partner-hero-section__info-item {
  color: var(--black-100, #000);
  font-family: "e-Ukraine", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.partner-hero-section__info-label {
  margin-right: 4px;
}
.partner-hero-section__info-link {
  color: var(--black-100, #000);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.partner-hero-section__info-link:hover {
  color: #A8CFC0;
}
.partner-hero-section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  position: relative;
  z-index: 1;
}
.partner-hero-section__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 164px;
  height: 48px;
  padding: 14px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 2px;
  font-family: "e-Ukraine", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.partner-hero-section__button--primary {
  background: var(--black-100, #000);
  color: var(--white-100, #fff);
  border: 1px solid var(--black-100, #000);
}
.partner-hero-section__button--primary:hover {
  color: #A8CFC0;
}
.partner-hero-section__button--secondary {
  border: 1px solid var(--black-14, rgba(0, 0, 0, 0.14));
  background: var(--white-100, #fff);
  color: var(--black-100, #000);
}
.partner-hero-section__button--secondary:hover {
  background: rgba(0, 0, 0, 0.04);
  color: var(--white-100, #000);
}
.partner-hero-section__col--image {
  overflow: hidden;
}
.partner-hero-section__col--image .partner-hero-section__logo-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.partner-hero-section__image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 850px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .partner-hero-section__content-inner {
    padding-top: 96px;
    padding-bottom: 96px;
    padding-left: max(20px, (100vw - 960px) / 2);
  }
  .partner-hero-section__title {
    font-size: 44px;
    letter-spacing: -0.88px;
  }
}
@media (max-width: 768px) {
  .partner-hero-section .partner-hero-decor {
    display: none;
  }
  .partner-hero-section .partner-hero-decor__mobile {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .partner-hero-section__info {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .partner-hero-section__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .partner-hero-section__col--image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .partner-hero-section__col--image .partner-hero-section__logo-img {
    display: none;
  }
  .partner-hero-section__content-inner {
    padding-top: 20px;
    padding-bottom: 40px;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .partner-hero-section__title {
    font-size: 32px;
    letter-spacing: -0.64px;
    margin-bottom: 58px;
  }
  .partner-hero-section__description {
    margin-bottom: 32px;
  }
  .partner-hero-section__bottom {
    gap: 24px;
  }
  .partner-hero-section__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .partner-hero-section__button {
    width: 100%;
  }
  .partner-hero-section__image {
    min-height: 450px;
  }
}
@media (max-width: 480px) {
  .partner-hero-section__image {
    height: 300px;
    min-height: auto;
  }
}