.header_time,
.header_adress {
  margin-left: 20px;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  position: relative;
  padding-left: 25px;
}
.header_time:before,
.header_adress:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.time-adress {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.header_time {
  margin-left: 30px;
}
.header_time:before {
  background: url("/local/templates/innet_focus_s1_local/img/header_clock.svg") no-repeat center center;
}
.header_adress {
  padding-left: 20px;
}
.header_adress:before {
  background: url("/local/templates/innet_focus_s1_local/img/header_gps.svg") no-repeat center center;
}
#header .__contacts > div {
  margin-left: 20px !important;
}
.logo_text {
  display: inline-block;
  width: 285px;
  color: #666;
  font-size: 12px;
  position: relative;
  line-height: 15px;
  font-weight: 400;
  left: -13px;
}
#header.header--style-1.fixed #header__navigation > ul > li {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1500px) {
  #header.header--style-1 .__line--first {
    line-height: 30px;
  }
  .mobile_grid {
    display: grid;
    grid-template-columns: repeat(auto, 200px);
    grid-template-rows: repeat(2, 1fr);
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .mobile_grid .__item--first {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .mobile_grid .time-adress {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .mobile_grid .__item--second {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .header_time,
  .header_adress {
    text-align: left;
  }
  .header_time {
    margin-left: 20px;
  }
  #header.header--style-1 #header__navigation {
    margin-left: 0 !important;
  }
  .new_logo {
    display: block;
    min-width: 170px;
  }
  .new_row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #header.header--style-1 #header__navigation > ul > li {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
  }
}
@media screen and (max-width: 1100px) {
  #header__navigation {
    width: 370px;
  }
}
.breadcrumbs {
  background-color: #FFF;
}
/*# sourceMappingURL=header.css.map */