/* 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: 1280px; 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; }

/* FONTS */
@font-face {
    font-family: 'IBM Plex Mono';
    src: url('https://static.re-store.ru/promo/fonts/IBMPlexMono/IBMPlexMono.eot');
    src: local('IBM Plex Mono'), local('IBMPlexMono'),
    url('https://static.re-store.ru/promo/fonts/IBMPlexMono/IBMPlexMono.eot?#iefix') format('embedded-opentype'),
    url('https://static.re-store.ru/promo/fonts/IBMPlexMono/IBMPlexMono.woff') format('woff'),
    url('https://static.re-store.ru/promo/fonts/IBMPlexMono/IBMPlexMono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* 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: #fff; }

/* BILLBOARD */
.lp-billboard { }
.lp-billboard__cover { }

/* TEXT */
.lp-text { max-width: 940px; margin: 80px auto; text-align: center; color: #000; }
.lp-text__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; margin-bottom: 16px; }
.lp-text__decsr { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; }
.lp-text--2 { margin: 200px auto; }

/* SECTION */
.lp-section { margin: 0 auto 200px; 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: 32px; align-items: flex-start; }
.lp-section--intro { margin: 80px auto; }
.lp-section-item {}
.lp-section--center { -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.lp-section--end { -webkit-justify-content: flex-end; -ms-flex-pack: flex-end; justify-content: flex-end; }
.lp-section--reverse { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.lp-section__img {}
.lp-section-col { 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: 32px; }
.lp-section-col--5 { width: 696px; }
.lp-section-col--6 { margin-left: auto; }
.lp-section__video { width: 600px; padding-left: 240px; box-sizing: border-box; }
.lp-section__video video { display: block; width: 100%; }

/* PRODUCT */
.lp-product { display: block; position: relative; width: 100%; background-color: #F5F5FA; text-decoration: none; padding-bottom: 100px; }
.lp-product__img {}
.lp-product__wrapper { position: absolute; z-index: 1; left: 16px; bottom: 16px; text-transform: uppercase; }
.lp-product__name { font: 400 12px/110% 'IBM Plex Mono', sans-serif; letter-spacing: -0.24px; color: #000; margin-bottom: 12px; }
.lp-product__buy { display: inline-block; font: 400 12px/110% 'IBM Plex Mono', sans-serif; letter-spacing: -0.24px; color: #000; }

@media (hover: hover) and (pointer: fine) {
    .lp-product__buy { opacity: 0; -webkit-transition: 0.6s; transition: 0.6s; }
    .lp-product:hover .lp-product__buy { opacity: 1; -webkit-transition: 0.6s; transition: 0.6s; }
}

/* CUSTOM */
.lp-product-2-01 { max-width: 360px; }
.lp-section__img-2-02 { max-width: 400px; margin-top: 150px; }
.lp-product-3-01 { max-width: 480px; }
.lp-section__img-3-02 { max-width: 400px; margin-top: 180px; }
.lp-product-4-01 { max-width: 360px; }
.lp-section__img-4-02 { max-width: 400px; margin-top: 280px; }
.lp-product-5-01 { max-width: 360px; }
.lp-section__img-5-02 { max-width: 400px; margin-left: auto; }
.lp-product-6-01 { max-width: 360px; }

/* BANNER */
.lp-banner { display: block; margin: -120px auto 80px; border-radius: 8px; overflow: hidden; }





@media only screen and (max-width: 1024px) { }

@media only screen and (max-width: 768px) {
    /* TEXT */
    .lp-text { }
    .lp-text__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; }
    .lp-text__decsr { font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.45px; }

    /* SECTION */
    .lp-section { max-width: 480px; margin: 0 auto 120px; -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-section--intro { }
    .lp-section-item {}
    .lp-section--center { -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; }
    .lp-section--end { -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; }
    .lp-section--reverse { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
    .lp-section__img {}
    .lp-section-col { gap: 20px; }
    .lp-section-col--5 { width: 100%; }
    .lp-section-col--6 { margin-left: auto; }

    .lp-section__video { width: 360px; padding-left: 0; margin: 0 auto; }

    /* CUSTOM */
    .lp-product-2-01 { max-width: 100%; }
    .lp-section__img-2-02 { max-width: 100%; margin-top: 0; }
    .lp-product-3-01 { max-width: 100%; }
    .lp-section__img-3-02 { max-width: 100%; margin-top: 0; }
    .lp-product-4-01 { max-width: 100%; }
    .lp-section__img-4-02 { max-width: 100%; margin-top: 0; }
    .lp-product-5-01 { max-width: 100%; }
    .lp-section__img-5-02 { max-width: 100%; margin-left: 0; }
    .lp-product-6-01 { max-width: 100%; }

    /* BANNER */
    .lp-banner { margin: 80px auto; }
}

@media only screen and (max-width: 360px) { }






