/* CLEARFIX */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
img { display: block; }

/* BASE */
html { scroll-padding-top: 220px; }
.lp-fullwidth { background-color: #000; }
.lp-container { width: 100%; max-width: 1360px; 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; }
.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-container { overflow: hidden; }
.lp-billboard { height: 620px; 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: center; }
.lp-billboard__wrapper { max-width: 415px; position: relative; z-index: 1; }
.lp-billboard__title { font: 500 60px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -2.4px; color: #fff; }
.lp-billboard__descr { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; color: #fff; margin-top: 12px; }
.lp-billboard .lp-btn { margin-top: 24px; }
.lp-billboard__img { width: 73.5%; position: absolute; left: 410px; top: 50%; transform: translate(0,-53%); }

/* NAV */
.lp-nav { position:-webkit-sticky; position:sticky; top: 123px; z-index: 999; 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: 12px; background-color: #000; padding: 20px 15px; box-sizing: border-box; margin: 0 -20px; }
.lp-nav__item { font: 400 14px/20px 'Graphik-Regular-Cy', sans-serif; padding: 10px 24px; box-sizing: border-box; color:#242424; background-color: #F0F0F5; text-align: center; cursor: pointer; border-radius: 6px; -webkit-transition: 0.25s; transition: 0.25s; text-decoration: none; }
.lp-nav__item:hover { background-color: #fff; opacity: .85; }
.lp-nav__item:active { background-color: #fff; }
.lp-nav__item--consultant { font: 500 14px/20px 'Graphik-Medium-Cy', sans-serif; color:#fff; background-color: #ed5aae; position: relative; }
.lp-nav__item--consultant:hover { background-color: #ff5bb9; opacity: 1; }
.lp-nav__item--consultant:active { background-color: #ff5bb9; }

/* SECTION */
.lp-section { margin: 100px auto; }

/* STEPS */
.lp-steps-group-container {}
.lp-steps-group__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; color: #fff; margin-bottom: 40px; }
.lp-steps-group { 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-steps { -webkit-box-flex: 0; -ms-flex: 1 0 calc(25% - 12px); flex: 1 0 calc(25% - 12px); padding: 40px; box-sizing: border-box; background-color: #F5F5F7; color: #000; border-radius: 8px; text-align: center; }
.lp-steps__icon img {  width: auto; height: 96px; margin: 0 auto; }
.lp-steps__number { margin: 24px 0 12px; font: 500 30px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; color: #000; }
.lp-steps__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; color: #000; }

/* 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: #fff; 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: #fff; position: relative; padding-right: 24px; box-sizing: border-box; }
.lp-faq-item__descr { font: 400 16px/115% 'Graphik-Regular-Cy', sans-serif; color: #fff; 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; }
.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; }
.lp-faq-item__descr li:first-child { margin-top: 0; }
.lp-faq-item__descr li:before { display: block; width: 8px; height: 8px; content: ' '; background-color: #FF5CB9; position: absolute; left: -24px; top: 6px; border-radius: 100%; }

.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: #fff; 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; }

/* FOOTER */
.lp-footernote { font: 400 10px/14px 'Graphik-Regular-Cy', sans-serif; color: #8D8D92; }

/* BANNER CONSULTANT */
.lp-consultant { padding: 32px 24px; box-sizing: border-box; background-color: #FF5CB9; border-radius: 8px; text-decoration: none; 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: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; align-items: center; gap: 20px; }
.lp-consultant__title { width: calc( 100% - 20px - 262px); font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; color: #fff; }
.lp-consultant .lp-btn { width: 262px; }

/* BANNER CLUB */
.lp-club { display: block; padding: 30px; box-sizing: border-box; background-color: #F0F0F5; border-radius: 8px; overflow: hidden; position: relative; text-decoration: none; }
.lp-club__wrapper { width: 50%; }
.lp-club__subtitle { font: 500 22px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; color: #000; }
.lp-club__title { margin: 8px 0; font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; color: #000; }
.lp-club__descr { font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.45px; color: #000; }
.lp-club .lp-btn { margin-top: 20px; }
.lp-club__img { width: 58%; position: absolute; left: 50%; top: 50%; transform: translate(0,-44%); }

/* BANNER CLUB */
.lp-banner-wallpaper { display: block; min-height: 320px; padding: 30px; box-sizing: border-box; background-color: #fff; border-radius: 8px; overflow: hidden; position: relative; text-decoration: none; color: #000; }
.lp-banner-wallpaper__wrapper { max-width: 500px; position: relative; z-index: 1; }
.lp-banner-wallpaper__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; }
.lp-banner-wallpaper__btn { font: 400 16px/24px 'Graphik-Regular-Cy', sans-serif; margin-top: 20px; cursor: pointer; }
.lp-banner-wallpaper__img { width: 575px; position: absolute; left: 58%; top: 50%; transform: translate(0,-58%) rotate(85.873deg); }
.lp-banner-wallpaper__btn svg { margin-left: 6px; fill: #000; display: inline-block; vertical-align: text-bottom; }
.lp-banner-wallpaper.lp-active { border-radius: 8px 8px 0 0; }
.lp-banner-wallpaper.lp-active .lp-banner-wallpaper__btn { display: none; }
.lp-banner-wallpaper.lp-active .lp-banner-wallpaper__btn svg { transform: rotate(180deg); }

/* WALLPAPER */
.lp-wallpaper { display: none; padding: 32px; background-color: #fff; border-radius: 0 0 8px 8px; }
.lp-wallpaper-group { 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:28px 52px; }
.lp-wallpaper-item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(33.333333333% - 35px); flex: 0 0 calc(33.333333333% - 35px); }
.lp-wallpaper-item__img { margin-bottom: 12px; }
.lp-wallpaper-item__links { font: 500 16px/120% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.16px; color: #000; 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 16px; }
.lp-wallpaper-item__links a { text-decoration: none; color: #000; position: relative; padding-right: 28px; box-sizing: border-box; }
.lp-wallpaper-item__links a:before { display: block; width: 24px; height: 24px; content: ' '; position: absolute; right: 0; top: 50%; transform: translate(0,-50%); background: transparent url('https://static.re-store.ru/promo/customization/images/icon-download.svg') 0 0 no-repeat; background-size: 100% 100%;  }
.lp-wallpaper-item__links a:hover { text-decoration: underline; text-decoration-thickness: .5px; }
.lp-wallpaper.lp-active { display: block; }
.lp-wallpaper__btn-container { text-align: center; display: none; }
.lp-wallpaper__btn { display: inline-block; font: 400 16px/24px 'Graphik-Regular-Cy', sans-serif; margin-top: 32px; cursor: pointer; }
.lp-wallpaper__btn svg { transform: rotate(180deg);  margin-left: 6px; fill: #000; display: inline-block; vertical-align: text-bottom; }

/* TAB SECTION */
.lp-section-tabs { }
.lp-section-tabs__content { display: none; }
.lp-section-tabs__content.active { display: block; }
.lp-section-tabs__caption { 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: 12px; margin: 0 0 32px; }
.lp-section-tabs__caption li { font: 400 16px/24px 'Graphik-Regular-Cy', sans-serif; display: inline-block; margin: 0; text-align: center; padding: 12px 24px; box-sizing: border-box; color: #242424; cursor: pointer; transition: all 0.3s; position: relative; background-color: #F0F0F5; border-radius: 6px; }
.lp-section-tabs__caption li.active {  font: 500 16px/24px 'Graphik-Medium-Cy', sans-serif; background-color: #E64C8F; color: #fff; }

/* CUSTOM */
.lp-custom { margin: 40px auto 0; background-color: #fff; border-radius: 8px; padding: 32px; box-sizing: border-box; }
.lp-custom__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; color: #000; }
.lp-custom__cover { margin: 16px auto; border-radius: 8px; overflow: hidden; }
.lp-custom__video { margin: 16px auto; background-color: #000; border-radius: 8px; overflow: hidden;  }
.lp-custom__video video { display: block; width: 100%;}
.lp-custom-row { 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: 80px; }
.lp-custom-col:first-child { -webkit-box-flex: 0; -ms-flex: 1 0 calc(55% - 40px); flex: 1 0 calc(55% - 40px); }
.lp-custom-col:last-child { -webkit-box-flex: 0; -ms-flex: 1 0 calc(45% - 40px); flex: 1 0 calc(45% - 40px); }
.lp-custom__wrapper {}
.lp-custom__descr { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; color: #000; }
.lp-custom__price { display: inline-block; font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; color: #E64C8F; margin-top: 12px; position: relative; }
.lp-custom__price-open { display: inline-block; cursor: pointer; }
.lp-custom__important { padding: 12px; box-sizing: border-box; background-color: #EFF6FD; border-radius: 4px; 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-custom__important svg { width: 16px; }
.lp-custom__important span { width: calc(100% - 16px - 12px); }

/* TEMPLATES */
.lp-templates-container { margin-top: 24px; }
.lp-templates-container__title { font: 500 30px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; color: #000; }
.lp-templates-container__btnmore { font: 400 16px/24px 'Graphik-Regular-Cy', sans-serif; margin-top: 12px; cursor: pointer; }
.lp-templates-container__btnmore svg { margin-left: 6px; fill: #000; display: inline-block; vertical-align: text-bottom; }
.lp-templates-container.lp-active { }
.lp-templates-container.lp-active .lp-templates-container__btnmore { display: none; }
.lp-templates-container.lp-active .lp-templates-container__btnmore svg { transform: rotate(180deg); }
.lp-templates-container.lp-active .lp-templates-group { display: block; }

.lp-templates-group { display: none; margin: 16px -32px 0; padding: 0 32px; box-sizing: border-box; overflow: hidden; }
.lp-templates { border-radius: 8px; overflow: hidden; position: relative; -webkit-transition: 0.6s; transition: 0.6s; }
.lp-templates__img {}
.lp-templates__img img { -webkit-transition: 0.6s; transition: 0.6s; }
.lp-templates__img-hover { opacity: 0; -webkit-transition: 0.3s; transition: 0.3s; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.lp-templates__name { font: 400 14px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.35px; color: #fff; position: absolute; left: 12px; bottom: 12px; right: 12px; }

@media (hover: hover) {
    .lp-templates:hover { border-radius: 0; -webkit-transition: 0.6s; transition: 0.6s; }
    .lp-templates:hover img { transform: scale(1.05); -webkit-transition: 0.6s; transition: 0.6s; }
    .lp-templates:hover .lp-templates__img-hover { opacity: 1; -webkit-transition: 0.3s; transition: 0.3s; }
}

.lp-slider-templates { overflow: initial; }
.lp-slider-templates .swiper-wrapper { flex-wrap: wrap; gap: 8px; }
.lp-slider-templates .swiper-slide { -webkit-box-flex: 0; -ms-flex: 0 0 calc(25% - 6px); flex: 0 0 calc(25% - 6px); margin-right: 0!important; }
.lp-slider-templates .swiper-pagination { bottom: 0; }
.lp-slider-templates .swiper-pagination-bullet-active { background: #000; }
/*.lp-slider-templates-group .swiper-slide .lp-slider-templates .swiper-slide { pointer-events: auto; }*/
.swiper-fade .swiper-slide-active .lp-slider-templates .swiper-slide { pointer-events: auto; }

/* SLIDER GROUP NAV */
.lp-slider-templates-nav { overflow: initial; margin-bottom: 16px; }
.lp-slider-templates-nav .swiper-slide { width: auto !important; }
.lp-slider-templates-nav__item { font: 400 14px/20px 'Graphik-Regular-Cy', sans-serif; padding: 10px 24px; box-sizing: border-box; color:#242424; background-color: #F0F0F5; text-align: center; cursor: pointer; border-radius: 6px; -webkit-transition: 0.25s; transition: 0.25s; text-decoration: none; }
.lp-slider-templates-nav .swiper-slide-thumb-active .lp-slider-templates-nav__item { font: 500 14px/20px 'Graphik-Medium-Cy', sans-serif; color:#fff; background-color: #ED5AAE; }

/* POPUP PRICE */
.lp-popup { opacity: 0; visibility: hidden; width: 400px; color: #242424; background-color: #fff; border-radius: 12px; box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08); position: absolute; left: 0; bottom: calc(100% + 12px); padding: 28px; box-sizing: border-box; -webkit-transition: 0.25s; transition: 0.25s; }
.lp-popup--backprint {}
.lp-popup__close { display: none; width: 40px; height: 40px; position: absolute; right: 0; top: -48px; background: transparent url('https://static.re-store.ru/promo/customization/images/close.png') 0 0 no-repeat; background-size: 100% 100%; cursor: pointer; box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08); border-radius: 40px; }
.lp-popup__footernote { font: 400 14px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.14px; margin-top: 20px; }
.lp-custom__price.lp-active .lp-popup { opacity: 1; visibility: visible; -webkit-transition: 0.25s; transition: 0.25s; }
.lp-custom__price.lp-active .lp-popup__close { display: block; }
.lp-popup--bottom { top: calc(100% + 12px); bottom: initial; right: 0; left: initial; }

@media (hover: hover) {
    .lp-custom__price:hover .lp-popup { opacity: 1; visibility: visible; -webkit-transition: 0.25s; transition: 0.25s; }
    .lp-consultant-container:hover .lp-popup { opacity: 1; visibility: visible; -webkit-transition: 0.25s; transition: 0.25s; }
}
.lp-consultant-container.lp-active .lp-popup { opacity: 1; visibility: visible; -webkit-transition: 0.25s; transition: 0.25s; }
.lp-consultant-container.lp-active .lp-popup__close { display: block; }
.lp-consultant-container .lp-popup__footernote { text-align: left; }
.lp-consultant-container .lp-popup__close { top: 0; box-shadow: initial; }

/* TABLE SET PRICE */
.lp-setprice { color: #242424; }
.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) { padding-right: 40px; }

/* BANNER CONTACTS */
.lp-contacts { padding: 32px 32px 32px 444px; box-sizing: border-box; background-color: #FF5CB9; border-radius: 8px; position: relative; color: #fff; }
.lp-contacts__img { width: 236px; position: absolute; left: 90px; top: 50%; transform: translate(0,-50%); }
.lp-contacts__wrapper { max-width: 790px; }
.lp-contacts__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; margin-bottom: 34px; }
.lp-contacts__itemgroup { 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: 60px; }
.lp-contacts__item {}
.lp-contacts__item:first-child { width: calc(55% - 30px); }
.lp-contacts__item { width: calc(45% - 30px); }
.lp-contacts__caption { font: 400 16px/115% 'Graphik-Regular-Cy', sans-serif; margin-bottom: 10px; }
.lp-contacts__caption-2 { font: 400 14px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.35px; margin-top: 10px; }
.lp-contacts__caption-email { margin-top: 32px; }
.lp-contacts__descr { font: 500 30px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
.lp-contacts__descr-email { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; }
.lp-contacts__caption:last-child { margin-bottom: 0; margin-top: 10px; }
.lp-contacts a { color: #fff; text-decoration: none; }
.lp-contacts .lp-btn--white { display: none; color: #242424; margin-top: 60px; }
.lp-contacts__care { font: 400 14px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.35px; }
.lp-contacts__care a { color: #fff; text-decoration: underline; }

/* BANNER SMART CARE */
.lp-smartcare { display: block; margin: 20px auto; border-radius: 8px; overflow: hidden; }
/*.lp-smartcare { display: block; min-height: 400px; margin: 20px auto; padding: 30px; box-sizing: border-box; background-color: #E0DEDF; border-radius: 8px; overflow: hidden; position: relative; text-decoration: none; }*/
/*.lp-smartcare__wrapper { width: 50%; }*/
/*.lp-smartcare__title { margin: 8px 0; font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; color: #000; }*/
/*.lp-smartcare__descr { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; color: #000; }*/
/*.lp-smartcare .lp-btn { margin-top: 20px; }*/
/*.lp-smartcare__img { width: 58%; max-width: 920px; position: absolute; left: 50%; top: 50%; transform: translate(0,-44%); }*/

/* BANNER CONTACTS 02 */
.lp-contacts2 { 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: 60px; color: #fff; }
.lp-contacts2-row:first-child { width: calc(40% - 60px); }
.lp-contacts2-row { width: calc(30% - 30px); }
.lp-contacts2-row:last-child { display: none; }
.lp-contacts2__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; }
.lp-contacts2__itemgroup { 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-contacts2__item {}
.lp-contacts2__caption { font: 400 16px/115% 'Graphik-Regular-Cy', sans-serif; margin-bottom: 10px; }
.lp-contacts2__descr { font: 500 30px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
.lp-contacts2__descr-email { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; }
.lp-contacts2__footernote { font: 400 14px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.35px; margin-top: 10px; }
.lp-contacts2__care { font: 400 14px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.35px; }
.lp-contacts2__care a { color: #fff; text-decoration: underline; }
.lp-contacts2__descr a { color: #fff; text-decoration: none; }











@media (hover: hover) {}

@media only screen and (max-width: 1280px) { }

@media only screen and (max-width: 1100px) {
    html { scroll-padding-top: 200px; }
    /* NAV */
    .lp-nav { top: 0; }
    /* TEMPLATES */
    .lp-slider-templates .swiper-slide { -ms-flex: 0 0 calc(33.333333% - 8px); flex: 0 0 calc(33.333333% - 8px); }
}

@media only screen and (max-width: 980px) {
    /* TEMPLATES */
    .lp-slider-templates .swiper-slide { -ms-flex: 0 0 calc(50% - 8px); flex: 0 0 calc(50% - 8px); }
}

@media only screen and (max-width: 920px) { }

@media only screen and (max-width: 1024px) {
    /* BILLBOARD */
    .lp-billboard { height: 520px; }
    .lp-billboard__img { left: 340px; }
    /* STEPS */
    .lp-steps { -ms-flex: 1 0 calc(50% - 12px); flex: 1 0 calc(50% - 12px); }
    /* 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%; }
    /* WALLPAPER */
    .lp-wallpaper-item { -ms-flex: 0 0 calc(50% - 35px); flex: 0 0 calc(50% - 35px); }

    /* BANNER CONTACTS */
    .lp-contacts { padding: 32px; }
    .lp-contacts__img { display: none; }

    /* BANNER CONTACTS 02 */
    .lp-contacts2 { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 20px; }
    .lp-contacts2-row:first-child { width: 100%; }
    .lp-contacts2-row { width: 100%; }
    .lp-contacts2__care { margin-top: 20px; }
    .lp-contacts2-row:last-child { display: block; }
}


@media only screen and (max-width: 768px) {
    /* BASE */
    .lp-container { padding: 0 0; }
    .lp-desktop { display: none; }
    .lp-mobile { display: block; }
    /* BILLBOARD */
    .lp-billboard { height: 632px; display: block; text-align: center; }
    .lp-billboard__wrapper { max-width: 360px; margin: 0 auto; padding: 30px 15px; box-sizing: border-box; }
    .lp-billboard__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; }
    .lp-billboard__descr { font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.45px; }
    .lp-billboard .lp-btn { margin-top: 12px; }
    .lp-billboard__img { width: 540px; left: 50%; bottom: 0; top: initial; transform: translate(-51%,0); }
    /* NAV */
    .lp-nav { margin: 0; z-index: 1000; }
    /* SECTION */
    .lp-section { margin: 60px auto; }
    /* STEPS */
    .lp-steps-group-container { padding: 0 15px; box-sizing: border-box; }
    .lp-steps-group__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; }
    .lp-steps-group { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 16px; }
    .lp-steps { -ms-flex: 1 0 100%; flex: 1 0 100%; padding: 28px; }
    .lp-steps__icon img { height: 88px; }
    .lp-steps__number { margin: 16px 0 12px; font: 500 22px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -.55px; }
    .lp-steps__title { font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.45px; }
    /* FAQ */
    .lp-faq-container { padding: 0 15px; 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; }
    .lp-faq-item__descr ul { padding: 0 0 0 14px; list-style: none; }
    .lp-faq-item__descr li { margin-top: 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: #fff; 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 #fff; opacity: .1; }
    /* FOOTER */
    .lp-footernote { padding: 0 15px; box-sizing: border-box; }
    /* BANNER CONSULTANT */
    .lp-consultant { padding: 28px 15px; border-radius: 0; -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: nowrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: flex-start; }
    .lp-consultant__title { width: 100%; font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; }
    .lp-consultant .lp-btn { width: 262px; }
    /* BANNER CLUB */
    .lp-club { padding: 28px 15px 390px; border-radius: 0; }
    .lp-club__wrapper { width: 100%; }
    .lp-club__subtitle { }
    .lp-club__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; }
    .lp-club__descr { font: 500 16px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.4px; }
    .lp-club .lp-btn { }
    .lp-club__img { width: 527px; top: initial; bottom: 0; transform: translate(-50%,0); }
    /* BANNER CLUB */
    .lp-banner-wallpaper { min-height: 440px; padding: 28px 15px; border-radius: 0; }
    .lp-banner-wallpaper__wrapper { }
    .lp-banner-wallpaper__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; }
    .lp-banner-wallpaper__btn { }
    .lp-banner-wallpaper__img { width: 378px; left: 50%; top: initial; bottom: 0; transform: translate(-85%,29%) rotate(-106deg); }
    /* WALLPAPER */
    .lp-wallpaper { padding: 32px 0; border-radius: 0; }
    .lp-wallpaper-group { gap: 28px 0; }
    .lp-wallpaper-item { -ms-flex: 0 0 100%; flex: 0 0 100%; }
    .lp-wallpaper-item__links { display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

    /* CUSTOM */
    .lp-custom { margin: 12px auto 0; border-radius: 0; padding: 24px 12px; }
    .lp-custom__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; }
    .lp-custom__cover { }
    .lp-custom-row { -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: 24px; }
    .lp-custom-col:first-child { -ms-flex: 1 0 100%; flex: 1 0 100%; }
    .lp-custom-col:last-child { -ms-flex: 1 0 100%; flex: 1 0 100%; }
    .lp-custom__wrapper {}
    .lp-custom__descr { font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.45px; }
    .lp-custom__price { }

    /* TEMPLATES */
    .lp-templates-group { margin: 16px -12px 0; padding: 0; }
    .lp-slider-templates { padding: 0 40px 32px 12px; box-sizing: border-box; }
    .lp-slider-templates .swiper-wrapper { flex-wrap: nowrap; gap: initial; }
    .lp-slider-templates .swiper-slide { -ms-flex: 0 0 100%; flex: 0 0 100%; margin-right: 12px!important; }
    /* SLIDER GROUP NAV */
    .lp-slider-templates-nav { padding: 0 12px; box-sizing: border-box; }

    /* BANNER CONTACTS */
    .lp-contacts { padding: 28px 16px; border-radius: 0; }
    .lp-contacts__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin-bottom: 20px; }
    .lp-contacts__itemgroup { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 40px; }
    .lp-contacts__item {}
    .lp-contacts__item:first-child { width: 100%; }
    .lp-contacts__item { width: 100%; }
    .lp-contacts .lp-btn--white { display: inline-block; color: #242424; margin-top: 20px; }

    /* BANNER SMART CARE */
    .lp-smartcare { border-radius: 0; }

    /* BANNER CONTACTS 02 */
    .lp-contacts2 { padding: 28px 16px; box-sizing: border-box; }
}

@media only screen and (max-width: 480px) {
    /* BANNER CONSULTANT */
    .lp-consultant__title { max-width: 480px; }
    /* POPUP PRICE */
    .lp-custom__price { display: block; }
    .lp-popup { width: 100%; }
}

@media only screen and (max-width: 360px) {
    /* BILLBOARD */
    .lp-billboard { height: 580px; }
    .lp-billboard__title { font: 500 40px/90% 'Graphik-Medium-Cy', sans-serif; }
    .lp-billboard__img { width: 500px; }
}






