<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-menu-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  height: 100%;
}
  @media only screen and (max-width: 1200px) {
    .header-menu-list {
      display: none; } }
  .header-menu-list.search-opened {
    opacity: 0;
    pointer-events: none; }
  .header-menu-list li {
    font: 300 16px/143% "Open Sans", sans-serif;
    color: white;
    margin-top: 0;
    padding: unset;
    text-transform: uppercase;
    transition: all .3s ease;
  }
  .header-menu-list li:hover {
    background-color: #014ea2;
    color: #fff;
    transition: all .3s ease;
  }
  .header-menu-list li:hover &gt; a {
    color: #fff;
  }
  .hb-mainpage .header-menu-list li:hover &gt; a {
    color: #fff;
  }
    .header__bottom:not(.hb-mainpage) .header-menu-list li:not(.header-menu-drop-item) &gt; a {
      padding: 20px 25px 19px;
    }
    .header__bottom .header-menu-drop.hmd-catalog li:not(.header-menu-drop-item) &gt; a {
      padding: 10px 20px;
    }

    .header-menu-list li a {
      color: #fff;
      font-weight: 400;
      padding: 19px 25px 19px;
      height: 100%;
      display: block;
    }
    .hb-mainpage .header-menu-list li a {
      color: #014ea2;
    }
    .hb-mainpage .header-menu-list li:hover li a {
      color: #fff;
    }
      .header-menu-list li a:hover {
        text-decoration: none !important;
        /*background-color: #014ea2;
        color: #fff;*/
      }
      .hb-mainpage .header-menu-list li a:hover {
        color: #fff;
      }
    .header-menu-list li:not(:last-child) {
      /*padding-right: 50px;*/
    }
    .header-menu-list li:before {
      content: '';
      display: none; }
  .header-menu-list__decor {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 28px;
    height: 11px;
    background-image: url("/local/static/build/img/triangle.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .6s;
    transition: .6s; }

.header-menu-list .header-menu-item .header-menu-drop {
  background: #014ea2;
  visibility: hidden;
  /*opacity: 1 !important;*/
  min-width: 250px;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: opacity 0.3s ease;
  left: 0;
  /*display: none;*/
  z-index: -999999;
  opacity: 0;

}

.header-menu-list .header-menu-item .header-menu-drop.hmd-catalog {
  display: flex !important;
}

.header-menu-list .header-menu-item .header-menu-drop.hmd-catalog .hmd-catalog-ul-shell {
  min-width: 300px;
}

.header-menu-list .header-menu-item:hover &gt; .header-menu-drop,
.header-menu-list .header-menu-item .header-menu-drop:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  transition: opacity .3s ease;
  z-index: 999;
}

.header-menu-drop .hmd-catalog-ul-shell:first-child .header-menu-drop {
  text-align: right !important;
  left: -84% !important;
  right: 84% !important;
  width: 84%;
  top: 0;
}
.header-menu-list .header-menu-drop.hmd-catalog .header-menu-item .header-menu-drop {
  left: 100%;
  top: 0;
}

.header-menu-list .header-menu-item .header-menu-drop li {
  clear: both;
  width: 100%; }

.header-menu-drop-item {
  margin: 0 0 10px 0; }


.header-menu-drop li{
  font: 300 14px/140% "Open Sans", sans-serif;
  text-transform: initial;
  transition: all 0.3s ease;
  padding: 0 !important;
  margin-bottom: 0;
  background: #014ea2d6;
}
.header-menu-drop li:hover{
  transition: all .3s ease;
  background-color: #bad1ff;
  opacity: 1;
}
.header-menu-drop li a{
  display: block;
  padding: 10px 20px;
  background: #014ea2d6;
  transition: all 0.3s ease;
}
.header-menu-drop li a:hover{
  color: #fff !important;
  transition: all 0.3s ease;
}
.header-menu-search ul li ul{
  transition: opacity 0.5s ease;
}
.header-menu-search ul li ul li a {
  color: #fff;
}
.header-menu-search ul li ul .hmd-catalog-ul-shell li ul li {
  background-color: #bad1ff;
}
.header-menu-search ul li ul .hmd-catalog-ul-shell li ul li:hover {
  background: #014ea2;
}
</pre></body></html>