.fur-1 {
    gap: 20px;
    align-items: center;
}

.fur1-text {
    gap: 50px;
    max-width: 31%;
    position: relative;
}

#butterfly-3 {
    max-width: 163px;
    top: -60px;
    right: -75px;
    position: absolute;
}

.fur1-images {
    height: 783px;
    max-width: 55%;
    width: 100%;
    position: relative;
}

.fur1-image1-pos {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 77%;
    width: 100%;
    height: 85%;
}

.fur1-image1 {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    border-radius: 20px 290px 20px 20px;
}

.fur1-image2-pos {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 50%;
    width: 100%;
    height: 47%;
}

.fur1-image2 {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    border-radius: 20px 20px 20px 200px;
}

.image1-border {
    position: absolute;
    left: -25px;
    right: 25px;
    bottom: 30px;
    top: -30px;
    border-radius: 20px 290px 20px 20px;
    border: 2px solid rgba(221, 165, 200, 1);
}

.image2-border {
    position: absolute;
    left: 15px;
    right: -15px;
    bottom: 15px;
    top: -15px;
    border-radius: 20px 20px 20px 200px;
    border: 2px solid rgba(255, 255, 255, 1);
}

@media(max-width:1028px) {
    .fur-1 {
        flex-direction: column;
        gap: 50px;
    }

    .fur1-text {
        gap: 30px;
        max-width: unset;
    }

    #butterfly-3, #butterfly-4 {
        display: none;
    }

    .fur1-images {
        height: 600px;
        max-width: unset;
    }
}

@media (max-width:768px) {
    .fur-1 {
        gap: 30px;
    }

    .fur1-images {
        height: 441px;
    }

    .fur1-image1-pos {
        max-width: 76%;
        width: 100%;
        height: 72%;
    }

    .fur1-image1 {
        border-radius: 40px;
    }

    .fur1-image2-pos {
        max-width: 71%;
        width: 100%;
        height: 57%;
    }

    .fur1-image2 {
        border-radius: 40px;
    }

    .image1-border {
        left: -6px;
        right: 6px;
        bottom: 6px;
        top: -6px;
        border-radius: 40px;
    }

    .image2-border {
        left: 6px;
        right: -6px;
        bottom: 6px;
        top: -6px;
        border-radius: 40px;
    }
}


/* Второй экран */
.wrapper-fur-2 {
    position: relative;
    max-width: 1517px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}
#butterfly-4{
    position: absolute;
    top: -197px;
    left: 5px;
    max-width: 163px;
}
.fur-2 {
    gap: 50px;
}

.paket {
    width: 100%;
    padding: 70px 80px;
    gap: 40px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 100px 300px 100px 300px;
    align-items: center;
    position: relative;
}

.paket-border {
    position: absolute;
    top: -15px;
    bottom: 15px;
    right: 25px;
    left: -25px;
    border-radius: 40px 300px 100px 200px;
    border: 2px solid rgba(221, 165, 200, 1);
    pointer-events: none;
}

.paket-text {
    gap: 15px;
}
.paket-title{
    font-size: 50px;
    font-family: Kaisei Opti;
    font-weight: 700;
    line-height: 72.4px;
}
.paket-price{
    border-bottom: 2px solid rgba(221, 165, 200, 1);
    font-size: 40px;
    font-weight: 700;
    line-height: 57.92px;
    font-family: Kaisei Opti;
}
.paket-hars-columns{
    gap: 30px;
    width: 100%;
}
.paket-har-column{
    width: 100%;
    gap: 20px;
    align-items: center;
}
.paket-hars{
    gap: 20px;
}
.hars-text{
    font-weight: 700;
}
@media(max-width: 1560px){
    .paket {
        border-radius: 80px;
    }
    .paket-border {
        top: 10px;
        bottom: -25px;
        right: -6px;
        left: -6px;
        border-radius: 80px;
    }
}
@media(max-width: 1028px){
    .paket-title{
        font-size: 40px;
        line-height: 60.4px;
    }
    .paket-price{
        font-size: 35px;
        line-height: 50.44px;
    }
    .paket {
        padding: 40px;
        gap: 30px;
        border-radius: 80px;
    }
    .paket-border {
        top: 10px;
        bottom: -25px;
        right: -6px;
        left: -6px;
        border-radius: 80px;
    }
    .fur-2 {
        gap: 40px;
    }
}
@media(max-width: 768px){
    .paket-title{
        font-size: 24px;
        line-height: 34.75px;
    }
    .paket-price{
        font-size: 30px;
        line-height: 43.44px;
    }
    .paket {
        padding: 20px;
        gap: 20px;
        border-radius: 40px;
    }
    .paket-border {
        border-radius: 40px;
    }
    .paket-hars-columns{
        gap: 10px;
        flex-direction: column;
    }
    .paket-har-column{
        gap: 16px;
    }
    .paket-hars{
        gap: 16px;
    }
    .fur-2 {
        gap: 35px;
    }
}
.paket-har-column-bordered {
    border: 1px solid rgba(244, 232, 240, 1);
    border-radius: 46px;
    padding: 20px 0;
}