.menu__wrapper{height:100%;justify-content:center}.menu__navigation,.menu__wrapper{display:flex;flex-direction:column}.menu__navigation{align-items:center;width:100%;margin-top:auto}.menu__title{margin-bottom:48px;color:#36486a;font-family:Gotham Medium;font-size:24px;font-weight:500;text-transform:uppercase}.menu__navigation-list{display:flex;flex-direction:column;align-items:center}.menu__navigation-item:not(:last-child){margin-bottom:24px}.menu__navigation-link{color:#36486a;font-family:Gotham Medium;font-weight:500;font-size:18px;transition:opacity .15s ease-in}.menu__navigation-link:hover{opacity:.7}.menu__languages{margin-top:auto;margin-bottom:70px}.menu__language-handler{margin-bottom:18px}.menu__language-handler,.menu__languages-list{display:flex;justify-content:center;align-items:center}.menu__language{width:48px;height:48px;cursor:pointer;transition:opacity .15s ease-in}.menu__language:hover{opacity:.7}.menu__divider{width:2px;height:32px;background-color:#e1eafc;margin:0 16px}.header{z-index:5;position:fixed;top:0;left:0;width:100%;padding:16px 0;background-color:#fff;transition:transform .3s ease-in}.header_hide{transform:translateY(-100%)}.header_show{transform:translateY(0)}.header__wrapper{display:flex;justify-content:space-between;align-items:center;padding:16px 50px}.header__logo-img{width:90%}.header__navigation-list{display:flex}.header__navigation-item:not(:last-child){margin-right:70px}.header__navigation-link{color:#36486a;font-family:Gotham Medium;font-weight:500;font-size:18px}.header__navigation-link:hover{opacity:.7}.header__profile{display:flex;justify-content:space-between;align-items:center}.header__profile:hover{cursor:pointer}.header__language{display:flex;align-items:center;margin-right:48px;cursor:pointer;transition:all .2s ease-in}.header__language:hover{opacity:.8}.header__language-text{margin-left:10px;color:#36486a;font-family:Gotham Medium;font-size:18px;font-weight:500;text-transform:uppercase}.language{display:flex;align-items:center;gap:5px}.dropdown__list{top:32px;left:0}@media screen and (max-width:768px){.header__logo-img{width:80%}.header__navigation-item:not(:last-child){margin-right:12px}.header__navigation-link{font-size:16px}.header__language{margin-right:8px}.header__language-text{font-size:16px;margin-left:6px}}@media screen and (max-width:576px){.header__logo-img{width:96px}.header__row{display:flex;justify-content:space-between;align-items:center;width:100%}.header__burger-wrapper{width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:22}.header__burger{cursor:pointer;width:100%}.header__burger:after,.header__burger:before{content:"";display:block;height:3px;border-radius:12px;width:100%;margin:auto;background-color:#36486a;position:relative;transition:transform .3s}.header__burger:after{top:-5px}.header__burger:before{top:5px}.header__burger_active:after{transform:rotate(45deg);top:-1px}.header__burger_active:before{transform:rotate(-45deg);top:2px}.header__handle{display:flex;align-items:center}.header__menu{position:fixed;top:0;right:0;width:100%;height:100vh;padding:32px 20px;background-color:#fff;transition:all .3s ease-in;transform:translateX(100%);z-index:20}.header__menu_active{transform:translateX(0)}.header__language-text{font-size:18px}}