@import url(https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap);.btn{background-image:var(--bg-btn);border:1px solid #0000;border-radius:var(--radii);color:var(--color-white);cursor:pointer;font-size:.9em;font-weight:var(--fw-normal);height:2.8rem;opacity:1;transition:opacity .3s ease-in;width:11rem}.btn:hover{opacity:.7}@media screen and (min-width:778px) and (max-width:1100px){.btn{font-size:.7em;height:2.5rem;width:9rem}}@media screen and (max-width:778px){.btn{font-size:1.2em;height:4rem;width:16rem}}.wrapper{position:relative;width:100vw}.header_fixed{background-color:var(--color-white);display:flex;height:10vh;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.header_wrapper{display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1440px;padding-block:5px;padding-inline:6rem;width:100%}.header_logo{align-items:center;display:flex;height:100%;justify-content:center;width:15%}.header_logo img{object-fit:contain;width:80%}.header_nav{height:100%;width:45%}.header_nav nav{display:flex;margin:0 auto;width:80%}.header_navItem{align-items:center;display:flex;flex-wrap:wrap;font-size:.9em;justify-content:flex-start;list-style:none;margin:auto;padding-block-start:4%;padding-inline:0;width:80%}.header_navItem li{display:inline-block;width:20%}.active{background:#fff;color:var(--color-dark);font-weight:var(--fw-bold);padding-block-end:1rem;padding-inline:5px;position:relative;text-decoration:none}.active:after{background-image:var(--bg-btn);bottom:0;content:"";left:11%;margin:-5px;position:absolute;right:11%;top:100%;z-index:-1}.link{color:var(--color-blue);padding-block-end:1rem;padding-inline:5px;text-decoration:none;transition:all .3s ease-in}.header_btn{align-items:center;display:flex;height:100%;justify-content:center;width:15%}.nav_mobile_btn,.nav_modal{display:none}.nav_modal{bottom:0;height:100%;left:-200%;position:absolute;right:0;top:12vh;transition:left .4s;width:100%;z-index:30}@media screen and (max-width:1440px){.header_nav nav{width:90%}}@media screen and (max-width:1300px){.header_nav nav{width:100%}.header_navItem{font-size:.7em}}@media screen and (max-width:1100px){.header_navItem{font-size:.6em}}@media screen and (max-width:900px){.header_wrapper{align-items:center;max-width:778px;padding-inline:2rem}.header_fixed{height:14vh}.header_nav{align-items:center;background-color:var(--color-white);border-radius:8px;bottom:0;display:flex;flex-direction:column;height:53vh;justify-content:center;left:-200%;margin:0 auto;position:fixed;right:0;top:12vh;transition:left .5s;width:85%;z-index:40}.header_nav.nav_active{left:0;margin-block-start:3rem}.header_btn{display:none}.header_logo{width:50%}.nav_mobile_btn{display:block;overscroll-behavior:contain}.nav_modal.modal-active{background:linear-gradient(180deg,#2d314db3,#fff);display:flex;left:0}.header_navItem{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;font-size:1.5em;height:100%;justify-content:space-between;list-style:none;margin:auto;padding-block-start:4%;padding-inline:0;width:80%}.header_nav nav{height:80%}.header_navItem li{width:40%}}*{box-sizing:border-box}:root{--family:"Public Sans",sans-serif;--fs:18px;--fw-light:300;--fw-normal:400;--fw-bold:700;--color-dark:#2d314d;--color-lime:#31d35c;--color-cyan:#2bb7da;--color-blue:#9698a6;--color-light:#f3f4f6;--color-gray:#fafafa;--color-white:#fff;--bg-btn:linear-gradient(140deg,#31d35c,#2bb7da);--radii:30px}body{background-color:#fafafa;background-color:var(--color-gray);color:#9698a6;color:var(--color-blue);font-family:Public Sans,sans-serif;font-family:var(--family);font-size:18px;font-size:var(--fs);height:100%;line-height:1.4;margin:0;padding:0}#error-page{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}#error-page a .btn{color:#fff}.block-services{display:flex;gap:1rem;justify-content:space-between;width:100%}.service_card{display:flex;flex-direction:column;justify-content:flex-start;width:24%}.service_card img{width:26%}.service_card h3{color:var(--color-dark);font-size:1.6rem;font-weight:var(--fw-normal)}.service_card p{margin:0}@media screen and (max-width:1250px){.service_card p{font-size:.9em}}@media screen and (max-width:1100px){.block-services{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;width:100%}.service_card{width:45%}.service_card img{width:20%}.service_card h3{font-size:1.2em}.service_card p{font-size:.8em}}@media screen and (max-width:778px){.block-services,.service_card{flex-direction:column}.service_card{display:flex;width:100%}.service_card img{width:25%}.service_card h3{font-size:1.6em}.service_card p{font-size:1.2em;line-height:1.6}}.articles-block{display:flex;gap:1rem;justify-content:space-between;width:100%}.articles-card{background-color:var(--color-white);border-radius:8px;display:flex;flex-direction:column;height:83%;overflow:hidden;width:23%}.articles-card div{height:50%;padding:1rem;padding-inline-end:2rem;width:100%}.articles-card span{font-size:.5rem}.articles-card h3{font-size:.9em;line-height:1.2;margin-block:.5rem}.articles-card a{color:var(--color-dark);font-weight:var(--fw-normal);text-decoration:none;transition:all .3s ease-in}.articles-card a:hover{color:var(--color-lime)}.articles-card p{font-size:.7rem;margin-block-start:.5em}.article-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:50%;width:100%}@media screen and (max-width:1250px){.articles-card{height:90%}}@media screen and (max-width:1100px){.articles-block{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;width:100%}.articles-card{background-color:var(--color-white);border-radius:8px;display:flex;flex-direction:column;height:75%;overflow:hidden;width:45%}}@media screen and (max-width:778px){.articles-block{flex-direction:column;flex-wrap:nowrap;gap:2rem;min-height:350vh;padding-block-end:2rem}.articles-card{height:100%;width:100%}.articles-card h3{font-size:1.5em}.articles-card div:last-child{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding-inline:2rem}.articles-card h3,.articles-card p{text-align:left}.articles-card span{font-size:.8em}.articles-card p{font-size:1.1em}}.main_wrapper{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;width:100%}::-webkit-scrollbar{display:none}.main_block_wrapper{width:100%}.center-block{background-color:var(--color-light);height:100vh}.bottom-block{height:72vh}.top-block{height:85vh}.main_block{display:flex;height:100%;margin:0 auto;max-width:1440px;padding-inline:6rem;width:100%}.main_block.top{gap:1rem;justify-content:space-between}.main_block.center,.main_top_text{flex-direction:column;gap:2rem}.main_top_text{display:flex;height:50%;justify-content:center;margin:auto;padding-inline:1rem;width:44%}.main_top_text h1{color:var(--color-dark);font-size:3.4em;font-weight:var(--fw-normal);margin:0}.main_top_text p{font-size:1.1em;font-weight:var(--fw-normal);height:10rem;line-height:1.6;width:100%}.main_top_btn{align-items:center;display:flex;height:8vh;justify-content:flex-start;width:100%}.main_top_image{height:100%;position:relative;width:60%}.main_image{position:absolute}.main_image img{object-fit:cover;width:100%}.main_image.wave-desktor{display:block;left:1rem;top:-13rem;width:150%;z-index:1}.main_image.wave-mobile{display:none}.main_image.phones{left:12rem;top:-9rem;width:112%;z-index:2}.main_center{margin:0;padding-inline:1rem}.main_center.title{height:35%;margin-block-start:4rem;width:60%}.main_center.title p{font-size:1.1em}.main_block.bottom h2,.main_center.title h2{color:var(--color-dark);font-size:2.8rem;font-weight:var(--fw-normal);margin-block-end:3rem}.main_center.service-card{display:flex;width:100%}.main_block.bottom{height:100%;margin-block-end:1rem;margin-block-start:3rem;width:100%}.main_bottom.title{display:flex;flex-direction:column;gap:2rem;padding-inline:1rem}.main_bottom.article-card{display:flex;height:100%;width:100%}@media screen and (min-width:1500px){.top-block{height:68vh}.main_top_text{width:45%}.main_top_text h1{font-size:3em}.main_top_text p{font-size:var(--fs);height:4rem}.center-block{height:72vh}.main_center.title h2{margin-block-end:1rem}.main_center.title p{margin-block-end:0}.main_block.bottom h2,.main_center.title h2{font-size:2.2em}.bottom-block{height:65vh}.main_block.bottom h2{margin-block-end:2rem}.main_bottom.article-card{height:81%}}@media screen and (max-width:1380px){.main_top_text h1{font-size:3em}.main_block.bottom h2,.main_center.title h2{font-size:2.5em}.bottom-block,.center-block,.top-block{height:70vh}}@media screen and (max-width:1250px){.main_top_text{width:48%}.main_top_text h1{font-size:2.2em}.main_top_text p{font-size:.9em}.main_image.wave-desktor{display:block;left:5rem;top:-10rem;width:130%;z-index:1}.main_image.phones{left:14rem;top:-10rem;width:100%;z-index:2}.main_center.title{height:25%;margin-block-start:2rem;width:60%}.main_block.bottom h2,.main_center.title h2{font-size:2em;font-weight:var(--fw-light)}.main_center.title p{font-size:.9em}.top-block{height:55vh}.center-block{height:60vh}.main_center.service-card{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.main_bottom.article-card{height:70%}}@media screen and (max-width:1000px){.main_wrapper{font-weight:var(--fw-light)}.main_top_text{width:50%}.main_top_text h1{font-size:2em}.main_top_text p{font-size:.7em}.main_top_image{width:75%}.main_image.wave-desktor{display:block;left:0;top:-7rem;width:150%}.main_image.phones{left:7rem;top:-6rem;width:120%}.center-block{height:100vh}.main_center.title{height:22%;width:70%}.top-block{height:50vh}.main_center.title p{font-size:.8em}.main_block.bottom h2,.main_center.title h2{font-size:1.6em;margin-block-end:2rem}}@media screen and (min-width:500px) and (max-width:778px){.main_block{padding-inline:2rem}.main_block_wrapper{margin-block-start:0;padding-block-end:2rem}.top-block{min-height:140vh}.main_block.top{flex-direction:column-reverse;min-height:80vh}.main_top_image{height:50%;width:100%}.main_image.wave-mobile{display:block;left:-4rem;top:-8rem;width:130%;z-index:1}.main_image.wave-desktor{display:none}.main_image.phones{left:-1rem;top:-11rem}.main_top_text{align-items:center;gap:0;height:35%;width:100%}.main_top_text h1{font-size:3em;font-weight:var(--fw-normal);line-height:1.2;text-align:center}.main_center.title p,.main_top_text p{font-size:1.1em;line-height:1.8}.main_top_btn{justify-content:center}.center-block{min-height:270vh}.bottom-block{min-height:300vh}.main_block.bottom,.main_block.center{font-weight:var(--fw-light);text-align:center}.main_block.bottom{margin-block-start:7rem}.main_center.title{height:23%;width:100%}.main_block.bottom h2,.main_center.title h2{font-size:2.7em}.main_bottom.article-card,.main_center.service-card{flex-direction:column}}@media screen and (max-width:500px){.top-block{min-height:100vh}.main_block{padding-inline:0}.main_image.phones{left:1rem;top:-12rem}.main_block_wrapper{margin-block-start:0;padding-block-end:2rem}.main_block.top{flex-direction:column-reverse;min-height:80vh}.main_top_image{height:50%;width:100%}.main_image.wave-mobile{display:block;left:-6rem;top:-14rem;width:140%;z-index:1}.main_image.wave-desktor{display:none}.main_top_text{align-items:center;gap:0;height:50%;width:100%}.main_top_text h1{font-size:2.5em;font-weight:var(--fw-light);text-align:center}.main_center.title p,.main_top_text p{font-size:.9em;line-height:1.8}.main_top_btn{justify-content:center}.bottom-block,.center-block{min-height:240vh}.main_block.bottom,.main_block.center{font-weight:var(--fw-light);text-align:center}.main_center.title{height:20%;width:100%}.main_block.bottom h2,.main_center.title h2{font-size:2.1em}.main_bottom.article-card,.main_center.service-card{flex-direction:column}}.footer_wrapper{background-color:var(--color-dark);display:flex;height:18vh;width:100%}.footer_block{margin:0 auto;max-width:1440px;padding-block-end:.5rem;padding-block-start:2rem;padding-inline:6rem;width:100%}.footer_block,.footer_image{display:flex;justify-content:space-between}.footer_image{width:65%}.footer_logo img{object-fit:contain;width:100%}.footer_image_block{align-items:flex-start;flex-direction:column;padding-block:1em;width:20%}.footer_image_block,.footer_social{display:flex;justify-content:space-between}.footer_social{gap:.5em;width:100%}.icon_social *{fill:var(--color-white);transition:all .3s ease-in}.icon_social:hover *{fill:var(--color-lime)}.footer_btn{align-items:flex-end;display:flex;flex-direction:column;justify-content:space-around;width:20%}.footer_btn div{font-size:.9rem}.footer_nav{align-items:center;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;justify-items:start;padding-block:.5em;width:60%}.footer_nav a{color:var(--color-light);font-size:.9em;font-weight:var(--fw-light);text-decoration:none;transition:all .3s ease-in}.footer_nav a:hover{color:var(--color-lime)}@media screen and (min-width:1500px){.footer_wrapper{height:21vh}}@media screen and (max-width:1250px){.footer_image{display:flex;justify-content:space-between;width:60%}}@media screen and (max-width:900px){.footer_wrapper{height:70vh}.footer_block{padding-inline:2rem}.footer_block,.footer_image{align-items:center;flex-direction:column}.footer_image{width:100%}.footer_image_block{align-items:center;gap:2rem;width:35%}.footer_nav{display:flex;flex-direction:column;gap:1rem}.footer_btn div,.footer_nav a{font-size:.9em}.footer_btn{align-items:center;gap:1rem;width:100%}}.wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}main{flex-grow:1}
/*# sourceMappingURL=main.36802842.css.map*/