@font-face {
  font-family: "CuprumRegular";
  src: url("../font/CuprumRegular/CuprumRegular.eot");
  src: url("../font/CuprumRegular/CuprumRegular.eot?#iefix")format("embedded-opentype"),
  url("../font/CuprumRegular/CuprumRegular.woff") format("woff"),
  url("../font/CuprumRegular/CuprumRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "CuprumBold"; */
@font-face {
  font-family: "CuprumBold";
  src: url("../font/CuprumBold/CuprumBold.eot");
  src: url("../font/CuprumBold/CuprumBold.eot?#iefix")format("embedded-opentype"),
  url("../font/CuprumBold/CuprumBold.woff") format("woff"),
  url("../font/CuprumBold/CuprumBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* Top menu
-----------------------------------------------------------------------------*/
.topMenu {
  background: url("../images/top_menu_bg.png") no-repeat;
  width: 927px;
  height: 96px;
  position: fixed;
  left:0; right: 0;
  margin:auto;
  top: 0;
  z-index: 151;
}
.topMenu img {
  left: 20px;
  position: absolute;
  top: 22px;
}
.topMenu ul {
  padding: 20px 45px 0 105px;
  text-align: center;
}
.topMenu li {
  padding: 0 20px 0;
  display: inline-block;
  border-right: 1px solid #f1f2f2;
}
.topMenu li:first-child {
    padding-left: 0;
}
.topMenu li:last-child {
    border-right: none;
}
.topMenu li:nth-child(3) {
    border-right: none;
}
.topMenu li:nth-child(n+5){
  margin-top: 7px;
}
.topMenu li a {
    color: #f1f2f2;
    text-decoration: none;
    font-family: "CuprumBold";
    font-weight: 400;
    font-size: 16px;
}
.topMenu li a:hover {
    color: #74c7c9;
}
.topMenu .logo {
    width: 65px;
    height: 40px;
    display: block;
    float: left;
    margin-top: 37px;
    margin-left: 35px;
}

.clear {
    clear: both;
}
/*---------мобильное меню----------------*/
.navbar{
  width:100%;
  position: fixed;
}
.navbar-default{
  background-color: #3c3c3c;
  border-radius: 0 0 10px 10px;
  border-color: #3c3c3c;
}
.navbar-header a img {
  left: 20px;
  position: relative;
  top: 6px;
}
.navbar .menu-header_menu-container a, .navbar .menu-header_menu-container a:hover, .navbar .menu-header_menu-container a:focus{
  color:#fff;
  outline: none;
  text-decoration: none;
}
.navbar .menu-header_menu-container {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
.navbar .menu-header_menu-container li {
  padding: 3px 0;
}
