/* FONTS */
@font-face {
    font-family: 'Gotham Pro';
    src: url('/promo/fonts/GothamPro/GothamPro-Bold.eot');
    src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
    url('/promo/fonts/GothamPro/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('/promo/fonts/GothamPro/GothamPro-Bold.woff') format('woff'),
    url('/promo/fonts/GothamPro/GothamPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/promo/fonts/GothamPro/GothamPro-Medium.eot');
    src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
    url('/promo/fonts/GothamPro/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('/promo/fonts/GothamPro/GothamPro-Medium.woff') format('woff'),
    url('/promo/fonts/GothamPro/GothamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/promo/fonts/GothamPro/GothamPro.eot');
    src: local('Gotham Pro'), local('GothamPro'),
    url('/promo/fonts/GothamPro/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('/promo/fonts/GothamPro/GothamPro.woff') format('woff'),
    url('/promo/fonts/GothamPro/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* CLEARFIX */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }

/* LAYOUT */
.lp-container--fullwidth { overflow: hidden; }
.lp-container { max-width: 1392px; margin: 0 auto; box-sizing: border-box; position: relative; padding: 0 32px; box-sizing: border-box; }
.lp-container img { display: block; max-width: 100%; }
.limiter-inner { max-width: 100%; width: 100%; display: block!important; }
.lp-tabletShow { display: none; }
.lp-mobShow { display: none; }
.lp-container--fullwidth h1, .lp-container--fullwidth h2 { margin: 0; padding: 0; }
.lp-container--fullwidth a[id] { scroll-margin-top: 50px; }

/* BILLBOARD */
.lp-billboard { max-width: 1328px; margin: 24px auto; position: relative; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 24px; flex-flow: wrap; }
.lp-billboard__col-img { order: 3; width: calc(33.333333% - 16px);  }
.lp-billboard__col-img:first-child { order: 0; }
.lp-billboard__col-nav { order: 1; width: calc(33.333333% - 16px); display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 16px; position: relative; }
.lp-billboard__title { font: bold 56px/100% Arial, sans-serif; letter-spacing: -2.8px; text-transform: uppercase; color: #E6431C; margin-bottom: 16px; position: relative; }
.lp-billboard__heart { max-width: 128px; position: absolute; right: -80px; top: 24px; }

/* NAV */
.lp-nav { margin-top: auto; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 8px; }
.lp-nav-item { font: bold 24px/30px 'Gotham Pro', Arial, sans-serif; letter-spacing: -1.2px; color: #E6431C; text-decoration: none; position: relative; padding-left: 28px; box-sizing: border-box; }
.lp-nav-item span { font-weight: normal; }
.lp-nav-item:before { display: block; content: '—'; font: bold 24px/30px 'Gotham Pro', Arial, sans-serif; letter-spacing: -1.2px; color: #E6431C; position: absolute; left: 0; top: 0; }
.lp-nav-item:hover { text-decoration: underline; }

/* SECTION */
.lp-section { margin: 120px auto; position: relative; }
.lp-section-row { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 32px; }
.lp-section-row--reverse { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.lp-section-col { width: calc(50% - 16px); }
.lp-section__imgBox { position: relative; }
.lp-section__imgBox-img-hover { position: absolute; width: 100%; left: 0; top: 0; opacity: 0; transition: all 0.3s; }
.lp-section__imgBox:hover .lp-section__imgBox-img-hover { opacity: 1; transition: all 0.3s; }
.lp-section__wrapper {}
.lp-section__title { font: bold 56px/100% Arial, sans-serif; letter-spacing: -2.8px; text-transform: uppercase; color: #E6431C; }
.lp-section__descr { margin: 32px 0 0; font: 400 18px/24px 'Gotham Pro', Arial, sans-serif; color: #000; }
.lp-section__btn { margin-top: 32px; }
.lp-section--set {}
.lp-section--set .lp-section__wrapper { max-width: 740px; margin: 0 auto 32px; text-align: center; }
.lp-section--set .lp-section__descr { margin: 24px 0 0; }

/* SET */
.lp-set-group { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 24px 16px; }
.lp-set { width: calc(25% - 12px); text-align: center; text-decoration: none; color: #000; }
.lp-set__img {}
.lp-set__descr { margin-top: 8px; font: bold 24px/100% Arial, sans-serif; letter-spacing: -1.44px; }


/* GIFT BOX */
.lp-giftbox { margin: 32px 0 0; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 16px; align-items: center; text-decoration: none; }
.lp-giftbox__icon { width: 68px; overflow: hidden; border-radius: 100px; }
.lp-giftbox__descr { width: calc(100% - 68px - 16px); font: bold 18px/24px 'Gotham Pro', Arial, sans-serif; color: #000; letter-spacing: -0.36px; }
.lp-giftbox__descr-link { text-decoration: underline; }
.lp-giftbox__descr-color { color: #E6431C; }

/* SLIDER */
.lp-slider-product-container { width: 100%; margin-top: 48px; position: relative; }
.lp-slider-product-container .swiper { padding-bottom: 12px; }
.lp-slider-product-container .swiper-slide { width: 200px; }
.lp-slider-product-container .swiper-scrollbar { left: 0; bottom: 0; width: 100%; height: 2px; background: #E6E6E6; }
.lp-slider-product-container .swiper-scrollbar-drag { background: #231919; opacity: .6; }
.lp-slider-product-container--3n { max-width: 648px; margin-left: auto; margin-right: auto; }

/* PRODUCT */
.lp-product { display: block; padding: 12px 10px; box-sizing: border-box; text-align: center; text-decoration: none; }
.lp-product__img {}
.lp-product-wrapper { margin: 12px 0 0; }
.lp-product__name { font: normal 16px/120% 'Gotham Pro', Arial, sans-serif; color: #231919; }
.lp-product__btn { margin-top: 12px; display: inline-block; font: normal 14px/100% 'Gotham Pro', Arial, sans-serif; color:#231919; background-color: #fff; border: 1px solid #231919; padding: 12px 20px; box-sizing: border-box; text-decoration: none; transition: all 0.3s; width: 100%; max-width: 143px; }
.lp-product__btn:hover { opacity: .8; }

/* BUTTON */
.lp-btn-group { text-align: center; }
.lp-btn { display: inline-block; font: bold 18px/21px Arial, sans-serif; letter-spacing: -0.18px; color:#FFFBF7; background-color: #E6431C; padding: 15px 32px; box-sizing: border-box; text-decoration: none; transition: all 0.3s; text-align: center; }
.lp-btn:hover { background-color: #C93A16; }
.lp-btn--black { color:#fff; background-color: #000; }
.lp-btn--black:hover { background-color: #2d2a2a; }

/* BANNER GIFT CARD */
.lp-giftcard { min-height: 400px; background: linear-gradient(103deg, #F2F2F2 31.07%, #F9F9F9 97.49%); padding: 0 70px; box-sizing: border-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 0; align-items: center; }
.lp-giftcard__wrapper { width: 600px; }
.lp-giftcard__img { width: calc(100% - 600px); margin-top: auto; }
.lp-giftcard__title { font: bold 56px/100% Arial, sans-serif; letter-spacing: -2.8px; text-transform: uppercase; color: #E6431C; }
.lp-giftcard__descr { font: 500 20px/130% 'Gotham Pro', Arial, sans-serif; letter-spacing: -0.2px; color: #E6431C; margin-top: 24px; margin-bottom: 48px; }
.lp-giftcard .lp-btn-group { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 24px; }





@media only screen and (max-width: 1200px) {
    /* BANNER GIFT CARD */
    .lp-giftcard { padding: 0 32px; }
}

@media only screen and (max-width: 1100px) {
    /* BANNER GIFT CARD */
    .lp-giftcard { min-height: 255px; padding: 0 16px; gap: 32px; }
    .lp-giftcard__wrapper { width: 360px; }
    .lp-giftcard__img { width: calc(100% - 360px - 32px); }
    .lp-giftcard__title { font: bold 32px/100% Arial, sans-serif; letter-spacing: -1.6px; }
    .lp-giftcard__descr { font: 400 16px/22px 'Gotham Pro', Arial, sans-serif; letter-spacing: -0.16px; margin-top: 16px; margin-bottom: 24px; }
    .lp-giftcard .lp-btn-group { gap: 16px; }
    .lp-giftcard .lp-btn { font: bold 16px/18px Arial, sans-serif; letter-spacing: -0.16px; padding: 15px 30px; }
}
@media only screen and (max-width: 1024px) {
    /* LAYOUT */
    .lp-container { padding: 0 16px; }
    .lp-tabletHide { display: none; }
    .lp-tabletShow { display: block; }
    /* SECTION */
    .lp-section { margin: 56px auto; }
    .lp-section-row { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
    .lp-section-col { width: 100%; }
    .lp-section__imgBox { margin-top: 24px; }
    .lp-section__title { font: bold 32px/100% Arial, sans-serif; letter-spacing: -1.6px; }
    .lp-section__descr { margin: 16px 0 0; font: 400 16px/22px 'Gotham Pro', Arial, sans-serif; }
    .lp-section__btn { width: 100%; max-width: 342px; margin-top: 24px; }
    /* SLIDER */
    .lp-slider-product-container { margin-top: 8px; }
    .lp-slider-product-container--3n { max-width: 616px; }
    /* GIFT BOX */
    .lp-giftbox { margin: 24px 0 0; gap: 8px; }
    .lp-giftbox__icon { width: 44px; border-radius: 64px; }
    .lp-giftbox__descr { width: calc(100% - 44px - 8px); font: bold 16px/22px 'Gotham Pro', Arial, sans-serif; letter-spacing: -0.16px; }
    /* PRODUCT */
    .lp-product__name { font: normal 12px/120% 'Gotham Pro', Arial, sans-serif; }
    .lp-product__btn { font: normal 12px/100% 'Gotham Pro', Arial, sans-serif; padding: 10px 20px; max-width: 120px; }

    /* BILLBOARD */
    .lp-billboard { margin: 0 auto; gap: 16px 8px; }
    .lp-billboard__col-img { order: 1; width: calc(50% - 4px); }
    .lp-billboard__col-img:first-child { order: 1; }
    .lp-billboard__col-nav { order: 2; width: 100%; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; padding: 0 16px; box-sizing: border-box; }
    .lp-billboard__title { max-width: 360px; font: bold 32px/40px Arial, sans-serif; letter-spacing: -1.6px; }
    .lp-billboard__heart { max-width: 100px; }

    /* NAV */
    .lp-nav { margin-top: auto; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 8px; }
    .lp-nav-item { font: bold 16px/24px 'Gotham Pro', Arial, sans-serif; letter-spacing: -0.8px; padding-left: 28px; }
    .lp-nav-item:before { font: bold 16px/24px 'Gotham Pro', Arial, sans-serif; letter-spacing: -0.8px; top: 0; }
}


@media only screen and (max-width: 768px) {
    /* LAYOUT */
    .lp-mobHide { display: none; }
    .lp-mobShow { display: block; }
    /* SET */
    .lp-set-group { }
    .lp-set { width: calc(50% - 8px); }
    .lp-set__img {}
    .lp-set__descr { margin-top: 4px; font: bold 18px/22px Arial, sans-serif; letter-spacing: -1.08px; }
}

@media only screen and (max-width: 720px) {
    /* BANNER GIFT CARD */
    .lp-giftcard { min-height: initial; margin: 0 -16px; padding: 0; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .lp-giftcard__wrapper { width: 100%; padding: 24px 16px 0; box-sizing: border-box; }
    .lp-giftcard__img { width: 100%; }
    .lp-giftcard__descr { max-width: 360px; }
    .lp-giftcard .lp-btn { padding: 15px 30px; }
}

@media only screen and (max-width:600px) {
    /* SLIDER */
    .lp-slider-product-container .swiper-slide { width: 140px; }
    .lp-slider-product-container--3n { max-width: 436px; }
    /* SECTION */
    .lp-section--set {}
    .lp-section--set .lp-section__wrapper { margin: 0 auto 24px; text-align: left; }
    .lp-section--set .lp-section__descr { margin: 16px 0 0; }

    /* BILLBOARD */
    .lp-billboard__heart { right: 0; top: 150%; }

}

@media only screen and (max-width: 360px) {
    /* BANNER GIFT CARD */
    .lp-giftcard .lp-btn { padding: 15px 16px; }
}
