/**
Synapse - adaptive theme
.col-xs- <544px Extra small
.col-sm- ≥544px Small
.col-md- ≥768px Medium
.col-lg- ≥992px Large
.col-xl- ≥1200px Extra large
Gutter width	1.875rem / 30px (15px on each side of a column)
*/
/** Header */
#logo {
  margin: 0 13px 0 0;
}

#header .site-name {
  color: #fff;
  padding: 25px 0 0 0;
  font-size: 14px;
}

#header .contacts {
  padding: 20px 0 0 0;
}

#header #header-full .phone,
#header #header-full .phone-info {
  color: #fff;
}

#header #header-full .phone {
  font-size: 18px;
  font-family: 'helveticaneuecyrbold';
  line-height: 23px;
  text-align: right;
}

#header #header-full .phone-info {
  text-align: right;
  font-size: 14px;
}

#header #header-info .phone {
  font-size: 18px;
  font-family: 'helveticaneuecyrbold';
  line-height: 23px;
  text-align: right;
}

#header #header-info .phone-info {
  font-size: 14px;
}


button:focus {
  outline: none;
}

/** Toggler */
.navbar-toggler {
  color: #0188ca;
  border: 2px solid #fff;
  margin-left: 6px;
}

.navbar-toggler.collapsed {
  color: #fff;
  border: 2px solid #fff;
}

.toggler-info {
  width: 40px;
  text-align: center;
  border-radius: 25px;
}

.navbar-buttons {
  width: 100px;
  overflow: hidden;
  float: right;
  margin: 15px 0 0 0;
  display: flex;
  flex-direction: row-reverse;
}

/** Toggler - NEW */
.toggler {
  position: relative;
  width: 44px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
}

.toggler .icon-bar+.icon-bar {
  margin-top: 0;
}

.toggler .icon-bar {
  position: absolute;
  left: 5px;
  top: 17px;
  width: 30px;
  height: 3px;
  transition: all 0.5s;
  background-color: #fff;
  display: block;
  border-radius: 1px;
}

.toggler .icon-bar-top {
  transform: rotate(-45deg);
}

.toggler .icon-bar-middle {
  opacity: 0;
  left: -30px;
  top: 17px;
}

.toggler .icon-bar-bottom {
  transform: rotate(45deg);
}

.toggler.collapsed .icon-bar {
  background-color: #fff;
}

.toggler.collapsed .icon-bar-top {
  transform: rotate(0);
  top: 8px;
}

.toggler.collapsed .icon-bar-middle {
  opacity: 1;
  left: 5px;
}

.toggler.collapsed .icon-bar-bottom {
  transform: rotate(0);
  top: 26px;
}

/** Info */
.toggler-top {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
}

.toggler-top.collapsed {
  width: 41px;
}

.toggler-top .icon-bar+.icon-bar {
  margin-top: 0;
}

.toggler-top .icon-bar {
  position: absolute;
  left: 3px;
  top: 17px;
  width: 30px;
  height: 3px;
  transition: all 0.5s;
  background-color: #fff;
  display: block;
  border-radius: 1px;
}

.toggler-top .icon-bar-top {
  transform: rotate(-45deg);
}

.toggler-top .icon-bar-bottom {
  transform: rotate(45deg);
}

.toggler-top.collapsed .icon-bar {
  background-color: #fff;
}

.toggler-top.collapsed .icon-bar-top {
  transform: rotate(90deg);
  top: 8px;
  width: 3px;
  left: 17px;
}

.toggler-top.collapsed .icon-bar-bottom {
  transform: rotate(90deg);
  top: 20px;
  width: 15px;
  left: 11px;
}



.appear-onscroll {
  left: 0;
  opacity: 0;
  overflow: hidden;
  top: 0;
  transition: all 0.6s ease 0s;
  z-index: 1030;
  margin-top: -200px;
}

.user-logged-in #header-menu-fixed {
  top: 80px;
}



/** Main Menu - header-full **/
#header-full #adaptive-main-menu {
  text-align: justify;
  justify-content: space-between;
  padding-top: 30px;
}

#header-full #adaptive-main-menu li {
  padding: 0 0px 100px 0;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  float: none;
}

#header-full #adaptive-main-menu li.lst {
  height: 0;
  width: 100%;
  padding: 0;
}

#header-full #adaptive-main-menu>li>a {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  padding-bottom: 5px;
}

#header-full #adaptive-main-menu>li.menu-item-active-trail>a,
#header-full #adaptive-main-menu>li:hover>a {
  border-bottom: 3px solid #fff;
}

#header-full #adaptive-main-menu .menu-drop {
  position: fixed;
  top: 175px;
  left: 0;
  width: 100%;
  background: #e9e9e9;
}

.user-logged-in #header-full #adaptive-main-menu .menu-drop {
  top: 255px
}

#header-full #adaptive-main-menu .menu-drop ul {
  margin-left: 170px;
  padding: 35px 0;
  overflow: hidden;
}

#header-full #adaptive-main-menu .menu-drop ul li {
  width: 25%;
  float: left;
  display: block;
  padding: 3px 0;
}

#header-full #adaptive-main-menu .menu-drop a {
  color: #000;
  border: 0 !important;
  font-size: 18px;
}

#header-full #adaptive-main-menu .menu-drop a:hover,
#header-full #adaptive-main-menu .menu-drop a.is-active {
  color: #ae9733;
  font-weight: bold;
  text-decoration: none;
}

#header-full #adaptive-main-menu .menu-drop {
  display: none;
}

#header-full #adaptive-main-menu>li.menu-item-expanded:hover .menu-drop {
  display: block !important;
}

/** Main-menu - header-fixed **/
#header-menu-fixed {
  background: #f5f3f4;
  border-bottom: 1px solid #c6c6c6;
  margin-top: 0;
  height: 69px;
  z-index: 10;
}

#header-menu-fixed .container {
  position: relative;
}

#header-menu-fixed .logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 20px;
  z-index: 100;
}

#header-menu-fixed .logo img {
  width: 130px;
  height: auto;
}

#header-menu-fixed .region-menu-main {
  overflow: hidden;
  margin-left: 165px;
}

#header-menu-fixed #adaptive-main-menu,
.footer #adaptive-main-menu {
  text-align: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

#header-menu-fixed #adaptive-main-menu li,
.footer #adaptive-main-menu li {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
}

#header-menu-fixed #adaptive-main-menu li.lst,
.footer #adaptive-main-menu li.lst {
  width: 100%;
  height: 0;
  padding: 0;
}

#header-menu-fixed #adaptive-main-menu li a,
.footer #adaptive-main-menu li a {
  text-decoration: none;
}

#header-menu-fixed #adaptive-main-menu>li>a,
.footer #adaptive-main-menu>li>a {
  color: #000000;
  font-size: 18px;
  border-bottom: 3px solid transparent;
}

#header-menu-fixed #adaptive-main-menu>li>a:hover,
#header-menu-fixed #adaptive-main-menu>li>a.is-active,
.footer #adaptive-main-menu>li>a:hover,
.footer #adaptive-main-menu>li>a.is-active {
  border-color: #363636;
}

#header-menu-fixed #adaptive-main-menu>li {
  height: 69px;
  padding-top: 20px;
}



#header-menu-fixed #adaptive-main-menu>li .menu-drop {
  position: fixed;
  top: 68px;
  width: 100%;
  left: 0;
  background: #e9e9e9;
  border-top: 1px solid #c6c6c6;
}

.user-logged-in #header-menu-fixed #adaptive-main-menu>li .menu-drop {
  top: 150px;
}

#header-menu-fixed #adaptive-main-menu .menu-drop ul {
  margin-left: 165px;
  overflow: hidden;
  padding: 20px 0;
}

#header-menu-fixed #adaptive-main-menu .menu-drop ul li {
  width: 25%;
  float: left;
  display: block;
  padding: 3px 0;
}

#header-menu-fixed #adaptive-main-menu .menu-drop ul li a {
  color: #000;
  border: 0 !important;
  font-size: 18px;
}

#header-menu-fixed #adaptive-main-menu .menu-drop ul li a:hover,
#header-menu-fixed #adaptive-main-menu .menu-drop ul li a.active {
  color: #ae9733;
  font-weight: bold;
}

#header-menu-fixed #adaptive-main-menu .menu-drop {
  display: none;
}

#header-menu-fixed #adaptive-main-menu>li.menu-item-expanded:hover .menu-drop {
  display: block !important;
}

/** header - info **/
#header-info {
  padding: 25px 0;
  background: #f5f3f4;
  color: #000;
}

/** Main Menu - header-menu **/
#header-menu {
  background: #f5f3f4;
  padding: 20px 0;
}

#header-menu #adaptive-main-menu {
  width: 170px;
  margin: 0 auto;
}

#header-menu #adaptive-main-menu li {
  padding: 5px;
}

#header-menu #adaptive-main-menu ul {
  margin: 0;
}

#header-menu #adaptive-main-menu a {
  color: #000;
}

#header-menu #adaptive-main-menu>li>a {
  font-size: 18px;
  font-weight: bold;
}

#header-menu #adaptive-main-menu>li>a a {
  font-size: 18px;
}

#header-menu #adaptive-main-menu a.is-active {
  text-decoration: underline;
}

/** header-small **/
#header-small {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 120px;
  background: url(../images/header-page.jpg) no-repeat center 0;
}

#header-small .logo img {
  height: 120px;
}

#header-small>.container {
  display: flex;
  justify-content: space-between;
}

/*#header-bottom {
  margin-top: 125px;
}*/

.view-id-slider.view-display-id-block_1 {
  display: none;
}

.view-display-id-block_1 .owl-dots {
  display: none;
}

.view-display-id-block_1 .view-content {
  overflow: hidden;
}


/** Styles **/
#header {
  height: 120px;
  /*background: url(../images/header-page.jpg) no-repeat center 0;*/
}

/*.front #header {
  background: none !important;
}*/

#header-small {
  background: url(../images/header-page.jpg) no-repeat center 0;
  height: 120px;
}

.page-node-53 #header-small {
  background: url(../images/header-404.jpg) no-repeat center 0;
  background-size: cover;
}

.page-node-3 #header-small {
  background: url(../images/header-contact.jpg) no-repeat center 0;
  background-size: cover;
}

.path-history #header-small {
  background: url(../images/header-history.jpg) no-repeat center 0;
  background-size: cover;
}

.path-documents #header-small {
  background: url(../images/header-document.jpg) no-repeat center 0;
  background-size: cover;
}

.path-catalog #header-small,
.path-taxonomy #header-small {
  background: url(../images/header-catalog.jpg) no-repeat center 0;
  background-size: cover;
}

.page-node-80 #header-small {
  background: url(../images/header-map.jpg) no-repeat center 0;
  background-size: cover;
}

@media (min-width: 992px) {
  .not-front #header {
    min-height: 275px;
    background: url(../images/header-page.jpg) no-repeat center 0;
  }

  #header-bottom {
    margin-top: 0px;
  }

  .view-id-slider.view-display-id-block_1 {
    display: block;
  }

  .front #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  .page-node-53 #header {
    background: url(../images/header-404.jpg) no-repeat center 0;
    background-size: cover;
  }

  .page-node-3 #header {
    background: url(../images/header-contact.jpg) no-repeat center 0;
    background-size: cover;
  }

  .path-history #header {
    background: url(../images/header-history.jpg) no-repeat center 0;
    background-size: cover;
  }

  .path-documents #header {
    background: url(../images/header-document.jpg) no-repeat center 0;
    background-size: cover;
  }

  .path-catalog #header,
  .path-taxonomy #header {
    background: url(../images/header-catalog.jpg) no-repeat center 0;
    background-size: cover;
  }

  .page-node-80 #header,
  .page-node-4 #header {
    background: url(../images/header-map.jpg) no-repeat center 0;
    background-size: cover;
  }


}

.region-menu-main {
  clear: right;
}

.breadcrumb li::before {
  content: " /";
  color: #ae9733;
}
