header{background-color:rgba(246,246,246,.8);z-index:9999;position:relative;padding:30px 48px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0 auto}header .header_component{justify-content:center}header .header_component .header_controll{position:relative;align-items:center;justify-content:space-between}header .header_component .header_controll .big_screen_controll{justify-content:flex-end;column-gap:40px}header .notification_section{position:absolute;bottom:-83px;right:0}.sticky{transition:1s ease;position:-webkit-sticky;position:sticky;top:0;animation:show_menu .5s ease}@keyframes show_menu{0%{opacity:0}to{opacity:1}}@media(max-width:1040px){header{position:-webkit-sticky;position:sticky;padding:30px 0;background-color:rgba(246,246,246,.8);top:0;z-index:999}header .header_component .header_controll{padding:0 20px;justify-content:space-between}header .header_component .header_controll .big_screen_controll,header .notification_section{display:none}}.logo{min-width:calc(16.6666666667% - 20px);position:relative;z-index:2;max-width:400px}.logo,.logo_open svg{width:100%}.logo_open svg path{fill:var(--default-color)}.logo_close svg path{fill:var(--main-color)}.logo_close svg .tumo{fill:var(--secondary-color)}@media(max-width:1440px){.logo{max-width:350px}}@media(max-width:740px){.logo{max-width:160px}}.header_menu_hamburger_button{height:12px;position:relative;z-index:9}.header_menu_hamburger_button svg{float:right}@media(min-width:1040px){.header_menu_hamburger_button{display:none}}.hamburger_open svg path{stroke:var(--default-color)}.hamburger_close svg path{stroke:var(--main-color)}.hamburger_menu_section{height:100svh}.hamburger_menu_section .hamburger_menu{padding:150px 20px 0;z-index:1;background-color:var(--main-color);overflow:hidden;position:absolute;top:0;height:100%;width:100%}.hamburger_menu_section .hamburger_menu .hamburger_menu_item{margin-bottom:72px;position:relative;z-index:2}.hamburger_menu_section .hamburger_menu .hamburger_menu_item:last-child{margin-bottom:0}.hamburger_menu_section .hamburger_menu .hamburger_menu_item a{color:var(--default-color);font-size:48px;font-weight:700}