/* 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: #000; }
.lp-container { width: 100%; max-width: 1360px; 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; }

/* BILLBOARD */
.lp-billboard { position: relative; }

/* SECTION */
.lp-section { margin: 0 auto; }
.lp-section__title { font: 500 60px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -2.4px; color: #000; margin-bottom: 60px; }
.lp-section-item { margin: 60px auto; }
.lp-section-item__cover {}

/* UNIT CONTAINER */
.lp-unit-container { margin: 120px 0; position: relative; box-sizing: border-box; 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; align-items: flex-start; }
.lp-unit-container--end { margin: -120px 0 120px; }
.lp-unit { width: 50%; margin: 0; position: relative; z-index: 1; }
/*.lp-unit:first-child { width: 52%; }*/
.lp-unit__cover { display: block; }
.lp-unit__decor { position: absolute; }
.lp-unit .lp-product { min-width: 280px; position: absolute; right: 12px; bottom: 12px; }

.lp-unit--01 { width: 49%; }
.lp-unit--02 { width: 40%; margin-top: 24%; }
.lp-unit--03 { width: 50%; }
.lp-unit--04 { width: 48%; }
.lp-unit--04 .lp-productGroup { margin-left: 4%; }
.lp-unit--05 { width: 52%; margin-top: 20%; }
.lp-unit--06 { width: 36%; }
.lp-unit--06 .lp-productGroup { text-align: right; }

/* PRODUCT */
.lp-productGroup { margin-bottom: 10px; }
.lp-productItem { display: block; font: 500 14px/110% 'IBM Plex Mono', sans-serif; letter-spacing: 0.28px; text-transform: uppercase; color: #fff; margin-top: 7px; }
.lp-productItem:first-child { margin-top: 0; }

@media (hover: hover) { }

/* SLIDER */
.lp-slider-product { padding-bottom: 0; overflow: hidden; }
.lp-slider-product .swiper-slide { width: 100% !important; }
.swiper-button-next:after, .swiper-button-prev:after { display: none; }
.lp-slider-product .swiper-pagination-bullet { background: #000; opacity: .2; }
.lp-slider-product .swiper-pagination-bullet-active { background: #000; opacity: 1; }
.lp-slider-desktop { display: block; }
.lp-slider-mobile { display: none; }

/* BANNER */
.lp-banner { display: block; border-radius: 0; overflow: hidden; }

/* CAT */
.lp-cat { margin: 80px 0; position: relative; 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; align-items: flex-start; gap: 20px; }
.lp-cat-item { width: calc(25% - 15px); min-height: 400px; background-color: #F2F2F2; padding: 24px; box-sizing: border-box; }
.lp-cat-item--mid { width: calc(50% - 10px); }
.lp-cat-item__img { min-height: 252px; }
.lp-cat-item__img img { max-width: 257px; display: block; margin: 0 auto; }
.lp-cat-item--mid .lp-cat-item__img img { max-width: 582px; }
.lp-cat-item__title { margin: 15px 0 12px; font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; color: #000; }
.swiper-cat { padding: 0 15px; margin-top: 40px; }
.swiper-cat .swiper-slide { width: 320px; }
.swiper-cat.swiper-container-horizontal>.swiper-scrollbar { width: 100%; margin: 25px 0 0; }
.swiper-cat .lp-cat-item { display: block; width: 100%; padding: 0; overflow: hidden; text-align: center; }
.swiper-cat .lp-cat-item__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; margin: 33px 0 10px; text-align: center; color: #242424; }
.swiper-cat .lp-cat-item__img { min-height: initial; }
.swiper-cat .lp-cat-item__img img { max-width: initial; }

/* SLIDER */
.swiper-box { margin: 0 auto; }
.swiper-box .swiper-slide { }
.swiper-scrollbar-drag { background: #878787; }
.swiper-box .swiper-container-horizontal>.swiper-scrollbar { position: relative; left: initial; bottom: initial; z-index: 50; height: 5px; width: 100%; margin: 25px 0; }
.swiper-box .swiper-scrollbar { background: rgb(235 235 235 / 20%); }







@media only screen and (max-width: 1100px) { }

@media only screen and (max-width: 1024px) { }

@media only screen and (max-width: 768px) {
    .lp-container { padding: 0; max-width: 100%; }
    .lp-desktop { display: none; }
    .lp-mobile { display: block; }

    /* BILLBOARD */
    .lp-billboard {  }

    /* BANNER */
    .lp-banner { border-radius: 0; }

    /* PRODUCT */
    .lp-productGroup { margin:0 12px 20px; }
    .swiper-cat .lp-productGroup { margin:0 0 20px; }

}

@media only screen and (max-width: 360px) { }