.wizard {
  margin-bottom: 40px;
}
.wizard .nav-pills > li {
  margin: 1em .5em 1.5em 0;
}
.wizard .nav-pills > li > a {
  padding: 6px 12px;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 1em;
  color: #aaa;
  cursor: default;
}
.wizard .nav-pills > li > a:focus,
.wizard .nav-pills > li > a:hover {
  background-color: #eee;
  color: #aaa;
}
.wizard .nav-pills > li.active > a {
  border: 1px solid #094994;
  color: #094994;
  background-color: transparent;
}
.wizard .control-label {
  font-weight: normal;
  margin-bottom: 15px;
}
.wizard .bs-placeholder {
  border-color: #ccc;
  background-color: #fff;
}
.wizard [data-id="mpl_sports"] {
  border-color: #ccc;
  background-color: #fff;
}
.wizard [data-id="mpl_sports"] > .filter-option {
  color: #ccc;
}
.wizard .label-info {
  padding-left: 12px;
  padding-right: 12px;
  background-color: #e0e8f3;
  color: #094994;
  margin-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}
.wizard .label-info > span {
  margin-left: 10px;
}
.wizard .help-block {
  font-size: 12px;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 15px;
}
#modal_signin .modal-content {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#modal_signin .modal-content .modal-header {
  color: #fff;
  border: none;
  padding-bottom: 10px;
}
#modal_signin .modal-content .modal-header .modal-title {
  font-size: 28px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
}
#modal_signin .modal-content .modal-header .close {
  color: #fff;
  opacity: 1;
  margin-top: 10px;
  font-weight: normal;
}
#modal_signin .modal-content .modal-body {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#modal_signin .modal-content .modal-footer {
  padding-top: 0;
  border: none;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wp-social-login-widget .wp-social-login-connect-with {
  display: none;
}
.wp-social-login-widget .wp-social-login-provider-list {
  margin-bottom: 20px;
  padding: 0;
}
.wp-social-login-widget .wp-social-login-provider-list > a {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  display: inline-block;
  color: #094994;
}
.mpl-line {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: left;
  color: #ccc;
  margin-bottom: 20px;
}
.mpl-line:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ccc;
  z-index: -1;
  position: relative;
  vertical-align: middle;
  left: 10px;
  margin: 0 -100% 0 0;
  top: -3px;
}
.mpl-provider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mpl-provider__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  border: 3px solid transparent;
}
.mpl-provider__item_facebook {
  background-color: #3b5998;
}
.mpl-provider__item_vkontakte {
  background-color: #45668e;
}
.mpl-provider__item_twitter {
  background-color: #1da1f2;
}
.mpl-provider__item_odnoklassniki {
  background-color: #ed812b;
}
.mpl-provider__item_connected {
  cursor: not-allowed;
  box-shadow: 0 0 0 3px #e53229;
  border-color: #f4f4f4;
}
.mpl-provider__link {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.mpl-provider__link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
#mpl_country {
  -webkit-appearance: none;
}
