.banner__swiper {
  height: 425px;
  border-radius: 12px;
  margin: 32px 0;
}

.container--banner {
  margin-top: 32px;
}

.banner__swiper .swiper-pagination-bullet {
  width: 58px;
  height: 6px;
  border-radius: 30px;
  background-color: var(--bg-brand-1);
  opacity: 1;
}

.banner__swiper .swiper-pagination-bullet-active {
  background-color: var(--bg-accent);
}

.banner-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-position: center;
  background-image: url("../img/banner-card-1.jpg");
  overflow: hidden;
  border-radius: 12px;
}

.banner-card--lend {
  min-height: 350px;
  background-image: none;
  background-color: var(--bg-brand);
}

.banner-card__polygon {
  position: absolute;
  right: 0;
  width: 100%;
  transform: translate(30%, -20%);
}

.banner-card__img {
  /* z-index: 2; */
}

.banner-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px;
}

.banner-card__title {
  max-width: 640px;
}

.banner-card__title-text {
  color: var(--text-inverse);
  font-family: Lora;
  font-weight: 600;
  font-size: 58px;
  line-height: 1.1em;
  max-width: 650px;
  margin-bottom: 20px;
}

.banner-card--lend .banner-card__title {
  max-width: 740px;
	position: relative;
	z-index: 1;
}

.banner-card--lend .banner-card__title-text {
  font-size: 40px;
}

.banner-card__text {
  color: var(--text-inverse);
}

.banner-card__link {
  background-color: var(--bg-basic);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.banner__swiper .swiper-button-next::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8.5L20 16.5L12 24.5' stroke='white' stroke-width='2.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.banner__swiper .swiper-button-prev::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 8.5L12 16.5L20 24.5' stroke='white' stroke-width='2.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.banner-card__img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner-card__img--1 {
  right: 20px;
  bottom: -10px;
}

.banner-card__img--2 {
  right: -190px;
  bottom: -20px;
}

.banner-card__img--3 {
  top: 0px;
  height: 110%;
  right: -125px;
}

.banner-card__img--in1 {
  right: 85px;
  bottom: -10px;
}

.banner-card__img--in2,
.banner-card__img--in4 {
  height: 100%;
}

.banner-card__img--in3 {
  right: 50px;
  bottom: -10px;
}

@media (max-width: 1024px) {
  .container--banner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .banner__swiper {
    margin: 24px 0;
    height: 660px;
  }

  .banner-card {
    background-image: url("../img/banner-card-2.jpg");
  }

  .banner-card--lend {
    min-height: 600px;
    background-image: none;
  }

  .banner-card__info {
    width: 100%;
    padding: 24px 16px;
  }

  .banner-card__title-text {
    font-size: 40px;
  }

  .banner-card--lend .banner-card__title-text {
    font-size: 32px;
  }

  .banner-card--lend .banner-card__text {
    font-size: 16px;
  }

  .banner-card__link {
    width: 100%;
    z-index: 1;
  }

  .banner-card__polygon {
    top: 50%;
    right: 50%;

    transform: translate(50%, -30%);
    width: 160%;
  }

  .banner-card__img--1 {
    right: 50%;
    transform: translateX(50%);
    bottom: 80px;
    min-width: 250px;
    max-width: 350px;
    width: 90%;
  }

  .banner-card__img--2 {
    right: 50%;
    transform: translateX(50%);
    bottom: 65px;
    min-width: 350px;
    max-width: 500px;
    width: 100%;
  }

  .banner-card__img--3 {
    max-width: 500px;
    width: 100%;
    height: auto;
    transform: translate(-50%, 0%);
    left: 50%;
    top: auto;
    bottom: 40px;
  }

  .banner-card__img--in1 {
    right: 50%;
    transform: translateX(50%);
    bottom: -20px;
    min-width: 250px;
    max-width: 350px;
    width: 90%;
  }

  .banner-card__img--in2 {
    height: 85%;
    right: -5%;
  }

  .banner-card__img--in3 {
    right: 55%;
    transform: translateX(50%);
    bottom: 30px;
    min-width: 250px;
    max-width: 450px;
    width: 90%;
  }

	.banner-card__img--in4 {
		height: 85%;
    transform: translateX(35%);
	}

  .banner__swiper .swiper-button-next,
  .banner__swiper .swiper-button-prev {
    display: none;
  }
}
