/* Generated by less 3.11.1 */
nav.top {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 10;
  background: #005346;
  background: -webkit-linear-gradient(#005346, #028A4A);
  background: -o-linear-gradient(#005346, #028A4A);
  background: -moz-linear-gradient(top, #005346, #028A4A);
  /* для firefox 3.6+ */
  background: linear-gradient(#005346, #028A4A);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#005346, endColorstr=#028A4A);
  /* для IE6-9 */
  color: #ffffff;
  display: block;
}
nav.top .menu {
  display: block;
  padding: 0;
  overflow: visible;
}
nav.top .menu li {
  display: inline-block;
  z-index: 10;
  text-transform: uppercase;
  margin: 0px;
}
nav.top .menu li a {
  text-decoration: none;
  display: block;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  height: 48px;
  padding: 15px 15px 0 15px ;
  position: relative;
}
nav.top .menu li a .arrow {
  width: width: 0;
  height: 0;
  border-top: 10px solid;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  display: none;
  visibility: hidden;
  z-index: 13;
  bottom: -10px;
}
nav.top .menu li:hover > a {
  color: #ffffff;
  background: #028A4A;
}
nav.top .menu li:hover .arrow {
  display: block;
  visibility: visible;
  border-top-color: #028A4A;
}
nav.top .menu li:hover > ul {
  display: block;
}
nav.top .menu li.act > a {
  background: #62C425;
  color: #ffffff;
}
nav.top .menu li.act > a .arrow {
  display: block;
  visibility: visible;
  border-top-color: #62C425;
}
nav.top .menu ul {
  display: none;
  margin: 0;
  padding: 10px 0 10px 0;
  min-width: 180px;
  position: absolute;
  z-index: 12;
  overflow: visible;
}
nav.top .menu ul li {
  display: block;
  float: none;
  background: #005346;
  margin: 0;
  padding: 0 0 1px 0;
}
nav.top .menu ul li a {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #fff;
  height: auto;
  padding: 8px 15px;
  background: #14675a;
}
nav.top .menu ul.columns {
  width: 100%;
  left: 0;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  padding: 10px 5%;
  min-height: 200px;
}
nav.top .menu ul a:hover {
  background: #62C425;
}
nav.top .menu ul ul {
  left: 99%;
  top: 0px;
  padding: 0;
}
nav.top .menu ul ul li {
  text-transform: none;
  background: #14675a;
}
nav.top .menu ul ul li a {
  background: #257863;
}
nav.top .menu .fa {
  font-size: 22px;
  cursor: pointer;
}
nav.top .mobile-menu {
  position: absolute;
  z-index: 11;
  display: none;
  width: 48px;
  height: 48px;
  padding: 11px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  top: 6px;
  right: 6px;
}
nav.top .mobile-menu:hover {
  background: #62C425;
  color: #ffffff;
  text-decoration: none;
}
nav.top .cmn-toggle-switch {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
nav.top .cmn-toggle-switch:focus {
  outline: none;
}
nav.top .cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 12px;
  left: 6px;
  height: 4px;
  background: white;
}
nav.top .cmn-toggle-switch span::before,
nav.top .cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
}
nav.top .cmn-toggle-switch span::before {
  top: 10px;
}
nav.top .cmn-toggle-switch span::after {
  top: 20px;
}
nav.top .cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
  width: 36px;
}
nav.top .cmn-toggle-switch__htx span::before,
nav.top .cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
nav.top .cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
nav.top .cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
nav.top .cmn-toggle-switch__htx.active {
  background-color: #62C425;
}
nav.top .cmn-toggle-switch__htx.active:hover {
  background-color: #FF7700;
}
nav.top .cmn-toggle-switch__htx.active span {
  background: none;
  top: 0px;
  left: 0px;
  width: 40px;
  left: 4px;
}
nav.top .cmn-toggle-switch__htx.active span::before,
nav.top .cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
nav.top .cmn-toggle-switch__htx.active span::before {
  top: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.top .cmn-toggle-switch__htx.active span::after {
  top: 22px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav.top .search_wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
}
nav.top .search_wrapper .container {
  width: 0px;
  height: 40px;
  text-align: center;
  padding-right: 40px;
  transition: all 0.5s ease;
  border-radius: 6px;
  position: relative;
}
nav.top .search_wrapper .container .input {
  border: 0px;
  border-bottom: 1px solid #BBE342;
  background: transparent;
  width: 0%;
  padding: 5px 0;
  outline: none;
  color: #BBE342;
  transition: all 0.3s ease;
}
nav.top .search_wrapper .container .input.active {
  width: 98%;
  padding-left: 5px;
  transition: all 0.5s 0.8s ease;
}
nav.top .search_wrapper .container .fa {
  color: #BBE342;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}
nav.top .search_wrapper .container .fa:hover {
  color: #fff;
}
nav.top .search_wrapper .container.active {
  width: 250px;
  padding-left: 5px;
  transition: all 0.5s ease;
  background: #028A4A;
  background: -webkit-linear-gradient(#028A4A, #24ac6c);
  background: -o-linear-gradient(#028A4A, #24ac6c);
  background: -moz-linear-gradient(top, #028A4A, #24ac6c);
  /* для firefox 3.6+ */
  background: linear-gradient(#028A4A, #24ac6c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#028A4A, endColorstr=#24ac6c);
  /* для IE6-9 */
}
nav.top .search_wrapper .container input::placeholder {
  color: #BBE342;
  padding: 5px 0;
}
@media screen and (max-width: 1400px) {
  nav.top .menu ul.columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media screen and (max-width: 1200px) {
  nav.top .menu ul.columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 1024px) {
  nav.top .menu ul.columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  nav.top .mobile-menu {
    display: block;
    margin-top: 0px;
  }
  nav.top .menu {
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    margin: 0px;
    padding: 0 0 80px 0;
    top: 60px;
    bottom: 0;
    background: #005346;
  }
  nav.top .menu > li a {
    color: #BBE342;
    background: #0b5e51;
    margin-bottom: 1px;
  }
  nav.top .menu li {
    display: block;
    margin: 0;
  }
  nav.top .menu li a {
    padding-left: 22px;
  }
  nav.top .menu li a .arrow {
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: 15px;
    top: 50%;
    margin-top: -10px;
    display: none;
    visibility: hidden;
    z-index: 13;
    border-top-color: none;
  }
  nav.top .menu li:hover > a {
    color: #ffffff;
    background: #005346;
  }
  nav.top .menu li:hover .arrow {
    display: block;
    visibility: visible;
    border-top-color: transparent;
  }
  nav.top .menu li.act a .arrow {
    display: block;
    visibility: visible;
    border-top-color: transparent;
  }
  nav.top .menu ul {
    display: block;
    position: relative;
    padding: 0 0 15px 0;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
  }
  nav.top .menu ul.columns {
    width: 100%;
    left: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  nav.top .menu ul li {
    background: none;
  }
  nav.top .menu ul li a {
    padding-left: 37px;
    background: #136659;
  }
  nav.top .menu ul li ul {
    left: 0;
    background: none;
    padding: 0 0 15px 0;
  }
  nav.top .menu ul li ul li {
    background: none;
  }
  nav.top .menu ul li ul a {
    padding-left: 52px;
    background: none;
  }
  nav.top .menu ul li ul li:hover a {
    background: #006828;
  }
  nav.top .menu ul li ul li.act > a {
    background: #028A4A;
  }
  nav.top .menu ul li ul li.act:hover a {
    background: #006828;
  }
  nav.top .menu ul li ul a {
    text-transform: none;
  }
  nav.top .search_wrapper {
    left: 10px;
    right: auto;
  }
}
