.header {
  display: grid;
  grid-template-columns: 20% calc(48% - 2.0408163265vw) 32%;
  grid-template-rows: 1.5306122449vw 1.5306122449vw;
  grid-template-areas: "logo location help" "logo menu action";
  padding: 2.0408163265vw 1.0204081633vw;
  grid-gap: 0.2551020408vw 1.0204081633vw; }
  .header__layout {
    z-index: 1;
    width: 100%; }
    .header__layout.absolute {
      position: absolute; }
  .header__logo {
    width: 100%;
    grid-area: logo; }
    .header__logo-link {
      display: flex;
      text-decoration: none;
      color: #fff;
      height: 100%; }
      .header__logo-link:hover {
        text-decoration: none;
        color: #fff; }
    .header__logo-img {
      object-fit: contain;
      object-position: left center;
      width: 100%;
      display: block;
      margin: auto; }
      .header__logo-img.light {
        display: none; }
  .header__location {
    grid-area: location;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .header__lang {
    width: 2.5510204082vw;
    position: relative; }
    .header__lang-current {
      cursor: pointer; }
      .header__lang-current--active .header__select-btn {
        transform: rotate(0deg); }
    .header__lang-icon {
      width: 1.2244897959vw;
      width: 1.2244897959vw; }
  .header__select {
    display: flex;
    flex-direction: column;
    transition: 300ms;
    transition-delay: 100ms;
    max-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    .header__select--active {
      max-height: 5.1020408163vw; }
    .header__select-btn {
      transition: 300ms;
      transition-delay: 100ms;
      position: absolute;
      top: 0;
      right: 0.2551020408vw;
      width: 1.0204081633vw;
      height: 1.0204081633vw;
      transform: rotate(180deg); }
    .header__select-icon {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .header__list {
    grid-area: menu;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .header__list-link {
      font-size: 0.7653061224vw;
      line-height: 1.2rem;
      font-weight: 400;
      color: #000000;
      text-transform: uppercase; }
      .header__list-link:hover {
        color: #000000;
        text-decoration: none; }
  .header__navigation-help, .header__navigation-action {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
  .header__navigation-help {
    grid-area: help;
    display: flex;
    justify-content: space-between; }
  .header__navigation-link {
    background: #357dc1;
    padding: 0.2551020408vw 0.5102040816vw;
    color: #fff;
    font-size: 0.7142857143vw;
    line-height: 1.2em;
    text-transform: uppercase;
    border: 1px solid #357dc1;
    transition: 300ms;
    transition-delay: 100ms;
    box-sizing: border-box;
    text-align: center; }
    .header__navigation-link:first-child {
      flex-grow: 1;
      margin-right: 0.2551020408vw; }
    .header__navigation-link:hover {
      color: #357dc1;
      background: rgba(255, 255, 255, 0.8);
      text-decoration: none; }
  .header__search {
    flex-grow: 1;
    margin-left: 20px;
    max-width: 150px; }
    .header__search-form {
      display: flex;
      background: #fff;
      border-radius: 2.5510204082vw;
      overflow: hidden;
      border: 2px solid #357dc1; }
    .header__search-input {
      border: none;
      padding: 0.2551020408vw 0.5102040816vw;
      width: auto;
      max-width: 5.1020408163vw;
      font-size: 0.5102040816vw;
      line-height: 1.2em;
      color: #000000;
      text-transform: uppercase;
      font-weight: normal; }
      .header__search-input::placeholder {
        color: #000000; }
    .header__search-btn {
      background: #fff;
      border: none;
      font-size: 0.5102040816vw;
      line-height: 1.2em;
      width: 1.0204081633vw;
      height: 1.0204081633vw;
      background: url("/public/icons/search.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      display: block;
      margin-left: 0.2551020408vw; }
  .header__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-area: action; }
    .header__actions-btn {
      background: #357dc1;
      padding: 0.2551020408vw 0.5102040816vw;
      display: block;
      color: #fff;
      font-size: 0.7142857143vw;
      line-height: 1.2em;
      text-transform: uppercase;
      border: 1px solid #357dc1;
      transition: 300ms;
      transition-delay: 100ms;
      flex-grow: 1;
      text-align: center; }
      .header__actions-btn:nth-child(2) {
        margin: 0 0.2551020408vw; }
      .header__actions-btn:hover {
        color: #357dc1;
        background: rgba(255, 255, 255, 0.8);
        text-decoration: none; }
  .header.light .header__logo-img {
    display: none; }
    .header.light .header__logo-img.light {
      display: block; }
  .header.light .header__list-link {
    color: #fff; }
    .header.light .header__list-link:hover {
      color: #fff; }
  .header.light .header__search-form {
    border-color: transparent; }

.mobile {
  display: none; }
  .mobile__logo-link {
    width: 80%;
    margin: auto;
    display: flex;
    max-width: 300px; }
  .mobile__logo-img {
    width: 100%;
    object-fit: contain; }
  .mobile__link {
    text-decoration: none;
    color: #1E1E23;
    opacity: 1;
    font-family: 'work sans', sans serif;
    font-size: 16px;
    font-weight: 400;
    transition: 200ms; }
    .mobile__link:hover {
      opacity: 0.5; }
  .mobile__menu {
    padding: 0;
    list-style-type: none;
    position: absolute;
    width: 180px;
    height: 400px;
    box-shadow: 0 0 10px #85888C;
    top: -20px;
    left: -5px;
    margin: 0;
    padding: 50px;
    padding-top: 50px;
    background-color: #F5F6FA;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
    .mobile__menu-item {
      padding: 10px 0;
      transition-delay: 2s; }
  .mobile__navigation {
    padding: 10px;
    position: relative;
    background: #357dc1; }
  .mobile__toggle {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20px;
    left: 5px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none; }
  .mobile__input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2; }
    .mobile__input:checked ~ span {
      opacity: 1;
      transform: rotate(45deg) translate(-3px, -1px);
      background: #36383F; }
    .mobile__input:checked ~ span:nth-last-child(3) {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2); }
    .mobile__input:checked ~ span:nth-last-child(2) {
      transform: rotate(-45deg) translate(0, -1px); }
    .mobile__input:checked ~ ul {
      transform: none; }
  .mobile__span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
    .mobile__span:first-child {
      transform-origin: 0% 0%; }
    .mobile__span:nth-last-child(2) {
      transform-origin: 0% 100%; }

@media screen and (max-width: 1264px) {
  .header {
    padding: 20px;
    grid-template-columns: 200px 1fr 41%;
    grid-template-rows: 30px 30px;
    grid-gap: 10px 20px;
    grid-template-areas: "logo location help" "menu menu action"; }
    .header__logo {
      grid-area: logo;
      display: flex; }
      .header__logo-link {
        max-width: 260px;
        margin: auto;
        margin-left: 0; }
    .header__lang {
      width: 50px; }
      .header__lang-icon {
        width: 24px;
        width: 24px; }
    .header__select--active {
      max-height: 100px; }
    .header__select-btn {
      right: 5px;
      width: 20px;
      height: 20px;
      transform: rotate(180deg); }
    .header__menu {
      padding: 0 50px;
      grid-area: menu; }
    .header__list-link {
      font-size: 13px; }
    .header__navigation {
      grid-area: navigation; }
      .header__navigation-link {
        padding: 5px 10px;
        font-size: 13px; }
        .header__navigation-link:first-child {
          margin-right: 2px;
          flex-grow: 0; }
    .header__search-form {
      border-radius: 50px; }
    .header__search-input {
      padding: 5px 10px;
      max-width: 100px;
      font-size: 10px; }
    .header__search-btn {
      font-size: 10px;
      width: 20px;
      height: 20px;
      margin-left: 5px; }
    .header__actions-btn {
      padding: 5px 10px;
      font-size: 13px; }
      .header__actions-btn:nth-child(2) {
        margin: 0 5px; } }
@media screen and (max-width: 960px) {
  .header {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 50px repeat(3, 30px);
    grid-template-areas: "logo location" "help help" "action action" "menu menu"; }
    .header__location {
      justify-content: flex-end; }
    .header__navigation {
      padding-left: 20px; }
    .header__actions-btn {
      font-size: 11px; } }
@media screen and (max-width: 600px) {
  .header {
    display: none; }

  .mobile {
    display: block; } }

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