/* CLEARFIX */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
img { display: block; }

/* BASE */
.lp-fullwidth { background-color: #fff; overflow: hidden; }
.lp-fullwidth--black { background-color: #000; }
.lp-fullwidth--white { background-color: #fff; }
.lp-fullwidth--darkgray { background-color: #161617; }
.lp-fullwidth--lightgray { background-color: #F6F6F6; }
.lp-container { max-width: 1020px; margin: 0 auto; position: relative; padding: 100px 20px; box-sizing: border-box; -moz-font-feature-settings: "kern"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.lp-container--mid { max-width: 1140px; margin: 0 auto; position: relative; padding: 60px 20px; box-sizing: border-box; }
sub, sup { font-size: 40%; top: -1.2em; }
.lp-container img { max-width: 100%; }

/* 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: #E64C8F; }
.lp-btn--pink:hover { background-color: #B83D72; }
.lp-btn--pink:active { background-color: #93315B; }
.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 { text-align: center; color: #fff; padding: 140px 0 100px; }
.lp-billboard__logo { width: 194px; max-width: 100%; margin: 0 auto; }
.lp-billboard__img { width: 842px; max-width: 100%; margin: 50px auto; }
.lp-billboard__title { font: 500 60px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -2.4px; text-align: center;  margin-top: 12px; }
.lp-billboard__descr { max-width: 820px; font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; margin: 0 auto ; padding: 0 20px; box-sizing: border-box; color: #86868B;  }
.lp-billboard .lp-btn { margin: 30px auto 0;}

/* TEXT COLOR */
.lp-text-color { background: linear-gradient(90deg, #E6F4EF -3.39%, #50697F 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.lp-text-color-01 { background: linear-gradient(90deg, #BCDBD6 0%, #658399 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.lp-text-color-02 { background: linear-gradient(90deg, #E1E5FD 0%, #889FE9 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.lp-text-color-03 { background: linear-gradient(90deg, #FAE2FB 0%, #BD86E8 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.lp-text-color--block { display: inline-block; }
.lp-text-color sub, .lp-text-color sup { color: #fff; background: transparent; -webkit-background-clip: initial; -webkit-text-fill-color:initial;  }

/* UNIT */
.lp-unitgroup { 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; gap: 20px; margin-top: 20px; }
.lp-unitgroup:first-child { margin-top: 0; }
.lp-unit { min-height: 400px; padding: 0; box-sizing: border-box; border-radius: 18px; background-color: #000; color: #fff; overflow: hidden; position: relative; }
.lp-unit--column { 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; }
.lp-unit--column-center { display: -ms-flexbox; 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; }
.lp-unit__wrapper { text-align: center; margin: 30px 30px 0; position: relative; z-index: 1; }
.lp-unit__wrapper:last-child { margin: 0 30px 30px; }
.lp-unit__subtitle { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; color: #F36C21; margin-bottom: 10px; }
.lp-unit__title { max-width: 620px; font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; margin: 0 auto; }
.lp-unit__title-color { color: #86868B; }
.lp-unit__title small { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; }
.lp-unit__descr { font: 500 20px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.7px; margin: 10px auto 0; }
.lp-unit__descr-color { color: #86868B; }
.lp-unit__footernote { font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; color: #86868B; text-align: center; margin: 0 auto; }
.lp-unit__footernote small { font: 400 14px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.35px; }
.lp-unit__img { display: block; margin: 0 auto; }
.lp-unit--mid { width: 50%; }
.lp-unit--big { width: 100%; }
.lp-unit--60 { width: 62%; }
.lp-unit--40 { width: 38%; }

/* UNIT CUSTOM */
.lp-unit--chip { }
.lp-unit--power .lp-unit__wrapper { margin: auto; }
.lp-unit--power .lp-unit__img { width: 152px; max-width: 100%; }
.lp-unit--power .lp-unit__title { margin-top: 20px; }
.lp-unit--display {}
.lp-unit--display .lp-unit__img { margin-top: 30px; }
.lp-unit--liquid-glass { min-height: 540px; }
.lp-unit--liquid-glass .lp-unit__img img { height: 100%; position: absolute; left: 0; right: 0; bottom: 0; top: 0; object-fit: cover; object-position: bottom; }
.lp-unit--app { }
.lp-unit--app .lp-unit__img { margin: 60px auto; }
.lp-unit--camera { min-height: 440px; }
.lp-unit--camera .lp-unit__title { max-width: 520px; }
.lp-unit--camera .lp-unit__img { width: 53%; position: absolute; bottom: 0; right: 0; }
.lp-unit--camera .lp-unit__wrapper { margin-bottom: 40px; }
.lp-unit--photo {}
.lp-unit--size {}
.lp-unit--size .lp-unit__wrapper { }
.lp-unit--size .lp-unit__img { width: 486px; max-width: 100%; margin: 30px auto 40px; }
.lp-unit--ports { min-height: 540px; }
.lp-unit--ports .lp-unit__img { margin: 120px auto 50px; }
.lp-unit--protection { min-height: 540px; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; }



/* FOOTER */
.lp-footer { margin: 100px auto 0; box-sizing: border-box; font: 500 12px/115% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.12px; color: #6E6E73; }
.lp-footer strong { font: 500 12px/115% 'Graphik-Medium-Cy', sans-serif; }
.lp-footer a { color: #6E6E73; text-decoration: underline; }
.lp-footernote { margin: 40px auto; box-sizing: border-box; font: 500 12px/115% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.12px; color: #6E6E73; border: 1px solid #E5E5E5; padding: 20px; box-sizing: border-box; }

/* CHIP */
.lp-chip-group { margin: 60px auto; max-width: 720px; 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: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 50px; }
.lp-chip-item { text-align: center; }
.lp-chip-item__img { margin-bottom: 20px; }
.lp-chip-item__img img { margin: 0 auto; }
.lp-chip-item__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; background: linear-gradient(90deg, #E1E5FD 0%, #889FE9 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.lp-chip-item__descr { margin-top: 10px; font: 400 14px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.35px; color: #fff; }

/* CAMERA FEATURES */
.lp-featuresCamera-group { margin: auto 55% auto 55px; 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: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 20px; align-items: flex-start; }
.lp-featuresCamera-item { 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: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 20px; align-items: center; }
.lp-featuresCamera__descr { font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.45px; color: #fff; }
.lp-featuresCamera__icon { width: 45px; min-width: 45px; }

/* PROTECTION FEATURES */
.lp-featuresProtection-group { margin: 60px auto; width: 360px; max-width: 90%; 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: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 30px; align-items: flex-start; }
.lp-featuresProtection-item { 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: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 20px; align-items: center; }
.lp-featuresProtection__descr { font: 500 20px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.7px; color: #86868B; }
.lp-featuresProtection__descr strong { color: #fff; }
.lp-featuresProtection__icon { width: 42px; min-width: 42px; }


/* WHY MAC */
.lp-whymac { text-align: center; }
.lp-whymac__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; color: #000; margin-bottom: 30px; }
.lp-whymac-group { 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: 10px; }
.lp-whymac-item { width: calc(33.333333% - 7px); background-color: #F5F5F7; border-radius: 18px; overflow: hidden; }
.lp-whymac-item__wrapper { padding: 60px 12px; box-sizing: border-box; }
.lp-whymac-item__icon { margin-bottom: 52px; }
.lp-whymac-item__icon img { margin: 0 auto; }
.lp-whymac-item__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; color: #000; }
.lp-whymac-item__descr { font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; color: #000; margin-top: 10px; }

/* ACS BANNER */
.lp-acs { min-height: 310px; margin: 10px auto; background-color: #F5F5F7; padding: 70px 40px; box-sizing: border-box; text-align: left; position: relative; color: #000; overflow: hidden; border-radius: 18px; }
.lp-acs__wrapper { margin: 0 50% 0 0; }
.lp-acs__subtitle { font: 500 18px/120% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.45px; }
.lp-acs__title { max-width: 380px;  font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin: 10px 0 0; }
.lp-acs__descr { max-width: 360px; font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px;  margin: 10px 0 0; }
.lp-acs__link { display: inline-block; font: 400 16px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.16px; margin-top: 24px; position: relative; color: #FF5CB9; white-space: nowrap;}
.lp-acs__link:after { display: inline-block; content: ' '; width: 14px; height: 14px; margin: 0 0 0 6px; background: transparent url('https://static.re-store.ru/promo/apple/macbook-pro-14inch-m5/images/link-arrow--pink.png') top center no-repeat; background-size: 100% auto; vertical-align: text-top; }
.lp-acs__img { width: 56%; height: auto;  position: absolute; right: -30px; top: 15px; }

/* lp-upgrade */
.lp-upgrade { margin: 120px auto; max-width: 1120px; background-color: #1D1D1F; border-radius: 18px; padding: 60px 70px; box-sizing: border-box; }
.lp-upgrade__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; color: #F5F5F7; }
.lp-upgrade__descr { margin: 40px 0 30px; font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; color: #86868B; }
.lp-upgrade__img {}

/* PORTS */
.lp-ports { 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; gap: 60px; text-align: left; }
.lp-ports__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; color: #fff; }
.lp-ports__descr { font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; color: #86868B; }


/* WHY */
.lp-whyrestore { margin: 0 auto 60px; }
.lp-whyrestore__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; color: #000; text-align: center; }
.lp-whyrestore-itemgroup { margin-top: 20px; 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: 6px; }
.lp-whyrestore-item { border-radius: 12px; background-color: #F5F5F7; -webkit-box-flex: 0; -ms-flex: 1 0 calc(16.66666667% - 5px); flex: 1 0 calc(16.66666667% - 5px); padding: 40px 15px 30px; box-sizing: border-box; }
.lp-whyrestore-item__img { height: 80px; width: auto; margin: 0 auto; }
.lp-whyrestore-item__img img { max-width: 100%; width: auto; height: 80px; margin: 0 auto;}
.lp-whyrestore-item__title { font: 400 14px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.35px; color: #000; text-align: center; margin-top: 16px; }

/* COMPARE */
.lp-container--compare { max-width: 1140px; margin: 0 auto; position: relative; padding: 120px 20px; box-sizing: border-box; }
.lp-compare { background-color: #fff; padding: 60px 30px; box-sizing: border-box; color: #000; border-radius: 18px; }
.lp-compare sup { font-size: 60%; top: -.8em; }
.lp-compare__subtitle { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; text-align: center; }
.lp-compare__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin: 12px 0 40px; text-align: center; }

.lp-compare-rowgroup { max-width: 811px; margin: 0 auto; text-align: center; 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; gap: 32px; }
.lp-compare-column { width: calc(33.333333% - 16px); max-width: 217px; }
.lp-compare-column__head { font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.45px; color: #000; padding: 16px 0 28px; box-sizing: border-box; text-align: center; }
.lp-compare-column__devices { border-bottom: 1px solid #d6d6d6; padding: 20px 0 25px; box-sizing: border-box; }
.lp-compare-column__img { margin-bottom: 32px; }
.lp-compare-column__img img { max-width: 100%; margin: 0 auto; }
.lp-compare-column__color { text-align: center; font-size: 0; line-height: 0; }
.lp-compare-column__color-item { display: inline-block; width: 12px; height: 12px; margin: 0 3px; box-shadow: inset 0px 1.44px 1.44px rgba(0, 0, 0, 0.06); border-radius: 12px; }
.lp-compare-column__features { margin-top: 40px; }
.lp-compare-column__value { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; }
.lp-compare-column__caption { font: 500 12px/120% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.24px;  margin-top: 8px;}
.lp-compare-column__icon { margin-bottom: 10px; }
.lp-compare-column__icon img { max-width: 100%; margin: 0 auto; }
.lp-compare-column__head a { color: #ED5AAE; text-decoration: none; }
.lp-compare-column__head a:hover { opacity: .8; }
.lp-compare .lp-btn-group { margin-top: 50px; text-align: center; }









@media only screen and (max-width: 1024px) {
    /* UNIT */
    .lp-unit { min-height: initial; }
    .lp-unit--big { min-height: initial; }
    .lp-unit__subtitle { font: 500 20px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.2px; }
    .lp-unit__title { font: 500 26px/95% 'Graphik-Medium-Cy', sans-serif; }
    .lp-unit--60 { width: 50%; }
    .lp-unit--40 { width: 50%; }
    /* UNIT CUSTOM */
    .lp-unit--camera { min-height: 440px; }
    .lp-unit--photo { min-height: initial!important; }
    /* ACS BANNER */
    .lp-acs { min-height: auto; padding: 40px; }
    .lp-acs__title { font: 500 32px / 90% 'Graphik-Medium-Cy', sans-serif; }

    /* PORTS */
    .lp-ports { gap: 24px; }
    .lp-ports__title { font: 500 16px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.4px; }
    .lp-ports__descr { font: 400 14px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.35px; }


    /* COMPARE */
    .lp-compare-column { width: calc(33.333333% - 16px); max-width: 170px; }
    .lp-compare-column--table { display: none; }
    /* WHY */
    .lp-whyrestore-item { -ms-flex: 1 0 calc(33.333333% - 5px); flex: 1 0 calc(33.333333% - 5px); }

}

@media only screen and (max-width: 768px) {
    /* BASE */
    .lp-container { max-width: 390px; margin: 0 auto; position: relative; padding: 30px 20px; }

    /* BILLBOARD */
    .lp-billboard { padding: 60px 0; }
    .lp-billboard__logo { width: 144px; }
    .lp-billboard__img { width: 100%; }
    .lp-billboard__title { font: 500 30px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; margin-top: 20px; }
    .lp-billboard__descr { font: 500 14px/110% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.35px; }

    /* UNIT */
    .lp-unitgroup { -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; }
    .lp-unit--small { width: auto; }
    .lp-unit--mid { width: auto; }
    .lp-unit--60 { width: auto; }
    .lp-unit--40 { width: auto; }
    .lp-unit { min-height: 400px; }
    .lp-unit--column { }
    .lp-unit__wrapper { margin: 20px; text-align: center!important; }
    .lp-unit__subtitle { font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.18px; }
    .lp-unit__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; }
    .lp-unit__footernote { font: 400 14px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.35px; }
    /* UNIT CUSTOM */
    .lp-unit--chip { }
    .lp-unit--power { min-height: 270px; }
    .lp-unit--display { min-height: 320px; }
    .lp-unit--display .lp-unit__img { margin-top: 40px; }
    .lp-unit--liquid-glass { min-height: 420px; }
    .lp-unit--ports .lp-unit__img { margin: 50px auto 40px; }
    .lp-unit--camera .lp-unit__img { width: 90%; margin: 0 0 0 auto; position: initial; bottom: initial; right: initial; }


    .lp-upgrade__img { max-width: 350px; margin: 0 auto; }
    /* CHIP */
    .lp-chip-group { margin: 30px auto; width: 90%; max-width: 200px; -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; }
    .lp-chip-item { width: 100%; }
    .lp-chip-item__title { font: 500 18px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.45px; }

    /* CAMERA FEATURES */
    .lp-featuresCamera-group { margin: 20px auto 45px; width: 90%; max-width: 280px; -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: 25px; }
    .lp-featuresCamera-item { width: 100%; -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: 12px; text-align: center; }
    .lp-featuresCamera__descr { font: 500 16px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.4px; }
    .lp-featuresCamera__icon { margin: 0 auto; }

    /* PROTECTION FEATURES */
    .lp-featuresProtection-group { margin: 20px auto 45px; width: 90%; max-width: 300px; -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: 25px; }
    .lp-featuresProtection-item { width: 100%; -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: 12px; text-align: center; }
    .lp-featuresProtection__descr { font: 500 16px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.4px; }
    .lp-featuresProtection__icon { margin: 0 auto; }

    /* WHY MAC */
    .lp-whymac { }
    .lp-whymac__title { }
    .lp-whymac-group { -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; }
    .lp-whymac-item { width: 100%; }
    .lp-whymac-item__wrapper { padding: 40px 20px; text-align: left; }
    .lp-whymac-item__icon { margin:0 0 30px; }
    .lp-whymac-item__icon img { margin: 0; }
    .lp-whymac-item__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; }
    .lp-whymac-item__descr { font: 400 16px/110% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; }

    /* ACS BANNER */
    .lp-acs { min-height: 480px; padding: 0; }
    .lp-acs__wrapper { margin: 30px 20px 50px; }
    .lp-acs__subtitle { font: 500 16px/120% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.4px; }
    .lp-acs__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; }
    .lp-acs__descr { font: 500 16px/120% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.4px; }
    .lp-acs__img { width: 100%; position: relative; right: initial; top: initial; transform: translate(0,0); margin: 0 0 0 20px; }

    /* WHY */
    .lp-whyrestore-item { -ms-flex: 1 0 calc(50% - 3px); flex: 1 0 calc(50% - 3px); }
    /* COMPARE */
    .lp-container--compare { padding: 30px 10px; background-color: #fff; }
    .lp-compare { margin: 0; padding: 0; }
    .lp-compare__subtitle { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; }
    .lp-compare__title { max-width: 340px; font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin: 20px auto 40px; }
    .lp-compare-rowgroup { gap: 12px;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  }
    .lp-compare-column { width: calc(50% - 12px); max-width: 170px; }
    .lp-compare-column--mobile { display: none; }
    .lp-compare-column__head { font: 500 16px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.45px; }
}



@media only screen and (max-width: 768px) {
    .lp-btn { font: 500 14px/20px 'Graphik-Medium-Cy', sans-serif; padding: 10px 24px; }
    .lp-container, .lp-container--mid { max-width: 390px; margin: 0 auto; position: relative; padding: 30px 20px; }
    /* FOOTER */
    .lp-footer { margin: 30px auto 0; }

    /* lp-upgrade */
    .lp-upgrade { margin: 0 auto; background-color: #161617;  padding: 40px 20px; text-align: center; border-radius: 0; }
    .lp-upgrade__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
    .lp-upgrade__descr { margin: 12px 0 22px; font: 500 16px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.4px; }
    .lp-upgrade__img {}
}

@media only screen and (max-width: 360px) {
    /* BASE */
    .lp-container, .lp-container--mid { padding: 30px 10px; }
    /* WHY MAC */
    .lp-whymac-item__wrapper { padding: 40px 15px; }
    /* ACS BANNER */
    .lp-acs__title { font-size: 26px; }
}