

/* Start:/local/components/caterina/giftCertificates.detail/templates/.default/style.css?17410746146781*/
.gift__certificates {
    padding: 60px 90px;
    border-radius: 20px;
    top: 20px;
    /*position: sticky;*/
    color: #F7F7F7;
    /*min-height: 750px;*/
    max-height: 600px;
    max-width: 540px;
    margin: 0 auto;
}

/*.gift__certificates::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 50%;*/
/*    background: #FFF;*/
/*    opacity: 0.5;*/
/*    z-index: 1;*/
/*}*/
.gift__certificates-content::before {
    content: "";
    position: absolute;
    top: -15%;
    left: -25%;
    right: -25%;
    bottom: 17%;
    background: #FFF;
    opacity: 0.5;
    z-index: 1;
}

.gift__certificates-content.is-man::before {
    content: none;
}

.gift__certificates-content {
    position: relative;
    z-index: 2;
    max-width: 450px;
    margin: 0 auto;
}

.gift__certificates__card.is-man {
    color: #2C2C2C;
    /*background-image: url("/local/templates/main/images/card/card-ny-2.svg");*/
    margin-top: 20px;


}

.gift__certificates.is-woman {
    background-color: #736035;
}

.gift__certificates.is-man {
    background-image: url("/local/templates/main/images/card/8.03.jpg");
    background-size: cover;
    color: #2C2C2C;
}

.gift__certificates.is-man:before {
    background: none;

}

.gift__certificates-content.is-man {
    .gift__certificates-content--man {
        border-radius: 12px;
        opacity: 0.68;
        padding: 17px;
        max-width: 360px;
        margin: 0 auto;
        background: #FFF;
    }
}

.gift__certificates__card.is-man:before {
    /*z-index: -1;*/
    /*content: "";*/
    /*background-image: url("/local/templates/main/images/sprites/svg/tree-sert-ny.svg");*/
    /*height: 209px;*/
    /*position: absolute;*/
    /*width: 112px;*/
    /*right: 0px;*/
}

.gift__certificates-name {
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 48px;
}

.gift__certificates-text {
    font-size: 16px;
    margin-bottom: 34px;
    word-break: break-word;
}

.gift__certificates-from {
    margin-top: 30px;
    font-size: 18px;
    /*text-align: right;*/
}

.gift__certificates__card {
    padding: 20px;
    background: #FFF;
    box-shadow: 0 8px 16px rgba(63, 55, 26, 0.12);
    border-radius: 12px;
    position: relative;
    z-index: 2;
    color: #696969;
    max-width: 360px;
    margin: 60px auto 30px;
}

.gift__certificates.is-woman .gift__certificates__card {
    /*background: #e7c8bc;*/
}

.gift__certificates__card-logo {
    max-width: 220px;
    margin: 0 auto;
}

.gift__certificates__card-price {
    margin: 24px 0;
    font-size: 20px;
    line-height: 1;
}

.gift__certificates__card-holder {
    border: 1px dashed currentColor;
    padding: 7.5px 16px;
    max-width: 300px;
    margin: 0 auto;
}

.gift__certificates__card-holder--label {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 2px;
}

.gift__certificates__card-holder--code {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1px;
}

.gift__certificates-agree {
    text-align: center;
    max-width: 430px;
    margin: 25px auto;
}

.gift__certificates-agree .checkbox {
    justify-content: center;
}

.gift__certificates-agree .checkbox-text {

}

.gift__certificates-agree .checkbox-box {
    background-color: #f7f7f7;
    color: #f7f7f7;
}

.gift__certificates-agree .checkbox-box:before {
    border-color: #736035 !important;
}

.gift__certificates-btn {
    text-align: center;
}

.js-gift-btn.is-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.btn.btn-darken {
    border-radius: 4px;
    border: 1px solid #736035;
    background: #FFF;
    color: #736035;
}

.gift__certificates__qr {
    display: flex;
    align-items: center;
    max-width: 462px;
    margin: 15px auto 0;
}

.gift__certificates-agree .checkbox-text {
    color: #6B6452;
    text-align: justify;
}

.gift__certificates__qr-img {
    flex: 0 0 100px
}

.gift__certificates__qr-text {
    font-size: 12px;
}

.gift__certificates__qr-img img {
    display: block;
}

@media (max-width: 1199.98px) {


}

@media (min-width: 960px) and (max-width: 1199.98px) {

    .gift__certificates {
        padding: 30px 40px;
        height: auto;
    }
}

@media (max-width: 959.98px) {
    .gift__certificates-content:before {
        content: "";
        position: absolute;
        top: -17%;
        left: -10%;
        right: -10%;
        bottom: 17%;
        background: #FFF;
        opacity: 0.5;
        z-index: 1;
    }

    .gift__certificates__card {

    }

    .gift__certificates-agree {
        max-width: 288px;
        word-break: break-all;
    }

    .gift__certificates__card.is-man:before {
        content: "";
        /*background-image: url("/local/templates/main/images/sprites/svg/tree-sert-ny-mob.svg");*/
        height: 100%;
        position: absolute;
        width: 89px;
        right: 0px;
        bottom: -1px;
    }

    .gift__certificates {
        padding: 30px;
        min-height: inherit;
        margin-bottom: 30px;
    }

    .gift__certificates__card {
        padding: 15px;
    }

    .gift__certificates__card-logo {
        max-width: 160px;
    }

    .gift__certificates__card-price {
        margin: 15px 0;
    }

    .gift__advantages-item--wrapper {
        margin-bottom: 20px;
    }

    .gift__advantages-item--wrapper:last-child {
        margin-bottom: 0;
    }

    .gift__advantages-img {
        height: 50px;
    }

    /*.gift__certificates::before {*/
    /*    height: 540px;*/
    /*    bottom: 21%;*/
    /*}*/
}

@media (max-width: 575.98px) {
    .gift__certificates {
        max-width: 296px;
    }

    .btn.btn-darken {
        padding: 14px 23px;
    }

    .gift__certificates {
        padding: 46px 10px 40px;
    }

    .gift__certificates-content {
        max-width: 260px;
    }

    .gift__certificates-name {
        margin-bottom: 30px;
    }

    .gift__certificates-text {
        margin-bottom: 20px;
    }

    .gift__certificates-from {
        margin-top: 20px;
    }

    .gift__certificates__card {
        margin-top: 30px;
    }

    .gift__certificates__qr {
        padding: 0;
    }

    .gift__certificates__qr-img {
        flex: 0 0 105px;
        margin-right: 0px;
    }

    .gift__certificates__qr-text {
        font-size: 14px;
    }
}
/* End */
/* /local/components/caterina/giftCertificates.detail/templates/.default/style.css?17410746146781 */
