/* CLEARFIX */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
img { display: block; }

/* BASE */
html { scroll-padding-top: 160px; }
.lp-fullwidth { background-color: #101010; }
.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; margin: 80px 0 0; }
.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; }

/* TAB SECTION */
.lp-section-tabs { margin: 0; }
.lp-section-tabs__content { display: none; min-height: 400px; }
.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; }
.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: #C1A269; color: #fff; }

.lp-section-tabs__sticky { position: -webkit-sticky; position: sticky; top: 123px; background-color: #101010; padding: 32px 20px; box-sizing: border-box; z-index: 10; }

/* BILLBOARD */
.lp-billboard { }

/* SECTION */
.lp-section { margin: 120px auto; color: #BCBCBC; }
.lp-section--intro { margin: 200px auto 80px; }
.lp-sectionHead { text-align: center; margin: 0 auto 80px; }
.lp-sectionHead__title { font: 500 30px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
.lp-sectionHead__descr { font: 400 22px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.77px; }
.lp-sectionHead__title + div.lp-sectionHead__descr { margin-top: 20px; }

/* SEPARATOR */
.lp-separator { margin: 120px auto 0; height: 1px; width: 100%; background: linear-gradient(90deg, rgba(188, 188, 188, 0.00) 0%, #BCBCBC 50%, rgba(188, 188, 188, 0.00) 100%); }

/* 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: 10px; }
.lp-row--reverse { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.lp-col { width: calc(50% - 5px); }
.lp-row + div.lp-row { margin-top: 20px }
.lp-row--small .lp-col { width: calc(33.333333% - 8px); }

/* UNIT INTRO */
.lp-unitIntro {}
.lp-unitIntro__cover {}
.lp-unitIntro__wrapper { margin: 30px 0 0; 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; gap: 40px; align-items: flex-start; }
.lp-unitIntro__text { width: calc(100% - 170px - 40px); max-width: 700px; }
.lp-unitIntro__title { margin: 8px 0 20px; font: 500 30px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; color: #fff; }
.lp-unitIntro__descr { font: 400 22px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.77px; color: #959492; }
.lp-unitIntro .lp-btn {}

/* UNIT FEATURES */
.lp-unitFeatures { 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: 10px; }
.lp-unitFeaturesItem { width: calc(33.333333% - 8px); background-color: #191919; }
.lp-unitFeaturesItem__img { mix-blend-mode: lighten; }
.lp-unitFeaturesItem__wrapper { text-align: center; padding: 30px 20px 32px; box-sizing: border-box; }
.lp-unitFeaturesItem__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; color: #fff; }
.lp-unitFeaturesItem__descr { margin-top: 10px; font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; color: #959492; }

/* UNIT BANNER */
.lp-unitBanner { position: relative; }
.lp-unitBanner__wrapper { width: 100%; max-width: 1320px; margin: 100px auto; padding: 0 40px; position: absolute; top: 0; left: 50%; transform: translate(-50%, 0); }
.lp-unitBanner__title { max-width: 360px; font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; color: #fff; }
.lp-unitBanner__descr { max-width: 360px; margin: 20px 0 0 0; font: 400 18px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; color: #959492; }
.lp-unitBanner__descr strong { font-weight: 400; color: #fff; }

/* BAR */
.lp-bar { overflow: auto; position: relative;  }
.lp-bar .simplebar-track.simplebar-horizontal { border-radius: 10px; height: 4px; background: #363635;margin: 22px 0 0; position: relative; }
.lp-bar .simplebar-scrollbar:before { border-radius: 10px; background: #8F8F8D; opacity: 1!important; top: 0; bottom: 0; left: 0; right: 0; }

/* UNIT TECH */
.lp-unitTech { 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: 40px 10px; }
.lp-unitTechItem { width: calc(25% - 8px); }
.lp-unitTechItem__img { }
.lp-unitTechItem__wrapper { }
.lp-unitTechItem__separator { height: 1px; width: 100%; background: linear-gradient(90deg, #BCBCBC 0%, rgba(188, 188, 188, 0.00) 100%); }
.lp-unitTechItem__title { margin: 20px 0; font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; color: #BCBCBC; }
.lp-unitTechItem__subtitle { margin: 20px 20px 14px 0; font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; color: #fff; }
.lp-unitTechItem__descr { margin: 14px 20px 0 0; font: 400 16px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #959492; }
.lp-unitTechItem__descr strong { font-weight: 400; color: #fff; }

/* PHANTOM FEATURES */
.lp-phantom-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: 40px; }
.lp-phantom-row--end { align-items: flex-end; }
.lp-phantom-col { width: calc(48% - 20px); }
.lp-phantom-col:last-child { width: calc(52% - 20px); }
.lp-phantomFeaturesGroup { margin-top: 100px; 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: 40px;}
.lp-phantomFeaturesGroup .lp-phantomFeatures { width: calc(50% - 20px); }
.lp-phantomFeatures {}
.lp-phantomFeatures__img {}
.lp-phantomFeatures__wrapper { margin-top: 40px; }
.lp-phantomFeatures__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; color: #fff; }
.lp-phantomFeatures__descr { margin: 20px 0 0 0; font: 400 16px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #959492; }
.lp-phantomFeatures__descr strong { font-weight: 400; color: #fff; }
.lp-phantomFeatures--Big { position: relative; }
.lp-phantomFeatures--Big .lp-phantomFeatures__wrapper { margin: 36px; max-width: 270px; position: absolute; top: 0; right: 0;}

.lp-phantomFeatures--mid {}
.lp-phantomFeatures--weight {}
.lp-phantomFeatures--weight .lp-phantomFeatures__wrapper { max-width: 330px; margin-left: auto; }
.lp-phantomFeatures--weight .lp-btn { max-width: 330px; margin-top: 120px; margin-left: auto; display: block; }
.lp-phantomFeatures--power {}
.lp-phantomFeatures--power .lp-phantomFeatures__wrapper { max-width: 360px; margin: 40px 0; }
.lp-phantomFeatures--power .lp-btn { display: none; }

/* Neo-Vault FEATURES */
.lp-neovault-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: 40px; }
.lp-neovault-col { width: calc(48% - 20px); }
.lp-neovault-col:last-child { width: calc(52% - 20px); }
.lp-neovaultFeaturesGroup { margin-top: 40px; 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: 40px;}
.lp-neovaultFeaturesGroup .lp-neovaultFeatures { }
.lp-neovaultFeatures { }
.lp-neovaultFeatures--small {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: 40px;}
.lp-neovaultFeatures--small-reverse { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.lp-neovaultFeatures--small .lp-neovaultFeatures__img { width: calc(43% - 20px); }
.lp-neovaultFeatures--small .lp-neovaultFeatures__wrapper { width: calc(57% - 20px); }
.lp-neovaultFeatures__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; color: #fff; }
.lp-neovaultFeatures__descr { margin: 20px 0 0 0; font: 400 16px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #959492; }
.lp-neovaultFeatures__descr strong { font-weight: 400; color: #fff; }

.lp-neovaultFeatures--Big { position: relative; }
.lp-neovaultFeatures--Big .lp-neovaultFeatures__wrapper { margin: 40px; max-width: 320px; position: absolute; top: 0; left: 0;}

/* Neo-Vault Details */
.lp-neovaultDetails { position: relative; }
.lp-neovaultDetails__img {}
.lp-neovaultDetails__wrapper { position: absolute; max-width: 340px; left: 40px; top: 40px; }
.lp-neovaultDetails__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; color: #fff; }
.lp-neovaultDetails__descr { margin: 20px 0 0 0; font: 400 16px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #959492; }
.lp-neovaultDetails__descr strong { font-weight: 400; color: #fff; }

.lp-neovaultDetailsInfo-group {  position: absolute; max-width: 340px; left: 40px; bottom: 40px; 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-neovaultDetailsInfo { 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; }
.lp-neovaultDetailsInfo__icon { width: 36px; }
.lp-neovaultDetailsInfo__descr { width: calc(100% - 16px - 36px); font: 400 16px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #959492; }

/* Neo-Vault Advantages */
.lp-neovaultAdvantages-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: 10px; }
.lp-neovaultAdvantages { width: calc(25% - 8px); position: relative; }
.lp-neovaultAdvantages__img {}
.lp-neovaultAdvantages__descr { font: 400 16px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #fff; position: absolute; left: 0; bottom: 0; width: 100%; padding: 12px; box-sizing: border-box; }

/* Neo-Vault luxury */
.lp-neovaultLuxury { min-height: 670px; position:relative; background: linear-gradient(180deg, #054F20 -28.06%, #111 22.49%, #111 82.37%, #054F20 153.21%); padding: 70px 60px 60px 50%; overflow: hidden; }
.lp-neovaultLuxury__img { width: 744px; max-width: 60%; position: absolute; left: -10%; top: 50%; transform: translate(0, -48%); }
.lp-neovaultLuxury-col { padding-left: 50px; box-sizing: border-box; }
.lp-neovaultLuxury__wrapper { max-width: 300px; margin: 64px 0; }
.lp-neovaultLuxury__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; color: #fff; }
.lp-neovaultLuxury__descr { margin: 20px 0 0 0; font: 400 16px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #959492; }
.lp-neovaultLuxury__descr strong { font-weight: 400; color: #fff; }

.lp-neovaultLuxuryInfo-group { margin-top: 110px; 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: 30px; }
.lp-neovaultLuxuryInfo { width: calc(50% - 15px); 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: 13px; align-items: center; border-radius: 4px; border: 2px solid #097238; padding: 16px; box-sizing: border-box; box-shadow: inset 0px 0 4px 0px #097238, 0px 0 4px 0px #097238; }
.lp-neovaultLuxuryInfo__icon { width: 37px; }
.lp-neovaultLuxuryInfo__descr { width: calc(100% - 13px - 37px); font: 400 13px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.325px; color: #fff; }










@media (hover: hover) and (pointer: fine) { }


@media only screen and (max-width: 1100px) {
    /* TAB SECTION */
    .lp-section-tabs__sticky {  top: 0; }

    /* Neo-Vault luxury */
    .lp-neovaultLuxury { padding: 70px 60px 60px 40%; }
    .lp-neovaultLuxury__img { left: -20%; }
    .lp-neovaultLuxury-col { padding-left: 40px; }
    .lp-neovaultLuxuryInfo-group { margin-top: 0; }
}

@media only screen and (max-width: 1024px) {
    /* BASE */
    .lp-container { padding: 0 20px; }
    .lp-tabletHide { display: none; }

    /* UNIT TECH */
    .lp-unitTechItem { width: calc(50% - 5px); }

    /* UNIT BANNER */
    .lp-unitBanner__wrapper { margin: 40px auto; padding: 0 20px; }
    .lp-unitBanner__title { max-width: 300px; }
    .lp-unitBanner__descr { max-width: 260px; }

    /* Neo-Vault Details */
    .lp-neovaultDetailsInfo-group { max-width: 320px; }

    /* Neo-Vault Advantages */
    .lp-neovaultAdvantages { width: calc(50% - 5px);}

    /* Neo-Vault luxury */
    .lp-neovaultLuxury { min-height: 600px; padding: 40px 40px 40px 40%; }
    .lp-neovaultLuxury__img { }
    .lp-neovaultLuxury-col { }
    .lp-neovaultLuxury__wrapper { margin: 0 0 30px; }
    .lp-neovaultLuxuryInfo-group { max-width: 420px; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 10px; }
    .lp-neovaultLuxuryInfo { width: 100%; padding: 15px 20px; }
}

@media only screen and (max-width: 768px) {
    /* BASE */
    .lp-mobHide { display: none; }
    .lp-mobShow { display: block; }

    /* BUTTON */
    .lp-btn-group {  margin: 60px 0 0; }
    .lp-btn-group .lp-btn { width: 100%; }

    /* SECTION */
    .lp-section { margin: 60px auto; }
    .lp-section--intro { margin: 90px auto 60px; }
    .lp-sectionHead { margin: 0 auto 60px; }
    .lp-sectionHead__descr { font: 400 16px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; }

    /* SEPARATOR */
    .lp-separator { margin: 60px auto 0;  }

    /* UNIT INTRO */
    .lp-unitIntro__wrapper { -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: 20px; align-items: initial; }
    .lp-unitIntro__text { width: 100%; max-width: initial; }
    .lp-unitIntro__title { margin: 0 0 16px; }
    .lp-unitIntro__descr { font: 400 16px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; }

    /* UNIT FEATURES */
    .lp-unitFeatures { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
    .lp-unitFeaturesItem { width: 100%; }
    .lp-unitFeaturesItem__img { max-width: 480px; margin: 0 auto; }
    .lp-unitFeaturesItem__wrapper { padding: 25px 20px 42px; }
    .lp-unitFeaturesItem__title { font: 500 22px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; }
    .lp-unitFeaturesItem__descr { font: 400 16px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; }

    /* BAR */
    .lp-bar { margin: 0 -20px; padding: 0 20px; box-sizing: border-box; }
    .lp-bar__img { width: 848px; }

    /* UNIT BANNER */
    .lp-unitBanner__wrapper { margin: 20px auto; left: initial; transform: initial; }
    .lp-unitBanner__title { max-width: 320px; }
    .lp-unitBanner__descr { max-width: 320px; font: 400 16px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; }

    /* PHANTOM FEATURES */
    .lp-phantom-row { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 60px; }
    .lp-phantom-col { width: 100%; }
    .lp-phantom-col:last-child { width: 100%; }
    .lp-phantomFeaturesGroup { margin-top: 0; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 40px;}
    .lp-phantomFeaturesGroup .lp-phantomFeatures { width: 100%; }
    .lp-phantomFeatures__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
    .lp-phantomFeatures--Big { margin: 0 -20px; }
    .lp-phantomFeatures--Big .lp-phantomFeatures__wrapper { margin: 20px; max-width: 320px; top: 0; right: initial; left: 0; }
    .lp-phantomFeatures--mid { margin: 0 -20px; }
    .lp-phantomFeatures--weight {}
    .lp-phantomFeatures--weight .lp-phantomFeatures__wrapper { max-width: initial; margin: 40px 20px 0; }
    .lp-phantomFeatures--weight .lp-btn { max-width: 330px; margin-top: 60px; margin-left: auto; display: none; }
    .lp-phantomFeatures--power {}
    .lp-phantomFeatures--power .lp-phantomFeatures__wrapper { max-width: initial; margin: 40px 20px; }
    .lp-phantomFeatures--power  .lp-btn { display: block; max-width: 100%; margin: 60px 20px; }

    /* Neo-Vault FEATURES */
    .lp-neovault-row { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 60px; }
    .lp-neovault-col { width: 100%; }
    .lp-neovault-col:last-child { width: 100%; }
    .lp-neovaultFeaturesGroup { margin-top: 0; }
    .lp-neovaultFeaturesGroup .lp-neovaultFeatures { }
    .lp-neovaultFeatures { }
    .lp-neovaultFeatures--small { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 40px; }
    .lp-neovaultFeatures--small-reverse { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
    .lp-neovaultFeatures--small .lp-neovaultFeatures__img { width: 100%; }
    .lp-neovaultFeatures--small .lp-neovaultFeatures__wrapper { width: 100%; }
    .lp-neovaultFeatures__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
    .lp-neovaultFeatures--Big { margin: 0 -20px; }
    .lp-neovaultFeatures--Big .lp-neovaultFeatures__wrapper { margin: 20px; }

    /* Neo-Vault Details */
    .lp-neovaultDetails__img { margin: 20px 0; }
    .lp-neovaultDetails__wrapper { position: initial; left: initial; top: initial; }
    .lp-neovaultDetails__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
    .lp-neovaultDetailsInfo-group { position: initial; left: initial; bottom: initial; }

    /* Neo-Vault luxury */
    .lp-neovaultLuxury { min-height: initial; background: linear-gradient(270deg, #054F20 -134.31%, #111 56.21%, #111 106.05%, #054F20 260.22%); padding: 30px 20px; margin: 0 -20px; }
    .lp-neovaultLuxury__img { width: 130%; max-width: 130%; margin-left: -30%; position: initial; left: initial; top: initial; transform: initial }
    .lp-neovaultLuxury-col { padding-left: 0; }
    .lp-neovaultLuxury__wrapper { max-width: 350px; margin: 30px 0; }
    .lp-neovaultLuxury__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
    .lp-neovaultLuxuryInfo__descr { width: calc(100% - 33px - 37px); }

}

@media only screen and (max-width: 600px) {
    /* UNIT TECH */
    .lp-unitTech { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 40px; }
    .lp-unitTechItem { width: 100%; }
    .lp-unitTechItem__title { font: 500 22px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; }

    /* Neo-Vault Advantages */
    .lp-neovaultAdvantages-group { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
    .lp-neovaultAdvantages { width: 100%; }
    .lp-neovaultAdvantages__descr { padding: 10px 20px; }

}






