.header {
  min-height: 1px;
  position: relative;
  z-index: 3;
  padding-bottom: 24px; }
  @media (min-width: 992px) {
    .header {
      padding-bottom: 0; } }
  .header__top {
    border-bottom: 1px solid #e8e8e8; }
    @media (max-width: 1199px) {
      .header__top {
        position: fixed;
        z-index: 2;
        left: 0;
        right: 0;
        top: 0;
        padding: 6px 0;
        border-bottom: none; }
        .header__top::before {
          content: '';
          position: absolute;
          z-index: 0;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          -webkit-box-shadow: 0 -2px 16px -8px #000000;
                  box-shadow: 0 -2px 16px -8px #000000;
          pointer-events: none;
          background-color: #ffffff; } }
    @media (max-width: 1199px) {
      .header__top .container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .header__body {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 56px; }
    @media (min-width: 1200px) {
      .header__body {
        margin-top: 0; } }
    .header__body--mobile {
      text-align: center; }
      @media (min-width: 768px) {
        .header__body--mobile {
          display: none; } }
      .header__body--mobile .contact-list .button:not(.user) {
        padding: 0;
        line-height: 1;
        height: auto; }
        .header__body--mobile .contact-list .button:not(.user) span {
          margin: 0; }
      .header__body--mobile .contact-list a:not([class]) {
        color: #111111;
        border-bottom: 1px solid #a35263;
        font-size: 0.9rem;
        text-decoration: none; }
        .header__body--mobile .contact-list a:not([class]):hover {
          color: #a35263;
          border-color: transparent;
          text-decoration: none; }
    .header__body--desktop {
      display: none; }
      @media (min-width: 768px) {
        .header__body--desktop {
          display: block; } }
    .header__body-row {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    .header__body-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .header__body-col--left {
        text-align: left; }
        .header__body-col--left .contact-list .button:not(.user) {
          padding: 0;
          line-height: 1;
          height: auto; }
          .header__body-col--left .contact-list .button:not(.user) span {
            margin: 0; }
      .header__body-col--center {
        text-align: center; }
      .header__body-col--right {
        text-align: right; }
        .header__body-col--right .contact-list .button:not(.user) {
          padding: 0;
          line-height: 1;
          height: auto; }
          .header__body-col--right .contact-list .button:not(.user) span {
            margin: 0; }
        .header__body-col--right .contact-list a:not([class]) {
          color: #111111;
          border-bottom: 1px solid #a35263;
          font-size: 0.9rem;
          text-decoration: none; }
          .header__body-col--right .contact-list a:not([class]):hover {
            color: #a35263;
            border-color: transparent;
            text-decoration: none; }
  .header__bottom-container {
    position: relative; }
  @media (max-width: 767px) {
    .header__logo {
      margin-bottom: 16px; } }
  .header .contact-list {
    font-size: 0.9rem; }
    @media (min-width: 992px) {
      .header .contact-list {
        margin-bottom: 1.25rem; } }
    .header .contact-list__point--phone {
      margin-bottom: 0.25rem; }
    .header .contact-list__point--social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  @media (max-width: 991px) {
    .header .logo__image {
      max-width: 184px; }
    .header .logo__title {
      font-size: 1.75rem; } }
  .header .nav-catalog,
  .header .form-search {
    margin-top: auto; }
  .header .nav-left {
    padding-left: 12px; }
  .header .social__list {
    margin-left: 12px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
