body.information-present {
    background: #59944F;
}

body.information-present h1,
body.information-present .breadcrumb a,
body.information-present .breadcrumb li a,
body.information-present .breadcrumb li,
body.information-present .breadcrumb li + li:before,
body.information-present .breadcrumb {
    color: #fff !important;
}


body.information-present .subscribe-wrapper,
body.information-present .subscribe__info {
    background: transparent;
    color: #fff;
}

#content {
    color: #fff;
}

main {
    position: relative;
    background: url("../image/present/spring/bg-topright.svg") no-repeat 100% 0;
}

.body-bg-right,
.body-bg-left {
    position: fixed;
    top: 10%;
    left: -170px;
    height: 100vh;
}

.body-bg-right {
    left: unset;
    right: -170px;
}

.body-bg-left div {
    position: sticky;
    /*top: -60pxx;*/
    width: 250px;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    /*left: -70px;*/
    background-image: url("../image/present/spring/body-left.svg");
}

.body-bg-right div {
    position: sticky;
    /*top: -60pxx;*/
    width: 250px;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    /*left: -70px;*/
    background-image: url("../image/present/spring/body-right.svg");
}

.present_top h2 {
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-weight: 800;
    line-height: 45px;
    letter-spacing: 1px;
    max-width: 545px;
    margin:0 0 60px;
}

.present_top .present__info {
    display: flex;
    margin-top: 40px;
}

.present__info-title p {
    color: rgb(255, 0, 0);
    font-size: 25px;
    font-weight: 700;
    line-height: 36px;
}

.present__info-title {
    background: url("../image/present/spring/butterfly1.svg") no-repeat calc(100% - 40px) 0;
}

.present__info--text {
    display: flex;
    align-items: center;
    gap: 0 220px;
}

.present__info--text > img {
    align-self: flex-end;
}

.present__products {
    display: flex;
    flex-flow: row wrap;
    gap: 22px;
}

.text_1 {
    background: url("../image/present/spring/text-bg.svg") no-repeat center / cover;
    width: 314px;
    height: 192px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.text_1:before {
    content: url("../image/present/spring/text-icon1.svg");
    position: absolute;
    bottom: 68%;
    right: 8%;
    z-index: -2;
}

.text_1 div {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: center;
    transform: rotate(-4.96deg);
    max-width: 220px;
    position: relative;
    left: 10px;
}

.text_1 div:before {
    content: url("../image/present/spring/text-gift1.svg");
    position: absolute;
    bottom: 37%;
    right: -21%;
    z-index: -1;
}

.text_1 div:after {
    content: url("../image/present/spring/text-gift2.svg");
    position: absolute;
    bottom: 110%;
    right: 39%;
    z-index: -1;
}

.text_2 {
    width: 108px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6740CF;
    transform: rotate(9.97deg);
    border-radius: 50%;
    position: relative;
}

.text_2:before {
    content: url("../image/present/spring/butterfly2.svg");
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-54%, -36%);;
}

.text_2 div {
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    line-height: 15px;
    letter-spacing: 1px;
}

.present__products .item {
    border-radius: 15px;
    flex-basis: calc(100% / 4 - 17px);
    background: rgb(255, 255, 255);
    margin-bottom: 0;
    position: relative;
    z-index: unset;
}

.present__products .item__top {
    position: relative;
    text-align: center;
    margin-bottom: 18px;
}

.present__products  .item__percent {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #E30613;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 800;
    line-height: 17px;
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 12px;
    left: 8px;
}

.present__products  .item__name {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
    min-height: 34px;
    padding: 0 26px;
    margin-bottom: 22px;
}

.present__products .item .product-thumb__add-to-cart {
    display: flex;
    align-items: center;
    max-width: max-content;
    gap: 0 10px;
    margin: 0 auto 20px;
}

.present__products .item:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.present__products .item:nth-child(1):before {
    content: url("../image/present/spring/product1.svg");
    bottom: 93%;
    top: unset;
}

.present__products .item:nth-child(2):before {
    content: url("../image/present/spring/product2.svg");
    left: 0;
    right: unset;
    transform: translate(10px, -57%);
}

.present__products .item:nth-child(3):before {
    content: url("../image/present/spring/product3.svg");
    right: 22px;
    transform: translateY(-67%);
}

.present__products .item:nth-child(4):before {
    content: none;
}

@media (max-width: 1650px) {
    body.information-present {
        background: url('../image/present/spring/bg-vector.svg') no-repeat -35% 0, #59944F;
    }


    body.information-present .breadcrumb li a,
    body.information-present .breadcrumb li,
    body.information-present .breadcrumb li + li:before,
    body.information-present .breadcrumb a,
    body.information-present .breadcrumb {
        color: #226B31 !important;
    }

    body.information-present h1 {
        color: #FF0000;
    }

    .present_top h2 {
        color: rgb(34, 107, 49);
    }
    .present__info + h2 {
        color: #000 !important;
    }

}

@media (max-width: 1500px) {
    body.information-present {
        background: url('../image/present/spring/bg-vector.svg') no-repeat -50% 0, #59944F;
    }

    .present__info--text {
        gap: 0 120px;
    }
}

@media (max-width: 1300px) {
    body.information-present {
        background-position: -60% 0;
    }
}

@media (max-width: 1100px) {
    .present__products .item {
        flex-basis: calc(100% / 2 - 11px);
    }

    .present__info--text > img {
        display: none;
    }

    .present_top {
        background-image: none;
    }
}

@media (max-width: 650px) {

    .present_top .present__info {
        flex-direction: column;
    }


    .present_top h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 0;
        color: #fff;
    }

    .present__info--text {
        flex-direction: column;
    }

    .present__info--text > img {
        display: block;
        align-self: unset;
    }

    .text_2 {
        display: none;
    }

    .present__products {
        gap: 50px 0;
    }

    .present__products .item {
        flex-basis: 100%;
    }

    body.information-present .top-present-wrap {
        justify-content: center;
    }

    .present_top h2 {
        font-size: 26px;
    }

    body.information-present .breadcrumb li a,body.information-present .breadcrumb li,body.information-present .breadcrumb li + li:before,
    body.information-present .breadcrumb, body.information-present h1 {
        display: none;
    }

    main {
        background: none;
        /*background-size: auto;*/
        overflow: hidden;
    }

    .present__info-title {
        margin-bottom: 80px;
    }

    main .body-bg-left,
    main .body-bg-right {
        z-index: -1;
    }

    .present__products .item:nth-child(2):before {
        transform: translate(10px, -40%);
    }

    .present__products .item:nth-child(3):before {
        transform: translateY(-47%);
    }

    .top-present-wrap span:nth-child(2) {
        font-size: 14px;
    }

    .present__info-title {
        background-position: 100% 0;
    }

    .top-present-wrap span i {
        padding: 0 60px;
    }
}