/* CLEARFIX */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
img { display: block; }

/* BASE */
html { scroll-padding-top: 160px; }
.lp-fullwidth { overflow: hidden; }
.lp-container { width: 100%; max-width: 1320px; 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-mobShow { display: none; }

/* BUTTON */
.lp-btn-group { text-align: center; }
.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; }
.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/gaming-pc/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/gaming-pc/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 15px/115% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.15px; 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 { }

/* INTRO */
.lp-intro { padding: 160px 0; box-sizing: border-box; background: linear-gradient(0deg, #FFF 51.25%, #EBDAFF 100%); position: relative; overflow: hidden; }
.lp-intro__descr { max-width: 960px; margin: 0 auto; font: 500 28px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.98px; text-align:center; }
.lp-intro__decor { width: 1672px; position: absolute; top: -630px; left: 50%; transform: translateX(-50%); }

/* SECTION */
.lp-section { margin: 0 auto; }
.lp-sectionHead { text-align: center; max-width: 866px; margin: 0 auto 50px; }
.lp-sectionHead__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; }
.lp-sectionHead__descr { font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; margin: 0 auto; }
.lp-sectionHead__title + .lp-sectionHead__descr { margin-top: 16px; }
.lp-section-quality { margin: 100px auto; }
.lp-sectionHead .lp-btn { margin-top: 30px; }
.lp-sectionHead--white { color: #fff; }

/* ROW */
.lp-row { 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: 12px; }
.lp-row--reverse { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.lp-col { width: calc(50% - 6px); }
.lp-row + div.lp-row { margin-top: 20px }
.lp-row--small .lp-col { width: calc(33.333333% - 8px); }

/* TECH */
.lp-tech-container { margin-bottom: 100px; }
.lp-tech-row { 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: 20px; }
.lp-tech-col { width: calc(50% - 10px); }
.lp-tech-group { 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: 20px; }
.lp-tech { min-height: 280px; border-radius: 8px; border: 1px solid #e0e0e0; background: linear-gradient(180deg, rgba(211, 173, 255, 0.10) -192.29%, #FFF 100%); padding: 20px; box-sizing: border-box; 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; position: relative; overflow: hidden; }
.lp-tech__number { font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; position: relative; }
.lp-tech__wrapper { margin-top: auto; position: relative; }
.lp-tech__title { font: 500 30px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
.lp-tech__descr { font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; margin-top: 14px; max-width: 450px; }
.lp-tech__img { width: 610px; position: absolute; top:0; right: 0; }
.lp-tech--big { min-height: 580px; color: #fff; border: initial; }
.lp-tech--big .lp-tech__number { opacity: .7; }
.lp-tech--big .lp-tech__img { width: 100%; left: 0; bottom: 0; }
.lp-tech--big .lp-tech__img img { height: 100%; object-fit: cover; }
.lp-tech--big .lp-tech__wrapper { margin-top: 0; }
.lp-tech--big .lp-tech__descr { max-width: initial; }

/* TECH */
.lp-keycom-container { background: #D3ADFF url('https://static.re-store.ru/promo/gaming-pc/images/bg-keycom.jpg') 0 0 no-repeat; background-size: cover;}
.lp-keycom { padding: 80px 0 100px; box-sizing: border-box; }
.lp-keycomHead { color: #fff; text-align: center; margin-bottom: 60px; }
.lp-keycomHead__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; }
.lp-keycomHead__descr { margin: 16px 0 24px; font: 500 30px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
.lp-keycomHead__descr-small { font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; }
.lp-keycomItemGroup { 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: 20px; }
.lp-keycomItem { width: calc(25% - 15px); min-height: 232px; border-radius: 8px; border: 1px solid #e0e0e0; background: linear-gradient(229deg, #F4ECFF 0%, #FFF 98.66%); padding: 20px; box-sizing: border-box; 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-keycomItem__icon { width: 61px; }
.lp-keycomItem__wrapper { margin-top: auto; }
.lp-keycomItem__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; }
.lp-keycomItem__descr { font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; margin-top: 14px; }

/* UNIT */
.lp-unit-container {}
.lp-unit-row { margin: 100px 0; 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: 20px; }
.lp-unit-row--reverse { -webkit-flex-direction: row-reverse; -ms-flex-direction:  row-reverse; flex-direction: row-reverse; }
.lp-unit-col { width: calc(50% - 10px); }
.lp-unit-col--60 { width: calc(57% - 10px); }
.lp-unit-col--40 { width: calc(43% - 10px); }
.lp-unit-row + .lp-unit-row { margin-top: 140px; }

.lp-unit { min-height: 623px; border-radius: 8px; background-color: #000; position: relative; overflow: hidden; }
.lp-unit__img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; }
.lp-unit__img img { height: 100%; object-fit: cover; object-position: bottom right; }
.lp-unit__wrapper { padding: 20px; box-sizing:border-box; color: #fff; position: relative; }
.lp-unit__number { font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; opacity: .7; }
.lp-unit__title { margin: 18px 0 14px; font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px;  }
.lp-unit__descr { max-width: 400px; font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; }
.lp-unit .lp-btn { margin-top: 20px; }
.lp-unit__footernote { font: 400 14px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.35px; color: #fff; opacity: .5; position: absolute; left: 20px; bottom: 20px; }


/* SLIDER CONFIG */
.lp-slider-config-container { position: relative; }
.lp-slider-config { padding-bottom: 28px; overflow: initial; }
.lp-slider-config-container .swiper-slide { width: 100% !important; }
.lp-slider-config-container .swiper-pagination-bullets { bottom: 0; }
.lp-slider-config-container .swiper-pagination-bullet { background: #000; opacity: .2; }
.lp-slider-config-container .swiper-pagination-bullet-active { background: #000; opacity: 1; }
.lp-slider-config-container .swiper-navigation-icon { display: none; }

/* CONFIG */
.lp-config-group { height: 100%; 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: 20px; }
.lp-config-group .lp-config { -webkit-box-flex: 0; -ms-flex: 1 0 calc(50% - 10px); flex: 1 0 calc(50% - 10px); }
.lp-config { min-height: 300px; border-radius: 8px; border: 1px solid #e0e0e0; background: linear-gradient(180deg, #F4ECFF 0%, #FFF 100%); position: relative; overflow: hidden; }
.lp-config__bg { position: absolute; top:0; right: 0; left: 0; }
.lp-config__wrapper { height: 100%; padding: 20px; box-sizing: border-box; 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-config__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; }
.lp-config__descr { margin-top: auto; font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; }
.lp-config__descr strong { font: 500 16px/100% 'Graphik-Medium-Cy', sans-serif; }
.lp-config--s { background: linear-gradient(180deg, #FEEFE0 0%, #FFF 100%); }

/* QUALITY */
.lp-quality-group { 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: 20px; }
.lp-quality-group .lp-quality { width: calc(25% - 15px); }
.lp-quality { min-height: 332px; color: #000; border-radius: 8px; border: 1px solid #e0e0e0; background: linear-gradient(180deg, #D3ADFF 0%, #F7F0FF 54.99%, #FFF 100%); padding: 20px; box-sizing: border-box; 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: 20px; }
.lp-quality--2 { background: linear-gradient(180deg, #FDC999 0%, #FEEFE0 47.27%, #FFF 100%);
 }
.lp-quality--3 { background: linear-gradient(180deg, #979ED3 -5.82%, #EEF0F8 57.57%, #FFF 99.8%);
 }
.lp-quality--4 { background: linear-gradient(180deg, #ABC9D3 0%, #F0FBFF 55.73%, #FFF 100%);
 }
.lp-quality__number { font: 500 98px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -3.43px; opacity: .3; color: #fff; }
.lp-quality__wrapper { margin-top: auto; min-height: 112px; box-sizing: border-box; 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: 20px; }
.lp-quality__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; }
.lp-quality__descr { font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; margin-top: auto; }

/* FOOTER */
.lp-footer { background-color: #030510; margin: 0 0 100px; position: relative; padding: 80px 0 70px; box-sizing: border-box; }
.lp-footer__decor { width: 1440px; position: absolute; bottom: -56px; left: 50%; transform: translateX(-50%); }
.lp-footer .lp-sectionHead { position: relative; z-index: 1; }

/* SPEC */
.lp-spec-container { padding: 80px 0; box-sizing: border-box; background-color: #030510; }
.lp-spec-container .lp-sectionHead { max-width: 100%; }


/* LEVELS */
.lp-levels { width: 100%; }
.lp-levels-row { 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: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 10px; }
.lp-levels-col { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 10px - 104px); flex: 0 0 calc(50% - 10px - 104px); 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; align-items: center; }
.lp-levels-col:first-child { -webkit-box-flex: 0; -ms-flex: 0 0 208px; flex: 0 0 208px; }
.lp-levels-colinner { height: 100%; width: 100%; min-height: 100px; margin: 0; padding: 20px 0; box-sizing: border-box; border-radius: 8px; 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: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; align-items: center; }
.lp-levels-head { width: 100%; min-height: 84px; font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; color: #fff; overflow: hidden; padding: 20px 10px; box-sizing: border-box; background: #030510; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; white-space: nowrap; }
.lp-levels-text { width: 100%; font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.4px; color: #fff; text-align: center; }
.lp-levels-text strong { font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; }
.lp-levels-text a { color: #ED5AAE; text-decoration: none; }
.lp-levels .lp-link { font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; }

.lp-levels-row:first-child { margin-bottom: 12px; }
.lp-levels-row .lp-levels-col:first-child .lp-levels-text { color: #fff; text-align: left; font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; }
.lp-levels-row .lp-levels-col:first-child .lp-levels-colinner { padding: 10px 20px; background-color: initial; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; }

.lp-levels-col:first-child .lp-levels-head { text-align: left; }

.lp-levels-col:nth-child(2) .lp-levels-head { background: #CD9DF2; color: #fff; border-radius: 8px; }
.lp-levels-col:nth-child(3) .lp-levels-head { background: #ABC9D3; color: #fff; border-radius: 8px; }

@media (hover: hover) and (pointer: fine) {
    /*.lp-levels-col:first-child.hover .lp-levels-colinner { background-color: #fff; }*/
    .lp-levels-col.hover .lp-levels-colinner { background-color: #E4EEF1; }
    /*.lp-levels-col.hover .lp-levels-head { background-color: #E4EEF1; border-radius: 8px; }*/
    .lp-levels-col:first-child.hover .lp-levels-head { background-color: #030510; }
    .lp-levels-row .lp-levels-col:first-child:hover .lp-levels-text { color: #fff; }
    .lp-levels-row:hover { background-color: rgba(255, 255, 255, 0.18); border-radius: 8px;}
    .lp-levels-row:first-child:hover { background: none; }
    /*.lp-levels-row:last-child:hover { background: none; }*/
    .lp-levels-row .lp-levels-col:hover .lp-levels-text { color: #fff; }
    .lp-levels-row .lp-levels-col:hover .lp-levels-colinner { background-color: #ABC9D3; }
    .lp-levels-row .lp-levels-col:first-child:hover .lp-levels-colinner { background-color: initial; }
    /*.lp-levels-row:last-child .lp-levels-col:hover .lp-levels-colinner { background: none; }*/

    .lp-levels-col:nth-child(2).hover .lp-levels-colinner { background-color: rgba(211, 173, 255, 0.18); }
    .lp-levels-row .lp-levels-col:nth-child(2):hover .lp-levels-colinner { background-color: #CD9DF2; }

    .lp-levels-col:nth-child(3).hover .lp-levels-colinner { background-color: rgba(171, 201, 211, 0.18); }
    .lp-levels-row .lp-levels-col:nth-child(3):hover .lp-levels-colinner { background-color: #ABC9D3; }
    /*.lp-levels-row:last-child .lp-levels-col:nth-child(2):hover .lp-levels-colinner { background-color: #EED8FF; }*/

}


/* LEVELS MOB */
.lp-levelsMob { display: none; margin: 0; }
.lp-levelsMob-row {}
.lp-levelsMob-head { font: 500 22px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; color: #fff; border-radius: 8px; background-color: #CD9DF2; padding: 20px; box-sizing: border-box; }
.lp-levelsMob-body { border-radius: 8px; background: #F5F5FA; padding: 20px; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -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-levelsMob-body-col { font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #000; }
.lp-levelsMob-body-col strong { font: 500 16px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.4px; color: #000; }
.lp-levelsMob-row:nth-child(2n) .lp-levelsMob-head { background-color: #ABC9D3; }








@media only screen and (max-width: 1024px) {
    /* BASE */
    .lp-container { padding: 0 20px; }
    .lp-tabletHide { display: none; }

    /* TECH */
    .lp-keycomItem { width: calc(50% - 10px); }

    /* QUALITY */
    .lp-quality-group .lp-quality { width: calc(50% - 10px); }
    .lp-quality { min-height: 300px; }
    .lp-quality__wrapper { min-height: initial; }
}

@media only screen and (max-width: 980px) {
    /* UNIT */
    .lp-unit-container { max-width: 698px; margin: 0 auto; }
    .lp-unit-row { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
    .lp-unit-col--60 { width: 100%; }
    .lp-unit-col--40 { width: 100%; }
    .lp-unit-row + .lp-unit-row { margin-top: 60px; }
}

@media only screen and (max-width: 768px) {
    /* BASE */
    .lp-mobHide { display: none; }
    .lp-mobShow { display: block; }

    /* INTRO */
    .lp-intro { padding: 75px 0; }
    .lp-intro__descr { font: 500 22px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; padding: 0 15px; box-sizing: border-box; }
    .lp-intro__decor { top: -1490px; }

    /* SECTION */
    .lp-sectionHead__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; }
    .lp-section-quality { margin: 70px auto; }

    /* TECH */
    .lp-tech-container { margin-bottom: 70px; }
    .lp-tech-row { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
    .lp-tech-col { width: 100%; }
    .lp-tech { min-height: 460px; }
    .lp-tech__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
    .lp-tech__descr { font: 400 16px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; }
    .lp-tech__img { width: 318px; }
    .lp-tech--big { min-height: 460px; }
    .lp-tech--big .lp-tech__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; }
    .lp-tech--big .lp-tech__wrapper { margin-top: auto; }

    /* TECH */
    .lp-keycom-container { background: #D3ADFF url('https://static.re-store.ru/promo/gaming-pc/images/bg-keycom--m.jpg') center bottom no-repeat; background-size: cover;}
    .lp-keycomHead { margin-bottom: 50px; }
    .lp-keycomHead__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; }
    .lp-keycomHead__descr { margin: 16px 0 18px; }
    .lp-keycomItemGroup { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
    .lp-keycomItem { width: 100%; min-height: 240px; }
    .lp-keycomItem__title { font: 500 22px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; }
    .lp-keycomItem__descr { font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; }

    /* UNIT */
    .lp-unit-container { max-width: 480px; }
    .lp-unit-row { margin: 70px auto; }
    .lp-unit-row + .lp-unit-row { margin-top: 60px; }

    /* CONFIG */
    .lp-config { min-height: 240px; height: 240px; }
    .lp-config__title { font: 500 22px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; }

    /* LEVELS */
    .lp-levels { display: none; }
    .lp-levelsMob { display: -webkit-flex; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 20px; }
}

@media only screen and (max-width: 360px) { }






