/* Adjust padding to fit in the contacts bar on homepage */
.l_page_container.l_page_container_home {
  padding-top: 170px; }

/* Adjust padding to fit in the contacts for other pages */
.l_page_container {
  padding-top: 116px; }

@media only screen and (min-width: 769px) {
  .l_page_container {
    padding-top: 235px; } }

.m_breadcrumbs {
  position: absolute;
  top: 170px; }

.header-contacts {
  position: absolute;
  top: 56px;
  width: 100%;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
  height: 60px;
  z-index: 2; }

@media only screen and (min-width: 769px) {
  .header-contacts {
    top: 110px; } }

.header-contacts ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase; }

.header-contacts li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 20px;
  text-decoration: none; }

.header-contacts li img {
  width: 40px;
  height: 20px;
  margin-right: 10px; }

.header-contacts li.header-contacts-telephone img {
  width: 20px;
  height: 22px; }
/*# sourceMappingURL=enhancements.css.map */