header{z-index:10000;flex-direction:column;justify-self:center;width:100%;max-width:3500px;height:fit-content;display:flex;position:fixed;inset:0}.header_details_container{background:var(--blue-10);justify-content:space-between;align-items:center;width:100%;height:44px;padding-inline:48px;display:flex}.header_details{align-items:center;gap:20px;width:fit-content;display:flex}.header_detail{color:var(--white);letter-spacing:0;font-size:14px;font-weight:500;line-height:1}.header_detail a{color:var(--white);font-weight:700}.header_line{color:var(--white);font-size:12px;font-weight:500;line-height:1}.header_nav_container{background:var(--white);z-index:1000;justify-content:space-between;align-items:center;width:100%;height:68px;padding-inline:48px;display:flex;box-shadow:0 4px 8.2px #9f9f9f26}.header_logo{height:57px}@media (hover:hover){.header_logo:hover{cursor:pointer}}nav{align-items:center;gap:28px;width:fit-content;display:flex}.nav_route{text-transform:uppercase;letter-spacing:0;font-size:14px;font-weight:500;line-height:1;color:var(--blue-20)!important}.nav_route:hover{color:var(--blue-10)}.nav_route.active{color:var(--orange)!important}.header_btns{align-items:center;gap:30px;width:227px;display:flex;position:relative}.header_search_btn{width:18px;transition:all .3s}.nav_search_icon{color:var(--blue-10)}.nav_search_icon:hover{cursor:pointer}.nav_search_container{flex-direction:column;gap:8px;width:100%;max-width:600px;display:flex;position:relative}.nav_search_inp{width:100%;color:var(--blue-10);border-bottom:1px solid var(--blue-10);overflow-wrap:break-word;word-break:break-word;background:0 0;padding-bottom:12px;font-size:16px;font-weight:400}.nav_searched_list{background:var(--white);z-index:1001;border-radius:12px;width:100%;max-height:420px;padding:12px 0;position:absolute;top:calc(100% + 12px);left:0;overflow-y:auto;box-shadow:0 8px 24px #00000026}.nav_searched_group+.nav_searched_group{border-top:1px solid #efefef;margin-top:8px;padding-top:8px}.nav_searched_group_title{text-transform:uppercase;letter-spacing:.5px;color:var(--gray-10,#9a9a9a);padding:10px 20px;font-size:11px;font-weight:700}.nav_searched_item{cursor:pointer;flex-direction:column;gap:2px;padding:10px 20px;transition:background .2s;display:flex}.nav_searched_item:hover{background:var(--blue-30,#f2f6fb)}.nav_searched_item_name{color:var(--blue-20);-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere;font-size:14px;font-weight:600}.nav_searched_item_profession{color:var(--gray-10,#7a7a7a);-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere;font-size:12px;font-weight:400}.nav_searched_empty{color:var(--gray-10,#7a7a7a);text-align:center;padding:16px 20px;font-size:14px}@media (hover:hover){.header_search_btn:hover{cursor:pointer}}.header_book_btn{background:var(--orange);letter-spacing:0;color:var(--white);border-radius:10px;width:fit-content;padding:10px 26px;font-size:14px;font-weight:600;line-height:1.2;box-shadow:0 2px 10px #632a1540}.header_locale_switcher_mobile_wrapper,.nav_topbar,.nav_hamburger_btn,.header_mobile_detail{display:none}.header_locale_switcher_wrapper{width:fit-content;height:fit-content}.header_overlay{z-index:998;background:#0003;width:100%;height:100dvh;transition:all .9s;position:fixed;inset:0}.bottom_bar{background:var(--white);z-index:7;border-top-left-radius:14px;border-top-right-radius:14px;grid-template-columns:repeat(4,1fr);width:100%;height:74px;padding-inline:16px;display:none;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 2px 10px #00000026}.bottom_bar_item{flex-direction:column;align-items:center;gap:10px;min-width:0;padding-top:12px;display:flex;position:relative}.bottom_bar_item_line{background:var(--blue-30);border-radius:2px;justify-self:center;width:63px;height:2px;position:absolute;inset:0}.bottom_bar_item_icon{width:22px}.bottom_bar_item_name{letter-spacing:0;color:var(--gray-10);font-size:8px;font-weight:600;line-height:1}.bottom_bar_item:first-child .bottom_bar_item_name{color:var(--blue-30)}@media (360px<=width<=1340px){.header_details_container{height:31px;padding-inline:16px}.header_details{gap:12px}.header_detail{font-size:12px}.header_nav_container{height:55px;padding-inline:16px}.header_logo{height:33px}.header_btns{width:72px}.nav_hamburger_btn{flex-direction:column;gap:5px;display:flex;position:absolute;right:0}.nav_hamburger_btn_line{background:var(--blue-20);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .6s cubic-bezier(.4,0,.2,1),width .6s cubic-bezier(.4,0,.2,1)}.nav_hamburger_btn.open .nav_hamburger_btn_line:first-child{transform:translateY(7px)rotate(45deg)}.nav_hamburger_btn.open .nav_hamburger_btn_line:nth-child(2){opacity:0;transform:scaleX(0)}.nav_hamburger_btn.open .nav_hamburger_btn_line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header_locale_switcher_mobile_wrapper,.header_mobile_detail{display:block}nav,.header_book_btn,.header_desktop_line,.header_locale_switcher_wrapper,.header_desktop_detail{display:none}.nav_topbar{background:var(--white);opacity:0;visibility:hidden;z-index:999;flex-direction:column;align-items:center;gap:60px;width:260px;height:calc(100vh - 85px);padding:40px 20px;transition:all .6s;display:flex;position:fixed;top:86px;right:0}.nav_topbar.active{opacity:1;visibility:visible}.nav_topbar_items{flex-direction:column;gap:34px;width:100%;display:flex}.nav_topbar_item{justify-content:space-between;align-items:center;width:100%;display:flex}.nav_topbar_item_icon{width:6px}.nav_topbar_social_links{gap:40px;width:fit-content;display:flex}.nav_topbar_social_link{background:var(--white);border-radius:50%;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 0 16px #7f7f7f26}.nav_topbar_social_link_icon{width:20px}.header_search_btn.unvisible{margin-left:55px}.bottom_bar{display:grid}.nav_search_container{max-width:150px}.nav_search_inp,.nav_search_icon{font-size:14px}.nav_searched_item,.nav_searched_group_title{padding:8px 12px}}
