main#service {
  position: relative;
}

.service-breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.service-breadcrumbs .breadcrumbs {
  background-color: #fff;
  border-radius: 0 0 20px 0;
  padding: 4px 2rem 4px 3rem;
}
@media only screen and (max-width: 1023px) {
  .service-breadcrumbs .breadcrumbs {
    padding: 4px 1rem;
  }
}
.service-breadcrumbs .breadcrumbs a:hover, .service-breadcrumbs .breadcrumbs a:focus {
  text-decoration: underline;
}

header .sub-header {
  position: absolute;
  right: 0;
  top: 100%;
}

.fuel-prices {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 14px 0 0;
}
.fuel-prices-title {
  margin: 20px 0 0;
}
.fuel-prices table {
  width: 100%;
  border-collapse: collapse;
}
.fuel-prices table, .fuel-prices th, .fuel-prices td {
  border: 1px solid #EAEAEA;
}
.fuel-prices th, .fuel-prices td {
  padding: 12px;
}
@media (max-width: 993px) {
  .fuel-prices th, .fuel-prices td {
    padding: 12px 8px;
  }
}
.fuel-prices td.color {
  color: #4acdcc;
  font-weight: bold;
}

@media (max-width: 993px) {
  .page-id-3520 .link-inside.px-4,
  .page-id-3561 .link-inside.px-4 {
    padding: 0 !important;
  }
}
.page-id-3520 .link-inside.px-4 > div,
.page-id-3561 .link-inside.px-4 > div {
  overflow: auto;
}
@media (max-width: 993px) {
  .page-id-3520 th,
  .page-id-3561 th {
    text-align: center !important;
  }
}
.page-id-3520 th, .page-id-3520 td,
.page-id-3561 th,
.page-id-3561 td {
  padding: 5px !important;
  font-size: 90%;
}

.table--address {
  display: flex;
  gap: 6px;
  align-items: center;
}
@media (max-width: 993px) {
  .table--address a {
    width: initial !important;
  }
}
.table--address a img {
  display: block;
  width: 24px;
  height: auto;
}/*# sourceMappingURL=service.css.map */