/* CLEARFIX */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
img { display: block; }

/* FONTS */
@font-face {
    font-family: 'IBM Plex Mono';
    src: url('https://static.re-store.ru/promo/fonts/IBMPlexMono/IBMPlexMono-Medium.eot');
    src: local('IBM Plex Mono Medium'), local('IBMPlexMono-Medium'),
    url('https://static.re-store.ru/promo/fonts/IBMPlexMono/IBMPlexMono-Medium.eot?#iefix') format('embedded-opentype'),
    url('https://static.re-store.ru/promo/fonts/IBMPlexMono/IBMPlexMono-Medium.woff') format('woff'),
    url('https://static.re-store.ru/promo/fonts/IBMPlexMono/IBMPlexMono-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* BASE */
.lp-fullwidth { overflow: hidden; background-color: #fff; }
.lp-container { width: 100%; max-width: 1360px; margin: 0 auto; position: relative; padding: 0 20px; box-sizing: border-box; -moz-font-feature-settings: "kern"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
sub, sup { font-size: 40%; top: -1.2em; }
.lp-fullwidth img { max-width: 100%; }
.lp-desktop {}
.lp-mobile { display: none; }

/* BUTTON */
.lp-btn { display: inline-block; font: 500 16px/24px 'Graphik-Medium-Cy', sans-serif; padding: 12px 24px; box-sizing: border-box; color:#fff; text-align: center; cursor: pointer; border-radius: 6px; -webkit-transition: 0.25s; transition: 0.25s; text-decoration: none; }
.lp-btn--blue { background-color: #378BE7; }
.lp-btn--blue:hover { background-color: #327ED1; }
.lp-btn--blue:active { background-color: #2865A7; }
.lp-btn--pink { background-color: #E64C8F; }
.lp-btn--pink:hover { background-color: #B83D72; }
.lp-btn--pink:active { background-color: #93315B; }
.lp-btn--white { background-color: #fff; color: #242424; }
.lp-btn--white:hover { background-color: #fff; opacity: .85; }
.lp-btn--white:active { background-color: #fff; }
.lp-btn--black { background-color: #000; }
.lp-btn--black:hover { background-color: #333; }

/* BILLBOARD */
.lp-billboard { }

/* SECTION */
.lp-section { margin: 100px auto; position: relative; }
.lp-section__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; color: #000; margin: 40px 0 32px; text-align: center; }

/* BANNER */
.lp-banner {}

/* ROW */
.lp-row { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 8px; align-items: flex-end; }
.lp-col { width: calc(50% - 4px); }
.lp-row3 .lp-col { width: calc(33.333333% - 6px); }

/* PRIZE FUND */
.lp-fund { color: #000; padding: 90px 0; 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: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 40px; position: relative; z-index: 1; }
.lp-fund-item { text-align: center; }
.lp-fund__subtitle { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; white-space: none;  }
.lp-fund__title { font: 500 60px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -2.4px; margin-top: 18px; }

/* PRIZE FUND */
.lp-decor { position: absolute; }
.lp-decor-left { width: 770px; left: -320px; top: -100px; }
.lp-decor-right { width: 680px; right: -240px; top: -120px; }

.lp-decor-3 { width: 613px; left: -300px; bottom: -280px; }
.lp-decor-4 { width: 377px; right: -230px; bottom: 15%; }

/* PRIZE */
.lp-prizes-group { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 12px; position: relative; z-index: 1; }
.lp-prizes { width: calc(33.333333% - 8px); color: #000; position: relative; border-radius: 8px; overflow: hidden; background-color: #F5F5F7; }
.lp-prizes__img { position: absolute; left: 0; right: 0; bottom: 0; top: 0; }
.lp-prizes__img img { object-fit: cover; -webkit-transition: 0.6s; transition: 0.6s; }
.lp-prizes__bg { position: absolute; left: 0; right: 0; bottom: 0; top: 0; }
.lp-prizes__bg img { object-fit: cover; }
.lp-prizes-wrapper { }
.lp-prizes__name { font: 500 16px/110% 'IBM Plex Mono', sans-serif; letter-spacing: -0.32px; position: absolute; left: 20px; right: 70px; bottom: 20px; text-transform: uppercase; }
.lp-prizes__pieces { font: 500 16px/110% 'IBM Plex Mono', sans-serif; letter-spacing: -0.32px; position: absolute; right: 20px; bottom: 20px; text-transform: uppercase; }
.lp-prizes--white { color: #fff; }
.lp-prizes__fake img { display: block; }

@media (hover: hover) and (pointer: fine) {
    .lp-prizes:hover .lp-prizes__img img { transform: scale(1.05); -webkit-transition: 0.6s; transition: 0.6s; }
    .lp-prizes-wrapper { opacity: 0; -webkit-transition: 0.6s; transition: 0.6s; }
    .lp-prizes:hover .lp-prizes-wrapper { opacity: 1; -webkit-transition: 0.6s; transition: 0.6s; }
}

/* FOOTERNOTE */
.lp-footernote { font: 500 12px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.12px; color: #000; text-align: center; }

/* STEPS */
.lp-steps-group { max-width: 892px; margin: 0 auto; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 12px; }
.lp-steps { width: calc(50% - 6px); color: #000; position: relative; border-radius: 8px; overflow: hidden; background-color: #F5F5F7; text-align: center; padding: 40px; box-sizing: border-box; }
.lp-steps__icon {}
.lp-steps__icon img { max-height: 96px; width: auto; display: block; margin: 0 auto; }
.lp-steps__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin: 24px 0 12px; }
.lp-steps__descr { max-width: 340px; font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; margin: 0 auto; }
.lp-steps__descr-small { max-width: 340px; font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; margin: 12px auto 0; }

/* TAB SECTION */
.lp-section-tabs { margin: 0; }
.lp-section-tabs__content { display: none; }
.lp-section-tabs__content.active { display: block; }
.lp-section-tabs__caption { display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 12px; margin: 0; }
.lp-section-tabs__caption li { font: 400 16px/24px 'Graphik-Regular-Cy', sans-serif; display: inline-block; margin: 0; text-align: center; padding: 12px 24px; box-sizing: border-box; color: #151515; cursor: pointer; transition: all 0.3s; position: relative; background-color: #F0F0F5; border-radius: 6px; }
.lp-section-tabs__caption li.active {  font: 500 16px/24px 'Graphik-Medium-Cy', sans-serif; background-color: #E64C8F; color: #fff; }

/* RULES */
.lp-rules { max-width: 892px; margin: 32px auto 12px; background-color: #FDF3F0; border-radius: 4px; padding: 12px 12px 12px 40px; box-sizing: border-box; position: relative; font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #242424; }
.lp-rule a { color: #ED5AAE; text-decoration: none; }
.lp-rules__icon { position: absolute; left: 12px; top: 12px; }

/* WINNERS */
.lp-winners { display: block; max-width: 945px; margin: 0 auto; }
.lp-winners th, .lp-winners  td { min-width: 240px; padding: 8px 15px; box-sizing: border-box; }
.lp-winners th { font: 400 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; color: #000; text-align: left; }
.lp-winners td { font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #000; text-align: left; }
.lp-winners tbody tr:nth-child(even) td { color: #FF5CB9; }
.lp-winners-btn { display: inline-block; font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.16px; color: #000; text-align: center; margin: 32px auto 0; position: relative; padding-right: 20px; cursor: pointer; }
.lp-winners-btn:after { display: block; width: 14px; height: 14px; content: ' '; position: absolute; right: 0; top: 50%; transform: translate(0,-50%); background: transparent url('https://static.re-store.ru/promo/xmas25-gifts/images/arrow-b.svg') 0 0 no-repeat; background-size: 100% auto; }

.lp-winner-container { margin: 0 -15px; padding-bottom: 20px; box-sizing: border-box;  }
.lp-winner-container .simplebar-track.simplebar-horizontal { border-radius: 10px; height: 4px; background: #fadff0; margin: 0 15px; }
.lp-winner-container .simplebar-scrollbar:before { border-radius: 10px; background: #FF5BB9; opacity: 1!important; top: 0; bottom: 0; left: 0; right: 0; }

.lp-winner-footernote { font: 400 14px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.14px; color: #ED5AAE; text-align: center; margin-top: 20px; }
.lp-winner-footernote a { color: #ED5AAE; text-decoration: underline; }

/* START */
.lp-start { max-width: 892px; margin: 0 auto; border-radius: 8px; overflow: hidden; background-color: #FF5CB9; color: #fff; padding: 32px; box-sizing: border-box; text-align: center; }
.lp-start__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin-bottom: 24px; }










@media only screen and (max-width: 1024px) {
    /* PRIZE */
    .lp-prizes-group { max-width: 480px; margin: 0 auto; -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; }
    .lp-prizes { width: 100%; }
}

@media only screen and (max-width: 768px) {
    /* SECTION */
    .lp-section { margin: 100px auto; position: relative; }
    .lp-section__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; margin: 0 0 24px; }
    /* PRIZE FUND */
    .lp-fund { padding: 0 0 40px; }
    .lp-fund__subtitle { font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.18px; }
    .lp-fund__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; }

    /* PRIZE FUND */
    .lp-decor-left { width: 408px; left: -200px; top: 0; }
    .lp-decor-right { width: 280px; right: -180px; top: -120px; }

    /* STEPS */
    .lp-steps-group { -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; }
    .lp-steps { width: 100%; padding: 20px 24px; }
    .lp-steps__icon img { max-height: 70px; }
    .lp-steps__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; }
    .lp-steps__descr { font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.18px;}

    /* WINNERS */
    .lp-winners { display: block; max-width: 945px; margin: 0 auto; }
    .lp-winners th, .lp-winners  td { min-width: initial; padding: 10px 24px; text-wrap: nowrap; }
    .lp-winners th { font: 400 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.18px; }
    .lp-winners td { font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.16px; }
    .lp-winners tbody tr:nth-child(even) td { color: #FF5CB9; }
    .lp-winners-btn { display: inline-block; font: 400 14px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.14px; color: #000; text-align: center; margin: 32px auto 0; position: relative; padding-right: 20px; cursor: pointer; }
    .lp-winners-btn:after { display: block; width: 14px; height: 14px; content: ' '; position: absolute; right: 0; top: 50%; transform: translate(0,-50%); background: transparent url('https://static.re-store.ru/promo/xmas25-gifts/images/arrow-b.svg') 0 0 no-repeat; background-size: 100% auto; }

    .lp-winner-container { margin: 0 -15px; padding-bottom: 20px; box-sizing: border-box;  }
    .lp-winner-container .simplebar-track.simplebar-horizontal { border-radius: 10px; height: 4px; background: #fadff0; margin: 0 15px; }
    .lp-winner-container .simplebar-scrollbar:before { border-radius: 10px; background: #FF5BB9; opacity: 1!important; top: 0; bottom: 0; left: 0; right: 0; }

    .lp-winners td:nth-child(1n) { min-width: 160px; }
    .lp-winners td:nth-child(2n) { min-width: 190px; }

    /* START */
    .lp-start { padding: 32px 16px; }
    .lp-start__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; margin-bottom: 16px; }
}

@media only screen and (max-width: 360px) {
    /* PRIZE */
    .lp-prizes__name { font: 500 14px/110% 'IBM Plex Mono', sans-serif; }
    .lp-prizes__pieces { font: 500 14px/110% 'IBM Plex Mono', sans-serif; }
}