.gift-banner{
    position: relative;
    display: flex;
    justify-content: center;
}
.gift-banner img{
    width: 100%;
}
.gift-banner .mobile{
    display: none;
}
/*
.gift-banner::before{
    content: "";
    background: black;
    position: absolute;
    height: 100%;
    left: -600px;
    width: 600px;
}
.gift-banner::after{
    content: "";
    background: black;
    position: absolute;
    height: 100%;
    right: -600px;
    width: 600px;
}*/
.gift-inner{
    padding-top: 80px;
    width: 100%;
    background-color: #333333;
    background-image: url("/gifts/img/back.png");
    background-size: contain;
}
.wraps > .wrapper_inner{
    padding-bottom: 0;
}
.gift-inner-cont{
    max-width: 1260px;
    margin: 0 auto;
}
.wrapper_inner{
    max-width: 100% !important;
    padding: 0;
}
.gift-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gift-item{
    max-width: 40%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    border-radius: 32px;
    height: 100%;
    height: 369px;
}
.gift-item.first{
    margin-right: 10px;
}
.gift-item.second{
    margin-left: 10px;
}
.gift-item-name{
    font-family: SF Pro Text;
    font-size: 20px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: white;
    font-family: sf-regular;
    position: absolute;
    background: #00000038;
    width: 100%;
    height: 63px;
    border-radius: 0 0 16px 16px;
    bottom: 0px;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.gift-item img {
    border-radius: 16px;
    height: 369px;
    transition: .5s;
}
.gift-item img:hover{
    transform: scale(1.1);
    transition: .5s;
}
.gift-item svg{
    position: absolute;
    right: 30px;
    bottom: 17px
}
.gift-list-dif{
    display: flex;
    overflow-x: scroll;
    /*justify-content: center;*/
    max-width: 1031px;
}
.gift-list-dif .gift-item{
    margin-right: 20px;
    min-width: 324px;
    height: auto;
    display: block;
}

.gift-list-dif .gift-item img{
    border-radius: 16px;
    height: 100%;
    width: auto;
    height: auto;
}

.gift-bot-banner{
    position: relative;
    background-size: contain;
}
.page-top.maxwidth-theme {
    display: none!important;
}
.gift-dif-title{
    margin-top: 60px;
    font-family: sf-regular;
    font-size: 32px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 30px;
    margin-left: 9%
}
.gift-list-dif-wrapper{
    display: flex;
    justify-content: center;
}
.gift-item-img{
    overflow: hidden;
    border-radius: 16px;
}
.only-mobile{
    display: none;
}
@media(max-width: 1020px){
    .only-mobile{
        display: block!important;
    }
    .only-desc{
        display: none!important;
    }
    .gift-inner-cont {
        width: 100%;
    }
    .gift-inner{
        display: flex;
        flex-direction: column;
        background-image: url("/gifts/img/bg.m.jpg");
    }
    .gift-list{
        flex-direction: column;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
    }
    .gift-item{
        width: 100%;
        margin-left: 0!important;
        margin-right: 0!important;
        max-width: 100%;
    }
    .gift-item{
        max-width: 453px;
    }
    .gift-item img{
        width: 100%;
        height: auto!important;
    }
    .gift-item{
        height: auto;
    }
    .wrapper_inner{
        padding: 0!important;
    }
    .gift-banner .mobile{
        display: block;
    }
    .gift-banner .desc{
        display: none;
    }
    .gift-banner{
        margin-top: 20px;
    }
    .gift-dif-title{
        text-align: center;
    }
    .gift-list-dif{
        padding-left: 16px;
        padding-right: 16px;
    }
    .gift-list-dif .gift-item{
        margin-right: 10px;
        padding-right: 20px;
    }
    .gift-item-name{
        width: 100%;
        height: 45px;
    }
    .gift-item svg {
        bottom: 11px;
    }
    .gift-item{
        max-width: 350px;
    }
    .gift-list-dif .gift-item{
        min-width: 250px;
    }

}