.menu-filter__item:after {
    top: 0;
}

.menu-filter__item {
    width: auto;
    padding: 0 20px;
}

.menu-filter__text {
    font-size: 17px;
    color: #494957;
}

.menu-filter__link:hover .menu-filter__text {
    color: #0083c3;
}










.title--custom {
  display: block;
  padding: 0 30px;
  font-size: 24px;
  text-align: center;
  margin: 20px 0;
  color: #ffffff;
}

.iframe--custom {
  text-align: center;
  margin-bottom: 20px;
}

.iframe--custom iframe,
.iframe--custom object {
  display: inline-block;
  max-width: 100% !important;
}

.iframe--custom .iframe__btn {
  display: block;
  margin: 20px auto;
  padding: 10px 25px;
  max-width: 700px;

  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ffffff;

  background: #c00d00;
  box-shadow: inset 0 -2px 0 0 #A80B00;
  border: none;
  border-radius: 2px;
  transition: background-color .3s;
  cursor: pointer;
}

.iframe--custom .iframe__btn:hover {
  color: #ffffff;
  background: #A80B00;
  box-shadow: inset 0 -2px 0 0 #8E0700;
}

.breadcrumbs--custom {
  padding: 10px 20px;
  background-color: #202021;
  margin: 20px 0;
  font-size: 18px;
  color: #ffffff;
}

.breadcrumbs--custom a {
  text-decoration: underline;
  color: #ffffff;
}

.breadcrumbs--custom a:hover {
  text-decoration: none;
}

.breadcrumbs--custom span {
  color: #cccccc;
}

.navigation--custom {
  margin: 0;
  list-style-type: none;
  font-size: 0;
  background-color: rgba(0, 0, 0, .3);
  color: #ddd;
  text-align: center;
}

.navigation--custom li {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}

.navigation--custom li:not(:last-child) {
  border-right: 1px solid #222;
}

.navigation--custom a {
  display: block;
  padding: 10px;
  color: #ddd;
  font-size: 16px;
  line-height: 24px;
}

.navigation--custom a:hover {
  opacity: .7;
}

