

/* Start:/bitrix/templates/lokomotiv/components/bitrix/menu/top_bootstrap/style.css?175786747021500*/
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
.padding__2020{
  padding: 0 20px 0px 20px !important;
  background: #fff !important;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.10);
  border-bottom: 1px solid #e5e5e5;
 /*background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%) !important ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/

}
.padding__2020 .navbar-white .navbar-nav > li > a{
    color: #3A424E;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  display: none;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #C00F10;
  background-color: #f3212114;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
 /* display: block;*/
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .dropdown-menu {
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    /*left: 0;*/
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
  }
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .dropdown:hover > .dropdown-menu { 
    display: block;
    opacity: 1;
    visibility: visible;

  } 
  .dropdown .dropdown-menu {
      display: block !important;
      opacity: 0;
      visibility: hidden;
      -moz-transition:    all 500ms ease;
      -webkit-transition: all 500ms ease;
      -o-transition:      all 500ms ease;
      -ms-transition:     all 500ms ease;
      transition:         all 500ms ease;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
  padding: 0px !important;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.navbar {
/*  min-height: 50px;*/
  border: 1px solid transparent;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;

  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 0px 15px;
/*  font-size: 18px;
  line-height: 20px;*/
/*  height: 50px;*/
  width: 0px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: absolute;
  bottom:6px;
  right: 10px;
  padding: 10px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar{
    width: 50px;
  }
  .navbar-collapse{
    position: absolute;
    width: 100%;
    background: white;
    z-index: 99;
    position: fixed;
    width: 80%;
    height: 100%;
    top:0px;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}






#menu-toggle * {
  transition: .25s ease-in-out;
  box-sizing: border-box;
}
#menu-toggle.menu-toggle-black span {
  display: block;
  background: #222;
  border-radius: 2px;
/*  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;*/
}
#menu-toggle.menu-toggle-black:hover span {
  display: block;
  background: #DF0400;
  border-radius: 2px;
/*  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;*/

}
#menu-toggle.menu-toggle-white span {
  display: block;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
}
#menu-toggle.menu-toggle-white:hover span {
  display: block;
  background: #DF0400;
  border-radius: 2px;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
}
#menu-toggle span:hover {
  background: #DF0400;
}

#menu-toggle {
  width: 32px;
  height:32px;
  margin: 0px auto;
  position: relative;
  position: relative;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  border-radius: 2px;
}
#menu-toggle:hover {
  background: rgba(255, 255, 255, 0);
}
#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
#menu-toggle #hamburger span {
  width: 24px;
  height: 2px;
  position: relative;
  top: 4px;
  left: 4px;
  margin: 5px 0;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .75s;
}
#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 10%;
  left: 15px;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 10%;
  top: 15px;
  transition-delay: .25s;
}

#menu-toggle.open #hamburger span {
  width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: .25s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  transition-delay: .625s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  transition-delay: .375s;
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}





/*white*/

.navbar-white {
/*background-color: #f8f8f8;
  border-color: #f3212114;*/
}
.navbar-white .navbar-brand {
  color: #777777;
}
.navbar-white .navbar-brand:hover,
.navbar-white .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-white .navbar-text {
  color: #777777;
}
.navbar-white .navbar-nav  .dropdown-menu > li{
    list-style: none;
    padding: 0px;
}
.navbar-white .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
/*  font-weight: bold;*/
  margin-bottom: 2px;
}
.navbar-white .navbar-nav > .b-hnav_m__li_1-level:hover > a,
.navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
/*  color: #fff;*/
  background-color: transparent;
  border-bottom: 2px solid #C00F10;
  margin-bottom: 0px ;
}

.navbar-white .navbar-nav > .b-hnav_m__li_1-level > a.b-hnav_m__span_active{
  border-bottom: 2px solid #C00F10 ;
  margin-bottom: 0px ;
}
.navbar-white .navbar-nav > .active > a,
.navbar-white .navbar-nav > .active > a:hover,
.navbar-white .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #f3212114;
}
.navbar-white .navbar-nav > .disabled > a,
.navbar-white .navbar-nav > .disabled > a:hover,
.navbar-white .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-white .navbar-toggle {
/*  border-color: #dddddd;*/
}
.navbar-white .navbar-toggle:hover,
.navbar-white .navbar-toggle:focus {
/*  background-color: #dddddd;*/
}
.navbar-white .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-white .navbar-collapse{
  border-color: #f3212114;
  left: 0px;
}
.navbar-white .navbar-nav > .open > a,
.navbar-white .navbar-nav > .open > a:hover,
.navbar-white .navbar-nav > .open > a:focus {
  background-color: #f3212114;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-white .navbar-nav > li > a {
    color: #444;
    font-size: 14px;
    text-transform: none;

  }
  .navbar-white .navbar-nav > li > a:hover,
  .navbar-white .navbar-nav > li > a:focus {
    color: #C00F10;
    background-color: #f3212114;
  }
  .navbar-white .navbar-nav  .dropdown-menu > li{
    list-style: none;
  }
  .navbar-white .navbar-nav .open .dropdown-menu > li > a {
    color: #444;
  }
  .navbar-white .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-white .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #C00F10;
    background-color: transparent;
  }
  .navbar-white .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-white .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-white .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #C00F10;
    background-color: #f3212114;
  }
  .navbar-white .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-white .navbar-link {
  color: #777777;
}
.navbar-white .navbar-link:hover {
  color: #333333;
}
.navbar-white .btn-link {
  color: #777777;
}
.navbar-white .btn-link:hover,
.navbar-white .btn-link:focus {
  color: #333333;
}
.navbar-white .btn-link[disabled]:hover,
fieldset[disabled] .navbar-white .btn-link:hover,
.navbar-white .btn-link[disabled]:focus,
fieldset[disabled] .navbar-white .btn-link:focus {
  color: #cccccc;
}






/*black*/

.navbar-black {
/*background-color: #f8f8f8;
  border-color: #f3212114;*/
}
.navbar-black .navbar-brand {
  color: #777777;
}
.navbar-black .navbar-brand:hover,
.navbar-black .navbar-brand:focus {
  color: #222;
  background-color: transparent;
}
.navbar-black .navbar-text {
  color: #777777;
}
.navbar-black .navbar-nav  .dropdown-menu > li{
    list-style: none;
    padding: 0px;
}
.navbar-black .navbar-nav > li > a {
  color: #222;
/*  text-transform: uppercase;*/
  font-size: 18px;
  font-weight: bold;
}
.navbar-black .navbar-nav > li > a:hover,
.navbar-black .navbar-nav > li > a:focus {
  color: #C00F10;
  background-color: transparent;
}
.navbar-black .navbar-nav > .active > a,
.navbar-black .navbar-nav > .active > a:hover,
.navbar-black .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #f3212114;
}
.navbar-black .navbar-nav > .disabled > a,
.navbar-black .navbar-nav > .disabled > a:hover,
.navbar-black .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-black .navbar-toggle {
/*  border-color: #dddddd;*/
}
.navbar-black .navbar-toggle:hover,
.navbar-black .navbar-toggle:focus {
/*  background-color: #dddddd;*/
}
.navbar-black .navbar-toggle .icon-bar {
  background-color: #222;
}
.navbar-black .navbar-collapse{
  border-color: #f3212114;
  left: 0px;
}
.navbar-black .navbar-nav > .open > a,
.navbar-black .navbar-nav > .open > a:hover,
.navbar-black .navbar-nav > .open > a:focus {
  background-color: #f3212114;
  color: #DF0400;
}
@media (max-width: 767px) {
  .navbar-black .navbar-nav > li > a {
    color: #444;
    font-size: 14px;
    text-transform: none;

  }
  .navbar-black .navbar-nav > li > a:hover,
  .navbar-black .navbar-nav > li > a:focus {
    color: #C00F10;
    background-color: #f3212114;
  }
  .navbar-black .navbar-nav  .dropdown-menu > li{
    list-style: none;
  }
  .navbar-black .navbar-nav .open .dropdown-menu > li > a {
    color: #444;
  }
  .navbar-black .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-black .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #C00F10;
    background-color: transparent;
  }
  .navbar-black .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-black .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-black .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #C00F10;
    background-color: #f3212114;
  }
  .navbar-black .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-black .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-black .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-black .navbar-link {
  color: #777777;
}
.navbar-black .navbar-link:hover {
  color: #333333;
}
.navbar-black .btn-link {
  color: #777777;
}
.navbar-black .btn-link:hover,
.navbar-black .btn-link:focus {
  color: #333333;
}
.navbar-black .btn-link[disabled]:hover,
fieldset[disabled] .navbar-black .btn-link:hover,
.navbar-black .btn-link[disabled]:focus,
fieldset[disabled] .navbar-black .btn-link:focus {
  color: #cccccc;
}



.b-hnav_m__ul_3-level{
	right: 100% !important;
	top:-8px !important;
	border-top-right-radius: 0;
    border-top-left-radius: 0;
}
















/* End */


/* Start:/bitrix/templates/lokomotiv/components/bitrix/menu/left_2level/style.css?17578674704569*/
/*HNAV*/
.b-lnav {
  display: block;
  /*	z-index: 50;*/
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.b-lnav__ul {
  width: auto;
  border-radius: 3px;
  margin: 0px;
  padding: 60px 0 0 0;
}
.b-lnav__li {
  display: table;
  list-style: none;
  position: relative;
  padding: 0;
  min-width: 240px;
  background: white;
  border-bottom: 1px solid #EEEEEE;
}
.b-lnav__span {
  font-size: 14px;
  color: #2e4853;
  padding: 0px 10px;
  position: relative;
  display: block;
  /*	text-shadow: 0 -1px 0 #003366;*/
  margin: 0;
  zoom: 1;
  cursor: pointer;
  background: none;
  height: 40px;
  text-shadow: 0px 0px 3px RGBa(256, 256, 256, 1);
  max-width: 220px;
  /*.transparent_ie;*/
  display: table-cell;
  vertical-align: middle;
}
.b-lnav__span span {
  position: absolute;
  background: #CE0726;
  height: 0px;
  width: 100%;
  bottom: -2px;
  left: 0px;
}
.b-lnav__li:hover .b-lnav__span {
  font-size: 14px;
  color: #2e4853;
  padding: 0px 10px;
  position: relative;
  display: block;
  width: 220px;
  /*	text-shadow: 0 -1px 0 #003366;*/
  margin: 0;
  zoom: 1;
  border-radius: 3px;
  cursor: pointer;
  background: none;
  /*.transparent_ie;*/
  color: #CE0726;
  height: 40px;
  /*	border-radius: 3px;*/
  text-shadow: 0px 0px 3px RGBa(256, 256, 256, 1);
  display: table-cell;
  vertical-align: middle;
}
.b-lnav__li:hover .b-lnav__span span {
  position: absolute;
  background: #CE0726;
  height: 40px;
  width: 2px;
  top: 0px;
  left: 0px;
}

.b-lnav__span_active {
  font-size: 14px;
  padding: 0px 10px;
  position: relative;
  display: block;
  /*	text-shadow: 0 -1px 0 #003366;*/
  margin: 0;
  zoom: 1;
  cursor: pointer;
  background: none;
  /*.transparent_ie;*/
  color: #CE0726;
  border-radius: 3px;
  height: 40px;
  text-shadow: 0px 0px 3px RGBa(256, 256, 256, 1);
  max-width: 220px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.b-lnav__span_active span {
  position: absolute;
  background: #CE0726;
  height: 40px;
  width: 2px;
  top: 0px;
  left: 0px;
}
.b-lnav__li:hover .b-lnav__span_active {
  font-size: 14px;
  padding: 0px 10px;
  position: relative;
  display: block;
  /*	text-shadow: 0 -1px 0 #003366;*/
  margin: 0;
  zoom: 1;
  cursor: pointer;
  background: none;
  text-shadow: 0px 0px 3px RGBa(256, 256, 256, 1);
  max-width: 220px;
  /*.transparent_ie;*/
  color: #CE0726;
  border-radius: 3px;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
/*  text-shadow: 0px 0px 0px white;*/
}
.b-lnav__ul_2-level {
  display: none;
  top: 0px;
  left: 240px;
  min-width: 280px;
  max-width: 360px;
  position: absolute;
  z-index: 90;
  background: white;
  padding: 0 0 5px 0;
  margin: 0;
  /*	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;*/
  border-top: 2px solid #CE0726;
  box-shadow: 0px 2px 5px RGBa(0, 0, 0, 0.3);
  -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;
}
li.b-lnav__li:hover ul.b-lnav__ul_2-level {
  display: block;
  padding: 7px 0 30px 0;
  -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;
}
.b-lnav__ul_2-level_left {
  display: none;
  top: 93px;
  right: 2px;
  min-width: 220px;
  position: absolute;
  z-index: 90;
  background: white;
  padding: 0 15px 5px 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0px 2px 5px RGBa(0, 0, 0, 0.3), inset 0 1px 3px RGBa(0, 0, 0, 0.3);
}
.b-lnav__li:hover .b-lnav__ul_2-level_left {
  display: block;
  padding: 7px 0 20px 0;
}
.b-lnav__li_2-level {
  list-style: none;
  position: relative;
  z-index: 10;
  padding: 0;
}
.b-lnav__span_2-level {

  position: relative;
  z-index: 3;
  color: #777777;
  font-size: 13px;
  padding: 8px 10px;
  margin: 0 0px;
  display: block;
  z-index: 10;
/*  text-transform: uppercase;*/
/*  white-space: nowrap;*/
  /*	border-radius: 3px;*/

  background: none;
}
.b-lnav__span_2-level:hover {
  /*background: url(/bitrix/templates/lokomotiv/components/bitrix/menu/left_2level/static/img/nav_primary_li_li_hover.png) repeat-x;*/
  color: #CE0726;
}
.b-lnav__span_2-level_selected {
  font-family: 'Roboto', sans-serif;
  position: relative;
  z-index: 3;
  font-size: 13px;
  padding: 7px 10px;
  margin: 0 10px;
  display: block;
  z-index: 10;
  border-radius: 3px;
  background: #336699;
  color: #fff;
}
/* End */


/* Start:/bitrix/templates/lokomotiv/components/bitrix/news.list/elmar_timeline_horz/style.css?17578674701109*/
.b-timeline-slider_horz{
  width: 100%;
  display: block;
  clear: both;
}
.b-timeline-slider_horz__title{
  font-size: 30px;
  color: #3A424E;
  font-weight: 500;
  padding: 40px 0 30px 0; 
}
.b-timeline_horz-slider__line{
  display: block;
  position: relative;
}
.b-timeline_horz-slider__line div{
  display: block;
  height: 1px;
  width: 100%;
  background : #CDCDCD;
  position: absolute; 
  top:220px;
  left: 0px;
}

.b-timeline-slider_horz__item{
  position: relative;
  padding: 0 10px;
}
.b-timeline-slider_horz__item-line{
  height: 20px;
  width: 1px;
  margin: 0 100px 0 99px;
  background : #CDCDCD;
  display: block;
}
.b-timeline-slider_horz__item-date{
  position: absolute;
  color: white;
  font-size: 30px;
  font-weight: 500;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
  top:155px;
  left: 20px;
}
.b-timeline-slider_horz__item-name{
  color: #5e5e5e;
  display: block;
  text-align: center;
  max-width: 180px;
  margin:5px 10px 0 10px;
}
.b-timeline-slider_horz__item-name:hover{
  color: #BF0A00;
}
.b-timeline_horz-slider__img{
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
}

/* End */


/* Start:/bitrix/templates/lokomotiv/components/bitrix/map.yandex.view/elmar_map_full/style.css?17578674701577*/
.b-mapfull_contact{
	position: absolute;
	min-height: 380px;
	display: block;
	right: 0px;
	bottom: 0;
	background: white;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
}

.i-mapfull_contact{
	padding: 20px;
}
.bx-yandex-view-layout{
	overflow:hidden;
	border-top:8px solid #EDEDED;
	margin: 60px 0 0 0;
}
@media (min-width: 0px ) and (max-width: 767px) {
.bx-yandex-view-map{
	overflow:hidden;
/*	min-height: 720px;*/
	position: relative;
}
.bx-yandex-map{
	height: 200px;
	margin-bottom: 250px;

}
}

.b-mapfull_contact__title{
	font-size: 24px;
  	color: #3A424E;
  	padding: 20px 0;
}
.i-mapfull_contact p{
	line-height: 24px; 
	padding:0 0 0 40px;
	position: relative;
	display: block;
	font-size: 14px;
}
.b-mapfull_contact__adress span{
	display: block;
	height: 24px;
	width: 24px;
	background: url(/bitrix/templates/lokomotiv/components/bitrix/map.yandex.view/elmar_map_full/images/icons.png) -48px 0 no-repeat;
	background-size: 400%;
	position: absolute;
	top:0px;
	left: 0px; 
}
.b-mapfull_contact__phone span{
	display: block;
	height: 24px;
	width: 24px;
	background: url(/bitrix/templates/lokomotiv/components/bitrix/map.yandex.view/elmar_map_full/images/icons.png) -72px 0  no-repeat;
	background-size: 400%;
	position: absolute;
	top:0px;
	left: 0px; 
}
.b-mapfull_contact__time span{
	display: block;
	height: 24px;
	width: 24px;
	background: url(/bitrix/templates/lokomotiv/components/bitrix/map.yandex.view/elmar_map_full/images/icons.png) 0 0px no-repeat;
	background-size: 400%;
	position: absolute;
	top:0px;
	left: 0px; 
}
.b-mapfull_contact__email span{
	display: block;
	height: 24px;
	width: 24px;
	background: url(/bitrix/templates/lokomotiv/components/bitrix/map.yandex.view/elmar_map_full/images/icons.png) -24px 0 no-repeat;
	background-size: 400%;
	position: absolute;
	top:0px;
	left: 0px; 
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1757867471666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/lokomotiv/template_styles.css?17578674706167*/

.link__a{
	text-decoration: none;
	outline: 0;
	font-size: 13px;
	padding: 0;
	line-height:auto;
	margin: 0;
	color: #363636;
	font-weight: normal;
}
.float-height:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.float-height{
	display: inline-block;
}
html[xmlns] .float-height{  
	display: block;
}
* html .float-height {
	height: 1%;
}

body { 
	height:100%;
	margin:0;
	padding:0;
	/*font-size: 90.01%;*/
	font-family: 'Ubuntu', sans-serif;
	overflow-y:  scroll;
}

a:hover {text-decoration:none;}
a{

}

h2{
	font-size: 30px;
    color: #3A424E;
    font-weight: 500;
    padding: 20px 0 20px 0;
}


.hr{border-bottom:1px solid; height:1px; font-size:1px; margin-bottom:20px;}
.br{height:1px; font-size:1px; line-height:1px; clear:both;}
span.small-grey{font-size:0.90em;}

span.grey{display:block; margin-left: -14px; padding: 6px 14px;}

/* BANNER */
#banner-top {text-align:center;margin-top:5px;}
#banner-left{text-align:center;margin-bottom:20px;}
#banner-left-two{text-align:center;margin-bottom:20px;margin-top:20px;}

/* HEADER */

.b-header{
	position: relative; 
	margin: 0px 0px 0 0px ; 
	padding:0;
	/*border-top: 20px #C00F10 solid;*/
	border-bottom: #EFEFEF 1px solid;
	position: relative;
	background: white;
	top: 0px;
	max-width: 100%;
	width: 100%;

	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
}
.b-header0{
	position: static !important;
	height: 0px !important;
	margin-top:0px !important; 
}
.b-header-videoHD {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 1080px;
}
.b-header-videoHD__video {
    width: 100%;
    display: block;
    margin-top:0%;
}
.b-header-videoHD__video_280 {
    min-width: 100%;
    display: block;
    margin-top:0%;
    min-height: 280px;
}
.b-header-videoHD__overlay {
background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.57) 15%, rgba(0,0,0,0.46) 35%, rgba(0,0,0,0.32) 49%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.3) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.57) 15%,rgba(0,0,0,0.46) 35%,rgba(0,0,0,0.32) 49%,rgba(0,0,0,0.25) 60%,rgba(0,0,0,0.3) 100%);
background: linear-gradient(to bottom, rgba(5,21,51,0.75) 0%,rgba(0,0,0,0.55) 20%,rgba(0,0,0,0.2) 85%,rgba(58,66,78,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1000000', endColorstr='#40000000',GradientType=0 );
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.b-header-videoHD_jpg{
	display: none;
}
@media (max-width: 767px) {
	.b-header-videoHD_jpg{
		display: block;
		min-width: 100%;
		height: 480px;
		overflow: hidden;
	}
    .b-header-videoHD__video {
        display: none;
    }
}
.i-header{
	min-height: 66px;
	position: relative;
}
.i-header_absolute{
	position: absolute;
	top:0px;
	left: 0px;
	right: 0px;
}
.i-header span.b-header__logo{
	background-color: transparent !important;
}
.i-header span.b-header__logo:hover{
	background-color: transparent !important;
}
.b-header__logo img.b-header__logo-img{
	display: block;
	padding: 45px 0 0px 0;
	max-width: 100%;
}
.b-header__logo__name{
	font-size: 34px;
	color: white;
	text-align: center;
	font-weight: 500;
	display: block;
	width: 235px;
	text-transform: uppercase;
	max-width: 100%;
}
.b-header__logo__desc{
	font-size: 14px;
	color: white;
	text-align: center;
	font-weight: 500;
	display: block;
	width: 235px;
	max-width: 100%;
}
.b-header__menu{
	background: transparent;
	padding-top: 80px;
}
@media (min-width: 0px) and (max-width: 767px) {
	.b-header__logo img.b-header__logo-img{
		padding: 45px 0 0px 0;
	}
	.b-header__menu{
		background: transparent;
		padding-top: 0px;
	}
/*	.b-header{
		position: fixed;
		width: 100%;
		top:0px;
		z-index: 10;
	}*/
}
@media (min-width: 0px) and (max-width: 580px) {
	.b-header__logo__name{
		font-size: 5.9vw;
		color: white;
		text-align: center;
		font-weight: 500;
		display: block;
		width: 235px;
		text-transform: uppercase;
		max-width: 100%;
	}
	.b-header__logo__desc{
		font-size: 2.5vw;
		color: white;
		text-align: center;
		font-weight: 500;
		display: block;
		width: 235px;
		max-width: 100%;
	}
}

.b-sloagan{
	color: white;
	font-weight: 500;
	font-style: italic;
	font-size: 5vw !important;
	line-height: 1.2;
	text-shadow: 0px 0px 21.36px rgba(0, 0, 0, 0.61);
	display: block;
	margin-top: 8vw;
	background: transparent;
	width: auto;
}




/*body*/
.body{

}

h2.b-mainpage-top-wrap-title{
	display: inline-block;
	color: #0055A0;
	font-size: 36px;
	padding: 0px 30px 20px 10px;
	font-weight: normal;
	margin: 0px;
	width: auto;
}
h2.b-mainpage-top-wrap-title:hover{
	color: #0055A0;
	text-decoration: underline;
}
@media (min-width: 0px) and (max-width: 480px) {
	h2.b-mainpage-top-wrap-title{
		font-size: 24px;
	}
}

h2.b-mainpage-top-wrap-title_live{
	color: #0055A0;
}
h2.b-mainpage-top-wrap-title_live span{
	color: #E20054;
	font-style: italic;
}
.bx-newsdetail-content img{
	width: 100% !important;
	height: auto !important;
}

/* b-page */
.b-page__wrap{
	background: white;
	display: block;
	position: relative;
}
.b-page{
	min-height: 760px;

}
.b-page_main{
	display: block;
	min-height: auto;
}
.b-kubok{
	background:url(/bitrix/templates/lokomotiv/images/kubok.png) no-repeat top right;
}

.b-page__h1_red{
	display: block;
	font-size: 36px;
	color: #3A424E;
	font-weight: 500;
	font-style: italic;
}
.b-page__h1_red:first-letter {
    color: #C00F10;
}
@media (min-width: 0px) and (max-width: 480px) {
	.b-page__h1_red{
		display: block;
		font-size: 30px;
		color: #3A424E;
		font-weight: 500;
		font-style: italic;
	}
}



/*FOOTER*/
.b-footer_wrap{
	background: white;
	display: block;
	border-top: 1px solid white;
	position: relative;
}
.b-footer{
position: relative;
background: #fff;
min-height: 180px;
margin: 0px 0 0 0;
border-top:8px solid #EDEDED;
}


.b-footer__inc-one{
	display: block;
	width: 320px;
	height: auto;
	padding: 15px 0 30px 30px;
	float:left;
}
.b-footer__inc-two{
	display: block;
	width: 520px;
	height: auto;
	padding: 23px 30px 30px 0px;
	float: right;
	text-align:right;
}
.b-footer__inc-two p{
	-webkit-margin-after: 0.2em;
    -webkit-margin-before: 0.2em;
}
/*FOOTER END*/


/* End */
/* /bitrix/templates/lokomotiv/components/bitrix/menu/top_bootstrap/style.css?175786747021500 */
/* /bitrix/templates/lokomotiv/components/bitrix/menu/left_2level/style.css?17578674704569 */
/* /bitrix/templates/lokomotiv/components/bitrix/news.list/elmar_timeline_horz/style.css?17578674701109 */
/* /bitrix/templates/lokomotiv/components/bitrix/map.yandex.view/elmar_map_full/style.css?17578674701577 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1757867471666 */
/* /bitrix/templates/lokomotiv/template_styles.css?17578674706167 */
