.main_menu{z-index:99;background:var(--white);width:100%;height:100%;transition:all .5s;position:fixed;top:0;left:0;overflow:auto;transform:translate(-100%)}.main_menu.open{transform:translate(0)}@media screen and (min-width:769px){.main_menu{display:none}}.main_menu .menu_accordeon{width:100%}.main_menu .menu_accordeon .field{width:100%;color:var(--fg-default);cursor:pointer;justify-content:space-between;align-items:center;gap:10px;font-size:22px;font-weight:500;display:flex}.main_menu .menu_accordeon .field img{transition:all .3s}.main_menu .menu_accordeon .field.open img{transform:rotate(-90deg)}.main_menu .menu_accordeon .accordeon{width:100%;height:0;transition:all .3s;overflow:hidden}.main_menu .menu_accordeon .accordeon .accordeon_wrapper{opacity:0;flex-direction:column;justify-content:space-between;height:50px;padding:20px 10px 0 20px;transition:all .3s;display:flex}.main_menu .menu_accordeon .accordeon.open{height:50px}.main_menu .menu_accordeon .accordeon.open .accordeon_wrapper{opacity:1}.main_menu .menu_accordeon .accordeon a{color:var(--fg-soft);font-size:22px;font-weight:500}.main_menu .menu_wrapper{flex-direction:column;gap:20px;min-height:100dvh;padding:70px 16px 10px;display:flex}.main_menu .menu_wrapper .links_block{flex-direction:column;gap:3.5dvh;margin-top:7dvh;display:flex}.main_menu .menu_wrapper .links_block .menu_links{color:var(--fg-default);justify-content:space-between;align-items:center;gap:10px;width:100%;font-size:22px;font-weight:500;display:flex}.main_menu .menu_wrapper .social_group{flex-direction:column;gap:3dvh;margin-top:7dvh;display:flex}.main_menu .menu_wrapper .social_group a{width:100%;color:var(--fg-soft);justify-content:space-between;gap:10px;font-size:18px;font-weight:500;display:flex}.main_menu .menu_wrapper .main_button{margin-top:auto}
.notice{z-index:500;width:max-content;min-width:200px;height:40px;box-shadow:var(--box-shadow);opacity:0;border-radius:20px;justify-content:center;align-items:center;padding:10px 30px;transition:all .3s;display:flex;position:fixed;bottom:50px;left:50%;transform:translate(-50%)translateY(300%)}@media (max-width:768px){.notice{font-size:calc(.177083vw + 13.3359px)}}@media (min-width:768px){.notice{font-size:calc(14px + .104167vw)}}.notice.open{opacity:1;transform:translate(-50%)translateY(0%)}.notice.success{background-color:var(--green);color:var(--white)}.notice.error{background-color:var(--red);color:var(--white)}
