.grecaptcha-badge {
    display: None;
}
.tickets-down {
  width: calc(100% / 8 * 4 - 16px - 0.1px);
  margin-left: 8px;
  margin-right: 8px;
  word-wrap: break-word;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  margin-top: 12px;
}
.header-login__link {
    font-weight: 600;
    color: #000;
    margin-left: 8px;
}
.backend-btn {
    min-width: 300px;
    left: 50%;
    transform: translate(-50%, 0);
    }
.form__error {
    color: #ff0000;
}
.jsHomeMatches {
    display: flex;
    justify-content: start;
}
.check-padding {
    margin-left: 0;
    margin-right: 8 8px;
}
.old-site {
    text-decoration: underline;
}
.fancybox-active {
    height: auto;
    bottom: 0;
}
.rmatches-tabs .rmatches-tabs {
    margin-bottom: 0;
}