/*   partner-hero   */

.partner-hero {
  background: url("../img/partner/hero-bg.svg") calc(50% + 770px) 50% no-repeat;
  background-size: auto 100%;
}

.partner-hero__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
}

.partner-hero__info {
  width: 100%;
  max-width: 530px;
}

.partner-hero__title {
  font-size: 42px;
  font-weight: 700;
  color: #1a3378;
  line-height: 120%;
  margin-bottom: 15px;
}

.partner-hero__sub-title {
  color: #1a3378;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 30px;
}

.partner-hero__sub-title p:not(:last-child) {
  margin-bottom: 0;
}

.partner-hero__bullet {
  margin-bottom: 30px;
}

.partner-hero__bullet li {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  color: #1a3378;
  text-align: left;
  line-height: 120%;
  margin-bottom: 10px;
}

.partner-hero__bullet li:last-child {
  margin-bottom: 0;
}

.partner-hero__bullet li::before {
  content: '';
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url('data:image/svg+xml,<svg width="41" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23a)"><rect x=".817" width="40" height="40" rx="10" fill="%23C6C5F7"/><path fill-rule="evenodd" clip-rule="evenodd" d="M44.235 6.172c-7.94 7.158-15.296 13.95-20.874 24.043-1.88 3.405-5.967 4.49-9.128 1.09-3.325-3.575-7.493-9.367-9.425-16.049l7.685-2.222c.586 4.348 3.447 9.296 6.075 11.924 4.87-9.702 11.322-18.837 19.327-26.053l6.34 7.267Z" fill="%231A3378"/></g><defs><clipPath id="a"><rect x=".817" width="40" height="40" rx="10" fill="%23fff"/></clipPath></defs></svg>');
}

.partner-hero__btn-group {
  display: flex;
}

.partner-hero__btn-primary,
.partner-hero__btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  padding: 0 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: box-shadow .3s, color .3s, background-color .3s;
}

.partner-hero__btn-primary {
  color: #14265a;
  background: #6BD171;
  margin-right: 15px;
}

.partner-hero__btn-primary:hover {
  box-shadow: 0 0 0 2px #14265a;
}

.partner-hero__btn-primary:active {
  background-color: #47CFED;
  color: #1A3378;
  box-shadow: 0 0 0 2px #1A3378;
}

.partner-hero__btn-secondary {
  color: #1A3378;
  border: 2px solid #47CFED;
  background-color: #fff;
}

.partner-hero__btn-secondary:hover {
  background-color: #47CFED;
}

.partner-hero__image {
  display: block;
  width: 100%;
  max-width: 530px;
  box-shadow: 15px 15px 30px #47cfed;
  border-radius: 88px;
}

@media screen and (max-width: 1199px) {

  .partner-hero__content {
    padding: 70px 0;
  }

  .partner-hero__image {
    max-width: 420px;
    border-radius: 70px;
  }

}

@media screen and (max-width: 992px) {

  .partner-hero {
    background-position: calc(50% + 1100px) 50%;
  }

  .partner-hero__content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .partner-hero__info {
    max-width: 100%;
  }

  .partner-hero__image {
    max-width: 400px;
    box-shadow: none;
    border-radius: 0;
  }

  .partner-hero__picture {
    margin-bottom: 30px;
  }

  .partner-hero__title {
    font-size: 40px;
  }

}

@media screen and (max-width: 767px) {

  .partner-hero {
    background: none;
  }

  .partner-hero__content {
    padding: 50px 0;
  }

}

@media screen and (max-width: 600px) {
  .partner-hero__title {
    font-size: 34px;
  }
}

@media screen and (max-width: 480px) {

  .partner-hero__btn-group {
    flex-direction: column;
  }

  .partner-hero__btn-primary,
  .partner-hero__btn-secondary {
    width: 100%;
  }

  .partner-hero__btn-secondary {
    margin-top: 10px;
  }

  .partner-hero__info {
    text-align: center;
  }

  .partner-hero__picture {
    width: 100%;
  }

  .partner-hero__image {
    margin: 0 auto;
  }

  .partner-hero__title {
    font-size: 30px;
    text-align: center;
  }

  .partner-hero__sub-title {
    font-size: 20px;
  }

  .partner-hero__sub-title {
    text-align: center;
  }

  .partner-hero__bullet {
    display: inline-block;
  }

  .partner-hero__bullet li {
    font-size: 20px;
  }

}

/*   end partner-hero   */

/*   benefit   */

.partner-benefit {
  margin-bottom: 50px;
}

.partner-benefit__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.partner-benefit__item {
  width: calc(33.33% - 30px);
  background: #fff;
  margin: 0 15px;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(198, 197, 247, .6);
}

.partner-benefit__head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.partner-benefit__image {
  display: block;
  width: 100%;
}

.partner-benefit__icon {
  width: 85px;
  height: 85px;
  flex-shrink: 0;
  margin-right: 15px;
}

.partner-benefit__title {
  color: #1a3378;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}

.partner-benefit__desc {
  color: #1a3378;
  font-size: 18px;
  line-height: 150%;
}

.partner-benefit__desc a {
  color: #4b954b;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s ease;
}

.partner-benefit__desc a:hover {
  color: #13cd13;
}

@media screen and (max-width: 1199px) {

  .partner-benefit__list {
    margin: 0 -10px -20px;
  }

  .partner-benefit__item {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
    padding: 20px;
  }

  .partner-benefit__title {
    font-size: 20px;
  }

  .partner-benefit__icon {
    width: 70px;
    height: 70px;
  }

}

@media screen and (max-width: 992px) {

  .partner-benefit__item {
    width: calc(50% - 20px);
  }

}

@media screen and (max-width: 767px) {

  .partner-benefit__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .partner-benefit__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

}

@media screen and (max-width: 480px) {

  .partner-benefit__item {
    width: calc(100% - 20px);
  }

  .partner-benefit__title {
    font-size: 22px;
  }

  .partner-benefit__desc {
    line-height: 140%;
  }

}

/*   end benefit   */

/*   partner-about   */

.partner-about {
  margin-bottom: 50px;
}

.partner-about__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partner-about__info {
  max-width: 610px;
  width: 100%;
}

.partner-about__info-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a3378;
  line-height: 120%;
  margin-bottom: 15px;
}

.partner-about__info-text {
  font-size: 22px;
  line-height: 150%;
  color: #1a3378;
}

.partner-about__info-text a {
  color: #0085ff;
  text-decoration: none;
}

.partner-about__stats {
  position: relative;
}

.partner-about__stats-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  color: #1a3378;
}

.partner-about__stats-list {
  display: flex;
  align-items: center;
}

.partner-about__stats-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.partner-about__stats-item:nth-child(1) {
  width: 220px;
  height: 220px;
  background: #70db70;
  z-index: 2;
  margin-right: -25px;
}

.partner-about__stats-item:nth-child(2) {
  width: 260px;
  height: 260px;
  background: #dd97f7;
  z-index: 1;
}

.partner-about__stats-icon {
  display: block;
  margin: 0 auto 5px;
}

.partner-about__stats-item p {
  color: #1a3378;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {

  .partner-about__info {
    margin-right: 40px;
  }

}

@media screen and (max-width: 992px) {

  .partner-about__info-text {
    font-size: 20px;
  }

  .partner-about__content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .partner-about__info {
    position: relative;
    z-index: 4;
    margin: 30px 0 0;
    max-width: 100%;
  }

  .partner-about__info-title {
    font-size: 40px;
  }

}

@media screen and (max-width: 600px) {

  .partner-about__info-title {
    font-size: 30px;
  }

}

@media screen and (max-width: 480px) {

  .partner-about__info-text {
    line-height: 140%;
  }

  .partner-about__stats {
    width: 100%;
  }

  .partner-about__stats-title {
    display: none;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }

  .partner-about__stats-list {
    justify-content: center;
  }

  .partner-about__stats-item {
    flex-shrink: 0;
  }

  .partner-about__stats-item:nth-child(1) {
    width: 160px;
    height: 160px;
    margin-right: -20px;
  }

  .partner-about__stats-icon {
    height: 44px;
    margin: 0 auto;
  }

  .partner-about__stats-item p {
    font-size: 20px;
  }

  .partner-about__stats-item:nth-child(2) {
    width: 170px;
    height: 170px;
  }

}

@media screen and (max-width: 359px) {

  .partner-about__stats {
    transform: scale(.9);
  }

}

/*   end partner-about   */

/*   partner-start   */

.partner-start {
  position: relative;
  max-width: 1450px;
  width: calc(100% - 40px);
  display: block;
  background: #1a3378;
  padding: 70px 0;
  margin: 0 auto 100px;
  border-radius: 60px;
  overflow: hidden;
}

.partner-start::before,
.partner-start::after {
  content: '';
  position: absolute;
  top: calc(50% - 417px);
  display: block;
  width: 108px;
  height: 834px;
  background: url("../img/partner/board-line.svg") 0 0 no-repeat;
  background-size: cover;
}

.partner-start::before {
  left: -10px;
}

.partner-start::after {
  right: -10px;
  transform: scale(-1, 1);
}

.partner-start__content {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}

.partner-start__info {
  width: 530px;
  flex-shrink: 0;
}

.partner-start__title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

.partner-start__sub-title {
  color: #ffdf52;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 20px;
}

.partner-start__sub-title p:not(:last-child) {
  margin-bottom: 5px;
}

.partner-start__image {
  display: inline-block;
  width: 660px;
  max-width: 660px;
  margin-left: -80px;
}

.partner-start__list-item {
  padding: 20px;
  background: #c6c5f7;
  border-radius: 16px;
  margin-bottom: 30px;
}

.partner-start__list-head {
  display: flex;
  align-items: center;
  background: #fff;
  height: 56px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(6, 11, 26, .3);
  margin-bottom: 15px;
}

.partner-start__list-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #ffdf52;
  flex-shrink: 0;
  font-size: 32px;
  font-weight: 900;
  color: #14265a;
  line-height: 100%;
  margin-right: 20px;
  border-radius: 10px;
}

.partner-start__list-label {
  font-size: 20px;
  font-weight: 500;
  color: #1a3378;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.partner-start__list-text {
  font-size: 18px;
  color: #1a3378;
  line-height: 150%;
}

.partner-start__list-text a {
  color: #0085ff;
  text-decoration: none;
}

.partner-start__list-text a:hover {
  text-decoration: underline;
}

.partner-start__alert {
  display: flex;
  align-items: center;
  padding: 30px;
  background: #ffdf52;
  border-radius: 16px;
  margin-left: -175px;
}

.partner-start__alert-icon {
  display: block;
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  margin-right: 30px;
}

.partner-start__alert-text {
  color: #14265a;
}

.partner-start__alert-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 10px;
}

.partner-start__alert-desc {
  font-size: 18px;
  line-height: 150%;
}

@media screen and (max-width: 1366px) {

  .partner-start::before,
  .partner-start::after {
    display: none;
  }

}

@media screen and (max-width: 1300px) {

  .partner-start {
    width: 100%;
    border-radius: 0;
  }

}

@media screen and (max-width: 1199px) {

  .partner-start {
    padding: 50px 0;
    margin-bottom: 70px;
  }

  .partner-start__text {
    margin-right: 20px;
  }

  .partner-start__image {
    width: auto;
    max-width: 100%;
    margin: 0;
  }

  .partner-start__list-item {
    margin-bottom: 20px;
  }

  .partner-start__info {
    width: 500px;
  }

}

@media screen and (max-width: 992px) {

  .partner-start {
    overflow: visible;
  }

  .partner-start__title {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .partner-start__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .partner-start__text {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
  }

  .partner-start__image {
    position: absolute;
    right: -30px;
    top: -130px;
    max-width: 340px;
  }

  .partner-start__info {
    width: 100%;
  }

  .partner-start__alert {
    margin-left: 0;
  }

}

@media screen and (max-width: 767px) {

  .partner-start__image {
    position: static;
    display: none;
  }

}

@media screen and (max-width: 600px) {

  .partner-start__title {
    font-size: 34px;
  }

  .partner-start__alert {
    flex-direction: column;
  }

  .partner-start__alert-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }

  .partner-start__alert-text {
    text-align: center;
  }

}

@media screen and (max-width: 480px) {

  .partner-start {
    margin-bottom: 50px;
  }

  .partner-start__title {
    font-size: 30px;
  }

  .partner-start__text {
    margin-bottom: 0;
  }

  .partner-start__image {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .partner-start__sub-title {
    font-size: 20px;
  }

  .partner-start__sub-title br {
    display: none;
  }

  .partner-start__list {
    margin-bottom: 20px;
  }

  .partner-start__list-item {
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .partner-start__list-head {
    margin: 0 0 10px;
    height: auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .partner-start__list-label {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    white-space: normal;
  }

  .partner-start__list-num {
    display: none;
  }

  .partner-start__alert {
    padding: 20px;
  }

  .partner-start__alert-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
  }

  .partner-start__list-text {
    font-size: 17px;
    line-height: 140%;
  }

}

/*   end partner-start   */

/*   partner-placement   */

.partner-placement__title {
  font-size: 42px;
  font-weight: 700;
  color: #1a3378;
  line-height: 120%;
  margin-bottom: 30px;
}

.partner-placement__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.partner-placement__list::before,
.partner-placement__list::after {
  content: '';
  position: absolute;
  display: block;
  top: calc(115px - 11px);
  width: 22px;
  height: 22px;
  background: #c6c5f7;
  border-radius: 50%;
}

.partner-placement__list::before {
  left: -1px;
}

.partner-placement__list::after {
  right: -1px;
}

.partner-placement__list-item {
  position: relative;
  width: 25%;
}

.partner-placement__list-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 112px;
  width: 100%;
  height: 6px;
  background: #c6c5f7;
}

.partner-placement__list-item::after {
  content: '';
  position: absolute;
  right: -32px;
  top: calc(115px - 34px);
  display: block;
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('data:image/svg+xml,<svg width="67" height="66" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="33.681" cy="33.002" r="11" fill="%23C6C5F7"/><path d="M8 20.036C12.772 10.712 22.474 4.33 33.668 4.33c11.193 0 20.896 6.383 25.667 15.706m0 26.22c-4.771 9.324-14.474 15.706-25.667 15.706-11.194 0-20.896-6.383-25.668-15.706" stroke="%23C6C5F7" stroke-width="6" stroke-linecap="round"/></svg>');
}

.partner-placement__list-item:last-child::after {
  display: none;
}

.partner-placement__list-icon {
  position: relative;
  padding-top: 50px;
  margin-bottom: 20px;
}

.partner-placement__list-icon::before {
  content: '';
  position: absolute;
  display: block;
  top: 2px;
  left: calc(50% - 3px);
  width: 6px;
  height: 52px;
  background: #c6c5f7;
  z-index: 1;
}

.partner-placement__list-icon::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background: #c6c5f7;
  border-radius: 50%;
  z-index: 2;
}

.partner-placement__list-image {
  display: block;
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 32px;
  z-index: 3;
}

.partner-placement__list-text {
  color: #1a3378;
  text-align: center;
  padding: 0 15px;
}

.partner-placement__list-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
}

.partner-placement__list-desc {
  font-size: 18px;
  line-height: 150%;
}

@media screen and (max-width: 992px) {

  .partner-placement__title {
    font-size: 40px;
  }

  .partner-placement__list::before,
  .partner-placement__list::after {
    display: none;
  }

  .partner-placement__list-item::after {
    display: none;
  }

  .partner-placement__list-item:before {
    display: none;
  }

  .partner-placement__list {
    gap: 20px;
  }

  .partner-placement__list-item {
    display: flex;
    align-items: center;
    width: 100%;
    background: #1a3378;
    padding: 20px;
    border-radius: 16px;
  }

  .partner-placement__list-title {
    font-size: 28px;
    color: #c6c5f7;
    margin-bottom: 10px;
  }

  .partner-placement__list-icon {
    margin: 0 20px 0 0;
    padding: 0;
    flex-shrink: 0;
  }

  .partner-placement__list-image {
    width: 100px;
    height: 100px;
    border-radius: 16px;
  }

  .partner-placement__list-icon::before,
  .partner-placement__list-icon::after {
    display: none;
  }

  .partner-placement__list-text {
    text-align: left;
    padding: 0;
    color: #fff;
  }

}

@media screen and (max-width: 600px) {

  .partner-placement__title {
    font-size: 30px;
  }

}

@media screen and (max-width: 480px) {

  .partner-placement {
    margin-bottom: -50px;
  }

  .partner-placement__list {
    gap: 0;
    margin: 0 -15px;
    padding: 10px 0;
    background: #1a3378;
  }

  .partner-placement__list-item {
    position: relative;
    align-items: flex-start;
    padding: 20px 15px;
    border-radius: 0;
  }

  .partner-placement__list-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    top: auto;
    display: block;
    width: auto;
    height: 1px;
    background: #284e8f;
  }

  .partner-placement__list-icon {
    margin-right: 15px;
  }

  .partner-placement__list-image {
    width: 68px;
    height: 68px;
    border-radius: 10px;
  }

  .partner-placement__list-title {
    font-size: 20px;
  }

  .partner-placement__list-desc {
    line-height: 140%;
  }

}

/*   end partner-placement   */

/*   partner-profit   */

.partner-profit__title {
  font-size: 42px;
  font-weight: 700;
  color: #1a3378;
  line-height: 120%;
  margin-bottom: 50px;
}

.partner-profit__content {
  position: relative;
}

.partner-profit__labels {
  position: absolute;
  left: 0;
  top: 0;
  background: #1a3378;
  width: 150px;
  height: 240px;
  padding: 0 20px;
  border-radius: 16px;
}

.partner-profit__labels li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-bottom: 2px solid #fff;
}

.partner-profit__labels li:nth-child(1) {
  height: 60px;
}

.partner-profit__labels li:last-child {
  border-bottom: 0;
}

.partner-profit__image {
  display: block;
  position: absolute;
  right: 120px;
  top: -170px;
  transform: rotate(5deg);
  z-index: 3;
}

.partner-profit__list {
  position: relative;
  padding-left: 150px;
  display: flex;
  flex-wrap: wrap;
}

.partner-profit__item {
  width: calc(16.66% - 20px);
  background: #edf2ff;
  margin: 0 0 20px 20px;
  border-radius: 16px;
  overflow: hidden;
}

.partner-profit__head {
  height: 60px;
  line-height: 60px;
  background: #dd97f7;
  font-size: 19px;
  font-weight: 500;
  color: #1a3378;
  text-align: center;
}

.partner-profit__item ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  color: #1a3378;
  margin: 0 20px;
  text-align: center;
  border-bottom: 2px solid #1a3378;
}

.partner-profit__item ul li:last-child {
  border-bottom: 0;
}

.partner-profit__alert {
  font-size: 18px;
  color: #1a3378;
}

@media screen and (max-width: 1199px) {

  .partner-profit__labels {
    display: none;
  }

  .partner-profit__list {
    padding-left: 0;
    margin: 0 -10px;
  }

  .partner-profit__item {
    width: calc(16.66% - 20px);
    margin: 0 10px 20px;
  }

  .partner-profit__item ul li {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }

  .partner-profit__item ul li::before {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    content: attr(data-text);
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 992px) {

  .partner-profit__image {
    right: 0;
  }

  .partner-profit__item {
    width: calc(33.33% - 20px);
  }

  .partner-profit__title {
    font-size: 40px;
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 768px) {

  .partner-profit__image {
    right: 0;
    width: 300px;
    top: -140px;
  }

}

@media screen and (max-width: 660px) {

  .partner-profit__image {
    display: none;
  }

}

@media screen and (max-width: 480px) {

  .partner-profit__title {
    font-size: 30px;
  }

  .partner-profit__list {
    margin: 0 -5px;
  }

  .partner-profit__item {
    width: calc(50% - 14px);
    margin: 0 7px 14px;
    border-radius: 10px;
  }

  .partner-profit__alert {
    font-size: 15px;
    line-height: 130%;
  }

  .partner-profit__head {
    font-size: 18px;
    font-weight: 700;
  }

}

/*   end partner-profit   */




/*   partner-faq   */

.partner-faq__title {
  font-size: 42px;
  color: #1a3378;
  line-height: 120%;
  margin-bottom: 30px;
}

.partner-faq__content {
  display: flex;
  align-items: flex-start;
}

.partner-faq__illustration {
  width: 400px;
  margin-right: 30px;
  flex-shrink: 0;
}

.partner-faq__image {
  display: block;
}

.partner-faq__info {
  flex-grow: 1;
}

.partner-faq .faq {
  padding: 0;
}

.partner-faq .faq__item {
  margin-bottom: 20px;
}

.partner-faq .faq__title {
  color: #1a3378;
  font-size: 20px;
  padding-left: 75px;
}

.partner-faq .faq__title::before {
  content: '';
  position: absolute;
  left: 20px;
  top: calc(50% - 15px);
  display: block;
  width: 38px;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="39" height="31" fill="none"><path fill="%23C574E3" d="M.698 5.19c0-2.76 2.225-5 4.97-5h19.881c2.745 0 4.97 2.24 4.97 5v17.943l8.179 7.058H5.668c-2.745 0-4.97-2.239-4.97-5v-20Z"/><path fill="%23EDF2FF" d="M17.24 18.68h-3.443c0-.708.048-1.332.144-1.87.104-.548.28-1.039.528-1.473a4.703 4.703 0 0 1 1.007-1.207c.376-.314.7-.616.972-.905.272-.29.48-.584.624-.882.144-.297.216-.615.216-.953 0-.418-.06-.76-.18-1.026a1.171 1.171 0 0 0-.516-.591c-.224-.137-.508-.206-.852-.206-.28 0-.544.069-.792.206-.24.136-.435.35-.587.64-.152.28-.236.655-.252 1.122H10.04c.024-1.2.288-2.173.792-2.921a4.433 4.433 0 0 1 2.04-1.654c.856-.354 1.812-.53 2.867-.53 1.168 0 2.172.18 3.012.542.84.362 1.484.902 1.932 1.618.447.708.671 1.58.671 2.619 0 .692-.131 1.295-.396 1.81a5.605 5.605 0 0 1-1.043 1.425 52.38 52.38 0 0 1-1.452 1.4c-.464.41-.78.828-.948 1.255-.168.418-.26.945-.276 1.581Zm-3.935 3.67c0-.58.208-1.063.624-1.45.416-.393.955-.59 1.62-.59.663 0 1.203.197 1.62.59.415.387.623.87.623 1.45 0 .579-.208 1.066-.624 1.46-.416.386-.956.58-1.62.58-.664 0-1.203-.194-1.62-.58a1.932 1.932 0 0 1-.623-1.46Z"/></svg>');
}

.partner-faq .faq__item--open .faq__title::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="39" height="31" fill="none"><path fill="%23EDF2FF" d="M.698 5.19c0-2.76 2.225-5 4.97-5h19.881c2.745 0 4.97 2.24 4.97 5v17.943l8.179 7.058H5.668c-2.745 0-4.97-2.239-4.97-5v-20Z"/><path fill="%231A3378" d="M17.24 18.68h-3.443c0-.708.048-1.332.144-1.87.104-.548.28-1.039.528-1.473a4.703 4.703 0 0 1 1.007-1.207c.376-.314.7-.616.972-.905.272-.29.48-.584.624-.882.144-.297.216-.615.216-.953 0-.418-.06-.76-.18-1.026a1.171 1.171 0 0 0-.516-.591c-.224-.137-.508-.206-.852-.206-.28 0-.544.069-.792.206-.24.136-.435.35-.587.64-.152.28-.236.655-.252 1.122H10.04c.024-1.2.288-2.173.792-2.921a4.433 4.433 0 0 1 2.04-1.654c.856-.354 1.812-.53 2.867-.53 1.168 0 2.172.18 3.012.542.84.362 1.484.902 1.932 1.618.447.708.671 1.58.671 2.619 0 .692-.131 1.295-.396 1.81a5.605 5.605 0 0 1-1.043 1.425 52.38 52.38 0 0 1-1.452 1.4c-.464.41-.78.828-.948 1.255-.168.418-.26.945-.276 1.581Zm-3.935 3.67c0-.58.208-1.063.624-1.45.416-.393.955-.59 1.62-.59.663 0 1.203.197 1.62.59.415.387.623.87.623 1.45 0 .579-.208 1.066-.624 1.46-.416.386-.956.58-1.62.58-.664 0-1.203-.194-1.62-.58a1.932 1.932 0 0 1-.623-1.46Z"/></svg>');
}

.partner-faq .faq__title::after {
  content: '';
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  display: block;
  width: 22px;
  height: 12px;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="14" fill="none"><path stroke="%231A3378" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m1.664 2.14 11 10 11-10"/></svg>');
}

.partner-faq .faq__item--open .faq__title::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="14" fill="none"><path stroke="%23EDF2FF" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m1.664 2.14 11 10 11-10"/></svg>');
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.partner-faq .faq__item--open .faq__title {
  color: #edf2ff;
  border-radius: 0 0 10px 10px;
}

.partner-faq .faq__desc {
  color: #1a3378;
  font-size: 18px;
  font-weight: 400;
  padding-left: 75px;
}

.partner-faq .faq__desc:before {
  left: 20px;
  width: 38px;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="39" height="31" fill="none"><path fill="%23C574E3" d="M.698 5.282c0-2.762 2.225-5 4.97-5h19.881c2.745 0 4.97 2.238 4.97 5v17.942l8.179 7.058H5.668c-2.745 0-4.97-2.239-4.97-5v-20Z"/><path fill="%23EDF2FF" d="m17.085 7.365-.46 10.688H13.7l-.46-10.688h3.845Zm-3.94 14.018c0-.515.184-.945.555-1.289.37-.35.85-.526 1.441-.526.591 0 1.068.175 1.431.526.37.344.555.774.555 1.29 0 .515-.185.948-.555 1.3-.363.343-.84.515-1.43.515-.592 0-1.072-.172-1.442-.516a1.72 1.72 0 0 1-.556-1.3Z"/></svg>');
}


@media screen and (max-width: 1199px) {

  .partner-faq__illustration {
    width: 340px;
    margin-right: 20px;
  }

}


@media screen and (max-width: 992px) {

  .partner-faq__illustration {
    display: none;
  }


  .partner-faq__title {
    font-size: 40px;
  }

}


@media screen and (max-width: 767px) {

  .partner-faq .faq__title {
    font-size: 18px;
  }

}

@media screen and (max-width: 480px) {

  .partner-faq__title {
    font-size: 30px;
  }

  .partner-faq .faq__item {
    margin-bottom: 10px;
  }

  .partner-faq .faq__title {
    padding-left: 20px;
    font-size: 16px;
  }

  .partner-faq .faq__title::before {
    display: none;
  }

  .partner-faq .faq__title::after {
    transform: scale(.7);
  }

  .partner-faq .faq__desc {
    padding-left: 20px;
    font-size: 17px;
    line-height: 140%;
  }

}

/*   end partner-faq   */