.header-profile{box-sizing:border-box;background:#333;display:flex;justify-content:center;align-items:center}.header-profile__wrapper{max-width:1920px;width:100%;justify-content:space-between;padding:5px 44px 5px 24px}.header-profile__logotype,.header-profile__wrapper{display:flex;align-items:center}.header-profile__logotype_menu-btn{width:24px}.header-profile__logotype_logo{width:275px;margin-left:30px}.header-profile__admin{display:flex;align-items:center}.header-profile__admin_name{color:#fff;margin-left:20px;font-weight:700;font-size:18px}.header-profile__admin_img{width:50px;height:50px;background:#fff;border-radius:50%;border:2px solid #e4e0e0}.header-profile__admin_logout{color:#fff;margin-left:20px;font-weight:700;font-size:14px;padding:5px 20px;border-radius:4px;border:1px solid #8f4aeb}.header-profile__admin_logout:hover{background:rgba(255,0,0,.6470588235);border:1px solid rgba(255,0,0,.6470588235)}.header-profile__admin-settings{position:absolute;top:63px;right:23px;background:#333;text-align:left;color:#fff;border-radius:10px;overflow:hidden}.header-profile__admin-settings_item{padding:10px;background:#333;transition:all .3s}.header-profile__admin-settings_item:hover{background:#00ac56}@media screen and (max-width:600px){.header-profile__wrapper{padding:5px 20px 5px 20px}.header-profile__logotype_logo{width:175px;margin-left:15px}.header-profile__admin_name{margin-right:10px;font-size:16px}.header-profile__admin_img{width:40px}}.menu-profile{box-sizing:border-box;background:#333;width:300px;height:calc(100vh - 60px)}.menu-profile__item-parent{display:flex;align-items:center;width:100%;padding:20px;background:#333;transition:all .3s;text-decoration:none}.menu-profile__item-parent_name{color:#fff;font-size:14px;margin-left:20px}.menu-profile__item-parent_arrow{width:15px;margin-left:25px;transition:all .3s}.menu-profile__item-parent-active{background:#111}.menu-profile__item-child{display:flex;width:100%;padding:10px 10px 10px 20px;text-decoration:none;font-size:14px;align-items:center}.menu-profile__item-child_name{color:#fff;display:flex;align-items:center}.profile{background:#e5e5e5}.profile__menu-active{left:0}.profile__menu-deactive{margin-left:-300px}.profile__router-name{display:flex;background:#fff;border-bottom:1px solid #e5e5e5;padding:15px 20px;color:#333;font-weight:600;font-size:18px}.profile__router{width:100%}*,:after,:before{box-sizing:border-box}*{transition:all .1s linear}input{border:1px solid #333;border-radius:3px}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}#nav{padding:30px}#nav a{font-weight:700;color:#2c3e50;text-decoration:none!important}#nav a.router-link-exact-active{color:#42b983;text-decoration:none}.router-link-exact-active{background:#111;text-decoration:none}body{margin:0}.pointer{cursor:pointer}.reflect{transform:rotate(180deg)}