:root{--background:#fff;--text:#151d22;--background-accent:#003f97;--background-accent-text:#fff;--soft-black:#7190ff;--accent-color:#fff}*{box-sizing:border-box;color:inherit}::selection{background:var(--background-accent);color:var(--background-accent-text)}body{margin:0;padding:80px 0 0;background-color:var(--background-accent);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(--soft-black)}.button_accent_dark:active{background-color:#0059d4}.h1-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}.box-border-cont{display:block;padding:15px;border:3px solid var(--background-accent);box-shadow:0 5px 10px 2px rgba(0,0,0,.259);transition:all .2s ease-in-out}.box-border-cont_hoverable:hover{box-shadow:3px 3px 0 var(--accent-color)}.cont_text-with-icon{display:flex;align-items:center;width:-moz-fit-content;width:fit-content}.cont_text-with-icon svg{width:25px;height:25px;margin-right:10px;fill:var(--background-accent)}a.cont_text-with-icon span{display:inline-block;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:2px}a.cont_text-with-icon:hover span{background-size:100% 2px}a.href-underline{display:inline;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}a.href-underline:hover{background-size:100% 2px}a.underline{display:inline;background-size:100% 2px}.underlined-text,a.underline{background-image:linear-gradient(var(--background-accent),var(--background-accent));background-position:0 100%;background-repeat:no-repeat;transition:background-size .3s ease-in-out;padding-bottom:2px}.underlined-text{display:inline-block;background-size:100% 3px;margin-bottom: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}.list_mark-line li{display:flex;padding:10px 20px;box-shadow:0 5px 10px 2px rgba(21,29,34,.322);position:relative}.list_mark-line li:before{content:"";display:block;height:100%;width:4px;background-color:var(--background-accent);position:absolute;left:0;top:0}.color-block-big{background-color:var(--background-accent);padding:10px;color:var(--background-accent-text)}.in-development{font-size:24px;font-style:italic;margin-top:25vh;display:block;text-align:center}@media screen and (max-width:600px){.desktop{display:none}.mobile-flex-vertical{flex-direction:column!important}}@media screen and (min-width:600px){.mobile{display:none}}.footer-cont{width:100%;background-color:var(--background-accent);color:var(--background-accent-text)}.footer-cont footer{width:100%;max-width:1200px;margin:0 auto;padding:30px 20px;display:flex;align-items:center;justify-content:space-between}.footer-cont footer address{max-width:350px;font-style:normal}.footer-cont footer address a{width:-moz-fit-content;width:fit-content}@media screen and (max-width:600px){.footer-cont footer{flex-direction:column-reverse}.footer-cont footer address{align-items:center;text-align:center}.footer-cont footer svg{width:60%;height:auto;margin-bottom:20px}}.header-cont{width:100%;background-color:var(--background-accent);color:var(--background-accent-text);position:fixed;z-index:2;top:0}.header-cont header{width:100%;max-width:1200px;min-height:80px;padding:10px 20px;margin:0 auto}.header-cont header .header__logo{height:45px;width:auto}.header-cont header .menu_mobile{width:65%}.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}.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}@media screen and (max-width:600px){.header-cont header .menu_mobile{display:flex;flex-direction:column;align-items:center;width:100vw;height:calc(100vh - 80px);position:fixed;top:80px;left:-100%;background-color:var(--background-accent);padding:40px 8vw 15vh 40px;transition:all .2s ease-in-out;overflow-y:auto}.header-cont header .menu_mobile .button{width:100%;margin-top:20px}.header-cont header .menu_mobile.active{left:0}.header-cont header .menu_mobile .header__nav-cont .nav__menu_item .submenu{position:static;width:100%;background-color:transparent;padding:15px 0;margin:15px 0;border-top:1px solid #ccc;border-bottom:1px solid #ccc}}@media screen and (min-width:600px){.header-cont header .burger-menu{display:none}.menu_mobile{width:65%}.menu_mobile .header__nav-cont{justify-content:center}}