/* 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: 1140px; 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-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/summer-s-2025/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/summer-s-2025/images/arrow--white.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 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #000; 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; }

/* BILLBOARD */
.lp-billboard { position: relative; }
.lp-billboard__cover { }

/* SECTION */
.lp-section { margin: 110px auto; }

/* UNIT CONTAINER */
.lp-unit-group { margin: 110px 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: 20px; }
.lp-unit-group-reverse { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.lp-unit-group .lp-unit { width: calc(50% - 10px); }
.lp-unit { padding: 24px; box-sizing: border-box; text-align: center; border-radius: 8px; overflow: hidden; position: relative; }
.lp-unitHead { position: relative; z-index: 1; margin-bottom: 20px; }
.lp-unitHead__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; color: #000; text-decoration: none; }
.lp-unitHead .lp-linkgroup { margin-top: 10px; }
.lp-unit__img { display: block; position: relative; z-index: 1; margin-top: auto; }
.lp-unitHead__price { font: 500 18px/26px 'Graphik-Medium-Cy', sans-serif; color: #fff; margin: 12px 0 8px; }
.lp-unitHead__price-old { font: 400 16px/26px 'Graphik-Regular-Cy', sans-serif; color: #fff; opacity: .6; text-decoration: line-through; }
.lp-unit__bg { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.lp-unit__bg img { height: 100%; object-fit: cover; object-position: bottom center; }
.lp-unit--product { padding: 24px 24px 0; background-color: #62889c; 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: 20px; }
.lp-unit--product .lp-unitHead { margin-bottom: 0; }

.lp-unit--white .lp-unitHead__title { color: #fff; }
.lp-unit--white  .lp-link { color: #fff; }
.lp-unit--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/summer-s-2025/images/arrow--white.svg') top center no-repeat; background-size: 100% auto; right: 0; top: 50%; transform: translate(0,-50%); }

/* WHY */
.lp-why { margin: 110px auto; }
.lp-why__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; color: #000; text-align: center; }
.lp-why-itemgroup { margin-top: 30px; 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: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 6px; }
.lp-why-item { border-radius: 8px; min-height: 232px; width: calc(16.666666% - 6px); background-color: #F0F0F5; }
.lp-why-item__img { height: 120px; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; -ms-flex-pack: flex-end; justify-content: flex-end; -webkit-flex-direction:column; -ms-flex-direction: column; flex-direction:column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; align-items: center; }
.lp-why-item__title { font: 400 16px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.16px; color: #242424; margin-top: 15px; text-align: center; }

/* BANNER */
.lp-banner { display: block; margin: 110px auto; border-radius: 8px; overflow: hidden; }

/* FOOTER */
.lp-footernote { margin: 100px auto; font: 400 10px/14px 'Graphik-Regular-Cy', sans-serif; color: #8D8D92; }








@media (hover: hover) {}

@media only screen and (max-width: 1200px) { }

@media only screen and (max-width: 1100px) { }

@media only screen and (max-width: 980px) { }

@media only screen and (max-width: 920px) { }


@media only screen and (max-width: 1024px) {
    /* BASE */
    .lp-container { padding: 0; }
    /* SECTION */
    .lp-section { margin: 60px auto; }

    /* UNIT CONTAINER */
    .lp-unit-group { max-width: 540px; margin: 60px 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; gap: 32px; }
    .lp-unit-group-reverse { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
    .lp-unit-group .lp-unit { width: 100%; }
    .lp-unit { padding: 0 16px; border-radius: 0; }
    .lp-unitHead { margin-bottom: 12px; }
    .lp-unitHead__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
    .lp-unit__img { max-width: 328px; margin: 0 auto; }
    .lp-unit--product { padding: 28px 16px 0; }

    /* WHY */
    .lp-why { margin: 60px 10px; }
    .lp-why__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; }
    .lp-why-item { min-height: 213px; width: calc(50% - 3px); }

    /* BANNER */
    .lp-banner { margin: 60px auto; border-radius: 0; }
    /* FOOTER */
    .lp-footernote { margin: 60px 20px; }
}


@media only screen and (max-width: 768px) {
    /* BASE */
    .lp-desktop { display: none; }
    .lp-mobile { display: block; }
}

@media only screen and (max-width: 360px) { }






