/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@media (min-width: 992px) {
  .sticky-header #header-wrap {
      position: relative;
      top: 0;
      left: 0;
      background-color: #FFF;
      box-shadow: none;
  }
  #header.sticky-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9;
  }
  .sticky-header .header-wrap-clone {
    display: none;
  }
}

#logo .standard-logo {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
#logo img {
  height: auto;
}
.menu-link {
  font-size: 15px;
}
.content-wrap {
  padding-bottom: 0;
}
.mobile-logo {
  display: none;
}
.onama-text p {
  margin-bottom: 15px;
}
.content-wrap {
  overflow: initial;
}
.sticky {
  position: sticky;
  top: 165px;
}
.sticky img {
  margin-bottom: 30px;
}
.footer-big-contacts {
  font-size: 18px;
  font-weight: 400;
}
.footer-big-contacts span {
  font-size: 14px;
  text-transform: none;
}
@media (min-width: 992px) {
  .menu-link {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .mobile-logo {
    position: absolute;
    left: 0;
    display: block;
  }
}
