
.modal_state_open {
  overflow: hidden;
  position: relative;
  min-height: 100%;
}
.popup {
  margin: 20px;
  font-size: 15px;
  background: #fff;
  text-align: left;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
/* Добавлено для поддержки IE<9 */
}
.popup__close {
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
  padding: 16px;
  position: absolute;
  background: #f9f9f7;
  color: #222;
}
.popup__close:hover > .icon-close {
  -webkit-transition: 0.05 -webkit-transform linear;
  transition: 0.05 transform linear;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.popup__close:hover,
.popup__close:active,
.popup__close:focus {
  color: #222;
  text-decoration: underline;
}
.popup__content {
  width: 100%;
  height: 100%;
}
.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  font-size: 0;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  text-align: center;
  background: rgba(0,0,0,0.7);
}
.popup__overlay:after {
  width: 0;
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.popup__overlay_ie {
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.popup__v-align_fix {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.auth {
  color: #222;
  font-size: 15px;
  background: #f9f9f7;
}
.auth_state_error .auth__input {
  background: #ffe5eb;
}

.auth__main {
  width: 430px;
  height: 380px;
  float: right;
  background: #fff;
  padding: 50px;
  color: #222;
}
.auth__social-btn-wrap {
  margin-top: 8px;
}

.auth__login-btn {
  width: 200px;
  float: left;
  margin-right: 10px;
}
.auth__login-input {
  width: 238px;
}
.auth__reg-btn {
  width: 210px;
}
.auth__reg-input {
  width: 208px;
}
.auth__title {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
.auth__form-row {
  position: relative;
  margin-bottom: 10px;
}
.auth__btn {
  color: #fff;
  border-color: #323232;
  background-color: #323232;
  background: -webkit-gradient(linear, left top, right top, from(#323232), to(#323232));
  background: -webkit-linear-gradient(left, #323232 0%, #323232 100%);
  background: linear-gradient(to right, #323232 0%, #323232 100%);
}
.min_link {
  font-style: 12px;
}

.auth__remind-form-row {
  margin: 20px 0 30px 0;
}
.auth__last-label {
  /* margin-left: 6px !important;
  float: right; */
}
.auth__checkbox-label {
  line-height: 20px;
  display: block;
  font-size: 11px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.auth__forgot-password {
  position: absolute;
  left: 250px;
  top: 15px;
}

.auth__content {
  position: relative;
  /* height:190px; */
}

@media only screen and (max-width: 880px) {
  .auth {
    width: 560px;
  }
  .auth__content {
    height: auto;
  }
  .auth__main {
    float: none;
    height: auto;
    width: auto;
    padding-top: 25px;
  }
  .auth__title {
    font-size: 15px;
    line-height: 1.4;
  }

  .auth__social-btn-wrap {
    text-align: justify;
    height: 40px;
  }
  .auth__social-btn-wrap::after {
    content: "";
    width: 100%;
    display: inline-block;
  }
  .auth__btn,
  .auth__btn2,
  .auth input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .auth__last-label {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
  .auth__forgot-password {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    float: right;
    display: block;
    margin-top: 10px;
  }
  .auth__bottom-text {
    position: static;
  }
}
@media only screen and (max-width: 600px) {
  .auth {
    width: 460px;
  }
  .auth__main,
  .auth__side {
    padding: 25px;
  }
  .auth__title {
    font-size: 15px;
  }
  .auth__social-btn {
    font-size: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .auth {
    width: auto;
  }
  .auth__social-btn {
    font-size: 0;
    padding-left: 0;
    width: 40px;
    margin-right: 10px;
  }
  .auth__social-btn-wrap {
    text-align: left;
  }
}


.popup-match {
  margin-top: 0;
  margin-left: -280px;
  width: 460px;
  position: absolute;
  display: none;
  z-index: 5;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  -webkit-transition-property: opacity, margin-top, visibility;
  transition-property: opacity, margin-top, visibility;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.popup-match__board {
  text-decoration: none;
  position: relative;
  display: table;
  width: 100%;
}
.popup-match__board-player {
  font-size: 13px;
  color: #006496;
  height: 70px;
  font-weight: bold;
}
.popup-match__board-player-image {
  position: absolute;
  top: 0;
  margin: 12px;
}
.popup-match__board-player-name {
  display: inline-block;
  vertical-align: middle;
  max-width: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popup-match__board .popup-match__board-player:first-child {
  padding-right: 65px;
  text-align: right;
}
.popup-match__board .popup-match__board-player:first-child .popup-match__board-player-image {
  left: 0;
}
.popup-match__board .popup-match__board-player:last-child {
  padding-left: 65px;
  text-align: left;
}
.popup-match__board .popup-match__board-player:last-child .popup-match__board-player-image {
  right: 0;
}
.popup-match__board-score {
  width: 110px;
  height: 100%;
  line-height: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
  background-color: #f3f3ef;
  font-size: 40px;
  color: #222;
  font-weight: bold;
}
.popup-match__board:focus,
.popup-match__board:hover {
  text-decoration: none;
  outline: none;
}
.popup-match__events {
  display: block;
  width: 100%;
}
.popup-match__events-item {
  width: 100%;
  display: table;
  border-top: 1px solid #f3f3ef;
}
.popup-match__events-item .popup-match__event:first-child {
  text-align: right;
  border-right: 1px solid #d8d8d8;
}
.popup-match__events-item .popup-match__event:first-child .popup-match__event-link-video {
  left: 7px;
  color: #000;
  outline: none;
  text-decoration: none;
}
.popup-match__events-item .popup-match__event:first-child .popup-match__event-link-video:hover,
.popup-match__events-item .popup-match__event:first-child .popup-match__event-link-video:focus {
  outline: none;
  text-decoration: none;
}
.popup-match__events-item .popup-match__event:last-child .popup-match__event-link-video {
  right: 7px;
  color: #000;
  outline: none;
  text-decoration: none;
}
.popup-match__events-item .popup-match__event:last-child .popup-match__event-link-video:hover,
.popup-match__events-item .popup-match__event:last-child .popup-match__event-link-video:focus {
  outline: none;
  text-decoration: none;
}
.popup-match__event {
  height: 15px;
  font-size: 13px;
  padding: 5px 10px;
  color: #222;
  position: relative;
}
.popup-match__event-link-video {
  position: absolute;
  top: 7px;
  width: 12px;
  height: 12px;
}
.popup-match__event-link-video .icon-video-player {
  background: #525252 -webkit-gradient(linear, left top, left bottom, from(#525252), to(#373737));
  background: #525252 -webkit-linear-gradient(top, #525252 0%, #373737 100%);
  background: #525252 linear-gradient(to bottom, #525252 0%, #373737 100%);
}
.popup-match__event-text {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popup-match__event-time {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  font-weight: bold;
  color: #222;
}
.popup-match__cell {
  vertical-align: middle;
  display: table-cell;
  width: 50%;
}
.popup-match_state-active .popup-match__board-score {
  background-color: #d6f0fd;
}
.popup-match_state-loaded {
  display: block;
}
.tabs__header {
  position: relative;
}
.tabs__header-tab {
  cursor: pointer;
  position: relative;
}
.tabs__header-tab-title {
  color: #00aa32;
}
.tabs__header-tab .link_state_hover,
.tabs__header-tab .link_state_active,
.tabs__header-tab .link_state_focus,
.tabs__header-tab:hover,
.tabs__header-tab:active,
.tabs__header-tab:focus {
  text-decoration: none;
}
.tabs__header-tab_active:focus {
  color: #00aa32;
}
.tabs__header-tab_active:active,
.tabs__header-tab_active:hover,
.tabs__header-tab_active {
  color: #00aa32;
}
.tabs__header-pointer {
  position: absolute;
  left: 0;
  width: 0;
  -webkit-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.tabs__body {
  position: relative;
}
.tabs__body_animate_change-panel {
  overflow: hidden;
}
.tabs__panel {
  display: none;
}
.tabs__panel_active {
  display: block;
}
.tabs__panel-loading {
  min-height: 150px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tabs__panel-loading::before,
.tabs__panel-loading::after {
  content: "";
  display: block;
  position: absolute;
  visibility: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 1;
}
.tabs__panel-loading::before {
  -webkit-animation: loader-linear-bubbles-before 2s linear infinite;
  animation: loader-linear-bubbles-before 2s linear infinite;
  -webkit-animation-delay: 0.153846153846154s;
  animation-delay: 0.153846153846154s;
}
.tabs__panel-loading::after {
  -webkit-animation: loader-linear-bubbles-after 2s linear infinite;
  animation: loader-linear-bubbles-after 2s linear infinite;
}
.tabs__panel-loading_state_active::before,
.tabs__panel-loading_state_active::after {
  visibility: visible;
}
.tabs_state_horizontal .tabs__header {
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #d8d8d8;
  font-size: 0;
}
.tabs_state_horizontal .tabs__header-tab {
  padding: 0 10px;
  display: inline-block;
}
.tabs_state_horizontal .tabs__header-tab:first-child {
  padding-left: 0;
}
.tabs_state_horizontal .tabs__header-pointer {
  background: #7f7f7f;
  bottom: -2px;
  height: 2px;
}.input {
  padding: 0;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
}
.input_size_extra-large {
  height: 38px;
  line-height: 38px;
  text-indent: 10px;
}
.input_expand {
  width: 100%;
}


button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
.link_color_blue, #login_top .link_color_blue {
  float:none;
  color: #006496;
}
.link_color_blue .link_state_hover,
.link_color_blue .link_state_active,
.link_color_blue .link_state_focus,
.link_color_blue:hover,
.link_color_blue:active,
.link_color_blue:focus {
  color: #005580;
}
.auth__btn,.auth__btn2 {
  cursor: pointer;
  margin-right: 10px;
}.auth__btn2 {
  width: 190px;
}
.check_login{font-size: 11px;margin-top: -10px;}
.ajax_load {display: none;}
.clearfix{clear:both;}
.reg__btn{float: left;}
.auth__bottom-text {
    position: absolute;
    font-weight: bold;
    margin: 0;
    bottom: 0;
    left: 0;
}
.norobot{display: none;}