html,
body {
  font-family: arial, helvetica, helv, swiss, sans, "sans-serif";
  color: #666666;
  background-color: #f8f8f8;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  margin-left: -108px;
  top: 6px;
  z-index: 1;
}

.logo {
  max-height: 30px;
}

.header .nav-link {
  color: #666666;
  border-bottom: 1px solid transparent;
}

.header .nav-link:hover {
  color: #303030;
  border-color: #f66800;
}

.banner {
  width: 100%;
  max-width: 1140px;
  display: block;
  margin: 0 auto;
}

.city-choice {
  color: #303030;
}

.city-choice h2 {
  font-size: 24px;
}

.city-choice nav {
  display: flex;
  flex-wrap: wrap;
}

.city-choice .nav-link {
  flex: 1 1 140px;
  font-size: 20px;
  color: #303030;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
  white-space: nowrap;
}

.city-choice .nav-link.active,
.city-choice .nav-link:hover {
  color: #f66800;
  border-color: #f66800!important;
}

@media(min-width: 1200px) {
  .city-choice .nav-link:last-child {
    flex: 0 0 150px;
  }
}

/*about*/
.about-company {
  font-size: 14px;
  color: #343434;
}

.about-company h2 {
  font-size: 30px;
}

.friendly-url {
  word-break: break-word;
}

.friendly-url a{
  color: #fff;
}

footer {
  background-color: #303030;
  color: #fff;
  font-size: 16px;
  height: 95px;
  line-height: 95px;
}

/*Pagination*/
.pagination {
  justify-content: center;
  align-items: center;
}

.pagination li {
  margin: 0 10px;
  text-align: center;
  line-height: 36px;
}

.pagination a {
  display: block;
  text-decoration: none;
  color: #000;
}

.pagination__button {
  width: 40px;
  height: 40px;
  border: solid 2px #ebebeb;
  border-radius: 20px;
}

.pagination__button:hover {
  background-color: #f7f8ff;
  border-color: #999999;
}

.pagination__button.active {
  background-color: #f7f8ff;
  border-color: #20233d;
}

.pagination__button a {
  color: #979797;
}

.pagination__button:hover a {
  color: #323232;
}

.pagination__button.active a {
  color: #000;
}

.static-content h1 {
    font-size: 20px
}

.static-content h2 {
    font-size: 1rem;
    font-weight: 700
}

.static-content p {
    margin-bottom: .5rem
}