/* Header */
.bg-header__wrap {
  width: 100%;
  height: 900px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center; }
  .bg-header__wrap .bg-header {
    width: 1440px;
    background-image: url("../img/header-bg.svg");
    background-repeat: no-repeat;
    position: absolute;
    height: inherit; }

.wrap-header {
  width: 1440px;
  margin: 0 auto;
  position: relative; }
  .wrap-header__items {
    display: flex;
    margin-left: 144px; }
  .wrap-header__menu-icon {
    display: none;
    width: 24px;
    height: 24px;
    background-image: url("../img/mobile-menu-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 15px;
    top: 18px;
    cursor: pointer;
    z-index: 22; }
  .wrap-header__item.header-logo {
    margin-top: 24px; }
  .wrap-header__item.header-menu {
    margin-top: 31px;
    margin-left: 72px; }
    .wrap-header__item.header-menu ul {
      margin: 0;
      padding: 0; }
    .wrap-header__item.header-menu li {
      margin: 0 21px 0 0;
      padding: 0;
      list-style: none;
      display: inline-block; }
      .wrap-header__item.header-menu li:last-child {
        margin-right: 0; }
    .wrap-header__item.header-menu a {
      text-decoration: none;
      color: #1F1F1F; }
  .wrap-header__item.header-button {
    display: flex;
    flex-wrap: nowrap; }
    .wrap-header__item.header-button .header-button__demo {
      width: 166px;
      height: 48px;
      text-align: center;
      line-height: 48px;
      border-radius: 40px;
      border: 1px solid #1F1F1F;
      cursor: pointer;
      margin: 16px 0 0 137px;
      box-sizing: border-box; }
      .wrap-header__item.header-button .header-button__demo:hover {
        border-color: #0027FF;
        background-color: rgba(0, 39, 255, 0.06); }
    .wrap-header__item.header-button .header-button__user {
      width: 48px;
      height: 48px;
      border: 1px solid #1F1F1F;
      border-radius: 40px;
      box-sizing: border-box;
      margin: 16px 0 0 12px;
      cursor: pointer;
      position: relative; }
      .wrap-header__item.header-button .header-button__user:hover {
        border-color: #0027FF;
        background-color: rgba(0, 39, 255, 0.06); }
      .wrap-header__item.header-button .header-button__user img {
        display: block;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }

body.active {
  position: fixed;
  width: 100%;
  height: 100%; }
  body.active .wrap-header__menu-icon {
    background-image: url("../img/close-menu.svg"); }
  body.active .header-menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    margin: 0;
    display: block;
    z-index: 222;
    border-top: 1px solid #E2E5F3; }
    body.active .header-menu .navigation-menu {
      width: 345px;
      margin: 29px auto 0;
      padding-left: 32px; }
    body.active .header-menu li {
      display: block;
      margin-bottom: 34px; }
  body.active.user-logged-in .header-menu {
    margin-top: 38px; }

/* END Header */
/* Mobile Header */
@media only screen and (max-width: 544px) {
  .bg-header__wrap {
    display: none; }

  .wrap-header {
    width: 375px; }
    .wrap-header__menu-icon {
      display: block; }
    .wrap-header__items {
      margin-left: 15px; }
    .wrap-header__item.header-logo {
      margin-top: 18px;
      z-index: 1; }
      .wrap-header__item.header-logo img {
        height: 24px; }
    .wrap-header__item.header-menu {
      display: none; }
    .wrap-header__item.header-button {
      display: none;
      position: absolute;
      left: 14px;
      width: 375px;
      z-index: 333;
      top: 336px; }
      .wrap-header__item.header-button .header-button__demo {
        margin-left: 0; }

  body.active .header-button {
    display: flex; } }
/* END Mobile Header */

/*# sourceMappingURL=header.css.map */
