@media screen and (min-width:1025px){.main-layout__sidebar{position:fixed;width:232px;top:0;left:0;bottom:0;overflow:auto;z-index:100}}.main-layout__wrapper{position:relative;margin-left:232px;min-height:100vh;display:flex;flex-direction:column}@media screen and (max-width:1024px){.main-layout__wrapper{margin-left:0}}.main-layout__header{display:flex;position:fixed;top:0;left:0;right:0;z-index:50;height:70px;align-items:center;justify-content:space-between;border-bottom:1px solid #e9e9e9;background-color:#fff}@media screen and (max-width:480px){.main-layout__header{padding-left:24px;padding-right:24px}}.main-layout__main{display:flex;flex-direction:column;flex-grow:1;padding-top:70px;padding-bottom:72px}@media screen and (max-width:1024px){.main-layout__main{padding-top:110px;padding-bottom:24px}}@media screen and (max-width:480px){.main-layout__main{padding-top:102px;padding-bottom:16px}}.main-layout__main--without-padding-bottom{padding-bottom:0}.main-layout__header-controls{display:flex}.main-layout__logo{width:60px}.main-layout__logo img{width:100%}@media screen and (max-width:480px){.main-layout__logo{display:none}}.main-layout__burger{margin-right:28px;width:24px;height:24px}.main-layout__footer{margin-top:auto;padding:23px 0;text-align:center;border-top:1px solid #e9e9e9}.main-layout__footer-logo{width:60px}