body {
  --fz-18:18px;
  --fz-45:45px;
  --fz-80: 80px;
  --space-100: 100px;
}

.py-100 {
  padding-block: var(--space-100);
}

.pt-100 {
  padding-top: var(--space-100);
}

.pb-100 {
  padding-bottom: var(--space-100);
}

.bg-light {
  background: #f5f5f7;
}

.view-all {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  padding: 0 60px;
  color: #ffffff;
  text-align: center;
  background: var(--color-primary);
  transition: background var(--time) ease-in-out;
  border-radius: 100px;
}

.view-all:hover {
  background: #272727;
}

/* ------------------------------------------------------------ */

.tick-list li {
  color: #272727;
  padding-left: 40px;
  background: url(../images/tick.svg) no-repeat;
}

.tick-list li + li {
  margin-top: 25px;
}

/* ------------------------------------------------------------ */

.section-title {
  margin-bottom: 60px;
}

.section-title h2 {
  margin-bottom: 30px;
}

.section-title p {
  margin: 0;
  color: #272727;
}

/* ------------------------------------------------------------ */

.swiper-pagination {
  position: unset !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid var(--color-primary);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

/* ------------------------------------------------------------ */

.swiper-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.arrow-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 130px;
  margin-left: auto;
}
.arrow-buttons > div {
  margin: 0;
  position: unset;
  width: 70px;
  height: 70px;
}
.arrow-buttons > div::after {
  display: none;
}
.arrow-buttons .swiper-button-prev {
  background: url(../images/prev.png) no-repeat center;
  background-size: cover;
}
.arrow-buttons .swiper-button-next {
  background: url(../images/next.png) no-repeat center;
  background-size: cover;
}

/* ------------------------------------------------------------ */

.center-content {
  text-align: center;
}
.center-content h2 {
  margin-bottom: 20px;
}
.center-content .banner-buttons {
  justify-content: center;
}

/* ------------------------------------------------------------ */

.offer-card-item .front {
  position: relative;
  min-height: 400px;
  background: #f5f5f7 0% 0% no-repeat padding-box;
  /* box-shadow: -7px -4px 10px #ffffff; */
  box-shadow: rgb(255 255 255 / 77%) -6px -5px 20px 7px, rgb(151 142 142 / 34%) 1px 2px 7px 3px;
  border: 1px solid #ffffff;
  border-radius: 30px;
}
.offer-card-item .back::after,
.offer-card-item .front::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-slide:nth-child(1) .offer-card-item .back:after,
.swiper-slide:nth-child(1) .offer-card-item .front:after {
  background: url(../images/purchase.svg) no-repeat;
  background-position: bottom right;
}

.swiper-slide:nth-child(2) .offer-card-item .back:after,
.swiper-slide:nth-child(2) .offer-card-item .front:after {
  background: url(../images/refinancing.svg) no-repeat;
  background-position: bottom right;
}

.swiper-slide:nth-child(3) .offer-card-item .back:after,
.swiper-slide:nth-child(3) .offer-card-item .front:after {
  background: url(../images/money.svg) no-repeat;
  background-position: bottom right;
}

.swiper-slide:nth-child(4) .offer-card-item .back:after,
.swiper-slide:nth-child(4) .offer-card-item .front:after {
  background: url(../images/renovation.svg) no-repeat;
  background-position: bottom right;
}

.swiper-slide:nth-child(5) .offer-card-item .back:after,
.swiper-slide:nth-child(5) .offer-card-item .front:after {
  background: url(../images/key.svg) no-repeat;
  background-position: bottom right;
}

.swiper-slide:nth-child(6) .offer-card-item .back:after,
.swiper-slide:nth-child(6) .offer-card-item .front:after {
  background: url(../images/globe.svg) no-repeat;
  background-position: bottom right;
}

.offer-card-item h5 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  width: 240px;
  transform: rotate(90deg);
  position: absolute;
  top: 110px;
  left: -70px;
} 
.offer-card-item h5 span {
  font-weight: bold;
  color: var(--color-primary);
}
.offer-card-item .arrow {
  position: absolute;
  top: 0;
  right: 0;
}

.offer-card-item .back {
  background: var(--color-primary);
}

.offer-card-item .flip-back {
  color: #ffffff;
}

.offer-card-item .flip-back h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.offer-card-item .flip-back ul {
  list-style: disc;
  padding-left: 24px;
}

.offer-card-item .flip-back li {
  font-size: 14px;
}

.offer-card-item .flip-back li + li {
  margin-top: 6px;
}

.offer-card-item:hover .back:after,
.offer-card-item:hover .front:after {
  opacity: 0.2;
  mix-blend-mode: screen;
  filter: brightness(0.9);
}


/* ------------------------------------------------------- */

.dialog-popup {
  width: 100%;
  border-radius: 20px;
}
.dialog-popup > img{
  text-align: center;
  margin: auto;
}


.dialog-popup-head {
  padding: 10px;
  background: var(--color-primary);
  border-radius: 10px;
  color: #ffffff;
  margin-top:24px;
}

.dialog-popup-head h4{
  display: flex;
  justify-content: space-between;
}

.dialog-popup-body li {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dialog-popup-body li  span{
  display: block;
  font-size: 12px;
  color: var(--color-primary);
}

.dialog-popup-body li p{
  font-size: 14px;
}

.dialog-popup-body li p:last-child{
  text-align: right; 
}

.dialog-popup-body h5{
  margin-block: 15px;
  color: var(--color-primary);
}
.dialog-popup-body h6{
  border-top: 1px solid #ddd;
  padding-top: 15px;
  color: var(--color-primary);
}