/* 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: 1120px; 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/special2024/images-new/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/special2024/images-new/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/24px 'Graphik-Regular-Cy', sans-serif; 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: #000; }

/* HEAD */
.lp-head { margin: 80px 0; font: 500 80px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -3.6px; text-align: center; }

/* BANNER */
.lp-banner { display: block; margin: 80px auto; position: relative; overflow: hidden; border-radius: 10px; }

/* CAT */
.lp-cat-group { margin: 80px 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-cat { width: calc(50% - 10px); border-radius: 10px; overflow: hidden; position: relative; color: #000; text-decoration: none; }
.lp-cat__cover { }
.lp-cat__cover img { }
.lp-cat__wrapper { position: absolute; left: 5px; top: 30px; right: 5px; z-index: 1; text-align: center; }
.lp-cat__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin-bottom: 10px; position: relative; z-index: 1; }
.lp-cat--big { width: 100%; }
.lp-cat--small { width: calc(33.333333333% - 14px); }
.lp-cat--banner { min-height: initial; }
.lp-cat-group--live { }

/* WHY */
.lp-why { margin: 80px auto; }
.lp-why__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; color: #000; text-align: center; }
.lp-why-itemgroup { margin-top: 20px; 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; background-color: #F0F0F5; -webkit-box-flex: 0; -ms-flex: 1 0 calc(16.66666667% - 5px); flex: 1 0 calc(16.66666667% - 5px); padding: 40px 15px; box-sizing: border-box; }
.lp-why-item__img { height: 80px; width: auto; margin: 0 auto; }
.lp-why-item__img img { max-width: 100%; width: auto; height: 80px; margin: 0 auto;}
.lp-why-item__title { font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.16px; color: #242424; text-align: center; margin-top: 15px; }










@media only screen and (max-width: 1100px) { }

@media only screen and (max-width: 1024px) {
    /* BASE */
    .lp-container { padding: 0 20px; }
    /* WHY */
    .lp-why-item { -ms-flex: 1 0 calc(33.333333% - 5px); flex: 1 0 calc(33.333333% - 5px); }
}

@media only screen and (max-width: 768px) {
    /* BASE */
    .lp-container { padding: 0 20px; }
    /* HEAD */
    .lp-head { margin: 30px auto; font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; }
    /* BANNER */
    .lp-banner { margin: 30px 10px; border-radius: 10px; }

    /* CAT */
    .lp-cat-group { max-width: 480px; margin: 30px 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: 30px; }
    .lp-cat { width: 100%; }
    /* TEXT */
    .lp-text { margin: 40px auto; font: 500 22px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; }

    /* WHY */
    .lp-why { margin: 50px 10px; }
    .lp-why-item { -ms-flex: 1 0 calc(50% - 3px); flex: 1 0 calc(50% - 3px); }
}

@media only screen and (max-width: 360px) { }






