/* 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: 1320px; 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; }

/* BILLBOARD */
.lp-billboard { position: relative; }
.lp-billboard__cover { }

/* SECTION */
.lp-section { margin: 100px auto; }

/* INTRO */
.lp-intro { color: #000; }
.lp-intro__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; }
.lp-intro__img { margin: 24px 0; border-radius: 8px; overflow: hidden; }
.lp-intro__img img { -webkit-transition: 0.6s; transition: 0.6s; }
.lp-intro__descr { max-width: 880px; font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; }

@media (hover: hover) {
    .lp-intro__img:hover img { transform: scale(1.05); -webkit-transition: 0.6s; transition: 0.6s; }
}

/* BANNER */
.lp-banner { display: block; margin: 100px auto; border-radius: 8px; overflow: hidden; }
.lp-banner--custom { margin: -5% auto; }

/* FOOTER */
.lp-footernote { margin: 100px auto; font: 400 14px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.14px; color: #000; opacity: .5; }
.lp-footernote a { color: #E64C8F; text-decoration: none; }
.lp-footernote a:hover { text-decoration: underline; }

/* SERVICES */
.lp-services-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-services { width: calc(33.333333333% - 14px); }
.lp-services__title { min-height: 90px; font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; }
.lp-services__img { margin: 16px 0; border-radius: 8px; overflow: hidden; }
.lp-services__img img { -webkit-transition: 0.6s; transition: 0.6s; }
.lp-services__descr {}
.lp-services__descr p { font: 400 18px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; margin-top: 10px; }
.lp-services__descr p:first-child { margin: 0; }

@media (hover: hover) {
    .lp-services__img:hover img { transform: scale(1.05); -webkit-transition: 0.6s; transition: 0.6s; }
}

/* SET */
.lp-set-group__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; margin-bottom: 60px; }
.lp-set-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: 8px; }
.lp-set { width: calc(50% - 4px); min-height: 400px; background-color: #F0F0F0; border-radius: 8px; padding: 20px; box-sizing: border-box; position: relative; overflow: hidden; -webkit-transition: 0.6s; transition: 0.6s; }
.lp-set--small { width: calc(33.333333333% - 6px); }
.lp-set__wrapper { position: relative; z-index: 1; }
.lp-set__title { font: 500 30px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; color: #000; }
.lp-set__descr { margin: 8px 0; font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #000; }
.lp-set__price { font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.45px; color: #000; }
.lp-set__price-old { font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; color: #000; text-decoration: line-through; margin-left: 10px; }
.lp-set__btn { font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #ED5AAE; margin-top: 16px; cursor: pointer; }
.lp-set__img { position: absolute; bottom: 0; right: 0; -webkit-transition: 0.6s; transition: 0.6s; }
.lp-set--iphone {}
.lp-set--airpods .lp-set__img { mix-blend-mode: darken; }
.lp-set--mbp {}
.lp-set--imac {}
.lp-set--all {}

@media (hover: hover) {
    .lp-set:hover { background-color: #F5F5F5; }
    .lp-set:hover .lp-set__img { transform: scale(1.05); -webkit-transition: 0.6s; transition: 0.6s; }
}


/* OTHER */
.lp-other__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; margin-bottom: 60px; }
.lp-other { 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: stretch; }
.lp-other-item { display: block; min-height: 240px; padding: 20px 20px 40px; box-sizing: border-box; background-color: #F5F5FA; -webkit-box-flex: 0; -ms-flex: 0 0 calc(25% - 2px); flex: 0 0 calc(25% - 2px); border-radius: 8px; cursor: pointer; -webkit-transition: 0.6s; transition: 0.6s; }
.lp-other-item__icon {}
.lp-other-item__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; color: #242424; margin-top: 25px; }
.lp-other-item-wrapper { height: auto; opacity: 1; -webkit-transition: 0.6s; transition: 0.6s; }
.lp-other-item__descr { font: 400 16px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.16px; color: #242424; margin: 8px 0; }
.lp-other-item__more { font: 400 16px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.16px; text-decoration: none; color: #E64C8F; }

@media (hover: hover) {
    .lp-other-item-wrapper { height: auto; opacity: 0; }
    .lp-other-item:hover { background-color: #F0F0F5;  }
    .lp-other-item:hover .lp-other-item-wrapper { height: auto; opacity: 1; }
}

/* SLIDER */
.lp-slider-container { margin: 0 -15px; position: relative; overflow: hidden; }
.lp-slider-container .lp-slider-other { padding: 0 30px 30px 15px; }
.lp-slider-container .lp-slider-other .swiper-slide { width: 100% !important; }
.lp-slider-container .swiper-pagination-bullet { background: #000; opacity: .2; }
.lp-slider-container .swiper-pagination-bullet-active { background: #000; opacity: 1; }
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 0; }

/* FEATURES */
.lp-features__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; margin-bottom: 60px; }
.lp-features { 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; position: relative; }
.lp-features-item { min-height: 250px; padding: 20px; box-sizing: border-box; background: #3194FF; -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); -webkit-box-flex: 0; -ms-flex: 0 0 calc(25% - 2px); flex: 0 0 calc(25% - 2px); 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: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 10px; position: relative; z-index: 1; }
.lp-features-item__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; color: #fff; -webkit-transition: 0.5s; transition: 0.5s; }
.lp-features-item__footer {}
.lp-features-item__descr { opacity: 1; font: 400 20px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.2px; color: #fff; }
.lp-features-item:nth-child(2) { background: #FE6E2E; }
.lp-features-item:nth-child(3) { background: #CD9DF2; }
.lp-features-item:nth-child(4) { background: #ABC9D3; }

@media (hover: hover) {
    .lp-features-item { background: rgba(243, 243, 243, 0.40); }
    .lp-features-item:nth-child(2) { background: rgba(243, 243, 243, 0.40); }
    .lp-features-item:nth-child(3) { background: rgba(243, 243, 243, 0.40); }
    .lp-features-item:nth-child(4) { background: rgba(243, 243, 243, 0.40); }
    .lp-features-item__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; color: #000; }
    .lp-features-item__descr { opacity: 0; }
    .lp-features-item:hover { background: #3194FF; }
    .lp-features-item:hover .lp-features-item__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; color: #fff; }
    .lp-features-item:hover .lp-features-item__descr { opacity: 1; }
    .lp-features-item:hover:nth-child(2) { background: #FE6E2E; }
    .lp-features-item:hover:nth-child(3) { background: #CD9DF2; }
    .lp-features-item:hover:nth-child(4) { background: #ABC9D3; }
}


/* DECOR */
.lp-features-decor-1 { position: absolute; left: -214px; bottom: -110px;  transform: rotate(-143deg); }
.lp-features-decor-2 { position: absolute; right: -356px; top: -275px; transform: rotate(21deg); }

/* POPUP */
.lp-bodypopup { overflow: hidden; }
.lp-popup { width: 1320px; max-width: 100%; height: fit-content; margin: auto; background-color: #fff; border-radius: 8px; overflow: hidden; padding: 28px 0; box-sizing: border-box; position: relative; -webkit-transition: .25s ease 0s; transition: .25s ease 0s; transform: translateY(200%); -webkit-transform: translateY(200%); }
.lp-popup__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; color: #242424; margin-bottom: 28px; margin-left: 28px; margin-right: 62px; }
.lp-popup__close { display: block; content: ' '; width: 24px; height: 24px; background: transparent url('https://static.re-store.ru/promo/club/images/close.svg') top center no-repeat; background-size: 100% auto; position: absolute; top: 28px; right: 28px; cursor: pointer; }
.lp-popup__close:hover { opacity: .8; }
.lp-popup-wrapper {}
.lp-popup-container {top: 0;left: 0;width: 100%;height: 100%;position: fixed;display: -webkit-box;display: -webkit-flex;display: flex; -webkit-justify-content: center; -ms-flex-pack: center; -webkit-backface-visibility: hidden;backface-visibility: hidden;padding: 20px;box-sizing: border-box;overflow: hidden;z-index: 9999;visibility: hidden;opacity: 0;outline: none;-webkit-transition: .25s ease 0s;transition: .25s ease 0s; background-color: rgba(0, 0, 0, .6);}
.lp-popup-container.lp-active {visibility: visible;overflow: auto;opacity: 1;}
.lp-popup-container.lp-active .lp-popup { transform: translateY(0%); -webkit-transform: translateY(0%); }

/* TABLE SET PRICE */
.lp-setprice { width: calc( 100% - 56px); color: #242424; margin: 0 28px; }
.lp-setprice th { font: 400 14px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.14px; padding-bottom: 12px; text-align: left; box-sizing: border-box; vertical-align: top; }
.lp-setprice td { font: 400 18px/125% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.18px; padding-top: 16px; box-sizing: border-box; vertical-align: top; }
.lp-setprice td:nth-child(1) { width: 190px; min-width: 190px; padding-right: 10px; }
.lp-setprice td:nth-child(2) { min-width: 280px; padding-right: 20px; }
.lp-setprice td:nth-child(3), .lp-setprice th:nth-child(4) { width: 122px; min-width: 122px; padding-right: 10px; }
.lp-setprice tr:hover td { font: 500 18px/125% 'Graphik-Medium-Cy', sans-serif; }

/* BAR */
.lp-bar { overflow: auto; position: relative;  }
.lp-bar .simplebar-track.simplebar-horizontal { border-radius: 10px; height: 4px; background: #fadff0;margin: 28px 28px 0 28px; position: relative; }
.lp-bar .simplebar-scrollbar:before { border-radius: 10px; background: #FF5BB9; opacity: 1!important; top: 0; bottom: 0; left: 0; right: 0; }


/* FAQ */
.lp-faq-container { 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: 32px; }
.lp-faq-container-row {}
.lp-faq-container-row:first-child { width: 400px; }
.lp-faq-container-row:last-child { width: calc(100% - 400px - 32px); }
.lp-faq-head {}
.lp-faq-head__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; color: #000; margin-bottom: 20px; }
.lp-faq-head__links { font: 400 16px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.16px; color: #FF5CB9; 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:16px 32px; }
.lp-faq-head__links a { color: #FF5CB9; }
.lp-faq-head__links a:hover { color: #FF5CB9; text-decoration: underline; text-decoration-thickness: .5px; }

.lp-faq-itemGroup { 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: 60px; }
.lp-faq-item { width: calc(50% - 30px); position: relative; cursor: pointer; padding: 0; box-sizing: border-box; }
.lp-faq-item__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; color: #000; position: relative; padding-right: 24px; box-sizing: border-box; }
.lp-faq-item__descr { font: 400 16px/115% 'Graphik-Regular-Cy', sans-serif; color: #000; height: 0; opacity: 0; padding-top: 0; visibility: hidden; box-sizing: border-box; -webkit-transition: 0.25s; transition: 0.25s; position: relative; }
.lp-faq-item__descr p { margin-top: 16px; font: 400 16px/115% 'Graphik-Regular-Cy', sans-serif; }
.lp-faq-item__descr p:first-child { margin-top: 0; }
.lp-faq-item__descr a { color: #FF5CB9; text-decoration: underline; }
.lp-faq-item__descr a:hover { color: #FF5CB9; text-decoration: underline; text-decoration-thickness: .5px; }
.lp-faq-item__descr ul { padding: 0 0 0 24px; list-style: none; }
.lp-faq-item__descr li { margin-top: 16px; position: relative; font: 400 16px/115% 'Graphik-Regular-Cy', sans-serif; }
.lp-faq-item__descr li:first-child { margin-top: 0; }
.lp-faq-item__descr li:before { display: block; width: 6px; height: 6px; content: ' '; background-color: #000; position: absolute; left: -24px; top: 6px; border-radius: 100%; }
.lp-faq-item__descr p + ul { margin-top: 16px; }

.lp-faq-item__icon { display: block; position: absolute; top: 50%; right: 4px; width: 12px; height: 12px; transition: transform 0.25s ease 0s; margin-top: -6px; }
.lp-faq-item__icon:before { width: 100%; height: 2px; }
.lp-faq-item__icon:after { width: 2px; height: 100%; }
.lp-faq-item__icon:before, .lp-faq-item__icon:after { content: ' '; position: absolute; background: #000; top: 0; left: 0; right: 0; bottom: 0; margin: auto; border-radius: 6px; transition: opacity 0.25s ease 0s; }

.lp-faq-item.lp-active .lp-faq-item__icon { transform: rotate(90deg); }
.lp-faq-item.lp-active .lp-faq-item__icon:before { opacity: 0; }
.lp-faq-item.lp-active .lp-faq-item__descr { height: auto; opacity: 1; visibility: visible; margin-top: 20px; padding-top: 24px; -webkit-transition: 0.75s; transition: 0.75s; }
.lp-faq-item.lp-active .lp-faq-item__descr:before { content: ' '; border-bottom: 1px solid #D1D0D9; position: absolute; left: 0; right: 0; top: 0; }












@media (hover: hover) {}

@media only screen and (max-width: 1280px) {
    /* FEATURES */
    .lp-features-item__title { font: 500 28px/90% 'Graphik-Medium-Cy', sans-serif; }
}

@media only screen and (max-width: 1100px) {
    /* SERVICES */
    .lp-services-group { gap: 60px 20px; }
    .lp-services { width: calc(50% - 10px); }
}

@media only screen and (max-width: 980px) { }

@media only screen and (max-width: 920px) { }


@media only screen and (max-width: 1024px) {
    /* FAQ */
    .lp-faq-container { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 40px; }
    .lp-faq-container-row:first-child { width: 100%; }
    .lp-faq-container-row:last-child { width: 100%; }
    /* OTHER */
    .lp-other { gap: 4px; }
    .lp-other-item { min-height: 310px; position: relative; -ms-flex: 0 0 calc(50% - 2px); flex: 0 0 calc(50% - 2px); }
    .lp-other-item__title { font: 500 18px/115% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.18px; }
    .lp-other-item-wrapper { height: auto; opacity: 1; 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; }
    .lp-other-item__descr { margin-bottom: 20px; }
    .lp-other-item__more { margin-top: auto; position: absolute; bottom: 40px; left: 20px; }
    /* FEATURES */
    .lp-features { gap: 4px; }
    .lp-features-item { -ms-flex: 0 0 calc(50% - 2px); flex: 0 0 calc(50% - 2px); }
}


@media only screen and (max-width: 768px) {
    /* BASE */
    .lp-container { padding: 0 15px; }
    .lp-desktop { display: none; }
    .lp-mobile { display: block; }
    /* SECTION */
    .lp-section { margin: 60px auto; }

    /* INTRO */
    .lp-intro { }
    .lp-intro__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
    .lp-intro__img { margin: 20px 0; }
    .lp-intro__descr { font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.45px; }

    /* SERVICES */
    .lp-services-group { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 40px; }
    .lp-services { width: 100%; }
    .lp-services__title { min-height: initial; font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
    .lp-services__img { margin: 20px 0; }

    /* BANNER */
    .lp-banner { margin: 60px auto; }
    /* OTHER */
    .lp-other__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; margin-bottom: 20px; }

    /* FEATURES */
    .lp-features__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; margin-bottom: 20px; position: relative; z-index: 1; }
    .lp-features { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 4px; }
    .lp-features-item { min-height: initial; -ms-flex: 0 0 100%; flex: 0 0 100%; gap: 40px; }
    .lp-features-item__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; }
    .lp-features-item__descr { font: 400 18px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.18px; }
    .lp-features-decor-2 { transform: rotate(-21deg); width: 360px; right: -250px; top: -134px; }

    /* SET */
    .lp-set-group__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; margin-bottom: 20px; }
    .lp-set-group { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
    .lp-set { width: 100%; padding: 16px; }
    .lp-set--small { width: 100%; }
    .lp-set__title { font: 500 22px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; }
    .lp-set__descr { }
    .lp-set__price { font: 500 16px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.4px; }
    .lp-set__price-old { font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; }
    .lp-set__btn { font: 400 14px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.35px; }
    .lp-set__img { max-width: 330px; }

    /* POPUP */
    .lp-popup { border-radius: 0; }
    .lp-popup-container { padding: 0; }

    /* FAQ */
    .lp-faq-container { padding: 0; box-sizing: border-box; }
    .lp-faq-head__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin-bottom: 16px; }
    .lp-faq-head__links { font: 400 14px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.14px; gap:10px 20px; }
    .lp-faq-itemGroup { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 40px; }
    .lp-faq-item { width: 100%; }
    .lp-faq-item__title { font: 500 18px/115% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.18px; }
    .lp-faq-item__descr { font: 400 14px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.14px; }
    .lp-faq-item__descr p { margin-top: 14px; font: 400 14px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.14px; }
    .lp-faq-item__descr ul { padding: 0 0 0 28px; list-style: none; }
    .lp-faq-item__descr li { margin-top: 14px; font: 400 14px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.14px; }
    .lp-faq-item__icon { display: block; position: absolute; top: 50%; right: 4px; width: 12px; height: 12px; transition: transform 0.25s ease 0s; margin-top: -6px; }
    .lp-faq-item__icon:before { width: 100%; height: 2px; }
    .lp-faq-item__icon:after { width: 2px; height: 100%; }
    .lp-faq-item__icon:before, .lp-faq-item__icon:after { content: ' '; position: absolute; background: #000; top: 0; left: 0; right: 0; bottom: 0; margin: auto; border-radius: 6px; transition: opacity 0.25s ease 0s; }
    .lp-faq-item.lp-active .lp-faq-item__icon { transform: rotate(90deg); }
    .lp-faq-item.lp-active .lp-faq-item__icon:before { opacity: 0; }
    .lp-faq-item.lp-active .lp-faq-item__descr { height: auto; opacity: 1; visibility: visible; margin-top: 20px; padding-top: 24px; -webkit-transition: 0.75s; transition: 0.75s; }
    .lp-faq-item.lp-active .lp-faq-item__descr:before {  border-bottom: 1px solid #D1D0D9; }
}

@media only screen and (max-width: 360px) { }






