/* CLEARFIX */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
img { display: block; }

/* BASE */
.lp-fullwidth { background-color: #fff; overflow: hidden; -moz-font-feature-settings: "kern"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.lp-fullwidth--blue { background: linear-gradient(180deg, #ADDCEE 10%, #D0E9F2 69%, #F3F6F6 95%); }
.lp-fullwidth--black { background-color: #000; }
.lp-fullwidth--white { background-color: #fff; }
.lp-fullwidth--gray { background-color: #FAFAFA; }
.lp-fullwidth--whyipad { background-color: #FAFAFA; }
.lp-fullwidth--lightgray { background-color: #F5F5F7; }
.lp-container { max-width: 1020px; margin: 0 auto; position: relative; padding: 80px 20px; box-sizing: border-box; }
.lp-container--mid { max-width: 1140px; margin: 0 auto; position: relative; padding: 80px 20px; box-sizing: border-box; }
.lp-container-footer { max-width: 1140px; margin: 0 auto; position: relative; padding: 60px 20px; box-sizing: border-box; }
sub, sup { font-size: 40%; top: -1.2em; }
.lp-fullwidth img { max-width: 100%; }

/* BUTTON */
.lp-btn-container {}
.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; }

/* TEXT COLOR */
.lp-text-color { background: linear-gradient(180deg, #004C94 10%, #1663AC 45%, #297BC4 80%); 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: #28599D; background: transparent; -webkit-background-clip: initial; -webkit-text-fill-color:initial;  }

/* BILLBOARD */
.lp-billboard { position: relative; text-align: center; padding: 90px 20px; box-sizing: border-box; }
.lp-billboard__logo { width: 204px; margin: 0 auto; }
.lp-billboard__bigtitle { margin: 70px auto 35px; font: 500 80px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -3.6px; }
.lp-billboard__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; margin: 35px 0 30px; }
.lp-billboard__descr { font: 400 20px/105% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #6E6E73; }
.lp-billboard__img { width: 622px; max-width: 100%; margin: 35px auto; }
.lp-billboard .lp-btn-container { margin: 30px auto 0; text-align: center; }

/* 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: 500px; padding: 0; box-sizing: border-box; border-radius: 18px; background-color: #F5F5F7; color: #000; 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--row-center { 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; align-items: center; gap: 40px; }
.lp-unit__wrapper { text-align: center; margin: 40px 30px 0; position: relative; z-index: 1; }
.lp-unit__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; margin: 0 auto; }
.lp-unit__title-color { color: #636F7D; }
.lp-unit__descr { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; margin: 10px auto 0; }
.lp-unit__footernote { font: 400 12px/16px 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.12px; color: #86868B; text-align: center; margin: 0 auto; 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; gap: 8px; }
.lp-unit__footernote-item { }
.lp-unit__img { display: block; margin: 0 auto; }
.lp-unit--mid { width: 50%; }
.lp-unit--big { width: 100%; }
.lp-unit--midfull { width: calc(100% - 356px - 10px); }
.lp-unit--small { width: 356px; }
.lp-unit--60 { width: calc(56% - 10px); }
.lp-unit--40 { width: calc(44% - 10px); }
.lp-unit--features-group { background-color: transparent; gap: 20px; }
.lp-unit--features { min-height: 166px; }
.lp-unit--features .lp-unit__wrapper { }
.lp-unit--features .lp-unit__img img { display: block; margin: 0 auto; }
.lp-unit--end { -webkit-justify-content: flex-end; -ms-flex-pack: flex-end; justify-content: flex-end; }

/* UNIT CUSTOM */
.lp-unit--chip { min-height: 540px; color: #fff; }
.lp-unit--chip .lp-unit__wrapper { margin: 40px 30px 30px; text-align: left; max-width: 500px; }
.lp-unit--chip .lp-unit__img { position: absolute; left: 0; right: 0; bottom: 0; top: 0; object-fit: cover; object-position: bottom; }
.lp-unit--chip .lp-unit__img img { height: 100%; object-fit: cover; object-position: bottom; }
.lp-unit--storage { min-height: 260px; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.lp-unit--storage .lp-unit__img { width: 61px; margin-bottom: 14px; }
.lp-unit--storage .lp-unit__wrapper { margin: 30px; }
.lp-unit--power { min-height: 260px; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.lp-unit--power .lp-unit__img { width: 61px; margin-bottom: 14px; }
.lp-unit--power .lp-unit__wrapper { margin: 30px; }
.lp-unit--ipados {}
.lp-unit--ipados .lp-unit__img { width: 744px; max-width: 90%; margin-top: 40px; }
.lp-unit--retina { padding: 40px; box-sizing: border-box; }
.lp-unit--retina .lp-unit__wrapper { margin: 0; }
.lp-unit--retina .lp-unit__img { min-width: 50%; }
.lp-unit--wifi {}
.lp-unit--wifi { padding: 40px; box-sizing: border-box; }
.lp-unit--wifi .lp-unit__wrapper { margin: 0; }
.lp-unit--wifi .lp-unit__img { min-width: 48%; }
.lp-unit--pencil {}
.lp-unit--pencil .lp-unit__img { width: 100%; max-width: 100%; margin-top: 50px; }
.lp-unit--keyboard {}
.lp-unit--keyboard .lp-unit__img { width: 362px; max-width: 90%; }
.lp-unit--keyboard .lp-unit__wrapper { margin: 80px 30px 40px; }
.lp-unit--camera {}
.lp-unit--camera .lp-unit__img { width: 592px; max-width: 90%; margin: 40px auto 0; }
.lp-unit--camera .lp-unit__wrapper { width: 560px; margin: 40px auto; }


/* FOOTER */
.lp-footer { margin: 60px 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; }

/* 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 25px/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 { 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; max-width: 800px; margin: 0 auto; }
.lp-compare-column { width: calc(33.333333% - 32px); max-width: 170px; }
.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; }

/* BANNER ACS */
.lp-banner-acs { display: block; border-radius: 12px; overflow: hidden; margin:0 auto 60px; }

/* WHY RESTORE */
.lp-whyrestore { margin: 0 auto; }
.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; }


/* WHY IPAD */
.lp-whyipad { margin: 0 auto!important; background-color: #fff; padding: 70px; box-sizing: border-box; color: #000; }
.lp-whyipad__subtitle { font: 500 18px/120% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.18px; }
.lp-whyipad__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin: 10px 0 40px; }
.lp-whyipad-group { margin: 0 auto; 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: 24px; }
.lp-whyipad-item { width: calc(25% - 18px); }
.lp-whyipad-item__icon { margin-bottom: 15px; }
.lp-whyipad-item__icon img { height: 39px; }
.lp-whyipad-item__text {}
.lp-whyipad-item__title { font: 500 16px/120% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.16px; margin: 15px 0 5px; color: #1D1D1F; }
.lp-whyipad-item__descr { font: 400 16px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.16px; color: #6E6E73; }




@media only screen and (max-width: 1024px) {
    /* FEATURES */
    .lp-features-container { padding: 40px; }
    .lp-features-item { min-height: 300px; -ms-flex: 0 0 calc(50% - 10px); flex: 0 0 calc(50% - 10px); }
    /* 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); }

    /* WHY IPAD */
    .lp-whyipad { margin: 0 -20px!important; padding: 30px 20px; }
    .lp-whyipad__subtitle { font: 500 16px/120% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.16px; }
    .lp-whyipad__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.75px; }
    .lp-whyipad-group { gap: 30px; }
    .lp-whyipad-item { width: calc(50% - 18px); }
}

@media only screen and (max-width: 900px) {}

@media only screen and (max-width: 768px) {
    /* BASE */
    .lp-fullwidth--whyipad { background-color: #fff; }
    .lp-container { max-width: 390px; margin: 0 auto; position: relative; padding: 30px 20px; }
    .lp-container--mid { max-width: 390px; margin: 0 auto; position: relative; padding: 30px 20px; }
    .lp-container-footer { padding: 0 20px 60px; }
    /* BUTTON */
    .lp-btn { font: 500 14px/20px 'Graphik-Medium-Cy', sans-serif; padding: 10px 24px; }

    /* BILLBOARD */
    .lp-billboard { padding: 60px 20px; }
    .lp-billboard__logo { width: 112px; }
    .lp-billboard__bigtitle { margin: 35px auto 30px; font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; }
    .lp-billboard__title { font: 500 30px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; margin: 20px 0 30px; }
    .lp-billboard__descr { font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; }
    .lp-billboard__img { width: 286px; margin: 20px auto; }

    /* 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__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; margin: 0 auto; }
    .lp-unit--small { width: auto; }
    .lp-unit--mid { width: auto; }
    .lp-unit--midfull { width: auto; }
    .lp-unit--small { width: auto; }
    .lp-unit--60,.lp-unit--40 { width: auto; }
    .lp-unit { min-height: 400px; }
    .lp-unit--column { }
    .lp-unit__wrapper { margin: 40px 20px 0; text-align: center!important; }
    .lp-unit--features { min-height: 152px; }

    /* UNIT CUSTOM */
    .lp-unit--chip { min-height: 440px; }
    .lp-unit--chip .lp-unit__wrapper { text-align: left!important; }
    .lp-unit--storage { min-height: 260px; }
    .lp-unit--power { min-height: 260px; }
    .lp-unit--ipados .lp-unit__img { max-width: 100%; }
    .lp-unit--retina { padding: 20px 30px 40px; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
    .lp-unit--retina .lp-unit__img { min-width: initial; }
    .lp-unit--wifi { padding: 20px 30px 40px; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
    .lp-unit--wifi .lp-unit__img { min-width: initial; }
    .lp-unit--pencil .lp-unit__img { margin-top: 20px; }
    .lp-unit--keyboard .lp-unit__img { width: 256px; max-width: 90%; }
    .lp-unit--keyboard .lp-unit__wrapper { margin: 30px 30px 40px; }
    .lp-unit--camera .lp-unit__img { width: 100%; max-width: 90%; margin: 20px auto 0; }
    .lp-unit--camera .lp-unit__wrapper { width: initial; margin: 40px 30px; }

    /* COMPARE */
    .lp-container--compare { padding: 30px 10px 60px; 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% - 6px); 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; }
    /* WHY */
    .lp-whyrestore-item { -ms-flex: 1 0 calc(50% - 3px); flex: 1 0 calc(50% - 3px); }

    /* FOOTER */
    .lp-footer { margin: 60px auto 0; }
}

@media only screen and (max-width: 370px) {
    /* BASE */
    .lp-container, .lp-container--mid { padding: 30px 10px; }
    /* BILLBOARD */
    .lp-billboard__bigtitle { font: 500 36px/90% 'Graphik-Medium-Cy', sans-serif; }
    /* WHY IPAD */
    .lp-whyipad-item__title { font: 500 14px/120% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.14px; }
    .lp-whyipad-item__descr { font: 400 14px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.14px; }
}