.navigation-wrapper {float: right; }
.navigation,
.navigation ul,
.navigation ul li,
.navigation ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation:after,
.navigation > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.navigation {
  width: auto;
  z-index: 100;
  float: right;
  font-family: 'Montserrat', sans-serif;
}
.navigation > ul > li {
  float: left;
  display: inline-block;
}
.navigation > ul > li > a {
  padding: 0 15px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  transition: color .3s;
  -webkit-transition: color .3s;
  position: relative;
  text-transform: uppercase;
}
.navigation > ul > li > a span {padding: 43px 0; display: block; height: 100px; transition: box-shadow .3s;}
.navigation > ul > li:last-child > a:after {
  display: none;
}
.navigation > ul > li:hover > a,
.navigation > ul > li > a:hover,
.navigation > ul > li.active > a {
  color: #0532ad;
}
/*.navigation > ul > li:hover > a span,
.navigation > ul > li > a:hover span,
.navigation > ul > li.active > a span{
  color: #0532ad;
  }*/
  .navigation ul ul {
    position: absolute;
    left: -9999px;
    top: 60px;
    padding-top: 6px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
    -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
    -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
    -o-transition: top 0.2s ease, opacity 0.2s ease-in;
    transition: top 0.2s ease, opacity 0.2s ease-in;
  }
  .navigation > ul > li > ul {
    top: 100px;
    border-radius: 0 0 5px 5px;
  }
  .navigation > ul > li:hover > ul {
    top: 100px;
    left: 0;
    opacity: 1;
    background: #fff;
    padding: 10px 0;
    border: 3px solid #2d2923;
    border-top: 0;
  }
  .navigation ul ul ul {
    padding-top: 0;
    padding-left: 0px;
  }
  .navigation ul ul > li:hover > ul {
    padding: 10px 0;
    left: 241px;
    top: -10px;
    opacity: 1;
    background: #fff;
    border: 3px solid #2d2923;
    border-top: 0;
  }
  .navigation ul ul li a {
    text-decoration: none;
    font-weight: 500;
    padding: 10px 20px;
    min-width: 200px;
    white-space: nowrap;;
    width: auto;
    color: #222;
    border-bottom: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    font-size: 14px;
  }
  .navigation ul ul li:hover > a,
  .navigation ul ul li.active > a {
    color: #8cd50b;
  }
  .navigation > ul > li > ul::after {
    position: absolute;
    display: block;
  }
  .navigation ul ul li.has-sub > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #000;
    right: 17px;
    top: 18px;
  }
  .navigation ul ul li.has-sub.active > a::after,
  .navigation ul ul li.has-sub:hover > a::after {
    border-left-color: #000;
  }

  .navigation .catalog:hover > span, .navigation ul li:hover .catalog > span {box-shadow: none; background: #8cd50b; color: #FFF; border: 2px solid #8cd50b;}
  .navigation .catalog span {border: 2px solid #111; border-radius: 100px; padding: 10px 30px 10px 30px; height: inherit; margin: 31px 0; max-height: 100px; overflow: hidden;}
  .navigation .catalog span:before {content: '\f019'; font-family: "Font Awesome 5 Free"; font-weight: 700; margin-right: 5px;}
  .navigation .search-link {padding-right: 0;}
  .navigation .search-link span {padding-left: 15px; padding-right: 15px;}


  header .searchform {display: none; position: absolute; z-index: 5500; width: 100%; }
  header .searchform-inner {right: 0px; padding: 10px; background: #1f292e; width: 100%; max-width: 320px; float: right; border-radius: 0 0 3px 3px; }
  header .searchform-inner input {border:0; padding: 14px; width: 80%; float: left; height: 46px; border-radius: 3px 0 0 3px}
  header .searchform-inner button {border:0; padding: 14px; width: 20%; float: left; height: 46px; background: #d90000; color: #111; border-radius: 0 3px 3px 0;}
