@font-face {
    font-family: 'Prata';
    src: url('fonts/Prata-Regular.woff2') format('woff2'),
        url('fonts/Prata-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.breadcrumbs {
    display: none !important;
}.gift-page {
    --gift-black: #050505;
    --gift-white: #fff;
    --gift-line: rgba(0, 0, 0, .28);
    --gift-shell: 1257px;
    color: var(--gift-black);
    background: var(--gift-white);
    font-family: var(--font, "TTNorms-st", Arial, sans-serif);
    font-size: 16px;
    line-height: 1.35;
}
.gift-page *, .gift-page *::before, .gift-page *::after { box-sizing: border-box; }
.gift-page img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gift-page__shell { width: min(calc(100% - 48px), var(--gift-shell)); margin-inline: auto; }
.gift-page__hero { position: relative; min-height: 910px; overflow: hidden; color: #fff; background: #504a44; }
.gift-page__hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.66) 0%, rgba(0,0,0,.22) 54%, rgba(0,0,0,.02) 100%), url("assets/hero3.jpg") center 54% / cover no-repeat; }
.gift-page__hero-inner { position: relative; z-index: 1; padding-top: 130px; }
.gift-page__eyebrow { margin: 0 0 32px; font-size: 16px; text-transform: uppercase; }
.gift-page__title { max-width: 675px; margin: 0; color: inherit; font-size: 72px; font-weight: 400; line-height: .96; font-family: 'Prata';}
.gift-page__lead { max-width: 470px; margin: 48px 0 50px; font-size: 22px; line-height: 1.3; }
.gift-page__button { display: inline-flex; min-height: 61px; align-items: center; justify-content: center; padding: 15px 38px; border: 1px solid currentColor; border-radius: 0; font: inherit; font-size: 17px; text-decoration: none; cursor: pointer; transition: color .2s, background .2s; }
.gift-page__button--light { color: #fff; background: #111; border-color: transparent; }
.gift-page__button--light:hover { color: #fff; background: #DEC8A0; }
.gift-page__delivery { max-width: 400px; margin: 36px 0 0; font-size: 18px; }
.gift-page__usage { padding: 72px 0 64px; }
.gift-page__section-title { margin: 0 0 42px; font-size: 48px; font-weight: 400; line-height: 1.05; font-family: 'Prata';}
.gift-page__usage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }
.gift-page__usage-item {
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.gift-page__usage-image { aspect-ratio: 311 / 535; overflow: hidden; background: #ddd; }
.gift-page__usage-item:nth-child(1) img { object-position: 50% 48%; }
.gift-page__usage-item:nth-child(2) img { object-position: 50% 50%; }
.gift-page__usage-item:nth-child(3) img { object-position: 52% 50%; }
.gift-page__usage-item--palette img { object-position: 53% 37%; }
.gift-page__usage-copy {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 10px;
    padding: 20px 12px 20px 10px;
    border: solid 2px #ddd;
    border-top: 0;
    flex: 1 1 auto;
}
.gift-page__usage-copy > span {
    font-family: 'Pata';
    font-size: 23px;
    color: #787878;
}
.gift-page__usage-copy h3 { margin: 0 0 8px; font-size: 16px; font-weight: 500; line-height: 1.2; }
.gift-page__usage-copy p { margin: 0; font-size: 13px; line-height: 1.35; }
.gift-page__request { padding: 60px 0 96px; }
.gift-page__request-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 100px; align-items: start; }
.gift-page__form { max-width: 775px; }
.gift-page__field { display: grid; grid-template-columns: 210px 1fr; align-items: center; min-height: 54px; border-bottom: 1px solid var(--gift-line); }
.gift-page__field label { font-size: 18px; }
.gift-page__field input, .gift-page__field select { width: 100%; height: 53px; margin: 0; padding: 0 34px 0 0; color: #111; border: 0; outline: 0; background: transparent; border-radius: 0; font: inherit; font-size: 18px; }
.gift-page__field select { appearance: none; background: linear-gradient(45deg, transparent 50%, #111 50%) right 7px center / 7px 7px no-repeat, linear-gradient(135deg, #111 50%, transparent 50%) right 0 center / 7px 7px no-repeat; }
.gift-page__field select:disabled { color: #999; opacity: .7; }
.gift-page__submit-row { display: flex; align-items: center; gap: 46px; margin-top: 10px; }
.gift-page__submit-row .btn { min-width: 300px; max-width: 100%;  padding: 1.3rem 2rem;}
.gift-page__agree { display: grid; grid-template-columns: 16px 1fr; gap: 10px; align-items: start; cursor: pointer; }
.gift-page__agree input { position: absolute; opacity: 0; pointer-events: none; }
.gift-page__agree > span { width: 16px; height: 16px; margin-top: 2px; border: 1px solid #333; }
.gift-page__agree input:checked + span { background: #333; box-shadow: inset 0 0 0 3px #fff; }
.gift-page__agree small { color: #4f4f4f; font-size: 12px; line-height: 1.35; }
.gift-page__agree a { color: inherit; text-decoration: underline; }
.gift-page__form-column {
    position: relative;
}
.gift-page__stock {
    padding: 50px 0 50px 30px;
    border-left: solid 2px #ddd;
}
.gift-page__stock-image { height: 190px; margin-bottom: 26px; overflow: hidden; }
.gift-page__stock p { margin: 0 0 12px; font-size: 17px; }
.gift-page__stock strong { font-size: 40px; font-weight: 400; line-height: 1.05; }
.gift-page__stock strong span { font-size: 68px; }
.gift-page__success { display: none; max-width: 775px; padding: 34px; background: #f1f1ef; }
.gift-page__request.success .gift-page__form,
.gift-page__request.success > .gift-page__section-title { display: none; }
.gift-page__success strong, .gift-page__success span { display: block; }
.gift-page__success strong { margin-bottom: 8px; font-size: 28px; font-weight: 400; }

.form_police_wrap {
    margin-top: 25px;
    font-size: 14px;
}
.form_police_wrap .checkbox span {
    margin-top: 5px;
}
.btn:disabled {
    cursor: no-drop;
}
.selectric {
    border: none;
    background: transparent;
}
.selectric .label {
    margin-left: 0;
}
#stock_val.odometer {
	display: inline-flex;
	font-variant-numeric: tabular-nums;
	vertical-align: bottom;
}
.odometer-digit {
	position: relative;
	display: inline-block;
	height: 1em;
	line-height: 1;
	overflow: hidden;
	vertical-align: top;
}
.odometer-digit__strip {
	display: block;
	transition: transform 1s cubic-bezier(0.36, 0.07, 0.19, 0.97);
	will-change: transform;
}
.odometer-digit__value {
	display: block;
	height: 1em;
	line-height: 1;
}
#stock_numbs {
    font-family: 'Prata';
}
.gift_rev_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -17px 0;
}
.gift_rev_it {
    width: calc(33.3333% - 34px);
    margin: 10px 17px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 7px 0 rgb(0 0 0 / 23%);
}
.gift-page img.gift_rev_img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 16px;
}
.gift_rev_content {
    background: #fff;
    padding: 23px;
}
.gift_rev_header {
}
.gift_rev_name {
    font-size: 17px;
    font-weight: 500;
}
.gift_rev_prof {
    font-size: 14px;
    font-weight: 500;
    color: #5D5D5D;
}
.gift_rev_text {
    font-size: 14px;
    margin-top: 17px;
}
.gift-page img.q_ico {
    width: 25px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 17px;
    transform: rotate(180deg);
}




@media (max-width: 1100px) {
    .gift-page__title { font-size: 68px; }
    .gift-page__usage-grid { grid-template-columns: repeat(2, 1fr); row-gap: 38px; }
    .gift-page__usage-image { aspect-ratio: 181 / 412; }
    .gift-page__request-grid { gap: 48px; grid-template-columns: minmax(0, 1fr) 300px; }
}
@media (max-width: 767px) {
    .gift-page { font-size: 15px; }
    .gift-page__shell { width: calc(100% - 34px); }
    .gift-page__hero { min-height: 560px; }
    .gift-page__hero-media { background-image: linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.08)), url("assets/hero3.jpg"); background-position: 48% center; }
    .gift-page__hero-inner { padding-top: 28px; }
    .gift-page__eyebrow { margin-bottom: 30px; font-size: 13px; text-align: center; }
    .gift-page__title { max-width: 330px; font-size: 46px; line-height: 1.03; }
    .gift-page__lead { max-width: 350px; margin: 78px 0 24px; font-size: 17px; }
    .gift-page__button { min-height: 49px; padding: 12px 24px; font-size: 15px; }
    .gift-page__button--light { width: 100%; }
    .gift-page__delivery { margin-top: 18px; font-size: 15px; }
    .gift-page__usage { padding: 36px 0 62px; }
    .gift-page__section-title { margin-bottom: 28px; font-size: 38px; }
    .gift-page__usage-grid { gap: 14px 6px; }
    .gift-page__usage-copy { grid-template-columns: 24px 1fr; gap: 10px;}
    .gift-page__usage-copy &gt; span, .gift-page__usage-copy h3 { font-size: 14px; }
    .gift-page__usage-copy h3 { margin-bottom: 6px; }
    .gift-page__usage-copy p { font-size: 13px; }
    .gift-page__request { padding: 18px 0 70px; }
    .gift-page__request-grid { display: flex; flex-direction: column; gap: 34px; }
    .gift-page__form-column, .gift-page__form { width: 100%; }
    .gift-page__field { display: block; min-height: 58px; padding-top: 7px; }
    .gift-page__field label { display: block; font-size: 14px; }
    .gift-page__field input, .gift-page__field select { height: 35px; padding-right: 24px; font-size: 16px; }
    .gift-page__submit-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; }
    .gift-page__submit-row .btn { min-width: 0; width: 213px; }
    .gift-page__agree { flex: 1 1 120px; }
    .gift-page__stock {
        order: -1;
        width: 100%;
        padding: 20px 0 20px 20px;
        display: block;
    }
    .gift-page__stock-image { grid-column: 1 / -1; height: auto; aspect-ratio: 321 / 118; margin-bottom: 16px; }
    .gift-page__stock p { margin: 0; font-size: 14px; }
    .gift-page__stock strong { font-size: 20px; text-align: right; }
    .gift-page__stock strong span { font-size: 38px; }
    .gift_rev_it {
        width: calc(50% - 34px);
    }
}
@media (max-width: 575px) {
    .gift_rev_it {
        width: calc(100% - 34px);
    }
}