@charset "UTF-8";header{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:linear-gradient(90deg,#5c8c9e,#9fc1cf,#5c8c9e);color:#fdecc1;position:relative;height:12svh;position:fixed;width:100%;gap:5%}header .logo{height:100%;width:100%}header .logo svg{height:100%;width:100%}.hideblock{height:12svh;min-height:max-content;width:100%;color:#fdecc1;background:#fdecc1;font-size:1px;overflow:hidden;overflow-x:hidden;overflow-y:hidden}.hideblock *{color:#fdecc1;background:#fdecc1}*{margin:0;padding:0;box-sizing:border-box}.burger-menu .burger-menu_button{position:relative;z-index:30;width:60px;height:60px;background:unset;border:unset;cursor:pointer;transition:.3s ease;border-color:unset}.burger-menu .burger-menu_lines,.burger-menu .burger-menu_lines:before,.burger-menu .burger-menu_lines:after{position:absolute;width:35px;height:3px;background-color:#000;transition:.4s ease;content:""}.burger-menu .burger-menu_lines{top:50%;left:50%;transform:translate(-50%,-50%)}.burger-menu .burger-menu_lines:before{top:-10px;left:0}.burger-menu .burger-menu_lines:after{top:10px;left:0}.burger-menu.active .burger-menu_lines{background:transparent}.burger-menu.active .burger-menu_lines:before{top:0;transform:rotate(45deg)}.burger-menu.active .burger-menu_lines:after{top:0;transform:rotate(-45deg)}.burger-menu .burger-menu_nav{padding-top:100px;position:fixed;top:0;right:-100%;width:70%;max-width:320px;height:100%;background-color:#fff;display:flex;flex-direction:column;align-items:center;transition:right .4s ease;z-index:20}@media only screen and (max-height: 450px){.burger-menu .burger-menu_nav{min-height:max-content;padding-top:30px}}.burger-menu .burger-menu_nav .burger-menu_link{padding:15px 0;font-family:system-ui,sans-serif;font-size:18px;text-transform:uppercase;letter-spacing:3px;text-decoration:none;color:#1e5367;border-bottom:2svh solid rgb(255,255,255);width:100%;text-align:center;transition:.2s ease}@media only screen and (max-height: 450px){.burger-menu .burger-menu_nav .burger-menu_link{min-height:max-content;padding:5px}}.burger-menu .burger-menu_nav .burger-menu_link:hover{font-size:1.5rem;background:#ffffff80}.burger-menu .burger-menu_nav .burger-menu_link.active{font-weight:700;background:#ffffffb3}.burger-menu .burger-menu_nav .lang-switcher{display:flex;width:80%;justify-content:space-evenly;position:absolute;bottom:10%}.burger-menu .burger-menu_nav .lang-switcher .lang-link{text-decoration:unset;color:#1e5367}.burger-menu.active .burger-menu_nav{right:0}.burger-menu .burger-menu_overlay{display:none}.burger-menu.active .burger-menu_overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:10}footer{position:absolute;width:100vw;background:linear-gradient(90deg,#5c8c9e,#9fc1cf,#5c8c9e);text-align:center;padding:1rem;margin-top:auto;height:19svh;min-height:max-content;display:flex;flex-direction:column;justify-content:space-around}footer .footer_navigation{display:flex;justify-content:space-around;margin:0 0 10px;font-size:.75rem}footer .footer_navigation a{text-decoration:unset;color:#fdecc1}footer.active{z-index:-1}.creator_block *{font-size:.75rem}.creator_block a{text-decoration:none;color:#322371;padding:5px;font-size:1.1rem;width:100%;text-align:center;font-size:.75rem;margin:5px}.social_links_section{display:flex;align-items:center;justify-content:center;height:50px;margin:5px 0}.social_links_section *{max-height:100%}.social_links_section svg{height:50px}.social_links_section a{max-width:100px}html{min-height:100vh}@media only screen and (max-height: 650px){html{min-height:650px}}main{padding-top:5px;padding-bottom:5px;padding-left:1.5dvw;padding-right:1.5dvw;min-height:69svh;text-align:center}main *{text-align:center}@media only screen and (min-width: 1000px){main{padding-left:100px;padding-right:100px}}@media only screen and (min-width: 2000px){main{padding-left:250px;padding-right:250px}}body{font-family:sans-serif;margin:0;padding:0;max-width:100vw;min-height:100vh;overflow-x:hidden}body *{max-width:100%}body main *{border-radius:10px}.body main{background-image:url(/background/white.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.hideTagBlock{top:0;left:0;width:1px;height:1px;position:absolute;z-index:-12;min-height:max-content;color:#fdecc1;background:#fdecc1;font-size:1px;overflow:hidden;overflow-x:hidden;overflow-y:hidden}.hideTagBlock *{color:#fdecc1;background:#fdecc1}
