.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background: #FFFFFF;
  height: 56px;
  padding: 0 16px; }
  .header .header__item {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .header .header__sidemenu {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
            justify-content: end; }
  .header a {
    text-decoration: none;
    display: inline-block;
    line-height: 0; }
  .header .header__logo img {
    width: 141px; }
  .header .header__back a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .header .header__back p {
    color: #282746;
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px; }
  .header.header__brand {
    position: relative; }
    .header.header__brand .header__brand-logo {
      position: absolute;
      width: auto;
      height: auto;
      right: 56px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      line-height: 0;
      z-index: 1; }
      .header.header__brand .header__brand-logo img:nth-child(1) {
        margin-bottom: 3px; }
      .header.header__brand .header__brand-logo img:nth-child(2) {
        margin: 0 8px; }
      .header.header__brand .header__brand-logo img:nth-child(3) {
        margin-bottom: -3px; }

.header__shadow {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
