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

.logo {
  max-height: 30px;
}

.login-btn {
  color: #6c757d;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-outline-secondary:hover .login-btn {
  color: #fff;
}

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

.city-choice {
  border-bottom: solid 20px #f8f9fa;
}

.city-choice h2 {
  color: #303030;
  font-size: 20px;
}

.region-wrapper {
  position: relative;
}

.show-more {
  border-bottom: 1px dotted #dbdbdb;
  padding-bottom: 10px;
}

.show-more.limit {
  padding-bottom: 0;
}

.show-more-btn {
  display: none;
}

.show-more .show-more-btn {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -66px;
  bottom: -22px;
  padding: 0 10px;
  background: #fff;
  border-left: 1px dotted #dbdbdb;
  border-right: 1px dotted #dbdbdb;
  border-bottom: 1px dotted #dbdbdb;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

.region-container {
  position: relative;
  overflow: hidden;
}

.limit .region-container {
  max-height: 89px;
}

.region-province-container {
  position: initial;
}

.region-province {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #dbdbdb;
  cursor: pointer;
  color: #666666;
  white-space: nowrap;
}

.region-province:hover {
  color: #666666;
  text-decoration: none;
}

.region-province:hover, 
.region-province.active {
  border-color: #d20000;
}

.region-city-container {
  position: absolute;
  left: 15px;
  padding-top: 10px;
}

.region-city {
  color: #d20000;
  white-space: nowrap;
}

.region-city:hover {
  color: #b10000;
}

/*Footer*/

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

.about-company h2 {
  color: #303030;
  font-size: 20px;
}

.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;
}

footer .container {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

/*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
}