.page-wrapper__bottom-background {
	margin-top: 0 !important;
}

.breadcrumbs-item__text{
    display: none;
}
.breadcrumbs{
    display: none;
}
.white-block-wrapper{
    display:none;
}
.gift-card{
    background-color: #232426;
    margin-top: -70px;
}
.gift-card__title{
    margin-top: 67px;
    margin-bottom: 33px;
    font-family: Dela Gothic One !important;
    font-weight: 400;
    font-size: 75px;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(95.85deg, #DFA24C -37.04%, #FEF2B2 100%),
    linear-gradient(141.96deg, #D3B17A 20.94%, #DFC390 35.94%, #EAD5A6 53.2%, #EFDCAE 65.2%, #D3B17A 88.46%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.gift-card__desk{
    margin-bottom: 33px;
    font-family: Montserrat !important;
    font-weight: 300;
    font-size: 31px;
    leading-trim: NONE;
    line-height: 130%;
    text-align: center;
    background: linear-gradient(0deg, #B58E53, #B58E53),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    background-clip: text;
    color: #FFFFFF;
}
.gift-card__text{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gift-card__button{
    font-family: Montserrat !important;
    font-weight: 700;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    width: 240px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(95.85deg, #DFA24C -37.04%, #FEF2B2 100%),
    linear-gradient(141.96deg, #D3B17A 20.94%, #DFC390 35.94%, #EAD5A6 53.2%, #EFDCAE 65.2%, #D3B17A 88.46%);
}
a.gift-card__button:active, /* активная/посещенная ссылка */
a.gift-card__button:hover,  /* при наведении */
a.gift-card__button {
    text-decoration: none;
    color: black;
}

.gift-card__images-block{
    display:flex;
    width:100%;
    flex-direction: row;
    gap:35px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.gift-card__images-item{
    width:50%
}
.gift-card__images-item--image-right{
    margin-bottom: -7px;
}

/* Large desktops and laptops */


/* Portrait tablets and medium desktops */
@media (max-width: 1200px){
    .gift-card__title{
        margin-top: 45px;
        margin-bottom: 22px;
    }
    .gift-card__desk{
        margin-bottom: 22px;
    }
    .gift-card__images-block {
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
        gap: 15px;
    }
    .gift-card__images-item{
        width:100%
    }
    .gift-card__images-item--image-left{
        padding-right:40px;
    }
    .gift-card__images-item--image-right{
        padding-left:40px;
    }
}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
    .gift-card__title {
        margin-top: 42px;
        font-size: 45px;
    }

    .gift-card__desk{
        font-size: 24px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .gift-card__title{
        margin-top: 57px;
        font-size: 30px;
    }

    .gift-card__desk{
        font-size: 16px;
    }
}