/* CLEARFIX */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
img { display: block; }

/* BASE */
.lp-fullwidth { overflow: hidden; }
.lp-container { width: 100%; max-width: 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-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: 12px 24px; }
.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--small {font: 500 16px/100% 'Graphik-Medium-Cy', sans-serif; padding: 10px 14px; }
.lp-btn--blue { background-color: #378BE7; }
.lp-btn--blue:hover { background-color: #327ED1; }
.lp-btn--blue:active { background-color: #2865A7; }
.lp-btn--pink { background-color: #ed5aae; }
.lp-btn--pink:hover { background-color: #ff5bb9; }
.lp-btn--pink:active { background-color: #ff5bb9; }
.lp-btn--white { background-color: #fff; color: #242424; }
.lp-btn--white:hover { background-color: #fff; opacity: .85; }
.lp-btn--white:active { background-color: #fff; }
.lp-btn--black { background-color: #000; }
.lp-btn--black:hover { background-color: #333; }


/* BILLBOARD */
.lp-billboard { position: relative; z-index: 1; }
.lp-billboard__cover { }

/* SECTION */
.lp-section { margin: 200px auto; position: relative; }
.lp-section__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; margin-bottom: 40px; color: #000; position: relative; z-index: 1; }


/* FEATURES */
.lp-features { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 10px; position: relative; margin-bottom: 100px; }
.lp-features-item { min-height: 250px; padding: 20px; box-sizing: border-box; background: #3194FF; -webkit-box-flex: 0; -ms-flex: 0 0 calc(25% - 10px); flex: 0 0 calc(25% - 10px); display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; gap: 10px; position: relative; z-index: 1; }
.lp-features-item__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; color: #fff; -webkit-transition: 0.5s; transition: 0.5s; }
.lp-features-item__footer {}
.lp-features-item__descr { max-width: 450px; font: 400 20px/105% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #fff; -webkit-transition: 0.5s; transition: 0.5s; }
.lp-features-item:nth-child(2) { background: #FE6E2E; }
.lp-features-item:nth-child(3) { background: #CD9DF2; }
.lp-features-item:nth-child(4) { background: #ABC9D3; }

@media (hover: hover) and (pointer: fine) {
    .lp-features-item__title { color: #000; }
    .lp-features-item { background: rgba(243, 243, 243, 0.40); -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); }
    .lp-features-item:nth-child(2) { background: rgba(243, 243, 243, 0.40); -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); }
    .lp-features-item:nth-child(3) { background: rgba(243, 243, 243, 0.40); -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); }
    .lp-features-item:nth-child(4) { background: rgba(243, 243, 243, 0.40); -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); }
    .lp-features-item__descr { opacity: 0; }
    .lp-features-item:hover { background: #3194FF; }
    .lp-features-item:hover .lp-features-item__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; color: #fff; }
    .lp-features-item:hover .lp-features-item__descr { opacity: 1; }
    .lp-features-item:hover:nth-child(2) { background: #FE6E2E; }
    .lp-features-item:hover:nth-child(3) { background: #CD9DF2; }
    .lp-features-item:hover:nth-child(4) { background: #ABC9D3; }
}

/* DECOR */
.lp-decor { position: absolute; }
.lp-decor-01 { width: 472px; left: -230px; bottom: -250px; }
.lp-decor-02 { width: 410px; right: -190px; top: -240px; }

/* FAQ */
.lp-faq-container { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: flex-start; gap: 32px; }
.lp-faq-container-row {}
.lp-faq-container-row:first-child { width: 400px; }
.lp-faq-container-row:last-child { width: calc(100% - 400px - 32px); }
.lp-faq-head {}
.lp-faq-head__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; color: #000; margin-bottom: 20px; }

.lp-faq-itemGroup { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: flex-start; gap: 60px; }
.lp-faq-item { width: calc(50% - 30px); position: relative; cursor: pointer; padding: 0; box-sizing: border-box; }
.lp-faq-item__title { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; color: #000; position: relative; padding-right: 24px; box-sizing: border-box; }
.lp-faq-item__descr { font: 400 16px/115% 'Graphik-Regular-Cy', sans-serif; color: #000; height: 0; opacity: 0; padding-top: 0; visibility: hidden; box-sizing: border-box; -webkit-transition: 0.25s; transition: 0.25s; position: relative; }
.lp-faq-item__descr p { margin-top: 16px; }
.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: #000; top: 0; left: 0; right: 0; bottom: 0; margin: auto; border-radius: 6px; transition: opacity 0.25s ease 0s; }

.lp-faq-item.lp-active .lp-faq-item__icon { transform: rotate(90deg); }
.lp-faq-item.lp-active .lp-faq-item__icon:before { opacity: 0; }
.lp-faq-item.lp-active .lp-faq-item__descr { height: auto; opacity: 1; visibility: visible; margin-top: 20px; padding-top: 24px; -webkit-transition: 0.75s; transition: 0.75s; }
.lp-faq-item.lp-active .lp-faq-item__descr:before { content: ' '; border-bottom: 1px solid #D1D0D9; position: absolute; left: 0; right: 0; top: 0; }

/* BANNER */
.lp-banner-esim { min-height: 280px; padding: 32px; box-sizing: border-box; position: relative; background-color: #F5F5FA; border-radius: 8px; }
.lp-banner-esim__wrapper { width: 50%; }
.lp-banner-esim__title { max-width: 580px; font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; color: #000; }
.lp-banner-esim__descr { font: 400 20px/105% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #000; margin: 16px 0 24px; }
.lp-banner-esim__img { width: 340px; position: absolute; bottom: 0; left: 62%; }













@media only screen and (max-width: 1200px) {
    /* FEATURES */
    .lp-features-item { -ms-flex: 0 0 calc(50% - 5px); flex: 0 0 calc(50% - 5px); }
}

@media only screen and (max-width: 1024px) {
    /* SECTION */
    .lp-section { margin: 100px auto; }
    .lp-section__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin-bottom: 20px; }
    /* 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%; }

    /* BANNER */
    .lp-banner-esim { padding: 28px 16px; }
    .lp-banner-esim__wrapper { width: 50%; }
    .lp-banner-esim__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; }
    .lp-banner-esim__descr { font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; margin: 8px 0 20px; }
    .lp-banner-esim__img { width: 340px; position: absolute; bottom: 0; left: 52%; }
}

@media only screen and (max-width: 980px) { }

@media only screen and (max-width: 768px) {
    /* SECTION */
    .lp-section { margin: 80px auto; }

    /* DECOR */
    .lp-decor-01 { width: 330px; left: -30%; bottom: 10%; }
    .lp-decor-02 { width: 360px; right: -50%; top: 5%; }


    /* FAQ */
    .lp-faq-container { padding: 0; box-sizing: border-box; }
    .lp-faq-head__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin-bottom: 16px; }
    .lp-faq-head__links { font: 400 14px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.14px; gap:10px 20px; }
    .lp-faq-itemGroup { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 40px; }
    .lp-faq-item { width: 100%; }
    .lp-faq-item__title { font: 500 18px/115% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.18px; }
    .lp-faq-item__descr { font: 400 14px/120% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.14px; }
    .lp-faq-item__descr p { margin-top: 14px; }
    .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: #000; top: 0; left: 0; right: 0; bottom: 0; margin: auto; border-radius: 6px; transition: opacity 0.25s ease 0s; }
    .lp-faq-item.lp-active .lp-faq-item__icon { transform: rotate(90deg); }
    .lp-faq-item.lp-active .lp-faq-item__icon:before { opacity: 0; }
    .lp-faq-item.lp-active .lp-faq-item__descr { height: auto; opacity: 1; visibility: visible; margin-top: 20px; padding-top: 24px; -webkit-transition: 0.75s; transition: 0.75s; }
    .lp-faq-item.lp-active .lp-faq-item__descr:before {  border-bottom: 1px solid #000; opacity: .1; }

    /* BANNER */
    .lp-banner-esim { padding: 28px 16px 0; }
    .lp-banner-esim__wrapper { width: initial; }
    .lp-banner-esim__img { width: 300px; margin: 12px auto 0; position: relative; bottom: initial; left: initial; }
}

@media only screen and (max-width: 680px) {
    /* FEATURES */
    .lp-features { -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: 10px; margin-bottom: 0; }
    .lp-features-item { min-height: 200px; -ms-flex: 0 0 100%; flex: 0 0 100%; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 20px; }
    .lp-features-item__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
    .lp-features-item__footer {}
    .lp-features-item__descr { font: 400 16px/110% 'Graphik-Regular-Cy', sans-serif; }
}






