/* CLEARFIX */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
img { display: block; }

/* BASE */
.lp-fullwidth { overflow: hidden; }
.lp-container { width: 100%; max-width: 1180px; margin: 0 auto; position: relative; padding: 0 40px; 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-container 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; max-width: 170px; width: 100%; }
.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: #ed5aae; }
.lp-btn--pink:hover { background-color: #ff5bb9; }
.lp-btn--pink:active { background-color: #ff5bb9; }
.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; }

/* LINK DECOR */
.lp-linkarrow { position: relative; padding-right: 20px; }
.lp-linkarrow:after { display: inline-block; position: absolute; content: ' '; width: 14px; height: 14px; margin: 0 0 0 6px; background: transparent url('https://static.re-store.ru/promo/cashback-yandex-plus/images/arrow.svg') top center no-repeat; background-size: 100% auto; right: 0; top: 50%; transform: translate(0,-50%); }
.lp-linkgroup--white .lp-linkarrow:after { display: inline-block; position: absolute; content: ' '; width: 14px; height: 14px; margin: 0 0 0 6px; background: transparent url('https://static.re-store.ru/promo/cashback-yandex-plus/images/arrow--white.svg') top center no-repeat; background-size: 100% auto; right: 0; top: 50%; transform: translate(0,-50%); }
.lp-linkgroup--pink .lp-linkarrow:after { display: inline-block; position: absolute; content: ' '; width: 14px; height: 14px; margin: 0 0 0 6px; background: transparent url('https://static.re-store.ru/promo/cashback-yandex-plus/images/arrow--pink.svg') top center no-repeat; background-size: 100% auto; right: 0; top: 50%; transform: translate(0,-50%); }

/* LINKS */
.lp-linkgroup { position: relative; z-index: 1; }
.lp-link { display: inline-block; cursor: pointer; font: 400 15px/115% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.15px; color: #242424; transition: all 0.6s; }
.lp-linkgroup .lp-link { margin-left: 10px; }
.lp-linkgroup .lp-link:first-child { margin-left: 0; }
.lp-linkgroup--white .lp-link { color: #fff; }
.lp-linkgroup--pink .lp-link { color: #FF5CB9; }

/* BILLBOARD */
.lp-billboard { }

/* SECTION */
.lp-section { margin: 80px auto; }

/* HEAD */
.lp-head { margin-bottom: 40px; }
.lp-head__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; color: #000; }
.lp-head .lp-linkgroup { margin-top: 20px; }

/* STEP */
.lp-step { 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: 10px; }
.lp-step-item { width: 100%; min-height:138px; background-color: #F5F5FA; border-radius: 8px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; padding: 40px; box-sizing: border-box; }
.lp-step-item__number { width: 55px; height: 55px; font: 500 30px/43px 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; color: #FF5BB9; border: 6px solid #fff; border-radius: 70px; text-align: center; background-color: #F5F5FA; }
.lp-step-item__title { width: calc(100% - 86px); font: 500 30px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; color: #242424; }

/* FOOTERNOTE */
.lp-footernote { }
.lp-footernote p { font: 400 10px/14px 'Graphik-Regular-Cy', sans-serif; color: #8D8D92; }
.lp-footernote a { color: #8D8D92; text-decoration: underline; }

/* CAT */
.lp-cat { 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: 10px; }
.lp-cat-item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 5px); flex: 0 0 calc(50% - 5px); background-color: #F0F0F5; border-radius: 8px; overflow: hidden; 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; }
.lp-cat-item__img { max-width: 300px; margin: 20px auto 10px; }
.lp-cat-item__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; color: #fff;  margin: auto 20px 20px; }

.lp-cat-item:nth-child(3), .lp-cat-item:nth-child(4), .lp-cat-item:nth-child(5) { -webkit-box-flex: 0; -ms-flex: 0 0 calc(33.3333% - 7px); flex: 0 0 calc(33.3333% - 7px); }

.lp-cat-item:nth-child(n+3) .lp-cat-item__img { max-width: 220px; }
.lp-cat-item:nth-child(1) { background-image: url('https://static.re-store.ru/promo/cashback-yandex-plus/images/bgcat-01.jpg'); background-size: cover; background-position: center; }
.lp-cat-item:nth-child(2) { background-image: url('https://static.re-store.ru/promo/cashback-yandex-plus/images/bgcat-02.jpg'); background-size: cover; background-position: center; }
.lp-cat-item:nth-child(3) { background-image: url('https://static.re-store.ru/promo/cashback-yandex-plus/images/bgcat-03.jpg'); background-size: cover; background-position: center; }
.lp-cat-item:nth-child(4) { background-image: url('https://static.re-store.ru/promo/cashback-yandex-plus/images/bgcat-04.jpg'); background-size: cover; background-position: center; }
.lp-cat-item:nth-child(5) { background-image: url('https://static.re-store.ru/promo/cashback-yandex-plus/images/bgcat-05.jpg'); background-size: cover; background-position: center; }
.lp-cat-item:nth-child(6) { background-image: url('https://static.re-store.ru/promo/cashback-yandex-plus/images/bgcat-06.jpg'); background-size: cover; background-position: center; }
.lp-cat-item:nth-child(7) { background-image: url('https://static.re-store.ru/promo/cashback-yandex-plus/images/bgcat-07.jpg'); background-size: cover; background-position: center; }



@media only screen and (max-width: 768px) {
    /* BASE */
    .lp-container { padding: 0 12px; }
    /* SECTION */
    .lp-section { margin: 60px auto; }
    /* HEAD */
    .lp-head__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
    /* STEP */
    .lp-step { gap: 30px; }
    .lp-step-item { min-height:128px; text-align: center; padding: 48px 36px 40px; position: relative; }
    .lp-step-item__number { position: absolute; top: -27px; left: 50%; transform: translate(-50%,0); }
    .lp-step-item__title { width: initial; max-width: 250px; margin: 0 auto; font: 500 22px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; }

    /* CAT */
    .lp-cat { gap: 8px 6px; }
    .lp-cat-item { -ms-flex: 0 0 calc(50% - 3px); flex: 0 0 calc(50% - 3px); }
    .lp-cat-item__img { max-width: 335px; height: 210px; margin-bottom: 15px; }
    .lp-cat-item__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; margin: auto 20px 20px; }

    .lp-cat-item:nth-child(3), .lp-cat-item:nth-child(4), .lp-cat-item:nth-child(5) { -ms-flex: 0 0 calc(50% - 3px); flex: 0 0 calc(50% - 3px); }

    .lp-cat-item:nth-child(n+2) .lp-cat-item__img { max-width: 165px; }
    .lp-cat-item:nth-child(1) {-ms-flex: 0 0 100%; flex: 0 0 100%; background-image: url('https://static.re-store.ru/promo/cashback-yandex-plus/images/bgcat-01--m.jpg'); background-size: cover; background-position: center; }
    .lp-cat-item:nth-child(2) { background-image: url('https://static.re-store.ru/promo/cashback-yandex-plus/images/bgcat-02--m.jpg'); background-size: cover; background-position: center; }
    .lp-cat-item:nth-child(3) { background-image: url('https://static.re-store.ru/promo/cashback-yandex-plus/images/bgcat-03--m.jpg'); background-size: cover; background-position: center; }
    .lp-cat-item:nth-child(4) { background-image: url('https://static.re-store.ru/promo/cashback-yandex-plus/images/bgcat-04--m.jpg'); background-size: cover; background-position: center; }
    .lp-cat-item:nth-child(5) { background-image: url('https://static.re-store.ru/promo/cashback-yandex-plus/images/bgcat-05--m.jpg'); background-size: cover; background-position: center; }
    .lp-cat-item:nth-child(6) { background-image: url('https://static.re-store.ru/promo/cashback-yandex-plus/images/bgcat-06--m.jpg'); background-size: cover; background-position: center; }
    .lp-cat-item:nth-child(7) { background-image: url('https://static.re-store.ru/promo/cashback-yandex-plus/images/bgcat-07--m.jpg'); background-size: cover; background-position: center; }
    .lp-cat-item:nth-child(4) .lp-cat-item__img { max-width: 220px; }
}

@media only screen and (max-width: 480px) {
    .lp-cat-item:nth-child(4) .lp-cat-item__img { max-width: 220px; width: 220px; transform: translate(20%, 0); }
}






