html.open-header-search .header-search-section {
  visibility: visible;
  opacity: 1; }

html.open-header-search .header-top {
  visibility: hidden;
  opacity: 0; }

.header-top {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 32, 57, 0.1);
  z-index: 15; }
  .header-top .nav-button {
    display: none; }

.header-top-left {
  text-align: left; }
  .header-top-left .header-logo {
    display: none; }

.header-top-center {
  position: static;
  text-align: left; }

.header-top-menu-child {
  display: inline-block;
  vertical-align: middle;
  padding: 13px 0px;
  margin-right: 23px; }
  .header-top-menu-child:last-child {
    margin-right: 0px; }
  .header-top-menu-child.is-toggle.hover .header-top-menu-link {
    text-decoration: none; }
  .header-top-menu-child.is-toggle.hover .header-top-menu-submenu {
    visibility: visible;
    opacity: 1; }
  .header-top-menu-child.is-toggle.active .header-top-menu-link {
    color: #1e79c2;
    text-decoration: none; }
  .header-top-menu-child.is-toggle.active .header-top-menu-submenu {
    display: block; }

.header-top-menu-link {
  color: #2c363f;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s; }
  .header-top-menu-link:hover {
    text-decoration: none; }

.header-phones,
.header-search,
.header-invoice,
.header-login {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  text-align: left; }
  .header-phones:last-child,
  .header-search:last-child,
  .header-invoice:last-child,
  .header-login:last-child {
    margin-right: 0; }

.header-bottom-left {
  text-align: left; }

.header-bottom-center {
  text-align: center; }

.header-bottom-right {
  text-align: right; }

.header-bottom-menu-child {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 65px;
  padding: 35px 0px;
  text-align: left; }
  .header-bottom-menu-child:last-child {
    margin-right: 0; }
  .header-bottom-menu-child:before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 5px;
    background: #0061af;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    z-index: 1; }
  .header-bottom-menu-child:hover:before {
    visibility: visible;
    opacity: 1; }
  .header-bottom-menu-child:hover .header-bottom-menu-submenu {
    visibility: visible;
    opacity: 1; }

.header-bottom-menu-link {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.28571;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  color: #1e73b8; }

.header-bottom-menu-title,
.header-bottom-menu-icon {
  display: inline-block;
  vertical-align: middle; }

.header-bottom-menu-icon {
  width: auto;
  height: auto;
  max-height: 44px;
  margin-right: 10px; }
  .header-bottom-menu-icon.is-mobile {
    display: none; }

.header-invoice {
  position: relative;
  width: 100%;
  max-width: 230px; }
  .header-invoice .round-button {
    position: absolute;
    top: 50%;
    right: 0%;
    margin-right: 15px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 1; }
  .header-invoice input {
    padding-right: 50px; }

.header-invoice-title {
  font-size: 0.875rem;
  line-height: 1.14286;
  color: #393c3e;
  opacity: 0.4;
  margin-bottom: 5px; }

.header-bottom-menu-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 230px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(28, 32, 39, 0.15);
  -webkit-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  border-radius: 0px 0px 3px 3px;
  text-align: left;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
  z-index: 10; }
  .header-bottom-menu-submenu:hover {
    box-shadow: 0px 3px 15px rgba(28, 32, 39, 0.3); }

.header-bottom-menu-submenu-container {
  position: relative;
  padding: 25px; }

.header-bottom-menu-submenu-child {
  display: block;
  width: 100%;
  margin: 40px 0px 0px; }
  .header-bottom-menu-submenu-child:first-child {
    margin-top: 0px; }

.header-bottom-menu-submenu-link {
  font-size: 1rem;
  line-height: 1.25; }
  .header-bottom-menu-submenu-link img, .header-bottom-menu-submenu-link span {
    display: inline-block;
    vertical-align: middle; }
  .header-bottom-menu-submenu-link img {
    width: auto;
    height: auto;
    max-height: 30px;
    margin-right: 10px; }

.header-lang {
  font-size: 0; }
  .header-lang li {
    display: inline-flex;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f6f6f8;
    box-shadow: 0 2px 10px rgba(173, 173, 173, 0.4);
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s; }
    .header-lang li a {
      font-size: 0.75rem;
      line-height: 1;
      font-family: 'PF DinDisplay Pro', sans-serif;
      font-weight: 900;
      color: #0061af;
      -webkit-transition: color 0.3s ease 0s;
      transition: color 0.3s ease 0s;
      text-transform: uppercase; }
    .header-lang li:last-child {
      margin-right: 0px; }
    .header-lang li:hover, .header-lang li.active {
      background-color: #0061af; }
      .header-lang li:hover a, .header-lang li.active a {
        color: #fff; }
        .header-lang li:hover a:hover, .header-lang li.active a:hover {
          opacity: 1; }

.header-top-menu-submenu {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0%;
  min-width: 230px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(28, 32, 39, 0.15);
  -webkit-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  border-radius: 0px 0px 3px 3px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
  z-index: 10; }
  .header-top-menu-submenu:hover {
    box-shadow: 0px 3px 15px rgba(28, 32, 39, 0.3); }

.header-top-menu-submenu-container {
  position: relative;
  padding: 30px 15px; }

.header-top-menu-submenu-overflow {
  position: relative;
  max-height: -webkit-calc(100vh - 120px);
  max-height: calc(100vh - 120px);
  overflow-y: hidden; }

.header-submenu-item figure img {
  width: auto;
  height: auto;
  max-width: 140px;
  max-height: 120px; }

.header-submenu-item article {
  margin: 5px 0px 0px;
  color: #67696b;
  font-size: 0.875rem;
  line-height: 1.5; }
  .header-submenu-item article:first-child {
    margin-top: 0px; }

.header-submenu-item-title {
  margin: 15px 0px 0px;
  font-size: 1rem;
  line-height: 1.125;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  color: #0061af;
  text-transform: uppercase; }
  .header-submenu-item-title:first-child {
    margin-top: 0px; }
  .header-submenu-item-title a {
    color: #0061af;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    margin-right: 5px; }
    .header-submenu-item-title a:hover, .header-submenu-item-title a:focus {
      text-decoration: none; }
    .header-submenu-item-title a:hover {
      opacity: 0.75; }
    .header-submenu-item-title a:last-child {
      margin-right: 0px; }
  .header-submenu-item-title img {
    width: auto;
    height: auto;
    max-width: 18px;
    max-height: 18px; }

.header-top-menu-submenu-list {
  position: relative;
  font-size: 0px; }
  .header-top-menu-submenu-list.is-three .header-top-menu-submenu-child {
    width: 33.33333%; }
  .header-top-menu-submenu-list.is-four .header-top-menu-submenu-child {
    width: 25%; }

.header-top-menu-submenu-child {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0px 15px;
  font-size: 1rem;
  line-height: 1.25; }

.search-button.show-search-button {
  width: 36px;
  height: 36px;
  background-color: #0061af;
  border-radius: 50%;
  padding: 0; }
  .search-button.show-search-button:before {
    width: 12px;
    height: 12px;
    background: url("/templates/me/images/sprite.svg?ver=1.2.3");
    background-repeat: no-repeat;
    background-position: -4px -113px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.header-search-section {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 32, 57, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  z-index: 13; }
  .header-search-section .input-field {
    position: relative;
    padding: 0px 0px 0px 30px; }
    .header-search-section .input-field:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0%;
      width: 16px;
      height: 16px;
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      background: url("/templates/me/images/sprite.svg?ver=1.2.3");
      background-repeat: no-repeat;
      background-position: 0px -20px; }
  .header-search-section input {
    padding: 15px 100px 15px 0px;
    border-color: transparent; }
  .header-search-section .search-button {
    position: absolute;
    top: 50%;
    right: 0%;
    margin-right: 30px;
    padding: 0px;
    box-shadow: none;
    z-index: 1;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .header-search-section .search-button:before {
      opacity: 0; }
  .header-search-section .close-button-small {
    position: absolute;
    top: 50%;
    right: 0%;
    padding: 0px;
    z-index: 1;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }

.header-lang-dropdown {
  display: none; }
  .header-lang-dropdown .dropdown.top .dropdown-menu {
    margin-top: 10px; }
  .header-lang-dropdown .dropdown-menu {
    padding: 15px;
    text-align: center;
    min-width: inherit; }
  .header-lang-dropdown .header-lang li {
    margin: 15px 0px 0px; }
    .header-lang-dropdown .header-lang li:first-child {
      margin-top: 0px; }

.header-login {
  margin-right: 0px; }
