:root{--background:#fff;--text:#0b111f;--background-dark:#0b111f;--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:60px 0 0;background-color:var(--background-dark);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}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}.button_accent{background-color:var(--accent-color);color:var(--text)}.button_accent:hover{background-color:var(--soft-black)}.button_accent:active{background-color:#8aabcf}.button_accent_dark{background-color:var(--background-accent);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:20px}.href-underline{display:inline-block;width:-moz-fit-content;width:fit-content;background-image:linear-gradient(var(--background-accent),var(--background-accent));background-size:0 2px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .3s ease-in-out;padding-bottom:3px;line-height:20px}.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}@media screen and (max-width:600px){.desktop{display:none!important}}@media screen and (min-width:600px){.mobile{display:none!important}}.success-form-cont{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:100px 0}.success-form-cont span{text-align:center;font-size:18px;font-weight:500}.contact_form__label{width:100%;display:block;font-size:16px;font-weight:500;margin-bottom:5px}.form-input_container{padding-bottom:20px;position:relative}.form-input_container .contact_form__input{all:unset;box-sizing:border-box;width:100%;padding:7px 5px 8px;display:block;font-size:18px;background-color:var(--background);color:var(--text);border:1px solid var(--background-accent)}.form-input_container :focus{border-bottom:1px solid var(--soft-black)}.form-input_container .contact_form__input_error{margin-bottom:0;border:1px solid red}.form-input_container .contact_form__error{font-size:14px;color:red;position:absolute;bottom:5px}.header-cont{width:100%;background-color:var(--background-dark);color:var(--background-accent-text);position:fixed;z-index:10;top:0}.header-cont header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;min-height:60px;padding:10px 20px;margin:0 auto}.header-cont header .header__logo{display:block;height:40px}.header-cont header .header__logo svg{height:40px;width:auto}.header-cont header .menu_header{display:flex;gap:20px}.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:600px){.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}}@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: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 Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_1afa06{font-family:Inter,Inter Fallback;font-style:normal}.footer-feedback-container{position:relative;color:var(--background-dark-text)}.footer-feedback-container .particles{height:100%;width:100%;position:absolute;top:0;left:0}.footer-feedback-container .section_feedback{position:relative;z-index:1;min-height:60vh;padding:10vh 20px}.footer-feedback-container .section_feedback h2{margin-top:0}.footer-feedback-container .section_feedback h2 span{display:block;font-size:28px;margin-bottom:5px}.footer-feedback-container .section_feedback .feedback-container{width:100%;max-width:350px}.footer-feedback-container .footer-cont{width:100%;position:relative;z-index:1}.footer-feedback-container .footer-cont footer{width:100%;max-width:1200px;margin:0 auto;padding:30px 20px;display:flex;align-items:center;justify-content:space-between}.footer-feedback-container .footer-cont footer .logo{height:90px}.footer-feedback-container .footer-cont footer .contacts-container{display:flex;flex-direction:column;max-width:350px;gap:2px}.footer-feedback-container .all-rights-reserved{position:relative;z-index:1;text-align:center;margin:20px 0}@media screen and (max-width:600px){.footer-feedback-container .footer-cont footer{flex-direction:column}.footer-feedback-container .footer-cont footer address{align-items:center;text-align:center}.footer-feedback-container .footer-cont footer svg{width:60%;height:auto;margin-bottom:20px}.footer-feedback-container .all-rights-reserved{max-width:70%;display:block;margin:0 auto}}