.payment {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 8;
}

.payment__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.payment__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.payment__contents {
  display: flex;
  position: relative;
  max-width: 1644px;
  width: 100%;
  padding: 0 62px;
  padding-top: 263px;
  padding-bottom: 256px;
  margin: 0 auto;
  overflow: hidden;
  justify-content: space-between;
}

.payment__contents__text__title {
  position: relative;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  color: #212121;
  margin-top: 60px;
}

.payment__contents__text__title span {
  font-family: Segoe Script;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #00b6c1;
}

.payment__contents__text__subtitle {
  position: relative;
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  color: #212121;
  margin-top: 60px;
}

.payment__contents__text__paragraph {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  margin-top: 20px;
  color: #515151;
}

.payment__contents__text__title,
.payment__contents__text__subtitle,
.payment__contents__text__paragraph {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.payment__contents__text__title.visible {
  opacity: 1;
  transform: translateY(0);
}

.payment__contents__text__paragraph.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.payment__contents__text__subtitle.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.payment__contents__navigation {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 260px;
  left: 62px;
  gap: 14px;
}

.payment__contents__navigation__item {
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 212px;
  height: 51px;
  background: #ededed;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #00b6c1;
  border-radius: 30px;
  transition: background 0.2s, color 0.2s;
}

.payment__contents__navigation__item.active {
  color: #ffffff;
  background: #00c8cc;
}

.payment__contents__slide {
  position: relative;
  margin-left: 141px;
}

.payment__contents__slide__circle {
  position: absolute;
  bottom: -26px;
  left: -84px;
  width: 478px;
  height: 478px;
  border-radius: 100%;
  background: #c8ecee;
}

.payment__contents__slide__character {
  width: 228px;
  height: 262px;
  position: absolute;
  bottom: -40px;
  left: -244px;
}

.payment__contents__slide__character img {
  width: 228px;
  height: 262px;
}

.payment__contents__slide__list {
  position: relative;
  display: flex;
  gap: 41px;
}

.payment__contents__slide__list__item {
  position: relative;
  margin-top: 106px;
}

.payment__contents__slide__list__item__mockup {
  position: relative;
  width: 248px;
}

.payment__contents__slide__list__item__mockup img {
  position: relative;
  width: 248px;
  height: auto;
}

.payment__contents__slide__list__item__title {
  display: flex;
  position: relative;
  text-align: center;
  justify-content: center;
  gap: 6px;
  margin-top: 30px;
}

.payment__contents__slide__list__item__title img {
  display: none;
  position: relative;
  width: 20px;
  height: 17px;
  top: 7px;
}

.payment__contents__slide__list__item__title span {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #212121;
}

.payment__contents__slide__list__item.active {
  margin-right: 70px;
  margin-top: 0;
}

.payment__contents__slide__list__item.active
  .payment__contents__slide__list__item__mockup {
  width: 300px;
}

.payment__contents__slide__list__item.active
  .payment__contents__slide__list__item__mockup
  img {
  width: 300px;
}

.payment__contents__slide__list__item.active
  .payment__contents__slide__list__item__title
  img {
  display: block;
}
