.forget {
    padding: 120px 0;
}

.forget__subtitle-bar {
    position: relative;
    margin-bottom: 60px;
}

.forget__subtitle-bar:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 35px;
    height: 4px;
    background: linear-gradient(128.21deg, #ED5574 -17.05%, #D93657 72.02%);
}

.forget__content {
    padding: 0;
}

.forget__bubi {
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
    object-fit: cover;
    display: block;
}

.forget__content-title {
    margin: 40px 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.36;
    text-align: center;
    background: linear-gradient(128.21deg, #ED5574 -17.05%, #D93657 72.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Swiper Start */
.forget__swiper {
    width: 100%;
    max-width: 1102px;
    padding: 10px 0 0;
    position: relative;
    margin: 0 auto;
}

.forget__swiper .swiper-wrapper {
    align-items: stretch;
    padding-bottom: 60px;
}

.forget__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    height: auto;
    box-sizing: border-box;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0px 4px 54.1px rgba(64, 114, 145, 0.25);
    opacity: 0;
    transition: opacity 400ms ease-in-out;
    pointer-events: none;
    will-change: opacity;
}

.forget__slide.swiper-slide-visible {
    opacity: 1;
    pointer-events: auto;
}

.forget__step-description {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 1.36;
    max-width: 400px;
    margin-top: 20px;
    height: 100px;
}

.forget__step-description-step4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 1.36;
    max-width: 400px;
    margin-top: 20px;
    height: 100px;
    transform: translateY(20px);
}

.forget__step-description-step4 a {
    color: #d93657;
    text-decoration: underline;
    font-size: 16px;
    padding: 4px;
}

.forget__step-description-step5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 1.36;
    max-width: 400px;
    margin-top: 20px;
    height: 100px;
    transform: translateY(20px);
}

.forget__step-description-step6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 1.36;
    max-width: 400px;
    margin-top: 20px;
    height: 100px;
    transform: translateY(20px);
}

.forget__step-description-hint {
    font-size: 18px;
    color: #d93657;
    text-align: center;
    line-height: 1.36;
    margin-bottom: 10px;
}

.forget__slide-image {
    width: 285px;
    height: 253px;
    transform: translateY(20px);
    object-fit: contain;
    display: block;
}

.forget__slide-image--mobile {
    width: 300px;
    height: 253px;
    transform: translateY(35px);
    object-fit: contain;
    display: block;
}

.forget__swiper .swiper-button-next,
.forget__swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.forget__swiper .swiper-button-next::after,
.forget__swiper .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 700;
    color: #d93657;
}

.forget__swiper .swiper-button-next:hover,
.forget__swiper .swiper-button-prev:hover {
    background: linear-gradient(166deg, rgba(237, 85, 116, 1) 0%, rgba(217, 54, 87, 1) 100%);
    transform: translateY(-50%) scale(1.1);
}

.forget__swiper .swiper-button-next:hover::after,
.forget__swiper .swiper-button-prev:hover::after {
    color: #ffffff;
}

.forget__swiper .swiper-button-next {
    right: 20px;
}

.forget__swiper .swiper-button-prev {
    left: 20px;
}

.forget__swiper .swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

/* Pagination */
.forget__swiper .swiper-pagination {
    bottom: 20px !important;
    position: absolute;
    width: 100%;
}

.forget__swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #a6a6a6;
    opacity: 1;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.forget__swiper .swiper-pagination-bullet-active {
    background: linear-gradient(166deg, rgba(237, 85, 116, 1) 0%, rgba(217, 54, 87, 1) 100%);
    transform: scale(1.2);
}

/* Swiper End */

.forget__block {
    height: 150px;
}

/* Responsive Design */
@media (max-width: 1099px) {
    .forget {
        padding: 60px 0;
    }

    .forget__bubi {
        top: 50%;
        right: 0;
        transform: translate(30%, -30%);
    }
}


.forget__swiper {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 1099px) {
    .forget__swiper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .forget__swiper {
        padding-left: 20px;
        padding-right: 20px;
    }
}