:root{--background:#fff;--text:#0b111f;--background-dark:#283746;--background-dark-text:#fff;--background-accent:#006dff;--background-accent-text:#fff;--background-accent-dark:#004fcc;--background-accent-light:#3390ff;--accent-color:#fff}*{box-sizing:border-box;color:inherit}body{margin:0;padding:0;background-color:var(--background-dark);color:var(--text);font-family:Rubik,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{background-color:var(--background);min-height:70vh}a{text-decoration:none;color:inherit}h1,h2,h3,p{margin:0}h3{font-size:16px}ul{list-style:none;margin:0;padding:0}.button{all:unset;display:block;box-sizing:border-box;font-size:16px;padding:10px 16px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;border-radius:7px}.button_accent_dark{background-color:var(--background-dark);color:var(--background-accent-text)}.button_accent_dark:hover{background-color:var(--background-accent-dark)}.button_accent_dark:active{background-color:var(--background-accent-light)}.title-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.title-container{margin:20px 0}.title-container .title{display:inline;position:relative;background-image:linear-gradient(var(--background-accent),var(--background-accent));background-size:100% 4px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .3s ease-in-out;padding-bottom:4px;line-height:34px}.highlited-text{display:inline-block;padding:4px 6px 5px;background-color:var(--background-accent);color:var(--background-accent-text)}.section{width:100%;max-width:1200px;margin:0 auto;padding:40px 20px}.section:not(:first-child){padding-top:20px;padding-bottom:40px}.section_first-content{display:block;margin-top:-30px;border-radius:30px;position:relative;background-color:var(--background-accent-text);z-index:3}.section_first-content .section__content{width:100%;max-width:1200px;margin:0 auto;padding:60px 20px}.href-underline>span{display:inline-block;width:-moz-fit-content;width:fit-content;background-image:linear-gradient(currentColor,currentColor);background-size:0 2px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .3s ease-in-out;padding:5px 0;line-height:20px}.href-underline:hover>span{background-size:100% 2px}.simple-href-underline{display:inline-block;width:-moz-fit-content;width:fit-content;background-image:linear-gradient(currentColor,currentColor);background-size:0 2px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .3s ease-in-out;padding:5px 0;line-height:20px}.simple-href-underline:hover{background-size:100% 2px}.list_mark-star>li{display:block;padding-left:20px;position:relative}.list_mark-star>li:before{content:"*";display:block;position:absolute;left:0;top:0;font-size:26px;font-weight:900;color:var(--background-accent)}.list_mark-star.list_mark-star_arrow>li{padding-left:30px}.list_mark-star.list_mark-star_arrow>li:before{content:"➤";font-size:18px}.section_main-banner-mini{background-color:var(--background-dark);color:var(--background-accent-text);overflow:hidden;position:relative}.section_main-banner-mini .content{max-width:1200px;padding:120px 20px 60px;margin:0 auto;z-index:1;position:relative}.section_main-banner-mini .content h1{margin-bottom:10px}.section_main-banner-mini .content p{font-size:16px}.background-circles-glow .circle{position:absolute;border-radius:50%;filter:blur(80px);will-change:transform,opacity;animation:pulse 10s ease-in-out infinite,drift 20s ease-in-out infinite alternate}.background-circles-glow .circle:first-child{top:40%;left:30%;width:400px;height:400px;background:rgba(20,143,215,.6)}.background-circles-glow .circle:nth-child(2){top:50%;left:75%;width:650px;height:650px;background:rgba(20,143,215,.5);filter:blur(100px);animation-duration:12s,25s;animation-delay:-5s,-7s}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.4}50%{transform:translate(-50%,-50%) scale(1.4);opacity:.8}}@keyframes drift{0%{transform:translate(-50%,-50%) translate(0)}25%{transform:translate(-50%,-50%) translate(40px,-30px)}50%{transform:translate(-50%,-50%) translate(-35px,35px)}75%{transform:translate(-50%,-50%) translate(30px,40px)}to{transform:translate(-50%,-50%) translateY(-30px)}}@media screen and (max-width:600px){.desktop{display:none!important}.section_main-banner-mini,main{overflow:hidden}p{font-size:16px}.section_first-content{padding-bottom:40px}.section_first-content .section__content{padding-top:20px}}@media screen and (min-width:600px){.mobile{display:none!important}}.header-cont{width:100%;color:var(--background-accent-text);position:fixed;z-index:20;top:0}.header-cont header{display:flex;gap:20px;justify-content:space-between;align-items:center;width:100%;max-width:1200px;min-height:70px;padding:10px 20px;margin:0 auto}.header-cont header .header__logo{display:block;height:50px}.header-cont header .header__logo svg{height:50px;width:auto}.header-cont header .menu_header{display:flex;align-items:center;gap:20px}.header-cont header .menu_header .menu__separator{display:block;background-color:var(--background-accent-text);width:2px;height:20px}.header-cont header .menu_header li{font-size:18px;transition:all .3s ease-in-out;background-image:linear-gradient(currentColor,currentColor);background-size:0 2px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .3s ease-in-out;padding:5px 0;line-height:20px;opacity:.9}.header-cont header .menu_header li.active{background-size:100% 2px;opacity:1}.header-cont header .burger-menu{all:unset;display:block;cursor:pointer;width:25px;height:23px;position:relative}.header-cont header .burger-menu .line{display:block;width:25px;height:3px;position:absolute;background-color:var(--background-accent-text);transition:all .2s ease-in-out}.header-cont header .burger-menu .line_one{top:2px}.header-cont header .burger-menu .line_two{transition:all .05s ease-in-out;top:10px}.header-cont header .burger-menu .line_three{top:18px}.header-cont header .burger-menu.active .line_one{top:10px;transform:rotate(-45deg)}.header-cont header .burger-menu.active .line_two{visibility:hidden}.header-cont header .burger-menu.active .line_three{transform:rotate(45deg);top:10px}.header-cont header .menu_mobile .header__nav-cont{width:100%;font-size:14px;flex-wrap:wrap;row-gap:8px;justify-content:flex-end}.header-cont header .menu_mobile .header__nav-cont .nav__menu_item{position:relative}.header-cont header .menu_mobile .header__nav-cont .nav__menu_item .submenu-title{transition:all .3s ease-in-out;padding:4px 6px}.header-cont header .menu_mobile .header__nav-cont .nav__menu_item .submenu-title.active{background-color:var(--background);color:var(--background-accent)}.header-cont header .menu_mobile .header__nav-cont .nav__menu_item .submenu{position:absolute;z-index:5;left:0;top:100%;width:250px;padding:10px;background-color:var(--soft-black)}.header-cont header .menu_mobile .header__nav-cont .nav__menu_item .nav__arrow{width:15px;height:15px;display:block;rotate:-90deg;margin-left:5px;transition:all .2s ease-in-out}.header-cont header .menu_mobile .header__nav-cont li{text-align:center;padding:1px 10px}.header-cont header .menu_mobile .header__nav-cont li a{position:relative;transition:all .3s ease-in-out;padding:4px 6px}.header-cont header .menu_mobile .header__nav-cont li a.active{background-color:var(--background-accent-text);color:var(--background-accent)}.header-cont header .menu_mobile .header__nav-cont li:hover>a:not(.active){background-size:100% 1px}@media screen and (max-width:800px){.header-cont{transition:background-color .3s ease-in-out}.header-cont header{width:100%}.header-cont header .menu_mobile{width:65%;position:fixed;top:60px;left:-100%;width:100vw;height:calc(100vh - 60px);background-color:var(--background-dark);padding:70px 20px 20px;transition:all .3s ease-in-out}.header-cont header .menu_mobile.active{left:0}.header-cont header .menu_mobile .menu_header{display:flex;flex-direction:column;align-items:center;gap:25px}.header-cont header .menu_mobile .menu_header .menu__separator{width:20px;height:2px}}@media screen and (min-width:600px)and (max-width:1000px){.header-cont header .menu_mobile .menu_header li>a{font-size:1.7vw}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_b74c61{font-family:Inter,Inter Fallback;font-style:normal}.footer-container{color:var(--background-dark-text);background-color:var(--background-dark);overflow:hidden;margin-top:-30px;border-radius:30px 30px 0 0;position:relative;z-index:3}.footer-container .footer-cont,.footer-container .footer-cont footer{width:100%;position:relative;z-index:1}.footer-container .footer-cont footer{max-width:1200px;margin:0 auto;padding:60px 20px;display:flex;align-items:center;justify-content:space-between}.footer-container .footer-cont footer .logo{height:250px}.footer-container .footer-cont footer .contacts-container{display:flex;flex-direction:column;max-width:350px;gap:20px}.footer-container .footer-cont footer .contacts-container .contact-item{display:flex;align-items:center;gap:15px;font-size:18px;font-weight:600}.footer-container .footer-cont footer .contacts-container .contact-item svg{width:35px;height:35px}.footer-container .all-rights-reserved{position:relative;z-index:1;text-align:center;margin:20px 0}@media screen and (max-width:600px){.footer-container .footer-cont footer{flex-direction:column}.footer-container .footer-cont footer address{align-items:center;text-align:center}.footer-container .footer-cont footer svg.logo{width:40%;height:auto;margin-bottom:20px}.footer-container .footer-cont footer .contacts-container{gap:5px}.footer-container .all-rights-reserved{max-width:100%;display:block;margin:0 auto}}